html, body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #000;
/*	margin-bottom:1px;*/
}
a{
	color: #0095D7;
}
h1{
	margin-top: 0px;
}
h2{
	margin: 0px;
	padding: 0px;
}
p{
	margin: 0px 0px 10px 0px;
}
#wrap{
	background-color: #f3f3f3;
	padding: 0px;
	width: 1000px;
	height: 100%;
	margin: 0px auto;
}
#header{
	width: 1000px;
	height: 100px;
	margin: 0px auto;
	background: #000 url(../images/header.jpg) top left no-repeat;
}
#header ul.nav{
	position: relative;
	left: 5px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-size: 14px;
}
#header ul.nav li{
	float: left;
	padding: 0px 10px 0px 10px;
	text-align: center;
	border-right: 1px solid #444;
}
#header ul.nav li.last{
	border-right: 0px none #000;
}
#header a{
	color: #DDD;
}
#header ul.nav a.selected{
	text-decoration: none;
}
#main_container{
	padding: 10px 0px 0px 0px;
	background: #f3f3f3 url(../images/main_container_bg.jpg) top left repeat-x;
}

div.sidebar{
	float: left;
	width: 200px;
	border-right: 1px solid #DDD;
	padding: 0px 10px;
}
div.sidebar h3{
	font-size: 12px;
	border-bottom: 1px solid #999;
	margin: 10px 0px 0px 0px;
	clear: both;
}

#filter{
	font-size: 10px;
/*	float: left;
	width: 200px;
	border-right: 1px solid #DDD;
	padding: 0px 10px;
*/
}
#filter ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#filter ul li{
	float: left;
	margin-right: 10px;
}
#filter ul li.last{
	margin-bottom: 10px;
}
#filter ul li.disabled{
	color: #AAA;
}
#filter ul li.disabled .filter_eq{
	visibility: hidden;
}

#filter h3{
	border-bottom: 1px solid #999;
	margin: 10px 0px 0px 0px;
	clear: both;
}
#product_display{
	float: right;
	width: 760px;
	padding: 0px 10px 1px 0px;
}
#footer{
	clear: both;
	color: #000;
	margin: 0px;
	padding: 10px;
	height: auto;
	background: #FFF;
	color: #898989;
	text-indent: 75px;
	font-size: .85em;
	line-height: .65em;
}

ul.link_list{
	list-style-image: url(/images/li_double_arrow_marker.png);
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
ul.link_list li{
	padding: 5px 0px 5px 0px;
}
ul.link_list li a.selected{
	text-decoration: none;
	font-weight: bold;
}

ul.features{
	float: right;
	width: 770px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.features li{
	padding: 10px 10px 10px 0px;
}

ul.features li img{
	float: left;
	border: 1px solid #000;
	margin-right: 20px;
}



table.product{
	font-size: 80%;
	width: 759px;
	border: 1px solid black;
	margin: 0px 0px 20px 230px;
	margin: 0px 0px 20px 0px;
}
table.product th{
	text-align: left;
	border-bottom: 1px solid #CCC;
}
table.product th.product_name{
	font-size: 120%;
}
table.product tr.odd{
	background-color: #DDD;
}
table.product tr.highlighted{
	background-color: #0095D7;
}

table.product a{
	color: #000;
}
table.product td.add-to-cart{
	width: 110px;
}
table.product .show_hide_description{
	text-decoration: underline;
	color: #00F;
	text-align: right;
}

.hide{
	color: #F00;
	display: none;
}
.clear{
	clear: both;
}