/* CSS FOR GARAGE */

.fl_left {
	float: left;
}
.fl_right {
	float: left;
}
.clr {
	clear: both;
}
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.ctr {
	text-align: center;
}

body {
	margin: 0;
	padding: 10px;
	background-color: #CFDDFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/body_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

p, ul, li, a, select, table {
	line-height: 175%;
	color: #444;
}
p.so {
	display: none;
}
h1, #header_address, #cc_text, #mobile_no {
	display: none;
}
h2 {
	font-size: 16px;
	color: #333;
	margin: 10px 10px 3px 10px;	
	text-align: center;
}
h2.services {
	font-size: 15px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 4px 0 4px 0;
	color: #444;
}
h3 {
	font-size: 12px;
	color: #666;
	text-align: center;
	margin-top: 1px;
	margin-right: 10px;
}
h3.clft {
	text-align: left;
}
h4 {
	font-size: 18px;
	font-weight: normal;
	color: #444;
	border-bottom: 1px solid #444;
}

a {
	text-decoration: none;
	font-weight: bold;
}
a:link, a:visited {
	color: #3333FF;
	border: none;
}
a:hover, a:active {
	border: none;
	color: #0000FF;
	text-decoration: underline;
}

hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid #ECECEC;
	color: transparent;
}

/* BUTTON LINKS */
#head_links a:link, #head_links a:visited {
	color: #777;
	background-image: url(../images/button_0.gif);	
	width: 111px;
	height: 30px;
	display: block;
}
#head_links a:hover, #head_links a:active {
	color: #333;
	text-decoration: none;
	background-image: url(../images/button_1.gif);	
	width: 111px;
	height: 30px;
	display: block;		
}

/* Table CSS */
table, tr, td { margin: 0; 	padding: 0; }

table.contact {
	padding: 10px 25px;
	border: 3px double #BBB;	
}

td {
	padding: 1px 2px;
}
.carlist, .viewcar {
	border: 3px double #BBB;	
}
.features td {
	border: 1px solid #DDD;	
}
.td_1 {
	background-color: #6798FE;
	background-image: url(../images/detail_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	font-weight: bold;
	color: #ECECEC;
}
.td_2 {
	background-color: #FFF;
	background-image: url(../images/header_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.td_large {
	background-image: url(../images/header_back_large.jpg);
	background-repeat: repeat;
	background-position: left top;
}

.table_head td {
	height: 30px;
	text-align: center;
	font-weight: bold;
	color: #EEE;
	border: 1px solid #ECECEC;
	background-image: url(../images/car_view_head.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	margin: 0;
}
.search_head td {
	height: 30px;
	text-align: right;
	color: #777;
	border: none;
	background-image: url(../images/search_head.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
	margin: 0;	
	background-color: #E9E9E9;	
}
form, input, select {
	margin: 0;
	padding: 0;
}

#breadcrumb {
	text-align: left;
	margin: 0;
	padding: 0 0 0 5px;	
}

/* Thumb images */

.thumbnail_link {
	display: block;
	padding: 2px;
	margin: 1px;
}
a.thumbnail_link:hover {
	background-color: #DDEBFF;
}

.even {
	background-color: #FCFCFC;
}
.odd {
	background-color: #F6F6F6;
}

.car_thumb {
	padding: 2px;
}
.thumb_large {
	padding: 5px;
	border: 1px solid #DDD;
	margin-right: 10px;
}
.thumb {
	padding: 5px;
	border: 1px solid #DDD;
	margin-right: 10px;
}

#container {
	width: 760px;
	left: 50%;
	position: absolute;
	margin-left: -380px;
	margin-bottom: 1px;
	background-color: #FFF;
	border: 1px solid #ECECEC;
	background-image: url(../images/con_back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#header {
	width: 760px;
	height: 22px;
	padding-top: 108px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#head_links ul {
	margin: 0;
	padding: 0 0 25px 15px;
}
#head_links li a {
	display: block;
	width: 111px;
	height: 30px;
	float: left;
	overflow: hidden;
}
#head_links li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	width: 111px;
	height: 30px;
	text-align: center;
	margin-right: 3px;
}

#main {
	padding: 0 15px 0 15px;
	overflow: auto;
}

#thumb_text {
	margin: 15px 0 2px 0;
	font-style: italic;
	color: #999;
}

#footer {
	height: 38px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer p, #footer a {
	text-align: center;
	padding-top: 16px;
	color: #777;
	font-size: 10px;
	margin: 0;
}

/* SORT BUTTONS */
.sort_up:link, .sort_down:link, .sort_up:visited, .sort_down:visited {
	color: #EEE;
}
.sort_up:hover, .sort_down:hover, .sort_up:active, .sort_down:active {
	color: #FFF;
	text-decoration: none;
}

