﻿.body
{
    padding-bottom: 30px;
}
.body-outer
{
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #000;
}
body, .body div.region, p, li, h1, h2, h3, h4, h5, h6, blockquote, dt, dd, td, label,
body.admin-page .admin, body.admin-page .body div.region, body.admin-page .admin p, body.admin-page .admin li, h1, h2, h3, h4, h5, h6, blockquote, body.admin-page .admin dt, body.admin-page .admin dd, body.admin-page .admin td, body.admin-page .admin label
{
    color: #333;
}
dd
{
    margin-left: 2em;
}
.header h1, .header .h1
{
    padding-left: 10px;
}

/* Sidebars */

.no-sidebar .sidebar
{
    display:none;
}
.has-sidebar .sidebar
{
    width: 320px;
    float: left;
}
.no-extras .extras
{
    display:none;
}
.has-extras .extras
{
    width: 320px;
    float: left;
}
.no-sidebar .no-extras .content .page
{
    width: 960px;
}
.has-sidebar .no-extras .content .primary,
.no-sidebar .has-extras .content .primary,
.thirds .has-sidebar .no-extras .content .primary,
.thirds .no-sidebar .has-extras .content .primary
{
    width: 640px;
    float: left;
}
.has-sidebar .has-extras .content .primary,
.has-sidebar .has-extras .content .primary,
.thirds .has-sidebar .has-extras .content .primary,
.thirds .has-sidebar .has-extras .content .primary
{
    width: 320px;
    float: left;
}
.fourths .has-sidebar .no-extras .content .primary,
.fourths .no-sidebar .has-extras .content .primary
{
    width: 720px;
    float: left;
}
.fourths .has-sidebar .has-extras .content .primary,
.fourths .has-sidebar .has-extras .content .primary
{
    width: 480px;
    float: left;
}

/* Modules */

div.region
{
    clear:left;
    position: relative;
}
.region-inner
{
    width: 960px;
    margin: 0 auto;
    padding: 0;
}
.box
{
    margin: 0;
}
.normal-page .full 
{
    clear: both;
}
.full .no-box, .hero .no-box
{
    width: 940px;
    padding: 0 15px 0 5px;
    float: left;
}
.two-thirds .no-box
{
    width: 620px;
    padding: 0 15px 0 5px;
    float: left;
}
.full .box, .hero .box
{
    width: 960px;
    float: left;
}
.hero .one-fourth .box, .one-fourth
{
    width: 240px;
    float: left;
}
.hero .one-third .box, .one-third
{
    width: 320px;
    float: left;
}
.hero .two-thirds .box, .two-thirds
{
    width: 640px;
    float: left;
}
.hero .one-half .box, .one-half
{
    width: 480px;
    float: left;
}
.box .box-back
{
    background-position: left top;
    background-repeat: repeat-y;
}
.box .box-top
{
    background-position: right top;
    background-repeat: no-repeat;
    padding-top: 12px;
}
.box .box-bottom
{
    margin: 0;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 1px 15px 26px 5px;
    min-height: 120px;
    position: relative;
}
.box h3, .box h2
{
    margin: 0;
    padding: 0;
}
.box .box-inner
{
    height: 1%; /* fix IE clipping */
}
.box .box-inner form, .box .box-inner h2, .box .box-inner h3, .box .box-inner h4, .box .box-inner p, .box .box-inner .p
{
    padding-left: 10px;
    padding-right: 10px;
}

/* Tooltips */

.tooltip-outer
{
    display:none;
    position:absolute;
    width:250px;
    background:#d6e4f1;
    padding:3px;
    border:solid 2px #fff;
    z-index:20;
}
.tooltip-inner
{
    position: relative;
    background:#fff;
    padding:4px 6px 6px 6px;
    border:solid 1px #0b5292;
    font-size:0.9em;
    z-index:21;
}
.tooltip-inner p
{
    background:transparent;
    padding:0;
    margin:0;
    color: #333;
}
.tooltip-inner p strong.bump
{
    padding-right: 6px;
}
.acronym
{
    color: #0b5292;
    border-bottom: dashed 1px #4275a4;
}
.acronym:hover
{
    color: #000;
    background: #d6e4f1;
}

/* Footer */
.footer p  
{
    text-align: center;
}

/* Ezytire */
.body .ezytire-credit-line,
.body .ezytire-credit-line-hover
{
    position: absolute;
    padding: 10px 0 10px 60px;
    height: 20px;
    background-image: url(tiny-gumby.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
#top .ezytire-credit-line-hover
{
    background-position: 0 -80px;
}
.body .ezytire-credit-line p,
.body .ezytire-credit-line p a,
.body .ezytire-credit-line p span
{
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}
.body .ezytire-credit-line-hover p,
.body .ezytire-credit-line-hover p a,
.body .ezytire-credit-line-hover p span
{
    color: #787878;
    text-decoration: none;
    font-weight: normal;
}
.body .ezytire-credit-line a:hover,
.body .ezytire-credit-line-hover a:hover
{
    color: #003466;
    text-decoration: underline;
}
.body .ezytire-credit-line p span.credit-line-separator,
.body .ezytire-credit-line-hover p span.credit-line-separator
{
    padding: 0 6px;
}
.body .ezytire-credit-line p span.credit-line-links
{
    display:none;
}
.body .ezytire-credit-line-hover p span.credit-line-links
{
    display: inline;
    padding-right: 20px;
}

/* Misc */

p.more
{
    padding: 3px 18px 0 8px;
    text-align:right;
}
p.exception
{
    background: #f00;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border-bottom: solid 1px #000;
}
.debug
{
    padding: 0 20px 10px 20px;
    color: #666;
}
.debug table tr td
{
    border-top: solid 1px #ccc;
    padding: 2px 4px;
}
.thin
{
    padding-bottom: 0;
}

/* Quote Page Mobile Fix */

.QuoteThreeInformationArea_left
{
    float: left;
}

.QuoteThreeInformationArea_right
{
    float: right;
}

body.mobile .QuoteThreeInformationArea_right
{
    float: left;
}

#body-shoppingcart #ezytire-credit-line
{
    display: none;
}