/* --------------------------------------------------------------

  CCH
  5/1/09/
  www.slightlydifferent.co.uk


-------------------------------------------------------------- */
@import url('/css/blueprint.css');
@import url('/css/av-calendar.css');

/*main cch styles*/

body{
	background: #728654 url(/images/design/backgrounds/background.jpg) top center no-repeat;
	}

#print-logo{
	display: none;
}

div.clearme{
	clear:both;
	height:1px;
	}

a{
	text-decoration:none;
	color:#83a163;
	}

a:hover{
	text-decoration:underline;
	color:#a5be8b;
	}

img.alignleft{
	float:left;
	padding:0 10px 10px 0;
	}

img.alignright{
	float:right;
	padding:0 0 10px 10px;
	}

/*layout*/

#container{
	width:960px;
	margin: 0 auto;
	text-align:left;
	}

#utility{
	height:34px;
	text-align:right;
	}

#utility p{
	background:url(/images/design/backgrounds/user.png) left no-repeat;
	background-position:0px 6px;
	margin:0;
	font-weight:bold;
	color:#fff;
	padding-left:20px;
	padding-top:5px;
	display:block;
	float:left;
	}

#utility li a{
	color:#fff;
	font-weight:bold;
	}

#main-content{
	background:#fff;
	padding:0 15px 0 15px;
	}

div.divider{
	border-bottom:1px solid #C8C8C6;
	padding-bottom:20px;
	margin-bottom:20px;
	}


/*masthead	*/
input.curved{
	background:url(/images/design/backgrounds/curved-input.png) no-repeat left top;
	height:25px;
	width:168px;
	color:#b0b8c1;
	line-height:16px;
	font-size:10px;
	padding-left:5px;
	border:0;
	border:none;
	margin-left:20px;
	margin-top:15px;
	}

h1.logo{
	background:transparent url(/images/design/generic/logo.png) no-repeat;
	float:left;
	text-indent:-9999em;
	width:204px;
	height:101px;
}

.logo{
	background:transparent url(/images/design/generic/logo.png) no-repeat;
	float:left;
	text-indent:-9999em;
	width:204px;
	height:101px;
}

.standfirst{
	color:#ffffff;
	font-size:18px;
	margin-bottom:5px;
}

.logo a{
	display:block;
	height:101px;
	}

.mastbuttons{
	float:left;
	}

.myshortlist{
	background:url(/images/design/backgrounds/my-shortlist.png) top left transparent no-repeat;
	width:233px;
	height:101px;
	float:left;
	}

.myshortlist p{
	margin:0 !important;
	padding-left:134px;
	padding-top:35px;
	color:#c8d9b6;
	}

.myshortlist p a{
	color:#fff;
	}

.searchcontainer{
	float:left;
	width:245px;
	height:100px;
	margin-top:16px;
	background:url(/images/design/backgrounds/find-property.png) top left no-repeat;
	}

.search-blob{

	/*width:230px;
	padding-top:58px;
	padding-left:15px;
	height:44px;*/
	}

.find-button{
	width:47px;
	height:25px;
	margin-left:-5px;
	}

#mover{
	color:#8e97a0;
	padding:5px;
	}
#mover_town {
	color:#8e97a0;
	padding:60px 0 0 55px;;
	}

#mover select{
	font-size:11px;
	color:#8e97a0;
	width:200px;
	margin-top:18px;
	margin-left:17px;
	}
.mast-selector {
	width: 200px;
	color:#8e97a0;
	margin-left:-33px;
}
.area-table{
	float:left;
	margin-left:-18px;
}

.mast-towns {
 color:#8E97A0!important;
}

#mover span {
	color: #ffffff;
}

#togglearea{
	margin-left:16px;
	}

#catchline{
	height:24px;
	background:url(/images/design/generic/catch-arrow.png) left no-repeat;
	overflow:hidden;
	width:960px;
	}

#catchline p{
	color:#c8d9b6;
	padding-left:10px;
	}


/*columns*/

.one-column{
	width:174px;
	margin-right:15px;
	float:left;
	}

.two-column{
	width:363px;
	margin-right:15px;
	float:left;
	}

.three-column{
	width:552px;
	margin-right:15px;
	float:left;
	}

.four-column{
	width:741px;
	margin-right:15px;
	float:left;
	}

.endbit{
	margin-right:0 !important;
	}

.dotbit{
	margin-right:7px !important;
	padding-right: 7px;
	background:url(/images/design/backgrounds/dotted-side.gif) right repeat-y;
	}


/*index search area*/
div.search-area{
	height:253px;
	background:url(/images/design/backgrounds/index-search-area.jpg) top left no-repeat;
	padding:0 12px 0 12px;
	}

div.area_description{
	font-size: 10px;
	}

.search-block{
	height:42px;
	padding-top:34px;
	}

.search-block label{
	display:block;
	color:#185a01;
	width:85px;
	float:left;
	font-size:11px;
	font-weight:normal;
	}


.search-block input{
	border:1px solid #7395b8;
	background:#fff;
	font-size:11px;
	color:#8e97a0;
	padding:4px;
	width:136px;
	float:left;
	}

.search-block select{
	border:1px solid #7395b8;
	background:#fff;
	font-size:11px;
	color:#8e97a0;
	padding:4px !important;
	float:left;
	width:136px;
	}

input.searchbtn{
	width:66px;
	height:25px;
	float:none;
	border:none;
	background:transparent;
	}

.advanced{
	position:absolute;
	margin-left:90px;
	margin-top:4px;
	}

.advanced p a{
	margin:0;
	padding:0;
	font-size:10px;
	}


/*index page scrollers -  outmost wrapper element, containing all elements  */
div.scrollable, div.scrollable2 {

	position:relative;
	overflow:hidden;

	float:left;
	background-color:#fff;
	border-bottom:1px solid #C8C8C6;
	padding:5px;
	width:870px;
	height:183px;
	margin-top:5px;
	padding-bottom:15px;
	margin-bottom:20px;
}

/* container for the scrollable items */
div.items {
	margin-left:8px;
	width:20000em;
    	position:absolute;
}

/* single item */
/*
div.items a {
	display:block;
	float:left;
	margin-right:15px;
	width:150px;
	height:180px;
	background:#ccc 0 0 no-repeat;
	font-size:50px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}
*/

div.items a {
	color:#ccc;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

div.items a:hover {
	color:#999;
}

div.items a.active {
	background-position:-174px 0;
	color:#555;
	cursor:default;
}

/* next / prev buttons */
a.prev, a.next, a.prev2, a.next2 {
	background:url(/images/design/buttons/ctrl-left.png) no-repeat 0 0;
	display:block;
	width:20px;
	height:20px;
	float:left;
	margin:80px 0 0 0;
	cursor:pointer;
}

a.next, a.next2 {
	background-image:url(/images/design/buttons/ctrl-right.png);
	margin-left:10px;
}

a.prev:hover {
	background-position:0 -20px;
}

a.next:hover {
	background-position:0 -20px;
}

a.prev2:hover {
	background-position:0 -20px;
}

a.next2:hover {
	background-position:0 -20px;
}

div.item_name a {
	color: #4C4C4C;
}

/*index flash map*/


#dynamap{
    width:476px;
	margin-right:7px;
	padding-right:7px;
	background:url(/images/design/backgrounds/dotted-side.gif) right repeat-y;
	float:left;
	}


div.mapareas{
	padding:0 0 11px 0;
	margin-bottom:12px;
	background:url(/images/design/backgrounds/dotted-bottom.gif) bottom repeat-x;
	}

div.mapareas h3{
	margin-bottom:5px;

	}

div.mapareas h3 a{
	font-size:12px;
	font-weight:bold;
	margin:0;
	background:url(/images/design/backgrounds/index-arrow.gif) left no-repeat;
	background-position:0px 5px;
	padding-left:12px;
	}

div.mapareas p{
	margin:0;
	font-size:11px;
	color:#acc6ab;
	line-height:14px;
	padding-left:12px;
	}

div.mapareas p a{
	color:#acc6ab;
	}

div.mapareas p a:hover{
	text-decoration:none;
	}


/*refinement bar*/

div#refine{
	background:#edf5ef;
	padding:0 10px 0 10px;
	}

.refine-option{
	background:url(/images/design/backgrounds/refine-bg.gif) repeat-x top center;
	padding:12px 0 12px 0;
	}

.refine-option label{
	display:block;
	font-weight:bold;
	font-size:11px;
	color:#3e464a;
	padding-bottom:11px;
	}

.refine-option select{
	width:120px;
	}

.refine-btn{
	width:138px;
	height:27px;
	border:none;
	background:transparent;
	}

div#refine-selected{
	margin-bottom:10px;
	}

#refine-selected ul{
	margin:0;
	padding:0;
	}

#refine-selected li{
	font-size:10px;
	color:#000;
	font-weight:bold;
	list-style-type:none;
	line-height:18px;
	}


/*breadcrumbs*/
div#breadcrumbs{
	height:30px;
	}

#breadcrumbs ul{
	margin:0 !important;
	padding:0;
	}

#breadcrumbs li{
	display:inline;
	color:#989ba1;
	font-size:10px;
	padding-right:10px;
	}

/*results map and controls*/
#resultsmap{
	margin-top:15px;
	margin-bottom:10px;
	width: 741px;
	height: 317px;
	}

#resultsview{
	display:block;
	text-align:right;
	height:16px;
	}

#resultsview ul{
	margin:0;
	padding:0;
	}

#resultsview li{
	display:inline;
	padding-right:8px;
	color:#586163;
	font-size:11px;
	}

.resultscontrols ul{
	margin:0;
	padding:0;
	}

.resultscontrols li{
	display:inline;
	padding-right:8px;
	color:#586163;
	font-size:11px;
	}

.resultscontrols{
	height:22px;
	display:block;
	border-top:1px solid #edf5ef;
	border-bottom:1px solid #edf5ef;
	margin-top:10px;
	margin-bottom:25px;
	padding-top:5px;
	}

.resultscontrols p{
	margin:0;
	line-height:12px;
	}

.controls {
float:right;
}

.controls a {
display:block;
float:left;
margin-right:6px;
}

.controls a.pr span{background:url(/images/design/buttons/results-ctrl-left.png) no-repeat top left;}
.controls a.pr_off span {background: url(/images/design/buttons/results-ctrl-left-off.png) no-repeat top left; cursor:auto;}
.controls a.nx span {background: url(/images/design/buttons/results-ctrl-right.png) no-repeat top left;}
.controls a.nx_off span { background: url(/images/design/buttons/results-ctrl-right-off.png) no-repeat top left;cursor:auto;}
.controls a.nx span:hover,
.controls a.pr span:hover {background-position: bottom left;}

.controls span {
display:block;
height:18px;
text-indent:-99999px;
width:18px;
}


.paginate-column{
	width:220px;
	margin-right:15px;
	float:left;
	border-right:1px solid #bfd7ed;
	}


/*results listing*/
div.results-listing{
	padding-bottom:20px;
	background:url(/images/design/backgrounds/dotted-bottom.gif) bottom repeat-x;
	margin-bottom:20px;
	}

img.result-listing-photo{
	border:4px solid #e9e8e2;
	margin-bottom:5px;
	}

.snapshot{
	display:block;
	background:#edf5ef;
	height:30px;
	padding-top:5px;
	padding-bottom:5px;
	}

.snapshot ul{
	margin:0;
	padding:0;
	}

.snapshot li{
	display:inline;
	list-style-type:none;
	font-size:12px;
	font-weight:bold;
	color:#435f25;
	line-height:30px;
	padding:0 5px 0 5px;

	}
/*---------------------------------------------
note - these may have to go into separate css dependent on quantity
----------------------------------------------------------------------*/
li.nopets{
	background:url(/images/design/status_icon/snapshot/no-pets.gif) left no-repeat;
	background-position:4px 5px;
	}

/*
a.results-listing-btn{
	display:block;
	float:left;
	margin-right:10px;
	}

a.pricing-book-now{
	display:block;
	float:left;
	margin-right:20px;
}
*/

div.detail-button {
	margin: 5px 0 5px 0;
}

/*tabs*/
ul.idTabs{
 	margin:0;
	padding:0;
	}

.idTabs li{
	float:left;
	list-style-type:none;
	}

li#tabproperty a{
	display:block;
	padding-top:5px;
	width:181px;
	height:37px;
	background:url(/images/design/navigation/ribbon-left.png) top left no-repeat;
	font-weight:bold;
	color:#83a163;
	text-decoration:none;
	text-align:center;
	}

li#tabavailability a{
	display:block;
	padding-top:5px;
	width:190px;
	height:37px;
	background:url(/images/design/navigation/ribbon-2.png) top left no-repeat;
	font-weight:bold;
	color:#83a163;
	text-decoration:none;
	text-align:center;
	}

li#tabarea a{
	display:block;
	padding-top:5px;
	width:189px;
	height:37px;
	background:url(/images/design/navigation/ribbon-3.png) top left no-repeat;
	font-weight:bold;
	color:#83a163;
	text-decoration:none;
	text-align:center;
	}

li#tabmap a{
	display:block;
	padding-top:5px;
	width:181px;
	height:37px;
	background:url(/images/design/navigation/ribbon-right.png) top left no-repeat;
	font-weight:bold;
	color:#83a163;
	text-decoration:none;
	text-align:center;
	}
li#code a{
	display:block;;
	width:80px;
	height:17px;
	margin-top:25px;
	margin-left: 2px;
	background:url(/images/design/navigation/find-tab.png) top left no-repeat;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-align:center;
	}
li#name a{
	display:block;;
	width:80px;
	height:17px;
	margin-top:25px;
	background:url(/images/design/navigation/find-tab.png) top left no-repeat;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-align:center;
	}
li#town a{
	display:block;;
	width:80px;
	height:17px;
	margin-top:25px;
	background:url(/images/design/navigation/find-tab.png) top left no-repeat;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-align:center;
	}

li#tabproperty a:hover{background:url(/images/design/navigation/ribbon-left-active.png) top left no-repeat; color:#fff;}
li#tabavailability a:hover{background:url(/images/design/navigation/ribbon-2-active.png) top left no-repeat; color:#fff;}
li#tabarea a:hover{background:url(/images/design/navigation/ribbon-3-active.png) top left no-repeat; color:#fff;}
li#tabmap a:hover{background:url(/images/design/navigation/ribbon-right-active.png) top left no-repeat; color:#fff;}

li#tabproperty .selected{background:url(/images/design/navigation/ribbon-left-active.png) top left no-repeat; color:#fff;}
li#tabavailability .selected{background:url(/images/design/navigation/ribbon-2-active.png) top left no-repeat; color:#fff;}
li#tabarea .selected{background:url(/images/design/navigation/ribbon-3-active.png) top left no-repeat; color:#fff;}
li#tabmap .selected{background:url(/images/design/navigation/ribbon-right-active.png) top left no-repeat; color:#fff;}
li#code .selected{background:url(/images/design/navigation/find-tab-act.png) top left no-repeat;}
li#name .selected{background:url(/images/design/navigation/find-tab-act.png) top left no-repeat;}
li#town .selected{background:url(/images/design/navigation/find-tab-act.png) top left no-repeat;}
/*tabbed areas*/

#propertyinfo, #availability, #area, #map{
	margin-top:15px;
	}

div#booknow{
	position:absolute;
	margin-left:650px;
	}


/*property info*/

.detail_special_offer {
	border: 1px solid #E65921;
	background: #FBC499;
	padding: 1em 2em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	-webkit-border-radius 1em;
}

.special_date_highlight {
	border: 1px solid #E65921;
	background: #FBC499;
	padding: 1em 2em;
	margin: 1em 1em 0 0;
	-moz-border-radius: 1em;
	border-radius: 1em;
	-webkit-border-radius 1em;
}

.icon-brick{
	background:url(/images/design/backgrounds/dotted-bottom.gif) repeat-x bottom;
	padding:0 0 3px 0;
	margin:0 0 3px 0;
	}

.icon-brick img{
	float:left;
	margin-right:5px;
	}

.icon-brick p{
	margin:0;
	font-weight:bold;
	font-size:11px;
	color:#000;
	}

.pricing-lt-blue{
	background:#e8f2eb;
	padding:8px;
	}

.pricing-dk-blue{
	background:#cde1d4;
	padding:8px;
	}

h3.price{
	color:#F38B39;
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	}


/*property avail*/
ul#avail{
	margin:15px 0 15px 0;
	}

ul#avail li{
	display:inline;
	list-style-type:none;
	}


/*in the area*/

div.partnerbox{
	background:url(/images/design/backgrounds/dotted-bottom.gif) bottom repeat-x;
	padding:10px 0 7px 0;
	margin-bottom:7px;
	display:block;
	overflow:hidden;
	}

div.partnerbox h3{
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
	}

/*mini asides*/

p.aside{
	font-size:11px;
	color:#959fae;
	line-height:14px;
	background:url(/images/design/backgrounds/dotted-bottom.gif) bottom repeat-x;
	padding:0 0 7px 0;
	margin:0 0 7px 0;
	}
p.aside img{
	margin:0 8px 2px 0!important;
	}


/*footer*/
div.footer-top{
	height:20px;
	margin-top:20px;
	background:url(/images/design/generic/footer-top.gif) top left no-repeat;
	}

div.footer-top p{
	text-indent:-9999px;
	}

div.footer{
	background:#4B6438;
	padding:0 15px 0 15px;
	}

ul.footer-links{
	margin:0;
	padding:0;
	}

.footer-links li{
	list-style-type:none;
	line-height:25px;
	}

.footer-links li a{
	color:#aec696;
	}

form.login{
	margin:0;
	}

form.login input{
	padding:5px;
	width:120px;
	background:#67a6c2;
	border:1px solid #3081a5;
	float:left;
	margin-right:20px;
	font-size:11px;
	color:#fff;
	}

form.login input.gobtn{
	width:50px;
	height:27px;
	border:none;
	background:transparent;
	float:left;
	margin-right:0 !important;
	margin-top:-5px;
	}

form.login label {
	display: none;
}

div.footer address{
	font-style:normal;
	color:#fff;
	padding-top:0;
	font-size: 12px;
	margin-left: 80px;
	}

p.phone{
	background:url(/images/design/backgrounds/footer-fone.gif) left no-repeat;
	background-position:0px 5px;
	padding-left:12px;
	color:#fff;
	margin:0;
	font-size: 12px;
	margin-left: 80px;
	}

p.mailer{
	background:url(/images/design/backgrounds/footer-mail.gif) left no-repeat;
	background-position:0px 8px;
	padding-left:12px;
	color:#fff;
	margin:0;
	font-size: 12px;
	margin-left: 80px;
	}

p.fbfollow{
	background:url(/images/design/backgrounds/footer-fb.gif) left no-repeat;
	background-position:0px 3px;
	padding-left:12px;
	color:#fff;
	margin:0;
	font-size: 12px;
	margin-left: 80px;
	}

p.tfollow{
	background:url(/images/design/backgrounds/footer-twitter.gif) left no-repeat;
	background-position:0px 3px;
	padding-left:12px;
	color:#fff;
	margin:0;
	font-size: 12px;
	margin-left: 80px;
	}
	
p.blog{
	background:url(/images/design/backgrounds/footer-blog.gif) left no-repeat;
	background-position:0px 3px;
	padding-left:12px;
	color:#fff;
	margin:0;
	font-size: 12px;
	margin-left: 80px;
	}

/*utility footer*/

div.utilityfooter{
	margin-top:10px;
	}

div.utilityfooter p{
	font-size:10px;
	line-height:12px;
	color:#aec696;
	margin-bottom:5px;
	}

div.utilityfooter p a{
	color:#fff;
	}


div.copyright{
	float:right;
	}


/*booking page*/

table.bookingsteps{
	padding:0;
	margin-top:20px;
	margin-bottom:20px;
	width:720px;
}

table.bookingsteps td{
	padding:0;
	}

div.bookingconstant{
	background:#e0f6ff;
	padding:10px;
	width:710px;
	}

div.bookingconstant table{
	width:500px;
	}

div.bookingconstant table td{
	padding:3px;
	color:#264864;
	font-size:12px;
	border-bottom: 1px solid #a4cdde;
	}

p.disclaimer{
	margin:15px 0 15px 0;
	font-size:11px;
	line-height:14px;
	}


table.extras{
	width:500px;
	margin:20px 0 20px 0;
	}

table.extras td{
	padding:5px;
	color:#000;
	font-weight:bold;
	}

table.totals{
	width:350px;
	margin-bottom:20px;
	}

table.totals td{
	padding:5px;
	}

h3.totalamount{
	color:#000;
	font-size:24px;
	font-weight:bold;
	letter-spacing:-1px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	}


h3.totalprice{
	color:#FF3300;
	font-size:24px;
	font-weight:bold;
	letter-spacing:-1px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	}

table.yourdetails, table.yourpayment{
	width:500px;
	}

table.yourdetails td, table.yourpayment td{
	padding:10px 2px 10px 2px;
	border-bottom: 1px dotted #CCCCCC;
	}

table.yourdetails td input, table.yourpayment td input, table.yourdetails td select, table.yourpayment td select{
	padding:4px;
	}




#sb_map_locator {
	/*width: 640px;*/
	width: 100%;
	height: 480px;
	border: 1px solid #979797;
}



/* added by louis - start */
/*#map_detail_location, #map_detail_area {*/
#map_detail_location {
	margin-top:15px;
	margin-bottom:10px;
	width: 741px;
	height: 317px;
}

#scrollable_thumb {
	background-color:#fff;
	border-bottom:1px solid #b3c0dd;
	padding:5px 5px 15px;
	width:353px;
	height:51px;
	margin-top:5px;
	margin-bottom:20px;
}

div.thumb_items {
	height:51px;
	margin-left:8px;
	float:left;
	width:287px !important;
}

div.thumb_items a {
	color:#ccc;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

div.thumb_items a:hover {
	color:#999;
}

div.thumb_items a.active {
	background-position:-174px 0;
	color:#555;
	cursor:default;
}

a.thumb_prev, a.thumb_next {
	background:url(/images/design/buttons/ctrl-left.png) no-repeat 0 0;
	display:block;
	width:20px;
	height:20px;
	float:left;
	margin:15px 0px 0px;
	cursor:pointer;
}

a.thumb_next {
	background-image:url(/images/design/buttons/ctrl-right.png);
	margin-left:8px;
}

a.thumb_prev:hover {
	background-position:0 -20px;
}

a.thumb_next:hover {
	background-position:0 -20px;
}

.item_name{
	font-weight:bold;
	color:#222631;
	}
/* added by louis - end */


/* ADVANCED SEARCH */

td.advsrc-right-col {
	padding-left: 40px;
}

td.advsrc-left-col {
	padding-right: 40px;
}

td.advsrc-section {
	padding-bottom: 20px;
	border-bottom: 3px solid #728654;
}

/* PROPERTY DETAILS */
.icon-list img {
	margin-right: 4px;
}

ul#avail-key {
	list-style-type: none;
}

h3.year-container-head {
	padding: 20px 0;
}
.scrolling-comments {
	background:transparent url(/images/design/backgrounds/marquee.gif) no-repeat scroll 0 40px;
	padding:5px;
}
.markie {
	height:110px;
	width:350px;
}

/* SHORTLIST */

div#email-shortlist {
	background:transparent url(/images/design/backgrounds/dotted-bottom.gif) repeat-x scroll center bottom;
	margin-bottom:20px;
	padding-bottom:20px;
}

div#email-shortlist p {
	margin: 0;
	padding: 0;
}

div#save-shortlist {
	background:transparent url(/images/design/backgrounds/dotted-bottom.gif) repeat-x scroll center bottom;
	margin-bottom:20px;
	padding-bottom:20px;
}

/* ERRORS & MESSAGES */

.error {
	color: #BD3A3A;
}

.message {
	color: #4C4C4C;
}

#propertyinfo .idTabs 					{background:url(../images/design/navigation/tab-bar.gif) 0 35px repeat-x; float:left; margin-bottom:20px; width:100%;}
#propertyinfo .idTabs #tabthisyeardesc	{background:url(../images/design/navigation/tab-left-up.gif) 0 0 no-repeat; width:100px; text-align:center; height:46px;}
#propertyinfo .idTabs #tabnextyeardesc	{background:url(../images/design/navigation/tab-right-up.gif) 0 0 no-repeat; width:100px; text-align:center; height:46px;}
#propertyinfo .idTabs #tabthisyeardesc a, #propertyinfo .idTabs #tabnextyeardesc a{text-decoration:none; display:block; padding:10px 0; }
#propertyinfo .idTabs #tabthisyeardesc .selected {background:url(../images/design/navigation/tab-left-selected.gif) 0 0 no-repeat; width:100px; text-align:center; color:#fff; width:100px; display:block; padding:10px 0;  height:46px;}
#propertyinfo .idTabs #tabnextyeardesc .selected {background:url(../images/design/navigation/tab-right-selected.gif) 0 0 no-repeat; width:100px; text-align:center; color:#fff; width:100px; display:block; padding:10px 0;  height:46px;}

