html, body {
	width: 100%;
	height: 100%;
	margin: 0;
}
.allwidth {
	width: 940px;
}
body {
	font-family:Arial,Tahoma,Verdana;
	color: #404040;
	font-size:14px;
}
* {
	margin:0;
	padding:0;
}
a img {
	border: none;
}
td {
	vertical-align: top;
}
table, td, th {
	border-collapse: collapse;
}
p,ul, ol,span {
	line-height: 20px;
}
p {
 margin-bottom: 10px;
}
a {
	line-height: inherit;
	text-decoration: underline;
}
ul, ol {
	margin-left: 20px;
}
a {
	color: #346086;
}
a:hover {
	text-decoration: none;
}

h1 {
	color: #414141;
	font-family: serif;
	font-size: 38px;
	margin: 0 0 15px;
	padding: 0;
}
h2 {
	color:#767676;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:24px;
	font-weight:normal;
	line-height:24px;
	margin:0 0 15px;
	padding:0;
}
h3 {
	font-family:Tahoma;
	font-size: 19px;
	font-weight:normal;
	color: #535252;
	margin-bottom: 10px;
}
h4 {
	font-size: 17px;
	margin: 0 0 10px;
	padding: 0;
}

h3 a, h2 a {
	text-decoration: none;
}
h3 a:hover, h2 a:hover {
	text-decoration: underline;
}
/*******************************************/
/* Classes                                 */
/*******************************************/
.spacer {
	height: 10px;
	width: 100%;
}
.clear {
	clear: both;
}
.hidden {
	display:none;
}
.more {
	text-align: right;
}
.list_more {
	color: #EF4A51;
}
.search {
	font-style: italic;
	color: #999999;
}

#BottomLine td{
	vertical-align: middle;
}
#BottomLine tr{
	height: 30px;
}
#BottomLine .link_img{
	width: 36px;
	text-align: center;
}
#BottomLine .link_name{
	width: 200px;
}
#BottomLine .bottom_search{
	text-align: center;
	width: 470px;
}
#BottomLine .static_link{
	width: 200px;
	text-align: right;
}

.input_hint {
	font-style: italic;
	color: #999999;
}
/* Forms */
form label.not_required {
	color: #888888;
}
input {
	width: 350px;
}
input.short {
	width: 140px;
}
form input.button {
	margin:  -2px 0 0 0;
	padding: 2px 10px;
	width:auto;
}
.captcha {
	float:right;
	border: 1px solid #999999;
}
#id_captcha_1 {
	width:200px;
}
.form_block {
	background-color: #eeeeee;
	display:inline-block;
	padding: 15px 30px 15px 15px;
}
.form_block label{
	font-family: Tahoma;
	font-size: 18px;
}
.form_block input{
	padding: 4px 10px;
	border: 1px solid #7F9DB9;
	font-size: 16px;
}
.form_block option{
	margin: 4px 10px;
	border: 1px solid #7F9DB9;
	font-size: 16px;
}
.form_block .button_container{
	padding: 2px;
	width:360px;
	text-align: right;
}
.form_block .button{
	background-color: #EFF6FF;
}
/*******************************************/
/* Layout                                  */
/*******************************************/
/* Base */
#TopLine {
	background:#FFFFFF url(/media/img/design/header.jpg) repeat-x scroll center 0;
	border-top:3px solid #7B7B7B;
	height:90px;
	width: 100%;
}
#TopLine .wrapper {
	margin: 0 auto;
}

#Logo {
	float:left;
	margin: 15px 0 0 0;
	display: inline;
}

#Logo a {
	text-decoration: none;
}
#LogoDescr {
	margin: -10px 0 0 72px;
	font-style: italic;
	color: #6d6d6d;
}
#AccountWidget {
	float: right;
	background: #A4A4A4 top repeat-x;
	width: 248px;
}
#AccountWidget .wrapper{
	background: transparent url(/media/img/design/auth_bottom.png) bottom no-repeat;
	width: 248px;
	padding-bottom: 10px;
}
#AccountWidget a {
	color: #ffffff;
}
#AccountWidget .form_block{
	background-color: transparent;
	display:block;
	padding: 10px 20px 0 20px;
}
#AccountWidget input {
	padding: 1px 3px;
}
#AccountWidget #id_login{
	width: 200px;

}
#AccountWidget #id_password{
	width: 120px;
	float:left;
}
#AccountWidget input.button {
	float:right;
	margin: 0;
	display: block;
	padding: 0px 3px 0;
	width: 70px;
	height: 24px;
}
#TopMenu {
	background: #efefef url(/media/img/design/menu-bg.png) repeat-x scroll 0 0;
	font-family:"Times New Roman",Times,serif;
	height:45px;
}

#TopMenu ul {
	padding: 0;
	list-style: none;
	margin: 0 auto;
}
#TopMenu li {
	float: left;
	padding: 4px 6px;
	font-size: 17px;
}
#TopMenu li a {
	text-decoration: none;
	color: #FFFFFF;
}
#TopMenu li div.right {
	padding: 5px 10px;
}
#TopMenu li.active div.left {
	background: #1c8dc3 url(/media/img/design/topmenu_active_l.png) left center no-repeat;
}
#TopMenu li.active div.right {
	background: transparent url(/media/img/design/topmenu_active_r.png) right center no-repeat;
}

#TopMenu a:hover {
}

#BottomLine {
	margin: 0 auto;
	padding: 20px 0 ;
	height: 90px;
}
#FooterContainer .wrapper {
	background:transparent url(/media/img/design/footer_bgtop.png) repeat-x scroll 0 2px;
	float:left;
	margin:-11px auto 0;
	width:100%;
}

#MainTop {
	background: #efefef url(/media/img/design/main-top.png) no-repeat scroll center bottom;
	clear:left;
	height:28px;
	margin:0 auto;
	width:100%;
}

#BottomTop {
	background:transparent url(/media/img/design/main-bottom.png) no-repeat scroll center top;
	height: 17px;
}
#MainLine {
	margin: 0 auto;
}

#Content {
	padding:3px 3px 20px 3px;
}
#BodyContainer {
	background: #EFEFEF url(/media/img/design/main-bg.png) repeat-y scroll center 0;
	min-height: 100%;
	width: 100%;
}
* html #BodyContainer {
	height: 100%;
}
#FooterContainer {
	margin-top: -140px;
	background-color: #d5d5d5;
}
#FooterContainer, #FooterSpace{
	height: 140px;
}



/*******************************************/
/* OLD STYLE                               */
/*******************************************/

#CountriesWidget {
}






/* Classes */
.highlight {
	background-color: #ffffaf;	
}
.pubdate {
	font-style: italic;
	text-align: right;
}

.img_border img {
	border: 1px solid #dddddd;
	
}
.img_detail {
	margin: 0 0 3px 0;
}
.img_thumbnail {
	float: left;
	margin: 3px 6px 0 0;
}
.img_listthumb {
	float: right;
	margin: 0 0 3px 6px;
}

.mediaimage_tag {
	position: relative;
}
.mediaimage_tag .author {
	position: absolute;
	left: 1px;
	top: 1px;
	color: #eeeeee;
	width: 100%;
	font-size: 13px;
	line-height: 1.5em;
	background: transparent url(/media/img/trans_grey.png);
}
.mediaimage_tag .author a{
	color: #AACCFF;
	text-decoration: none;
}
.img_panel {
	margin: 5px 13px;
}
/* Common Layout */

#SearchCounts {
	margin: 5px 0;
}
#SearchCounts .current{
	background-color: #536eba;
	color: #ffffff;
	padding: 3px; 
}
/* Others */

.personal label {
	width: 70px;
	display: inline-block;
}
/* Local Layout */
#CountriesWidget {
	background: url(/media/img/WorldMap.gif) no-repeat 50% 50%;
}
#OtherVacationTypes .item {
	width:49%;
	float:left;
}
#OtherCategories .item.active{
	font-weight: bold;
}

#TagWidget li {
	display:inline;
}
#TagWidget ul {
	text-align: justify;
}


#GuideTabs {
	margin: 5px 0 10px;
}
#GuideTabs ul{
	margin: 0;
	list-style:none;
	overflow: hidden;
}
#GuideTabs .item{
	border-right: 1px solid #00C7F6;
	float:left;
	padding: 6px 7px;
	white-space: nowrap;
}
#GuideTabs .item.active{
	font-weight: bold;
}
#GuideTabs .item.last{
	border:0;
}
/* Useful */
.pagination {
	text-align: center;
	padding: 10px;
	color: #666666;
	font-weight: bold;
}
.pagination .item {
	font-size: 20px;
}
.pagination .item a{
	text-decoration: none;
}
.pagination .button a {
	text-decoration: none;
	font-size: 22px;
	font-variant: normal;
}
.pagination a:hover{
	text-decoration: underline;
}

/* Panels */
.column {
}
#Column1 {
	float:left;
	width: 620px;
}
#Column2 {
	float:right;
	width: 300px;
	background-color: #ffffff;
}
.panel {
	background-color: #ffffff;
}
.panel .in {
	padding: 10px;
}
.panel.promo {
	border: 1px solid #999999;
	border-right: 0;
	background-color: #EFF6FF;
}

/* Content */
.block_notice {
	display: block;
	border: 1px solid #767676;
	border-left:0;
	padding: 10px 10px 10px 65px;
	background: #DAFFBF url(/media/img/icon-tip.gif) 5px 10px no-repeat;
	margin-left: -10px;
}

.dateperiod {
	font-weight:bold;
	margin-bottom: 5px;
}
ul.hor, .hor li {
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	margin-right: 10px;
}
form.hor input {
	float:left;
}
ul.author_sting ,ul.author_sting li{
	line-height: 18px;
}
.author_sting .img {
	padding: 4px;
}
.author_sting .pub_date {
	font-size: 12px;
}
#geogallery li {
	list-style: none;
	float: left;
	padding: 0 10px 10px 0;
}
.image_text {
	font-style: italic;
	color: #999999;
}

#UserNotifications {
	width: 600px;
	margin: 0 auto;
	position: relative;
	z-index: +100;
	background-color: #EFEFD1;
	padding: 10px;
}
#UserNotifications li{
	list-style-type: none;
}
.errorlist {
	background-color:#FFBFC2;
	padding: 5px;
	margin:3px 0;
}
.errorlist li {
	list-style-type: none;
}
.personal_alert{
	background-color:#FFC4BF;
	padding: 10px;
}

#geogallery ul{
	margin-left: 3px;
}
