.cdp-main{
	position: relative;
}

.cdp-main .csdp-mapbtn{
	float:right;
	text-transform: uppercase;
	background: url("/template/default/gfx/red_arrow.png") no-repeat scroll right center;
	padding:2px 30px 2px 0;
	font-weight: 600;
	font-size: 18px;
	position: relative;
	top:-50px;
}

.cdp-main .cdp-filters .styled-select{
	float:left;
	width:50%;
	height: 46px;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #010202;
}

.cdp-main .cdp-filters .styled-select > a{
	display: block;
	background: url("/template/default/gfx/arrow_down_black.gif") right center no-repeat;
    font-size: 11px;
    font-weight: bold;
	color: #343434;
	padding: 16px 0 0 20px;
    height: 30px;
	margin: 0 20px 0 0;
}

.cdp-main .cdp-filters .styled-select > a:hover{
	text-decoration: none;
}

.cdp-main .cdp-filters .styled-select ul{
	display: none;
	position: absolute;
	top:46px;
	left:-1px;
	padding: 0;
	margin: 0;
	background-color: #F2F2F2;
	z-index: 2;
	border: 1px solid #D5D5D5;
	max-height: 200px;
	overflow-y: scroll;
}

.cdp-main .cdp-filters .styled-select ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}

.cdp-main .cdp-filters .styled-select ul li a{
	color: #333333;
    display: block;
    font-weight: normal;
    line-height: 16px;
    padding: 10px 19px;
    text-decoration: none;
    white-space: nowrap;
	text-transform: uppercase;
}

.cdp-main .cdp-filters .styled-select ul li a:hover{
	background-color: #E5E5E5;
}

/*MAP*/
#main-map-cdpmap{
	width: 100%;
	height: 600px;
}

.cdp-map-preloader-in{
	background: red;
	width: 0%;
	overflow: hidden;
	text-align: center;
	padding: 1px 0;
	font-size:9px;
	min-height:2px;
}

.csdp-distance{
	display:none;
}