body {
	margin: 0px;
	padding: 0px;
	background: white url(images/main-b-body-background.gif) repeat-y center bottom;
	font: 11px Verdana, sans-serif;
}

#header {
	background: url(images/sect-b-header.gif) repeat-x 0px 0px;
	height: 136px;
	overflow: hidden;
	text-align: center;
}

#header-inner {
	width: 760px;
	margin: 0px auto;
	height: 136px;
	margin-top: 40px;
	/*background: url(images/main-m-header.gif) no-repeat 0px 0px;*/
	position: relative;
}

#header #logo {
	position: absolute;
	left: 0px;
	top: 8px;
}

#header h1 {
	position: absolute;
	left: 272px;
	top: 40px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 16px;
	color: #A6A6A6;
}

#header #page-heading {
	position: absolute;
	left: 256px;
	top: 0px;
	z-index: 10;
}

#main {
	background: url(images/main-b-body.gif) repeat-x 0px 0px;
	text-align: center;
}

#main-inner {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	background: url(images/main-b-sidebar.gif) repeat-y 0px 0px;
}

#body {
	float: right;
	width: 100%;
	margin-left: -248px;
}

#body-inner {
	margin-left: 248px;
	line-height: 18px;
}

h2 {
	border-bottom: 1px solid #A6A6A6;
	font-size: 13px;
	margin: 2ex 16px 1ex 8px;
}

#body p {
	margin: 0px 24px 2ex 16px;
}

#buy-now {
	height: 152px;
	background: url(images/main-b-buy-now.gif) no-repeat 0px 0px;
	margin: 0px 0px 2ex;
}

#buy-now p {
	margin: 0px 120px 0px 24px;
	padding: 48px 0px 0px;
	line-height: 16px;
}

.product {
	background: url(images/sect-b-product.gif) repeat-y 0px 0px;
	width: 488px;
}

.product-title {
	background: url(images/sect-b-product-top.gif) no-repeat 0px 0px;
	padding: 8px 16px;
}

.product-title h2 {
	border-bottom: 1px solid #A6A6A6;
	font-size: 13px;
	margin: 8px 0px 0px;
}

.product-description {
	float: right;
	width: 100%;
	margin-left: -144px;
}

.product-description-inner {
	margin-left: 144px;
	margin-right: 12px;
	padding-right: 8px;
}

#body .product-description p {
	margin: 0px 0px 2ex;
}

.product-footer {
	clear: both;
	/*height: 24px;*/
	padding-top: 8px;
	background: url(images/sect-b-product-bottom.gif) no-repeat left bottom;
}

.product-footer form.buy-now {
	display: block;
	margin: 0px 16px 0px;
	border-top: 1px solid #a6a6a6;
	padding: 4px 8px 16px;
	text-align: right;
}

.product-footer form.buy-now .price {
	font-weight: bold;
}

.product-image {
	float: left;
	width: 136px;
}

.product-image-inner {
	padding: 0px 8px 0px 16px;
	text-align: right;
}

.product-image img {
	border: 1px solid #A6A6A6;
}

.product-image strong {
	font-size: 15px;
}

.product-image input.button {
	display: block;
	width: 102px;
	margin-left: auto;
	cursor: pointer;
}

#footer {
	margin: 4ex 16px 2ex 8px;
	border-top: 1px solid #a6a6a6;
	font-size: 10px;
	color: #666;
}

#footer p {
	margin: 0px 8px;
}

#sidebar {
	float: left;
	width: 248px;
	background: url(images/main-b-sidebar-top.gif) no-repeat 0px 0px;
}

input.button {
	font: bold 11px Verdana, sans-serif;
	color: white;
	background: #f30;
	border: 1px solid #f30;
	border-color: #ff9980 #7F1900 #7F1900 #ff9980;
}

table.order-summary {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 8px 24px 2ex 16px;
}

table.order-summary th,
table.order-summary td {
	font: 11px Verdana, sans-serif;
	border-bottom: 1px solid #a6a6a6;
	vertical-align: top;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 2px 4px;
	text-align: left;
}

table.order-summary th {
	border-bottom-color: black;
	font-weight: bold;
}

tr.last td {
	border-bottom: 1px solid black;
}

table.order-summary tfoot td {
	position: relative;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

table.order-summary .price {
	text-align: right;
}

table.order-summary .quantity {
	text-align: center;
	width: 4em;
}

table.order-summary .quantity input.text {
	width: 4em;
}

fieldset {
	border: 1px solid #A6A6A6;
	margin: 1ex 24px 2ex 16px;
}

legend {
	text-transform: uppercase;
	font-weight: bold;
}

table.form {
	width: 100%;
}

table.form td {
	padding: 2px 4px;
	vertical-align: top;
}

table.form td.label {
	width: 25%;
	text-align: right;
}

table.form td.label label {
	font-weight: bold;
}

table.form td.field {
	width: 75%;
}

input.text, textarea, select {
	font: 11px Verdana, sans-serif;
}

table.form td.field input.text,
table.form td.field textarea {
	width: 100%;
}