.content
{
	padding: 30px;
}
#main-img-holder
{
	width: 160px;
	overflow: hidden;
	float: left;
	margin-left: 20px;	
}

#content h1
{
	margin-bottom: 20px;	
}
form td
{
	height: 27px;
}
.info-row
{
	border-bottom: 1px dashed #ccc;
	margin: 3px;
	padding: 3px;
	overflow: hidden;
}

.info-row .logo
{
	width: 150px;
	height: 35px;
	float: left;
}

.info
{
	float: left;
	width: 500px;
}

.guarantee
{
	color: #819d52;
	font-weight: bold;
	margin-left: 20px;
}
.next, .previous
{
	cursor: pointer;
	font-weight: bold;
	color: #FF1900;
	float: left;
	margin-right: 20px;
}

.disabled
{
	display: none;
	color: #ccc !important;
	cursor: default important;	
}

.showing
{
	float: right;	
}

.showing span
{
	float: left;
	margin-right: 20px;
}

.wide
{
	width: 156px;	
}

.guarantee-popup
{
	width: 300px;
	border: 1px solid #ccc;
	position: absolute;
	display: none;
}

.guarantee-popup .close
{
	width: 15px;
	height: 15px;
	background: url(/lib/images/greyclosebut.gif);
	cursor: pointer;
	position: absolute;
	right: 0;
}
}	
