* {padding:0; margin:0;}
.lalign{text-align:left;}
.calign{text-align:center;}
.ralign{text-align:right;}
.float{float:left;}
.froat{float:right;}
.clear{clear:both;}
IMG{border:none;}
TABLE {
	border-collapse: collapse;
	border-spacing: 0;
}

A {
	text-decoration: none;
	/*color: #bf065d;*/
}
A:hover {text-decoration: underline;}

/* BUTTON
������������*/
A.btn {
	display: block;
	width: 104px;
	height: 23px;
	font-size: 14px;
	text-transform: lowercase;
	color: #FFF;
	text-align: center;
	line-height: 23px;
}
A.btn-invite {
	width: auto;
}
A.btn-memeber {
	width: 200px;
}
A.btn:hover {text-decoration: none;}
	A.btn SPAN {
		display: block;
		height: 23px;
		float: left;
		background-image: url(../images/btn-sprite.png);
		cursor: pointer;
	}
	A.btn .l, A.btn .r {
		width: 6px;
		background-repeat: no-repeat;
	}
	A.btn .l {background-position: 0 -208px;}
	A.btn .r {background-position: 0 -254px;}
	A.btn .c {
		background-position: 0 -231px;
		background-repeat: repeat-x;
		min-width: 92px;
		white-space: nowrap;
	}

	A.btn:hover .l, A.btn:active .l {background-position: 0 0;}
	A.btn:hover .r, A.btn:active .r {background-position: 0 -46px;}
	A.btn:hover .c, A.btn:active .c {background-position: 0 -23px;}

	A.btn.disabled .l {background-position: 0 -139px;}
	A.btn.disabled .r {background-position: 0 -185px;}
	A.btn.disabled .c {background-position: 0 -162px;}
	/*A.btn:hover .l, A.btn:active .l {background-position: 0 -139px;}
	A.btn:hover .r, A.btn:active .r {background-position: 0 -185px;}
	A.btn:hover .c, A.btn:active .c {background-position: 0 -162px;}*/
/*���������������*/

/* ROUNDED CORNERS
��������������������*/
.corner {
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-color: transparent;
	font-size: 1px;
}
.tl {
	background-position: -5px -5px;
	left: 0;
	top: 0;
}
.tr {
	background-position: 0 -5px;
	right: 0;
	top: 0;
}
.bl {
	background-position: -5px 0;
	left: 0;
	bottom: 0;
}
.br {
	background-position: 0 0;
	right: 0;
	bottom: 0;
}

.r6tl {
	background-position: -6px -6px;
	left: 0;
	top: 0;
}
.r6tr {
	background-position: 0 -6px;
	right: 0;
	top: 0;
}
.r6bl {
	background-position: -6px 0;
	left: 0;
	bottom: 0;
}
.r6br {
	background-position: 0 0;
	right: 0;
	bottom: 0;
}


.tl-b {
	background-position: 100% 100%;
	left: -1px;
	top: -1px;
}
.tr-b {
	background-position: 0 100%;
	right: -1px;
	top: -1px;
}
.bl-b {
	background-position: 100% 0;
	left: -1px;
	bottom: -1px;
}
.br-b {
	background-position: 0 0;
	right: -1px;
	bottom: -1px;
}
.r6 {
	width: 6px;
	height: 6px;
	background-image: url(../images/corners-r6.png);
}
.r5-blue {
	width: 5px;
	height: 5px;
	background-image: url(../images/corners-r5-blue.png);
}
.r5-grey {
	width: 5px;
	height: 5px;
	background-image: url(../images/corners-r5-grey.png);
}
.r5-ec {
	width: 5px;
	height: 5px;
	background-image: url(../images/corners-r5-ec.png);
}
.r4 {
	width: 4px;
	height: 4px;
	background-image: url(../images/corners-r4.png);
}
.r3-b {
	width: 4px;
	height: 4px;
	background-image: url(../images/corners-r3-border.png);
}
/*��������������������������������*/

/* FORM ELEMENTS
������������������*/
FIELDSET {border: none;}
H1.legend {
	height: 48px;
	color: #656565;
	font-size: 18px;
	padding: 8px 6px 6px;
	text-transform: capitalize;
	text-indent: 0;
}
FORM TABLE {
	border-collapse: separate;
	border-spacing: 6px;
}
FORM TR, FORM TD {
	height: 23px;
}

LABEL {
	color: #656565;
	font-size: 14px;
}
SELECT, INPUT.inp-chkbox {vertical-align: middle;}
.inp-text {
	color: #333;
	font-size: 14px;
	height: 23px;
	line-height: 23px !important;
	vertical-align: top;
}
SELECT.inp-text {height: auto;}
.invis {
	border: none 0 !important;
	background: none !important;
	outline: none 0;
}
.inp-l, .inp-r, .inp-c {
	height: 23px;
	background-image: url(../images/input-text-bg.png);
	overflow: hidden;
	margin-bottom: 2px;
}
.inp-l {
	padding: 0 0 0 8px;
	background-repeat: no-repeat;
	background-position: left top;
}
.inp-r {
	padding: 0 0;
	background-repeat: no-repeat;
	background-position: right -46px;
}
.inp-c {
	width: 100%;
	background-repeat: repeat-x;
	background-position: left -23px;
	background-color: transparent;
	border-width: 0!important;
	outline: none;
	margin: 0 -8px;
}
.inp-small
{
	width: 100px;
}
.inp-small-r
{
	background-position: 100px 100%;
}

/*��������������������������������*/
HTML, BODY {
	margin: 0;
   padding: 0;
   width: 100%;
   height: 100%;
}
BODY {
	background: #fff url(../images/body-bg.png) repeat-x top;
	text-align: center;
	height: 100%;
	font-family: /*"Myriad Pro","Trebuchet MS",*/helvetica,arial,sans-serif;
	min-height: 100%;
   height: auto !important;
   /*height: 100%;*/
   position: relative;
}

html>body{
   height: auto;
   min-height: 100%;
}

.container{
	height: 100%;
	width: 895px;
	margin: 0 auto;
	text-align: left;
	padding: 8px 0 0;
}
.content {padding-bottom: 120px !important;}

.header {
	position: relative;
	/*height: 108px;*/
	/*margin-top: 8px;*/
}
.h-bg-pic {background: url(../images/int-header-pic.jpg) no-repeat right top;}
	A.logo {
		display: block;
		padding-top: 1px;
	}
	.logo {
		/*width: 278px;
		height: 105px;*/
	}

UL {
	font-size: 14px;
	color: #BC0056;
	padding-left: 24px;
	margin-bottom: 12px;
}
LI SPAN {color: #656565;}

/* MAIN MENU
��������������*/
UL.main-menu {
	height: 23px;
	padding: 13px 0 10px;
	list-style: none;
	margin-bottom: 0;
	font-size: 12px;
}
.main-menu LI {
	float: left;
	border-right: 1px solid #D0D0D0;
	/*padding: 0 4px;*/
}
.main-menu A.btn {
	color: #BC0056;
	width: auto;
	min-width: 104px;
	max-width: 180px;
}
	.main-menu A.btn SPAN {background-position: 0 23px;}
	.main-menu A.btn:hover .l, .main-menu A.btn:active .l {background-position: 0 -70px;}
	.main-menu A.btn:hover .r, .main-menu A.btn:active .r {background-position: 0 -116px;}
	.main-menu A.btn:hover .c, .main-menu A.btn:active .c {background-position: 0 -93px;}

	.main-menu A.active .l, .main-menu A.active:hover .l, .main-menu A.active:active .l {background-position: 0 0;}
	.main-menu A.active .r, .main-menu A.active:hover .r, .main-menu A.active:active .r {background-position: 0 -46px;}
	.main-menu A.active .c, .main-menu A.active:hover .c, .main-menu A.active:active .c {background-position: 0 -23px;color: #FFF;}
	.main-menu A.active SPAN, .main-menu A.active:hover SPAN, .main-menu A.active:active SPAN {cursor:default;}

.main-menu LI.lang {
	float: right;
	border: none 0;
	padding: 4px 0 0 0px;
	display: block;
}
.btn-register {
	position: absolute;
	right: 60px;
	top: 120px;
}
.btn-member {
	position: absolute;
	right: 100px;
	bottom: 10px;
}
/*�����������������������*/

/* ITEMS
������������*/
H1 {
	text-indent: 6px;
	font-size: 18px;
	color: #BF065D;
	font-weight: normal;
	text-transform: lowercase;
	padding: 14px 0 14px;
}
h3 {
	font-size: 18px;
	color: #BF065D;
	font-weight: normal;
	/*padding: 10px 0 0;*/
	margin-top: 14px;
}
h4 {
	font-size: 16px;
	color: #bf0358;
	font-weight: normal;
}

P {
	font-size: 14px;
	color: #656565;
	margin-bottom: 14px;
}
.box H1 {
	text-indent: 25px;
	/*color: #656565;*/
}
.col-right H1 {text-transform: none;}
.item-box P {
	color: #FFF;
	margin: 0;
}
.box, .box-footer, .item-box, .inner-box, .col-left, .testim-box, .profile-box {
	position: relative;
	padding: 6px;
	margin-bottom: 6px;
}
.box {
	background: #D7D7D7;
	min-height: 470px;
}
.box-footer {
	background: #D7D7D7;
}
.item-box {
	height: 178px;
	background: #002968;
}
.item-box2 {
	height: 178px;
	background: #002968;
}
.home .item-box {width: 426px;}
.inner-box {
	background: #163b75;
	color: #FFF;
}
.testim-box {
	margin-bottom: 0;
	background: #CCC;
}
.thumbs {
	float: left;
	width: 65px;
	margin-top: 0;
	text-align: center;
	padding-bottom: 4px;
}
.home .thumbs
{
    width: 158px;
}

.thumbs A {display: block;}
.thumbs IMG {
	display: block;
	padding-bottom: 2px;
}

.home .thumbs IMG {
	display: inline;
	padding-bottom: 2px;
}

.photo {
	float: left;
	width: 326px;
	margin-top: 0;
	text-align: center;
	background: #163b75;
	padding: 4px;
}
.photo IMG {display: block;}
.item-info {
	float: left;
	width: 343px;
	margin-left: 6px;
}

.item-title {
	position: relative;
	font-size: 18px;
	margin-top: 0;
}
.item-title H2 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
}
.stars {
	position: absolute;
	display: block;
	right: 4px;
	bottom: 3px;
	width: 70px;
	height: 11px;
}
.s5 {background: url(../images/stars.png) no-repeat 0 0;}
.s4 {background: url(../images/stars.png) no-repeat 0 100%;}

.item-desc {
	overflow: hidden;
	height: 127px;
}
.item-info .btn {margin-top: 6px;}

.footer {
	/*position: absolute;*/
   bottom: 0;
   height: 15px;
   width: 883px;
	clear: both;
	float: none;
	font-size: 12px;
	color: #676767;
	padding: 28px 6px 24px;
	margin: 0 0 50px;
	min-height: auto !important;
}

/*����������������������������*/

/* HOME PAGE � LOGIN FORM
���������������������������*/
FORM.login {
	height: 242px;
	position: relative;
	padding: 6px;
	margin-bottom: 6px;
	background: #D7D7D7 url(../images/home-login-pic.jpg) no-repeat 50% 50%;
}
FORM.login FIELDSET {
	width: 345px;
	height: 190px;
	position: absolute;
	top: 32px;
	left: 39px;
	/*margin: 26px 0 0 33px;*/
}
FORM.login TABLE {
	width: 248px;
	margin: 15px 0 20px;
}
FORM.login COL.labels {width: 70px;}
FORM.login COL.inps {width: 160px;}

FORM.login INPUT.inp-text {width: 160px;}
FORM.login A.btn {
	float: left;
}
A.psw-rmnd {
	color: #bf065d;
	font-size: 11px;
	line-height: 23px;
	float: left;
	margin-left: 5px;
}
/*����������������������������*/

/* REGISTRATION FORM
���������������������������*/
FORM.register {
	height: 400px;
	position: relative;
	margin-bottom: 6px;
	background: url(../images/register-form-pic.jpg) no-repeat 50% 50%;
}
FORM.register FIELDSET {
	width: 339px;
	height: 364px;
	position: absolute;
	top: 18px;
	left: 106px;
}
FORM.register COL.labels {width: 128px;}
FORM.register COL.inps {width: 193px;}

FORM.register .inp-text {
	width: 184px;
	margin: 0 0 0 4px;
}
FORM.register A.btn {
	float: right;
	margin-right: 6px;
}
TR.captcha TD {height: 52px;}
TR.captcha LABEL {
	font-size: 13px;
	vertical-align: top;
	padding: 0;
}
.captcha INPUT.inp-text {
	width: 68px;
	float: left;
	margin: 16px 0 0 10px;
}
.captcha DIV.img-box {
	position: relative;
	width: 110px;
	height: 52px;
	float: left;
	text-align: center;
}
DIV.terms {padding-left: 6px;}
DIV.terms LABEL.chk-terms {
	font-size: 12px;
	line-height: normal;
}
A.terms {
	color: #bf065d;
	font-size: 12px;
}
/*���������������������������*/

/* INTERNAL PAGE � TWO COLUMN LAYOUT
��������������������������������������*/
.internal .content {
	clear: both;
	padding: 0 6px;
}

.col-left {
	float: left;
	background: #f4f4f2;
	width: 256px;
	position: relative;
}
.voucher-box {
	width: 170px;
}
.voucher-01, .voucher-02 {
	width: 170px;
	height: 42px;
	padding-top: 208px;
}
.voucher-01 {margin-top: 6px;background: url(../images/gift-voucher-01.jpg) no-repeat 0 0;}
.voucher-02 {background: url(../images/gift-voucher-02.jpg) no-repeat 0 0;}
.voucher-box DIV .btn {margin: 0 auto;}
.col-right {
	float: right;
	/*width: 695px;*/
}
/*�������������������������������*/

/* HOTEL PAGE � DETAILS
��������������������������*/
.col-left H1 {padding: 0;}
.tab-header {
	position: relative;
	float: left;
	height: 37px;
	margin-left: 6px;
	background: url(../images/tab-bg.gif) repeat-x 0 0;
}
.tab-header H1 {
	padding: 0 6px;
	height: 37px;
	line-height: 37px;
	color: #FFF;
	font-size: 18px;
	text-indent: 0;
}

.booking-box {
	margin-bottom: 12px;
	clear: both;
	padding: 0;
	display: block;
}
.booking-box TABLE {
	width: 100%;
	margin-bottom: 6px;
}
.booking-box TD.label {
	vertical-align: bottom;
	height: 30px;
	padding-bottom: 3px;
}
.booking-box TD.fields {
	vertical-align: middle;
}
.booking-box SELECT {width: 40px;}
.booking-box .btn {
	margin: 7px 0 0;
}
.booking-box LABEL {
	color: #FFF;
	text-transform: lowercase;
}
.booking-box SELECT {float: left;margin-right: 3px;}
A.btn-calendar {
	display: block;
	padding: 3px;
	width: 18px;
	height: 18px;
	float: left;
}
A.btn-calendar IMG {
	display: block;
}

.wrap-internet-rate {
	padding: 0 6px;
}

.internet-rate {
	text-align: center;
	text-transform: lowercase;
	font-size: 24px;
	margin-bottom: 0;
	position: relative;
}

.internet-rate A {
	display: block;
	width: 100%;
	color: #5C7AA9;
	text-decoration: none;
}
.internet-rate EM {
	display: block;
	font-style: italic;
	color: #FFF;
	margin-top: -8px;
}
.testim-box H1 {
	padding: 12px 0 12px;
	text-indent: 10px;
	margin: -6px -6px 6px;
	background: #B8B8B8;
	color: #FFF
}
.testim-box P {
	padding: 4px;
	margin-bottom: 2px;
	font-style: italic;
}
.testim-box P.name {font-style:normal;}

.hotel .col-right {width: 616px;}
.hotel .col-right .cont{padding: 6px;}
.hotel .item-box {
	height: auto;
	padding: 0px;
	position: relative;
	display: block;
	left: 0px;
	top: 0px;
}
.photo-gallery {
	padding: 0px;
}
.wrap-photo-gallery {
	padding: 6px;
}

IMG.photo {
	display: block;
	float: none;
	width: auto;
	height: auto;
	border: 4px solid #163b75;
	margin: 0 auto 5px;
	padding: 0;
}
A.thumb {
	float: left;
	width: 60px;
	height: 60px;
	padding: 5px;
	background: #163b75;
	margin-right: 5px;
}
A.thumb IMG {
	display: block;
	padding: 0;
}
.hotel .item-title {margin-bottom: 6px;}
.hotel .item-desc {
	float: left;
	width: 335px;
	height: 140px;
	margin: 0 6px 0 0;
}
.hotel .item-desc P {height: 143px;}
.gmap {
	float: left;
	position: relative;
	width: 245px !important;
	height: 152px;
	background: url(../images/gmap-bg.png) no-repeat 50% 50%;
}
/*����������������������������������*/

/* USER PROFILE
����������������*/
.profile-box {
	margin: 0 auto 18px;
	background: #FFF;
	border: 1px solid #E8E8E8;
}
.my-orders, .my-friends, .my-credit {
	padding: 0;
}
.my-account {width: 360px;}
.my-friends {width: 460px;}
.my-credit  {width: 535px;}

.my-account .inp-my-accoun {
	width: 220px;
	margin-left: 0px;
}
.my-account .inp-inv-link-edit,
.my-account .inv-link-cancel {
	display: none;
}

.sel-country {width: 100%;}

.profile-box TABLE {
	color: #656565;
	text-align: center;
	width: 100%;
}
.profile-box TABLE TH {
	height: 39px;
	font-size: 16px;
	text-transform: lowercase;
	background: url(../images/table-head-bg.png) repeat-x 0 0;
	border-left: 1px solid #E8E8E8;
}
.profile-box TABLE TD {
	height: 30px;
	border-left: 1px solid #E8E8E8;
	font-size: 14px;
}
.my-account TABLE {
	text-align: left;
}
.my-account TABLE TD {
	height: auto;
	border: none;
}
#user_data_update COL.labels {width: 120px;}
#user_data_update COL.inps {width: 240px;}
.orders_table COL.hotel {width: 260px;}
.orders_table COL.date {width: 100px;}
.orders_table COL.amount {width: 100px;}
.orders_table COL.status {width: 210px;}
.orders_table COL.action {width: 223px;}

.credits_table COL.date {width: 100px;}
.credits_table COL.amount {width: 100px;}
.credits_table COL.reason {width: 335px;}
/*.credits_table COL.reason {width: 235px;}
.credits_table COL.total {width: 100px;}*/

/*����������������������������������*/

/* RECOMMEND TO A FRIEND
��������������������������*/
.rec2friend {
	margin-top: 30px;
}
.rec2friend H1 {
	color: #002e7d;
	font-size: 16px;
	padding: 5px 0;
	text-align: left;
	text-indent: 16px;
}
.invite-form {
	width: 571px;
	padding: 15px;
}
	.t-invite-form  {
		border-spacing: 0;
		margin-top: 10px;
	}
	TABLE.t-invite-form TD {
		text-align: left;
		border: 0 none;
		padding: 3px 0;
		/*height: 29px;*/
	}
	.t-invite-form .labels {width: 100px;}
	.t-invite-form .inps {width: 471px;}
	.ta-471x141 {
		width: 465px;
		height: 135px;
		padding: 3px;
		background: transparent url(../images/textarea-bg-471x141.png) no-repeat 0 0;
		border: 0 none;
	}
.invite-btns {
	padding: 15px;
	vertical-align: top;
}
H1.profile-box {
	background: url(../images/table-head-bg.png) repeat-x 0 0;
	height: 39px;
	line-height: 39px;
	padding: 0;
	text-indent: 12px;
	margin-bottom: 6px;
}

/*����������������������������������*/

/* BUTTON BIG ��H=40px
�����������������������*/
A.btn-big {
	display: block;
	width: 128px;
	height: 40px;
	font-size: 18px;
	text-transform: lowercase;
	color: #FFF;
	text-align: center;
	line-height: 40px;
}
A.btn-big:hover {text-decoration: none;}
	A.btn-big SPAN {
		display: block;
		height: 40px;
		float: left;
		background-image: url(../images/btn-big-sprite.png);
		cursor: pointer;
	}
	A.btn-big .l, A.btn-big .r {
		width: 3px;
		background-repeat: no-repeat;
	}
	A.btn-big .l {background-position: 0 0;}
	A.btn-big .r {background-position: 0 -80px;}
	A.btn-big .c {background-position: 0 -40px;
		background-repeat: repeat-x;
		width: 122px;
	}
/*���������������*/

/* LAST RULES
����������������*/
.brand-mdnblue {color: #00316e;} /* ~003366 midnight blue ��polunochno-sinij */
.brand-cerise, .rq /*=required*/ {color: #BF065D;} /* ~de3163 cerise ��svetlo-vishnevyj */
h2.booking-title {
    color:#BF065D;
    font-size:16px;
    font-weight:bold;
    padding:14px 0;
    text-indent:0px;
    text-transform:none;
}
.services-bg, .services-bg p {
    font-size: 16px;
    color: #5C5C5C;
}
.hotel_subtitle {
    color: #BF065D;
    font-size: 15px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 2px;
}
