@charset "utf-8";

* {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-color: #E7E7E7;
}
img {
	border:none;
}
a:link,
a:visited {
	color:#63787A;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
hr {
	height:0;
	border:0;
	border-top:1px solid #A7CAE7;
	margin-top:5px;
	margin-bottom:5px;
}
h1,
h2,
h3 {
	margin:0;
	padding:0;
	margin-top:3px;
	margin-bottom:5px;
}
h1 {
	margin-top:10px;
	margin-bottom:15px;
	font-size:16px;
	color:#A1A1A1;
}
h1 span {
	display:block;
	font-weight:normal;
	color:#7B932D;
}
h2 {
	margin-top:5px;
	margin-bottom:15px;
	font-size:14px;
}
h3 {
	font-size:12px;
	font-weight:bold;
}
form {
	margin:0;
	padding:0;
}
form input,
form textarea,
form select {
	background-color:#FFFFFF;
}
thead {
	background-color:#D2D2D2;
	font-weight:bold;
	color:#000000;
}
tfoot {
	background-color:#D2D2D2;
	font-weight:bold;
	color:#000000;
}

.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0;
	width:0;
}
#top {
	width: 900px;
	margin:auto;
	margin-top:10px;
/*	margin-bottom:-5px;*/
}
#login {
	float:right;
}
#login,
#login * {
	font-size:12px;
	color:#284157;
}
#login a,
#login a:visited {
	color:#1F3997;
}
#login_btn {
	font-weight:bold;
}
#container .intro {
	float:left;
	font-size:10px;
	color:#6F7D8F;
}
#container #header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 230px;
	width: 960px;
	margin: 0 auto;
	position:relative;
}
#container #header .logo {
	position:absolute;
	top:30px;
	left:30px;
}
#container #continut {
	background-image: url(../img/continut.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 920px;
	margin: 0 auto;
	padding:5px 20px;
	overflow:hidden;
	/*border:1px solid #FF0000;*/
}
#container #footer {
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 60px;
	width: 960px;
	margin: 0 auto;
}
#container #header #meniu {
	height: 30px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 180px;
	position:relative;
}
#container #header #meniu #butoane {
	list-style-type: none;
	margin-left:2px;
	float:left;
}
#container #header #meniu #butoane li {
	display:inline;
}
#container #header #meniu #butoane li a {
	float:left;
	color:#FFFFFF;
	display:block;
	padding:0px 12px;
	padding-top:5px;
	margin-left: 15px;
	font-size:18px;
	text-decoration:none;
	height: 30px;
	background-repeat:no-repeat;
}
#container #header #meniu #butoane #b1 {
	background-image:url(../img/bg_b1.jpg);
	border-bottom:4px solid #D9351C; /*rosu*/
}
#container #header #meniu #butoane #b2 {
	background-image:url(../img/bg_b2.jpg);
	border-bottom:4px solid #FAAC02; /*portocaliu*/
}
#container #header #meniu #butoane #b3 {
	background-image:url(../img/bg_b3.jpg);
	border-bottom:4px solid #79D81C; /*verde*/
}
#container #header #meniu #butoane #b4 {
	background-image:url(../img/bg_b4.jpg);
	border-bottom:4px solid #2A9DF0; /*albastru*/
}
#container #header #meniu #butoane #b5 {
	background-image:url(../img/bg_b5.jpg);
	border-bottom:4px solid #02AA9D; /*albastru-verde*/
}
#container #header #meniu #search_string {
	border:none;
	padding:2px;
	float:left;
	width:180px;
	margin-top:8px;
}
#container #header #meniu #buton_cautare {
	text-decoration:none;
	color:#FFFFFF;
	padding:3px;
	display:block;
	float:left;
	margin-top:6px;
	margin-left:24px;
	font-size:15px;
	text-align:center;
	width:50px;
}
#container #header #meniu #buton_cautare:hover {
	font-weight:bold;
}

#container #continut #harta {
	float:left;
	display:block;
}
#container #footer #copyright {
	text-align:center;
	width:100%;
	display:block;
	float:left;
	font-size:14px;
	margin-top:15px;
	color: #283E55;
}


#county_list .col {
	float:left;
	width:100px;
}
#county_list div {
	margin-bottom:10px;
}

#quick_search {
	position:absolute;
	top:179px;
	right:20px;
}
#quick_search .submit {
	color:#FFFFFF;
	background-color:transparent;
	border:none;
	padding:3px;
	display:block;
	float:left;
	margin-top:6px;
	margin-left:24px;
	font-size:15px;
	text-align:center;
	width:50px;
}
#quick_search .submit:hover {
	font-weight:bold;
}


/* -------------------------------------------------------------------- */
/*	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;
}
.pagination .container {
	float:right;
	text-align:right;
}
.pagination span,
.pagination a:link,
.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;
}
.pagination span {
	background-color:#A3C4E4;
}

.pagination a:hover {
	text-decoration:none;
	background-color:#D1E5F7;
}

/**********************************************************/
/* 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:150px;
	background-color:#E9E9E9;
}
#admin_item_list div.item hr {
	border-top-color:#D4D4D4;
}
#admin_item_list div.item div {
	height:150px;
	width:150px;
	
}
#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: 150px;
	height: 150px;
	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 {
	padding:3px;
	background-color:#ECF6FF;
	margin-top:15px;
	margin-bottom:10px;
	border-bottom:dashed 1px #A4CBEC;
}
#admin_items_form .clasification .no label {
	margin-left: 5px;
	margin-right: 10px;
}
#admin_items_form .prices .item label {
	display:block;
}
#admin_items_form .prices .item {
	float:left;
	margin-right:25px;
}
/***********************************************/

#county_locality_selector {
	width:500px;
	margin-top:10px;
	margin-bottom:10px;
}
#county_locality_selector label {
	float:left;
	width:auto;
}
#county_locality_selector #locality_container_loading {
	float:left;
	margin-left:5px;
	margin-right:5px;
}
#county_locality_selector #locality_container {
	float:left;
}
/***********************************************/


#items_facilities .col {
	float:left;
	width:230px;
}

#county_list .col {
	float:left;
	width:140px;
}
#county_list div {
	margin-bottom:10px;
}
#region_list .col {
	float:left;
	width:190px;
}
#region_list div {
	margin-bottom:10px;
}
#content #region_list a,
#content #region_list a:visited {
	color:#756969;
}
#item_lang_spoken .col {
	float:left;
	width:110px;
}

/*******************************************************************/
.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_left {
	float:left;
	width:160px;
	margin-right:10px;
	margin-bottom:10px;
	border:solid 1px #1168B0;
	padding-top:5px;
	padding-bottom:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#admin_left ul {
	list-style:none;
	border-bottom:dashed 1px blue;
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:10px;
	background-color:#CEE9FF;
}
#admin_left ul li {

}
#admin_left a:link,
#admin_left a:visited {
	color:#000000;
	text-decoration:none;
	font-size:14px;
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
	display:block;
}
#admin_left strong a {
	background-color:#56A0FC;
}
#admin_left a:hover {
	background-color: #FFFFFF;
	text-decoration:none;
}

#admin_right {
	float:left;
	width:730px;
}

#admin_item_main_details {
	position:relative;
	border:1px solid #615C01;
	padding:5px;
	margin-bottom:5px;
	background-color:#ECF6FF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:14px;
}
#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-top:0px;
	margin-bottom:5px;
	color:#6A7838;
	font-size:14px;
}
#admin_item_main_details p {
	margin-top:2px;
	margin-bottom:3px;
}


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

#messages {
	margin-top:5px;
	margin-bottom:5px;
	border:solid 1px #000000;
	padding:5px;
	background-color:#FFFDA5;
}
#messages p {
	margin:0;
	padding:0;
	margin-bottom:2px;
	margin-top:2px;
	font-weight:bold;
}
#messages .info {
	color:#248B1A;
}
#messages .error {
	color:#CC0033;
}

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

#items_desc_form label {
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	display:block;
}
#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 {
	padding-left:2px;
	margin-left:5px;
	margin-top:10px;
	background-color:#FFFFFF;
	border:solid 1px #6E6E6E;
}
#items_desc_form textarea {
	width:100%;
	background-color:#FFFFFF;
	border:solid 1px #6E6E6E;
	padding:2px;
}



/* ITEM DETAILS */
#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;
	/*width:100px; */ /* for IE6 */
}
/* 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;
}

/**********************************/
#qcontact {
	padding-left:10px;
	padding-top:10px;
	margin-top:10px;
	background-image:url(/img/layout/left-box-bg2.gif);
	background-repeat:repeat-x;
}
#qcontact label {
	display:block;
	font-weight:bold;
}
#qcontact input,
#qcontact textarea {
	width:180px;
	border: 1px solid #B9B9BA;
	margin-top:5px;
	margin-bottom:5px;
}
#qcontact input.submit {
	width:auto;
	color:#FC580C;
	font-weight:bold;
	background-image: url(/img/layout/submit_bg.gif);
	background-repeat:repeat-x;
	border:solid 1px #C7A4E1;
	margin-top:10px;
}

/*---------------------------------------------*/
/* ITEM LIST PUBLIC */
#item_list .item_preview {
	margin-top:10px;
	padding-bottom:10px;
	text-align:center;
	float:left;
	margin-left:3px;
	width:158px;
	height:180px;
}
#item_list .item_preview table {
	height:158px;
	width:158px;
	margin:auto;
	border:solid 2px #E9E9E9;
	background-color: white;
}
#item_list .item_preview table td {
	padding:5px;
}
#item_list .item_preview .item_top .item_title h2 {
	margin-top:5px;
	margin-bottom:5px;
}
#item_list .item_preview .item_top .item_title h2 a:link,
#item_list .item_preview .item_top .item_title h2 a:visited {
	font-size:16px;
	color:#A1A1A1;
}
#item_list .item_preview ul {
	list-style:none;
	margin:0;
	padding:0;
}
#item_list .item_preview ul li.item {
	float:left;
	margin-right:10px;
	min-width:70px;
}
#item_list .item_preview ul li strong {
	color:#FC580C;
}
#item_list .item_preview p {
	margin-top:0px;
	margin-bottom:0px;
	font-size:11px;
}
#item_list .item_preview h3 {
	margin:0;
}


#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 .item_top {
	position:relative;
	min-height:80px;
}
#item_details .item_top h1 {
	width:75%;
	margin-bottom:5px;
}
#item_details h2 {
	margin-top:2px;
	margin-bottom:2px;
	padding-bottom:2px;
	color:#9D6A15;
	font-size:14px;
	border-bottom:dashed 1px #EAB660;
}
/* user input */
#item_details h3 {
	margin:0;
	padding:0;
	font-weight:bold;
	margin-top:8px;
	margin-bottom:5px;
	font-size:13px;
/*	color:#003399; */
}
#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:30px;
}
#item_details .item_top ul {
	list-style:none;
	margin:0;
	padding:0;
}
#item_details .item_top ul li {
/*	float:left;*/
	margin-right:10px;
/*	min-width:70px;*/
	display:inline;
}
#item_details .item_top ul li strong {
	color:#FC580C;
}
#item_details .item_top .stars {
	margin-top:5px;
	margin-bottom:5px;
}
#item_details_images {
	margin-top:7px;
	margin-bottom:7px;
	padding-top:7px;
	padding-bottom:7px;
	border-top:solid 1px #F7ECC8;
	border-bottom:solid 1px #F7ECC8;
}
#item_details .facilities {
	margin-top:10px;
	margin-bottom:10px;
}

#live_support {
	padding-bottom:10px;
	text-align:center;
}

#county_map {
	background-image:url(/img/layout/county-map-bg.gif);
	background-repeat:no-repeat;
	text-align:center;
	margin:0px;
	padding:0px;
	width:200px;
	min-height:40px;
}
#account_summary {

}

.msg_forms {
	font-size:10px;
	color:#999999;
}




#banners_right .item_pub div {
	margin-bottom:0px;
}
.item_pub {
	text-align:center;
	margin-top:15px;
	margin-bottom:10px;
	border:solid 1px #F2EFE4;
	background-color:#FCF9ED;
	padding-top:5px;
	padding-bottom:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: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;
}


#change_password {
	font-size: 12px;
}
#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;
}
#video {
	text-align:center;
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
}
.links1 {
	margin-top:10px;
	margin-bottom:10px;
	border:solid 1px #99C45D;
	background-color:#E9FECC;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: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-top:5px;
	margin-bottom:5px;
	border:solid 1px green;
	padding:5px;
	color:#000066;
	background-color:#ECE4C2;
}

/*******************************************/
form#page h2 {
	border-bottom:dashed 1px #cacaca;
	margin-bottom:5px;
	color:green;
}
form#page {
/*	width:700px;*/
	font-size:14px;
}
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:45%;
	float:left;
	margin-right:10px;
}
form#page .row {
	height:20px;
}
form#page .row input {
	position:absolute;
	top:0;
	left:120px;
}
form#page .tags p {
	margin:0;
	padding-bottom:5px;
	color:#1A712A;
}
form#page .tags {
	background-color:#EAEAEA;
	padding:5px;
	border:solid 1px #DADADA;
}


.last_update {
	font-style:italic;
	text-align:right;
	margin-top:5px;
	margin-bottom:5px;
	padding:3px;
	color:#627A0F;
}

#register_user {
	margin-top:20px;
	font-size:14px;
	padding:10px;
}
#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;
	font-size:14px;
	padding:5px;
	font-weight:bold;
}
#register_user .captcha {
	border:solid 1px #cacaca;
	background-color:#F3F3F3;
	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;
}
.google_ads {
	text-align:center;
}

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

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

.treven {
	background-color:#F0F0F0;
}
.trodd {

}
.trclick {
	background-color:#FFFA9E;
}
.trover {
	background-color:#CEE9FF;
	cursor:pointer;
	cursor:hand;
}

div.ui-datepicker {
	width:200px;
}
div.ui-datepicker thead {
	background-color:transparent;
	font-weight:normal;
	color:#000000;
}
div.ui-datepicker tfoot {
	background-color:transparent;
	font-weight:normal;
	color:#000000;
}
div.ui-datepicker * {
	font-size:9px;
}



#colleft {
	width:263px;
	float:left;
}
#tabs * {
	font-size:13px;
}
#tabs {
	width:263px;
	/*float:left;*/
}
#tabs fieldset {
	padding:5px;
	border:1px solid #CCC;
	margin-bottom:15px;
}
#tabs #region_id,
#tabs #search_county_id,
#tabs #county_id,
#tabs #locality_id {
	width:100%;
}
#tabs span {
	font-weight:bold;
}
#tabs ul {
	list-style:none;
}
#tabs .tipuri_cazare {
	float:left;
}
#tabs .tipuri_cazare li {
	float:left;
	width:110px;
	font-size:11px;
}
#tabs .ui-widget-content {
	padding:0;
}
#tabs .tabs_content {
	padding:10px;
}
#tabs .submit {
	width:100%;
	height:40px;
	font-size:18px;
	font-weight:bold;
}
#tabs legend {
	font-weight:bold;
}
#colright_search {
	float:left;
	width:640px;
	margin-left:10px;
/*	border:solid 1px green;*/
}


.units_map {
	float:left;
	width:460px;
}
.units_carousel {
/*	float:right;*/
/*	width:160px;*/
	font-size:12px;
	text-align:center;
}
.units_carousel strong {
	display:block;
}
.units_carousel li {
	list-style: none;
}
.units_carousel table {
	height:160px;
	width:160px;
	margin:auto;
	border:solid 3px #E9E9E9;
	background-color: white;
}
.units_carousel table td {
	padding:5px;
}
#home .lists {
	float:left;
	width:403px;
	margin-right:10px;
}
#home #county_list {
	float:left;
	border:solid 1px green;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#home #region_list {
	float:left;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:solid 1px green;
	background-color:#C7F0F4;
	margin-bottom:10px;
}
.last_items {
	float:right;
	width:170px;
	list-style:none;
	border:solid 1px #56A0FC;
	background-color:#F7F7F7;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.last_items h2 {
	background-color: #56A0FC;
	color:#ffffff;
	font-size:12px;
	margin-top:0px;
	padding:5px;
	text-align:center;
}
#home #region_list ul,
#home #county_list ul {
	list-style:none;
	font-size:14px;
}
#home #county_list ul li {
	float:left;
	width:110px;
	padding-bottom:10px;
	padding-right:3px;
}
#home #region_list ul li {
	float:left;
	width:170px;
	padding-bottom:10px;
	padding-right:3px;
}
.promoted {
	float:left;
	width:325px;
	border:solid 1px #44C1BB;
	background-color:#F7F7F7;
	margin-right:8px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.promoted h2 {
	background-color: #44C1BB;
	color:#ffffff;
	font-size:12px;
	margin-top:0px;
	padding:5px;
	text-align:center;
}
.home_news {
	color:#0D103B;
	width:390px;
	font-size:12px;
	border:solid 1px #0D103B;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
}
.home_news h3 {
	text-decoration:underline;
	font-size: 14px;
}
.custom_search {
	width:320px;
	font-size:14px;
	font-weight:bold;
	border:solid 1px #316DA9;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:left;
	margin-left:80px;
	margin-bottom:20px;
	margin-top:30px;
}
.custom_search a,
.custom_search a:visited {
	color:#316DA9;
	display:block;
	background-image: url("/img/icons/custom_search.png");
	background-repeat: no-repeat;
	padding-left:60px;
	padding-top:20px;
	padding-bottom:15px;
	background-position:0px 5px;
}
.custom_search a:hover {
	background-image: url("/img/icons/custom_search_o.png");
}
#home .custom_search {
	margin-left:100px;
}
#home #harta {
	margin-left:20px;
}
#home .choose {
	padding-left:450px;
	padding-top:15px;
}



/* SLIDER pagina unitati cazare */ 
#slider {
  width: 900px;
  margin: 0 auto;
}
#slider a,
#slider a:visited {
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:blue;
}
#slider img {
	margin-bottom:2px;
	border:solid 1px #cacaca;
	padding:2px;
}

#content-slider {
/*  width: 600px;*/
  height: 6px;
  margin: 5px;
  background: #BBBBBB;
  position: relative;
}

.ui-slider-handle {
  width: 8px;
  height: 14px;
  position: absolute;
  top: -4px;
  background: #478AFF;
  border: solid 1px black;
}

#content-scroll {
  height: 180px;
  margin-top: 10px;
  overflow: hidden;
}

#content-holder {
  width: 4800px;
  height: 250px;
  text-align:center;
}

.content-item {
  width: 220px;
  height: 220px;
  padding: 5px;
  float: left;
}

#loc_sel_form {
	float:left;
	width:290px;
	font-size:12px;
	border:solid 1px #FFC533;
	background-color: #FFEFC7;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	margin-top:10px;	
}
#loc_sel_form p {
	margin-bottom:5px;
	font-weight:bold;
}
#loc_sel_form .submit {
	display:block;
	margin-top:10px;
	padding:3px;
	font-size:12px;
	font-weight:bold;
	float:right;
}
#loc_sel_form label {
	display:block;
	float:left;
	width:100px;
	margin-right:5px;
}
#loc_sel_form a,
#loc_sel_form a:visited {
	display:block;
	text-align: center;
	margin-top:20px;
	float:left;
}
#loc_sel_form.links a,
#loc_sel_form.links a:visited {
	margin-top:1px;
	margin-bottom:1px;
	font-size:13px;
	display:block;
	float:left;
	width:100px;
	margin-right:5px;
	text-align: left;
}

#region_info {
	font-size:12px;
}
.item_list_long .item_preview {
	float:left;
	width:100%;
	border-bottom:solid 1px #556670;
	padding:5px;
	padding-bottom:10px;
	margin-bottom:10px;
	background-image: url("/img/preview_bg.png");
	background-repeat: repeat-x;
	background-position: bottom;
}
.item_list_long .item_img {
	float:left;
	margin-right:10px;
	width:150px;
	text-align: center;
}
.item_list_long .desc {
	float:left;
	width:450px;
}
.item_list_long .desc .short_desc {
	font-size:12px;
	text-align: justify;
}
.item_list_long .desc .short_desc strong a {
	color: #2A9DF0;
}
.item_list_long h2 {
	background-color: #ABD0FD;
	border:solid 1px #000000;
	padding:5px;
	float:left;
	width:100%;
}

.item_list_long h3 {
	font-size:16px;
}
.item_list_long p {
	font-size:14px;
}
.item_list_long p strong {
	color:#4C4669;
}
.item_list_long .data {
	color:#4C4669;
	margin-top:10px;
	font-weight: bold;
	position:relative;
	font-size:14px;
}
.item_list_long .data .reservation {
	position:absolute;
	bottom:0px;
	right:0px;
}
.item_list_long .data .reservation {
	border:solid 1px #5A5A5A;
	background-color: #E8E5EE;
	padding:3px;
	width:80px;
	font-size:12px;
	margin:auto;
	margin-top:5px;
	text-align:center;
}
.item_list_long .data .reservation a {
	text-decoration: none;
	color:#4C4669;
}

.item_list_long .address {
	font-size:13px;
	color:#4C4669;
	margin-bottom:10px;
	font-weight:bold;
}


#custom_res{
	width:600px;
	margin:auto;
	border:solid 1px #FFC533;
	background-color: #FFEFC7;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:20px;
	margin-top:10px; 
}
#custom_res fieldset{
	padding:10px;
	margin-top:20px;
}
#custom_res label{
    width: 140px;
    float: left;
}
#custom_res fieldset.perioada label {
	float:none;
}
#custom_res p.message {
	color:red;
	margin:0;
	padding:0;
	margin-top:3px;
	margin-bottom:10px;
}
#custom_res.resform2 {
	margin-left:0px;
	width:auto;
}
.login_frm {
	border:solid 1px #96ACB9;
	float:left;
	margin-top:30px;
	margin-left:80px;
	width:320px;
	padding:5px;
}
#login_form {
	border:solid 1px #96ACB9;
	padding:10px;
	font-size:14px;
}
#login_form label {
	display:block;
	margin-top:3px;
	margin-bottom:3px;
}
#login_form label input {
	background-color:#ffffff;
	border:solid 1px #605979;
	width:180px;
	display:block;
	margin-top:3px;
	padding-top:2px;
	padding-bottom:2px;
}
#login_form .submit {
	padding:5px;
	font-size:14px;
	display:block;
	margin:auto;
	margin-top:10px;
	margin-bottom:20px;
	background-color:#F4F4F4;
	border:solid 1px #605979;
	width:auto;
}
.new_account {
	border:solid 1px #EFECB5;
	float:left;
	margin-top:30px;
	margin-left:50px;
	width:320px;
	padding:5px;
	font-size:14px;
}
.new_account div {
	border:solid 1px #EFECB5;
	padding:10px;
}
.new_account a,
.new_account p {
	display:block;
	margin-top:10px;
}
.new_account a {
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.new_account strong {
	color:#FD0000;
}

#units_slider {
	height:220px;
	overflow:scroll;
	overflow-y: auto;
	margin-top:20px;
}
#units_slider td {
	text-align:center;
	padding-right:15px;
}

#units_slider a,
#units_slider a:visited {
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:blue;
}
#units_slider img {
	margin-bottom:2px;
	border:solid 1px #cacaca;
	padding:2px;
}


#content-slider {
  height: 6px;
  margin: 5px;
  background: #BBBBBB;
  position: relative;
}

.ui-slider-handle {
  width: 8px;
  height: 14px;
  position: absolute;
  top: -4px;
  background: #478AFF;
  border: solid 1px black;
}

#content-scroll {
  height: 180px;
  margin-top: 10px;
  overflow: hidden;
}

#content-holder {
  width: 4800px;
  height: 250px;
  text-align:center;
}

.content-item {
  width: 220px;
  height: 220px;
  padding: 5px;
  float: left;
}



#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
	width:384px;
	float:left;
}
.accordion_headings {
	padding:5px;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}
.accordion_headings strong {
	color:red;
}
.accordion_headings:hover{
	background:#00CCFF;
}
.accordion_child {
	padding:15px;
	background:#EEE;
	height:230px;
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: justify;
}
.accordion_child ul {
	margin-left:15px;
	margin-top:15px;
	margin-bottom:30px;
}
.accordion_child ul li {
	margin-bottom:5px;
}
.accordion_child span {
	font-size:16px;
	font-weight:bold;
}
.accordion_child span a {
	color:#02AA9D;
}
.header_highlight{
	background:#00CCFF;
}
#basic-accordian #test-header {
	background-color:#2A9DF0;
}
#basic-accordian #test1-header {
	background-color:#79D81C;
}
#basic-accordian #test2-header {
	background-color:#02AA9D;
}
#basic-accordian #test-content .accordion_child {
	background-image:url("../img/accordeon_1.jpg");
	background-position: bottom;
}
#basic-accordian #test1-content .accordion_child {
	background-image:url("../img/accordeon_2.jpg");
	background-position: bottom;
}
#basic-accordian #test2-content .accordion_child {
	font-size:14px;
}
.col1 {
	float:left;
	width:300px;
}
.col2 {
	float:right;
	width:330px;
}
#search_form .submit:hover {
	color:blue;
}
.form_delete {
	text-align:center;
}
.form_delete h3 {
	font-size:16px;
	margin:15px;
}
.form_delete p {
	margin:10px;
	color:#666861;
	font-style: italic;
	font-size:14px;
}
.form_delete input {
	margin-left:10px;
	margin-right:10px;
}
/* country/region locality list */
#county_loc_list {
	position:relative;
}
#county_loc_list h1 {
	margin-bottom:30px;
}
#county_loc_list ul {
	margin-left:20px;
	float:left;
	width:180px;
}
#county_loc_list ul li {
	font-weight:bold;
	margin-bottom:5px;
	list-style:none;
}
#county_loc_list ul li a {
	color:#005A53;
}
#county_loc_list ul ul {
	margin-left:20px;
	margin-top:3px;
}
#county_loc_list ul ul li {
	float:none;
	width: auto;
	font-weight:normal;
	list-style:disc;
}
#county_loc_list ul li li a {
	color:#63787A;
}
#county_loc_list .groupby {
	position:absolute;
	top:0px;
	right:35px;
}
#county_loc_list .groupby a,
#county_loc_list .groupby a:visited {
	color:#0C6FB6;
	text-decoration: underline;
}

#ads_1 {
	margin-top:10px;
	margin-left:10px;
	float:left;
}
#ads_2 {
	text-align: center;
	margin-top:10px;
}
#ads_3 {
	text-align: center;
	margin-top:10px;
}

#breadcrumb {
	font-size:12px;
	margin-bottom:5px;
	color:#616161;
}
#breadcrumb a,
#breadcrumb a:visited {
	color:#1F3997;
}

