/* Base Stylesheet By Collabpad (a Vertexworks Gig)
   Copyright 2007,2008 Collabpad/Vertexworks.
   Information: admin@collabpad.com
*/

/* --------------------------------------------------------- [ Reset ] */
html, body, form, fieldset {
    margin: 0;
    padding: 0;
    font-size: 100.01%;
    line-height: 1.5;
/*    font-family: Helvetica, Arial, sans-serif !important; /* IE ignores this */
    font-family: Arial, Helvetica, sans-serif; /* Win IE renders Arial better */
    color: #fff;
}
html { 
    font-size: 100.01%; /* avoids obscure font-size bug */
    height: 100%;
    margin-bottom: 1px; /* avoid jumping scrollbars */
} 
body { 
    font-size: 62.5%; /* 10px = 62.5, +1px = +6.25% */
    height: 100%;
    background: #000;
}
img {
    border: 0;
}

/* Reset Vertical Margins */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
    margin: 0 0 1em;
    padding: 0;
}

/* Reset Left Margins */
li, dd, blockquote {
    margin-left: 1em;
}

/* --------------------------------------------------------- [ Misc conveniences ] */
form label {
    cursor: pointer;
}
fieldset {
    border: none;
}
input, select, textarea, td {
    font-size: 100%;
}
.clearfix, .cls { /* use <br class="cls" /> to clear floats w/o space */
    clear: both;
    height: 0;
    margin: 0;
    font-size: 1px;
    line-height: 0;
}
.clsl { clear: left; }
.clear { clear: both; }
.right{ float: right; margin: 1em 0 1em 1em; }
.right-top, .right-container  { float: right; margin: 0 0 1em 1em; clear: none;}
.right-bottom { float: right; margin: 1em 0 0 1em; }
.left { float: left; margin: 1em 1em 1em 0;}
.left-top, .left-container { float: left; margin: 0 1em 1em 0;}
.left-bottom { float: left; margin: 1em 1em 0 0;}
.right-container, .left-container { width: 200px;}
.right-container img, .left-container img { margin-bottom: 15px;}

/* --------------------------------------------------------- [ Basic typography ] */
h1, h2, h3, h4, h5, h6 { font-weight: normal;}
h1 { font-size: 218%; }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; }
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 86%; font-weight: bold; }
p, li { text-align: justify }
p.caption { font-size: 86%; color: #555; }
a {color: #fff;}

/* --------------------------------------------------------- [ Basic layout ] */
#wrap {
    margin: 28px auto 0 auto;
width: 835px;
    width: 800px;
    text-align: left;
    background: #000 url(images/tron.jpg) no-repeat right top;
    background: #000 url(images/headercar.jpg) no-repeat right top;
}

#site {
    border-top: 9px solid #565656;
}

/* for sticky footers: give equal height and negative top margin */
#footerstick { 
    margin: 0 auto;
    height: 25px;
    width: 800px; /* same as #wrap width */
    background-color: #565656;
    color: #fff;
}
    #footerstick a, #footerstick a:visited {
        color: #fff;
        text-decoration: none;
    }
    #footerstick a:hover { text-decoration: underline; }
    #footerstick li {
        list-style: none;
        float: left;
        padding: 0 2px;
        line-height: 25px;
    }
    .legal {
        float: right;
        margin-right: 12px;
        line-height: 25px;
    }

#searchform {
    background: #3e3e3e;
    float: left;
    padding: 0 4px;
    margin-right: 4px;
    line-height: 25px;
}
#head {
    background: transparent url(images/logo.gif) no-repeat top left;
    height: 106px;
    width: 100%;
}

#main {
    height: 235px;
    background: url(images/middle.png) no-repeat top left;
    margin-top: 30px;
}
a.action {
    text-transform: uppercase;
    text-decoration: underline;
    background: url(images/bullet-arrow-chrome.gif) 0 2px no-repeat;
    padding-left: 18px;
    color: #A7A9AC;
}
/* --------------------------------------------------------- [ Navigation ] */
#nav ul {list-style: none; min-height: 25px; position: relative; }
#nav li {background: url(images/navbg.gif); float: left; display: block; margin: 0;padding:0;}
#nav a  {display:block; float:left; padding: 0 6px 0;border-right: 4px solid #000;color:#5ca4d6;line-height:25px;text-decoration:none;text-transform:uppercase; }
#nav .here a, #nav a:hover { color: #fff;}
#nav li.last {background: none;}
#nav li.last a {width: 252px; background: url(images/navright.png) top right;border: 0;}

#nav .subnavwrap {
    display:none; 
    position:absolute; 
    top:25px; 
    left:0;
    display: block; 
    padding: 0 0 10px;
    background: blue url(images/clear.gif);
}
#nav .subnav { 
    display:none; 
    position:absolute; 
    top:25px; 
    left:0;
    background: url(images/subnav-bg.gif) repeat-y;
    padding: 1px 0 0 6px;
    width: 100%;
}
    #nav .subnav a,
    #nav .subnav a:visited {
        color: #ddd;
        border: 0;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 16px;
        font-size: 90%;
        margin-right: 10px;
        padding: 1px;
    }
    #nav .subnav a:hover { color: #fff; }
#nav li:hover .subnavwrap, #nav li:hover .subnav { display: block; }

/* --------------------------------------------------------- [ Home Page Content ] */
#main {
    position: relative;
}
#main img.main {
    border: 6px solid #fff;
    margin: 15px 0 0 25px;
}
#main #intro {
    position: absolute;
    left: 300px;
    top: 50px;
}
    #intro h2 {
        margin: 1em 0 0; 
        padding: 0;
        font: normal 20px/1.4 Georgia, serif;
        color: #ff5c00;
    }
    #intro p {
        font-size: 120%;
        width: 430px;
    }
    #go {
        height: 0;
        padding-top: 38px;
        width: 95px;
        display: block;
        background: transparent url(images/go.png);
        overflow: hidden;
        margin-left: 200px;
    }
    #intro .more {
        float: right;
        margin-top: 12px;
    }
.main_splash {
    margin: 0;
}
    
/* --------------------------------------------------------- [ Home Page Thirds ] */
#secondary {
    margin: 45px 0 0 34px;
}
.third {
    float:left;
    padding-left: 90px;
    width: 150px;
}
.third p {
    font-family: Georgia, Times, serif;
    color: #767676;
    font-size: 110%;
    margin-right: 20px;
    line-height: 1.7;
}
.third h3 {
    color: #fff;
    color: #ff5c00;
    margin: 0 0 0 -1px;
    padding: 0;
    line-height: 1.0;
}
.third h4 {
    color: #ff5c00;
    margin: 3px 0 0;
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
}

.third img {
    float: left;
    margin-left: -90px;
    border: 4px solid #fff;
}
.third .date {
    color: #ff5c00;
}
.third a.more {
    width: 13px;
    height: 13px;
}
    .third a.more img {
        border: none;
        display: inline;
        margin: 3px 0 -3px 3px;
        float: none;
    }

.blog-summary-home p a,
.blog-summary-home p a:visited {
    color: #767676;
}

/* --------------------------------------------------------- [ Catalog ] */
#main-interior h3.welcome {
    color: #a9a9a9;
    border: 0;
}
.category {
    width: 732px;
    height: 125px;
    position: relative;
    margin: 0 0 10px -10px;
    padding: 20px 0 0 60px;
    background: transparent url(images/catalog/category.png) no-repeat;
}
.imageBox {
    background: #fff;
    width: 100px;
    height: 100px;
    line-height: 100%;
    margin: 0 30px 0 0;
    text-align: center;
    float: left; 
}
.detailImage {
    width: 300px;
    margin-right: 20px;
    float: left;
}
.detailText {
    width: 400px;
    float: left;
}

.feature .imageBox {margin-right: 21px;}
.product .imageBox a {
    text-align: center;
    vertical-align: middle;
    margin: 0 !important;
    padding: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
}
.feature img, 
.product img {
    border: 0 !important;
    padding: 0;
    background: #fff;
    vertical-align: middle;
}
.feature .imageBox {
    position: relative;
}
.removeLink {
    position: absolute;
    color: #fff;
    background-color: #000;
    opacity: .8;
    bottom: 3px;
    right: 3px;
    padding: 2px 4px;
    text-decoration: none;
}
.plateauId {
    position: absolute;
    color: #000;
    background-color: #fff;
    opacity: .8;
    top: 3px;
    right: 3px;
    padding: 0;
    text-decoration: none;
}
.product {
    width: 340px;
    height: 130px;
    position: relative;
    float: left;
    margin: 0 20px 0 0;
    padding: 11px 16px 0;
    background: transparent url(images/catalog/product.png) no-repeat;
}
    .product h6 {
        color: #ff5c00;
        font-size: 130%;
    }
    .product p {
        line-height: 1.4;
    }
    .product span.right {
        float: right;
        margin: 0;
    }
    .product .removeLink {
        bottom: 22px;
    }

#catalogItems {
    width: 785px;
    margin: 1em -45px 0 0;
    padding: 0 0 0 1px;
    clear: both !important;
}

/* --------------------------------------------------------- [ Catalog Hover Features ] */
div.imageBox {
    position: relative;
}
div.hover {
    display: none;
    z-index: 100;
    padding: ;
    background: #555;
    width: 200px;
width: 202px;
    height: 80px;
height: 64px;
background: transparent url(images/catalog/hoverbox2.png) no-repeat;
    padding: 18px;
}
div.imageBox:hover .hover {
    display: block;
    position: absolute;
    top: -50px;
    left: 10px;
}
.hover * {
    color: #fff !important;
    text-align: left;
}
.hover h4 { font-weight: bold }

/* --------------------------------------------------------- [ Breadcrumb ] */
#main-interior .breadcrumb {
    clear: both;
    margin: 1em 0;
    height: 1em;
    font-size: 140%;
    color: #ff5c00;
}
#main-interior .breadcrumb p {
    margin-top: 6px;
    font-size: 140%;
    color: #ff5c00;
    clear: both;
    margin: 2em 0;
}
.breadcrumb a {
    color: #ff5c00;
}


/* --------------------------------------------------------- [ Paging ] */
#main-interior .paging {
    margin: 2em 0 3em;
    clear: both;
}
#main-interior .paging ul {
    list-style: none;
    margin: 0;
    padding: 0 30px 0 0;
    text-align: right;
    float: right;
}
#main-interior .paging p {
    float: left;
    padding: 0 0 0 30px;
}
.paging li {
    display: inline;
    margin: 0 1px 0 0;
    padding: 0;
}
.paging a {
    border: 1px solid #999;
    background: #555;
    padding: 2px 4px 3px;
    text-decoration: none;
    margin: 0;
}
.paging li.currentPage a {
    border-color: #fff;
    background: #aaa;
}
.paging li.control a {
    border: none;
    background: none;
    text-decoration: underline;
}


/* --------------------------------------------------------- [ Catalog Category Titles ] */
.catalogLink {
    position: absolute;
    top: 10px;
    left: 12px;
    height: 120px;
    width: 30px;
    background: transparent url(images/catalog/titles/appliances.png) no-repeat 7px 1px;
    text-indent: -999px;
}
.cat1 { background-image: url(images/catalog/titles/appliances.png) }
.cat2 { background-image: url(images/catalog/titles/camping.png) }
.cat3 { background-image: url(images/catalog/titles/clocks.png) }
.cat4 { background-image: url(images/catalog/titles/clothing.png) }
.cat5 { background-image: url(images/catalog/titles/electronics.png) }
.cat6 { background-image: url(images/catalog/titles/exercise.png) }
.cat7 { background-image: url(images/catalog/titles/fishing.png) }
.cat8 { background-image: url(images/catalog/titles/furniture.png) }
.cat9 { background-image: url(images/catalog/titles/housewares.png) }
.cat10 { background-image: url(images/catalog/titles/hunting.png) }
.cat11 { background-image: url(images/catalog/titles/jewelry.png) }
.cat12 { background-image: url(images/catalog/titles/lawngarden.png) }
.cat13 { background-image: url(images/catalog/titles/luggage.png) }
.cat14 { background-image: url(images/catalog/titles/majorappliances.png) }
.cat15 { background-image: url(images/catalog/titles/accessories.png) }
.cat16 { background-image: url(images/catalog/titles/nursery.png) }
.cat17 { background-image: url(images/catalog/titles/personalcare.png) }
.cat18 { background-image: url(images/catalog/titles/pets.png) }
.cat19 { background-image: url(images/catalog/titles/sportinggoods.png) }
.cat20 { background-image: url(images/catalog/titles/tools.png) }
.cat21 { background-image: url(images/catalog/titles/toysbikes.png) }
.cat22 { background-image: url(images/catalog/titles/travel.png) }
.cat23 { background-image: url(images/catalog/titles/watersports.png) }

#featured-control {
    margin: 0 0 1em 320px;
    height: 16px;
    text-align:center;
}
.featured-control { 
    width: 16px;
    height: 16px;
    float: left;
    clear: none;
    background-image: url(images/featured_dots.gif); }

/* --------------------------------------------------------- [ Catalog Footer ] */
#catalogFooter { 
    border-top: 1px solid #535353;
    padding: 2px 0 0;
    margin: 2em 0 0;
}
#catalogFooter h2 { 
    color: #ff5c00;
    background: transparent none;
    margin: 1em 0 0;
}

#categoryNavigation {
    margin: 0;
    padding: 0;
    width: 450px;
    float: left;
}
#categoryNavigation ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
    width: 140px;
    float: left;
}
#categoryNavigation li {
    width: 150px;
    clear: left;
    margin: 0;
    padding: 0;
}
#categoryNavigation a {
    display: block;
    float: left;
    width: 145px;
    padding-left: 5px;
    line-height: 1.8;
    text-decoration: none;
}
#categoryNavigation a:hover {
    background-color: #777;
}

#subInfo {
    float: left;
    width: 250px;
    margin-left: 30px;
}

/* --------------------------------------------------------- [ Footer ] */
#secondary {
    margin: 45px 0 0 34px;
}
/* --------------------------------------------------------- [ Utility Login & Tools ] */
#utility {
    width: 246px;
    height: 90px;
    padding: 0 0 17px 0;
    float: right;
    text-align: right;
    margin: 0;
    background: transparent url(images/login-bg.png) no-repeat top right;
    overflow: visible;
}
#utility h4 {
    color: #ff5c00;
    font-size: 90%;
    font-family: Georgia, sans-serif;
    margin: 0 0 3px 0;
}

#utility a {
    position: relative;
    z-index: 1000;
    margin: 0;
    padding: 0; 
}

#utility div {
    padding: 0;
    margin: 5px 0;
    border: 0;  
}

#utility div.pad {
    border: 0;
    margin: 5px 10px 5px 10px !important;
    margin: 5px 10px 25px 10px;
    padding: 0;
}
#utility label {
    font-size: 80%;
    padding-top: 2px;
    text-transform: uppercase;
    color: #fff;
    display: inline;
    width: 100px;
}
#utility input {
    /* position: relative;  required for IE PNG fix */
    display: inline;
    width: 80px;
    margin: 0;
    padding: 0;
}
#rewardsLink, #signupLink {
    position: absolute;
    bottom: -17px;
    right: 0;
    z-index: 1000;
}

/* --------------------------------------------------------- [ Tabs ] */
.tab-wrapper {
    padding: 1em 1.5em;
    border: 1px solid #141414;
    border-top: 0;
    background: #0d0d0d url(images/tab-bg.jpg) repeat-x;
    min-height: 200px;
    clear: left;
    position: relative;
}

.tab-menu {
    list-style: none;
    margin: 0;
    padding: 2px 0;
    clear: both;
    line-height: 20px;
    font-size: 12px;
}
.tab-menu li {
    display: block;
    float: left;
    margin: 0 2px 0 1px;
    padding: 0 0 0 5px;
    background: url(images/tabs.gif) no-repeat top left;
}
.tab-menu li a {
    padding: 0 10px 0 5px;
    background: url(images/tabs.gif) no-repeat top right;
    color: #fff;
    font-size: 86%;
    line-height: 20px;
    height: 20px;
    display: block;
    float: left;
    text-decoration: none;
}
.tab-menu li a:hover,
.tab-menu li a:focus {
    border-bottom-color: #999;
}
.tab-menu li a:hover {
    border-bottom-color: #999;
}
.tab-menu li.active,
.tab-menu li.tab-selected {
    background-position: 0 -40px;
}
.tab-menu li.active a,
.tab-menu li.tab-selected a {
    background-position: 100% -40px ;
}
.tab-wrapper .tab-ajax-loading {
    padding: 100px 0;
    background: url(images/spinner.gif) no-repeat center;
}

.notification {
    
}

/* --------------------------------------------------------- [ Interior Main Content, Image & Sidebar ] */
h2.section {
    background: #202020;
    color: #adaead;
    margin: 12px 0;
    padding: 2px 24px 0;
    line-height: 1.6;
    display: block;
    float: left;
    clear:both;
    
}
.intprimary h3 {
    font-size: 120%;
    font-weight: bold;
    color: #ff5c00;
    border-bottom: 1px solid #A7A9AC; 
    margin: 1.5em 0 .5em .5em;
}

#main-interior p {
    font-size: 120%;
    padding-left: .5em;
}
.tab-wrapper .sidebar {
    border-left: 3px solid #000;
    height: 100%;
    width: 200px;
    margin: -10px -15px -15px 0;
    float: right;
}
.tab-wrapper .sidebar .section {
    border-bottom: 3px solid #000;
    padding: 15px 10px;
    background: url(images/sidebarbg.gif) repeat-y;
}
.sidebar ul {
    margin-left: -12px;
}
.sidebar li {
    padding-left: 12px;
    list-style: none;
    background: url(images/sidebullet.gif) 0 2px no-repeat
}
.sidebar h3 {
    text-transform: uppercase;
    color: #ff5c00;
    font-size: 118%;
    margin: 0 0 .2em 1.3em;
    background: none;
}

.tab-wrapper h2 {
    background: url(images/interior-head-bg.gif) no-repeat;
    margin-left: -15px;
    padding-left: 15px;
    line-height: 35px;
    padding-top: 3px;
    overflow: visible;
    position: relative;
    z-index: 1;
    font-family: Georgia, serif;
}
.tab-wrapper p { font-size: 110%;}

.tab-container {
    background: transparent url(images/watermark.gif) no-repeat right bottom;
    padding-bottom: 95px;
    height: 100%;
}

.intprimary {
    float: left;
    width: 420px;
width: 100%;
    position: relative;
    z-index: 1;
}
.intprimary img {
    border: 4px solid #fff;
}
.tab-wrapper img.main {
    float: right;
    width: 187px;
    height: 164px;
    border: 4px solid #fff;
    margin: 20px 35px 0 -100px;
    position: relative;
    z-index: 10;
}

ul.bullet {
    margin: 0 0 1em -3px;
}
ul.bullet li {
    font-size: 120%;
    padding: 0 0 2px 18px;
    list-style: none;
    background: url(images/bullet-arrow-chrome.gif) 0 1px no-repeat
}

a.button {
    width: 141px;
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    padding-left: 4px;
    text-transform: uppercase;
    text-align: center;
    background: url(images/button-back.png) no-repeat;
    color: #fff;
    text-decoration: none;
    margin-right: 6px;
}
.actionCol p {
    margin-bottom: 3em;
}
.actionCol ul.bullets {
    margin-bottom: 0;
}

img.icon { border: 0;}
/* --------------------------------------------------------- [ Definition Lists ] */
dl { 
    border-bottom: 1px solid #999;
    font-size: 120%;
}

dt {
    width: 16em;
    padding: .5em;
    float: left;
    margin: 0;
    border-top: 1px solid #999;
    font-weight: bold;
}

dd {
    border-top: 1px solid #999;
    margin-left: 17em;
    padding: .5em;
    display: block;
    float: none;
}

dd.sub { border: 0; }


/* --------------------------------------------------------- [ FAQ ] */
.faq a {
    text-decoration: none;
    padding: 2px 0 2px 22px;
    background: url(images/bullet-arrow-chrome.gif) no-repeat 0 0;
    line-height: 20px;
    overflow: visible;
}
div.answers {
    margin-top: 30px;
}
.answers h3 {
    border: 0;
    font-size: 200%;
    color: #555;
    margin: 2em 0 -1em 5px;
    font-weight: normal;
    letter-spacing: 1px;
    word-spacing: 1px;
}


#main-interior .answers p {
    text-transform: uppercase;
    font-family: Georgia, serif;
    font-size: 130%;
    border-top: 1px solid #555;
    padding-top: 1em;
    margin-top: 1em;
    color: #ff5c00;
}
.answers li {
    font-size: 120%;
    list-style: none;
    margin: 0;
    padding: 0 0 0 .5em;
}
.answers ul ul li {
    list-style: disc;
    padding-left: .5em;
    margin-left: 1.5em;
    font-size: 100%;
}
.toplink {
    padding: 0 16px 1em .5em;
    background: url(images/top.png) no-repeat 100% 1px;
    color: #999;
    font-size: 110%;
}
ol, ol ul {
    margin-left: 25px;
}
ol li {
    list-style: decimal !important;
}

/* --------------------------------------------------------- [ Bios ] */
#bios {
    overflow: hidden;
    font-size: 100% !important;
    position: relative;
    width: 750px;
}
#bios .title { 
    cursor: pointer;
    clear: left;
    padding: 12px 15px;
    height: 63px;
    width: 300px;}
.active { 
    background-color: #232323;
}
.title img { float: left; margin-right: 10px;}
.title h3 {
    border: 0;
    font-size: 150%;
    margin: 0;
}
#biotext {
    position: absolute;
    right: 25px;
    width: 400px;
    z-index: 20;
    background-color: #232323;
    padding: 20px;
    height: 482px;
    line-height: 1.5;
    font-size: 1.15em;
}
/* --------------------------------------------------------- [ Virtual Rep ] */
.virtual-rep {
    margin-left: -16px;
}

/* --------------------------------------------------------- [ The Application ] */
.instructions p, 
.instructions ol,
.instructions ul {
    font-size: 120%;
}
.instructions ol,
.instructions ul {
    margin: 0 8em 1em 1em;
}
.instructions li {
    margin-bottom: .5em;
}
h2.steps {
    color: #8c8c8c;
    font-style: italic;
    border-bottom: 2px solid #474747;
    padding: 0 0 12px;
    margin-top: 0;
    line-height: 1;
}
h2.steps img {
    padding-top: 6px;
    margin-bottom: -10px;
}

.newdealer {
    border-top: 2px solid #474747;
    margin-top: 0.25em;
    padding-top: 1.5em; 
}

.parent {
    background-color: #777; 
    padding-top: 0.75em;
}

a.download {
    padding: 4px 4px 4px 20px;
    margin: 26px -4px -4px 0;
    background: transparent url(images/page-pdf.gif) no-repeat 0 2px;
    color:  #333;
    font-size: 90%;
    text-align: left;
}
    a:hover.download {
        background: #444 url(images/page-pdf.gif) no-repeat 0 2px;
        color: #fff;
    }
    .download span {color: #666;}
    a:hover.download span { color: #ccc;}


p.decision_box {
    font-size:1.3em;
    color: #000;
    margin: 0 1em .5em 4em;
    border: 2px solid green;
    background: #ADFFCB;
    padding: 8px;
    text-align: left;
}

    p.conditional {
        background-color: #FAF9D7;
        border-color: #F3EF6B;
    }
    p.refused {
        background-color: #FAD7D7;
        border-color: red;
    }
.decision {
    margin: 22px 0 -3px 28px;
    padding: 55px 0 0;
    background: transparent url(images/ilender/recommend.gif) no-repeat;
    height:  65px;
    position: relative;
    z-index: 10;
}
#chartdiv {
    text-align: center;
    position: relative;
    z-index: 1;
}
.revise {
    background-image: url(images/ilender/revise.gif);
}
.reject {
    background-image: url(images/ilender/reject.gif);
}
.conditional {
    background-image: url(images/ilender/conditional.gif);
}
    .decision div {
        margin: 0 0 1em;
    }
    #chart .decision p {
        text-align: center;
        padding: 0 40px 0 20px;
    }
    #chart .decision a.button {
        clear: both !important;
        display: block;
        float: none;
        margin-left: 9px;
        text-decoration: none;
    }
    .decision img, .decision a img {
        border: 0;
        text-decoration: none;
    }


/* --------------------------------------------------------- [ Dashboard ] */
#dashboard h2 {
    padding: 0 1em;
    margin: 2em 0 .5em -25px;
    background-color: #777;
    color: #ddd;
}
.row {
    padding-left: 25px;
}
#dashboard .third {
    float:left;
    padding-left: 0;
    width: 255px;
}
#tasks .third {
    width: 380px;
}
    a.massive { 
        font: bold 72px/1 Arial, sans-serif;
        color: #007BD0;
        text-decoration: none;
        padding: 6px 12px 5px;
        cursor: pointer;
        display: block;
        float: left;
        margin-right: 12px;
    }
        a.massive:hover {
            color: #fff;
            background: #007BD0;
        }

    #dashboard h3 {
        padding-top: 12px;
    }
    #dashboard img.sparkline {
        margin: 0 0 0 1px;
        border: 0;
    }

#stats {
    margin: 5em 0;
}
    #stats h3 {
        font-size: 120%;
        padding: .7em 0 2px;
    }
    #stats a.massive { 
        font-size: 40px; 
        color: #005999;
        margin-right: 6px;
    }
    #stats a.massive:hover {
        color: #fff;
        background: #005999;
    }

#ajaxLoad { display: none; float: left; margin: 5px 0; background: #222; border: 1px solid #555; padding: 10px; font-size: 11px; }
#ajaxLoad p { margin: 0 0 10px 0; padding: 0; }
#ajaxLoad-clear { height: 1px; overflow: hidden; clear: left; }

#myfiles { 
    font-size: 12px;
    background: #444; 
}
#myfiles table {
	font-size: 100% !important;
}

/* --------------------------------------------------------- [ Diffs ] */
#light-container { color: #000; background: #fff; padding: 10px; font: normal 11px/1.4 Arial, sans-serif;}
#light-container a { color: #222; padding: 0 !important; }
#light-container label { color: #fff; }
#light-container td { padding: 3px 0; }
#light-container fieldset a, #light-container .fieldset a { color: #fff; }
#light-container .btns a { color: #444; }

del { background: #FFA8A8; padding: 1px 2px; margin: -1px -2px; }
ins { background: #64EE97; padding: 1px 2px; margin: -1px -2px; }

/* --------------------------------------------------------- [ News & Blog ] */
div.news {
    margin-bottom: 1.5em;
}
div.news h2 {
    color: #ff5c00;
    font-size: 140%;
    text-decoration:underline;
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
    background: url(images/arrow-rt.png) no-repeat 0 11px;
}
div.news p { margin: 0 20px 0 33px;}
div.news p.date {
    color: #999;
    font: italic 100%/1.4 Georgia, serif;
    margin: -10px 0 10px 33px;
}
div.news p a {
    color: #ff5c00;
    text-decoration: none;
}
div.news p a:hover { text-decoration: underline }

/* --------------------------------------------------------- [ iLender ] */
#ilender, #ilender-results, #ilenderCMSI {
    width: 756px;
    border: 5px solid #3f3f3f;
    padding: 0;
    margin: 0;
}

#ilender {
    height: 602px;
}

#ilender-results {
    height: 395px;
    position: relative;
}

#ilender-results #screenoverlay {
    display: none; 
    z-index: 100; 
    position: absolute; 
    top: 50pt; 
    left: 0pt; 
    background-color: rgb(0, 0, 0); 
    visibility: visible; 
    opacity: 0; 
    height: 329px; 
    width: 506px;
}

#ilender #info, #ilender-results #info {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 75px;
    background-color: black;
}

#ilender #info h3, #ilender-results #info h3 {
    padding: 0;
    margin: 0 0 0 200px;
    vertical-align: middle;
    line-height: 76px;
    text-align: center;
    text-indent: -2000px;
    background: url(images/ilender/headlogo.jpg) no-repeat;
    width: 346px;
    display: block;
}

#ilender div.section, #ilender-results div.section {
    margin:  0;
    padding: 0;
    width: 252px;
    float: left;
}

#ilender div.twocolsection, #ilender-results div.twocolsection {
    margin:  0;
    padding: 0;
    width: 378px;
    float: left;
}

#ilender div.section, #ilender div.twocolsection {
    height: 420px;
}

#ilender-results div.section, #ilender-results div.twocolsection {
    height: 320px;
}

#ilender div.section h4, #ilender-results div.section h4, #ilender div.twocolsection h4, #ilender-results div.twocolsection h4  {
    position: relative;
    background-color: #3f3f3f;
    text-transform: uppercase;
    padding: 2px 0 2px 40px;
    font-weight: bold;
    font-size: 11px;
}

#ilender div.first, #ilender-results div.first {
    background-color: #7f7f7f; }

#ilender div.middle {
    background: #a5a5a5 url(images/ilender/steparrow1.png) repeat-y 0 -20px; }
#ilender div.twocolsection.middle {
    background: #a5a5a5; }
#ilender-results div.middle {
    background: #a5a5a5 url(images/ilender/steparrow1.png) repeat-y 0 -220px; }

#ilender div.last {
    background: #7f7f7f url(images/ilender/steparrow2.png) repeat-y 0 -270px; }
#ilender-results div.last {
    background: #7f7f7f url(images/ilender/steparrow2.png) repeat-y 0 0; }

#customer #reset {
    margin-left: 170px;
}

#quotelookup {
    background: #7f7f7f;
    margin: 0;
    min-height: 200px;
}

#lookup-results {
    padding: 20px;
    margin-top: 10px;
}

#getestimate {
    position: relative;
    float: left;
    width: 736px;
    margin: 0;
    margin-top: -1px;
    padding: 14px 10px 10px 10px;
    height: 81px;
    background: #a5a5a5 url(images/ilender/steparrow3.png) no-repeat;
    position: relative;
}

#getestimate p {
    float: left;
    width: 500px;
    margin: 0;
    padding: 0;
    font-size: 1em;
}

#getestimate .button {
    float: right;
}

#ilender label, #ilenderCMSI label {
    width: 150px;
    padding: 5px 15px 5px 10px;
    text-align: right;
}


#ilender div.input, #ilenderCMSI div.input {
    padding: 5px 10px 5px 0;
    line-height: 14px;
    margin: 0;
    border:  0;
}

#ilender span.symbol {
    line-height: 14px;
    margin-left: -8px;
}
#ilender span#totaldown {
    line-height: 14px;
}


#ilender div.input .field, #previous input, #ilenderCMSI div.input .field {
    width: 110px;
}

#previous {
    width: 500px;
    float: left;
    margin: 0;
    padding: 10px 0;
    border: none;
    position: relative;
}

#previous label {
    text-align: left;
    padding: 5px 10px 5px 0;
    width: auto;
}
#getestimate .submit, 
#previous .button, #quotelookup .submit {
    width: 141px;
    display: block;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    background: transparent url(images/button-back.png) no-repeat;
    color: #fff;
    text-decoration: none;
    border-style: none;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand;
    margin: 0;
}

#getestimate .submit {
    position: absolute;
    top: 61px;
    right: 20px;    
}

#getestimate #retrieve {
    position: absolute;
    top: 10px;
    right: 0;    
}

#quotelookup {
    position: relative;
}

#quotelookup label {
    width: 100px;
}

#quotelookup #originaterefid {
    width: 125px;
}

#quotelookup .submit {
    position: absolute;
    top: 6px;
    left: 270px;
}

#ilender-progress {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0); 
    opacity: 0;
    z-index: 999;
}
#ilender-spinner {
    position: absolute;
    background: url(images/ajax-loader.gif) no-repeat;
    width: 100px;
    height: 100px;
    display: none;
    z-index: 1000;
    right: 0;
    left: 0;
    top: 550px;
    margin-right: auto;
    margin-left: auto;
}


#previous .button {
    margin: 1px 90px 0 0;
}

#ilender .step, #ilender-results .step {
    position: absolute;
    top: -8px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    background: url(images/ilender/stepback.png) no-repeat;
    left: 3px;
}

#ilender-results dl {
    padding: 0;
    margin: 0 20px;
    border: none;
    font-size: 12px;
}

#ilender-results dl dt, #ilender-results dl dd {
    padding: 10px 0 0 0;
    margin: 0;
    border: none;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
}

#ilender-results dl dd {
    text-align: right;
}

#ilender-results dl dt {
    width: 150px;
}


#decisionComments {
    float: left;
    clear: left;
    width: 48%;
    padding-right: 2%;
    font-size: 120%;
}
#alternateCollateral {
    float: left;
    width: 50%;
    font-size: 120%;
}
    #alternateCollateral h4, #decisionComments h4 {
        margin-left: 5px;
    }
#decisionComments p, #alternateCollateral p {
    font-size: 1em;
}

#diagnostics {
    float: right;
}

/* iLender PBBAcpBox Alert Boxes */
#PBBAcp-Box {
        background: transparent url(images/alert-box-bottom.png) no-repeat 0 bottom;
        padding-bottom: 10px;
}
#PBBAcp-InBox {
        padding-top: 10px;
        background: transparent url(images/alert-box-top.png) no-repeat 0 top;
}
#PBBAcp-BoxContent {
        background: transparent url(images/alert-box-body.png) repeat-y 0;
        padding: 0 20px 0 20px;
}
#PBBAcp-Box input {
    margin: 10px;             
}
#PBBAcp-Box .BoxAlert, #PBBAcp-Box .BoxAlert p {
    text-align: center;
    color: #fff;
}
#PBBAcp-Box .BoxConfirm {
        text-align: center;
}
#PBBAcp-Box .BoxPrompt {
        text-align: left;
}        


/* @group Dealer Dashboard */

#dealerdash {
    width: 760px;
    border: 5px solid #3f3f3f;
    padding: 0;
    margin: 0;
    background-color: #7f7f7f;
}
#dash-stats, #dash-messages, #dash-actions, #dash-primary, #dash-affiliated, #dash-controls {
    padding: 10px 20px;
    margin: 0 0 20px;
    width: 720px;
    position: relative;
}
#dash-messages, #notification {
    background-color: #f9fe8e;
    color: #000;
}
#notification {
    background: #f9fe8e url(images/information.png) no-repeat 12px 12px;
    padding: 12px 12px 12px 36px;
    font-size: 120%;
    width: 100%;
    width: auto !important;
}
#dealerdash h4 {
    font-size: 14px;
    font-weight: bold;
}

#dealerdash ol {
    font-size: 10px;    
}

#dealerdash table, #light-container table, .intprimary table.dash, #dashlight-content table.dash {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #3f3f3f;
    border-width: 0 1px;
    border-collapse: collapse;
    clear: both;
}

#light-container h2 {
    background-color: #fff;
}

#light-container table a {
    color: #fff;
}

#dealerdash table th, #dealerdash table td, #light-container table th, #light-container table td, .intprimary table.dash th, .intprimary table.dash td, #dashlight-content table.dash th, #dashlight-content table.dash td  {
    padding: 5px;
}
#dealerdash table th, #light-container table th, .intprimary table.dash th, #dashlight-content table.dash th {
    background-color: #3f3f3f;
    color: #fff;
}

#dealerdash table th.primary, #light-container table th.primary, .intprimary table.dash th.primary {
    width: 25%;
}

#dealerdash table .even .checkit, #light-container table .even .checkit, .intprimary table.dash .even .checkit, #dashlight-content table.dash .even .checkit {
    background-color: #f0935a;
}
#dealerdash table .odd .checkit, #light-container table .odd .checkit, .intprimary table.dash .odd .checkit, #dashlight-content table.dash .odd .checkit {
    background-color: #e95514;
}

input[type=checkbox] { width: auto }

#dealerdash table .odd, #light-container table .odd, .intprimary table.dash .odd, #dashlight-content table.dash .odd {
    background-color: #999;
}
#dealerdash table .even, #light-container table .even, .intprimary table.dash .even, #dashlight-content table.dash .even {
    background-color: #b2b2b2;
}

#dealerdash table .parent {
    background-color: #777; 
}

#dealerdash table img {
    border: 0;
}
#locations input {
    width: auto;
}
#dealerdash ul li {
    margin: 0;
    list-style-type: none;
}
#dealerdash .button, .intprimary .button {
    margin: 0;
    width: 141px;
    display: block;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    background: transparent url(images/button-back.png) no-repeat;
    color: #fff;
    text-decoration: none;
    border-style: none;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand;
}

#dealerdash .disabledbutton, .intprimary .disabledbutton {
    background: transparent url(images/button-back-disabled.png) no-repeat;
}

#dash-header {
    position: relative;
    padding: 20px;
    width: 720px;
    background-color: black;
    border-bottom: 5px solid #3f3f3f;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}
#dealername {
    width: 300px;
}
#dealername h3 {
    margin: 0;
}
#userinfo {
    position: absolute;
    top:  21px;
    right:  20px;
}
#currentuser {
    font-weight: bold;
}
#actions-primary {
    width: 500px;
}
#actions-primary ul li {
    display: block;
    height: 30px;
    margin: 0 0 20px;
    line-height: 30px;
}
#actions-primary .button {
    float: left;
    margin-right: 10px;
}
#actions-secondary {
    width: 200px;
    position: absolute;
    top: 10px;
    right: 20px;
}
#actions-secondary h4 {
    font-size: 14px;
    font-weight: bold;
    color: #bfbfbf;
}
#dash-controls .button {
    font-size: 9px;
    text-align: left;
    padding-left: 28px;
}
#ctrls-agreement {
    position: absolute;
    width: 400px;
    top: 10px;
    right: 20px;
}   
#ctrls-agreement .button {
    float: right;
    margin-right: 10px;
}   

#dash-stats h4 {
    margin: 10px 10px 0 10px;
    padding: 0;
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
    color: #555;
}
#dash-stats ul {
    width: 700px;
    height: 50px;
    background-color: #3f3f3f;
    padding: 10px;
    margin: 0;
    top: -3px;
}
#dash-stats li {
    float: left;
    margin-right: 0 !important;
    padding: 4px 10px 0;
    border-left: 1px solid #333;
}
#dash-stats li:hover {
    background-color: #f60;
}
#dash-stats li:hover h6 {
    color: #ccc;
}
#dash-stats li h6 {
    line-height: 12px;
    font-weight: normal;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #777;
}
#dash-stats li p {
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    margin: 0;
    padding: 0;
}

#addlocationform input {
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: -3px;
    margin-left: 5px;
}

/* @group action bars */
.actionbar {
    clear: both;
}
.actions span {
    background: #f60 url(images/orange-bar-round.gif) no-repeat bottom right;
    padding: 0 15px 0 0;
    line-height: 25px;
    display: block;
    float: left;
    overflow: hidden;
}

#light-container .actions span {
    background: #fff url(images/orange-bar-round-istaff.gif) no-repeat bottom right;
    padding: 0 15px 0 0;
    line-height: 25px;
    display: block;
    float: left;
    overflow: hidden;
}

#dealer_profile_locations .actions span {
    background: #f60 url(images/orange-bar-round.gif) no-repeat bottom right;
    padding: 0 15px 0 0;
    line-height: 25px;
    display: block;
    float: left;
    overflow: hidden;  
}

.top span.outer, #light-container .top span.outer {
    background-position: top right !important;
}
.top span.inner, #light-container .top .span .inner {
    background-position: top left !important;
}
.actions span.outer, #light-container span.outer {
    margin-right: 1px;
}
.actions span.inner, #light-container span.inner {
    padding: 0 10px 0 25px;
    background-position: bottom left;
}

div.right {
    margin: 0;
    float: right;
}
#addlocationform {
    display: none;
}

#bulk-actions {
    text-align: right;
}
#bulk-actions span {
    background: #f60 url(images/orange-bar-round.gif) no-repeat bottom right;
    padding: 0 15px 0 0;
    height: 20px;
}

/* @group dashboard lightbox */
#dashlight {
    background: #000;
}
#dashlightbody {
    background: #4c4c4c;
}
#dashlight-tabs {
    background-color: #000;
    padding-top: 10px;
}
#dashlight-content {
    padding: 10px;
    background: #4c4c4c;
}
#dashlight-content .input {
    border-style: none;
}
#dashlight-content label {
    text-align: right;
    margin-top: 4px;
    padding-right: 10px;
}
#dashlight-content fieldset {
    border-style: none;
    padding: 0;
    background: none;
    margin: 0;
}
#dashlight-content fieldset p {
    margin-top: 10px;
    margin-bottom: 0;
}
#dashlight-content .submit, #dashlight-content .button {
    width: 141px;
    display: block;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    background: transparent url(images/button-back.png) no-repeat;
    color: #fff;
    text-decoration: none;
    border-style: none;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand;
    margin-left: 160px;
}
#dashlight-content .button{
    margin-left: 0;
}
#dashlight-content .check{
    margin-bottom: 4px;
}

#dashlight-content h4 {
    font-size: 12px;
    font-weight: bold;  
}

#dashlight #location_banner {
    background: #000;   
}

#dashlight #location_banner p {
    padding: 5px;
    background: #9F3131;
    color: #fff; 
}

#light-container #dealer_comments {
    clear: both;    
}

/* ------------------------------------------------- [ Forms ] */

/* A CSS Framework by Mike Stenhouse of Content with Style */

th { text-align: left; }

/* FORM ELEMENTS */
    form {
        margin:0;
        padding:0;
        font-size: 120%;
    }
    form div,
    form p {
        font-size: 1em;
        margin: 0 0 1em 0;
        padding: 0;
    }
    form div {
        padding-bottom: .75em;
        /*border-bottom: 1px solid #141414;*/
    }
    #dashlight-content form p {
        margin-left: 160px;
    }
    label {
        font-weight: normal;
        display: block;
        float: left;
        width: 150px;
        color: #fff;
    }
    fieldset, div.fieldset {
        border: 1px solid #141414;
        background: #0d0d0d url(images/tab-bg.jpg) repeat-x;
        padding: 1em 1.5em;
        margin: 0 0 1.5em 0;
    }
    fieldset.disabled {
        opacity: .15;
    }
    fieldset legend {
        color: #666;
        font-size: 1.1em;
        font-weight: bold;
        margin: 0 0 0 0px;
        padding: 0;
        background-color: white;
        display: none;
    }
    * html fieldset legend {
        margin: 0 0 10px -10px;
    }
    fieldset ul {
        list-style: none;
        margin: 0 0 1.5em 0;
        padding: 0;
    }
    fieldset ul li {
        list-style: none;
        margin: 0 0 0.5em 0;
        padding: 0;
    }


    input, select, textarea {
        font-size:1em;
        font-family: arial, helvetica, verdana, sans-serif;
        margin: 0;}

input, textarea {
        background: #fff url(images/input-bg.gif) repeat-x scroll left top;
        border: 1px solid #7c7c7c;
        border-color: #7c7c7c #ddd #ddd #c3c3c3;
        padding:2px 0 2px 2px;
        margin-top: 3px;
        width: 250px;
}
select {
    margin-top: 3px;
    border: 1px solid #c3c3c3;
    padding: 1px 0 1px 2px;
}
fieldset div {
    display: block;
    clear: left;
}
.tel input {
    width: 150px;
}
.zip input, .ssn input, .ein input {
    width: 100px;
}
.city, .city label, .city input {
    float: left;
    width: 193px;
    margin-right: 10px;
}
.state, .state label, .state select {
    width: 50px;
    float: left;
    clear: none;
}
.city input {
    clear: left;
}
input.line2 {
    margin-left: 150px;
}
input:focus, textarea:focus {
    background-color: #bee9ff;
}
    input, select {
        vertical-align:middle;
    }
    textarea {
        width: 200px;
        height: 8em;
    }

    input.check,
    input.checkall, 
    #chkbox,
    input.radio {
        border: 0 transparent solid;
        background: transparent;
        width: auto;
        height: auto;
        margin: 0;
    }
    input.file {
        height: auto;
        width: 190px;
    }
    input.readonly {
        background-color: transparent;
        border: none;
    }
    input.btn {
        width: 10em;
        border:1px solid black;
        background-color: #ddd;
    }
    input.image {
        border: none;
        width: auto;
        height: auto;
    }

    form div.submit {
        margin: 1em 0;
    }
    form div.submit input {
        height: 2em;
        width: 15em;
    }
    #search {
        width: auto;
        margin: 0;
    }
/* END FORM ELEMENTS */


/* Action Buttons
------------------------------- */
.btns input {
    width: auto;
}
.btns {
    margin-left: 155px;
    border: 0;
}
a.btn, span.btn, del.btn{

    display:-moz-inline-box;
    display:inline-block;
    cursor:pointer;
    border:none;
    font-size:0;
    line-height:0;

    /*
    for Safari, read this first
    http://creativebits.org/webdev/safari_background_repeat_bug_fix
    */
    background-position:0 0;
    background-repeat:no-repeat;
    height:30px;
    text-decoration:none;
    color:#2e523b;
    font-style:normal;
    margin:0 6px 0px 0;
    padding:0 10px 0 0;
    vertical-align:middle;

    padding-top:-2px;
    _position:relative;
    _width:10px;
    _overflow-y:hidden;
}



a.btn, span.btn, del.btn,
a.btn span, span.btn button, span.btn input, del.btn span{
    background-image:url(images/form_buttons.png);
    _background-image:url(images/form_buttons.gif);
}


a.btn span, span.btn button, span.btn input, del.btn span{

    white-space:nowrap;
    cursor:pointer;
    color:#222;
    display:-moz-inline-box;
    display:inline-block;
    line-height:1.3;
    letter-spacing:0 !important;
    font-family:"Arial" !important;
    font-size:12px !important;
    font-style:normal;
    background-color:transparent;
    background-position:100% 0;
    background-repeat:no-repeat;
    height:30px;
    padding:8px 20px 0 10px;
    margin:0 -16px 0 10px;
    border:none;
    vertical-align:text-top;
    zoom:1;
    _position:relative;
    _padding-left:0px;
    _padding-right:12px;
    _margin-right:-10px;
    _display:block;
    _top:0;
    _right:-5px;

}

.btn-ie {
    display: none !important;
    display: inline;
}
.non-ie {
    display: inline !important;
    display: none;
}
span.btn button{
   line-height:2.5;/*Opera need this*/
}

html.safari a.btn span,
html.safari del.btn span{
  line-height:1.3;
}

html.safari span.btn button{
  line-height:2.6;
}

html.safari a.btn:focus,
html.safari span.btn button:focus{
    outline:none;
}



del.btn{
    /* cursor:not-allowed;  */
    background-position:0 -120px;

}

del.btn span{
    cursor:default;
    color:#aaa !important;
    background-position:100% -120px;
}


span.btn button, span.btn input{
    padding-top:0px;
    line-height:2.5;/*Opera need this*/
}


/** optional **/
/*
a.btn:visited{
    color:#aaa;
}
*/


/*Hover Style*/

a.btn:hover,
span.btn:hover,
a.btn:focus,

a.dom-button-focus,
span.btn-behavior-hover{
    background-position:0 -60px;
    color:#222;
    text-decoration:none;
}

a.btn:hover span,
span.btn:hover button,
a.btn:focus span,

span.btn-behavior-hover button,
span.btn-behavior-hover input{
    background-position:100% -60px;
}

a.btn:active, a.btn:focus span{
    color:#444;
}

del.btn-behavior-hover, del.btn:hover{
    background-position:0 -180px;
    /* cursor:not-allowed; */
}

del.btn-behavior-hover span, del.btn:hover span{
    background-position:100% -180px;
    /* cursor:not-allowed; */
}

/* ------------------------------------------------- [ Validation ] */
/* The hint to Hide and Show */
/*span.error {
    position: absolute;
    right: 10px;
    width: 300px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    background: #ffc url(images/pointer.gif) no-repeat -10px 5px;
    color: red;
}*/
span.error {
    position: relative;
    float: right;
    display: block;
    height: auto;
    width: 300px;
    margin: -20px 0 0;
    border: 1px solid #c93;
    padding: 10px 12px;
    background: #ffc url(images/pointer.gif) no-repeat -10px 5px;
    color: red;
}

#message .error {
    width: 400px;
    margin: 10px;
    border: 1px solid #c93;
    padding: 10px 12px;
    background: #ffc;
    color: red;
}


/* The pointer image is hadded by using another span */
.error .pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(images/pointer.gif) left top no-repeat;
}

/* Blackbook Lookup */
#blackbookForm label {
    width: 125px;
}
#blackbookForm input {
    width: auto;
}
#blackbookForm input[type=submit] {
    width: 90px;
}

#blackbookResult .odd {
	background: #eee;
}
#blackbookResult {
	color: #000;
}
#blackbookResult h3 {
	font-size: 200%;
	border: 0;
	text-decoration: none;
	font-weight: normal;
	margin-left: 2px;
	letter-spacing: 1px;
}
#blackbookResult h4 {
	font-size: 150%;
	margin: 0 0 2em;
	padding: 0;
	color: #000;
	letter-spacing: 1px;
}
#blackbookResult p {
	margin: 0;
	padding: 0;
	color: #444;
}
.vehicle {
	background: #fff;
	padding: 10px 20px;
}
.vehicle .vctrim-vin {
	float: left;
	width: auto !important;
	width: 250px;
	min-width: 250px;
}
.vehicle td, .vehicle th {
	font-size: 140%;
	padding: 1px 5px;
	text-align: right;
}
.vehicle td {
	width: auto !important;
	width: 70px;
	min-width: 70px;
	border: 1px solid #ccc;
	border-width: 0 0 1px;
}
.vehicle th {
	background-color: #ccc;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #222;
	letter-spacing: 1px;
}

/* @end */