/*Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background:transparent;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/*HTML 5*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	 list-style:none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
a:focus, object:focus { outline: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;			/*collapse;*/
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
td, td img {
	vertical-align: middle;
} 

/*quote*/
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*
blockquote, q {
	quotes: none; 
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: ''; 
	content: none; 
}
*/
i, em {
font-style: italic;
}

b, strong {
font-weight: bold;
}
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through; 
}

input, select, button, textarea {
	margin: 0; 				
	font-size: 100%; 			
}
input[type="text"], input[type="password"], textarea {
	padding: 0; 				
}
input[type="checkbox"] { 		
	vertical-align: bottom;
}
input[type="radio"] {
	vertical-align: text-bottom;
}



/*Modify !!!*/
html { 
	font-size: 62.5%; line-height: 1.8em; 
	overflow: scroll;
} 
body {
	font-family: Arial Unicode, Verdana, sans-serif;
	font-size: 1.2em;
	color: #320b03;
	background-color: #1c2831;
	min-width: 960px;
}
textarea {
	font-family: Verdana, Arial Unicode, sans-serif;
}

/*Typo*/
p { margin: 0 0 1.5em; }
h1 { font-size: 2em; /* 24px */ line-height: 1.5em; /* 36px */ margin-top: 0em; margin-bottom: 0.75em; font-weight: bold; }
h1 span { font-size: 0.7em; line-height: 1.5em; /* 36px */ margin-top: 0em; margin-bottom: 0.75em; font-weight: normal; }
h2 { font-size: 1.8333em; /* 22px */ line-height: 1.6364em; /* 36px */ margin-top: 0em; margin-bottom: 0.8182em; font-weight: bold; }
h3 { font-size: 1.6667em; /* 20px */ line-height: 1.8em; /* 36px */ margin-top: 0em; margin-bottom: 0.9em; font-weight: bold; }
h4 { font-size: 1.5em; /* 18px */ line-height: 1em; /* 18px */ margin-top: 0em; margin-bottom: 1em; font-weight: bold; }
h5 { font-size: 1.3333em; /* 16px */ line-height: 1.125em; /* 18px */ margin-top: 0em; margin-bottom: 1.125em; font-weight: bold; }
h6 { font-size: 1.1667em; /* 14px */ line-height: 1.2857em; /* 18px */ margin-top: 0em; margin-bottom: 1.2857em; font-weight: bold; }

a:link { text-decoration: underline; color: #d53a0a; }
a:visited { text-decoration: underline; color: #d53a0a; }
a:hover, a:active { text-decoration: underline; color: #eb8424; }

a.dashed:link { text-decoration: none; color: #d53a0a; border-bottom: 1px dashed #d53a0a; }
a.dashed:visited { text-decoration: none; color: #d53a0a; border-bottom: 1px dashed #d53a0a; }
a.dashed:hover, a.dashed:active { text-decoration: none; border-bottom: 1px dashed #eb8424; color: #eb8424; }

ol, ul { margin: 0 0 1.5em 0; padding: 0; }
ol li, ul li { margin: 0 0 0.75em 1.5em; }
li ol, li ul { margin: 0.75em 0 0.75em 0; padding: 0; }

.nobr { white-space:nowrap; }

/*Helpers*/
.relativier { position: relative; }
.centerer { text-align: center; }
.borderer { border: 1px solid #f00; }
.hider { display: none; }
.blocker { display: block; } 
.inliner { display: inline; } 
.nobrer { white-space: nowrap; } 
.overflover { overflow: hidden; }
.smaller { font-size: 90%; }
.grayer { color: #a3a3a3; }
.debmedia img { margin: 0px 5px 5px 0px; }

.floater { float: left; clear: right; }
.floater-right { float: right; clear: left; } 
.clearfix:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow:hidden; }
.clearfix { display:block; clear: both; }
* html .clearfix { height: 1%; margin:0px; padding: 0px; }

/*Paddingers*/
.pad5  { padding: 5px; }
.pad10 { padding: 10px; }
.pad15 { padding: 15px; }
.pad20 { padding: 20px; }

.vpad5  { padding: 5px 0px; }
.vpad10 { padding: 10px 0px; }
.vpad15 { padding: 15px 0px; }
.vpad20 { padding: 20px 0px; }

.hpad5  { padding: 0px 5px; }
.hpad10 { padding: 0px 10px; }
.hpad15 { padding: 0px 15px; }
.hpad20 { padding: 0px 20px; }

.tat  { cursor : pointer; } 

#transcounter {
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
}
.mediablock {
	margin-bottom:20px;
}
.mediablock img {
	margin-right:10px;
}

/*site layout*/

.l-mainbody {
	background: #1c2831 url(bg_site.gif) repeat-y top center;
}
.l-header {
	width: 960px;
	height: 187px;
	margin: 0 auto;
	position: relative;
	background-image: url(bg_blik.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.l-content {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.l-navblock {
	width: 225px;
	float: left;
	position: relative;
}
.l-maincontent {
	width: 470px;
	float: left;
	position: relative;
	left: 20px;
	font-size: 120%;
}
.l-innercontent {
	width: 715px;
	float: left;
	position: relative;
	left: 20px;
	font-size: 120%;
}
.l-innercontenttop {
	width: 715px;
	position: relative;
}
.l-mainvisual {
	width: 470px;
	position: relative;
	float: left;
}
.l-accomodationdiv {
	width: 225px;
	position: relative;
	float: right;
}
.l-ads {
	width: 225px;
	float: right;
	position: relative;
}
.l-exads {
	width: 960px;
	height: 150px;
	margin: 0 auto;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 40px;
	position: relative;
	text-align: center;
}
.l-exads1 {
	height: 150px;
	width: 225px;
	float: left;
}
.l-exads2 {
	height: 150px;
	width: 470px;
	float: left;
	position: relative;
	left: 20px;
}
.l-exads3 {
	height: 150px;
	width: 225px;
	float: right;
}
.l-footer {
	width: 920px;
	margin: 0 auto;
	margin-bottom: 0px;
	position: relative;
	padding: 20px 20px 40px;
	color: #7c4918;
	background-color: #320b03;
}
.l-footer span {
	display: block;
}
.l-counters {
	width: 960px;
	height: 60px;
	margin: 0 auto;
	position: relative;
	background-image: url(bg_sitebottom.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px 60px;
}
.l-designed {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 10px;
	position: relative;
	padding: 20px 0px 10px;
	height: 31px;
	line-height: 31px;
}
.l-inner {
	width: 716px;
	position: relative;
	margin: 0px;
	padding: 20px;
	background-color: #ede3c9;
	margin: 0 auto;
}

/*header_info*/
.header_left {
	width: 465px;
	height: 64px;
	position: absolute;
	top: 0px;
	left: 0px;
	color:#be7128; font-size:12px;
	padding: 20px 0px 0px 10px;
}
.header_left a 			 { text-decoration: underline; color: #be7128; }
.header_left a:visited { text-decoration: underline; color: #e07d22; }
.header_left a:hover, .header_left a:active { text-decoration: underline; color: #be7128; }

.header_left ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	vertical-align:bottom;
	line-height:17px;
}
.header_left ul li {
	display: inline;
	margin: 0px;
	padding: 0px 5px;
	border-left: 1px solid #be7128;
	vertical-align:bottom;
	line-height:17px;
}
.header_left ul li.firstitem {
	border-left: 0px solid #ff0000;
}
.header_left ul li img {
	vertical-align:bottom;
}
.selectedlang {
	padding: 2px;
	border: 1px solid #f61605;
	position: relative;
	top: 3px;
}


.header_left div {
	padding: 8px 0px 0px 0px;
	color:#9b3f2a; font-size:11px;
}


.header_right {
	width: 475px;
	height: 84px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	padding: 20px 10px 0px 0px;
	color:#eb8424; font-size:18px;
}
.header_right div {
	padding: 8px 0px 0px 0px;
	color:#eb8424; font-size:12px;
}
.header_right select {
	color: #3d2006;
   width: 70px;
	height: 20px;
	border: 1px;
	background-color: #ffffff;
	border-style: solid;
	font-size: 12px;
	border-color: #ddeaf5;
	padding: 0px 0px 0px 4px;
	margin-top:0px;
	margin-left: 5px;
}
.header_right input {
	color: #ffffff;
	height: 18px;
	border: 1px;
	background-color: #320b03;
	border-style: solid;
	font-size: 10px;
	border-color: #320b03;
	text-align:center;
	padding: 1px;
	font-weight: bold;
	margin-left: 5px;
	line-height: 18px;
}


.top_menu {
	width: 960px;
	height: 45px;
	position: absolute;
	top: 84px;
	left: 0px;
	border-top: 5px solid #4c1405;
	border-bottom: 5px solid #4c1405;
	background-color: #320b03;
}
.top_menu_left {
	width: 375px;
	height: 45px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.top_menu_left li {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	display: inline;
	line-height: 45px;
	color:#8f240b; font-size:11px; font-weight: bold; text-transform: uppercase;
}
.top_menu li a 			{ text-decoration: none; color: #be7128; }
.top_menu li a:visited 	{ text-decoration: none; color: #be7128; }
.top_menu li a:hover, .top_menu li a:active { text-decoration: underline; color: #8f240b; }


.top_menu_right {
	width: 375px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 0px;
	right: 0px;
}
.top_menu_right li {
	margin: 0px;
	padding: 0px 30px 0px 0px;
	display: inline;
	line-height: 45px;
	color:#8f240b; font-size:11px; font-weight: bold; text-transform: uppercase;
}
.top_menu .selcurr {
	position:absolute;
	right:0px;
	bottom: -35px;
	width: 380px;
	text-align:right;
}

.header_logo {
	width: 143px;
	height: 113px;
	position: absolute;
	top: 50px;
	left: 409px;
}



/*Left Column*/
.l-toursmenu { background-color:#320B03; border:#4B1207 5px solid; margin-bottom:26px; padding: 0px 0px 16px 0px; }
.l-toursmenu h2 {
	color:#be7128; font-size:20px; font-weight: bold; text-transform: uppercase;
	margin: 0px;
	padding: 16px 14px;
}
.l-toursmenu img{ margin:16px 12px 0px; }


.bnr_place {
	margin-bottom: 26px;
}


/*Main Content*/
.content {
	background:url(bg_content_top.jpg) #ede3c9 center top no-repeat;
	padding: 45px 20px 0px;
}
.innercontent {
	background:url(bg_innercontent_top.jpg) #ede3c9 center top no-repeat;
	padding: 45px 20px 0px;
}
.content_bottom{
	background-image:url(bg_content_bottom.jpg);
	height:110px;
}
.innercontent_bottom{
	background-image:url(bg_innercontent_bottom.jpg);
	height:110px;
}

.line{background-image:url(bg_line.jpg);background-repeat:repeat-x;height:2px;margin-bottom:20px;}

.ancient_tour {
	position: relative;
}
.ancient_tour img.ancient_tour_thumb{ position:absolute; top: 0px; left: 0px; border:#CDC09A 2px solid; }
.ancient_tour h4{ margin-left:110px; margin-bottom: 0.3em; margin-top: 0px; }
.ancient_tour p span{display:block;margin-left:110px;color:#320b03}


.ancient_tour p span.tour_type {
	color:#464a4c; font-size:0.917em;
}
.ancient_tour input.mapbutton {
	position: absolute; 
	left: 0px;
	top: 108px;
	font-size: 11px;
	font-weight: bold;
	color: #d53a0a;
	line-height: 20px;
	border: 1px solid #c1ac8a;
	background-image: url(button.gif);
	background-repeat: repeat-x;
	padding: 0px 10px;
	margin: 0px 0px 20px;
	vertical-align: middle;
}

.more {
	padding-top: 10px;
}
.more a {
	padding: 0px 10px 0px 0px;
	background-image: url(marker.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-size:11px; font-weight: bold; color: #320b03;
}
.ancient_tour_opened {
	background-color: #E5CEAA;
	border: 5px solid #f6f0e1;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	color:#320b03; font-size:11px;
}
.ancient_tour_opened h6 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.ancient_tour_opened img {
	float: right;
	margin: 0px 0px 0px 10px;
	border: 1px solid #EDE3C9;
}
.ancient_tour_opened a {
	color:#320b03; font-size:11px; text-decoration: none;
}
.ancient_tour_opened a:hover {
	color:#d53a0a; text-decoration: underline;
}
.ancient_tour_item {
	position: relative;
}
.ancient_tour_item_th {
	width: 96px;
	float:left;
}
.ancient_tour_item_body {
	width: 550px;
	min-height:96px;
	float:right;
}
.ancient_tour_item_body h4{ margin: 0px 0px 10px; padding:0px; }
.ancient_tour_item_body p span{display:block;color:#320b03; margin:0px 0px 10px; }


.experience {
	position: relative;
	background-image:url(quote_top.gif);
	background-repeat:no-repeat;
	background-position: 110px 0px;
}
.experience img { 
	position:absolute;
	top: 0px;
	left: 0px;
	border:#CDC09A 2px solid; 
}
.experience p {
	margin-left:110px; 
	padding-top: 30px;
	padding-left:10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.experience_history {
	margin: -10px 0px 0px 120px;
	padding: 10px 0px 20px 0px;
	background-image:url(quote_bottom.gif);
	background-repeat:no-repeat;
	background-position: right top; 
	color:#9b3f2a; font-size:11px; font-weight: bold;
}
.experience_history img {
	float: left;
	margin: 0px 5px 0px 0px;
}
.experience_history em {
	font-weight: normal;
	display: block;
}



/*Accomodation*/
.accomodation {
	background-color:#504B5E; 
	border:#CDC09A 5px solid;
	padding: 5px 10px;
}
.accomodation h2 {
	color:#97c6da; font-size:20px; font-weight: bold; text-transform: uppercase; padding: 5px 0px; margin: 0px; text-align: center;
}
.accomodation_tabs {
	height: 34px;
	background-image: url(tabsbg.gif);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.accomodation_tableft {
	float: left;
	height: 34px;
	position: relative;
	left: 12px;
	line-height: 34px;
	color:#c3c8cf; font-size:9px; text-transform: uppercase; font-weight: bold;
}
.accomodation_tabright {
	float: right;
	position: relative;
	height: 34px;
	width: 90px;
	line-height: 12px;
	text-align: center;
	left: -7px;
	top: 4px;
	color:#8f240b; font-size:9px; text-transform: uppercase; font-weight: bold;
}

.accomodation_controls {
	background-color:#655f74; 
	padding: 6px 6px 12px;
	margin: 0px 0px 16px;
}
.accomodation_controls form {
	margin: 0px;
	padding: 0px;
}
.accomodation_controls dl,.accomodation_controls dl dt,.accomodation_controls dl dd {
	margin: 0px;
	padding: 0px;
}
.accomodation_controls label {
	color:#ffffff; font-size:10px;
	line-height: 19px;
	margin: 0px;
	padding: 0px;
}
.accomodation_controls select {
	color: #320b03;
   width: 182px;
	height: 20px;
	border: 1px;
	background-color: #ffffff;
	border-style: solid;
	font-size: 12px;
	border-color: #cce0ef;
	padding: 0px 0px 0px 4px;
	margin:0px;
}
.accomodation_controls input {
	color: #f3b451;
	height: 32px;
	border: 1px;
	background-color: #320b03;
	border-style: solid;
	font-size: 14px;
	border-color: #7b0c26;
	text-align:center;
	text-transform: uppercase;
	padding: 0px 20px;
	font-weight: bold;
	margin: 0px;
	line-height: 32px;
	background-image: url(bg_button.gif);
	background-repeat: repeat-x;
	width: 182px;
	margin-top: 9px;
}
.accomodation_controls input:hover {
	background-image: url(bg_button_hover.gif);
}
.accomodation_bonus {
	width: 194px;
	height: 70px;
	text-align: center;
	color: #729fb2;
	padding-top: 15px;
}
.accomodation_bonus strong {
	font-size: 42px;
	display: block;
	margin-bottom: 14px;
	font-weight: bolder;
}
.accomodation_bonus span {
	font-size: 24px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}
	




.ingovazd {
	margin: 40px 0px 0px 0px;
	
}
.ingovazd img {
	border:#CDC09A 5px solid;
	margin-bottom: 26px;
}
.ingovazdbig {
	margin-bottom: 26px;
}




.socialblock {
	background-color: #242424;
	padding: 20px 10px 10px;
	margin-top: 26px;
	position: relative;
}
.socicons img {
	margin-right: -1px;
}
.socialblockunsub {
	margin-top:45px;
}
.socialblock h6 {
	color:#ffffff; font-size:14px; font-weight: normal;
}
.socialblock form img {
	position: absolute;
	top: 42px;
	left: 10px;
	z-index: 10;
}
.socialblock form input.socialblock_go {
	position: absolute;
	top: 50px;
	right: 10px;
}
.socialblock form input.socialblock_email {
	position: absolute;
	top: 50px;
	right: 44px;
	color: #320b03;
    width: 122px;
	height: 26px;
	border: 1px;
	background-color: #ffffff;
	border-style: solid;
	font-size: 12px;
	border-color: #ffffff;
	padding: 0px 0px 0px 10px;
	margin:0px;
	line-height: 26px;
}
.socialblock_sends {
	position: absolute;
	top: 80px;
	left: 10px;
	color: #eb8424;
}
.socialblock_sends_line1 {
	vertical-align:top;
	text-transform: uppercase;
}
.socialblock_sends_line1 img {
	margin: 0px 5px 0px 0px;
}
.socialblock_sends a {
	color: #eb8424;
}
.socialblock_sends a:hover {
	color: #ffffff;
}

.hordot {
	background-image: url(dot_hor1.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 1px;
	width: 100%;
	margin: 9px 0px;
}


.verdot {
	background-image: url(dot_ver.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
	width: 1px;
	margin: 0px 4px;
}



.inner_socialblock {
	background-color: #242424;
	padding: 20px 10px 20px;
	margin-top: 26px;
	position: relative;
}
.inner_socialblock h6 {
	color:#ffffff; font-size:14px; font-weight: normal;
}
.inner_socialblock a {
	acolor: #eb8424;
}
.inner_socialblock a:hover {
	color: #ffffff;
}
.inner_socialblock_sends_line {
	position: relative;
	height: 37px;
	line-height: 37px;
	margin-bottom: 2px;
}
.inner_socialblock form {
	margin: 0px;
	padding: 0px;
}
.inner_socialblock form img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
.inner_socialblock form input.socialblock_go {
	position: absolute;
	top: 9px;
	left: 169px;
}
.inner_socialblock form input.socialblock_email {
	position: absolute;
	top: 9px;
	left: 35px;
	color: #320b03;
   width: 132px;
	height: 26px;
	border: 1px;
	background-color: #ffffff;
	border-style: solid;
	font-size: 12px;
	border-color: #ffffff;
	padding: 0px;
	margin:0px;
	text-align: center;
	line-height: 26px;
}
.inner_socialblock_sends_line div.verdot {
	position: absolute;
	top: 4px;
	left: 210px;
}
.inner_socialblock_sends_line2 {
	position: absolute;
	top: 8px;
	left: 226px;
	height: 21px;
	vertical-align:top;
}
.inner_socialblock_sends_line2 img {
	margin: 0px 5px 0px 0px;
}
#ajaxwait {
	position:absolute;
	right:10px;
	top:5px;
}







.exadsmid {
	padding: 0px 20px;
}

.bottom_menu {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #be7128;
	font-size:12px;
	line-height: 12px;
}
.bottom_menu  ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.bottom_menu  ul li {
	float: left;
	padding: 0px 10px;
	margin: 0px;
	border-left: 1px solid #be7128;
	color: #8f240b;
}
.bottom_menu  ul li.firstitem {
	float: left;
	padding: 0px 10px;
	margin: 0px;
	border-left: 0px solid #be7128;
	color: #8f240b;
}
.bottom_menu a {
	color: #be7128;
}
.bottom_menu a:hover {
	color: #8f240b;
}
.l-footer a {
	color: #be7128;
}
.l-footer a:hover {
	color: #8f240b;
}
.l-designed img {
	margin-left: 10px;
}
.l-designed-l {
	width: 50%;
	float: left;
	color: #464a4c;
}
.l-designed-l a {
	color: #464a4c;
}

.l-designed-r {
	width: 50%;
	float: right;
	text-align: right;
}




/*Accordion menu*/
.Accordion { 
	overflow: hidden; 
	margin: 0px 12px;
}
.AccordionPanel {
	padding: 0px;
	margin: 0px;
}
.AccordionPanelTab {
	margin: 0px;
	padding: 0px;
	background-color: #320b03;
	cursor: pointer;	
}
.AccordionPanelTab h3 {
	color:#eb8424; font-size:12px; font-weight: bold; text-transform: uppercase;
	background-color: #4c1405;
	padding: 12px;
	margin: 0px;
	border-bottom: 4px solid #320b03;
}
.AccordionPanelContent {
	overflow: auto;
	margin: 0px 14px;
	padding: 0px;
}
.AccordionPanelContent ul {
	margin: 0px 0px 15px;
	padding: 0px;
	list-style: none;
	color:#8f240b; font-size:12px;
}
.AccordionPanelContent ul li {
	border-bottom: 1px solid #401507; 
	margin: 0px;
	padding: 6px 0px;
}
.AccordionPanelContent ul li.lastitem {
	border-bottom: 1px solid #320b03; 
	margin: 0px;
	padding: 6px 0px;
}
.AccordionPanelContent ul li a {
	color:#eb8424; text-decoration: none;
}
.AccordionPanelContent ul li a:hover {
	color:#8f240b; text-decoration: none;
}




#old_browser {
	width: 900px;
	margin: 0 auto;
	padding: 10px 30px;
	background-color: #ffffff;
	text-align: center;
}
#old_browser div {
	margin: 10px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}
#old_browser div img {
	padding-left: 10px;
}



/*Inner pages inserts*/
.pager {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #8f240b;
	line-height: 20px;
}
.pager a { color: #320b03; font-weight: normal; }
.pager a:hover { color: #8f240b; }

.pagerbutton {
	line-height: 18px;
	border: 1px solid #c1ac8a;
	background-image: url(button.gif);
	background-repeat: repeat-x;
	padding: 0px 10px;
	margin: 0px 10px;
	color:#d53a0a; font-size:11px; font-weight: bold;
	vertical-align: middle;
}

.listview {
	margin: 45px 0px 25px;
}


/*Tour detail*/
.tourdetail {
	margin: 45px 0px 25px;
}
.tourdetailthumb {
	float: left;
	border: 3px solid #cdc09a;
	margin: 0px 10px 0px 0px;
}
.tourdetailaspects {
	color:#320b03; font-size:12px; 
	margin: 0px 0px 20px 200px;
}
.tourdetailaspectsnomap {
	color:#320b03; font-size:12px; 
	margin: 0px 0px 20px 0px;
}
.tourdetailaspects span, .tourdetailaspectsnomap span {
	display: block;
	font-weight: bold;
}
.tourdetailaspects span.tourtype, .tourdetailaspectsnomap span.tourtype {
	color:#464a4c; font-size:11px;
}
.tourdetailaspects span em, .tourdetailaspectsnomap span em {
	color:#d53a0a;
	font-style: normal;
}
.tourdetailroute {
	margin: 10px 0px;
	padding: 10px;
	background-color:#E5CEAA;
}
.tourdetailroute a {
	color:#320b03; font-size:11px; text-decoration: none; font-weight: normal;
}
.tourdetailroute a:hover {
	color:#d53a0a; text-decoration: underline;
}
.tourdetailroute h6 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
input.btnorder {
	color: #f3b451;
	height: 23px;
	border: 1px;
	background-color: #320b03;
	border-style: solid;
	font-size: 11px;
	border-color: #7b0c26;
	text-align:center;
	text-transform: uppercase;
	padding: 0px 16px 0px;
	font-weight: bold;
	margin: 0px;
	line-height: 21px;
	background-image: url(bg_button.gif);
	background-repeat: repeat-x;
}
input.btnorder:hover {
	background-image: url(bg_button_hover.gif);
}
.btnorderdis {
	color: #666666 !important;
}


.detailbyaspect {
	margin: 25px 0px;
}


.detailbyaspect dt {
	height: 38px;
	background-image: url(bg_aspect.gif);
	background-repeat: repeat-x;
	border: 1px solid #f6f2e7;
	line-height: 38px;
	padding: 0px 20px;
	margin: 0px 0px 10px;
	cursor : pointer;
}

.detailbyaspect dt span {
	line-height: 38px;
	background-image: url(marker_aspect.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0px 15px;
	color:#320b03; font-size:12px; font-weight: bold;
}
.detailbyaspect dd>div {
	padding: 20px 20px 10px;
}
.detailbyaspect dd {
	display: block;
	margin: -11px 0px 10px;
	padding: 0px;
	background-color: #f9f3e4;
	border-left: 1px solid #f6f2e7;
	border-bottom: 1px solid #f6f2e7;
	border-right: 1px solid #f6f2e7;
	height: 0;
	overflow: hidden;
	visibility:hidden;
}
.detailbyaspect_opened_title span {
	line-height: 38px;
	background-image: url(marker_aspect_op.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0px 15px;
	color:#8f240b; font-size:12px; font-weight: bold;
}
.detailbyaspect dd.detailbyaspect_opened {
	height: auto;
	visibility:visible;
}


.experiencelist .experience {
	margin: 20px 0px 0px 0px;
}
.experiencelistall {
	vertical-align: middle;
}
.experiencelistall a { 
	color: #d53a0a; font-weight: bold; font-size: 14px; 
	background-image: url(marker.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0px 10px 0px 0px
}
.experiencelistall a:hover { color: #8f240b; }

.buttonsline, buttonslineleft {
	margin: 20px 0px;
}

.buttonsline input {
	float: right;
	margin: 0px 0px 0px 20px;
	text-align: right;
}
.buttonslineleft input {
	float: left;
	margin: 0px 20px 0px 0px;
	text-align: left;
}

/*Related services*/
.related_services {
	position: relative;
}
.related_services_about {
	width: 200px;
	float: right;
	background:url(icon_servic.gif) #e0d6b3 13px 15px no-repeat;
	padding: 40px 45px 40px 55px;
	margin: 0px 0px 40px;
	color:#8f240b; font-size:1em; font-weight: normal; font-style: italic;
	line-height: 2em;
}
.related_services_list {
	width: 335px;
	float: left;
	color:#320b03; font-size:12px; font-weight: normal;
	margin: 0px 0px 40px;
}
.related_services_list thead th {
	color:#be7128; font-size:12px; font-weight: bold;
	border-bottom: 1px solid #be7128;
	padding: 0px 0px 10px;
}
.related_services_list tbody td {
	background-image: url(dot_hor1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.related_services_list tbody td {
	padding: 10px 0px;
}
.tdvalue {
	text-align: center;
}
.related_services_list tbody td em {
	display: block;
	color: #464a4c;
}

/*Form elements*/
.formdiv {
	margin: 0px 0px 40px 0px;
	position:relative;
}
.formdiv dt {
	color:#320b03; font-size:12px; font-weight: bold;
}
.formdiv dt.formmessage {
	color:#f82003; font-size:12px; line-height: 16px; font-weight: normal;
	padding: 0px ;
}
.formdiv dt.formmessage_icon {
	color:#f82003; font-size:12px; line-height: 16px; font-weight: normal;
	padding: 0px 0px 0px 25px;
	background-image: url(icon_formmess.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.formdiv dt input, .formdiv dt label { vertical-align:middle; }


.formdiv dd {
	margin: 0px 0px 10px 0px;
}
.formdiv .buttonslineleft {
	margin: 20px 0px 0px 0px;
}

.formdiv dd select {
	color: #320b03;
   	width: 174px;
	height: 20px;
	border: 1px;
	background-color: #ffffff;
	border-style: solid;
	font-size: 12px;
	border-color: #bba574;
	padding: 0px 0px 0px 4px;
	margin:0px;
}
.formdiv dd select.flt {
	color: #320b03;
	width: auto;
	height: 22px;
	border: 1px;
	background-color: #ffffff;
	border-style: solid;
	font-size: 12px;
	border-color: #bba574;
	padding: 0px 0px 0px 4px;
	margin:0px;
}
.formdiv dd input {
	color: #320b03;
   	width: 168px;
	height: 20px;
	border: 1px;
	border-style: solid;
	font-size: 12px;
	border-color: #bba574;
	padding: 0px 0px 0px 4px;
	margin:0px;
	font-size: 100%; 
}
.formdiv input.shortinput {
	color: #320b03;
    width: 50px;
	height: 20px;
	border: 1px;
	background-color: #ffffff;
	border-style: solid;
	font-size: 12px;
	border-color: #bba574;
	padding: 0px 0px 0px 4px;
	margin:0px;
	font-size: 100%; 
	text-align: center;
}

.formdiv input.rbut {
	color: #320b03;
	width: auto;
	height: auto;
	margin-right:5px;
	border: 0px;
	background-color:none;
}

.formdiv dd textarea {
	color: #320b03;
   width: 350px;
	height: 160px;
	border: 1px;
	background-color: #ffffff;
	border-style: solid;
	font-size: 12px;
	border-color: #bba574;
	padding: 0px 0px 0px 4px;
	margin:0px;
	overflow: auto;
	font-size: 100%; 
}

.paycontan {
	width: 300px;
	padding:0px;
}
.payhistory {
	width: 280px;
	background:#bdaf93;
	padding: 10px 20px 20px;
	margin: 0px;
	color:#EDE3C9;
	float: right;
}
#paydetaisdiv {
	font-size: 0.9em;
}





/*Table*/
.tablediv {
	width: 50%;
	margin: 0px 0px 40px 0px;
}
.tablediv thead th {
	color:#be7128; font-size:12px; font-weight: bold;
	border-bottom: 1px solid #be7128;
	padding: 0px 0px 10px;
}
.tablediv tbody td {
	background-image: url(dot_hor1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tablediv tbody td {
	padding: 10px 0px;
}
.tablediv tbody td em {
	display: block;
	color: #464a4c;
}



/*FAQ*/
.subclosed {
	display: none;
}
.subopened {
	display: block;
}
.faqdetail dt {
	color:#8f240b; font-size:1em; font-weight: bold;
}
.faqdetail dt {
	margin: 10px 0px 20px;
}
.gotopdiv {
	text-align: right;
	margin: 0px 0px 20px 0px;
}
.gotop {
	font-size: 10px;
	font-weight: bold;
	color: #d53a0a;
	line-height: 17px;
	border: 1px solid #c1ac8a;
	background-image: url(button.gif);
	background-repeat: repeat-x;
	padding: 2px 10px;
	margin: 0px;
	vertical-align: middle;
}
.gotop a {
	text-decoration: none;
	background-image: url(markertop.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0px 10px 0px 0px;
}

/*New*/
div.faqdiv div {
	padding: 20px 20px 10px;
	margin-bottom: 20px;
	background-color: #E5CEAA;
	border: 2px solid #f6f0e1;
}
div.faqdiv h3.currsection {
	color: #be7128;
}
div.faqdiv h6 {
	font-weight: normal;
}
div.faqdiv h6:hover {
	color: #e07d22;
}
div.faqdiv h6.currquest {
	color: #be7128;
}


/*Staff*/
.staffitem_thumb {
	float: left;
	clear: both;
	margin: 0px 0px 10px 0px;
}
.staffitemdet {
	margin: 0px 0px 0px 140px;
}
.staffitemdet h4 span {
	display: block;
	font-size: 0.8em;
	font-style: italic;
}

/*Wheather*/
.weatherhover {
	text-align:center;
	font-size:20px;
	color: #d53a0a;
}
.weatherhover div {
	font-size:18px;
	font-weight:bold;
	margin-bottom: 5px;
	color:#320b03;
}
.weatherhover img {
	margin-left:10px;
	vertical-align:middle;
}


.error404 {
	text-align: center;
}
.error404 h2 {
	font-size: 1.5em;
	margin-top: -15px;
}
.error404det {
	padding: 30px 40px 20px;
	margin: 0 auto;
	margin-top: 55px;
	margin-bottom: 40px;
	width: 260px;
	text-align: left;	
	background-color: #d9c8a0;
}
.sitemap div {
	margin-top: 20px;
}
.sitemap div strong {
	font-weight:normal;
	font-size:1em;
	color:#965B38;
}
.aspectselect label {
	margin: 0px 15px 0px 0px;
	font-size: 1.1667em;
}


.skipeset {
	display: block;
	float: left;
	margin-left: -5px;
	width: 100px;
}
.iconset {
	display: block;
	float: right;
	margin-right: 10px;
	width: 600px;
	text-align: right;
}

/*embassy list*/
.ajbuben {
	color: #b59b6a;
	letter-spacing: 0.8px;
	font-weight: bold;
	font-size: 13px;
}
.embsel {
	margin: 0px 0px 20px 0px;
}


.upcomingtours {
	margin: 60px 0px 0px;
}
.tourlistgroup {
	color: #320B03;
	font-size: 16px;
}
.detitemlist {
	margin-top:20px;
}
.detitemlist li {
	display: block;
	clear: both;
}
.detitemlist span {
	font-weight: bold;	
	color: #d53a0a;
	text-decoration: underline;
}
.detitemlist span.selli {
	color: #320b03;
	text-decoration: none;
}

/*Events*/
.eventsblock {
	border: 5px solid #CDC09A;
	background:#f3e5bb;
	padding:5px;
}
.eventsblock h2 {
	margin: 10px 0px -8px 8px;
	padding:0px;
	line-height: 1.2em;
	color: #A92D0C;
}

.collapsedblock h3 {padding-left: 25px; background: url("arrows-h.png") no-repeat 0px -2px; text-decoration:none; font-size: 16px; line-height:18px; }
.collapsedblock h3.active {background: url("arrows.png") no-repeat 0px 5px;}

.collapsedblock .box {padding:10px; }
.collapsedblock h3 a {color: #4C1405; text-decoration:none;}
.collapsedblock h3:first-child {margin-top:0;}
.collapsedblock h3:last-child {margin-bottom:0;}

.eventthumb {
	float:left;
	margin:0px 5px 5px 0px;
}

/*Video Thumbs*/
.melthumb {
	vertical-align: middle;
	float: left;
	margin-bottom:20px;
}

.thumb {
	margin: 0px 10px 10px 0px;
}
.distthumb {
	float: left;
	margin: 0px 10px 30px 0px;
	border: 3px solid #CDC09A;
}



/*Hot Tours*/
.hottour {	
	width: 225px;
	height: 359px;
	position: relative;
	background-image: url(bg-offer1.gif);
	background-repeat: no-repeat;
	margin-bottom: 26px;	
}
.hotprice {
	position: absolute;
	top: 19px;
	left: 104px;
	width: 110px;
	text-align: center;
	color: #9bddff;
	font-size: 26px;
	padding-top: 16px;
}
.hotprice2 {
	position: absolute;
	top: 19px;
	left: 104px;
	width: 110px;
	text-align: center;
	color: #9bddff;
	font-size: 14px;
	padding-top: 8px;
}
.hottitle, .hottitle2 {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
.hottitle a {
	color: #ffffff;
	text-decoration: none;
}
.hottitle2 a:hover {
	text-decoration: underline;
}
.hotbody {
	position: absolute;
	top: 90px;
	padding: 0px 10px;
}

.hotthumb {
	position: relative;
	left: -5px;
	width: 88px;
	height: 88px;
	background-image: url(bg-offerpic1.png);
	background-repeat: no-repeat;	
	float: left;
	padding: 11px;
}
.hotdate {
	width: 85px;
	height: 100px;
	padding-top: 10px;
	float: right;
	font-size: 12px;
	color: #ffffff;
}
.hotdate strong {
	display: block;
}
.hotmore {
	display: block;
	margin-top: 10px;
	padding-right: 14px;
	background-image: url(marker-more.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	line-height: 16px;
	height: 16px;
}
.hotmore a {
	font-size: 14px;
	font-weight: bold;
	color: #8bcff7;
}
.hotname {
	position: absolute;
	bottom: 10px;
	left: 7px;
	width: 211px;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #88b9d3;
	text-align: center;
}

.hottour2 {	
	width: 225px;
	height: 359px;
	position: relative;
	background-image: url(bg-offer2.gif);
	background-repeat: no-repeat;	
	margin-bottom: 26px;
}

.hotdaysleft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 101px;
	height: 74px;
	text-align: center;
	color: #eaf4f9;
	font-size: 48px;
	font-weight: bold;
	line-height: 60px;
}
.hotdaysleft div {
	position: relative;
	top: -27px;
	font-size: 14px;
}
.hotprice2 {
	color: #6fe6fb;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}
.hotprice2 em {
	display: block;
	font-size: 16px;
	text-decoration: line-through;
	position: relative;
	top: 7px;
}
.hottitle2 a {
	color: #000000;
	text-decoration: none;
}
.hottitle2 a:hover {
	text-decoration: underline;
}
.hotmore2 {
	display: block;
	margin-top: 10px;
	padding-right: 14px;
	background-image: url(marker-more2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	line-height: 16px;
	height: 16px;
}
.hotmore2 a {
	font-size: 14px;
	font-weight: bold;
	color: #8fcc1a;
}

/*Weather*/
.weatherhovernew {
	padding: 10px 20px;
	text-align: center;	
	color: #bd5f28;	
	font-size: 14px;
	font-weight: bold;
}
.weatherhovernew h4 {
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
}
.weatherhovernew div {
	height: 60px;
	line-height: 60px;
	font-size: 56px;
	font-weight: normal;
	color: #4a6783;
	vertical-align: middle;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d6d6d5;
}
.weatherhovernew div img {
	border: 3px solid #ccddf7;
	vertical-align: middle;
	margin-bottom: 10px;	
}










/*Gallery*/
.jcarousel-skin-tango {
	margin: 0px;
	padding: 0px;
}
.jcarousel-skin-tango .jcarousel-container {
    background: #f4edda;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 634px;
    padding: 10px 0px;
	 margin: 0px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  555px;
    height: 100px;
	 position: relative;
	 left: 6px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 111px;
    height: 100px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 0px;
}
.jcarousel-skin-tango li {
	width:111px;
	height: 100px;
	background-color: #f4edda;
	text-align: center;
	padding: 0px;
	position: relative;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.jcarousel-skin-tango li img {
	position:absolute;
	top: 0px;
	left: 0px;
	/*height: 94px;*/
	/*width:94px;*/
	clip:rect(0px 94px 94px 0px);
	/*border: 3px solid #cdc09a;*/
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #f4edda;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 48px;
    right: 9px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: transparent url(next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -25px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -50px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -75px 0;
}

/*Prev*/

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 48px;
    left: 9px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: transparent url(prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -25px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -50px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -75px 0;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

.gismeteo {
	font-size: 11px;
}
.socshare {
	color:#9b3f2a;
}
.newokbut input {
	left: 0px;
	top: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #d53a0a;
	line-height: 20px;
	border: 1px solid #c1ac8a;
	background-image: url(button.gif);
	background-repeat: repeat-x;
	padding: 0px 10px;
	margin: 0px 0px 2px;
	vertical-align: middle;
}
.mandatory {
	margin: 0px 5px;
	color:#ff0000;
	font-weight: bold;
}


/*RTE Area*/
.pg img[align="left"] {
	margin: 0px 15px 5px 0px;
}
.pg img[align="right"] {
	margin: 0px 0px 5px 15px;
}
/*
table.pg {
    border-collapse: collapse;
    border-style: hidden;
	 border: 1px solid #c1ac8a;
	 margin: 0px 0px 20px 0px;
}

table.pg td, table.pg th {
    border: 1px solid #c1ac8a;
	 text-align: left;
	vertical-align: top;
	 padding: 10px;
}
*/



.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 12px;
	padding: 1em;
	display: none;
}

.back-to-top:hover {	
	background-color: rgba(135, 135, 135, 0.50);
}




/*New Book*/
.onecol-content {
	width: 920px;
	margin: 0 auto;
	padding: 40px 20px;
	position: relative;
	background-color: #EDE3C9;
}

.bookingblock {
	width: 100% !important;
	margin-bottom: 40px;
}
.bookingblock td {
	height: 37px;
	line-height: 37px;
	border-bottom: 3px solid #923932;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;	
	text-align: center;
	
}

.bookingblock .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
	 margin-right: 8px;
    line-height: 1;
	 font-size: 16px;
    color: #EDE3C9;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 60px;
}
.bookingblock .passed .badge { background-color: #eb8424; }
.bookingblock .active .badge { background-color: #750000; }
.bookingblock .nopassed .badge { background-color: #B99F8A; }

.bookingblock .passed { color: #eb8424; }
.bookingblock .active { color: #750000; }
.bookingblock .nopassed { color: #B99F8A; }

.bookingblock .active { background-color: #dfd3b5; background-image: url(bookiingmarker.gif); background-repeat: no-repeat; background-position: center bottom; }

.bookingblock .firststep {
	text-align: left;
}
.bookingblock .laststep {
	text-align: right;
}

.onecol-content h2 {
	color: #730100;
	font-size: 24px;
	border-bottom: 1px solid #c3ab95;
	margin-bottom: 20px;
}

.booking-introinfo {
	background-color: #ebc7b1;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #3e180f;
	font-size: 1.2em;
	margin-bottom: 40px;
}
.booking-introinfo h3 {
	color: #ad0f0e;
}
.booking-introinfocol1 {
	width: 420px;
	float: left;
}
.booking-introinfocol2 {
	width: 420px;
	float: right;
}

.booking-formmessage {

	background-color: #c25c1e;
	color: #030303;

	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	font-size: 1.5em;
	margin-bottom: 40px;

}




#totalprice {
	width: 290px;
	background:#ffffff;
	float: right;
	padding: 20px;
	margin: 0px;
	color:#330a04;
}
#totalprice h4 {
	background-color: #ada99e;
	color: #ffffff;
	margin: -20px -20px 0px -20px;
	padding: 20px;
}
#totalprice h5 {
	font-size: 14px;
	margin: 30px 0px 15px;
	padding: 0px;
}
#totalprice p {
	margin: 0px;
	padding: 15px 0px;
	border-top: 1px dotted #330a04;
	font-size: 14px;
}
#totalprice p span {
	color:#740001;
	font-weight:bold;
	width: 100px;
	float: right;
	margin-left: 10px;
}
#totalprice strong {
	display: block;
	background-color: #eb8425;
	color: #030303;
	margin: 0px -20px -20px -20px;
	padding: 20px;
	font-size: 1.5em;
}
#totalprice strong span {
	width: 100px;
	float: right;
	margin-left: 10px;
}


.booking-formdiv1 {
	padding: 15px 10px;
	border-top: 1px solid #c9b09a;
	width: 550px;
}
.booking-formdiv1 label, .booking-formdiv2 label {
	display: block;
	color: #320c03;
	font-size: 14px;
	font-weight:bold;
	margin-bottom:10px;	
}
.booking-formdiv1 select {
	display: block;
	width: 257px;
	padding: 7px 10px;
	border: 1px solid #bba08b;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #bba08b;
	font-size: 1.2em;	
}

.booking-formdiv2 {
	padding: 15px 10px;
	border: 1px solid #c9b09a;
	width: 550px;
}

.booking-formdivcol1 {
	width: 255px;
	float:left;
	margin-right: 20px;
}
.booking-formdivcol2 {
	width: 255px;
	float:left;
}

.booking-formdivcol1 input, .booking-formdivcol2 input  {
	display: block;
	width: 235px;
	padding: 7px 10px;
	border: 1px solid #bba08b;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #bba08b;
	font-size: 1.2em;	
	margin-bottom: 15px;
}
.booking-formdivcol1 select {
	display: block;
	width: 257px;
	padding: 6px 10px;
	border: 1px solid #bba08b;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #bba08b;
	font-size: 1.2em;	
	margin-bottom: 10px;
}

.booking-formdivcol0 {
	color: #320c03;
	font-size: 14px;
	font-weight:bold;
	margin-top:20px;	
	margin-bottom:20px;
}
.booking-formdivcol0 label {
	display: inline !important;
}

.booking-formdiv3 {
	width: 572px;
	text-align:right;
	padding: 20px 0px;
}

input.ordaddbutton {
	font-size: 14px;
	font-weight:bold;
	color: #ea8422;
	height: auto;
	line-height: 20px;
	border: 1px solid #c1ac8a;
	background-image: url(button.gif);
	background-repeat: repeat-x;
	padding: 5px 10px;
	margin: 0px;
	vertical-align: middle;
}
input.ordaddbutton:hover {
	color: #942503 !important;
}



#tourgroupmembers {
	width:570px;
	margin: 0px 0px 10px;
	border: 1px solid #bdaf93;
}
#tourgroupmembers tr.titlerow {
	background-color:#bdaf93;
}
#tourgroupmembers tr.titlerow td {
	border-left: 1px solid #EDE3C9;
	font-size: 14px;
	font-weight:bold;
	margin-bottom:10px;	
}
#tourgroupmembers tr.titlerow td.titlefirstcol {
	border-left: none;
}
#tourgroupmembers tr td {
	padding:5px 10px 0px 10px;
}
#tourgroupmembers tr td select {
	display: block;
	width: 80px;
	padding: 6px 10px;
	border: 1px solid #bba08b;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #bba08b;
	font-size: 1.2em;	
	margin-bottom: 15px;
}
#tourgroupmembers tr td input[type=text] {
	display: block;
	width: 100px;
	padding: 7px 10px;
	border: 1px solid #bba08b;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #bba08b;
	font-size: 1.2em;	
	margin-bottom: 15px;	
	
}

#tourgroupmembers tr td input.orddelbutton {
	font-size: 11px;
	font-weight:bold;
	color: #d53a0a;
	height: auto;
	line-height: 20px;
	border: 1px solid #c1ac8a;
	background-image: url(button.gif);
	background-repeat: repeat-x;
	padding: 0px 10px;
	margin: -13px 0px 0px 10px;
	vertical-align: middle;
}
#tourgroupmembers tr td input.rbut {
	color: #320b03;
	border: 0px;
	background-color:none;
}


.mrow1 {
	background-color:#fcf7ee;
}
.mrow2 {
	background-color:#e7dfd0;
}

.booking-formdiv4 {
	margin-bottom: 20px;
}

.booking-formdiv4 label {
	display: block;
	color: #320c03;
	font-size: 14px;
	font-weight:bold;
	margin-bottom:10px;	
}
.booking-formdiv4 textarea {
	width: 570px;
}

input.btnorderbook {
	color: #f3b451;
	height: 33px;
	border: 1px;
	background-color: #320b03;
	border-style: solid;
	font-size: 14px;
	border-color: #7b0c26;
	text-align:center;
	text-transform: uppercase;
	padding: 5px 26px 5px;
	font-weight: bold;
	margin: 0px;
	line-height: 21px;
	background-image: url(bg_button.gif);
	background-repeat: repeat-x;
}
input.btnorderbook:hover {
	background-image: url(bg_button_hover.gif);
}

/*Bookink - Thank page*/
.bookst3divcol1 {
	width: 600px;
	float: left;
	padding: 20px 0px;
}
.bookst3divcol2 {
	background-color: #ebc7b1;
	width: 250px;
	float: right;
	padding: 20px;
	font-size: 14px;
}
.bookst3divcol2 h4 {
	color: #ad0f0e;
}

.bookst3divcol1 {
	font-size: 14px;
}
.bookst3akcent {
	font-size: 22px;
	line-height: 28px;
}
.bookst3akcent span {
	color: #ad0f0e;
}

.bookst3table {
	width: 100% !important;
	background-color: #ffffff;
	margin-bottom: 20px;
}
.bookst3table tr {
	height: 35px;
}
.bookst3table tr.bookst3tablerowDots td {
	border-top: 1px dotted #cccccc;
}
.bookst3table td span {
	margin-left: 20px;
}

.bookst3tableTitle td {
	background-color: #afa8a2;
	color: #ffffff;
	font-weight: bold !important;
	font-size: 18px;
	height: 50px !important;
}
.bookst3tableSubTitle {
	background-color: #e6e5e3;
	color: #aea7a1;
	font-weight: normal;
	font-size: 14px;
	height: 30px;
	text-transform:uppercase;
}

.bookst3tableOrder td {
	background-color: #eb8425;
	color: #000000;
	font-weight: bold !important;
	font-size: 18px;
	height: 50px !important;
}
.bookst3tableRowIcons {
	height: 40px !important;
}
.bookst3tableEmail {
	font-style: normal;
	padding-left: 30px;
	background-image: url(icon_bookemail.gif);
	background-position:left center;
	background-repeat:no-repeat;
	font-size: 22px;
}
.bookst3tableMoblie {
	font-style: normal;
	padding-left: 30px;
	background-image: url(icon_bookphone.gif);
	background-position:left center;
	background-repeat:no-repeat;
	font-size: 22px;
}
.bookst3DivButtons {
	border-top: 1px solid #c7b19a;
	padding-top: 20px;
	text-align: center;
}

a.bookst3BtnGo {
	display: inline-block;
	color: #f3b451;
	height: 22px;
	border: 1px;
	background-color: #320b03;
	border-style: solid;
	font-size: 14px;
	border-color: #7b0c26;
	text-align:center;
	text-transform: uppercase;
	padding: 5px 26px 5px;
	font-weight: bold;
	margin: 0px 10px;
	line-height: 21px;
	background-image: url(bg_button.gif);
	background-repeat: repeat-x;
	text-decoration:none;
}
a.bookst3BtnGo:hover {
	background-image: url(bg_button_hover.gif);
}

a.bookst3BtnDownload {
	display: inline-block;
	font-size: 14px;
	font-weight:bold;
	color: #ea8422;
	height: 22px;
	line-height: 20px;
	border: 1px solid #c1ac8a;
	background-image: url(button.gif);
	background-repeat: repeat-x;
	padding: 5px 10px;
	margin: 0px;
	vertical-align: middle;
	text-decoration:none;
}
a.bookst3BtnDownload:hover {
	color: #942503 !important;
}



/*Payment*/

.payment-formdiv input  {
	width: 235px;
	padding: 7px 10px;
	border: 1px solid #bba08b;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #bba08b;
	font-size: 1.2em;	
	margin-bottom: 15px;
}
.payment-formdiv label {
	display: block;
	color: #320c03;
	font-size: 14px;
	font-weight:bold;
	margin-bottom:10px;	
}

.paymentmessage {
	font-size: 1.4em;	
	font-weight: bold;	
	background-color: #ebc7b1;
	padding: 20px;
	margin-bottom: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #3e180f;
}


/*payment step2 */

.booking-payhistory {
	width: 290px;
	background:#ffffff;
	float: right;
	padding: 0px;
	margin: 0px;
	color:#330a04;
}
.booking-payhistory h5 {
	background-color: #ada99e;
	color: #ffffff;
	font-size: 18px;
	font-weight:bold;
	padding:20px;	
}
.booking-payhistorybody {
	padding: 0px 20px;
}
.booking-payhistorytab {
	width: 100% !important;
	color: #330b03;
	font-size: 14px;
}
.booking-payhistorytab td {
	padding: 15px 0px;
	border-top: 1px dotted #330b03;
}
.booking-payhistorytab span {
	color: #730101;
	font-weight:bold;
}


.booking-payhistory h5.itogo {
	background-color: #eb8425;
	color: #010000;
	font-size: 18px;
	font-weight:bold;
	padding:20px;
	margin: 0px;	
}


.payment2info {
	background-color: #ebc7b1;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #3e180f;
	font-size: 1.2em;
	margin-bottom: 40px;
	margin-top:-20px;
}

.paymentmessage2 {
	color: #720000;
	font-weight: bold;
}
.payment2icons {
	text-align: center;
	border-top: 1px solid #c7b19a;
	border-bottom: 1px solid #c7b19a;
	padding: 20px 0px;
}
.payment2icons img {
	margin: 0px 5px;
}
.payment2gobtn {
	text-align: center;
	padding: 0px 0px 20px;
}
#paydetaisspan {
	color: #eb8425 !important; 
}