/************************************************************************
cuv.css - Toyota.ca - Certified Used Vehicles Stylesheet (c) 2008 Toyota
***********************************************************************/

@import url('common.css?cc=001');
@import url('subpage.css');

/**************
Section Components
**************/
	
/* Section Code */

div#CONTENT div.general_btn,
 div#CONTENT div.holder {
	float:left;
	font-size:.75em;
}

div#CONTENT div.holder {
	height:22px
}

div#CONTENT {
	padding-bottom:20px;
}

div#CONTENT  dt,
 div#CONTENT  dd {
	margin:0;
	padding-top:0;
	float:left;
	line-height:1.2;
	font-weight:normal;
}

 dl {
	clear:both;
	width:720px;
}

 dt {
	clear:both;
	/*width lives in lang specific css files*/
	vertical-align:middle;
}

 dd {
	padding-right:5px;
	width:85px;
	vertical-align:middle;
}

dd.input {
	width:500px;
}

div#CONTENT ol.saved_searches li {
	margin-bottom: 20px;
}

div#CONTENT ul.general_list li {
	margin-bottom: 0px;
}

div#CONTENT form dl.save_search{margin-top:20px!important;}

/*missing declarations live in lang specific css files*/
dd.hatchback {
	width:120px;
}
dd.highlander {
	width:90px;
}
dd.truckslast {
	width:350px;
}

div#CONTENT h4.subtitles {
	margin-bottom:0;
	padding-bottom:0;
	font-weight:bold;
	font-size:0.75em;
}

table.rates {
	border-top:1px solid #cbcbcb;
	border-left:1px solid #cbcbcb;
	margin-bottom:20px;
	width:435px;
}

table.rates th {
	text-align:center;
	font-weight:normal;
	background-color:#cbcbcb;
	border-right:1px solid #ffffff;
	padding:3px 10px 3px 10px;
	margin:0;
}

table.rates td {
	border-right:1px solid #cbcbcb;
	border-bottom:1px solid #cbcbcb;
	text-align:center;
	padding:3px 10px 3px 10px;
	margin:0;
}

table.rates th.last {
	border-right:1px solid #cbcbcb;
}

form:after,
 .search_navigation:after,
 dl:after,
 .page_section:after,
 .after:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#CONTENT table td li {
	font-size: 1em;
}

div#CONTENT li li {
	font-size: 1em;
}

.separator {
	border-bottom:1px solid #cbcbcb;
	padding-bottom:15px;
	margin-bottom:15px;
	
}

.page_section_secondary {
	float:left;
	width:220px;
}

.after {
	width:720px;
}

div#CONTENT .spec_list {
	margin-top:15px;
}

/* to move to common.css? */

div#CONTENT ul {
	list-style-type:disc;
	margin-left:20px;
	margin-bottom:20px;
}

div#CONTENT ol {
	margin-left:40px;
	margin-bottom:20px;
	list-style-type:decimal;
}

div#CONTENT ul.general_list {
	list-style-type:none;
	margin-left:0;
	margin-bottom:0;
}

div#CONTENT ol.general_list {
	margin-left:0;
	list-style-type:none;
}

div#CONTENT em {
	font-style:italic;
}

img.alternate {
	margin-left:15px;
}

img.standard {
	margin-right:15px;
}

div.page_section {
	float:left;
	width:350px;
}

.nowrap {
	white-space:nowrap;
}

/*used vehicle tables,
 move to common,
 and remove from dealer.css*/

table.usedvehicles {
	border-collapse:collapse;
	border-left:1px solid #cbcbcb;
	border-bottom:1px solid #cbcbcb;
	width:100%;
}

table.usedvehicles td,
 table.usedvehicles th {
	border-top:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb;
	padding:2px;
	margin:0;
	text-align:center;
	vertical-align: middle;
}

table.usedvehicles th {
	font-weight:bold;
	text-align:center;
}

table.usedvehicles th.tcuv {
	width:55px;
}

table.usedvehicles th.photo {
	width:65px;
}

table.usedvehicles td.sorted {
	background-color:#cbcbcb;
}

table.usedvehicles td.vehicle {
	text-align:left
}

div.search_navigation {
	margin:10px 0;
	clear:both;
}

.results {
	float:left;
	width:519px;
	display:block;
	height:22px;
	text-align:center;
	margin:10px 25px 0 0;
	font-size:.75em;
	padding-top:2px;
}

div#vehicle_preview ul,
div#vehicle_preview ul li{
	list-style:none;
}

div#vehicle_preview{
	width:400px;
	float:right;
	margin:10px 0;
}

div#vehicle_preview ul{
	width:400px;
	padding-left:0;
	margin-left:0;
}

div#vehicle_preview ul:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#vehicle_preview ul li{
	float:left;
	display:inline;
}

div#vehicle_preview ul li{
	margin-left:20px;
}

div#vehicle_preview ul li a{
	display:block;
	text-align:center;
}

div#vehicle_preview ul li img{
	width:180px;
}

div#CONTENT div#vehicle_preview p.legal{
	clear:left;
	margin-left:10px;
	width:400px;
	text-align:left;
}

div.vehiclepreview {
	width:80px;
	float:right;
	font-size:.60em;
	margin:10px;
}




