/* @override http://haciendaalemana.com/css/styles.css */
/* RESET -----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
del {text-decoration: line-through;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea {font-family:inherit; font-size:inherit;}

/* GRID ----- */
.g1 {width:60px;}
.g2 {width:140px;}
.g2b {width:190px;}
.g3 {width:220px;}
.g4 {width:300px;}
.g5 {width:380px;}
.g6 {width:460px;}
.g7 {width:540px;}
.g8 {width:620px;}
.g9 {width:700px;}
.g10 {width:780px;}
.g11 {width:860px;}
.g12 {width:940px;}
.col {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

/* General classes ----- */
.note {
	font-size:85%;
	color:#666;
}
.cl {
	clear:both;
	height:0px;
	display:block;
}
img {border: none; padding:0; }
img a {border:none;}
img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }
blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}
.message {
	padding:5px 8px;
	margin:10px 0;
	font-weight:bold;
	border:1px solid #fd0;
}
#success {
	border-color:#371;
	background:#f7fff1;
}
#warning {
	border-color:#fe8;
	background:#ffe;
}
#error {
	border-color:#c33;
	background:#fff1f1;
}
img.pic, img.picr, img.picl {
	padding:3px;
	background:#fff;
	border:1px solid #cc9;
}
img.pic {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.picr {
	margin: 0 0 2px 7px;
	display: inline;
}
img.picl {
	margin: 0 7px 2px 0;
	display: inline;
}

/* Forms */
form table {margin-top:10px;}
form table td {padding:5px 10px 10px 0;}
form table label {display:block; padding-left:3px;}
form table label .note {
	float:right;
	color:#888;
}
form table input,
form table textarea,
form table select {
	border:none;
	padding:3px 5px 0 5px;
	font-size:135%;
	color:#555;
	background:url(../images/sprite_form.gif);
	background-repeat:no-repeat;
	display:block;
}
form table input {
	height:27px;
	width:285px;
	background-position:0 0;
}
form table select {
	height:30px;
	width:294px;
	padding:3px;
}
form table input.num {width:130px;background-position:0 -100px;}
form table input.date {width:105px;padding-right:30px;background-position:0 -200px;}
form table input:focus {background-position:0 -50px;}
form table input.num:focus {background-position:0 -150px;}
form table input.date:focus {background-position:0 -250px;}
form table textarea {
	height:180px;
	width:604px;
	background-position:0 -300px;
	padding:3px 5px !important;
}
form table textarea:focus {background-position:0 -500px;}
input#submit,
#mc_embed_signup input.btn {
	padding:2px 10px;
	font-size:110%;
	font-weight: bold;
	background:#f3efdd url(../images/bgb.gif) bottom repeat-x;
	border:1px solid #cc9;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:3px 10px;
	color:#630;
	cursor:pointer;
}
input#submit:hover {background:#d3d2a5;}
form td.error {
	color: #a00;
	font-weight: bold;
}
form span.errormsg {
	font-size: 85%;
	font-weight: normal;
	display: block;
}
#mc_embed_signup {margin-bottom:15px;}
#mc_embed_signup input.email {
	width:295px;
	margin:7px 0;
}
#module_subscribe #mc_embed_signup input.email {width:275px;}
#mc_embed_signup label {font-weight:bold;}
#mc_embed_signup label strong.note-required {
	float:right;
	font-size:11px;
	color:#666;
	font-weight:normal;
}
#mc_embed_signup div.mce_inline_error {
	font-size:11px;
	color:#900;
	font-weight:normal;
	margin:0;
	padding:2px;
}

body#subscribe #content {
	margin-top:15px;
}
#subscribeform,
#mc-unsubscribe-form {
	width:300px;
	margin:0 auto;
}
#subscribeform br {display:none;}
div.errorText {
	margin:0;
	font-size:11px;
	color:#c00;
}

/* Tables */
table.subscribetable {
	border-bottom:1px solid #FFFAE6;
	border-top:1px solid #E1DCC8;
	width:450px;
	margin:0 auto;
	margin-bottom:20px;
	border-collapse:separate;
}
.subscribetable td {
	border-top:1px solid #FFFAE6;
	border-bottom:1px solid #E1DCC8;
	padding:3px 6px;
	text-align:left;
}
/* Layout */
#header_container,
#container,
#foot_container {
	width:100%;
	clear:both;
}
#header,
#menu,
#content,
#footer {
	width:960px;
	margin:0 auto;
	clear:both;
}
#main, #sidebar {
	margin-top:15px;
}

/* */
body {
	background:#f4f1df url(../images/bg.gif) repeat;
	font:80%/150% Arial, Helvetica, sans-serif;
	color:#444;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#863;
}
h1 {
	font-size:1.8em;
	line-height:1;
	margin-bottom:0.5em;
	padding-bottom:12px;
	text-align:center;
	background:url(../images/bgt.gif) center bottom no-repeat;
}
h1 strong {
	background:url(../images/bg.gif);
	padding:0 5px;
	font-weight:normal;
}
h1 strong small {font-size:65%;}
h2.tag {border-top: 1px solid #DFD9C3; line-height:0em; text-align:center; margin:1em 0;}
h2.tag span {background:#f5f1df; padding:0 5px;}
.bottom-note {border-bottom: 1px solid #DFD9C3; padding:0 0 1em 0;}
p.highlight {font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; line-height:1.3em; color:#666;}
h2 {font-size:1.5em; margin-bottom:0.75em; color:#900;}
h3 {font-size:1.3em; line-height:1; margin-bottom:.8em;}
h4 {font-size:1.2em; line-height:1.25; margin-bottom: 1.25em; }
h5, h5 {font-size: 1em; font-weight: bold;}
h2 a {color:#900;}
h3 a,h4 a,h5 a,h6 a {
	color:#863;
	text-decoration:none;
}
h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {text-decoration:underline;}
p {margin:0 0 1.5em;}
a {color:#630;}
a:visited {}
a:hover {text-decoration:none;}
li ul, 
li ol {margin:0 1.5em;}
ul, ol {margin: 0 1.5em 1.5em 1.5em;}
ul {list-style-image: url(../images/bullet.gif);}
ol {list-style-type:decimal;}
dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}
a.button {
	background:#f3efdd url(../images/bgb.gif) bottom repeat-x;
	border:1px solid #cc9;
	padding:1px 5px;
	color:#630;
	text-decoration:none;
	text-shadow:1px 1px 0 #eec;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
a.button:hover {background:#d3d2a5;}

/* Content --- */

/* Header --- */
#wrapper {background:url(../images/bgh.gif) top repeat-x;}
#header_container {background:url(../images/logo.gif) center top no-repeat; height:189px;}
#header {position:relative;}
#lang {
	position:absolute;
	top:0;
	right:0;
	padding:5px;
	background:#b32626;
	overflow:hidden;
}
#lang li,
#lang a {
	display:block;
	float:left;
}
#lang a {
	color:#f0d4d4;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	padding:0 10px;
}
#lang a:hover {text-decoration:underline; color:#fff;}
#lang #en,
#lang #es {border-right:1px solid #e0a6a6;}
#site_title a {
	display:block;
	text-indent:-999em;
	width:292px;
	height:111px;
	margin:0 auto;
}
#site_description {
	position:absolute;
	text-indent:-999em;
}

/* Menu --- */
#menu {
	width:960px;
	margin: 0 auto;
	overflow: hidden;
}
#menu li,
#menu a {
	display:block;
	float:left;
}
#menu li {
	background:url(../images/m.gif) left no-repeat;
	margin-top:5px;
	padding-left:1px;
	list-style:none;
}
#menu li:first-child {background:none;}
#menu a {
	text-decoration:none;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-shadow:#700 1px 1px 0;
	font-size:12px;
	padding:15px 15px 0 15px;
	height:35px;
}
#menu a:hover {background:url(../images/mo.gif) center bottom no-repeat;}
#menu .current a {background:url(../images/current.gif) center no-repeat; cursor:text;}

/* Footer --- */
#footer {
	background:url(../images/bgf.jpg) top no-repeat;
	font-size:85%;
	padding-top:10px;
	color: #776;
}
#footer p {margin-bottom:4px;}
#footer a {color:#996;}
#socialmedia ul,
#sublinks ul {
	list-style-type: none;
	margin: 0;
}
#sublinks li {
	display:inline;
	overflow: hidden;
	width: 220px;
	float: left;
	list-style-image: none;
}
#sublinks a {
	display: block;
	padding: 3px 0 3px 20px;
	margin-right: 20px;
	background: url(../images/bullet.gif) left no-repeat;
	border-top: 1px solid #cc9;
}

#socialmedia li {
	margin: 0;
}
#socialmedia a {
	background:url(../images/sprite_ico.gif) no-repeat;
	padding:0 0 0 25px;
	display: block;
	margin-bottom:5px;
}
#fb a {background-position: 0 0;}
#tw a {background-position: 0 -100px;}
#ta a {background-position: 0 -200px;}
#fb a:hover {background-position: 0 -50px;}
#tw a:hover {background-position: 0 -150px;}
#ta a:hover {background-position: 0 -250px;}
#siteinfo {
	clear:both;
	width:960px;
	margin:20px auto;
	border-top:1px solid #DFDAC6;
	color:#bfbda6;
}
#siteinfo div {
	border-top:1px solid #FEF9E5;
	padding:5px 0;
}
body #siteinfo p {margin:0;width:480px;}
#siteinfo #author {text-align:right; visibility:hidden;}

/* Sidebar ---*/
#sidebar {
	padding-left:15px;
	width:285px;
	min-height:450px;
	background:url(../images/bgs.jpg) left no-repeat;
}
#sidebar h2 {
	color:#634;
	text-transform:uppercase;
	font-size:16px;
}
#sidebar .module {
	border-bottom:1px solid #EAE5CF;
	padding-bottom:10px;
	margin-bottom:10px;
}
.block {
	border-top:1px solid #EAE5CF;
	margin-top:10px;
	padding-top: 10px;
}
#sidebar .module p {margin-bottom:5px;}
#module_restauranth,
#module_restaurantl,
#module_restaurants {padding-bottom:0;}
#module_restauranth ul,
#module_restaurantl ul,
#module_restaurants ul {
	margin-left:0;
	list-style:none;
}
#module_restauranth li,
#module_restaurantl li,
#module_restaurants li {
	margin-bottom:10px;
}
#module_restauranth a,
#module_restaurantl a,
#module_restaurants a {
	text-decoration:none;
	display:block;
	color:#444;
}
#module_restauranth strong,
#module_restaurantl strong,
#module_restaurants strong {
	text-decoration:underline;
	color:#630;
	display:block;
	font-size:110%;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#module_restauranth a:hover,
#module_restaurantl a:hover,
#module_restaurants a:hover {
	text-decoration:none;
	background:#fcf9ec;
}
#map {height:300px;}
div#popup {
	margin:0px;
	padding:0px;
	width:170px;
	font-size:11px;
	line-height:13px;
}
/* HOME ---- */
#homepics {
	background:url(../images/shad.jpg) bottom no-repeat;
	padding-bottom:20px;
	height:240px;
}
#homepics img {
	display:block;
	border:4px solid #fff;
	border-top:none;
	width:952px;
	height:240px;
	background:url(../images/bg.gif);
	display:none;
}

#highlights {
	background:url(../images/bgx.gif) center top no-repeat;
	height:200px;
	padding:20px 10px;
	clear:both;
}
#accomodation .item {
	min-height:80px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #cc9;
}
#accomodation .item img.roompic {
	border:1px solid #cc9;
	padding:3px;
	background:#fff;
	float:left;
}
#accomodation .item img.icon {
	margin-right: 5px;
	float: left;
}
#accomodation .item p,
#accomodation .item h2 {
	margin-left:85px;
}
#accomodation .item h2 {
	margin-bottom:7px;
}
#accomodation .item p {
	margin-bottom:3px;
	font-size:90%;
}
span.price {
	font-weight:bold;
	font-size:130%;
	color:#480;
}
h2 .persons,
h2 a .persons {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#863;
}
#hrestaurants {padding-left:10px; width:290px;}
#hrestaurants ul {margin-left:0;}
#hrestaurants li {margin-bottom:10px; list-style:none;}
#hrestaurants a {
	color:#444;
	text-decoration:none;
}
#hrestaurants a strong {
	display:block;
	text-decoration:underline;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#630;
	font-size:115%;
}
#hguestbook {padding-right:10px; width:290px;}
p.quote {
	font-size:115%;
	font-style:italic;
	margin-bottom:5px;
}
p.author {text-align:right;}

/* RESTARUANTES */
table.menu {
	margin-bottom:25px;
	width:100%;
	border-top:1px solid #DFD9C3;
}
.menu td {padding:3px 0;border-bottom:1px solid #DFD9C3; text-align:right;}
.menu th {
	padding:10px 0 3px 0;
	text-align:left;
	font-weight:normal;
	font-size:125%;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.menu .dish {font-weight:bold; text-align:left;}
.menu .price {color:#420;}

#tabmenu {
	padding:12px 0 5px 5px;
	margin-bottom:15px;
	background:#EBE6D0;
	border-bottom:1px solid #DDD8C4;
}
#tabmenu ul,
#tabmenu li {margin:0;}
#tabmenu li {
	display:inline;
	list-style:none;
}
#tabmenu a {
	margin:0 5px 0 0;
	padding:7px 10px;
	text-decoration:none;
	color:#900;
	font-weight:bold;
	border:1px solid #EBE6D0;
	border-bottom:none;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
}
#tabmenu a:hover {background:#EFEAD6;}
#tabmenu .current a {
	background:url(../images/bg.gif);
	color:#666;
	border:1px solid #DDD8C4;
	border-bottom-color:#F3EFDF;
	cursor:text;
}

/* ACCOMMODATIONS */
#standard h2 .persons,
#junior h2 .persons,
#master h2 .persons {
	display: block;	
}
#reservebox .offer,
p.offer {
	background:#ffe;
	border:1px solid #dcdab7;
	padding:10px;
	line-height:180%;
}
p.offer {
	padding:5px 10px;
	line-height:150%;
}
.offer strong {
	color:#c00;
}
#reservebox .bottom {
	background:#F7F3E8;
	border:1px solid #dcdab7;
	border-top-color:#fff;
	padding:10px;
	font-size:120%;
}
#reservebox .bottom a.button {
	margin-top:10px;
	display:block;
	width:6em;
	text-align:center;
}
#reservebox .bottom .tax {font-size:90%;}
#reservebox p {margin:0;}

#module_rooms ul,
#module_rooms2 ul,
#module_rooms li,
#module_rooms2 li {margin:0; list-style:none; list-style-image:none;}
#module_rooms a,
#module_rooms2 a {
	display:block;
	padding:3px 15px;
	padding-left:20px;
	border-top:1px solid #EAE5CF;
	background:url(../images/bullet.gif) left no-repeat;
}
#accommodations .g2b p {
	margin:7px 0;
}
#accommodations .g2b p .tax {
	display:block;
}

/* Photos */
#accommodations #photos {
	border-top:1px solid #dcdab7;
	margin-top:10px;
	padding-top:10px;
}
#photos table {
	margin-bottom:20px;
}
#photos td a {
	display:block;
	margin:0 8px 8px 0;
	padding:3px;
	background:#fff;
	border:1px solid #cc9;
}
#photos td a:hover {
	border:1px solid #c00;
	background:#EBE6D0;
}

/* GUESTBOOK */
.comment {
	margin:0 10px 10px 10px;
	overflow: hidden;
	float: left;
	display: inline;
	width:190px;
	background:#F7F5EE url(../images/bgcc.gif) repeat-y;
	border-top:1px solid #e1dabe;
}
.comment .quote {
	padding:5px 10px;
	font-style:italic;
}
.comment .quote p {margin-bottom:5px;}
.comment .author {
	background:#F4F0DF url(../images/bgcbot.gif) top no-repeat;
	padding-left:20px;
}
.comment .date {
	font-size:11px;
	color:#666;
	margin-left:5px;
}

/* LINKS */
h2.category {
	font-size:12px;
	color:#863;
	background:#EBE6D0;
	padding:2px 5px;
	text-transform:uppercase;
}
#links .item h2 {margin-bottom:5px;}
#links .item h2 a {text-decoration:none;}
#links .item h2 a strong {font-weight:normal; text-decoration:underline;}
#links .item h2 a span {font-size:13px;color:#633; margin-left:5px;}
#links .item h2 a:hover strong {text-decoration:none;}

/**/
#socialmedia #CDSWIDCOE,
#socialmedia #TA_certificateOfExcellence674 {margin:0; padding:0;}
#socialmedia #TA_certificateOfExcellence674 {margin-top:10px;}
#socialmedia .widCOELink a {background:none;}
#socialmedia .widCOEInnerBorder,
#socialmedia .widCOEDate {background:#fdfaee;}
#socialmedia #CDSWIDCOE {border:1px solid #dcd2af;}
#socialmedia #CDSWIDCOE.widCOE .widCOEInnerBorder {border:2px solid #ede6cf;}

.propertyItem {overflow:hidden; margin-top:10px; padding-top:15px; border-top:3px solid #ebe6d0;}
.propertyPic {width:234px; margin-right:15px;}
.propertyPic img {border:2px solid #fff;}
.propertyDesc {width:350px;}
.propertyPic,
.propertyDesc {overflow:auto; display:inline; float:left;}
.propertyDesc  .note {display:block;}
.propertyPic a.pics {position:relative;}
.propertyPic a.pics span {display:block; position:absolute; background:#fff; padding:0 5px 2px 5px; right:0; bottom:0; font-size:11px;}
a.pics:hover img {border:2px solid #ebe6d0;}
a.pics:hover span {background:#ebe6d0;}

/* Promotions ---- */
ul.promotions {
	list-style: none;
	margin: 0;
	margin-bottom: 15px;
	overflow: hidden;
}
.promotions li,
.promotions a {
	display: block;
	float: left;	
}
.promotions li {
	width: 188px;
	margin-right:10px;
	margin-bottom:10px;
	border: 1px solid #e3e2cd;
}
.promotions a {
	width: 170px;
	text-decoration: none;
	color: #333;
	background: #f9f8ef;
	padding: 7px;
	height: 11em;
	line-height: 1.3em;
	border: 2px solid #f9f8ef;
	display: block;
}
.promotions a:hover {
	border-color:#e3e2cd;
	background: #fdfcf8;
}
.promotions .day {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #630;
	display: block;
}
.promotions .link {
	display: block;
	text-decoration: underline;
	color: #633;
	margin-top:10px;
}
.promotions strong.promo,
.promo strong {font-size:18px; color:#564; text-shadow:0 1px 1px #fff; display:block; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; margin-bottom:3px;}
.promotions strong.promo {
	margin: 10px 0 5px 0;
	line-height: 1.3em;
}
#content div.promotions {border:2px solid #8b9570; background:#efeae0; width:616px; margin:0 0 15px 0;}
#content .promotions .g2 {border-right:2px solid #d4cbbd; padding:7px; text-align:center; height:250px; margin:7px 0; width:138px;}
.promotions .g2 td {text-align:left; padding:2px; font-size:90%;}
#content .promotions .daily {border-right:none;}
p.day {color:#a4803b; font-weight:bold; text-transform:uppercase;}
#content .promotions p.note {margin:3px 0;}
td.dish em {color:#555; font-weight:normal;}

div.three-courses {
	background:#EBE6D0;
	padding:10px 10px 0 10px;
	margin-bottom:15px;
	text-align:center;
}
.promo strong {font-size:20px; color:#89916b; text-shadow:1px 1px 0 #d4cbbd; display:block; font-weight:normal;}
td.dish em,
h3 em,
h4 em {font-style:normal; font-size:85%;}

table.awards {margin:0 auto;}
.awards td {padding-right:10px;}
.news .label {
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #760;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #cc9;
	padding: 1px 4px 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.hawards,
.homelinks,
.callto,
.news {
	margin: 15px 0;
	padding: 15px 0;
	border-top: 1px solid #cc9;
}
.news {padding-bottom: 0;}
.news h2 {
	margin-top: 10px;
	margin-bottom: 0;
}
.news p {margin: 5px 0;}
#welcome .news {
	display: none;
}

.hawards h2 {
	color: #666;
	float: left;
}
.hawards h2 strong,
.hawards h2 span {
	display: block;
	margin-left: 23px;
}
.hawards h2 strong {
	font-weight: normal;
	font-size: 18px;
}
.hawards h2 span {
	font-size: 13px;
}

.homelinks {
	width: 100%;
	overflow: hidden;
}
.homelinks ul,
.homelinks li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.homelinks li,
.homelinks a {
	float: left;
	display: block;
}
.homelinks li {
	width: 50%;
	min-height: 4.5em;
}
.homelinks a {
	text-decoration: none;
	color: #555;
	padding: 5%;
	line-height: 1.3em;
	margin-bottom: 15px;
}
.homelinks a strong,
.homelinks a span {
	margin-left: 40px;
	display: block;

}
.homelinks a strong {
	color: #900;
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, serif;
	margin-bottom: 3px;
}
.homelinks a:hover strong {
	text-decoration: underline;
}
.homelinks a:hover {
	background-color: #f7f5ee;
}
.homelinks img.icon,
.hawards img.icon {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	background-image: url(../images/icons.gif);
}
.hawards img.icon {	width: 20px;}
.photos {background-position: 0 0;}
.promos {background-position: -50px 0;}
.re {background-position: 0 -50px;}
.map {background-position: -50px -50px;}
.quote {background-position: -100px -100px;}
.blog {background-position: -50px -100px;}
.awards {background-position: -100px -150px;}

a.btn-large {
	font-size: 16px;
	padding: 5px 10px;
	line-height: 30px;
}

/* Guestbook styles ---- */
.widSSPPower,
.widSSPSummary,
.widWRLPower,
.widWRLBranding {display:none;}
#TA_selfserveprop703 {margin-bottom:15px;}
#TA_selfserveprop703,
#TA_selfserveprop703 #CDSWIDSSP {width:620px !important;background:#F4F1DF url(../images/bg.gif) !important;}
#CDSWIDSSP .widSSPData .widSSPInformation,
#CDSWIDSSP .widSSPData .widSSPReviews {border-color:#cc9;}
#CDSWIDSSP .widSSPData,
#CDSWIDWRL .widWRLData {background:#F4F1DF url(../images/bg.gif) !important; margin:0; padding:0 !important; border:none !important;}
#CDSWIDSSP .widSSPBranding {background:#fff; padding:7px; border-bottom:none;}
#TA_selfserveprop703 .widSSPH11,
#TA_selfserveprop703 .widSSPPopIdx b {font-family:Georgia, "Times New Roman", Times, serif; font-size:16px !important; color:#900 !important; font-weight:normal !important;}
#CDSWIDWRL .widWRLLink,
#CDSWIDWRL .widWRLLink a {color: #634 !important;text-transform: uppercase;font-size: 16px !important; font-weight:normal !important; font-family:Georgia, "Times New Roman", Times, serif !important;}

.widSSPOneReview ul.widSSPBullet li {
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	border-bottom:1px dotted #cc9 !important;
}
.widSSPOneReview ul.widSSPBullet li .widSSPQuote {
	font-size:14px !important;
	font-style:italic !important;
	display:block !important;
	color:#333 !important;
	margin:3px 0 !important;
}
.widSSPOneReview ul.widSSPBullet li .widSSPDate {
	display:block !important;
	margin-bottom:3px;
	color:#666 !important;
	font-size:11px;
}
.hotel-info {
	padding-top: 15px;
	padding-bottom: 10px;
}
.hotel-info .col {background: url(../images/vline.gif) right top no-repeat;}
.hotel-info .hotel-comments {background: none;}
.hotel-info .hotel-amenities li {margin: 5px 0;}
.hotel-rooms ul,
.hotel-rooms li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hotel-rooms li {
	overflow: hidden;
	margin-bottom: 10px;
}
.hotel-rooms img {
	float: left;
	margin-right: 7px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
}
.hotel-rooms a {
	color: #333;
	display: block;
	text-decoration: none;
	overflow: hidden;
}
.hotel-rooms strong {
	font-family: Georgia;
	font-weight: normal;
	font-size: 16px;
	color: #900;
	display: block;
	margin-top: 4px;
}
.hotel-rooms a:hover {
	background: #f7f5ee;
}
.hotel-rooms a:hover strong {
	text-decoration: underline;
}

#social-top {
	float:left;
	padding: 5px 10px;
	background: #b32626;
	overflow: hidden;
	color:#f0d4d4;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#social-top li,
#social-top a {
	float:left;
	display:block;
	line-height:16px;
}
#social-top a {
	color:#f0d4d4;
	text-decoration:none;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#social-top img {
	vertical-align:top;
}
#social-top a:hover {color:#fff;}