/* *1 common (�����)
----------------------------------------------------------------------------- */
body {
	background: white;
	color:#222;
}
/* *2 text (������, ������, ���������, ������)
----------------------------------------------------------------------------- */
img,p {
	color:#222;
}
.txt{
	color:#222;
	font: 14px arial,tahoma,verdana,sans-serif;
}
p a {
	color:#09c;
}
p strong {
	color:#000;
}

.more {
	margin:0;
	display:block;
	overflow:hidden;
}
.more span {
	padding:0 0 0 20px;
	display:block;
	background:url('../img/ico/more.gif') no-repeat 0 3px;
}


/* *3 main (��������)
----------------------------------------------------------------------------- */


/* *5 header (�����)
----------------------------------------------------------------------------- */
#header {

	background:#fff  repeat-x 0 40px;
}
#black {
	border-top:6px solid #ccc;
	border-bottom:1px solid #585858;
}
#pix {
	width:860px;
	height:160px;
	position:absolute;
	top:40px;
	left:0px;
	z-index:0;
	background:#333;
}
#pix img {
	width:860px;
	height:160px;
	display:block;
}
#title {
	width:400px;
	height:30px;
	position:absolute;
	top:155px;
	left:500px;
	z-index:1;
	font-family: arial;
	color: white;
	font-weight: bold;
	font-size: 13px
}
#nav {
	padding-left:8px;

	top:207px;
	left:32px;
	font-size:9px;
	color:#999;
	background:url('../img/ico/nav.gif') no-repeat 0 4px;
}
#nav a {
	color:#09c;
}

/* *6 left (�����)
----------------------------------------------------------------------------- */
#content {
	width:100%;
	padding:0 0 0 0;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	z-index:1;
}

#left {
	width:22%;
	float:left;
	position:relative;
	left:2%;
	overflow:hidden;
	padding-top: 20px;
}
#left h2 {
	width:auto;
	margin-right:30px;
}


/* *7 right (������)
----------------------------------------------------------------------------- */
#right {

	padding-top:29px;
	float:left;
	position:relative;
	left:2%;
}
#special img {
	margin:0 auto;
	display:block;
}

/* *7 center (�����������)
----------------------------------------------------------------------------- */
#center,
#center-no-right
{
	width:70%;
	height:100%;
	float:left;
	position:relative;
	left:2%;
	padding-left: 10px;
	padding-top: 20px;
}

#center-no-right {
	width: 75%;

}

/*h1 {
margin:0 0 8px 0;
font:1.8em arial,tahoma,verdana,sans-serif;
color:#000;
}*/
h1 {
	width:100%;
	padding:0 0 10px 0;
	margin:0 0 25px 0;
	display:block;
	font: 2.0em arial,tahoma,verdana,sans-serif;
}
h2 {
	width:100%;
	padding:0 0 10px 0;
	margin:0 0 25px 0;
	display:block;
	font: 1.5em arial,tahoma,verdana,sans-serif;
}
h2 img {
	display:block;
	color:#000;
}

.white {
	padding:20px;
	background:#fff;
	height:100%;
}
h4 {
	margin:0 0 12px 0;
	font:1.8em arial,tahoma,verdana,sans-serif;
	color:#999;
}

.char {
	width:100%;
}
.char th {
	padding:7px 10px;
	font-size:1.1em;
	text-align:left;
	color:#fff;
	background:#000;
}
.char td {
	padding:4px 10px 5px 10px;
	font-size:1.1em;
	color:#222;
	background:url('../img/ico/hr.gif') repeat-x 0 100%;
}
.char td.left {
	color:#000;
	font-weight:bold;
}

.right_menu {
	width:100%;
	padding:0 0 8px 0;
	margin:0 0 25px 0;
	list-style:none;
	font-size:1.1em;
	font-weight:bold;
	color:#000;
	background:url('../img/ico/right_menu.gif') no-repeat 37px 100%;
}
.right_menu li {
	padding:4px 0 4px 50px;
	/*background:url('../img/ico/right_menu_li.gif') no-repeat 40px 6px;*/
}
.right_menu li.active {
	font-weight:bold;
	padding:8px 0 8px 50px;
	border-right:5px solid #ccc;
	background:#fff;
}
.right_menu li a {
	font-weight:normal;
	color:#09c;
}

/*.right_menu li .right_menu_sub {
width:100%;
padding:0px 0px 8px 0px !important;
list-style:none;

font-weight:bold;
color:#000;

}*/

.right_menu_sub {
	width:100%;
	padding:0px 0px 8px 0px;
	padding-left:0px !important;
	margin-left:0px !important;
	list-style:none;

	font-weight:bold;
	color:#000;

}

.right_menu_sub li {
	padding:4px 0 4px 30px;
	background:url('../img/ico/right_menu_li.gif') no-repeat 20px 6px;
}

.right_menu_sub li.active {
	font-weight:bold;
	padding:8px 0 8px 30px;
	border-right:5px solid #ccc;
	background:#fff;
}


.left_menu {
	width:100%;
	padding:5px 0 0 0;
	margin:0 0px 6px 0;
	list-style:none;
	font-size:1.1em;
	font-weight:bold;
	color:#000;
}

.left_menu .left_menu{
	margin-left: 10px;
}

.active .left_menu{
	margin-left: 0;
}


.left_menu li {
	padding:4px 0 4px 15px;
}
.left_menu li.active {
	font-weight:bold;
	padding:5px 0 0px 32px;
	background: url(/images/dot.png) no-repeat 15px 6px;
}

.left_menu .left_menu li.active {
	padding:5px 0 0 15px;
}

.left_menu ul li.active {
	background: none;
}
.left_menu li a {
	font-weight:normal;
	color:#09c;
}

.left_menu img{
	margin-right: 5px;
	vertical-align: middle;
}


#author {
	position:absolute;
	top:35px;
	right:40px;
	font-size:9px;
	text-align:right;
}
#author img {
	display:block;
	margin-bottom:3px;
}
#author a {
	color:#999;
	text-decoration:none;
	background-color:inherit;
}
#author a span {
	padding:2px 0 0 0;
	display:block;
}
#author a:hover span {
	text-decoration:underline;
}

#center table.list tr.header.first td {
	background:#E2E2E2 none repeat scroll 0 0;
	border-bottom:3px solid #C0C0C0;
	font-size:11px;
	font-weight:normal;
}

#center table.list td 
{
	font-size:12px;
	padding:3px 5px;
}

.pager div.container, .pager div.context {
	background-color:#F2F2F2;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	float:left;
	font-size:11px;
	width:100%;
}
.block {
	float:left;
	margin:0 0 5px;
	width:100%;
}
.pager div.container .cell-1, .pager div.context .cell-1 {
	float:left;
}
.pager div.container .cell-1, .pager div.container .cell-2, .pager div.context .cell-1, .pager div.context .cell-2 {
	padding:5px;
}

.pager div.container .cell-2, .pager div.context .cell-2 {
	float:right;
}
.pager div.container .cell-1, .pager div.container .cell-2, .pager div.context .cell-1, .pager div.context .cell-2 {
	padding:5px;
}

.pager div.container .cell-1 div, .pager div.context .cell-1 div {
	float:left;
}

.pager {
	border-bottom:1px solid #D0D0D0;
	border-top:1px solid #D0D0D0;
	float:left;
	margin:0 !important;
	width:100%;
}

table.list tr.alter td {
	background-color:#F2F2F2;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	padding:3px 5px;
}

.list {
	border-top:0 none;

	margin-bottom:5px;
}
table.list {
	border-bottom:1px solid #D0D0D0;
	border-top:1px solid #D0D0D0;
	width:100%;
}

.cars-info .info .list td {
	width:50%;
}

table.list div.cell-1 {
	float:left;
}

table.list div.cell-2 {
	float:right;
}

.cars-info .subinfo {
	font-size:12px;
	padding:15px 5px;
}

.cars-info .subinfo div {
	font-weight:bold;
}

table.list span {
	font-weight:bold;
}


.new_lead{
	font-size: 14px;
}

#print-bar{
	width: 100%;
	height: 50px;
}

#print-bar a{
	display: block;
	float:left;
	width: 49%;
	height: 50px;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	color: #555555;
	font-weight: bold;
}

#print-bar a img{
	vertical-align: middle;
}