@CHARSET "ISO-8859-1";
* {
    font-family: Arial;    
    color: #4c3000;
    font-size: 10pt;
}
body {
    margin: 0;
    font-family: Arial;  
    background: #333333;      
}

body#tinymce {
    background: white;      
}

#site {
    width: 900px;        
    margin: 0 auto;
    position: relative;
}

#header {
    width: 100%;    
    margin: 10px auto 0 auto;    
    border-bottom: none;
    position: relative;
}

#header .phone {
    display: block;
    float: right;
    font-size: 24pt;
    padding: 20px 20px 5px 10px;
    text-align: right;    
    color: #4c3000;
}
#header div#nav {
    margin: 0;
    padding: 0;
}

#header div#address {
    display: block;
    float: right;    
    margin-right: 80px;
    padding-top: 10px;
    font-style: italic;
    font-size: 120%;
    text-align: left;
}
div#address span {
    display: block;
    margin-top: 3px;
    font-size: 12pt;
}

#header-logo {          
	display: block;
	margin-top: 25px;	
	padding-left: 30px;
}

#header-logo h1, #header-logo h1 a {
	font-size: 24pt;
	margin: 0;
    color: #FF3300;         
	position: relative;
}

#footer {
    width: 100%;
    margin: 0px auto 10px auto;
    clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}  /* for IE/Mac */

#main {
	width: 100%;		
	margin: 0px auto;		
}

#content {    
    min-height: 500px;
    margin: 20px 20px;
     
}

ul.errors {
	color: red;
	display: inline;
	list-style-type:none;	
	padding:0;
	margin: 0 0 0 10px;
}

ul.errors li {
	display: inline;
	padding:0;
	margin: 0;
}

dt {
    font-weight: bold;
    margin-top: 10px;
}
dd {
    margin: 0;
    padding: 0;
}

form {
    margin: 0;
	padding: 0;
}
form  .description {
	font-style: italic;
	color: gray;
	font-size: 75%;
	width: 400px;	
}

label.required {
	font-weight: bold;	
}

h1 {
	font-size: 18pt;
    color: #4c3000;
    line-height: 120%
}

#content h1 {
    font-size: 16pt;
    font-weight: bold;
    margin: 5px 0;
    padding:0;
    text-transform: none;    
}

#content h2 {
    font-size: 14pt;
    font-weight: bold;
    margin: 5px 0;
    padding:0;
    text-transform: none;        
}

#content h3, #content h3 a  {
    margin: 15px 0 0 0;
    padding:0;
}
#content h3, #content h3 * {
    font-size: 14pt;
    font-weight: bold;
    text-transform: none;    
    color: #4c3000;
    text-decoration: none;
}

table.specs {
    display: block;
}

div.description {
    margin-top: 10px;
    font-size: 100%;
    display: block;
    float: left;
    width: 620px;
}

.text-dynamic.active {
	color: black;
}
.text-dynamic.default {
	color:gray;
}
.inline {
	display: inline;
}
.featured {
	font-weight: bold;
}

ul#flashMessages {
	border: 2px solid #B9DC8C;
	padding: 10px 20px 10px 20px;
	width: 500px;
	margin: 20px auto;
}
ul#flashMessages li {
    list-style-type:none;
    color: #666666;
}

#map_canvas {
    height: 300px;
    width: 400px;
    border: 1px solid gray;    
}
#map_loading {
	height: 300px;
    width: 400px;
    position: absolute;
    display: none;
    background: gray;
    z-index:1000;
    opacity: 0.5;
    font-weight: bold;
    text-align: center;
    
}

textarea {
	width: 400px;
	height: 80px;
}

#csrf-element, #csrf-label, #submit-label {
    display: none;
}

div.gmap {
    display: block;
    float: right;
    height: 200px;
    width: 300px;
    border: 1px solid gray;    
}

a.clear {
    text-decoration: none;
    color: inherit!important;
}

div#footer {
    border-bottom: 1px dotted #DFDFDF;
    border-top: 1px dotted #DFDFDF;
    padding: 10px 0 10px 0;
    text-align: center;    
}

#footer ul {
    list-style-type:none;
    margin: 0; 
    padding: 0;
}
#footer ul li {
    display: inline;
    margin: 0 10px ; 
}
#footer a, #footer a:visited, #footer a:hover, #footer a:active {
    text-decoration: none;
    color: white;
    color: #8E846B;
    font-weight: bold;
    font-size: 80%;       
}
#footer a:hover {
    text-decoration: underline;	
}



div#copyright {	
	color: #8E846B;
	text-align: center; 
	font-size: smaller;
	padding: 10px 0 10px 0;
}
input[type=text], input[type=password], select {	
    padding: 3px 25px 3px 3px;
    width: 300px;
    border: 1px solid #8E846B;    
}
select {
    padding: 3px 0px 3px 3px;
}


span.submit-css {
    background: transparent  url(/images/gray-button-bg-left.gif) no-repeat;
    height: 35px;  
    display: block;
    padding: 5px 0 5px 15px;  
    margin: 0;
}
a.submit-css {
    height: 35px;  
    color: white;
    font-weight: bold;
    background: transparent url(/images/gray-button-bg-right.gif) right top no-repeat ;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 6px;
    padding-bottom: 0;    
    padding-right: 15px; 
    text-decoration: none;
}

input.ajaxValidateOk {
    border: 2px solid #B9DC8C;
}

input.active {
    border: 2px solid #CCCCCC;
}


.ajaxValidateProcessing {
    background: #CCCCCC;
    color: #999999;       
}
input.ajaxValidateError, .input-with-errors input {
    border: 2px solid #FF0000;    
}
span.ajaxValidation {
	width:20px;
	background: transparent;
	padding-left:20px;
	margin-left:10px;
	padding-bottom:5px;	
}
span.ajaxValidation.ajaxValidateProcessing {
	background: url(/images/form-element-loading.gif) left top no-repeat;	
}
span.ajaxValidation.ajaxValidateOk {
    background: url(/images/form-element-ok.png) left top no-repeat;   
}
span.ajaxValidation.ajaxValidateError {
    background: url(/images/form-element-error.png) left top no-repeat;   
}

ul.errors {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.errors li {
	margin: 0;
    padding: 0;    
	display: inline;
	color:red;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
a.button111 span.ui-icon {
    position: absolute;
    margin-left: -25px;
}
a.button {    
    
}

div.details {
    float: left;
}
div.car {
    width: 100%;
}

div.tip {
    font-size: 75%;
    font-style: italic;
    font-weight: normal;  
}

div.photos {
    width: 306px;
    min-height: 500px;
    float: left;
    padding: 10px;
    margin-right: 20px;    
}

div.photos .photo {
    width: 300px;
    min-height: 250px;    
    text-align: center;    
    color: #CCCCCC;
    font-size: 90%;
    font-weight: bold;
    margin: 0 auto;
}

div.preview {    
    margin: 1px;
    width: 160px;    
    overflow: hidden;
    font-size: 90%;    
    float:left;
}

div.thumb {
    float: left;
    margin: 1px;
    width: 100px;    
    overflow: hidden;
    text-align: center;    
    color: #CCCCCC;
    font-size: 90%;
    font-weight: bold;    
}

div.thumb.admin {
    height: 120px;
}

.cars-container div.preview {
    margin-right: 20px;
    margin-top: 10px; 
    padding-top: 15px;                  
}
.cars-container div.preview img{
    width: 150px;    
}


.ui-button-icon-primary {
    margin-left: 7px;
}
.ui-button-text {
    font-size: 100%;
}
.cars-container {
    padding: 10px;
}

hr.cars {
    height: 1px;
    color: #8E846B;
    display: block;
    background: #8E846B;
    width: 100%;
    border: none;    
}

div.thumb {
    cursor: pointer;
}

div#photoGallery {
    
}

textarea#description {
    width: 500px;
    height: 250px;
}

#content h2.car-title {
    margin: 20px 0px;
    font-size: 150%;
}
#content h2.car-title span {
    font-size: 100%;
}

.car-title .price {
    float: right;
    font-size: 120%;
}

.specs {    
    font-size: 80%;    
    list-style: none;
    display: block;       
    
}
.specs td {
    width: 150px;
    
}
.specs td.label {
    width: 90px;    
    font-weight: bold;    
    
}

.breadcrumbs {
    font-size: 66%;
    padding: 10px 0px 1px 20px;
}


div.contact-us, div.car-admin {
    float:left;
}

.cars-container div.car-admin {
    float:right;
}    
.clickable {
    cursor: pointer;
}

form#frmSearch {
    float: right;
    padding: 0;
    margin: 0;
}
form#frmSearch select {
    width: 200px;
}
form#frmSearch dl {
    padding: 0;
    margin: 0;    
}
#frmSearch dt {
    display: none;
}
#frmSearch dd {
    display: inline;
    margin-right: 10px; 
}
.cars-search-container , div.car-admin{
    padding: 10px;    
}
div.car-admin {
    margin-top: 20px;    
}
#content .cars-search-container h3 {
    margin: 0;
    padding: 0;        
    display: inline;
}
#content div.car-admin h3 {
    margin: 0;
    padding: 0;        
}
div.sold {
    color:red;
    font-size: 80pt;
    position: absolute;
    z-index: 100;    
    opacity: 0.5;
    margin-left: 400px;
    margin-top: 50px;
}

.cars-count {
    margin-top: 10px;
    font-size: larger;
    font-weight: bold;
    font-style: italic;
}


.car .trim {
    font-style: italic;
    padding-left: 50px;
}
.car .trim-newline {
    font-style: italic;
    display:block;
    font-size: 80%;
}

.car .price {
    display: block;
    float: right;
    margin-right: 20px;
}

.preview .company {
    margin-top: 10px;
    margin-bottom: 3px;
    display: block;
    text-align: left;
    font-size: 125%;
    font-weight: bold;
}
div.company {
    display: block;
    text-align: left;
    font-size: 125%;
    font-weight: bold;
}

.preview dl {
    margin: 0;
}
.preview dt {
    font-weight: normal;
    display: block;
    float: left;    
    width: 60px;
    margin: 0;
    text-align: left;
}
.preview dd {
    font-weight: normal;
    display: block;
    float: left;
    width: 90px;
    text-align: left;
    font-style: italic;
}

div.right {
    text-align: right;
}

#account {
    position: absolute;
    top: 70px;
    right: 10px;
    z-index: 1000;
    margin: 0 20px 0 0;
    padding: 0;
    display: block;    
    list-style-type:none;
}
#account li {
    display: inline;
}
#account li a, #account li a:visited {
    color: #CC9900;
    text-decoration: none;
}

.button-autocomplete span.ui-button-text {
    padding: 2px 2px;
}
span.ui-dialog-title {
    color: inherit;
}

.zoomphoto {
    text-align: center;    
}
.zoomphoto img {
    display: block;
    margin: 10px auto;    
}
#zoomphoto-prev {
    display: block;
    float: left;    
}
#zoomphoto-next {
    display: block;
    float: right;    
}
#zoomphoto-title {
    text-align:center;
    font-weight: bold;
    font-size: 150%;
}
.dealership img {
    width: 100%;    
}
.businesscard.edit {
    float: right;
    }
    
.car-content {
    display: block;
    float: left;
    width: 510px;
}

#photos-sortable {
    list-style-type:none;    
    padding: 0;
    margin: 0;
}
#photos-sortable li {
    padding: 3px 1px;
    margin: 0;
    float:left;
    cursor: pointer;
}
