/* general styles */
*{margin:0;padding:0;}
/* end general styles */

/* page specific backgrounds */
.product_selector {
	background:url(../images/bg-product_selector.jpg) no-repeat 50% 36px;
}
/* end page specific backgrounds */

/* all collections landing headers and images */
		/*------content section declarations--------------------*/
		/* inner1 start */
		.inner1 #container { padding: 0 0 75px; }
		/* sidebar */
		.sidebar {
			width:310px;
			float:left;
			padding:62px 0 0 28px;
		}
		.PageHeadig {
			margin:0 0 10px;
			width:300px;
			height:98px;
			text-indent:-9999px;
			background:url(../images/collection.png) no-repeat;
		}
		.side-box {
			width:265px;
			height:420px;
			overflow:hidden;
			margin:0 0 0 38px;
		}
		.side-box h2{ display:none; }
		.side-box p{ display:none; }

			/*------bottle section declarations--------------------*/
			.ContentBox1,
			.ContentBox {
				width:191px;
				float:left;
				padding: 0 0 0 10px;
				min-height:217px;
				margin:0 0 30px;
			}
			.ContentBox1 { width:200px; }
			* html .content-box {
				height:217px;
				overflow:visible;
			}
			*+html .ContentBox {
				height:217px;
				overflow:visible;
			}
			* html .ContentBox1 {
				height:217px;
				overflow:visible;
			}
			*+html .ContentBox1 {
				height:217px;
				overflow:visible;
			}
			.illustration1 {
				width:191px;
				height:147px;
				margin:0 0 10px;
			}
			.illustration1 img{ float:left;}
			/*.text { width: 191px; }*/
			.text h3{width:190px;}
			.mini1 h3,
			.mini h3,
			.text h3{
				margin:0 0 3px;
				font-size:12px;
				width:100%;
				overflow:hidden;
				text-transform:capitalize;
				/*float:left;*/
				float: none;
				height:16px;
			}
			
			.mini1 h3 a,
			.mini h3 a,
			.text h3 a{
				/*color:#ff0099;*/
				/*accessibility change*/
				color:#ffffff;
				font-weight:bold;
				padding:0 10px 0 0;
				/*float:left;
				display:block;*/
				position:relative;
				/*background:url(/en_US/images/pink_arrow.gif) top right no-repeat;*/
				/*accessibility change*/
				background:url(/en_US/images/white_arrow.gif) top right no-repeat;
			}
			.mini1 h3 a:hover,
			.mini h3 a:hover,
			.text h3 a:hover{
				color:#ffffff;
				padding:0 10px 0 0;
				/*float:left;*/
				text-decoration:underline;
				position:relative;
				background:url(/en_US/images/white_arrow.gif) top right no-repeat;				
			}
			
			.mini1 p,
			.mini p,
			.text p{ margin:0; /*clear:left;*/ }
			.mini {
				float:left;
				width:95px;
			}
			.mini1 {
				float:left;
				width:105px;
			}
			.illustration2 {
				width:95px;
				height:147px;
				margin:0 0 10px;
			}
			.mini1 .MiniText {
				width:97px;
				padding:0 0 0 8px;
			}
			/*------end bottle section declarations----------------*/
		/*------end content section declarations--------------------*/
/* end all collections landing headers and images */

/* C O L L E C T I O N  P A G E S */
#collection_aussome_volume, 
#collection_cleanse_n_mend,
#collection_moist,
#collection_sydney_smooth,
#collection_suntouched_shine,
#collection_opposites_attract,
#collection_sprunch,
#collection_instant_freeze,
#collection_mega,
#collection_hair_insurance,
#collection_stylers {
	background: url('../images/collections/bkgrd_pattern.png');
	height: 500px;
	width: 980px;
}
#collection_stylers .collection-images {
	width: 500px;
}

#collection_stylers .collection-info {
	width: 480px;
}

#collection_stylers .buynow-left li a {
	width: 170px;
}

#collection_stylers .buynow-left li span a {
	margin-right: -150px;
}
.collection-images {
	float: left;
	height: 250px;
	margin-top: 60px;
	width: 550px;
}
.collection-info {
	float: right;
	width: 430px;
}
.collection-info img {
	text-align: left;
}

.buynow-left {
	float: left;
	font-weight: bold;
	list-style: none;
	margin-top: 20px;
	width: 200px;
}
.buynow-left li {
	width:197px;
	position:relative;
	clear: left;
}
.buynow-left li img{
	float: left;
	margin-top:2px;
	margin-right:3px;
}
.buynow-left li a {
	width: 123px;
	display:block;
	/*float:left;*/
	padding-bottom:6px;
}
.buynow-left li span a{
	width: 64px;
	position: absolute;
	top:0;
	right:0;
}
.buynow-right {
	float: right;
	font-weight: bold;
	list-style: none;
	margin-top: 20px;
	width: 200px;
}
.buynow-right li {
	width:197px;
	position:relative;
	clear: left;
}
.buynow-right li img{
	float: left;
	margin-top:2px;
	margin-right:3px;
}
.buynow-right li a {
	width: 123px;
	display:block;
	/*float:left;*/
	padding-bottom:6px;
}
.buynow-right li span a{
	width: 64px;
	position: absolute;
	top:0;
	right:0;
}
.buy {
	float: right;
	font-weight: normal;
	text-transform: uppercase;
}

/*end removing the spacing from icon navigation on product pages*/
.collection-subheader {
	font-size: 12px;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
}
.browse {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0 20px 145px;
}
/*E N D  C O L L E C T I O N  P A G E S */

/*P R O D U C T   P A G E   S T Y L E S*/
/*background images*/
.mega_product_bg{
	background:url(../images/product_bg/bg_product_mega.png) no-repeat 50% 0px;
}
.moist_product_bg{
	background:url(../images/product_bg/bg_product_moist.png) no-repeat 50% 44px;
}
.suntouched_shine_product_bg{
	background:url(../images/product_bg/bg_product_suntouchedshine.png) no-repeat 50% 0px;
}
.sydney_smooth_product_bg{
	background:url(../images/product_bg/bg_product_sydneysmooth.png) no-repeat 50% 0px;
}
.instant_freeze_product_bg{
	background:url(../images/product_bg/bg_product_instantfreeze.png) no-repeat 50% 0px;
}
.opposites_attract_product_bg{
	background:url(../images/product_bg/bg_product_oppositesattract.png) no-repeat 50% 0px;
}
.sprunch_product_bg{
	background:url(../images/product_bg/bg_product_sprunch.png) no-repeat 50% 0px;
}
.cleanse_n_mend_product_bg{
	background:url(../images/product_bg/bg_product_cleansemend.png) no-repeat 50% 0px;
}
.hair_insurance_product_bg{
	background:url(../images/product_bg/bg_product_hairinsurance.png) no-repeat 50% 0px;
}
.aussome_volume_product_bg{
	background:url(../images/product_bg/bg_product_aussome.png) no-repeat 50% 0px;
}
.stylers_product_bg{
	background:url(../images/product_bg/bg_product_stylers.jpg) no-repeat 50% 36px;
}
/*end background images*/


/*product page titles*/
/*-->>shared title properties*/
.mega_product_title,
.moist_product_title,
.suntouched_shine_product_title,
.sydney_smooth_product_title,
.instant_freeze_product_title,
.opposites_attract_product_title,
.sprunch_product_title,
.cleanse_n_mend_product_title,
.hair_insurance_product_title,
.aussome_volume_product_title, 
.stylers_product_title {
	width:416px;
	height:125px;
	text-indent:-9999em;
	position:relative;
}
/*-->>individual title properties*/
.mega_product_title{
	background:url(../images/collection_names/hdr_mega.png) no-repeat;
	margin:60px 0 0 0;
}
.moist_product_title{
	background:url(../images/collection_names/hdr_moist.png) no-repeat;
	margin:60px 0 0 0;
}
.suntouched_shine_product_title{
	background:url(../images/collection_names/hdr_suntouched.png) no-repeat;
	margin:60px 0 0 0;
}
.sydney_smooth_product_title{
	background:url(../images/collection_names/hdr_sydney.png) no-repeat;
	margin:60px 0 0 0;
}
.instant_freeze_product_title{
	background:url(../images/collection_names/hdr_instantfreeze.png) no-repeat;
	margin:60px 0 0 0;
}
.opposites_attract_product_title{
	background:url(../images/collection_names/hdr_opposites.png) no-repeat;
	margin:60px 0 0 0;
}
.sprunch_product_title{
	background:url(../images/collection_names/hdr_sprunch.png) no-repeat;
	margin:60px 0 0 0;
}
.cleanse_n_mend_product_title{
	background:url(../images/collection_names/hdr_cleanse.png) no-repeat;
	margin:60px 0 0 0;
}
.hair_insurance_product_title{
	background:url(../images/collection_names/hdr_hairinsurance.png) no-repeat;
	margin:60px 0 0 0;
}
.aussome_volume_product_title{
	background:url(../images/collection_names/hdr_aussome.png) no-repeat;
	margin:60px 0 0 0;
}
.stylers_product_title{
	background:url(../images/collection_names/hdr_stylers.png) no-repeat;
	margin:60px 0 0 0;
}
/*Individual Product Title*/
.mega_individual_product,
.moist_individual_product,
.suntouched_shine_individual_product,
.sydney_smooth_individual_product,
.instant_freeze_individual_product,
.opposites_attract_individual_product,
.sprunch_individual_product,
.cleanse_n_mend_individual_product,
.hair_insurance_individual_product,
.aussome_volume_individual_product,
.stylers_individual_product{
	width:416px;
	height:125px;
	text-indent:-9999em;
	position:relative;
}
.mega_individual_product {
	background:url(../images/collection_names/product_mega.png) no-repeat;
	margin:60px 0 0 0;
}
.moist_individual_product{
	background:url(../images/collection_names/product_moist.png) no-repeat;
	margin:60px 0 0 0;
}
.suntouched_shine_individual_product{
	background:url(../images/collection_names/product_suntouched.png) no-repeat;
	margin:60px 0 0 0;
}
.sydney_smooth_individual_product{
	background:url(../images/collection_names/product_sydney.png) no-repeat;
	margin:60px 0 0 0;
}
.instant_freeze_individual_product{
	background:url(../images/collection_names/product_instantfreeze.png) no-repeat;
	margin:60px 0 0 0;
}
.opposites_attract_individual_product{
	background:url(../images/collection_names/product_opposites.png) no-repeat;
	margin:60px 0 0 0;
}
.sprunch_individual_product{
	background:url(../images/collection_names/product_sprunch.png) no-repeat;
	margin:60px 0 0 0;
}
.cleanse_n_mend_individual_product{
	background:url(../images/collection_names/product_cleanse.png) no-repeat;
	margin:60px 0 0 0;
}
.hair_insurance_individual_product{
	background:url(../images/collection_names/product_hairinsurance.png) no-repeat;
	margin:60px 0 0 0;
}
.aussome_volume_individual_product{
	background:url(../images/collection_names/product_aussome.png) no-repeat;
	margin:60px 0 0 0;
}
.stylers_individual_product{
	background:url(../images/collection_names/product_stylers.png) no-repeat;
	margin:60px 0 0 0;
}
/*End Indicidual Product Title*/
/*end product page titles*/

/*sub title treatment*/
.info-column h2{
	text-transform:uppercase;
}
.stylers_product_bg h2{
padding-top: 55px;
}
/*end sub title treatment*/


/*E N D   P R O D U C T   P A G E   S T Y L E S*/


/*-----collection navigation-----------------*/

	/*-----------end active state icons---------------------*/
/*--------end collection navigation----------*/

/*C O L L E C T I O N  S E L E C T O R  S T Y L E S*/
.sidebar_collection_selector{
	width:546px;
	height:559px;
	margin-left:55px;
	background: url(../images/prod_selector_roo.png) top left no-repeat;
	float: left;
	color:#000;
}
.ContentHolder_collection_selector{
	width:309px;
	background: url(../images/hdr_click-a-collection.png) no-repeat top left;
	float: left;
	padding: 40px 0 0 25px;
	margin: 10px 0 0 20px;
}
/*error message styling properties*/
span.error{
	color: #cc0000;
	font-size:9px;
	font-weight:normal;
}
/*end error message styling properties*/
.cs_result{
	width:356px;
	height:540px;
	background: url(../images/bg_prod_selector.jpg) top left no-repeat;
	margin-top:11px;
	margin-left:8px;
	padding-top:7px;
	padding-left:15px;
}
* html .cs_results {
	width:100px;
	height:100px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	float: left;
	background: gray;
}
	.cs_result p{
		padding:5px 0 15px 14px;
	}
	.cs_result h3{
		font-size:18px;
		font-weight:normal;
		padding-left:14px;
	}
	.cs_result h4{
		padding-top:8px;
		font-size:14px;
		font-weight:bold;
		/*color:#371A54;*/
		/*accessibility change*/
		color:#ffffff;
	}
.result_image{
	position:relative;
}
* html .result_image {
	float: left; 
	width: 100px;
}
.result_image_first{
	border-right: 1px dotted #351A51;
}
.abs_go_primary{
	vertical-align: bottom;
	/*position:absolute;
	bottom:31px;
	right:72px;*/
}
.abs_go_secondary{
	position:absolute;
	margin: 2px 0 0 5px;
}
span.prim_result_space{
	padding-left: 5px;
}
#cs_result_lc{
	float: left;
}

#cs_result_rc{
	float:left;
	margin: 0px 0px 0px 10px;
}

.collection_selector_wrap{
	float:left;
	margin-left: 52px;
}

.collection_selector_sh{
	width:444px;
	float:left;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	color:#6a1686;
	margin-top:3px;
	text-transform: uppercase;
}
.collection_selector_sh2{
	width:444px;
	clear:left;
	float:left;
	font-weight:bold;
	color:#6a1686;
	margin-bottom:3px;
	text-transform: uppercase;
}

.ContentHolder_collection_selector ul{
	list-style: none;
	/*margin:0;*/
}
.ContentHolder_collection_selector li{
	float:left;
	margin-top:34px;
}
.shareT {
	width: 300px;
	margin: 10px 5px 10px 55px;
	text-align: right;
	float: left;
}
* html .shareT {
	margin: -10px 5px 10px 25px;
}
li.cs_first_row{
	margin-top:0;
}

.ci_cleanse_n_mend a,
.ci_aussome_volume a,
.ci_moist a,
.ci_sprunch a,
.ci_suntouched_shine a,
.ci_sydney_smooth a,
.ci_opposites_attract a,
.ci_instant_freeze a,
.ci_mega a,
.ci_hair_insurance a,
.ci_stylers a {
	width:105px;
	height:73px;
	display:block;
	text-indent:-9999px;
}

.ci_cleanse_n_mend a{background: url(../images/collection_icons/cleanse_OFF.png) top left no-repeat;}
.ci_cleanse_n_mend a:hover{background: url(../images/collection_icons/cleanse_ON.png) top left no-repeat;}
.ci_aussome_volume a{background:url(../images/collection_icons/aussome_OFF.png) top left no-repeat;}
.ci_aussome_volume a:hover{background:url(../images/collection_icons/aussome_ON.png) top left no-repeat;}
.ci_moist a{background:url(../images/collection_icons/moist_OFF.png) top left no-repeat;}
.ci_moist a:hover{background:url(../images/collection_icons/moist_ON.png) top left no-repeat;}
.ci_sprunch a{background:url(../images/collection_icons/sprunch_OFF.png) top left no-repeat;}
.ci_sprunch a:hover{background:url(../images/collection_icons/sprunch_ON.png) top left no-repeat;}
.ci_suntouched_shine a{background:url(../images/collection_icons/sun_OFF.png) top left no-repeat;}
.ci_suntouched_shine a:hover{background:url(../images/collection_icons/sun_ON.png) top left no-repeat;}
.ci_sydney_smooth a{background:url(../images/collection_icons/sydney_OFF.png) top left no-repeat;}
.ci_sydney_smooth a:hover{background:url(../images/collection_icons/sydney_ON.png) top left no-repeat;}
.ci_opposites_attract a{background:url(../images/collection_icons/opposites_OFF.png) top left no-repeat;}
.ci_opposites_attract a:hover{background:url(../images/collection_icons/opposites_ON.png) top left no-repeat;}
.ci_instant_freeze a{background:url(../images/collection_icons/freeze_OFF.png) top left no-repeat;}
.ci_instant_freeze a:hover{background:url(../images/collection_icons/freeze_ON.png) top left no-repeat;}
.ci_mega a{background:url(../images/collection_icons/mega_OFF.png) top left no-repeat;}
.ci_mega a:hover{background:url(../images/collection_icons/mega_ON.png) top left no-repeat;}
.ci_hair_insurance a{background:url(../images/collection_icons/insurance_OFF.png) top left no-repeat;}
.ci_hair_insurance a:hover{background:url(../images/collection_icons/insurance_ON.png) top left no-repeat;}
.ci_stylers a{background:url(../images/collection_icons/stylers_OFF.png) top left no-repeat;}
.ci_stylers a:hover{background:url(../images/collection_icons/stylers_ON.png) top left no-repeat;}

.ci_aussome_volume,
.ci_moist,
.ci_suntouched_shine,
.ci_sprunch,
.ci_mega,
.ci_stylers {
	margin-right:59px;
}

.sidebar_collection_selector form{
	margin-top:113px;
}
.collection_selector_reset{
	float:right;
	margin-right:28px;
	margin-top:43px;
	border:none;
	background:none;
}
.collection_selector_find{
	float:right;
	margin-right:15px;
	margin-top:10px;
}
.collection_selector_title{
	clear:right;
	float:left;
	margin-left:52px;
	margin-top:30px;
}
#collection_selector_options{
	border-bottom: 1px solid #cccccc;
	width:414px;
	/*height:196px;*/
	margin-left:40px;
}
#collection_selector_options_lc{
	float: left;
	border-top: 1px solid #cccccc;
	/*height:149px;*/
	width:160px;
	padding-right:6px;
	padding-top:4px;
}
#collection_selector_options_rc{
	float: left;
	width:211px;
	border-top: 1px solid #cccccc;
	border-left: 1px dotted #cccccc;
	padding-left:5px;
	padding-top:4px;
}
.collection_selector_options_lc_title{
	font-weight:bold;
	text-transform: uppercase;
}
#collection_selector_options_lc ul, #collection_selector_options_rc ul{
	list-style: none;
}
#collection_selector_options_rc ul{padding-left:0;}
#collection_selector_options_lc li, #collection_selector_options_rc li{
	padding-bottom:4px;
	list-style: none;
	font-size:11px;
}
#collection_selector_options_lc li.error, #collection_selector_options_rc li.error{
	color:#cc0000;
}
#collection_selector_options_lc input, #collection_selector_options_rc input{
	margin:0 7px 0 0;
}
#collection_selector_primary_result{
	margin-left:-14px;
	border-bottom: 1px solid #8050A4;
}
#cs_secondary_wrap{
	margin-left:-11px;
	width: 365px;
}
.cleardiv{
	clear: both;
}
.sidebar_video{
	font-size: 9px;
	background: url('/en_US/images/product_video_review_bck.png') no-repeat;
	behavior: url(/en_US/styles/iepngfix.htc);
	width:250px;
	padding:20px 0 30px 22px;
	margin: 0 0 0 38px;
}
.product_video_header{
	font-size: 19px;
	}
/* SHOP NOW POPUP STYLES */
.MultiBoxContainer {left:40px !important;}
#mbcontainerdiv {position:absolute; z-index:1000;}
.shop_aussie {position:relative; width:681px; height:430px; display:none;}
.product_image {position:absolute; left:482px; top:0;}
.stylers-collection .product_image {position:absolute; left:510px; top:0;}
div.shop_online_content {position:absolute; left:0; top:0;}
div.shop_online_content h3 {margin:0 0 12px 0; padding:0;}
div.shop_online_content h5 {margin:12px 0 12px 0; padding:0;}
div.shop_online_content h3 span, .shop_online_content h5 span {display:none;}
.binIFrame {border:1px solid #ccc; position:relative;}
/*E N D  C O L L E C T I O N  S E L E C T O R  S T Y L E S*/







.collection-nav {
	background: #432364;
    clear: both;
    height: 210px;
    margin: 0;
    width: 100%;
    
}
.collection-nav h3
{
	width: 976px;
	margin: auto;
}
.collection-nav ul.ico-list
{
	clear: both;
	list-style-type: none;
	margin: auto;
	overflow: hidden;
	width: 976px;
}

.collection-nav ul.ico-list li
{
	float: left;
	width: 78px;
	margin: 0 3px;
}

.collection-nav ul.ico-list li h4
{
	font-size: 12px;
}

.collection-nav h4 a{
	text-decoration: none;
	display: block;
	cursor: pointer;	
	color:#935bad;
	background:url(/en_US/images/footer-icons.gif) no-repeat 0 0;
	padding-top: 43px;

}
.collection-nav a strong, .collection-nav span strong
{
	font-weight: bold;
	height: 40px;
	display: block;
}

.collection-nav h4 span.selected span{ font-weight: normal; font-size: 11px;}
.collection-nav a span
{
	/*display: none;*/
	visibility: hidden;
}


.collection-nav h4 a:hover,  .collection-nav h4 span.selected
{
	background:url(/en_US/images/footer-icons-over.gif) no-repeat 0 0;

	text-decoration: none;
	display: block;
	padding-top: 43px;
}

.collection-nav a:hover span, .collection-nav h4 span.selected span
{
	/*display: block;*/
	visibility:visible;
	font-weight: normal !important;
	font-size: 11px;	
	color:#fff !important;
	
}

.collection-nav li.cn_aussome_volume a, .collection-nav li.cn_aussome_volume a:hover, .collection-nav li.cn_aussome_volume h4 span.selected
{
	background-position: 0 0
}
.collection-nav li.cn_aussome_volume a:hover, .collection-nav li.cn_aussome_volume h4 span.selected{color: #d5e14d;}

.collection-nav li.cn_cleanse_n_mend a, .collection-nav li.cn_cleanse_n_mend a:hover, .collection-nav li.cn_cleanse_n_mend h4 span.selected
{
	background-position: -90px 0 
}
.collection-nav li.cn_cleanse_n_mend a:hover, .collection-nav li.cn_cleanse_n_mend h4 span.selected{color:#f78f1e;}

.collection-nav li.cn_moist a, .collection-nav li.cn_moist a:hover, .collection-nav li.cn_moist h4 span.selected
{
	background-position: -180px 0 
}
.collection-nav li.cn_moist a:hover, .collection-nav li.cn_moist h4 span.selected{color: #71cef5;}

.collection-nav li.cn_sydney_smooth a, .collection-nav li.cn_sydney_smooth a:hover, .collection-nav li.cn_sydney_smooth h4 span.selected
{
	background-position: -266px 0 
}
.collection-nav li.cn_sydney_smooth a:hover, .collection-nav li.cn_sydney_smooth h4 span.selected{color:#fcb315;}
.collection-nav li.cn_suntouched_shine a, .collection-nav li.cn_suntouched_shine a:hover, .collection-nav li.cn_suntouched_shine h4 span.selected
{
	background-position: -356px 0 
}
.collection-nav li.cn_suntouched_shine a:hover, .collection-nav li.cn_suntouched_shine h4 span.selected{color: #ffd11f;}

.collection-nav li.cn_opposites_attract a, .collection-nav li.cn_opposites_attract a:hover, .collection-nav li.cn_opposites_attract h4 span.selected
{
	background-position: -443px 0 
}

.collection-nav li.cn_opposites_attract a:hover, .collection-nav li.cn_opposites_attract h4 span.selected{color: #f8b9d4;}
.collection-nav li.cn_sprunch a, .collection-nav li.cn_sprunch a:hover, .collection-nav li.cn_sprunch h4 span.selected
{
	background-position: -532px 0 
}

.collection-nav li.cn_sprunch a:hover, .collection-nav li.cn_sprunch h4 span.selected{color:#f195bf; }
.collection-nav li.cn_instant_freeze a, .collection-nav li.cn_instant_freeze a:hover, .collection-nav li.cn_instant_freeze h4 span.selected
{
	background-position: -619px 0 
}
.collection-nav li.cn_instant_freeze a:hover, .collection-nav li.cn_instant_freeze h4 span.selected{color: #7ecdc3;}

.collection-nav li.cn_mega a, .collection-nav li.cn_mega a:hover, .collection-nav li.cn_mega h4 span.selected
{
	background-position: -707px 0 
}
.collection-nav li.cn_mega a:hover, .collection-nav li.cn_mega h4 span.selected{color: #e93d97;}
.collection-nav li.cn_hair_insurance a, .collection-nav li.cn_hair_insurance a:hover, .collection-nav li.cn_hair_insurance h4 span.selected
{
	background-position: -798px 0 
}

.collection-nav li.cn_hair_insurance a:hover, .collection-nav li.cn_hair_insurance h4 span.selected{color:#00cf60;}
.collection-nav li.cn_stylers a, .collection-nav li.cn_stylers a:hover, .collection-nav li.cn_stylers h4 span.selected
{
	background-position: -884px 0 
}
.collection-nav li.cn_stylers a:hover, .collection-nav li.cn_stylers h4 span.selected{color: #eecbe2;}

.collection-nav img {
	margin: 0px;
	padding: 0px;
	/*float: left;*/	
}
