/*************/
/* css reset */
/*************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/*******************/
/* layout elements */
/*******************/
#blohcks {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
}

body {
    background: #DFDFDF;
    font-family: arial, sans-serif;
    min-width: 1330px;
}

body.login {
    background: #111 url(images/jpeg/subnav.jpg);
}

.container {
    margin: 0 auto;
    overflow: hidden;
}

#top {
    background: #1E1E1E;
    padding: 13px;
    overflow: hidden;
}

#navigation {
    height: 39px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #111;
    background: #212121 url(images/gif/navbg.gif) repeat-x;
}

#top_container {
    overflow: hidden;
}

#welcome {
    float: right;
    color: #B0B0B0;
    font-size: 11px;
    line-height: 18px;
    text-align: right;
}

#welcome strong {
    font-size: 13px;
    color: #F2F2F2;
}

#welcome a {
    color: #FFFFFF;
    text-decoration: none;
}

#welcome a:hover {
    text-decoration: underline;
}

#blocks {
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 10px;
}

.block {
    position: absolute;
    background: #FFF;
    width: 300px;
    margin: 10px 2px 0;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
}

.content {
    padding: 12px;
    overflow: hidden;
}

div.login {
    padding: 4px 13px 0 0;
}

.submit {
    padding: 4px 5px 10px 0;
    overflow: hidden;
}

/*************/
/* sub pages */
/*************/
#module_page {
    overflow: hidden;
    clear: both;
    background: url(images/gif/sidebar.gif) repeat-y;
}

#sidebar {
    background: #3D3D3D url(images/gif/sidebar.gif) repeat-y;
    padding: 20px 0;
    width: 280px;
    float: left;
    /*	height: 500px;*/
}

#sidebar h2 {
    color: #F1F1F1;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0 25px;
    line-height: 22px;
    text-shadow: -1px 0 0 #111;
}

#sidebar p {
    color: #CCC;
    padding: 0 25px;
}

p.small {
    font-size: 11px;
    margin: 3px 0;
}

#module {
    padding: 10px;
    overflow: hidden;
}

#module h1 {
    height: 43px;
    display: block;
    background: url(images/gif/h1_bg_2.gif) no-repeat right 0;
    margin: 0;
    padding: 0;
}

#module h1 span {
    background: url(images/gif/h1_bg.gif) no-repeat;
    height: 16px;
    padding: 14px 15px 13px;
    font-size: 16px;
    font-weight: bold;
    color: #222;
    display: block;
}

.module_content {
    background: #FFF;
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    overflow: hidden;
}

.module_inner {
    padding: 25px 15px 10px;
}

.input_row {
    background: #EBEBEB url(images/jpeg/input_row.jpg) repeat-x;
    display: block;
    border-bottom: 1px solid #F6F6F6;
    overflow: hidden;
    border-top: 1px solid #D7D7D7;
}

.save_row {
    background: #EBEBEB url(images/jpeg/input_row.jpg) repeat-x;
    display: block;
    overflow: hidden;
    padding: 15px;
}

label.module_label {
    width: 120px;
    padding: 18px;
    text-align: right;
    font-size: 13px;
    line-height: 22px;
    text-shadow: 0 1px 1px #FFF;
}

.input_item {
    border-left: 1px solid #D7D7D7;
    overflow: hidden;
    padding: 15px 20px;
}

.module_section_bottom {
    height: 20px;
    background: url(images/gif/section_bot.gif) no-repeat 0 0;
    margin: -6px 0 0;
    overflow: hidden;
}

.section_bottom_right {
    height: 10px;
    background: url(images/gif/section_bot_right.gif) no-repeat right 0;
}

#module table,
.block table {
    width: 100%;
    border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    *border-collapse: collapse;
}

.block th,
.block td.th,
#module th,
#module td.th {
    background: #EDEDED;
    border-bottom: 1px solid #F6F6F6;
    overflow: hidden;
    font-size: 13px;
    color: #444;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #D7D7D7;
    padding: 10px 6px;
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #FFF;
    vertical-align: middle;
    line-height: 18px;
}

.block td.th,
#module td.th {
    background: #F5F5F5;
}

.block td,
#module td {
    background: #FCFCFC;
    padding: 8px 6px;
    color: #555;
    font-weight: normal;
    text-align: center;
    border-top: 1px solid #D7D7D7;
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #FFF;
    font-size: 12px;
    vertical-align: middle;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 18px;
}

#module .not_active {
    background-color: #F6F6F6;
    font-size: 10px;
}

/*************************/
/* links and navigations */
/*************************/

ul.sidenav {
    display: block;
    margin: 0 0 35px 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    border-top: 1px solid #272727;
}

dl.sidenav {
    display: block;
    margin: 0 0 30px 0;
    padding: 10px;
    list-style: none;
    list-style-image: none;
}

.sidenav li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    border-bottom: 1px solid #4F4F53;
}

.sidenav dt {
    padding: 15px 15px 0;
    color: #CCC;
    font-size: 13px;
    display: block;
    font-weight: bold;
}

.sidenav dd {
    padding: 4px 15px 5px;
    color: #CCC;
    font-size: 13px;
    display: block;
}

.sidenav a {
    background: url(images/png/bullet.png) no-repeat 25px 15px;
    padding: 12px 30px 12px 38px;
    color: #CCC;
    font-size: 13px;
    border-bottom: 1px solid #272727;
    display: block;
    text-decoration: none;
}

.sidenav a:hover {
    color: #FFF;
}

ul.sidenav li:first-child {
    border-top: 1px solid #4F4F53;
}

li.sub {
    margin: 0;
    padding: 0;
    border: 0;
    *display: inline-block;
}

ul.subnav_side {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    background: #111 url(images/jpeg/subnav.jpg);
}

.subnav_side li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    border-bottom: 1px solid #313131;
}

.subnav_side a {
    padding: 8px 30px 8px 47px;
    background: url(images/png/bullet_alt.png) no-repeat 29px 7px;
    *background: url(images/png/bullet_alt.png) no-repeat 29px 10px;
    color: #999;
    font-size: 11px;
    border-bottom: 1px solid #111;
    display: block;
    text-decoration: none;
}

.subnav_side a:hover, .subnav_side li.sub_selected {
    background: #222 url(images/png/bullet_alt.png) no-repeat 29px 7px;
    *background: #222 url(images/png/bullet_alt.png) no-repeat 29px 10px;
}

.sub_head_selected {
    color: #FFF;
    text-decoration: underline;
}

.sidenav li.head_selected {
    border-color: #DFDFDF;
}

.sidenav li.head_selected a {
    background: #DFDFDF url(images/png/bullet.png) no-repeat 25px -176px;
    border-color: #DFDFDF;
    color: #333;
}

#nav {
    display: block;
    float: left;
    border-right: 1px solid #2D2D2D;
    border-left: 1px solid #151515;
    margin: 0;
    padding: 0;
    height: 39px;
    list-style: none;
    list-style-image: none;
}

#nav li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    border-right: 1px solid #151515;
    border-left: 1px solid #2D2D2D;
    height: 39px;
}

#nav a {
    display: block;
    float: left;
    margin: 0;
    padding: 0 18px;
    text-transform: uppercase;
    color: #9B9A9A;
    text-decoration: none;
    line-height: 39px;
    height: 38px;
    font-size: 11px;
    border-top: 1px solid #393939;
}

#nav a:hover, #nav a.selected {
    background: #222;
    color: #FFF;
    text-shadow: 1px 1px 0 #000;
}

.modules {
    display: block;
    border-top: 1px solid #DEDEDE;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

.modules li {
    padding: 0;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #DEDEDE;
    margin: 0;
    list-style: none;
    list-style-image: none;
    min-height: 50px;
}

.modules li a {
    min-height: 50px;
}

.modules .website_text a {
    background: url(images/gif/websitetext.gif) no-repeat;
}

.modules .news a {
    background: url(images/gif/news.gif) no-repeat;
}

.modules .availability a {
    background: url(images/gif/products.gif) no-repeat;
}

.modules .terms a {
    background: url(images/gif/terms.gif) no-repeat;
}

.modules .resources a {
    background: url(images/gif/resources.gif) no-repeat;
}

.modules .dashboard a {
    background: url(images/gif/dashboard.gif) no-repeat;
}

.modules .page_tracker a {
    background: url(images/gif/page_tracker.gif) no-repeat;
}

.modules .invoicing a {
    background: url(images/gif/invoices.gif) no-repeat;
}

.modules .orders a {
    background: url(images/gif/orders.gif) no-repeat;
}

.modules .working_days a {
    background: url(images/gif/calendar.gif) no-repeat;
}

.modules .drivers a, .modules .inactive_drivers a, .modules .profile a {
    background: url(images/gif/website_users.gif) no-repeat;
}

.modules .rate_drivers a {
    background: url(images/gif/page_tracker.gif) no-repeat;
}

.modules .timetable a {
    background: url(images/gif/schedules.gif) no-repeat;
}

.modules .customer_reviews a {
    background: url(images/gif/reviews.gif) no-repeat;
}

.modules h3 {
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    color: #6F6F6F;
    font-size: 13px;
    display: inline;
    line-height: 13px;
}

.modules a {
    color: #6F6F6F;
    display: block;
    padding: 15px 5px 15px 110px;
    text-decoration: none;
}

.modules a:hover h3 {
    color: #508CEE;
    border-bottom: 1px dotted #508CEE;
    text-decoration: none;
}

.modules a:hover {
    background-position: 0 -119px;
    text-decoration: none;
}

.modules p {
    color: #838383;
    margin: 0;
    font-size: 12px;
    padding: 4px 0 0;
}

.button, .button_nf, .button a, .button_nf a {
    display: block;
    float: left;
    background: #508CEE;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    padding: 5px 11px;
    font-size: 10px;
    text-transform: uppercase;
    border: 1px solid #508CEE;
    cursor: pointer;
    height: auto;
    line-height: 12px;
}

.button:hover, .button_nf:hover, .button a:hover, .button_nf a:hover {
    background: #111;
    border-color: #000;
    text-decoration: none;
    color: #FFF;
}

.button:focus, .button_nf:focus, .button a:hover, .button_nf a:hover {
    border-color: #124393;
    text-decoration: none;
}

.button_nf, .button_nf a, .button_nf a:hover {
    float: none;
    display: inline-block;
}

#sidebar .button_nf:hover {
    background: #FFF;
    color: #000;
}

.module_submit {
    margin-right: 10px;
}

/********/
/* text */
/********/
p {
    color: #616161;
    font-size: 13px;
    margin: 0 0 20px;
    line-height: 16px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

#top h1,
#login h1,
#terms h1 {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    margin: 0;
    padding: 12px 0 0;
}

#login h1, #terms h1 {
    float: none;
    text-align: center;
    padding: 14px;
    font-size: 16px;
}

#top h1 strong,
#login h1 strong,
#terms h1 strong {
    color: #508CEE;
}

.block h2 {
    background: #494949;
    font-size: 12px;
    color: #FFF;
    padding: 11px 13px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.text_smaller {
    font-size: 10px;
}

/*****************/
/* website forms */
/*****************/
fieldset {
    background: #F5F5F5;
    overflow: hidden;
    padding: 15px 6px;
    border: 1px solid #DEDEDE;
}

.formrow {
    clear: both;
    overflow: hidden;
    padding: 0 0 8px;
}

label {
    display: block;
    float: left;
    text-align: right;
    width: 53px;
    padding: 0 12px 0 0;
    font-size: 12px;
    color: #494949;
    font-weight: bold;
    line-height: 36px;
}

div.input {
    border: 3px solid #ECECEC;
    overflow: hidden;
    float: left;
    width: 203px
}

input.large,
input.input,
div.input input {
    margin: 0;
    padding: 3px 5px;
    height: 24px;
    width: 191px;
    border: 1px solid #D3D3D3;
    font-family: arial, sans-serif;
    color: #333;
    font-size: 13px;
}

#sidebar input.large {
    background: #222;
    outline: 0;
    color: #777;
    width: 215px;
    border: 1px solid #666;
}

#sidebar input.large:focus {
    color: #CCC;
}

input.input {
    width: 80%;
}

input.input_small, input.input_smaller {
    margin: 0;
    padding: 3px 5px;
    height: 24px;
    width: 50%;
    border: 1px solid #D3D3D3;
    font-family: arial, sans-serif;
    color: #333;
    font-size: 13px;
    outline: 3px solid #ECECEC;
}

input.large {
    width: 80%;
    outline: 3px solid #ECECEC;
}

input.input_smaller {
    width: 30px;
}

input.input_150 {
    width: 150px;
}

.textarea,
div.input textarea {
    margin: 0;
    padding: 3px 5px;
    height: 100px;
    width: 191px;
    border: 1px solid #D3D3D3;
    display: block;
    /*	resize: none;*/
    font-family: arial, sans-serif;
    color: #333;
    font-size: 13px;
}

.textarea {
    width: 80%;
    height: 200px;
    outline: 3px solid #ECECEC;
}

textarea.textarea_small {
    height: 70px;
}

div.input select {
    margin: 0;
    height: 30px;
    width: 203px;
    border: 1px solid #D3D3D3;
    display: block;
}

fieldset div.input {
    width: 181px;
}

fieldset div.input input {
    width: 169px;
}

div.input input:focus,
input.large:focus,
.textarea:focus,
input.input_small:focus,
input.input:focus,
div.input textarea:focus {
    border: 1px solid #919191;
    outline: 0;
}

#sidebar div.input input:focus,
#sidebar input.large:focus,
#sidebar .textarea:focus,
#sidebar input.input_small:focus,
#sidebar input.input:focus,
#sidebar div.input textarea:focus {
    border: 1px solid #919191;
}

div.selector,
div.selector span {
    background: #FFF url(images/gif/select.gif) no-repeat;
    -webkit-font-smoothing: antialiased;
    display: block;
    height: 30px;
    color: #777;
    font-size: 12px;
}

#sidebar div.selector,
#sidebar div.selector span {
    background: #222 url(images/gif/select_dark.gif) no-repeat right 0;
    max-width: 176px;
}

div.selector {
    background-position: right 0;
    line-height: 26px;
    margin: 0;
    height: 30px;
    border: 1px solid #D3D3D3;
    display: block;
    *display: inline;
    cursor: pointer;
    vertical-align: middle;
    zoom: 1;
    overflow: hidden;
    position: relative;
}

#sidebar div.selector {
    border: 1px solid #666666;
    max-width: 226px;
}

.block div.selector {
    width: 201px;
}

div.selector span {
    background-position: right 0px;
    line-height: 26px;
    padding: 2px 40px 0 8px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-size: 12px;
}

div.selector select {
    top: 0px;
    left: 0px;
    font-size: 12px;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity:0);
    height: 30px;
    cursor: pointer;
    border: none;
    background: none;
    margin: 0;
}

#sidebar div.selector select {
    max-width: 226px;
}

.block div.selector select {
    width: 202px;
}

div.selector.hover,
div.selector:hover,
div.selector.hover span,
div.selector:hover span {
    background-position: right -70px;
    color: #555;
}

div.selector.focus,
div.selector.focus span,
div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
    background-position: right -140px;
    color: #333;
    border-color: #919191;
}

#sidebar div.selector.hover,
#sidebar div.selector:hover,
#sidebar div.selector.hover span,
#sidebar div.selector:hover span {
    background-position: right -70px;
    color: #CCC;
}

#sidebar div.selector.focus,
#sidebar div.selector.focus span,
#sidebar div.selector.focus:active span,
#sidebar div.selector:hover:active span,
#sidebar div.selector.active:hover span,
#sidebar div.selector.focus.active span {
    background-position: right -140px;
    color: #FFF;
    border-color: #919191;
}

.submit_buttons {
    padding: 0 0 30px 164px;
    overflow: hidden;
}

.checkbox {
    float: left;
    /*overflow: hidden;*/
    padding: 0 0 8px;
}

td .checkbox {
    float: none;
    margin: 0 auto;
}

a.checkbox-deselect {
    width: 28px;
    height: 20px;
    text-indent: -9999px;
    background: url(images/gif/checkbox.gif) no-repeat right 0;
    display: none;
    float: left;
}

a.checkbox-select {
    width: 28px;
    height: 20px;
    text-indent: -9999px;
    background: url(images/gif/checkbox.gif) no-repeat right bottom;
    display: block;
    float: left;
}

.selected a.checkbox-select {
    display: none;
}

.selected a.checkbox-deselect {
    display: block;
}

.radio {
    float: left;
    overflow: hidden;
    padding: 0 0 8px;
}

a.radio-deselect {
    width: 23px;
    height: 20px;
    text-indent: -9999px;
    background: url(images/gif/radio.gif) no-repeat 3px 0;
    display: none;
    float: left;
}

a.radio-select {
    width: 23px;
    height: 20px;
    text-indent: -9999px;
    background: url(images/gif/radio.gif) no-repeat 3px bottom;
    display: block;
    float: left;
}

.selected a.radio-select {
    display: none;
}

.selected a.radio-deselect {
    display: block;
}

.radio label,
.checkbox label,
.inline_label {
    padding: 4px 1px 1px;
    width: auto;
    text-align: left;
    line-height: 18px;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin: 0 12px 0 0;
    cursor: pointer;
    float: left;
    white-space: nowrap;
}

.checkbox label,
.inline_label {
    padding: 4px 1px 1px;
    width: auto;
    text-align: left;
    line-height: 18px;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin: 0 12px 0 0;
    cursor: pointer;
    float: left;
    white-space: nowrap;
}

.inline_label {
    padding: 1px;
}

#reviews .content_details {
    text-align: left;
    padding: 12px 15px;
}

/*************/
/* text links */
/*************/
a {
    color: #488CEE;
    text-decoration: none;
}

a:hover {
    color: #3E7BD1;
    text-decoration: underline;
}

#search_tracker {
    table-layout: fixed;
}

#search_tracker td {
    /*	word-wrap: break-word;*/
    overflow: auto;
}

/*************/
/* dashboard */
/*************/
.dashboard td {
    padding: 0;
    width: 71px;
    border-right: 0;
}

.dashboard form {
    margin: 0;
    padding: 0;
    width: 71px;
}

.dashboard input {
    background-color: #FCFCFC;
    border: none;
    cursor: pointer;
    cursor: hand;
    padding: 10px 0;
    width: 70px;
    color: #444;
    margin: 0;
    border-right: 1px solid #FFF;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}

.dashboard input:hover {
    background: #DDD;
    color: #000;
}

/********/
/* misc */
/********/
.right {
    float: right;
}

.left {
    float: left;
}

hr {
    clear: both;
}

#ordered_items .align_right {
    text-align: right;
}

.lh_expand {
    line-height: 1.2em;
}

.li_pad li {
    padding: 2px 0;
}

#table_align tbody th {
    text-align: right;
    padding: 10px;
}

#table_align tbody td {
    text-align: left;
}

/******************/
/* error messages */
/******************/
.notice {
    background: #DBE3FF url(images/png/notice.png) no-repeat 9px center;
    border: 1px solid #A2B4EE;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 10px 10px 32px;
    color: #585B66;
    font-size: 12px;
}

.errormessage {
    background: #FFCECE url(images/png/errormessage.png) no-repeat 9px center;
    border: 1px solid #DF8F8F;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 10px 10px 32px;
    color: #665252;
    font-size: 12px;
}

.message_container {
    min-height: 38px;
}

.mandatory_error,
.mandatory_error label {
    color: #F00;
}

.no_products_tag {
    margin: 0;
    padding: 6px 0;
    color: #888;
}

ul.search_tracker_nav {
    margin: 0;
}

dl.sidenav li {
    margin: 0;
    padding: 0 0 8px;
    border: 0;
}

#login {
    margin: 0 auto;
    padding: 200px 0 0;
    width: 447px;
}

#terms {
    margin: 0 auto;
    padding: 200px 0 0;
    width: 800px;
}

.login_box, .reminder_box, .terms_box {
    background: #F1F1F1;
    border: 1px solid #FFF;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 13px 10px;
    box-shadow: 0 0 10px #000;
}

.terms_box {
    width: 800px;
}

.reminder_box {
    box-shadow: none;
    background: #FFFFFF;
    padding: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    height: 170px;
}

.login_box label, .reminder_box label {
    padding: 0 50px 0 0;
}

.login_box div.input, .reminder_box div.input {
    width: 284px;
}

.reminder_box label {
    padding: 0 20px 0 0;
    width: 90px;
}

.reminder_box div.input {
    width: 294px;
}

.reminder_box div.input input {
    width: 282px;
}

.login_box div.input input {
    width: 272px;
}

.login_box .login, .reminder_box .login {
    padding: 8px 3px 0 108px;
}

.login_box a, .reminder_box a {
    color: #666;
}

.login_box a:hover, .reminder_box a:hover {
    color: #508CEE
}

div.right {
    float: right;
}

#footer {
    background: #111;
    padding: 14px 0;
    color: #888;
    font-size: 11px;
    overflow: hidden;
    text-align: center;
}

#footer a {
    color: #888;
}

#footer a:hover {
    color: #AAA;
    border-bottom: 1px dotted #AAA;
    text-decoration: none;
}

/*********************/
/* additional screen */
/*********************/
#additional_screen {
    background-color: #FFFFFF;
    padding: 30px;
}

/****************/
/* print screen */
/****************/
#print {
    line-height: normal;
    width: 100%;
    overflow: hidden;
    font-size: 11px;
    color: #000000;
}

#print p {
    color: #000000;
    font-size: 11px;
}

#print h1 {
    font-size: 26px;
    margin: 0 0 20px 0;
    float: left;
    width: 70%;
    text-align: right;
}

#print h2 {
    font-size: 12px;
    font-weight: bold;
}

#print #order_details {
    float: left;
    width: 50%;
    margin: 20px 0;
}

#print #delivery_details {
    float: left;
    width: 50%;
    margin: 20px 0;
    text-align: right;
}

#print dt {
    float: left;
    width: 105px;
    padding: 3px 0;
    font-weight: bold;
}

#print dd {
    float: left;
    width: 135px;
    padding: 3px 0;
}

#print table {
    width: 100%;
    border-collapse: collapse;
}

#print th, #print td {
    padding: 10px;
    border: 1px solid #000000;
}

#print th {
    background-color: #D9D9D9;
    font-weight: bold;
}

#print td {
    background-color: #F7F7F7;
}

#print #prices td, #print #prices th {
    border: none;
    background: none;
    padding: 5px;
}

#print #prices th {
    text-align: left;
    width: 100px;
}

#print #prices td {
    text-align: left;
}

#print #invoice_footer {
    padding: 30px 0 0 0;
    text-align: center;
    background-color: #FFFFFF;
}

#print #invoice_footer h2 {
    font-size: 130%;
    color: #000000;
}

#print #invoice_footer h3 {
    font-size: 150%;
    color: #000000;
}

#print img {
    width: 126px;
}

#print #logo {
    float: left;
    width: 30%;
}

#print_order_header {
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.page_splitter {
    padding: 10px 0;
}

.page_selected {
    text-decoration: underline;
}

.select_avail {
    height: 150px;
    background: url(images/gif/cross.gif) no-repeat center;
    cursor: pointer;
}

.day_selected {
    background: url(images/gif/tick.gif) no-repeat center;
}

.allocate_table th {
    width: 14.28571428571429%;
}

.radio_container {
    display: inline-block;
}

.date_selector {
    clear: both;
    margin: 15px auto;
    border: 1px solid #276193;
    padding: 3px;
    background: #4283BB;
    display: block;
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
    width: 90%;
}

.meet_selector {
    background: #DDD;
    border: 1px solid #AAA;
    color: #444;
}

.date_selector:hover {
    color: #FFF;
    text-decoration: underline;
}

.meet_selector:hover {
    color: #444;
}

#start_time {
    display: block;
    float: left;
}

#uniform-location {
    float: left;
}

#counter {
    font-size: 13px;
    padding: 8px 0 0;
    color: #444;
}

h2 {
    font-weight: bold;
    font-size: 15px;
    padding: 0 0 10px;
}

.signature,
.sign {
    display: none;
}

span.button {
    display: inline-block;
    padding: 5px;
    background: #DDD;
    border: 1px solid #CCC;
    cursor: pointer;
    color: #777;
    text-decoration: none;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    height: auto;
    border-radius: 4px;
    padding: 6px 6px;
    line-height: 1.42857143;
    margin: 0 5px 5px;
    float: none;
}

span.button:hover {
    background: #EEE;
    color: #444;
    border-color: #DDD;
}

span.button_selected {
    background: #62C162;
    color: #FFF;
    border-color: #4DB74D;
}

span.button_selected:hover {
    background: #4DB74D;
    color: #FFF;
    border-color: #4DB74D;
}

.grey {
    color: grey;
}

.tickbox-icon {
    background: url("images/gif/cross.gif") no-repeat top left;
    background-size: contain;
    display: inline-block;
    width: 31px;
    height: 31px;
    vertical-align: middle;
}

table .tickbox-icon {
    margin: -8px -6px;
}

.tickbox-icon.checked {
    background-image: url("images/gif/tick.gif");
}

.inline-block { display: inline-block; }

.nb-note { padding-left: 10px; }

.center { text-align: center; }

.clear { clear: both; }

.bonus-day-wrap {
    display: none;
}

.bonus-day-wrap.shown { display: initial; }

.bonus-day-wrap label.inline_label {
    float: none;
}

.bonus-day-wrap input.input {
    width: 140px;
}

.bonus-day-wrap input.button_nf {
    margin-left: 5px;
}

.red { color: red; }


.terms-wrap ul {
    list-style: circle;
    margin: 0 0 20px 20px;
    padding: 0;
}

.terms-wrap ul li {
   color: #616161;
  font-size: 13px;
  margin: 0 0 20px;
  line-height: 16px;
}