@import url("main.css");


#tableresults{
	border-collapse:collapse;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30;
	margin-left: auto;
	width: 400px;
}
#tableresults td{
	border-collapse:collapse;
	font-weight: bold;
	text-align: center;
	color: #999999;
	padding-left: 5px;
	padding-bottom: 20px;
	margin: 0;
}
#tablepaging, #tablepagingtop, #tableresults{
	margin:0;
	border-collapse:collapse;
	text-align: center;
}
#tablepaging td, #tablepagingtop td {
	width:100px;
	margin:0;
	text-align: center;
	font-weight: bold;
	color: #CCCCCC;
}
.thumbimage{
	height: 75px;
	width: 75px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 9px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#tablethumb {
	background-image: url(../../images/listings/thumbbox.gif);
	background-repeat: no-repeat;
	height: 95px;
	width: 95px;
	margin: 0px;
	padding: 0px;
	background-position: left top;
	vertical-align: text-top;
	border-collapse:collapse;
	margin: 0px;
	padding: 0px;
}
.more {
	text-align: right;
	padding-top: 2px;
}

#tablelistings{
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding:0px;
	border-collapse:collapse;
	vertical-align: top;
}
.areaspacer {
	vertical-align: text-bottom;
	height: 20px;
}
.newimage {
	vertical-align: super;
}

#tablelistings .seperator{
	background-image:url(../../images/listings/divider.gif);
	background-repeat:no-repeat;
	background-position:center;
	height: 25px;
}

#tablelistings td{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
/*#tableareas{
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding:0px;
	border-collapse:collapse;
	vertical-align: top;
}*/
/*#tableareas td{
	margin: 0px;
	vertical-align: top;
	width: 200px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}*/
.space{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	height: 2px;
}

#tabledetails {
	border-collapse:collapse;
	vertical-align: top;
	width: 290px;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#tabledetails .detailsheading{
	font-variant:small-caps;
	font-size:11px;
	text-align:left;
	vertical-align:text-bottom;
	height:100%;
	padding-bottom: 6px;
	padding-top: 2px;
}
#tabledetails .ratingstext{
	text-align:left;
	vertical-align:text-bottom;
	padding-top: 8px;
	margin: 0px;
	padding-bottom: 0px;
	padding-right: 2px;
}
#tabledetails .area{
	text-align:left;
	vertical-align:text-bottom;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 8px;
}
#tabledetails .ratingsbar{
	vertical-align:text-bottom;
}
#tablecopy{
	vertical-align: top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}


.starimage {
	padding-left: 30px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.infoimageleft {
	float: left;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 2px;
	background-image: url(../../images/soldsa/img-background.gif);
	background-repeat: no-repeat;
	height: 160px;
	width: 200px;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #c2cfd8;
	border-right-color: #c2cfd8;
	border-bottom-color: #c2cfd8;
}
.infoimageright {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	float: right;
	background-image: url(../../images/soldsa/img-background.gif);
	background-repeat: no-repeat;
	height: 160px;
	width: 200px;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 2px;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-top-color: #c2cfd8;
	border-bottom-color: #c2cfd8;
	border-left-color: #c2cfd8;
}
.infoimagecentre {
	background-image: url(../../images/soldsa/img-background.gif);
	background-repeat: no-repeat;
	height: 160px;
	width: 200px;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 2px;
	border: 8px solid #c2cfd8;
}
#tabletopsix {
	width: 440px;
	margin: 0px;
	padding: 0px;
}
/*Tooltips Start*/
#dhtmltooltip{
position: absolute;
left: -300px;
width: 100px;
border: 1px solid #546D7F;
padding: 5px;
background-color: #F8FCFF;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
/*Tooltips End*/
