/* discontinued product grid - START */
#grid {
	background: url(/images/products/grid/corner_bg.jpg) no-repeat scroll left top;
	color:#393332;
	font-size:14px;
	padding-bottom:25px;
}

#grid h1#favorite_product_h{
	font-size:32px;
	color:#393332;
	line-height:32px;
}

#grid h1#favorite_product_h span{
	color:#fff;
}

#grid #intro{
	margin-left:210px;	
	line-height:18px;
	padding:15px 50px 30px 0;
}

#grid #intro p{
	margin:0;
	line-height:18px;
	padding:0 0 0 3px;	
}

#grid #tabs{
	width:737px;
	height:25px;
	margin:0 0 0px 7px;
	padding:0;
}

#grid #tabs li{
	list-style:none;
	margin:0;
	float:left;
	height:25px;
	width:87px;	
	margin-right:5px;
}

#grid #tabs li a{
	display:block;
	width:100%;
	height:100%;
}

#grid #tabs li#sb{
	position:relative;
	left:0px;
	width:108px;
}

#grid #tabs li#sb, #grid li#sb.on a{background: url(/images/products/grid/sheer_blonde_tab_over.gif) no-repeat;}
#grid #tabs li#fe, #grid li#fe.on a{background: url(/images/products/grid/frizz_ease_tab_over.gif) no-repeat;}
#grid #tabs li#bb, #grid li#bb.on a{background: url(/images/products/grid/brilliant_brunette_tab_over.gif) no-repeat; width:144px;}
#grid #tabs li#rr, #grid li#rr.on a{background: url(/images/products/grid/radiant_red_tab_over.gif) no-repeat; width: 101px;}
#grid #tabs li#ra, #grid li#ra.on a{background: url(/images/products/grid/root_awakening_tab_over.gif) no-repeat; width: 126px;}

#grid li#sb a{background: url(/images/products/grid/sheer_blonde_tab.gif) no-repeat;}
#grid li#fe a{background: url(/images/products/grid/frizz_ease_tab.gif) no-repeat;}
#grid li#bb a{background: url(/images/products/grid/brilliant_brunette_tab.gif) no-repeat;}
#grid li#rr a{background: url(/images/products/grid/radiant_red_tab.gif) no-repeat;}
#grid li#ra a{background: url(/images/products/grid/root_awakening_tab.gif) no-repeat;}

#grid #tabs li a:hover{background-image:none;}

#grid #product_grid{
	padding:5px 5px 5px 6px;
	border: 1px solid #302b2a;
	margin-left:7px;
	width:908px;
	font-weight:bold;
	color:#231f20;
	background: url(/images/products/grid/discontinued_bg.png);
}

#product_grid h2{
	color:#fff;
	font-size:14px;	
	padding:5px 8px 3px;
	line-height:18px;
	margin-bottom:10px;
	background: url(/images/products/grid/subhead_bg.jpg);
}

#grid #product_grid ul{
	padding:0 0px 10px 15px;
	width:885px;
	overflow:hidden;
	list-style:none;
	margin:0;
}

#grid #product_grid ul li{
	float:left;
	width:295px;	
	overflow:hidden;
	font-size:12px;
	height:164px;
	padding:8px 0 25px;
	line-height:16px;
}

#product_grid ul li a{
	color:#231f20; 
	text-decoration:underline;
	float:left;
	display:inline;
	margin-right:15px;
}

#product_grid ul li span, #product_grid ul li a span{
	display:block;
	font-weight:normal;
}

#product_grid ul li a.img_link{
	width:66px;
	text-align:center;
}

#product_grid ul li a:hover{text-decoration:none;}

#grid #product_grid ul li p{
	width:180px;
	margin:0;
	float:left;
	padding:0 0 15px;
}

#grid #product_grid ul li p.suggestion {
	padding: 0;
	font-style:italic;
}

#product_grid p.suggested_product a{color:#fff;}
/* discontinued product grid - END */