DIV.refineSearch_holder{
	width:100%;
	height:auto;
	float: left;
	margin-bottom: 10px;
	/*background:#F4F2F3; */
}

DIV.refineSearch_nav{
	width:100%;
	height:auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
	padding:0px 5px;
	display:none;
}

DIV.refineSearch_nav a{
	float:right;
	width:auto;
	line-height:30px;
	color:#FFF;

	padding:0px 15px;
	margin-top:10px;
	text-decoration:none;
	background: #e6e6e6;
	color: #333333;
	
}

DIV.refineSearch_nav a.refine{
	

}


.refineSearch_holder .input-group-addon:last-child{
	margin-top:  4px;
}

DIV.refineSearch_nav a.search{
	
}


DIV.refineSearch_nav a.onButton{
	color:#FFF;
	background:#032237;
}

DIV.refineSearch_nav a:hover{
	text-decoration:underline;
}

DIV.refineSearch_area{
	float:left;
	width:100%;
	height:auto;
	
	margin-bottom:0px;
	border:0px solid #666;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
	padding:0px;
}



DIV.refineSearch_frmLabel{
	float:left;
	width:100%;
	height:auto;
	margin-bottom:2px;
	font-weight:bold;
	font-size:13px;
	border-top:solid 0px #E0E0E0;
	margin-top:10px;
	padding-top:10px;
	padding-left: 10px;
	margin-left:5px;
}


DIV.refineSearch_frmElement{
	float:left;
	width:100%;
	height:auto;
}

a.refineButton{
	float:right;
	width:auto;
	line-height:20px;
	background:#4C4C4C;
	
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	padding:0px 20px;
	margin-bottom:10px;
}

a.refineButton:hover{
	background:#383838;
}

a.clearButton{
	float:left;
	width:auto;
	line-height:20px;
	background:#4C4C4C;
	
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	padding:0px 20px;
	margin-bottom:10px;
}

a.clearButton:hover{
	background:#383838;
}

#refineSearchOutput{
	float:left;
	width:100%;
	height:auto;
	margin:0px 0px 20px 0px;
}


#refineSearchOutput ul{
	margin:0;
	padding:0;
	list-style:none;
	margin:0 0 0 0px;
	padding-left:15px;
	float:left;
	width:100%;
	height:auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
}



#refineSearchOutput ul.cl1{
	height: 150px !important;
	padding:0px;
}

#refineSearchOutput ul li{
	margin:0;
	padding:2px 0px;
	list-style:none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size:12px;
	line-height:20px;
}

#refineSearchOutput ul li.level0{
	
}

#refineSearchOutput ul li.level1{
}

#refineSearchOutput ul li.level1 a:before{
}

#refineSearchOutput ul li.level2{
	padding-left:15px;
}

#refineSearchOutput ul li.level2 a:before{
}

#refineSearchOutput ul li.level3{
	padding-left:15px;
}

#refineSearchOutput ul li a{
	text-decoration:none;
	color:#5C5C5C;
	margin-left:15px;
	font-size:12px;
}

#refineSearchOutput ul li a:hover{
	text-decoration:underline;
}

#searchParameters{
	float:left;
	width:100%;
	height:auto;
	display:none;
	padding:0px;
}

#searchParameters .fltL a{
	
}

#searchParameters .content{
	font-weight:normal;
	margin-bottom:10px;
}

#searchParameters DIV.paramElemnt{
	float:left;
	width:100%;
	height:auto;
	padding:3px 0px;
	color:#FFF;
	background:#4AB6E7;
	margin-top:10px;
}



#searchParameters DIV.paramElemnt DIV.element_label{
	float:left;
	width:90%;
	height:auto;
	padding-left:10px;
	color:#FFF;
	line-height:16px;
}

#searchParameters DIV.paramElemnt DIV.element_clear{
	float:right;
	width:20px;
	height:auto;
	padding-top:3px;
}


.arrow_left{
	display:inline-block;
	width: 0; 
	height: 0; 
	border-style: solid;
	border-width: 5px;

	border-right-color: #666666;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	margin-left:5px;
}

.arrow_right{
	display:inline-block;
	width: 0; 
	height: 0; 
	border-style: solid;
	border-width: 5px;

	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #666666;
	border-top-color: transparent;
	margin-left:5px;
}

.arrow_down{
	display:inline-block;
	width: 0; 
	height: 0; 
	border-style: solid;
	border-width: 5px;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-top-color: #E0E0E0;
	/* alter alignment/offset for down arrows */
	position:relative;
	top:4px;
	left:-4px;
	margin-left:5px;
}


.refine_row_holder{
	float:left;
	width:100%;
	height:auto;
	padding:10px;
	margin-bottom:20px;
/*	border: 1px solid #1cacb5;*/
	background:#F9F9F9;
/*	border-radius: 20px;*/
	color: #000;
}
.refine_row_holder.search-dropdowns {
    padding-top: 25px;
}
.refine_row_holder .row_title{
/*	font-weight:500;*/
	margin-bottom:10px;
	cursor:pointer;
}



.input-group-addon{


}

.refineOption > SPAN{
	color: #FFF;
	background: #1cacb5;
}

.refineOption:hover > SPAN{
	color: #000;
	background: #FFF;
}

.input-group-addon.left-side{
	border: 0px !important;
    border-right: solid 0px #2c2c2c !important;
    padding: 10px 10px;
    background: #25337A;
    color: #FFF;
    width: 100% !important;
    float: left;border: 0px !important;
	border-right:solid 0px #2c2c2c !important;	
	
}
.input-group-addon.right-side{
	width: auto !important;
    
    background: #FFF !important;
    text-align: center;
    position: absolute;
    color: #1cacb5 !important;
    right: 5px;
    top: 1px;
    font-weight: bold;
    padding: 4px 10px 4px 10px;
    border: 0px !important;
    border-radius: 0px;
    text-align: center !important;
}

#searchParameters .input-group-addon.right-side{
	padding:  1px 10px 0px 10px;
}


.input-group-addon.right-side a{
	 color: #25337A !important;
}
.search-dropdowns div{
	margin-bottom: 15px;
	padding: 0;
}
.refine-des{
	font-size: 14px;
}