@charset "utf-8";

/* Reset & Standard Styles - Copyright Muchachamaca SCP, Spain - All rights reserved */

* {
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	color: inherit;
	text-decoration: inherit;
}

html { overflow-y: scroll; }	/* force vertical scrollbar */

body {
	position: relative;
	font: 11px/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	background-color: white;
	text-align: left;
	text-decoration: none;
	min-width: 1020px;
}

img { border: none; display: block; }
table { border: none; border-collapse: collapse; }
th { vertical-align: bottom; }
td { vertical-align: top; }
select { padding: 1px 2px; }
input { padding: 1px 2px; }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer; padding: 1px 1em; }
input[type=checkbox], input[type=radio] { cursor: pointer; position: relative; top: 3px; }
label { cursor: pointer; }
sup { font-size: 70%; vertical-align: baseline; position: relative; top: -0.4em; }
sub { font-size: 70%; vertical-align: baseline; position: relative; top: 0.3em; }
em, i { font-style: italic; }
strong, b { font-weight: bold; }

h1 { font-weight: bold; font-size: 200%; line-height: 100%; }
h2 { font-weight: bold; font-size: 120%; line-height: 100%; }
h3 { font-weight: bold; line-height: 100%; }

a { color: inherit; }
a:link		{ text-decoration: none; }
a:visited	{ text-decoration: none; }
a:hover		{ text-decoration: underline; }
a:active	{ }
a img { border: none; }

p a:link	{ text-decoration: underline; }
p a:visited	{ text-decoration: underline; }
p a:hover	{ text-decoration: underline; color: black; }
p a:active	{ }

input[type=text].fakename { display: none; }

/* ------------------------------- */

.text ul, .text ol { list-style-position: outside; margin-left: 1em; }

/* ------------------------------- */

/* setting overflow to hidden, auto, or scroll resizes container to fully contain floats */
.float-container { overflow: hidden; }

/* previously: clearfix */
.group:before,
.group:after { content: ""; display: table; }
.group:after { clear: both; }

/* ------------------------------- */

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.inline_block { display: inline-block; }
.inline-block { display: inline-block; }
.block { display: block; }
.hidden { display: none; }
.float-left { float: left; }
.float-right { float: right; }

/* ------------------------------- */

table.std_table { border-collapse: collapse; border: 1px solid black; }
table.std_table th { border: 1px solid black; background-color: #CCC; padding: 2px; }
table.std_table td { border: 1px solid black; padding: 2px; }

table.grey_border { border: 1px solid #999; }
table.grey_border th { border: 1px solid #999; }
table.grey_border td { border: 1px solid #999; }

/* ------------------------------- */

div.loading_icon { visibility: hidden; width: 16px; height: 16px; background-image: url(/interface/loading-white.gif); }
div.loading_icon.inline { vertical-align: middle; display: inline-block; }
div.loading_icon.grey { background-image: url(/interface/loading-grey.gif); }
div.loading_icon.visible { visibility: visible; }

/* ------------------------------- */

#validation-icons { position: fixed; right: 14px; bottom: 32px; z-index: 99999999; width: 90px; }

#query-stats { position: fixed; right: 14px; bottom: 17px; font: 10px Verdana, Geneva, sans-serif; cursor: pointer; z-index: 99999999; width: 250px; }
#query-stats:hover { background-color: #CCF; }

#debug-path { position: fixed; right: 14px; bottom: 3px; font: 10px Verdana, Geneva, sans-serif; z-index: 99999999; }


/* Site Global Styles - Copyright Muchachamaca SCP, Spain - All rights reserved */

/* ------------------------------- */
/* standard overrides */

body {
	font: 14px Helvetica, Arial, sans-serif;
	min-width: 980px; }

/* ------------------------------- */

body.popup { width: 100%; }

/* ------------------------------- */

td.label {
	text-align: right;
	padding-right: 12px;
}

span.link {
	cursor: pointer;
}
span.link:hover {
	text-decoration: underline;
}

/* ------------------------------- */

hr.dashes2 {
	border: none;
	background-image: url(/interface/dashes.png);
	height: 2px;
}

hr.dashes4 {
	border: none;
	background-image: url(/interface/dashes.png);
	height: 4px;
}

/* ------------------------------- */

ul.no-bullets { margin: 0; }
ul.no-bullets li { list-style: none; margin: 0; padding: 0; }

ul.custom-bullets,
ul.star-bullets {
	margin: 0;
}
ul.custom-bullets li,
ul.star-bullets li {
	list-style: none;
	background: no-repeat left center;
	margin: 0;
	padding: 0 0 0 35px;
	vertical-align: middle;
}
ul.star-bullets li { background-image: url(/interface/star.gif); }
ul.checkmark-bullets li { background-image: url(/interface/checkmark.png); }

.star-bullets-container ul { margin: 0; }
.star-bullets-container ul li { list-style: none; background: no-repeat left center; margin: 0; padding: 0 0 0 35px; vertical-align: middle; }
.star-bullets-container ul li { background-image: url(/interface/star.gif); }

/* ------------------------------- */

h1 { font-size: 36px; font-weight: bold; margin: 0.5em 0 0 0; color: inherit; text-shadow: 1px 1px white; }
h1:before { content: ""; width: 96px; height: 92px; background: url(/interface/logo-titles.png) no-repeat; }
h1_:before { float: left; margin-right: 20px; margin-top: -30px; }
h1:before { position: absolute; margin-left: -120px; margin-top: -31px; }

/* ------------------------------- */

input[type=text], input[type=password], textarea {
	border-radius: 10px;
	border: 3px double #f2f2f2;
	box-shadow: inset 0 1px 2px 0 #888;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background-color: #f0f0f0;
}
textarea { line-height: 1.4em; padding: 10px; }

/* ------------------------------- */

div.loading_icon.orange { background-image: url(/interface/loading-orange.gif); }
div.loading_icon.green { background-image: url(/interface/loading-green.gif); }

/* ------------------------------- */

.text { font-size: 14px; font-weight: normal; }

.text h1 { font-size: 36px; font-weight: bold; margin: 0.5em 0 0 0; color: inherit; text-shadow: 1px 1px white; }
.text h2 { font-size: 16px; font-weight: normal; margin: 1.5em 0 1em 0; color: #ff9900; }
.text h3 { margin: 1.5em 0 0.5em 0; }
.text p { font-size: inherit; margin: 0 0 0.5em 0; color: inherit; line-height: 1.4em; }
.text ul { padding-left: 25px; margin-bottom: 1em; }
.text ol { padding-left: 25px; margin-bottom: 1em; }
.text li { margin: 0; padding: 0; margin-bottom: 0.5em; color: inherit; }
.text address { font-style: normal; margin: 1em 3em; }

.text .subtitle { font-size: 16px; font-weight: normal; margin: 0.2em 0 1.5em 0; color: #ff9900; }

/* ------------------------------- */

.blue { color: #0092ff; }

/* ------------------------------- */

select.styled {
	border: none;
/*	appearance: none;
	-moz-appearance: none;*/
	-webkit-appearance: none;
	background-color: #f0f0f0;
	position: relative;
	top: 6px;
	left: 0;
	padding: 0;
	line-height: normal;
}
select.styled option { padding: 0 5px; }

.custom-select {
	border-radius: 10px;
	border: 3px double #f2f2f2;
	box-shadow: inset 0 1px 2px 0 #888;
	height: 30px;
	line-height: 30px;
	background-color: #f0f0f0;
	padding: 0 10px;
}
/*
.custom-select {
	cursor: pointer;
	position: relative;
	top: -1px;
/ *	background: transparent url(/interface/checkbox.png?_=1369055222) no-repeat;* /
	display: inline-block;
	height: 31px;
	margin-right: 5px;
	vertical-align: middle;

	border-radius: 10px;
	border: 3px double #f2f2f2;
	box-shadow: inset 0 1px 2px 0 #888;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background-color: #f0f0f0;
	
	background: transparent;
}
*/

/* ------------------------------- */

.custom-checkbox input[type=checkbox].styled {
	opacity: 0;
	top: 0;
	position: absolute;
	left: 0;
}

.custom-checkbox {
	cursor: pointer;
	position: relative;
	top: -1px;
	background: transparent url(/interface/checkbox.png?_=1369055222) no-repeat;
	display: inline-block;
	height: 31px;
	width: 29px;
	margin-right: 5px;
	vertical-align: middle;
}
.custom-checkbox.form-field-error { background-position: 0 -62px; background-color: transparent !important; }
.custom-checkbox.checked { background-position: 0 -31px; }

/* ------------------------------- */

.dropdown-container {
	display: inline-block;
}

.dropdown {
	display: none;
	position: absolute;
	z-index: 10;
}
.dropdown>ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-radius: 3px;
	border: 1px solid #d6d6d6;
	text-align: left;
}
.dropdown>ul>li {
	position: relative;
	line-height: 39px;
	padding: 0 16px 0 16px;
	border-bottom: 1px solid #c8c7c6;
	color: #444444;
	cursor: pointer;
	background-color: white;
}
.dropdown>ul>li:last-child {
	border-bottom: none;
}
.dropdown>ul>li:hover {
	color: white;
	background-color: #0092ff;
}
.dropdown>ul>li>span { float: right; text-transform: uppercase; font-size: 11px; line-height: inherit; }
.dropdown>ul>li>span:after {
	content: "";
	height: 11px;
	width: 16px;
	background: url(/interface/flags.png);
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-left: 10px;
	margin-top: 14px;
}
.dropdown>ul>li.country_UK span:after { background-position:      0 0; }
.dropdown>ul>li.country_ES span:after { background-position:  -16px 0; }
.dropdown>ul>li.country_NL span:after { background-position:  -32px 0; }
.dropdown>ul>li.country_DE span:after { background-position:  -48px 0; }
.dropdown>ul>li.country_FR span:after { background-position:  -64px 0; }
.dropdown>ul>li.country_PL span:after { background-position:  -80px 0; }
.dropdown>ul>li.country_IT span:after { background-position:  -96px 0; }
.dropdown>ul>li.country_PT span:after { background-position: -112px 0; }
.dropdown>ul>li.country_US span:after { background-position: -128px 0; }

.dropdown>div.extra { text-align: center; font-size: 10px; padding: 2px 5px; white-space: normal; line-height: normal; border: 1px solid #d6d6d6; border-bottom: none; cursor: normal; }

/* ------------------------------- */

#footer {
	clear: both;
	text-align: left;
	font-size: 12px;
	color: #a7a7a7;
	box-shadow: 0 -10px 10px 0 rgba(0,0,0,0.15);
	position: relative;
	z-index: 2;
	margin-bottom: 70px;
}

#footer h2 { font-size: 16px; font-weight: normal; text-transform: uppercase; margin: 30px 0 15px 0; }

#footer a { text-decoration: none; }
#footer a:hover { color: #444; }

#footer>table {
	margin: 0 auto;
}
#footer>table td {
	padding-left: 30px;
	padding-right: 30px;
	line-height: 1.7em;
}
#footer>table td:first-child { margin-left: 15px; }
#footer>table td:last-child { margin-right: 15px; }

#how-does-it-work-footer a { color: #666; }

/* ------------------------------- */

#header {
	height: 96px;
	text-align: left;
}
#header #main-logo {
}
#header.header-teaser {
	background-image: url(/interface/teaser-header.jpg);
	background-position: left;
	background-repeat: repeat-x;
}

#main-logo {
	position: absolute;
	top: 18px;
	left: 0;
	width: 260px;
	height: 250px;
	background: url(/interface/logo-home-3.png) no-repeat;
	z-index: 3;
/*	padding: 130px 5px 0 5px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center; */
}

/* ------------------------------- */

#top-links {
	background: url(/interface/menu-background.png) #f8f8f8 repeat-x;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.4);
	height: 50px;
	position: relative;
	z-index: 2;
}
#top-links>div>ul {
	display: inline-block; /* force shrink-wrap */
/*	margin: 0 auto;*/
	margin: 0 0 0 20px;
	font-size: 16px;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #fbfbfb;
}
#top-links>div>ul>li {
	display: inline-block;
	border-left: 1px solid #fbfbfb;
	border-right: 1px solid #c3c3c3;
	color: #444444;
	padding: 0 25px 0 45px;
	background-position: 20px 18px;
	cursor: pointer;
}
#top-links>div>ul>li:hover,
#top-links>div>ul>li.selected {
	color: white;
	background-image: url(/interface/menu-hilight.jpg);
	background-color: #008efa;
	background-repeat: no-repeat;
	border-right-color: transparent;
	border-left-color: #0164af;
}
#top-links>div>ul>li a {
	text-decoration: none; 
	line-height: 50px;
}

#language-menu {
	position: absolute;
	display: inline-block;
	margin: 10px 0 0 25px;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #f3f3f3;
	background-color: rgba(114,141,151,0.03);
	color: #444444;
	line-height: 28px;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	box-shadow: inset 0 0 1px #ddd;
	text-align: left;
	cursor: pointer;
	vertical-align: middle;
}
#language-menu>div { padding: 0 10px; line-height: inherit; }
#language-menu>div>span { }
/*
#language-menu img { float: right; margin: 8px 0 0 20px; }
#language-menu a { margin-right: 10px; font-size: 11px; }
#language-menu a:hover { }
#language-menu>ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #f3f3f3;
	line-height: inherit;
}
#language-menu>ul>li { padding: 2px 10px; cursor: pointer; white-space: nowrap; line-height: inherit; }
#language-menu>ul>li a { text-decoration: none; }
#language-menu>ul>li:hover { background-color: #e0e8ff; }
*/
#language-menu a { font-size: 11px; }
#language-menu a:hover { }
#language-menu>ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #f3f3f3;
	line-height: inherit;
	}
#language-menu>ul>li { padding: 2px 10px; cursor: pointer; white-space: nowrap; line-height: inherit; }
#language-menu>ul>li a { text-decoration: none; }
#language-menu>ul>li:hover { background-color: #e0e8ff; }

.bg_flag:before {
	content: "";
	height: 11px;
	width: 16px;
	background: url(/interface/flags.png);
	display: inline-block;
/*	position: relative;*/
	margin-left: 10px;
	margin-top: 8px;
	float: right;
}
.language_en:before { background-position:      0 0; }
.language_es:before { background-position:  -16px 0; }
.language_nl:before { background-position:  -32px 0; }
.language_de:before { background-position:  -48px 0; }
.language_fr:before { background-position:  -64px 0; }
.language_pl:before { background-position:  -80px 0; }
.language_it:before { background-position:  -96px 0; }
.language_pt:before { background-position: -112px 0; }
.language_us:before { background-position: -128px 0; }

/* ------------------------------- */

#middle-area
{
	position: relative;
	z-index: 1;
/*	box-shadow: inset 0px 15px 15px -15px #aaa;
	background-color: transparent;*/
	background: url(/interface/watermark.jpg) bottom right no-repeat;
	padding-bottom: 30px;
}

/* ------------------------------- */

#cookie-statement {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 25px;
	background-color: #666;
	background-color: rgba(0,0,0,0.7);
}
#cookie-statement p {
	color: white;
	display: inline;
}
#cookie-statement p a {
	color: white;
}
#cookie-statement .cs-close {
	margin-left: 15px;
	padding: 3px 8px;
	color: #000;
	background-color: #eee;
	font-weight: bold;
	border-radius: 3px;
}

/* ------------------------------- */

ul.social-links {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
ul.social-links li {
	display: inline-block;
	margin: 0 7px 7px 0;
}
ul.social-links li a {
/*	background-color: transparent;*/
	background-image: url(/interface/social-icons.png);
	width: 32px;
	height: 32px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	text-indent: 32px;
}
.fb-icon { background-position: 0 0; }
.tw-icon { background-position: -32px 0; }
.li-icon { background-position: -64px 0; }
.fb-icon:hover { background-position: 0 -32px; }
.tw-icon:hover { background-position: -32px -32px; }
.li-icon:hover { background-position: -64px -32px; }

#fb-like { }
#g-plus1 { }
#tw-follow { }

/* ------------------------------- */

.centerpage {
	position: relative;
	margin: 0 auto;
	width: 980px;
	text-align: left;
}

#left_column {
	width: 170px;
	float: left;
	border-right: 1px solid #ece6ee;

}

#right_column {
	width: 170px;
	float: right;
	border-left: 1px solid #ece6ee;
	border-bottom: 1px solid #ece6ee;
}

#center_column {
	margin: 0 170px 0 170px;
	text-align: left;
}

/* ------------------------------- */

#breadcrums {
	line-height: 2em;
	padding-left: 10px;
 	font-size: 11px;
	border-bottom: 1px solid #ece6ee;
}
#breadcrums a {
	font-size: 11px;
}

/* ------------------------------- */

.button {
	border: 1px solid #b4b0b9;
	border-radius: 4px;
	background-color: #ece6ee;
	padding: 0.2em 0.6em;
	display: inline-block;
	cursor: pointer;
}
.button:hover { background-color: #decbe5; }

/* ------------------------------- */

.depth {
/*	text-shadow: 0 -0.5px 0 rgba(255,255,255,0.5), 0 0.5px 0 rgba(0,0,0,0.5);*/
}

/* ------------------------------- */

a.std-button {
	position: relative;
	display: inline-block;
	background: transparent url(/interface/button-right.png) no-repeat scroll top right;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	height: 50px;
	padding-right: 35px;
	color: #444444;
	cursor: pointer;
	box-shadow: 0 4px 6px -6px black;
}
a.std-button>span {
	background: transparent url(/interface/button-left.png) no-repeat;
	display: inline-block;
	line-height: 50px;
	padding-left: 35px;
	white-space: nowrap;
}
a.std-button>span>span {
	display: inline-block;
}
a.std-button:active,
a.std-button:hover {
	background-position: bottom right;
	outline: none; /* hide dotted outline in Firefox */
/*	color: #0092ff; */
}
a.std-button:active>span,
a.std-button:hover>span {
    background-position: bottom left;
} 
a.std-button:active>span>span,
a.std-button:hover>span>span {
	position: relative;
	top: 2px;
} 
a.std-button.disabled { cursor: default; color: #DAD; }
a.std-button.disabled:hover { background-position: top right; }
a.std-button.disabled:hover span { background-position: top left; }

a.std-button-small {
	position: relative;
	display: inline-block;
	background: transparent url(/interface/button-right-small.png) no-repeat scroll top right;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	padding-right: 12px;
	color: #444444;
	cursor: pointer;
	box-shadow: 0 4px 6px -6px black;
}
a.std-button-small>span {
	background: transparent url(/interface/button-left-small.png) no-repeat;
	display: inline-block;
	line-height: 40px;
	padding-left: 12px;
	white-space: nowrap;
}
a.std-button-small:active,
a.std-button-small:hover {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}
a.std-button-small:active span,
a.std-button-small:hover span {
    background-position: bottom left;
}
a.std-button-small:active>span>span,
a.std-button-small:hover>span>span {
	position: relative;
	top: 2px;
} 
a.std-button-small.disabled { cursor: default; color: #DAD; }
a.std-button-small.disabled:hover { background-position: top right; }
a.std-button-small.disabled:hover span { background-position: top left; }

/* ------------------------------- */

div.color-button {
	display: inline-block;
	position: relative;
	border: none;
	border-radius: 3px;
	padding: 9px 0 11px 0;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	color: white;
	font-weight: bold;
	box-shadow: 0 4px 2px -2px rgba(0,0,0,0.7);
	background: -webkit-gradient(linear, center top, center bottom, from(rgba(255,255,255,0)), color-stop(49%, rgba(255,255,255,0)), color-stop(51%, rgba(255,255,255,0.2)), to(rgba(255,255,255,0.2)));
 	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,0.2) 51%, rgba(255,255,255,0.2) 100%);
 	background:    -moz-linear-gradient(center top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,0.2) 51%, rgba(255,255,255,0.2) 100%);
 	background:     -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,0.2) 51%, rgba(255,255,255,0.2) 100%);
	background:         linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,0.2) 51%, rgba(255,255,255,0.2) 100%);
}
div.color-button>div.diagonal-reflection {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(-20deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,0.1) 51%, rgba(255,255,255,0.1) 100%);
 	background:    -moz-linear-gradient(-20deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,0.1) 51%, rgba(255,255,255,0.1) 100%);
 	background:     -ms-linear-gradient(-20deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,0.2) 51%, rgba(255,255,255,0.2) 100%);
	background:         linear-gradient(110deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,0.1) 51%, rgba(255,255,255,0.1) 100%);
}

div.color-button.orange { background-color: #ff9900; }
div.color-button.orange:hover { color: #0092ff; }

div.color-button.green { background-color: #849a5c; }
div.color-button.green:hover { color: #0092ff; }

div.color-button.blue { background-color: #017ede; }
div.color-button.blue:hover { color: #0092ff; }


.icon {
	height: 28px;
	background: url(/interface/icons.png);
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 5px 0 0;
}
.icon.right { right: -28px; }

.icon.globe { width: 28px; background-position: 0 0; }
.icon.globe:hover { background-position: 0 -28px; }

.icon.magnifying-glass { width: 24px; background-position: -94px 0; }
.icon.magnifying-glass:hover { background-position: -94px -28px; }

.icon.logo { width: 33px; background-position: -118px 0; }
.icon.logo:hover { background-position: -118px -28px; }

.icon.checkmark { width: 24px; background-position: -151px 0; }
.icon.checkmark:hover { background-position: -151px -28px; }

.icon.telephone { width: 28px; background-position: -175px 0; }
.icon.telephone:hover { background-position: -175px -28px; }

.icon.chat { width: 28px; background-position: -203px 0; }
.icon.chat:hover { background-position: -203px -28px; }

.icon.house { width: 31px; background-position: -231px 0; }
.icon.house:hover { background-position: -231px -28px; }

.icon.triangle-down { width: 18px; background-position: -262px 0; }
.icon.triangle-down:hover { background-position: -262px -28px; }

.icon-small {
	height: 20px;
	background: url(/interface/icons-small.png);
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 5px 0 0;
}
.icon-small.e-mail { width: 20px; background-position: 0 0; }
.icon-small.e-mail:hover { background-position: 0 -20px; }

/* ------------------------------- */

.form-field-error {
	background-color: #feacac !important;
}
.form-feedback {
	padding: 10px 0;
	color: red;
}

/* ------------------------------- */

.notification {
	border: 1px solid black;
	border-radius: 5px;
	padding: 10px;
	margin: 20px 0;
}
.notification p:first-child { padding-top: 0; margin-top: 0; }
.notification p:last-child { padding-bottom: 0; margin-bottom: 0; }

.notification.success { border-color: #00FF00; background-color: #E0FFE0; }
.notification.warning { border-color: #FF9900; background-color: #ffe8b8; }
.notification.error	 { border-color: #FF8888; background-color: #FFDDDD; }
.notification.info	 { border-color: #F0F000; background-color: #FFFFD0; }

/* ------------------------------- */

.curl-shadow { position: relative; }
.curl-shadow:before
{
	z-index: -1;
	position: absolute;
	content: "";
	background: rgba(0,0,0,0.2);
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.4);
	transform: rotate(-1deg);
	bottom: 6px;
	left: 7px;
	width: 40%;
	top: 80%; 
}
.curl-shadow:after 
{
	z-index: -1;
	position: absolute;
	content: "";
	background: rgba(0,0,0,0.2);
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.4);
	transform: rotate(1deg);
	bottom: 6px;
	right: 5px;
	width: 40%;
	top: 80%;
}

.curl-shadow.small:before { bottom: 4px; left: 5px; }
.curl-shadow.small:after { bottom: 4px; right: 5px; }

.curl-shadow.large:before { bottom: 8px; left: 7px; }
.curl-shadow.large:after { bottom: 8px; right: 7px; }

/* ------------------------------- */

.left-bar {
	position: relative;
}
.left-bar:before {
	content: "";
	position: absolute;
	margin-left: -20px;
	width: 3px;
	height: 100%;
	background: url(/interface/dashes.png) repeat;
}

/* ------------------------------- */

.wraptocenter {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.wraptocenter * {
	vertical-align: middle;
}
/*\*//*/
.wraptocenter {
	display: block;
}
.wraptocenter span {
	display: inline-block;
	height: 100%;
	width: 1px;
}
/**/
.wraptocenter img {
/*	margin: 0 auto; */
	position: static !important;
	text-align: center;
}

/* ------------------------------- */

.uppercase { text-transform: uppercase; }
.transparent { background-color: transparent; }
.align-middle td { /*vertical-align: middle; only in ie7.css */ }

/* ------------------------------- */

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#fancybox-title {
	padding-top: 10px;
}

#fancybox-wrap {
	position: fixed;
}

/* ------------------------------- */

#validation-icons { left: 14px; bottom: 44px; }
#query-stats { left: 14px; bottom: 31px; }
#debug-path { left: 14px; line-height: 1.4em; }


/* Page Specific Styles - Copyright Muchachamaca SCP, Spain - All rights reserved */

/* ------------------------------- */

#content {
	background-color: transparent;
	text-align: left;
	padding: 25px 20px 50px 20px;
	min-height: 400px;
	max-width: 1620px;
	margin: 0 auto;
}

#content.narrow {
	margin: 0 auto;
	width: 940px;
}

/* ------------------------------- */

#home-slideshow-overlay {
	height: 580px;
	z-index: 4;
	text-align: center;
}

#search-title {
	position: absolute;
	bottom: 335px;
	left: 320px;
	color: white;
	font-size: 40px;
	font-weight: bold;
	line-height: normal;
	text-shadow: 0 0 13px #aaa;
	text-shadow: 0 1px 5px rgba(0,0,0,0.9), 0 0 18px rgba(0,0,0,0.9);
}

#slogan {
	position: absolute;
	top: 340px;
	left: 325px;
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 0 1px 5px black, 0 0 9px black;
}

#search-bar {
	position: static;
	height: 66px;
	width: 958px;
	margin: 260px auto 0 auto;
	background-color: #666;
	background-color: rgba(0,0,0,0.6);
	border: 1px solid #444444;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.3);
	border-radius: 2px;
}

#search-bar div.std {
	display: inline-block;
	position: relative;
	border: 1px solid #a7a7a7;
	border-radius: 3px;
	box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.3);
	background-color: #fdfdfd;
	background-position: right;
	background-repeat: no-repeat;
	margin: 10px 0 10px 8px;
	padding: 9px 9px 11px 9px;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	cursor: pointer;
	text-align: left;
}
#search-bar div.std:hover {
	color: #0092ff;
	border-color: #0092ff;
}
#search-bar div.std span:before {
	content: "";
	height: 28px;
	background: url(/interface/icons.png);
	position: absolute;
	right: 10px;
	top: 9px;
}
#search-bar div.std span.icon-after-globe:before { width: 28px; background-position: 0 0; }
#search-bar div.std span.icon-after-calendar:before { width: 28px; background-position: -28px 0; }
#search-bar div.std span.icon-after-guests:before { width: 38px; background-position: -56px 0; }

#search-bar div.std:hover span.icon-after-globe:before { background-position: 0 -28px; }
#search-bar div.std:hover span.icon-after-calendar:before { background-position: -28px -28px; }
#search-bar div.std:hover span.icon-after-guests:before { background-position: -56px -28px; }

#search-bar>div.color-button { width: 147px; margin: 10px 0 10px 9px; box-shadow: 8px 0 8px -8px rgba(0,0,0,0.7), -8px 0 8px -8px rgba(0,0,0,0.7); }

/* ------------------------------- */

#advanced-search-slideshow-overlay h1:before { background-image: url(/interface/logo-home-small.png); }

#advanced-search-slideshow-overlay {
	height: 180px;
	z-index: 4;
	padding-top: 20px;
	text-align: center;
}

#advanced-search-slideshow-overlay #search-title {
	position: static;
	display: inline-block;
	margin: 20px auto;
	line-height: normal;
}
#advanced-search-slideshow-overlay #search-bar {
	position: static;
	margin-top: 0;
}

#advanced-search-bar {
	text-align: center;
}

/*
#advanced-search-bar #dropdown-guests {
	background-color: white;
	bottom: 49px;
	top: auto;
}

#advanced-search-bar div.std {
	position: relative;
	background: url(/interface/button-fixed.png) transparent;
	margin: 10px 0 20px 18px;
	padding: 10px 10px 10px 10px;
	width: 164px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	cursor: pointer;
	text-align: left;
	white-space: nowrap;
	box-shadow: none;
}
#advanced-search-bar div.std:hover {
	color: #0092ff;
}
#advanced-search-bar div.std span:before {
	content: "";
	height: 28px;
	background: url(/interface/icons.png);
	background-position: right;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 9px;
}
#advanced-search-bar div.std span.icon-after-globe:before { width: 28px; background-position: 0 0; }
#advanced-search-bar div.std span.icon-after-calendar:before { width: 28px; background-position: -28px 0; }
#advanced-search-bar div.std span.icon-after-guests:before { width: 38px; background-position: -56px 0; }

#advanced-search-bar div.std:hover span.icon-after-globe:before { background-position: 0 -28px; }
#advanced-search-bar div.std:hover span.icon-after-calendar:before { background-position: -28px -28px; }
#advanced-search-bar div.std:hover span.icon-after-guests:before { background-position: -56px -28px; }
*/
/* ------------------------------- */

#dropdown-city, #dropdown-arrival, #dropdown-departure, #dropdown-guests {
	top: 47px;
	left: 5px;
	background-color: white;
	background-color: rgba(255,255,255,0.9);
}
#dropdown-city		{ width: 290px; }
#dropdown-arrival	{ }
#dropdown-departure	{ }
#dropdown-guests	{ width: 160px; }

/* ------------------------------- */

#offers-title-block {
	background: url(/interface/icon-globe-40x40.png) no-repeat 0 0;
	padding: 0 0 0 50px;
	font-size: 16px;
	margin-bottom: 20px;
	overflow: visible;
}
#offers-title-block h1 {
	color: #0092ff;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 0;
	line-height: 40px;
}
#offers-title-block h1:before { display: none; background: none; }

#refine-search-block { margin: 30px 0; padding: 0 10px 30px 30px; vertical-align: top; border-bottom: 1px solid #c7c7c7; text-align: left; }
#refine-search-block>div.option { display: inline-block; vertical-align: top; margin-right: 20px; }
#refine-search-block>div.option label { display: block; margin-bottom: 5px; cursor: auto; }
#refine-search-block>div.option .slider-container {
	width: 298px;
	background-color: #f4f4f4;
	border: 1px solid #c7c7c7;
	border-radius: 1px;
	text-align: center;
	margin-top: 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 44px;
}
#refine-search-block>div.option .slider-container #price-slider { vertical-align: middle; }
#refine-search-block>div.option .slider-container #price-slider.ui-widget-content { background-image: none; background-color: #c7c7c7; }
#refine-search-block>div.option .slider-container #price-slider .ui-slider-range { background-image: none; background-color: #ff9900; }
#refine-search-block>div.option .slider-container #price-slider .ui-slider-handle { background-image: url(/interface/slider-handle.png); border: none; width: 28px; height: 28px; background-color: transparent; top: -10px; margin-left: -14px; }

#summary-line { width: 760px; text-align: left; }

#map-container { position: relative; }
#map-zoom-button {
	color: white;
	font-weight: bold;
	background-color: #0092ff;
	padding: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	cursor: pointer;
}

/* ------------------------------- */

#search-results { position: relative; margin: 0 0 0 -20px; padding: 0; text-align: center; }
#search-results>ul { margin: 0; padding: 0 !important; text-align: left; }
#search-results>ul>li {
	width: 280px;
	height: 289px;
	background-color: white;
	padding: 9px 9px 0 9px;
	border: 1px solid #dfdfdf;
	position: relative;
	display: inline-block;
	list-style: none;
	margin: 0 0 20px 20px;
	vertical-align: top;
}
#search-results	.pricelabel {
	position: absolute;
	width: 81px;
	height: 176px;
	left: 231px;
	top: -10px;
	background: url(/interface/label.png) no-repeat;
	z-index: 2;
	-moz-transform: translate3d(0,0,0);
}
#search-results	.pricelabel>div {
	font-size: 12px;
	font-weight: bold;
	position: relative;
	left: 6px;
	top: 104px;
	white-space: nowrap;
	-webkit-transform: rotate(83deg);
	-moz-transform: rotate(83deg);
	-ms-transform: rotate(83deg);
	-o-transform: rotate(83deg);
	transform: rotate(83deg);
/*	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); */
}
#search-results	.pricelabel>div>span { font-size: 18px; font-weight: bold; }

#search-results	.apartment-image { width: 280px; height: 240px; overflow: hidden; cursor: pointer; }
#search-results	.apartment-image img { width: 100%; height: 100%; }
#search-results	.apartment-name { color: #0092ff; margin-top: 5px; font-size: 14px; }
#search-results	.apartment-name a { text-decoration: underline; }
#search-results	.apartment-district { color: #a7a7a7; font-size: 14px; }
#search-results	.apartment-district a { text-decoration: underline; }
#search-results	.apartment-rating { float: right; }
#search-results .why-citysiesta { width: 298px; height: 260px; padding: 14px 0; background-color: #9cbb62; text-align: center; color: white; font-weight: bold; }
#search-results .why-citysiesta p { color: white; font-weight: bold; font-size: 28px; margin-bottom: 10px; white-space: nowrap; margin-left: auto; margin-right: auto; }
#search-results .why-citysiesta ul { text-align: left; margin: 0 24px 15px 24px; padding: 0; }
#search-results .why-citysiesta ul li { color: white; font-size: 14px; font-weight: bold; list-style: none; margin: 0; padding: 5px 0 5px 25px; vertical-align: middle; background: url(/interface/checkmark.png) left 4px no-repeat; }

/* ------------------------------- */

#cityguides { position: relative; margin: 20px 0 0 -20px; padding: 0; text-align: center; }
#cityguides>ul { margin: 0; padding: 0 !important; text-align: left; }
#cityguides>ul>li {
	width: 298px;
	height: 298px;
	background-color: white;
	border: 1px solid #dfdfdf;
	position: relative;
	display: inline-block;
	list-style: none;
	margin: 0 0 20px 20px;
	vertical-align: top;
	color: white;
	font-weight: bold;
}

#cityguides	img { width: 100%; height: 100%; cursor: pointer; }
/* #cityguides	a { display: none; position: absolute; #0092ff; margin-top: 5px; font-size: 14px; text-decoration: underline; } */
#cityguides	a { position: absolute; white; margin: 25px 0 0 30px; font-size: 28px; font-weight: bold; text-decoration: none; text-shadow: 0 0 13px #aaa; text-shadow: 0 1px 5px rgba(0,0,0,0.9), 0 0 18px rgba(0,0,0,0.9); }
#cityguides	a>span { font-size: 18px; }

.cityguide h2 { font-size: 24px; }
.cityguide h3 { font-size: 18px; }
.cityguide p { margin-bottom: 18px; }
.cityguide a { font-size: 16px; }

/* ------------------------------- */

ul#city-list { position: relative; margin: 20px 0 0 -20px; padding: 0; text-align: left; }
ul#city-list>li {
	width: 298px;
	height: 298px;
	background-color: white;
	border: 1px solid #dfdfdf;
	position: relative;
	display: inline-block;
	list-style: none;
	margin: 0 0 20px 20px;
	vertical-align: top;
	color: white;
	font-weight: bold;
}
ul#city-list>li>img { width: 100%; height: 100%; cursor: pointer; }
ul#city-list>li>a { position: absolute; margin: 25px 0 0 30px; font-size: 28px; font-weight: bold; text-shadow: 0 0 13px #aaa; text-shadow: 0 1px 5px rgba(0,0,0,0.9), 0 0 18px rgba(0,0,0,0.9); }
ul#city-list>li>a>span { font-size: 18px; }

ul#city-list>li>ul { position: absolute; width: 240px; margin: 60px 0 0 15px; padding: 15px !important; text-align: left; /* height: 195px; background-color: rgba(255,255,255,0.4); */ }
ul#city-list>li>ul>li { list-style: none; }
ul#city-list>li>ul>li>a { font-size: 14px; text-shadow: 0 0 5px #aaa; text-shadow: 0 1px 3px rgba(0,0,0,0.9), 0 0 5px rgba(0,0,0,0.9); }

/* ------------------------------- */

#district-list { float: right; padding: 0 0 100px 100px; z-index: 1; position: relative; }
#district-list>ul { margin: 0; padding: 0; }
#district-list>ul>li { list-style: none; }

/* ------------------------------- */

ul#apartement-list { margin: 40px 0 0 0; }
ul#apartement-list>li { list-style: none; }

/* ------------------------------- */

#district-subtitle { font-size: 16px !important; font-weight: bold !important; margin: 3px 0 0 0 !important; color: #444444 !important; }
#back-to-results { color: #0092ff; text-decoration: underline; font-size: 12px; cursor: pointer; }

#photo-gallery { margin-bottom: 30px; }
#photo-gallery>div { display: inline-block; }
#photo-gallery>div>img,
#photo-gallery>div>a>img {
	width: 440px;
	height: 380px;
	background-color: white;
	padding: 9px;
	border: 1px solid #dfdfdf;
	position: relative;
	display: inline-block;
}

#photo-gallery>div.thumbs { display: inline-block; width: 460px; float: right; position: relative; overflow: hidden; }
#photo-gallery>div.thumbs>ul { margin: 0; padding: 0; line-height: 0; position: relative; left: 0; /* for safari */}
#photo-gallery>div.thumbs>ul>li { list-style: none; padding: 0; }
#photo-gallery>div.thumbs>ul>li>ul { margin: 0; padding: 0; line-height: 0; position: relative; white-space: nowrap; }
#photo-gallery>div.thumbs>ul>li>ul>li { list-style: none; margin: 0 0 20px 20px; padding: 0; display: inline-block; cursor: pointer; white-space: nowrap; }
#photo-gallery>div.thumbs>ul>li>ul>li:first-child { margin-left: 0; }
#photo-gallery>div.thumbs>ul>li>ul>li>img {
	width: 136px;
	height: 116px;
	background-color: white;
	margin: 0;
	padding: 1px;
	border: 1px solid #dfdfdf;
}
#photo-gallery>div.thumbs>div.nav-button {
	display: none;
	position: absolute;
	bottom: 22px;
	cursor: pointer;
	width: 28px;
	height: 28px;
	padding: 8px;
	z-index: 3;
	background-repeat: no-repeat;
	background-position: center center;
}
#photo-gallery>div.thumbs>div.nav-button:hover { opacity: 0.7; }
#photo-gallery>div.thumbs>div.nav-button.prev { left: 22px; background-image: url(/interface/backward-orange.png); }
#photo-gallery>div.thumbs>div.nav-button.next { right: 2px; background-image: url(/interface/forward-orange.png); }


.rating-sticker { color: white; background-color: #9cbb62; width: 60px; height: 48px; border-radius: 30px; text-align: center; position: relative; line-height: normal; padding-top: 12px; z-index: 1; }
.rating-sticker:before { content: ""; position: absolute; top: 2px; left: 2px; width: 52px; height: 52px; border-radius: 28px; border: 2px solid white; z-index: 2; }
.rating-sticker.rating-sticker-text { font-size: 12px; }
.rating-sticker.rating-sticker-rate { font-size: 20px; }

.rating-sticker.small { width: 40px; height: 34px; border-radius: 20px; padding-top: 6px; margin-top: 5px; line-height: normal; }
.rating-sticker.small:before { top: 1px; left: 1px; width: 36px; height: 36px; border-radius: 19px; border: 1px solid white; }
.rating-sticker.small>.rating-sticker-text { font-size: 11px; }
.rating-sticker.small>.rating-sticker-rate { font-size: 14px; }

#apartment-summary { margin-top: 30px; }
#apartment-summary th { font-size: 16px; padding-right: 30px; vertical-align: top; }
#apartment-summary th:last-child { padding-right: 0; }
#apartment-summary td { font-weight: bold; padding-right: 30px; vertical-align: baseline; }
#apartment-summary td:last-child { padding-right: 0; }
#apartment-summary td:first-child { vertical-align: middle; }

ul#facility-icon-list { margin: 3px 0 0 0; padding: 0; list-style: none; max-width: 300px; }
ul#facility-icon-list>li { margin: 0 10px 0 0; padding: 0; display: inline-block; width: 40px; height: 40px; background: url(/interface/facility-icons.png); }
ul#facility-icon-list>li.facility-icon-heating			{ background-position:    0px; }
ul#facility-icon-list>li.facility-icon-airconditioning	{ background-position:  -40px; }
ul#facility-icon-list>li.facility-icon-fans				{ background-position:  -80px; }
ul#facility-icon-list>li.facility-icon-elevator			{ background-position: -120px; }
ul#facility-icon-list>li.facility-icon-parking			{ background-position: -160px; }
ul#facility-icon-list>li.facility-icon-balcony			{ background-position: -200px; }
ul#facility-icon-list>li.facility-icon-terrace			{ background-position: -240px; }
ul#facility-icon-list>li.facility-icon-garden			{ background-position: -280px; }
ul#facility-icon-list>li.facility-icon-television		{ background-position: -320px; }
ul#facility-icon-list>li.facility-icon-telephone		{ background-position: -360px; }
ul#facility-icon-list>li.facility-icon-internet			{ background-position: -400px; }
ul#facility-icon-list>li.facility-icon-dishwasher		{ background-position: -440px; }
ul#facility-icon-list>li.facility-icon-oven				{ background-position: -480px; }
ul#facility-icon-list>li.facility-icon-microwave		{ background-position: -520px; }
ul#facility-icon-list>li.facility-icon-washingmachine	{ background-position: -560px; }
ul#facility-icon-list>li.facility-icon-dryer			{ background-position: -600px; }
ul#facility-icon-list>li.facility-icon-wifi				{ background-position: -640px; }
ul#facility-icon-list>li.facility-icon-dvd-player		{ background-position: -680px; }
ul#facility-icon-list>li.facility-icon-cd-player		{ background-position: -720px; }
ul#facility-icon-list>li.facility-icon-satellite-tv		{ background-position: -760px; }

#tabs { margin-top: 30px; }
#tabs>ul { list-style: none; margin: 0; padding: 0 0 0 20px; }
#tabs>ul>li { display: inline-block; background-color: #e8e8e8; border: 1px solid #d6d6d6; margin: 1px 0 0 0; padding: 0 20px; line-height: 38px; cursor: pointer; }
#tabs>ul>li:hover { color: #0092ff; }
#tabs>ul>li.selected { background-color: white; border-bottom-color: white; }
#tabs>ul>li>a { text-decoration: none; }
#tabs>div { display: none; border: 1px solid #d6d6d6; padding: 20px; width: 658px; margin-top: -1px; height: 360px; overflow: auto; }
#tabs>div.selected { display: block; }

#tabs>div>#map { width: 100%; height: 360px; }

#tab-details h2 { color: #444444; font-weight: bold; font-size: inherit; }
#tab-details table td { line-height: 1.5em; vertical-align: baseline; }
#tab-details table td:first-child { padding-right: 60px; }

#tab-reviews h2 { color: #444444; font-weight: bold; font-size: inherit; margin-bottom: 8px; }
#tab-reviews input[type=text] { margin-bottom: 8px; }

/* ------------------------------- */

#book-now {
	position: relative;
	background: url(/interface/metal.png) #eaeaea;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	width: 218px;
	float: right;
	margin-top: 70px;
	clear: right;
	padding: 65px 0 30px 0;
}
#book-now label { margin-left: 30px; font-weight: bold; }
#book-now #dropdown-arrival,
#book-now #dropdown-departure {
	top: 49px;
	left: auto;
	right: -5px;
}
#book-now #dropdown-guests {
	background-color: white;
	bottom: 49px;
	top: auto;
}

#book-now div.std {
	position: relative;
	background: url(/interface/button-fixed.png) transparent;
	margin: 10px 0 20px 18px;
	padding: 10px 10px 10px 10px;
	width: 164px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	cursor: pointer;
	text-align: left;
	white-space: nowrap;
	box-shadow: none;
}
#book-now div.std:hover {
	color: #0092ff;
}
#book-now div.std span:before {
	content: "";
	height: 28px;
	background: url(/interface/icons.png);
	background-position: right;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 9px;
}
#book-now div.std span.icon-after-globe:before { width: 28px; background-position: 0 0; }
#book-now div.std span.icon-after-calendar:before { width: 28px; background-position: -28px 0; }
#book-now div.std span.icon-after-guests:before { width: 38px; background-position: -56px 0; }

#book-now div.std:hover span.icon-after-globe:before { background-position: 0 -28px; }
#book-now div.std:hover span.icon-after-calendar:before { background-position: -28px -28px; }
#book-now div.std:hover span.icon-after-guests:before { background-position: -56px -28px; }

#book-now .result { text-align: center; margin-top: 20px; }
#book-now .calc { color: #aaa; font-weight: bold; }
#book-now .total { font-size: 20px; margin-top: 15px; font-weight: bold; }
#book-now .total span { color: #0092ff; }
#book-now .color-button { width: 184px; margin-top: 30px; }

#price-sticker {
	position: absolute;
	margin: -135px 0 0 50px;
	background-color: #ff9900;
	color: white;
	font-weight: bold;
	line-height: normal;
	width: 120px;
	height: 90px;
	text-align: center;
	padding-top: 30px;
	z-index: 1;
	border-radius: 60px;
}
#price-sticker:after { content: ""; position: absolute; top: 4px; left: 4px; width: 104px; height: 104px; border-radius: 56px; border: 4px solid white; z-index: 2; }
#price-sticker span { font-size: 34px; }

/* ------------------------------- */

#booking-form { width: 380px; }
#booking-form .inline_block { vertical-align: top; }
#booking-form a { color: #0092ff; text-decoration: underline; }
#booking-form label { font-weight: bold; line-height: 1.7em; margin-top: 10px; display: block; }
#booking-form input[type=text] { display: block; width: 280px; }
#booking-form input[type=checkbox] { margin-left: 5px; margin-right: 5px; vertical-align: text-top; }
#booking-form select { display: block; }
#booking-form textarea { width: 280px; height: 60px; }

#booking-column-right {
	float: right;
/*	width: 484px; */
	width: 540px;
}

#booking-price-summary { padding: 30px; margin-bottom: 20px; border: 1px solid #ebebeb; background-image: url(/interface/graph-paper.jpg); }
#booking-price-summary table { width: 100%; margin-bottom: 30px; }
#booking-price-summary table td { line-height: 2em; }
#booking-price-summary table td.label { padding: 0 0 0 30px; text-align: left; }
#booking-price-summary table td.label:first-child { padding: 0; }
#booking-price-summary table td.value { padding: 0 0 0 30px; color: #0092ff; white-space: nowrap; }
#booking-price-summary table td.final-price { font-size: 20px; }
#booking-price-summary:before { bottom: 2px; }
#booking-price-summary:after { bottom: 2px; }

#booking-help { margin-bottom: 20px; text-align: center; }
#booking-help a:first-child { margin-right: 12px; }
#booking-faq { margin-bottom: 20px; text-align: center; }

#booking-mail-proposal { margin-bottom: 30px; background-color: #f4f4f4; border: 1px solid #ebebeb; padding: 20px; }
#booking-mail-proposal>div { font-size: 12px; margin-bottom: 5px; }
#booking-mail-proposal input[type=text] { width: 260px; }
#booking-mail-proposal a { float: right; margin-top: -2px; }

#booking-discount-coupons { margin-bottom: 30px; background-color: #f4f4f4; border: 1px solid #ebebeb; padding: 20px; }
#booking-discount-coupons>div { font-size: 12px; margin-bottom: 5px; }
#booking-discount-coupons input[type=text] { width: 260px; }
#booking-discount-coupons a { float: right; margin-top: -2px; }

#booking-faq>div { text-align: left; }
#booking-faq>div>h3 { cursor: pointer; text-decoration: underline; font-weight: normal; line-height: 1.4em; }
#booking-faq>div>div { display: none; color: #999; padding-top: 5px; }

.dashed-border { position: relative; background: url(/interface/dashes.png) repeat; padding: 3px; }
.dashed-border>h2 { position: absolute; left: 50%; margin-top: -0.6em; }
.dashed-border>h2>span { position: relative; left: -50%; padding: 0 15px; background-color: white; color: #9cbb62; font-size: 16px; font-weight: normal; }
.dashed-border>div { background-color: white; padding: 27px; }

/* ------------------------------- */

.payment_types_container { max-width: 600px; line-height: 100%; vertical-align: top; }
.payment_type { text-align: center; display: inline-block; cursor: pointer; width: 120px; vertical-align: top; padding-bottom: 10px; }
.payment_type img { display: block; margin: 15px auto 0 auto; }

fieldset.payment-powered-by {
	position: relative;
	display: inline-block;
	margin-top: 80px;
	background-color: transparent;
	border-color: #ccc;
	padding: 8px;
}
fieldset.payment-powered-by legend {
	color: #666;
	font-weight: normal;
}
fieldset.payment-powered-by img {
	margin: 0 15px;
	cursor: pointer;
	display: inline-block;
}

/* ------------------------------- */

#product-selected {
	position: relative; left: 0; right: 0; /* better than width: 100% since it allows normal use of margins and padding */
	margin-bottom: 10px;
	min-height: 0;
	display: table;
	padding: 0 20px 25px 0;
	border-bottom: 1px solid #ece6ee;
}
#product-images {
	width: 350px;
	height: 350px;
	text-align: center;
	display: table-cell;
	vertical-align: top;
	padding: 0 20px 0 0;
	margin: 0;
}
#product-images #large-image {
}
#product-images #large-image img {
	margin: 0 auto;
	position: absolute;
}
#product-images #thumbstrip {
	margin: 10px 0 0 0;
	padding-top: 10px;
	text-align: left;
	border-top: 1px solid #b82fd0;
}
#product-images #thumbstrip img {
	height: 70px;
	margin-bottom: 5px;
	margin-right: 15px;
	display: inline-block;
	text-align: left;
	cursor: pointer;
}

#product-details {
	position: relative;
	max-width: 1000px;
	height: 350px;
	overflow: visible;
}
#product-details h1 {
	margin-bottom: 0;
	padding-bottom: 0;
}
#product-details h2 {
	color: #A888A0;
	font-size: 14px;
	margin-bottom: 1em;
	padding-bottom: 0;
	font-style: italic;
}
#product-details ul { margin-bottom: 8px; }
#product-details li { margin-bottom: 3px; }
#product-details a { text-decoration: underline; }
#product-details .price-block-pusher {
/*	float: right;
	height: 250px; */
}
#product-details .price-block {
/*	float: right;
	text-align: right;
	clear: right; */
	background-color: #f8f0f8;
	padding: 10px;
	display: inline-block; /* force shrink-wrap */
	margin-bottom: 15px;
}
#product-details * .price {
	font-size: 12px;
	font-weight: bold;
	color: #202020;
}
#product-details * .note {
	margin-top: 5px;
	font-size: 9px;
}
#product-details * .buttons {
	margin: 20px 0 0 0;
}
#product-details * .out-of-stock {
}
#product-details * .out-of-stock p {
	color: #FF4444;
}
#product-details * .item-added {
	margin: 5px 3px 0 7px;
}
#product-details .brand-block {
	float: right;
	text-align: right;
}

.product-list {
/*	border-top: 1px solid #ece6ee;
	border-left: 1px solid #ece6ee; */
	padding-left: 0 !important;
	margin-left: 0;
}
#content ul.product-list .item {
	display: inline-block;
	vertical-align: top;
/*	border: 1px solid #ece6ee; */
	border: 1px solid transparent;
	width: 156px;
	height: 200px;
	text-align: center;
	margin: 0;
	position: relative;
}
.product-list .item .border {
	cursor: pointer;
	border: 1px solid transparent;
	height: 198px;
}
.product-list .item .border:hover { border-color: #c0b8c8; }
.product-list .item * .image {
	height: 130px;
	width: 154px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.product-list .item * img {
	margin: 0 auto;
}
.product-list .item .caption {
	padding: 0 5px;
	font-size: 9px;
	height: 68px;
}
.product-list .item .caption a {
	text-decoration: none;
	font: inherit;
	color: inherit;
}
.product-list .item .caption a em {
	font: inherit;
	font-style: italic;
}
.product-list .item .price {
}

#product-parking {
	display: none;
}

.product-strip {
	margin-left: -15px;
	height: 208px;
	overflow: hidden;
	position: relative; /* for ie7, to enforce overflow: hidden */
}

/* ------------------------------- */

.content-block {
	padding: 15px 15px;
	border: 1px solid #ece6ee;
	background-color: #faf2f6;
	border-radius: 10px;
	margin: 0 0 25px 0;
	font-size: 12px;
}
.content-block h2 {
	font-size: 14px;
}

/* ------------------------------- */

.faqs_summary_block {
	display: inline-block;
	width: 300px;
	margin: 25px 20px 0 0;
	vertical-align: top;
}
.faqs_summary_block img {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.faqs_summary_block ol { list-style-position: outside; margin-left: 20px; }
.faqs_summary_block>a { color: #444444; text-decoration: none; }
.faqs_summary_block li>a { color: #0092ff; }

.faqs_list>ol { list-style-position: inside; }
.faqs_list>ol>li { margin-top: 1.5em; font-weight: bold; }
.faqs_list h2 { color: #ff9900; font-size: 28px !important; font-weight: bold; margin: 0 0 1em 0; }
.faqs_list h3 { color: #444444; font-size: 14px; font-weight: bold; margin: 0 0 1em 0; display: inline-block; }

/* ------------------------------- */

form#contact {
	margin: 20px 0 50px 0;
	overflow: hidden;
}
form#contact label { font-weight: bold; line-height: 1.7em; margin-top: 10px; }
form#contact textarea { display: block; width: 600px; height: 150px; }
form#contact input[type=text] { display: block; width: 280px; }
form#contact input[type=text].fakename { display: none; }
form#contact input[type=checkbox] { margin-left: 5px; margin-right: 5px; vertical-align: text-top; }
form#contact label { display: inline-block; }

form#contact .contact_subline {
	overflow: hidden;
	clear: both;
	padding-top: 20px;
	text-align: right;
}
form#contact .contact_subline label { margin-right: 30px; }
form#contact .contact_subline img { margin-right: 10px; display: inline-block; vertical-align: middle; }

#contact_details h2 { color: #444444 !important; font-size: 28px !important; font-weight: bold !important; margin-bottom: 15px; }
#contact_details td { width: 300px; line-height: 1.4em; }
#contact_details h3 { color: #ff9900; margin: 0 0 5px 0 !important; }

/* ------------------------------- */

#conditions h2 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

#conditions table {
	border: 1px solid #999;
	margin-top: 1em;
	margin-bottom: 1em;
}
#conditions th {
	padding: 3px 5px;
	border: 1px solid #999;
}
#conditions td {
	padding: 3px 5px;
	border: 1px solid #999;
}

#conditions li {
	margin-bottom: 0.5em;
}

#agree_conditions a { text-decoration: underline; }

#notes {
	margin-top: 15px;
}
ul#notes { margin-left: 0; }
#notes * li { margin-bottom: 3px; margin-top: 0; }
#notes * li p { margin-bottom: 0; margin-top: 0; }

/* ------------------------------- */

.owner_table { border-collapse: collapse; }
.owner_table th { border: 1px solid #AAA; background-color: #D0D0F0; padding: 1px 3px; font-weight: bold; color: #222; font-size: 12px; }
.owner_table tr:nth-child(even) { background: #F0F0FF; }
.owner_table tr:nth-child(odd) { background: #F8F8FF; }
.owner_table td { border: 1px solid #AAA; padding: 2px 3px; color: #444; font-size: 12px; }

/* ------------------------------- */

.slideshow-container {
	position: relative;
/*	min-height: 0;
	height: 400px;
	margin: 0;
	padding: 0;
*/	width: 100%;
	overflow: hidden;
}

.slideshow-content {
	position: relative;
	min-height: 0;
	height: 400px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.slideshow-caption {
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 3;
	width: 300px;
	height: 60px;
	background-color: #ededed;
	background-color: rgba(237,237,237,0.8);
	box-shadow: 0 0 2px 2px #aaa;
}

.slideshow-caption .entry {
	position: absolute;
	padding: 10px;
}
.slideshow-caption p { color: #8c8c8c; font-size: 15px; line-height: 1.2em; }
.slideshow-caption p strong { color: #444444; }

#slideshow-thumblist {
	position: absolute;
	bottom: -25px;
	right: 10px;
	text-align: right;
	z-index: 3;
	height: 25px;
	line-height: 25px;
}
#slideshow-thumblist .thumb {
	width: 23px;
	height: 22px;
	overflow: hidden;
	margin: 1px 4px 0 0;
	display: inline-block;
	cursor: pointer;
}
#slideshow-resume-button {
	margin-right: 10px;
	color: white;
	visibility: hidden;
	vertical-align: top;
	cursor: pointer;
}
#slideshow-resume-button:hover { text-shadow: 1px 1px black; }

#slideshow-nav-buttons {
	display: none;
}
.slideshow-nav-button {
	position: absolute;
	top: 50px;
	cursor: pointer;
	opacity: 0.7;
	padding: 10px;
	z-index: 3;
}
.slideshow-nav-button:hover { opacity: 1; }
.slideshow-nav-button.prev { left: 10px; }
.slideshow-nav-button.next { right: 10px; }

/* ------------------------------- */

#chat-container { position: fixed; right: 0; bottom: 0; z-index: 100000; padding: 0; }

/* ------------------------------- */

div.star_rating { background: url(/interface/rating-stars.png) 0 12px; width: 65px; height: 12px; display: inline-block; }
div.star_rating>span { position: absolute; background: transparent; height: 12px; overflow: hidden; }
div.star_rating>span:hover, div.star_rating>span.selected { background-image: url(/interface/rating-stars.png); }
div.star_rating>span.s1 { width: 13px; }
div.star_rating>span.s2 { width: 26px; }
div.star_rating>span.s3 { width: 39px; }
div.star_rating>span.s4 { width: 52px; }
div.star_rating>span.s5 { width: 65px; }

div.star_rated { position: relative; background: url(/interface/rating-stars.png) 0 12px; width: 65px; height: 12px; display: inline-block; }
div.star_rated>span { position: absolute; background: transparent url(/interface/rating-stars.png) 0 0; height: 12px; overflow: hidden; }

.review-entry { margin-top: 15px; border-top: 1px solid #ccc; padding: 15px 0 5px 0; }
.review-name { margin-top: 2px; font-size: 80%; color: #888; }
.review-title { font-weight: bold; }
.review-text { margin-top: 15px; }
.review-text p { margin-bottom: 8px; }

/* ------------------------------- */

