/* Reset code */
html{color:#DDD;background:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

body {
	font-family: Verdana;
	line-height: 1.4;
	/*
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	*/
	padding-top: 5px;
	font-size: 13px;
	width: 17cm;
}

table
{
	border-collapse: collapse;
}

#container {
	width: 898px;
	margin: 0 auto;
}

h1 {
	font-size: 20px;
	margin: 10px 0;
	padding: 10px 0;
}
h1 a {
	font-weight: normal;
}
h1 a:hover {
	color: #DDD;
}
h2 {
	font-size: 16px;
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: solid 1px #222;
	color: red;
	letter-spacing: 1px;
}

h3
{
	font-size: 16px;
	font-weight: bold;
	color: white;
}
p {
	margin: 5px 0 0 0;
	line-height: 1.3;
}

a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #AAA;
}
a:hover {
	color: red;
}



#header {
	display: none;
}

#menu {
	display: none;
}

#sideMenu {
	display: none;
}

#footer {
	text-align: center;
	font-size: small;
	padding: 20px;
}


table.productDisplay {
}

table.productDisplay td {
	vertical-align: top;
	text-align: center;
	width: 25%;
	padding: 5px;
	padding-top: 20px;
}

table.productDisplay td a img {
	border: 8px solid #555;
}
table.productDisplay td a:hover img {
	border: 8px solid #c00000;
}



table.singleProductDisplay {
	width: 100%;
	margin-top: 20px;
}
table.singleProductDisplay th {
	vertical-align: top;
	text-align: left;
	padding: 10px;
	background-color: #222;
	border: solid 1px #444;
}
table.singleProductDisplay tbody th {
	background-color: #333;
	width: 200px;
}
table.singleProductDisplay td {
	vertical-align: top;
	text-align: left;
	padding: 10px;
	border: solid 1px #444;
}


.optionsWithDescriptions td div {
	margin-top: 10px;
	display: none;
}



form table th {
	vertical-align: top;
	padding: 10px;
	font-weight: bold;
}
form table td {
	vertical-align: top;
	padding: 10px;
}

#addToCartPane {
	margin-top: 10px;
	text-align: center;
}


#cart {
	width: 100%;
	margin-top: 20px;
}
#cart th {
	vertical-align: top;
	text-align: left;
	padding: 10px;
	background-color: #222;
	border: solid 1px #444;
}
#cart tbody th {
	background-color: #333;
	width: 200px;
}
#cart td {
	vertical-align: top;
	text-align: left;
	padding: 10px;
	border: solid 1px #444;
}
#cart tfoot th {
	text-align: right;
}
#cart tfoot td {
	font-weight: bold;
}


.currency {
	text-align: right !important;
}


.integerInput {
	width: 30px;
	text-align: center;
}


.prod_table_container {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #333;
	margin-bottom: 25px;
	padding: 5px;
	border: solid 3px #222;
}

.prod_table td
{
	padding-bottom:5px;
	padding-top:5px;
	height: 128px;
}

.prod_table
{
	margin-bottom: 5px;
}

.pricing div
{
	color: black;
	font-size: 13px;
	padding-left:9px;
	padding-top:19px;
	padding-right: 8px;
	padding-bottom: 0;
	background: #EEE;
	height: 100%;
	width: 166px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	/*background: #706F75 url('../images/pricing.png') no-repeat;*/
}

.pricing_price
{
	color:red;
	font-weight: bold;
}


#guarantee
{
	padding: 5px 50px 30px;
	font-size: 21px;
}
#guarantee a
{
	color: #136cb8;
	font-weight: normal;
}

#login_table_div
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #444;
	margin: 5px 2px;
	width:264px;
}

#login_table td
{
padding:5px;
}

strong {
	font-weight: bold;
}



#product_table td
{
	vertical-align:top;
}

#product_table td.description
{
	text-align:left;
	padding-left:15px;
	background-color:#4F4F4F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#product_table td.prod_image
{
	padding:25px;
}

#product_table
{
	background-color:#444;
}

#lights_out
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:1275px;
	background-color:black;
	display:none;
	z-index:1;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#loginFail
{
	color:#E51525;
	border:1px solid #444;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:10px;
	padding:5px;
	text-align:center;
}

.toCartQuantity
{
	width:20px;
	font-size: 14px;
	text-align:center;
}

#credit_error
{
	padding:30px 66px;
	width:220px;
	border:1px red solid;
	margin-right: auto;
	margin-left:auto;
	margin-top: 40px;
}

#customerDetails
{
	float:right;
}
