.wrapper
{

}
.wrapper img
{
	margin: 20px 20px 0px 20px;
}

.wrapper ul
{
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.wrapper li
{
	display:inline-block;
	float:left;
	text-align:center;
	margin:5px;
	border: 1px solid #e3d7c0 !important;
}

.title
{
	color: #4f4236;
	font-weight: bold;
	font-size: 14px;
	font-family: Calibri, Arial;
}

.inner
{
	border: solid 1px #e3d7c0;
	width: 100%;
	color: #897d67;
	font-size: 13px;
	font-family: Calibri, Arial;
	height: 250px;
	background: red;
}

.separator
{
	
}

.addCart
{
	border: 0;
	width: 87px;
	height: 22px;
	background: url(button.gif) no-repeat;
	margin-top: 10px;
	display:block;
	margin-left: -8px;
}

.borderBottom
{
	border-bottom: solid 1px #eae5db;
	margin: 5px 5px 0px 0px;
	padding-bottom: 5px;
	float:left;
	clear:both;
	width: 173px;
}

.borderBottom a
{
	display:block;
	float: left;
	border: solid 1px #897d67;
	margin-right: 3px;
	color: #575757;
	line-height: 18px;
	text-align: center;
}

.borderBottom a:hover
{
	display:block;
	float: left;
	border: solid 2px red;
	cursor: hand;
}

.borderBottom a span
{
	display:block;
	float: left;
	border: solid 1px white;
	width: 18px;
	height:18px;
	line-height: 18px;
	cursor: hand;
}
