.demo-container{
	width: 880px;
}

.mainRepeaterHolder
{
	background: url('main_back.png') no-repeat;
	padding: 26px;
}

.innerRepeaterHolder
{
	height: 458px;
	color: #897d67;
	font-size: 13px;
	font-family: Calibri, Arial;
	padding: 2px;
	height: 250px;
	width: 820px;
}

.repeaterItem
{
	float: left;
}

.repeaterItem div
{
	border: 1px solid #999999;
	margin: 5px;
	width: 90px;
	height: 110px;
	background-position: center;
	background-repeat: no-repeat;
}

.customerImageLarge
{
	float: left;
	border: 1px solid #999999;
	margin-right: 20px;
	width: 180px;
	height: 220px;
	background-position: center;
	background-repeat: no-repeat;
}

.customerDescription
{
	float: left;
	margin-left: 4px;
	max-height: 250px;
	max-width: 190px;
	overflow: hidden;
}

.title
{
	display: block;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 4px;
	margin-left: 0;
}

.info
{
	color: black;
}
