/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.2.0
build: 2676
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

body {
	font-family: "Helvetica", sans-serif;
	background:#fff;
	font-size: 12px;
	color: #333;
	height: 100%;
}
@font-face {
	font-family: 'TitilliumText22LRegular';
	src: url('/sites/all/themes/identicar/typography/TitilliumText22L003-webfont.eot');
	src: local('?'), url('/sites/all/themes/identicar/typography/TitilliumText22L003-webfont.woff') format('woff'), url('/sites/all/themes/identicar/typography/TitilliumText22L003-webfont.ttf') format('truetype'), url('/sites/all/themes/identicar/typography/TitilliumText22L003-webfont.svg#webfontiXtJn0Qu') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Text styling */

h1, h2, h3, h4 { font-family: "TitilliumText22LRegular", sans-serif;  }

h1 { font-size: 24px; text-shadow: 0px 1px 1px white;  }
h1.title { margin-bottom: 15px; }

h2 { font-size: 22px; text-shadow: 0px 1px 1px white; }

#content h2 { font-size: 18px; padding:0; background: none;}

h3 { }

h4 { }

p {
	margin-bottom: 1.5em;
	line-height: 200%;
	font-size: 12px;
}

a { }

a:visited { }

a:hover { }

#left-content.sidebar-search h2 {
	margin-bottom: 1em;
	margin-top: 1em;
	font-weight: normal;
	text-shadow: 0px 1px 1px white;
}
#left-content.sidebar-search label {
	text-shadow: 0px 1px 1px white;
}
/* End text styling */

#page {
	background:#f4f4f4;
	padding-bottom: 20px;
}
#header {
	height: 120px;
	background: url(/sites/all/themes/identicar/images/banner-bg.png);
	color: #fff;
	padding-left: 50px;
	padding-top: 20px;
}
#header-inner {
	width: 960px;
	margin: auto;
	position: relative;
}
#header #left-logo {
	width:210px;
	height: 65px;
	margin-right: 12px;
	padding-top: 19px;
        float:left;
}

#header #right-advert {
	width: 728px;
	height: 90px;
	position: static;
	float:left;
}
#wrapper {
	width: 960px;
	margin: auto;
	background:#f4f4f4;
}
#content {
    padding:0; background: none;
	padding-top: 20px;

}
#content #content-right {
	padding: 20px;
	width: 240px;
}
#content #content-left {
	width: 640px;
	padding: 20px;
}
#content #content-left div.content {
	padding-left: 0;
	padding-right: 0;
}
#content-top {
	height: 330px;
	background: url(images/site/content-top-bg.png) no-repeat;
}
#content-bottom {
	background: url(images/site/content-bottom-bg-2.png) no-repeat;
	min-height: 337px;
}

#content-top div.left {
	width: 460px;
	padding-left: 10px;
	height: 330px;
}
#content-top div.right {
    height: 290px;
    padding-right: 16px;
    padding-top: 25px;
    width: 460px;
}
#content-bottom div.left {
	width: 630px;

}
#content-bottom div.right {
	width: 300px;
	padding-left: 10px;
	padding-right:10px;
}
#footer {
	background: url(images/site/footer-bg.png) top repeat-x #fff;
	height: 190px;
	padding-bottom: 20px;
	clear: both;
        margin:0;
}
#footer #footer-inner {
	width: 960px;
	margin:auto;
	padding-top: 60px;
	padding-left: 10px;
	padding-right: 10px;
}

#footer-left {
	width: 420px;
	border-right: 1px dotted #999;
	color: #666;
}
#footer-left #primary-menu {
	padding-bottom: 10px;
}
#footer-left #primary-menu ul {
	margin-bottom: 0;
}
#footer-left ul {
	margin-bottom: 20px;
}
#footer-left ul li {
	display: inline;
}
#footer-left #primary-menu ul li, #footer-left ul li {
	margin:0;
}
#footer-left #primary-menu ul li a, #footer-left ul li a {
    border-right: 1px solid #CCCCCC;
    color: #666666;
    padding-bottom: 0;
    padding-right: 10px;
    padding-top: 0;
    font-size: 11px;
}
#footer-left #primary-menu ul li.active-trail a {
	color: #94c600;
	text-decoration: underline;
}
#footer-left li a {
	padding-left: 10px;
}
#footer-left #primary-menu ul li.leaf.last a, #footer-left li.last a {
	border-right: 0;
}
#footer-left #primary-menu ul li.leaf.first a, #footer-left li.first a {
	padding-left: 0;
}
#footer-left a#go1-logo {
	width: 22px;
	height: 16px;
	display: block;
	float: left;
	margin-right: 5px;
	background: url(images/site/go1logo.png) no-repeat;
	text-indent: -9999px;
}
#footer-left span.left {
	margin-left: 5px;
}

/* Globals */


.left { float: left; }
.right { float: right; }
.clearfix { clear: both; }
.inner { padding:10px; }

div.form-row {
	margin-bottom: .9em;
	margin-top: .9em;
}
div.form-row label.new-line {
	display: block;
	margin-bottom: 10px;
}
div.form-row input[type="text"].full-width {
	width: 100%;
}

/* Menu */

#menu-area {
	padding-top:20px;
}
#menu-right {
	width: 168px;
	height: 59px;
	background: url(images/site/user-area.png) no-repeat;
	padding-left: 4px;
}
#menu-right ul { margin:0; }
#menu-right ul li {
	float: left;
	margin-right: 9px;
	height: 59px;
	display: block;
	padding-top: 6px;
}
#menu-right ul li a {
	display: block;
	width:75px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	color: #333;
	text-shadow: #fff 0 1px;
}
#menu-right ul li a:hover {
	text-decoration: none;
	color: #666;
}
#menu-right ul li.login a, #menu-right ul li.dashboard a {
	background: url(images/site/login-button.png) top left no-repeat;

}
#menu-right ul li.login a:hover, #menu-right ul li.dashboard a:hover {
	background-position: bottom left;
	color: #fff;
	text-shadow: none;
	text-decoration: none;
}
#menu-right ul li.dashboard a, #menu-right ul li.my-account a {
	font-size: 12px;
}
#menu-left {
	padding-top: 10px;
}

#menu-left ul li {
	font-size: 14px;
	margin-right: 30px;
	position: relative;
	padding-left: 10px;
}
#menu-left ul li.active-trail {
	background: url(images/site/menu-active-li-bg.png);
}
#menu-left ul li.active-trail a {
	color: #455f00;
	background: url(images/site/menu-active-a-bg.png) no-repeat right top;
	text-shadow: #ddff68 0 1px;
}
#menu-left ul li a {
	color: #91b000;
	height: 35px;
	line-height: 37px;
	text-align: center;
	display: block;
	padding: 0;
		padding-right: 7px;
}
#menu-left ul li.menu-1633 a {
    background: url("images/site/button-bg.png") no-repeat scroll center -50px transparent;
    border: 1px solid #FFFFFF;
    border-radius: 7px 7px 7px 7px;
    color: #666666;
    height: 34px;
    line-height: 33px;
    padding: 0 20px;
}


/* For identiparts login. */

.loggedin #menu-left ul li {
    margin-right: 7px;
} 
#menu-left ul li.menu-1731 {
    display: none;
}

.loggedin #menu-left ul li.menu-1731 {
    background: url("images/site/button-bg.png") no-repeat scroll center -50px transparent;
    display: block;
    border: 1px solid #FFFFFF;
    border-radius: 7px 7px 7px 7px;
    color: #666666;
    height: 34px;
    line-height: 33px;
}

.loggedin #menu-left ul li.menu-1731 a {
    background: url('/images/find-spare-parts-menu.png') no-repeat left center;
    padding-left: 30px;
    color: #666666;
}




#menu-left ul li.active-trail.last {
    background: none repeat scroll 0 0 transparent;
}
#menu-left ul li.active-trail.last  span{background:none;}
#menu-left ul li a:hover {
	color: #455f00;
}
#menu-left ul li.active-trail span {
	display: block;
	width: 11px;
	height: 7px;
	background:url(images/site/menu-active-arrow.png) no-repeat;
	position:absolute;
	left: 43%;
	top:35px;
}

/* Homepage search */

#home-search {
	padding: 20px;
	color: #364b00;
}
#home-search h2 {
	margin-bottom: 1em;
	margin-top: 1em;
	font-size: 24px;
}
#home-search div.form-item label {
	float: left;
	display: block;
	width: 100px;
	font-size: 14px;
	text-align: right;
	text-shadow: 0px 1px 1px white;
	padding-right: 10px;
	height: 38px;
	line-height: 38px;
        font-weight: normal;
}
#home-search div.form-item {
	margin-bottom: 0em;
	clear: left;
}
#home-search input[type="text"], #home-search select {
	height: 25px;
	width: 300px;
}

a#advanced-search {
  background: url("/sites/all/themes/identicar/images/interface/advanced-search-icon.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    margin-left: 100px;
    margin-top: 15px;
    padding-bottom: 5px;
    padding-left: 25px;
    text-decoration: none;
}
/* black search button for homepage */ #home-search input[type="submit"].form-submit {
    background: url("/sites/all/themes/identicar/images/interface/forms/searchlrg-submit-bg.png") no-repeat scroll left top transparent;
    border: 0 none;
    color: #FFFFFF;
    float: right;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    margin-left: 10px;
    margin-right: 41px;
    text-align: center;
    width: 123px;
    font-weight: normal;
}
#home-search input[type="submit"].form-submit:hover {
	cursor: pointer;
	background-position: bottom left;
}
form#home-search input#keyword {
	height: 38px;
	width:304px;
	background: url(/sites/all/themes/identicar/images/interface/forms/search-dashboard/keyword-field.png) no-repeat;
	border: 0;
	text-indent: 10px;
	font-size: 14px;
	line-height: 38px;
	padding:0;
}

#home-search div#edit-key-wrapper input#edit-key {
	height: 38px;
	width:304px;
	background: url(/sites/all/themes/identicar/images/interface/forms/search-dashboard/keyword-field.png) no-repeat;
	border: 0;
	text-indent: 10px;
	font-size: 14px;
	line-height: 38px;
	padding:0;
}

#home-search div#edit-key-wrapper {
	margin-bottom:.5em;
}

/* Overrides */
#primary-menu-inner, #primary-menu {
	padding: 0;
	margin: 0;
}
.node .inner { padding: 0; }

/* Ads */

#advert-300x600 {
	height: 600px;
	width: 300px;
}

div.advert {
	padding-bottom: 15px;
	background: url(images/site/advert.png) no-repeat center bottom;
}

/* homepage content areas */

#tour-box {
	height: 300px;
	margin-bottom: 45px;
	position: relative;
}
#tour-box-inner {
	padding: 20px;
	height: 260px;
}
#tour-box-inner h2 {
 	color: #FFFFFF;
    font-size: 20px;
    margin-left: 17px;
    margin-top: 20px;
    text-shadow: none;
}
#tour-box-inner div.images {
	margin-left: 17px;
	margin-top: 40px;
	height: 180px;
}
#tour-box-inner div.images img {
	float: left;
	margin-right: 15px;
}
#tour-box-inner div.images p {
	color: #CCCCCC;
    display: block;
    float: left;
    width: 300px;
    padding-top: 25px;
}
#tour-box-inner div.images p span {
	display: block;
	font-size: 16px;
	margin-bottom: 4px;
}

#tour-box-pager {
	position: absolute;
	width: 69px;
	height: 15px;
	bottom:-8px;
	left: 36px;
}
#tour-box-pager ul li {
	float: left;
	margin-right: 1px;
}
#tour-box-pager ul li a {
	display: block;
	width: 16px;
	height: 7px;
	background: url(images/site/pager.png) top right;
}
#tour-box-pager ul li.active a, #tour-box-pager ul li a:hover {
	background-position: left;
}
#home-black-box {
	font-size: 13px;
	position: relative;
	color: #c3c3c3;
}
#home-black-box h1 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 150%;
	text-shadow: none;
}
#home-black-box div#home-black-box-text {
	width: 260px;
	font-size:11px;
}
#home-black-box #identicar-book {
    color: #91B000;
    display: block;
    height: 201px;
    position: absolute;
    right: 15px;
    top: 104px;
    width: 184px;
}

#home-black-box #identicar-book a{ color:#999; text-decoration:none;}

#home-black-box-buttons {

}
#home-black-box-buttons a {
	height: 45px;
	display: block;
	float: left;
	margin-right: 10px;
	line-height: 45px;
	margin-top: 20px;
	text-indent: 15px;
}
#home-black-box a#order {
	width: 185px;
	background: url(images/site/order-the-book-button.png) bottom no-repeat;
	color: #333;
	text-shadow: #fff 0 1px;
	margin-left:10px;
}
#home-black-box a#order:hover {
	background-position: top right;
	color: #000;
	text-decoration: none;
}
#home-black-box a#register {
	width: 255px;
	background: url(images/site/register-for-online-button.png) bottom no-repeat;
	margin-right: 0;
	color: #fff;
}
#home-black-box a#register:hover {
	background-position: top right;
	text-decoration: none;
}

/* Webform styling */

input[type="text"], input[type="password"], textarea {

	-moz-border-radius: 8px;
	border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #dfdfdf;
        padding-left:5px;
        background-position: 100% 10px;
}
input[type="submit"],input#search[type="submit"], input#edit-submit[type="submit"] {
	height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #dfdfdf;
	background: #fff;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	-moz-border-radius: 8px;
	border-radius:8px;
	-webkit-border-radius:8px;
	margin-left: 0;
}
input[type="submit"]:hover {
	background: #dfdfdf;
}
form#webform-client-form-6 .grippie { display: none; }

#block-block-1 {
	width: 240px;
	height: 400px;
	background: white;
}

#webform-client-form-8747 #edit-actions input[type="submit"] {
	float: right;
    margin-right: 98px;
    margin-top: 20px;
}


/* Identicar product page */

div.attributes {
	padding-top:20px;
	margin-top:20px;
	border-top:1px dotted #ccc;
	/* height: 230px; */
	clear: both;
}

div.attributes div.attribute-2 {
	float: left;
	width: 220px;
	margin-right: 20px;
}
div.attributes div.attribute-1 {
	float: left;
	width: 220px;
}
div.form-radios div.form-item {
	margin-bottom: 10px;
}
div.form-radios div.form-item label:hover {
	cursor: pointer;
	color: #666;
}
div.form-radios div.form-item label input {
	margin-right: 10px;
}

div.product-info.model { display: none; }

form input.node-add-to-cart {
	width: 169px;
	height: 40px;
	background: url(/sites/all/themes/identicar/images/add-to-cart-button.png) no-repeat transparent;
	text-align: left;
	text-indent: 15px;
	font-weight: normal;
	color: #333;
	text-shadow: 1px 0px #fff;
	font-size: 14px;
}
form input.node-add-to-cart:hover {
	background: url(/sites/all/themes/identicar/images/add-to-cart-button.png) no-repeat transparent;
	color: #666;
}

.product-image {
	float: left;
	width: 250px; margin-right: 20px;
}
.product-body {
	float: left;
	width: 370px;
	padding-top: 20px;
}
.product-body p {
	font-size: 14px;
}
.product-info.product.sell { display: none; }

#uc-product-add-to-cart-form-8748 .description { display: none; }
span.uc-price-product.uc-price-display.uc-price {
	float:none;
	font-weight: normal;
	font-size: 20px;
}
span.uc-price-product.uc-price-display.uc-price span.price-suffixes { font-size: 11px; font-weight: normal; color: #666; }
#news div.recent-model:hover { opacity:0.7; filter:alpha(opacity=70); }
#news div.recent-model { background: transparent; margin-left: 17px; margin-right: 17px; }
#news div.recent-model  img { border: 4px solid #fff; }
#news a.latest-view-more { float: right; color: #444; font-size: 11px; margin-right: 20px; }
#news div.clear { height: 5px; border-top: 1px dotted #ccc;}
#news div.recent-model div.recent-model-title { margin-top: 10px; }

body.search-result-custom #content #content-left{
	width:100%;
}
/***** Rabbitbox *****/
.rabbitbox{
	margin-bottom: 40px;
	width:300px;
	padding: 0 10px;
	float:left;
}
.rabbitbox .caption{
	width:300px;
	text-align: center;
}


