html, body {
	padding:0; margin:0;
}

body	{ 
	margin: 0px; 
	height: 100%; 
	width: 100%; 
	background: url(img/menu_bg.jpg) repeat-x top; 
	font-weight: bold; 
	font: 12px Tahoma;
}

a {
	color: 	#4a4f54;
	font: 12px Tahoma;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {border:none}


.container	{ 
	height: 100%; 
	width: 100%; 
}

.header	{ 
	background: url(img/header_cars.jpg) no-repeat right; 
	height: 216px; 
	text-align: right;
}

.logo	{ 
	position: absolute; 
	top: 27px; 
	left: 41px; 
	background: url(img/logo.gif) no-repeat; 
	height: 80px; 
	width: 290px; 
	color: #8C94A2; 
	font-size: 11px;
	padding: 35px 10px 35px;
}

.center	{
	background: #EFEEEE url(img/center_bg.jpg) repeat-x top;
}

.cent_border	{ 
	border-left: 2px solid #88888F; 
	border-right: 2px solid #88888F; 
	padding: 20px 0px 10px 0px; 
	margin: 0px 5px 0px 5px;
}

.content	{

	text-align: center;
	padding: 10px;
}



.error {
	position: absolute; 
	top: 230px; 
	right: 310px; 
	width: 190px;
	color: #f00;
}
.car_big	{
	width: 510px;
	color: #3E3E41;
	font-size: 20px;
	font-style: italic;
	vertical-align: top;
}

.car_small	{
	width: 360px;
	color: #3E3E41;
	font-size: 20px;
	font-style: italic;
	vertical-align: top;
}

.title		{ 
	text-align: center;
	padding: 10px; 
	font: italic bold 24px Arial;
}

.title2		{ 
	text-align: center;
	padding: 10px; 
	font: italic bold 18px Arial;
}
.title2 font	{
	color: #b92023;
}

.rows	{
	color: 	#4a4f54;
	font: 12px Tahoma;
}
.rows td {
	padding: 5px;
}

.hover {
	background-color:#aaa;
	color:#fff;
	cursor: pointer;
}

.data {
	background: #fff;
}
.data th {
	height:10px;
}


.data td div {
	top:-47px;
	position:relative;
}

.data tr td	{
	text-align: left;
	padding: 5px 0px 5px 10px;
}

.data a {
	color: 	#4a4f54;
	font: 12px Tahoma;
	text-decoration: none;
}

.data a:hover {
	text-decoration: underline;
}


.num	{ background: url(img/n.gif) no-repeat left bottom; height: 22px; }
.mark	{ background: url(img/mark.gif) no-repeat left bottom; height: 22px; }
.model	{ background: url(img/model.gif) no-repeat left bottom; height: 22px; }
.vin	{ background: url(img/vin.gif) no-repeat left bottom;  height: 22px; }
.year	{ background: url(img/year.gif) no-repeat left bottom;  height: 22px; }
.color	{ background: url(img/color.gif) no-repeat left bottom;  height: 22px; }
.run	{ background: url(img/run.gif) no-repeat left bottom; height: 22px; }
.status	{ background: url(img/status.gif) no-repeat left bottom;  height: 22px; }
.price	{ background: url(img/price.gif) no-repeat left bottom;  height: 22px; }
.foto	{ background: url(img/foto.gif) no-repeat left bottom;  height: 22px; }

.img1	{
	background: url(img/img_big.jpg) no-repeat center; 
	width: 510px;
	height: 405px;
}
.img1 {
	padding-top: 27px;
}
.img1 img {
	padding-left: 15px;
}

.img2	{
	text-align: center;
	background: url(img/img_small.jpg) no-repeat top; 
	margin-left: 7px;
	width: 167px; 
	height: 165px;
	float: left;
	color: 	#888;
	font: normal bold 16px Arial;
	
	cursor:pointer;
}

.img2 img	{ 
	padding-top: 7px;
	padding-left: 6px;
	padding-right: 5px;
}

.info {
	color: #888;
	font: normal bold 14px Arial;
	text-align: left;
}
.info td {
	border-bottom: 1px solid #999;
	vertical-align: top;
}

.info .info_title {
	color: #444;
	text-align: center;
	font: normal bold 18px Arial;
	border-bottom: 0px solid #fff;
}

.info .info_data {
	text-align: right;
	color: #222;
	font-size: 16px;

}

.add table td {
	padding:5px;
}

.color1 {
	background:white;
}
.color2 {
	background:#eeeeee;
}

.uscount {
	float:right;
	margin-right:5px;
}



.footer	{
	height: 40px;
	padding-left:40px;
	background: #EEEEEE url(img/footer_bg.jpg) repeat-x top; 
	text-align: center;
	padding-top: 22px;
	color: #1e1e21;
	font: normal 11px Arial;
}

.footer a	{
	color: #1e1e21;
	text-decoration: none;
}
.footer a:hover	{
	color: #1e1e21;
	text-decoration: underline;	
}

.footer span {
	display:block;
	margin-top:10px;
}