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;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	padding:0px 15px;
	margin-top:10px;
	text-decoration:none;
	background: #e6e6e6;
	color: #333333;
	
}

DIV.refineSearch_nav a.refine{
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
}

DIV.refineSearch_nav a.search{
	-webkit-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
}


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;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	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;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	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;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	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;
	border: 1px solid #f25c2a;
	margin-bottom:20px;
	background:#FFF;
	color: #2c2c2c;
}

.refine_row_holder .row_title{
	font-weight:bold;
	margin-bottom:10px;
	cursor:pointer;
}

.input-group-addon{
	border: 0px solid #2c2c2c !important;	
}

.input-group-addon.right-side{border-left:solid 0px #2c2c2c !important;}