#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;
}

/*ads*/
#rightAdsBoxGM {
    display: none;
    position: absolute;
    right: 20px;
    top: 50px;
    z-index: 9990;
    width: 90px;
    background-color: transparent;
    border: 1px solid transparent;
}

    #rightAdsBoxGM .title {
        height: 20px;
    }

    #rightAdsBoxGM #adsBoxClose {
        float: right;
        margin: 2px;
        cursor: pointer;
        display: none;
    }

/**********************************
***********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 .star {
      position: absolute;
      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 #mmCurrentIconHolder {
     border: 1px solid #666666;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    margin-top: 10px;
    padding: 5px;
    }*/

    .infoPopup #mmCurrentIcon {
    /*margin-right: 0;*/
    cursor: pointer;
	float: right;
	margin-top: 10px;
    }

/*#mmPOIPopup #mmCurrentIconHolder {
    border: 1px solid #666666;
    border-radius: 4px;
    bottom: 15px;
    cursor: pointer;
    float: right;
    left: 10px;
    padding: 5px;
    position: relative;
}*/
#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: 10px;
	height: 24px;
	width: 24px;
	cursor: pointer;
	float: right;
	background-repeat: no-repeat;
}

#mm_importGPX
{
	background-image: url("../img/menu/mm_import_gpx.jpg");
	margin-right: 5px;
	height: 24px;
	width: 24px;
	cursor: pointer;
	float: right;
	background-repeat: no-repeat;
}
/*******/
#buttonsTraffic{background:red; background-color: transparent;
    float: left;
    height: 25px;
    left: 10px;
    position: absolute;
    top: 7px;
    z-index: 9999;}
	
#tbtns_speed {
    background-image: url("../img/menu/speedometr.png");
}	
#tbtns_crowded {
    background-image: url("../img/menu/crowded.png");
}
#tbtns_events {
    background-image: url("../img/menu/events.png");
}
.tbtns {
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 22px;
    margin-left: 3px;
    width: 25px;
}
#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;
	margin: 1px;
}

.ptn-result-row.selected
{
	background-color: #bbddee;
}
/*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;
	}

/*main menu*/
.block_left
{
	background: url(../img/map_main_menu/bg1.png) no-repeat;
	height: 105px;
	width: 79px;
	display: inline-table;
	text-align: center;
	cursor: pointer;
}

a.block_left
{
	text-decoration: none;
}

.block_left.active
{
	background: url(../img/map_main_menu/bg_active.png) no-repeat;
}

	.block_left.active .text_block p
	{
		color: #6ca9ba !important;
	}

	.block_left.active .img1
	{
		display: none !important;
	}

	.block_left.active .img2
	{
		display: inline !important;
	}

.block_left .img2
{
	display: none;
}

.block_left img
{
	margin: 20px 0 10px;
	height: 37px;
}

.block_left .text_block
{
	font-size: 11px;
	color: #d7d7d7;
	font-family: Calibri, Arial;
	font-weight: bold;
	margin: 0 0 0 5px;
	width: 70px;
}

	.block_left .text_block p
	{
		color: #d7d7d7;
	}

.block_left:hover .text_block p
{
	color: #6ca9ba;
}


.block_left.saleBlock
{
    background:url(../img/map_main_menu/bg2.png) no-repeat;

}

/*TRAFFIC*/
.block_left.trafficBlock {
    background: url("../img/map_main_menu/bg3.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.block_left.trafficBlock img{
	height: 45px; 
	margin:16px 0 6px
}
.block_left.trafficBlock p{
	color: #EDD7D8;
}
.block_left.trafficBlock.active p{
	color: #F7B9B9 !important;
}
.block_left.trafficBlock:hover .text_block p
{
	color: #F7B9B9;
}

/*DISCOUNTS*/

.block_left.discountBlock {
    background: url("../img/map_main_menu/bg3.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.block_left.discountBlock img{
	height: 45px; 
	margin:16px 0 6px
}
.block_left.discountBlock p{
	color: #EDD7D8;
}
.block_left.discountBlock.active p{
	color: #F7B9B9 !important;
}
.block_left.discountBlock:hover .text_block p
{
	color: #F7B9B9;
}







#mainmenubtnscollection{   border-bottom: 1px solid #BFBFBF;
    box-shadow: 0 1px 1px #DCDCDC;padding-bottom: 15px;}
	.tabs{ float: right;
    height: 465px;
    position: relative;
    width: 51px;
    z-index: 9999;}
	.tabsMenu{float:right;
	box-shadow: -1px 1px 0 #6AC7FF inset, 0 2px 4px rgba(0, 0, 0, 0.3);
    left: -82px;left:-52px\9; width:150px\9; height:40px\9;
    position: absolute;
    top: 50%;
    transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
	.tabsMenu li{
    background: url("../img/map_main_menu/bg1.png") no-repeat scroll -11px -14px ;line-height:30px;
    border: 1px solid #1A6FA2;
    box-shadow: 0 1px 0 #6AC7FF inset, 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    display: inline;
    font-weight: 800;
    padding: 12px 14px;
    position: relative;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); cursor:pointer
}
.treeview_v li.et-active-listing {
    /*background: url("../img/map_main_menu/et-active-listing-bg.png") repeat;*/
    border-bottom: 2px solid /*#BFBFBF*/ #D1DBDE;
    /*box-shadow: 0 1px 1px #DCDCDC;*/
    padding: 14px 14px 10px 10px;
    position: relative;
    width: 219px;
    width: 242px \9;;
}

.listing-image:before {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    cursor:pointer;
}
.listing-image {
    border: 1px solid #545454;
    box-shadow: 1px 1px 0 #E3E3E3;
    float: right;
    position: relative;
}
.listing-image img {
    display: block;
}

.listing-text {
    float: left;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 0px;
    position: relative;
    text-shadow: 1px 1px 0 #FFFFFF;
    width: 128px;
    /*font-size: 13px;*/
}

.listing-text h3 {
	color: /*#2A2A2A;*/#447A8C;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;word-wrap: break-word;
    cursor: pointer;
}

.listing-text p {
    font-weight: 300;
    padding-bottom: 0;word-wrap: break-word;
    color: black;

}



/*.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}*/
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.et-mobile-link.up, .treeview_v > li > span.up{margin: 23px 0 0;}
.et-mobile-link.down{margin: 0;}
.et-mobile-link{
    text-shadow: 1px 1px 0 #FFFFFF;
    width: 138px;
	text-decoration:none;
	float:right;
	text-align: right;
	  display: inline-block;
    font: bold 14px Calibri;
    list-style: circle outside none;
    padding: 0px;
    width: auto;
    color: #949595;
    background: none;margin: 0;
}

.et-mobile-link h4 {
    color: #494E63;
    float: left;
    font: bold 16px Calibri;
    margin: 0;
}
.validity {float: left;
    margin: 10px 0 0;
    width: 60%;}
.left_v{float:left;font-weight:bold; font-style:italic}
.treeview_v li ul span.left_v1 {
    display: inline-block;
    font-style: italic;
    font-weight: bold;
    margin: 10px 0;
}
.left_v>p{ font-weight:bold; font-style:italic; font-size: 12px;}
.left_v p span{ color:red}

.treeview>li.collapsable,.treeview>li.expandable { 
    text-align: left;
    /*list-style: disc inside none;*/ 
    clear: both;  }
.treeview>li>span{ 
    list-style: circle;
    /*display: inline-block;*/ 
    width: 85%; 
    /*font: bold 13px Calibri;*/ 
    /*padding: 10px;*/ 
    background: url("../images/divider.png") center bottom no-repeat}
.treeview li ul span{  
    /*font: bold 12px Calibri;*/
    color: #5f5b5b; }
ul.treeview > li.collapsable ul li{ list-style:  none;}


.treeview_v{
   /*float: left;*/
   margin: 0; padding: 0; 
}

.treeview_v > li.collapsable, .treeview_v > li.expandable {
    clear: both;
    list-style:  none;
    text-align: left;
}
.treeview_v > li > span {
    display: inline-block;
    font: bold 14px Calibri;
    list-style: circle outside none;
    padding: 0px;
    width: auto;
    color: #949595;
    background: none;margin: 0;float:right;

}

.treeview_v > li > span >h4 {
    font: bold 16px Calibri;
    color: #494e63;
    float: left;
    margin: 0;

}
.treeview_v > li > span >p { margin-bottom: 0;}
.treeview_v .hitarea { cursor: pointer; height: 16px;  position: absolute; top: 16px;width: 16px;}
.treeview_v li ul li { padding: 0px 0 0 0px; border:none; box-shadow: none}
.treeview_v .expandable-hitarea, .treeview_v .collapsable-hitarea { display: none;}
.treeview_v ul{ border:none !important; float: left;/*margin-top: 10px;*/clear:both; width:232px}
.treeview_v li ul span { color: #949595; font: normal 14px Calibri;}
.comboSale{/*background: #EEEBEB;*/ display:inline-block; height:30px; width:244px;width:241px \9}
.comboSale select{width:92%; padding:4px; border: 1px solid #BFBFBF; border-radius:5px; margin:1px 10px}


.sale-item-flag{
   background-image: url("../img/map_icno/sale-item-flag.png");
    background-position: left top;
    background-repeat: no-repeat;
    border: 0 solid #FF0000;
    color: #FFFFFF;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 21px;
    margin-right: 5px;
    margin-top: 1px;
    text-align: center;
    width: 14px;}

/*.longTextdialog {
display:none;

}*/

.longText p {
color: black;
}





/*PTN style*/

.clear
{
	clear: both;
}

.nameTitleBlock
{
	position:relative;
}
/* .nameImg{ float:left; padding-left: 1px;} */
.nameImg
{
	background: url("../img/menu/flag.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #FFFFFF;
	float: left;
	font: bold 14px calibri;
	height: 20px;
	padding: 3px 0 0;
	text-align: center;
	width: 24px;
}
.nameImgTop
{
	background: url("../img/menu/flag.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #FFFFFF;
	font: bold 14px calibri;
	height: 20px;
	padding: 3px 0 0;
	text-align: center;
	width: 24px;
	position: absolute; 
	bottom: 0px; 
	left: 0px;
}
/* .nameDiv{float:left; font:bold 16px/18px Calibri; color:##585656; padding:3px 4px 2px;} */
.nameDiv
{
	display: inline-block;
	float: left;
	font: bold 16px/18px Calibri;
	/*height: 18px;
	overflow: hidden;*/
	padding: 3px 4px 2px;
	width: 86%;
}

.nameDivTop
{
	display: inline-block;
	float: left;
	font: bold 16px/18px Calibri;
	padding: 3px 4px 2px;
	width: 86%;
	position:relative;
	left:25px;
}

.dir-ts-name
{
	height: 18px;
	overflow: hidden;
}



.dir-ts-icon
{
	display: inline;
	line-height: 1px;
	padding-right: 0.2em;
	padding-top: 0;
}

.dir-ts-direction
{
	display: inline;
}

.dir-mrgnr
{
	position: relative;
	padding: 10px 0;
}

.dir-ts-addinfo
{
	color: #676767;
	font-size: 11px;
}

.dir-ts-direction
{
	font-size: 12px;
}

.dir-ts-icon .trtline
{
	display: inline;
}

.ts_routediv .segmentdiv
{
	overflow: hidden;
	padding-bottom: 9px;
	position: relative;
}

.ts_routediv .clip-region
{
	padding-left: 28px;
	position: relative;
}

.clip-region b span
{
	font: bold 16px/18px Calibri;
	color: #585656;
}

.dir-ts-desc
{
	padding-top: 5px;
}

.kui .ts_routediv .clip-region
{
	padding-left: 29px;
}

.ts_routediv .clip-region .dir-ts-walk
{
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
}

.ts_routediv .vline-solid
{
	background-color: #acbbf3;
}

.ddptlnk .vline-dotted, .ts_routediv .vline-dotted
{
	background: url("../img/menu/dirstep_dot2.png") repeat-y scroll 0 5px rgba(0, 0, 0, 0);
}

.ddptlnk .vline-dashed, .ts_routediv .vline-dashed
{
	background: url("../img/menu/dirstep_dot1.png") repeat-y scroll 0 5px rgba(0, 0, 0, 0);
}

.ddptlnk .vline-dotted, .ts_routediv .vline-dotted, .ddptlnk .vline-dashed, .ts_routediv .vline-dashed, .ts_routediv .vline-solid
{
	height: 1000px;
	left: 4px;
	position: absolute;
	top: 17px;
	width: 5px;
}

.ts_routediv .icon-nobullet .vline-dotted
{
	top: 0;
}

.ts_routediv .icon, .ts_routediv .icon-nobullet
{
	left: 6px;
	position: absolute;
	float: left;
	top: 0;
}

div.dir-ds-icon-rel img
{
	left: 3px;
	position: absolute;
	top: 3px;
}

.altroute-current .altroute-arrw-lr
{
	background: url("../img/menu/dp5.png") no-repeat scroll -19px -18px rgba(0, 0, 0, 0);
	height: 9px;
	width: 8px;
}

.altroute-arrw-lr
{
	background: url("../img/menu/dp5.png") no-repeat scroll 0 -9px rgba(0, 0, 0, 0);
	height: 9px;
	width: 8px;
}

.altroute-current .altroute-arrw-rl
{
	background: url("../img/menu/dp5.png") no-repeat scroll 0 -18px rgba(0, 0, 0, 0);
	height: 9px;
	width: 8px;
}

.altroute-arrw-rl
{
	background: url("../img/menu/dp5.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 9px;
	width: 8px;
}

.dir-bullet-dotted, .dir-bullet-solid
{
	border: 2px solid #ACBBF3;
	border-radius: 15px;
	height: 9px;
	margin: 0 -2px;
	padding: 2px;
	width: 9px;
}

.trtline-icon
{
	height: 15px;
	vertical-align: -3px;
	width: 15px;
}

div.taxiAdvr{
    background-color: #441E4E;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 10px;
    background-image: url('../img/menu/taxi_econom.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 39px;
}
    div.taxiAdvr p.first{
        /*padding-left: 35px;*/
    }
    div.taxiAdvr p.first a{
        color: rgb(255, 255, 255) !important;
        text-decoration: none;
        font-weight: normal;
        font-size: 12px;
        text-align: center;
        /*background-image: url("../img/menu/taxi_phone.png");
        padding-left: 20px;
        background-repeat: no-repeat;
        background-position: left center;*/
    }
    div.taxiAdvr p span{
		color: #f4d128;
    }
    div.taxiAdvr a span.london{
        font-weight:bold;
        font-size:14px;
    }
    div.taxiAdvr a span.number{
        font-weight: bold;
        font-size: 14px;
    }
    div.taxiAdvr p span.price{
        font-size: 12px;
        font-weight: 800;
    }
	div.taxiAdvr p span.star{
        font-size: 15pt;
		letter-spacing: 1px;
		vertical-align: middle;
    }
    div.taxiAdvr p.second{
        color: white;
        font-weight: normal;
    }

    div.taxiAdvr2{
    background-color: #242424;
    /*//font-size: 10px;*/
    font-weight: bold;
    margin-bottom: 10px;
    background-image: url('../img/menu/taxi_lider.png');
    background-size: 33px 30px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 39px;
}
    div.taxiAdvr2 p.first{
        /*padding-left: 35px;*/
    }
    div.taxiAdvr2 p.first a{
        color: rgb(255, 255, 255) !important;
        text-decoration: none;
        font-weight: normal;
        font-size: 12px;
        text-align: center;
        /*background-image: url("../img/menu/taxi_phone.png");
        padding-left: 20px;
        background-repeat: no-repeat;
        background-position: left center;*/
    }
    div.taxiAdvr2 p span{
		color: #F5C411;
    }
    div.taxiAdvr2 a span.london{
        font-weight:bold;
        font-size:17px;
    }
    div.taxiAdvr2 a span.number{
        font-weight: bold;
        font-size: 17px;
    }
    div.taxiAdvr2 p span.price{
        font-size: 12px;
        font-weight: 800;
    }
	div.taxiAdvr2 p span.star{
        font-size: 15pt;
		letter-spacing: 1px;
		vertical-align: middle;
    }
    div.taxiAdvr2 p.second{
        color: white;
        font-weight: normal;
    }

#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;
	width:100%;
}
span.deleteicon {
                position: absolute;
            }
            span.deleteicon span {
                position: absolute;
                display: block;
                top: 0px;
                right: 0px;
                width: 17px;
                height: 20px;
                background: url('../img/map_base/x.png');
                cursor: pointer;
            }
            span.deleteicon input {
                position: relative;
            }

#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-image: url("../img/map_icno/sale-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}/*
 * VERSION 2.0
 * Original version: 1.0 © 2010 Andrew Valums ( andrew(at)valums.com )
 * Current Maintainer (2.0+): 2012, Ray Nicholus ( fineuploader(at)garstasio.com )
 *
 * Licensed under MIT license, GNU GPL 2 or later, GNU LGPL 2 or later, see license.txt.
 */
.qq-uploader {
	position: relative;
	width: 100%;
}
.qq-upload-button {
	display: block;
	/*or inline-block
	width: 105px;*/
	text-align: center;
	font-weight:bold;
	background: transparent;
	border-bottom: 1px solid #CCCCCC;
	color: #FFF;
	width: 24px;
	height:24px;
}
.qq-upload-button-hover {
	/*background: #CC0000;*/
}
.qq-upload-button-focus {
	/*outline: 1px dotted #000000;*/
}
.qq-upload-drop-area, .qq-upload-extra-drop-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 30px;
	z-index: 2;
	background: #FF9797;
	text-align: center;
}
.qq-upload-drop-area span {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -8px;
	font-size: 16px;
}
.qq-upload-extra-drop-area {
	position: relative;
	margin-top: 50px;
	font-size: 16px;
	padding-top: 30px;
	height: 20px;
	min-height: 40px;
}
.qq-upload-drop-area-active {
	background: #FF7171;
}
.qq-upload-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display:none;
}
.qq-upload-list li {
	margin: 0;
	padding: 9px;
	line-height: 15px;
	font-size: 16px;
	background-color: #FFF0BD;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text, .qq-upload-finished {
	margin-right: 12px;
}
.qq-upload-file {
}
.qq-upload-spinner {
	display: inline-block;
	background: url("loading.gif");
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}
.qq-upload-finished {
    display:none;
    width:15px;
    height:15px;
    vertical-align:text-bottom;
}
.qq-upload-size, .qq-upload-cancel {
	font-size: 12px;
	font-weight: normal;
}
.qq-upload-failed-text {
	display: none;
}
.qq-upload-failed-icon {
    display:none;
    width:15px;
    height:15px;
    vertical-align:text-bottom;
}
.qq-upload-fail .qq-upload-failed-text {
	display: inline;
}
.qq-upload-list li.qq-upload-success {
	background-color: #5DA30C;
	color: #FFFFFF;
}
.qq-upload-list li.qq-upload-fail {
	background-color: #D60000;
	color: #FFFFFF;
}
#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;
}