#inner {
	clear:both;
	margin: auto;
	width: 842px;
	min-height:638px;
	border: 1px solid #cccccc;
	background:url('../images/contentbg.jpg') no-repeat;
	background-position: 0px 30px;
	background-color:#FFFFFF;
}
#content {
	clear:both;
	width:795px;
	min-height: 424px;
	margin: 18px 0px 0px 23px;
}
#contentLeft {
	float: left;
	width: 532px;
	margin: 0px 20px 0px 0px;
}
#contentRight {
	float:left;
	padding: 0px 0px 0px 30px;
	width: 213px;
}

#content h1 {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 25px 0px;
	font-size: 3.2em;
	color: #4f324c;
	background:url('../images/h1rule.png') no-repeat;
	background-position: bottom;
}
#content h2 {
	margin: 0px 0px 10px 0px;
	font-size: 1.4em;
	color:#4f324c;
}
#content h3 {
	margin: 0px 0px 10px 35px;
	font-size: 1.4em;
	color:#4f324c;
}
#content p {
	margin: 0px 0px 10px 0px;
	font-size: 1.3em;
}
#content table {
	margin: 0px 0px 10px 0px;
	border:none;
}
#content #shopping-cart-table input {
	width:30px;
}
#content table td {
	padding: 5px;
	font-size: 1.3em;
}
#content a {
	color:#fc9a1c;
	font-weight:bold;
}
#content a:hover {
	text-decoration:none;
}
#content .submitButton {
	width:59px;
	height:25px;
	border:0px;
	background:url('../images/submitButton.jpg') no-repeat;
	cursor:pointer;
}
#content th {
	padding: 5px;
	padding-left: 0px;
	font-size: 1.3em;
	font-weight: bold;
	text-align:left;
	color:#4f324c;
}

#content td input {
	border: 1px solid #b2afaf;
	background:url('../images/inputbg.jpg') repeat-x;
	height: 22px;
	width: 200px;
}
#content ul li {
	margin: 0px 0px 5px 10px;
	list-style:none;
	font-size:1.3em;
}

.section {
	display: none;
}
.allow {
	display:block;
}
/* Other */
.redStar {
	color:#fd207c;
}