/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	C O M M O N     E L E M E N T S
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/







.wrapper {
	width: 990px;
	margin: 0 auto;
}
.head {
	position: relative;
}


.block-title {
	/*background-color: #d3d3d3;*/
	background-color: #A1A1A1;
	padding: 4px 0 5px 5px;
	font-size: 13px;
	font-weight: bold;
	color: white;
}
.block-area { 
	background-color:#F0F0F0;
	padding: 5px;
}
/*-----------------------------------------------------------------
	H E A D E R
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.header {
	height: 65px;
	margin-bottom: 15px;
}
.header-left {
	width: 550px;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 10px;
}
.logo-block {
	display: block;
	width: 550px;
	float: left;
	margin-bottom: 7px;
}
.logo-left {
	float: left;
}
.logo-right {
	float: left;
	margin: 8px 0 0 10px;
	height: 36px;
	padding-left: 10px;
	border-left: 1px solid #0e4e91;
}
.logo-title {
	font-size: 25px;
	color: #0e4e91;
	margin: 0;
	padding: 0;
}
.db-status {
	margin-left: 5px;
}
.lang {
	color: #0e4e91;
	margin-top: 3px;
}
#lang-list {
	background-color: #f7f4ef;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	padding: 5px 30px 5px 10px;
	position: absolute;
	z-index: 200;
}
#lang-list ul {
	list-style: none;
	line-height: 20px;
}
.lang-area {
	position: relative;
}
.icq-block {
	margin-left: 9px;
}
.icq {
	line-height:15px;
	vertical-align:top;
}
.header-right {
	width: 420px;
	position: absolute;
	top: 0;
	right: 0;
	z-index:100;
}
.header-right { /* для search.teztour.com*/
	top: 30px;
	text-align: right;
}
.authorized {
	background-color: #efd9b0;
}
.header-right-bottom-area {
	padding: 0 10px;
}
.authorized .header-right-main-area {
	background-color: #f7eddb;
	padding: 10px;
}
.authorized .header-right-bottom-area {
	height: 24px;
}
.not-authorized {
	background-color: #cfcfcf;
}
.not-authorized .header-right-main-area {
	background-color: #e9e9e9;
	height: 18px;
	padding: 10px;
}
.not-authorized .header-right-bottom-area {
	height: 45px;
}
.unlog {
	margin-top: 5px;
}
.unlog {
	background: transparent url(images/authorized-ico.gif) no-repeat right -16px;
	width: 100px;
	height: 14px;
	margin-bottom: 0;
	padding-right: 20px;
	display: block;
	float: right;
	text-align: right;
}
.login-form {
	margin-top: 3px;
	float: right;
}
.login-form, .login-form input {
	font-size: 10px;
}
.login-form form {
	margin-top: 5px;
}
#label-log, #label-passwd {
	position: absolute;
	padding: 3px 0 0 4px;
	cursor: text;
}
#j_login, #j_passwd {
	margin-right: 5px;
	width: 70px;
}
.subm-log {
	margin-right: 10px;
}
.not-authorized {
	background: transparent url(images/notauthorized-ico.gif) no-repeat 0 0;
	margin-top: 26px;
}
#user-moreinfo {
	background-color: #f7f4ef;
	padding: 5px;
	margin-top: 5px;
}
#city-list {
	background-color: #f7f4ef;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	padding: 5px 0 5px 10px;
	position: absolute;
	z-index: 200;
}
#city-list ul {
	list-style: none;
	line-height: 20px;
}
#city-list ul.left {
	float: left;
	margin-right: 30px;
}
#city-list .flag {
	display: block;
	float:left;
	font-size:1px;	
	width: 12px;
	height: 8px;
	margin-right: 3px;
	margin-top: 6px;
}
	#city-list .ru { /* Россия */
		background: transparent url(images/lang-flags-sprite.gif) no-repeat 0 0;
	}
	#city-list .ua { /* Украина */
		background: transparent url(images/lang-flags-sprite.gif) no-repeat -13px 0;
	}
	#city-list .by { /* Белоруссия */
		background: transparent url(images/lang-flags-sprite.gif) no-repeat -26px 0;
	}
	#city-list .kz { /* Казахстан */
		background: transparent url(images/lang-flags-sprite.gif) no-repeat -39px 0;
	}
	#city-list .md { /* Молдавия */
		background: transparent url(images/lang-flags-sprite.gif) no-repeat -52px 0;
	}
	#city-list .am { /* Армения */
		background: transparent url(images/lang-flags-sprite.gif) no-repeat -65px 0;
	}
	#city-list .lt { /* Литва */
		background: transparent url(images/lang-flags-sprite.gif) no-repeat -78px 0;
	}
	#city-list .lv { /* Латвия */
		background: transparent url(images/lang-flags-sprite.gif) no-repeat -91px 0;
	}
	#city-list .ee { /* Эстония */
		background: transparent url(images/lang-flags-sprite.gif) no-repeat -104px 0;
	}
	#city-list .bg { /* Болгария */
		background: transparent url(images/lang-flags-sprite.gif) no-repeat -117px 0;
	}

/*-----------------------------------------------------------------
	A L E R T   M S G
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.alert-msg {
	background-color: #FF0000;
	padding: 5px 10px;
	color: #fff;
}

/*-----------------------------------------------------------------
	B E F O R E   M E N U
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.before-menu {
	background-color: #fff;
	margin-top: 15px;
	padding: 10px;
	overflow: hidden;
}
.before-menu i {
	margin: 0 5px;
	font-style: normal;
	font-weight: bold;
	top: 1px;
	position: relative; 
}
.before-menu-left {
display: block;
float: left;
}
.before-menu-right {
	float: right;
	margin-left: 20px;
	display: block;
}
.konvertor {
	margin-left: 10px;
}

/*-----------------------------------------------------------------
	M E N U
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.full-menu-line {
	width: 100%;
	background: transparent url(images/menu-bgr-sprite.gif) 0 0 repeat-x;
}
.menu {
	background: transparent url(images/menu-bgr-sprite.gif) 0 -52px repeat-x;
	height: 42px;
}
.menu ul {
	list-style-type: none;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	float: left;
	border-left: 1px solid #3d70a7;
}
.menu li {
	display: inline;
	margin: 0;
	padding: 0;
}
.menu li a {
	float: left;
	color: #fff;
	font-size: 12px;
	padding: 14px 20px;
	text-decoration: none;
	border-right: 1px solid #3d70a7;
}
.menu li a:visited {
	color: #fff;
}
.menu li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0d4683;
}
.menu li a.selected {
	color: #fff;
	text-decoration: none;
	background: transparent url(images/menu-bgr-sprite.gif) 0 -105px repeat-x;
	text-align: center;
}
.menu-arrow {
  border-color: #00a6ff transparent transparent transparent;
  border-style: solid;
  border-width: 7px;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -14px;
  left: 46%;
}
.menu-arrow-area {
	background-color:#FF0000;
	width: 100%;
	display: block;
	position: relative;
}
/*-----------------------------------------------------------------
	M A I N
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.main table {
    border-collapse: collapse;
    border-spacing: 0;
}
.main input[type=text], select, textarea {
    font: 11px Tahoma, Verdana, Arial, sans-serif;
    color: #464646;
    border: 1px solid #a5acb2;
}

.main a {
    color: #0e4e91;
    outline: none;
    text-decoration: underline;
}
.main a:visited {
    color: #7545ab;
}
.main a:hover {
    text-decoration: none;
}

.main a.punktir-link, a.punktir-link:visited {
    color: #0e4e91;
    text-decoration: none;
    border-bottom: 1px dotted #0e4e91;
}
.main a.punktir-link:hover {
    color: #0e4e91;
    text-decoration: none;
    border-bottom: none;
}
.main p {
    margin: 0 0 18px;
}
.main img {
    border: none;
}
.main h1 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}
.main h2 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal;
}
.main h3 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
}
.main h4 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: normal;
}
.main small {
    font-size: 10px;
}
.main {
    font: 11px Tahoma, Verdana, Arial, sans-serif;
    width: 100%;
    color: #464646;
    background: #FFFFFF;
	padding: 0px;
}
.right-arrow-link {
	float: right;
	background-color: #efd9b0;
	padding: 3px 20px 4px 20px;
}
.css-arrow-left  {
	border-color: #efd9b0 #efd9b0 #efd9b0 #fff;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	float: right;
	height: 0;
	margin: 0;
	width: 0;
	font-size:1px;
}
.css-arrow-right  {
	border-color: #fff #fff #fff #efd9b0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	float: right;
	height: 0;
	margin: 0;
	width: 0;
	font-size:1px;
}
.sub-menu {
	background-color: #00A6FF;
	margin-bottom: 10px;
	padding: 3px 0 7px 5px;
	color: #fff;
	margin-top: -5px;
}
.sub-menu i {
	margin: 0 5px;
	font-style: normal;
	font-weight: bold;
	top: 1px;
	position: relative; 
}
.sub-menu a, .sub-menu a:hover, .sub-menu a:visited {
	color: #fff;
}
a.hotel-segments-title, a.hotel-segments-title-close {
	background: #A1A1A1 url(images/+-.gif) 2px 4px no-repeat;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0 0px 18px;
	color: #fff;
	display: block;
}
a.hotel-segments-title-close {
	background: #A1A1A1 url(images/+-.gif) 2px -25px no-repeat;
}
a.hotel-segments-title:visited, a.hotel-segments-title-close:visited {
	color: #fff;
}

a.infoblock-title, a.infoblock-title-close {
	background: #A1A1A1 url(images/+-.gif) 5px 8px no-repeat;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 0 5px 18px;
	color: #fff;
	display: block;
}
a.infoblock-title-close {
	background: #A1A1A1 url(images/+-.gif) 5px -21px no-repeat;
}
a.infoblock-title:visited, a.infoblock-title-close:visited {
	color: #fff;
}
.infoblock-body {
	background-color: #F0F0F0;
	padding: 5px;
}
.infoblock-body table {
	width: 100%;
}
.infoblock-body li {
	margin-left: 20px;
	margin-bottom: 10px;
}

a#excelblockA {
	background: #A1A1A1 url(images/clipboard-paste-excel.png) 5px 5px no-repeat;
	font-size: 13px;
	padding: 4px 0 5px 23px;
	margin-top: 15px;
	color: #fff;
	display: block;
}
a#excelblockA:visited {
	color: #0e4e91;
}
#excelblock {
	background-color: #f0f0f0;
	padding: 5px;
}
#excelblock span { float: right; width: 480px;}
#excelblock textarea {width: 460px; height: 75px;}
/*-----------------------------------------------------------------
	F O O T E R
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.footer {
	margin-top: 20px;
}
.footer-right {
	font-size: 10px;
	color: #c2c2c2;
	float: right;
}
#moreresults {
background-color:#D3D3D3;
margin-top:10px;
padding:5px 1px 5px 5px;
text-align:left;
}
#paging {
display:inline;
}
.pager-el-normal {
background-color:#FFFFFF;
border:1px solid #A1A1A1;
color:#0E4E91;
cursor:pointer !important;
display:inline;
margin-right:5px;
padding:2px 4px;
text-decoration:underline;
}
.green td
{
	background-color: #C4FDD0;
}
#hotelInfoBlock
{
	border: solid 1px #A1A1A1; padding: 5px; color: red;
}
#hotelInfoBlock a
{
	color: red;
}
.hotel-segments
{
	list-style-type: none;
	margin: 0px;
}
.hotel-segments li
{
	float: left;
	width: 230px;
}
