div#promo .promoItem {
	display: none;
/*	position: absolute;
	top: 10px;
	left: 10px;
	width: 685px;
	height: 223px; */
}

div#promo{
	border-bottom: 3px solid #331c0e;
	height: 293px;
	/*position: relative;*/
}

#arrowsHeader{
	background: #eedcbd url(images/promo_header.jpg) top left repeat-x;	
}

#arrowsHeader h2{
	width: 600px;
}

#arrows{
	/*position: absolute;
	top: -29px;
	right: 10px;*/
	height: 32px;
	width: 66px;
	margin-top: 8px;
	padding-right: 10px;
	float: right;
}

#arrows a, #arrows a:visited,
#arrows a:hover, #arrows a:active{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	width: 32px;
	height: 24px;
	padding-top: 8px;
	margin-right: 1px;
	float: left;
	background-color: #26150c;
	display: block;
}

#arrows a:hover{
	background-color: #6d3a19;
	color: #26150c;
}

#arrows #leftArrow
{
	background-image: url(images/left_arrow.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#arrows #rightArrow
{
	background-image: url(images/right_arrow.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
div#promo h2{
	background: #eedcbd url(images/promo_header.jpg) top left repeat-x;	
}

div.promoContent{
	background: #e8cfa5 url(images/promoContent.jpg) top left no-repeat;	
	width: 685px;
	height: 223px;
	padding: 10px;
	overflow: hidden;
	position: relative; /*to hide overflow in animations*/
}

div.promoContent img{
	float: left;	
}

div.promoContent .promoText{
	margin-left: 480px;
	padding: 0 0 0 10px;
	height: 223px;
	position: relative;
}

div.promoContent .promoText h4{
	font-size: 15px;
	font-weight: bold;
	color: #84491f;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 15px; 
}

div.promoContent .promoText .price{
	font-size: 13px;
	color: #000;
	display: block;	
}

div.promoContent .promoText .price .number{
	font-size: 15px;
	font-weight: bold;
}

div.promoContent .promoText .oldPrice{
	font-size: 11px;
	color: #000;
	display: block;
	text-decoration: line-through;	
}

div.promoContent .promoText p{
	font-size: 10px;
	text-align: justify;
	font-weight: bold;
	line-height: 1.1em;
	color: #000;
	margin: 0;
	padding: 25px 0 0; 
}

div.promoContent .promoText .productLinks{
	position: absolute;
	bottom: 0;
	right: 0;
}
