#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 #mmCurrentIcon
{
	cursor: pointer;
	float: right;
	margin-top: 10px;
}

#mmPOIPopup #mmCurrentIcon
{
	position:relative;
	bottom:15px;
	left:10px;
}

.infoPopup #mmPointDescriptionEdit, .infoPopup #mmPointDescription
{
	clear: both;
}

#mmIconsList 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, .olLayerGooglePoweredBy
{
	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 .delete
{
	cursor: pointer;
	float: right;
}

#mmDetails .icon
{
	cursor: pointer;
	float: left;
	margin: 0 10px 0  0;
	}


#mmDetails .name
{
	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; }
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../img/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../img/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../img/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../img/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../img/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../img/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../img/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_expand:hover{background:url(../img/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../img/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_contract:hover{background:url(../img/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{background:url(../img/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
div.pp_default .pp_gallery ul li a{background:url(../img/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../img/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../img/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../img/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../img/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{background:url(../img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_rounded .pp_nav .pp_play{background:url(../img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_rounded .pp_description{color:#fff;margin-right:85px}
div.dark_rounded .pp_nav .pp_play{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../img/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{background:url(../img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{background:url(../img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_square .pp_nav .pp_play{background:url(../img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../img/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{background:url(../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:22px}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../img/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../img/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}.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;
}#select{
	position: absolute;
	top: 7px;
	right:360px;
	padding-left: 300px;
	z-index:9999;
}

#select_left{
	position: absolute;
}

#select_right{
	position: absolute;
	margin-left: 200px;
}