@charset "utf-8";
/* CSS Document */

#dealerDetails{
	width:800px;
}

#intDealers{
	border-bottom:2px solid #cccccc;
	width:380px;
	float:left;
	height:150px;
}

#ukDealers{
	border-bottom:2px solid #cccccc;
	width:380px;
	float:right;
	height:150px;
}

#dealerInfo{
	margin-top:20px;
	border-bottom:2px solid #cccccc;
	float:left;
	width:100%;
}

td.foxshop{
	color:#ffffff;
	background-color:#b40000;
	font-weight:bold;
}

#dealerLoader, #CustomerLoader {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(images/spinner3-black.gif) no-repeat center;
    text-align: center;
    padding: 10px;
    font: normal 16px Tahoma, Geneva, sans-serif;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 2;
    overflow: auto;
}