/* ------------------------------------------------------------
	=LEFT NAV
--------------------------------------------------------------*/
.leftnav {
	padding-top: 10px;
	background: url(../images/leftnav_bg.gif) no-repeat;
	margin-bottom: 10px;
}
.leftnav .bottom {
	background: url(../images/leftnav_bg.gif) left bottom no-repeat;
	height: 10px;
}
.leftnav h2 {
	font-size: 2.3em;
	font-weight: normal;
	font-family: "Myriad Pro", Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
}
.leftnav ul {
	margin-left: 10px;
	margin-bottom: 0;
	border: 2px solid #171412;
}
.leftnav li {
	list-style: none;
	background: #000 url(../images/leftnav_btn_bg.gif) repeat-x;
	margin-bottom: 0;
	border: 1px solid #313131;
	border-bottom: none;
}

* html .leftnav li {
	background-color: #000;
	height: 20px;
}

.leftnav li:last-child {
	border-bottom: 1px solid #313131;
}
.leftnav li a {
	text-decoration: none;
	color: #fff;
	display: block;
	border: 1px solid #000;
	padding: 0 5px 0 15px;
}
.leftnav li.current a {
	background: url(../images/arrow_sm_right.gif) 5px 4px no-repeat;
}
.leftnav li a:hover {
	background: url(../images/arrow_sm_right.gif) 5px 4px no-repeat;
}

/*.cat2 .leftnav li a {
	color: #f3ce85;
}
.cat3 .leftnav li a {
	color: #f70013;
}
.cat4 .leftnav li a {
	color: #c9c9c9;
}
.cat5 .leftnav li a {
	color: #86b0b8;
}*/

li a.sale {
	color: #f70013 !important;
}
/* ------------------------------------------------------------
	=RELATED PRODUCTS
--------------------------------------------------------------*/
.related {
	background: #fff url(../images/related_bg.jpg) no-repeat;
	margin-left: 15px;
	padding-top: 2px;
	width: 156px;
	min-height: 200px;
}

* html .related {
	margin-left: 0px;
	margin-bottom: 10px;
}

.related h2 {
	margin: 0px 0 10px 6px;
}
.related h2 img {
	margin: 0;
}

.related ul {
	width: 144px;
	margin: 0 auto;
}
.related img {
	margin: 4px 0 4px 4px;
}


/* ------------------------------------------------------------
	=CATEGORY
--------------------------------------------------------------*/

.sortby {
	float: right;
	display: inline;
	margin-top: 20px
}

.sortby .select {
	width: 120px;
	margin-left: 10px;
}

.paging {
	text-align: right;
	float: right;
	margin-bottom: 0px;
	display: inline;
	margin-right: 40px;
}

.pagehead .paging {
	margin-top: 23px;
}

.paging span {
	float: left;
}

.paging span.pl {
	width: 15px;
}

.paging .dots {
	padding: 0 5px;
}

.paging a.current {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	cursor: text;
}

.pages img {
	float: none;
	margin: 0 5px 3px 5px;
}

/* products */
.products {
	margin-left: 25px;
	margin-right: 0;
}
.products li {
	list-style: none;
	float: left;
	width: 136px;
	margin-right: 45px;
	display: inline;
	height: 160px;
	
}
.products li h3  {
	font-size: 1.2em;
	margin-right: 0;
	margin-bottom: 3px;
	line-height: 1;
	padding-bottom: 2px;
	height: 24px;
}
.products li h3 a {
	text-decoration: none;
	color:#333333;
}
.products li p a {
	color: #666;
}
.products li img {
	margin: 10px 0 0px 0;
}
.products p {
	font-size: 1em;
	margin-bottom: 0;
}
.price {
	font-weight: bold;
	color: #c80022;
}
.products .price {
	float: left;
	color: #008827;
}
.products .crossout {
	text-decoration: line-through;
}
.products .sale {
	color: #C80022;
}
.products .more {
	float: right;
}

.promobuttons {
	float:left;
}

.promobuttons a {
	margin-right: 20px;
}


/* */
.prodtypes {
	overflow: hidden;
	width: 758px;
	margin: 1px auto;
	background: #fff url(../images/gap_fill.gif) left 170px repeat-x;
}
.prodtypes li {
	list-style: none;
	float: left;
	background: #fff;
	margin-bottom: 0;
	width: 150px;
}
.prodtypes li p {
	background: #b5b5b5;
	text-align: center;
	border-top: 1px solid #9a9a9a;
	border-left: 1px solid #9a9a9a;
}
.prodtypes li a {
	color:#000;
	text-decoration: none;
}

.box .products {
	overflow: hidden;
	width: 758px;
	margin: 1px 0 0 0;
}
.box .products li  {
	margin-top: 5px;
	padding-right: 7px;
	margin-right: 7px;
	border-right: 1px solid #e3e0de;
}
.box .products h3 {
	margin-top: 5px;
}


/* Product Details page */

/* carousel */
.carouselbox {
	position: relative;
}
.box .carousel {
	margin: 1px;
	width: 400px;
	margin-left: 2px;
}
.previous, .next {
	position: absolute;
	top: 65px;
}
.previous {
	left: -7px;
}
.next {
	right: -7px;
	_right: -2px;
}
.visual {
	float: left;
	width: 390px;
}
.description {
	margin-left: 370px;
}
.zoom {
	margin-bottom: 5px;
}
#zoom {
	font-weight: bold;
	background: url(../images/plus.jpg) left 3px no-repeat;
	padding-left: 12px;
}

.thumbs {
	margin-left: 20px;
	overflow: hidden;
}
.visual .thumbs {
	width: 350px;
}
.thumbs li {
	list-style: none;
	float: left;
	margin-right: 10px;
	
}
.thumbs img {
	margin: 0;
}

.productdetail h3 {
	color: #333333;
	margin-bottom: 0;
	font-size: 1.8em;
}
.productdetail h4.style {
	color: #434343;
	font-size: 1em;
}
.moreinfo {
	font-size: 95%;
	margin-top: 30px;
}
.moreinfo p {
	width: 80%;
}
.productdetail h3.subtitle {
	margin-bottom: 10px;
}
.productdetail .price {
	font-size: 1.9em;
	color: #008827;
}

.sizechart {
	float: right;
}
#options_list li {
	margin-bottom:10px;
	float: left;
	width: 340px;
}
.sizechoices {
	clear: both;
	margin-left: -5px;
	margin-top: 5px;
	float: left;
}

.sizechoices a {
	float: left;
	background: #ededed url(../images/size_bg.jpg) 0 0 repeat-x;
	border: 3px solid #fff;
	font-size: 1em;
	min-width: 23px;
	height: 15px;
	margin: 3px;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	color: #fff;	
}

.sizechoices a:hover, .sizechoices a:focus  {
	background: #C80022;
}

.sizechoices a.size_sel {
	background: #C80022;
}

.prod_message {
	font-size: 1.2em;
	color: #C80022;
	font-weight: bold;
}

.prod_message img, img#cart_add_button {
	margin: 0;
	padding: 0;
}

#basket {
	width: 350px;
	height: 320px;
}

* html fieldset.product-options {
	margin: 10px 10px 5px 5px;
}

* html .sizechoices {
	margin-left: 0;
}