#sddm
{
	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
}

#sddm li a
{
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover
{
	background: #49A3FF;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;
}

#sddm div a
{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font: 11px arial;
}

#sddm div a:hover
{
	background: #49A3FF;
	color: #FFF;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.clearBoth
{
	clear: both;
}

/**********************************
***********INFO POPUP**************
***********************************/


.infoPopup
{
	/*min-height: 125px;*/
	width: 300px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #4E4E4E;
}

.infoPopup .bottom
{
	/*position:absolute; 	bottom:0; 	left:0;*/
	margin-left: 5px;
}

.infoPopup .more
{
	/*position:absolute; 	bottom:20px; 	right:0; 	margin: 5px;*/
	text-align: right;
}

.infoPopup .info
{
	margin: 0 0 10px 5px;
}

.infoPopup h3
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 7px;
}

.infoPopup h4
{
	font-size: 12px;
	margin: 2px 0;
	font-weight:normal;
	float:left;
	width:200px;
}

.infoPopup .youtube_icon
{
	position: absolute;
	top: 3px;
	right: 10px;
}

.infoPopup .wikipedia_icon
{
	position: absolute;
	top: 3px;
	right: 35px;
}

.infoPopup img
{
	float: left;
	margin-right: 5px;
	cursor: pointer;
}

.infoPopup a, .infoPopup a:visited
{
	color: #3366BB;
	text-decoration: none;
	cursor: pointer;
}

.infoPopup a:hover, .infoPopup a:active
{
	color: #3366BB;
	text-decoration: underline;
}

.infoPopup .textInput
{
	border: 1px solid #CCCCCC;
	width: 300px;
}


.infoPopup #mmPointNameEdit, .infoPopup #mmPointName
{
	border: 1px solid #CCCCCC;
	width: 250px;
	float:left;
}

.infoPopup #mmPointIcons
{
	cursor:pointer;
	float:right;
	margin-top:10px;
	}
	
.infoPopup #mmPointDescriptionEdit, .infoPopup #mmPointDescription
{
	clear:both;
}

#mmpntIconsList img
{
	float:left;
	cursor:pointer;
	margin: 5px 5px 0;
}

.infoPopup textarea
{
	border: 1px solid #CCCCCC;
	width: 300px;
	height: 100px;
}

.infoPopup .btnsInput
{
	padding: 2px 10px;
	margin-top: 10px;
	margin-right: 15px;
	float: left;
}

.infoPopup .btnsInputRight
{
	padding: 2px 10px;
	margin-top: 10px;
	float: right;
}

.olPopupCloseBox
{
	background-image: url("../img/openlayers/close.jpg") !important;
}

/**********************************
***************MAP*****************
***********************************/
.olControlOverviewMapElement
{
	padding: 1px !important;
	background-color: #282C69 !important;
	-moz-border-radius: 0 !important;
}
.olControlOverviewMapMinimizeButton
{
	position: absolute !important;
	bottom: 1 !important;
	right: 1 !important;
}

.olControlOverviewMapMaximizeButton
{
	position: absolute !important;
	bottom: 0 !important;
	right: 0 !important;
}

.olControlOverviewMapExtentRectangle
{
	border: 2px solid #3fb0c0 !important;
}

.olHandlerBoxZoomBox
{
	border: solid 1px #666666 !important;
}
.olDrawBox
{
	cursor: url(../img/map_base/cursor.png), crosshair !important;
}
.olLayerGoogleCopyright.olLayerGoogleV3
{
	display:none !important;
	}
	
#functionalBtns
{
	z-index: 9999;
	position: absolute;
	top: 7px;
	left: 10px;
	height: 25; /*width: 300px;*/
	background-color: transparent;
	float: left;
}

#functionalBtns img
{
	
}

#pointerbtn img:hover
{
	cursor: pointer;
}

#output
{
	margin-left: 5px;
	z-index: 9999;
	background-image: url("../img/map_base/bg_top_txt.png");
	background-position: center top;
	background-repeat: repeat-x;
	border: 1px solid #696765;
	color: #616161;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding: 2px 9px;
}

.fbtns
{
	margin-left: 3px;
	height: 22px;
	width: 25px;
	cursor: pointer;
	float: left;
	background-repeat:no-repeat;
}

#fbtns_pan
{
	background-image: url("../img/menu/pan.png");
}

#fbtns_zoom
{
	background-image: url("../img/menu/zoom.png");
}
#fbtns_distance
{
	background-image: url("../img/menu/distance_measure.png");
}
#fbtns_area
{
	background-image: url("../img/menu/area_measure.png");
}
#fbtns_add
{
	background-image: url("../img/menu/add.png");
}
#fbtns_info
{
	background-image: url("../img/menu/info.png");
}
#fbtns_gps
{
	background-image: url("../img/menu/gps.png");
}
/*My map mm*/
#mm_pan
{
	background-image: url("../img/menu/pan.png");
}
#mm_point
{
	background-image: url("../img/menu/add.png");
}
#mm_line
{
	background-image: url("../img/menu/distance_measure.png");
}

#mm_importPOIs
{
	background-image: url("../img/menu/mm_import.jpg");
	margin-right: 20px;
	height: 24px;
	width: 24px;
	cursor: pointer;
	float: right;
	background-repeat:no-repeat;
	}
	#pFloating
{
	z-index: 2;
}


#pFloating-xcollapsed
{
	display: none !important;
}


#togglePanel
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background: transparent url('../img/menu/toggle.png') no-repeat -9px center;
	border: 0;
	width: 9px;
	height: 100%;
	cursor: pointer;
}


#pFloating .x-panel-body
{
	background-color: #F8F5F5;
	border-left: 1px solid #CFCFCE;
	border-right: 1px solid #CFCFCE;
	color: #5D605E;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}
#pFloating .x-panel-header
{
	background: #D5DDF3 none;
	color: #FFFFFF;
}

#pFloating .x-panel-header a
{
	font: 12px Arial;
	color: #0000CC;
	line-height: 17px;
}
#pFloating a
{
	color: Black;
}

#pFloating a:hover, #pFloating a:active
{
	color: Black;
}


textarea
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}
input
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

#POIGroup .x-form-item
{
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
}

#POIGroup .x-form-check-wrap
{
	height: 30px;
	font-size: 11px;
}
#POIGroup .x-form-check-wrap input
{
	margin: 0 5px 5px 5px;
}
/*****************************************
**************ROUTE TAB*******************
******************************************/

.txt_letter
{
	background-image: url("../img/menu/letter_bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	border: 0 solid red;
	color: #FFFFFF;
	float: left;
	font-size: 13px;
	height: 16px;
	text-align: center;
	width: 15px;
}
.txt_input
{
	border: 1px solid #CCCCCC;
	width: 165px;
	float: left;
}

.txt_input_area
{
	width: 167px;
	border: 0 solid red;
	float: left;
	margin-top: -1px;
	padding-left: 5px;
}

.txt_close
{
	background-image: url("../img/menu/close_txt.png");
	background-repeat: no-repeat;
	border: 0 solid red;
	float: right;
	height: 9px;
	margin-right: 4px;
	margin-top: 6px;
	width: 9px;
	cursor: pointer;
}

.txt_search
{
	background-image: url("../img/menu/search_txt.png");
	background-repeat: no-repeat;
	border: 0 solid red;
	float: right;
	height: 11px;
	margin-right: 11px;
	margin-top: 3px;
	width: 11px;
	cursor: pointer;
}

.btn_route
{
	color: #6B6E6C;
	cursor: pointer; /*width:170px;*/
}

.rspioDiv
{
	border-bottom: 1px solid #D1DBDE;
	float: left;
	padding-bottom: 4px;
	padding-top: 4px;
	width: 200px;
	cursor: pointer;
}

.rspioDiv a
{
	font-size: 11px;
	text-decoration: none;
	margin-bottom: 2px;
}

.rspioDiv a:hover, .rspioDiv a:active
{
	text-decoration: underline;
}


#routeResults h4
{
	font-weight: bold;
	margin: 0 0 10px 0;
}

.mr_sp
{
	width: 25px;
	float: left;
	font-weight: bold;
}
.mr_text
{
	width: 160px;
	margin-left: 25px;
}

.mr_text_abc
{
	width: 20px;
	float: left;
	background-image: url("../img/menu/letter_bg.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 4px;
	color: White;
}

.mr_block
{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-color: #999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	clear: both;
}

#routeTypes img
{
	cursor: pointer;
}

/*MyMaps*/



.mapSwitch
{
	height: 30px;
	width: 65px;
	background-color: #F1F1F1;
	font-size: 11;
	border: solid 1px #CCC;
	color: #666;
	float: left;
	padding-top: 2px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}

.mapSwitch.selected
{
	background-color: #55AABB;
	color: White;
}


.accessRadio
{
	margin: 5px 5px 0 0;
}

.textInput
{
	border: 1px solid #CCCCCC;
	width: 220px;
}
.buttonInput
{
	padding: 2px 0;
}

#mymapCreateCancel
{
	margin-left: 30px;
	width: 80px;
}

#mymapCreateSubmit
{
	margin-left: 10px;
	width: 80px;
}

#mymapLink
{
	margin-top: 5px;
	height: 20px;
	padding: 2px;
}

#mmDetails fieldset
{
	padding: 7px;
}
#mmDetails img
{
	cursor: pointer;
	float: right;
}


#mmDetails span
{
	cursor: pointer;
	float: left;
}

#mmLinesContainer
{
	margin-top: 10px;
}

#mmPOIsContainer
{
	margin-top: 10px;
}

/*NEWS*/

#news
{
	margin: 0 auto 10px 10px;
	border-bottom: 1px solid #D1EEF4;
	font-size: 12px;
	padding: 0 10px 7px 0;
}

#news img
{
	float: left;
	margin-right: 5px;
}

#news .date
{
	color: #61B5C7;
}

#news .title
{
}

#news .title a
{
	color: #4B4B4B;
	font-weight: bold;
	text-decoration: underline;
}

#news .text
{
	color: #7D7D7D;
	margin-top: 10px;
}

#news .details
{
	text-align: right;
	margin: 5px 5px 0 0;
}
#news .details a
{
	color: #7D7D7D;
	text-decoration: none;
}

#news .details a:hover
{
	color: #000000;
	text-decoration: none;
}

#keywordCloud span
{
	cursor: pointer;
}
.textLinkAds
{
	background-color: #FFFACD;
	padding: 5px 10px;
	font-size: 12px;
	margin-bottom: 10px;
}

#btnLeftPanelExit
{
	cursor: pointer;
	float: right;
	margin-right: 10px;
}

#lblLeftPanelTitle
{
	float: left;
}
#lblLeftPanelTitle img
{
	margin-right: 8px;
}

#mapPanel
{
	left: 0;
	top: 104;
	width: 100%;
	position: absolute;
	background-color: Transparent;
	z-index: 1;
}

#headerPanel
{
	background-image: url("../img/map_base/top_bg.jpg");
	background-position: center center;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0 solid red;
	height: 104px;
	width: 100%;
}
#headerPanel img, #headerPanel div, #pFloating div
{
	behavior: url(pngfix/iepngfix.htc);
}

#header_on
{
	background-image: url("../img/map_base/map_top.png");
	background-position: left center;
	background-repeat: no-repeat;
	border: 0 solid red;
	float: left;
	height: 104px;
	width: 100%;
}

#logo
{
	border: 0 solid red;
	float: left;
	height: 78px;
	padding-left: 80px;
	padding-top: 15px;
	position: static;
	width: 134px;
}

#logo img
{
	cursor: pointer;
}

#brd
{
	background-image: url("../img/map_base/brd.png");
	background-position: center center;
	background-repeat: no-repeat;
	border: 0 solid red;
	float: left;
	height: 104px;
	width: 8px;
}

#logo2
{
	border: 0 solid red;
	float: left;
	height: 104px;
	padding-left: 0;
	padding-top: 0;
	position: static;
	width: 227px;
}

#top_search_on
{
	border: 0 solid red;
	float: left;
	height: 80px;
	width: 450px;
}
#top_search_right
{
	border: 0 solid red;
	margin-right: 135px;
}
#top_search_right_on
{
	background-image: url("../img/map_base/search_fon.jpg");
	background-position: center center;
	background-repeat: repeat-x;
	border-color: red #C2C0C1;
	border-style: solid;
	border-width: 0 1px;
	height: 32px;
	margin-left: 450px;
	margin-top: 20px;
}

#top_search_right_form
{
	border: 0 solid red;
	float: left;
	height: 21px;
	margin-left: 2px;
	margin-top: 6px;
	overflow: hidden;
	width: 89%;
}

#search_input
{
	border: 0 solid #CFCFCF;
	color: #6D706E;
	float: left;
	height: 20px;
	margin: 0 5px 5px;
}

#search_input.blur {
  color:#808080;
}

#top_search
{
	border: 0 solid red;
	height: 80px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#search_submit
{
	background-image: url("../img/map_base/search_submit.png");
	background-position: center center;
	background-repeat: no-repeat;
	border: 0 solid red;
	cursor: pointer;
	height: 22px;
	margin-top: 5px;
	position: absolute;
	right: 140px;
	text-align: center;
	width: 68px;
}
#search_submit div
{
	padding-top: 4px;
}


#lang
{
	color: #FFFFFF;
	padding-right: 7px;
	padding-top: 7px;
	position: absolute;
	right: 0;
	width: 120px;
}

#lang span
{
	padding-left: 7px;
	padding-right: 7px;
}

#lang img
{
	padding-right: 5px;
	cursor: pointer;
}




#lang a:link, #lang a:visited
{
	color: #ffffff;
	text-decoration: none;
}


#lang a:hover, #lang a:active
{
	text-decoration: none;
	color: #ffffff;
}

#lang #selectedLang
{
	color: #d6fe00;
	font-weight: bold;
}
.sign
{
	color: #FFFFFF;
	position: absolute;
	right: 0;
	top: 58px;
	width: 150px;
	text-align: right;
	font-weight: bold;
}

.sign a:hover, .sign a:active, .sign a:link, .sign a:visited
{
	text-decoration: none;
	color: #ffffff;
	margin-right: 10px;
}

#left_resh
{
	background-image: url("../img/map_base/left_resh.png");
	background-position: center center;
	background-repeat: no-repeat;
	border: 0 solid red;
	height: 18px;
	left: 0;
	position: absolute;
	top: 84px;
	width: 25px;
	cursor: pointer;
}

#bot_link
{
	border: 0 solid red;
	color: #377184;
	float: left;
	left: 0;
	margin-left: 25px;
	padding-left: 6px;
	padding-top: 1px;
	position: absolute;
	top: 84px;
}

#bot_link span
{
	padding-left: 10px;
	padding-right: 10px;
}
#bot_link a:link, #bot_link a:visited
{
	color: #377184;
	text-decoration: none;
}

#bot_link a:hover, #bot_link a:active
{
	text-decoration: none;
	color: #5298AD;
}


#right_icons
{
	border: 0 solid red;
	color: #7D7E80;
	float: right;
	padding-right: 14px;
	position: absolute;
	right: 0;
	top: 84px;
}
#right_icons img
{
	padding-left: 8px;
	padding-right: 4px;
	float: left;
}
#right_icons a
{
	padding-top: 3px;
	float: left;
}

#right_icons a:link, #right_icons a:visited
{
	color: #7d7e80;
	text-decoration: none;
}


#right_icons a:hover, #right_icons a:active
{
	text-decoration: none;
	color: #5298AD;
}

#map_right_link
{
	background-color: #F7F5F6;
	border: 1px solid #6C95AB;
	height: 104px;
	position: absolute;
	right: 5px;
	top: 7px;
	width: 406px;
	z-index: 10000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

.map_right_link_title
{
	border: 0 solid red;
	float: left;
	padding: 6px;
}

#map_right_link_close
{
	border: 0 solid red;
	float: right;
	height: 12px;
	margin-right: 3px;
	margin-top: 7px;
	width: 12px;
	cursor: pointer;
}

.map_right_link_inp
{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #D2D0D1;
	color: #5E5E5E;
	font-size: 12px;
	height: 18px;
	margin-left: 6px;
	padding-left: 3px;
	padding-right: 3px;
	width: 386px;
}


#footer
{
	background-color: #2D5C6C;
	border: 0 solid red;
	bottom: 0;
	color: #5E5E5E;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	height: 30px;
	margin: -30px auto 0;
	padding-bottom: 0;
	position: absolute;
	width: 100%;
}

#footer_right_txt
{
	border: 0 solid red;
	color: #FFFFFF;
	float: left;
	margin-left: 17px;
	margin-top: 8px;
}
#newsLine
{
	position: absolute;
	bottom: 0;
	right: 175px;
	font-size: 13px;
	z-index: 999;
	background-color: rgba(50,50,50,0.2);
}

#newsLine a, #newsLine a:visited
{
	color: Black;
	text-decoration: none;
	margin: 0 10px;
}

#newsLine a:hover, #newsLine a:active
{
	color: Black;
	text-decoration: underline;
	margin: 0 10px;
}
marquee
{
	width: 50px;
}

#toggleGPS
{
	height: 30px;
	width: 30px;
	background-color: Red;
	position: absolute;
	bottom: 50px;
	left: 10px;
	z-index: 9999;
	cursor: pointer;
}

#touristRoutes
{
	z-index: 9999;
	position: absolute;
	right: 363;
	top: 55;
	background-color: #E6E9ED;
	border: 0 solid red;
	color: #6B6E6C;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	width: 165px;
}

#touristRoutes div
{
	border-color: red red #CDCDCD;
	border-style: solid;
	border-width: 0 0 1px;
	float: left;
	padding: 4px 7px;
	width: 151px;
	cursor: pointer;
}

#touristRoutes .selected
{
	background-color: #F2F2F2;
}

.snPoiRadiusDiv
{
	border: 0 solid red;
	color: #377184;
	float: left;
	padding-left: 22px;
	padding-right: 8px;
}

.snPoiRadiusDiv select
{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #C1CFD4;
	color: #6B6E6C;
	height: 18px;
	width: 100px;
}
.snPoiTypeDiv
{
	border: 0 solid red;
	float: left;
	margin-left: 20px;
	padding-top: 10px;
}

.snPoiTypeDiv select
{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #C1CFD4;
	color: #6B6E6C;
	height: 18px;
	width: 176px;
	margin-bottom: 10px;
}


.search-item
{
	border-bottom: 1px solid #D1DBDE;
	float: left;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-top: 4px;
	width: 230px;
	color: #000000;
}
.search-item h3
{
	color: #447A8C;
	font-weight: bold;
	cursor: pointer;
}
.search-item-flag
{
	float: left;
	background-image: url("../img/map_icno/results-item-flag.png");
	background-position: top left;
	background-repeat: no-repeat;
	border: 0 solid red;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	height: 21px;
	width: 14px;
	margin-top: 5px;
	margin-right: 5px;
	font-size: 11px; /*padding: 0 0 1px 3px;*/
}
.search-item-img
{
	cursor: pointer;
	border: 1px solid #377184;
	float: left;
	margin-left: 1px;
	margin-right: 4px;
	margin-top: 4px;
	padding: 1px;
}
.search-item-desc
{
	border: 0 solid red; /*color: #6B6E6C;*/
	margin-left: 18px;
	margin-top: 1px;
	padding-right: 4px;
}
.search-item-more
{
	padding-right: 4px;
	text-align: right;
}

.search-item-more a
{
	color: #11AAC8;
}

.mapAds
{
	background-color: #FFFACD;
}

#catalogTypaAds
{
	margin: 0 0 10px;
}

#catalogTypaAds .search-item
{
	border-bottom-width: 0;
}

#selectedObjAll
{
	cursor:pointer;
	margin:0 0 0 10px;
	}

#selectedObjCount
{
	display: inline;
	font-weight: 400;
}

#selectedObjListCont
{
	margin: 10px 0 10px;
}

#selectedObjListCont .item
{
	border-bottom: 1px solid #D1DBDE;
	float: left;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-top: 4px;
	width: 230px;
	color: #000000;
	cursor: pointer;
}

#selectedObjListCont .item-flag
{
	float: left;
	background-image: url("../img/map_icno/results-item-flag.png");
	background-position: top left;
	background-repeat: no-repeat;
	border: 0 solid red;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	height: 21px;
	width: 14px;
	margin-top: 5px;
	margin-right: 5px;
	font-size: 11px; /*padding: 0 0 1px 3px;*/
}

#selectedObjListCont h3
{
	color: #447A8C;
	font-weight: bold;
	margin-top: 5px;
}
#menuInfoPagesCont
{
margin-left:450px;
margin-top:56px;
}
#menuInfoPagesCont ul{
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
#menuInfoPagesCont ul li{
position: relative;
display: inline;
float: left;
}
/*Top level menu link items style*/
#menuInfoPagesCont ul li a{
/*display: block;  FARID eto ya, prosto on sozdaval problemi na IE*/
width: auto; /*Width of top level menu link items*/
padding: 2px 8px;
border: 0px solid #ffffff;
border-left-width: 0;
border-left-width: 0;
text-decoration: none;
font-size:13px;
color: #ffffff;
font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#menuInfoPagesCont ul li ul li a{
display: block;
width: 120px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 1px solid #aaaaaa;
border-left-width: 0;
border-left-width: 0;
text-decoration: none;
color: #6c6c6c;
}
/*Sub level menu*/
#menuInfoPagesCont ul li ul{
left: 0;
top: 0;
border-top: 0px solid #ffffff;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}
/*Sub level menu list items*/
#menuInfoPagesCont ul li ul li{
display: inline;
float: none;
}
/* Sub level menu links style */
#menuInfoPagesCont ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #E9E9E9;
border-width: 0 1px 1px 1px;
}
/*
#menuInfoPagesCont ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
}*/
#menuInfoPagesCont ul li ul li a:hover{
background: #F2F2F2;
}
#menuInfoPagesCont .arrowdiv{
position: absolute;
right: 0;
}
* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
/* Holly Hack for IE \*/
* html #menuInfoPagesCont ul li { float: left; height: 1%; }
* html #menuInfoPagesCont ul li a { height: 1%; }
/* End */
.vmenu
{
	border: 1px solid #aaa;
	position: absolute;
	background: #fff;
	display: none;
	font: 12 Arial;
	z-index: 9999;
}
.vmenu .item
{
	width: 130px;
	display: block;
	padding: 3px 5px;
	cursor: pointer;
}

.vmenu .sep
{
	border-top: 1px ridge #aaa;
	margin: 2px 0;
}

#catalog
{
	margin-left: 10px;
	}
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	/*background-color: white;*/
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(../img/freeView/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(../img/freeView/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../img/freeView/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(../img/freeView/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(../img/freeView/treeview-red.gif); } 

.treeview-black li { background-image: url(../img/freeView/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(../img/freeView/treeview-black.gif); }  

.treeview-gray li { background-image: url(../img/freeView/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(../img/freeView/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(../img/freeView/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(../img/freeView/treeview-famfamfam.gif); } 

.treeview .placeholder {
	background: url(../img/freeView/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(../img/freeView/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(../img/freeView/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(../img/freeView/file.gif) 0 0 no-repeat; }
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:20px;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../img/map_base/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../img/map_base/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(../img/map_base/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../img/map_base/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}
 #select{
	position: absolute;
	top: 7px;
	right:360px;
	padding-left: 300px;
	z-index:9999;
}

#select_left{
	position: absolute;
}

#select_right{
	position: absolute;
	margin-left: 200px;
}
.setScroll{
	overflow-y:scroll;
}
.hideitem,.elmValue{
	display: none; 
}
.selectbox{
	background: url("../img/select/dropdown.png") no-repeat 0 0;
	padding:0px 0px 0px 35px;
	float:left;
	margin:0;
}
.selectbox ul{
	background: url("../img/select/dropdown.png") no-repeat top right;
	padding:4px 22px 3px 0px;
	margin:0;
	vertical-align:top;
	list-style: none;
}
.select_wrap{
	clear:both;
	margin:0 5px 0px 0px;
	border:1px solid #fff;
}

.selectboxopen{
	clear:both;
	background: url("../img/select/dropdownopen.png") no-repeat 0 0;
	padding:0px 0px 0px 35px;
	float:left;
	margin:0 0 0 0;
}
.selectboxopen ul{
	background: url("../img/select/dropdownopen.png") no-repeat top right;
	padding:4px 22px 12px 0px;
	height:10px;
	margin:0;
	vertical-align:top; 
	list-style: none;
}
.selectbox ul li,.selectboxopen ul li{ 
	list-style: none;
	padding:0;
	margin:0;
	font-family: arial,helvetica,san-serif;
	color:#333;
	font-size: 12px;
	cursor: pointer;
	}
.selectboxoptions_wrap{
	display:none;
	clear:both;
	padding:0;
	margin:0;
}
.selectboxoptions_radio,.selectboxoptions_check{
	clear:both;
	list-style: none;
	padding:0;
	margin:0 ;
	background:#e6e9ed;
}
.selectboxoptions_radio li, .selectboxoptions_check li{
	list-style: none;
	padding:5px 0 2px 20px;
	margin:0px 0 0 2px;
	font-family: arial,helvetica,san-serif;
	color:#6b6e6c;
	border-bottom: 1px solid #cdcdcd;
	font-size: 11px;
	cursor: pointer;
}
.hover{
	background-color:#e6e9ed; 
}
.selectboxoptions_check li
{
	background-color:#e6e9ed;
	background-repeat:no-repeat;
	background-image: url(../img/select/checkboxoff.png) ;
	background-position: 5px 6px;
}

.selectboxoptions_radio li
{
	background-color:#e6e9ed;
	background-repeat:no-repeat;
	background-image: url(../img/select/strelka.png) ;
	background-position: 5px 6px;

}
.selectboxoptions_check li.nested{
	background-position: 15px 6px;
	padding-left:30px;
}

.selectboxoptions_radio li.nested{
	background-position: 15px 6px;
	padding-left:30px;
}
.selectboxoptions_radio li.selected_disable
{
	background-color:#f2f2f2;
	background-repeat:no-repeat;
	background-image: url(../img/select/selectradio_disable.png) ;
	background-position: 5px 6px;
	display:block !important;
}
.selectboxoptions_check li.selected_disable
{
	background-color:#f2f2f2;
	background-repeat:no-repeat;
	background-image: url(../img/select/selectcheck_disable.png) ;
	background-position: 5px 6px;
	display:block !important;
}

.selectboxoptions_check li.selected{
	background-color:#f2f2f2;
	background-repeat:no-repeat;
	background-image: url(../img/select/selectcheck.png) ;
	background-position: 5px 6px;
	display:block !important;
}


.selectboxoptions_check li.selected.nested{
	background-position: 15px 6px  !important;
	background-image: url(../img/select/selectcheck2.png) !important;
	padding-left:30px;
}

.selectboxoptions_radio li.selected.nested
{
	background-repeat:no-repeat;
	background-image: url(../img/select/strelka.png) ;
	background-position: 15px 6px  !important;
	padding-left:30px;
}



.selectboxoptions_radio li.hover,.selectboxoptions_check li.hover{
	background-color:#f2f2f2;
}
.selectboxfoot{
	background:url("../img/select/selectfoot.png") no-repeat 0 0;
	padding:0px 0px 0px 35px;
	float:left;
}
.selectboxfoot div{
	background:url("../img/select/selectfoot.png") no-repeat top right;
	margin:0;
}
