@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'ITC Avant Garde Std Md';
	src: url('/skin/fonts/itcavantgardestd-md-webfont.eot');
	src: local('☺'), url('/skin/fonts/itcavantgardestd-md-webfont.woff') format('woff'), url('/skin/fonts/itcavantgardestd-md-webfont.ttf') format('truetype');
}


body {
	margin: 0;
	background: #f2ebe2;
}
body, th, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #645743;
}

img {
	border: 0;
}

form {
	margin: 0;
}
input, select, textarea {
	background: #FFFFFF top repeat-x url(/skin/images/input-bg.gif);
	border: 1px solid #f3f3f3;
	padding: 2px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: italic;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input.button {
	width: auto;
	border: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

h1 {
	margin-top: 0;
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #2e2724;
	font-style: italic;
	font-weight: normal;
}
h2 {	
	margin: 18px 0 12px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #7f561f;
	font-style: italic;
	font-weight: normal;	
}
h2 a:link, h2 a:active, h2 a:visited {
	color: #7f561f;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #2e2724;
	margin: 16px 0 10px 0;
	font-style: italic;
	font-weight: normal;	
}
h3 a:link, h3 a:active, h3 a:visited {
	color: #514742;
}
h4 {
}
p {
	margin-top: 5px;
}

a:link, a:active, a:visited {
	color: #b07626;
	text-decoration: underline;
}
a:hover {
	color: #b07626;
	text-decoration: none;
}
/* Less obvious content links */
a.link:link, a.link:active, a.link:visited {
	color: #645743;
	text-decoration: none;
	cursor: text;
}
a.link:hover {
	color: #645743;
	text-decoration: none;
}
/* More links */
a.more:link, a.more:active, a.more:visited {
	background: right no-repeat url(/skin/images/icon-arrow.png);
	padding-right: 11px;
	text-decoration: none;
}
a.more:hover {
	color: #52493e;
	text-decoration: none;
}



blockquote {
	background: top left no-repeat url(/skin/images/icon-blockquote.png);
	margin: 5px 0;
	padding: 5px 0 10px 30px;
	font-style: italic;
}
blockquote p {
	color: #5b5b5b;
}
blockquote .highlight {
	color: #a77025;
	margin-top: 5px;
	font-weight: normal;
	font-style: normal;
}
blockquote .details {
	margin-bottom: 15px;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	font-style: normal;
}

.notification {
	margin: 10px 0;
	padding: 5px 20px 5px 30px;
	background: #f4f4f4 7px 7px no-repeat url(/skin/images/icon-notification.png);
	border: 1px solid #6DC361;
	color: #6b6b6b;
}
.warning {
	margin: 10px 0;
	padding: 5px 20px 5px 30px;
	background: #f4f4f4 7px 7px no-repeat url(/skin/images/icon-warning.png);
	border: 1px solid #bcbcbc;
	color: #6b6b6b;
}
.error {
	margin: 10px 0;
	padding: 5px 20px 5px 30px;
	background: #f4f4f4 7px 7px no-repeat url(/skin/images/icon-error.png);
	border: 1px solid #EA6B58;
	color: #6b6b6b;
}



/* FLOAT CLEARING */
.clearleft {
	clear: left;
	overflow: hidden;
	height: 0;
}
.clearright {
	clear: right;
	overflow: hidden;
	height: 0;
}
.clearboth {
	clear: both;
	overflow: hidden;
	height: 0;
}

/* Divider */
.div {
	overflow: hidden;
	height: 0;
	border-bottom: 1px solid #dbd3ca;
}

/* Container with fade */
#container-outer-bg {
	background: top center repeat-x url(/skin/images/container-outer-bg.jpg);
}
/* Container with additional bg image if necessary */
/*#container-outer {
	background: top center no-repeat url(/skin/images/container-outer.jpg);
	min-height: 740px;
	height: auto !important;
	height: 740px;
}*/
/* Container */
#container {
	width: 980px;
	margin: 0 auto;
}

#header {
	padding: 0 10px;
}
#header .left {
	float: left;
	width: 310px;
	padding: 18px 0 22px 6px;
}
#header .right {
	float: right;
	width: 563px;
}


/* Main Menu */
#menu {
	margin: 0 10px;
	padding: 0;
	height: 44px;
	font-size: 12px;
	font-family: 'ITC Avant Garde Std Md', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: top repeat-x url(/skin/images/menu-bg.gif);
	border-bottom: 5px solid #251f1d;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#menu ul {
	margin: 0;
	padding: 0;
	display: inline;
}
#menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 2px 0 0;
	background: right no-repeat url(/skin/images/menu-div.gif);
}
#menu a:visited, #menu a:active, #menu a:link {
	padding: 15px 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#menu a:hover {
}
/* Sub menu */
#menu li ul {
	display: none;
	width: 220px;
	height: auto;
	border: 0;
	position: absolute;
	z-index: 999;
	padding: 5px 0;
	margin: 0;
	background-color: #413529;
}

#menu li:hover ul, #menu li.sfhover ul {
	display: block;
}
#menu li:hover, #menu li.sfhover, #menu li.active {
	background: top right no-repeat url(/skin/images/menu-div-hover.gif);
}
#menu li.active a:link, #menu li.active a:active, #menu li.active a:visited {
	color: #FFFFFF;
	background: top repeat-x url(/skin/images/menu-bg-hover.gif);
}
#menu li:hover a:link, #menu li:hover a:active, #menu li:hover a:visited, #menu li:hover a:hover,
#menu li.sfhover a:link, #menu li.sfhover a:active, #menu li.sfhover a:visited, #menu li.sfhover a:hover {
	color: #FFFFFF;
	background: top repeat-x url(/skin/images/menu-bg-hover.gif);
}
#menu li:first-child a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#menu .top.parent {
}
#menu li li {
	padding: 0;
	margin: 0;
	float: none;
	height: auto;
	text-transform: none;
	border: 0;
	background: none;
}
#menu li ul a:link, #menu li ul a:active, #menu li ul a:visited {
	padding: 5px 15px;
	margin: 0;
}
#menu li:hover ul a:link, #menu li:hover ul a:active, #menu li:hover ul a:visited, #menu li.sfhover ul a:link, #menu li.sfhover ul a:active, #menu li.sfhover ul a:visited{
	background: none;
	color: #FFFFFF;
}
#menu li li:hover, #menu li li.sfhover, #menu li li.active {
	background: none;
}
#menu li ul a:hover, #menu li:hover ul a:hover, #menu li.sfhover ul a:hover {
	color: #d5ad77;
}
/* Alternate menu option */
#menu li.alt {
	float: right;
	padding: 0;
	background: top repeat-x url(/skin/images/menu-bg-alt.gif);
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
#menu li.alt a {
	color: #FFFFFF;
}
#menu li.alt a:hover {
	color: #FFFFFF;
}


/* Feature image */
.featureimage {
	background: bottom center no-repeat url(/skin/images/feature-bg-image.png);
	padding: 35px 85px 51px 85px;
	text-align: center;
}
.featureimage img {
	display: block;
	margin: 0 auto;
}
.featureflash-container {
	background: bottom center no-repeat url(/skin/images/feature-bg.png);
	padding: 35px 85px 51px 85px;
}
.featureflash {
	width: 810px;
	height: 344px;
	line-height: 0;
	position: relative;
}
.featureflash object {
	display: block;
	position: absolute;
	left: 0;
}

/* Content */
#content {
	background: #F2EBE2;
	margin-top: 15px;
}
.content {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	line-height: 18px;
}
#content .left {
	float: left;
	width: 610px;
	padding-bottom: 15px;
}
#content .right {
	float: right;
	width: 330px;
	padding-top: 10px;
}
#content .right h3 {
	font-size: 18px;
}

/* Highlight - used for highlighting keywords in search results */
.content em.highlight {
	padding: 2px 5px;
	background-color: #a77025;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}


/* Breadcrumbs */
.breadcrumbs {
	margin-bottom: 15px;
	color: #999999;
}
.breadcrumbs a:link, .breadcrumbs a:active, .breadcrumbs a:visited {
	color: #999999;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #999999;
	text-decoration: underline;
}


/* PANEL */
.panel {
	margin: 0 auto 15px auto;
	font-size: 12px;
	color: #666666;
}
.panel a {
	color: #d08000;
}
.panel h3 {
	margin: 0 0 10px 0;
}
.panel input, .panel select {
	width: 235px;
}
.panel .summary {
	line-height: 18px;
	margin-top: 5px;
}
.panel .button {
	text-align: center;
}
.panel .button input {
	width: auto;
}
.panel a:link, .panel a:active, .panel a:visited {
	text-decoration: none;
}
.panel a:hover {
	text-decoration: underline;
}
.panel .text-light {
	margin-top: 5px;
}

.phone {
	background: left no-repeat url(/skin/images/phone-bg.png);
	margin: 25px 0 15px 0;
	padding: 0 0 0 33px;
	font-family: 'ITC Avant Garde Std Md', Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #FFFFFF;
}
/* Panel - Search */
.panel.search {
	float: left;
	width: 224px;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
}
.panel.search h3 {
	margin-bottom: 0;
}
.panel.search input {
	width: 170px;
}
.panel.search .button {
	width: auto;
	border: 0;
	vertical-align: middle;
}

/* Panel - Social Media */
.panel.socialmedia {
	background: none;
	margin: 10px 0 0 0;
	border: 0;
	padding: 0;
	text-align: left;
}
.panel.socialmedia img{
	margin-right: 10px;
}

/* Panel - Book Online */
.panel.bookonline {
	background: top left no-repeat url(/skin/images/panel-bookonline-bg.png);
	float: right;
	width: 320px;
	height: 66px;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
	padding: 30px 0 0 10px;
	line-height: normal;
	border: 0;
	margin-top: 13px;
}
.panel.bookonline h3 {
	display: none;
}
.panel.bookonline table {
	width: 100%;
}
.panel.bookonline th {
	width: 90px;
	padding-right: 5px;
	text-align: left;
	color: #ffffff;
}
.panel.bookonline input {
	width: 130px;
}
.panel.bookonline select {
	width: 170px;
}
.panel.bookonline select.small {
	width: 100px;
}
.panel.bookonline input.button {
	margin: 0;
	padding: 0;
	width: auto;
	vertical-align: middle;
}

/* Panel - Newsletter Subscription */
.panel.newsletter {
	margin: 0;
	padding: 20px 0 0 20px;
	line-height: normal;
}
.panel.newsletter h3 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: italic;
}
.panel.newsletter .buttons {
	text-align: left;
	margin-top: 7px;
}
.panel.newsletter input.button {
	width: auto;
}

/* Panel - Special Offers */
.panel.special {
	position: relative;
	margin: 0;
	padding: 10px;
	font-size: 12px;
	color: #FFFFFF;
}
.panel.special h3 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: italic;
}
.panel.special h4 {
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 0;
	font-weight: bold;
}
.panel.special .text {
	font-size: 11px;
}
.panel.special p {
	color: #FFFFFF;
	margin: 0;
	font-size: 11px;
}
.panel.special a {
	color: #b07626;
}
.panel.special .image img {
	float: left;
	border: 3px solid #FFFFFF;
	margin-right: 14px;
}

/* Panel - FAQ */
.panel.faqs {
	line-height: normal;
	padding: 10px;
}
.panel.faqs strong {
	font-size: 14px;
}
.panel.faqs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.panel.faqs li {
	margin: 0 0 6px 0;
	padding: 8px;
}
.panel.faqs .button {
	padding-top: 8px;
}

/* Panel - Blog */
.panel.blog {
	line-height: normal;
	padding: 10px;
}
.panel.blog strong {
	font-size: 14px;
}
.panel.blog ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.panel.blog li {
	float: left;
	width: 260px;
	margin: 0 0 6px 0;
	padding: 0 0 20px 0;
}
.panel.blog li.date {
	float: left;
	width: 42px;
	background: #52493e;
	margin: 0 8px 0 0;
	padding: 5px 0;
	text-align: center;
	font-family: 'ITC Avant Garde Std Md', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.panel.blog li.date em {
	font-size: 22px;
	font-style: normal;
	color: #FFFFFF;
}


/* Categories / grey blocks -- blog and faq */
.panel.blog .categories, .panel.faqs .categories {
	margin: 0;
	padding: 0;
	list-style: none;
}
.panel.blog .categories li, .panel.faqs .categories li {
	line-height: normal;
	margin: 0 0 6px 0;
	padding: 10px 5px;
	float: none;
	width: 300px;
}


/* Entries list style */
ul.entries {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
ul.entries li {
	line-height: normal;
	margin: 0;
	padding: 10px 5px;
}
ul.entries em {
	font-style: normal;
	font-size: 11px;
 color: #7B7B7B;
}
/*ul.entries a:link, ul.entries a:active, ul.entries a:visited {
	color: #272626;
	text-decoration: none;
}
ul.entries a:hover {
	text-decoration: underline;
}*/

/* Subscribe icon list style */
.panel.blog .subscribe {
	margin: 0;
	padding: 10px;
}
.panel.blog .subscribe li {
	background: none;
	margin: 0 0 6px 0;
	padding: 8px;
	font-size: 14px;
	list-style: none;
}
.panel.blog .subscribe a:link, .panel.blog .subscribe a:active, .panel.blog .subscribe a:visited {
	display: block;
	padding: 9px 0 9px 40px;
	color: #3e3e3e;
	text-decoration: none;
}
.panel.blog .subscribe a:hover {
	color: #3e3e3e;
	text-decoration: underline;
}
.panel.blog .subscribe a.rss {
	background: left no-repeat url(/skin/images/icon-rss.gif);
}
.panel.blog .subscribe a.itunes {
	background: left no-repeat url(/skin/images/icon-itunes.gif);
}

.rss {
}

/* Archive list style */
.panel.blog .archive {
	margin: 0;
	padding: 0;
	list-style: none;
}
.panel.blog .archive li {
	width: auto;
	line-height: normal;
	margin: 0 0 6px 0;
	padding: 8px;
	float: none;
}


/* Panel - Contact */
.panel.contact {	
	background-color: #353535;
	border: 1px solid #222222;
	padding: 5px 15px;
	line-height: normal;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 18px;
	color: #EEEEEE;
}
.panel.contact h3 {
	color: #EEEEEE;
}
.panel.contact p {
	margin: 0;
	color: #EEEEEE;
}
.panel.contact ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.panel.contact li {
	margin: 5px 0;
	padding: 0;
	color: #EEEEEE;
}

/* Banner - home */
.banner {
	text-align: center;
	margin-bottom: 15px;
}


/* Photo Gallery / Album Panel */
.gallery {
}
.gallery td {
	width: 175px;
	font-size: 11px;
	color: #555555;
	line-height: 16px;
	vertical-align: top;
	text-align: center;
	padding: 10px;
}
.gallery td.none {
}
.gallery strong {
	font-size: 12px;
}
.gallery img {
	display: block;
	border: 5px solid #FFFFFF;
	margin-bottom: 5px;
}



/* Where the Google Map is inserted */
.map-container {
	width: 100%;
	height: 500px;
	margin-bottom: 15px;
}

/* The overlay popup window (which should be display: none by default) */
.map-info {
	display: none;
}

.map-info-window {
	width: 300px;
	min-height: 70px;
	font-size: 12px;
}

/* FORM - Standard forms, eg. Enquiry */
.form {
	margin: 5px auto;
}
.form th {
	width: 140px;
	padding: 5px 10px 5px 5px;
	text-align: left;
	font-weight: normal;	
	border-bottom: 1px solid #dbd3ca;
}
.form td {
	width: 430px;
	padding: 5px 50px 5px 5px;
	border-bottom: 1px solid #dbd3ca;
	color: #999999;
}
.form td em {
	font-size: 11px;
	font-style: normal;
}
.form td.required {
	background: 450px 7px no-repeat url(/skin/images/icon-required.png);
}
.form input, .form textarea {
	width: 415px;
}
.form input.short {
	width: 215px;
}
.form input.button {
	width: auto;
	border: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form table {
	margin: 0;
}
.form table td {
	width: auto;
	padding: 0 5px;
	border: 0;
}

/* CAPTCHA - if it's enabled in settings */
.form .captcha {
	width: 70px;
	margin-left: 10px;
}
.form .captcha-message {
	display: block;
	line-height: normal;
	padding-top: 5px;
}


/* Rooms Listing */
.rooms {
	width: 100%;
	margin: 5px auto;
}
.rooms th {
	width: 460px;
	padding: 0;
	vertical-align: top;
	text-align: left;
}
.rooms td {
	padding: 35px 0;
	vertical-align: top;
}
.rooms h2 {
	margin-top: 5px;
}
.rooms img {
	background: top center no-repeat url(/skin/images/rooms-bg.jpg);
	padding: 35px 20px;
}
.rooms img.button {
	border: 0;
	background: none;
	padding: 0;
}

/* News / Blog Article image*/
.article-image {
	float: right;
	margin: 0 0 10px 10px;
	padding-bottom: 10px;
	background: bottom right no-repeat url(/skin/images/photo-bg.gif);
}
.article-image img {
	border: 5px solid #FFFFFF;
}


/* Entry in a listing - used on Blog and FAQ */
.entry {
	margin: 15px auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}
.entry .thumb {
	float: left;
	margin: 0 20px 0 0;
	border: 5px solid #FFFFFF;
}
.entry .image {
	float: left;
	margin: 0 20px 3px 0;
	background: center 254px no-repeat url(/skin/images/icon-clicktozoom.png);
	padding-bottom: 30px;
}
.entry .image img {
	border: 5px solid #FFFFFF;
}
.entry .summary p {
	font-size: 12px;
}
.entry h2, .entry h2 a:link, .entry h2 a:active, .entry h2 a:visited {
	margin: 0;
	text-decoration: none;
}
.entry h2 a:hover {
	text-decoration: underline;
}
.entry .details {
	font-size: 11px;
	color: #999999;
}
.comment {
	background: 0px 10px no-repeat url(/skin/images/icon-profile.gif);
	padding: 10px 0 10px 60px;
	border-bottom: 1px solid #ebebeb;
	font-size: 11px;
	line-height: 16px;
	min-height: 48px;
  height: auto !important;
  height: 48px;
}




/* Paging */
.paging {
	margin: 10px 0;
	text-align: right;
	font-size: 11px;
	color: #52493e;
}
.paging a:link, .paging a:active, .paging a:visited {
	background-color: #52493e;
	padding: 2px 6px;
	color: #f2ebe2;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.paging a:hover, .paging em {
	background-color: #948875;
	padding: 2px 6px;
	color: #FFFFFF;
	font-style: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.paging .options {
	margin: 0 40px;
}
.paging .result-count {
	margin-left: 20px;
}

.smalltext {
	font-size: 11px;
	color: #999999;
	line-height: 16px;
}

/* Specials Table */
.specials-table {
	width: 100%;
	margin: 10px 0;
}
.specials-table th {
	width: 250px;
	padding: 10px 10px 10px 0;
	font-size: 11px;
	line-height: normal;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #dbd3ca;
	vertical-align: top;
}
.specials-table td {
	padding: 10px 0;
	font-size: 11px;
	line-height: normal;
	text-align: center;
	border-bottom: 1px solid #dbd3ca;
	vertical-align: top;
}
.specials-table h2 {
	background: #076499;
	margin: 0 0 20px 0;
	padding: 5px 0;
	color: #FFFFFF;
}
.specials-table h3 {
	font-size: 16px;
}
.specials-table img {
	margin-bottom: 10px;
}

/* Tariffs Table */
.tariffs-table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
}
.tariffs-table th {
	background: #FFFFFF;
	padding: 5px;
	font-size: 14px;
	line-height: normal;
	border: 1px solid #FFFFFF;
}
.tariffs-table td {
	padding: 5px;
	font-size: 14px;
	line-height: normal;
	text-align: center;
	border: 1px solid #FFFFFF;
}





/* Footer - full width */
#footer {
	background: #4d453a top repeat url(/skin/images/footer-bg.gif);
	line-height: 22px;
	font-size: 11px;
	color: #c9c4bd;
}
#footer .container {
	width: 960px;
	margin: 0 auto;
	padding: 5px 0 3px 0;
}
#footer .left {
	float: left;
	width: 480px;
}
#footer .right {
	float: right;
	width: 470px;
	text-align: right;
}
#footer em {
	padding: 0 3px;
	color: #c9c4bd;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #c4a479;
	text-decoration: none;
}
#footer a:hover {
	color: #c9c4bd;
	text-decoration: none;
}
#footer .tag {
	padding: 5px 60px 5px 0;
	background: right no-repeat url(/skin/images/etourism-white-75.png);
}
.socialmedia {
	clear: both;
}
.linkmenu {
	text-align: center;
	font-size: 10px;
}
.linkmenu a {
	margin: 0 3px;
}

.vcard {
	background: #f1a409 top repeat-x url(/skin/images/vcard-bg.gif);
	clear: both;
	text-align: center;
}
#footer .vcard, #footer .vcard a, #footer .vcard em {
	color: #FFFFFF;
}
#footer .vcard a:hover {
	color: #005079;
}
.vcard .org {
	font-weight: bold;
}
.vcard .tel, .vcard .fax {
	font-weight: bold;
}

/* Fancybox - lightbox, keep arrows on */
#fancybox-left-ico {
 left: 20px;
}
#fancybox-right-ico {
 right: 20px;
 left: auto;
} 
#fancybox-title{ text-align: center; font-size: 14px; }


/* Datepicker - colour changes */
.datepicker_control {
	background: #948777;
}

.translate-widget {
	margin-top: 10px;
}
