/* may put all of these in one stylesheet to cut down on initial http requests, or else serve
on a per page basis depending on what is required */
/*
Move these into output.inc to improve YSlow score.
@import "middleBlock.css";
@import "browseListStyles.css";
@import "quickSearchForm.css";
@import "pagination.css";
@import "galleryStyles.css";
@import "advancedSearchForm";	
@import "mainContent.css";
@import "browse_list.css";
*/

* {
	padding: 0;
	margin: 0;
}

ol {
	margin-left:40px;
}

h1 {
	font-family: Arial,Tahoma,Verdana, sans-serif;
	font-size:16px;
	color:#000;
}
#mainContentContainer h1 {
	margin-bottom:3px;
	clear:both;
}
#mainContentContainer h2 {
	margin-bottom:3px;
	font-family: Arial,Tahoma,Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
}
img {
	border: none;
}

hr {
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px 0pt 0pt;
	height:1px;
	line-height:1px;
	margin:1em 0pt;
}

body {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 150%;
}

#siteContainer {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden;
	background: #fff;
}
#siteWrapper {
	background: url(/cfinda/images/layout/pageSideShadowsRepeat.png) repeat-y 50%;
}
#header {
	height: 111px;
	background: #eae7de;
	border-bottom: 7px solid #ada193;
	margin-bottom: 8px;
}


.featuredAgentAdvertisement, .leaderboard_banner {
	float: left;
	margin-top: 30px;
	text-align: center;
	width: 100%;
	clear: both;
}

#header h2 {
	text-indent: -3000px;
	width: 205px;
	height: 100%;
	float: left;
}

.homeLink {
	width: 205px;
	height: 100%;
	float: left;
	cursor: pointer;
}
.headerBannerAdvert {
	float: right;
	border: 1px solid black;
	margin: 7px 4px 0 0;
	display: inline;
}
.headerBannerAdvert img {
	float: left;
}

#mainContentContainer {
	padding: 0 6px 0 6px;
	float: left;
	width: 978px;
	overflow: hidden;
}

#mainNavigation {
	width: 100% !important;
	float: left;
}
#mainNavigation.subNavEnabled {
	height: 54px;
}
#mainContentContainer #sub_menu {
	border:1px solid red;
	float:left;
	border-top:0;
	padding:4px 1px;
}
#mainContentContainer #sub_menu li {
	float:left;
	padding-left:17px;
	padding-right:13px;
	list-style:none;
	background:transparent url(/cfinda/images/brand/subNavBullet.png) no-repeat scroll 6px 7px !important;
}
#mainContentContainer #sub_menu li a {
	/*font-family:Arial,Verdana,Tahoma,sans-serif;*/
	font-size:0.85em;
	text-decoration:none;
	color:red;
}
#mainNavigation li {
	float: left;
	list-style: none;
	padding: 0;
	height: 30px;
	border-right: 1px solid white;
	position: relative;
}
#mainNavigation li.lastItem {
	border-right: 0;
	width: auto;
	text-align: right;
	color: #fff;
	padding-left: 60px;
	padding-top: 5px;
	height: 25px;
}
#mainNavigation ul {
	position: absolute;
	top: 30px;
	left: 0;
	width: 600px;
	border-top: 0;
}
#mainNavigation ul li {
	height: 22px;
}
#mainNavigation a {
	cursor: pointer;
}
#mainNavigation ul li a {
	height: 22px;
	padding: 1px 36px 0 18px;
	font-size: 0.85em;
	background: none !important;
}
#mainNavigation ul li a:hover {
	text-decoration: underline;
}

#mainNavigation li a {
	padding: 0;
	float: left;
	display: block;
	height: 30px;
	color: white;
	text-decoration: none;
}

#mainNavigation a:focus {
	outline: 0;
}

#mainNavigation li a span {
	padding: 5px 8px;
	float: left;
	display: block;
	height: 20px;
}

#leftColumn {
	float: left;
	width: 200px;
}

#leftColumn form {
	margin: 3px 0;
	float: left;
}

#leftColumn .sidePanel, #rightColumn .sidePanel {
	margin: 0 0 10px;
	float: left;
	width: 100%;
}
#rightColumn div.sidePanel ul li {
	/*margin-left:10px;*/
}
div.QuickSearch {
	/*background: #EFEFEF;*/ /*#009899;*/
	padding: 10px 10px 27px 10px;
	/*height: 450px;*/
	/*width: 183px;*/
	width: 200px;
	overflow: hidden;
	float: left;
	display: block;
}

#leftColumn form h1 {
	color: white;
	width: 183px;
	font-size: 20px;
	display: block;
	height: 24px;
	padding-bottom: 20px;
	float: left;
	background: url(/images/finda/quickSearchIcon.png) no-repeat right top;
}

#leftColumn ul, #rightColumn ul, div.mainBlock ul, #OptExtrasDiv ul {
	list-style: none;
	padding: 10px 0 13px 0;
	float: left;
	width: 100%;
/*	background-bottom for sidePanel*/
}

#OptExtrasDiv ul li {
	background-image:none;
	list-style-image:url(/images/list_bullet.gif) !important;
	margin-bottom:0.25em;
	padding:0pt 0pt 0pt 1em !important;
	list-style-position:inside;
}

#rightColumn ul li {
	margin-left:15px;
}
#rightColumn ul li a {
	text-decoration:none;
	color: blue;
}
#rightColumn ul {
	background: url(/cfinda/images/layout/sidePanelBottomBackgroundSmall.png) no-repeat bottom;
}
.iconList li {
	float: left;
	width: 150px;
}
.iconList img {
	float: left;
}
.iconList a {
/*	font-family: Arial, sans-serif;*/
	font-size: 9px;
	float: right !important;
	width: 112px;
	display: block;
}

#leftColumn .sidePanel {
	background: white url(/cfinda/images/layout/sidePanelBackground.png) repeat-y left;
}
#rightColumn .sidePanel,
div#rightColumn div#contact-dealer {
	background: white url(/cfinda/images/layout/sidePanelBackgroundSmall.png) repeat-y left;
}
div#rightColumn div#contact-dealer h3,
.sidePanel h3 {
	text-align: center;
	background: #009899;
	color: white;
	font-weight: normal;
	float: left;
	width: 100%;
	height: 24px;
	padding-top: 5px;
}
.sidePanel li {
	font-size: 11px;
	line-height: 120%;
	padding: 3px 7px;
}
.sidePanel.linkButtons li {
	padding: 0px 5px;
}

.sidePanel a {
	color: black;
	text-decoration: none;
}
.sidePanel .loginMessage a {
	text-decoration: underline;
}

.sidePanel a:hover {
	text-decoration: underline;
}

#mainContent {
	width: 580px;
	float: left;
	padding: 0 19px 0 18px;
}

#mainContent.wide, #mainContent.wide #centre_content {
	width: 716px;
	padding: 3px 12px 0 18px;
}
#mainContent.wide .advert {
	margin-top: 13px;
	border: 0;
}

#mainContent .contentBox, #centre_content .contentBox {
	padding: 0 13px 0 0;
	background: white;
}

#rightColumn {
	overflow:hidden;
	width: 160px;
	float: left;
	padding-top: 0;
}

.advert, #rightColumn .side_banner img {
	border: 1px solid black;
	margin-bottom: 8px;
}

#findabar {
	background-color: #5a4228;
	height: 19px;
	float: left;
	width: 990px;
	clear: both;
}

/*
#findabar h2 {
	text-indent: -3000px;
	background: url(/cfinda/images/layout/finda_logo_slim.gif) no-repeat 10px 2px;
	width: 64px;
	height: 18px;
	float:left;
}

#findabar ul {
	float:right;
	height:19px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0pt !important;
	font-family:arial,helvetica,clean,sans-serif;
	font-size:12px;
	line-height:15px;
}
#findabar li a {
	text-decoration:none;
	color:#FFE292;
}
#findabar li a.white {
	color:#FFF;
}
#findabar li a.bold {
	font-weight:bold;
}
#findabar ul li {
	float:left;
	line-height:17px;
	margin:0pt;
	padding:0pt 10px;
}
*/

#footer {
	width: 990px;
	float: left;
	height: 65px;
	padding: 49px 0 0 0;
	background: url(/cfinda/images/layout/footerBorder.png) repeat-x 0 8px;
	font-size: 11px;
	clear: both;
}

#footer span {
	background: url(/cfinda/images/layout/findaLogoFooter.png) no-repeat 23px 0;
	text-indent: -3000px;
	display: block;
	width: 118px;
	height: 41px;
}

#footer ul, #footer p {
	float: left;
	text-align: center;
	position: relative;
	top: -40px;
	clear: both;
	width: 100%;
}

#footer li {
	list-style: none;
	display: inline;
	border-right: 1px solid black;
	padding: 0 6px 6px 6px;
	margin: 0;
	overflow: visible;
}

.lastItem {
	border: 0 !important;
}

#footer a {
	color: black;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#bread_crumb {
	font-size: 12px;
	padding-bottom: 15px;
}

#bread_crumb a, .boxShadow a {
	text-decoration: none;
	color: #06c;
}
#bread_crumb a:hover, .boxShadow a:hover {
	text-decoration: underline;
}

.boxShadow {
	width: 100%;
	float: left;
	padding: 20px 0;
	background: url(/cfinda/images/layout/boxShadow.png) no-repeat right bottom;
	overflow: visible;
	margin-bottom: 5px;
}
#mainContent h1, #centre_content h1 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
}
#mainContent h2, #centre_content h2 { /* centre_content is the old div that I've replaced with mainContent */
	font-weight: normal;
	font-size: 13px;
	color: #333;
	text-transform: uppercase;
}
.boxShadow ul {
	list-style: none;
	float: left;
}
.boxShadow li {
	float: left;
	padding-right: 10px;
}
.sidePanel.linkButtons li {
	float: left;
}
.sidePanel.linkButtons ul {
	padding-top: 0 !important;
}
.sidePanel .findaLinkButton {
	float: left;
	margin: 7px 0;
}
.sidePanel .findaLinkButton img {
	float: left;
	border: 0;
}

/* Hari added this for cars */
/*#mainContent {
	width: 541px;
	float: left;
	padding: 3px 19px 0 18px;
}*/
.sidePanel h3 {
	text-align: center;
	background: #009899;
	color: white;
	font-weight: normal;
	float: left;
	width: 100%;
	height: 24px;
}

#leftColumn .sidePanel h3 {
	background: url(/cfinda/images/brand/sidePanelHeadingBackgroundWide.png) no-repeat;
}

#rightColumn .sidePanel h3 {
	background: url(/images/finda/sidePanelHeadingBackgroundSmall.png) no-repeat;
}
div#rightColumn div#contact-dealer h3,
#mainContent h3, #rightColumn h3 {
	background-color: red;
	background: url(/cfinda/images/brand/sidePanelHeadingBackgroundSmall.png) no-repeat;
	height:30px;
	/*padding-left: 15px;*/
	line-height:30px;
	color: #FFF;
}
#mainContent h3 {
	background: url(/cfinda/images/layout/middlePanelHeader.png);
}
div#rightColumn div#contact-dealer h3,
#rightColumn h3 {
	font-size:14px !important;
	font-family:Arial,Verdana,Tahoma,sans-serif !important;
	font-weight:bold;
	padding-top:0;
}
div.error {
	border:1px solid red !important;
	color:red;
	font-size:1em;
	margin:1em 0pt;
	padding:0;
}
div.error p {
	margin:10px;
}
div.error ul {
	list-style-type:none;
	margin:10px;
	padding:0pt 0pt 0pt 2em;
}
div.error ul li {
	/* background-image:none; */
	list-style-image:url(/images/list_bullet.gif);
	margin-bottom:0.25em;
}
div.autocomplete {
	background-color:white;
	border:1px solid #888888 !important;
	margin:0px;
	padding:0px;
	position:absolute;
	width:250px;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.autocomplete ul li {
	cursor:pointer;
	display:block;
	height:32px;
	list-style-type:none;
	margin:0pt;
	padding:2px;
}
div.autocomplete ul li.selected {
	background-color:#FFFFBB;
}

div.reset, form br {
	border:medium none;
	clear:both;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:0pt !important;
	padding:0pt !important;
}
div.message {
	border:1px solid #CCCCCC !important;
	margin:0;
	padding:0;
}
div.message ul {
	
}
div.message ul li {
	margin-left:30px;
	list-style-image:url(/images/message.png);
	padding-left:10px;
}
#member_login {
	float:right;
	height:20px;
	padding:5px 0pt 5px 0px;
	position:relative;
	text-align:right;
/*	width:990px;*/
	z-index:90;
}
#member_login form {
	float:right;
	width:550px;
}
#member_login form input,
#member_login p.login_label,
#member_login div.button_wrapper_left {
	float:left;
	margin-left:5px;
}
#member_login div.button_wrapper_left {
	width:46px !important;
	margin-left:0;
}
#member_login p {
	font-size:11px;
}
#member_login div#login_error_wrapper {
	background-image:url(/images/login_box_top.gif);
	background-position:left top;
	background-repeat:no-repeat;
	bottom:-195px;
	height:185px;
	line-height:1.1;
	opacity:0.95;
	padding:15px 0pt 0pt;
	position:absolute;
	right:10px;
	text-align:left;
	width:460px;
	z-index:99999;
}
#member_login div#login_error_wrapper div#login_error {
	background-image:url(/images/login_box_bg.png);
	background-color:#fff;
	background-position:left top;
	background-repeat:repeat-y;
	border-bottom:1px solid #E20A16;
	margin:0pt;
	padding:0pt 20px 20px;
}
#member_login div#login_error_wrapper div#login_error h2 {
	color: #464241;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.4em;
	font-weight:normal;
	margin:0.5em 0pt 0.25em;
}
#member_login div#login_error_wrapper div#login_error h2.error {
	color:red;
}
div.small_car_image_blue {
	background-image:url(/cfinda/images/layout/small_car_blue.gif);
	height:64px;
	width:99px;
}

/*button styling*/
div.button_wrapper_left, div.button_wrapper_right, div.button_wrapper_center
{
	position: relative;
	float: left;
	background-image: url(/cfinda/images/brand/submit_button_right.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0;
	padding:0;
	line-height:1 !important;
}
input.button
{
	position: relative;
	cursor: pointer;
	border:0 !important;
	color: #FFF;
	font-weight: bold;
	font-family: Arial,Verdana,Tahoma,sans-serif;
	font-size:12px;
	background-image: url(/cfinda/images/brand/submit_button_left.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 19px;
	/*line-height:15px;*/
	padding:0 5px !important;
	margin:0 !important;
	width:0;
	overflow:visible;
	line-height:1 !important;
}
#used_cars_search_form input.button {
	overflow:hidden;
}
input.button[class] {
    width: auto;
}
/* end of button styling */
div.sport_car_image_silver {
	background:url(/cfinda/images/layout/jaguar_background.gif) no-repeat;
	height:64px;
	width:151px;
}
div#rightColumn div#contact-dealer {
	/*border:1px solid black;*/
}

#contact-dealer div.message {
	font-size:10px;
	line-height:12px;
	/*border:none !important;*/
	float:left;
	border:none !important;
	width:90%;
}
#contact-dealer div.message ul {
	background:none;
	margin-left:5px;
}
#contact-dealer div.message ul li {
	padding:0;
	margin:0;
	list-style-image:none;
}
#contact-dealer p {
	line-height:15px;
	font-size:11px;
	padding: 0 5px 5px 5px;
}
div#rightColumn div#contact-dealer form textarea {
	width:130px !important;
}
#contact-dealer form {
	float:none;
}
#contact-dealer label {
	margin-left:8px;
	padding-left:0;
	display:block;
	overflow:hidden;
	word-wrap:break-word;
}
#contact-dealer label.bold {
	font-weight:bold;
}
#contact-dealer form textarea,
#contact-dealer form input,
#contact-dealer form label {
	margin-left:8px;
	display:block;
	padding-left:22px;
}
#contact-dealer form textarea,
#contact-dealer form input {
    padding-left:2px;
}
#contact-dealer form label.required {
	background-position: left center;
	padding-right:0;
	padding-left:22px;
}
#contact-dealer form label.optional {
	padding-right:0;
	padding-left:5px;
	margin-top:5px;
	background-image:none;
}
#contact-dealer form table tr td {
	padding:3px 8px;
}
#rightColumn div.contact-dealer-end {
	background: url(/cfinda/images/layout/sidePanelBottomBackgroundSmall.png) no-repeat;
	height:8px;
	padding:0;
	margin-bottom:10px;
	font-size:1px;
	line-height:1px;
}

/* featured cars styling (admin) */

div.fpToggle
{
        font-size: 0.8em;
        font-weight: bold;
        float: left;
}
div.fpToggle p
{
        font-size: 0.8em;
        font-weight: none;
}

a.fpMake
{
        text-decoration: none;
        font-size: 1.0em;
        font-weight: bold;
        color: blue;
}
a.fpRemove
{
        text-decoration: none;
        font-size: 1.0em;
        font-weight: bold;
        color: red;
}
a.findMoreAutos {
    margin-left:10px;
    color:blue;
    text-decoration:none;
    font-weight:bold;
    font-family:Arial, Verdana, Tahoma;
}
