body {
margin: 20px;
background: #aa99ad;
font: 76%/1.6 myriad pro, gill sans, arial, helvetica, sans-serif;
color: #676767/*#56345C*/;
}

p {
margin: 0;
padding: 5px 0;
}

img {
border: 0;
}
hr.line {
	border: 1px solid #fff;
}

h1, h2, h3, h4 {
color: #7c4d83;
font-weight: normal;
margin: 0;
padding: 0 0 10px 0;
}

h1 {
font-size: 1.8em;
}

h2 {
font-size: 1.4em;
}

h3 {
font-size: 1.3em;
}
h4 {
font-size: 1.2em;
}

a:link, a:visited {
color: #7c4d83;
}

a:hover {
color: #56345c;
}

form {
margin: 0;
padding: 0;
}

.clear {
clear: both;
font-size: 1pt;
height: 1px;
}

.form-submit, .more {
background: #7c4d83;
padding: 5px 10px 5px 10px;
margin-right: 10px;
color: #fff;
font-size: 9pt;
cursor: pointer;
border: 0;
}

.form-text {
border: 1px solid #ccc;
font-size: 9pt;
padding: 4px;
}

.purple {
color: #7c4d83;
}

/*Buttons*/

a:link.more, a:visited.more {
color: #ddd;
text-decoration: none;
display: block;
float: left;
background: url(/img/bt_1.gif) bottom right no-repeat #7c4d83;
}

a:hover.more {
color: #000;
text-decoration: none;
display: block;
float: left;
background: url(/img/bt_1.gif) bottom right no-repeat #7c4d83;
}


.page {
position: relative;
margin: auto;
width: 1000px;
background: url(/img/bk_2.gif) 0px 160px no-repeat;
}

/*#######################*/

/*Cottage Buttons*/
a.details {
padding: 3px 5px 3px 5px;
}
a:link.details, 
a:visited.details {
color: #ddd;
text-decoration: none;
display: block;
float: left;
background: #7c4d83;
margin: 5px 0;
}

a:hover.details {
color: #000;
text-decoration: none;
display: block;
float: left;
background: #7c4d83;
margin: 5px 0;
}
/*#######################*/



/*logo*/
.logo {
float: left;
width: 154px;
height: 156px;
background: url(/img/bk_1.gif) no-repeat top left;
}

.logo img {
margin: 10px 0 0 10px;
}

/*main*/
.main {
float: right;
width: 846px;
background: url(/img/tp_rt.gif) no-repeat top right #fff;
}

.main_2 {
min-height: 600px;
background: url(/img/bm_rt.gif) no-repeat bottom right;
padding: 10px 0 10px 10px;
}

/*search*/
.block-search {
float: right;
padding: 0 10px 10px 0;
}

.block-search .form-submit {
background: url(/img/bt_2.gif) no-repeat top right #7c4d83;
}

.block-search .form-text {
width: 162px;
}

.block-search label {
color: #333;
padding: 0 5px 0 0;
font-size: 10pt;
}

.tel {
clear: right;
font-size: 12pt;
color: #999;
text-align: right;
padding: 0 10px 10px 0;
}


/*nav*/
.nav {
padding: 0 0 20px 0;
line-height: normal;
}

.nav ul {
background: #7c4d83;
margin: 0;
padding: 11px 0;
}

.nav li {
margin: 0;
padding: 0;
display: inline;
}

.nav a:link, .nav a:visited {
padding: 11px 12px;
color: #fff;
text-decoration: none;
}

.nav a:hover {
padding: 11px 12px;
background: #56345c;
color: #fff;
text-decoration: none;
}
.nav .active a {
background: #56345c;
color: #fff;
}


/*Property Navigation*/
ul.property_nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.property_nav li {
	padding: 2px 0 8px 0;
}
ul.property_nav li.first_prop {
float: left;
}
ul.property_nav li.last_prop {
float: right;
}


/*Cottage Detail navigation
-------------------------------*/
#tabs {
  float:left;
  width: 506px;
  background:#eee url("img/bg.gif") repeat-x bottom;
  line-height:normal;
  margin-top: 10px;
  }
#tabs ul {
	margin:0;
 	padding:10px 10px 0;
	list-style:none;
  }
#tabs li {
	float:left;
	background:url("img/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
  }
#tabs a {
	float:left;
	display:block;
	background:url("img/right.gif") no-repeat right top;
  	padding: 8px 15px 6px 6px;
	text-decoration:none;
	font-weight:normal;
	color:#FFFFFF;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */
#tabs a:hover {
	text-decoration: underline;
  }
#tabs #current {
  background-image:url("img/left_on.gif");
  }
#tabs #current a {
	background-image:url("img/right_on.gif");
	color:#FFFFFF;
	font-weight: bold;
}


/*content*/
.lt_content {/*home page*/
float: left;
width: 519px;
}
.lt_content img.center_img {
	margin: 2px 0 2px 10px;
	border: 1px solid #ccc;
	padding: 4px;
}
.rt_content {
float: right;
width: 307px;
}

.rt_content h2 {
font-weight:bold;
}

.rt_content h3 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}
.rt_content p {
	margin-bottom: 10px;
}


ul.lt_navigation {
	width: 130px;
	float:left;
	margin:50px 5px 0 5px;
	list-style: none;
	padding: 5px;
	background-color: #7C4D83;
	/*  position:absolute;	
	left: 10px;
	top: 180px;
    */
}


.rt_page {
	float: right;
	width: 297px;
	margin: 10px 10px 20px 0;
}
.rt_page img {
	margin-bottom: 10px;
}
.rt_page img.f_left,
.rt_page img.f_right {
	border: 1px solid #ccc;
	padding: 2px;
}
.rt_page img.f_left {
	float: left;
}
.rt_page img.f_right {
	float: right;
}
ul.lt_navigation li {
	margin: 0;
	padding: 0;
	display: block;
}
ul.lt_navigation li a:link,
ul.lt_navigation li a:visited,
ul.lt_navigation li a:hover {
	padding: 5px 10px;
	display: inline-block;
	width: 110px;
}
ul.lt_navigation li a:link,
ul.lt_navigation li a:visited {
	text-decoration: none;
	color: #fff;
}

ul.lt_navigation li a:hover {
	color: #fff;
	background: #56345c;
	text-decoration: underline;
}

ul.lt_navigation li.active a {
background: #56345c;
color: #fff;
}


/*Search

----------*/


.search_content {/*cottage pages*/
	float: left;
	width: 825px;
	background: #000 url(/img/search_body.gif) no-repeat bottom left;
	margin-bottom: 20px;
	padding: 0;
}
.search_content h3 {
	background: url(/img/search_h3.gif) no-repeat top left;
	padding: 10px 5px;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.search_content form {
	padding: 0;
	margin: 0 0 20px 20px;
	width: 780px;
}
fieldset#search_items {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}
fieldset#search_items div {
	width: 250px;
	float: left;
	padding: 0;
	margin: 0;
}

fieldset#search_items label {
	float: none;
	display: inline;
	color: #fff;
}
fieldset#search_items label.drop_down {
	float: left;
	width: 100px;
	padding: 5px 0;
}
select#nobeds,
select#location,
select#other {
	margin: 2px 0;
}




.cottage_content,
.page_content {/*All other pages*/
	float: left;
	width: 826px;
}

.page_content { /*None cottage details*/
	margin-top: 20px;
}


/*Cottage Results
--------------------*/
.results .block {
	width: 400px;
	height: 180px;
	margin-right: 10px;
	margin-bottom: 25px;
	background: #EEEEEE url(/img/result_bg.gif) no-repeat bottom left;
}

.results .block h2,
.results .block h3,
.results .block h4 {
	padding: 1px 0;
}
.results .block h3 {
	color: #666;
}
.results .block_inner {
	padding: 10px 10px 10px 10px;

}

.results .block_inner a .cottage-photo {
	border: 1px solid #eee;
}
.results .block_inner a:hover .cottage-photo {
	border: 1px solid #56345c;
}

/*Special Offers page*/
.results1 .block {
	width: 400px;
	height: 220px;
	margin-right: 10px;
	margin-bottom: 25px;
	background: #EEEEEE url(/img/result_bg.gif) no-repeat bottom left;
}

.results1 .block h2,
.results1 .block h3,
.results1 .block h4 {
	padding: 1px 0;
}
.results1 .block h3 {
	color: #666;
}
.results1 .block_inner {
	padding: 10px 10px 10px 10px;
}

.results1 .block_inner a .cottage-photo {
	border: 1px solid #eee;
}
.results1 .block_inner a:hover .cottage-photo {
	border: 1px solid #56345c;
}





.block-1 {
	float: left;
}
.block-2 {
	float: left;
}
.block-2 img {
	float: left;
	margin: 0;
}

.block-2 .img {
	float: left;
	margin: 0 10px 10px 0;
}
.block-2 .results-right {
	float: right;
	width: 200px;
}
.block-2 .nav_results {
	float: left;
	clear: left;
	width: 350px;
}


/*Cottage Detail Page
---------------------*/



.results .detail_page {
	width: 826px;
	height: auto;
	margin-right: 20px;
	float: left;
	background: #EFEFEF url(/img/cottage_bg.gif) no-repeat bottom left;
	padding-bottom: 20px;

}
.results .top_block {
	height: 200px;
}
.results .detail_content {
	width: 406px;/*506*/
	float: left;
	margin-bottom: 5px;
}
.results .left,
.results .left_thumbnail {
	margin: 10px 10px 0 10px;
	float: left;
	width: 270px;
	padding: 0;
	text-align: center;
}
.results .cal_block {
	float: left;
}
.results .cal_overview {
	float: left;
	width: 170px;
	margin: 0px 0 1px 0;
	padding: 0px;
}
.results .left_alt {
	width: 200px;
	margin: 0 10px 0 20px;
}
.results .left img,
.results .left_thumbnail img {
	margin: 0;
	float: none;
}
.results .right {
	margin: 10px 10px 0 10px;
	padding: 0;
	float: left;
	width: 192px;
}
.results .right_alt {
	margin: 0 10px 0 10px;
	padding: 0;
}

.results .prices {
	margin: 10px 10px 0px 0;
	float: left;
	width: 274px;
	height: 220px;
	/*overflow: hidden;
	background: #7C4D83;*/
	padding: 0px 5px;
}

.results .prices_alt {
	margin: 0 10px 0 10px;
	height: 140px;
}
.results .prices_alt,
.results .right_alt {
	line-height: 1.3em;
}
.results .prices h2,
.results .prices h3,
.results .prices h4,
.results .prices p {
	color: #fff;
}
.results .prices h4 {
	font-weight: bold;
}
.results .prices a:link, 
.results .prices a:visited,
.results .prices a:hover {
color: #fff;
}
.results .prices a:hover {
	text-decoration: none;
}
.results .left_thumbnail ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.results .left_thumbnail li {
	display: inline;
	padding: 0 3px 0 0;
}
.results .cal_overview ul {
	list-style: none;
	padding: 0;
	margin: 0 10px;
}
.results .cal_overview li {
	padding: 2px 5px;
	display: block;
}
.results .cal_overview li.bullet_av,
.results .cal_overview li.bullet_bk {
	padding-left: 30px;
}
.results .cal_overview li.bullet_av {
	background: url(/img/av_bg.gif) no-repeat left center;
}
.results .cal_overview li.bullet_bk {
	background: url(/img/bk_bg.gif) no-repeat left center;
}

/*Alternative Cottages*/




/*newsletter
--------------*/
.block-3 {
	background: #000 url(img/lt_bm.gif) no-repeat bottom left;
	padding: 10px;
	color: #fff;
	text-align: right;
	width: 287px;
}

.block-3 h3 {
color: #fff;
text-align: left;
}

.block-3 label {
float: left;
clear: left;
width: 100px;
padding: 5px 5px 10px 5px;
}

.block-3 .form-text {
margin: 0 0 10px 0;
}

.block-3 .form-submit,
.search_content .form-submit {
background: url(img/bt_3.gif) no-repeat bottom right #7c4d83;
width: auto;
}



/*lower*/
.lower .block {
	width: 170px;
	height: 295px;
	overflow: hidden;
	background: url(img/bk_3_new.gif) no-repeat bottom left;
	margin-right: 2px;
}

.lower .block_inner {
	padding: 0;
}
.lower .block_inner h3{
	padding: 5px 5px;
}
.lower .block_inner ul {
	list-style: none;
	margin: 0;
	padding: 2px 10px 10px 10px;
}
.lower .block_inner li {
	display: block;
	padding: 2px 0;
}

.lower img {
	margin: 1px 1px 1px;
}

/*footer*/
.footer {
	float: left;
	clear: both;
	padding: 15px 10px 0 0;
	width: 650px;
}

.footer ul {
margin: 0;
padding: 0 0 5px 0;
list-style: none;
}

.footer li {
margin: 0;
padding: 0 12px 0 2px;
float: left;
display: inline;
background: url(img/pipe.gif) no-repeat right;
}
.footer p {
	clear: left;
}

.footer a:link, .footer a:visited {
color: #666;
text-decoration: none;
}

.footer a:hover {
color: #333;
text-decoration: none;
}

.footer li.first {
padding: 0 12px 0 0;
}

.footer li.last {
background: none;
}


/*Contact Form
-------------------*/

#contactus {
	margin: 5px 0 20px 5px;
	text-align: left;
}
#contactus label {
	text-align:	left;
	font-weight: bold;
	float: none;
	color: #7c4d83;
}
#contactus label em {
	font-weight: normal;
	font-style: italic;
	color: #666;
}
#contactus label em {
	font-weight: normal;
	font-style: italic;
	color: #666;
}

#contactus dl {
	margin: 0;
	padding: 0;
}
#contactus dd {
	margin: 0;
	padding: 0;
}
#contactus dt {
	color: #333;
	float: none;
	padding-top: 7px;
}
#contactus #name, #contactus #email,  #contactus #tel {
	width: 250px;
	border: 1px solid #ccc;
	padding: 2px 1px;
	/*margin-bottom: 10px*/;
}

#contactus textarea {
	width: 300px;
	height: 100px;
	font-family: inherit;
	border: 1px solid #ccc;
}

/*Calendar and availability
------------------------------*/
table.calendar {
	width: 268px;
	margin: 0;
	border-collapse: collapse;
	border: 1px solid #56345C;
}
table.cal_details {
	margin: 10px;
}

table.calendar caption {
	text-align: left;
	margin: 0 5px;
	padding: 1px 0;
	font-size: 1.4em;
	color: #7c4d83;
}

col {
  border-right: 1px solid #ccc;
}

col#December {
  border: none;
}
table.calendar tbody {
	background: #fff;
}
table.calendar th,
table.calendar td {
  padding: 0.1em 0.5em;
}
table.calendar td {
  border-right: 1px solid #ccc;
}
table.calendar td.last {
	border: none;
}
table.calendar th {
	text-align: left;
	font-size: 1.3em;
	font-weight: normal;
	/*color: #000;*/
}
table.cal_details th {
	font-size: 1.1em;
}
table.cal_details th,
table.cal_details td {
  padding: 0.1em 0.2em;
  text-align: center;
}
table.cal_details th.cal_left,
table.cal_details td.cal_left,
td.month_left {
	text-align: left;
}
td.month_left ,
td.month_right {
	background: #DDD6DE;
}
table.calendar td.date_active {
	background: #a8a8a0;
}
table.calendar td.date_av {
	background: #990000;
}
table.calendar td.date_av a:link, 
table.calendar td.date_av a:visited {
color: #000;
}

table.calendar td.date_av a:hover {
color: #fff;
}
table.calendar td.date_bk {
	background: #FF9900;
}
table.calendar td.none {
	padding: 0.1em 0;
}


table.cal_details th.cal_right,
td.month_right {
	text-align: right;
	color: #000;
}
table.cal_details td.cal_available {
	background: #990000;
}
table.calendar .odd {
	background: #AA99AD;
}
table.calendar .month {
	background: #DDD6DE;
}
table.calendar .even {
	background: #fff;
}






table.booking {
	width: 500px;
}
table.booking th {
	color:#666;
	width: 150px;
}
table.booking td {
	color:#666;
	width: 150px;
	border-right: none;
}

.availability {
	float: left;
	width: 790px;
	margin: 10px 20px;
}
.availability .date_details {
	float: left;
	width: 142px;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	background: #7C4D83;
	color: #fff;
}
.availability .date_details a:link, 
.availability .date_details a:visited,
.availability .date_details a:hover {
	color: #fff;
	text-decoration: none;
}
.availability .date_details a:hover {
	text-decoration: underline;
}

/*Booking Elements
--------------------*/
.nav_form {
	margin: 0 20px 0px 20px;
	display: block;
}
#BookingS2 form {
	margin: 20px 0;
}
#BookingS2 label {
	float: left;
	display: block;
	margin: 1em 1.5em 0.5em 0;
	font-weight: bold;
}
#BookingS2 input,
#BookingS2 textarea {
	display: block;
}
fieldset input {
	width: 150px;
	border: 1px solid #ccc;
	padding: 2px 1px;
}
input.radio, 
input.checkbox, 
input.submit {
  width: auto;
  border: none;
}
fieldset input.hidden {
	width: auto;
	border: none;
	padding: 0;
	/*color: #7C4D83;
	font-weight:bold;
	*/
	font-size:12px;
	color: #666;
	font-weight:normal;
}
fieldset input.hiddenTotal {
	width: auto;
	border: none;
	padding: 0;
	/*color: #7C4D83;
	font-weight:bold;
	*/
	font-size:12px;
	color: #666;
	font-weight:bold;
}
#expiry,
#start_date {
	width: 70px;
}
#issue,
#cv2 {
	width: 40px;
}
fieldset input.cc,
#customer {
	width: 240px;
}
#BookingS2 textarea {
	width: 470px;
	height: 100px;
	font-family: inherit;
	border: 1px solid #ccc;
}
#BookingS2 select {
	display: block;
}

fieldset {
	margin: 1em 20px;
	padding: 8px;
	border : 1px solid #ccc;
	clear: both;
	background: #fff;
	width: 800px;
}
fieldset legend {
	font-weight: normal;
	padding: 0 5px;
	color: #7c4d83;
	font-size: 1.4em;
}
fieldset.inner legend,
fieldset.extras legend {
	font-size: 1.2em
}
fieldset.inner,
fieldset.extras {
	width: 700px;
}
fieldset.outer {
	width: 760px;
}
fieldset.terms {
	margin: 0 20px;
	padding: 4px;
	border: none;	
	clear: both;
	background: transparent;
	width: 700px;
}

fieldset.terms input.checkbox,
fieldset.extras input.checkbox {
	clear: both;
	float: left;
	width: auto;
	padding:0px;
}

fieldset.extras label {
	font-weight: normal;
	margin: 1em 0 0.5em 0;
}
/*Make fields invisible*/
fieldset.extras input.inputtext {
	float: left;
	background-color: transparent;
	border: none;
	padding: 0;
	width: auto;
}

.tabledisplay table{
    width:140px;
}


ol.book_headings {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}
ol.book_headings li {
	display: inline;
	width: 120px;
	padding: 2px 15px 2px 2px;
	margin: 0 5px;
	border-right: 1px solid #ccc;
}
ol.book_headings li.last {
	border-right: none;
}

/*Star Rating
-------------*/
ul.rating {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.rating li {
	display: inline;
	margin: 0;
}
ul.rating li.first_rate {
	padding-right: 10px;
}
ul.rating li.star {
	background: url(/img/star_bullet.gif) no-repeat left;
	padding: 5px 9px;
}
ul.rating li span {
	display: none;
}
