@charset "utf-8";
html {

}

body{
  padding: 0px;
  font-family: Tahoma, Helvetica, Arial, sans-serif ;
  font-size: 12px ;
  background-color: #ebdfe3;
}


h1 {
	font-size: 140%;
	
}

h2 {
	font-size: 120%;
	
}


#main_container {
	background-color: #ffffff;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	width: 880px ;
	margin: 0px auto ;   /* align centre for good browsers */
	text-align: left ; 
}

#footer {
width: 686px ;
background-color: #ffffff;
	vertical-align:middle;
}

a, .red, .error, #result_heading, h2, legend{
  color : #6c3d4e ;
}

.error, legend{
  font-weight : bold ;
}

#content a{
  text-decoration: underline !important;
}

table.list td { 
  vertical-align : top ;
  padding        : .5em ;
  border-top : 1px solid #6c3d4e ;
}
tr.last td{
  border-bottom : 1px solid #6c3d4e ;
}

table.list th, table.list td, fieldset{ 
  padding : .5em ;
}

/*Cottage details*/

#cottage_list td{
	padding: 5px;
}


#cottage_name{
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	padding-bottom: 5px;
	font-weight: bold;
}
#location{
	font-size:110%;
	padding: 3px;
}
#cottage_info, #info_label{
	font-size:90%;
	font-weight: bold;
	padding-bottom: 1px;
    color:#662941;
}

#changeover_day_label{
	font-size:90%;
	font-weight: bold;
	padding-bottom: 5px;
}

#changeover_day_label .changeover_day{
	font-style: italic;
	font-weight: normal;
}
#description, #accommodation, #miscellaneous, #facilities{
font-size:90%;
}

#cottage_name .booking_ref{
	font-size: 90%;
	font-weight: normal;
	padding-top: 5px;
	padding-left:10px;
}
#cottage_details{
	float:right;
	width: 500px;
}


#view_details a{
	float: right;
	font-size: 90%;
	text-decoration: none	!important;
	vertical-align: middle;
	padding-top:3px;
}

/*Bottom link navigation*/


#nav a{
	text-decoration: none;
}

#photo_bar{
	margin-right:380px;
	padding-right: 5px;
}

#nav a:hover{
	text-decoration: underline;
	color: #993333;
}

#nav ul{
	padding: 5px;
}

#nav li{
	display: inline;
	padding-right: 20px;
	padding-left: 20px;	
}

#availability_bar{
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
}

#clear{
clear:both;
}

#back_link{
float:right;
padding-right:10px;
}

#no_per_page{
	font-size: 85%;
	font-weight: bold;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
}

.pagination_top{
	font-size: 90%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	float: right;
}

.pagination_btm{
	font-size: 90%;
	float:right;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
	text-align: center;
}

.pagination a:hover{
	color: #000000;
	text-decoration: none;
}

.pagination_desc{
	font-size: 80%;
	float:left;
	padding:5px;
	clear: both;
}

#sitemap{
	
}

#sitemap ul{
	padding-left:4em;
}

#sitemap ul li a{
	text-decoration: none !important;
}

#sitemap ul li a:hover{
	text-decoration: underline !important;
	padding-left:1em;
}

#sitemap ul li{
	padding-left: 0em;
	padding-bottom: 0.5em;
	font-weight: bold;
}

#sitemap ul ul li{
	padding-left: 1em;
	font-weight: normal;
	font-size: 90%;
}

#sitemap_area ul li a{
	padding-left: 0em;
	padding-top: 0.5em;
}

/*set up for right sidebar*/

.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0px;
	margin-top: -.4em;
	margin-right: -.4em;
}

.twoColFixRt h1{
	font-size: 120%;
	float: right;
	color: #4F99C8;
	margin-bottom: 8px;
}

.twoColFixRt #mainContent {
	margin: 0 220px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

/*setup for left sidebar*/
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0px;
	margin-top: -.4em;
	margin-left: -.4em;
}

.twoColFixLt h1{
	font-size: 120%;
	float: left;
	color: #4F99C8;
	margin-bottom: 8px;
}

.twoColFixLt #mainContent {
	margin: 0 0 0 220px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

form#search_form fieldset {
width:200px;
position: relative; 
top: 5px;
border: 1px solid #BFBAB0;  
background-color: #a8cce4;  
background-image: url(../images/form-bck.jpg);  
background-repeat: repeat-x; 
}

form#advsearch_form fieldset{
width:98.5%;
margin-top:10px;
margin-bottom:10px;
border: 1px solid #BFBAB0;  
background-color: #a8cce4;  
background-image: url(../images/form-bck.jpg);  
background-repeat: repeat-x; 
}

form#search_form li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

form#search_form label {
position:absolute;
text-indent:-5000px;
}

form#search_form select {
width:100%;
margin-bottom:0.5em;
}



form#search_form fieldset.submit {  
float: none;  
width: auto;  
border: 0 none #FFF;  
padding-left: 2em;
border-style: none;  
background-color: transparent;  
background-image: none; 
}

form#search_form .dropdown-area, form#advsearch_form .dropdown-area {
background-color:#4F99C8;
color:White;
font-weight:bold;
}

form#search_form .dropdown-sub-area, form#search_form .indent, form#advsearch_form .dropdown-sub-area{
margin-left:10px;
}

form#search_form option, form#vacancy_search_form option, form#advsearch_form option {
-moz-user-select:none;
display:block;
float:none !important;
line-height:normal !important;
min-height:1em;
position:static !important;
text-indent:0;
white-space:nowrap !important;
}

form#vacancy_search_form fieldset {
	float: left;  
	clear: left;  
	width: 100%;
  	border: 1px solid #BFBAB0;
	margin: 0 0 1em 0;  
	padding: 0; 
	position: relative;
	width:80%;
	background-image: url(../images/form-bck.jpg);
	background-repeat: repeat-x;
	margin-left: 5%;
	margin-top: 15px;
}

form#vacancy_search_form legend {  
margin-left: 1em;  
position: relative;  
left: -7px;  
top: -0.75em;
}

form#vacancy_search_form fieldset ul {
	padding: 0em 1em 0;
	list-style: none;
}

form#vacancy_search_form li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 5px 0px;
}

form#vacancy_search_form label {
position:absolute;
}

form#vacancy_search_form select {
margin-left:150px;
margin-bottom:0.5em;
width:150px;
}

form#vacancy_search_form fieldset.submit {  
float: none;  
width: auto;  
border: 0 none #FFF;  
padding-left: 14em;
border-style: none;  
background-color: transparent;  
background-image: none; 
margin-top:0; !important
}

form#vacancy_search_form .indent{
margin-left:10px;
}

#linkspage td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	padding-bottom: 10px;
	font-size: 80%;
	padding-top: 10px;
}

.link_text{
	font-variant: small-caps;
	font-weight: bold;
}

/*photo display css*/
#popContent{
padding-top:0px;
height:480px;
}

#popSwhc{
	width:700px;
	background-color: #ae7d91;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	padding:5px;
}

#popTop{
	width:690px;
	padding:10px;
	background-color: #ffffff;
}

.popTitle{
	float: left;
	color: #6c3d4e;
	font-size: 120%;
	font-weight: bold;
}

.popNav{
	float:right;
	font-size: 80%;
}

.popClose{
padding-bottom:10px;
}

#photo_container {
	background-color: #ffffff;
	margin-bottom:5px;
	text-align:left;
	width:700px;
	
	padding-left:10px;

}

#photo_footer{
	background-color:#FFFFFF;
}

#photo_container img{
	border:1px solid #333333;
}

#photo_nav{
	float:right;
	font-size: 80%;
	padding-right:10px;
}

/* ////////////////////////////////*/
div#content{
 padding-right:12px;
 padding-left:12px;
}
div#right_column{

}
div#right_column h1 {
	/* background: #00f ; */
	text-align: right ;
	font-size: 16px ;
	font-weight: bold ;
	color: #4f99c8 ;
}
div#right_column h2 {
	background: #c29eac ;
	display:block;
	
	color: #fff ;
	font-size: 16px ;
	font-weight: bold ;
}

/* BEGIN RIGHT COLUMN */

div#right_column h1 {
	
	display: block ;
	/* float: right ; */
	padding: 10px 0px 0 0;
	margin: 0 ;
}

div#right_column h2 {
	margin-top: 10px;
	padding: 3px ;
	margin-left:300px;

}
div#right_column p{
margin-top:12px;
margin-bottom:12px;
}
#nav {
margin-top:6px;
}
#girl_on_beach{
float:left;
position:relative;
left:-12px;
margin: 0 0 10px 0;
}
/* END RIGHT COLUMN */