/** Основные стили модуля Arenda */

/* --- Форма --- */
div.arenda-search form {
	margin: 0;
}
div.arenda-search form table {
	width: 100%;
}
div.arenda-search form table th {
	color: #646464;
	text-align: right;
	padding-right: 20px;
	font-size: 15px;
	height: 50px;
}
div.arenda-search form input, div.arenda-search form select {
	position: relative;
	top: 3px;
}
div.arenda-search form label input {
	top: 0;
}
div.arenda-search form label.checkbox {
	position: relative;
	top: -3px;
}
div.arenda-search div.arenda-search-top {
	background-color: #525759;
	border-radius: 8px 8px 0 0;
	color: #FFF;
	padding: 9px 14px;
	min-height: 25px;
}
div.arenda-search div.arenda-search-top a.pull-right {
	color: #FFF;
	cursor: pointer;
}
div.arenda-search div.arenda-search-center {
	background-color: #e9eced;
	padding: 10px 0 15px 0;
}
div.arenda-search div.arenda-search-center .layout-btn-orange {
	padding: 6px 50px;
	margin-right: 3%;
}
div.arenda-search div.arenda-search-center .text-center a {
	position: relative;
	top: 7px;
	margin-left: 10px;
}
div.arenda-search div.arenda-search-bottom {
	background-color: #525759;
	border-radius: 0 0 8px 8px;
	height: 11px;
}

/* - Цена от / до - */
#Arenda-cost-table {
	width: 100%;
}
#Arenda-cost-table td.inputs{
	width: 275px;
}
#Arenda-cost-table td.delim {
	width: 50px;
}
.ui-slider .ui-slider-range {
    background: #79C92F; /* Для старых браузров */
    background: -moz-linear-gradient(top, #79C92F, #61AE1B); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, 
                color-stop(0%,#79C92F), color-stop(100%,#61AE1B));
    /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #79C92F, #61AE1B);
    background: -o-linear-gradient(top, #79C92F, #61AE1B); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #79C92F, #61AE1B); /* IE10 */
    background: linear-gradient(top, #79C92F, #61AE1B); /* CSS3 */  
}

/* --- Результат списком --- */
div.arenda-table {
	border: 1px solid #DCDCDC;
	/*	border-radius: 8px;
		padding: 3px;
		background-color: #E9ECED;*/
	font-size: 12px;
}
div.arenda-table table {
	border-radius: 0;
}
div.arenda-table table th {
	text-align: left;
	padding-left: 3px;
	font-weight: normal;
	font-size: 13px;
	background-color: #F5F5F5;
	border-right: 1px dotted #C3C3C3;
	padding: 5px;
	color: #666666;
	border-bottom: 1px solid #E9ECED;
}

th {}
div.arenda-table table th:first-child {
	/* border-radius: 8px 0 0 0; */
}
div.arenda-table table th:last-child {
	/*border-radius: 0 8px 0 0;*/
	border-right: none;
}
div.arenda-table table tbody tr.arenda-table-line {
	background-color: #FFF;
	height: 2px;
	cursor: default;
}
div.arenda-table table tbody tr.arenda-table-line:hover {
	background-color: #FFF;
}
div.arenda-table table tbody tr {
	text-align: left;
}
div.arenda-table table tbody tr:hover {
	background-color: #F7F9FA;
}
div.arenda-table table tbody td.arenda-table-dt a {
	color: #000;
}
div.arenda-table table tbody tr.second {
	border-top: 1px dashed #D6D7BF;
	display:none
}

div.arenda-table table tbody tr.second td:first-of-type{
	padding-left: 10px;
	padding-right: 0px;
}

div.arenda-table table tbody tr.second td:last-of-type{
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	line-height: 18px;
}

div.arenda-table table tbody tr.second td .more-bottom {
	min-height: 25px;
}

div.arenda-table table tbody tr.second td .more-top {
	margin-bottom: 5px;
	min-height: 25px;
	margin-top: 15px;
}

div.arenda-table table tbody tr.second td .more-main {
	min-height: 30px;
}

.realty-id:hover{
	cursor:pointer;
}

.realtyImages {
	width: 100%;
}

.realtyImages .realty_image{
	display: inline-block;
	padding:10px 10px 10px 0;
}
.realtyImages img{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 3px;
}
.realtyImages img:hover{
	background-color: rgba(31, 212, 60, 0.47);
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}

div.arenda-table table tbody tr.selected {
	background-color: rgba(218, 218, 218, 0.15);
} 
div.arenda-table table tbody tr.realty-id td,
div.arenda-table table tbody tr.realty-id-empty td{
	height: 40px;
	border-right: 1px dotted #DEE4E5;
	border-bottom: 1px solid #DEE4E5;
	padding-left: 10px;
	padding-left: 5px;
	padding-right: 6px;
	font-size: 12px;
}
div.arenda-table table tbody tr.realty-id-empty td {
	text-align: right;
	padding: 0 20px;
}
div.arenda-table table tbody tr.realty-id.selected{
	height: 40px;
	border-top: 2px solid  #E1E5E7;
	/* border-bottom: 5px solid #E1E5E7; */
	border-left: 1px solid  #E1E5E7;
	border-right: 1px solid  #E1E5E7;
}
div.arenda-table table tbody tr.second.selected{
	height: 40px;
	border-left: 1px solid #E1E5E7;
	border-right: 1px solid #E1E5E7;
	border-bottom: 2px solid #E1E5E7;
}
div.arenda-table table tbody tr.archive_title{
	background-color: #E1E5E7;
	height: 50px;
	font-size: 14px;
	font-weight: bold;
	color: rgb(44, 121, 219);
}

tr.second a {
	cursor: pointer;
}

tr.second a:hover {
	/* color: #F5F5F5; */
	text-decoration: none;
	cursor: pointer;
}

/* суб навигация результатов кол-во, (карте|списком|избр.) страницы */
.arenda-result-navigation {
	margin-top: 18px;
}
.arenda-result-navigation div {
	height: 45px;
}
.arenda-result-navigation div.count {
	float: left;
	margin-top: 13px;		
}
.arenda-result-navigation div.pages {
	float: right;
	margin-top: 9px;		
}
.arenda-result-navigation div.btns {
	text-align: center;
}

.arenda-result-navigation div.pages div.pagination {
	height: 28px !important;
	margin: 0px !important;
}

/* показать на (карте|списком) */
.arenda-showOn {
	display: block;
	height: 40px;
	left: 50%;
	margin-left: -310px;
	overflow: hidden;
	position: absolute;
	width: 600px;
}
.arenda-showOn span {
	display: inline-block;
	position: relative;
	left: 15px;
	top: 6px;
	width: 170px;
	height: 30px;
}
.arenda-showOn span i {
	padding-left: 5px;
}
.arenda-showOn span {
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 15px;
	padding-top: 5px;
	color: #0088CC;
	text-decoration: underline;
}
.arenda-showOn span:hover {
	background-color: #E1E1E1;
	background: #D7E7BE;
	background: -moz-linear-gradient(top, #E1E1E1, #FF6600);
	background: -webkit-linear-gradient(top, #E1E1E1, #FF6600);
	background: -o-linear-gradient(top, #E1E1E1, #FF6600);
	background: -ms-linear-gradient(top, #E1E1E1, #FF6600);
	background: linear-gradient(top, #E1E1E1, #FF6600);	
	border-radius: 15px;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}
.arenda-showOn span.active {
	text-decoration: none;
	color: #FFF;
	background: #5DAC1A;
	border-radius: 15px;
	cursor: default;
}


/* Кнопка - показать номер */
.phone-container {
	position: relative;
	text-align: left;
}
.phone-container img {}
.phone-container span {
    background-color: rgba(255,255,255,0.7);
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20px) repeat-y; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(20px,rgba(255,255,255,1))) repeat-y; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20px) repeat-y; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20px) repeat-y; /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20px) repeat-y; /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20px) repeat-y; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	padding-left: 20px;
	left: 38px;
	right: 0;
	text-decoration: underline;
	white-space: nowrap;
}
.phone-container span.btn-show-phone {color: #CD5302;}
.phone-container span.btn-show-phone-active {color: #51a351;}

div.arenda-table table tbody tr:hover .phone-container span {
    background: -moz-linear-gradient(left,  rgba(238,238,238,0) 0%, #F7F9FA 20px); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#F7F9FA), color-stop(20px,rgba(255,255,255,1))) repeat-y; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(238,238,238,0) 0%,#F7F9FA 20px) repeat-y; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(238,238,238,0) 0%,#F7F9FA 20px) repeat-y; /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(238,238,238,0) 0%,#F7F9FA 20px) repeat-y; /* IE10+ */
    background: linear-gradient(to right,  rgba(238,238,238,0) 0%,#F7F9FA 20px) repeat-y; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eeeeee', endColorstr='#f7f9fa',GradientType=1 ); /* IE6-9 */
}
div.arenda-table table tbody tr.selected .phone-container span {
    background: -moz-linear-gradient(left,  rgba(238,238,238,0) 0%, #FEFEDE 20px) repeat-y; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FEFEDE), color-stop(15%,rgba(255,255,255,1))) repeat-y; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(238,238,238,0) 0%,#FEFEDE 20px) repeat-y; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(238,238,238,0) 0%,#FEFEDE 20px) repeat-y; /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(238,238,238,0) 0%,#FEFEDE 20px) repeat-y; /* IE10+ */
    background: linear-gradient(to right,  rgba(238,238,238,0) 0%,#FEFEDE 20px) repeat-y; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eeeeee', endColorstr='#fefede',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(to right,rgba(238,238,238,0) 0,#FEFEDE 20px) repeat-y;
}
.phone-container span:hover {
	text-decoration: none;
}

.free-phone {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.realty-address-free {margin-left: 10px;}

/* добавить объект в избранное */
.favorites {
	cursor: pointer;
	display: inline-block;
	width: 21px;
	height: 16px;
	background: url('../img/btn/heart2.png') no-repeat;
}
.favorites:hover {
	background-position: 0px -16px;
}
.favorites.added {
	background-position:0px -33px
}

/* добавить жалобу на объект */
.btn-abuse {
	z-index: 1;
	position: relative;
}
.btn-abuse.map {
	left: 0px !important;
}
.popover-abuse-menu {
	text-align: right;
	cursor: pointer;
	width: 100%;
}
.popover-abuse-menu a {
	color: #000;
}
.popover-abuse-menu div {
	padding-right: 10px;
	padding-top: 7px;
	height: 25px;
}
.popover-abuse-menu div:hover {
	background-color: #D7E7BE;
}


/* карта */
.arenda-map-item b {
	color: #5F6365;
	font-size: 13px;
}
.arenda-map-item b.street {
	font-weight: bold;
	position: relative;
  left: 1px;
	top: -5px;
}
.arenda-map-item p {
	max-height: 70px;
	min-height: 50px;
	overflow-y: auto;
	margin: 10px 0 5px 0 !important;
	width: 100%;
}

div.cluster-balloon-item span {
	border-bottom: 1px dotted #0066A4;
	cursor: pointer !important;
}
span.count {
	font-weight: bold;
}

/* эксклюзивные объекты */
.exclusive {
	margin-right:3px;
	margin-bottom:2px;
	display:inline-block;
}

.see-btn{
	padding: 3px 5px;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	background-color:#F5F5F5;
	font-size:10px;
	margin: 0 10px 5px 0;
	padding: 0px 3px;
	cursor: pointer;
}

.see-btn:hover {
	background-color: #5DAC1A;
	color:white;
}

.js_more {
	display: block;
	width: 300px;
	margin: 15px auto;
	padding: 5px 100px;
}

.link-element {
	width:33%;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

#seoBlock{
	
}

#seoBlock a {
	text-decoration: underline;
}

.arenda-search .close-button {
	background-repeat: no-repeat;
	background-position: center bottom;
	width:80px;
	height:16px;
	display: inline-block;
	opacity: 0.7;
	margin-top: 3px;
}

.arenda-search .close-button:hover {
	opacity: 1;
}

.arenda-search .open {
	background-image: url('/desktop/arenda/img/open.png');
}

.arenda-search .close {
	background-image: url('/desktop/arenda/img/close.png');
}


.arenda-search .hide {
	display:none;
}

#favorite-not-found {
	margin-top: 20px;
	margin-bottom: 10px;
	height: 50px;
	background-image: url('/desktop/arenda/img/non_favorite.png');
	background-repeat: no-repeat;
	background-position: center center;
}

#alternative_text{
	margin-top: 20px;
	margin-bottom: 10px;
	height: 50px;
	background-image: url('/desktop/arenda/img/alternative_text.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

.objects-not-found {
	margin-top: 20px;
	margin-bottom: 10px;
	height: 50px;
	background-image: url('/desktop/arenda/img/non_objects.png');
	background-repeat: no-repeat;
	background-position: 5px center;
}
.expand-title {
	color: #0088cc;
	text-decoration: underline;
}

.expand-title:hover {
	color: #005580;
	text-decoration: none;
}

.fio{
	text-transform: capitalize;
}

.search-other-link {
	text-align: center;
	font-size: 18px;
    margin-top: 20px;
}


/* форма "связаться с собственником" */

.call-owner {
	height: 155px;
	width: 375px;
}

.call-owner-wrapper{
	margin:0 0 5px 10px;
}

.call-owner .error {
border-color: rgba(127, 0, 0, 0.8);
box-shadow: 0 1px 1px rgba(127, 0, 0, 0.075) inset, 0 0 8px rgba(127, 0, 0, 0.6);
outline: 0 none;
}

.call-owner input[name="phone"]{
	width: 113px;
}

.call-owner input[name="fio"] {
	width: 140px;
	margin-bottom: 10px;
}

#call-owner-container {
	display: none; 
	height: 170px;
	position:absolute;
	z-index: 40;
	color:#333; 
	background-color: white; 
	border:1px solid #AAA; 
	border-radius: 10px; 
	padding: 10px; 
	-moz-box-shadow: 3px 3px 4px #444;
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 3px 3px 4px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='.444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='.444444');
}

.call-owner input[name="email"] {
	width: 140px;
	margin-top:8px;
	margin-bottom: 0;
}

.call-owner textarea[name="text"]{
	margin-bottom: 0;
	width: 180px;
	height: 60px;
	max-width: 180px;
	line-height: 14px;
	font-size: 11px;
}

.call-owner .callOwnerSuccess {
	display:none;
	font-style: italic;
    padding: 2px 3px 0 3px;
    height: 90px;
    line-height: 17px;
    width: 185px;
    margin-bottom: 0;
    font-size: 11px;
}

.call-owner .call-owner-main {
	border: 1px solid #CCC;
	background-color: #E1E5E7;
	padding:10px;
	border-radius: 8px;
}

.call-owner .ajax_button {
	padding:3px 18px;
	border-radius: 0 0 15px 15px;
}

.call-owner-title {
	text-align: left;
	font-size: 17px;
	text-shadow:1px 1px white;
	margin-bottom: 5px;
}

.top-wrapper {
	border:1px solid #EEE;
	border-radius: 4px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.top-wrapper table{
	width:100%;
	text-align: center;
	height: 150px;
	background: url('/desktop/arenda/img/top/map.jpg') no-repeat right center;
	margin-bottom: 3px;
}

.top-wrapper table td{
	width: 25%;
    background-size: contain !important;
}

.top-wrapper .top-title {
	text-align: center;
	font-size: 26px;
	margin-bottom: 5px;
	margin-top: 15px;
	line-height: 30px;
}

.top-wrapper table .white-fon{
	background-color: rgba(255, 255, 255, 0.6); 
	text-align: center;
	padding: 3px;
	width: 125px;
	margin: 0 auto;
}

.top-wrapper .top-link {
    margin: 0 auto;
    height: 100px;
    width: 100px;
    cursor: pointer;
}

#map-container #map-view, #panorama{
	height:460px;
	width:750px;
	border-width: 4px;
	border-style: inset;
}

#map-container{
	display: none; 
	position:absolute;
	z-index: 40;
	color:#333; 
	background-color: white; 
	border:1px solid #AAA; 
	border-radius: 10px; 
	padding: 10px; 
	-moz-box-shadow: 3px 3px 4px #444;
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 3px 3px 4px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='.444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='.444444');
}

.view-map-button{
	font-size: 12px;
	padding: 2px 3px;
	margin-left: 10px;
}


.gmnoprint img {
    max-width: none; 
}

#panorama-container{
	position:absolute;
	left: -9999px;/* панорама не грузится при display:none */
	z-index: 40;
	color:#333; 
	background-color: white; 
	border:1px solid #AAA; 
	border-radius: 10px; 
	padding: 10px; 
	-moz-box-shadow: 3px 3px 4px #444;
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 3px 3px 4px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='.444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='.444444');
}


.view-panorama-button{
	font-size: 12px;
	padding: 2px 3px;
	margin-left: 10px;
}

.gm-style-cc, .ymaps-copyrights-legend{
	display:none;
}

#panorama-title,#map-title {
	font-size: 22px;
	margin-bottom: 10px;
}

/* регистрация */
.js-registration-icon {max-width: 20px;}
tr.second .reg-stamp{
    background-repeat: no-repeat no-repeat;
    background-position: right 37%;
    background-image: url('/desktop/arenda/img/registration-stamp.png');
    background-size: contain;
    width: 140px;
    height: 70px;
    margin-right: 10px;
}

#registration-info-block {margin-top: 10px; font-size: 13px; border:1px solid #EEE; padding: 20px;}
#registration-info-block p {padding-left: 5px;}
#registration-info-block .reg-info-title {font-size: 14px;}
#registration-info-block #reg-info-btn {font-weight: bold;}
#registration-info-block div.li-round {
    height: 20px;
    margin-right: 10px;
    border-radius: 10px;
    background-color: #80B638;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}
#registration-info-block #reg-info-ul {margin-left: 110px;}

/* иконки */
.row-obj-icons {display: inline-block; margin-right: 8px;margin: 8px;}

/* фиксы EditMy */
.popover {
    min-width: 200px;   
	max-width: 800px;
	width: auto;
}

.editMyForm, .editMyTitle{
    width:500px;
}

.editMyForm {font-size: 12px;}
.editMyTitle {height: 20px;}

.js-abuse-form {border-right:1px solid #ddd;}
.js-abuse-form .popover-abuse-menu {text-align: left;}
.js-abuse-form .popover-abuse-menu div {padding-left:5px;}

.bottomFormRequest .field-container.city-call-request {
    display: none;
}
.bottomFormRequest .call-request-new {
    display: block;
    background: transparent;
    border-width: 1px;
    padding: 0;
    padding-bottom: 25px;
}
.bottomFormRequest .request-title {
    background: #FBFBFB url('/desktop/arenda/img/realty_not_found.png') no-repeat 50px 10px;
    font-size: 23px !important;
    line-height: 40px;
    padding: 25px;
    padding-left: 200px;
    width: auto !important;
    color: #585858;
}
.bottomFormRequest .request-title span {
    color: #EB7907;
}
.bottomFormRequest .layout-btn-orange {
    display: block;
    margin: 10px auto;
    width: 300px;
}

.bottomFormRequest .send-form {
    padding: 4px 16px !important;
    width: 170px !important;
}
.bottomFormRequest .alert {
    width: 300px;
    margin: 0 auto;
}
td.row-cost {
    padding: 0 5px;
}


.layout-btn-orange {
    background: #5CB85C;
    color: #FFF;
    text-shadow: none;
    border: 3px solid #FFFFFF;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 11px 0 0 24px;
}

.layout-btn-orange:hover {
    background: #478847;
    color: #FFF;
    text-shadow: none;
    border: 3px solid #FFFFFF;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 11px 0 0 24px;
}





#cssmenu {padding: 0; margin: 0; border: 0;}
#cssmenu ul, #cssmenu li {list-style: none; margin: 0; padding: 0;}
#cssmenu ul {position: relative; z-index: 597; }
#cssmenu ul li { float: left; min-height: 1px; vertical-align: middle;}
#cssmenu ul li.hover,
#cssmenu ul li:hover {position: relative; z-index: 599; cursor: default;}
#cssmenu ul ul {visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 100%;}
#cssmenu ul ul li {float: none;}
#cssmenu ul ul ul {top: 0; left: auto; right: -99.5%; }
#cssmenu ul li:hover > ul { visibility: visible;}
#cssmenu ul ul {bottom: 0; left: 0;}
#cssmenu ul ul {margin-top: 0; }
#cssmenu ul ul li {font-weight: normal;}
#cssmenu a { display: block; line-height: 1em; text-decoration: none; }


#cssmenu {
  background: #333;
  border-bottom: 3px solid #FEA500;
  font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
  font-size: 12px;
}

  #cssmenu > ul { *display: inline-block; }

  #cssmenu:after, #cssmenu ul:after {
    content: '';
    display: block;
    clear: both; 
}


#cssmenu a {
    background: #333;
    color: #CBCBCB;
    padding: 0 20px; 
}
#cssmenu ul { text-transform: uppercase; }

    #cssmenu ul ul {
      border-top: 4px solid #1b9bff;
      text-transform: none;
      min-width: 190px; 
}
      #cssmenu ul ul a {
        background: #1b9bff;
        color: #FFF;
        border: 1px solid #0082e7;
        border-top: 0 none;
        line-height: 150%;
        padding: 16px 20px; 
}
      #cssmenu ul ul ul { border-top: 0 none; }

      #cssmenu ul ul li { position: relative }


      #cssmenu > ul > li > a { line-height: 48px;  }

#cssmenu ul ul li:first-child > a { border-top: 1px solid #0082e7; }
        #cssmenu ul ul li:hover > a { background: #35a6ff; }

        #cssmenu ul ul li:last-child > a {
          border-radius: 0 0 3px 3px;
          box-shadow: 0 1px 0 #1b9bff; 
}
        #cssmenu ul ul li:last-child:hover > a { border-radius: 0 0 0 3px; }

        #cssmenu ul ul li.has-sub > a:after {
          content: '+';
          position: absolute;
          top: 50%;
          right: 15px;
          margin-top: -8px;
}
    #cssmenu ul li:hover > a, #cssmenu ul li.active > a {
      background: #FEA500;
      color: #FFF;
}
    #cssmenu ul li.has-sub > a:after {
      content: '+';
      margin-left: 5px; 
}
    #cssmenu ul li.last ul {
      left: auto;
      right: 0; 
}
      #cssmenu ul li.last ul ul {
        left: auto;
        right: 99.5%;
}