﻿/*
	first
*/
.sexicourier_fl {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
#first, #color, #category, #az, #filter {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
#filter select {
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	margin-left: 15px;
}
.first-name, .color-name, .category-name, .az-name, .filter-name {
	width: 15%;
	float: left;
	height: 35px;
	line-height: 35px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}
#color ul {
    overflow: hidden;
    padding: 0 15px;
	text-align: left;	
}
#color ul li {
	margin: 2px;
    float: left;
	text-align: left;
}
/*
	DIY color
*/
.colorSelect .sselect {border: 1px solid #000;}
.colorSelect .sselect .colorLink {border: 1px solid #fff;}
.colorSelect li {float:left; margin: 7px 4px; border: 1px solid transparent;}
.colorSelect0 {background-color: red;}
.colorSelect1 {background-color: white;}
.colorSelect2 {background-color: black;}
.colorSelect3 {background-color: blue;}
.colorSelect4 {background-color: pink;}
.colorSelect5 {background-color: yellow;}
.colorSelect6 {background-color: orange;}
.colorSelect7 {background-color: green;}
.colorSelect8 {background-color: purple;}
.colorSelect9 {background-color: grey;}
.colorSelect10 {background-color: gold;}
.colorLink {border: 1px solid #ccc; display: inline-block; height: 24px; text-indent: -9999px; width: 24px;}
.colorLink:hover { border: 1px solid #000;}

/*
	DIY color END
*/
#az ul {
    overflow: hidden;
    padding: 0 15px;
	text-align: left;	
}
#az ul li {
	margin: 2px;
    float: left;
	text-align: left;
}
#az ul li a {
	line-height: 30px;
	height: 30px;
    padding: 0 5px;
	margin: 0 2px;
	text-decoration:underline;
	font-size: 13px;
}
.sexicourier_fl ul{
    overflow: hidden;
    padding: 0 15px;
	text-align: left;
}
.sexicourier_fl ul li {
    padding-bottom: 2px;
    padding-top: 5px;
    width: 25%;
    float: left;
	text-align: left;
}
.sexicourier_fl ul li a:link {
    background: transparent url("../images/filter_check_box.gif") no-repeat scroll 0 0;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 16px;
    min-height: 30px;
    padding-left: 30px;
    padding-top: 4px;
    text-transform: capitalize;
}

.sexicourier_fl ul li a:hover {
    background: transparent url("../images/filter_check_box.gif") no-repeat scroll 0 -72px;
}
.sexicourier_fl ul li a.category-subs-selected{
    background: transparent url("../images/filter_check_box.gif") no-repeat scroll 0 -149px;
}
.categoryListBoxContents { 
    text-align:center; 
    border: 1px solid #cccccc;
}

.categoriesSelectMain {
    overflow: hidden;
}

.category ul {
    overflow: hidden;
    padding: 0 15px;
	text-align: left;	
}
.category ul li {
	margin: 2px 0;
    float: left;
	text-align: left;
	width: 25%;
}

.category li a {
    background: transparent url("../images/check.png") no-repeat scroll 0 center;
    display: inline-block;
    line-height: 30px;
    padding: 0 0 0 33px;
}
.category li a:hover { 
	background: url("../images/check_hover.png") no-repeat scroll 0 center transparent; 
	text-decoration: none; 
	color: #025f8e;
}
.category > ul > li > a {
    font-size: 11px;
}
.category li.categoriesed > a {
    background: transparent url("../images/check_selected.png") no-repeat scroll 0 center;
}


#advSearchResultsDefaultHeading {
	display: none;
}
.back-to-previous {
	width: 100%;
	display: block;
	height: 35px;
	line-height: 35px;
	margin-bottom: 15px;
}

/*
	first end
*/
/*
	tpl_product_color
*/
#indexProductColor {
	width: 100%;
}
.indexproductsColor-img {
	width: 20%;
	float: left;
}
.indexproductsColor-img a {
	display: block;
	padding: 5px;
}
.indexproductsColor-img img {
	width: 100%;
	height: auto;
}

/*
	tpl_product_color	End
*/