/* product bar */
#content div.productbar{
	width:100%;
	padding:0 0 15px;
	border-top:1px solid #c0b6a6;
	overflow:hidden;
	float:left
}
#content div.productbar div.inner{
	width:768px;
	margin:0 0 0 -19px;
	overflow:hidden;
}
#content div.productbar div.item{
	float:left;
	width:224px;
	padding:11px 13px 0 19px;
	border-left:1px solid #c0b6a6;
	margin:0 0 0 -1px;
}
#content div.productbar h3{
	padding:0 0 8px;
	font-size:1.5em;
	line-height:1.2223em;
	color:#3b2914;
}
#content div.productbar h3 a{
	color:#3b2914;
}
#content div.productbar h3 a:hover{
	text-decoration:none;
	color:#82786a;
}
#content div.productbar div.img{
	float:right;
	margin:0 0 0 5px;
	padding:3px 8px 9px 4px;
	background:url(../images/bg-bottom-image.png) no-repeat 0 0;
}
#content div.productbar p{
	padding:0 0 5px;
}
