body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
}
.table_bg_small {
	background-image: url(../images/body_small_middle.jpg);
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.car_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-left: 20px;
	padding-right: 20px;
}
.body-text-np {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
a.body-text-np:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #282F46;
}
a.body-text-np:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #282F46;
}
.cars_table_bg {
	background-image: url(../images/cars_body_middle.jpg);
	background-repeat: repeat-y;
}
.car_detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.user_details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a.user_details:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #282F46;
}
a.user_details:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #282F46;
}
.headers {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	padding-left: 20px;
	color: #282F46;
}
.carheadings {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #282F46;
	font-weight: bold;
	text-decoration: none;
}
.nav_bg {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-color: #EEE;
}
.slide-links {
	color: #FFF;
	display: block;
	border: 1px solid #666666;
	background-color: #999999;
	height: 25px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 200px;
	text-transform: uppercase;
	font-size: 13px;
	margin-left: 22px;
}


@media (min-width: 320px) and (max-width: 480px) {
	
	/*.resp-header, .body-top {
		display: none;
	}
	
	table { width: 100%; }*/
	
	
	
}




/* NEW MOBILE STYLES */
.clear {
	clear: both
}

.wrapper {
	width: 982px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 3px 15px -5px #000;
	-moz-box-shadow: 0px 3px 15px -5px #000;
	-webkit-box-shadow: 0px 3px 15px -5px #000;
	font-family: Arial;
	background-color: #EEEEEE;
}

.logo {
	float: left;
}

.menu ul {
	list-style:  none;
}

.menu ul li {
	float:left
}

.loggedin {
	padding: 10px;
	text-align: right;
}

.bodytext {
	padding: 10px;
}

.tableinfo {
	font-size: 11px;
	width: 100%;
}

.tableinfo ul {
	list-style:  none;
	margin-left: 0px !important;
}

.tableinfo ul li {
	float: left;
	margin-left: 0px !important;
}


.divTable
    {
        display:  table;
        width:auto;
        background-color:#eee;
        border:1px solid  #666666;
        border-spacing:5px;/*cellspacing:poor IE support for  this*/
       /* border-collapse:separate;*/
		font-size: 12px;
    }

    .divRow
    {
       display:table-row;
       width:auto;
    }

    .divCell
    {
        float:left;/*fix for  buggy browsers*/
        display:table-column;
        width:14%;
        /*background-color:#ccc;*/
		margin-right: 10px;
    }