/* --------- PRODUCTS --------- */
.products div:after, 
.products:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		
/*	--------------	*/
/*	general product layout	*/
/*	--------------	*/
.panel.products {
		padding-bottom: 30px;
		background: none repeat scroll 0% 0% #FFF;
		box-shadow: 0px 3px 2px #CDCDCD;
}
.products div.content {
		clear: both;
		padding:10px;
		height: 1%;
		min-height:0 !important;
		}
.products div.item {
		}
.products div.left {
		}
.products div.right {
		}
.products div.priceDiv {
		}
.products div.priceDiv p {
		}
.products div.productImage {
		text-align: center;
		margin:0 auto;
		padding:5px;
		background:#fff;
1		border:1PX solid #550;
		}	
.products p {
		}
.products p.title {
	font-size:1.8em;
	margin:0.8em 0;
		}
.products p.description {
		}
.products p.price {
		}
.products p.price.was {
		color: #585757 !important;
		text-decoration:line-through;
		font-size:1.4em;
		}
.products p.price.special {
1		color: #DC3667;
		font-size:1.4em;
		}
.products a {
		text-decoration: none !important;
		}
.products a.image {
1		display: block;
1		text-align: center;
		}
.products a.more {
1		background: url(/mainpics/icons/arrow_right.jpg) right 3px no-repeat;
1		font-size: 1.8em;
1		line-height: 22px;
1		padding-right: 22px;
1		margin-right: 3px;
1		text-align: right;
		}
.products a.more:hover {
1		text-decoration: underline;
1		padding-right: 25px;
1		margin-right: 0;
		}
.products img {
1		margin: 0 5px 5px 0;
		}
/*	--------------	*/
/*	title price product	*/
/*	--------------	*/
.products .title-price div.productImage {
		height: 200px;
		overflow:hidden;
		}
/*	--------------	*/
/*	category-products layout	*/
/*	--------------	*/
div#category-products  {
	background:#FFF;
	box-shadow: 0px 3px 2px #CDCDCD;
		}
div#category-products .content {
		}
div#category-products .category-description {
		}
div#category-products div.item {
	width:47%;
	float:left;
	margin-left:15px;
	margin-bottom:1em;
	border:1px solid #CCC;
	box-shadow:2px 2px 2px #CCC;
	text-align:center;
		}
div#category-products div.item.first {
	margin-left:0;
		}
div#category-products div.item.last {
	margin-right:0;
1	float:right;
		}
div#category-products div.productImage {
		}
div#category-products div.item p.title {
		}
div#category-products div.item a p {
		}
div#category-products div.item a:hover p {
		}
div#category-products div.item div.priceDiv {
		}
div#category-products div.productImage img {
		}
div#category-products div.productImage a img {
		}
div#category-products div.productImage a:hover img {
		}
div#category-products div.item a.button.red{
	font-size:1.7em!important;	
	line-height:2.4!important;
	margin-bottom:1em;	
}
/*	--------------	*/
/*	category-categories layout	*/
/*	--------------	*/
div#category-categories  {
	background:#FFF;
	box-shadow: 0px 3px 2px #CDCDCD;
		}
div#category-categories .content {
		}
div#category-categories .category-description {
		}
div#category-categories div.item {
	width:31%;
	float:left;
	margin-left:15px;
	margin-bottom:1em;
	border:1px solid #CCC;
	box-shadow:2px 2px 2px #CCC;
	text-align:center;
		}
div#category-categories div.item.first {
	margin-left:0;
		}
div#category-categories div.item.last {
	margin-right:0;
1	float:right;
		}
div#category-categories div.productImage {
		margin-bottom: 1em;
		}
div#category-categories div.item p.title {
		}
div#category-categories div.item a p {
		}
div#category-categories div.item a:hover p {
		}
div#category-categories div.item div.priceDiv {
		}
div#category-categories div.productImage img {
		}
div#category-categories div.productImage a img {
		}
div#category-categories div.productImage a:hover img {
		}
div#category-categories div.item a.button.red{
	font-size:1.7em!important;	
	line-height:2.4!important;
	margin-bottom:1em;	
}
/*	--------------	*/
/*	product details layout	*/
/*	--------------	*/
div#detail-products {
1		margin-top: 15px;
		min-height:260px;
1		padding:10px;
		padding-bottom:30px;
		background:#FFF;
		box-shadow: 0px 3px 2px #CDCDCD;
		margin-bottom:2em;
		}
div#detail-products p {
	padding:0 !important;
		}
div#detail-products p.title {
	font-size:2.2em;
	margin:0 !important;
		}
div#detail-products .content{
		}
div#detail-products * {
		}
div#detail-products div {
	}
div#detail-products div.item {
		}
div#detail-products div.left {
		}
div#detail-products div.right {
		}
div#detail-products div.productImage .mainImage {
1		background:;
		margin-bottom:20px;
		}
div#detail-products div.productImage img {
		}
div#detail-products div.productImage div.mainImage img {
		}
div#detail-products div.productImage a img {
		}
div#detail-products div.productImage a:hover img {
		}
div#detail-products div.productImage a {
		}
div#detail-products div.productImage a:hover {
		}
div#detail-products div.smallImage {
		float: left;
		}
div#detail-products div.smallImage.clear {
		clear: both;
		}
div#detail-products div.smallImage img {
		}
div#detail-products div.smallImage a {
		}
div#detail-products div.smallImage a:hover {
		}
div#detail-products div.smallImage a span {
		}
div#detail-products div.priceDiv p {
		}
		
/*	--------------	*/
/*	product options	*/
/*	--------------	*/
div#product-options {
		z-index: 1000;
		position: relative;
		margin:10px 0;
		}
div#product-options p{
	margin-bottom:0;
	}		
/*	DIV THAT HOLDS THE OPTIONS AND DISPLAYS ON PAGE	*/		
div#product-options div.product-option-holder {
		border-top:1px solid #b5b5b5;
		color:#444645;
		height:35px;
		margin-bottom:1em;
		}
/*	DIV THAT HOLDS THE LINKS OF DIFFERENT OPTIONS  STYLE TO MATCH THE div.product-option-holder ABOVE*/		
div#product-options div.product-option {
		background:#efecf3;
		border:1px solid #b5b5b5;
		border-top:none;
		background:#EAEEEF;
		}
/*	GENERAL STYLE RULES FOR ALL LINKS	*/
div#product-options div.product-option a {
		color:#000;
1		border-top:1px solid #B5B5B5;
		background:#EAEEEF;
		font-size:1em;
		font-weight:normal;
		font-family:;
		margin-bottom:0;
		padding-bottom:0;
		padding-left:5px!important;
		}
/*	STYLE THE OPTION THAT IS SELECTED IN THE DROPDOWN MENU	*/
div#product-options div.product-option.selected a {
		color:#FFF;
		background: #014171;
		}
/*	STYLE THE OPTIONS IN THE DROPDOWN HOVER STATE	*/
div#product-options div.product-option a:hover {
		color: #FFF;
		background:#A4B9CA;
		}
/*	STYLE THE SELECT OPTION ONLY WHEN ITS IN THE DROPDOWN */
div#product-options div.product-option.clone a{
		font-style:italic;
		}
/*	STYLE THE SELECT OPTION ONLY (IE THE ONE THAT SHOWS WHEN NO OPTIONS ARE SELECTED  :) */		
div#product-options div.product-option.clone-me a {
		background:url(/mainpics/icons/select-option-arrow.png) right 10px center no-repeat;
		color:#000;
		}
/*	STYLE THE SELECT OPTION ONLY HOVER STATE (IE THE ONE THAT SHOWS WHEN NO OPTIONS ARE SELECTED  :) */		
div#product-options div.product-option.clone-me a:hover {
1		color:#563A7D;
1		background:#efecf3 url(/mainpics/buttons/arrow-down-orange.png) right center no-repeat;
		}
/*	STYLE THE SELECTED OPTION (TOP) */
div#product-options div.first a {
		background: url(/mainpics/icons/icon-tick.png) right 10px center no-repeat ;
		color:#014171;
}
/*	STYLE THE SELECTED OPTION (TOP) HOVER STATE */
div#product-options div.first a:hover {
		color:#014171;
		background: url(/mainpics/icons/select-option-arrow-hover.png) right 10px center no-repeat!important;
}
/*	STYLE THE OPTIONS THAT ARE UNAVAILABLE */
div#product-options div.product-option.disabled a {
		font-style: italic;
		color: #ccc;		
		cursor: default;
		}


/*	--------------	*/
/*	DO NOT CHANGE	*/
/*	--------------	*/
div#product-options div.product-option-group {
		height: 35px;
		margin-bottom:1.5em;
}
div#product-options div.product-option-holder {
		position: absolute;
		width: 96%;
1		padding-right:6px;
		}
div#product-options div.product-option a {
		width:98.5%;
		display:inline-block;
1		margin-left:3%;
		padding:0;
1		padding-left:10px;
		height:auto;
		}
div#product-options div.product-option-group div.product-option {
		display: none;
		}
div#product-options div.product-option-group div.product-option.first {
		display: block;
		}
div#product-options div.product-option.clone-me a {
	border-top:none;
			}
div#product-options div.product-option p {
	line-height:2;
	padding:0!important;
			}
div#product-options div.product-option a:hover {
		cursor:pointer;
		}
div#product-options div.first a {
		border-top:none;
}
/*	--------------	*/
/*	featured product layout	*/
/*	--------------	*/
div#featured-products {
	}
/*	--------------	*/
/*	related panel		*/
/*	--------------	*/
div#related-products {
	background:#FFF;
	box-shadow: 0px 3px 2px #CDCDCD;
		clear: both;
		position: relative;
		margin-top: 50px;
		}
div#related-products * {
		}
div#related-products .content {
		padding:10px 0;
		}
div#related-products div.item {
		float: left;
		width: 24%;
		min-height:200px;
		}
div#related-products div.item-num-0 {
		border-left:none;
		margin-left:15px;
		}
div#related-products div.item p.title {
		}
div#related-products div.item a p {
		}
div#related-products div.item a:hover p {
		}
div#related-products div.item div.priceDiv {
		}
div#related-products div.productImage img {
		}
div#related-products div.productImage a img {
		}
div#related-products div.productImage a:hover img {
		}
/*	--------------	*/
/*	also bought panel		*/
/*	--------------	*/
div#also-bought-products {
		min-height:250px;
		
		}
div#also-bought-products div.content{
			}
div#also-bought-products div.item {
	width:24%;
	float:left;
		}
div#also-bought-products div.item p.title {
		}
div#also-bought-products div.item div.priceDiv {
		}
div#also-bought-products div.productImage img {
		}
div#also-bought-products div.productImage a {
		}
div#also-bought-products div.productImage a:hover {
		}
/*	--------------	*/
/*	featured panel		*/
/*	--------------	*/
div#featured-products  {
		}
div#featured-products * {
		}
div#featured-products span.newLineDivider {
		}
div#featured-products div.item {
		}
div#featured-products div.left {
		}
div#featured-products div.right {
		}
div#featured-products div.left div.productImage img {
		}
div#featured-products div.productImage a {
		}
div#featured-products div.productImage a:hover {
		}
div#featured-products div.right a#details {
		}
/*	--------------	*/
/*	featured-products-homepage		*/
/*	--------------	*/
div#featured-products-homepage {
}
div#featured-products-homepage {
}
div#featured-products-homepage h2.header{
	color:#FFF;
	background:url(/mainpics/buttons/featured-products-tab-on.png);
	width:226px;
	height:64px;
	line-height:2.6;
	text-align:center;
}
div#featured-products-homepage div.item div.holder {
}
div#featured-products-homepage div.item div.left,
div#new-arrivals-content div.item div.left,
div#special-offers-content div.item div.left
{
	width:38%;
	
}
div#featured-products-homepage div.item div.right,
div#new-arrivals-content div.item div.right,
div#special-offers-content div.item div.right
{
	width:58%;
}
div#featured-products-homepage div.item div.detailsAddToCart {
}
div#featured-products-homepage div.item div.detailsAddToCart a {
	background:url(/mainpics/buttons/button-blue.png);
}
div#featured-products-homepage div.item div.detailsAddToCart a:hover {
	background:url(/mainpics/buttons/button-blue-hover.png);
}
div#featured-products-homepage p.title {
	color:#014171;
}
/*New Producst Homepage*/
div#newProductContainer h2{
	color:#FFF;
	background:url(/mainpics/buttons/new-products-tab-on.png);
	width:146px;
	height:59px;
	line-height:2.6;
	text-align:center;
}

/*Special Offers Homepage*/
div#specialProductContainer h2{
	color:#FFF;
	background:url(/mainpics/buttons/special-offers-tab-on.png);
	width:146px;
	height:59px;
	line-height:2.6;
	text-align:center;
}


/*	--------------	*/
/*	product badges	*/
/*	--------------	*/
div.product-image-badge {
	position: absolute;
	display: block;
	top: -5px;
	right: 10px;
	width: 100px;
	height: 100px;
	}
div.product-image-badge.sm {
	top: -5px;
	right: 5px;
	width: 50px;
	height: 50px;
	}
div.product-image-badge.tiny {
	top: 0px;
	right: 0px;
	width: 25px;
	height: 25px;
	}
div.product-image-badge span {
	color: #fff;
	display: block;
	font-family:"fancy";
	font-size:38px;
	padding-top: 32px;
	text-align: center;
	width: 100%;
	}
div.product-image-badge.sm span {
	font-size:18px;
	padding-top: 18px;
	}
div.product-image-badge.tiny span {
	font-size:10px;
	padding-top: 8px;
	}
div.product-image-badge.three-for-two {
	background: url(/mainpics/badges/badge-3for2-100.png) 0 0 no-repeat;
	}
div.product-image-badge.three-for-two.sm {
	background: url(/mainpics/badges/badge-3for2-50.png) 0 0 no-repeat;
	}
div.product-image-badge.three-for-two.tiny {
	background: url(/mainpics/badges/badge-3for2-25.png) 0 0 no-repeat;
	}
div.product-image-badge.blank {
	background: url(/mainpics/badges/badge-blank-100.png) 0 0 no-repeat;
	}
div.product-image-badge.blank.sm {
	background: url(/mainpics/badges/badge-blank-50.png) 0 0 no-repeat;
	}
div.product-image-badge.blank.tiny {
	background: url(/mainpics/badges/badge-blank-25.png) 0 0 no-repeat;
	}
div.product-image-badge.new {
	background: url(/mainpics/badges/badge-new-100.png) 0 0 no-repeat;
	}
div.product-image-badge.new.sm {
	background: url(/mainpics/badges/badge-new-50.png) 0 0 no-repeat;
	}
div.product-image-badge.new.tiny {
	background: url(/mainpics/badges/badge-new-25.png) 0 0 no-repeat;
	}
/*	--------------	*/
/*	product-extras panel on product page - customer reviews & send to a friend & got a question	*/
/*	--------------	*/
#product-extras {
	width:98%;
}
.product-extras-nav{
	top:1px;
	z-index:999;
}
.product-extras-nav a {
	display:block;
	float:left;
	margin-left:-1px;
	color:#fff !important;
1	border:1px solid #fff;
1	border-left:1px solid #fff;
	outline:none;
	text-align: center;
	text-decoration:none !important;

	background:url(/mainpics/bgs/bg-heading-blue.jpg) repeat-x top #002750;
	font-size:1.2em;
	text-align:center;
	padding:10px ;
	margin-bottom:0;
	}
.product-extras-nav a.first {
1	border-left:1px solid #E6007D ;
}
.product-extras-nav a.link-open{
}
.product-extras-nav a.on {
	background:url(/mainpics/bgs/bg-heading-red.jpg) repeat-x top #750e0f;
	border-bottom:1px solid #750e0f !important;
}
.product-extras-nav a.on:hover {
	background:url(/mainpics/bgs/bg-heading-red.jpg) repeat-x top #750e0f;
}
.product-extras-nav a:hover {
	background:url(/mainpics/bgs/bg-heading-red.jpg) repeat-x top #750e0f;
}
.button-expandable-bg a {
	display:block;
	float:left;
	margin-left:-1px;
	color:#fff !important;
	outline:none;
	text-align: center;
	text-decoration:none !important;
	background:url(/mainpics/bgs/bg-heading-blue.jpg) repeat-x top #002750;
	font-size:1.2em;
	text-align:center;
	padding:10px ;
	margin-bottom:0;
	}
.button-expandable-bg a:hover {
	background:url(/mainpics/bgs/bg-heading-red.jpg) repeat-x top #750e0f;
}
.product-extras-holder {
	padding:5px;
	z-index:89;
	margin-left:-1px;
	border:1px solid #750e0f;
}
#customer-reviews-holder.product-extras-holder {
}
.product-extras-holder h2{
	text-align:center;
}
.product-extras-holder h3{
	font-size:1.6em !important;
	margin-bottom:.5em;
}
.product-extras-holder p.note em{
	color:#999;
}
.product-extras-holder .sep{
	height:10px;
	margin:10px;
}
.product-extras-holder form{
	background:#fff;
	border:none;
	width:auto;
}
.product-extras-holder form input{
1	padding:5px 0;
}
.product-extras-holder form textarea{
	width:135px;
1	padding:5px 0;
}
.product-extras-holder form p.left.half.clear{
	width:35%;
}
#sizing-chart div.row {
	border-bottom:1px solid #ccc;
}
/*	review panel */
.review-panel {
	border:1px solid #d3a6bf;
	padding:5px;
	margin:10px 10px;
	margin-bottom:20px;
	background:#fff;
}
div#product-reviews div.content{
}
/*	--------------	*/
/*	sliders on homepage	*/
/*	--------------	*/
div#mini-slider .products div.detailsAddToCart, 
div#mini-slider-2 .products div.detailsAddToCart {
		width:80%;
		margin:0 auto;
		text-align:center;
		margin-top:10px;
		}
.products div.detailsAddToCart {
		}
.products div.detailsAddToCart a {
	position: relative;
	padding:8px 35px 8px 5px;
		}
