/* null padding & margin - start */
body, p, h1, h2, h3, h4, h5, ul, ol, li, hr, form {
	margin: 0px;
	padding: 0px;
}
/* null padding & margin - end */

body {
	background-color: #fff899;
	text-align: center;
	font-family: "Arial CE", Arial, "Verdana CE", Verdana, "Lucida Grande CE",
		"Helvetica CE", lucida, sans-serif;
	font-size: 12px;
	color: black;
}
td, th {
	font-size: 12px;
	text-align: left;
}
a {
	color: #b01804;
}
s {
	color: gray;
}

#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url('../images/bg_header.jpg');
	height: 69px;
}
#header h1 {
	display: none;
}

#subHeader {
	background: url('../images/bg_subheader.png');
	color: black;
	height: 26px;
}
#subHeader ul {
	list-style: none;
}
#subHeader ul li {
	float: left;
	font-size: 11px;
	padding: 7px 0 5px 0;
	width: 166px;
	text-align: center;
}
#subHeader ul li.cartInfo {
	width: 180px;
}
#subHeader ul li a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;	
}
#subHeader ul li a:hover {
	text-decoration: underline;
}


#countrySelect {
	background: black;
	margin-left: 168px;
	position: relative;
}
#countrySelect form {
	padding: 4px 0;
	margin-left: 19px;
}
#countrySelect form select {
	font-size: 10px;
	margin-left: 4px;
	width: 140px;
}
#countrySelect form label {
	color: white;
}

#main {
	background: url('../images/bg_main.png');
}

#leftPanel {
	width: 168px;
	float: left;
}
#leftPanel h3 {
	padding: 4px 7px 6px 7px;
	font-size: 12px;
	color: white;
	font-weight: normal;
	margin: 2px 0 6px 4px;
	background: url('../images/hdng_leftPanel.png') no-repeat;
}
#leftPanel ul, #leftPanel ol {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	list-style: none;
}
#leftPanel ul.categories li {
	padding: 5px 6px;
}
#leftPanel ul.categories li a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}
#leftPanel ul.categories li a:hover {
	text-decoration: underline;
}
#leftPanel ul.bestSellers li {
	padding: 4px 6px;
}
#leftPanel ul.bestSellers li a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
#leftPanel ul.bestSellers li a:hover {
	text-decoration: underline;
}

#leftPanel .listWrapper1 {
	margin: 2px 4px 10px 5px;
	background: url('../images/header_box.png') top left no-repeat;
	padding-top: 5px;
}
#leftPanel .listWrapper2 {
	background: url('../images/footer_box.png') bottom left no-repeat;
	padding-bottom: 5px;
	
}

#leftPanel form.search {
	margin: 2px 0 6px 5px;
}
#leftPanel form.search input.text {
	border: 1px solid #000000;
	padding: 2px;
	width: 100px;
}

#leftPanel .promotionCode {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 3px 6px;
}
#leftPanel .promotionCode label {
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
#leftPanel .promotionCode .inputText {
	border: 1px solid #000000;
	padding: 2px;
	width: 80px;
}
#leftPanel .promotionCode .inputImage {
	vertical-align: middle;
	margin-bottom: 4px;
}

#leftPanel .contact {
	text-align: right;
	color: #000000;
	font-size: 11px;
	margin-top: 40px;
	margin-right: 8px;
	margin-bottom: 10px;
}

#leftPanel a.weblink img {
	border: 0;
	margin-left: 32px;
	margin-bottom: 5px;
}


#contents {
	margin-left: 185px;
	margin-right: 15px;
	padding-bottom: 18px;
	position: relative;
}
#contents h2 {
	color: #a11700;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 16px;
}
#contents p {
	line-height: 140%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contents p.paging {
	text-align: right;
	font-weight: bold;
}
#contents span.pipe {
	margin: 0 3px;
}

#footer {
	background: url('../images/bg_footer.png') top;
	height: 23px;
}
#footer p {
	text-align: right;
	padding: 3px 8px;
	color: white;
}

.product {
	margin-bottom: 10px;
}
.product p {
	margin-top: 20px !important;
}
.product h3 {
	color: #ce0704;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
}

.product .thumbnails {
	height: 90px;
}
.product .thumbnails .normal, .product .thumbnails .double {
	float: left;
}
.product .thumbnails .normal {
	width: 180px;
	margin-right: 10px;
}
.product .thumbnails .double {
	width: 300px;
}
.product .thumbnails h4 {
	font-family: verdana;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 9px;
	color: grey;
	margin-bottom: 4px;
}
.product .thumbnails ul {
	list-style: none;
	margin: 0 !important;
}
.product .thumbnails ul li {
	float: left;
}
.product .thumbnails ul li img {
	border-right: 6px solid white;
}

.product img.cover {
	float: left;
}
.product table {
	width: 410px;
}
.productDetail table {
	width: 370px;
}
.product table th {
	vertical-align: top;
	text-align: right;
	padding-right: 12px;
	width: 100px;
}
.product table tr.action th {
	vertical-align: bottom;
}
.product table tr.action th img {
	vertical-align: bottom;
	margin-bottom: 2px;
}
.product table td, .product table th {
	line-height: 160%;
}
.product table tr.note td {
	padding: 16px 0;
}
.product table tr.description td {
	padding-bottom: 12px;
}
.product .addToCart {
	text-align: right;
	padding-right: 10px;
}
.product .addToCart .inputText {
	vertical-align: top;
	width: 30px;
	margin-right: 8px;
}

.product img.mp3preview {
	border: 0;
	vertical-align: middle;
	margin: 3px 2px
}

#contents ul {
	margin-left: 32px;
	line-height: 140%;
}
#contents ul.orderForms {
	line-height: 200%;
	list-style: none;
}
#contents ul.orderForms img {
	vertical-align: middle;
	margin-left: 6px;
	margin-bottom: 2px;
}

#contents h3 {
	margin-top: 16px;
	margin-bottom: 12px;
}

#contents p.groupDescription {
	margin-bottom: 16px;
}

#contents table.productImages {
	width: 550px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#contents table.productImages td {
	text-align: center;
	padding-bottom: 20px;
}
#contents table.productImages img {
	border: 1px solid gray;
}

#contents p.goBack {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-right: 18px;
}

#contents table.cartOverview {
	border-collapse: collapse;
	width: 550px;
}
#contents table.cartOverview td {
	padding: 4px 0;
}
#contents table.cartOverview tr.footnote td {
	padding-top: 10px;
}
#contents table.cartOverview tr.buttons .btnContinue {
	float: right;
	margin-top: 10px;
}
#contents table.cartOverview tr.buttons .btnBack {
	float: left;
	margin-top: 10px;
}
#contents table.cartOverview th {
	background-color: #474848;
	color: white;
}
#contents table.cartOverview .inputText {
	width: 30px;
}

#contents table.customerDetails {
	width: 550px;
	border-collapse: collapse;
}
#contents table.customerDetails th {
	background-color: #474848;
	color: white;
	padding: 2px 6px;
}
#contents table.customerDetails td {
	padding: 0px 6px 10px 6px;
}
#contents table.customerDetails tr.first td {
	padding-top: 8px;
}
#contents table.customerDetails tr.error td {
	color: red;
	line-height: 140%;
	padding-top: 8px;
	background-color: ivory;
}
#contents table.customerDetails .inputText {
	width: 160px;
}
#contents table.customerDetails textarea {
	width: 442px;
}
#contents table.customerDetails .btnBack {
	float: left;
}
#contents table.customerDetails .btnContinue {
	float: right;
}

#contents table.orderSummary {
	width: 550px;
	border-collapse: collapse;
}
#contents table.orderSummary th {
	background-color: #474848;
	color: white;
	padding: 2px 6px;
}
#contents table.orderSummary td {
	padding: 0px 6px 0px 6px;
}
#contents table.orderedProducts {
	width: 550px;
	border-collapse: collapse;
}
#contents table.orderedProducts th {
	background-color: white;
	color: black;
	padding-left: 0px;
	padding-top: 6px;
	padding-bottom: 4px;
}
#contents table.orderedProducts td {
	padding-left: 0;
	padding-bottom: 4px;
}
#contents table.orderedProducts td.quantity,
#contents table.orderedProducts th.quantity
{
	text-align: center;
}
#contents table.orderedProducts td.price,
#contents table.orderedProducts th.price,
#contents table.orderedProducts td.priceper,
#contents table.orderedProducts th.priceper
{
	text-align: right;
}
#contents table.orderedProducts tr.total td {
	color: red;
	font-weight: bold;
}
#contents table.orderedProducts td.note {
	padding-top: 5px;
}
#contents table.orderedProducts td.divider {
	height: 10px;
}
#contents table.orderedProducts tr.last td {
	padding-bottom: 20px;
}
#contents table.orderSummary table.orderedProducts {
	width: 535px;
}
#contents table.yourDetails {
	border-collapse: collapse;
	margin-top: 8px;
}
#contents table.yourDetails th {
	background-color: white;
	color: black;
	padding-left: 0px;
	padding-right: 20px;
}
#contents table.orderSummary td.important {
	padding-top: 20px;
	padding-bottom: 10px;
	color: red;
	font-weight: bold;
	text-align: center;
}
#contents table.orderSummary td.note {
	padding-top: 20px;
	font-size: 10px;
}
#contents table.orderSummary tr.separator td {
	padding: 10px 0;
}
#contents table.orderSummary .btnBack {
	float: left;
}
#contents table.orderSummary .btnContinue {
	float: right;
}


#contents p.indent {
	margin-left: 30px;
}

.red {
	color: red;
}

div.separator {
	margin-bottom: 10px;
	border-top: 1px solid gray;
}

div.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}