/* @override http://autokopen.mvt/media/newcar/newcar.css */

#header-container {
	height: 90px;
	font-size:12px;
	line-height:140%;
	position:relative;
}
#header-container  h1 {
    font-size: 16px;
    color: #f5551b;
    margin: 0;
    padding: 0px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

#header-container .lowest-price {
	font-weight: bold;
}

#header-container .description {
    margin-left: 0px;
    position: absolute;
    top:0px;
    left:120px;
}

#header-container .description p {
    padding: 5px 0 0 0;
    margin: 0px;
}

#header-container img {
}
#header-container a.popover-newcar {
    display:block;
    position:absolute;
    top:0px;
    left:10px;
}

.newcar .navigation {
    padding: 3px 0px 0px;
    font-size: 12px;
}
.newcar .navigation.default {
    color:white;
    background-image: url("/media/pagenavigate/pagenavigate.gif");
    background-repeat: no-repeat;
    background-position: left;
    height: 18px;
    margin: -1px 0 8px 0;
    padding-left: 10px;
    margin-left:5px;
}
.newcar .navigation.default.wide {
    background-image: url("/media/pagenavigate/pagenavigate-wide.gif");
}
.newcar .fullwidth.navigation.default{
    background-image: url("/media/pagenavigate/pagenavigate_full.gif");
}

.newcar .navigation.default a{
    color: white;
}

.newcar .navigation.lite{
    border-top:1px solid #D9D9D9;
    height:21px;
    margin:18px 5px 0;
    padding:8px 9px 0px;
    color:#000;
}
.newcar .navigation.lite a{
    color:#000;
    text-decoration:none;
}
.newcar .navigation.lite a:hover{
    text-decoration:underline;
}


.newcar h2{
    color:#126cbf;
    padding:5px 5px 0px;
    margin-bottom:-8px;
}



.newcar ul.cta-bar{
    width: 580px;
    height: 30px;
    padding: 5px;
    margin: 0 0 10px 0px;
    background: url(/media/newcar/cta_bg.png) 50% 50% no-repeat;
}
.newcar ul.cta-bar.wide{
    width: 760px;
    background: url(/media/newcar/cta_bg-wide.png) 50% 50% no-repeat;
}
.newcar ul.cta-bar li{
    list-style-type:none;
    margin:0px;
    padding:0px;
    width:145px;
    float:left;
    height:30px;
}
.newcar ul.cta-bar.wide li{
    width:190px;
}
.newcar ul.cta-bar li:hover{
    background-color:#eee;
}
.newcar ul.cta-bar li a{
    display:block;
    text-align:center;
    color:#000;
    line-height:30px;
    text-decoration:none;
    font-size:13px;
}



.newcar .model-group{
    padding:0px 5px 15px;
    margin:0px;
    list-style-type: none;
    clear: left;
}
.newcar .model-group li{
    padding:0px;
    margin:0px;
    margin-bottom:10px;
    float:left;
    width:253px;
    height:60px;
    overflow:hidden;
}
.newcar .model-group li img{
    position:absolute;
    z-index:10;
}
.newcar .model-group li h3, .newcar .model-group li p{
    padding:0px 5px 0px 85px;
}
.newcar .model-group li h3{
    color:#f66123;
    font-size:10px;
    height:24px;
}


.newcar ul.aggregate {
    width:580px;
    height:98px;
    background:url(/media/newcar/aggregate-bg.png) 50% 50% no-repeat;
    padding:5px;
    margin:0px;
}
.newcar ul.aggregate.wide {
    width:760px;
    background:url(/media/newcar/aggregate-bg-wide.png) 50% 50% no-repeat;
}
.newcar ul.aggregate h3{
    font-size:13px;
    color:#126cbf;
    position:relative;
    top:3px;
}
.newcar ul.aggregate li{
    float:left;
    padding:0px;
    margin:0px;
    list-style-type:none;
    width:193px;
}
.newcar ul.aggregate.wide li{
    width:253px;
}
.newcar ul.aggregate li li{
    float:none;
    padding-left:10px;
    margin-top:1px;
    margin-bottom:2px;
    width:auto;
    line-height:15px;
}


#footer {
    width: 580px;
    height: 80px;
    background: url(/media/newcar/aggregate-bg.png) no-repeat;
    margin: 0 10px;
    padding: 10px 0;
    list-style: none;
}

#footer h2 {
    border: none !important;
    margin: 0;
    padding: 0px;
    font-size: 13px;
}

#footer li {
    float: left;
    margin: 0 0 0 10px;
    width: 180px;
    overflow:visible;
    padding: 1px;
}
#footer .companyfooter h2 {
    width: 450px;
}
#footer li.more {
    margin: 0 0 0 24px;
}
#footer li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 200px;
}
#footer li ul li {
    float: none;
    margin: 0;
    padding: 3px;
}
#footer li ul li a {
    font-size: 11px;
    padding: 0 0 0 15px;
    background: url(/media/vehicle/media/arrow-link.gif) no-repeat left;
}

#footer .no-heading {
    margin-top: 16px;
}




table.vehicle-editions {
	border-spacing: 0px;
	border-collapse: collapse;
	font-size: 12px;
	width: 760px;
	margin-left: 5px;
}

table.vehicle-editions thead th {
	background-color: #d0d0d0;
	height: 22px;
	text-align: left;
	font-size: 12px;
	table-layout: fixed !important;
	border: 0px;
}

table.vehicle-editions tbody tr:hover {
	background-color: #d1e5f4;
	cursor: pointer;
}

table.vehicle-editions tbody tr td {
	height: 20px;
	border-bottom: 1px solid #f3f3f3;
}

table.vehicle-editions td.edition-name,
table.vehicle-editions th.edition-name {
	padding-left: 5px;
}

table.vehicle-editions td.edition-name span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
 	-ms-text-overflow: ellipsis;	
}

table.vehicle-editions td.price,
table.vehicle-editions th.price {
	width: 95px;
}

table.vehicle-editions td.price,
table.vehicle-editions th.price {
    width: 95px;
}

table.vehicle-editions td.bodystyle,
table.vehicle-editions th.bodystyle {
    width: 120px;
}

table.vehicle-editions td.fuel-type,
table.vehicle-editions th.fuel-type {
    width: 95px;
}

table.vehicle-editions td.transmission,
table.vehicle-editions th.transmission {
    width: 120px;
}


table.vehicle-editions td.label,
table.vehicle-editions th.label {
	width: 120px;
}

.label span {
	display: block;
	height: 15px;
	width: 26px;
	margin-right: 10px;
	padding-left: 5px;
	float: left;
	background-repeat: no-repeat;
}
* html .label span {
    margin-right: 7px;
}

.label-a {
	background-image: url(/media/newcar/label-a.gif);
}

.label-b {
	background-image: url(/media/newcar/label-b.gif);
}

.label-c {
	background-image: url(/media/newcar/label-c.gif);
}

.label-d {
	background-image: url(/media/newcar/label-d.gif);
}

.label-e {
	background-image: url(/media/newcar/label-e.gif);
}

.label-f {
	background-image: url(/media/newcar/label-f.gif);
}

.label-g {
	background-image: url(/media/newcar/label-g.gif);
}
/*
#vehicle-detail  {
	font-size: 12px;
	padding-left: 0px;
}
*/

#vehicle-detail .main-information{
    font-size: 12px;
    padding-left: 0px;
}
#vehicle-detail .main-information,
#vehicle-detail .tab-container{
    font-size: 12px;
    padding-left: 0px;
}
h1.extended {
	color: #0d60b8;
	font-size: 18px;
	margin: 0px;
	padding: 10px 0 0 5px;
}


/*
#vehicle-detail h2 {
    font-size: 13px;
    color: #0d60b8;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 5px;
    margin: 0 0 5px 0;
    clear: both;
}
*/
#vehicle-detail div.main-information div.photo {
	float: left;
	width: 240px; 
	text-align: center;
	padding: 2px;
	border:1px solid #d8d8d8;
	margin: 10px 0 0 185px;
}

#vehicle-detail div.main-information div.price-information {
	float: left;
	width: 330px;
	padding-left: 5px;
}
#vehicle-detail div.main-information div.price-information h2 {
	padding-left: 0px;
}

#vehicle-detail div.main-information div.price-information dl dt {
	float: left;
	width: 230px;
	height: 20px;
}

#vehicle-detail div.main-information div.price-information dl dd {
	text-align: right;
	width: 205px;
	margin-left: 130px;
	height: 20px;
}

#vehicle-detail div.main-information div.price-information dl dt.first,
#vehicle-detail div.main-information div.price-information dl dd.first {
	font-weight: bold;
}
#vehicle-detail div.main-information div.price-information dl dt.last,
#vehicle-detail div.main-information div.price-information dl dd.last {
	margin-top: 20px;
}

/* tabs */
#vehicle-detail #tabs {
    position: relative;
    top: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 10;
    height: 33px; /* IE7 fix */
}
#vehicle-detail .tab-container,
#vehicle-detail #tabs{
    margin-left: 3px;
}

#vehicle-detail #tabs li {
    float: left;
    background: url(/media/vehicle/media/tab-bg.gif) repeat-x;
    height: 33px;
    margin-right: 2px;
}

#vehicle-detail #tabs li:hover {
    background: url(/media/vehicle/media/tab-bg-hover.gif) repeat-x;
}

#vehicle-detail #tabs li h1 {
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    background: url(/media/vehicle/media/tab-corner.gif) no-repeat left;
    padding:0px;
    margin: 0;
    float:left;
}

#vehicle-detail #tabs li h1 a {
    display: block;
    text-decoration: none;
    color: #333333;
    background: url(/media/vehicle/media/tab-corner.gif) no-repeat right;
    height: 25px;
    padding: 8px 21px 0 21px;
    float:left;
}

#vehicle-detail #tabs li h1 a:focus {
    outline: none;
}

#vehicle-detail #tabs li h1 a:hover {
    color: #000000;
}

#vehicle-detail #tabs li.active {
    background: url(/media/vehicle/media/tab-active-bg.gif) repeat-x;
    margin: 0 1px 0 0;
}

#vehicle-detail #tabs li.active h1 {
    background: url(/media/vehicle/media/tab-active-left.gif) no-repeat left;
}

#vehicle-detail #tabs li.active h1 a {
    background: url(/media/vehicle/media/tab-active-right.gif) no-repeat right;
    color: #000000;
}

#vehicle-detail .tab-container {
    clear: both;
    background: url(/media/newcar/tab-cont-bg-590.png) no-repeat left top;
    padding: 20px 11px 10px 11px;
    display: none;
}

#vehicle-detail .tab-container.wide {
    background: url(/media/newcar/tab-cont-bg-wide.png) no-repeat left top;
}

#vehicle-detail .tab-container.active {
	display: block;
}

#vehicle-detail .tab-container.properties h2 {
	font-weight: bold;
	color: black;
	border: none;
	padding: 0px 0px 2px;
	margin: 0px;
	font-size: 12px;
	border-bottom: 1px solid #d9d9d9;
}
#vehicle-detail .tab-container.properties dl {
	margin: 0px;
	padding: 5px 0;

	
}
#vehicle-detail .tab-container.properties dl dt {
	float: left;
	width: 300px;
	height: 20px;	
}

#vehicle-detail .tab-container.properties dl dd {
	margin-left: 200px;
	height: 20px;
}


