/**
 * REFINE SEARCH PANEL CSS
 */
 
#az_refine_search{


	padding-left: 10px;
	padding-right: 10px;
        padding-top: 10px;
	}




.tbox_leftPane{
    text-align: center;
    color: #00383c;
    font-size: 40px;    
}
.tbox_rightPane{ 
    padding-top: 6px;
}  
.tbox_rightPane .tbox_items{
    color: #00383c;
    font-size: 16px;
}
.tbox_rightPane .tbox_viewAll{ 
    font-size: 14px;
    text-transform: lowercase;
}
#az_left_bar .az_box_cont_m_new .tbox_rightPane .tbox_viewAll a, 
#az_right_bar .az_box_cont_m_new .tbox_rightPane .tbox_viewAll a{
	color:#ff6912;
}
.az_sbox_new {
    display: inline-block;
  	
}
.az_rs_container {
    width:88%;
    margin:0px auto 0 auto;
    padding:4px 0 20px 0;
}
.az_rs_searchHeading {
    color: #797979;
    font-family: "Century Gothic",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding-bottom: 5px;
    text-align: center;
    white-space: nowrap;
}
.az_rs_searchContent {
    margin-top:5px;
    text-align:left;
}
.az_rs_searchContent input {
  /*  height:14px;
    border:1px solid #696969;*/
}
.az_rs_searchButton {
    margin-left:5px;
}
.az_rs_searchButton .az-button-left2{ 
  /*  width: 6px;
    height: 17px;  
    vertical-align: top;
    display: inline-block;*/
}
.az_rs_searchButton .az-button-middle2{ 
    /*height: 17px;
    vertical-align: top;
    height: 17px;
    line-height: 17px;
    font-size: 11px;
    color: #fff;
    padding: 0 0px;
    display: inline-block;
	text-transform:uppercase;*/
}
.az_rs_searchButton .az-button-right2{
   /* width: 6px;
    height: 17px;
    vertical-align: top;
    display: inline-block;   */
}

.az_rs_heading {
    font-family:"Century Gothic", Tahoma, Arial;
    font-size:14px;
    color:#FF6912;
    font-weight:normal;
    border-bottom:1px solid #c4c4c4;
    padding:0px 0 1px 0;
    margin:10px 0 8px 0;
}
.az_rs_content {
padding-top: 10px;
}
.az_rs_groupbox, .az_rs_groupbox_end {

}
.az_rs_groupbox_end {
    padding:0px 0px 10px 6px;
}

    

.az_rs_toggle {
    cursor:pointer;
    margin-top:4px;
    height: 7px;
}
.az_rs_more{
}
.az_rs_less{

}

#az_rs_reset{
    text-align: center;
}
#az_rs_reset .az-button-left{ 
    width: 6px;
    height: 30px;   
    vertical-align: top;
    display: inline-block;
}
#az_rs_reset .az-button-middle{ 
    height: 30px; 
    vertical-align: top;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    padding: 0 0px;
    display: inline-block;   
}
#az_rs_reset .az-button-right{
    width: 6px;
    height: 30px;
    vertical-align: top;
    display: inline-block;   
}  