body
{
    font-size: .85em;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    color: #000;
    background-color: #333;
    margin: 0 auto;
    min-width:980px;
    -webkit-text-size-adjust: auto;
}

header, footer, nav, section
{
    display: block;
}

.page
{
    margin: 0 auto;
    position: relative;
    background-color: #f0f0f0;

}

.page img
{
    border: 0;
}

#main
{
    display: block;
    clear: both;
    width: 950px;
    margin: 0 auto;
}

.main {
    display: block;
    clear: both; 
    width: 100%;
    margin: 0 auto;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
}

.editor-label
{
    margin: 1em 0 0 0;
}

.editor-field
{
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
    font-size: .80em;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
    border: 1px solid;
    background-color: yellow;
    clear: both;
}

.validation-summary-valid
{
    display: none;
}


/*
HEADER Styles
*/
#header
{
    background-image: url('imgs/gradient_header_1px_black.png');     
    background-repeat: repeat-x;
}

.header-container-general
{
    width: 980px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-height: 110px;
}

#header-left
{
    padding-top: 5px;
    padding-left: 10px;
    float: left;
    width: 150px;
}

#header-right
{
    float: right;
    width: 820px;
}

h1#logo
{
    height: 85px;
    width: 120px;
    text-indent: -10000px;
    overflow: hidden;
    background-image: url('imgs/FitzWayLogoWhiteBack.jpg');
    background-repeat: no-repeat;
}

.twenty-brands
{
    color: #e0e0e0;
    font-size: 1.8em;
    font-weight: bold;
    list-style: none;
    text-align: left;
}

.no-haggle
{
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    list-style: none;
    text-align: left;
    color: #e0e0e0;
    /*width: 100%;*/
}

.lang-bar
{
    float: right;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    margin: 5px auto 0px;
    color: white;
    padding-right: 30px;
}
    
.inside-link-ul2 > li > a
{
    color: white;
    font-weight: bold;
    text-decoration: none;    
}

.inside-link-ul2 > li > a:hover
{
    color: white;
    font-weight: bold;
    text-decoration: underline;
    
}
.lang-bar a:hover
{
    text-decoration: underline;
}

ul.horizontal {
    margin: 0 auto;
}

ul.horizontal li
{
    float: left;
    list-style: none;
    padding: 1px;
    margin: 2px;
    text-align: center;
    font-size: .70em;
}

.horizontal-right
{
    float: right;
    margin: 2px;
    padding-left: 10px;
}

#fbConnect
{
    position: relative;
}

ul.vertical-left
{
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 0px;
    float: left;
    width: 100%;
}

.below-menu
{
    float: left;
    padding-left: 60px;
    padding-top: 15px;
    max-height: 70px;
}

/*
FOOTER Styles #FF5D00
*/

#footer
{
    font-size: .65em; 
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    display: block;
    width: 950px;
    background-color: #333333;
    border-bottom: 1px solid #CCC;
}

.footer
{
    font-size: .65em; 
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    display: block;
    width: 950px;
}

ul.ft-horizontal li
{
    float: left;
    list-style: none;
    padding: 0;
    margin: 2px;
    text-align: center;
}

.ft-horizontal a:hover
{
    text-decoration: underline;
}

.full-footer
{
    background-color: #333333;
    clear: both;
}

.footer-fade
{
    background-color: #333333;
    min-height: 100px;
}

/*Bottom Menu */
.ft-menu
{
    list-style: none;
    width: 100%;
    font-weight: bold;
    padding-left: 0px;
}

#footer a
{
    color: #fff;
}

#footer > div
{
    color: #FFF;
}

div.footer
{
    color: #FFF;
}

.ft-menu a:hover
{
    text-decoration: underline;
}

ul.ft-menu
{
    padding: 0;
    margin: 0 auto;
}

.ft-menu li
{
    float: left;
    margin: 10px 0 0 0;
    padding: 0 7px 0 0;
}

.ft-menu li li
{
    float: none;
    list-style: none;
    margin-top: 2px;
    font-weight: normal;
}

.ft-menu ul
{
    padding: 0;
}

.ft-centered-logo
{
    background-image: url('imgs/fitzmallLogoWhiteOnClear.png');
    background-repeat: no-repeat;
    background-position: center;
    min-height: 45px;
}

/*
GENERAL
*/
.clearfloats
{
    clear: both;
}

.large-font
{
    font-size: 1.9em;
    font-weight: bold;
}
.reg-font
{
    font-size: 1em;
}
.blue-font
{
    color: #1E5799;
}

.margin-minus-10
{
    margin: 10px 0;
}

p.center
{
    text-align: center;
}

.padleft40
{
    padding-left: 40px;
}

.padall20
{
    padding: 20px;
}

.float-right
{
    float: right;
    width: 100% auto;
}

.float-left
{
    float: left;
    width: 100% auto;
}

div.inline
{
    float: left;
}

.dialog-forms
{
}

.align-left
{
    text-align: left;
}

.align-right
{
    text-align: right;
}

/*Home Page*/

.module-lightgrey
{
    background-color: #808080;
    border: 1px solid #808080;
    margin: 8px 0;
    overflow: hidden;
    padding: 18px;
    font-size: .85em;
}

.module-noborder
{
    overflow: hidden;
    padding: 18px;
    padding: 5px;
    font-size: .85em;
}

.module-light-nopad
{
    background-color: #FFF;
    border: 1px solid #808080;
    margin: 8px 0;
    overflow: hidden;
    padding: 0;
    font-size: .85em;
}
.BodyStyle li > a
{
    display: block;
    text-align: center;
}

.BodyStyle li span
{
    display: block;
    height: 45px;
}

.BodyStyle li
{
    text-align: center;
    float: left;
    width: 100px;
    line-height: 0;
    font-size: 11px;
}

/****/

.Crossover span
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/Crossover.png) 0 0 no-repeat;
}

.Crossover span:hover
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/Crossover.png) -81px 0 no-repeat;
}

.SUV span
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/SUV.png) 0 0 no-repeat;
}

.SUV span:hover
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/SUV.png) -81px 0 no-repeat;
}

.Sedan span
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/Sedan.png) 0 0 no-repeat;
}

.Sedan span:hover
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/Sedan.png) -81px 0 no-repeat;
}

.Truck span
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/Truck.png) 0 0 no-repeat;
}

.Truck span:hover
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/Truck.png) -81px 0 no-repeat;
}

.Hatchback span
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/Hatchback.png) 0 0 no-repeat;
}

.Hatchback span:hover
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/Hatchback.png) -81px 0 no-repeat;
}

.Wagon span
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/Wagon.png) 0 0 no-repeat;
}

.Wagon span:hover
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/Wagon.png) -81px 0 no-repeat;
}

.Luxury span
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/Luxury.png) 0 0 no-repeat;
}

.Luxury span:hover
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/Luxury.png) -81px 0 no-repeat;
}

.Hybrid span
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/Hybrid.png) 0 0 no-repeat;
}

.Hybrid span:hover
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/Hybrid.png) -80px 0 no-repeat;
}

.Diesel span
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/Diesel.png) 0 0 no-repeat;
}

.Diesel span:hover
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/Diesel.png) -80px 0 no-repeat;
}


.Minivan span
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/Van.png) 0 0 no-repeat;
}

.Minivan span:hover
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/Van.png) -81px 0 no-repeat;
}

.Convertible span
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/Convertible.png) 0 0 no-repeat;
}

.Convertible span:hover
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/Convertible.png) -81px 0 no-repeat;
}

.Coupe span
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/Coupe.png) 0 0 no-repeat;
}

.Coupe span:hover
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/Coupe.png) -81px 0 no-repeat;
}

.Mobility span
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/handicap-sprite.png) 0 0 no-repeat;
}

.Mobility span:hover
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/handicap-sprite.png) -80px 0 no-repeat;
}

.Unknown span
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/unknown-sprite.png) 0 0 no-repeat;
}

.Unknown span:hover
{
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    background: url(../Content/imgs/icons/unknown-sprite.png) -80px 0 no-repeat;
}

/****/
#home-top
{
    border: 1 solid #000;
    min-height: 405px;
}

td#top-left
{
    width: 20%;
    text-align: center;
    padding: 0;
    margin: 0 auto;
}

td#top-center
{
    width: 75%;
    text-align: center;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
}

td#top-right
{
    width: 10%;
    text-align: center;
}

td#bottom-left
{
    width: 35%;
    text-align: center;
    vertical-align: top;
    padding-left: 20px;
}

td#bottom-center
{
    width: 55%;
    text-align: center;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    vertical-align: top;
}

td#bottom-right
{
    width: 25%;
    text-align: center;
}

.padding-left-zero
{
    padding-left: 0;
}

div#home-brand-bar
{
    position: relative;
    border: 1px solid #FFF;
    width: 948px;
    height: 118px;
    background-color: #ccc; 
    min-height: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.home-brand-bar > ul
{
    margin: 0 auto;
    padding: 0;
}

ul.home-brand-bar li
{
    float: left;
    list-style: none;
    height: 60px;
}

#home-slider
{
    border: 1 solid #000;
    width: 100%;
    min-height: 165px;
    position: relative;
}

table.table-home-search
{
    border: 0px double white;
    display: block;
    padding-left: 20px;
    padding-top: 0px;
    clear: both;
}

.table-home-search tr {
    margin-bottom: 5px;
}

.table-search-title
{
    font-size: 2em;
    border-bottom: 1px solid;
    border-spacing: 10px;
    /*padding: 0 20px;*/
    font-weight: bold;
    color: #C00;
    text-align: center;
}

.fitzway
{
    margin: 10px 20px;
}

.homedrop
{
    width: 100%;
    margin-bottom: 5px;
}

.qtip-content > a {
    color: #fff;
    text-align: center;
}


/*Inventory*/
#jqgsInventory
{
    float: left;
}

#gbox_jqgInventory
{
    float: right;
}

/*Results*/
.YearMakeModelResults
{
    font-size: 1.1em;
    font-weight: bold;
    color: #FF0000;
    display: block;
    text-align: center;
    vertical-align: text-top;
}

.filters
{
    float: left;
    width: 25%;
    margin-right: 5px;
}

.filters > table > thead
{
    background-color: Silver;
    color: Black;
    width: 240px;
}

.results
{
    float: right;
    width: 74%;
    margin-bottom: 10px;
}

#facetDDL > select
{
    width: 220px;
    margin-bottom: 7px;
}

#facetDDLHome > select
{
    width: 240px;
    margin-bottom: 7px;
}

.table-td-center
{
    text-align: center;
}

.h-center
{
    text-align: center;
}

.td-compare
{
    vertical-align: top;
}

.td-clickable td
{
    cursor: pointer;
    color: #0000A3;
    font-weight: bold;
}

.td-clickable > td:hover
{
    cursor: pointer;
    color: #CC6600;
    font-weight: bold;
}

.td-small
{
    font-size: .75em;
}

/*Details*/
#detail
{
}

#detail-left
{
    float: left;
    width: 23%;
    border-style: double;
}

#detail-right
{
    float: right;
    width: 75%;
}

#detail-left-inner
{
    float: left;
    width: 70%;
}

#detail-table
{
    border-collapse: collapse;
    width: 100%;
    min-height: 220px;
}

#detail-table > tbody
{
    background: #ECECEC;
    color: #000;
    font-size: .85em;
}



#detail-table > tbody > tr > td
{
    padding: 4px 15px;
}

#detail-table > thead
{
    background: #3D3D3D;
    font-weight: bold;
}

#detail-table > thead > tr > td
{
    padding: 2px 5px;
}

#detail-table > tfoot
{
    background: #3D3D3D;
}

td.table-td-bigred
{
    color: #9A000D;
    font-size: 1.5em;
    font-weight: bold;
}

td.table-td-details
{
    width: 50%;
}

span.td-field-title
{
    font-weight: bold;
}

#detail-right-inner
{
    float: right;
    width: 28%;
    border: 1px solid #fff;
    background: none;
}

#detail-right-inner > span
{
    text-align: left;
    font-size: 0.90em;
    padding: .4em .5em;
}

#detail-right-inner > span > button
{
    width: 100%;
    font-weight: bold;
    height: 32px;
}


#detail-bottom-inner
{
    display: block;
    clear: both;
    margin-bottom: 10px;
    width: 100%;
}

#detail-tabs > span
{
    display: block;
    text-align: center;
}
#detail-tabs > div
{
    font-size: .75em; 
    min-height: 200px;
}

ul.automall-location
{
    list-style: none;
    text-align: center;
    font-size: 0.80em;
    padding-left: 0px;

    margin: 0;
}

ul.automall-location a:hover
{
    text-decoration: underline;
}

li.automall-location-title
{
    background: #ECECEC;
    color: #000;
    font-size: 1.0em;
    font-weight: bold;
}

ul.details-fitzadvantage
{
    margin-top: 5px;
    list-style: none;
    background-color: #fff;
    text-align: center;
}

ul.details-fitzadvantage li
{
    display: inline;
    background-color: #fff;
    padding: 5px 0px;
}

li.automall-location-title a:link
{
    text-decoration: none;
    color: #000;
}
/* unvisited link */
li.automall-location-title a:visited
{
    text-decoration: none;
    color: #000;
}
/* visited link */
li.automall-location-title a:hover
{
    text-decoration: underline;
    color: #000;
}
/* mouse over link */
li.automall-location-title a:active
{
    text-decoration: underline;
    color: #000;
}
/* selected link */

.table-outside-only
{
    border: 0px solid #5D5D5D;
    width: 100%;
    border-spacing: 0;
    
}

/*Careers*/
#careers-left
{
    float: left;
    width: 55%;
    border: 1px solid #666;
    margin-bottom: 10px;
}

#careers-right
{
    float: right;
    width: 42%;
    font-size: .85em;
    background-color: #DDD;
    border: 1px solid #666;
    margin: 8px 0;
    overflow: hidden;
    padding: 10px;
    margin-top: 0px;
}

/*Value My Trade*/
table#table-trade-form
{
    width: 600px;
    padding: 10px;
    border: 1px solid #606060;
    background-color: #fff;
}

.table-trade
{
    width: 100%;
}

.table-trade td
{
    vertical-align: top;
    width: 50%;
}

.td-middle-line-rt
{
    border-right: 1px solid gray;
    padding: 0 5px 0 0;
}

.td-middle-line-lt
{
    border-left: 1px solid gray;
    padding: 0 0 0 5px;
}

.body-trade
{
}

.fifty-percent-left
{
    float: left;
    font-size: 1.35em;
}

.fifty-percent-right
{
    float: left;
    width: 75%;
}

.float-right-thirty
{
    float: right;
    width: 20%;
}


input.text
{
    width: 300px;
}

.module
{
    font-family: Verdana, Helvetica, Sans-Serif;
    background-color: #DDD;
    border: 1px solid #666;
    margin: 8px 0;
    overflow: hidden;
    padding: 10px;
    font-size: .85em;
}

.module-white
{
    font-family: Verdana, Helvetica, Sans-Serif;
    background-color: #fff;
    border: 1px solid #666;
    margin: 8px 0;
    overflow: hidden;
    padding: 18px;
    font-size: .85em;
}

.module-white-noborder
{
    font-family: Verdana, Helvetica, Sans-Serif;
    background-color: #f0f0f0;
    overflow: hidden;
    padding: 10px 0 10px 10px;
    font-size: .85em;
}

.min-height-320
{
    min-height: 320px;
}

.min-height-380
{
    min-height: 380px;
}

.trade-message
{
    margin: 0 auto;
}

.red
{
    color: Red;
    margin: 0;
}

.blue
{
    color: Blue;
}

.header-trade
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #A2A2A2;
    padding: 0px 0px 3px 12px;
}

div.content-block {
	float: right;
    width: 75%;
}

h3.red-title {
    font-size: 1.5em;
    color: #C00;
    margin-bottom: 0;
    
}

.module-white-noborder > h2.red-title {
    font-size: 1.5em;
    color: #C00;
    margin-bottom: 0;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    
}

.module-white-noborder > h1 {
    color: #333;
    font-size: 3em;/*5em;*/
    font-family: 'Arial Black' , 'Arial Bold' , Gadget, sans-serif;
    margin: 0 auto;
}

.module-white-noborder > h2 {
    color: #333;
    font-size: 3em;/*5em;*/
    font-family: 'Arial Black' , 'Arial Bold' , Gadget, sans-serif;
    margin: 0 auto;
}

/* Top Sub-Menu */
div.top-sub-menu {
    font-family: Verdana, Helvetica, Sans-Serif;
    width: 170px;
    margin-top: 10px;
    
    background: #F0F0F0;
    overflow: auto;
    border: 1px solid #CCC;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 2px 2px 2px #cccccc;
    -webkit-box-shadow: 2px 2px 2px #CCC;
    box-shadow: 2px 2px 2px #CCC;
    padding: 8px;
}
.top-sub-menu > div
{
    margin-left: 0;
}
.top-sub-menu h4
{
    float: left;
    margin-top: 0;
    margin-bottom: .93em;
    margin-left: 0;
    clear: none;
    color: #0000A3;
}
.top-sub-menu ul
{
    display: inline;
    float: left;
    margin-top: -12px;
    padding: 0;
    clear: both;
    width: 100%;
    background-color: #E0E0E0;
    border-top: .10em solid gray;
}

.top-sub-menu-secondary ul
{
    margin-top: -5px;
    background-color: #404040;
    border-bottom: .10em solid #ccc;
    border-top: .10em solid #ccc;
}

.top-sub-menu ul li
{
    border-bottom: 1px solid #606060;
    list-style: none;
    padding: 5px 10px;
    font-size: 0.85em;
}

.top-sub-menu ul li a
{
    color: #0000A3;
    font-weight: normal;
}

.top-sub-menu-secondary ul li a
{
    color: #fff;
    font-weight: normal;
}

.top-sub-menu ul li a:hover
{
    color: #CC6600;
}
.top-sub-menu-secondary > link-selected > a
{
    background-color: #0000A3;
}

li.link-selected
{
    padding-top: 2px;
    padding-bottom: 1px;
    background-color: #B6B6B6;
}

li.link-selected-secondary
{
    padding-top: 2px;
    padding-bottom: 1px;
    border: .10em solid #CCC;
    background-color: #8A1313;
}

a.default-link {
    color: #0000A3;
    font-weight: bold;
    text-decoration: underline;
}

a.default-link:hover {
    color: #CC6600;
    font-weight: bold;
    text-decoration: none;
}

.inside-link > a
{
    color: #0000A3;
    font-weight: bold;
    text-decoration: underline;
}

.inside-link > a:hover
{
    color: #CC6600;
    font-weight: bold;
    text-decoration: none;
}

.inside-link-ul > li > a
{
    color: #0000A3;
    font-weight: bold;
    text-decoration: underline;
}

.inside-link-ul > li > a:hover
{
    color: #CC6600;
    font-weight: bold;
    text-decoration: none;
}

.img-hover-ul > li > a > img
{
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.img-hover-ul > li > a > img:hover
{
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.img-hover img
{
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.img-hover img:hover
{
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

span.italize-it
{
    font-style: italic;
}
span.bold-it
{
    font-weight: bold;
}

.bold-it
{
    font-weight: bold;
}

.borderwrap > img
{
    border: 3px solid #CCC;
}

.percent50
{
    width: 48%;
}

td.align-right
{
    text-align: right;
}

table.center
{
    margin-left: auto;
    margin-right: auto;
}

/*Bread Crumb*/
#breadcrumbs
{
    font-size: 0.8em;
}
#breadcrumbs a, span
{
    margin: 0 .4em 0 0;
}
#breadcrumbs a
{
    color: #0000A3;
    font-weight: normal;
}
#breadcrumbs a:hover
{
    color: #CC6600;
}
#breadcrumbs span.selected
{
    font-weight: bold;
}

/*Credit App*/
td.header-ca
{
    background-color: #CCC;
    font-weight: bold;
    width: 501;
    padding: 7px 5px;
}

td.header-ca-alt
{
    background-color: #7db9e8;
    font-weight: bold;
    width: 501;
    padding: 7px 5px;
}

td.leftcol-ca
{
    width: 231;
}

td.rightcol-ca
{
    width: 258;
}

#joint-fields > td
{
    border: 1px solid;
    padding: 8px;
}

table#credit-app-form
{
    width: 600px;
    padding: 10px;
    border: 1px solid #606060;
    background-color: #fff;
}

.ssn-center > input
{
    text-align: center;
}

/*Interested Form*/
table#interested-form
{
    width: 600px;
    padding: 10px;
    border: 1px solid #606060;
    background-color: #fff;
}

table#interested-form > td
{
    padding: 10px;
}

ul.formnotes
{
    list-style: none;
    font-size: 1em;
    padding-left: 0px;
}

.formnotes > li
{
    padding-bottom: 5px;
}

/*Store Directory*/
#directory-table
{
    width: 100%;
}
#directory-table > tbody
{
    font-size: .95em;
    vertical-align: text-top;
}
#directory-table > tbody > tr > td > ul > h4
{
    margin-bottom: 0;
}
#directory-table > tbody > tr > td > ul
{
    padding-left: 30px;
    margin-bottom: 0;
}

#directory-table > tbody > tr > td
{
    padding-bottom: 10px;
}

.module-white-address
{
    background-color: white;
    border: 1px solid #666;
    margin: 8px 0;
    overflow: hidden;
    padding: 18px;
    font-size: 1.1em;
}

.dir-col-1
{
    width: 30%;
    text-align: center;
}

.dir-col-2
{
    width: 15%;
    text-align: center;
}

.dir-col-3
{
    width: 25%;
}

.dir-col-4
{
    width: 30%;
}

.dir-mall-link
{
    width: 80%;
    font-size: 1.2em;
}

.storecontainer
{
    margin: 0 auto;
    width: 285px; /*optional*/
    border: 1px solid;
    margin: 2px;
    padding: 2px;
    background-color: white;
    min-height: 135px;
}
.storeleftcolumn
{
    width: 46%;
    float: left;
}
.storerightcolumn
{
    width: 54%;
    float: right;
}
.store-list-item li
{
    text-align: center;
    float: left;
    line-height: 1.3em;
    font-size: 11px;
}



/*Brand Page*/
.brand-title
{
    text-align: center;
    background-color: #404040;
    margin: -12px -20px 0;
    padding: 4px;
    font-size: 1.6em;
    font-weight: bold;
    border: 2px solid;
    color: #fff;
}

.model-title
{
    text-align: center;
    background-color: #404040;
    margin: -20px -20px 0;
    padding: 4px;
    font-size: 1.6em;
    font-weight: bold;
    border: 2px solid;
    color: #fff;
}

ul.brand-directory
{
    list-style: none;
    position: relative;
    float: left;
    display: block;
    left: 46%;
}

ul.brand-directory li
{
    position: relative;
    float: left;
    display: block;
    right: 50%;
    padding: 5px 0px;
}

.module-brand
{
    background-color: #DDD;
    border: 1px solid #666;
    margin: 8px 0 2px 0;
    overflow: hidden;
    padding: 10px 10px 0 10px;
    font-size: .85em;
}

li.borderimg img
{
    border: 1px solid #404040;
}

.add-some-margin li
{
    margin: 5px 9px;
    max-height: 160px;
    min-height: 120px;
}

.limit-to132width
{
    max-width: 133px;
}

.more-margin
{
    margin-left: 45px;
}

#sliderModel
{
    height: 200px;
}

ul#sliderModel, ul#sliderModel li
{
    width: 400px;
    height: 200px;
    list-style: none;
}

.rightcol-featured
{
    float: right;
    text-align: center;
    width: 30%;
    min-height: 170px;
}

.leftcol-featured
{
    float: left;
    width: 60%;
}

.model-hilite
{
    background-color: #778899;
}

/*AutoMall*/
.storerightcolumn-am
{
    width: 53%;
    float: right;
}

.storecontainer-am
{
    margin: 0 auto;
    width: 285px; /*optional*/
    border: 1px solid;
    margin: 2px;
    padding: 2px;
    background-color: white;
    min-height: 115px;
}
.storeleftcolumn-am
{
    width: 44%;
    float: left;
}

/*Certified*/
.top-sub-menu-certs > div
{
    margin-left: 0;
}
.top-sub-menu-certs h2
{
    float: left;
    margin-top: 0;
    margin-bottom: .93em;
    margin-left: 0;
    clear: none;
}
.top-sub-menu-certs ul
{
    display: inline;
    float: left;
    margin-top: -12px;
    padding: 0;
    clear: both;
    width: 100%;
    background-color: #E0E0E0;
    border-bottom: .10em solid gray;
    border-top: .10em solid gray;
    text-align: center;
}


.top-sub-menu-certs ul li
{
    display: inline-block;
    list-style: none;
    padding: 4px 4px;
    font-size: 0.85em;
}

.top-sub-menu-certs ul li a
{
    color: #0000A3;
    font-weight: normal;
}


.top-sub-menu-certs ul li a:hover
{
    color: #CC6600;
}

.margintop-minus-20
{
    margin-top: -20px;
}

/*Collision*/
.collision-left
{
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.4;
    padding-top: 5px;
    padding-left: 30px;
    width: 60%;
}

.paintless-photo {
	vertical-align: top;
    padding-left: 50px;
}

.collision-right
{
    width: 35%;
}

.windshield-photo {
    margin-right: 10px;
}

.windshield-photo > img {
    border: 2px solid #404040;
}

.windshield-title {
    color: #404040;
}

.cracks-photo {
	margin-top: -10px;
	margin-right: 20px;
	
}

.collision-hours
{
    list-style: none;
}

.margin-bottom-zero
{
    margin-bottom: 0;
}

.collision-title
{
    font-size: 1.3em;
    color: #0076BE;
    font-weight: bold;
    border-bottom: 4px solid red;
}

.margin-top-minus-ten
{
    margin-top: -10px;
}


.pricingtable
{
    width: 160px;
    background: #fff;
    margin: 5px;
    padding-bottom: 10px;
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid black;
}

.pt-top
{
    width: 160px;
    margin-top: -25px;
    background: #9E0605;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.pt-top h2
{
    color: #fff;
    text-align: center;
    font: 300 20px/50px Helvetica, Verdana, sans-serif;
}

.pricingtable ul {
  font: 300 14px/2 Helvetica, Verdana, sans-serif;
    margin-left: -10px;
}
 
.pricingtable ul strong {
  font-weight: bold;
}

.pricingtable h1 {
  text-align: center;
  font: bold 30px/1 Helvetica, Verdana, sans-serif;
  margin: -10px 0 0 0;
}
 
.pricingtable h1 sup {
  font-size: 30px;
}
 
.pricingtable p {
  text-align: center;
  font: 500 14px/1 Helvetica, Verdana, sans-serif;
  color: #666;
}

.pricingtable a {
  display: block;
  height: 40px;
  color: #fff;
  margin: 5px;
 
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font: 500 16px/40px Helvetica, Verdana, sans-serif;
 
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
 
  /*Gradient*/
  background: #6BABFF; /* Old browsers */
  background: -moz-linear-gradient(top,  #6BABFF 0%, #1E5799  100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6BABFF), color-stop(100%,#1E5799 )); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #6BABFF 0%,#1E5799  100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #6BABFF 0%,#1E5799  100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #6BABFF 0%,#1E5799  100%); /* IE10+ */
  background: linear-gradient(top,  #6BABFF 0%,#1E5799  100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6BABFF', endColorstr='#1E5799 ',GradientType=0 ); /* IE6-9 */
}
 
.pricingtable a:hover {
  background: #1E5799; /* Old browsers */
  background: -moz-linear-gradient(top,  #1E5799 0%, #1E5799  100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1E5799), color-stop(100%,#1E5799 )); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #1E5799 0%,#1E5799  100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #1E5799 0%,#1E5799  100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #1E5799 0%,#1E5799  100%); /* IE10+ */
  background: linear-gradient(top,  #1E5799 0%,#1E5799  100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1E5799', endColorstr='#1E5799 ',GradientType=0 ); /* IE6-9 */
 
}

.featured 
{
    background-color: #B7C3D0;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.show-it {
	overflow: visible;
	margin-bottom: 15px;
}

.remove-list-disc {
	list-style-type: none;
}

.pt-wid385 {
    width: 385px;
}

a.pt-center {
	margin-left: auto;
    margin-right: auto;
}

/*Coupons*/
table.coupon {
	margin-left: auto;
    margin-right: auto;
	text-align: center;    
    width: 630px;
    background-repeat: no-repeat;
    border-width: 2;
    border-color: #903;
    border-style: dashed;
    margin-bottom: 20px;
    font-size: .80em;
}
td.coupon-header {
	text-align: center;
    height: 44px;
}

td.coupon-main {
	text-align: center;
    height: 160px;
}

td.coupon-desc {
	text-align: center;
    width: 412px;
}

td.coupon-terms {
	text-align: center;    
	height: 31px;
    vertical-align: top;
}

td.coupon-footer {
	text-align: center;
    height: 31px;
    vertical-align: middle;
}

.coupon-share {
    text-align: right;
}

.coupon-title {
	color: blue;
    font-size: large;
    font-style: italic;
}

.coupon-price {
    color: red;
    font-size: x-large;
}

.coupon-pricedesc {
    color: black;
    font-size: large;
}

.block-it {
    display: block;
}

/*Locations*/
.location-wrapper {
    margin-top: -2.2em;
    font-size: .75em;
    text-align: center;
}

.location-title {
	color: #BA170B;
}

ul.location {
    width: 100%/*30em*/;
    list-style: none;
    margin-left: -35px;
    margin-top: 2px;
}

ul.location li {
    float: left;
    width: 33%;
}

.location-brands {
    display: block;
    padding: 0 10px;
}

.location-item {
    background-color: #DDD;
    text-align: center;
    margin: 2px 2px;
}

/*Accessories*/
ul.accessories {
    width: 100%/*30em*/;
    list-style: none;
    margin-left: -35px;
    margin-top: 2px;
}
ul.accessories li {
    float: left;
    width: 32%;
    min-height: 180px;
}

.ten-things-title {
	padding: 5px;
    background-color: lightSteelBlue;
    border: 1px double;
}
ol.ten-things {
    width: 46%;
    margin-bottom: 10px;
    display: inline-table;
    list-style: decimal;
}

.ten-pad-left {
    padding-left: 10px;
}

ol.ten-reset-counter {
	counter-reset: item 5;
}

.pdf-icon 
{
    margin-right: 5px;
	vertical-align: bottom;
}

.ten-backgroundcolor {
	background-color: #e0e0e0;
    border: 1px solid;
}

li.column0 {
    padding: 10px;
    margin-left: 2em;
    
}

li.column1 {
    padding: 10px;
}

li.column2 {
	margin-left: 80em;
}

li.reset {
    margin-top: -280px;
    
}
  
.accessories-title {
    font-size: 1.5em;
}

.checked-form {
	background-color: cornflowerBlue;
}

.acc-bottom-pad {
    padding-bottom: 8px;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.shadow-small {
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.shadow-small-right {
	-moz-box-shadow: 4px 3px 3px -3px #000;
	-webkit-box-shadow: 4px 3px 3px -3px #000;
	box-shadow: 4px 3px 3px -3px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}



.font-darkblue {
    color: #1E5799;
}

.font-blue {
    color: blue;
}

.font-orange {
    color: orangered;
}

.font-green {
    color: green;
}

.font-black {
    color: black;
}

.spanish-padding {
    padding: 10px 35px;
}

.spanish-img-margin {
	margin: 0px 20px;
}

.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.margin-top-10 {
    margin-top: 10px;
}

.smaller-text {
    font-size: smaller;
}

.mapp-title {
	border: 1px solid blue;
    background-color: white;
    width: 80%;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

img.border-default {
    border: 1px solid;
}

img.vert-middle {
	vertical-align: middle;
}

td.width150 {
    width: 150px;
}

.savings {
	background-color: #DDD;
    border: 1px solid Blue;
    overflow: hidden;
    padding: 5px;
    font-size: .85em;
}

.padtopbot10 {
    padding: 10px 0;
}

.resultcount {
    color: #871330;
    font-weight: bold;
    font-size: 1.3em;
}

.sortbox {
	/*height: 24px;*/
    background-color: silver;
    border: 1px solid grey;
    padding: 1px 3px;
    font-size: .90em;
    margin-bottom: 5px;
    
}

span.deleteicon {
    position: relative;
}
span.deleteicon span {
    position: absolute;
    display: block;
    top: 1px;
    right: 0px;
    width: 16px;
    height: 16px;
    background: url('http://cdn.sstatic.net/stackoverflow/img/sprites.png?v=4') 0 -690px;
    cursor: pointer;
}
span.deleteicon input {
    padding-right: 16px;
}

.vert-middle {
	vertical-align: middle;
}

.vin-results {
    font-size: 0.64em;
    font-weight: bold;
    float: right;
}

.certified-results {
    font-size: 0.64em;
    font-weight: bold;
    float: left;
}

.green-selected {
	background-color: greenYellow;
}

.browse-text {
	color: gray;
    font-size: .9em;
}

a.store-loc-link {
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration:underline;
}

a.store-loc-link:visited {
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration:underline;
}


a.store-loc-link:hover {
    color: #EDBA35;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration:none;
}

h4.header-content {
    font-size: 1.7em;
    color: red;
    margin: 0;
}

.svc-schedule span {
    display: block;
    height: 95px;
    width: 204px;
    background: url(imgs/service-schedule-sprite.png) -1px 0 no-repeat;
}

.svc-schedule span:hover {
    display: block;
    height: 95px;
    width: 204px;
    background: url(imgs/service-schedule-sprite.png) -205px 0 no-repeat;
}

.cc-info span {
    display: block;
    height: 95px;
    width: 204px;
    background: url(imgs/collision-center-sprite.png) -1px 0 no-repeat;
}

.cc-info span:hover {
    display: block;
    height: 95px;
    width: 204px;
    background: url(imgs/collision-center-sprite.png) -205px 0 no-repeat;
}   

.menu-wrapper {
    /*background-color: #cc0000;*/
    min-height: 50px;
    background: url('imgs/menu-background.png');
    background-repeat: repeat-x;
    text-align: center;
    width: 100%;
}

#menu-container {
    width: 980px;
    padding-top: 4px;
    padding-left: 45px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

/*Search tabs*/
#centeredmenu {
   width:100%;
   border-bottom:1px solid #333;
   overflow:hidden;
   position:relative;
   text-align: center;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:#C5C5C5;
   color:#000;
   text-decoration:none;
   line-height:1.3em;
   -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#centeredmenu ul li a:hover {
   background:#C00;
   color:#fff;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#333;
   font-weight:bold;
}

.currentsite-button {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	background-color:#fe1a00;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:2px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}
.currentsite-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	background-color:#ce0100;
}
.currentsite-button:active {
	position:relative;
	top:1px;
}

.one-point-two-em {
    font-size: 11px;
}


.underline-it {
    text-decoration:underline;
    margin: 0;
}

.left-menu-bar {
    float: left;
    width: 20%;
}
.mediaplayer-container {
    margin-top: 20px;
}

.vid-list {
    list-style-type: none;     
    padding-left: 0;
    font-size: .80em;
}


ul.vid-list li {
    margin-bottom: 10px;
        border: 1px solid gray;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 53px;
    text-align: center;
    background-color: #fff;
}

ul.vid-list li:hover {
    background-color: #c0c0c0;
}

.vid-main {
    background-color: #fff;
    text-align: center;
    color: black;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid gray;
}

.vid-main:hover {
    background-color: #c0c0c0;
}

.vid-main > a > h4 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.vid-main > a > span {
    font-size: .9em;
}

.vid-single-small {
    color: black;
    font-size: 12px;
}

.vid-single-small > img {
    vertical-align: middle;
    margin: 5px;
}

.vid-rightside {
    width: 55%;
    text-align: center;
}

.vid-rightside > h4 {
    margin-top: 1px;
    margin-bottom: 1px;
}

.vid-rightside > span {
    font-size: .9em;
}

a.vid-link {
    color: black;
    text-decoration: none;
    padding: 2px;
}

#jack-quote {
    float: right;
    border: 1px solid;
    width: 50%;
    background-color: #E1E1E1;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 10px;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
}

#jack-quote > span {
    font-size: 1.5em;
    font-style: italic;
    display: block;
    margin-top: 10px;
}

.width45percent {
    width: 45%;
}

.calc-container {
    border: 1px solid gray;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #E1E1E1;
    min-height: 270px;
}

.calc-container > table {
    margin: 0;
}

.creditapp-button {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	border-radius:14px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 9px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}
.creditapp-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}
.creditapp-button:active {
	position:relative;
	top:1px;
}

/*Home*/
a.consumer-education {
	background-color:#f24537;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
    border: 2px solid #B30808;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:21px;
	font-weight:bold;
	padding:5px 25px;
	text-decoration:none;
	text-shadow: 2px 2px 0px #810e05;
    margin-bottom: 8px;
}.consumer-education:hover {
	background-color:#c62d1f;
}.consumer-education:active {
	position:relative;
	top:1px;
}

#col1 {
    float: left;
    margin-right: 30px;
    width: 30%;
    background-color: white;
    min-height: 200px;
    border-top: 10px solid #C00;
}

#col2 {
    float: left;
    margin-right: 30px;
    width: 30%;
    background-color: white;
    min-height: 200px;
    border-top: 10px solid #C00;
}

#col3 {
    float: left;
    margin-right: 20px;
    width: 30%;
    background-color: white;
    min-height: 200px;
    border-top: 10px solid #C00;
}

.brands {
    padding: 5px 10px 5px 10px;
    width: 970px;
    margin: 0px auto;
}

.search-form {
    float: right;
    width: 25%;
    background-color: #E0E0E0;
    margin-right: 25px;
    min-height: 285px;
    padding-right: 20px;
}

.search-form2 {
    float: left;
    width: 25%;
    background-color: #E0E0E0;
    margin-left: 35px;
    min-height: 285px;
    padding-right: 10px;
}

#top-section {
    background-color: #e0e0e0;
    overflow: hidden;
    margin-bottom: 8px;
    -webkit-box-shadow: 0px 3px 4px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 3px 4px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 3px 4px rgba(50, 50, 50, 0.5);
}

#top-section-wrapper {
    width: 1020px;
    margin: 0px auto;
}

#middle-section {
    background-color: #fff;
}

#bottom-section {
    width: 950px;
    margin: 0px auto;
}

#slider-wrapper {
    width: 70%;
    float: left;
}

.list-quick-links {
    list-style: none;
    padding-left: 20px;
}

.list-quick-links li{
    background-color: #333;
    margin-bottom: 5px;
    margin-right: 20px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.list-quick-links img {
    vertical-align: middle;
    margin-right: 10px;
}

.list-quick-links a{
    color: #fff;
    font-weight: bold;
    display: block;
    text-decoration: none;
}

.list-quick-links a:hover{
    background-color: #B2B2B2;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

ul.details-fitzadvantage2 li {
    display: inline;
    background-color: white;
    padding: 0px 5px;
}
ul.details-fitzadvantage2 {
    margin: 0;
    list-style: none;
    background-color: white;
    text-align: center;
}

.browse-text2 {
    font-size: .8em;
}

ul.regiontabs {
    margin: 0;
    padding-left: 0px;
    width: 265px;
}
li.selected-region {
    background-color: #C00;
}
li.selected-region > a {
    color: white;
}
ul.regiontabs li {
    float: left;
    list-style: none;
    text-align: center;
    font-size: .80em;
    border: 1px solid black;
    border-top: none;
    background-color: #FFF;
    /*padding: 5px 5px 5px 5px;*/
        
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

ul.vidlarge-list {
    list-style-type: none;     
    padding-left: 0;
}


ul.vidlarge-list li {
    display: block;
    background-color: #fff;
}
ul.vidlarge-list li > a > img {
    margin: 10px 0;
}

h1.fitzway-title {
    color: #333;
    font-size: 5em;
    font-family: 'Arial Black' , 'Arial Bold' , Gadget, sans-serif;
    margin: 0 auto;
}

.red-font{ color: #C00; }
.gray-font{ color: gray; }
.normal-font{ font-weight: normal; }

.fitzway-pronounce {
    color: #333;
    font-size: 28px;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
}

.fitzway-honeycomb {
    margin-left: 150px;
    margin-top: -10px;
    height: 300px;
}

ul.fitzway-defs-list {
    font-size: 20px;
    list-style-type: decimal;
    margin: 0;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    
}

ul.fitzway-defs-list li {
    margin: 5px 0;
}
ul.fitzway-lower-list li {
    margin: 5px 0;  
}
.fitzway-paras {
    line-height: 1.2;
    font-size: 16px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    /*font-family: "Times New Roman", Times, serif;*/
}

table#programs {
    border-spacing: 10px;
}

table#programs td {
    width: 175px;
    text-align: center;
    font-weight: bold;
    vertical-align: text-top;
    font-size: 14px;
}

.fitzway-bottom {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
}
.fitzway-larger-bottom {
    font-size: 20px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

.width30percent {
    width: 30%;
}

ul.welcome-list {
    list-style-type: none;
    padding-left: 0px;
}

ul.welcome-list li {
    float: left;
    width: 28%;
    margin-right: 65px;
}

.welcome-buttons {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #c8c8c8;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:130px;
    padding: 10px;
	/*line-height:50px;*/
	width:100%;
	text-decoration:none;
	text-align:center;
}
.welcome-buttons:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.welcome-buttons:active {
	position:relative;
	top:1px;
}


a.all-regions {
    background: url(imgs/ALL.png) no-repeat;
    display: block;
    width: 85px;
    height: 35px;
    text-indent: -9999px; /* hides the link text */
}

a.ma-regions {
    background: url(imgs/MD_PA.png) no-repeat;
    display: block;
    width: 85px;
    height: 35px;
    text-indent: -9999px; /* hides the link text */
}

a.se-regions {
    background: url(imgs/FL.png) no-repeat;
    display: block;
    width: 85px;
    height: 35px;
    text-indent: -9999px; /* hides the link text */
}

#review_tab {
    /*border: solid 1px;*/
    cursor: pointer;
    height: 115px;
    overflow: hidden;
    position: fixed;
    text-indent: -5000px;
    top: 50%;
    width: 34px;
    z-index: 10000;
    display: block; 
    /*border-color: black; */
    background-image: url(imgs/reviews/reviewus-side.png); 
    /*background-color: black;*/
}

.ReviewTabLeft {
    right: 0;
    background-position: right 0;
}