#imgslide{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#imgslide.li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#imgslide img {
	border-top: 0px;
	border-bottom: 0px;
	margin: 0px;
	padding: 0px;
}

/* Product display styles */

.bluehr {
	background:url(../images/blue_hr.gif) repeat-x;
	font-size: 0.1em;
	clear: both;
	margin: 5px 0 5px 0
}

.hr {
	background:url(../images/blue_hr.gif) repeat-x;
	font-size: 0.1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.price {
	color: #3C6491;
	font-weight: bold;
	margin-bottom: 3px;
}

.refno {
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
}

.controls {
	text-align: right;
	margin-top: 3px;
}

.controls-long {
	text-align: center;
	margin-top: 3px;
}

.controls a, .controls-long a {
	background: url(../images/bullet.gif) center left no-repeat;
	padding-left: 10px;
	padding-right: 5px;
}

#icon-div {
	width: 180px;	
	background: url(../images/top_bg.gif);
	height: 20px;
	border: 1px solid #AAA168;
}

#icon-div img, #icon-div a img {
	float: right;
	border: 0px;
	border-left: 1px solid #AAA168;
	padding: 0px;
	margin: 0px;		
}

#icon-div a, #icon-div a:link, #icon-div a:hover, #icon-div a:visited  {
	text-decoration: none;
	background: inherit;
}

#icon-div2 {
	width: 177px;
	background: url(../images/top_bg.gif);
	height: 17px;
	padding: 3px 0px 0px 3px;
	border: 1px solid #AAA168;
	border-top: 0px;
	color: #1C2E4B;
	font-weight: bold;
	text-align: left;
}

#calc-links {
	width: 174px;
	border-left: 1px solid #4C6696;
	border-right: 1px solid #4C6696;
	border-bottom: 1px solid #4C6696;
	background: #FFFFFF;
	padding: 3px 0px 3px 6px;
	text-align: left;
}

#calc-links a{
	background: url(../images/bullet.gif) center left no-repeat;
	padding: 0px 0px 0px 10px;
	margin-bottom: 13px;
}

#image-block {
	width: 180px;
	/* text-align: right; */
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}

#desc {
	margin-top: 10px;
	margin-bottom: 10px;
}

.img-div {
	width: 160px;
	float: left;
	padding-right: 5px;
}

.img-div img {
	border: 1px solid #4C6696;
}

/***  Display extra features in two columns ***/

.features-block {
	background: #F2EDD8;
	padding: 0px;
	margin: 0px;
	height: 100%;
	border: 1px solid #AAA168;  
} 

.features_column {
	display: block;
}

ul.features_column {
	display: block;
	float: left;
	width: 110px;
	margin: 0px -10px;
	
}

ul.features_column li {
	border: 0px;
	margin-left: 20px;
}

ul.features_column li.features_main {
	margin-top: 5px;
	margin-left: 0px;
	font-weight: bold;
	list-style: none;
	color: #000;
}

/***  Display extra features in two columns ***/

ul.adminFeatures {
	display: block;	
	width: 135px;
	margin: 5px 2px;
	padding: 0px;
	list-style: none;
	float: left;
	background: #EAEAEA;
}

ul.adminFeatures li {
	border: 0px;
	margin: 0px;
	list-style: none;	
}

ul.adminFeatures li.checkmain {
	margin-top: 5px;
	margin-left: 8px;
	font-weight: bold;
	list-style: none;
	color: #185DA0;	
}

/** contact form styles **/

td input, td select, td textarea {
 border: 1px solid #333;
 font: 11px Arial, Helvetica, sans-serif;
 background: #f3f3f3;
}

ul.adminFeatures input {
	border: 0px;
}

div.fragment {
	background: #EAEAEA;
}

span.editable {
	background: #FFFFFF;	
}

/* agent display styles */
.agent-shorts .imgbox {
	float: left;	
	width: 120px;
	height: 120px;
}

.agent-shorts p {
	padding: 0px;
	margin: 2px;
}

/** Sponsored Listings Styles **/
div.sponsor-block {
	width: 550px;
	height: 160px;
	position: relative;
	border: 0px solid #CCC;
	z-index: 1;
}
div.sponsor0, div.sponsor1 {
	border: 1px solid #CCC;
	width: 265px;
	height: 160px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

div.sponsor1 {
	left: 270px;
}

div.sponsor-heading {
	margin: 0px;
	padding: 2px;
	background-color: #F1F3F5;
}

p.sponsor-title {
	float: left;
	width: 70%;
	margin-top: 7px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 12px;
}

p.sponsor-icons {
	float: right;
	width: auto;
}

p.sponsor-thumb {
	clear: both;
	width: 250px;
	padding: 0px;
}

p.sponsor-thumb a img {
	float: left;
	margin: 0px;
	border: 0px;
	margin: 2px 5px 2px 0px;
}

p.sponsor-desc {
	font-size: 10px;
	padding: 2px;
	text-align: justified;
}