body {
	margin:0;
	padding:10px;
	background-color:#8C8C8C;
}
* {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:12px;
}
img {
	border:none;
}
a:link,
a:visited {
	color:#f44b00;
	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:22px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}
h1 span {
	display:block;
	font-weight:normal;
	color:#7B932D;
}
h2 {
	margin-top:5px;
	margin-bottom:15px;
	font-size:13px;
	color:#FC580C;
}
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;
}

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

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

#overall {
	background-color:#e1d5c5;
	width:1000px;
	margin:auto;
	padding:10px;
}
#overallframe {
	border:solid 1px #9c7e5c;
	background-image: url(/img/layout/mainbg.png);
	background-repeat:repeat-x;
	background-position:0 144px;
	background-color:#fefefc;
}

#topmenu {
	margin-top:1px;
	margin-bottom:10px;
	border-top:solid 1px #9c7e5c;
	border-bottom:solid 1px #9c7e5c;
	padding-left:5px;
	padding-top:4px;
	padding-bottom:0px;
	background-image: url(/img/layout/topmenubg.png);
	background-repeat:repeat-x;
	height:19px;
}
#topmenu a,
#topmenu a:visited {
	color:black;
	font-size:11px;
	margin-left:5px;
	margin-right:5px;
}

#middle {
	min-height:400px;
	margin:auto;
	background-image: url(/img/layout/linesbg.png);
	background-repeat:repeat-y;
}
#bottom {
	width:1000px;
	height:40px;
	margin:auto;
	margin-top:10px;
	position:relative;
}
#bottom .copyright {
	position:absolute;
	top:15px;
	left:20px;
}
#bottom .links {
	position:absolute;
	top:15px;
	right:20px;
}
/*==========================*/
#left {
	float:left;
	width:198px;
	border-top:solid 1px #cdc0a5;
	margin-right:1px;
}
#content {
	float:left;
	width:578px;
	margin-left:11px;
	margin-right:11px;
	min-height:200px;
	border-top:solid 1px #cdc0a5;
	padding-bottom:30px;
}
#right {
	float:right;
	width:199px;
	border-top:solid 1px #cdc0a5;
}
#content.enlarged {
	width:780px;
}
#footer {
	width:1000px;
	margin:auto;
	position:relative;
	margin-top:5px;
	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;
	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 {
	margin-bottom:10px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#e3dbc6;
	border-bottom:solid 1px #cdc0a5;
}
#qsearch label {
	color:#654940;
	display:block;
	margin-top:0px;
	margin-bottom:1px;
}
#qsearch input {
	border: 1px solid #B9B9BA;
	padding-left:3px;
	color: #000000;
	width:184px;
	margin-bottom:2px;
}
#qsearch select {
	border: 1px solid #B9B9BA;
	padding-left:3px;
	color: #000000;
	width:189px;
	margin-bottom:2px;
}
#qsearch input.submit {
	height:auto;
	width:auto;
	color:#331a1a;
	text-decoration:underline;
	border:none;
	background-color:transparent;
	margin-top:10px;
	display:block;
}
#qsearch div {
	position:relative;
	padding-top:3px;
	padding-bottom:3px;
	color:#1370cd;
}

#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;
}
/***********************************************/
#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:right;
	text-align:right;
}
#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;
/*	position: relative;*/
	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 {
	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;
}
/***********************************************/

#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;
}

/*******************************************************************/
.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:1px solid #fceca8;
}
#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;
	xmargin-top:5px;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:2px;
	padding-left:5px;
	background-color:#fceca8;
}
#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:129px;
	position:relative;
}
#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 {
	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 */

#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 LIST PUBLIC */
#item_list .item_preview {
	padding-top:10px;
	margin-bottom:10px;
	border-bottom:solid 1px #cdc0a5;
	position:relative;
	padding-left:10px;
	padding-right:10px;
}
#item_list .item_preview .item_img {
	float:left;
	width:150px;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:30px;
}
#item_list .item_preview .item_img img {
	border:solid 1px #d0c4ab;
}
#item_list .item_preview h2 {
	margin-top:35px;
	margin-bottom:5px;
}
#item_list .item_preview h2 a:link,
#item_list .item_preview h2 a:visited {
	font-size:20px;
	color:#1370cd;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}
#item_list .item_preview .add_to_fav {
	float:right;
	text-align:right;
}
#item_list .item_preview .add_to_fav a,
#item_list .item_preview .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;
}
#item_list .item_preview .add_to_fav a.fav,
#item_list .item_preview .add_to_fav a.fav:visited {
	font-weight:normal;
	font-size:12px;
	background-image:url(/img/icons/favorites.gif);
	color:#a37545;
}
#item_list .item_preview .desc {
	padding-top:10px;
	padding-bottom:10px;
	color:#331a1a;
	font-size:11px;
}
#item_list .item_preview p {
	margin-top:3px;
	margin-bottom:3px;
	font-size:11px;
	color:#331a1a;
}
#item_list .item_preview p strong {
	font-size:11px;
}
#item_list .item_preview p.prices {
	color:#f44b00;
}
#item_list .item_preview p.prices strong {
	color:#331a1a;
}
#item_list .item_preview .details {
	background-color:#cdc0a5;
	width:66px;
	padding:2px;
	margin-left:475px;
	text-align:center;
}
#item_list .item_preview .details a,
#item_list .item_preview .details a:visited {
	color:#ffffff;
	font-size:11px;
}
#item_list .item_preview .stars {
	margin-top:7px;
	margin-bottom:10px;
}
#item_list .item_preview .stars img {
	margin-right:2px;
}
/*----------------------------------------*/

#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 {
	color:#331a1a;
	border-bottom:solid 1px #cdc0a5;
}
#item_details * strong {
	color:#654940;
}
#item_details * {
	color:#331a1a;
}
#item_details .item_top {
	position:relative;
	border-bottom:solid 1px #cdc0a5;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
}
#item_details .item_top h1 {
	margin-left:0px;
	margin-bottom:5px;
	margin-right:130px;
	color:#1370cd;
}
#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;
}
#item_details h2 {
	margin-top:15px;
	margin-bottom:2px;
	padding-bottom:2px;
	color:#654940;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}
/* user input */
#item_details h3 {
	margin:0;
	padding:0;
	font-weight:normal;
	margin-top:8px;
	margin-bottom:5px;
	font-size:13px;
	color:#f44b00;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#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: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;
}
#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:470px;
	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 a:link,
#content a:visited {
	color:#f44b00;
}
#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:20px;
}
#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;
}

/* FORMULAR REZERVARI */
.formres {
	border:solid 1px #cdc0a5;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	background-color:#fff6e4;
	display:none;
	height:175px;
	position:relative;
}
.formres p {
	margin:0;
	padding:0;
}
.formres .close {
	position:absolute;
	top:5px;
	right:5px;
}
.formres a.close,
.formres a.close:visited {
	color:#f44b00;
	text-decoration:none;
}
.formres a.close:hover {
	text-decoration:none;
}

.resform {
	position:relative;
}
.resform .rightcol {
	position:absolute;
	top:10px;
	left:280px;
	width:200px;
	padding-top:10px;
	padding-left:10px;
	border-left:dotted 1px #dadada;
}
#content .resform .rightcol p {
	font-size:10px;
	margin-top:5px;
	margin-bottom:5px;
}

.resform .frame {
	width:305px;
	margin-bottom:2px;
}
.resform .frame .fr_left {
	width:105px;
	float:left;
}
.resform .frame .fr_right {
	width:200px;
	float:left;
}
.resform input,
.resform select,
.resform textarea {
	border:solid 1px #dadada;
	background-color:#ffffff;
}
#content .resform textarea {
	height:60px;
}
#content .resform textarea,
#content .resform input.submit {
	width:190px;
}
#content .resform label {
	color:#654940;
}
#content .formres p.message {
	color:#1402CA;
	margin:0;
	padding:0;
	margin-top:3px;
	margin-bottom:10px;
}
#content .resform input.submit {
	font-size:16px;
	text-align:center;
	margin:0;
	background-color:#fcfbf3;
	color:#f44b00;
	border:solid 1px #cdc0a5;
}
#sort {
	text-align:center;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:10px;
	border-bottom:solid 1px #cdc0a5;
}
#sort a,
#sort a:visited {
	padding-top:5px;
}

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