html {
	font-size: 62.5%;
}

html, body {
	margin: 0px;
	padding: 0px;
	height: 101%;
	background-color: #DD0D1E;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#000000;
	position: static;
}
:hover {outline:none;}

li li, p p, div div, ul ul, span span, ol ol {
	font-size: 1em;
}

th, td {
	text-align: left;
	vertical-align: top;
}
h1, h2, h3, h4, h5 {
	color: #FF1800;
}

h1 {
	font-size: 1em;
}

h2 {
	font-size: 1.8em;
	padding: 0;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1em;
}
a {
	color:red;
	font-weight:bold;
}
 a:hover {
	color: #333333;
}
img {
	border:none;
}

.error {
	background-color: #F7B3B5;
	border: 1px solid red;
	padding: 10px;
	margin-bottom: 10px;
}

.greenbox {
	background-color: #A6DBA6;
	border: 1px solid #009900;
	padding: 10px;
	margin-bottom: 10px;
}
.orangebox {
	background-color: #FFD18C;
	border: 1px solid #FF9900;
	padding: 10px;
	margin-bottom: 10px;
}

#container {
	width: 986px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom:20px;
}

#header {
	height: 141px;
	background: #DDD url(/resources/images/header.gif) no-repeat top left;
	overflow:hidden;
}
#header a {
	text-decoration: none;
	color:white;
}
 
#header a#homeLogo {
	float: left;
	display:inline;
	margin: 30px 0 0 23px;
}
#cart {
	text-align:right;
	padding:0;
	margin:23px 25px 0 0;
	color: white;
}
#cart a {
	background: url(/resources/images/cart-ico.gif) no-repeat center left;
	padding-left: 17px;
}
#cart a:hover {
	text-decoration: underline;
	}
#topNavigation {
	margin: 60px 0 0 0;
	padding: 0;
	text-align:right;
}

#topNavigation ul {
	list-style-type: none;
	margin: 0px;
	margin-right: 10px;
	padding: 0px 0 0 12px;
}

#topNavigation li {
	list-style-type: none;
	display: inline;
	margin: 0 10px 0 0;
	font-weight: bold;
	padding:0;
	color:white;
}


#topNavigation a, #topNavigation a:link, #topNavigation a:visited {
	font-size: 1.2em;
	padding-right:10px;
	margin:0;
	text-transform: uppercase;
}

#topNavigation a.selected, #topNavigation a:hover {
	color: black;
	text-decoration:underline;
}
#bodyContainer {
	background: white url(/resources/images/content-bg.gif) repeat-y;
	padding-top: 30px;
	overflow:hidden;
}
#leftNavigation {
	float: left;
}

.leftNavigation {
	margin-top: 10px;
}
#categoryMenu {
	margin-top: 0px;
}
#infoNavigation, .leftNavigation {
	background: white url(/resources/images/sidemenu-bg.gif) repeat-y;
}
.leftBox, .rightBox, .leftNavigation {
	width: 185px;
	margin-left: 20px;
	background-color: #FFFFFF;
}
.rightBox {
	background: #FFF url(/resources/images/right-box-bg.gif) repeat-y top left;
	float: right;
	clear:right;
	margin-bottom: 10px;
}

.leftBox {
	background: #FFF url(/resources/images/right-box-bg.gif) repeat-y top left;
	float: left;
	clear:left;
	margin-bottom: 10px;
}

.leftBox li {
	margin-top: 5px;
}

.leftNavigation p, #infoNavigation p, .leftBox p.boxHead, .rightBox p.boxHead {
	background: #FFF url(/resources/images/sidemenu-header.gif) no-repeat top left;
	margin:0;
	padding:5px 0px 5px 43px;
	color:white;
	font-size: 1.4em;
	font-weight: bold;
}

#infoNavigation p {
	font-size: 1.2em;
}

.leftBox p.boxHead, .rightBox p.boxHead {
	background: #FFF url(/resources/images/rightBox-header.gif) no-repeat top left;
	padding:0;
	margin:0;
	font-size:1em;
	padding:8px 0 7px 0 ;
	text-align:center;
}
#infoNavigation ul, .leftNavigation > ul {
	background: url(/resources/images/sidemenu-footer.gif) no-repeat bottom left;
}

.leftNavigation .submenu {
	padding: 0px;
}

.leftNavigation .submenu li {
	padding: 0px;
	padding-top: 7px;
}

#rightInfoColumn {
	padding-right: 20px;
}
.leftBox > div , .rightBox > div  {
	background: url(/resources/images/right-box-footer.gif) no-repeat bottom left;
	padding: 10px 10px 40px 10px;
}

.leftBox a > img, .rightBox a > img {
	margin-top: 10px;
}


div + .rightBoxItem {
	margin-top: 20px;
	border-top: 1px dotted grey;
	padding-top: 10px;
}

.leftNavigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 20px 0 40px 0;
}

#infoNavigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px 0 30px 0;
}

.leftNavigation li {
	margin:0 0 0 24px;
	padding:0 0 15px 0;
}

#infoNavigation li {
	margin:0 0 0 24px;
	padding:0 0 4px 0;
}


.leftNavigation a {
	color: black;
	text-decoration:none;
	font-size: 1.1em;
	background: url(/resources/images/sidemenu-bullet.gif) no-repeat center left;
	padding:0 0 0 15px;
	margin:0;
}
#infoNavigation a {
	color: black;
	text-decoration:none;
	font-size: 1.2em;
	padding:0 0 0 20px;
	margin:0;
}
.leftNavigation a.selected, .leftNavigation a:hover {
	color:red;
	background:url(/resources/images/sidemenu-bullet-hover.gif) no-repeat center left;
}
#infoNavigation a:hover, #infoNavigation a.selected  {
	color:red;
}
#maincontent {
	padding-left:30px;
	padding-right: 10px;
	padding-bottom: 30px;
	float: left;
	display:inline;
	width:510px;
	overflow:hidden;
	background-color: white;
}

#maincontent .itemList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#maincontent .itemList li {
	margin-top: 20px;
	width:146px;
	float: left;
	display:inline;
	margin: 0 35px 0 0;
}



#maincontent .itemList img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#maincontent .itemList h3 a{
	color: #dd0d1e;
	font-size:0.9em;
	text-decoration: none;
}
#maincontent .itemList h3 a:hover {color: #dd0d1e; background-color: white; text-decoration:underline;}

#maincontent .itemList a {
	color:red;
	font-weight:bold;
}
#maincontent .itemList a:hover {
	color: #333333;
}

.itemBox {
	margin-bottom:20px;
	position: relative;
	height: 290px;
}


.itemFooter {
	position: absolute;
	bottom: 0px;
}
#maincontent > h2 {
	background: #FFF url(/resources/images/product-header-bg.gif) no-repeat top left;
	padding: 6px 0 15px 40px;
	margin-bottom: 20px;
}

#productDescription {
	margin-top:20px;
}
#shortDescription {
	width: 230px; 
	margin: 0 0 2px 10px;
	float: right;
	display:inline;
	padding: 0px;
	background: #FFF url(/resources/images/product-description-bg.gif) repeat-y top left;
}
#shortDescription > div {
	padding:0 10px 0 15px;
}
.shortDescriptionTop{
	background: url(/resources/images/product-description-top.gif) no-repeat top left;
	height:20px;
}
.shortDescriptionBottom {
	background: url(/resources/images/product-description-bottom.gif) no-repeat bottom left;
	height:20px;
}
#footer {
	clear:both;
	background: url(/resources/images/footer.gif) no-repeat top left;
	text-align: center;
	padding:10px 0 0 0;
	height: 40px;
	color:#ccc;
}
#footer p {
	padding: 0;
	margin:0;
	color: #EB9EA4;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	display: inline;
}

.clear {
	clear: both;
}
#footer a, #footer a:visited {
	color:#dddddd;
	font-weight:normal;
	text-decoration:none;
	padding: 0 5px 0 5px;
}
#footer a:hover {
	color:white;
	text-decoration:underline;
}
.price {
	margin: 10px 0 2px 0;
	font-size: 1.2em;
}
.numeric, .number {
	text-align: right !important;
}
.proceedLink {
	background: url(/resources/images/btn_xpressCheckout.gif) no-repeat top left;
	border:none;
	color:red;
	height: 33px;
	padding-right: 45px;
	float: right;
	display:inline;
	text-align: left;
	text-decoration: underline;	
	cursor: pointer;
	font-weight: bold;
	width:144px;
	height:37px;
}
input.proceedLink:hover {
	color: black;
}

.update {
	background: url(/resources/images/update-btn.gif) no-repeat top left;
	border:none;
	color:red;
	cursor: pointer;
	text-align: left;
	text-decoration: underline;
	padding: 5px 40px 12px 10px;
	font-size:1.2em;
	margin-left:0;
	margin-top: 2px;
	font-weight: bold;
	
}
.update:hover {
	color: black;
}

#shoppingCart {
	width: 100%;
	border-collapse: collapse;
}
#shoppingCart th {
	text-align: left;
	border-bottom: 1px solid #b8b8b8;
}

#shoppingCart .totals td {
	border-top: 1px solid #b8b8b8;
}

#shoppingCart th, #shoppingCart td {
	padding: 5px;
}

#shoppingCart td.firstCol, #shoppingCart th.firstCol {
	padding-left: 0px;
	width: 50px;
}

.noStock {
	border: 1px solid red;
}

.standardform input, .standardform textarea, .standardform select, #contactform input, #contactform textarea {
	width: 310px;
}

.standardform textarea, #contactform textarea {
	height: 100px;
}

.standardform th {
	width: 200px;
}

.shippingform input, .shippingform textarea, .shippingform select {
	width: 150px;
}

.shippingform textarea {
	height: 100px;
}

.shippingform th {
	width: 150px;
}

.lowStock {
	color: red;
}

.linkSection {
	padding: 5px;
	border: 1px solid red;
}

#3Dbbc {
	width: 800px;
	height: 580px;
}

.overlay {
	position: absolute;
	display: none;
	width:800px;
}

.overlay .close {
	height: 20px;
	background-color: white;
	cursor: pointer;
	text-align: right;
	padding: 10px;
}


.tabs {
	position: relative;
	z-index: 3;
}

.tabs > a {
	margin-top: 10px;
	border-color: #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:black;
	display:block;
	float:left;
	left:1px;
	padding: 7px 10px;
	text-decoration:none;
	margin-left: 5px;
	
	background-image: -moz-linear-gradient(center top , white, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EEEEEE));
	background-color: white;
	filter:progid:DXImageTransform.Microsoft.Gradient(enabled='true',
                startColorstr=#ffffff, endColorstr=#eeeeee);
	
   -moz-border-radius: 10px 10px 0px 0px;
   -webkit-border-radius: 10px 10px 0px 0px;
}

.tabs > a.current, .tabs > a:hover  {
	background-image: -moz-linear-gradient(center top , #FF1800, #FFFFFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF1800), to(#FFFFFF));
	filter:progid:DXImageTransform.Microsoft.Gradient(enabled='true',
                startColorstr=#FF1800, endColorstr=#FFFFFF);
	background-color: #FF1800;
	color: white;
	border-bottom: 1px solid white;
}

.panes {
	position: relative;
	clear: both;
	top: -1px;
	border: 1px solid #CCCCCC;
	z-index: 1;
}

.panes > div {
	background:none repeat scroll 0 0 white;
	bottom:0;
	left:0;
	padding:20px;
	right:0;
	top:29px;
	z-index: 0;
	display: none;
}

.panes > div.current {
	z-index: 0;
	display: block;
}

.shippingDetails {
	width: 350px;
}
.shippingDetails th {
	width: 150px;
}
.shippingDetails td {
	width: 200px;
}