/*
Theme Name: Canterbury Mazda
Theme URI: http://www.avatar.co.nz
Description: Canterbury Mazda Theme
Version: 1.0
Author: Avatar
Author URI: http://www.avatar.co.nz
Tags: basic
*/

@charset "utf-8";

body {
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
line-height: 18px;
color: #2A3943;
background-color: #F0F2F1;
background-image: url(images/bg.gif);
background-repeat: repeat-x;
margin: 0px;
}

#container {
float: left;
width: 985px;
}

#header {
float: left;
width: 985px;
height: 79px;
background-image: url(images/header-bg.gif);
background-position: right top;
}

#logo {
float: left;
width: 427px;
height: 79px;
}

#utility-menu {
font-size: 10px;
color: #0D81AE;
text-align: right;
float: right;
width: 300px;
height: 20px;
margin: 12px 15px 0 0;
}

#utility-menu a {
color: #0D81AE;
text-decoration: none;
}

#utility-menu a:hover {
color: #C1E3EF;
text-decoration: none;
}

#search {
clear: right;
float: right;
height: 20px;
width: 206px;
background-image: url(images/search-bg.png);
background-repeat: no-repeat;
margin: 10px 15px 0 0;
}

#search input#searchField {
float: left;
height: 20px;
width: 171px;
background: none;
border: none;
color: #C1E3EF;
font-size: 10px;
line-height: 20px;
margin: 0;
padding: 0 0 0 10px;
}

#body #search { float: none; }

#search #searchButton {
float: left;
height: 20px;
width: 25px;
}

#menu-left {
float: left;
width: 171px;
height: 50px;
}

/* ------------------- Menu ------------------- */

#menu-container {
float: left;
display: inline; /* IE6 fix */
width: 814px;
height: 50px;
margin: 0;
position: relative;
background-image: url(images/nav-divider.gif);
background-repeat: no-repeat;
z-index: 100;
}

#menu, #menu ul {
float: left;
position: relative;
list-style: none;
width: 814px;
height: 50px;
padding: 0;
margin: 0;
display: inline; /* IE6 fix */
}

#menu li {
float: left;
position: relative;
padding: 0;
margin: 0;
background-image: url(images/nav-divider.gif);
background-position: right top;
background-repeat: no-repeat;
z-index: 0;
}

#menu li a {
display: block;
position: relative;
height: 34px !important;
height: auto; /* IE6 fix */
text-decoration: none;
margin: 0;
padding: 16px 11px 0px 10px;
line-height: 19px;
color: #ffffff;
font-weight: bold;
font-size: 11px;
z-index: 20;
}

* html #menu li a { /* IE6 fix */ padding: 16px 11px 15px 10px; }

#menu li a:hover {
text-decoration: none;
color: #1FB5EA;
background-image: url(images/menu-highlight-sm.gif);
background-position: center bottom;
background-repeat: no-repeat;
}

#menu li a.sub-menu:hover, #menu li a.active {
background-image: url(images/menu-highlight-sm.gif);
background-position: center bottom;
background-repeat: no-repeat;
}

* html #menu li.sfhover a.active {
background-image: url(images/menu-highlight-sm.gif);
background-position: center bottom;
background-repeat: no-repeat;
}

#menu li.page-item-3 a:hover, #menu li.page-item-3 a.sub-menu:hover, #menu li.page-item-3 a.active { background-image: url(images/menu-highlight.gif); }

/* ------------------- Drop downs ------------------- */

#menu li ul {
position: absolute;
display: block;
left: -999em;
height: auto;
width: 178px;
font-weight: normal;
margin: 0;
padding: 0;
background-color: #088EC0;
opacity: 0.95;
border: 1px solid #1D6E8E;
background-image: none;
top: 49px;
}



#menu li li, #menu li li li {
float: left;
width: 178px;
display: inline;
padding: 3px 0;
margin: 0;
background-image: none;
z-index: 100;
}

#menu li li:hover, #menu li.page-item-3 li:hover { background-image: none; }

* html #menu li li.sfhover { background-image: none; }

#menu li ul li a, #menu li ul li li a {
display: block;
width: 160px;
height: 20px !important;
height: auto; /* IE6 fix */
text-decoration: none;
margin: 0;
padding: 0 3px;
border-left: 6px solid #088EC0;
border-right: 6px solid #088EC0;
color: #ffffff;
font-weight: normal;
font-size: 11px;
z-index: 0;
background-image: none;
}

#menu li li a.sub-menu.active {
border: none;
padding: 0 6px;
border-left: 3px solid #088EC0;
border-right: 3px solid #088EC0;
background-position: 163px 7px;
}

* html #menu li li.sfhover a.sub-menu.active {
border: none;
padding: 0 6px;
border-left: 3px solid #088EC0;
border-right: 3px solid #088EC0;
background-image: url(images/sub-menu-arrow.gif);
background-repeat: no-repeat;
background-position: 163px 7px;
}

#menu li ul li a:hover {
background-image: none;
padding: 0 3px;
}

#menu li.page-item-3 ul li a:hover { background-image: none; }

#menu li ul li a.sub-menu, #menu li ul li a.sub-menu:hover {
background-image: url(images/sub-menu-arrow.gif);
background-repeat: no-repeat;
background-position: 160px 7px;
}

#menu li ul li a.sub-menu:hover, #menu li ul li a:hover, #menu li ul li li a:hover {
background-color: #1D6E8E;
background-position: 163px 7px;
margin: 0;
padding: 0 6px;
color: #fff;
border: none;
border-left: 3px solid #088EC0;
border-right: 3px solid #088EC0;
}

* html #menu li ul li a.sub-menu:hover {
background-image: url(images/sub-menu-arrow.gif);
background-repeat: no-repeat;
}

* html #menu li ul li li a:hover { background-image: none; }

#menu li ul ul {
margin: -50px 0 0 178px !important;
margin: -50px 0 0 178px; /* IE6 fix */
width: 178px;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul { left: -999em; }

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul { left: auto; }

/* --------- Side bar --------- */

#side-bar {
float: left;
width: 171px;
padding: 34px 0 30px 0;
background-image: url(images/logo-bottom.gif);
background-repeat: no-repeat;
}

#side-nav {
float: left;
display: block;
list-style: none;
width: 171px;
font-size: 12px;
font-style: italic;
line-height: 12px;
color: #F0F2F1;
margin: 0;
padding: 0;
background-image: url(images/side-nav-divider.png);
background-repeat: no-repeat;
background-position: top right;
}

#side-nav ul {
margin: 0;
padding: 0;
}

#side-nav li.page_parent a {
font-weight: bold;
color: #1FB5EA;
}

#side-nav li.new-mazda-landing {
font-weight: bold;
background-image: url(images/side-nav-models-divider.png);
background-repeat: no-repeat;
background-position: bottom;
}

#side-nav li {
float: left;
display: inline;
width: 171px;
margin: 0;
padding: 0;
background-image: url(images/side-nav-divider.png);
background-repeat: no-repeat;
background-position: bottom;
}

#side-nav li li {
float: left;
display: inline;
width: 171px;
margin: 0;
padding: 0;
font-weight: normal;
background-image: url(images/side-nav-sub-divider.png);
background-repeat: no-repeat;
background-position: top;
}

#side-nav li a {
float: left;
width: 131px;
font-size: 12px;
font-style: italic;
color: #F0F2F1;
text-decoration: none;
text-align: right;
padding: 7px 20px;
}

#side-nav li li a, #side-nav li.page_parent li a {
float: left;
width: 107px;
font-size: 11px;
font-style: italic;
font-weight: normal;
color: #F0F2F1;
text-decoration: none;
text-align: right;
padding: 7px 32px;
}

#side-nav li a:hover, #side-nav li.page_parent a:hover {
color: #1FB5EA;
text-decoration: none;
}

/* --------- Body --------- */

#body-container {
float: left;
width: 985px;
background-image: url(images/body-container-bg.png);
background-repeat: repeat-y;
}

#body-inner-container {
float: left;
width: 799px;
}

#home-banner {
float: left;
width: 775px;
height: 465px;
overflow: hidden;
background-image: url(images/banner-bg.gif);
background-repeat: repeat-x;
padding: 10px 12px 0px 12px;
border-bottom: 10px solid #fff;
font-size: 0px;
position: relative;
}

#banner {
float: left;
width: 775px;
background-image: url(images/banner-bg.gif);
background-repeat: repeat-x;
padding: 10px 12px;
font-size: 0px;
position: relative;
}

#banner-link {
float: left;
width: 775px;
height: 465px;
position: absolute;
z-index: 80;
}

#ctas {
float: left;
width: 799px;
}

.cta {
float: left;
width: 253px;
height: 135px;
padding: 0 0 10px 10px;
}

#body {
float: left;
width: 739px;
background-image: url(images/body-bg.gif);
background-repeat: repeat-x;
padding: 20px 30px;
position:relative;
}

#body-used-mazda {
float: left;
width: 739px;
_width: 745px;
background-image: url(images/body-bg.gif);
background-repeat: repeat-x;
padding: 20px 30px;
_padding: 20px 20px 20px 30px;
}

h1 {
font-size: 18px;
font-weight: bold;
color: #006699;
margin: 0 0 12px 0;
}

h2 {
font-size: 14px;
font-weight: bold;
color: #006699;
margin: 15px 0 5px 0;
}

p { margin: 8px 0 12px 0; }

#body a {
color: #00A3DD;
text-decoration: none;
}

#body a:hover {
color: #006699;
text-decoration: none;
}

#body ul {
margin-top: 10px;
margin-bottom: 12px;
margin-left: 20px;
padding-left: 0px;
}

#body ul li {
margin-top: 2px;
margin-bottom: 2px;
background-image: url(images/bullet.gif);
padding-left: 15px;
background-repeat: no-repeat;
list-style-type: none;
background-position: 0px 5px;
margin-left: 0px;
}

.photo-border { border: 1px solid #B3BABE; }

.photo-left {
float: left;
margin: 0 15px 5px 0;
}

.photo-left-border-top {
float: left;
margin: 0 15px 5px 0;
padding-top: 20px;
border-top: dotted 1px #B3BABE;
}

.photo-right {
float: right;
margin: 0 0 5px 15px;
}

.photo-border-left {
float: left;
margin: 0 15px 5px 0;
border: 1px solid #B3BABE;
}

.photo-border-right {
float: right;
margin: 0 0 5px 15px;
border: 1px solid #B3BABE;
}

iframe { border: solid 1px #B3BABE; }

.modelTable {
float:left;
margin: 8px 0 0 0;
padding: 8px;
background: #FFFFFF url(images/model-table-bg.png) left top repeat-x;
}

.modelTable h2 { margin: 0; }

.modelTable img {
margin:0 0 -5px;
padding:0;
}

.modelTable th {
font-weight:bold;
color:#22384D;
font-size:12px;
text-align:left;
margin:8px 0 2px 0;
padding:16px 0 2px 0;
border-bottom:solid 1px #B3BABE;
}

.modelTable td {
padding:2px 20px 3px 0;
vertical-align:top;
}

.modelTable td.header {
margin:5px 0 0 0;
font-size: 15px;
}

.modelTable img {
padding:0;
margin:0 0 -5px 0;
}

.contactTable { 
border-top: dotted 1px #B3BABE;
padding: 15px 0;
}

.contactTable h2 {
margin: 15px 0 12px 0;
padding: 0;
}

.contactTable th {
font-weight:bold;
text-align:left;
margin: 0;
padding: 0;
}

.contactTable td {
padding: 2px 0x 3px 0;
vertical-align:top;
}

.new-mazda-table {
margin: 0;
padding: 0;
}

.new-mazda-table {
float: left;
display: inline; /* IE6 fix */
width: 330px;
margin: 10px 20px 28px 18px;
padding: 0;
background-color: #006699;
border: 5px solid #E1EFF5;
}

.new-mazda-table table {
border: none;
margin: 0;
}

.new-mazda-table td {
margin: 0;
padding: 0;
}

.new-mazda-table td td {
margin: 0;
padding: 0;
border: none;
}

.new-mazda-table img {
border: 0;
}

.new-mazda-table h2, .new-mazda-table p {
margin: 5px 7px;
color: #fff;
}

#body .new-mazda-table h2 a {
color: #fff;
text-decoration: none;
}

#body .new-mazda-table h2 a:hover {
color: #00A3DD;
text-decoration: none;
}

.new-mazda-table .new-mazda-details-table {
float: left;
margin: 0;
padding: 0;
background-color: #3494BF;
border-left: 1px solid #006699;
border-top: 1px solid #006699;
}

.new-mazda-table .new-mazda-details-table td {
margin: 0;
padding: 0 5px;
font-size: 9px;
border-right: 1px solid #006699;
border-bottom: 1px solid #006699;
color: #fff;
}

.new-mazda-table td.new-mazda-details-td-middle {
color: #006699;
background-color: #E1EFF5;
}

.mapp-div {
text-align:left !important;
}

div.mapp-poweredby, div.ddsg-wrapper h2, div.ddsg-wrapper p { display: none; }

#contact-map {
float: right;
border: solid 1px #B3BABE;
}

#location-map {
margin: 0;
float: right;
width: 516px;
border: none;
border-left: dotted 1px #B3BABE;
}

#location-map .mapp-div {
margin-left: 20px;
border: solid 1px #B3BABE;
}


.clear-floats { clear: both; }

#body blockquote {
background:url("images/blockquote.gif") no-repeat scroll -14px -8px;
font-style:italic;
margin:0;
padding:0 0 0 25px;
}

#body blockquote p {
background:url("images/blockquote.gif") no-repeat scroll 100% 125% transparent;
margin-bottom:0;
}


.search-result {
border-bottom:1px solid #00A3DD;	
}

.seo {
clear:both;
font-style:italic;
font-weight:normal;
position:relative;
text-align:center;
top:15px;	
font-size:12px;
}

.text-small {
	font-size: 10px;	
}

.feature-box {
	width: 707px;
	background-color: #E1EFF5;
	border: 1px solid #BFD9E5;
	padding: 15px 15px;
	min-height: 165px;
}

.feature-box h2 {
	margin-top: 0px;
}

.feature-box img {
	float: right;
	height: 203px;
	margin: 0px 0px 0px 15px;
}

/* --------- Footer --------- */

#footer {
float: left;
display: inline;
width: 829px;
height: 55px;
margin: 0 0 0 156px;
background-image: url(images/footer-bg.png);
background-repeat: no-repeat;
clear: both;
color: #949BA1;
}

#footer p {
margin: 7px 0px 17px 0px;
font-size: 10px;
}

#footer a {
color: #949BA1;
text-decoration: none;
}

#footer a:hover {
color: #1FB5EA;
text-decoration: none;
}

#copyright {
float: left;
display: inline;
width: 251px;
margin-left: 27px;
}

#footer-links {
float: left;
width: 273px;
text-align: center;
}

#avatar-link {
clear: both;
float: left;
width: 829px;
text-align: center;
margin: 0;
font-size: 10px;
}

#avatar-link p {
margin: 0;
line-height: 11px;
}

#avatar-link a {
color: #9DBBC5;
text-decoration: none;
}

#avatar-link a:hover { color: #1FB5EA; }

/* CFORM OVERRIDES
----------------------------------------------------------------------------------*/

/*this overrides minimal.css in the cforms setup*/
.cform {
margin:0 0 10px 0 !important;
width:500px !important;
position:relative !important;
}

div.failure { margin:10px 0 !important; }

div.cf_info { width:470px !important; }

.cform:after {
content: ".";
display: block !important;
height: 0 !important;
clear: both !important;
visibility: hidden !important;
}

.cform .cf-ol { border:none !important; }

.cform span.reqtxt, .cform span.emailreqtxt {
color:#1181C4 !important;
display:block !important;
font-size:10px !important;
line-height:1.2em !important;
margin:-16px 0 0 365px !important;
position:absolute !important;
text-align:left !important;
vertical-align:top !important;
display:block !important;
width:150px !important;
left:0 !important;
}

*+html .cform span.reqtxt, *+html .cform span.emailreqtxt { /* IE7 fix */ margin: 4px 0 0 370px !important; }

*html .cform span.reqtxt, *html .cform span.emailreqtxt { /* IE6 fix */ margin: 4px 0 0 370px !important; }

.cform img.captcha { position:relative !important; }

.cform textarea, .cform input, .cform select {
background-image:none !important;
background-color:#fff !important;
border:1px solid #1181C4 !important;
color:#404040 !important;
font-family: Verdana, Geneva, sans-serif !important;
font-size:11px !important;
padding:2px !important;
width:200px !important;
}

.cform textarea:hover, .cform input:hover, .cform select:hover { border: 1px solid #1181C4 !important; }

.cform select { width:206px !important; }

.cform #cforms_captcha, .cform #cforms_captcha2, .cform #cforms_captcha3 { width:75px !important; }

.cform label, .cform label span {
color:#000 !important;
width: 146px !important;
font-size: 11px !important;
}

.cform .sendbutton {
width:115px !important;
position:relative !important;
right:135px !important;
margin-top:10px !important;
margin-bottom:10px !important;
background-color: #1181C4 !important;
color: #fff !important;
cursor:pointer !important;
border:1px solid #1181C4 !important;
}

p.linklove { display: none; }

div.dp-popup a { color:#D6EAFE !important; }

/* WPSC SHOPPING CART
----------------------------------------------------------------------------------*/
.wpsc #products_page_container {
width:470px;
float:left;
overflow:hidden;
}

#shopping-cart-wrapper {
float:right;
width:230px;
padding:10px;
}


#shopping-cart-wrapper .emptycart,
#shopping-cart-wrapper .gocheckout {
text-align:right;	
}

#shopping-cart-wrapper h3,
#shopping-cart-wrapper th {
color:#006699;
padding:
}


#shopping-cart-wrapper #shopping-cart { list-style:none;
background:#F0F2F1;
border:1px dotted #00A3DD;
padding:0 10px;
}

#shopping-cart-wrapper #product {
text-align:left;	
}

#shopping-cart-wrapper .parts-enquiry{
background:url("images/cta-parts-enquiry.jpg") no-repeat scroll 0 0 transparent;
border:1px solid #293A44;
bottom:0;
color:#FFFFFF;
display:block;
font-weight:bold;
margin-bottom:10px;
padding-top:45px;
position:relative;
text-align:center;
width:228px;
}
#shopping-cart-wrapper .parts-enquiry:hover  {
color:#fff;	
}

.wpsc .additional_description_button {display:none;}

.wpsc .preview_link {
padding:2px;
border:1px solid #E2E2E2 !important;
display:block;
}
.wpsc .wpsc_product_title {
border:none;	
}

.wpsc .productdisplay {
border-bottom:1px dotted #B7BCBF;	
display:inline;
_margin-left:-106px;
}

.wpsc .additional_description_span br {
display:none;	
}
.wpsc .wpsc_variation_forms p{
width:100%;
clear:both;
float:left;
margin-top:0;
}

.wpsc .wpsc_variation_forms label{
font-weight:bold;
display:block;
padding-right:10px;
float:left;
width:60px; /*sorry this will have to be adjusted on for ie*/
}

.wpsc .wpsc_variation_forms select {
width:120px;	
float:left;
}

.wpsc .wpsc_category_details img {
display:none;	
}

.wpsc .prodtitles a {
border:none !important;	
}

/* WPSC CHECKOUT + USER ACCOUNT
----------------------------------------------------------------------------------*/
.wpsc_checkout_table td {
vertical-align:top;	
}
.wpsc_checkout_table input,
.wpsc_checkout_table textarea,
.wpsc_checkout_table select,

.wpsc-user-account table input,
.wpsc-user-account  table textarea,
.wpsc-user-account  table select {
border:1px solid #00A3DD;	
margin:0 0 5px 0;
text-align:left;
color:#404040;
font-family:Verdana,Geneva,sans-serif;
width:100%;
_width:400px;
padding:2px 0;
font-size:12px;
}

.wpsc_checkout_table .make_purchase,
.wpsc-user-account table input[type=submit]
{
background:#00A3DD;
color:#fff;
float:right;
text-align:center;
width:134px;
}

.wpsc_checkout_table .make_purchase:hover {
cursor:pointer;	
}

table.productcart tr.firstrow td {
border:none !important;	
}

#shippingSameBilling {
width:15px;	
}
/* FANCY NOTIFICATION
----------------------------------------------------------------------------------*/

#fancy_notification {
-moz-box-shadow: 0px 1px 3px #000; /* FF3.5+ */
-webkit-box-shadow: 0px 1px 3px #000; /* Saf3.0+, Chrome */
box-shadow: 0px 1px 3px #000; /* Opera 10.5, IE 9.0 */
filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=3, Color='#E2E2E2'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=3, Color='#E2E2E2')"; /* IE8 */	
left:0 !important;
width:250px;
}

#fancy_notification .continue_shopping,
#fancy_notification .go_to_checkout {
background:#00A3DD;
border:1px solid #00A3DD;
color:#FFFFFF;
padding:4px 8px;
}

#fancy_notification .continue_shopping:hover,
#fancy_notification .go_to_checkout:hover {
color:#fff;
}

#fancy_notification_content span {
width:230px;
}

/* GRID VIEW FOR CATEGORY
----------------------------------------------------------------------------------*/

.wpsc_category_grid a img,
.wpsc_category_grid a:hover img {
border:1px solid #e2e2e2 !important;
padding:2px;
float:left;
margin-right:10px;
width:60px;
height:60px;
} 

.wpsc_categories .category-product-item {
border-bottom:1px dotted #00A3DD;
padding-bottom:10px;
margin-bottom:10px;
clear:both;
float:left;
width:100%;
background-image: -moz-linear-gradient(top, #FFFFFF, #EEEEEE); /* FF3.6 */
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #FFFFFF),color-stop(1, #EEEEEE)); /* Saf4+, Chrome */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE')"; /* IE8 */
}
.category-product-item h2 {
margin-top:0;	
}

p.validation-error {
background-color:#FBC2C2;
border-color:#DF7D7D;
border-style:solid;
border-width:1px 0;
margin:5px 0;
padding:1px 10px;
}
/*
----------------------------------------------------------------------------------*/


/* Used Mazda */
.used-cars-banner {
	width: 739px;
	height: 31px;
	background-image: url("images/used-cars-banner-bg.gif");
	background-position: center middle;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.used-cars-banner table {
	margin: 1px 5px 1px 5px;
	width: 729px;
}
.used-cars-banner table td {
	width: 25%;
	text-align: center;
	white-space: nowrap;
}
.used-cars-banner table td.results {
	text-align: left;
}
.used-cars-banner table td.pages {
	text-align: right;
}
.used-cars-banner .cur_page {
/*
	background-image: url("images/bg-page-number.gif");
	background-position: center middle;
	background-repeat: none;
*/
	padding: 2px 3px 2px 3px;
	background-color: #666666;
}
.used-cars-banner .cur_page, .pagenum {
	padding: 2px 3px 2px 3px;
	margin-left: 2px;
	margin-right: 2px;
}
.used-cars-banner .next_page {
	margin-left: 2px;
}
.used-cars-banner .prev_page {
	margin-right: 2px;
}
.used-cars-banner .pagenum a,
.used-cars-banner .next_page a,
.used-cars-banner .prev_page a {
	color: #FFFFFF;
	text-decoration: none;
}
.used-car {
	background-image: url("images/bg-car-list.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 20px;
}
.used-car h2 {
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	width: 499px;
	float: left;
	display: inline;
	margin: 0px 0px 10px 10px;
}
.used-car h2 a {
	color: #000000;
	text-decoration: none;
}
.used-cars-list a img,
.used-car-container a img {
	border: none;
}
.used-cars-list .used-car-photo {
	width: 180px;
	height: 135px;
	margin: 0px 10px 0px 0px;
	float: left;
	display: inline;
}
.used-car-photo a img {
	border: 1px solid #CCCCCC;
}
.used-car .used-car-price {
	font-size: 15px;
	color: #999999;
	width: 90px;
	float: left;
	display: inline;
	margin-top: 3px;
	margin-left: 10px;
	font-weight: bold;
}
.used-car-container .price {
	font-size: 15px;
	color: #999999;
	margin-bottom: 10px;
	font-weight: bold;
}
.used-car .used-car-price img {
	display: block;
	margin-top: 15px;
}
.used-car .used-car-description {
	width: 409px;
	float: left;
	display: inline;
}
.used-car-container {
	width: 739px;
}
.used-car-container .photos {
	float: right;
	width: 350px;
}
.used-car-container table {
	border-spacing: 0px;
	width: 360px;
}
.used-car-container th {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ccc;
	margin: 0px;
	width: 130px;
	padding: 5px 0px 5px 0px;
	vertical-align: top;
}
.used-car-container td {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
.used-car-container .nav-next {
	top: 304px !important;	
}
.used-car-container .nav-prev {
	top: 304px !important;	
}
.used-car-container .strip_wrapper {
	top: 280px !important;	
}

/* Used Mazda search widget */
.um-search-widget {
	background-color: #333333;
	padding: 20px 10px 20px 10px;
}
.um-search-widget h3 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin: 0px;
}
.um-search-widget hr {
	height: 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #666666;
	border-left: none;
	border-right: none;
}
.um-search-widget ul {
	list-style-type: none;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
.um-search-widget ul li {
	color: #999999;
	font-size: 12px;
	background-image: url("images/um-search-arrow.gif");
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.um-search-widget label {
	color: #FFFFFF;
	display: block;
	margin-top: 5px;
}
.um-search-widget select {
	width: 100%;
}
.um-search-widget select.price {
	width: 60%;
}
.um-search-widget .button {
	display: block;
	margin-top: 15px;
}
.note {
	margin-top: 3em;
}
.enquiry {
	margin-top: 20px;
	text-align: center;
}
