/* CSS Document */
html, body {
	background-color:#ffffff;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #222222;
	text-decoration: none;
}
.wrapper {
	background-color: #FFFFFF;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    width: 1024px;
}
.header 
{
    width:100%;
    float:left;
}
.headerRight {
    float: right;
    width: 695px;
    margin-right: 5px;
}
.logo {
	position:relative;
	float:left;
}
#topLinks {
    width: 100%;
    background-color: #303030;
    float: left;
}
#topLinks .inside {
    width: 1024px;
    margin: 0 auto;
}
.topLinks {
    text-align: right;
    color:#fff;
    font-size:11px;
    margin: 0 auto;
    line-height:40px;
    height:40px;
    float: right;
    margin-right: 5px;
}
.topLinks a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight:normal;
    text-transform: uppercase;
}
.phone {
    font-size: 18px;
    text-transform: uppercase;
    float: right;
    margin: 15px 0 5px;
}
.timer {
    font-size: 16px;
    text-transform: uppercase;
    float: right;
    margin: 15px 0 0;
    width: auto !important;
    min-width: 275px;
    margin: 0 0 0 15px;
    height: 26px;
    line-height: 26px;
    font-weight: bold;
}
.pink {
    color: #ee4aa1;
}
.message {
    float: left;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 13px;
}
.message p {
    color: #fff;
    font-size: 13px;
    margin: 0;
}
.mainNavHolder {
    height: 60px;
    line-height: 60px;
    float:left;
    border-bottom: 1px solid #fff;
    width:100%;
    background-color: #303030;
    position: relative;
}
    .mainNavHolder ul, .mainNavHolder li {
        list-style-image: none;
        list-style-type: none;
        display:inline;
        padding:0;
        margin:0;
    }
    .mainNavHolder a {
        color:#FFFFFF;
        font-size:18px !important;
        font-weight:normal;
        line-height:60px;
        padding:0 24px;
        text-decoration:none;
        text-transform:uppercase;
        display:inline-block;
        cursor:pointer;
        background-color: #303030;
    }
        .mainNavHolder a:hover {
            background-color: #627ebb;
            opacity:1.0;
            filter:alpha(opacity=100); /* For IE8 and earlier */
        }
.SubMenuItem {
    background-color: #303030;
    
}
.SubMenuItem a {
    font-size: 12px !important;
    line-height:30px;
    float: left;
    width: 100%;
}
.menuBox
{
    float: left;
    font-size: 11px;
    margin: 20px 0;
    min-height: 400px;
    padding: 0 20px 20px;
    width: 163px;
}
.menuBox p
{
    font-weight: bold;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.menuBox a
{
    color: #FFFFFF;
    float: none;
    font-size: 12px !important;
    line-height: 18px;
    padding: 10px 0;
    text-transform: none;
    background-color: transparent;
}
.menuBox a:hover{
    text-decoration:underline;
    background-color: transparent
}
.menu1 
{
    position:absolute;
    top:60px;
    left:0;
    width:1024px;
    height:auto;
    background-image:url(../../images/menuBg.png);
    color:#fff;
    z-index:10000;
}
.searchHolder {
    width: 100%;
    float: right;
    position:relative;
    margin:0;
}
.inputSearch, .altInputSearch {
    background-color: transparent;
    background-image: url("../../images/searchBg.jpg");
    border: 1px solid #999999;
    color: #666666;
    float: right;
    font-size: 14px;
    height: 30px;
    margin: 15px 0 0;
    padding: 5px 3px;
    text-align: left;
    width: 425px;
}
.productsHolder {
    margin: 0 0 25px;
}
.altInputSearch {
    float: left;
    font-family: Arial;
    font-size: 12px;
    height: 15px;
    margin: 0 5px 0 0;
    width: 200px;
}
.goButton {
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
    font-weight: normal;
    height: 30px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 23px;
    width: 30px;
    background-image:url(../../images/searchButton.jpg);
}
.cart {
    float: right;
    margin: 10px 0;
    clear: right;
    white-space: nowrap;
}
.cartHolder, .arrivals {
    float: right;
    padding-left:35px;
    background-image:url(../../images/cartIcon.png);
    background-repeat:no-repeat;
    font-size:18px;
    text-transform:uppercase;
    height:26px;
    line-height:26px;
}
.arrivals {
    background-image: url(../../images/newsIcon.png);
    clear: right;
}
    .cartHolder a, .arrivals a {
        font-size: 18px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: Normal;
    }
        .cartHolder a:hover, .arrivals a:hover {
            color: #555;
        }
.bodyContent {
    background-color: #fff;
    float: left;
    width:1024px;
}
.contentHolder {
    width: 750px;
    float:right;
    margin: 25px 0 0;
    padding: 0 0 50px;
}
.contentHolderTwoColumn {
    background-image: url(../../images/twoColumnBg.jpg);
    background-repeat: repeat-y;
    min-height: 500px;
    float: left;
    width: 1024px;
}
.leftColumnHolder {
    float: left;
    padding: 20px 10px;
    width: 226px;
}
.contentHolderFull {
    float: left;
    min-height: 400px;
    padding: 20px 10px 50px;
    width: 1004px;
}
a img:hover {
    opacity:0.8;
        filter:alpha(opacity=80); /* For IE8 and earlier */
}
.footer, .footerBottom {
    width: 100%;
    text-align: center;
    background-color: #303030;
    padding: 30px 0;
    color:#fff;
    font-size:11px;
    float:left;
    font-weight:normal;
    border-bottom: 1px solid #000;
    text-align: left;
    line-height: 20px;
    color: #ffffff;
}
    .footer a, .footer p, .footerBottom a {
        font-size: 11px;
        color: #fff;
        text-decoration: none;
        font-weight:normal;
        line-height: 20px;
    }
    .footer p {
        text-transform: uppercase;
        font-size: 16px;
    }
    .footer a:hover, .topLinks a:hover {
        opacity:0.7;
        filter:alpha(opacity=70); /* For IE8 and earlier */
}
    .footer hr {
        border: 0;
        border-top: 1px solid #000;
        border-bottom: 1px solid #494949;
    }
    .footerBottom {
        border-top: 1px solid #494949;
        padding: 10px 0;
        text-align: center;
        color: #ffffff;
    }
.footerInside {
    width: 1024px;
    margin: 0 auto;
}
.marquee {
    width: 1024px;
    float: left;
    height: 525px;
    position: relative;
}
    .marquee p {
        margin: 0;
    }
.featuredTitle {
    font-size: 24px;
    text-transform: uppercase;
    border-top: 10px solid #dadfee;
    text-align: center;
    margin: 30px 0;
    float: left;
    width: 100%;
}
.featuredLabel {
    background-color: #FFFFFF;
    display: inline-block;
    margin: -20px auto 0;
    padding: 0 40px;
}
/************ Auto Complete CSS ************/
.AutoCompleteHolder
{
    background-color: white;
    border: 1px solid #ADAAA0;
    box-shadow: 2px 2px 10px #666666;
    float: left;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 57px;
    width: 502px;
    z-index: 100000;
}
.AutoCompleteHolder .AutoResult, .AutoCompleteHolder .AltAutoResult
{
    float:left;
    width:481px;
    padding:10px;
    background-color:#fff;
    min-height:50px;
}
.AutoCompleteHolder .AutoResult:hover, .AutoCompleteHolder .AltAutoResult:hover 
{
    background-color:#ececec;
    cursor:pointer;
}
.AutoCompleteHolder .AltAutoResult 
{
    background-color:#DADFEE;
}
.AutoCompleteHolder .AutoResultProductHeader, .AutoCompleteHolder .AutoResultCategoryHeader
{
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    background-color:#333;
    float:left;
    width:100%;
}
.AutoCompleteHolder .AutoResultImage
{
    max-height:60px;
    max-width:60px;
    float:left;
} 
.AutoCompleteHolder .AutoResultCategory a, .AutoCompleteHolder .AltAutoResultCategory a
{
    color:#333;
    font-weight:bold;
    width:100%;
    float:left;
    text-decoration:none;
    background-color:#fff;
    text-align:left;
    line-height:22px;
}
.AutoCompleteHolder .AltAutoResultCategory a
{
    background-color:#DADFEE;
}
.AutoCompleteHolder .AutoResultCategory a:hover, .AutoCompleteHolder .AltAutoResultCategory a:hover
{
    background-color:#ececec;
}
.AutoCompleteHolder .AutoResultName, .AutoCompleteHolder .AutoResultDetails 
{
    float:right;
    width:400px;
    text-align:left;
    font-weight:bold;
    color:#333333;
}
.AutoCompleteHolder .AutoResultDetails 
{
    font-weight:normal;
    color:#444;
}
.AutoCompleteHolder .viewAllProducts
{
    font-weight:normal;
    color:white;
    float:right;
}
#PanSuggestions 
{
    display:none;
}
/*END Auto Complete CSS */
.ContentNumbers {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 40px;
}
.ContentNumbers a {
    background-image: url(../../images/otherNumber.jpg);
    width: 16px;
    height: 16px;
    color: transparent;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
.ContentNumber a:hover {
    cursor: pointer;
}
a.SelectedImageNumber {
    background-image: url(../../images/selectedNumber.jpg);
    width: 16px;
    height: 16px;
    color: transparent;
    text-decoration: none;
}
.pagerPrevious, .pagerNext 
{
    float:left;
    width:93px; 
    padding-left:5px; 
    padding-top:5px;
    padding-bottom:5px;
    border-top:1px solid #cccccc;
    border-bottom:1px solid #cccccc; 
    border-left:1px solid #cccccc;
    background-color:#ececec;
}
.pagerNext 
{
    float:left;
    border-left:0;
    border-right:1px solid #ccc;
}
.leftNavHolder ul {
    padding: 0;
    margin: 0;
    list-style-type: none; 
}
.leftNavHolder a {
    font-size: 13px;
    text-decoration: none;
    line-height: 20px;
}
.leftNavHolder a:hover {
    text-decoration: underline;
}
.leftNavTitle {
    line-height: 20px;
    padding:0 0 10px 0;
    border-bottom:1px solid #ccc;
    margin-bottom:10px;
    text-transform:uppercase;
    color: #617DBD;
    font-size: 18px;
    letter-spacing: -1px;
}
ul.leftNavItem, .leftNavItem li {
    list-style-type: none;
    padding:0;
    margin:0;
    width:100%;
}
.leftNavItem a {
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    padding:5px 0;
    width:100%;
    text-decoration:none;
    float:left;
}
.myVehicleTabBody select {
    margin: 5px 0 0;
    padding: 4px;
    width: 250px;
}
.myVehicleTabBody .button {
    font-size: 20px;
    font-weight: normal;
    margin: 92px 0 0 20px;
    text-shadow: 1px 1px 0 #000000;
    text-transform: capitalize;
}
#breadcrumbs {
    background-color: #EEDBF4;
    width: 1004px;
    padding: 10px;
    border-bottom: 1px solid #fff;
}
.breadcrumbs 
{
    font-family:Arial;
	font-size:11px;
	text-decoration:none;
    text-transform: uppercase;
}
.breadcrumbs a {
	font-family:Arial;
	font-size:11px;
	text-decoration:underline;
	margin-right:5px;
	font-weight:normal;
    text-transform: uppercase;
}
.breadcrumb a:hover 
{
    text-decoration:none;
}
.btnClosePopup {
    position: relative;
    float: right;
    background-image: url(../../images/btnClosePopup.png);
    width: 26px;
    height: 24px;
    background-color: transparent;
    color: transparent;
    border: 0;
    cursor: pointer;
    margin: 0 0 10px 0;
}

.grey {
    background-color: #303030;
}
.gridView {
    width: 100%;
}
.gridView th {
    background-color: #333;
    color: #fff;
    border: 0;
    padding: 5px 0;
    text-align: left;
}
.gridView td {
    border: 0;
    border-bottom: 1px solid #ccc;
}
/* Count Down */
.countDownExpiring {
    color: #EE4AA1;
    
}
.normalCountDown {
    
}