* {
	margin: 0;
    padding: 0;
}


body {
    background-color: #111;
    font-family: Arial, Tahoma;
    font-size: 12px;
    background: url(/media/img/bg_body.jpg) repeat top left #020202;
}

#container {
	background: url(/media/img/bg.png) no-repeat center top fixed;
	width: 1001px;
	margin: 0 auto;
	text-align: left;
}

#top_bg {
}


#left_column {
	position: relative;
	left: 0px;
	width: 177px;
	float: left;
}

#center_column {
	position: relative;
	width: 646px;
	float: left;
}

#right_column {
	float: left;
	width:177px;
	position: relative;
	right: 0px;
}

.round_top {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

br.clr {
	clear: both;
}

img {
	border: none;
}

a {
	/*color: #4a504a;*/
    color: #2a52be;
	text-decoration: none;
}

a:hover, a.current {
    color: #a98d10;
	text-decoration: underline;
}

.inner {
	margin: 0 auto;
	text-align: left;
	}


#top_line {
    background-color: rgba(0,0,0,0.7);
	height: 22px;
	line-height: 22px;
    color: #9a9997;
	}


#top_line a {
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
	font-size: 11px;
	}

#top_line a:hover {
	text-decoration: none;
	color: gold;
}

#send_request_menu {
	float: right;
	color: orange;
}

#send_request_menu a {
	color: orange;
}

#header {
	height: 51px;
	margin: 22px 0;
    width: 1000px;
}

#header_inner {
	position:relative;
}

#logo_link {
	display: block;
	width: 207px;
	height: 51px;
	position: absolute;
	top: 0px;
	left: 0px;
    float: left;
}

.top_ad_place {
    width: 207px;
    height: 51px;
    position: absolute;
    right: 0;
    background-color: rgba(150,150,150,0.4);
}


.mainmenu,
.mainmenu2 {
	color: #aaa;
	height: 30px;
	padding: 0 0 0 10px;
	position: relative;
    top:9px;
	z-index: 3;
    float: left;
    margin-left: 300px
}

#menu2 {
    top: 0px;
}

.mainmenu ul,
.mainmenu2 ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
    position: relative;
    z-index: 3;
}

.mainmenu ul li,
.mainmenu2 ul li {
    background-color: rgba(0,0,0,0.3);
	position: relative;
	display: inline;
	height: 30px;
	float: left;
}

.mainmenu ul li a,
.mainmenu ul li .noa,
.mainmenu2 ul li a,
.mainmenu2 ul li .noa{
	display: block;
	color: white;
	line-height: 30px;
	padding: 0 15px;
	border-right: 1px solid #556;
	text-decoration: none;
	cursor: pointer;
}

.mainmenu ul li:last-child a,
.mainmenu ul li:last-child .noa,
.mainmenu2 ul li:last-child a,
.mainmenu2 ul li:last-child .noa
{
    border: none;
}

.mainmenu li.current > a,
.mainmenu a:hover,
.mainmenu .noa:hover
.mainmenu2 li.current > a,
.mainmenu2 a:hover,
.mainmenu2 .noa:hover
{
	color: #d4b012;
}

#foot_menu li.current a, #foot_menu a:hover, #foot_menu .noa:hover {
	color: #d4b012;
}

* html .mainmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.mainmenu ul li a:hover,
.mainmenu2 ul li a:hover {
	color: #d4b012;
	background-color: #2f261d;
}

.mainmenu ul li ul{
	position: absolute;
	left: 0;
	background-color: black;
	display: block;
	visibility: hidden;
    opacity: 1;
	z-index: 2000;
}

.mainmenu ul li ul li{
	display: list-item;
	float: none;
	height: 30px;
    background-color: black;
}

.mainmenu ul li ul li a{
	font: normal 13px Verdana;
	width: 170px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-right: 0;
	border-bottom: 1px solid #333;
}

.mainmenu ul li ul li a:hover{
	background: #444;
	color: white;
}


#foot_menu {

	color: white;
	clear: both;
	height: 30px;
	padding: 0 10px;
	margin: 30px auto 10px auto;
    font-size: 11px;
}


#foot_menu ul{
	margin: 0 auto;
	padding: 0;
	width: 950px;
	list-style-type: none;
}


#foot_menu ul li{
	position: relative;
	display: inline;
	height: 30px;
	float: left;
}

#foot_menu ul li a{
	display: block;
	color: #ddd;
	line-height: 30px;
	padding: 0 20px;
	text-decoration: none;
}


#foot_menu a.current, #foot_menu a:hover {
	color: gold;
}


#nav_bar {
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	color: black;
    background-color: #eee;
    background-color: rgba(250,250,250,0.9);
    border-radius: 3px;
    padding: 0 0 0 10px;
	margin-bottom: 22px;
}


#nav_bar_inner {
	width: 988px;
	float: left;
	margin: 0 0 0 4px;
	padding: 0 0 0 7px;
	background: url('/media/img/polosa.png') top left repeat-x transparent;
	}

#nav_bar a {
	color: black;
	text-decoration: none;
	}


#nav_back {
	float: right;
	height: 24px;
	background: #fff;
	font-size: 1.1em;
}

.nav_back__rule {
    float: left;
    width:5px;
    padding:0 10px;
    background-color: darkgoldenrod;
    color: white;
}

#nav_back a:hover {
	text-decoration: none;
	color: crimson;
}

#footer {
	clear: both;
    margin-top: 15px;
	width: 100%;
	height: 125px;
	color: #ccc;
	text-align: center;
    border-top: 1px solid #666;
    background-color: rgba(0,0,0,0.5);
}

.footer__inner {
    padding:15px;
}

#footer a {
	color: #ccc;
}

#footer a.current, #footer a:hover {
	color: #a98d10;
}

#left_column .searchBlock {
	padding: 0px 10px 0px 0px;
	color:white;
}


.footer__copy {
    float: left;
    line-height:16px;
    text-align:left;
    font-size: 0.9em;
    width:160px;
}

.footer__menu0, .footer__menu1, .footer__menu2 {
    float: left;
    width:200px;
    font-size: 0.9em;
    list-style-type: none;
    text-align: left;
}

#right_column .searchBlock {
	padding: 0px 0px 0px 10px;
	color: white;
}

.searchBlock {
	height: 70px;
	line-height: 18px;
	margin-top:9px;
}

.searchBlock a {
	color: #f0f0f0;
}

.searchBlockText {
	margin-left: 60px;
	height: 50px;
	line-height: 130%;
	padding:0;
	position: relative;
	top: -3px;
}

.searchBlock form {
	padding-top: 12px;
}

.searchBlock .searchInput {
	border: 0px;
    line-height:normal !important;
    font-size: 100.1%;

	width:40px;
	height: 22px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
 	border-radius: 2px;
    outline: none;
    -moz-outline: 0;
}


.searchBlock .goldButton {
	width: 45px;
    display: inline-block;
    background-color: #8e741a;
   *display: inline;
    outline: none;
    line-height:normal !important;
    padding:0px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
	border-radius: 2px;
	border: none;
	height: 22px;
    position: relative;
    top: 0px;
    background-image: linear-gradient(bottom, rgb(140,113,25) 42%, rgb(189,161,68) 75%);
    background-image: -o-linear-gradient(bottom, rgb(140,113,25) 42%, rgb(189,161,68) 75%);
    background-image: -moz-linear-gradient(bottom, rgb(140,113,25) 42%, rgb(189,161,68) 75%);
    background-image: -webkit-linear-gradient(bottom, rgb(140,113,25) 42%, rgb(189,161,68) 75%);
    background-image: -ms-linear-gradient(bottom, rgb(140,113,25) 42%, rgb(189,161,68) 75%);

    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.42, rgb(140,113,25)),
    	color-stop(0.75, rgb(189,161,68))
    );
	color: white;
    -moz-outline: 0;
}

.goldButton::-moz-focus-inner, .searchInput::-moz-focus-inner {
    padding: 0;
    border: none;
}


@-moz-document url-prefix() {
  .goldButton {position:relative; top:1px;}
  .blackButton {position:relative; top:1px;}
}

.searchBlock .goldButton:hover {
	background-color: #8d7219;
    background-image: linear-gradient(bottom, rgb(140,113,25) 42%, rgb(189,161,68) 13%);
    background-image: -o-linear-gradient(bottom, rgb(140,113,25) 42%, rgb(189,161,68) 13%);
    background-image: -moz-linear-gradient(bottom, rgb(140,113,25) 42%, rgb(189,161,68) 13%);
    background-image: -webkit-linear-gradient(bottom, rgb(140,113,25) 42%, rgb(189,161,68) 13%);
    background-image: -ms-linear-gradient(bottom, rgb(140,113,25) 42%, rgb(189,161,68) 13%);

    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.42, rgb(140,113,25)),
    	color-stop(0.13, rgb(189,161,68))
    );
	cursor: pointer;
}

.searchBlock .blackButton {
    width: 45px;
    display: inline-block;
    background-color: #222;
   *display: inline;
    outline: none;
    line-height:normal !important;
    padding:0px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    height: 22px;
	color: white;
    background-image: linear-gradient(bottom, rgb(44,46,46) 22%, rgb(153,158,158) 69%);
    background-image: -o-linear-gradient(bottom, rgb(44,46,46) 22%, rgb(153,158,158) 69%);
    background-image: -moz-linear-gradient(bottom, rgb(44,46,46) 22%, rgb(153,158,158) 69%);
    background-image: -webkit-linear-gradient(bottom, rgb(44,46,46) 22%, rgb(153,158,158) 69%);
    background-image: -ms-linear-gradient(bottom, rgb(44,46,46) 22%, rgb(153,158,158) 69%);

    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.22, rgb(44,46,46)),
    	color-stop(0.69, rgb(153,158,158))
    );
}


.blackButton::-moz-focus-inner {
    padding: 0;
    border: none;
}

.searchBlock .blackButton:hover {
	background-clor:#8d7219;
	cursor: pointer;

    background-image: linear-gradient(bottom, rgb(161,167,168) 25%, rgb(72,76,77) 65%, rgb(51,54,54) 85%);
    background-image: -o-linear-gradient(bottom, rgb(161,167,168) 25%, rgb(72,76,77) 65%, rgb(51,54,54) 85%);
    background-image: -moz-linear-gradient(bottom, rgb(161,167,168) 25%, rgb(72,76,77) 65%, rgb(51,54,54) 85%);
    background-image: -webkit-linear-gradient(bottom, rgb(161,167,168) 25%, rgb(72,76,77) 65%, rgb(51,54,54) 85%);
    background-image: -ms-linear-gradient(bottom, rgb(161,167,168) 25%, rgb(72,76,77) 65%, rgb(51,54,54) 85%);

    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.25, rgb(161,167,168)),
    	color-stop(0.65, rgb(72,76,77)),
    	color-stop(0.85, rgb(51,54,54))
    );
}

.searchBlock span {
	color: #463e1a;
	margin-left: -5px;
}




.search_count {
	float: left;
	line-height: 35px;
	width:200px;
	}

.search_sort {
    float: left;
    width:50px;
    line-height: 35px;
}

#search_pages {
	line-height:35px;
	float: right;
	}

#search_pages ul {
	list-style-type: none;
	display: inline;
}

#search_pages ul li {
	display: inline;
}

#search_pages ul li a, #search_pages .current_page{
	width:25px;
	height:35px;
	display:block;
	float:left;
	text-align:center;
}

#search_pages ul li a:hover, #search_pages .current_page:hover{
	background: #444;
}



.obj_count {
	color: #ffd700;
	}


.util_block {
    background: #f9f9f9;
    width: 302px;
    margin-bottom: 3px;
}


.minicard_wrapper, .minicard_wrapper_gold  {
    background: #f9f9f9;
    width: 305px;
    height:204px;
    margin-bottom: 3px;
    float: left;
}

.minicard, .a_minicard  {
    padding: 0px;
    margin: 5px 0px 10px 0px;
    background-color: #f9f9f9;
    width:302px;
    height: 190px;
    cursor: pointer;
}

.minicard__link {
    text-decoration: none;
}

.minicard__link:hover {
    text-decoration: none;
}

.shadowed {
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}

.venzel {
    background: url('/media/img/venzel.png') top right no-repeat;
}

.a_minicard {
    height: 185px;
}

.minicard_wrapper_gold .minicard {
	/*background-color: #f5efde;*/
	border: 1px solid #d7c684;
	}


.venzel {
	background: url('/media/img/venzel.png') top 90% no-repeat;
}


.minicard_head {
	height: 21px;
	line-height: 21px;
	padding: 0px;
	margin: 0px 10px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	}

.minicard_wrapper_gold .minicard_head {
	border-bottom: 1px solid #b29e52;
	background-color: #f5efde;
	background: url('/media/img/mc_gold_head.png') no-repeat;
	margin: 0px;
	padding: 0px 10px;
	}

.minicard a {
	color: #333;
}

.minicard_title {
	font-size: 13px;
	color: #333;
	float: left;
	padding: 0px;
	width: 150px;
}

.minicard_title a {
    color: black;
}

.minicard .minicard_title {
    width:240px;
}

.minicard_id {
	font-size: 13px;
	color: #333;
	padding:0px;
	float: right;
	text-align: right;
}

.minicard_body {
	text-align: left;
	padding: 10px;
}

.minicard_body a {
    color: black;
}

.red {
	color: #990100;
}

.minicard .grey {
	color: #666;
}

.minicard_objimg {
	}

.minicard_info {

	}
.minicard_footer {
	font-size: 0.9em;
	text-align:right;
	margin-top:7px;

	}

.minicard_desc {
	margin-left: 156px;
	font-size: 11px;
    color: #444;
	}

.minicard_descblock {
	margin: 0px 0 7px 0;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #e0e0e0;
	}

.minicard_wrapper_gold .minicard_descblock {
	border-bottom: solid 1px #d9c486;
}


.minicard:hover .minicard_desc, .a_minicard:hover .minicard_desc {
    color: black !important;
}

.minicard:hover .object_text {
    color: black !important;
}
.minicard:hover .minicard_descblock, .a_minicard:hover .minicard_descblock {
    border-bottom: solid 1px #d0d0d0;
}

.minicard_wrapper:hover, .minicard_wrapper_gold:hover  {
	background: #fff;
}



.mini_object_img {
	float: left;
	width: 146px;
	height: 100px;
	margin-right: 5px;
	border: 2px solid #aaa;
	z-index: 1;
	}

.object_text {
	clear: both;
	padding: 5px 0px;
	text-indent: 10px;
    color: #444;
	}

.object_type {
	font-weight: bold;
	}

.object_dealtype {
	color: #4a4a4a;
	}

.object_sq {

	}
.object_cost {

	}


.view_objects {
    font-size: 11px;
	background-color: #d9d0ae;
	padding: 2px 4px;
    margin-top:10px;
    position: relative;
    left:-4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.view_objects__count {
    color: #444;
    font-size:0.8em;
}

.view_objects a {
	color: black;
}


/*
 * ��������� ������
 **************************************************************************/



#search_output {
	/*margin-top: 5px;*/
}

#search_output .first {
	margin-right: 5px !important;
}

.agency_list .first {
    margin-right: 10px !important;
}

#search_output .minicard_wrapper {
	background: url('/media/img/minicard_bg.jpg') #fff top left no-repeat;
	width: 319px;
    margin:0;
	margin-bottom: 5px;
	float: left;
}

.agency_list .minicard_wrapper {
    background: url('/media/img/minicard_bg.jpg') #fff top left no-repeat;
    margin:0;
    margin-bottom: 5px;
    float: left;
}

#search_output .minicard {
    width: 317px;
}

#search_output .minicard_wrapper_gold {
	/*background-color: #f5efde;*/
	width: 319px;
	margin-bottom: 5px;
	float: left;
	}

#search_output .minicard {
	padding: 0 0 0px 0;
	margin: 0px 0px;
	background: none;
	height: 205px;
}


#search_output .a_minicard {
	padding: 0 0 0px 0;
	margin: 0px 0px;
    float: left;
    width: 319px;
    /*height: 205px !important;*/
    margin-bottom:5px;
}

.agency_list {
    padding: 10px 0;
    padding-left:16px;
}

.agency_list .a_minicard {
    padding: 0 0 0px 0;
    margin: 0px 0px;
    float: left;
    /*height: 205px !important;*/
    margin-bottom:5px;
}


#search_output .minicard_wrapper_gold .minicard {
	padding: 0 0 0px 0;
	margin: 0px 0px;
	/*background-color: #f5efde;*/
	height: 202px;
	}

#search_output .minicard_up, #search_output .minicard_down {
	background:none;
	height: 0px;
}



.object .red {
	color: #990100;
}

 .green {
	color: #015500;
}

.object .grey {
	color: #666;
}


.objectShortDescr {
	margin-left: 110px;
}

.objectImg {
	width: 100px;
	height: 100px;
	z-index: 1;
	float: left;
	}
.objectImg img {
	border: solid 2px #b4b4af;
	}




.objectLinks, .objectComments {
	float: left;
	width: 50%;
	font-size: 11px;
	}
.objectFooter a {
	clear: both;
	color: #4a504a;
	text-decoration: none;
	}
.objectLinks {
	text-align: center;
	font-size: 9px;
	display: block;
	width: 95px;
	}



/* BUTTONS */



.buttons {
    text-align:left;
}


.modal_window {
    background-color: rgba(0,0,0,0.6);
    padding: 0px 5px 7px 5px;

}

.modal_head {
    height: 19px;
    color: #eee;
    padding: 3px;
    line-height: 19px;
}

.modal_window_inner {
    background-color: #fff;
}


/* Users browser */

#ub {
    display: none;
}



#gf {
    position: absolute;
    z-index:10;
    left:-90px;
    width:305px;
    background-color: rgba(100, 100, 100, 0.9);
    padding:3px;
}

.geo_head {
    text-align:center;
 }

.geo_head__close {
    float: right;
    width: 15px;
    height: 15px;
}

.geo_head__close_link {
    background-color: rgba(250,250,250,0.5);
    width: 15px;
    height: 15px;
    display: block;
    margin: 1px 0px 2px 2px;
    line-height: 15px;
    padding: 2px !important;
}

.geo_head__close_link:hover {
    background-color: rgba(250,250,250,0.8);
}


#gf_main {
    width:305px;
    min-height:130px;
}

#gf_main a {
    color: black !important;
}

#gf_main a:hover {
    color: black !important;
}

#gf_main .row {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 5px !important;
}

#gf_main .row > div {
    text-align:left;
}


.minicard_geo {
    padding:5px;
    color: black;
    text-align:center;
}


#ub_main {
    width: 550px;
    min-height: 360px;
    background-color: #fff;
    padding: 20px;
}

#ub_search {
    height: 30px;
    margin-bottom:15px;
    float:left;
}

.ub_items {
    list-style-type: none;
    clear:both;
}

.ub_items li {
    float: left;
    width:90px;
    height:110px;
    cursor: pointer;
    padding: 5px;
    text-align:center;
}

.ub_items li:hover {
    background-color: #eee;
}

#simplemodal-overlay {background-color:#000;}


#notification_error { color: red; height: auto; padding: 4px; text-align: center; }


#logged_in { padding: 5px; margin: 23px 0 100px 43px; padding: 5px; text-align: center; width: 400px; }



#static_menu {
	margin:0px;
	padding: 0px;
	list-style-type: none;
}


#static_menu li {
	color: white;
	padding:5px;
}

#static_menu a {
	color: white;
}


.blue {
	color: #2a52be;
}

.about_agent {
    padding-top: 10px;
}

.about_agent a {
    color: #2a52be;
    text-decoration: underline;

}

.request_list_item:hover td {
	background-color: #eee;
	cursor: pointer;
}


#seen_block {
	width: 177px;
	color:white;
}


.seen_item {
	color:white;
	width: 170px;
	height:50px;
	padding: 10px 0px;
	border-bottom: 1px solid #444;
}

.seen_item:last-child {
    border-bottom: none;
    margin-bottom: 5px;
}

.seen_item a {
	color:white;
}



#sitemap_list ul {
	margin-left: 30px;
}

#sitemap_list ul li {
	line-height: 160%;
	margin-bottom:5px;
}

#tags_block {
	padding:3px;
	margin-top:17px;
}

#tags_block a {
	color: #777;
}

#tag_page,#tag_body {
	clear: both;
	padding: 5px 15px 10px 10px;
	background-color: #fff;
}

#tag_page h1 {
	text-align:center;
	font-size: 1.3em;
	margin-top:5px;
}

#tag_page ul, #tag_body ul {
	padding-left: 30px;

}

#tag_page p, #tag_body p {
	margin-top: 2px;
	margin-bottom: 3px;
	text-indent: 15px;
	text-indent: 15px;
	text-align: justify;
}

#tag_body {
	min-height: 70px;
	padding-top:15px;
}

#tag_objects {
}

.hide_photo {
	float: left;
	position: absolute;
	top: -89px;
	left: 0px;
	padding: 2px 4px;
	z-index:2;
	color: white;
	background-color: rgba(0,0,0,0.8);
	}

.hide_main_photo {
	position: absolute;
	font-size: 10px;
	padding: 1px;
	font-weight: normal;
	background-color: black;
    background-color: rgba(0,0,0,0.6);
	color: white;
	line-height: 20px;
	top: 0px;
}

.minicard_video {
    position: absolute;
   	font-size: 10px;
   	padding: 1px 4px;
   	font-weight: normal;
    background-color: rgba(0,0,0,0.7);
   	color: white;
   	line-height: 20px;
   	top: 75px;
    left:87px;
}

.minicard_video_icon {
    position: absolute;
    font-size: 10px;
    padding: 1px 4px;
    font-weight: normal;
    color: white;
    line-height: 20px;
    top: 33px;
    left:45px;
}

.hide_main_photo img {
	float: left;
}

#static_page {
	padding: 5px 15px 15px 15px;
	background-color: #fff;
	min-height:470px;
    margin-bottom:20px;
}

.agency_text_content p {
    margin-top: 2px;
    margin-bottom: 3px;
    text-indent: 15px;
    text-indent: 15px;
    text-align: justify;
}

#static_page ul {
	padding-left: 30px;

}

#static_page h2 {
    margin: 1em 0 0.2em 0;
}

#static_page h1 {
    font-family: Verdana;
    font-size: 2em;
    margin: 0.7em 0 0.1em 0;
}

#static_page p {
	margin-top: 2px;
	margin-bottom: 3px;
	text-indent: 15px;
	text-indent: 15px;
	text-align: justify;

}

#static_page p a, #static_page p a:visited, #static_page h5 a {
	color: #3333ff;
	text-decoration: underline;
}

#static_page p a:hover {
	color: black;
}

.errors {
	border: 2px solid white;
	background-color: #ff6464;
	padding: 10px;
	margin: 15px;
	list-style-type: none;
}

.errors li {

}

.notifies {
	border: 2px solid white;
	background-color: #ccffcc;
	padding: 10px;
	margin: 15px;
	list-style-type: none;	
}

.request {
	width: 100%;
    min-height:600px;
    vertical-align:top;
}

.request_head td {
	border-bottom: 1px solid #eee;

}

.request tr td {
	padding: 5px;
	margin: 0px;
	text-align:left;
	vertical-align:middle;
}

.request tr:hover td {
	background-color: #eee;
}


.request .user_request td {
	background-color: #e9f9e9;
}

.request .my_request td {
    background-color: #f9e9e9;
}


.request_form input[type=radio] {
	position:relative;
	top:2px;
	margin-right:2px;
}

.request_form tr td {
	padding:2px;
}


.request_search_bar {
	color: #000;
	margin: 0px;
	padding: 0px;
	clear:both;
	}

.search_count {
	float: left;
	line-height: 35px;
	width:140px;
	}

#search_pages {
	line-height:35px;
	float: right;
	}

#search_pages ul {
	list-style-type: none;
	display: inline;
}

#search_pages ul li {
	display: inline;
}

#search_pages ul li a, #search_pages .current_page{
	width:25px;
	height:35px;
	display:block;
	float:left;
	text-align:center;
}
#search_pages ul li a:hover, #search_pages .current_page:hover, .ritem_count:hover{
	background: #444;
    color: white;
}

.ritem_count {

    width: 25px;
    height: 35px;
    display: block;
    float: left;
    text-align: center;
    cursor:pointer;
}

#search_pages ul li a.ritem_count:hover, #search_pages .current_page:hover{
	background: #444;
	color: #fff;
}


.admin_block  {
	width: 175px;
	color: white;
	list-style-type: none;
	padding: 0;
	margin: 10px 0 18px 0;
}


.admin_block  li, .object_menu li {
	border-bottom: 1px solid #333;
	padding: 5px 3px 5px 10px;
	margin: 1px 0px 1px 0px;
}


.admin_block li a, .object_menu li a{
	color: white;
}

.admin_block li.current,  .object_menu li.current {
	background-color: #f6f6f6;
}

.admin_block li.current a,  .object_menu li.current a {
	color: black;
}

#main_text {
	color: #eee;
	margin: 15px 0px;
	clear: both;
	font-size: 0.9em;
	padding: 5px 7px;
}

#main_text a {
	color: white;
    text-decoration: underline !important;
}

.article_short {
	clear: both;
	padding:10px;
	border-bottom: 1px solid #e9e9e9;
	min-height:  70px;
	text-align:justify;
}

.article_short h3 {
	margin-bottom: 0.5em;
}
.article_short a {
	text-decoration: underline;
}
.article_short a:hover {
	color: #cc3300;
}

.article_short img {
	float: left;
	margin: 0px 10px 5px 0px;
}

.article_full {
	
}

.article_full h1{
	font-size: 1.5em;
	margin: 5px 0px 5px 0px;
}

.article_full h2{
	font-size: 1.2em;
	margin: 15px 0px 10px 0px;
}


.article_full img {
	float: right;
	margin: 5px 10px 10px 10px;
}



/*
 * InfoWindow �� �����
 ************************************************************************/

#maps_info {
	padding: 10px;
	width:350px;
	}

#maps_a_info {
	padding: 5px;
	width: 450px;

}

#maps_info a {
	text-decoration: underline;
	color: blue;
	}

#maps_info_add {
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
	color: green;
	}

#maps_info_img {
	float: left;
	border: 1px solid #eee;
	margin: 5px 5px 5px 0px;
	}

#maps_info_body {
	margin: 3px 0px 5px 55px;
	}

#maps_info_href {
	text-align: right;
	font-size: 0.9em;
	}
#maps_info_href a {
	color: blue;
	text-decoration: underline;
}


#main_text ul {
	padding-left:30px;
	margin: 2px;
}

#main_text ol {
	padding-left:30px;
	margin: 2px;
}


#main_text p {
	text-align: justify;
	text-indent:15px;
}

#agency_info ul {
    margin-left:6px;
    list-style-type: none;
}

#agency_info ul li {
    padding: 2px;
}

.agency_map {
    clear: both;
    padding: 5px 0px;
    text-align: center;
    background-color: #d9d0ae;
    width:302px;
}

.agency_map a {
    color: black;
}


#simplemodal-container a.modalCloseImg {
	background:url(/media/img/x.png) no-repeat; 
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:4px;
	right:-4px;
	cursor:pointer;
}

#right_anime {
    
}




#admin_menu_title {
    margin: 0px;
    color: white;
    font-weight: normal;
    text-align: center;
}

#sitemap_list {
    padding: 15px;
}

#sitemap_list h1 {

}

#sitemap_list h2 {
    font-size:1.1em;
    margin-bottom:15px;
}

#sitemap_list ul {
    list-style-type: none;
    margin-left:15px;
}


#sitemap_list ul li {
    list-style-type: none;
    margin-left:15px;
    border-top: 1px dotted #eee;
}


.ajax_pagination {
    float:right;
    margin:0;
    padding:0;
    list-style-type: none;
    width:100px;
}

.ajax_pagination li a, .ajax_pagination li .curpage{
    display: block;
    width:23px;
    height:20px;
    float:left;
    border: 1px solid #eee;
    padding:5px 2px;
    text-align: center;
    cursor: pointer;
}

.ajax_pagination li a:hover, .ajax_pagination li .curpage:hover{
    background-color: #555;
    color: white;
}

.popup_link_blue {
    color: #2a52be !important;
    border-bottom: 1px dashed #2a52be;
}

.popup_link_blue:hover {
    color: #a98d10 !important;
    border-bottom: 1px dashed #a98d10;
    text-decoration: none;
}

.popup_link_white {
    color: orange !important;
    border-bottom: 1px dashed orange;
    padding: 0 !important;
}

.popup_link_white:hover {
    color: #a98d10 !important;
    border-bottom: 1px dashed #a98d10;
    text-decoration: none;
}


#hintmodal_main {
    max-width:450px;
    padding:20px;
}

#hintmodal_main p {
    text-align: justify;
    margin-bottom:7px;
 /*   -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;*/
    text-indent: 15px;
}

.special_block {
    float: left;
    left: 210px;
    top:0px;
    z-index:1;
    position: relative;
}

.special_link {
    display:block;
    width:350px;
    height:50px;

    position: absolute;
    z-index: 200;
    top:-8px;
    color: white;
    /*background-color: rgba(0, 0, 0, 0.8);*/

    color: orange;
}

.special_link:hover {
    /*background-color:#2f261d;*/
    color:#d4b012;
    text-decoration: none;
}


.special_link_u {
    float: left;
    position: relative;
    left: 830px;
    top:-23px;
    color: white;
}

.special_banner {
    z-index: 1;
    color: white;
    top: -11px;
    left:5px;
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
}


.search_input {

}

.rule_block {
    margin-bottom: 0;
    min-height: 300px;
    padding-bottom: 5px
}

.country_flag {
    position: relative;
    top:1px;
}

.attention_item {
    margin:7px 5px 7px 7px;
    width: 170px;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
}

.attention_item_inner {

    background-color: #f0f0f0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.attention_item__title {
    background-color: darkgoldenrod;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding:3px;
    color: black;
    font-size:12px;
    border-bottom: 1px solid #b29e52;
    background-color: #f5efde;
    background: url('/media/img/golden2.png') no-repeat;
}

.attention_item__country {
    padding: 3px;
    font-weight: bold;
}

.attention_item__image {
    text-align: center;
}

.attention_item__image img {
    margin:5px 5px 0px 5px;
}

.attention_item__name {
    font-size:12px;
    padding:10px 5px;

}


.object_card_footer .search_bar {
    color:#444;
}

.object_card_footer .search_count {
    line-height: 25px;
}

.object_card_footer .obj_count {
    color: black;
}

.user_login {
    padding:10px 0 30px 0;
}

.user_login div {
    padding:10px 0;
}

.user_login__submit {
    padding:10px !important;
}

.obj_mini_mark {
	position: absolute;
	left:5px;
	bottom:4px;
	padding:4px 9px 4px 10px;
	color: white;
	font-weight: bold;
	font-size:14px;
}