﻿@import "/files/system/css/reset.css";
@import "/files/system/css/cleanstart/navigation.css";
@import "/files/system/css/cleanstart/pagefeatures.css";
@import "/files/system/css/cleanstart/setups.css";
@import "/files/system/css/cleanstart/paragraph.css";
@import "/files/system/css/cleanstart/text.css";
@import "/files/system/css/cleanstart/forms.css";
@import "/files/system/css/cleanstart/search.css";
@import "/files/system/css/cleanstart/ecom.css";
@import "/files/system/css/cleanstart/sitespecific.css";

body, html
{
    background-color: #FFFFFF;
    height: 100%;
    width: 100%;
}
#outer
{
    height: 100%;
    text-align: center;
    width: 100%;
}
#middle
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 960px;
}
#DWMain
{
    width: 100%;
    padding-top: 2px;
}
#TopHolder
{
    background: #fff;
    clear: both;
    float: left;
    width: 100%;
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 5px;
}

#TopRightHolder
{
	float:right;
	clear:right;
	position:relative;
}

#TopMenuHolder
{
	position:absolute;
	width:400px;
	right:0;
}

#payOffHolder
{
    background: #fff;
    clear: both;
    float: left;
    width: 100%;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: 1px solid #aaaaaa;
}

#mbBannerHolder
{
    background: #fff;
    clear: both;
    float: left;
    width: 100%;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

#MiddleHolder
{
    clear: both;
    float: left;
    min-height: 200px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px; 
}

#contentHolder
{
    clear: none;
    float: left;
    min-height: 200px;
    width: 100%;
}
#FooterHolder
{
    clear: both;
    float: left;
    width: 100%;
    padding-top: 2px;
    position: relative;
}

#FooterMenuHolder
{
    position:absolute;
	width:480px;
	left:0;
   
}


#Footer
{
    position:absolute;
	width:480px;
	right:0;
}

#Footer a
{
    text-decoration:none;
	color: #666666;
}




.AC { text-align: center; }
.AL { text-align: left; }
.AR { text-align: right; }
.dealerList td, .dealerList th { padding: 4px 8px; }
.dealerList td { border-top: 1px solid #ccc; }
table.dealerList { border-bottom: 1px solid #ccc; width: 750px; } 
.dealerList th { background: #e43e7d; color: #fff; }
span.hideBtn { float: right; cursor: pointer; }
.dealerList a { color: #5893D7; }
.dealerList a:hover { text-decoration: underline; }
.dealerList span:hover { text-decoration: underline; }

