/*****************************************************************************/ 
/******************************* DEALER CSS FILE *******************************/ 

/*#############################################*/
/*### CONTENT ###*/
	#col3{
		background: url('../img/top_patch-big.png') no-repeat top left;
	}
	
	#col_right{
		padding: 10px 0px 0px 0px;
	}
/*### CONTENT ###*/
/*#############################################*/


/*#############################################*/
/*### FILTER ###*/
	#filterView{
	    padding: 100px 0px 0px 20px;
	}
	#filterView .title{
	    margin-bottom: 10px;
	    font-size: 1.2em;
	    text-transform: uppercase;
	    color: grey;
	    font-weight: bold;
	    letter-spacing: -1px;
	}
	#filterView .filter_city{
	    margin-bottom: 20px;
	    width: 200px;
	    overflow: hidden;
	}
	#filterView .filter_city input.wsearch{
	    float: left;
	    width: 180px;
	    height: 16px;
	    padding: 0px 2px;
	    text-align: center;
	    color: #ffffff;
	    background-color: grey;
	    border: none;
	}
	#filterView .filter_city input.submit{
	    width: 15px;
	    height: 16px;
	    color: #ffffff;
	}
	
	#filterView .filter_country{
	    margin: 40px 0px 0px 0px;
	    padding: 0;
	    margin-bottom: 20px;
	    overflow: hidden;
	}
	#filterView .filter_country .left{
	    color: gray;
	    font-size: 1.2em;
	    font-weight: bold;
	    text-transform: uppercase;
	    letter-spacing: -1px;
	}
	#filterView .filter_country .right{
	    float: left;
	    width: 100px;
	}
	#filterView .filter_country .right select{
	    width: 110px;
	    margin-top: 10px;
	    color: #ffffff;
	    background-color: grey;
	    border: none;
	}
	#filterView .filter_country .right option{
	    margin: 0;
	    padding: 0;
	    padding-left: 5px;
	    width: 105px;
	    background-color: #f3f3f3;
	    color: grey;
	}
	#filterView .filter_country .right option:hover{
	    background-color: #f3f3f3;
	}
	
/*### FILTER ###*/
/*#############################################*/


/*RIGHT*/
.tx-xcibgooglemaps-pi1{
    margin-top: 27px;
    padding-left: 45px;
    padding-bottom: 30px;
}
.googlemap{
    border: 1px solid gray;
}
.tx-xcibdealers-listView{
    padding-left: 45px;
}
.tx-xcibdealers-listView table{
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 620px;
    font-size: 0.8em;
    text-align: left;
    color: #818386;
}
.tx-xcibdealers-listView table th{
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    padding: 2px 0;
    border-top: 1px solid #818386;
    border-bottom: 1px solid #818386;
    vertical-align: top;
    color: #4d4e4f;
    letter-spacing: -1px;
}
.tx-xcibdealers-listView table td{
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    padding: 8px 0;
}
.tx-xcibdealers-listView table td.phone{
	color: #f37021;
}

/*RIGHT*/