/* !/////////////////////////////////////////////////////////////////////////////
0. Browser Reset
////////////////////////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	background: #edeae3 url(images/main_bg.gif) top center repeat-y;
}

body {
	color: #666;
	font: 76%/140% Arial,Verdana,Helvetica,sans-serif;
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.number1 {
	background-color: #000000;
	width: 200px;
	height: 400px;
	float: left;
}

.number2 {
	background-color: #990033;
}

.width {
	float: inherit;
	width: 200px;
	height: 100px;
}

.clear {
	clear: both;
}

a,
a:link,
a:active,
a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

/* !/////////////////////////////////////////////////////////////////////////////
1. General Layout
////////////////////////////////////////////////////////////////////////////*/

/*.mainbg_holder {
	background: #FFF;
	background: #333 url(images/main_bg_smaller2.gif) top center repeat-y;
	width: 998px;
	margin: 0 auto;
}*/

.container {
	background: #FFF;
	width: 972px;
	margin: 0 auto;
}

.main_content {
	/*background: #ff00ff;*/
}

.content_left {
	/*background: #333;*/
	float: left;
	width: 210px;
	margin-right: 3px;
}

.breadcrumb {
	background: #5ea120;
	float: left;
	width: 734px;
	height: 23px;
	/*margin-bottom: 3px;*/
	padding: 9px 0 0 25px;
	color: #FFF;
	font: 11px;
	font-weight: bold;
}

.content_middle_index {
	/*background: #666;*/
	float: left;
	width: 546px;
}

.content_middle_wide {
	/*background: #666;*/
	float: left;
	width: 759px;
}

.content_right {
	float: right;
	width: 210px;
}

/* !/////////////////////////////////////////////////////////////////////////////
2. Header Layout
////////////////////////////////////////////////////////////////////////////*/

#header {
	position: relative;
}

#fblike {
	position: absolute;
	top: 79px;
	left: 269px;
}

#plusone {
	position: absolute;
	top: 76px;
	left: 380px;
}

.headerbg {
	margin: 0 0 0 0;
	padding: 17px 0 0 0;
}

.topnav {
	background: transparent url(images/topnav_bg.gif) top left no-repeat;
	width: 947px;
	height: 32px;
	margin: 0 0 3px 0;
	padding: 14px 0 0 25px;
}

ul#topnav li {
	float: left;
	margin-right: 9px;
	color: #FFF;
	font: bold 15px Arial;
	text-decoration: none;
}

ul#topnav li.divider {
	background: transparent url(images/topnavdivider.gif) top left no-repeat;
	background-position: 0 -1px;
	padding-left: 20px;
	float: left;
}

ul#topnav li a,
ul#topnav li a:link,
ul#topnav li a:active,
ul#topnav li a:visited,
ul#topnav li a:hover {
	color: #FFF;
	font: bold 15px Arial;
	text-decoration: none;
}

ul#topnav li a:hover {
	color: #EEE;
	font: bold 15px Arial;
	text-decoration: none;
}

.breadcrumb a,
.breadcrumb a:active,
.breadcrumb a:visited,
.breadcrumb a:link {
	color: #FFF;
	font: 11px;
	font-weight: bold;
}

.breadcrumb a:hover {
	color: #FFF;
	font: 11px;
	font-weight: bold;
}

/*!/////////////////////////////////////////////////////////////////////////////
3. Footer Layout
////////////////////////////////////////////////////////////////////////////*/

.footer {
	border-top: 1px solid #cccccc;
	margin: 10px 0 0 0;
}

.footernav {
	margin: 15px 0 15px 0;
}

ul#footernav li {
	float: left;
	margin-right: 14px;
}

ul#footernav li.divider {
	border-left: 1px solid #cdcdcd;
	padding-left: 14px;
	float: left;
}

ul#footernav li a,
ul#footernav li a:link,
ul#footernav li a:active,
ul#footernav li a:visited,
ul#footernav li a:hover {
	color: #999;
	font: bold 10px Arial;
	text-decoration: none;
}

.footernav2 {
	margin: 15px 0 15px 0;
}

ul#footernav2 li {
	float: left;
	margin-right: 8px;
}

ul#footernav2 li a,
ul#footernav2 li a:link,
ul#footernav2 li a:active,
ul#footernav2 li a:visited,
ul#footernav2 li a:hover {
	color: #999;
	font: bold 10px Arial;
	text-decoration: none;
}

.copyright {
	width: 972px;
	padding: 0 0 30px 0;
	color: #CCC;
	font-size: 10px;
	font-weight: bold;
}

.copy_left {
	width: 500px;
	float: left;
	text-align: left;
}

.copy_right {
	width: 400px;
	float: right;
	text-align: right;
}

.copyright a,
.copyright a:link,
.copyright a:active,
.copyright a:visited {
	color: #CCC;
	text-decoration: none;
}

.copyright a:hover {
	color: #CCC;
	text-decoration: none;
}

/*!/////////////////////////////////////////////////////////////////////////////
4. Search Box
////////////////////////////////////////////////////////////////////////////*/

.searchforrental {
	background: transparent url(images/ic_frontsearch.gif) 0 0 no-repeat;
	float: left;
	width: 325px;
	padding-left: 25px;
	text-align: left;
	font-size: 16px;
	height: 16px;
	line-height: 16px;
}

.advancedsearch {
	/*background: #666;*/
	float: right;
	width: auto;
	text-align: right;
	font-size: 15px;
	padding: 2px 18px 0 0;
}

.searchbox {
	background: #edebe5;
	width: 546px;
}

.searchhead {
	width: 516px;
	height: 33px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	padding: 0 15px 0 15px;
}

.searchhead a,
.searchhead a:link,
.searchhead a:active,
.searchhead a:visited {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

.searchhead a:hover {
	color: #666;
}

.searchbody {
	padding: 8px 25px 10px 25px;
	width: 496px;
}

/*!/////////////////////////////////////////////////////////////////////////////
5. Hot Deals Box
////////////////////////////////////////////////////////////////////////////*/

.hotbox {
	width: 546px;
	/*border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;*/
	margin-top: 3px;
	/*margin-bottom: 25px;*/
}

.hothead {
	background: transparent url(images/searchhead2_bg.gif) top left no-repeat;
	width: 516px;
	height: 31px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 15px 0 15px;
}

.hothead h1.dealsicon {
	background: transparent url(images/ic_home.gif) no-repeat 0 0;
	padding-left: 25px;
	height: 16px;
	line-height: 16px;
}

.hothead h1.featuredicon {
	background: transparent url(images/ic_featured.gif) no-repeat 0 0;
	padding-left: 25px;
	height: 16px;
	line-height: 16px;
}

.hothead a
.hothead a:link,
.hothead a:active,
.hothead a:visited,
.hothead a:hover {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

.hotbody {
	background: transparent url(images/seachbody_bg.gif) top left repeat-y;
	padding: 0 15px 15px 15px;
	width: 516px;
}

.offer_holder {
	margin-bottom: 15px;
}

.offer_property {
	margin-bottom: 4px;
}

.offer_head {
	color: #666;
	font-size: 12px;
}

.offer_body {

}

/*!/////////////////////////////////////////////////////////////////////////////
6. Listing Large
////////////////////////////////////////////////////////////////////////////*/

.listinghead_bg {
	background: transparent url(images/listinghead_bg.jpg) top left repeat-x;
	width: 759px;
	height: 55px;
	padding: 0 0 0 0;
	margin-bottom: 3px;
}

.listinghead_left {
	float: left;
	width: 525px;
	height: 51px;
	text-align: left;
	padding: 4px 0 0 20px;
}

.listinghead_right {
	float: right;
	width: 190px;
	height: 40px;
	text-align: right;
	padding: 15px 20px 0 0;
}

.listingtitle {
	color: #443E2B;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 14px;
}

.listingaddress {
	color: #6B6143;
	font-size: 12px;
	font-weight: bold;
}

.listingheadspecs {
	color: #443E2B;
	font: 12px;
	font-weight: bold;
	height: 23px;
}

.sleeps_head {
	background: transparent url(images/icon_sleeps.jpg) no-repeat left center;
	height: 23px;
	line-height: 23px;
	padding-left: 16px;
	float: right;
}

.beds_head {
	background: transparent url(images/icon_beds.jpg) no-repeat left top;
	height: 23px;
	line-height: 23px;
	padding-left: 30px;
	float: right;
	margin-left: 15px;
}

.listingimages {
	width: 545px;
	float: left;
}

.gallerythumbsholder {
	width: 545px;
	height: 144px;
	margin-top: 10px;
}

img.listingimg {
	margin-bottom: 5px;
	margin-right: 6px;
}

/*img#imgmargin {
	margin-right: 7px;
}*/

img#imgmarginmore {
	margin-right: 8px;
}

.listingsocial {
	width: 210px;
	/*height: 494px;*/
	float: right;
}

.socialstuff {
	line-height: 1.6;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	width: 210px;
	margin-top: 5px;
}

.fromprice {
	padding: 8px 15px 8px 25px;
	font-size: 14px;
}

.fromprice_activity {
	padding: 8px 15px 8px 25px;
	font-size: 14px;
	margin-bottom: 8px;
}

.hotoffers {
	padding: 0 15px 8px 25px;
	font-size: 14px;
}

.rating_reviews {
	background: #fbf9f5;
	height: 75px;
	padding: 17px 15px 0 25px;
	margin-top: 7px;
	margin-bottom: 20px;
}

.reviews_holder a,
.reviews_holder a:link,
.reviews_holder a:visited,
.reviews_holder a:active {
	text-decoration: underline;
}

.quicklinks {
	padding: 0 15px 0 25px;
}

ul#quicklinks li {
	display: block;
	padding: 0 0 16px 23px;
}

ul#quicklinks li.ic_hotlist {
	background: transparent url(images/ic_hotlist.gif) no-repeat 0 2px;
}

ul#quicklinks li.ic_enquiry {
	background: transparent url(images/ic_enquiry.gif) no-repeat 0 0;
}

ul#quicklinks li.ic_booking {
	background: transparent url(images/ic_booking.gif) no-repeat 0 1px;
}

ul#quicklinks li.ic_map {
	background: transparent url(images/ic_map.gif) no-repeat 0 1px;
}

ul#quicklinks li.ic_print {
	background: transparent url(images/ic_print.gif) no-repeat 0 0;
}

ul#quicklinks li.ic_email {
	background: transparent url(images/ic_email.gif) no-repeat 0 2px;
}

ul#quicklinks li.ic_facebook {
	background: transparent url(images/ic_facebook.gif) no-repeat 0 1px;
}

/* different margin for membership 3 */
ul#quicklinks3 li {
	display: block;
	padding: 0 0 17px 23px;
}

ul#quicklinks3 li.ic_enquiry {
	background: transparent url(images/ic_enquiry.gif) no-repeat 0 0;
}

ul#quicklinks3 li.ic_booking {
	background: transparent url(images/ic_booking.gif) no-repeat 0 1px;
}

ul#quicklinks3 li.ic_map {
	background: transparent url(images/ic_map.gif) no-repeat 0 1px;
}

ul#quicklinks3 li.ic_print {
	background: transparent url(images/ic_print.gif) no-repeat 0 0;
}

ul#quicklinks3 li.ic_email {
	background: transparent url(images/ic_email.gif) no-repeat 0 2px;
}

ul#quicklinks3 li.ic_facebook {
	background: transparent url(images/ic_facebook.gif) no-repeat 0 1px;
}

ul#quicklinks3 li.ic_hotlist {
	background: transparent url(images/ic_hotlist.gif) no-repeat 0 2px;
	padding: 0 0 0 23px;
}

.infobox {
	width: 759px;
	margin-top: 8px;
}

.infoboxhead {
	background: #f2ede2;
	width: 759px;
	height: 42px;
	font-size: 14px;
	font-weight: bold;
}

.infoboxbody {
	width: 697px;
	border-top: 1px solid #ddd8c8;
	border-left: 1px solid #ddd8c8;
	border-right: 1px solid #ddd8c8;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	padding: 30px 30px 50px 30px;
	line-height: 1.6;
}

.ratesbox {
	width: 757px;
	border-left: 1px solid #ddd8c8;
	border-right: 1px solid #ddd8c8;
}

h3.icrates {
	background: transparent url(images/icon_checkmark.gif) no-repeat 0 0;
	height: 16px;
	line-height: 16px;
	padding-left: 25px;
}

.ratesboxbody {
	width: 697px;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	padding: 30px 30px 50px 30px;
	line-height: 1.6;
}

.hotoffers_holder {
	width: 697px;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 30px;
}

.hotdeals_head {
	background: transparent url(images/hotdeals_head.gif) top left no-repeat;
	width: 697px;
	height: 61px;
	padding: 0;
}

.hd_left {
	float: left;
	text-align: left;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	padding: 12px 0 0 90px;
}

.hd_right {
	float: right;
	text-align: right;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	padding: 14px 18px 0 0;
}

.hotdeals_body {
	background: transparent url(images/hotdeals_body.gif) top left repeat-y;
	width: 647px;
	padding: 20px 25px 0 25px;
	line-height: 1.6;
}

.hotdeals_footer {
	background: transparent url(images/hotdeals_footer.gif) top left no-repeat;
	width: 697px;
	height: 14px;
	padding: 0;
}

.hd_right a,
.hd_right a:link,
.hd_right a:active,
.hd_right a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

.hd_right a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.hotdealsheadline {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.hotdealsdescription {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 25px;
}

.quickbox {
	width: 757px;
	border-left: 1px solid #ddd8c8;
	border-right: 1px solid #ddd8c8;
}

.ratesboxhead,
.quickboxhead,
.featuresboxhead,
.mapboxhead,
#streetmapboxhead,
.formboxhead,
.pagesboxhead {
	background: #f2ede2;
	width: 732px;
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 0 25px;
}

h3.icquickref {
	background: transparent url(images/ic_quickref.gif) no-repeat 0 0;
	height: 16px;
	line-height: 16px;
	padding-left: 25px;
}

.quickboxbody {
	width: 692px;
	padding: 40px 0 20px 65px;
}

ul#quicklist li {
	float: left;
	width: 175px;
	margin-bottom: 30px;
	margin-right: 10px;
	color: #999;
	font: 12px;
	font-weight: bold;
}

ul#quicklist li.quicksleeps {
	background: transparent url(images/q_sleeps.gif) no-repeat 0 0;
	padding-left: 30px;
	height: 26px;
	line-height: 1.6;
}

ul#quicklist li.quickdrive {
	background: transparent url(images/q_drive.gif) no-repeat 0 0;
	padding-left: 30px;
	height: 26px;
	line-height: 1.6;
}

ul#quicklist li.quickromantic {
	background: transparent url(images/q_romantic.gif) no-repeat 0 0;
	padding-left: 30px;
	height: 26px;
	line-height: 1.6;
}

ul#quicklist li.quickparking {
	background: transparent url(images/q_parking.gif) no-repeat 0 0;
	padding-left: 30px;
	height: 26px;
	line-height: 1.6;
}

ul#quicklist li.quicksmoking {
	background: transparent url(images/q_smoking.gif) no-repeat 0 0;
	padding-left: 30px;
	height: 26px;
	line-height: 1.6;
}

ul#quicklist li.quickdeposit {
	background: transparent url(images/q_deposit.gif) no-repeat 0 0;
	padding-left: 30px;
	height: 26px;
	line-height: 1.6;
}

.featuresbox {
	width: 757px;
	border-left: 1px solid #ddd8c8;
	border-right: 1px solid #ddd8c8;
}

h3.icfeatures {
	background: transparent url(images/ic_features.gif) no-repeat 0 -1px;
	height: 16px;
	line-height: 16px;
	padding-left: 25px;
}

.featuresboxbody {
	width: 687px;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	padding: 40px 0 50px 70px;
	line-height: 1.6;
}

ul#featureslist li {
	background: transparent url(images/ic_featureslist.gif) 0 0 no-repeat;
	width: 180px;
	float: left;
	padding-left: 25px;
	padding-bottom: 20px;
	margin-right: 10px;
	height: 14px;
	line-height: 14px;
}

.pagesbox {
	width: 757px;
	border-left: 1px solid #ddd8c8;
	border-right: 1px solid #ddd8c8;
	border-bottom: 1px solid #ddd8c8;
	margin-bottom: 15px;
}

.pagesboxbody {
	width: 657px;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	padding: 30px 50px 50px 50px;
	line-height: 1.6;
}

.browsemapboxbody {
	background: #FBFBFB;
	width: 757px;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	padding: 30px 0 0 0;
	line-height: 1.6;
}

.paymentboxbody {
	background: #FBFBFB;
	width: 627px;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	padding: 30px 50px 50px 80px;
	line-height: 1.6;
}

.paymentboxbody {
	background: #FB;
	width: 627px;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	padding: 30px 50px 50px 80px;
	line-height: 1.6;
}

.mapbox {
	width: 757px;
	border-left: 1px solid #ddd8c8;
	border-right: 1px solid #ddd8c8;
}

h3.icmap {
	background: transparent url(images/ic_map.gif) no-repeat 0 0;
	height: 16px;
	line-height: 16px;
	padding-left: 25px;
}

.mapboxbody {
	width: 757px;
	height: 325px;
}

#streetviewbox {
	width: 757px;
}

#map {

}

.checkbookbox {
	background: #f9f6f1;
	width: 757px;
	border-left: 1px solid #ddd8c8;
	border-right: 1px solid #ddd8c8;
	padding: 30px 0;
}

.checkbookbox a {
	background: transparent url(images/checkbook.gif) top left no-repeat;
	display: block;
	width: 210px;
	height: 62px;
	margin: 0 auto;
}

.checkbookbox a span {
	display: block;
	height: 0;
	text-indent: -9999px;
}

.formbox {
	background: #f9f6f1;
	width: 757px;
	border-left: 1px solid #ddd8c8;
	border-right: 1px solid #ddd8c8;
	border-bottom: 1px solid #ddd8c8;
	margin-bottom: 30px;
}

h3.icform {
	background: transparent url(images/ic_form.gif) no-repeat 0 0;
	height: 16px;
	line-height: 16px;
	padding-left: 25px;
}

.formboxbody {
	width: 647px;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	padding: 40px 30px 50px 80px;
	line-height: 1.6;
}

.contactformimage {
	margin-bottom: 3px;
	width: auto;
}

.contactformbox {
	background: #FFF;
	width: 757px;
	border-left: 1px solid #ddd8c8;
	border-right: 1px solid #ddd8c8;
	border-bottom: 1px solid #ddd8c8;
	margin-bottom: 30px;
}

.contactformboxhead {
	background: #EEE;
	width: 732px;
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 0 25px;
}

.contactformboxbody {
	background: #fbfbfb;
	width: 697px;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	padding: 40px 0 50px 60px;
	line-height: 1.6;
}

.contactaddressholder {
	margin-bottom: 35px;
}

input.mini-contact-btn {
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: none;
	width: 64px;
	height: 29px;
}

.infobtn {
	background: #f7f1e7;
	width: 115px;
	height: 26px;
	padding: 8px 0 0 10px;
	float: left;
	margin-top: 8px;
	margin-left: 25px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.infobtn h3 {
	background: transparent url(images/ic_box_wed.gif) no-repeat 0 0;
	height: 14px;
	line-height: 14px;
	padding-left: 23px;
}

.reviewsbtn {
	background: #f7f1e7;
	width: 115px;
	height: 26px;
	padding: 8px 0 0 10px;
	float: left;
	margin-top: 8px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.reviewsbtn h3 {
	background: transparent url(images/ic_reviews.gif) no-repeat 0 0;
	height: 16px;
	line-height: 16px;
	padding-left: 23px;
}

.average_holder {
	background: #fbfaf8;
	width: 677px;
	height: 28px;
	padding: 5px 10px 0 10px;
}

.average_left {
	float: left;
	text-align: left;
	font-size: 14px;
	color: #666;
}

.average_right {
	float: right;
}

.rev_holder {
	/*background: #EEE;*/
	/*margin-bottom: 35px;*/
}

.rev_head {

}

.rev_body {
	margin-top: 10px;
	/*font-style: italic;*/
	color: #cecece;
}

.rev_divider {
	background: transparent url(images/rev_divider.gif) repeat-x 0 0;
	margin: 23px 0;
	width: 697px;
	height: 1px;
}

.writereviewbtn {
	background: transparent url(images/ic_writereview.jpg) no-repeat 0 0;
	height: 23px;
	line-height: 23px;
	padding-left: 33px;
	/*margin-top: 35px;*/
}

.writereviewbtn a {
	text-decoration: underline;
}

table#ratestable td,
table#ratestable th {
	border: 1px solid #FFF;
	padding: 10px;
}

table#ratestable td.price {
	color: #666;
}

table#datestable {
	margin-top: 10px;
}

table#datestable td,
table#datestable th {
	border: none;
	padding: 10px;
	color: #bdbdbd;
}

/*!/////////////////////////////////////////////////////////////////////////////
7. Review Form Layout
////////////////////////////////////////////////////////////////////////////*/

.reviewform_holder {
	width: 757px;
	border-left: 1px solid #ddd8c8;
	border-right: 1px solid #ddd8c8;
	border-bottom: 1px solid #ddd8c8;
}

.reviewform_head {
	background: #f2ede2;
	width: 732px;
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 0 25px;
}

/*!/////////////////////////////////////////////////////////////////////////////
8. Form Layouts / Contact and so on...
////////////////////////////////////////////////////////////////////////////*/

ol#formlist li {
	width: 255px;
	margin: 0 20px 20px 0;
	float: left;
}

#submit_form input, #submit_form textarea, #submit_form select {
	background-color: #FFFFFF;
	width: 240px;
	color: #999;
	border: 1px solid #ccc;
	padding: 7px 5px 7px 5px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

#submit_form select option {
	padding-left: 5px;
}

#submit_form select {
	width: 244px;
	padding: 2px 3px 2px 3px;
}

#submit_form textarea {
	width: 515px;
	height: 130px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

input:focus, input.error:focus, textarea:focus {
	background-color: #FFF;
	border: 1px solid #b8b8b8;
}

#submit_form label {
	background: transparent url(images/ic_label.gif) no-repeat 0 -1px;
	font-size: 12px;
	line-height: 12px;
	padding-left: 17px;
	margin-left: 15px;
	width: 210px;
	margin-bottom: 5px;
	display: block;
}

#submit_form input.submit-button {
	background: #eee;
	color: #666;
	font-weight: bold;
	cursor: pointer;
	padding: 7px 0 5px;
	width: 80px;
	margin: 0;
	border: none;
	border: 1px solid #ccc;
	text-transform: uppercase;
}

/*!/////////////////////////////////////////////////////////////////////////////
9. Search Form HOMEPAGE
////////////////////////////////////////////////////////////////////////////*/

form#mini_search label.minilabel {
	background: transparent url(images/ic_label_white.gif) no-repeat 0 -1px;
	font-size: 12px;
	line-height: 12px;
	padding-left: 17px;
	margin-left: 15px;
	width: 195px;
	margin-bottom: 5px;
	display: block;
}

/*form#mini_search input, #mini_search select {
	background-color: #FFFFFF;
	width: 215px;
	color: #999;
	border: 1px solid #ccc;
	padding: 7px 5px 7px 5px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
}*/

#mini_search select {
	background-color: #FFFFFF;
	width: 215px;
	color: #999;
	border: 1px solid #ccc;
	padding: 7px 5px 7px 5px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

form#mini_search select option {
	padding-left: 5px;
}

form#mini_search select {
	width: 228px;
	padding: 6px 3px 6px 3px;
}

.mini_search_left {
	/*background: #FF00FF;*/
	width: 228px;
	/*height: 40px;*/
	float: left;
	margin-right: 35px;
	margin-bottom: 15px;
	position: relative;
}

.mini_search_right {
	/*background: #FF0033;*/
	width: 228px;
	float: left;
	margin-bottom: 15px;
	position: relative;
}

.mini_search_btn_holder {
	/*background: #FF0033;*/
	width: 65px;
	float: left;
	margin-bottom: 15px;
}

/*#mini_search input.mini-search-btn {
	background: transparent;
	cursor: pointer;
	padding: 0;
	margin: 1px 0 0 0;
	border: none;
	width: 64px;
	height: 29px;
	padding-top: 18px;
	margin-top: 5px;
}*/

/*!/////////////////////////////////////////////////////////////////////////////
10. Listing Results 1 Styles
////////////////////////////////////////////////////////////////////////////*/
.listingresultsbox {
	width: 757px;
	border-left: 1px solid #CCC;
}

.listingresultshead {
	background: transparent url(images/searchhead_bg.gif) top left repeat-x;
	width: 703px;
	height: 16px;
	padding: 25px 15px 0 40px;
	margin-bottom: 30px;
}

.listingresultshead h3 {
	background: transparent url(images/ic_category.gif) no-repeat 0 0;
	padding-left: 25px;
	height: 16px;
	line-height: 16px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.listingresultshead a
.listingresultshead a:link,
.listingresultshead a:active,
.listingresultshead a:visited,
.listingresultshead a:hover {
	color: #666;
	font-size: 12px;
	font-weight: bold;
}

.listingresultsbody {
	padding: 0 0 15px 0;
	width: 758px;
}

ul.listing_results .listing_results_listing {
	float: right;
	width: 470px;
}

ul.listing_results li {
	background: transparent url(images/searchhead_bg.gif) bottom left repeat-x;
	width: 688px;
	padding: 5px 30px 80px 40px;
}

ul.listing_results .listing_results_title {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	height: 17px;
	float: left;
	text-align: left;
}

ul.listing_results .listing_results_title a {
	text-decoration: underline;
}

ul.listing_results .listing_results_rating {
	float: right;
	vertical-align: top;
	text-align: right;
}

ul.listing_results .listing_results_pricing {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}

ul.listing_results .listing_results_score {
	float: left;
}

ul.listing_results .listing_results_zip_distance {
	float: left;
}

ul.listing_results .listing_results_logo {
	float: left;
	width: 200px;
}

ul.listing_results .listing_results_logo img {
	border: 1px solid #999;
}

ul.listing_results .listing_results_address {
	padding-bottom: 5px;
}

ul.listing_results .listing_results_description {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	margin-top: 13px;
	line-height: 1.6;
}

.resultsmenu_holder {
	margin: 15px 0 0 0;
}

.res_addtohostlist {
	background: transparent url(images/ic_saveto.gif) no-repeat 0 0;
	height: 14px;
	line-height: 14px;
	padding-left: 25px;
	float: left;
	margin-right: 20px;
}

.res_checkbook {
	background: transparent url(images/ic_checkbook.gif) no-repeat 0 0;
	height: 14px;
	line-height: 14px;
	padding-left: 25px;
	float: left;
}

.res_addtohostlist a,
.res_addtohostlist a:link,
.res_addtohostlist a:active,
.res_addtohostlist a:visited,
.res_checkbook a,
.res_checkbook a:link,
.res_checkbook a:active,
.res_checkbook a:visited {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

.res_addtohostlist a:hover,
.res_checkbook a:hover {
	color: #999;
}

.minibed {
	background: transparent url(images/ic_mini_beds.gif) no-repeat 0 0;
	height: 17px;
	line-height: 17px;
	padding-left: 24px;
	color: #666;
	font-weight: bold;
	margin-right: 6px;
}

.minisleeps {
	background: transparent url(images/ic_mini_sleeps.gif) no-repeat 0 0;
	height: 17px;
	line-height: 17px;
	padding-left: 11px;
	color: #666;
	font-weight: bold;
	margin-right: 6px;
}

.minicars {
	background: transparent url(images/ic_mini_cars.gif) no-repeat 0 0;
	height: 17px;
	line-height: 17px;
	padding-left: 16px;
	color: #666;
	font-weight: bold;
}

.results_divider {
	background: transparent url(images/searchhead_bg.gif) top left repeat-x;
	width: 758px;
	height: 33px;
	margin-bottom: 15px;
}

.redprice {
	color: #91040a;
	font-weight: bold;
}

/* MEMBER AREA */

.notamemberbox {
	background: #FFF;
	width: 757px;
	border-left: 1px solid #ddd8c8;
	border-right: 1px solid #ddd8c8;
}

h3.icmember {
	background: transparent url(images/ic_features.gif) no-repeat 0 0;
	height: 16px;
	line-height: 16px;
	padding-left: 25px;
}

.passwordreminderholder {
	margin-top: 15px;
}

/*!/////////////////////////////////////////////////////////////////////////////
11. Additional custom pages
////////////////////////////////////////////////////////////////////////////*/

ul.normallist {
	list-style-type: disc;
}

ul.normallist li {
	margin-left: 25px;
	padding-bottom: 7px;
}

.yellowbox {
	background: #fff5b3;
	padding: 20px 20px 30px 20px;
	border: 1px solid #e7dfa2;
	width: 580px;
	margin-bottom: 20px;
}

.todobox_l {
	float: left;
	width: 295px;
	padding: 5px;
	margin-right: 35px;
	font-weight: normal;
	margin-bottom: 25px;
}

.todobox_r {
	float: left;
	width: 295px;
	padding: 5px;
	font-weight: normal;
	margin-bottom: 25px;
}

.leftimgpage img {
	width: auto;
	float: left;
	padding: 6px;
	border: 1px solid #999;
	margin: 0 35px 35px 0;
}

.leftimgpage3 img {
	width: auto;
	float: left;
	padding: 6px;
	border: 1px solid #999;
	margin-bottom: 35px;
}

/* FEATURED LISTINGS ON HOMEPAGE */

.featuredhome_holder {
	margin-bottom: 30px;
}

.featuredimg_holder {
	background: #eee;
	width: 102px;
	float: left;
}

.featureddesc_holder {
	color: #999;
	font-weight: bold;
	font-size: 12px;
	float: right;
	width: 370px;
}

.ftleft {
	float: left;
	text-align: left;
}

.ftleft2 {
	float: left;
	text-align: left;
	margin-top: 8px;
}

.ftright {
	float: right;
	text-align: right;
}

.featureddesc {
	font-weight: normal;
	margin-top: 15px;
	line-height: 1.5;
}

.ftsleeps {
	background: transparent url(images/ic_mini_sleeps.gif) no-repeat 0 0;
	padding-left: 11px;
	margin-right: 4px;
}

.ftbeds {
	background: transparent url(images/ic_mini_beds.gif) no-repeat 0 0;
	padding-left: 23px;
	margin-right: 4px;
}

.ftcars {
	background: transparent url(images/ic_mini_cars.gif) no-repeat 0 0;
	padding-left: 16px;
}

.sonyabg {
	background: transparent url(images/sonyabg.gif) no-repeat 0 0;
	width: 195px;
	height: 88px;
	padding: 15px 0 0 15px;
}

.sonyabg p {
	font-weight: bold;
	width: 170px;
	line-height: 1.5;
	color: #999;
}

.bbmapholder {
	margin-bottom: 3px;
}

.bbmaphead {
	background: transparent url(images/map_top.gif) 0 0 no-repeat;
	width: 175px;
	height: 24px;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	padding: 11px 0 0 35px;
}

.instantholder {
	margin-bottom: 3px;
}

.instanthead {
	background: transparent url(images/instantbg_top.gif) 0 0 no-repeat;
	width: 175px;
	height: 24px;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	padding: 11px 0 0 35px;
}

.instanthead_map {
	background: transparent url(images/instantbg_map.gif) 0 0 no-repeat;
	width: 175px;
	height: 24px;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	padding: 11px 0 0 35px;
}

.instanthead2 {
	background: transparent url(images/instantbg2_top.gif) 0 0 no-repeat;
	width: 175px;
	height: 24px;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	padding: 11px 0 0 35px;
}

.byronhead {
	background: transparent url(images/byronbg_top.gif) 0 0 no-repeat;
	width: 175px;
	height: 24px;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	padding: 11px 0 0 35px;
}

/*!/////////////////////////////////////////////////////////////////////////////
12. Hotlist
////////////////////////////////////////////////////////////////////////////*/

.hotlistresultsbody {
	width: 702px;
	padding: 0 15px 0 40px;
}

.hottext {
	font-size: 12px;
	color: #999;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 20px;
}

.hotbar {
	background: #cfc7b2;
	width: 682px;
	padding: 15px 10px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

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

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

.hotproperty {
	float: left;
}

.hotdownhead {
	width: 703px;
	height: 16px;
	padding: 25px 15px 0 0;
	margin: 25px 0 20px 0;
}

.hotdownhead h3 {
	background: transparent url(images/ic_category.gif) no-repeat 0 0;
	padding-left: 25px;
	height: 16px;
	line-height: 16px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.hotitem {
	background: transparent url(images/rev_divider.gif) bottom left repeat-x;
	height: 41px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.hot_results_remove {
	width: 28px;
	height: 27px;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	padding: 13px 0 0 12px;
}

.hot_results_enquire {
	width: 33px;
	height: 31px;
	float: left;
	margin-right: 18px;
	padding: 9px 0 0 7px;
}

.hot_results_logo {
	float: left;
}

ul.listing_results .listing_results_hotlisting {
	float: right;
	width: 495px;
	padding-top: 10px;
	padding-right: 5px;
}

.hotform {
	padding: 0 0 25px 0;
}

.hotformboxbody {
	background: #F9F6F1;
	width: 592px;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	padding: 40px 30px 50px 80px;
	line-height: 1.6;
}

/**************************************************/
/**************** TABLE LIST ***********************/
/***************************************************/

div.table-list table {
	width: 100%;
	margin-bottom: 10px;
}

div.table-list table, div.table-list td {
	border: 1px solid #CCC;
	border-collapse: collapse;
	font-family: tahoma, verdana, arial, helvetica;
}

div.table-list thead th, div.table-list tbody th {
	background: #FFF url(./images/gradient_silver.gif) repeat-x;
	color: #666;
	padding: 5px 10px;
	border-left: 1px solid #CCC;
	text-align: left;
}

div.table-list tbody th {
	background: #fafafb;
	border-top: 1px solid #CCC;
	text-align: left;
	font-weight: normal;
}

div.table-list tbody tr td {
	padding: 5px 10px;
	color: #666;
}

div.table-list tbody tr.odd,
div.table-list tbody tr.odd th {
	background: #f6f6f6;
}

div.table-list tbody tr:hover {
	background: #FFF url(./images/table_tr_background.gif) repeat;
}

div.table-list tbody tr:hover th {
	background: #FFF url(./images/table_tr_background.gif) repeat;
color #454545;
}

div.table-list tbody tr:hover td {
	color: #454545;
}

div.table-list tfoot td, div.table-list tfoot th {
	border-left: none;
	border-top: 1px solid #CCC;
	padding: 5px 10px;
	background: #ebebeb;
	color: #666;
	font-weight: normal;
}

div.table-list caption {
	text-align: left;
	padding: 5px 0 0 5px;
	color: #666;
	height: 4ex;
}

div.table-list caption span.page-numbers {
	font-size: 90%;
	padding-bottom: 3px;
}

div.table-list caption span.page-numbers-results, div.table-list caption span.page-numbers-results a {
	font-size: 90%;
	margin-top: 3px;
}

div.table-list table a:link {
	color: #666;
}

div.table-list table a:visited {
	color: #666;
}

div.table-list table a:hover {
	color: #003366;
	text-decoration: none;
}

div.table-list table a:active {
	color: #003366;
}

/* Page Numbers in Table List */

span.page-numbers-results {
	float: left;
	width: 200px;
	padding: 0 0 0 40px;
	margin-bottom: 15px;
	color: #999;
	font-size: 12px;
	font-weight: normal;
}

span.page-numbers {
	float: right;
	width: 200px;
	padding: 0 40px 0 0;
	text-align: right;
	margin-bottom: 15px;
	color: #999;
	font-size: 12px;
	font-weight: normal;
}

div.table-list span.page-numbers a {
	text-decoration: none;
}

div.table-list span.page-numbers a:hover {
	text-decoration: underline;
}

/***************************************************/
/**************** BOX STYLES ***********************/
/***************************************************/

h1.headcat {
	background: transparent url(images/ic_cathometool.gif) no-repeat 0 0;
	padding-left: 25px;
	height: 16px;
	line-height: 16px;
}

h1.headwed {
	background: transparent url(images/ic_wedding.gif) no-repeat 0 -1px;
	padding-left: 25px;
	height: 16px;
	line-height: 16px;
}

h1.headthings {
	background: transparent url(images/ic_thingstodo.gif) no-repeat 0 1px;
	padding-left: 25px;
	height: 16px;
	line-height: 16px;
}

h1.newsletter {
	background: transparent url(images/ic_newsletter.gif) no-repeat 0 3px;
	padding-left: 25px;
	height: 16px;
	line-height: 16px;
}

h1.listproperty {
	background: transparent url(images/ic_listproperty.gif) no-repeat 0 1px;
	padding-left: 25px;
	height: 16px;
	line-height: 16px;
}

div.box {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.box .box-header {
	background: transparent url(./images/boxhead_bg.gif) repeat-x 0px 0px;
	width: 195px;
	height: 23px;
	color: #fff;
	padding: 9px 0 0 15px;
}

.box .box-header-red {
	background: transparent url(images/redhead_bg.gif) repeat-x 0px 0px;
	width: 195px;
	height: 25px;
	color: #fff;
	padding: 6px 0 0 15px;
}

.box .box-body .box-content {
	background: transparent url(images/boxcontent_bg.gif) top left repeat-x;
	margin: 0px 1px 0px 1px;
	padding: 1.8em 1em;
	text-align: left;
}

.box .box-body .box-content-middle {
	margin: 0px 1px 0px 1px;
	padding: 1em;
	text-align: left;
}

.box .box-header h1 {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

.box p {
	margin: 0.5em 0px 0px 0px;
	padding: 0px;
}

.box ul.box_list li.box_list {
	font-size: 13px;
	font-weight: bold;
	margin: 0pt;
	padding-left: 12px;
	padding-bottom: 5px;
	margin-bottom: 3px;
}

.box ul.box_list {
	font-size: 12px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}

p.newsletter_text {
	padding-left: 12px;
	color: #999;
	font-weight: bold;
	line-height: 1.5;
}

.newsletterform_holder {
	margin-top: 20px;
	padding-left: 12px;
}

form#newsform input.field {
	width: 100px;
}

/***************************************************/
/**************** STAR RATING **********************/
/***************************************************/

.star-rating {
	background: transparent url(./images/star_rating.gif) repeat-x scroll left top;
	height: 16px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0px;
	position: relative;
	width: 80px;
}

.star-rating li {
	float: left;
	margin: 0px;
	padding: 0px;
	clear: none;
}

.star-rating li a {
	display: block;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	text-decoration: none;
	text-indent: -9000px;
	width: 16px;
	z-index: 20;
}

.star-rating li a:hover {
	background: transparent url(./images/star_rating.gif) repeat scroll left center;
	border: medium none;
	left: auto;
	z-index: 2;
}

.star-rating a.one-star {
	left: 0px;
}

.star-rating a.one-star:hover {
	width: 16px;
}

.star-rating a.two-stars {
	left: 16px;
}

.star-rating a.two-stars:hover {
	width: 32px;
}

.star-rating a.three-stars {
	left: 32px;
}

.star-rating a.three-stars:hover {
	width: 48px;
}

.star-rating a.four-stars {
	left: 48px;
}

.star-rating a.four-stars:hover {
	width: 64px;
}

.star-rating a.five-stars {
	left: 64px;
}

.star-rating a.five-stars:hover {
	width: 80px;
}

.star-rating ul {
	padding: 0px;
}

.star-rating li.current-rating {
	background: transparent url(./images/star_rating.gif) repeat scroll left bottom;
	display: block;
	height: 16px;
	position: absolute;
	text-indent: -9000px;
	z-index: 1;
	padding: 0px;
	padding-left: 0px;
}

/***************************************************/
/**************** STATUS LINE **********************/
/***************************************************/

div#status-line {
	background-color: #F8F8F8;
	border-bottom: 1px solid #C6C3C6;
	overflow: auto;
	padding: 5px 5px 5px 10px;
	height: 17px;
}

#status-line span#login-status {
	color: #525163;
	font-size: 12px;
	float: right;
}

#status-line span#breadcrumbs {
	color: #525163;
	font-size: 12px;
	float: left;
}

#status-line img#home {
	vertical-align: bottom;
}

/*/////////////////////////////////////////////////////////////////////////////
10. Form ERROR Styles
////////////////////////////////////////////////////////////////////////////*/
.message_holder {

}

.message_holder .message {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	line-height: 1.8;
	float: left;
	margin-left: 55px;
}

.message_holder .errorouter {
	border: 1px solid #d49e34;
	width: 757px;
	margin-bottom: 3px;
}

.message_holder .error {
	width: 687px;
	padding: 20px 25px 25px 25px;
	border: 10px solid #f4de64;
}

.message_holder .successouter {
	border: 1px solid #249224;
	width: 757px;
	margin-bottom: 3px;
}

.message_holder .success {
	width: 687px;
	padding: 20px 25px 25px 25px;
	border: 10px solid #8cda5c;
}

.message_holder .danger {
	background: transparent url(images/ic_danger.gif) no-repeat top left;
	height: 32px;
	line-height: 32px;
	margin-right: 15px;
	padding-left: 55px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

.message_holder .allgood {
	background: transparent url(images/ic_allgood.gif) no-repeat top left;
	height: 29px;
	line-height: 29px;
	margin-right: 15px;
	padding-left: 55px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

.backtoform {
	margin: 20px 0 0 55px;
	color: #333;
	font-weight: bold;
}

.backtoform a,
.backtoform a:link,
.backtoform a:active,
.backtoform a:visited {
	text-decoration: underline;
}

/***************************************************/
/********************** MAP ************************/
/***************************************************/

.listing_hot {
	color: red;
	font-size: 9px;
}

.listing_updated {
	color: green;
	font-size: 9px;
}

.listing_new {
	color: green;
	font-size: 9px;
}

.listing_sidebox_title {
	font-weight: bold;
}

.listing_sidebox_description {
	font-size: 10px;
}

.listing_sidebox_details {
	font-size: 9px;
	padding-top: 5px;
}

.listing_sidebox_location {

}

/* Popular category sidebox number (Ex: Automotive (3) - style applies to "(3)") */

#sidebox_popular_categories .count {
	color: #525163;
	font-size: 10px;
}

/* Status line at the top of the page generally showing the breadcrumbs */

#logo {
	padding: 10px 0 10px 20px;
}

#sidebox-login a {
	font-size: 11px;
}

#sidebox-login input {
	width: 120px;
}

/*#sidebox-login input.submit-button {
	width: 50px;
	margin-left: 85px;
}*/

#sidebox-login div.form-container label {
	width: 80px;
	padding: 0 0 5px 0;
	text-align: left;
}

#sidebox-login div.form-container fieldset.buttonrow {
	margin-left: 0px;
}

#sidebox-login fieldset {
	padding: 0px;
	margin: 0px;
}

/*#searchform div.form-container p.note {
	margin-left: 0;
}

#searchform div.form-container input {
	width: 150px
}

#searchform div.form-container select {
	width: 162px
}

#searchform div.form-container input.submit-button {
	width: 60px
}

#options select {
	width: 100px;
}*/

 CATEGORY STYLES

ul.category_list li.category_list {
	font-size: 12px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	background: transparent url(images/icon_categories.gif) no-repeat scroll 0px 0px;
	padding: 0px 20px 20px 20px;
}

li.category_list {
	clear: both;
}

ul.category_list {
	font-weight: bold;
	text-decoration: none;
	color: 888888;
}

ul.category_list .category {
	font-size: 12px;
}

ul.category_list .category a {
	font-size: 12px;
}

ul.category_list .category_description {
	font-size: 10px;
}

ul.category_list .subcategories {
	font-size: 9px;
	font-weight: normal;
}

ul.category_list .subcategories a {
	font-size: 9px;
	font-weight: normal;
}

ul.category_list img {
	float: left;
	padding: 0px 10px 20px 0px;
}

ul.location_list li.location_list {
	font-size: 12px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	background: transparent url(images/icon_categories.gif) no-repeat scroll 0px 0px;
	padding: 0px 20px 20px 20px;
}

ul.location_list {
	font-weight: bold;
	text-decoration: none;
	color: 888888;
}

ul.location_list .location {
	font-size: 12px;
}

ul.location_list .location a {
	font-size: 12px;
}

ul.location_list .location_description {
	font-size: 10px;
}

ul.location_list .sublocations {
	font-size: 9px;
	font-weight: normal;
}

ul.location_list .sublocations a {
	font-size: 9px;
	font-weight: normal;
}

ul.location_list img {
	float: left;
	padding: 0px 10px 20px 0px;
}

ul.listing_options li.listing_options {
	font-size: 12px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding-left: 30px;
}

li.listing_options {
	line-height: 22px;
	padding-bottom: 5px;
}

/* Images Search */

.image_results ol {
	margin: 0 0 10px 0;
	padding: 0;
}

.image_results li {
	list-style: none;
	padding: 20px;
	margin: 0;
	clear: both;
	border: #DDD 1px solid;
}

.image_results .image {
	float: left;
	vertical-align: middle;
	margin-right: 20px
}

.image_results .image_details {
	vertical-align: middle;
}

.image_results .image_title {
	font-weight: bold;
}

/* Documents Search */

.document_results ol {
	margin: 0 0 10px 0;
	padding: 0;
}

.document_results li {
	list-style: none;
	padding: 20px;
	margin: 0;
	clear: both;
	border: #DDD 1px solid;
}

.document_results .document_details {
	vertical-align: middle;
}

.document_results .document_title {
	font-weight: bold;
}

/* Offers Search */

.offers_results ol {
	margin: 0 0 10px 0;
	padding: 0;
}

.offers_results li {
	list-style: none;
	padding: 20px;
	margin: 0;
	clear: both;
	border: #DDD 1px solid;
}

.offers_results .image {
	float: left;
	vertical-align: middle;
	margin-right: 20px
}

.offers_results .offers_details {
	vertical-align: middle;
}

.offers_results .offers_title {
	font-weight: bold;
}

/********** LISTS ****************/

li.sitemap_li {

}

ul.sitemap_ul {
	margin-left: 10px;
	padding-left: 1.0em;
	padding-top: 0.2em;
	list-style-image: url('./images/point.gif')
}

.listing_default {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: black;
}

.listing_4 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: blue
}

/*/////////////////////////////////////////////////////////////////////////////
12. Advanced Search
////////////////////////////////////////////////////////////////////////////*/

form#search_form input, form#search_form select {
	background-color: #FFFFFF;
	width: 250px;
	color: #999;
	border: 1px solid #ccc;
	padding: 7px 5px 7px 5px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

form#search_form input#keyword {
	background:#FFF; 
	color:#999; 
	border:1px solid #ccc; 
	border-radius:3px; 
	padding:7px 5px;
}

form#search_form select {
	background: white !important;
	width: 262px !important;
	padding: 5px !important;
	font-size: 12px !important;
	border: 1px solid #CCC !important;
	height: 30px !important;
}

.sfholder {
	margin: 20px 0 10px 0;
}

.ftitem {
	width: 160px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

form#search_form input.ftbox,
#mini_search input.ftbox {
	background: none;
	width: auto;
	color: #999;
	border: none;
	padding: 0;
	float: left;
}

form#search_form label.ftlabel {
	background: none;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 2px;
	margin: 0;
	float: left;
	display: inline;
	width: auto;
}

.ftsliderlabel {
	background: transparent url(images/ic_label.gif) no-repeat 0 -1px;
	font-size: 12px;
	line-height: 12px;
	padding-left: 17px;
	margin-left: 15px;
	width: 195px;
	margin-bottom: 5px;
}

.sfitem {
	float: left;
	width: 340px;
	margin-bottom: 20px;
}

.paymentitem {
	float: left;
	width: 310px;
	margin-bottom: 20px;
}

form#search_form label.searchlabel {
	background: transparent url(images/ic_label.gif) no-repeat 0 -1px;
	font-size: 12px;
	line-height: 12px;
	padding-left: 17px;
	margin-left: 15px;
	width: 195px;
	margin-bottom: 5px;
	display: block;
}

form#search_form label.searchlabelsmall {
	background: transparent url(images/ic_label.gif) no-repeat 0 -1px;
	font-size: 12px;
	line-height: 12px;
	padding-left: 17px;
	margin-left: 15px;
	width: 80px;
	margin-bottom: 5px;
	display: block;
}

form#search_form select option {
	padding-left: 5px;
}

form#search_form select {
	width: 263px;
	padding: 6px 3px 6px 3px;
}

form#search_form select#select_small {
	width: 100px;
	padding: 6px 3px 6px 3px;
}

form#search_form input.mini-search-btn {
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: none;
	width: 64px;
	height: 29px;
}

/* ----------------------------- */

.sfholderfront {
	font-size: 11px;
}

.ftitemfront {
	float: left;
	width: 165px;
	margin-bottom: 4px;
}

.frontfeat {
	background: transparent url(images/ic_label.gif) no-repeat 0 -1px;
	font-size: 12px;
	line-height: 12px;
	padding-left: 17px;
	margin-left: 15px;
	width: 195px;
	margin-bottom: 10px;
	display: block;
}

.ftsliderfront{
	float: right;
	width: 100px;
	text-align: right;
	margin-top: 25px;
	padding-right: 7px;
}

#mini_search label.ftlabel {
	background: none;
	font-size: 11px;
	padding-top: 4px;
	padding-left: 2px;
	float: left;
	display: inline;
	width: auto;
}

/*! styles for fckeditor */

.information_holder ul,
.information_holder ol {
	list-style-type: disc;
	margin: 10px 0;
}

.information_holder ul li {
	margin:0 0 0 35px;
	padding: 0 0 0 0;
	line-height: 1;
	color: #999;
}


/* COMBOBOX */

.comboboxContainer { border:1px solid #CCC; } 

.comboboxValueContainer { background: #FFF url(images/ml_long_bg.gif) top left no-repeat; color: #999; } 

.comboboxValueContent { padding-left: 10px; color: #999; } 

.comboboxDropDownContainer { background: #FFF; width:195px; overflow: hidden; padding-left: 5px; border:1px solid #EEE; } 

.comboboxDropDownContainer { width: 222px !important; left: 24px !important; }

.comboboxDropDownContainer { width: 222px !important; left: 24px !important; }

.comboboxDropDownButton { background: transparent url(images/button.gif) top left no-repeat; width: 28px; height: 28px; overflow:hidden; } 

.comboboxGroupItemHeader { font-weight:bold; color:#333; display: block; color: #666; font-family: Arial; padding:7px 0 5px 0; } 

.comboboxGroupItemContainer { padding-left: 10px; } 

.comboboxItem { background: #FFF; color: #999; padding: 2px 0; } 

.comboboxItemHover { cursor: default; } 


/*!/////////////////////////////////////////////////////////////////////////////
4. Search Box
////////////////////////////////////////////////////////////////////////////*/

.searchforrental {
	background: transparent url(images/ic_frontsearch.gif) 0 0 no-repeat;
	float: left;
	width: 325px;
	padding-left: 25px;
	text-align: left;
	font-size: 16px;
	height: 16px;
	line-height: 16px;
}

.realtimebox {
	background: #edebe5;
	width: 546px;
	padding-bottom: 30px;
	position: relative;
}

.realtime_head {
	background: transparent url(images/ico_computer.gif) 0 1px no-repeat;
	padding-left: 25px;
	text-align: left;
	font-size: 16px;
	height: 16px;
	line-height: 16px;
}

.realtimebody {
	padding: 5px 25px 10px 25px;
	width: 496px;
}

.advancedsearch {
	/*background: #666;*/
	float: right;
	width: auto;
	text-align: right;
	font-size: 15px;
	padding: 2px 18px 0 0;
}

.searchbox {
	background: #edebe5;
	width: 546px;
	position: relative;
}

.searchhead {
	width: 516px;
	height: 33px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	padding: 0 15px 0 15px;
}

.searchhead a,
.searchhead a:link,
.searchhead a:active,
.searchhead a:visited {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

.searchhead a:hover {
	color: #666;
}

.searchbody {
	padding: 8px 25px 10px 25px;
	width: 496px;
}

.realtime_searchhead {
	background: transparent url(images/ico_computer.gif) 0 1px no-repeat;
	margin: 30px 0 15px 25px;
	padding-left: 25px;
	text-align: left;
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #333;
}

.search_searchhead {
	background: transparent url(images/ic_frontsearch.gif) 0 1px no-repeat;
	margin: 30px 0 0 25px;
	padding-left: 25px;
	text-align: left;
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #333;
}

.realtimebody_search {
	margin: 0 0 40px 48px;
}



/*/////////////////////////////////////////////////////////////////////////////*/
/* !RESONLINE / SEARCH TWEAKS */
/*////////////////////////////////////////////////////////////////////////////*/


body .realtimebody div.roomTypesGadget div.searchTools {
	height: auto;
	zoom: 1;
	line-height: 1.6em;
	padding: 0 !important;
	background: none !important;
	position: relative;
	border-top-right-radius: none !important;
	border-top-left-radius: none !important;
	-moz-border-radius-topright: none !important;
	-moz-border-radius-topleft: none !important;
	-webkit-border-top-right-radius: none !important;
	-webkit-border-top-left-radius: none !important;
	border: none !important;
}

body .realtimebody div.roomTypesGadget {
	border: none;
}

.realtimebody .checkIn {
	width: 230px !important;
	margin: 0 20px 0 0 !important;
	float: left !important;
}

.realtimebody .nightStay {
	width: 60px !important;
	margin: 0 10px 0 10px !important;
	float: left !important;
}

.realtimebody .adults {
	width: 60px !important;
	margin: 0 10px 0 0 !important;
	float: left !important;
}

.realtimebody .children {
	width: 60px !important;
	margin: 0 !important;
	float: left !important;
}

.realtimebody .inSiteCheck {
	clear: both;
}	

.realtimebody .inSiteCheck button {
	background: transparent url(images/checkbutton.gif) top left no-repeat !important;
	width: 230px !important;
	height: 29px !important;
	border: none !important;
	text-indent: -9999px !important;
	cursor: pointer !important;
}

.realtimebody .checkIn label,
.realtimebody .nightStay label,
.realtimebody .adults label,
.realtimebody .children label {
	background: transparent url(images/ic_label_white.gif) no-repeat 0 -1px;
	font-size: 12px;
	line-height: 12px;
	padding-left: 17px;
	margin-left: 15px;
	margin-bottom: 10px !important;
	display: block;
	font-weight: normal !important;
	color: #666 !important;
}	

body .realtimebody div.roomTypesGadget div.searchTools div.checkIn a {
	background-color: white;
	display: block;
	cursor: pointer;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 228px !important;
	height: 28px;
	line-height: 28px;
}

body .realtimebody div.roomTypesGadget div.searchTools div {
	margin: 0;
}

tr.noAvailability {
	display: none !important;
}

body .realtimebody div.roomTypesGadget div.searchTools div.checkIn a span.text {
	background: transparent;
	display: block !important;
	width: 190px !important;
}

body .realtimebody div.roomTypesGadget .nightStay select,
body .realtimebody div.roomTypesGadget .adults select,
body .realtimebody div.roomTypesGadget .children select {
	background: white !important;
	width: 50px !important;
	padding: 5px !important;
	font-size: 12px !important;
	border: 1px solid #CCC !important;
	height: 30px !important;
}

.mini_search_left select {
	background: white !important;
	width: 228px !important;
	padding: 5px !important;
	font-size: 12px !important;
	border: 1px solid #CCC !important;
	height: 30px !important;
}

.mini_search_right select {
	background: white !important;
	width: 228px !important;
	padding: 5px !important;
	font-size: 12px !important;
	border: 1px solid #CCC !important;
	height: 30px !important;
}

.advancedsearch a,
.mini_search_left label,
.mini_search_right label,
.ftsliderfront a {
	font-size: 11px !important;
}

body .realtimebody div.roomTypesGadget .checkIn label {
	margin-left: 15px !important;
}

.ftsliderfront{
	float: right;
	width: 125px;
	text-align: right;
	margin-top: 25px;
	padding-right: 7px;
}

.ftsliderfront a {
	background: transparent url(images/ic_label_white.gif) top left no-repeat;
	padding-left: 15px;
	text-transform: uppercase;
}

.mini_search_left input#keyword {
	background:#FFF; 
	color:#999; 
	border:1px solid #ccc; 
	border-radius:3px; 
	width:216px; 
	height:14px; 
	padding:7px 5px;
}




.category_widget {
	border-bottom: 1px dotted #666;
	padding: 0 20px 30px 40px;
	line-height: 1.6;
	margin-bottom: 30px;
	font-size: 12px;
	color: #666;
}

body .category_widget div.roomTypesGadget div.searchTools {
	height: auto;
	zoom: 1;
	line-height: 1.6em;
	padding: .2em 1em;
	background: #BDBDBD !important;
	position: relative;
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
	-moz-border-radius-topright: 0 !important;
	-moz-border-radius-topleft: 0 !important;
	-webkit-border-top-right-radius: 0 !important;
	-webkit-border-top-left-radius: 0 !important;
	border: none !important;
	border-radius: 0 !important;
}

body .category_widget div.roomTypesGadget div.searchTools label {
	margin: 0 0 .1em 0;
	font-size: 88%;
	font-weight: bold;
	display: block;
	color: #FFF !important;
}

h3.widgethead {
	padding-left: 25px;
	height: 16px;
	line-height: 16px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin: -10px 0 25px 0;
}

h3.browseallhead {
	padding-left: 25px;
	height: 16px;
	line-height: 16px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 35px 40px;
}

.submit {background:#b3b3b3 !important; color:#ffffff !important; font-weight:bold !important; }
.submit:hover {background:#ffffff !important; color:#b3b3b3 !important; font-weight:bold !important; }

#check_availability input[type="submit"] {
	background: #b3b3b3;
	font-weight: bold;
	color: #ffffff;
	text-transform: lowercase;
	padding: 7px 20px;
	font-size: 14px;
	border: 1px solid #cccccc;
	cursor: pointer;
}
.ui-dialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 28px !important;
	margin: auto;
}
#check_availability input[type="text"] {
        background: white url('images/bbhr_cal.jpg') 100% 50% no-repeat !important;
        padding: 5px !important;
        font-size: 12px !important;
        border: 1px solid #CCC !important;
        height: 30px !important;
        line-height: 1;
        box-sizing: border-box;
	width: 190px !important;
}
.ui-dialog {
	position: fixed !important;
}
