#wrapper{
	margin-left: auto ;
  	margin-right: auto ;
	margin-top: 15px;
	width:1000px; 
	
	position: relative;
	padding-left:10px;
	/*background: transparent url(../images/shadow-left.png) repeat-y;*/
}
#frame {
	width:970px; 
	min-height:800px;
	position: relative;
}
#editor{
	position:absolute;
	top:20px;
	left:20px;
	min-height:600px;
	width:850px;
	padding:8px;
	background-color:#DCDCDC;
	border:1px solid gray;
	z-index:9999;
	display:none;
}
#editor .closebutton{
	position:absolute;
	right:-15px;
	top:-15px;
}
#editor .closebutton img{
	border: 0;
}
#editor .logofloatleft{
	float:left;
}
#editor .logofloatright{
	float:right;
}
#top{
	height:5px;
	position: relative;

}
#top-left{
	float:left;
	height:100%;
}

#top-middle{
	height:100%;
	padding: 1px;
}

#content-wrapper{
	position: relative;
	/*these next two trigger the div to extend to the height 
	 * of the floated elements inside see http://www.quirksmode.org/css/clearing.html
	 */
	overflow: auto;
	width: 100%
}
#content-wrapper-white{
	position: relative;
	/*these next two trigger the div to extend to the height 
	 * of the floated elements inside see http://www.quirksmode.org/css/clearing.html
	 */
	overflow: hidden;
	width: 100%;
	background-color: white;
}

#content-wrapper-white .content{
	padding:15px;
	margin-bottom:130px;
}
#advertise-content p{
	margin-bottom: 8px;
}

.rightalign{
	text-align:right;
}
.highlight{
	font-weight: bolder;
	color: white;
}
.content-column{
	position: relative !important;
	float:left;
}
.content-column a,.content-column a:link, .content-column a:visited, .content-column a:active {
	color: #ec7e3b;
}
.content-column a:hover{
	color: #7d5087
}
.box-header{
	position:relative;
	height:30px;
	width:100%;
	background-color: #4f4c40;
	background-repeat: no-repeat;
	color:  #e1e1e1;
	line-height:25px;
	text-align: center;
	font-size:120%;
}

.box-content{
	padding:8px;
}
#header_image1{
	position:relative;
	/*top:0px;
	left:0px;*/
	height:200px;
	/*clip:rect(0px, 850px, 195px, 0px);*/
}
#flash_content {
	position:relative;
	float:left;
	
	
}
#header_box{
	/*position:relative;*/
	float:left;
	padding-left: 25px;
	padding-bottom: 0;
	padding-top: 5px;
	height: 195px;
	width: 195px;
	background: transparent url(/images/graduated-box-bg.jpg) repeat-x;
}
a {
	text-decoration: none;
	font-weight:bold;
}
a:link, a:visited, a:active{
	color: white;
	outline: none;
}
a:hover, .ui-widget-content a:hover{
	color: #7d5087;
}
.orange{
	color: #ec7e3b;
}
#header_box h1{
	text-align:center;
	font-weight: bold;
	width:70%;
	padding: 2px;
}
#header_box .link1{
	position:relative;
	display: block;
	padding:0px;
	float:left;
	margin: 3px;
}
#header_box .field{
	margin: 0 2px 2px 2px;
	width: 150px;
	float:left;;
	line-height:20px;
	border: 1px solid gray;
}
#header_box .buttonwrapper{
	float:left;
}
#header_box form select{
	width: 155px;
}
#header_box .button_link{
	position: relative;
	left:110px;
}
#header_box .fieldlabel{
	float:left;
	margin: 2px 2px 0 2px;
	height:14px;
	line-height:14px;
	width: 155px;	
}
/*Search Form element styling*/

#header_box .checkbox-row{
	float:left;
	position:relative; 
	margin: 0.25em 0 0.25em 0;  
	padding: 0px; 
	width:170px;/*Width and height needed for IE6*/
	height:40px;
	border:0;
} 

#header_box .checkbox-row ul { 
	position:relative; 
	list-style: none; 
	margin: 0;
} 
#header_box .checkbox-row li {  
	position:relative;
	padding-bottom: 0; 
	display: block;
	float: left;
	text-align: center;
	width:39px;
	height:40px;
	
} 
#header_box .checkbox-row li input{
	position:absolute;
	bottom:0;
	left:15px;
}

#header_box .checkbox-row label{
	display: block; 
	font-size: 75.5%;
}
#header_box .checkbox-row legend{
	height:0;
}
/*End Search form Element Styling*/
.corner-top-left{
	position:absolute;
	top:0;
	left:0;
	z-index:99;
}
.corner-top-right{
	position:absolute;
	top:0;
	right:0;
	z-index:99;
}
.corner-bottom-left{
	position:absolute;
	bottom:0;
	left:0;
	z-index:99;
}
.corner-bottom-right{
	position:absolute;
	bottom:0;
	right:0;
	z-index:99;
}
#header_image_caption{
	position:absolute;
	bottom:8px;
	right:20px;
	width:550px;
	height:44px;
	background:url(/lib/lasso/scenery_img.lasso?type=caption);
	background-repeat:no-repeat;
	background-position:top right;
	z-index:99;
}
#CHClogo{
	position:absolute;
	top:20px;
	left:10px;
	z-index:99;
}
#CNPlogo{
	position:absolute;
	top:15px;
	left:590px;
	z-index:99;
}
/*img, .png { behavior: url(/css/iepngfix.htc) }*/


.box{
	color:white;
}
/*Button classes*/
a.button_link{
	background-image: url('/images/button_sprite1_l.png') !important;
	background-image: url('/images/button_sprite1_l.gif');
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 14px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 22px; /* Height of button background height */
	padding-left: 12px; /* Width of left menu image */
	text-decoration: none;
}

a.button_link span{
	background-image: url('/images/button_sprite1_r.png') !important;
	background-image: url('/images/button_sprite1_r.gif');
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	padding: 4px 12px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a:link.button_link, a:visited.button_link, a:active.button_link{
	color: black; /*button text color*/
}
a.button_link:hover{ /* Hover state CSS */
	background-position: bottom left;
}

a.button_link:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: white;
}
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	clear:both; /*this may cause problems in some scenarios but is needed in others*/
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}
/*end Button classes*/

/*Start Map*/
#map1-legend{
	position: absolute;
	top:20px;
	left:60px;
	width:150px;
	height:100%;
	z-index:98;
}
#map1-trans{
	position: absolute;
	top:0;
	right:0;
	z-index:99;
}
#map1{
	position: absolute;
	top:0;
	right:0;
	z-index:50;
}
.map1-areas{
	position: absolute;
	top:0;
	right:0;
	display:none;
	z-index:51;
}

/*end Map*/
.footer-logo{
	float:right;
	margin-bottom: 8px;
	margin-right:80px;
	bottom:0px;
	border:0;
}
#footer{
	position:relative;
	text-align:center;
	width:100%;
	height:45px;
	background-color: #8d897b;
	
}
#footer ul{
	width:700px;
	padding-top:5px;
}
#footer ul li{
	list-style-type:none;
	float:left;
	margin:6px;
	height:20px;
}
#footer ul li a{
	font-weight:normal;
	font-size:0.7em;
}
/*#twitter {
	position: relative;
	float:left;
	padding:6px;
	height:250px;
}*/
/*Latest Offers*/
#loff-wrapper {
	position: relative;
	width: 195px;
	height: 254px;
	margin-top:12px;
	
}
.loff {
	position: relative;
	background-color: #c2bda9;
	padding: 6px;
	width: 180px;
	height: 240px;
	
	/*border: 1px solid black;*/
	
}
.loff h3 {
	padding:3px;
	text-align:center;
	background-color: #8d897b;
	color: white;
	line-height:18px;
}
.loff-content {
	padding: 3px;
	font-size: 0.8em;

}
.loff-content strong {
	text-align:center;
	display: block;
	margin:3px;
	font-size: 1.2em;
}
.loff-content .offer_text {
	margin-top: 3px;
	font-size: 1.2em;
}
.loff-footer a{
	display: block;
	float:left;
	margin-left: auto ;
	margin-right: auto ;
	background: #000000 url(/images/loff_sprite.png) repeat-x scroll 0 0;
	height:22px;
	width: 84px;
	line-height:22px;
	text-align: center;
	border: 1px solid #c2bda9;
}
.loff-footer a:hover{
	background-position: left bottom;
}
.loff-footer {
	position: absolute;
	width: 172px;
	bottom:6px;
	height: 24px;
	background-color: #8d897b;
	padding:3px;
}
/*End Latest Offers*/
a.more-link { 
	display: block;
	font-weight:normal;
	font-size:95%;
	float:right;
	background: transparent url(/images/arrow_orange.png) no-repeat scroll 0 3px;
	height:18px;
	line-height:18px;
	color: black !important;
	padding:0 0 0 16px
}
 a.more-link:hover{
	background-image:url(/images/arrow_blue.png);
	color: #ec7e3b !important;
}

#newsletter{
	background: transparent url(/images/blog_newsletter.gif) no-repeat scroll 0 0px;
	height:110px;
	width:196px;
	margin-top: 10px;
	position: relative;
	float:left;
}
#newsletter h4{
	position:absolute;
	width:200px;
	color:black;
	left:15px;
	top:7px;
}
#newsletter p{
	position:absolute;
	display:block;
	width:85px;
	height:90px;
	color:black;
	right:3px;;
	top:22px;
	font-size:0.75em;
}
.rhscontent{
	margin: 10px 0px 0px 0px;
	color:white;
	background-color: transparent;
	position: relative;
	float:left;
}
#newsletter form{
	position:absolute;
	left:5px;
	bottom:5px;
}
#newsletter .field{
	margin: 0 6px 2px 0;
	width: 100px;
	float:left;
	padding: 3px;
	line-height:12px;
	border: 1px solid gray;
}
#fungi-blog a{
	display: block;
	height:63px;
	width:196px;
	text-indent:-999px;
	background: transparent url(/images/blog_fungi.gif) no-repeat top left;
}
#facebook-blog a{
	display: block;
	height:63px;
	width:196px;
	text-indent:-999px;
	background: transparent url(/images/blog_facebook.gif) no-repeat top left;
}
#blog a{
	display: block;
	height:63px;
	width:196px;
	text-indent:-999px;
	background: transparent url(/images/blog_cairngorms.gif) no-repeat top left;
}
#blog a:hover{
	background: transparent url(/images/blog_cairngorms_over.gif) no-repeat top left;
}

#fungi-blog a:hover{
	background: transparent url(/images/blog_fungi_over.gif) no-repeat top left;
}
#facebook-blog a:hover{
	background: transparent url(/images/blog_facebook_over.gif) no-repeat top left;
}
#dialog label, #dialog input{ display:block; }
#dialog	input.text { margin-bottom:12px; width:95%; padding: 0.4em; }
#dialog	fieldset { padding:0; border:0; margin-top:25px; }
/*Search results CSS */
.property{
	overflow:hidden;
	border: 1px solid gray;
	margin-bottom:8px;
	position: relative;
}
.property:hover{
	background-color: #cdcdcd;
	
}
.property a{
	color:black;
}
.property a:hover{
	color:white;
}
.property .details_link{
	position:absolute; 
	bottom:5px; 
	right:5px; 
}
.property .details_link .button_link{
	margin-left:12px;
}
.property .phone_number{
	position:absolute; 
	bottom:35px; 
	padding-left:15px;
	left:580px;
	line-height:20px;
	background: transparent url(/images/logos/tiny_phone.gif) no-repeat; 
}
.property .property_img{
	float:left;
	
	border: 1px solid gray; 
	background-position: left center; background-repeat: no-repeat; /* property image is set in style tag in Jaxer*/
	margin-right:15px;
}
.property .rating_logos{
	position:absolute; 
	bottom:5px;
	left: 220px;
}
/*end Search results CSS */
/*property_details CSS */
.property_details{
 	padding:12px;

 }
.property_details #property_image_surround{
	float:left;
	width:310px;
	margin-right:20px;
	position:relative;
}
.property_details #property_book_now{
	position:absolute;
	border:0;
	top:0;
	right:0;
	width:80px;
	height:80px;
	/*background: transparent url(/images/book_now_anim.gif) no-repeat -2px 0px;*/
}
.property_details #property_content_surround{
	float:left;
	width:380px;
}
.property_details #property_image{
	position:relative;
	overflow:hidden;
	border: 1px solid gray;
	width:300px;
	height: 200px;
	margin-bottom: 12px;
	margin-right: 12px;
}
.property_details h1{
	float:left;
	margin-bottom: 10px;
	width:500px;
}
.property_details .backlink{
	float:left;
	line-height:20px;
	margin-right:20px;
}

.property_details .property_thumbs{
 	float:left;
 	margin-bottom:12px;
 	width:320px;
	overflow:hidden;
}
.property_details .property_thumb{
	border: 1px solid gray;
	width:74px;
	height:50px;
}
.property_details .property_thumbs:hover{
	cursor:pointer;
}
.property_details .title, legend.title{
	
	padding:0px;
	padding-left:10px;
	margin-bottom:6px;
	font-weight:bold;
	color: white;
	/*background-color: #c2bda9;*/
	background: transparent url(/images/title.png) no-repeat top left;
	
}
.property_details .title{
	float:left;
	width:97%;
}
.property_details .title span, legend.title span{
	display: block;
	line-height:25px;
	padding: 0px 10px 0px 0px;
	background: transparent url(/images/title.png) no-repeat bottom right;
}
.property_details .rating_logos{
	float: left;
	width:310px;
	height:80px;
	margin-bottom:12px;
	margin-top:12px;
}
.property_details .rating_logos img{
	margin-right:10px;
}
.property_details .feature_logos{
	float: left;
	padding:3px;
	width:310px;
	margin-bottom:8px;
}
.property_details .feature_logos img{
	margin-right:0px;
}
.property_details .phone_number{
	position:relative; 
	float:left;
	padding-left:15px;
	line-height:20px;
	width: 100px;
	background: transparent url(/images/logos/tiny_phone.gif) no-repeat; 
}
.property_details .buttons{
	float:left;
	width:280px;
}
.property_details .buttons .button_link{
	margin-right:10px;
}
.property_details .property_desc{
	width:100%;
	margin-bottom:10px;
	padding-left:5px;
}
.property_details .contact{
	float:left;
	width:100%;
	font-size:1.1em;
	font-weight: bold;
	color: #acacac;
}
.property_details .contact span.folder{
	padding-left:20px;
	background: white url(/images/cross_tiny.png) no-repeat 5px 2px;
}
.property_details .contact:hover{
	cursor: pointer;
	
}
.property_details .contact .further_contact_details{
	display:none;
	position:relative;
	font-size:1.0em;
	font-weight: normal;
	color: black;
	overflow:auto;
	padding:6px;
	margin-left:10px;
	border: 1px solid gray;
}
.property_details .tripadvisor{
	float:left;
	font-size:0.8em;
}
.property_details .tripadvisor_wrapper{
	border: 1px solid gray;
	padding: 3px;
	text-align: center;
}
/*End property_details CSS */
.pageNav{
	margin: 0 auto;
	width:380px;
	overflow:hidden;
}
.pageNav .items-page{
	float:left;
	margin-right:30px;
}
.pageNav .pages_links{
	display:-moz-inline-stack;
	display:inline-block;
	/*position:inherit*/;
	text-align:center;
	line-height:15px;
	color:black;
	/*float:left*/;
	width:15px;
	height:15px;
	margin:3px;
	border: 1px solid gray;
}
.pageNav a:hover{
	background-color: #cdcdcd;
}
#search1 input[name="search_string"]{
	color: #bebebe;
}
.new_prop{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
/*Adv Search */

fieldset#adv_search, fieldset#contact_list_fields{  
	margin: 1.5em 0.5em 0.5em 0.5em;  
	padding: 0px;
	position: relative; 
	background: transparent url(/images/graduated-box-bg.jpg) repeat-x scroll 0 0;
	border:1px solid #C2B9A9;
	
} 

fieldset#adv_search legend, fieldset#contact_list_fields legend {  
	margin-left: 1em; 
	
} 
fieldset#adv_search ul, fieldset#contact_list_fields ul {  
	padding: 0.5em 0.5em 0 0.5em;  
	list-style: none; 
}
fieldset#adv_search li {  
	padding-bottom: 0.3em; 
} 
fieldset#adv_search li input{
	width:12.5em;
}
fieldset#adv_search li input.text-small{
	width:5em;
}
fieldset#adv_search.submit {  
	border-style: none; 
}
fieldset#adv_search label {  
	float: left;  
	width: 11em;  
	margin-right: 1em;  
	text-align: right;
	color: white;
}
fieldset#adv_search li select{
	width: 13em;
}
fieldset#adv_search li select option{
	padding-left:12px;
}

#adv_search .fields_column{
	float:left;
	position: relative;
}
#adv_search #fields_column2{
	margin-left:15px;
}
fieldset#adv_search li.fixed-height{
	height:150px;
}
fieldset#adv_search .button_link{
	position: relative;
	margin:20px;
	margin-left:50%;
	margin-right:50%;
	
}
fieldset#adv_search .buttonwrapper{
	height:70px;
}
fieldset#adv_search fieldset{
	border: 1px solid #C2B9A9;
	padding-bottom:10px;
}
#map-search h1{
	text-align: center;
	margin:6px;
}
#map_canvas1{
	border: 1px solid gray;
	margin-bottom: 20px;
	margin-top: 20px;
}


/* Enquire form styles */
#enquire-content{
	padding: 20px;
}
#enquire-content #info ul{/*list of multi-enquire accomodation*/
	padding: 1em 1em 0 1.5em;  
	list-style: none; 
}
#contact-form{
	position: relative; 
}
#contact-form fieldset {  
	margin: 0.5em 0 0.5em 0.5em;  
	padding: 3px;
	position: relative; 
} 
#contact-form fieldset legend {  
	margin-left: 1em;  
	color: #000000;  
	font-weight: bold;
} 
#contact-form fieldset ul {  
	padding: 0.5em 0.5em 0 0.5em;  
	list-style: none; 
} 
#contact-form fieldset li {  
	padding-bottom: 0.5em; 
} 
#contact-form fieldset li input{
	width:20em;
	padding:0.2em;
}
#contact-form fieldset li textarea{
	border: 1px solid gray;
	width:18em;
	height: 10em;
}
/*datepicker icon*/
#contact-form fieldset li img{
	vertical-align:middle;
}
#contact-form fieldset li img:hover{
	cursor:pointer;
}
#contact-form fieldset li input.text-small{
	width:5em;
	margin-right: 10px;
}
#contact-form fieldset li input.text-med{
	width:9.3em;
	margin-right: 10px;
}
#contact-form fieldset.submit {  
	border-style: none; 
}
#contact-form fieldset label {  
	float: left;  
	width: 11em;  
	margin-right: 1em; 
	padding:0.2em;
	padding-bottom: 0.5em; 
	text-align: right; 
}
#contact-form fieldset li.right{
	text-align: right; 
}
input.compulsory{
	background: transparent url(/images/star.png) no-repeat center right;
}
#contact-form input{
	border: 1px solid gray;
}
#enquire-content h1{
	float:left;
	margin-bottom: 10px;
	width:600px;
}
#enquire-content .backlink{
	float:left;
	line-height:20px;
	margin-right:20px;
}
#enquire-content .float{
	float:left;
	width:700px;
}
.tripadvisor{
	margin-top:10px;
}
#large_map{
	position:relative;
	width:682px;
	height:515px;
	margin-left:30px;
}
#resetLink{
	background-color: #fff;
    border: 2px ridge #000;
    color: #000;
    cursor: pointer;
    font-size: 1em;
    font-weight: normal;
    left: 300px;
    padding: 1px 1px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 31px;
    width: 100px;
    z-index: 1000;
}
#mapLegend{
	background-color: #fff;
    border: 2px ridge #000;
    color: #000;
    left: 610px;
    padding: 0;
    position: absolute;
    top: 60px;
    width:90px;
	height: 80px;
    z-index: 1000;
	
}
#mapLegend ul li{
	list-style-type:none;
	
}
#mapLegend ul li a{
	display: block;
	font-weight:normal;
	font-size:1em;
	color: black;
	
	height: 22px;
	line-height: 22px;
	padding: 2px;
	padding-left: 30px;

}
#mapLegend ul li a:hover{
	background-color:#bebebe;
}
#mapLegend ul li a.towns:hover, #mapLegend ul li a.properties:hover{
	background-color:#bebebe;
}
#mapLegend ul li a.towns{
	background: transparent url(/images/chc_icon_town.png) no-repeat 2px 2px;
}
#mapLegend ul li a.properties{
	background: transparent url(/images/chc_icon_property.png) no-repeat 2px 2px;
}
/*tripadvisor stuff*/
#CDSWIDSSP{
	background-color: #C2B9A9 !important;
	width:310px !important;
}
#CDSWIDSSP .widSSPPower{
	background-color: #C2B9A9 !important;
}
#CDSWIDSSP .widSSPData .widSSPH18{
	color:#4f4c40 !important;
}
/*End tripadvisor stuff*/

 .small-text{
 	font-size: 0.8em;
 }
 #footer ul li#translate_links{
 	width:250px;
 }
 #translate_links img{
 	float: left;
	margin-right:6px;
 }
#translate_links img:hover{
 cursor:pointer
}
.latest-cottages{
	background-color: #C2BDA9;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
}
.tiny-text{
	font-size:0.85em;
}
.village-links{
	margin-top:10px;
}
.village-links li{
	list-style-type: none;
	display:block;
	width:inherit;
}
.village-links li a{
	display:block;
	padding:3px;
	padding-left:32px;
	height:24px;
	line-height:24px;
	border: 1px solid #8d897b;
}
.village-links li.village-attractions a{
	background: transparent url(/images/icon-attractions.png) no-repeat 5px 5px;
	border-bottom: 0;
}
.village-links li.village-activities a{
	background: transparent url(/images/icon-activities.png) no-repeat 5px 5px;
}

.village-links li.village-eating a{
	background: transparent url(/images/icon-eating.png) no-repeat 5px 5px;
	border-top: 0;
}
.village-links li a:hover{
	background-color:#8d897b;
}
.map-icon{
	padding-left: 22px;
	background: transparent url(/images/compassicon_tiny.png) no-repeat center left;
}
div.map-link{
	position:absolute;
	bottom: 30px;
	left:0;
	width:80px;
	height:70px;
	background: transparent url(/images/compass1.png) no-repeat;
}
div.map-link:hover{
	background: transparent url(/images/compass1_over.png) no-repeat;
}
div.map-link a{
	display:block;
	width:80px;
	height:70px;
}
.email-icon{
	padding-left: 22px;
	background: transparent url(/images/icon-email.png) no-repeat center left;
	font-weight: normal;
}
.details-icon{
	padding-left: 22px;
	background: transparent url(/images/icon-details.png) no-repeat center left;
	font-weight: normal;
}
#contact_list{
	position: absolute;
	z-index: 900;
	
}
#contact_list p{
	color:white;
}
#contact_list fieldset{
	min-height:250px;
	width:400px;
	padding:8px;
	background-color:#68655a;
}
#contact_list ul{
	margin-bottom:12px;
	margin-top:8px;
}
#contact_list ul li{
	list-style: none;
	color: white;
}
#contact_list ul li input{
	margin-right:10px;
}
#contact_list .closebutton{
	position:absolute;
	right:-10px;
	top:15px;
	z-index: 901;
	cursor: pointer;
}
#enquire_edit_button{
	position:absolute;
	top:50px;
	right:100px;
	margin-top:40px;
	margin-right:70px;
}
#add-to_favourites{
	background-image: url(/images/button_fav.gif);
}
#add-to_favourites:hover{
	background-image: url(/images/button_fav_over.gif);
}
#tooltip {/*see hoverbox.js */
    padding: 5px 10px;
    background: #cad7e0;
    border: 1px solid #b2bdc3;
    opacity: 0.90;
}
#property_grid{
	list-style-type: none;
	padding-left:8px;
}
#property_grid .property_grid_item{
	position:relative;
	display:block;
	float:left;
	width: 176px;
	height:120px;
	margin-right:3px;
	margin-bottom:6px;
	border: 1px solid gray;
}
#property_grid .property_grid_item img{
	margin:auto;
}
#property_grid .property_grid_item a{
	display:block;
	width:100%;
	height:100%;
}
#property_grid .property_grid_item div{
	position:absolute;
	height:18px;
	font-weight: bold;
	text-align: center;
	width:100%;
	bottom:4px;
}
#property_grid .property_grid_item div h3{
	background-color:white;
	padding:3px;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
	font-size:1.1em;
}

