/* Start of CMSMS style sheet 'LEFT-COLUMN' */
/* CSS - left menu */
.menu-title {
padding: 10px 5px 3px 12px;
color: #b9aa63;
font-weight:bold;
}


#navcontainer { 
width: 143px;
margin-top: 0;
} 

#navcontainer ul
{
margin-top: 0;
margin-left: 0;
padding-left: 0;

list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
line-height: 15px;
}

#navcontainer li
{

}

#navcontainer a
{
display: block;
padding: 3px;
padding-left: 22px;
width: 143px;
background-color: #e8dca7;
border-top: 0px;
border-bottom: 1px solid #f7f3da;
}

#navcontainer a:link, #navlist a:visited
{
color: #7d7038;
text-decoration: none;
border-top: 0px;
border-bottom: 1px solid #f7f3da;
background-image: url(images/sub-nav.gif);
background-repeat:no-repeat;
}

#navcontainer a:hover
{
background-color: #e3b286;
color: #31734a;
background-image: url(images/sub-nav-on.gif);
background-repeat:no-repeat;
color: #a81325;
}


#menu-in a:link, #menu-in a:visited
{
display: block;
padding: 3px;
padding-left: 22px;
width: 143px;
background-color: #fff;
border-top: 0px;
border-bottom: 1px solid #f7f3da;
background-image: url(images/sub-nav.gif);
background-repeat:no-repeat;
color: #012a62;
font-weight: bold;
}
#menu-in a:hover
{
display: block;
padding: 3px;
padding-left: 22px;
width: 143px;
background-color: #e3b286;
border-top: 0px;
border-bottom: 1px solid #f7f3da;
background-image: url(images/sub-nav-on.gif);
background-repeat:no-repeat;
color: #a81325;
font-weight: bold;
}



#submenu a:link, #submenu a:visited
{
display: block;
padding: 3px;
padding-left: 30px;
width: 135px;
background-color: #ccbd7c;
border-top: 0px;
border-bottom: 1px solid #f7f3da;
background-image: url(images/sub-sub-nav.gif);
background-repeat:no-repeat;
font-weight: normal;
line-height: 14px;
color: #7d7038;

}
#submenu a:hover
{
display: block;
padding: 3px;
padding-left: 30px;
width: 135px;
background-color: #e3b286;
border-top: 0px;
border-bottom: 1px solid #f7f3da;
background-image: url(images/sub-sub-nav-on.gif);
background-repeat:no-repeat;
font-weight: normal;
color: #a81325;
}


#submenu-in a:link, #submenu-in a:visited
{
display: block;
padding: 3px;
padding-left: 30px;
width: 135px;
background-color: #c8bf85;
border-top: 0px;
border-bottom: 1px solid #f7f3da;
background-image: url(images/sub-sub-nav.gif);
background-repeat:no-repeat;
font-weight: bold;
line-height: 15px;
color: #012a62;

}
#submenu-in a:hover
{
display: block;
padding: 3px;
padding-left: 30px;
width: 135px;
background-color: #d8a77b;
border-top: 0px;
border-bottom: 1px solid #f7f3da;
background-image: url(images/sub-sub-nav-on.gif);
background-repeat:no-repeat;
font-weight: bold;
color: #a81325;
}


#search-box {
padding: 12px;
color: #a28502;
text-align:left;
}

#search-box form {
margin: 0;
padding: 0;
}

#search-box strong {
color: #716634;
margin: 0;
padding: 0;
clear:both;
} 

#search-box select {
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #87741f;
	background-color: #fff;
	border: 1px solid #423600;
	width: 144px;
	padding: 1px 1px 1px 2px;
	margin: 2px 0 2px 0;
}

#search-box textarea, #search-box input {
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #87741f;
	background-color: #fff;
	border: 1px solid #423600;
	padding: 1px 2px 1px 2px;	
	width: 135px;
	margin: 2px 0 2px 0;
	text-align: left;
}  

#search-box .button {
	background-color: #7f000f;
	padding: 0px;
	margin-top: 2px;
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000000;
	width: 60px;
	text-align: center;
	float: right;
}

#search-box .checkbox {
	border: 0px;
	width: 15px;
	padding: 0;
	margin: 0;
	background-color: #f7f3da;
	
	
}



/* End of 'LEFT-COLUMN' */

/* Start of CMSMS style sheet 'MENU' */
/* CSS Document */


#header {
  /*height: 20px;*/
  margin:0;
  padding: 0;
  }
  
#header ul {
  margin:0;
  margin-left: 10px;
  padding: 0px;
  list-style:none;
  }
  
#header li {
  float:left;
  background:url("images/left.gif") no-repeat left top;
  margin:0;
  padding:0px 0px 0px 1px;

  }

#header a {
  float:left;
  display:block;
  background:url("images/right.gif") no-repeat right top;
  padding: 4px 11px 3px 8px;
  text-decoration:none;
  font-weight:bold;
  color:#a28502;
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height:19px;
  /*border-bottom: 1px solid #5778a5;*/
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */

#header a:hover {
  color:#a81325;
  background:url("images/right_over.gif") no-repeat right top;
  }
  
#header #current {
  background-image:url("images/left_on.gif");
  }
#header #current a {
  background-image:url("images/right_on.gif");
  color:#012a62;
  padding-bottom:3px;
  /*border-bottom: 1px solid #fff;*/
  }

/* End of 'MENU' */

/* Start of CMSMS style sheet 'SUNWORLD' */
/* CSS Document */

.contactform, .phone, .email, .comments, .name, .required {
margin: 0px;
padding 0px;
font-weight: bold;
}
.contactform p {
margin: 0px;
padding 0px;
}


textarea, input, select {
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #14345f;
	background-color: #fbf9ec;
	border: 1px solid #423600;
	padding: 1px 2px 1px 2px;	
	margin: 4px 5px 0px 0;
}
input.ffsubmit {
	background-color: #7f000f;
	padding: 0px;
	margin-top: 2px;
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000000;
	width: 90px;
	text-align: center;
}


body {
	background-color: #87a5ce;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	
	color: #0A3557;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

a:link { 
	color: #458df2;
  	text-decoration: none;
	}
a:visited { 
	color: #285da7;
  	text-decoration: none;
	}
a:hover { 
	color: #a81325;
  	text-decoration: underline;
	}

h1 {
	font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
	color: #a81325;
	font-size: 1.45em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0;
	line-height: 14pt;
	text-align:left;
	}	
	
h2 {
	font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
	color: #a81325;
	font-size: 1.25em;
	font-weight: normal;
	margin: 20px 0px 0px 0px;
	padding: 0;
	line-height: 14pt;
	text-align:left;
	}	
		
	
/* frame for the top banner */
#frametop {
	display: block;
	width: 950px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left;
	height: 95px;
	padding-top: 4px;

	}
	
#rental-box {
float:right;

margin: 4px 15px 0px 3px;
border: 1px solid #254877;


left: 700px;
width: 200px;
height: 78px;
color: #7a6401;
line-height: 14px;
background-color: #ebdea3;
background-image: url(images/bulg-map.gif);
background-repeat:no-repeat;
background-position: top left;
margin: 0;



}	
#rental-box p{
margin: 0;
padding-left: 115px;
padding-right: 5px;
padding-top: 4px;
padding-bottom: 4px;
}
#rental-box  a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #a20215;
	}
#rental-box a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #a20215;
	}
#rental-box a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #0b418c;
	}	
	
/* box for the top naviagtion */
#frame-main-nav {
	display: block;
	width: 950px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left;
	padding: 0;
	
	background-image: url(images/bg-main-nav.gif);
	background-repeat:repeat-x;
	
	}	
	
	
.nav-search-box {
	padding: 12px;
	color: #fff;
	font-weight:bold;
	text-align:right;
	margin: 0;
	padding: 0;
	float: right;
}

.nav-search-box form {
	margin: 0;
	padding: 0;
}

.nav-search-box input {
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #14345f;
	background-color: #fff;
	border: 1px solid #423600;
	padding: 1px 2px 1px 2px;	
	width: 80px;
	margin: 4px 5px 0px 0;
}  

.nav-search-box .button {
	background-color: #7f000f;
	padding: 0px;
	margin-top: 2px;
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000000;
	width: 50px;
	text-align: center;
}
	
	
/* main body frame */
#frame {
	display: block;
	width: 948px; 
	margin-right:auto;
	margin-left:auto;
	text-align: left;
	margin-top:0px;
	border-bottom: 1px solid #5778a5;
	border-left: 1px solid #5778a5;
	border-right: 1px solid #5778a5;
	background-color:#FFF;
	padding-top: 5px;
	padding-right: 0px;
	}
	
	
#left-nav-bg {
	background-color: #f7f3da;
	border-right: 1px solid #e1d8ab;
	padding: 0px 0 50px 0;
	margin-right: 20px;
}

#centre-col-bg {
	background-color: #fff;
}	
	

	
#breadcrumbs {
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 2px 189px;
	color: #dacc89;
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	vertical-align:middle;
	line-height: 18px;

}

#breadcrumbs a:link
{
    color: #c9b75c;
  text-decoration: underline;
}
#breadcrumbs a:active
{
    color: #c9b75c;
    text-decoration: none;
}
#breadcrumbs a:hover {
  color: #a81325;
    text-decoration: none;
}
#breadcrumbs a:visited
{
    color: #c9b75c;
  text-decoration: underline;
}
#breadcrumbs a:visited:hover
{
  color: #a81325;
    text-decoration: none;
}	
	
/* start main content columns styles */
.centre-content {
	margin: 20px 12px 0px 0;
	padding: 0 0px 20px 0;
	font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: normal;
	text-align: left;
	color: #000;
	text-align: left;

	}
.centre-content p {
	margin: 2px 0 4px 0;
	padding: 3px 0px 5px 0px;
	}
	
.centre-content  a:link {
	text-decoration: underline;
	color: #458df2;
	}
.centre-content a:visited {
	text-decoration: underline;
	color: #285da7;
	}
.centre-content a:hover {
	color: #a81325;
  text-decoration: underline;
	}	
	
	

#right-col-bg {
	background-color: #fff;
	border-left: 1px solid #e1d8ab;
	padding: 0px 10px 50px 12px;
	margin-left: 0px;
}
	
.right-content {
	margin: 20px 0px 0px 0;
	padding: 0 0px 0px 0;
	font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: normal;
	text-align: left;
	color: #000;
	text-align: left;

	}
.right-content p {
	margin: 2px 0 4px 0;
	padding: 3px 0px 5px 0px;
	}
	
.right-content  a:link {
	text-decoration: underline;
	color: #458df2;
	}
.right-content a:visited {
	text-decoration: underline;
	color: #285da7;
	}
.right-content a:hover {
	color: #a81325;
  text-decoration: underline;
	}	
	
	
	
	
/* browse-more - used for '1 of x' more> */

.browse-more {
	margin: 10px 0px 0px 0;
	padding: 0 0px 0px 0;
	font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.7em;
	font-weight: normal;
	text-align: left;
	color: #5b7aa5;
	text-align: right;
	}
	
.browse-more a:link {
	text-decoration: underline;
	color: #458df2;
	}
.browse-more a:visited {
	text-decoration: underline;
	color: #285da7;
	}
.browse-more a:hover {
	color: #a81325;
  text-decoration: underline;
	}	

/* CSS for property layout */

.property-box {
	margin: 5px 0px 10px 0;
	padding: 0 10px 6px 10px;;
	font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
	color: #000;
	text-align: left;
	border: #e1d493 solid 1px;
	background-color: #fffffd;
	background-image: url(images/bg-property-box.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	}

.property-content {  
	margin: 0 0px 0 190px;
}

.property-title-big {
	margin: 4px 5px 12px 0px;
	padding: 0;
	font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	text-align: left;
	color: #8c1823;
}
.property-title-big  a:link {
	text-decoration: none;
	color: #8c1823;
	}
.property-title-big a:visited {
	text-decoration: none;
	color: #8c1823;
	}
.property-title-big a:hover {
	color: #ca9361;
   text-decoration: underline;
	}	


.property-country-big {
	color: #5b7aa5;
	margin-left: 5px;
}
.property-transaction-big {
	margin: 5px 0px 2px 10px;
	padding: 0;
	font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	float: right;
	color: #fff;
}
.property-transaction-big  a:link {
  text-decoration: none;
	color: #fff;
	}
.property-transaction-big a:visited {
  text-decoration: none;
	color: #fff;
	}
.property-transaction-big a:hover {
	color: #d8a77b;
	text-decoration: underline;
	}	


.property-gallery {
display:block;
width: 180px;
margin: 0px 10px 4px 0px;
float:left;
clear: both;
text-align:center;
}
.spacer { clear: both; }

.property-gallery img {
	 background: #fff;
	 border: 2px solid #dcce89 !important;
	 padding: 1px !important;
	 margin: 4px 0 2px 0;
	}

.property-gallery a img {
	 background: #fff;
	 border: 2px solid #dcce89 !important;
	 padding: 1px !important;
	 margin: 4px 0 2px 0;
	}
	
.property-gallery a:hover img {
	 background: #fff;
	 border: 2px solid #c47b5f !important;
	}	

.property-title-small {
	font-weight: bold;
	color: #850a19;
	font-size: .8em;
}
.property-id-small {
	font-weight: normal;
	color: #850a19;
}
	
.property-label {  /*generic label */
	font-weight: normal;
	color: #5b7aa5;
	font-size: .8em;
}

.property-label-country {  
	font-weight: normal;
	color: #5b7aa5;
	font-size: .8em;
}
.property-country-small {
	font-weight: bold;
	color: #013885;
	margin-right: 2px;
	font-size: .8em;
}

.property-label-type {  
	font-weight: normal;
	color: #5b7aa5;
	font-size: .8em;
}
.property-type-small {  
	font-weight: bold;
	color: #013885;
	margin-right: 2px;
	font-size: .8em;
}
.property-label-prices-from {  
	font-weight: normal;
	color: #5b7aa5;
	font-size: .8em;
}
.property-prices-from {  
	font-weight: bold;
	color: #013885;
	margin-right: 3px;
	font-size: .8em;
}
.property-label-address {  
	font-weight: normal;
	color: #5b7aa5;
	font-size: .8em;
}
.property-address {  
	font-weight: bold;
	color: #013885;
	margin-right: 3px;
}

.property-label-prices-from-big {  
	font-weight: normal;
	color: #5b7aa5;
	font-size: .8em;
}
.property-prices-from-big {  
	font-weight: bold;
	color: #013885;
	font-size: 1.3em;
}

.property-label-other-photos {  
	font-weight: normal;
	color: #5b7aa5;
	font-size: .8em;
	text-align: left;
	margin-top: 15px;
}

.property-label-summary {  
	font-weight: normal;
	color: #5b7aa5;
	font-size: .8em;
}
.property-summary {  
	font-weight: normal;
	color: #000;
}


.property-notes {  
	font-weight: normal;
	color: #a20215;
	font-size: .8em;
	margin-top: 5px;	
	margin-bottom: 8px;		
}

.property-link-small {  
	font-weight: bold;
	font-size: .8em;
}

.property-link-enquire {  
	font-weight: bold;
	font-size: .8em;
	padding: 0 0 0 24px;
	background-image:url(images/icon-enquire.gif);
	background-repeat:no-repeat;
	line-height: 17px;
	margin-bottom: 10px;
	margin-top: 6px;
}
.property-link-forward {  
	font-weight: bold;
	font-size: .8em;
	padding: 0 0 0 24px;
	background-image:url(images/icon-forward.gif);
	background-repeat:no-repeat;
	line-height: 17px;
	margin-bottom: 10px;
	margin-top: 6px;

}
.property-link-print {  
	font-weight: bold;
	font-size: .8em;
	padding: 0 0 0 24px;
	background-image:url(images/icon-print.gif);
	background-repeat:no-repeat;
	line-height: 17px;
	margin-bottom: 10px;
	margin-top: 6px;
}

.property-label-description {  
	font-weight: bold;
	color: #5b7aa5;
	font-size: .8em;
	margin-top: 5px;
	padding-top: 10px;
	border-top: #e1d493 dashed 1px;
}
.property-description {  
	font-weight: normal;
	color: #000;
	font-size: .8em;
}
.property-description p {  
	margin: 0px 0 10px 0;
	padding: 0;
}

.property-label-rooms {  
	font-weight: bold;
	color: #5b7aa5;
	font-size: .8em;
	margin-top: 10px;
	padding-top: 10px;
	border-top: #e1d493 dashed 1px;
}

.property-label-bedrooms {  
	color: #5b7aa5;
	font-size: .8em;
}
.property-bedrooms {  
	font-weight: bold;
	color: #013885;
}
.property-bedrooms-description {  
	font-weight: normal;
	color: #000;
	font-size: .8em;
}
.property-label-ensuite {  
	color: #5b7aa5;
	margin-left: 10px;
}
.property-ensuite {  
	font-weight: bold;
	color: #013885;
}



.property-label-bathrooms {  
	color: #5b7aa5;
	font-size: .8em;
	margin-top: 5px;
}
.property-bathrooms {  
	font-weight: bold;
	color: #013885;
}
.property-bathrooms-description {  
	font-weight: normal;
	color: #000;
	font-size: .8em;
}


.property-label-features { 
	color: #5b7aa5;
	font-size: .8em;
	margin: 10px 5px 10px 0;
	padding-top: 5px;
	border: #efe3aa dashed 1px;
	background-color: #fef9e1;
	padding: 4px 8px 6px 8px;
	font-weight: bold;
	
}
.property-features {  
	font-weight: normal;
	color: #a20215;
}
.property-label-amenities {  

	color: #5b7aa5;
	font-size: .8em;
	margin-top: 10px;
}
.property-amenities {  
	font-weight: normal;
	color: #000;
}
.property-pdf-box {
	float: right;
	width: 130px;
	font-size: .8em;
	
	border: #e7d994 solid 1px;
	background-image:url(images/pdfdownload.gif);
	background-position: top left;
	background-repeat:no-repeat;
	background-color: #fff;
	
	margin: 8px 0px 1px 10px;
	padding: 22px 6px 4px 6px;

	font-weight: normal;
	color: #5b7aa5;
	text-align: left;
	line-height: 1.6em;
	clear: right;
}

.property-pdf-box-link {
	font-weight: bold;
	margin-left: 39px;
	margin-bottom: 0;
	padding: 0;
}










	
/* news content */
.news {
	margin: 8px 0px 8px 0;
	padding: 3px 0px 8px 0px;
	font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.4em;
	font-weight: normal;
	text-align: left;
	color: #000101;
	text-align: left;
	border-bottom: #e8dda5 dashed 1px;
	}

.news p {
	margin: 0px 0 5px 0;
	padding: 0px 0px 10px 0px;
	}
.news  a:link {
	text-decoration: underline;
	color: #458df2;
	}
.news a:visited {
	text-decoration: underline;
	color: #285da7;
	}
.news a:hover {
	color: #a81325;
  text-decoration: underline;
	}		
.news-headline
	{
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-weight:bold;
	text-transform: capitalize;
	color: #012a62;	
	}
.news-headline  a:link {
	text-decoration: none;
	color: #012a62;
	}
.news-headline a:visited {
	text-decoration: none;
	color: #012a62;
	}
.news-headline a:hover {
	color: #a81325;
  text-decoration: underline;
	}
.news-cat {
	color: #b6a766;
}
.news-by {
	color: #5b7aa5;
}
.news-date {
	color: #5b7aa5;
}












.news-body {
	margin: 8px 0px 8px 0;
	padding: 3px 0px 8px 0px;
	font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
	text-align: left;
	color: #000101;
	text-align: left;
	border-bottom: #e8dda5 dashed 1px;
	}

.news-body p {
	margin: 0px 0 5px 0;
	padding: 0px 0px 10px 0px;
	}
.news-body  a:link {
	text-decoration: underline;
	color: #458df2;
	}
.news-body a:visited {
	text-decoration: underline;
	color: #285da7;
	}
.news-body a:hover {
	color: #a81325;
  text-decoration: underline;
	}		
.news-headline-body
	{
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-weight:bold;
	text-transform: capitalize;
	color: #012a62;	
	}
.news-headline-body  a:link {
	text-decoration: none;
	color: #012a62;
	}
.news-headline-body a:visited {
	text-decoration: none;
	color: #012a62;
	}
.news-headline-body a:hover {
	color: #a81325;
  text-decoration: underline;
	}
.news-cat-body {
	color: #b6a766;
}
.news-by-body {
	color: #5b7aa5;
}
.news-date-body {
	color: #5b7aa5;
}












#frame-footer {
	display: block;
	width: 948px; 
	margin-right:auto;
	margin-left:auto;
	text-align: left;
	margin-top:0px;

	padding-top: 5px;
	padding-right: 0px;
	}


#bottom-nav {

	margin: 0px 0 20px 0;
	padding: 0px 0px 10px 0px;
	color: #c9dffd;
	font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	vertical-align:middle;
	line-height: 16px;
}

#bottom-nav a:link
{
    color: #0047b1;
    text-decoration: none;
}

#bottom-nav a:hover {
	color: #a81325;
  text-decoration: underline;
}
#bottom-nav a:visited
{
    color: #0047b1;
    text-decoration: none;
}
#bottom-nav a:visited:hover
{
	color: #a81325;
  text-decoration: underline;
}

.address {
font-weight:bold;
color: #09316e;

}


#tdt {
	margin: 0;
	padding: 0;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size:7.5pt;
	line-height: 11pt;
	font-weight: normal;
	text-align: left;
    color: #4d566d;
	text-align: right;
	}
#tdt  a:link {
	text-decoration: none;
    color: #4d566d;
	font-weight: normal;
	}
#tdt a:visited {
	text-decoration: none;
    color: #4d566d;
	font-weight: normal;
	}
#tdt a:hover {
	text-decoration: underline;
    color: #a81325;
	font-weight: normal;
	}	
#tdt a:visited:hover
{
    color: #a81325;
  	text-decoration: underline;
}



.nextbutton {
	background-color: #7f000f;
	padding: 0px;
	margin-top: 2px;
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000000;
	width: 60px;
	text-align: center;


}
.property-id-small form {
margin: 0;
padding: 0;
width: 65px;
display: inline;

}

.prevbutton {
	background-color: #7f000f;
	padding: 0px;
	margin-top: 2px;
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000000;
	width: 60px;
	text-align: center;

}
/* start aligning images */

.alignLeft {
	float: left;
	margin: 3px 3px 5px 5px;
	padding: 4px 4px 10px 4px; 
	font-size: 9px;
	color: #8090CC;
	line-height: 12px;
	background-image:url(images/image-bg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	/*border: #cedba9 solid 4px;
	border-bottom: 10px #cedba9 solid;*/

	}

.alignRight {
	float: right;
	margin: 3px 3px 5px 5px;
	padding: 4px 4px 10px 4px; 
	font-size: 9px;
	color: #8090CC;
	line-height: 12px;
	background-image:url(images/image-bg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	/*border: #cedba9 solid 4px;
	border-bottom: 10px #cedba9 solid;*/
	}
	
.alignCenter {
	float: center;
	margin: 3px 3px 5px 5px;
	padding: 4px 4px 10px 4px; 
	font-size: 9px;
	color: #8090CC;
	line-height: 12px;
	background-image:url(images/image-bg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	/*border: #cedba9 solid 4px;
	border-bottom: 10px #cedba9 solid;*/
	}
/* end aligning images */
/* End of 'SUNWORLD' */

/* Start of CMSMS style sheet 'Album Template Stylesheet' */
/*
This template is needed if you use the default, Simple-Separate-Pages  ImageGallery, or Thickbox templates in the Album module.
This may be overwritten when the module is upgraded and it will be deleted when 
the module is uninstalled, so make a copy if you want to modify it.
*/

/* Album Module CSS for default, ImageGallery, and Thickbox templates */
/* Album List UL */
.albumlist
{
	margin-left:0;
	padding-left:0;
	margin-top: 10px;
}


.albumlist li {
width: 108px;
margin:2px 12px 10px 0;
padding:4px;
background-color: #6e855b;
text-align:center;
border: 1px solid #465d33;
}


/* Picture List UL */
.picturelist
{


	margin-left:0;
	padding-left:0;
text-align:center;
width: 180px;
}


.picturelist li {
width: 180px;
margin:1px;
padding:2px 0px 0px 0;
text-align:center;
}


/* Album and Picture Lists */
.thumb
{
	padding:0;
	width:auto;
	margin: 2px 0px 0px 0;
	text-decoration:none;  /* Thumbnail spacing */
	line-height:normal;
	list-style-type:none;
	text-align:center;

	
}
.thumb p
{
	padding-top:12px;
	margin:0px;
	
}



.thumb a
{
	display:block;
	/* height:72px;   Set link formatting*/
	width:179px;  /*   Thumb width*/ 
	padding:0px; /* Thumb height*/

	/* Thumb padding to form thumb frame */
	/* You can set the above to 0px = no frame - but no hover indication!*/

	margin:0;
	text-decoration:none;
}

.thumb a img {


	 background: #fff;
	 border: 2px solid #dcce89 !important;
	 padding: 1px !important;
	 margin: 4px 0 2px 0;

	}


.thumb a:visited img
{
	 background: #fff;
	 border: 2px solid #dcce89 !important;
	 padding: 1px !important;
	 margin: 4px 0 2px 0;


}

.thumb a:hover img
{
	 background: #fff;
	 border: 2px solid #c47b5f !important;

}

/* Styling of text and navigation for Album */
.albumname
{

	font-size: 0.85em;
	text-align:center;
	font-weight:bold;
	font-style:normal;
	color: #f9d028;
}

.albumpicturecount
{
	/*font-size:smaller;*/
	text-align:center;
	font-weight:normal;
	/*font-style:italic;*/
	color: #20422d;
}

.albumcomment
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
display: none;
}

.albumnav
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
	/*font-size:smaller;*/
}

.instructiontext
{
	font-weight:normal;
	font-style:normal;
	color: #20422d;

}

/* Big Picture */
.bigpicture
{
	padding:0.5em 0 0;
	clear:left;
	border-top:1px solid #ccc;
	text-align:center;
}

.bigpicturecaption
{
/* Big picture caption */
	text-align:center;
	margin:0 0 5px;
	padding:0;
}

.bigpicture img  /* Big picture settings */
{

	padding:18px;  /* Image padding to form photo frame. */ 
	width:80%;   /* Width of big picture - set to auto for actual width*/
	margin:0;
	background-color:white;  /* Background of picture */
	border-top:1px solid #eee;   /* Borders of picture frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}

.bigpicturenav
{
	margin:0;
	padding:0;
	color:#000;
	/*font-size:smaller;*/
	line-height:normal;
}

/*Thickbox CSS */
#TB_window {
  font: 14px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 12px Arial, Helvetica, sans-serif;
  color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: red;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}


#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;

}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
  height:25px;
  padding:3px 30px 10px 25px;
  float:left;
}

#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:10px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	border:none;
	clear:both;
}

#TB_closeWindow a, #TB_closeWindow a:link, #TB_closeWindow a:visited {
	color: #f6f7f0;
	background: #d40d0e;
	text-decoration: none;
	padding:2px 5px 2px 5px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#TB_closeWindow a:hover {
	background: red;
	color: white;
	text-decoration: none;
	padding:2px 5px 2px 5px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#TB_closeWindow a:active{
	color: #f6f7f0;
	background: #d40d0e;
	text-decoration: none;
	padding:2px 5px 2px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

/* CSS for Lightbox follows */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(modules/Album/templates/db/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(modules/Album/templates/db/lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 97%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }

/* End of 'Album Template Stylesheet' */

