/* Main Styles */

* {
	margin:0px;
	color: #191919;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

html, body {
	height: 100%;
}

body{
	margin:0px;
	padding:0px;
	font-size: 12px;
	background:url(images/bg.jpg) no-repeat top center #FFFFFF;
}

h1{
	margin:10px 0px 20px 0px;
	font-size:20px;
	color:#432F80;
	font-weight:normal;
}

h1 .stars {
	font-size:14px;
	vertical-align:top;
}

h4{
	margin:10px 0px;
}

a {
	color:#193925;
}

#maintext td {
	font-size:12px;
}

#maintext td {
	padding:5px;
}

#maintext ul li {
	margin-left:20px;
	list-style-type:disc;
}

#maintext ol li {
	list-style-type:alpha;
}

#maintext p {
	margin:10px 0px;
}

#maintext p {
	margin:10px 0px;
}

/* Container and common blocks */

#maincontainer{
	width: 998px; /*Width of main container*/
	padding:0px;
	height: auto !important;
	height: 100%;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
}

#footer, .push {
	clear:both;
	height: 103px; /* .push must be the same height as .footer */
}

.innertube {
	margin:0px;
}

#contentwrapper{
	float: left;
	width: 100%;
}

/* Top Section */

#topsection {
	margin:33px 220px 34px 220px;
}

#topsection a {
	font-size:22px;
	color:#FFFFFF;
	text-decoration:none;
}

#toplogo {
	float: left;
	margin:0px 0px 0px 10px;
	width:130px; /*Width of left column in pixel*/
	height:120px;
	margin-left:-988px; /*Set margin to that of -(MainContainerWidth)*/
}

#topcontacts {
	float: right;
	margin:10px 0px 0px 0px;
	width:310px; /*Width of right column*/
}

#topcontacts strong {
	font-weight:bold;
	color:#FFFFFF;
}

#topcontacts a {
	color:#FFFFFF;
	font-weight:bold;
}

#topcontacts td {
	color:white;
	vertical-align:top;
	padding-bottom:5px;
}

#topcontacts tr.spb td, #topcontacts tr.spb td strong {
	color:#195080;
}

#topcontacts .spb a {
	color:#195080;
}

#topmenu {
	margin:9px 0px 0px 220px;
	height: 30px; /*Height of top section*/
	font-size:14px;
}

#topmenu a {
	color:#006122;
	padding:0px;
	font-size:12px;
	margin-right:10px;
}

#topmenu a.spec {
	color:#cc3214;
}

#search {
	float: right;
	margin:0px 17px 0px 0px;
	width:194px;
}

#search input {
	padding:2px;
	border:1px solid #B7C4D5;
	width:100%;
	color:#195080;
}

.search-descr {
	height:14px;
	overflow:hidden;
}

.search-descr nobr {
	font-size:10px;
	color:#666666;
}

/*
#search .x-form-text {
	color:#3D6691;
}

#search .x-form-empty-field {
	color:#3D6691;
}

#search .x-form-focus {
	abackground-color:#51749a;
	color:#304C6F;
}

.search-item {
	text-align:left;
	height:30px;
	padding:0px;
	border:1px solid white;
	border-bottom:1px dotted #CCCCCC;
}

.search-name {
	height:16px;
	overflow:hidden;
}

.search-descr {
	height:14px;
	overflow:hidden;
}

.search-descr nobr {
	font-size:10px;
	color:#666666;
}
*/
#english {
	float: left;
	margin:10px 0px 0px 20px;
}

#english a {
	color:#bcc9df;
	text-decoration:none;
	border-bottom:1px solid #bcc9df;
}

#countries {
	float: left;
	margin:10px 0px 0px 220px;
	position:relative;
}

#countries_link {
	cursor:pointer;
	color:#006122;
	float: left;
	padding-right:10px;
	text-decoration:none;
	border-bottom:1px dashed;
	z-index:200900;
	position:relative;
	background:url(images/arrow-down.gif) no-repeat right center;
}

#countries_close {
	text-align:right;
	cursor:pointer;
}

#countries_list {
	background-color:white;
	position:absolute;
	border:1px solid #386FA1;
	padding:10px 10px 10px 10px;
	left:-10px;
	top:-5px;
	z-index:200800;
	display:none;
}


#countries_list ul {
	margin:0px;
	padding:0px;
}

#countries_list td {
	padding-top:7px;
}

#countries_list td li {
	width:100px;
}

/* Content Column */

#contentcolumn{
	margin: 0 225px 0 220px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	clear:both;
}

#contentcolumn.mainpage {
	padding-top: 26px;
}

.breadcrumbs {
	margin-top:16px;
	font-size:10px;
}

#contentcolumn #images {
	width:500px;
}

#contentcolumn #images a {
	display:block;
	float:left;
	border:1px solid #5485b0;
	margin-bottom:12px;
	margin-right:12px;
}

#contentcolumn #images a img {
	border:1px solid #FFFFFF;
}

#contentcolumn ul.subpages {
	text-align:right;
}

#contentcolumn ul.subpages li {
	margin-bottom:5px;
	list-style-type: none;
}

/* Left Column */

#leftcolumn {
	float: left;
	margin:0px 0px 0px 10px;
	width:200px; /*Width of left column in pixel*/
	margin-left:-988px; /*Set margin to that of -(MainContainerWidth)*/
}

#leftcolumn.mainpage {
	padding-top: 26px;
}

#leftcolumn ul {
	margin-top: 16px;
	padding-top: 0px;
	padding-left: 1px;
}

#leftcolumn ul ul {
	margin-top: 0px;
	margin-left: 12px;
}

#leftcolumn ul li {
	margin-bottom:5px;
	list-style-type: none;
}

#leftcolumn ul li a {
	color: #006122;
}

#leftcolumn ul li a.sel {
	font-weight:bold;
	text-decoration:none;
	color: #45386a;
}

#leftcolumn a.stars_group {
	color:#4D7BAD;
	padding-left:14px;
	font-weight:bold;
	background:url("ext/resources/images/default/grid/group-expand.gif") 0px 1px no-repeat;
}

#leftcolumn a.stars_group_sel {
	background:url("ext/resources/images/default/grid/group-collapse.gif") 0px 1px no-repeat;
}

#leftcolumn li.villa {
	display:none;
}

#leftcolumn li.chalet {
	display:none;
}

#leftcolumn li.visible {
	display:block;
}

.lefth1 {
	margin-top:12px;
	color: #386fa1;
	font-size:18px;
}

.recommended_city {
	color:#0c4c87;
	font-size:14px;
	padding-top:5px;
}

.stars {
	color:#9a662f;
	font-size:10px;
}

.currency_date {
	font-size:9px;
	color:#666666;
}

.currency_date b {
	font-weight:normal;
	color:#000000;
}

/* Right Column */

#rightcolumn {
	float: left;
	margin:0px;
	width:200px; /*Width of right column*/
	margin-left: -211px; /*Set left margin to -(RightColumnWidth)*/
}

/*
#rightcolumn.mainpage {
	width:250px;
	margin-left: -261px;
}

*/
#rightcolumn.mainpage .countries {
	margin-top:10px;
}

.countries td {
	font-size:10px;
	vertical-align:top;
	padding-right:10px;
}

.countries ul {
	list-style-type:none;
}

.countries li {
	margin:0px 0px 5px 0px;
	line-height:11px;
}

#rightcolumn #images {
	margin:20px 0px 0px 0px;
}

#rightcolumn #images a {
	display:block;
	border:1px solid #5485b0;
	margin-bottom:10px;
}

#rightcolumn #images a img {
	border:1px solid #FFFFFF;
}

#rightcolumn ul {
	margin-top: 16px;
	padding-top: 0px;
	padding-left: 1px;
}

#rightcolumn ul li {
	margin-bottom:5px;
	list-style-type: none;
}

#rightcolumn ul li a {
	color: #006122;
}

#rightcolumn ul li a.sel {
	font-weight:bold;
	text-decoration:none;
	color: #45386a;
}

#rightcolumn .countries ul {
	margin-top: 0px;
}

.righth1 {
	margin-top:12px;
	margin-left:1px;
	color: #386fa1;
	font-size:18px;
}

/* Footer */

#footer{
	clear: both;
	width: 100%;
	background:url(images/footer-bg.jpg) top center no-repeat #e3eaf5;
	padding:0px;
	text-align: center;
}

#footer .innertube {
	color:#666666;
	margin:0px;
	padding:60px 0px 0px 0px;
}

#footer .footertext {
	color:#666666;
}

#footer .innertube .fleft {
	margin:0px 10px;
	text-align:left;
	float:left;
	width:300px;
}

#footer .innertube .fright {
	margin:0px 10px;
	text-align:right;
	float:right;
	width:300px;
}

/* Цены */

.prices {
	margin:0px 0px 30px 0px;
	border-top:0px;
	border:2px solid #3D8C64;
	border-top:none;
}

.prices h2 {
	padding:5px;
	color:#FFFFFF;
	background-color:#3D8C64;
	font-size:14px;
	font-weight:bold;
}

.prices .innertube {
	padding:10px;
}

.prices .periods {
	font-size:10px;
	float:left;
	width:250px;
	padding:5px;
}

.prices .legend {
	font-size:10px;
	padding:5px;
	background-color:#3D8C64;
	color:#FFFFFF;
}

.prices .legend strong {
	color:#FFFFFF;
}

.prices .descr {
	border-top:1px solid #3D8C64;
	padding:3px 4px;
}

.prices .periods select {
	width:100%;
}

.prices .currency {
	font-size:10px;
	float:right;
	width:250px;
	padding:5px;
	text-align:right;
}

.prices .currency_buttons {
	padding:0px;
	text-align:right;
}

.prices .currency_buttons button {
	border:1px outset #3D8C64;
	border-bottom:0px;
	margin:0px 6px 0px 0px;
	padding:0px 3px;
	text-decoration:none;
	cursor:pointer;
}

.prices .currency_buttons button.pressed {
	border:1px inset #3D8C64;
	border-bottom:0px;
	background-color:#3D8C64;
	color:#FFFFFF;
}

.prices table {
	font-size:10px;
}


.prices th {
	text-align:left;
	border-right:1px solid #C3D0C2;
	color:#FFFFFF;
	background:#3D8C64;
	padding:3px 4px;
}
 
.prices td {
	text-align:left;
	background:#FFFFFF;
	padding:2px 4px;
	border-right:1px solid #C3D0C2;
}

.prices tr.alt td {
	background:#E1EBE3;
}

.prices td.price {
	text-align:right;
}

.prices td.price b {
	color:#999999;
}

/* Спецпредложения */

.specs {
	margin:10px 0px;
	border-top:0px;
	border:2px solid #5077A2;
	border-top:none;
}

.specs .prices {
	border:0px;
}

.specs .prices table {
	border-left:1px solid #C3D0C2;
}

.specs .prices .legend {
	border-left:1px solid #C3D0C2;
	border-right:1px solid #C3D0C2;
}

.specs h2 {
	padding:5px;
	color:#FFFFFF;
	background-color:#5077A2;
	font-size:14px;
	font-weight:bold;
}

.prio_specs {
	border-color:#D7622A;
}

.prio_specs h2 {
	background-color:#D7622A;
}

.specs .header_toolbar {
	padding:5px;
	background-color:#5077A2;
	font-size:12px;
	font-weight:normal;
}

.specs .header_toolbar select {
	width:100%;
}

.specs .header_toolbar .countries_combo {
	color:#FFFFFF;
	float:left;
	width:49%;
}

.specs .header_toolbar .types_combo {
	color:#FFFFFF;
	float:right;
	width:49%;
}

.specs .red {
	color:#DD2204;
}

.specs .spec {
	border-top:1px solid #B9CBDF;
	font-size:11px;
}

.specs .spec .currency {
	font-weight:bold;
}

.over {
	background-color:#E7F0FF;
}

.specs .group {
	display:none;
}

.specs .group_name {
	padding:5px;
	color:#386fa1;
	border-top:1px solid #B9CBDF;
	cursor:pointer;
	font-weight:bold;
}

.specs .group_expanded {
	color:#FFFFFF;
	background-color:#7A97BB;
}

.specs .group_expanded .stars {
	color:#F6C068;
}

.specs .spec .handler {
	padding:5px;
	cursor:pointer;
}

.specs .spec h4.title {
	float:left;
	font-weight:bold;
	margin:0px;
	padding:0px;
	width:400px;
}

.specs .spec .country {
	float:right;
	text-align:right;
	font-size:10px;
	width:139px;
	color:#3764A0;
}

.specs .spec .date {
	clear:both;
	float:left;
	font-size:10px;
	width:280px;
	color:#999999;
}

.specs .spec .date b {
	font-weight:normal;
	color:#333333;
}

.specs .spec .hotel {
	float:right;
	width:259px;
	text-align:right;
	font-size:10px;
	color:#333333;
}

.specs .spec .descr {
	padding:5px;
	display:none;
}

.tohotel {
	margin:5px 0px;
	text-align:right;
	font-weight:bold;
}

/* Рекламные блоки */

.mainpageads {
	margin-bottom:10px;
}

.mainpageads div {
	font-size:10px;
	float:left;
	width:171px;
	margin-left:20px;
}

.mainpageads div a.aimg {
	border:1px solid #5485b0;
	display:block;
}

.mainpageads div a.atext {
	color:#2A5B9D;
	text-decoration:none;
	margin:0px 2px;
	display:block;
}

.mainpageads div img {
	border:1px solid #FFFFFF;
}

.mainpageads div.first {
	margin:0px;
}

#ads_blocks {
	float:left;
	color:#2A5B9D;
	width:553px;
	font-size:10px;
	margin:2px 0px 0px 220px;
}

#ads_blocks div {
	display:block;
	float:left;
	color:#2A5B9D;
	width:120px;
}

#ads_blocks a {
	display:block;
	float:left;
	width:430px;
	color:#2A5B9D;
}

/* Поиск */

#q {
	padding:0px 6px 20px 0px;
}

#q input {
	width:100%;
}

.search-results {
	margin:0px;
	padding:0px 30px;
}

.search-results li {
	color:#999999;
	border-bottom:1px solid #CCCCCC;
	padding:10px 0px 10px 0px;
	list-style-type:decimal;
}

.search-results h2 {
	font-size:14px;
}

.search-results h2 b {
	font-weight:bold;
}

.search-results b {
	color:#661100;
	font-weight:normal;
}

.search-results .meta {
	font-size:10px;
	color:#999999;
}

#pages {
	padding-top:20px;
}

/* Цены */

.become {
	color:red;
}

.become i {
	color:#999999;
	font-style:italic;
	text-decoration: line-through;	
}

.become i b {
	color:#CCCCCC;
}

.become b {
	color:#FF9999;
}

/* Разное */

#jsiBoxNumberOfImage {
	color:#FFFFFF;
}
#depcontacts {
	padding:5px 7px;
	color:#FFFFFF;
	background-color:#5077A2;
	font-size:12px;
	font-weight:bold;
}
#contactsbody {
	border:2px solid #5077A2;
	padding:5px;
	border-top:none;
}

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}