/* Base Elements Rules */
 @import "http://www.herbalessences.com/us/_includes/base.css";

/* Global Blocks */
 @import "http://www.herbalessences.com/us/_includes/global.css";

/* Navigation Rules */
 @import "http://espanol.herbalessences.com/us/_includes/navigation.css";

/*
	Promo List Rules
*/

div#promoBar
{
	background-repeat: repeat-x;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 190px;
}

div#promoBar div#promoContent
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

div#promoBar div#promoContent img#seeAllPromos { position: absolute; }

div#promoBar div#promoContent ul
{
	position: absolute;
	list-style: none;
	padding: 0px;
	margin-left: 0px;
	margin-top: 30px;
}

div#promoBar div#promoContent ul li
{
	position: relative;
	float: left;
	line-height : 1.35em;
	cursor: pointer;
	width: 221px;
	height: 99px;
	margin: 5px;
	color: #FFFFFF;
	text-align: center;
}

select#geo_location
{
	border: 1px solid #666666;
}