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

body{
	background:#E5E5E5 url(/images/body_bg.gif) repeat-x scroll 0 0;
	color:#858585;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.50;
	margin:0;
	padding:0;
}

a img{
	border:0;
}

input{
	background:tranparent repeat-x 100%;
	color:#858585;
	text-transform:uppercase;
	font-weight:bold;
	padding:5px;
	font-size:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor:pointer;
	margin: 0 0 5px 5px;
	border:solid 1px #858585;
}

#mainContainer{
	width:990px;
	text-align:left;
	margin:15px auto 0;
}

#topContainer{
	background:#000 url(/images/head_bg.gif) repeat-x left bottom;
	height:85px;
	margin-bottom:12px;
	padding:20px;
	position:relative;
	z-index:999;
}

#footerContainer{
	width: 100%;
	background-color:#000;
	margin-top:50px;
	height:120px;
	float: left;
	padding:0;
}

#logo{
	float:left;
	border:0;
	padding:0;
	margin:0;
}

#topContainer a{
	color:#FFF;
	font-size:13px;
	text-decoration:none;
}

#topContainer ul, ol{
	margin:40px 0 0 0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
}

#topContainer li{
	display:inline;
	width:70px;
}

#topContainer .right{
	width: 700px;
	float: right;
}

#topContainer .menu{
	width: 700px;
	float: left;
	text-transform:capitalize;
}

#topContainer .top-links{
	width: 700px;
	float: left;
	text-align:right;
}

#bodyContainer .col-left{
	float:left;
	background:#FFF;
	width:260px;
	margin-right:15px;
}

.col-left h3{
	margin:10px 25px;
	width:210px;
	border-bottom:solid 1px #CCA;
	color:#CCA;
}

.col-left h4{
	font-weight:normal;
	margin:10px 25px;
	width:210px;
	border-bottom:solid 1px #CCA;
	color:#CCA;
}

.col-left .cartContainer{
	width:210px;
	padding-left:25px;
}

.col-left .cart-count{
	text-decoration:none;
	color:#9AE;
	font-weight:bold;
}

.col-left .cart-subtotale{
	width:210px;
	padding-left:25px;
}

.col-left .cart-last-product{
	width:210px;
	padding-left:25px;
}

.col-left .product{
	margin-bottom:5px;
	padding-bottom:5px;
	clear:both;
}

.col-left .product-image{
	float:left;
	width:52px;
	height:52px;
}

.col-left .product-description{
	float:left;
	min-height:50px;
	width:155px;
}

.col-left .cart-product-title{
	text-decoration:none;
	color:#9AE;
}

.col-left .cart-remove{
	float:right;
	padding:0 0 5px 5px;
}

#bodyContainer .col-right{
	float:left;
	background:#FFF;
	min-height:320px;
	width:715px;
}

.col-right .container{
	padding:40px;
}

.col-right .nav{
	margin-bottom:40px;
}

.col-right h2{
	font-size:26px;
	color:#CCA;
}

.col-right .product-count td{
	height:30px;
	padding-left:5px;
	border-top:solid 1px #CCA;
}

.col-right .product-count-right{
	text-align:right !important;
	padding-right:5px;
}

.col-right a{
	text-decoration:none;
	color:#9AE;
}

.col-right .product{
	border-top:solid 1px #CCA;
	padding-top:10px;
	clear:both;
}

.col-right .product-image{
	float:left;
    width:265px;
}

.col-right .product-description{
	float:right;
	width:370px;
}

.col-right h5 a{
	margin:0;
	color:#CCA;
	font-size:22px;
	font-weight:normal;
}

.container .product-list{
  float:left;
}

.container .cartTotal{
    margin-top:20px;
    margin-bottom:20px;
    float:left;
    font-size-adjust:0.8;
    width:100%;
    text-align:right;

}

#footerContainer a{
	color:#FFF;
	font-size:10px;
	text-decoration:none;
}


#footerContainer .info{
	width:990px;
	margin-left:auto;
	margin-right:auto;
}

.info ul{
	margin:0;
	padding-top:20px;
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
}

.info li{
	display:inline;
}