/*************/
/* 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: "" "";
}

/*******************/
/*     Clearfix    */
/*******************/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*******************/
/* 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;
}

body.login {
    background: #111 url(assets/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(assets/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(assets/images/gif/sidebar.gif) repeat-y;
}

#sidebar {
    background: #3d3d3d url(assets/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: 0 0 14px;
}

#module {
    padding: 10px;
    overflow: hidden;
}

#module h1 {
    height: 43px;
    display: block;
    background: url(assets/images/gif/h1_bg_2.gif) no-repeat right 0;
    margin: 0;
    padding: 0;
}

#module h1 span {
    background: url(assets/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(assets/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(assets/images/jpeg/input_row.jpg) repeat-x;
    display: block;
    overflow: hidden;
    padding: 15px;
}

label.module_label {
    width: 100px;
    padding: 18px 20px 0;
    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(assets/images/gif/section_bot.gif) no-repeat 0 0;
    margin: -6px 0 0;
    overflow: hidden;
}

.section_bottom_right {
    height: 10px;
    background: url(assets/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;
}

.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;
}

#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(assets/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(assets/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(assets/images/png/bullet_alt.png) no-repeat 29px 7px;
    *background: url(assets/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(assets/images/png/bullet_alt.png) no-repeat 29px 7px;
    *background: #222 url(assets/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(assets/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(assets/images/gif/websitetext.gif) no-repeat;
}

.modules .news a {
    background: url(assets/images/gif/news.gif) no-repeat;
}

.modules .products_ecommerce a {
    background: url(assets/images/gif/products.gif) no-repeat;
}

.modules .dashboard a {
    background: url(assets/images/gif/dashboard.gif) no-repeat;
}

.modules .page_tracker a {
    background: url(assets/images/gif/page_tracker.gif) no-repeat;
}

.modules .orders a {
    background: url(assets/images/gif/orders.gif) no-repeat;
}

.modules .website_users a {
    background: url(assets/images/gif/website_users.gif) no-repeat;
}

.modules .product_sync a {
    background: url(assets/images/gif/product_sync.gif) no-repeat;
}

.modules .customer_reviews a {
    background: url(assets/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;
    font-size: 11px;
    text-transform: uppercase;
    border: 1px solid #508cee;
    cursor: pointer;
    height: auto;
    border-radius: 4px;
    padding: 6px 12px;
    line-height: 1.42857143;
}

.button:hover, .button_nf:hover, .button a:hover, .button_nf a:hover {
    background: #4b78d4;
    border-color: #466fc6;
    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 {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    margin: 0;
    padding: 12px 0 0;
}

#login h1 {
    float: none;
    text-align: center;
    padding: 14px;
    font-size: 16px;
}

#top h1 strong,
#login 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,
.task_due_date_wrap {
    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.halfSize {
    width: 39%;
    outline: 3px solid #ececec;
}

input.input_smaller {
    width: 30px;
}

.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(assets/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(assets/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;
}

a.checkbox-deselect {
    width: 28px;
    height: 20px;
    text-indent: -9999px;
    background: url(assets/images/gif/checkbox.gif) no-repeat right 0;
    display: none;
    float: left;
}

a.checkbox-select {
    width: 28px;
    height: 20px;
    text-indent: -9999px;
    background: url(assets/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(assets/images/gif/radio.gif) no-repeat 3px 0;
    display: none;
    float: left;
}

a.radio-select {
    width: 23px;
    height: 20px;
    text-indent: -9999px;
    background: url(assets/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;
    padding: 10px 0;
    width: 70px;
    color: #444;
    margin: 0;
}

.dashboard input:hover {
    background: #ddd;
    color: #000;
    text-decoration: underline;
}

.dashboard tr td:hover {
    border-right-color: transparent;
}

.dashboard tr td.alert input {
    font-weight: bold;
    border-color: transparent;
}

.dashboard tr td.alert.amber input {
    background-color: #ffbe7d;
}

.dashboard tr td.alert.amber input:hover {
    background-color: #f0b276;
}

.dashboard tr td.alert.red input {
    background-color: #ff0000;
}

.dashboard tr td.alert.red input:hover {
    background-color: #e60000;
}

/********/
/* 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(assets/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(assets/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;
}

.login_box, .reminder_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;
}

.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;
}

/* Pagination Start */
tr.paginationRow td {
    text-align: center;
    padding: 12px 0;
}

.paginationRow a, .paginationRow span {
    font-family: "tahoma", "sans-serif";
    padding: 4px 8px;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 4px;
    cursor: default;
}

.paginationRow a {
    text-decoration: none;
    margin: 0 1px;
    background: #f0efef;
    border: 1px solid #c2c1c1;
    cursor: pointer;
}

.paginationRow a:hover {
    background: #fafafa;
}

.paginationRow span.selected {
    font-weight: bold;
    color: white;
    background: #2b67e2;
    border: 1px solid white;
}

/* Pagination End */

.domainRow a {
    word-break: keep-all;
}

.notificationDisplay {
    width: 30px;
    height: 30px;
    background: #dfdfdf;
    float: left;
    text-align: center;
    border-radius: 5px;
    color: #333;
    margin-left: -50px;
    margin-top: 10px;
    position: relative;
    z-index: 100;
}

.notificationDisplay span {
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}

.notificationDisplay.red {
    background: #CC0000;
    color: #FFFFFF;
}

div.notificationDisplay.open {
    background: #fcfcfc;
    color: #333;
}

.notificationDisplay.open {
    border-radius: 5px 5px 0 0;
}

.taskWrapper {
    border: 1px solid #d7d7d7;
    border-radius: 5px 0 5px 5px;
    background: #fcfcfc;
    position: absolute;
    right: 314px;
    top: 52px;
    width: 250px;
    float: none;
    text-align: center;
    padding: 5px 0;
    color: #333333;
    box-shadow: 0 3px 3px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 3px 3px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 3px 3px rgba(34, 25, 25, 0.4);
}

.taskWrapper ul li.task {
    text-align: left;
}

.taskWrapper ul li.task span {
    line-height: 26px;
    color: #333;
}

.taskWrapper img {
    display: none;
    width: 220px;
    margin: auto;
}

.taskWrapper .noTasks {
    display: none;
    padding: 3px 8px;
    font-size: 110%;
}

.taskWrapper.loading {
    min-height: 0;
}

.taskWrapper.loading ul, .taskWrapper.loading .titleText {
    display: none;
}

.taskWrapper.loading img {
    display: block;
}

.taskWrapper {
    margin: auto;
    width: 300px;
    z-index: 1;
}

.taskWrapper div.titleText {
    padding: 3px 8px 7px;
    font-size: 110%;
}

.taskWrapper li.task {
    border-bottom: 1px solid #d7d7d7;
    clear: both;
    position: relative;
    min-height: 30px;
    vertical-align: middle;
}

.taskWrapper li.task:first-of-type {
    border-top: 1px solid #d7d7d7;
}

.taskWrapper li.task a, .taskWrapper li.task a:hover {
    padding: 3px 6px;
    display: block;
    float: left;
    text-decoration: none !important;
}

.taskWrapper li.task a.taskWrapLink {
    width: 231px;
    height: 26px;
}

.taskWrapper li.task:hover {
    background: #ededed;
}

.taskWrapper li .taskActions {
    position: absolute;
    right: 0;
}

.taskWrapper li .taskActions a {
    height: 22px;
    line-height: 22px;
    border-radius: 0;
}

/** Dashboard notfication **/
.block.tasks tbody tr.task td {
    padding: 0;
    margin: 0;
}

.block.tasks tbody tr.task td a {
    color: #444;
    display: block;
    padding: 8px 6px;
}

.block.tasks tbody tr.task:hover td a {
    color: #000;
}

.block.tasks tbody tr.task td a:hover {
    text-decoration: none;
}

.block.tasks tbody tr.task:hover td {
    background: #ddd;
    color: #000000;
}

.block.tasks .upcoming {
    margin-top: 12px;
}

.top_shortcuts {
    float: left;
    color: #FFFFFF;
    padding: 10px;
    margin: 0 auto;
    width: 700px;
}

.top_shortcuts ul, .top_shortcuts ul li {
    float: left;
}

.top_shortcuts ul li {
    padding: 0 50px;
}

.top_shortcuts_search {
    background: #333;
    color: #999;
    border: 1px solid #888;
    padding: 4px 5px;
    width: 321px;
    left: -6px;
    height: 19px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.top_shortcuts_search:disabled {
    background: #999;
    color: #333;
}

.top_search_button {
    height: 29px;
    line-height: 17px;
    position: relative;
    left: -6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

    border-right-color: #888;
    border-top-color: #888;
    border-bottom-color: #888;
}

.rfloat {
    float: right;
}

.lfloat {
    float: left;
}

.overlayBoxWrap {
    left: 50%;
    position: absolute;
    z-index: 3;
}

.overlayBox {
    position: relative;
    vertical-align: middle;
    top: 30px;
    width: 200px;
    height: 20px;
    font-weight: bold;
    text-align: center;
    padding: 14px 20px;
    background: #fcfcfc;
    border: 2px solid #ededed;
    border-radius: 5px;
    left: -50%;
    font-size: 95%;
    cursor: pointer;
}

span.grey {
    color: #d3d3d3;
}

span.hoverInfo {
    /*display: inline-block;*/
    border-bottom: 1px dotted #f5f5f5;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
}

span.hoverInfo.dark {
    border-bottom-color: #444;
}

/**********************BUTTONS**********************/
.delete-btn {
    background: #d9534f;
    border-color: #d43f3a;
}

.delete-btn:hover {
    background: #c9302c;
    border-color: #ac2925;
}

.cancel-btn {
    background: #d3d3d3;
    border-color: #d0d0d0;
}

.cancel-btn:hover {
    background: #c7c7c7;
    border-color: #c0c0c0;
}

.save-btn {
    background: #62c162;
    border-color: #4db74d;
}

.save-btn:hover {
    background: #45a645;
    border-color: #3b8f3b;
}