DIV.refineSearch_holder{
	width:100%;
	height:auto;
	float: left;
	margin-bottom: 10px;
	background:transparent;
	border-radius: 10px; 
}

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{
	
	height:auto;
}


#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 .btn-success{
	margin-top: 10px;
}

#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;
	padding-top: 20px;
	margin-bottom:20px;
	border-radius: 10px;
/*	background:#E5E9F0;*/
/*	border: 1px solid #E5E9F0;*/
	color: #fff;
}

.refine_row_holder .btn-default{
	float: right;
	width: 100% !important;
}

.refine_row_holder .row_title{
	font-weight:normal;
	margin-bottom:10px;
	cursor:pointer;
	color: #000;
}
#searchParameters .refine_row_holder{
	color: #000;
}
.refine_row_holder .col-md-10 > .col-md-9{
	padding-left: 0px;
	padding-right: 0px;
}


.input-group-addon{

	border-radius: 10px;
}

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

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

.refineOption{
	background: #A5A8AB3F;
	color: #000;
	width: 100% !important;
	padding: 10px 10px;
/*	border: 1px solid #707070 !important;*/
	border-radius: 5px !important;
}

.refineOption:hover{
	background: #101C3B !important;
	color: #FFF !important;
}
.refineOption:hover .input-group-addon.right-side i{
	
	color: #FFF !important;
}


.refineOption .input-group-addon.left-side{
	border: 0px !important;
    color: #3383F1;
    padding: 0px;
    float: left;
    background: transparent;
    width: 100%;
}
.refineOption:hover .input-group-addon.left-side{
	color: #FFF;
}

.refineOption .input-group-addon.right-side{
	width: 25px !important;
    border: 0px !important;
    background: transparent;
    text-align: center;
    position: absolute;
    color: #000;
    right: 10px;
    top: 5px;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    border-radius: 0px !important;
    text-align: center !important;
}

#searchParameters .refineOption .input-group-addon.right-side i {
	left: 5px;
	color: #3383F1;
}

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


.refine_row_holder .btn:hover{
/*	color: #FFF !important;*/
}


.refine_row_holder .refineSpacer.refineOption{
	float: left; 
	padding-right: 25px;
/*	min-width: 100% !important;*/
	width: auto !important;
	margin-right: 10px;
	margin-bottom: 10px;
}


#searchParameters .refine_row_holder .btn-default{
	width: 100% !important;
	float: left !important;
}