/* 
Document   : __NAME__
Created on : __DATE__, __TIME__
Author     : __USER__
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.infoText {
	color: #043345;
	font-weight: bold;
}

/*header begin---------------------------------------------------------------*/
#header{
   padding:0;
   background:red;
   background-image: url(/img/user/newHeader222.jpg);
   background-repeat: no-repeat;
   width:806px;
   height:118px;
   margin-bottom:10px;
}

a {
	color: #043345;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	font-family: tahoma, sans-serif;
	background-color: #f0f1e3; /*  background-image: url(../img/bodyBackgraund.jpg);*/
	background-repeat: repeat-x;
	margin: auto;
}

#marginAuto {
	margin: auto;
	padding: 0;
	height: auto;
	width: 806px;
}

#contecst {
	float: left;
	clear: both;
	background-color: #f6f6ee;
	padding: 10px;
	margin: auto;
	width: 806px;
	border: 1px solid #bbbbb1;
	border-top-width: 0;
	padding-top: 8px;
}

/*login begin------*/
#logotip {
	background-color: #fff;
	margin: 0;
	margin-left: 24px;
	margin-top: 5px;
	padding: 0;
	float: left;
}

#logotip a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#logotip img {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

/*login end--------*/
/*menu begin-------*/
#menu {
	float: right;
	margin-top: 90px;
	margin-right: 5px;
}

#menu a {
	margin: 0;
	padding: 0;
	color: #154578;

	font-size: 14px;
	font-weight: bold;
	margin-right: 22px;
	text-decoration: none;
	display: block;
	float: left;
}

#menu img {
	margin-top: 4px;
	background-color: #fff;
	border: 0;
}

/*--- menu end---------*/
/*-- header begin---------------------------------------------------------------*/
/*--- main begin ----------------------------------------------------------------*/
#main {
	background-color: #f6f6ee;
	float: left;

	margin: 0;
	margin-left: 26px;
	padding: 0;
	width: 639px;
}

#main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

/*history begin--------------*/
.history {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	width: 636px;
	height: 31px; /*background-color :red;*/
	float: left;
	border-bottom: 1px solid #6d7b0a;
}

.history span {
	color: #6d7b0a;
	font-weight: bolder;
	font-size: 11px;
	float: left;
	display: block;
	margin-top: 11px;
	margin-left: 8px;
}

.history .print {
	display: block;
	float: right;
	margin-right: 21px;
	margin-top: 12px;
}

.history .print img {
	border: 0;
}

/*history end -----------------------*/
/*table 1,2begin --------------------*/
#table1 {
	background-color: #f6f6ee;
	float: left;
}

#table1 table {
	border-collapse: collapse;
	float: left;
	margin-top: 8px;
}

#table1 table th {

	color: #010000;
	font-weight: bolder;
	font-size: 11px;
	width: 100px;
	background-color: #ecedce;
}

#table1 table tr {


	font-size: 11px;
	height: 30px;
}

#table1 table  tr td {
	color: #010000;
	width: 170px;
	text-align: center;
	border-bottom: 1px solid #e5e5cb;
}

#pagination {
	background-color: #f6f6ee;
	border-bottom: 1px solid #e5e5cb;
	clear: both;
	float: left;
	height: auto;
	width: 637px;
}

#pagination div {
	float: left;
	margin-left: 20px;
	margin-top: 4px;
}

#pagination div span a {
	color: #043345;
	display: block;
	float: left;

	font-size: 11px;
	font-weight: bolder;
	height: auto;
	margin-right: 10px;
	padding-bottom: 3px;
	padding-top: 7px
}

#pagination div a {
	color: #043345;
	display: block;
	float: left;

	font-size: 11px;
	font-weight: bolder;
	height: auto;
	margin-right: 10px;
	padding-bottom: 3px;
	padding-top: 7px
}

#pagination div span.current {
	font-weight: normal;
	font-size: 11px;
	color: #000;
	display: block;
	float: left;

	height: auto;
	margin-right: 10px;
	padding-bottom: 3px;
	padding-top: 7px
}

#table2 {
	background-color: #f6f6ee;
	float: left;
	padding: 0;
}

#table2 .bestRoom {
	border-bottom: 1px solid #6d7b0a;
	float: left;
	margin-top: 30px;
	padding: 0;
	padding-bottom: 9px;
	width: 636px;
}

#table2 .bestRoom label {
	color: #6d7b0a;
	font-size: 12px;
	font-weight: bolder;
	margin-left: 20px;

}

#table2 table {
	border: 1px solid #e7e7db;
	border-collapse: collapse;
	float: left;
	margin-left: 4px;
	margin-top: 20px;
	width: 152px
}

#table2 table tr {

}

#table2 table tr td {

	font-size: 11px;
	font-weight: bolder;
	background-color: #f3f2e0;
}

#table2 #the_best tr td, #table2 #the_best tr td label, #table2 #the_best tr td a, #table2 #the_best tr td span {
	background-color: #ffcc66;
}

#table2 table tr td span {

	font-size: 11px;
	font-weight: normal;
	padding-left: 3px;
	background-color: #f3f2e0;
}

#table2 table tr td a {
	display: block;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 5px;
	background-color: #f3f2e0;
	color: #043345;
}

#table2 table tr td label {
	margin-left: 20px;
	background-color: #f3f2e0;
}

#table2 table tr td img {
	background-color: #e5e5cb;
	border: 3px solid #b4b492;
	margin-left: 20px;
	margin-top: 20px;
	padding: 1px;
}

/*table 1,2 end----------------------*/
/*main end ----------------------------------------------------------------*/
/*sidebar begin -----------------------------------------------------------*/
#sidebar {
	padding: 0;
	background-color: #f6f6ee;
	width: 138px;
	height: auto;
	float: left;
}

/*sidebarMenu begin  ------------*/
#sidebarMenu {
	background-color: #f6f6ee;
	float: left;
	padding: 0;
	width: 138px;
}

#sidebarMenu ul {
	float: left;
	padding: 0;
	margin: 0;
	width: 138px;
	list-style-type: none;
}

#sidebarMenu li {
	float: left;
	background-color: #f6f6ee;
	border-bottom-color: #a9aa9a;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 32px;
	padding: 0;
	width: 138px;
}

#sidebarMenu li div {
	background-color: #f6f6ee;
	float: left;
	height: 28px;
	margin-top: 4px;
	width: 138px;
}

#sidebarMenu li a {
	background-color: #f6f6ee;
	color: #043343;
	display: block;

	font-size: 11px;
	font-weight: bold;
	height: auto;
	padding: 0;
	padding-bottom: 3px;
	padding-top: 7px;
	text-decoration: none;
	width: auto;
}

#sidebarMenu li a:hover {
	color: #6d7b0a;
}

#sidebarMenu li a img {
	border: 0;
}

#sidebarMenu .currentLink {
	color: #6d7b0a;
}

/*sidebarMenu end  ------------*/
/*sidebarMenu sub menu begin --*/
#sidebarMenu .subMenu {
	float: left;
	background-color: #f6f6ee;
	border-bottom-color: #a9aa9a;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 20px;
	padding: 0;
	width: 138px;
}

#sidebarMenu .subMenu  div {
	background-color: #f6f6ee;
	float: left;
	height: 16px;
	margin-top: 1px;
	width: 138px;

}

#sidebarMenu .subMenu  a {
	background-color: #f6f6ee;
	color: #043343;
	display: block;

	font-size: 11px;
	font-weight: bold;
	height: auto;
	margin-left: 39px;
	padding: 0;
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: none;
	width: auto;
}

#sidebarMenu .subMenu li a:hover {
	color: #6d7b0a;
}

/*sidebarMenu sub menu end --*/

/*searh begin----------------*/
#search {
	background-color: #f6f6ee;
	float: left;
	height: auto;
	margin-top: 20px;
	padding: 0;
	width: 138px;
	padding-bottom: 10px;
}

#search ul {
	float: left;
	padding: 0;
	margin: 0;
	width: 138px;
	list-style-type: none;
}

#box2 {
	background-color: #ecedce;
	border-color: #ecedce;
	border-style: solid;
	border-width: 5px;
	color: #ffffff;
	float: left;
	padding: 0;
	width: 100%;
}

#box2 a {
	font-weight: bold;
	background-color: #ecedce;
	color: #043343;
	display: block;

	font-size: 12px;
	font-weight: bold;
	height: auto;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: auto;

}

#box2 .left {
	border-right-color: #043343;
	border-right-style: solid;
	border-right-width: 1px;
	padding-bottom: 2px;
	padding-left: 19px;
	padding-right: 8px;
	padding-top: 2px;
}

#box2 .right {
	border-left-color: #043343;
	border-left-style: solid;
	border-left-width: 1px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 19px;
	padding-top: 2px;
}

#search li {
	float: left;
	height: auto;
	padding: 0;
	width: 138px;
}

#searchHeader, #sideContactHeader {
	float: left;
	width: 138px;
	border-bottom-color: #575a15;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#search li #searchHeader label, #sideContactHeader label {
	background-color: #f6f6ee;
	color: #575a15;
	display: block;

	font-size: 11px;
	font-weight: bold;
	height: auto;
	margin-left: 8px;
	margin-top: 27px;
	padding-bottom: 8px;
	padding: 0;
	width: auto;
}

#search li label {
	background-color: #f6f6ee;
	display: block;
	float: left;

	font-size: 11px;
	margin-left: 6px;
	margin-top: 12px;
}

#search li select {
	float: right;
	margin-right: 9px;
	height: 18px;
	border: 1px solid #bbbdb2;
	width: 120px;
	margin-top: 10px;
}

#search li select option {
	height: 18px;
	border: 1px solid #bbbdb2;
	width: 120px;
}

#search li input {
	border-bottom-color: #bbbdb2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #bbbdb2;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #bbbdb2;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #bbbdb2;
	border-top-style: solid;
	border-top-width: 1px;
	float: right;
	height: 18px;

	margin-top: 10px;
	width: 75px;
}

#search li img {
	margin-left: 8px;
	margin-top: 15px;
}

/*searh end----------------*/

#searchButtom {
	width: auto;
	padding-left: 8px;

}

#searchButtom .search {
	background: #aaaa78;
	border: 1px solid #bcbcb2;
	color: #fff;
	float: left;
	height: 19px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 4px;
	margin-top: 8px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	width: 100%;
}

#searchButtom .clear {
	background: #aaaa78;
	border: 1px solid #bcbcb2;
	color: #fff;
	float: left;
	height: 19px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 8px;
	padding-bottom: 0;
	padding-left: 3px;
	padding-right: 0;
	padding-top: 0;
	width: 58px;
}

#searchFooter {
	margin-top: 15px;
	float: left;
	width: 138px;
	text-align: center;
	border-bottom-color: #e5e5cb;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 30px;
}

#searchFooter a {
	color: #2b464f;
	font-size: 11px;
	font-weight: bold;
	text-align: center;

}

/*search -------------------------*/
/*sidebar end --------------------------------------------------------*/
/*----details begin---------------------*/
#view {
}
#view div {
}
#details {
	font-size: 11px;
	margin-left: 25px;
	float: left;
	display: block;
}

#details p {
	margin-right: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
	width: 300px;
	clear: left;
}

#details p#subm {
	padding-top: 10px;
	padding-left: 10px;
	margin-left: 10px;
}

#details #send input#submit {
	width: 60px;
}

#details #send input, #details #send select {
	width: 125px;
}

#details #send #OfferPhoneNumber {
	width: 96px;
}

#details #someerror ul {
	padding: 10px;
}

#details #someerror h2 {
	color: red;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}

#send input.form-error {
	background-color: orangered;
	color: white;
	font-weight: bolder;
}

#details label {
	font-weight: bolder;
	margin-top: 0;
	margin-bottom: 4px;
	width: 150px;
	float: left;
}

#details #searchForm {
}

#details #searchForm span {
	margin-top: 0;
}

#details #searchForm #rooms {
	
}

.clear {
	clear:both;
}

/*----details end---------------------*/
/*----gallery begin---------------------*/
#gallery {
	float: right;
	width: 160px;
	margin-right: 25px;
}
#gallery a {
	padding: 0;
	margin: 0;
}

#gallery a img {
	background: #b4b492;
	border: 1px solid #e5e5c9;
	padding: 3px;
	width: 65px;
	height: 65px;
}

/*----gallery end---------------------*/
/*---- abaut begin-----------------------*/
#abaut {
	float: left;
	width: 405px;
	margin-left: 10px;
}

#abaut h1 {
	margin: 0;
	padding: 0;
	width: 405px;
	float: left;

	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

#abaut p {

	font-size: 13px;
	width: 415px;
	float: left;
	display: block;
	font-weight: normal;
	margin-bottom: 20px;
}

/*---- abaut end-----------------------*/
/*---- tikslai begin-----------------------*/
#tikslai {
	float: left;
	width: 405px;
	margin-left: 10px;
}

#tikslai h1 {
	margin: 0;
	padding: 0;
	width: 405px;
	float: left;

	font-size: 13px;
	font-weight: bold;
	margin-bottom: 20px;
}

#tikslai ul {
	width: 415px;
}

#tikslai li {

	font-size: 13px;
	font-weight: normal;
	width: 415px;
}

/*---- tikslai end-----------------------*/
/*---- contact begin-----------------------*/
#contact {
	width: 190px;
	float: right;

	font-size: 13px;
}

#contact h1 {
	margin: 0;
	padding: 0;
	float: right;
	width: 190px;

	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

#contact ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 190px;
	margin-bottom: 20px;
}

#contact li {
	float: right;
	width: 190px;

	font-size: 13px;
	font-weight: normal;
	margin-bottom: 3px;
}

#contact li a {

	font-size: 13px;
	font-weight: bolder;
}

#contact img {
	border: 4px solid #ecedce;
}

/*---- contact end-----------------------*/
#footer {
}

#ads {
	text-align: center;
}