body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url('images/bg_main.gif');
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.make-label
{
    font-size: 12px;
    font-weight: bold;
    color: #3366CC;
    padding-bottom:3px;
    padding-top:3px;
}



.wrap{
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}


.td-left
{
    float: left; width: 100px; margin-top: 2px; margin-bottom: 2px;
}
.td-right
{
    float: right; width: 350px;  margin-top: 2px; margin-bottom: 2px;
}

.search-label
{
    padding-top: 7px;
    padding-right: 5px;
    float: right;
}
.d-dl1-1
{
    width: 667px; background-color: #1F81D2; font-size: 14px; color: #FFFFFF;
                        padding-top: 3px; padding-bottom: 3px;
}

.d-h-1
{
    width: 344px; padding-bottom: 10px; font-size: 15px; font-family: Verdana;
                    padding-left: 5px; padding-right: 5px;
}
.d-l
{
    float: left; width: 358px;
}
#container {
	width: 750px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
#dialog-info
{
    font-size: 12px;
    font-weight: bold;
    color: #3366CC;
}
#container-header {
	width: 670px;
	height: 85px;
	padding: 20px 40px 0px 40px;
	background-image: url('images/bg_header.gif');
	line-height: 85px;
	font-size:28px;
	font-weight:bold;
}

#container-name {
	float: left;
	margin-top: 20px;
}
#container-name h1 
{
	width: 350px;
    height: 38px;
}
#container-slogan {
	float: right;
}

#uc-left
{
    float: left; width: 150px; background-color: #FFFFCC; padding-left: 5px; 
}
#uc-right
{
    width: 495px; float: right;
}

span, #container-name span,#container-slogan span {
	color: #006AC3;
}

#container-eyecatcher {
	width: 670px;
	padding: 0px 40px 0px 40px;
	height: 40px;
	background-image: url('images/business_eyecatcher.jpg');
}

#container-navigation {
	width: 670px;
	background-color: #45AAFF;
	height: 22px;
	border-bottom: 1px solid #ffffff;
}

ul#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation li {
	display: inline;
	list-style: none;
	height: 22px;
}

#navigation li a {
	color: #ffffff;
	line-height: 22px;
	font-size: 11px;
	text-decoration: none;
	padding: 5px 15px 6px 15px;
	border-right: 1px solid #ffffff;
}

#navigation li a:hover {
	text-decoration: underline;
	background-color: #0066CC;
}

#container-content {
	width:670px;
	background-image: url('images/bg_content.gif');
	background-repeat: no-repeat;
	padding: 20px 40px 0px 40px;
	margin: 0 0 0 0;
	height: auto;
}

#content {
	width: 386px;
	float: left;
}

#border {
	width: 170px;
	margin-left: 480px;
}

#container-footer {
	border-top: 4px solid #E5E5E5;
	width: 670px;
	padding: 10px 0px 20px 0px;
	margin: 0 40px 0px 40px;
	clear: both;
	color: #aeaeae;
}

#container-footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #aeaeae;
}

#container-footer a:hover {
	color: #006AC3;
}

#footer {
	font-size: 11px;
	color: #aeaeae;
	width: 670px;
	margin-bottom: 20px;
}

#footer-copyright {
	float: left;
	width: 500px;
	padding-left: 10px;
}

#footer-meta {
	float: right;
	text-align: right;
	width: 325px;
	padding-right: 10px;
}

.clearer {
	clear: both;
}

h1 {
	font-size: 16px;
	color: #666666;
	margin: 0 0 0 0;
	padding: 0px 0 20px 25px;
	background-image: url('images/h1_arrow.gif');
	background-repeat: no-repeat;
	background-position: 5px 7px;
	line-height: 24px;
}

/*
h2 {
	font-size: 16px;
	color: #006AC3;
	padding: 5px 0 0px 1px;
	text-transform: uppercase;
}*/
h2 {
	font-size: 12px;
	color: #666666;
	margin: 0 0 0 0;
	padding: 0px 0 20px 25px;
	background-image: url('images/h1_arrow.gif');
	background-repeat: no-repeat;
	background-position: 5px 7px;
	line-height: 24px;
}


h3 {
	font-size: 14px;
	color: #006AC3;
	padding: 5px 0 0px 25px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	}
	
h4 {
	font-size: 14px;
	color: #006AC3;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	}

hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}

#content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0px 0 0px 25px;
	height: 1px;
}

#content p {
	line-height: 19px;
	color: #666666;
	margin: 0 0 20px 25px;
    width: 344px;
}

#content p a, #border p a {
	text-decoration: none;
	color: #006AC3;
	border-bottom: 1px dotted #006AC3;
	padding: 2px 2px 2px 2px;
}

#content p a:hover, #border p a:hover  {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #006AC3;
	padding: 2px 2px 2px 2px;
}

#content li {
	line-height: 20px;
	color: #666666;
	margin: 0 0 0 15px;
}

.quote {
	border-top: 1px solid #E5E5E5;
	background-color: #f7f7f7;
	border-bottom: 1px solid #E5E5E5;
	padding: 15px 15px 15px 65px;
	background-image: url('images/bg_quote.gif');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #0066CC;
	font-style: italic;
	width: 167px;
}

#border p {
	line-height: 17px;
	font-size: 11px;
	color: #666666;
	margin: 0 0 15px 10px;
}

ul#subnavigation {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	background-image: none;
}

#subnavigation li {
	list-style: none;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 5px 0px;
}

#subnavigation li a {
	text-decoration: none;
	color: #006AC3;
	border-bottom: 1px dotted #006AC3;
}

#subnavigation li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #006AC3;
}

ul#news {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: none;
}

#news li {
	list-style: none;
	background-image: url('images/li_cube.gif');
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 2px 0px 2px 15px;
	margin: 0 0 15px 0px;
}

#content img {
	background-color: #E7F1FF;
	padding: 4px;
	border: 1px solid #006AC3;
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}
#content-left
{
	width:250px;
	float: right;
	height: auto;
}
.search-div
{
font-size: 16px; color: #006AC3; padding-top: 5px; padding-bottom: 5px;	
	
}
.search-div-car
{
font-size: 12px; color: #006AC3; padding-top: 5px; padding-bottom: 5px;	
	
}
.button
{
	color: #4E9FE1;
	font-size: 18px;
	text-decoration: none;
	padding: 5px 15px 6px 15px;
	border-right: 1px #3868C7 solid;
}
.price
{
font-size: 14px; background-color: #4E87D8; font-weight: bold; color: #FFFFFF	
}


.makemodel {
	text-decoration: none;
	color: #006AC3;
 font-size:15px;
 color: Navy;
 font-weight:bold;
}
.description
{
	 font-size: 12px; color: Gray;
}

.popup-cancel
{
	padding-top: 10px; padding-bottom: 10px; padding-left:10px; font-size: 14px; font-weight: bold;
}

        .popup-main
        {
            width: 450px;
            height: 380px;
            background-color: White;
        }
        .popup-right
        {
            background-image: url('images/girlright.gif');
            width: 152px;
            height: 300px;
            float: right;
        }
        .popup-left
        {
            background-image: url('images/girlleft.gif');
            width: 298px;
            height: 300px;
            float: left;
        }
         .popup-main-contact
        {
            width: 450px;
            height: 500px;
            background-color: White;
        }
        .popup-right-contact
        {
	background-position: top;
	background-image: url('images/girlright.gif');
	width: 152px;
	height: 400px;
	float: right;
	background-repeat: no-repeat;
}
        .popup-left-contact
        {
            background-image: url('images/girlleft.gif');
            width: 298px;
            height: 400px;
            float: left;
        }       
        
         .popup-left-car
        {
            width: 240px;
            height: 400px;
            float: left;
        }           
        
        /*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	width:400px;
}
/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}
.header-text
{
    background-color: #45AAFF;
    color: White;
    font-size: 14px;
    
}
.user-rating
{
    color: White;
    font-size: 14px;
    
}
.rating-link
{
    color: #45AAFF;
    font-size: 18px;
    font-weight: bold;
    
}
.dl-mp
{
    font-size: 12px;
	color: #006AC3;
	padding: 5px 0 0px 5px;
}
.dl-mp1
{
    font-size: 12px;
	color: #006AC3;
	padding: 0px 0 0px 0px;
}

.dl-mp-cities
{
    font-size: 12px;
	color: #006AC3;
	padding: 5px 0 0px 5px;
}
.side 
{
    padding: 5px 5px 5px 5px;
}

/* AutoComplete item */
.AutoCompleteExtender_CompletionList 
{
background-color : window;
color : windowtext;
padding : 1px;
font-size: small;
background-color:Gray;
/*creates border with
autocomplete_completionListElement
background-color*/
}

/*AutoComplete flyout */
.AutoCompleteExtender_CompletionListItem 
{ 
text-align : left;
background-color:White;
}

/* AutoComplete highlighted item */
.AutoCompleteExtender_HighlightedItem
{
background-color: Silver;
color: windowtext;
font-weight:bold;
font-size: small;
}
