/*---------------------------------------------------------------
				 Reset default values 
  --------------------------------------------------------------- */
/*
* {
	font-size: 100.01%;
}
*/
html,body,h1,h2,h3,h4,h5,h6,p,form,img,table,tr,td,dl,dt,dd,fieldset {
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

a img,img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
h3 {
	margin-bottom:10px;
	font-size:14px;
}
/*// Reset default values */

/*---------------------------------------------------------------
 *               Tag description 
 *---------------------------------------------------------------*/

body {
	background: #fff url(/data/img/bg.gif);
	color: #3e3d35;
	font-family: Tahoma;
}

a:link, a:visited {
	color:#007384;
	text-decoration: none;	
}


/*// Tag description */

/*---------------------------------------------------------------
 *               Markup blocks 
 *---------------------------------------------------------------*/

#wrapper-top {
	background: url(/data/img/bg-top.jpg) no-repeat center top;
	min-width: 971px; /* ie6 */	
}

#wrapper-bottom {
	background: url(/data/img/bg-bottom.jpg) no-repeat center bottom;
	padding-bottom: 140px;
}

#content {
	margin: 0 auto;
	/*width: 971px;
*/
    width: 1050px;
}

 /*// Markup blocks */

/*---------------------------------------------------------------
 *               Common styles 
 *---------------------------------------------------------------*/

/*---------------------------------------------------------------
 *              Buttons
 *---------------------------------------------------------------*/

a.button_aqua,
a.button_blue {
	background: url(/data/img/button_aqua-right.gif) no-repeat right top;
	color: #fff;
	display: block;
	float: left;
	font-size: 11px;
	padding: 0 2px 0 0;
}

a.button_blue {
	background-image: url(/data/img/button_blue-right.gif);
}

a.button_aqua span,
a.button_blue span {
	background: url(/data/img/button_aqua-left.gif) no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	height: 18px;
	padding: 2px 0 0 2px;
	text-align: center;
	width: 57px;
}

a.button_blue span {
	background-image: url(/data/img/button_blue-left.gif);
}

a.button_aqua:hover {
	background-position: right -20px;
}

a.button_aqua:hover span {
	background-position: left -20px;
}

a.button_blue:hover {
	background-position: right -20px;
}

a.button_blue:hover span {
	background-position: left -20px;
}

/*// Buttons */

.banner {
	border-top: 2px solid #c7c4ab;
	border-bottom: 2px solid #c7c4ab;
	margin-top: 14px;
	padding: 7px;
}

.section {
	overflow: hidden; /* ie */
}

.line {
	background: #c7c4ab;
	height: 2px;
	margin: 18px 0;
	overflow: hidden;
}

/*---------------------------------------------------------------
 *             Rate
 *---------------------------------------------------------------*/

.rate {
	display: block;
	float: left;
	overflow: hidden;
}

.rate i,
.rate b {
	background: url(/data/img/heart.gif) no-repeat;
	display: block;
	height: 6px;
	float: left;
	margin-right: 2px;
	overflow: hidden;	
	width: 7px;
}

.rate b { 
	width: 4px;
}

/*// Rate */

/*---------------------------------------------------------------
 *             List
 *---------------------------------------------------------------*/

.list {
    position:relative;
}
.list .list-title {
	border-bottom: 2px solid #edede0;
	color: #3e3d35;
	font: 24px/45px "Trebuchet MS";
	margin-bottom: 18px;
	padding-left: 7px;
}

.list .content {
	margin-left: 7px;
}

.list img {
	float: left;
	margin: 0 14px 7px 0;
}

.list-item {
	border-bottom: 1px solid #edede0;
	margin-bottom: 15px;
	padding-bottom: 16px;
}

.list-item .title {
	color: #259bb7;
	display: block;
	font: bold 12px Tahoma;
}

.list-item .title:hover {
	color: #3e3d35;
}

.list-item .info {
	/*display: block;
	margin: 9px 0;
	overflow: hidden; [> ie <]*/
}
/*.list .list-item .info_hotels {
	display: block;
	margin: 9px 0;
}*/


.list-item .info a,
.list-item .info span {
	background: url(/data/img/slash.gif) no-repeat right center;
	color: #3e3d35;
	/*display: block;
	float: left;*/
	font-size: 11px;
	margin-left: 4px;
	padding-right: 7px;
}

.list-item .info a.user,
.list-item .info a.place {
	color: #007384;
	margin-left: 0;
}

.list-item .info a.user:hover,
.list-item .info span.place:hover,
.list-item .info a.place:hover {
	color: #3e3d35;	
}

.list-item .info a.comments {
	color: #c91556;
}

.list-item .info a.comments:hover {
	color: #3e3d35;	
}

.list-item .info .rate {
	background: none;
	margin: 5px 0 0 7px;
}

.list-item .text {
	color: #3e3d35;
	font-size: 12px;
}

.list .pages,
.list .sort_order {
	margin:  0 0 10px 9px;
	overflow: hidden;
	padding: 0;
}

.list .pages li,
.list .sort_order li {
	background: url(/data/img/slash.gif) no-repeat right center;
	float: left;
	list-style: none;
	font-size: 11px;
	margin-left: 4px;
	padding-right: 7px;	
}

.list .pages li.first
.list .sort_order li.first {
	margin-left: 0;
}

.list .pages li.last,
.list .sort_order li.last {
	background: none;
}

.list .pages li a,
.list .sort_order li a {
	color: #007384;
}

.list .pages li a:hover,
.list .sort_order li a:hover {
	color: #3e3d35;
}

/*// List */

/*---------------------------------------------------------------
 *               Menu 
 *---------------------------------------------------------------*/

.menu {
	width: 100%;
}

.menu td a {
	background: orange;
	border: 1px solid green;
	display: block;
	text-align: center;
}

/*// Menu */

 /*// Common styles */

/*---------------------------------------------------------------
 *               Personal panel 
 *---------------------------------------------------------------*/

.panel {
	overflow: hidden; /* ie */
}

.panel input {
	border: 0;
	color: #898670;
	display: block;
	height: 18px;
	font: 12px/18px "Tahoma";
	padding: 2px 8px 0 8px; /* ie */
	width: 101px;
}

.panel span.input {
	background: url(/data/img/input_border-left.gif) no-repeat;
	display: block;
	float: left;
	height: 22px;
	margin: 0px 0 0 10px;
	padding: 0px 0px 0px 2px;
}

.panel span.input span {
	background: url(/data/img/input_border-right.gif) no-repeat right top;
	display: block; /* for Opera, Sfari */
	float: left; /* for ie6 */
	height: 20px; /* ie */
	margin: 0;
	padding: 1px 2px 1px 0px; /* ie */
}

.panel a.button_aqua {
	margin: 1px 0 0 12px;	
}

#auth {
	background: url(/data/img/form_auth_bg-left.gif) no-repeat;
	/*float: left;*/
	overflow: hidden;	
	padding-left: 5px;
}
#auth2 {
	background: url(/data/img/form_auth_bg-right.gif) right no-repeat;
	overflow: hidden;	
	padding-right: 5px;
}

#form_auth {
	/*background: #dedec8 url(/data/img/form_auth_bg.gif) no-repeat 25px 0px;*/
	background: #dedec8 url(/data/img/form_auth_bg.gif) no-repeat 780px 0px;
	height: 41px; 
	/*width: 478px;*/
	padding-top:19px;
}

#form_auth .title {
	/*display: block;
	float: left;
	height: 60px;
	margin: 0 4px 0 21px; [> ie6 <]*/
	margin-left: 10px;
	color: #898670;
	font-size: 17px;
	/*line-height:60px;*/
	font-family:"Trebuchet MS";
}

#order_search {
	background: url(/data/img/form_order_search_bg-right.gif) no-repeat right top;
	float: left;	
	overflow: hidden;
	padding-right: 5px;
}

#order_search span.input {
	margin-left: 20px; /* ie6 */
}

#order_search a.button_aqua span {
	width: 24px;
}

#order_search a.button_aqua span i {
	background: url(/data/img/go.gif) no-repeat center center;
	line-height: 18px; /* ie */
}

#form_order_search {
	background: #b72544 url(/data/img/form_order_search_bg.gif) no-repeat;
	height: 41px; 
	width: 192px;
	padding-top:19px;
}

#basket {
	background: #259bb7 url(/data/img/basket_bg.gif) no-repeat;
	color: #fbfbfb;	
	float: left;
	font: 18px/60px "Trebuchet MS";	
	height: 60px;
	overflow: hidden;
	padding-left: 29px;
	width: 262px;
}

#basket img {
	display: block;
	float: right;
	margin-top: 1px;
}

#basket span {
	font-size: 12px;
}

 /*// Personal panel */
 
/*---------------------------------------------------------------
 *               Info panel 
 *---------------------------------------------------------------*/
.overflow {padding-left:15px;overflow:hidden}
#logo {
	display: block;
	float: left;
	margin: 11px 0 0 10px; /* ie6 */
}

#guaranty {
	/*display: block;	float: left;*/
	display:inline-block;
	margin-top: 15px;	
}

#guaranty .title {
	color: #1487a2;
	display: block;
	font: 20px "Trebuchet MS";
}

#guaranty .content {
	color: #0c6075;
	font: 14px/15px "Trebuchet MS";
}

#phone {
	color: #C91556;
	display: block;
	background: url(/data/img/phone_icon.gif) no-repeat 0px 2px;
	/*float: left; margin: 8px 0 0 29px;*/
	margin:8px 0px 5px;
	font-size: 11px;
	padding-left: 14px; 
	font-weight:bold;
}

#phone .number {
	color: #116376;
	font-size: 18px;
}

.tez {float:right; padding-top:10px;}
#form_search {
	margin-right: 9px;
	
}

#form_search span.input {
	float: right;
	margin-top: 10px;
}

#form_search input {
	width: 160px;
}

#form_search a.button_blue {
	float: right;
	margin: 11px 0 0 10px;
}

 /*// Info panel */

/*---------------------------------------------------------------
 *               Main menu
 *---------------------------------------------------------------*/

#menu {
	margin: 13px 0 0 0;
}

#menu {
  width: 100%;
}

html:root #menu {
  margin-left: 0px;
}

#menu td {    
  text-align: center;
  white-space: nowrap;
  width: 1%;
}

#menu td a {
	background: #1587a1 url(/data/img/menu_bg.gif) repeat-x;	
	color: #fbfbfb;
	display: block;
	font: bold 11px/29px "Tahoma";
	height: 29px;
	padding: 0 7px;
	text-transform: uppercase;
  white-space: nowrap;
}

#menu td a:hover,
#menu td a.hover {
	background-image: none;
}

#menu td.divider {
	background: #1587a1 url(/data/img/menu_bg.gif) repeat-x;
	cursor: pointer;
	text-align: right;
  width: auto;
}

#menu td.spacer {
	background: #1587a1 url(/data/img/menu_bg.gif) repeat-x;
	cursor: pointer;
	text-align: left;
  width: auto;
}

#menu td.last_spacer {
	background: #b72544 url(/data/img/menu_bg-agencies.gif) repeat-x;
	cursor: pointer;	
	text-align: left;
	width: 6px;
}

#menu td.last_spacer div {
	background: url(/data/img/menu_bg-agencies-divider.gif) no-repeat;	
	height: 29px;
	width: 6px;
}

#menu td.border-left,
#menu td.border-left div {
	background: url(/data/img/menu-left.gif) no-repeat;
	height: 29px;
	width: 5px;
}

#menu td.border-right,
#menu td.border-right div {
	background: url(/data/img/menu-right.gif) no-repeat;
	height: 29px;
	width: 6px;
}

#menu td.last a {
	background: #b72544 url(/data/img/menu_bg-agencies.gif) repeat-x;	
}

#menu td.last a:hover,
#menu td.last a.hover {
	background-image: none;	
}

#menu td.hover {
	background-image: none;
}

#menu td.hover div {
	background-position: left -29px;
}

#menu td.hoverAdd div {
	background-position: left -58px;	
}


 /*// Main menu */

/*---------------------------------------------------------------
 *               Countries menu
 *---------------------------------------------------------------*/

#countries, #ranges {
	margin: 9px 0 0 0;
}

#countries, #ranges {
  width: 100%;
}

html:root #countries, html:root #ranges {
  margin-left: 0px;
}

#countries td, #ranges td {
  white-space: nowrap;
 /* width: 1%;
*/
}
#countries td {
    text-align: left;
}
#ranges td {
    text-align: center; 
}

#countries td a, #ranges td a {
	/*color: #249bb9;*/
	color: #fff;
	display: block;
	font: 12px "Tahoma";
	padding: 9px 7px 0 7px;
	white-space: nowrap;
}
#countries td a {
    background: transparent url(/data/img/countries_bg.gif) repeat-x;    
    height: 38px;
}
#ranges td a {
    background: transparent url(/data/img/ranges_bg.gif) repeat-x;    
    height: 24px;
}

#countries td span.first_col, #ranges td span.first_col {
	color: #88866f;
	display: block;
	font: 12px "Tahoma";
	padding: 9px 7px 0 7px;
  white-space: nowrap;
}
#countries td span.first_col {
    background: transparent url(/data/img/countries_bg.gif) repeat-x;   
    height: 38px; 
}
#ranges td span.first_col {
    background: transparent url(/data/img/ranges_bg.gif) repeat-x;   
    height: 24px; 
}

#countries td a:hover, #countries td a.hover, #ranges td a:hover, #ranges td a.hover {
	/*color: #3E3D3D;*/
	text-decoration:underline;
}

#countries td a span, #ranges td a span {
	color: #80feff;
	font-weight: normal;
}

#countries td.last_spacer, #ranges td.last_spacer {
	cursor: pointer;
	text-align: left;
	width: 2px;
}
#countries td.last_spacer {
    background: #33969b url(/data/img/countries_bg.gif) repeat-x;    
}
#ranges td.last_spacer {
    background: #33969b url(/data/img/ranges_bg.gif) repeat-x;    
}

#countries td.last_spacer div, #ranges td.last_spacer div {
	width: 2px;
}
#countries td.last_spacer div {
    background: url(/data/img/countries_all-divider.gif) no-repeat; 
    height: 47px;   
}
#ranges td.last_spacer div {
    background: url(/data/img/ranges_all-divider.gif) no-repeat;   
    height: 33px; 
}

#countries td.divider, #ranges td.divider {
	cursor: pointer;
	text-align: right;
}
#countries td.divider {
    background: #33969b url(/data/img/countries_bg.gif) repeat-x;
}
#ranges td.divider {
    background: #33969b url(/data/img/ranges_bg.gif) repeat-x;
}

#countries td.spacer, #ranges td.spacer {
	cursor: pointer;
	text-align: left;
  width: auto;
}
#countries td.spacer {
    background: #33969b url(/data/img/countries_bg.gif) repeat-x;
}
#ranges td.spacer {
    background: #33969b url(/data/img/ranges_bg.gif) repeat-x;
}


#countries td.border-left,
#countries td.border-left div,
#ranges td.border-left,
#ranges td.border-left div {
	width: 2px;
}
#countries td.border-left,
#countries td.border-left div {
    background: url(/data/img/countries-left.gif) no-repeat;
    height: 47px;
}
#ranges td.border-left,
#ranges td.border-left div {
    background: url(/data/img/ranges-left.gif) no-repeat;
    height: 33px;
}

#countries td.border-right,
#countries td.border-right div,
#ranges td.border-right,
#ranges td.border-right div {
	width: 3px;
}
#countries td.border-right,
#countries td.border-right div {
    background: url(/data/img/countries-right.gif) no-repeat;
    height: 47px;
}
#ranges td.border-right,
#ranges td.border-right div {
    background: url(/data/img/ranges-right.gif) no-repeat;
    height: 33px;
}


#countries td.last a,
#ranges td.last a {
	padding: 0 16px 0 19px;
}
#countries td.last a {
    height: 47px;
    line-height: 47px;      
}
#ranges td.last a {
    height: 33px;
    line-height: 33px;    
}
 /*// Main menu */

/*---------------------------------------------------------------
 *               Illustrations 
 *---------------------------------------------------------------*/

#ill {
	margin-top: 9px;
	overflow: hidden;
	width:732px;
}

#ill div.big {
	float: left;
	margin-left: 1px;
	position: relative;
}

#ill div.big {
	margin-left: 0px;	
}

#ill div a {
	background: url(/data/img/ill_text_bg.png);
	color: #fff;
	cursor: pointer;
	display: block;
	font: 20px/100% "Trebuchet MS";
	padding: 6px 11px 7px 14px;
	position: absolute;
	z-index: 1;
}

#ill div.big a {
	left: 0px;
	bottom: 10px;
}
/*MINE*/
div.little_pics {
    position:relative;
    float:left;
}

#la_1{
    left:10px;
    top:130px;
}

#la_2{
    left:10px;
    top:280px;
}

#ill div a:hover {
	background: #52adc3;
}

 /*// Illustrations */

/*---------------------------------------------------------------
 *               Special offers 
 *---------------------------------------------------------------*/

#spec_offers {
	float: left;
	/*width: 676px;
*/
    width:730px;
}

#spec_offers .content {
	margin-left: 7px;
}

#spec_offers .title {
	color: #b72544;
	display: block;
	font: 24px/60px "Trebuchet MS";
	padding-left: 7px;
}

#spec_offers .tip {
	color: #b72544;
	display: block;
	font-size: 12px;
}

#spec_offers ul {
	background: url(/data/img/tab_spec_bg.gif) repeat-x;
	height: 56px; 
	margin: 15px 0 4px 0;	
	overflow: hidden; /* ie */
	padding: 0;
	width: 100%;
}

#spec_offers ul li {
	background: url(/data/img/tab_spec-right.gif) no-repeat right top;
	border-bottom: 1px solid #c7c4ab;
	display: block;
	float: left;
	list-style: none;	
	padding-right: 3px;
}

#spec_offers ul li.selected {
	background-position: right -26px;
   /* border-bottom: none;
*/
}

#spec_offers ul li.selected span,
#spec_offers ul li.selected a {
	background-position: left -26px;
}

#spec_offers ul li a,
#spec_offers ul li span {
	color: #259bb7;
	display: block;
	background: url(/data/img/tab_spec-left.gif) no-repeat left top;
	float: left;
	font-size: 12px;
	line-height: 26px;
	height: 26px;
	padding: 0 13px 0 16px;
}

#spec_offers ul li a:hover,
#spec_offers ul li span {
	color: #3e3d3d;
}

#spec_offers table {	
	width: 100%;
}

#spec_offers table td {
	/*background: url(/data/img/tab_spec_col_divider.gif) no-repeat right center;
*/
	border-top: 1px solid #edede0;
	color: #3e3d35;
	font-size: 11px;
	line-height: 36px;
	padding-left: 10px;
	white-space: nowrap;
}

#spec_offers table td.hotel {
	padding-left: 5px;
}

#spec_offers table td.hotel a {
	color: #259bb7;
	font-weight: bold;
}

#spec_offers table td.hotel a:hover {
	color: #3e3d3d;
}

#spec_offers table td.place {
	color: #e1e4e5;
}

#spec_offers table td.place a {
	color: #007384;
}

#spec_offers table td.place a:hover {
	color: #3e3d3d;
}

#spec_offers table td.date span {
	background: url(/data/img/date_icon.gif) no-repeat left 4px;
	padding-left: 14px;
}

#spec_offers table td.order {
   /* background: none;
*/
}

#spec_offers table td.order a {
	background: url(/data/img/order_icon.gif) no-repeat left 4px;
	color: #c91556;
	padding-left: 14px;
}

#spec_offers table td.order a:hover {
	color: #3e3d3d;
	background-position: left -36px;
}

/*// Special offers */

/*---------------------------------------------------------------
 *               Brands
 *---------------------------------------------------------------*/

#brands {
	width: 100%;
}

#brands td {
	background: url(/data/img/brands_bg.gif) repeat-x;
	height: 47px;
	text-align: center;
}

#brands td.border-left {
	background: url(/data/img/brands_bg-borders.gif) no-repeat;
	width: 4px;
}

#brands td.border-right {
	background: url(/data/img/brands_bg-borders.gif) no-repeat -4px 0;
	width: 4px;
}

/*// Brands */

/*---------------------------------------------------------------
 *               Opinions, Media, Events 
 *---------------------------------------------------------------*/

#opinions {
	float: left;
	width: 560px;
}

#media {
	background: url(/data/img/tab_media_bg-bottom.gif) no-repeat left bottom;
	float: left;
	margin: 9px 0 0 12px;
	padding-bottom: 3px;
	width: 185px;
}

#media ul {
	margin: 0;
	overflow: hidden; /* ie */
	padding: 0;
}

#media ul li {
	float: left;
	font-size: 12px;
	line-height: 12px;
	height: 37px;
	list-style: none;
}

#media ul li a {
	background: url(/data/img/tab_media-right.gif) right top no-repeat;
	display: block;
	float: left;	
	padding: 0 2px 0 0;
	width: 91px;	
}

#media ul li a:hover {
	background-position: right -36px;
}

#media ul li a span {
	background: url(/data/img/tab_media-left.gif) no-repeat;
	color: #fff;
	display: block;
	float: left;
	height: 30px;
	padding: 7px 0 0 10px;
	width: 81px;
}

#media ul li a:hover span {
	background-position: left -37px;
	cursor: pointer;
}

#media ul li span {
	background: url(/data/img/tab_media-right.gif) no-repeat right -74px;
	display: block;
	float: left;
	padding: 0 2px 0 0;	
	width: 90px;
}

#media ul li span span {
	background: url(/data/img/tab_media-left.gif) no-repeat left -74px;
	color: #898670;
	display: block;
	float: left;
	height: 30px;
	padding: 7px 0 0 10px;
	width: 80px;
}

.media-list {
	background: url(/data/img/tab_media_bg.gif) repeat-y;
	padding: 18px 0 3px 0;
}

.media-list div { 
	background: url(/data/img/line_dots.gif) repeat-x left bottom;
	font-size: 11px;
	margin: 0 auto 14px auto;
	padding-bottom: 10px;
	width: 151px;
}

.media-list div.last {
	background: none;
	margin-bottom: 0;
}

.media-list div a {
	color: #259bb7;
	display: block;
	font-size: 12px;
}

.media-list div a:hover {
	color: #3e3d35;;
}

.media-list div a.image {
	margin-bottom: 4px;
}

#events { /* not use float because of ie6 */
	margin-left: 7px;
	/*margin-left: 768px;	/* ie6 
	width: 283px;*/
}

#events .list-item {
	margin-bottom: 15px;
	padding-bottom: 12px;
}

/* === comments === */
.comments .list-item {
	margin-bottom: 10px;
	padding-bottom: 8px;
}
	.comments .list-item .message {
		margin-left:7px;
		padding-top: 8px;
	}
	.comments .list-item span {
		margin-left:7px;
		color:#c91556;
	}

/*// Opinions, Media, Events  */

/*---------------------------------------------------------------
 *               Advanced Tour Search 
 *---------------------------------------------------------------*/

#hotels_filter {
	background: #52adc3 url(/data/img/adv_search-top.gif) no-repeat;
	margin-top: 9px;
	padding-top: 2px;
	width: 282px;

    height:340px;/*mine*/
}

#adv_search {
	background: #52adc3 url(/data/img/adv_search-top.gif) no-repeat;
	float: right;
	/*padding-top: 2px;*/
	width: 282px;
    height:340px;
	margin: 9px 0px 0px 10px;
}

#form_adv_search {
	background: url(/data/img/adv_search-bottom.gif) no-repeat left bottom;
	color: #fdfdfd;
	font-size: 11px;
	overflow: hidden; /* ie */
	/*padding: 0 0 6px 9px;*/
	padding: 0 0 0px 9px;
	height: 100%;
}

#form_adv_search label {
	color: #fbfbfb;
	font-size: 11px;
}

#form_adv_search select,
#form_adv_search input {
	border: 1px solid #7f9db9;
	color: #259bb7;
	display: block;
	font-size: 11px;
	height: 19px;
	/*margin: 3px 0 0 0;*/
	margin: 1px 0 0 0;
	padding: 0;	
}

#form_adv_search div {
	/*margin-bottom: 8px;*/
	margin-bottom: 5px;
}

#form_adv_search .half {
	clear: right; /* ie */
	float: left;
	width: 128px;
}

#form_adv_search .half select {
	width: 128px;
}

#form_adv_search .hotel_type {
	float: left;
	width: 82px;
}

#form_adv_search .hotel_type select {
	width: 82px;
}

#form_adv_search .date {
	float: right;
	margin-right: 7px;
	text-align: right;
	width: 170px;
}

#form_adv_search .date label {
	display: block;
	text-align: left;	
}

#form_adv_search .date select {
	display: inline;
	width: 78px;
}

#form_adv_search .day {
	float: left;
	/*width: 146px;*/
	width: 130px;
}

#form_adv_search .day label {
	display: block;	
}

#form_adv_search .day select {
	display: inline;
	/*width: 66px;*/
	width: 55px;
}

#form_adv_search .price {
	/*
	float: right;
	margin-right: 7px;
	width: 106px;	
   */
	clear: both;
	width: 265px;
}

#form_adv_search .price label {
	clear: both;
	display: block;
}

#form_adv_search .price select {
	float: right;
	*display:inline;
	*float:none;
	/*width: 39px;*/
	width: 50px;
}

#form_adv_search .price input {
	/*
	display: block;
	float: left;
	width: 62px;
   */
	display: inline;
	width: 70px;
}

#form_adv_search .right {
	clear: none;
	float: right;
	margin-right: 7px;
}


#form_adv_search .full {
	clear: both;
	width: 265px;
}

#form_adv_search .full select {
	width: 265px;
}

#form_adv_search .button_blue {
	float: right;
	margin: 4px 8px 0 0; 
    font-size:12px;
    position:relative;
    /*background:none;*/
    /*padding:0px;*/
}


#form_adv_search .button_blue span {
	width: 77px;	
}

#adv_search .title {
	color: #fbfbfb;
	display: block;
	font: 18px/37px "Trebuchet MS";
}

/*// Advanced Tour Search   */

/*---------------------------------------------------------------
 *               Departments
 *---------------------------------------------------------------*/

#departments { /* ie6 */
	background: url(/data/img/departments-bottom.gif) no-repeat left bottom;
	clear: right;	
	float: right;
   /* margin-top: 14px;*/
    margin:4px 0px 0px 10px;
	padding-bottom: 3px;
	width: 282px;	
}

#departments div {
	background: #fbfbfb url(/data/img/departments_bg.gif) repeat-y;
	font-size: 12px;
	padding: 16px 14px;
}

#departments div address {
	font: bold 12px Tahoma;
	margin: 18px 0;
}

#departments ul {
	margin: 0;
	overflow: hidden; /* ie */
	padding: 0;
}

#departments ul li {
	float: left;
	list-style: none;
}

#departments ul li a,
#departments ul li span {
	background: url(/data/img/tab_departments-right.gif) no-repeat right top;
	/*color: #fff;*/
	cursor: pointer;
	display: block;
	float: left;
	font-size: 12px;
	/*padding-right: 3px;*/
}

#departments ul li span {
	color: #b72544;
	background-position: right -64px;	
}

#departments ul li a span {
	color: #fff;
}

#departments ul li a span,
#departments ul li span span {
	background: url(/data/img/tab_departments-left.gif) no-repeat;
	display: block;
	float: left;	
	height: 32px;
	line-height: 32px;
	padding-left: 13px;
	width: 122px;
}

#departments ul li span span {
	background-position: left -64px;
}

#departments ul li a:hover {
	background-position: right -32px;
}

#departments ul li a:hover span {
	background-position: left -32px;
}

/*// Departments  */

/*---------------------------------------------------------------
 *               Copyrights, Counters
 *---------------------------------------------------------------*/

#copyrights {
	color: #383736;
	font-size: 11px;
	padding: 45px 20px;
}

#copyrights a {
	color: #21201c;
}

/*// Counters  */
#search_res {
    font-size:12px;
}
#search_res a{
    color: #259bb7;
    font-weight: bold;
}
#place_in_tabs{
    color: #3E3D35;
}


.page_nav {
    font-size:12px;
	color:#007384;
	text-align:center;
}
.page_nav a{
    color: #007384;
}

#countries_tabs li a:hover{
	color: black;
}
/*iblock.vote*/
div.star-active
{
	cursor: pointer;
}

div.star-empty
{
	background-image: url(/data/img/empty.gif);
	width:12px;
	height:12px;
	overflow:hidden;
}

div.star-voted
{
	background-image: url(/data/img/voted.gif);
	width:12px;
	height:12px;
	overflow:hidden;
}

div.star-over
{
	background-image: url(/data/img/over.gif);
	width:12px;
	height:12px;
	overflow:hidden;
}
div.right-column {
    margin:10px;
    overflow:hidden;
}


/*country page*/
div.country_little_pic {
    position:relative;
    /*top:1px;*/
    float:left;
}
.country_little_pic img {
    margin:0;
}

.country_little_pic a {
	background: url(/data/img/ill_text_bg.png);
	color: #fff;
	cursor: pointer;
	display: block;
	font: 18px/100% "Trebuchet MS";
	padding: 6px 11px 7px 14px;
	position: absolute;
	z-index: 1;
    bottom:5px;
    left:0px;
    margin:10px 5px 5px;
}

.country_little_pics {
    /*padding: 20px 0;*/
	overflow: hidden
}


/*MINE*/
div.little_pics {
    position:relative;
    float:left;
}


div.country_little_pic  a:hover {
	background: #52adc3;
}

div.news-detail {
    /*padding: 500px 0px 10px;*/
}

a.all_countries_link {
    color: #249BB9;
    margin: 0px 30px 0px;
}

table.all_countries_table {
    width: 100%;
    border-collapse:separate;
    padding-top:40px;
}
table.all_countries_table td {
    width:25%;
}

.all_countries_table table {
    width:25%;
    border-collapse:separate;
    border-spacing: 13px;
}

/*
 *FOR LGMASTER ONLY
 * */


.messagebg {
    position:absolute;
    z-index:3000;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    background:#000;
    opacity: 0.5;
}

.messagebg_window {
    position: fixed;
    top: 200px;
    font-size: 12px;
    opacity: 1;
    z-index: 3001;
    width: 300px;
    padding: 20px;
    background:#e6e7e9;
}


/**
* ADDITIONAL
*/

#payment {
    float: right;
}
.half_container {
	margin-left:-30px;
	margin-top:-15px;
	word-spacing: -0.25em;
	zoom: 1;
}
.half_block {
	display: -moz-inline-box; display: inline-block; *zoom: 1; *display: inline;
	width: 210px;
	margin-left:30px;
	margin-top:15px;
	vertical-align:top;
	word-spacing:normal;
}
	.half_block h2 {
		margin-bottom:5px;
		padding-bottom:5px;
		border-bottom:1px solid #C7C4AB;
		font-size:17px;
	}

/* == mnogosearch == */
.search_res {
    margin-bottom:15px;
}
table.search_res {
    margin-bottom:15px;
    font-size:11px;
}
.search_res dt {
    margin-bottom:5px;
}
.search_res dd {
    width:90%;
    text-align:justify;
}
.href {
    margin-top:5px;
    color:#737172;
}
.accordance {
    margin-left:20px;
    font-size:12px;
    color:#737172;
}
.search_small {
    font-size:12px;
}
.search_word {
    color:#fff;
    background-color:#737172;
}

#signup_form td{
  padding: 5px;
}
.warning{
  font-weight: bold;
  color: red;
}
