@CHARSET "UTF-8";
body {
	margin:0;
	padding:0px;
	background-color:#090F1E;
	background-image: url("../img/layout/body-bg.png");
	background-repeat: repeat-x;
}
* {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:12px;
}
img {
	border:none;
}
a:link,
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
hr {
	height:0;
	border:0;
	border-top:1px solid #615C01;
	margin-top:5px;
	margin-bottom:5px;
}
h1,
h2,
h3 {
	margin:0;
	padding:0;
	margin-top:3px;
	margin-bottom:5px;
}
h1 {
	margin:10px;
	margin-top:10px;
	margin-bottom:15px;
	font-size:16px;
	color:#146fca;
	font-size:18px;
	font-weight:bold;
}
h2 {
	margin-top:5px;
	margin-bottom:15px;
	font-size:14px;
	color:#146fca;
}
form {
	margin:0;
	padding:0;
}
form input,
form textarea,
form select {
	background-color:#FFFFFF;
}
table {
	empty-cells:show;
}
thead {
	background-color:#D2D2D2;
	font-weight:bold;
	color:#000000;
}
tfoot {
	background-color:#D2D2D2;
	font-weight:bold;
	color:#000000;
}
pre {
	background-color:#D2D2D2;
	padding:5px;
	border:dashed 1px #000000;
	margin-top:10px;
	margin-bottom:10px;
}
/*  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */

.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0;
	width:0;
}

div.loading {
	width:16px;
	height:16px;
	background-image:url(/img/loading.gif);
	background-repeat:no-repeat;
	visibility:hidden;
}

/**************************************************/
/* MAIN STRUCTURE */

#header {
	width:1000px;
	margin:auto;
}

#overall {
	width:1000px;
	margin:auto;
}
#contentframe {
	width:1080px;
	margin:auto;
	background-image: url(/img/layout/bg-content.png);
	background-repeat:no-repeat;
}
#maincontent {
	width:942px;
	margin:auto;
	background-image: url(/img/layout/bg-border.png);
	background-repeat:repeat-y;
	background-color: #ffffff;
}
#contentmask {
	background-image: url(/img/layout/bg-content-mask.png);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
}
#topmenu {
	width:942px;
	margin:auto;
	height:36px;
	padding-top:10px;
	text-align: center;
}
#topmenu li {
	display:inline;
	background-image:url("../img/layout/menu-separator.gif");
	background-repeat: no-repeat;
	padding-right:5px; 
	padding-left:7px; 
}
#topmenu li:first-child {
	background-image: none;
}
#topmenu a,
#topmenu a:visited {
	color:#ffffff;
	font-size:12px;
	margin-left:5px;
	margin-right:5px;
	font-weight: bold;
}

#middle {
	min-height:400px;
	margin:auto;
}

/*==========================*/
#left {
	float:left;
	width:362px;
	margin-right:1px;
}
#content {
	float:left;
	width:550px;
	margin-left:11px;
	min-height:200px;
	padding-bottom:30px;
}
#right {
	float:right;
	width:199px;
	border-top:solid 1px #cdc0a5;
}
#footer {
	width:944px;
	margin:auto;
	position:relative;
	margin-bottom:5px;
	padding-bottom:5px;
}
#footer .hd {
	position:absolute;
	top:0px;
	right:0;
}
#footer .hd a,
#footer .hd a:visited {
	color:white;
	font-size:10px;
}
/**************************************************/

#left h3,
#right h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#a37545;
	font-weight:normal;
}
#left h3 {
	color:#1370cd;
}

#login {
	margin-bottom:0px;
	margin-top:0px;
	padding:5px;
	position:relative;
	background-color:#e3dbc6;
	border-top:solid 1px #cdc0a5;
	border-bottom:solid 1px #cdc0a5;
}
#login label {
	display:block;
	margin-top:2px;
	margin-bottom:3px;
	color:#654940;
}
#login .bottom {
	padding-top:5px;
	position:relative;
	height:15px;
}
#login .bottom div {
	position:absolute;
	right:0;
	bottom:0;
}
#login input {
	width:180px;
	border: 1px solid #b9b9b9;
	margin-top:3px;
	margin-bottom:3px;
	padding-left:2px;
}
#login input.submit {
	height:auto;
	width:auto;
	color:#331a1a;
	text-decoration:underline;
	border:none;
	background-color:transparent;
	margin-top:10px;
	margin-bottom:10px;
	display:block;
	padding:0;
}
#login a,
#login a:visited {
	font-size:11px;
	color:#1370cd;
}
/****************************************************/

.qsearch {
	background-image: url("../img/layout/bg-search.png");
	background-repeat: no-repeat;
	position:relative;
}
.qsearch * {
	font-size:11px;
	color:#654940;
}
.qsearch h3 {
	padding-left:53px;
	padding-top:15px;
	padding-bottom:15px;
}
.qsearch .top {
	float:left;
	padding-top:15px;
	padding-left:38px;
	padding-right:28px;
}
.qsearch label {
	display:block;
	margin-top:0px;
	margin-bottom:1px;
}
.qsearch input,
.qsearch select {
	height:23px;
	border:none;
}
.qsearch input {
	padding-left:3px;
	padding-top:5px;
	width:40px;
	margin-bottom:2px;
	background-image: url("../img/layout/input-bg.png");
	background-repeat: no-repeat;
	background-color: transparent;
}
.qsearch #byfacilities input {
	width:auto;
	height:auto;
	background-image: none;
	padding:0;
	margin-bottom:0px;
}
.qsearch select {
	height:18px;
}
.qsearch label.name {
	position:relative;
	width:295px;
	height:25px;
	padding-top: 5px;
	margin-bottom:3px;
}
.qsearch label.name input {
	position: absolute;
	top:0px;
	right:0px;
	width:215px;
	padding-right: 5px;
}

/* select category drop list */
.qsearch .selectcat {
	float:left;
	width:160px;
	margin-bottom:5px;
}
.qsearch .selectcat label {
	float:left;
	width:72px;
	padding-top:5px;
}
.qsearch .selectcat div {
	background-image: url("../img/layout/select-bg-categ.png");
	background-repeat: no-repeat;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	text-align:right;
	width:80px;
}
.qsearch .selectcat select {
	width:75px;
}

/* select no of stars drop list */
.qsearch .selectstars {
	float:left;
	width:135px;
	margin-bottom:5px;
}
.qsearch .selectstars label {
	float:left;
	width:50px;
	padding-top:5px;
}
.qsearch .selectstars div {
	background-image: url("../img/layout/select-bg-categ.png");
	background-repeat: no-repeat;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	text-align:right;
	width:83px;
}
.qsearch .selectstars select {
	width:75px;
}

.qsearch .price,
.qsearch .price .name,
.qsearch .price label,
.qsearch .selectcur {
	float:left;
}
.qsearch .price  {
	width:295px;
}
.qsearch .price label input {
	margin-left:5px;
	margin-right:5px;
	width:40px;
}
	
.qsearch .price .name {
	padding-top:5px;
	width:73px;
}
.qsearch .price .selectcur {
	background-image: url("../img/layout/select-bg-categ.png");
	background-repeat: no-repeat;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	width:55px;
	margin-right:2px;
	float:right;
	text-align: right;
}
.qsearch .price .selectcur select {
	width:53px;
}
.qsearch input.submit {
	height:26px;
	width:82px;
	color:#ffffff;
	border:none;
	background-color:transparent;
	background-image: url("../img/layout/search-btn-bg.png");
	background-repeat: no-repeat;
	position:absolute;
	bottom:0px;
	right:8px;
	
}
.qsearch #s_price,
.qsearch #s_star_from,
.qsearch #s_star_to {
	width:60px;
	position:absolute;
	right:5px;
}
.qsearch #s_price_from,
.qsearch #s_star_from {
	right:75px;
}
.qsearch #s_price {
	width:56px;
}
.qsearch .facilities input {
	width:auto;
	border:none;
	background-color:transparent;
}
.qsearch fieldset {
	border:none;
}
/***********************************************/
#menu {
	margin-top: 12px;
	margin-right: 12px;
	margin-left: 33px;
}
#menu a,
#menu a:visited {
	font-size: 12px;
	color: #3D3D61;
	padding-left: 0px;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	display:block;
	font-family: verdana, arial, helvetica, sans-serif;
}
#menu a:hover {
	text-decoration:underline;
}
#menu div {
	padding-bottom:5px;
	padding-top:3px;
	margin-left: -9px;
}
#menu div a,
#menu div a:visited {
	font-size: 12px;
	padding-left: 25px;
	padding-top:0px;
	padding-bottom:2px;
	text-transform: none;
}
#menu div a:hover {

}

/* -------------------------------------------------------------------- */
/*	paginare	*/

.pagination {
	padding:10px;
	font-size:12px;
}
.pagination .results {
	float:left;
	padding-top:3px;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}
.pagination .container {
	float:left;
	margin-left:100px;
}
#content .pagination span,
#content .pagination a:link,
#content .pagination a:visited {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	display:block;
	border: solid 1px #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	float:left;
	margin-right:2px;
	color:#2178CF;
}
.pagination span {
	background-color:#EAE4D5;
}

.pagination a:hover {
	text-decoration:none;
	background-color:#EAE4D5;
}
/* -------------------------------------------------------------------- */


/* images in admin area */
#admin_item_list {
	position:relative;
	width:580px;
}
#admin_item_list div.item {
	float:left;
	position:relative;
	text-align: center;
	margin:3px;
	padding:2px;
	width:155px;
	background-color:#F5F5F5;
}
#admin_item_list div.item hr {
	border-top-color:#D4D4D4;
}
#admin_item_list div.item div {
	height:155px;
	width:155px;
}
#admin_item_list img {
	border:solid 1px #CCCCCC;
	padding:1px;
}
#admin_item_list button {
	border:solid 1px #787878;
	font-size:9px;
	padding:0px;
	padding-left:2px;
	padding-right:2px;
	color:#787878;
	margin:1px;
}
#admin_item_list textarea {
	height:30px;
	border:solid 1px #cacaca;
	color:#787878;
}
#admin_item_list div.item div.area {
	height:70px;
	font-size:10px;
	color:#787878;
}
#admin_item_list div.item div.edit_area {
	height:45px;
}
/*----------------------------------------*/

/* user admin section - sorting images */
#boxes {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position:relative;
}
#boxes li {
	cursor: move;
	float: left;
	margin: 2px;
	width: 155px;
	height: 155px;
	border: 1px solid #A4A4A4;
	text-align: center;
	padding:1px;
	background-color: #E6E6E6;
}
/*----------------------------------------*/

#confirm_delete {
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
}
#confirm_delete input {
	border:solid 1px #af070c;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
	margin-left:30px;
}
/*----------------------------------------*/

#admin_items_form {
	position:relative;
}
#admin_items_form label {
	position:relative;
}
#admin_items_form label.default {
	height:25px;
	display:block;
	width:500px;
	margin-bottom:3px;
}
#admin_items_form label.default input,
#admin_items_form label.default select {
	position:absolute;
	top:0;
	left:120px;
}
#items_desc_form h3,
#admin_items_form h3,
.items_desc_form h3 {
	padding:3px;
	background-color:#F9F2C8;
	margin-top:15px;
	margin-bottom:10px;
	border-bottom:dashed 1px #E8CB28;
}
#admin_items_form textarea {
	width:100%;
}
#admin_items_form .clasification .no label {
	display:block;
}
#admin_items_form .clasification .stars {
	width:180px;
	float:left;
}
#admin_items_form .clasification .no {
	float:left;
	width:200px;
}
#admin_items_form .prices .item label {
	display:block;
}
#admin_items_form .prices .item {
	float:left;
	margin-right:25px;
}
/***********************************************/
#zones_selector div {
	display:inline;
}

/*******************************************************************/
.tableRow1 {
	background-color:#E1EBBE;
}
.tableRow2 {
	background-color:#F9FAFB;
}
.tableRow3 {
	font-style: italic;
	color:#6E6E6E;
}
.tableRow4 {
	color:#EC0000;
	background-color:#FFF9D9;
}
.tableRow1_o, .tableRow2_o {
	background-color:#FFFFFF;
	cursor:pointer;
	cursor:hand;
}
.tableRow3_o {
	font-style: italic;
	background-color: #DF0000;
	color:#FFFFFF;
}
/*******************************************************************/
#admin_item_main_details {
	position:relative;
	border:1px solid #615C01;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:2px;
	padding-left:5px;
	background-color:#fceca8;
	border-bottom:none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
}
#admin_item_main_details img {
	margin-left:5px;
	margin-right:5px;
	padding:2px;
/*	border:solid 1px #8FA934;*/
	position:relative;
}
#admin_item_main_details h2 {
	margin-bottom:7px;
	color:#6A7838;
	font-size:14px;
}
#admin_item_main_details p {
	margin-top:2px;
	margin-bottom:3px;
}

/* item admin actions */
#item_actions {
	position:relative;
	border:1px solid #615C01;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:2px;
	padding-left:5px;
	background-color:#fceca8;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-bottomright: 5px;
}
#item_actions_selected,
#item_actions div a:link,
#item_actions div a:visited {
	padding:3px;
	float:left;
	border:solid 1px #615C01;
	margin-right:3px;
	margin-bottom:3px;
	display:block;
	font-size:11px;
	background-color:#FF5B26;
	color:#ffffff;
	width:95px;
	position:relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#item_actions_selected {
	position:relative;
}
#item_actions div a:link,
#item_actions div a:visited {
	background-color:#FCE587;
	color:#000000;
	text-decoration:none;
	font-size:11px;
}
#item_actions div a:hover {
	background-color: #FFFFFF;
}

/*------------------------------------------------*/

#messages {
	margin-top:5px;
	margin-bottom:5px;
	border:dashed 1px #006699;
	padding:5px;
}
#messages p {
	margin:0;
	padding:0;
	margin-bottom:2px;
	margin-top:2px;
}
#messages .info {
	color:#000066;
}
#messages .error {
	color:#CC0033;
}

.msg_error {
	margin-top:5px;
	margin-bottom:5px;
	border:dashed 1px #006699;
	padding:5px;
	color:#CC0033;
}

#items_desc_form label,
.items_desc_form label {
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	display:block;
}
#items_desc_form label.textarea,
#items_desc_form label.textarea {
	background-color:#FCECA8;
	border:solid 1px #615C01;
	xborder-bottom:none;
	margin-top:15px;
	margin-bottom:0px;
	padding:5px;
	font-size:12px;
}
#items_desc_form input,
.items_desc_form input {
	padding-left:2px;
	margin-left:5px;
	margin-top:10px;
	background-color:#FFFFFF;
	border:solid 1px #6E6E6E;
}
#items_desc_form textarea,
.items_desc_form textarea {
	width:100%;
	background-color:#FFFFFF;
	border:solid 1px #6E6E6E;
	padding:2px;
}



/* ITEM DETAILS */

#image_gallery {
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}
#image_gallery img {
	border:solid 1px #d0c4ab;
	margin-bottom:3px;
}

#main_image_frame {
	width:402px;
	height:402px;
	padding:1px;
	text-align:center;
	border:solid 1px #C1C1C1;
	position:relative;
}
#main_image_frame #item_img_desc {
	padding:2px;
	color:#4E4E4E;
	font-size:12px;
	font-weight:bold;
}

#item_thumbs_main .item,
#item_thumbs .item {
	width:102px;
	height:102px;
	border:solid 1px #C1C1C1;
	padding:1px;
	text-align:center;
}
#item_thumbs_main,
#item_thumbs {
	position:relative;
	width:560px; /* for IE6 */
}
#item_thumbs_main div.item,
#item_thumbs div.item {
	position:relative;
	float:left;
	margin-right:5px;
	margin-top:5px;
}
/* version 2 */
#item_thumbs_line {
	position:relative;
	overflow:scroll;
	overflow-x:scroll;
	overflow-y:auto;
	height:140px;
	width:560px;
}
#item_thumbs_line td {
	border:solid 1px #C1C1C1;
	padding:1px;
	text-align:center;
	margin-right:5px;
	margin-top:5px;
}

/* version 3 */

#main_image_frame {
	width:430px;
	height:402px;
	text-align:center;
	border: none;
	position:relative;
	float:left;
}
#item_thumbs_line {
	position:relative;
	overflow:auto;
	height:402px;
	width:140px;
	float:right;
	margin-left:5px;
	margin-top:4px; /* to line up with large image without description */
}
#item_thumbs_line div {
	margin-bottom:5px;
	margin-top:0px;
	padding-top:18px;
	padding-bottom:3px;
	text-align:center;
	background-image: url(/img/layout/item_img_preview.gif);
	background-repeat:repeat-x;
}

/******************************************/

#favorites {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	color:#654940;
}
#favorites h3 {
	color:#f4560f;
	margin:0;
	padding:0px;
	margin-bottom:5px;
	position:relative;
}
#favorites h3 a {
	position:absolute;
	top:2px;
	right:2px;
}
#favorites ul {
	list-style:none;
	margin:5px;
	padding:0;
}
#favorites ul a,
#favorites ul a:visited {
	color:#654940;
}

/*----------------------------------------*/

#item_img_form input {
	display:block;
	margin-bottom:10px;
}

ul.action_msg {
	margin-top:10px;
	margin-bottom:10px;
	font-size:11px;
	color:#C40000;
	list-style:none;
	padding-left:20px;
}

/* ITEM PRESENTATION PAGE */

#item_details .add_to_fav {
	float:right;
	text-align:right;
}
#item_details .add_to_fav a,
#item_details .add_to_fav a:visited {
	display:block;
	background-image:url(/img/icons/reservations.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
	margin-right:10px;
}
#item_details .add_to_fav a.fav,
#item_details .add_to_fav a.fav:visited {
	font-weight:normal;
	font-size:12px;
	background-image:url(/img/icons/favorites.gif);
	color:#a37545;
}

#item_details {
	position:relative;
}
#item_details .item_top {
	position:relative;
	border-bottom:solid 1px #cdc0a5;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
}
#item_details h1 {
	margin-left:0px;
	margin-bottom:5px;
/*	margin-right:130px;*/
	color:#00558B;
	float:left;
}
#item_details .title {
	float:left;
	width:370px;
}
#item_details .clasification {
	float:left;
	margin-top:18px;
}
#item_details .contact {
	padding:10px;
}
#item_details .contact p {
	margin:0;
	padding:0;
	margin-bottom:2px;
}
#item_details .contact span {
	color:#f44b00;
	font-weight:bold;
}

/* user input */
#item_details h3 {
	margin:0;
	padding:0;
	font-weight:bold;
	margin-top:8px;
	margin-bottom:5px;
	font-size:12px;
}
#item_details h4 {
	margin:0;
	padding:0;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
	text-decoration:underline;
	font-size:12px;
}
#item_details h5 {
	margin:0;
	padding:0;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
	font-style: italic;
	font-size:12px;
}

#item_details table {
    border-width: 0 0 1px 1px;
    border-style: solid;
}

#item_details table td {
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
}
#item_details table thead {
	background-color:#D2D2D2;
	font-weight:bold;
	color:#000000;
}
#item_details table tfoot {
	background-color:#D2D2D2;
	font-weight:bold;
	color:#000000;
}

#item_details .item_top .add_to_fav {
	position:absolute;
	right:0;
	top:10px;
}
#item_details .item_top .view_video {
	position:absolute;
	bottom:0px;
	right:35px;
}
#item_details .item_top ul {
	list-style:none;
	margin:0;
	padding:0;
}
#item_details .item_top ul li.item {
	float:left;
	margin-right:10px;
	min-width:70px;
}
#item_details .item_top ul li strong {
	color:#FC580C;
}
#item_details_images {
	margin-top:10px;
	margin-bottom:10px;
	float:right;
	width:150px;
	margin-left:10px;
	margin-right:10px;
}
#item_details .facilities {
	margin-top:10px;
	margin-bottom:10px;
}
#item_details .description {
	padding:10px;
	padding-top:0px;
}
#item_details .reservation {
	border-top:solid 1px #cdc0a5;
	border-left:solid 1px #cdc0a5;
	border-right:solid 1px #cdc0a5;
	width:65px;
	text-align:center;
	padding:2px;
	margin-left:670px;
	margin-top:20px;
}
#item_details .reservation a,
#item_details .reservation a:visited {
	color:#f44b00;
}

/**************************************/

#live_support div {
	text-align:center;
	padding-top:5px;
	margin:auto;
	margin-left:1px;
}
.msg_forms {
	font-size:10px;
	color:#999999;
}
#content .submit {
	height:auto;
	width:auto;
	color:#000000;
	font-weight:bold;
	border:solid 1px #C7A4E1;
	margin-top:10px;
	margin-bottom:10px;
}
.item_pub {
	text-align:center;
	margin-top:15px;
	margin-bottom:10px;
	border:solid 1px #F2EFE4;
	background-color:#FCF9ED;
	padding-top:5px;
	padding-bottom:5px;
}
.item_pub .item_preview .item_top .item_img {
	width:136px;
	margin:auto;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
}
.item_pub .item_preview .item_top h2 {
	margin:0;
	padding:0;
}
.item_pub .item_preview .item_top p {
	font-size:10px;
	margin:0;
	padding:0;
}
#user_panel {
	border:solid 1px #A0BD3A;
	background-color:#EAE4D5;
	padding-left:5px;
	text-align:center;
	margin-bottom:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#user_panel a:link,
#user_panel a:visited {
	font-weight:bold;
	display:block;
	float:left;
	margin-left:5px;
	margin-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}
#user_panel a:hover {
	text-decoration:none;
}
#change_password h2 {

}
#change_password label {
	margin-bottom:10px;
	display:block;
	position:relative;
	width:300px;
}
#change_password input {
	border:solid 1px #4D4D4D;
	background-color:#ffffff;
	width:150px;
	padding-left:2px;
	position:absolute;
	top:0;
	right:0;
}
#change_password input.submit {
	position:relative;
}
.item_percent {
	position:relative;
	padding:2px;
	float:left;
	border:solid 1px #ffffff;
	padding-left:5px;
	padding-right:5px;
}
.links1 {
	margin-top:10px;
	margin-bottom:10px;
	border:solid 1px #99C45D;
	background-color:#E9FECC;
	padding:5px;
}
.links1 a,
.links1 a:visited {
	display:block;
	margin-top:2px;
	margin-bottom:2px;
}
.links2 {
	margin-top:10px;
	margin-bottom:10px;
	border:solid 1px #F5E5C6;
	background-color:#FFF8EB;
	padding:5px;
}
.links2 a,
.links2 a:visited {
	display:block;
	margin-top:2px;
	margin-bottom:2px;
}

.admin_info {
	margin:5px;
	border:solid 1px #cdc0a5;
	padding:5px;
	background-color:#ECE4C2;
}

/*******************************************/
form#page h2 {
	border-bottom:dashed 1px #cacaca;
	margin-bottom:5px;
	color:green;
}
form#page {
	width:570px;
}
form#page div {
	margin-bottom:3px;
	position:relative;
}
form#page input,
form#page textarea,
form#page select {
	padding-left:2px;
	border:solid 1px #CCCCCC;
}
form#page div.radio {
	display:inline;
}
form#page label {
	font-weight:bold;
}
form#page .cols div {
	width:255px;
	float:left;
	margin-right:10px;
}
form#page .row {
	height:20px;
}
form#page .row input {
	position:absolute;
	top:0;
	left:90px;
}
form#page .tags p {
	margin:0;
	padding-bottom:5px;
	color:#1A712A;
}
form#page .tags {
	background-color:#EAEAEA;
	padding:5px;
	border:solid 1px #DADADA;
}

.bottom_list {
	text-align:center;
	width:950px;
	margin:auto;
	margin-bottom:15px;
	border-top:solid 1px #FFD06E;
	padding-top:5px;
}
.last_update {
	font-style:italic;
	text-align:right;
	margin-top:5px;
	margin-bottom:5px;
	padding:3px;
	color:#627A0F;
}

#register_user {
	margin-top:20px;
}
#register_user input {
	border:solid 1px #cacaca;
}
#register_user label {
	display:block;
	margin-bottom:8px;
	width:350px;
	position:relative;
}
#register_user label input {
	position:absolute;
	top:0;
	right:0;
	width:200px;
}
#register_user .note {
	font-size:11px;
	margin-top:10px;
	font-style:italic;
	color:484848;
}
#register_user input.submit {
	margin-top:20px;
}
#register_user .captcha {
	border:solid 1px #cacaca;
	background-color:#F3F3F3;
	background-color:#333333;
	color:#ffffff;
	padding:5px;
	position:relative;
	width:360px;
	height:25px;
	margin-top:10px;
}
#register_user .captcha input {
	width:auto;
	position:relative;
	margin-left:5px;
}
#register_user .captcha label {
	margin-top:4px;
}
#register_user .captcha img {
	position:absolute;
	top:5px;
	right:5px;
}

#admin_domains label {
	display:block;
}

#home h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#643b32;
	color:white;
	padding:5px;
	padding-left:10px;
	margin:0;
}
#home .adtext {
	margin:0;
	padding:10px;
	background-color:#f8efe3;
	border-top:solid 1px #cdc0a5;
	border-bottom:solid 1px #cdc0a5;
}
#home .adtext p {
	margin:0;
	padding:2px;
	padding-left:25px;
	float:left;
	width:250px;
	color:#1370cd;
	background-image:url(/img/icons/checked.png);
	background-repeat:no-repeat;
	font-size:14px;
}
#home .adtext p strong {
	color:#f44b00;
	font-size:14px;
}

#contactinfo {
	color:#3281d0;
}
#contactinfo p {
	color:#654940;
	font-weight:bold;
	padding:0;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	font-size:11px;
}
#contactinfo h3 {
	padding-left:10px;
	padding-right:10px;
}
#contactinfo ul {
	margin:0;
	padding:0;
	list-style-type:none;
	padding-left:10px;
	padding-right:10px;
}
#contactinfo ul li {
	padding:0;
	margin:0;
	font-size:11px;
}
#domains {
	padding:10px;
}
#domains ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#domains li {
	margin-bottom:2px;
	background-image:url(/img/layout/bull1.png);
	background-repeat:no-repeat;
	background-position:2px;
	padding-left:15px;
}
#domains a,
#domains a:visited {
	color:#000000;
}

#page_content {
	padding:5px;
}

.avantaje {
	padding:5px;
}
.avantaje ul {
	margin:0;
	padding-top:0px;
	padding-left:20px;
}
.avantaje ul li {
	font-size:11px;
	color:#331a1a;
}

#cards {
	background-color:#ffffec;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #cdc0a5;
}

#resform input.submit {
	font-size:11px;
	text-align:center;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#ffffff;
	color:#ffffff;
	border:none;
	background-image: url("../img/layout/reservations-btn-3.png");
	background-repeat: no-repeat;
	width:131px;
	height:27px;
	display: block;
}
	
#sort {
	text-align:center;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:10px;
}
#sort a,
#sort a:visited {
	padding-top:5px;
}

.bannercol {
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

#feedback {
	padding:5px;
}
#feedback table {
    border-color: #cdc0a5;
    border-width: 0 0 1px 1px;
    border-style: solid;
}
#feedback table td {
    border-color: #cdc0a5;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
    background-color:#FFFDEE;
}

ul.rooms,
ul.rooms ul {
	list-style-type:none;
}
ul.rooms ul {
	margin-left:30px;
}


table.allborders {
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color:#D2D2D2;
}

table.allborders td {
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color:#D2D2D2;
    margin: 0;
    padding: 2px;
}

/*******************************************************************/
.treven {
	background-color:#F4F4F4;
}
.trodd {

}
.trclick {
	background-color:#FFFA9E;
}
.trover {
	background-color:#FCECA7;
/*	color:#ffffff;*/
	cursor:pointer;
	cursor:hand;
}

/* admin mass insert prices */
#prices .nav {
	margin:5px;
	margin-top:10px;
}
#prices .nav a {
	font-weight:bold;
	color:red;
}
#prices .nav h3 {
	text-align:center;
}

#tabs {
	padding-left:36px;
	background-image: url("../img/layout/search_line.png");
	background-repeat: no-repeat;
	background-position: 0px 33px;
	margin-right:1px;
}
#tabs.ui-tabs {
	border:none;
	background-color: transparent;
}
#tabs .ui-widget-header {
	border-left:none;
	border-right:none;
	border-top:none;
	background-color: transparent;
	border-color:#EFEFEF;
	background-image: none;
}
#tabs .ui-state-default {
}
#tabs .ui-state-default,
#tabs .ui-state-active {
	background-color: #EDEDED;
}
#tabs .ui-state-active,
#tabs .ui-state-focus,
#tabs .ui-state-hover {
	background-color:#ffffff;
	border-top:solid 1px #EFEFEF;
	border-left:solid 1px #EFEFEF;
	border-right:solid 1px #EFEFEF;
}

/* TABS HOTEL DETAILS PAGE */
#tabs_det {
	position:relative;
	margin-top:15px;
}

#tabs_det.ui-tabs {
	border:none;
	background-color: transparent;
}
#tabs_det .ui-widget-header {
	border-left:none;
	border-right:none;
	border-top:none;
	background-color: transparent;
	border-color:#EFEFEF;
	padding-left:30px;
	background-image: none;
}
#tabs_det .ui-tabs-nav li a,
#tabs_det .ui-tabs-nav li a:visited {
	padding:0.2em 0.5em;
}
#tabs_det .ui-tabs-nav li a span {
	font-size:10px;
	font-weight: bold;
	color:#454545;
}
/***************************/
#left_ads {
	margin-left:12px;
	margin-right:12px;
	margin-top:15px;
}
#left_ads div {
	float:left;
	margin-right:12px;
	margin-bottom:12px;
}
#left_ads img {
	border:solid 1px #E5E5E5;
}
#det_gallery .mainimg {
	text-align:center;
}
#item_details .preview_img img,
#det_gallery img {
	border:solid 2px #F2F2F2;
	padding:2px;
	margin:5px;
}

#reservations-btn-1 {
	background-image: url("../img/layout/reservations-btn-1.png");
	background-repeat: no-repeat;
	width: 131px;
	height: 20px;
	text-align: center;
	padding-top:7px;
	position:absolute;
	top:0px;
	right:0px;
}
#reservations-btn-1 a,
#reservations-btn-1 a:visited {
	color:#ffffff;
}

#reservations-btn-2 {
	background-image: url("../img/layout/reservations-btn-2.png");
	background-repeat: no-repeat;
	width: 131px;
	height: 20px;
	text-align: center;
	padding-top:7px;
	margin: auto;
}
#reservations-btn-2 a,
#reservations-btn-2 a:visited {
	color:#ffffff;
}

#breadcrumb {
	background-image: url("../img/layout/breadcrumb-bg.png");
	background-repeat: no-repeat;
	padding-left: 8px;
	float:right;
	margin-top:10px;
	margin-right: -7px;
}
#breadcrumb ul {
	background-color: #F0F0F0;
	list-style: none;
	height:17px;
	margin:0;
	padding: 0;
	padding-top:3px;
	padding-left:3px;
}
#breadcrumb ul li {
	display: inline;
	background-image: url("../img/layout/breadcrumb-arr-2.png");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:5px;
	margin-right:5px;
}
#breadcrumb ul li:first-child {
	background-image: url("../img/layout/breadcrumb-arr-1.png");
}
#breadcrumb ul li a,
#breadcrumb ul li a:visited {
	color:#00558B;
}
#breadcrumb ul li:first-child a,
#breadcrumb ul li:first-child a:visited {
	color:#555555;
}

.title_tab {
	border-bottom: solid 1px #EFEFEF;
	float:left;
	width:100%;
	margin-top:20px;
}
.title_tab h2 {
	font-weight:bold;
	font-size:11px;
	color:#0B3160;
	margin:0;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:-1px;
	background-color:#ffffff;
	padding:4px;
	padding-left:8px;
	padding-right:8px;
	border-left: solid 1px #EFEFEF;
	border-top: solid 1px #EFEFEF;
	border-right: solid 1px #EFEFEF;
	float:left;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
}

.title_tab.terms {
	background-color: #ffffff;
	padding:0;
}
.title_tab.terms h2,
.terms {
	background-color: #F4F4F4;
}
.terms {
	padding:5px;
}

.item_preview {
	padding-top:10px;
}
.item_preview .col1 {
	float:left;
	width:180px;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
}
.item_preview .col2 {
	float:left;
	width:350px;
	margin-right:10px;
	margin-bottom:10px;
}
.item_preview .col1 img {
	border:solid 2px #F2F2F2;
	padding:2px;
	background-color: #ffffff;
}
.item_preview h2 {
	margin:0px;
	padding:0px;
}
.item_preview a,
.item_preview a:visited {
	color:#00558B;
	display:block;
	margin-top:5px;
	margin-bottom:5px;
	text-decoration: underline;
}
.item_preview h2 a,
.item_preview h2 a:visited {
	color:#00558B;
	text-decoration: none;
}
.item_preview.mark {
	background-color: #F1F1F1;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.item_preview .prices table {
	width:220px;
}
.item_preview .prices table td {
	padding: 3px;
}
.item_preview .prices {
	position:relative;
}
.item_preview .prices * {
	font-size:10px;
}
.item_preview .prices span {
	color:#00558B;
}
.item_preview .prices a {
	position:absolute;
	top:0px;
	right:10px;
	text-decoration: none;
	background-image:url(/img/layout/reservations-btn-4.png);
	background-repeat:no-repeat;
	color:#3D3D3D;
	width:97px;
	height:19px;
	margin:0;
	text-align:center;
	padding-top:4px;
/*	font-size:10px;*/
}
.item_preview.mark .prices a {
	background-image:url(/img/layout/reservations-btn-4-2.png);
}
.item_preview table {
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color:#ffffff;
    background-color:#F4F4F4;
}
.item_preview table td {
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color:#ffffff;
    margin: 0;
    padding: 2px;
}
.item_preview.mark table {
	background-color:#ffffff;
	border-color:#F4F4F4;
}
.item_preview.mark table td {
	border-color:#F4F4F4;
}

.home_title {
	margin-top:10px;
	padding-left:10px;
}
.dotted_line {
	margin-top:3px;
	margin-bottom:3px;
	margin-right:10px;
	background-image: url("../img/layout/bg-dotted.png");
	background-repeat: repeat-x;
	height:1px;
}



/* display prices in public area */
#pub_prices {
}
#pub_prices table {
	width: 100%;
}
#pub_prices *,
#prices_form * {
	font-size:10px;
}
#pub_prices .nav {
	margin-top:10px;
	margin-bottom:10px;
	height:40px;
}
#pub_prices .nav a {
	font-weight:bold;
	color:red;
}
#pub_prices .nav h3 {
	text-align:center;
}
#pub_prices .nav input {
	border:solid 1px #cacaca;
}
#prices_form .datepicker {
	width:80px;
}


#prices_form td input {
	border:solid 1px #D2D2D2;
	width:20px;
	text-align: center;
}
#prices_form table.allborders {
}
#prices_form table.allborders thead td {
}
#prices_form table.allborders td {
    padding: 1px;
}
#prices_form td hr {
	border-top:1px solid #A49D9D;
	margin:0;
}
#prices_form td span {
	color: #F3663A;
	text-decoration: line-through;
}
#prices-insert-form input {
	border:solid 1px grey;
}
#prices_form .errors {
	margin-top:15px;
	margin-bottom:15px;
	padding:5px;
	border:solid 1px #D2D2D2;
	background-color: #FEFFD4;
	color:#DC022A;
}
#prices_form .details {
	margin-top:10px;
	margin-bottom:10px;
}
#prices_form .details label {
	display: block;
	width:500px;
	height:25px;
	position:relative;
}
#prices_form .details label input {
	position:absolute;
	top:0px;
	left:90px;
	border:solid 1px #dadada;
}
#prices_form .details label span {
	position:absolute;
	top:0px;
	left:250px;
	font-style:italic; 
}
#prices_form input.submit {
	font-size:11px;
	text-align:center;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#ffffff;
	color:#ffffff;
	border:none;
	background-image: url("../img/layout/reservations-btn-3.png");
	background-repeat: no-repeat;
	width:131px;
	height:27px;
	display: block;
}
#login_form {
	margin-top:20px;
}
#login_form label {
	position:relative;
	width:230px;
	height:25px;
	display:block;
}
#login_form label input {
	position:absolute;
	top:0px;
	right:0px;
	border:solid 1px #cacaca;
}
#det_location iframe {
	border:none; 
	width:500px; 
	height: 400px; 
	margin-bottom:20px;
}
.msg_res {
	padding:10px;
	border:solid 1px #cacaca;
	background-color: #F9F9F9;
	margin-top:5px;
	margin-bottom:10px;
}
.address {font-size: 11px; color: #666;}
.links-bottom {color: #fff; text-align: center; margin: 20px 0;}
.links-bottom a{ color: #fff;}