
div.subpage a {
	text-decoration:none;
	font-size:1.5em;
}

div.subpage li {
	padding:4px 0px;
}



div.vehicle ul.model_tabs {
	clear:both;
	float:left;
	list-style-type:none;
	padding:0px;
	margin:0px;
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #CCCCCC;
}

html>body div.vehicle ul.model_tabs {
	/*margin-left:8px;*/
	/*background:url(navshadow.gif) no-repeat <strong>4px</strong> 100% #fff;*/
}

html.ie div.vehicle ul.model_tabs {
	margin-bottom:-7px;
}

div.vehicle ul.model_tabs li {
	list-style-type:none;
	float:left;
	margin:0 0 0 4px;
	white-space:nowrap;
	height:100px;
	margin-bottom:-80px;
}



div.vehicle ul.model_tabs li a {
	color:#666;
	display:block;
	font-size:11px;
	outline:0px;
	cursor:pointer;
	text-decoration:none;
}

div.vehicle ul.model_tabs li a table {
	height:100px;
}

	div.vehicle ul.model_tabs li a table td {
		vertical-align:top;
		background:url("images/tab_dark.gif") no-repeat top center;
		white-space:nowrap;
	}
	
	div.vehicle ul.model_tabs li a table td.left {
		background-position:left;
		width:10px;
	}
	
	
	div.vehicle ul.model_tabs li a table td.right {
		background-position:right;
		width:10px;
	}


div.vehicle ul.model_tabs li.active_tab a table td {
	background-image:url("images/tab.gif");
}




/*
	div.vehicle ul.model_tabs {
		margin:0px;
		padding:0px;
		background-color:#fff5eb;
		font-size:11px;
		height:22px;
		border-bottom:1px solid #cccccc;
	}
	
		div.vehicle ul.model_tabs li {
			list-style-type:none;
			float:left;
			background:url("images/tab_left_dark.png") no-repeat top left;
			margin-right:4px;
		}
		
		div.vehicle ul.model_tabs li.active_tab {
			background-image:url("images/tab_left.png");
			padding-left:1px;
		}
		
		div.vehicle ul.model_tabs li.active_tab a {
			background-image:url("images/tab_right.png");
			border-bottom:1px solid #ffffff;
			padding-left:12px;
			color:#000000;
		}
		
			div.vehicle ul.model_tabs a {
				color:#515151;
				outline:0px;
				display:block;
				background:url("images/tab_right_dark.png") no-repeat top right;
				padding:0px 13px;
				line-height:22px;
				text-decoration:none;
			}
*/

div.vehicle td.model_tab {
	background-color:#ffffff;
	border:1px solid #cccccc;
	border-top-width:0px;
}

div.vehicle div.model_tab {
	clear:left;
	padding:10px;
	display:none;
}

div.vehicle div.active_tab {
	display:block;
}

div.vehicle div.model_tab h2 {
	margin-bottom:13px;
	padding:7px;
	background-color:#fee9d8;
	color:#000000;
	font-size:1em;
}

div.vehicle td.bar img.thumb {
	border:3px solid #ffc29c;
	margin-bottom:10px;
	outline:0px;
	width:200px;
}

div.vehicle td.bar h3 {
	margin-left:10px;
}

div.vehicle td.bar a {
	outline:0px;
}

div.vehicle td.bar a.viewmore {
	display:block;
	text-align:right;
	font-weight:bold;
	text-decoration:none;
}

div.vehicle td.bar div.cost {
	color:#FF6A18;
	font-weight:bold;
	font-size:130%;
	text-align:center;
	line-height:0.93em;
}

div.vehicle div.roundbox {
	background-image:url("images/roundback.png");
	background-repeat:repeat-y;
	width:202px;
}
	div.vehicle div.roundbox ul {
		margin-bottom:0px;
		color:#FF6A18;
		padding-left:25px;
	}
		div.vehicle div.roundbox ul li a {
			color:#000000;
			font-weight:bold;
			font-size:0.9em;
			text-decoration:none;
		}
	
	div.vehicle div.roundbox div.top, div.vehicle div.roundbox div.bottom {
		background-repeat:no-repeat;
		width:202px;
		height:14px;
		line-height:0px;
		font-size:1px;
	}

	div.vehicle div.roundbox div.top {
		background-image:url("images/roundtop.png");
	}
	
	div.vehicle div.roundbox div.bottom {
		background-image:url("images/roundbottom.png");
	}
	
	div.vehicle div.roundbox div.content{
		padding:0px 10px;
		margin:-2px 0px;
		z-index:10;
	}
	


td.model_tab table {
	border-width:0px;
}

td.model_tab table tr td {
	vertical-align:top;
	width:50%;
	border:0;
}