@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	margin-top: 10px;
}
img {
	border:none;
}
#container {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:20px;
}
#header {
	height: 90px;
	width: 860px;
	background-image: url(../images/headerBG_03.gif);
	background-repeat: no-repeat;
}
#logo {
	margin-left: 90px;
	text-align: center;
	width: 130px;
	margin-top: 5px;
	float: left;
	display: inline;
}
#logo h1 {
	color: #929292;
	font-size: 18px;
	padding: 0px;
	letter-spacing: -1px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: lighter;
}
#logo h2 {
	color: #929292;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}
#logo img {
	padding: 0px;
	margin: 0px;
}
#navbar {
	color: #FFF;
	float: left;
	width: 634px;
	font-size: 14px;
	margin-top: 20px;
	display: inline;
	padding: 0px;
}
#navbar li {
	list-style-type: none;
	float: left;
	margin-left: 12px;
	margin-right: 15px;
}
#navbar a {
	color: #FFF;
	text-decoration: none;
}
#navbar a:hover {
	text-decoration: underline;
	color:#FF6;
}
#subheader {
	clear: both;
	float: left;
	width: 860px;
}
#subnavbar {
	width: 500px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#subnavbar li {
	color: #cccccc;
	list-style-type: none;
	float: left;
	font-size: 10px;
	margin-right: 20px;
}
#subnavbar a {
	color: #CCC;
	text-decoration: none;
}
#subnavbar a:hover {
	text-decoration: underline;
}
#cartitems {
	color: #FFF;
	float: right;
	font-size: 10px;
	background-color: #333333;
	margin-top: 10px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
}
#cartitems h1 {
	font-size:12px;
	margin:0px;
}
#cartitems p {
	margin-bottom:0px;
}
#cartitems a {
	padding-bottom:10px;
	color:#FF6;
}
#leftcolumn {
	float: left;
	width: 220px;
}
.centrecolumn {
	float: left;
	margin-left: 10px;
	width: 400px;
}
.rightcolumn {
	margin-left:10px;
	width: 200px;
	float: left;
}
#subcategory {
	color: #CCC;
	margin-bottom:20px;
}
#subcategory a {
	color:#CCC;
	font-size:12px;
	text-decoration:none;
}
#subcategory a:hover {
	background:#666;
	color:#666;
}
#subcategory h2 {
	text-shadow: 1px 1px 1px #000;
	margin: 0px;
	padding: 0px;
}
#subcategory li {
	float:left;
	list-style-type: none;
	padding: 10px;
	margin: 5px;
	width: 80px;
	height:30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #333;
	border: 1px solid #666;
	text-align:center;
	overflow: hidden;
}
#quicksearch {
	height: 69px;
	width: 210px;
	padding-left: 10px;
	background-image: url(../images/quicksearchBG_11.png);
	padding-top: 3px;
	background-repeat: no-repeat;
}
#quicksearch h1 {
	font-size: 14px;
	color: #cccccc;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}
#quicksearch a {
	font-size: 10px;
	color: #cccccc;
}
.leftbox {
	width: 198px;
	background-image: url(../images/boxBG_19.gif);
	background-repeat: repeat-y;
	margin-top: 20px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #383838;
}
.rightbox {
	width: 200px;
	background-image: url(../images/boxBG_19.gif);
	background-repeat: repeat-y;
	margin-top: 20px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #383838;
	color:#FFF;
	text-align:center;
}
.rightbox h1 {
	font-size:14px;
	margin:0px;
	color:#FF6;
	text-shadow: 1px 1px 1px #000;
}
.rightbox p {
	font-size:12px;	
}
.rightbox a {
	color:#FFF;
	font-size:10px;
}
input {
	background-color: #666;
}
form {
	margin: 0px;
	padding: 0px;
}
#manufacturer h1 {
	font-size: 14px;
	color: #CCC;
	margin: 0px;
	font-weight: normal;
}
#categories h1 {
	font-size: 14px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 28px;
}
#categories {
	text-shadow: 1px 1px 1px #000;
	padding-top: 20px;
	margin-bottom:20px;
}
#categories a {
	color: #FFF;
	text-decoration: none;
}
#categories a:hover {
	text-decoration: underline;
	color:#FF6;
}
#categories li {
	list-style-type: none;
	margin-bottom: 10px;
	font-size: 12px;
	color: #FFF;
}
#featuredproduct {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left:10px;
	width:620px;
}
#featuredproducts {
	float: left;
}
#featuredproducts h1 {
	font-size: 14px;
	width: 400px;
	text-indent: 20px;
	height: 25px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/headerBG.jpg);
	color: #FFF;
	font-weight: normal;
	text-shadow: 1px 1px 1px #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.productbox {
	background-color: #333;
	border: 1px solid #666;
	padding: 10px;
	width: 380px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.breadcrumb {
	text-transform: capitalize;
	font-size: 10px;
	color: #999;
}
#productlist {
	color:#FFF;
	margin-left:20px;
	float:left;
	width:600px;
	font-size:12px;
}
.productrow {
	float:left;
	height:150px;
	width:600px;
	border:1px #999 solid;
	margin-bottom:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:url(../images/prodrowbg.gif);
	background-repeat:repeat-x;
}
#searchresults .productrow {
	width:520px;
}
.prodrowphoto {
	padding-top:20px;
	padding-left:10px;
	float:left;
	background-color:#FFF;
	height:130px;
	width:145px;
	overflow:hidden;
}
.prodrowtitle {
	float:left;
	width:145px;
	height:120px;
	text-align:center;
	padding-top:30px;
	border-right: #999 solid 1px;
}
.prodrowtitle h1 {
	font-size:16px;
	padding:0px;
	margin:0px;
	color:#FF6;
	text-shadow: 1px 1px 1px #000;
}
.prodrowtitle a {
	font-size:16px;
	padding:0px;
	margin:0px;
	color:#FF6;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}
.prodrowtitle a:hover {
	text-decoration:underline;
}
.prodrowbrand {
	float:left;
	width:80px;
	height:90px;
	text-align:center;
	padding-top:60px;
	border-right: #999 solid 1px;
	font-size:14px;
	font-weight:bold;
}
.prodrowprice {
	float:left;
	width:90px;
	height:90px;
	text-align:center;
	padding-top:60px;
	border-right: #999 solid 1px;
	font-size:18px;
	font-weight:bold;
	color:#F00;
}
.prodrowcomingsoon {
	float:left;
	width:90px;
	height:100px;
	text-align:center;
	padding-top:50px;
	font-style:italic;
	border-right: #999 solid 1px;
	font-size:16px;
	color:#FF0;
}
.prodrowbuy {
	float:left;
	width:100px;
	height:85px;
	padding-top:55px;
	padding-left:15px;
}
#product {
	color:#FFF;
	width:620px;
	padding-left:10px;
}
#product h1 {
	font-size:24px;
	color:#FF6;
	text-shadow: 1px 1px 1px #000;
}
#product img {
	border:#CCC solid 1px;
	padding:20px;
	background-color:#FFF;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
#prodtop {
	float:left;
	clear:both;
	width:100%;
}
#prodpos {
	margin-left:10px;
	margin-bottom:20px;
	float:right;
	width:280px;
}
#prodpos img {
	background:none;
	border:none;
	margin:0px;
	padding:0px;
}
#prodpos ul {
	font-size:12px;
	text-indent: 0px;
}
.brand {
	font-size:24px;
	color:#FF6;
	text-shadow: 1px 1px 1px #000;
	font-weight:bold;
	margin:0px;
	
}
.model {
	font-size:16px;
	color:#FF6;
	font-weight:bold;
	margin:0px;
	text-transform: uppercase;
}
.price {
	font-size:26px;
	font-weight:bold;
	color:#F00;
	margin:8px;
}
.finance {
	font-size:12px;
	border:#FFF 1px solid;
	padding:5px;
}
.productcode {
	color:#999;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #333;
}
.enlargeimage {
	font-size:10px;
	color:#666;
	text-align:center;
}
#productinfo h1 {
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	text-shadow: 1px 1px 1px #000;
	text-decoration: underline;
}
#productinfo p {
	font-size:14px;
}
#footer {
	clear:both;
	width:850px;
	padding-left:10px;
	margin-left:auto;
	margin-right:auto;
	background-color:#0B0B0B;
	border: 1px solid #111;
	color:#999;
	text-align:right;
	font-size:10px;
	margin-top:20px;
	height:67px;
}
#footer img {
	float:left;
}
#basket {
	color:#FFF;
	width:620px;
	padding-left:10px;
}
#basket h1 {
	font-size:18px;
}
#basket p {
	font-size:12px;
}
.basketnav {
	width:100%;
	clear:both;
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
}
#totalprice {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FC0;
	padding:0px;
	margin-top:10px;
}
#totalprice .basketnav_right {
	background-color: #FC0;
	font-weight:bold;
	font-size:18px;
	color:#000;
	padding:5px;
}
.basketnav_right {
	float:right;
	font-size:14px;
	text-align:right;
}
.basketnav_left {
	float:left;
}
#baskettable {
	width:610px;
	clear:both;
	padding-bottom:10px;
}
#tableheader {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	clear:both;
	float:left;
	font-weight:bold;
}
.tablerow {
	clear:both;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-top:10px;
	padding-bottom:10px;
}
.tabrow_item {
	float:left;
	width:370px;
	font-weight:bold;
}
.tabrow_item a {
	color:#FF6;
	text-shadow: 1px 1px 1px #000;
	font-size:8px;
	text-decoration:none;
}
.tabrow_item a:hover {
	color:#FFF;
	text-decoration:underline;
}
.tabrow_item img {
	float:left;
	margin-right:20px;
}
.tabrow_quantity {
	float:left;
	width:80px;
}
.tabrow_itemprice {
	float:left;
	width:80px;
}
.tabrow_subtotal {
	float:left;
	width:80px;
}
#searchresults h2 {
	color:#FFF;
	font-size:14px;
}
.popularproductrow {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	height:130px;
	overflow:hidden;
	padding-top:10px;
}
.prodimg {
	float:left;
}
.popularproductinfo {
	float:left;
	padding-left:10px;
	width:150px;
}
.popularproductbuy {
	float:left;
	padding-left:10px;
	padding-bottom:20px;
}
.popularproductrow h2 {
	font-size:20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
		color:#FF6;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}
.popularproductrow h3 {
	font-size:12px;
	margin:0px;
	color:#FFF;
}
.popularproductrow a {
	text-decoration:none;
}
.popularproductrow a:hover {
	text-decoration:underline;
}
.moreinfo {
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}
#checkout {
	color:#FFF;
}
#finance {
	color:#FFF;
	font-size:12px;
	width:630px;
}
#contact {
	color:#FFF;
	font-size:12px;
	width:630px;
}
#hor-minimalist-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
.smallprint {
	font-size:10px;
}
#top {
	color:#FFF;
	font-size:12px;
	padding-left:20px;
	padding-bottom:5px;
	border-bottom:#CCC 1px solid;
	margin-bottom:10px;
}
#top strong {
	color:#FF6;
	font-weight:bold;
}
#top a {
	color:#FF6;
	font-weight:bold;
}
#top p {
	padding:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}
#welcome {
	color:#FFF;
	font-size:11px;
	width:570px;
	margin-bottom:20px;
}
#welcome h1 {
	font-size:28px;
	font-weight:normal;
}
#welcome a {
	color:#FF6;
}
.specialoffer {
	width:135px;
	height:275px;
	padding:5px;
	margin-right:5px;
	text-align:center;
	float:left;
	font-size:10px;
	color:#FFF;
	overflow:hidden;
	clear:none;
	border:#999 1px solid;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#333;
}
.specialoffer h1 {
	font-size:12px;
}
.specialoffer h2 {
	font-size:14px;
}

.specialoffer a {
	color:#FF6;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}
.specialoffer img {
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
