/*
 *	Category Page
 */
 
 #content_category{
	float:left;
	margin-bottom:30px;
	margin-left:6px;
	margin-top:20px;
	min-height:370px;
	width:480px;
 }
 
 
.product_container{
	float:left;
	margin:10px 0;
	text-align:center;
	width:155px;
}

.product_container a .product_title:hover {
	text-decoration:underline;
}

.product_image{
	height:144px;
	margin:10px auto;
	position:relative;
	width:144px;
	z-index:0;
}
.collection_badge{
	left:0;
	position:absolute;
	text-align:left;
	top:-10px;
}
/*category top nav */
#category_top_nav{
	border-bottom:1px solid #DAD9D9;
	margin-top:5px;
	overflow:hidden;
	padding-bottom:5px;
	text-transform:uppercase;
}
#category_top_nav .clothing {
	float:left;
	margin-left:15px;
	margin-top:0;
	overflow:hidden;
	width:450px;
}
#category_top_nav .accessories {
	float:left;
	width:225px;
}
#category_top_nav .collections {
	float:left;
}
.category_nav_vertical_separator{
	width: 1px;
	height: 100%;
	background: #DAD9D9;	
}
/*category top nav end*/
.col_swatch_container{
	height:12px;
	margin:5px auto 7px auto;
	text-align:center;
}

.col_swatch_list{
	padding:0px;
	margin:0px auto;
}

.col_swatch{
	width:10px;
	height:10px;
	margin:0px 0px 0px 3px;
	border:1px solid black; 
	padding:0px;
	
}

.colour_bar_box_left{
	width:10px;
	height:5px;
}

.colour_bar_box_right{
	width:10px;
	height:5px;
}

.product_title{
	color:#000000;
	font-family: "Times New Roman",Georgia,Serif;
	font-size:11px;
	font-weight:normal;
	margin:10px 0 0;
	text-align:center;
	text-transform:uppercase;	
}

.product_container .price{
	color:#666565;
	font-size:11px;
	line-height:11px;
	margin:1px 0 0;
	text-align:center;
}

.product_container .was_price{
	text-decoration: line-through;
}

.product_container .now_price{
	color:#FF0000;
	font-weight:bold;
}



.category_banner_container{
	position:relative; 
	width:310px; 
	height:3px;
	float:right;
	margin:0px;
	padding:0px;
}

.banner_artwork{
	position:absolute;
	width:310px;
	z-index:1;
}

.banner_htmltext{
	position:absolute; 
	margin:288px 0px 5px 0px;
	padding:0px 20px;
	z-index:10;
}
.category_title{
    float: left;
    padding-left: 15px;
    font-size: 18px;
    font-weight: bold;
    color: black;
}
.nav_standard_s{
	margin-bottom:10px;
	text-transform:uppercase;
	width:108px;
}
.nav_standard_refine{
    padding: 20px 0 5px 10px;;
    font-size: 12px;
    color: black;
}
.nav_standard_browse{
    padding: 20px 0 5px 10px;;
    font-size: 12px;
    color: black;
    width: 120px;
    border-bottom: dashed #9B9B9B 1px;
}
#inner ul li{
padding: 5px 0 0 10px;

}
#inner ul li a{
    color: #666;
}
.nav_standard_title{
    padding: 10px 0 0 10px;;
    font-size: 12px;
    color: black;
    font-weight: bold;
    font-style: italic;
}

.product_container a{
    font-weight: normal;
}

#category_bottom{
	height:30px;
}
/*colour swatches*/
.colour_selector{
	float:right;
	left:-50%;
	margin-top:10px;
	position:relative;
	text-align:left;
}
.colour_selector ul{
	list-style:none;
	position:relative;
	left:50%;
}

.colour_swatch{
	border:1px solid #DAD9D9;
	display:block;
	float:left;
	margin-right:3px;
	position:relative;
}
.colour_swatch a{
	display:block;
	height:15px;
	width:15px;
}
/*colour swatches end*/
/*sitemap*/
.page_title {
	margin: 25px 0;
}
.sitemap_right{
	float: right;	
	margin-right: 10px;
	width: 390px;	
}
.sitemap_left{
	float: left;
}
#sitemap_container li{
	line-height:18px;
	text-transform:uppercase;
		
}

/*sitemap end*/
