/* category vanity
------------------------------------------------------------------------------------*/
#category_header{
	position:absolute;
	top:45px;
	left:470px;
	width:330px;
	font-size:30px;
}
#category_vanity{
	width:425px;
	position:relative;
}
#category_vanity img.tagline{
	position:absolute;
	top:0px;
	right:0px;
}
/*----------------------------------------------------------------------------------*/

/* product list
------------------------------------------------------------------------------------*/
#product_list{
	position:absolute;
	top:85px;
	left:490px;
	width:310px;
	height:350px;
	overflow:auto;
}
#product_list h2{
	font-size:30px;
	color:#543019;
}
#product_list h3{
	padding:4px 0;
	font-size:16px;
	color:#b0715a;
	cursor:pointer;
}
#product_list h3.highlight, h3:hover{ color:#572700; }
#product_list h4{
	padding:4px 0;
	font-size:11px;
	font-weight:bold;
	color:#b0715a;
	cursor:pointer;
}
#product_list h4.highlight, h4:hover{ color:#572700; }
#product_list a{
	text-decoration:none;
	color:#5c9396;
}
#product_list a:hover{ text-decoration:underline; }
#product_list li.selected a{ color:#572700; }
#product_list ul{ margin:0 0 0 15px; }
#product_list li{
	display:block;
	padding:4px 0;
}
#product_list li li{ width:230px; } /* apply fixed width to nested lists to leave room for coming soon hover */
#hover_coming_soon{
	position:absolute;
	display:none;
	width:37px;
	height:17px;
	background:url(/assets/interface/coming_soon.gif) no-repeat left top;
}
/*----------------------------------------------------------------------------------*/

/* product vanity
------------------------------------------------------------------------------------*/
#product_vanity{
	position:absolute;
	top:45px;
	width:330px;
	left:135px;
	text-align:center;
}
#product_vanity img{ margin-bottom:10px; }
#product_vanity h3{
	margin-bottom:10px;
	font-size:16px;
	font-weight:600;
}
#product_vanity p{
	line-height:15px;
	color:#b0715a;
}
#product_vanity p.find{
	color:#a7a7a7;
	margin-top:10px;
}
/*----------------------------------------------------------------------------------*/

/* disclaimer
------------------------------------------------------------------------------------*/
#disclaimer {
	color: #B0715A;
	position: absolute;
	left: 470px;
	top: 444px;
}

/* coupon
------------------------------------------------------------------------------------*/
#coupon{
	top:170px;
	left:197px;
}