body { color: fff; }

/* Shoppe General */

#shopBar {
	height: 74px;
	width: 476px;
	background: url(../../images/shoppe/shopbar_bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 3e2113;
	}

#shopBar a { font-size: 11px; text-decoration: none; color: #3e2113; }
#shopBar a:hover { text-decoration: underline; color: #3e2113; }

#barTop {	padding: 11px 14px 0 14px; }

#barBottom { padding: 0 14px 0 14px; }
	
.barLeftCol {
	float: left;
	text-align: left;
	}
	
.barLeftCol td { 
	font-size: 11px; 
	}

.barRightCol {
	float: right;
	text-align: right;
	}

#loginIcon {
	float: left;
	vertical-align: top;
	padding: 0px 5px 0 0;
	}

#shopContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 3e2113;
	padding: 20px 15px 17px 15px;
	}
	
.breadcrumb {
	vertical-align: top;
	margin: 1px 4px 0 4px;
	}

#promo {
	border: 1px solid #482616;
	background: #482616;
	width: 454px;
	height: 156px;
	margin-bottom: 15px;
	}

#promo img {
	float: left;
	margin-right: 17px;
	padding: 0;
	margin-bottom: 0;
	}

#promoContent {	
	padding: 15px 5px 15px 15px ;
	padding-bottom: 0px;
	color: #fff;
	}

#packages {
	background: #d0dbe6;
	padding: 6px;
	margin-bottom: 17px;
	}

#bagButtons {
	height: 23px;
	float: left;
	}

#hairButton {	display: block;	width: 115px; height: 26px; background: url(../../images/shoppe/forthehair_button.gif) #482616 no-repeat; text-indent: -999999px; overflow: hidden; float: left; }
#hairButton:hover { background-position: right; }	

#bodyButton {	display: block;	width: 115px; height: 26px; background: url(../../images/shoppe/forthebody_button.gif) #482616 no-repeat; text-indent: -999999px; overflow: hidden; float: left; }
#bodyButton:hover { background-position: right; }	

#faceButton {	display: block;	width: 115px; height: 26px; background: url(../../images/shoppe/fortheface_button.gif) #482616 no-repeat; text-indent: -999999px; overflow: hidden; float: left; }
#faceButton:hover { background-position: right; }	

#homeButton {	display: block;	width: 111px; height: 26px; background: url(../../images/shoppe/forthehome_button.gif) #482616 no-repeat; text-indent: -999999px; overflow: hidden; float: left; }
#homeButton:hover { background-position: right; }	

.productColumn {
	float: left;
	width: 105px;
	padding: 10px 0 25px 0;
	line-height: 1.5em;
	font-size: 12px;
	}
	
.productColumn a {  text-decoration: none; color: #3e2113;	}
.productColumn a:hover {  text-decoration: underline; color: #3e2113; }

.dropDown {
	margin-left: 11px;
	background-color: #ececec;
	font-size: 11px;
	color: #333;
	border: 1px solid #61809F;
	}

.shoppeSeparator {
	height: 1px;
	width: 100%;
	margin: 20px 0 20px 0;
	}

.shoppeTextLarge {
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	color: #3e2113;
	line-height: 1.5em;
	}

.arrow {
	padding: 5px 4px 0 0px;
	vertical-align: top;
	float: left;
	}
	
#ingredients {
	display: none;
	font-size: 11px;
	}

/* Shoppe Navigation */

#shoppenav, #shoppenav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	cursor: pointer;
	cursor: hand;
	}

#shoppenav li { /* all list items */
	float: left;
	position: relative;
	}

#shoppenav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 120px;
	left: 0px;
	width: 118px;
	background: #492713;
	margin: 0;
	padding: 0;
	line-height: 18px;
	border: 1px solid #7E9BB9;
	border-top: 0;
	}

#shoppenav li ul li span {
	background-color: #492713;
	display: block;
	width: 108px;
	cursor: pointer;
	cursor: hand;
	padding: 1px 0 2px 10px;
	}
	
#shoppenav li ul li span:hover, #shoppenav span.sfhover {
	background: #66422d;
	}

#shoppenav li:hover ul, #shoppenav li.sfhover ul { /* lists nested under hovered list items */
	display: block;
	}

#shoppenav a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #dbe7f2;
	text-decoration: none;
	}
	
/* Checkout */

#checkoutTabs {
	text-align: center;
	margin-bottom: 5px;
	}

#checkoutTabs .activeTab {
	font-size: 18px;
	font-weight: bold;
	color: #5F7F9F;
	}

#checkoutTabs span {
	font-size: 15px;
	font-weight: bold;
	color: #bebdbd;
	padding-right: 10px;
	}

#checkoutTabs a {
	font-size: 15px;
	font-weight: bold;
	color: #bebdbd;
	text-decoration: none;
	}
	
#checkoutTabs a:hover {
	color: #666;
	}
	
.shoppeTable {
	border: 1px solid #aac3dc; background: #e3eaf0; padding: 10px;
	}