body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0px;
}
#wrapper{
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	background-position: left center;
	width: 949px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 24px;
	padding-left: 27px;
}
#head{
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	background-position: left 19px;
	height: 195px;
}
#head_menu{
	height: 23px;
	background-image: url(../img/head_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;

}
#signup{
	background-image: url(../img/sign_up.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	height: 23px;
	padding-right: 5px;
	float: right;
	width: 400px;
}
#lang{
	float: left;
	width: 300px;
	font-size: 12px;
	color: #CCCCCC;
	padding-left: 10px;
	padding-top: 2px;
}
#search{
	float: right;
	height: 115px;
	width: 200px;
}
#menu{
	clear: right;
	height: 30px;
	float: right;
	width: 649px;
}
#bar{
	background-color: #447BBE;
	height: 20px;
	clear: both;
}
#left{
	float: left;
	width: 280px;
	margin-right: 5px;
	margin-left: 5px;
}
#content{
	float: left;
	width: 649px;
}
#footer{
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	text-align: right;
	padding: 15px;
}
#search_tour{
	background-image: url(../img/glob.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 270px;
	color:  #007ED2;
	font-weight: bold;
}
#banners{
	margin-bottom: 10px;
	width: 280px;
	overflow: hidden;
}
#hotel_photos{
	float: right;
	width: 200px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#hotel_photos a{
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#hotel_photos a:hover{}






.tour_info{
	font-size: 36px;
	font-weight: normal;
	color: #D8DCE7;
	text-decoration: none;
	background-color: #0E4598;
	float: right;
	width: 250px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#tour_menu{
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 24px;
	margin-top: -4px;
	margin-right: -4px;
	margin-left: -4px;

}














#menu ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	background-image: url(../img/menu_a.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu li{
	display: inline;
	margin-right: 3px;
	list-style-type: none;
	position: relative;
	height: 30px;
	line-height: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #447BBE;
	padding-top: 8px;
	padding-right: 7px;
	padding-bottom: 8px;
	padding-left: 7px;
}
#menu li .info{
	display: none;
	min-height: 200px;
	width: 632px;
	position: absolute;
	left: auto;
	background-image: url(../img/win_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px;
	z-index: 100;
}
#menu li:hover .info{
	display: block;
	clear: both;
}
#menu li .nav{
	line-height: 30px;
	color: #447BBE;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	}
#signup a{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	padding-right: 2px;
	padding-left: 2px;
}
#signup .active{
	color: #FF9900;
}
#search_tour .title{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding-right: 125px;
	padding-top: 25px;
	padding-left: 20px;
	padding-bottom: 60px;
	border: none;
}
#banners a{
	text-align: center;
	display: block;
}
#banners a img{
	border: 0px;
}
#lang a{
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#lang a:hover,#lang .active{
	color: #4D8CBB;
}
#tour_menu a{
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #0E4598;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#tour_menu a:hover,#tour_menu .active{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0E4598;
}



.tour_info small{
	font-size: 18px;
}
.tour_info form{
	font-size: 12px;
	background-color: #1B64B3;
	padding: 10px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	border: 1px solid #0E4598;
}
.tour_info form .inputs{
	border: 1px solid #CCCCCC;
}
.tour_info div{
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 24px;
}
.tour_info div span{
	font-size: 14px;
	color: #0066FF;
}
.text .tour_info a{
	color: #666666;
	text-decoration: none;
	padding: 0px;
}
.text .tour_info a:hover{
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
}

.text a{
	color:#1B64B3;
	text-decoration: underline;
	padding-right: 2px;
	padding-left: 2px;
}
.text a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1B64B3;
}
#review p{
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


h1{
	font-size: 25px;
	font-weight: bold;
	color: #007ED2;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 9px;
}
h2{
	font-size: 13px;
	font-weight: normal;
	color: #007ED2;
	margin-top: 0px;
	margin-left: 5px;
	padding-left: 9px;
}


form{
	margin: 0px;
	padding: 0px;
}
label{
	line-height: 20px;
	height: 30px;
	display: block;
	margin-bottom: 5px;
}
label input,label select,.but{
	float: right;
	width: 150px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
hr{
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
	border: 0px;
	color: #CCCCCC;
}


.round{
-moz-border-radius:4px;
padding:4px;
}
.small_round{
-moz-border-radius:2px;
padding:2px;
}

.block,.small_block{
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	background-image: url(../img/block_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.inputs{
	border: 1px solid #F9C000;
}
.but,.big_but{
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../img/but_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 20px;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #0099FF;
	margin-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.big_but{
	font-size: 14px;
	line-height: 30px;
	background-image: url(../img/big_but_bg.jpg);
	height: 30px;
	width: auto;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	float: right;
}
.block .title{
	font-size: 19px;
	line-height: 25px;
	font-weight: normal;
	color: #007ED2;
	text-decoration: none;
	margin-right: -4px;
	margin-left: -4px;
	display: block;
	margin-top: -4px;
	padding-left: 10px;
}
.small_block{
	width: 305px;
	margin-left: 9px;
}
.small_block .title{
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #007ED2;
	text-decoration: none;
	margin-right: -4px;
	margin-left: -4px;
	display: block;
	margin-top: -4px;
	padding-left: 10px;
}
.small_block p{
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 3px;
}
.topten ul{
	margin: 3px;
	list-style-type: none;
	padding: 0px;
}
.topten li{
	font-size: 12px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}
.topten li a{
	font-weight: bold;
	color: #007ED2;
	text-decoration: none;
}
.topten .price{
	color: #007ED2;
	display: block;
	float: right;
	font-weight: bold;
}
.details{
	font-size: 13px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
	padding-left: 6px;
}
.split{
	float: left;
	width: 324px;
}


.continent{
	float: left;
	width: 148px;
	margin-right: 10px;
}
.europa,.moldova,.asia,.africa{
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	background-color: #008FBF;
	background-image: url(../img/europe-bg.png);
	background-position: right center;
	display: block;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 8px;
}
.moldova{
	background-color: #009933;
	background-image: url(../img/moldova.png);
}
.asia{
	background-color: #962E86;
	background-image: url(../img/asia-bg.png);
}
.africa{
	background-color: #DE8601;
	background-image: url(../img/africa-bg.png);
}

.continent a{
	font-size: 10px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}
.continent a:hover{
	color: #FF9900;
	text-decoration: underline;
}
.info_block{
	width: 145px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	font-size: 10px;
	line-height: 16px;
	padding: 1px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5E3175;

}
.info_block:hover{
	background-color: #FF9900;
}
.info_block b{
	line-height: 18px;
	display: block;
	padding-left: 3px;
}
.info_block:hover b{
	color: #FFFFFF;
	text-decoration: underline;
}
.info_block span{
	color: #999999;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 5px;
	display: block;
	height: 120px;
	overflow: hidden;
}
.tour_list ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.tour_list ul li{
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 40px;
}
.tour_list ul li ul{}
.tour_list ul li ul li{
	display: block;
	float: left;
	height: 30px;
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tour_list b{
	color: #007ED2;
}
.tour_list small,small{
	color: #4AB7FF;
	font-size: 10px;
}
.tour_list a {
	text-decoration: none;
}
.tour_list a:hover b{
}
.error{
	font-size: 12px;
	color: #FF0000;
	background-color: #FFCECF;
	margin: 20px;
	padding: 10px;
	border: 1px solid #FFAAAC;
}
.succes{
	font-size: 12px;
	color: #009933;
	background-color: #E3FFDF;
	border: 1px solid #009933;
	margin: 20px;
	padding: 10px;
}
.attention{
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
.link{
	color: #0099FF;
	text-decoration: none;
}
.link:hover{
	text-decoration: underline;
}
#general_desc,#dates,#review,#ghid,#country_general,#country_special
{
padding:10px;
}


a img{
border:0;
}
.clear{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	display: block;
}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

