﻿@font-face
{
    font-family: Frutiger_Roman;
    src: url("fonts/Frutiger_Roman.eot") /* EOT file for IE */;
}
@font-face
{
    font-family: Frutiger_Roman;
    src: url("fonts/Frutiger_Roman.ttf") /* TTF file for CSS3 browsers */;
}

/********************************/
/* standard html styling   here */
/********************************/
body
{
    font: 62.5%/1.4 Verdana,Arial,Helvetica,sans-serif;
    background-color: #ffffff;
    color: #333333;
    margin: 0;
    padding: 0;
}

p
{
    margin-bottom: 20px;
    margin-top: 7px;
    font-size: 1.3em;
}

table td, table th
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 1.3em;
}

table a
{
    font-size: 1.0em;
}

textarea, select, input
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
}

ul li
{
    font-size: 1.3em;
}

li p, li a, li li
{
    font-size: 100%;
}

p a
{
    font-size: 100%;
}

/****************************/
/* container styling   here */
/****************************/
#container
{
    width: 970px;
    margin: 0px auto; /* centers the wrapper. */
    position: relative;
}

/**********************************/
/* outer grey line styling   here */
/**********************************/
#outerLine
{
    border: 1px solid #CCCCCC;
    padding: 10px 14px 10px 15px;
    min-height: 400px;
    margin: 0px;
    border-bottom: none;
}

/*************************/
/* header styling   here */
/*************************/
#header
{
    clear: both;
    height: 70px;
    width: 100%;
    border-bottom-color: #CCCCCC;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-top: 10px;
    margin-bottom: 5px;
    font-size: 1.2em;
}

#header #logo1
{
    float: left;
    margin: 0 0 0 0;
    padding: 5px 0 0 0px;
}

#header #logo2
{
    float: left;
    margin-left: 5px;
    padding: 5px 0 0 25px;
}

#header #status
{
    float: right;
    text-align: right;
    vertical-align: middle;
    height: 73PX;
}

#header #status #user
{
    text-align: center;
    vertical-align: middle;
    height: 25px;
    margin: 25px 0 23px 0;
    color: black;
}

#header a
{
    font-size: 1.2em;
}

/*****************************/
/* breadcrumb styling   here */
/*****************************/
#sitemappath
{
    margin-bottom: 8px;
    color: #666666;
    font-size: 1.2em;
}

.breadcrumb
{
    color: #FF0000;
    font-weight: bold;
}

.breadcrumb a
{
    color: #FF0000;
    text-decoration: none;
    font-weight: normal;
    padding-right: 10px;
    font-size: 1.0em;
}

.breadcrumb a:hover
{
    text-decoration: underline;
}
/*************************/
/* footer styling   here */
/*************************/
#footer
{
    clear: both;
    background-image: url("../../gfx/santFooter.jpg");
    background-repeat: no-repeat;
    background-position: center left; /*background: none repeat scroll 0 0 #585858;*/
    border-color: -moz-use-text-color #B7B7B7 #B7B7B7;
    border-radius: 0 0 8px 8px;
    height: 60px;
    margin-top: 0px;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
}

#footer ul
{
    list-style-type: none;
    padding-top: 6px;
    text-align: center;
    color: #ffffff;
    margin: 0px;
}

#footer ul li
{
    display: inline;
    margin: 0 30px 0 0;
    padding: 0;
}

#footer a
{
    color: #ffffff;
    font-size: 1.5em;
}

#footer ul li a:link, #footer ul li a:visited
{
    text-decoration: none;
}
#footer ul li a:hover, #footer ul li a:focus, #footer ul li a:active
{
    text-decoration: underline;
}

#footer .text
{
    color: #ffffff;
    font-size: 1.3em;
}

/******************************/
/* left menu   styling   here */
/******************************/
#navTree
{
    float: left;
    list-style-type: none;
    margin: 10px 0 0;
    padding: 0;
    width: 236px;
}

#navTree li
{
    background-color: #FFFFFF;
    border: 1px solid #DFDFDF;
    margin: 0;
    padding: 0;
}
#navTree li a
{
    color: #777777;
    display: block;
    font-size: 12px;
    height: 45px;
    line-height: 47px;
    overflow: hidden;
    padding: 0 12px;
    white-space: nowrap;
}
#navTree li.current-Link
{
    background: url("../../gfx/leftmenu_bg.png") repeat scroll 0 0 transparent;
    border: 0 none;
    color: #333333;
    font-weight: bold;
    height: 46px;
    margin: -2px -18px -1px 0;
    padding-top: 1px;
    position: relative;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 255px;
    z-index: 1;
}

/******************************/
/* quick links styling   here */
/******************************/
#quickLinks
{
    clear: both;
    background-color: #CCCCCC;
    padding: 15px;
}

/*********************/
/* Anchor    styling */
/*********************/
a
{
    color: #ED2224;
    font-family: Arial;
    font-size: 1.3em;
}

a:link, a:visited
{
    text-decoration: none;
}

a:hover, a:active
{
    text-decoration: underline;
}

a.disabled
{
    color: #cccccc;
    text-decoration: none;
    cursor: default;
}

/*********************/
/* Button    styling */
/*********************/
.button.rect
{
    border-radius: 0 0 0 0;
}
.button.red
{
    background: -moz-linear-gradient(center top , #FB4E55 0px, #D7020A 100%) repeat scroll 0 0 transparent;
    border-color: #9E0B0F;
    color: #FFFFFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    background: rgb(228, 29, 36);
    border-color: rgb(158, 11, 15);
    color: rgb(255, 255, 255) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb4e55',endColorstr='#d7020a',GradientType=0);
}
.button
{
    background: -moz-linear-gradient(center top , #F6F6F6 0px, #DFDFDF 100%) repeat scroll 0 0 transparent;
    border: 1px solid #AAAAAA;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 -1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #333333;
    display: inline-block;
    margin: 0 3px 5px 0 !important;
    padding: 5px 13px !important;
    text-decoration: none !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    vertical-align: middle;
}

/*********************/
/* Bullet    styling */
/*********************/
.bullet
{
    background-image: url(../../gfx/bulletPoint.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
}

/*********************/
/* List      styling */
/*********************/
.li_style_none
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
/*********************/
/* Float     styling */
/*********************/
.fl
{
    float: left;
}
.fr
{
    float: right;
}

/****************************/
/* image            styling */
/****************************/
.va_bot
{
    vertical-align: bottom;
}
.va_mid
{
    vertical-align: middle;
}
.va_txt_bot
{
    vertical-align: text-bottom;
}

/****************************/
/* paddings,margins styling */
/****************************/
.t_0
{
    margin-top: 0px !important;
}
.t_05
{
    margin-top: 5px !important;
}
.t_10
{
    margin-top: 10px !important;
}
.t_15
{
    margin-top: 15px !important;
}
.t_20
{
    margin-top: 20px !important;
}
.t_25
{
    margin-top: 25px !important;
}
.t_30
{
    margin-top: 30px !important;
}
.t_35
{
    margin-top: 35px !important;
}
.r_0
{
    margin-right: 0px !important;
}
.r_05
{
    margin-right: 5px !important;
}
.r_10
{
    margin-right: 10px !important;
}
.r_15
{
    margin-right: 15px !important;
}
.r_20
{
    margin-right: 20px !important;
}
.b_0
{
    margin-bottom: 0px !important;
}
.b_05
{
    margin-bottom: 5px !important;
}
.b_10
{
    margin-bottom: 10px !important;
}
.b_15
{
    margin-bottom: 15px !important;
}
.b_20
{
    margin-bottom: 20px !important;
}
.l_0
{
    margin-left: 0px !important;
}
.l_05
{
    margin-left: 5px !important;
}
.l_10
{
    margin-left: 10px !important;
}
.l_15
{
    margin-left: 15px !important;
}
.l_20
{
    margin-left: 20px !important;
}

.l_25
{
    margin-left: 25px !important;
}

.l_30
{
    margin-left: 30px !important;
}

.l_40
{
    margin-left: 40px !important;
}

.m_0
{
    margin: 0px !important;
}
.m_05
{
    margin: 5px !important;
}
.m_10
{
    margin: 10px !important;
}
.m_15
{
    margin: 15px !important;
}
.m_20
{
    margin: 20px !important;
}
.m_20_left
{
    margin-left: 20px;
}
.m_15_left
{
    margin-left: 15px;
}
.p_0
{
    padding: 0px !important;
}
.p_05
{
    padding: 5px !important;
}
.p_10
{
    padding: 10px !important;
}
.p_15
{
    padding: 15px !important;
}
.p_20
{
    padding: 20px !important;
}
.p_05_no_mg
{
    padding: 5px !important;
}
.p_15_no_mg
{
    padding: 15px !important;
}

/*************************/
/* column styling   here */
/*************************/
.col_fl
{
    float: left;
}

.col_fr
{
    float: right;
}

._50
{
    width: 50px;
}
._100
{
    width: 100px;
}
._150
{
    width: 150px;
}
._180
{
    width: 180px;
}
._190
{
    width: 190px;
}
._200
{
    width: 200px;
}
._220
{
    width: 220px;
}
._240
{
    width: 240px;
}
._250
{
    width: 250px;
}
._275
{
    width: 275px;
}
._290
{
    width: 290px;
}
._300
{
    width: 300px;
}
._340
{
    width: 340px;
}
._350
{
    width: 350px;
}
._375
{
    width: 375px;
}
._400
{
    width: 400px;
}
._430
{
    width: 430px;
}
._440
{
    width: 440px;
}
._450
{
    width: 450px;
}
._500
{
    width: 500px;
}
._550
{
    width: 550px;
}
._600
{
    width: 600px;
}
._650
{
    width: 650px;
}
._680
{
    width: 680px;
}
._700
{
    width: 700px;
}
._720
{
    width: 720px;
}
._750
{
    width: 750px;
}
._800
{
    width: 800px;
}
._850
{
    width: 850px;
}
._880
{
    width: 880px;
}
._900
{
    width: 900px;
}
._950
{
    width: 950px;
}

._30P
{
    width: 30%;
}

._33P
{
    width: 33%;
}

._40P
{
    width: 40%;
}

._95P
{
    width: 95%;
}
._96P
{
    width: 96%;
}
._97P
{
    width: 97%;
}
._98P
{
    width: 98%;
}
._99P
{
    width: 99%;
}
._100P
{
    width: 100%;
}

.h120
{
    height: 120px;
}

/*******************************/
/* div grey box styling   here */
/*******************************/
.segRightBorder
{
    /*border: 10px solid #E8E8E8;     padding: 8px;     -moz-border-radius: 7px;     border-radius: 7px;     background: #ffffff;     */
    border: 1px solid #CCCCCC;
    padding: 15px; /*-moz-border-radius: 4px; 	border-radius: 4px;*/
    background: #ffffff;
    border-bottom: none;
    border-top: none;
    border-left: none;
}

.seg
{
    /*border: 10px solid #E8E8E8;     padding: 8px;     -moz-border-radius: 7px;     border-radius: 7px;     background: #ffffff; -moz-border-radius: 4px; 	border-radius: 4px;     */
    border: 1px solid #CCCCCC;
    padding: 8px;
    background: #ffffff;
}

/*************************/
/* clear styling   here */
/*************************/
.clear
{
    clear: both;
}
/*************************/
/* header styling   here */
/*************************/
h1, h2, h3, h4, h5, h6
{
    color: #444444;
    font-family: Verdana,Arial;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 100%;
}

h1
{
    font-size: 2.5em;
}

h2
{
    font-size: 2.1em;
    font-weight: 200;
}
h3
{
    font-size: 1.9em;
}
h4
{
    font-size: 1.6em;
}
h5
{
    font-size: 1.5em;
}
h6
{
    font-size: 1.3em;
}

h2.fieldset.grey
{
    color: #444444;
    font: normal 2.1em/100% Arial, Helvetica, sans-serif;
    margin-top: 5px;
    margin-bottom: 8px;
}

h2.fieldset.red
{
    color: #ED2224;
    font: normal 2.1em/100% Arial, Helvetica, sans-serif;
    margin-top: 5px;
    margin-bottom: 8px;
}
h2.leftmenu.red
{
    color: #ED2224;
    font: normal 1.8em/100% Arial, Helvetica, sans-serif;
    margin-top: 8px;
    margin-bottom: 8px;
}

h3.quicklinks
{
    color: #898989;
}

h2.specialOffers
{
    color: #444444;
    font: normal 1.5em/100% Arial, Helvetica, sans-serif;
    margin-top: 5px;
    margin-bottom: 8px;
}

/*********************************/
/* text colour styling      here */
/*********************************/
.redText
{
    color: #ED2224;
}

.redAlert
{
    color: #ED2224;
}

/***************************/
/* image styling      here */
/***************************/
.imgStyle
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    border: 1px solid #CCCCCC !important;
    background-color: white;
}

/**************************/
/* FAQS styling      here */
/**************************/
#faqs a
{
    text-decoration: none;
    font-size: 1.1em;
}

#faqs h2
{
    margin-top: 25px;
    font-size: 1.4em;
}
#faqCategories a
{
    color: #ED2224;
}
#faqCategories a:link, a:visited
{
    text-decoration: none;
}

#faqCategories a:hover, a:active
{
    text-decoration: underline;
}

/********************/
/* Update Progress */
/********************/
.loadingdiv
{
    border: thin solid #C0C0C0;
    position: fixed;
    z-index: 200001;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -50px;
    width: 250px;
    background-color: White;
}

.loadingdiv img
{
    margin-top: 2px;
    background-color: White;
}

.RestrictBody4Loading
{
    filter: alpha(opacity=50) !important;
    opacity: 0.5 !important;
    -moz-opacity: 0.5 !important;
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 200000;
    background-color: White;
    cursor: wait;
}

.loadingbox
{
    background-color: White;
    display: block;
    vertical-align: middle;
    z-index: 200001;
    height: 40px;
}

.modalBackground
{
    background-color: gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/******************************/
/* Display Quote styling here */
/******************************/
#quoteLeftMenu a
{
    font-size: 1.0em;
}

/**********************/
/* Image styling here */
/**********************/
.imgInPicFrame
{
    z-index: 100;
    position: absolute;
    padding: 18px 0px 0px 20px;
}

.imgPicFrame
{
    z-index: 99;
    position: absolute;
}

.SalSacLimit:hover
{
    cursor: pointer;
}

/**********************/
/* reschedule styling */
/**********************/
.rescheduleTable
{
    padding: 0px;
    margin: 0px;
    border: solid 1px lightgrey;
    border-collapse: collapse;
}
.rescheduleTable td, .rescheduleTable th
{
    border-right: solid 1px lightgrey;
    border-bottom: solid 1px lightgrey;
    padding: 4px;
}

/************************/
/* Gridview Skin Styles */
/************************/
.gridViewData td
{
    padding: 3px;
    font-size: 1.2em;
    white-space: nowrap;
}

.gridViewData th
{
    padding: 5px;
    background-color: #CCCCCC;
    text-align: left;
    color: #898989;
    font-size: 1.1em;
    font-weight: bold;
    min-width: 65px; /*white-space:nowrap;*/
    cursor: pointer;
}

.gridViewData th span:hover
{
    cursor: pointer;
    text-decoration: underline;
}

.gridViewPager
{
    padding: 6px;
    background-color: #DFE8EC;
    text-align: left;
    color: black;
    font-size: 1.1em;
    font-weight: bold;
    white-space: nowrap;
}

.gridViewPager a
{
    color: #4687BD;
    text-decoration: underline;
}

.gridViewData th a
{
    color: #4687BD;
    font-weight: bold;
}

.gridViewDataAlternateRow td
{
    padding: 3px;
    border-bottom: 1px dotted #CCCCCC;
    border-right: 1px dotted #CCCCCC;
    font-size: 1.2em;
    background-color: #F5F3EF;
    white-space: nowrap;
}

.gridViewDataWrapper
{
    margin-bottom: 0px;
}

a.surplusFleetLink
{
    text-decoration: underline;
    font-weight: bold;
    color: rgb(196, 0, 0);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.tooltipv2 {
    display: none;
    position: absolute;
    padding: 10px;
    color: black;
    background-color: white;
    border: 1px solid black;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,0.5);
    border-radius: 3px;
}

.stock-vehicle-button
{
    background-color:#cc0000;
    color:white;
    border-color:#cc0000;
     height: 50px;
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
     width: 255px;
    float: right;
}

.need-a-car-quickly-container
{
    background-color:#cc0000;
    color:white;
    border-radius: 5px;
    padding: 10px 0px 10px 0px;
}

#stock-vehicles-only label
{
    color:white;

}