body
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background-image:url(../images/body_bg.png);
  background-repeat: repeat-x;
  background-color: #b9c6cf;
}

#header{
	background-image:url(../images/header_bg.png);
	background-repeat: repeat-x;
	height: 103px;
}

a.menu {
	color: #346337;
	display: block;
	height: 13px;
	padding: 80px 10px 10px 10px;	
	background-image:url(../images/header_menu_separator.png);
	background-repeat: no-repeat;
	font-size: 14px;
}
a.menu:hover{
	background-color: #eaf6dc;
	text-decoration: none;
}
.more_link{
	color: #FF0066;
	font-weight: bold;
}
#container{
	background-color: #FFFFFF;
	color: #6a7882;
}
#top_banners{
	margin-top: 10px;
	padding: 10px;
}
#bottom_banners{
	margin-top: 10px;
	padding: 10px;
}
.banner{
	margin: 10px 5px;
}
.text{
	margin: 10px;
}
#main_content{
	margin: 10px 0;
}
#footer{
	background-color: #9ca9b1;
	color: #FFFFFF;
	padding: 10px;
}
a{
	color: #000077;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}


/* FRONT PAGE LAYOUT*/
.left_col h1, .center_col h1, .right_col_part_1 h1, .right_col_part_2 h1, .sub_left_col h1{
	color: #FFFFFF;
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 35px;
	line-height: 24px;
	padding-left: 10px;
	font-size: 16px;
	float: left;
	margin-left: 2px;
}

.left_col {
	background-image: url(../images/d61869.png);
	background-repeat: repeat-y;
}
.left_col h1{
	background-color: #d61869;
	background-image:url(../images/accommondation_arrow.png);
}

.center_col{
	background-image: url(../images/870865.png);
	background-repeat: repeat-y;
}
.center_col h1{
	background-color: #870865;
	background-image:url(../images/blog_arrow.png);
}

.right_col_part_1{
	background-image: url(../images/6a7882.png);
	background-repeat: repeat-y;
}
.right_col_part_1 h1{
	background-color: #6a7882;
	background-image:url(../images/login_arrow.png);
}

.right_col_part_2{
	background-image: url(../images/33a457.png);
	background-repeat: repeat-y;
	margin-top: 10px;
}
.right_col_part_2 h1{
	background-color: #33a457;
	background-image:url(../images/product_arrow.png);
}

.sub_left_col{
	background-image: url(../images/9ca9b1.png);
	background-repeat: repeat-y;
	margin-top: 10px;
}
.sub_left_col h1{
	background-color: #9ca9b1;
	background-image:url(../images/toplist_arrow.png);
}
h3{
	color: #49535a;
	font-size: 16px;
	margin-bottom: 10px;
}

/* accommondation list, also used on other list items*/
.list_pic{
	float: left;
	margin: 0 3px 3px 0;
	border: 2px solid #f2f2f2;
}
.large_pic{
	margin: 0 3px 3px 0;
	border: 2px solid #f2f2f2;
}
.list_item{
	padding: 3px;
	margin-bottom: 5px;
	height: 60px;
}
.list_item_featured{
	padding: 6px 3px;
	margin-bottom: 5px;
	height: 90px;
	background-color: #ebf7df;
}
.list_item:hover{
	background-color: #fffbdf;
}
.list_item .list_title a, .list_item_featured .list_title a{
	color: #49535a;
	font-size: 12px;
	font-weight: bold;
}
.list_item .list_title, .list_item_featured .list_title{
	margin-bottom: 10px;
}
.list_title span{
	font-style: italic;
	color: red;
}
.thumbMargin{
	margin-left: 70px;
}
.list_price{
	color: #d61869;
	font-weight: bold;
}
.list_rating{
	float: right;
}

#sf_guard_auth_form {
	line-height: 17px;
	margin-bottom: 10px;
}
#sf_guard_auth_form label{
	float: left;
	width: 90px;
}
#sf_guard_auth_form input{
	border: 1px solid #999999;
	font-size: 10px;
	color: #666666;
	padding: 1px;;
	margin: 0;
	clear: right;
}

#sf_guard_auth_form input.submit{
	border: 1px solid #999999;
	font-size: 10px;
	color: #666666;
	padding: 1px;;
	margin: 0;
	clear: right;
	background: none;
	background-color: #ececec;
	cursor: pointer;
}
#sf_guard_auth_form input.submit:hover{
	color: #ececec;
	background-color: #666666;
}

#sf_guard_auth_form .form-row{
	margin-bottom: 3px;
}
.tags-list{
	background-image: url(../images/icons/01/16/11.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	height: 16px;
}
.tags-list li{
	float: left;
	margin: 0 4px ;
	line-height: 16px;
}
.right_panel{
	float: right;
	margin: 0px 10px 10px 10px;
}
.property{
	margin-bottom: 6px;
	line-height: 16px;
}
.property span{
	font-weight: bold;
}


h2{
	margin: 10px 0;
	font-size: 13px;
}
.weather{
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
}
.weather span{
	margin: 10px 10px;
}

.weather img{
	vertical-align: middle;
}

#search_form{
	margin-top: 10px;
}
.search_field{
	 background-color: #fffbea;
	 border: 1px solid #bee394;
	 font-size: 11px;
	 padding: 4px 2px;
	 color: #346337;
	 margin: 0 2px;
	 line-height: 24px;
	 height: 16px;
}
.search_field_label{
	background-color: #bee394;
	background-image:url(../images/header_search_arrow.png);
	color: #FFFFFF;
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 15px;
	line-height: 24px;
	padding-left: 10px;
	font-size: 14px;
	margin-left: 2px;
	float: left;
	font-weight: bold
}
.search_but{
	 background-color: #fffbea;
	 border: 1px solid #fffbea;
	 font-size: 11px;
	 padding: 0px;
	 color: #346337;
	 font-weight: bold;
	 padding: 2px 2px;
}
.userMenu {
  margin: 10px 0;
}
 ul.userMenu li a{
  color: #6A7882;
  padding: 3px;
  text-decoration: none;
  line-height: 18px;
}
ul.userMenu  li a:hover{
	text-decoration: underline;	  
}
.text p{
	margin: 10px 0;
}


.text h1{
	float: none;
	background: none;
	margin: 10px 0;
	padding: 0;
}


.comment_area h3{
	margin: 10px 0;
	
}
.form_error{
	color: red;
}
.required{
	font-weight: bold;
}

#sf_guard_register_form {
	line-height: 17px;
	margin-bottom: 10px;
}
#sf_guard_register_form label{
	float: left;
	width: 100px;
}
#sf_guard_register_form input{
	border: 1px solid #999999;
	color: #666666;
	padding: 1px;;
	margin: 0;
	clear: right;
}

#sf_guard_register_form input.submit{
	border: 1px solid #999999;
	color: #666666;
	padding: 1px;;
	margin: 0;
	clear: right;
	background: none;
	background-color: #ececec;
	cursor: pointer;
}
#sf_guard_register_form input.submit:hover{
	color: #ececec;
	background-color: #666666;
}

#sf_guard_register_form .form-row{
	margin-bottom: 3px;
}

ul.country_list li ul li{
	/*display: inline;*/
	float: left;
	list-style-type: disc;
	margin-left: 10px;
	margin-right: 10px;
}
ul.country_list {
	margin-bottom: 20px;
}
ul.country_list li ul{
	padding: 3px 5px 3px 10px;
	
}

.save-ok
{
  margin-bottom: 10px;
  margin-right: 20px;
  border: 1px solid #73B65A;
}

.save-ok h2
{
  margin: 0 !important;
  padding: 5px 20px 5px 25px;
  font-size: 11px;
  color: #fff;
  background: #73B65A url(../sf/sf_admin/images/ok.png) no-repeat 5px 2px;
}

.form-errors
{
  margin-bottom: 10px;
  margin-right: 20px;
  border: 1px solid #f33;
  background-color: #ffc;
}

.form-errors h2
{
  padding: 5px 20px 5px 25px;
  margin-top: 0;
  font-size: 11px;
  color: #fff;
  background: #f33 url(../sf/sf_admin/images/error.png) no-repeat 5px 2px;
}
.form-errors dl
{
  padding: 5px;
}

.form-errors dt
{
  font-weight: bold;
  float: left;
  padding-right: 5px;
}

.form-errors dd
{
  margin: 0;
}
.small_icon{
	vertical-align: middle;
}
.tag-cloud{
	font-size: 12px;
}
.tag-cloud li{
	float: left;
	margin: 0 6px 0 0;
}
big{
	font-size: 1.2em;
}
.static_links ul li{
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid white;
}

.blog_controls {
	line-height: 50px;
	background-color: ;
}
.blog_controls a.edit{
	background-image: url(../sf/sf_admin/images/edit_icon.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 3px;
}
.blog_controls a.delete{
	background-image: url(../sf/sf_admin/images/delete_icon.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 3px;

}
.blog_controls a.edit_pic{
	background-image: url(../images/icons/01/16/20.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 3px;

}

a.enable{
	background-image: url(../images/icons/03/16/01.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 3px;

}

a.disable{
	background-image: url(../images/icons/03/16/02.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 3px;

}


#sf_guard_auth_form input#rememeber{
	border: 0;
	font-size: 10px;
	color: #666666;
	padding: 1px;;
	margin: 0;
	clear: right;
}

p.sf_comment_info{
	background-image: url(../images/icons/01/16/28.png);
	background-repeat: no-repeat;
	background-color: #B4C1C9;
	padding: 3px 0 4px 18px;
	margin-bottom: 0;
}
p.sf_comment_text{
	margin-top: 0;
	background-color: #DFE2DC;
	padding: 3px 0 4px 18px;
}

.travel_agency{
	float: right;
	margin-right: 10px;
	border: 1px solid #ccc;
}
.travel_agency div{
	margin: 4px;
}

#additional_banners{
	position: absolute;
	left: 990px;
	/*background-color: #DDD;*/
	padding: 10px;
	margin-top: 20px;
	width: 180px;
}