/*
	####  Search Result Styles - (c)Copyright Alan Rogers 2008  ####
*/



/*
	####  Gold Listing Styles  ####
*/
div.search-result-gold {
	background:url(../img/layout/result-gold-bg.jpg);
	padding:5px 0 5px 5px;
	overflow: auto;
	margin: 10px 0 0 0;
}

div.search-result-gold .result-inner {
width:410px;
background:#F5E5B3;
padding:5px;
float:left;
overflow: auto;
}

div.search-result-gold .result-inner p.ARNo {
	color:#CC0000;
	font-weight:bold;
	float:right;
}

div.search-result-gold .result-inner h2 {
	color:#CC6600;
	margin:0;
	padding:0;
	line-height:17px;
}

div.search-result-gold .result-inner p.region {
	font-size:7pt;
	border-bottom: 1px solid #CC9900;
	margin:0;
	padding:0;
	line-height:14px;
}

div.search-result-gold .result-inner p.site-details {
	font-size:9pt;
	line-height: 17px;
	margin:-5px 0 5px 0;
	padding:0;
	height:100px;
}

div.search-result-gold .result-inner p img {
	float:left;
	margin:0 5px 0 0;
	padding:0;
}

div.search-result-gold .result-inner ul.bottom-result-bar {
	margin:0;
	padding:0;
}

div.search-result-gold .result-inner ul.bottom-result-bar li.book a {
	background:url(../img/layout/red-button-bg.gif) repeat-x #CC0000;
	border:1px solid #990000;
	font-weight:bold;
	color:#FFFFFF;
	font-size:8pt;
	line-height:23px;
	width:128px;
	text-align:center;
	margin:0 5px 0 0;
	padding:0;
	float:left;
	text-decoration:none;
}

div.search-result-gold .result-inner ul.bottom-result-bar li.accom a {
	background: url(../img/layout/icon-gold-accom.gif) no-repeat left center;
	font-size:8pt;
	width:110px;
	text-align:left;
	margin:0 5px 0 0px;
	line-height:23px;
	padding:0 0 0 22px;
	float:left;
}

div.search-result-gold .result-inner ul.bottom-result-bar li.web a {
	background: url(../img/layout/icon-gold-web.gif) no-repeat left center;
	font-size:8pt;
	width:110px;
	text-align:left;
	margin:0 5px 0 0;
	line-height:23px;
	padding:0 0 0 22px;
	float:left;
}
div.search-result-gold .result-inner ul.bottom-result-bar li a {
	font-weight:normal;
	color:#666666;
	text-decoration:none;
}
div.search-result-gold .result-inner ul.bottom-result-bar li a:hover {
	font-weight:normal;
	color:#CC0000;
	text-decoration:underline;
}
div.search-result-gold .result-inner ul.bottom-result-bar li.book a:hover {
	color:#FFCC00;
	font-weight:bold;
}
div.search-result-gold ul.result-tools {
	float:left;
	width:130px;
	margin-left:5px;
}

div.search-result-gold ul.result-tools li.favourite a {
	background: url(../img/layout/icon-gold-favourite.gif) no-repeat left center;
	font-size:8pt;
	margin:5px 0;
	padding:0 0 0 27px;
	float:left;
	width: 100px;
}
div.search-result-gold ul.result-tools li.friend a {
	background: url(../img/layout/icon-gold-friend.gif) no-repeat left center;
	font-size:8pt;
	margin:5px 0;
	padding:0 0 0 27px;
	float:left;
	width: 110px;
}
div.search-result-gold ul.result-tools li.brochure a {
	background: url(../img/layout/icon-gold-brochure.gif) no-repeat left center;
	font-size:8pt;
	margin:5px 0;
	padding:0 0 0 27px;
	float:left;
	width: 100px;
}

div.search-result-gold ul.result-tools li.contact a {
	background: url(../img/layout/icon-gold-contact.gif) no-repeat left center;
	font-size:8pt;
	margin:5px 0;
	padding:0 0 0 27px;
	float:left;
	width: 100px;
}

div.search-result-gold ul.result-tools li a {
	font-weight:normal;
	text-decoration:none;
	color:#666666;
	line-height:26px;
}

div.search-result-gold ul.result-tools li a:hover {
	font-weight:normal;
	text-decoration:underline;
	color:#CC0000;
}

div.search-result-gold ul.result-tools li.details {
	background: url(../img/layout/icon-gold-details.gif) no-repeat left center #F5E4B2;
	border:1px solid #CC6600;
	color:#CC6600;
	font-size:9pt;
	font-weight:bold;
	margin:11px 0 0 0;
	padding:5px 5px 5px 38px;
	line-height:23px;
	float:left;
	width: 90px
}
div.search-result-gold ul.result-tools li.details a span {
	display:none;
}


/*
	####  Silver Listing Styles  ####
*/


div.search-result-silver {
	background:#DFEAF2;
	padding:5px 0 5px 5px;
	overflow: auto;
	margin: 10px 0 0 0;
}

div.search-result-silver .result-inner {
width:410px;
background:#F5F5F5;
padding:5px;
float:left;
overflow: auto;
}



div.search-result-silver .result-inner p.ARNo {
	color:#CC0000;
	font-weight:bold;
	float:right;
}

div.search-result-silver .result-inner h2 {
	margin:0;
	padding:0;
	line-height:17px;
}

div.search-result-silver .result-inner p.region {
	font-size:7pt;
	border-bottom: 1px solid #DFEAF2;
	margin:0;
	padding:0;
	line-height:14px;
}

div.search-result-silver .result-inner p.site-details {
	font-size:9pt;
	line-height: 17px;
	margin:-5px 0 5px 0;
	padding:0;
	height:100px;
}
div.search-result-silver .result-inner p.noimg {
	height:55px;
	line-height:16px;
}
div.search-result-silver .result-inner p img {
	float:left;
	margin:0 5px 0 0;
	padding:0;
}

div.search-result-silver .result-inner ul.bottom-result-bar {
	margin:0;
	padding:0;
}

div.search-result-silver .result-inner ul.bottom-result-bar li.book a {
	background:url(../img/layout/red-button-bg.gif) repeat-x #CC0000;
	border:1px solid #990000;
	font-weight:bold;
	color:#FFFFFF;
	font-size:8pt;
	line-height:23px;
	width:128px;
	text-align:center;
	margin:0 5px 0 0;
	padding:0;
	float:left;
	text-decoration:none;
}

div.search-result-silver .result-inner ul.bottom-result-bar li.accom a {
	background: url(../img/layout/icon-blue-accom.gif) no-repeat left center;
	font-size:8pt;
	width:110px;
	text-align:left;
	margin:0 5px 0 0px;
	line-height:23px;
	padding:0 0 0 22px;
	float:left;
}

div.search-result-silver .result-inner ul.bottom-result-bar li.web a {
	background: url(../img/layout/icon-blue-web.gif) no-repeat left center;
	font-size:8pt;
	width:110px;
	text-align:left;
	margin:0 5px 0 0;
	line-height:23px;
	padding:0 0 0 22px;
	float:left;
}
div.search-result-silver .result-inner ul.bottom-result-bar li a {
	font-weight:normal;
	color:#666666;
	text-decoration:none;
}
div.search-result-silver .result-inner ul.bottom-result-bar li a:hover {
	font-weight:normal;
	color:#CC0000;
	text-decoration:underline;
}
div.search-result-silver .result-inner ul.bottom-result-bar li.book a:hover {
	color:#FFCC00;
	font-weight:bold;
}
div.search-result-silver ul.result-tools {
	float:left;
	width:130px;
	margin-left:5px;
}

div.search-result-silver ul.result-tools li.favourite a {
	background: url(../img/layout/icon-blue-favourite.gif) no-repeat left center;
	font-size:8pt;
	margin:5px 0;
	padding:0 0 0 27px;
	float:left;
	width: 100px;
}
div.search-result-silver ul.result-tools li.friend a {
	background: url(../img/layout/icon-blue-friend.gif) no-repeat left center;
	font-size:8pt;
	margin:5px 0;
	padding:0 0 0 27px;
	float:left;
	width: 110px;
}
div.search-result-silver ul.result-tools li.brochure a {
	background: url(../img/layout/icon-blue-brochure.gif) no-repeat left center;
	font-size:8pt;
	margin:5px 0;
	padding:0 0 0 27px;
	float:left;
	width: 100px;
}

div.search-result-silver ul.result-tools li.contact a {
	background: url(../img/layout/icon-blue-contact.gif) no-repeat left center;
	font-size:8pt;
	margin:5px 0;
	padding:0 0 0 27px;
	float:left;
	width: 100px;
}

div.search-result-silver ul.result-tools li a {
	font-weight:normal;
	text-decoration:none;
	color:#666666;
	line-height:26px;
}

div.search-result-silver ul.result-tools li a:hover {
	font-weight:normal;
	text-decoration:underline;
	color:#CC0000;
}

div.search-result-silver ul.result-tools li.details {
	background: url(../img/layout/icon-blue-details.gif) no-repeat left center #F5F5F5;
	border:1px solid #0077AA;
	color:#0077AA;
	font-size:9pt;
	font-weight:bold;
	margin:11px 0 0 0;
	padding:5px 5px 5px 38px;
	line-height:23px;
	float:left;
	width: 90px
}
div.search-result-silver ul.result-tools li.details a span {
	display:none;
}
div.search-result-silver ul.result-tools li.book a {
	background:url(../img/layout/red-button-bg.gif) repeat-x #CC0000;
	border:1px solid #990000;
	font-weight:bold;
	color:#FFFFFF;
	font-size:8pt;
	line-height:23px;
	width:128px;
	text-align:center;
	margin:0 5px 0 0;
	padding:0;
	float:left;
	text-decoration:none;
}


/*
	####  Directory Listing Styles  ####
*/


div.search-result-directory {
	background:#DFEAF2;
	padding:5px 0 5px 5px;
	overflow: auto;
	margin: 10px 0 0 0;
}

div.search-result-directory .result-inner {
width:410px;
background:#F5F5F5;
padding:5px;
float:left;
overflow: auto;
}



div.search-result-directory .result-inner p.ARNo {
	color:#CC0000;
	font-weight:bold;
	float:right;
}

div.search-result-directory .result-inner h2 {
	margin:0;
	padding:0;
	line-height:17px;
}

div.search-result-directory .result-inner p.region {
	font-size:7pt;
	margin:0;
	padding:0;
	line-height:14px;
}

div.search-result-directory ul.result-tools {
	float:left;
	width:130px;
	margin-left:5px;
}

div.search-result-directory ul.result-tools li a {
	font-weight:normal;
	text-decoration:none;
	color:#666666;
	line-height:26px;
}

div.search-result-directory ul.result-tools li a:hover {
	font-weight:normal;
	text-decoration:underline;
	color:#CC0000;
}

div.search-result-directory ul.result-tools li.details {
	background: url(../img/layout/icon-blue-details.gif) no-repeat left center #F5F5F5;
	border:1px solid #0077AA;
	color:#0077AA;
	font-size:9pt;
	font-weight:bold;
	margin:0 0 0 0;
	padding:5px 5px 5px 38px;
	line-height:23px;
	float:left;
	width: 90px
}
div.search-result-directory ul.result-tools li.details a span {
	display:none;
}
div.search-result-directory ul.result-tools li.book a {
	background:url(../img/layout/red-button-bg.gif) repeat-x #CC0000;
	border:1px solid #990000;
	font-weight:bold;
	color:#FFFFFF;
	font-size:8pt;
	line-height:23px;
	width:128px;
	text-align:center;
	margin:0 5px 0 0;
	padding:0;
	float:left;
	text-decoration:none;
}
