/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

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

/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
  vertical-align: top;
  padding: 0;
  margin: 0; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  padding: 0;
  margin: 0;
  position: relative;
  outline: none; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 10px; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/apps/default/asset/img/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8020; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/apps/default/asset/img/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  background: transparent url("/apps/default/asset/img/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 20px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 20px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  padding: 0;
  overflow: visible;
  visibility: hidden; }

/* Overlay helper */
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: #000; }

#fancybox-overlay.overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8030;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  margin-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

:focus {
  outline: none; }

.clear_0 {
  display: block;
  clear: both;
  height: 0px; }

.clear_5 {
  display: block;
  clear: both;
  height: 5px; }

.clear_10 {
  display: block;
  clear: both;
  height: 10px; }

.clear_15 {
  display: block;
  clear: both;
  height: 15px; }

.clear_20 {
  display: block;
  clear: both;
  height: 20px; }

.clear_25 {
  display: block;
  clear: both;
  height: 25px; }

.clear_30 {
  display: block;
  clear: both;
  height: 30px; }

.clear_40 {
  display: block;
  clear: both;
  height: 40px; }

.clear_50 {
  display: block;
  clear: both;
  height: 50px; }

.pad_trbl_5 {
  padding: 5px; }

.pad_tb_5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.pad_rl_5 {
  padding-right: 5px;
  padding-left: 5px; }

.pad_trbl_10 {
  padding: 10px; }

.pad_tb_10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.pad_rl_10 {
  padding-right: 10px;
  padding-left: 10px; }

.pad_trbl_20 {
  padding: 20px; }

.pad_tb_20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.pad_rl_20 {
  padding-right: 20px;
  padding-left: 20px; }

.pad_trbl_30 {
  padding: 30px; }

.pad_tb_30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.pad_rl_30 {
  padding-right: 30px;
  padding-left: 30px; }

a {
  text-decoration: underline;
  color: #000; }
  a:hover {
    color: #000; }

body {
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  background: url(/apps/default/asset/img/common/body_bg_1x2400.png) top left repeat-x;
  background-color: #d8d5bf; }

textarea {
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif; }

h1 {
  font-family: Georgia, serif;
  font-size: 19px;
  font-weight: normal;
  margin: 0; }

h2 {
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px 0;
  color: #333; }

h3 {
  /* font-family: Georgia, serif; */
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  margin: 16px 0 17px 0;
  font-weight: normal;
  color: #333; }
  h3 span {
    padding: 0 0 0 10px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-shadow: none;
    color: rgba(49, 49, 49, 0.8); }
    h3 span a {
      color: inherit; }

h4 {
  margin: 0 0 0 8px; }

p, ul, ol {
  color: #666; }

.quote {
  font-size: 16px !important;
  color: #333; }

input[type=text] {
  border-radius: 3px;
  border: solid 1px #AAA;
  display: inline-block;
  font-size: 14px;
  padding: 3px 3px;
  color: rgba(49, 49, 49, 0.31); }
  input[type=text].active {
    color: #313131; }

.underline {
  text-decoration: underline !important; }

div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
  background-image: url(/apps/default/asset/img/uniform/sprite_v3.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }

.selector, .radio, .checker, .uploader, .button, .selector *, .radio *, .checker *, .uploader *, .button * {
  margin: 0;
  padding: 0; }

/* INPUT & TEXTAREA */
input.text, input.email, input.password, textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 3px;
  color: #777;
  background: url(/apps/default/asset/img/uniform/bg-input-focus.png) repeat-x 0px 0px;
  background: url(/apps/default/asset/img/uniform/bg-input.png) repeat-x 0px 0px;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0; }

input.text:focus, input.email:focus, input.password:focus, textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-color: #999;
  background: url(/apps/default/asset/img/uniform/bg-input-focus.png) repeat-x 0px 0px; }

/* SPRITES */
/* Select */
div.selector {
  background-position: -483px -130px;
  line-height: 26px;
  height: 26px; }

div.selector span {
  background-position: right 0px;
  height: 26px;
  line-height: 26px; }

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
  width: 100%; }

div.selector:active, div.selector.active {
  background-position: -483px -156px; }

div.selector:active span, div.selector.active span {
  background-position: right -26px; }

div.selector.focus, div.selector.hover, div.selector:hover {
  background-position: -483px -182px; }

div.selector.focus span, div.selector.hover span, div.selector:hover span {
  background-position: right -52px; }

div.selector.focus:active, div.selector.focus.active, div.selector:hover:active, div.selector.active:hover {
  background-position: -483px -208px; }

div.selector.focus:active span, div.selector:hover:active span, div.selector.active:hover span, div.selector.focus.active span {
  background-position: right -78px; }

div.selector.disabled {
  background-position: -483px -234px; }

div.selector.disabled span {
  background-position: right -104px; }

/* Checkbox */
div.checker {
  width: 19px;
  height: 19px; }

div.checker input {
  width: 19px;
  height: 19px; }

div.checker span {
  background-position: 0px -260px;
  height: 19px;
  width: 19px; }

div.checker:active span, div.checker.active span {
  background-position: -19px -260px; }

div.checker.focus span, div.checker:hover span {
  background-position: -38px -260px; }

div.checker.focus:active span, div.checker:active:hover span, div.checker.active:hover span, div.checker.focus.active span {
  background-position: -57px -260px; }

div.checker span.checked {
  background-position: -76px -260px; }

div.checker:active span.checked, div.checker.active span.checked {
  background-position: -95px -260px; }

div.checker.focus span.checked, div.checker:hover span.checked {
  background-position: -114px -260px; }

div.checker.focus:active span.checked, div.checker:hover:active span.checked, div.checker.active:hover span.checked, div.checker.active.focus span.checked {
  background-position: -133px -260px; }

div.checker.disabled span, div.checker.disabled:active span, div.checker.disabled.active span {
  background-position: -152px -260px; }

div.checker.disabled span.checked, div.checker.disabled:active span.checked, div.checker.disabled.active span.checked {
  background-position: -171px -260px; }

/* Radio */
div.radio {
  width: 18px;
  height: 18px; }

div.radio input {
  width: 18px;
  height: 18px; }

div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0px -279px; }

div.radio:active span, div.radio.active span {
  background-position: -18px -279px; }

div.radio.focus span, div.radio:hover span {
  background-position: -36px -279px; }

div.radio.focus:active span, div.radio:active:hover span, div.radio.active:hover span, div.radio.active.focus span {
  background-position: -54px -279px; }

div.radio span.checked {
  background-position: -72px -279px; }

div.radio:active span.checked, div.radio.active span.checked {
  background-position: -90px -279px; }

div.radio.focus span.checked, div.radio:hover span.checked {
  background-position: -108px -279px; }

div.radio.focus:active span.checked, div.radio:hover:active span.checked, div.radio.focus.active span.checked, div.radio.active:hover span.checked {
  background-position: -126px -279px; }

div.radio.disabled span, div.radio.disabled:active span, div.radio.disabled.active span {
  background-position: -144px -279px; }

div.radio.disabled span.checked, div.radio.disabled:active span.checked, div.radio.disabled.active span.checked {
  background-position: -162px -279px; }

/* Uploader */
div.uploader {
  background-position: 0px -297px;
  height: 28px; }

div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px; }

div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px; }

div.uploader.focus, div.uploader.hover, div.uploader:hover {
  background-position: 0px -353px; }

div.uploader.focus span.action, div.uploader.hover span.action, div.uploader:hover span.action {
  background-position: right -437px; }

div.uploader.active span.action, div.uploader:active span.action {
  background-position: right -465px; }

div.uploader.focus.active span.action, div.uploader:focus.active span.action, div.uploader.focus:active span.action, div.uploader:focus:active span.action {
  background-position: right -493px; }

div.uploader.disabled {
  background-position: 0px -325px; }

div.uploader.disabled span.action {
  background-position: right -381px; }

div.button {
  background-position: 0px -523px; }

div.button span {
  background-position: right -643px; }

div.button.focus, div.button:focus, div.button:hover, div.button.hover {
  background-position: 0px -553px; }

div.button.focus span, div.button:focus span, div.button:hover span, div.button.hover span {
  background-position: right -673px; }

div.button.active, div.button:active {
  background-position: 0px -583px; }

div.button.active span, div.button:active span {
  background-position: right -703px;
  color: #555; }

div.button.disabled, div.button:disabled {
  background-position: 0px -613px; }

div.button.disabled span, div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default; }

/* PRESENTATION */
/* Button */
div.button {
  height: 30px; }

div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 15px; }

/* Select */
div.selector {
  font-size: 12px; }

div.selector select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff; }

div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer; }

div.selector span {
  color: #666;
  text-shadow: 0 1px 0 #fff; }

div.selector.disabled span {
  color: #bbb; }

/* Checker */
div.checker {
  margin: -3px 0 0 0; }

/* Radio */
div.radio {
  margin-right: 3px; }

/* Uploader */
div.uploader {
  width: 190px;
  cursor: pointer; }

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold; }

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px; }

div.uploader input {
  width: 190px; }

div.uploader.disabled span.action {
  color: #aaa; }

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa; }

/*

CORE FUNCTIONALITY

Not advised to edit stuff below this line
-----------------------------------------------------
*/
.selector, .checker, .button, .radio, .uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline; }

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0; }

/* Button */
div.button a, div.button button, div.button input {
  position: absolute; }

div.button {
  cursor: pointer;
  position: relative; }

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center; }

/* Select */
div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden; }

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 25px;
  border: none;
  background: none; }

/* Checker */
div.checker {
  position: relative; }

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center; }

div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  background: none; }

/* Radio */
div.radio {
  position: relative; }

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center; }

div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
  display: inline-block;
  background: none; }

/* Uploader */
div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default; }

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer; }

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default; }

div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default; }

.cont {
  width: 1000px;
  margin: 0 auto; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: url(/apps/default/asset/img/common/header_bg_1000x400.jpg) top center repeat-x; }
  .header .cont {
    height: 100px;
    position: relative;
    width: 1000px; }
    .header .cont #logo_main {
      position: absolute;
      top: 0;
      left: 0; }
    .header .cont #service-links {
      position: absolute;
      top: 21px;
      right: 350px; }
      .header .cont #service-links li {
        float: left;
        display: inline;
        list-style-type: none;
        margin-left: 40px;
        font-size: 13px;
        color: #F1F0E4;
        text-shadow: 1px 1px 3px #000; }
        .header .cont #service-links li a {
          color: inherit;
          text-decoration: none !important; }
    .header .cont #nav-main {
      position: absolute;
      top: 67px;
      left: 250px;
      width: 900px; }
      .header .cont #nav-main li {
        float: left;
        display: inline;
        list-style-type: none;
        font-size: 13px;
        margin-right: 5px;
        padding: 10px 10px 10px 10px; }
        .header .cont #nav-main li.products_menu_toggle:hover {
          background-color: #e2e0cf; }
        .header .cont #nav-main li.products_menu_toggle a.style_2 {
          background: url(/apps/default/asset/img/common/down_arr.png) right 4px no-repeat; }
          .header .cont #nav-main li.products_menu_toggle a.style_2.act, .header .cont #nav-main li.products_menu_toggle a.style_2:hover {
            background: url(/apps/default/asset/img/common/down_arr_red.png) right 4px no-repeat; }
        .header .cont #nav-main li a.style_1 {
          background-position-y: 4px;
          padding-right: 20px;
          text-decoration: none;
          color: #F1F0E4;
          font-weight: bold;
          text-shadow: 1px 1px 3px #000;
          letter-spacing: .1em; }
          .header .cont #nav-main li a.style_1:hover {
            color: #FFF; }
          .header .cont #nav-main li a.style_1.act {
            text-decoration: none;
            color: #860038;
            text-shadow: 1px 1px 3px #888; }
        .header .cont #nav-main li .mega_menu {
          width: 997px;
          height: 228px;
          background: url(/apps/default/asset/img/common/mega_menu_bg.jpg) top right no-repeat;
          z-index: 999;
          position: absolute;
          margin-top: 10px;
          margin-left: -258px;
          -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 40px 50px;
          -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 40px 50px;
          box-shadow: rgba(0, 0, 0, 0.5) 0px 40px 50px;
          overflow: hidden;
          display: none; }
          .header .cont #nav-main li .mega_menu .links_cont {
            float: left;
            display: inline;
            width: 320px;
            padding: 17px 29px; }
            .header .cont #nav-main li .mega_menu .links_cont h2 {
              border-bottom: 1px solid #666;
              padding-bottom: 15px;
              margin-bottom: 15px; }
            .header .cont #nav-main li .mega_menu .links_cont ul {
              float: left; }
              .header .cont #nav-main li .mega_menu .links_cont ul.left {
                width: 50%; }
              .header .cont #nav-main li .mega_menu .links_cont ul.right {
                width: 50%; }
              .header .cont #nav-main li .mega_menu .links_cont ul li {
                float: none;
                display: block;
                list-style-type: none;
                margin-right: 0;
                padding: 0 0 0 10px;
                line-height: 1.9em;
                background: url(/apps/default/asset/img/common/arrow_right.png) 0 7px no-repeat; }
                .header .cont #nav-main li .mega_menu .links_cont ul li a {
                  font-weight: normal;
                  background: none;
                  text-shadow: none;
                  color: #666;
                  letter-spacing: .1em;
                  font-size: 15px; }
                  .header .cont #nav-main li .mega_menu .links_cont ul li a:hover {
                    color: #860038; }
            .header .cont #nav-main li .mega_menu .links_cont .all_door_products {
              clear: both;
              display: block;
              font-weight: bold;
              background: url(/apps/default/asset/img/common/arrow_right.png) no-repeat 193px center;
              text-shadow: none;
              color: #666;
              font-size: 15px;
              margin-top: 15px; }
              .header .cont #nav-main li .mega_menu .links_cont .all_door_products:hover {
                color: #860038; }
          .header .cont #nav-main li .mega_menu #four_doors_image_container {
            float: right;
            display: inline;
            position: relative; }
            .header .cont #nav-main li .mega_menu #four_doors_image_container a {
              position: absolute;
              top: 10px;
              width: 92px;
              height: 202px;
              display: block;
              text-indent: -999em;
              overflow: hidden; }
              .header .cont #nav-main li .mega_menu #four_doors_image_container a.first {
                left: 85px; }
              .header .cont #nav-main li .mega_menu #four_doors_image_container a.second {
                left: 201px; }
              .header .cont #nav-main li .mega_menu #four_doors_image_container a.third {
                left: 321px; }
              .header .cont #nav-main li .mega_menu #four_doors_image_container a.fourth {
                left: 444px; }
            .header .cont #nav-main li .mega_menu #four_doors_image_container img {
              display: block;
              margin: 0px; }
    .header .cont #search-header {
      position: absolute;
      top: 11px;
      right: 0px;
      width: 300px; }
      .header .cont #search-header label {
        float: left;
        display: inline;
        margin: 4px 10px 0 0;
        font-size: 13px; }
      .header .cont #search-header input {
        border-radius: 3px;
        border: solid 1px #AAA;
        font-size: 14px;
        padding: 3px;
        color: #746960;
        width: 175px;
        display: block;
        float: left; }
      .header .cont #search-header .search_results {
        position: absolute;
        top: 30px;
        z-index: 999;
        border-radius: 3px;
        border: solid 1px #AAA;
        background: #FFF;
        width: 181px;
        padding: 0 0 3px 0;
        display: none;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }
        .header .cont #search-header .search_results a {
          display: block;
          padding: 9px 5px 9px 10px;
          text-decoration: none;
          color: #746960; }
          .header .cont #search-header .search_results a.active, .header .cont #search-header .search_results a:hover {
            background: #E9E9E9;
            color: #8F3F39; }
      .header .cont #search-header .search_button {
        border: solid 1px #7B3733;
        background: #BB534D;
        background: -moz-linear-gradient(top, #BB534D 0%, #512522 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BB534D), color-stop(100%, #512522));
        background: -webkit-linear-gradient(top, #BB534D 0%, #512522 100%);
        background: -o-linear-gradient(top, #BB534D 0%, #512522 100%);
        background: -ms-linear-gradient(top, #BB534D 0%, #512522 100%);
        background: linear-gradient(top, #BB534D 0%, #512522 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BB534D', endColorstr='#512522',GradientType=0 );
        color: #FFF;
        text-shadow: 1px 1px 0 #000;
        text-decoration: none;
        padding: 5px 6px;
        font-size: 10px;
        font-weight: bold;
        border-radius: 3px;
        margin: 2px 0 0 10px;
        display: block;
        float: left; }

.body {
  margin: 100px 0 0 0;
  position: relative; }
  .body .promo {
    background: url(/apps/default/asset/img/common/side_promo_background.jpg) top left no-repeat;
    width: 38px;
    height: 270px;
    overflow: hidden;
    position: absolute;
    top: 60px;
    right: 0px;
    z-index: 999;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) -10px 10px 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) -10px 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.15) -10px 10px 10px; }
    .body .promo .promo-inner {
      position: relative; }
      .body .promo .promo-inner .close {
        margin: 5px 0 0 250px;
        cursor: pointer; }
      .body .promo .promo-inner .vert-text {
        position: absolute;
        top: 125px;
        left: -115px;
        z-index: 5;
        color: #fff;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        width: 270px;
        font-size: 19px;
        font-family: Georgia, serif;
        text-align: center;
        cursor: pointer; }
      .body .promo .promo-inner .copy {
        margin: -15px 0 0 54px;
        width: 245px; }
        .body .promo .promo-inner .copy h2 {
          font-size: 23px;
          padding: 0;
          margin-top: 20px;
          font-family: Georgia, serif;
          margin-bottom: -2px; }
        .body .promo .promo-inner .copy h3 {
          width: 120px;
          padding: 0;
          font-size: 17px;
          line-height: 1.5em;
          font-family: Georgia, serif;
          margin-bottom: 10px; }
          .body .promo .promo-inner .copy h3.phone {
            width: 215px;
            margin-top: 16px;
            display: block;
            font-family: Georgia, serif;
            margin: 29px 0 7px;
            font-size: 16px; }
        .body .promo .promo-inner .copy p {
          font-size: 13px;
          margin: 0 0 10px 0; }
      .body .promo .promo-inner .hero {
        position: absolute;
        top: 20px;
        left: 160px;
        z-index: 3; }
  .body .lifestyle {
    display: none;
    width: 1200px;
    height: 640px;
    margin: 100px auto 0 auto; }
    .body .lifestyle .message {
      position: absolute;
      width: 492px;
      height: 230px;
      margin: 86px 0 0 0px;
      background: rgba(0, 0, 0, 0.6);
      color: #FFF; }
      .body .lifestyle .message h1 {
        margin: 28px 66px 20px 0;
        font-size: 42px;
        font-weight: normal;
        font-family: Georgia, serif;
        text-align: right;
        text-shadow: 2px 2px #000; }
      .body .lifestyle .message p {
        margin: 0 120px 0 119px;
        color: white;
        font-size: 20px;
        font-family: Georgia, serif;
        text-align: left;
        text-shadow: 1px 1px black;
        line-height: 24px;
        width: 325px; }
  .body .cont {
    position: relative;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #dfddd0;
    background: -moz-linear-gradient(top, #dfddd0 0%, #fdfdfb 180px);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfddd0), color-stop(180px, #fdfdfb));
    background: -webkit-linear-gradient(top, #dfddd0 0%, #fdfdfb 180px);
    background: -o-linear-gradient(top, #dfddd0 0%, #fdfdfb 180px);
    background: -ms-linear-gradient(top, #dfddd0 0%, #fdfdfb 180px);
    background: linear-gradient(top, #dfddd0 0%, #fdfdfb 180px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfddd0', endColorstr='#fdfdfb',GradientType=0 );
    padding-bottom: 20px; }
    .body .cont .social {
      position: absolute;
      top: 231px;
      left: 1000px;
      background: #FDFDFB;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      box-shadow: 5px 0px 6px -1px rgba(0, 0, 0, 0.3);
      padding: 12px 4px 8px 7px;
      width: 72px; }
      .body .cont .social .social_icons {
        min-height: 55px; }
      .body .cont .social .stArrow {
        display: none; }
      .body .cont .social .print {
        margin: 2px 0 0 4px; }
      .body .cont .social > div > span {
        margin-bottom: 6px;
        display: block; }
      .body .cont .social .stHBubble {
        width: 32px; }
    .body .cont .sidebar {
      background: url(/apps/default/asset/img/common/sidebar_bg.jpg) top center repeat-y;
      float: left;
      width: 200px;
      height: 100%;
      padding: 25px 20px 0 20px;
      position: absolute;
      top: 0;
      left: 0; }
      .body .cont .sidebar h3 {
        padding: 0 0 10px 0px;
        margin: 0 0 10px 0;
        width: 200px;
        border-bottom: 1px solid #333333;
        font-family: Georgia, serif;
        font-size: 20px; }
      .body .cont .sidebar h4 {
        font-family: Georgia, serif;
        font-size: 20px;
        font-weight: normal;
        margin: 0 0 10px 0; }
      .body .cont .sidebar hr {
        background: none;
        border: none;
        border-bottom: solid 1px #666;
        margin: 10px auto; }
      .body .cont .sidebar ul {
        padding-left: 5px; }
        .body .cont .sidebar ul li {
          list-style-type: none;
          font-size: 15px; }
          .body .cont .sidebar ul li a {
            text-decoration: none;
            font-family: Arial, Helvetica, sans-serif;
            color: #666666;
            display: block;
            margin: 0 0 10px 0;
            line-height: 1.2em; }
            .body .cont .sidebar ul li a.act {
              color: #333333;
              font-weight: bold;
              background: url(/apps/default/asset/img/common/arrow_active_rt_sidebar.png) right center no-repeat;
              background-position-y: 5px; }

.footer {
  min-height: 100px;
  position: absolute;
  z-index: 2;
  width: 100%;
  background: url(/apps/default/asset/img/common/header_bg_1000x400.jpg) top center repeat;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  color: #FFF; }
  .footer #footer_logo_main {
    position: relative;
    float: left;
    display: inline; }
  .footer h1 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 20px; }
  .footer .social {
    float: left;
    width: 210px;
    margin: 0 75px 0 25px; }
    .footer .social h3 {
      margin: 0 0 0 35px; }
    .footer .social a {
      display: block;
      float: left;
      margin: 0 0 0 5px; }
      .footer .social a.fb {
        margin-left: 50px; }
  .footer .nav {
    float: left;
    display: inline;
    margin-left: 80px; }
    .footer .nav ul {
      float: left;
      margin: 0 0 0 77px;
      padding: 0;
      list-style-type: none; }
      .footer .nav ul:first-child {
        margin-left: 0px; }
      .footer .nav ul li {
        margin: 0 0 25px 0; }
        .footer .nav ul li a {
          padding: 0 0 0 9px;
          background: url(/apps/default/asset/img/common/arrow_rt_5x9.png) 0 2px no-repeat;
          color: #FFF;
          text-decoration: none; }
          .footer .nav ul li a.heading {
            font-weight: bold; }
        .footer .nav ul li ul {
          float: none;
          margin: 4px 0 0 10px; }
          .footer .nav ul li ul li {
            margin: 8px 0 0 0; }
  .footer center {
    font-size: 11px; }

.main_info_cont {
  width: 478px;
  float: left;
  display: inline;
  padding: 23px 20px 20px 0; }
  .main_info_cont img {
    margin: auto;
    display: block; }
  .main_info_cont h2 {
    margin-bottom: 20px; }
  .main_info_cont p {
    line-height: 1.4em;
    font-size: 13px; }

.main_info_cont_wide {
  padding-top: 25px; }

.col_right {
  float: left;
  display: inline;
  margin: 10px 10px 10px 0px;
  width: 225px;
  padding-top: 62px; }
  .col_right p {
    display: block;
    width: 225px; }
    .col_right p.col_right_caption {
      font-weight: bold;
      margin: 10px 0 10px 0;
      line-height: 1.4em; }
  .col_right img {
    display: block;
    margin: auto;
    text-align: center; }

.fancybox_email_send {
  display: none; }

.fancybox_email_window h2 {
  font-size: 30px;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif; }
.fancybox_email_window label {
  display: block;
  margin: 5px 0; }
.fancybox_email_window input {
  border: solid 1px #aaaaaa;
  width: 350px;
  font-size: 12px !important;
  color: #000 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
.fancybox_email_window textarea {
  border: solid 1px #aaaaaa;
  width: 350px;
  height: 100px;
  font-size: 12px;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
.fancybox_email_window .fancybox_email_submit {
  display: block;
  margin: 8px 0 0 298px; }
.fancybox_email_window .error {
  border: solid 1px red !important; }

/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
  vertical-align: top;
  padding: 0;
  margin: 0; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  padding: 0;
  margin: 0;
  position: relative;
  outline: none; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 10px; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/apps/default/asset/img/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8020; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/apps/default/asset/img/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  background: transparent url("/apps/default/asset/img/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 20px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 20px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  padding: 0;
  overflow: visible;
  visibility: hidden; }

/* Overlay helper */
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: #000; }

#fancybox-overlay.overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8030;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  margin-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

:focus {
  outline: none; }

.cont {
  width: 1000px;
  margin: 0 auto; }

html {
  height: 100%; }

body {
  padding: 100px 0 0 0;
  background: #fefcfd;
  font-family: Helvetica, Arial, sans-serif;
  background: url(/apps/default/asset/img/cp/body_bg_10x925.jpg) 100px 0 repeat-x #D8D3BF; }

h1 {
  font-family: Georgia, serif;
  font-size: 19px;
  font-weight: normal;
  color: #313131;
  text-shadow: 1px 1px #FFF;
  margin: 0; }

h2 {
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  color: #313131;
  text-shadow: 1px 1px #FFF;
  margin: 0; }

h3 {
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: normal;
  color: #313131;
  text-shadow: 1px 1px #FFF;
  margin: 0; }
  h3 span {
    padding: 0 0 0 10px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-shadow: none;
    color: rgba(49, 49, 49, 0.8); }
    h3 span a {
      color: inherit; }

h4 {
  margin: 0 0 0 8px; }

input[type=text], input[type=password] {
  border-radius: 3px;
  border: solid 1px #AAA;
  display: inline-block;
  font-size: 14px;
  padding: 3px 3px;
  color: rgba(49, 49, 49, 0.31); }
  input[type=text].active, input[type=password].active {
    color: #313131; }

a.mailto {
  color: #0054A6; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  box-shadow: 0 0 8px #888;
  background: url(/apps/default/asset/img/cp/header_bg_400x400.jpg) top center repeat-x;
  height: 100px; }
  .header .cont {
    margin: 0px auto;
    position: relative;
    height: 100px; }
    .header .cont #cp_logo {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 222px;
      height: 100px; }
      .header .cont #cp_logo img {
        display: block;
        margin: 0px; }
    .header .cont #user_info_in_header {
      position: absolute;
      top: 35px;
      right: 0px;
      width: 50%;
      text-align: right; }
      .header .cont #user_info_in_header.multiple_companies {
        top: 20px; }
      .header .cont #user_info_in_header.one_company {
        top: 28px; }
      .header .cont #user_info_in_header p {
        font-size: 14px;
        font-weight: bold;
        color: #313131;
        margin: 0 10px 5px 0;
        display: block; }
      .header .cont #user_info_in_header a {
        color: #0054A6;
        font-weight: bold;
        margin: 0 10px 0 0;
        display: block; }
    .header .cont h1 {
      position: absolute;
      top: 38px;
      left: 230px; }

.body {
  margin: 0; }
  .body .cont {
    box-shadow: 4px 4px 8px -1px rgba(136, 136, 136, 0.3), -4px 4px 8px -1px rgba(136, 136, 136, 0.3), 0 -4px 8px transparent, 0 4px 8px transparent;
    position: relative;
    padding: 30px 25px 10px 275px;
    width: 700px;
    min-height: 720px;
    background: #dfddd0;
    background: -moz-linear-gradient(top, #dfddd0 0%, #fdfdfb 180px);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfddd0), color-stop(180px, #fdfdfb));
    background: -webkit-linear-gradient(top, #dfddd0 0%, #fdfdfb 180px);
    background: -o-linear-gradient(top, #dfddd0 0%, #fdfdfb 180px);
    background: -ms-linear-gradient(top, #dfddd0 0%, #fdfdfb 180px);
    background: linear-gradient(top, #dfddd0 0%, #fdfdfb 180px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfddd0', endColorstr='#fdfdfb',GradientType=0 ); }
    .body .cont .nav {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 250px;
      background: #dad5c1;
      background: -moz-linear-gradient(top, #dad5c1 0%, #ece8dd 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dad5c1), color-stop(100%, #ece8dd));
      background: -webkit-linear-gradient(top, #dad5c1 0%, #ece8dd 100%);
      background: -o-linear-gradient(top, #dad5c1 0%, #ece8dd 100%);
      background: -ms-linear-gradient(top, #dad5c1 0%, #ece8dd 100%);
      background: linear-gradient(top, #dad5c1 0%, #ece8dd 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad5c1', endColorstr='#ece8dd',GradientType=0 ); }
      .body .cont .nav img.logo {
        display: inline-block;
        margin: 30px 15px;
        max-height: 145px;
        max-width: 125px; }
      .body .cont .nav .sidebar_nav_elements .sidebar_nav_element {
        display: block;
        text-decoration: none;
        font-size: 16px;
        color: #4d4b43;
        padding-left: 55px;
        background-position: 18px center;
        background-repeat: no-repeat;
        line-height: 40px;
        height: 40px;
        overflow: hidden; }
        .body .cont .nav .sidebar_nav_elements .sidebar_nav_element.dashboard {
          background-image: url(/apps/default/asset/img/cp/icon/dashboard_25x25.png); }
        .body .cont .nav .sidebar_nav_elements .sidebar_nav_element.builder {
          background-image: url(/apps/default/asset/img/cp/icon/builder_25x25.png); }
        .body .cont .nav .sidebar_nav_elements .sidebar_nav_element.quotes {
          background-image: url(/apps/default/asset/img/cp/icon/quotes_25x25.png); }
        .body .cont .nav .sidebar_nav_elements .sidebar_nav_element.doors {
          background-image: url(/apps/default/asset/img/cp/icon/doors_25x25.png); }
        .body .cont .nav .sidebar_nav_elements .sidebar_nav_element.orders {
          background-image: url(/apps/default/asset/img/cp/icon/orders_25x25.png); }
        .body .cont .nav .sidebar_nav_elements .sidebar_nav_element.approval {
          background-image: url(/apps/default/asset/img/cp/icon/approval_25x25.png); }
        .body .cont .nav .sidebar_nav_elements .sidebar_nav_element.messages {
          background-image: url(/apps/default/asset/img/cp/icon/messages_25x25.png); }
        .body .cont .nav .sidebar_nav_elements .sidebar_nav_element.account {
          background-image: url(/apps/default/asset/img/cp/icon/account_25x25.png); }
        .body .cont .nav .sidebar_nav_elements .sidebar_nav_element.login {
          background-image: url(/apps/default/asset/img/cp/icon/login_25x25.png); }
        .body .cont .nav .sidebar_nav_elements .sidebar_nav_element.register {
          background-image: url(/apps/default/asset/img/cp/icon/register_25x25.png); }
        .body .cont .nav .sidebar_nav_elements .sidebar_nav_element.dealers {
          background-image: url(/apps/default/asset/img/cp/icon/dealers_25x25.png); }
        .body .cont .nav .sidebar_nav_elements .sidebar_nav_element.chat {
          background-image: url(/apps/default/asset/img/cp/icon/chat_25x25.png); }
        .body .cont .nav .sidebar_nav_elements .sidebar_nav_element.locator {
          background-image: url(/apps/default/asset/img/cp/icon/locator_25x25.png); }
        .body .cont .nav .sidebar_nav_elements .sidebar_nav_element.locator_admin {
          background-image: url(/apps/default/asset/img/cp/icon/locator_admin_25x25.png); }
        .body .cont .nav .sidebar_nav_elements .sidebar_nav_element.price_lists {
          background-image: url(/apps/default/asset/img/cp/icon/price_lists_25x25.png); }
        .body .cont .nav .sidebar_nav_elements .sidebar_nav_element.image_downloader {
          background-image: url(/apps/default/asset/img/cp/icon/image_downloader_25x25.png); }
        .body .cont .nav .sidebar_nav_elements .sidebar_nav_element.product {
          background-image: url(/apps/default/asset/img/cp/icon/product_25x27.png); }
        .body .cont .nav .sidebar_nav_elements .sidebar_nav_element.active {
          background-color: #f9faf5; }
      .body .cont .nav .separation_line {
        display: block;
        height: 1px;
        border-top: solid 1px #B3AD98;
        background-color: #F7F2DF; }
    .body .cont .box {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      box-shadow: 0 0 4px 0 #888;
      margin: 0 0 25px 0;
      background: #FFF; }
      .body .cont .box.half {
        width: 48%;
        float: left; }
      .body .cont .box .title {
        position: relative;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-top: solid 1px #BCB8AD;
        border-left: solid 1px #BCB8AD;
        border-right: solid 1px #BCB8AD;
        background: #DDD8CB;
        background: -moz-linear-gradient(top, #DDD8CB 0%, #D0C8B7 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DDD8CB), color-stop(100%, #D0C8B7));
        background: -webkit-linear-gradient(top, #DDD8CB 0%, #D0C8B7 100%);
        background: -o-linear-gradient(top, #DDD8CB 0%, #D0C8B7 100%);
        background: -ms-linear-gradient(top, #DDD8CB 0%, #D0C8B7 100%);
        background: linear-gradient(top, #DDD8CB 0%, #D0C8B7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DDD8CB', endColorstr='#D0C8B7',GradientType=0 );
        height: 27px;
        padding: 9px 10px; }
        .body .cont .box .title label {
          font-size: 14px;
          color: #313131;
          display: block;
          float: left;
          margin: 7px 0 0 0; }
        .body .cont .box .title .crumbs {
          padding: 7px 0 0 0;
          color: #555; }
          .body .cont .box .title .crumbs a {
            color: inherit; }
        .body .cont .box .title .left {
          float: left;
          text-align: left;
          min-height: 29px; }
          .body .cont .box .title .left a {
            text-decoration: none; }
          .body .cont .box .title .left button {
            float: left; }
        .body .cont .box .title button, .body .cont .box .title .button {
          margin: 3px 0 0 10px;
          border-radius: 2px;
          border: solid 1px #933836;
          background: #F78F85;
          background: #B74F4D;
          background: -moz-linear-gradient(top, #F78F85 0%, #B74F4D 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F78F85), color-stop(100%, #B74F4D));
          background: -webkit-linear-gradient(top, #F78F85 0%, #B74F4D 100%);
          background: -o-linear-gradient(top, #F78F85 0%, #B74F4D 100%);
          background: -ms-linear-gradient(top, #F78F85 0%, #B74F4D 100%);
          background: linear-gradient(top, #F78F85 0%, #B74F4D 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F78F85', endColorstr='#B74F4D',GradientType=0 );
          font-size: 12px;
          font-weight: bold;
          color: #FFF;
          text-shadow: 1px 0 #000; }
          .body .cont .box .title button.approved, .body .cont .box .title .button.approved {
            background: #8fc800;
            background: -moz-linear-gradient(top, #8fc800 0%, #7aaa00 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8fc800), color-stop(100%, #7aaa00));
            background: -webkit-linear-gradient(top, #8fc800 0%, #7aaa00 100%);
            background: -o-linear-gradient(top, #8fc800 0%, #7aaa00 100%);
            background: -ms-linear-gradient(top, #8fc800 0%, #7aaa00 100%);
            background: linear-gradient(top, #8fc800 0%, #7aaa00 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#7aaa00',GradientType=0 );
            border: solid 1px #7aaa00; }
        .body .cont .box .title .right {
          float: right;
          text-align: right; }
          .body .cont .box .title .right button {
            float: right; }
          .body .cont .box .title .right.saved_door_millwork_options {
            width: 330px; }
            .body .cont .box .title .right.saved_door_millwork_options button, .body .cont .box .title .right.saved_door_millwork_options input {
              float: right; }
            .body .cont .box .title .right.saved_door_millwork_options .selector {
              float: left; }
          .body .cont .box .title .right.quote_options button, .body .cont .box .title .right.quote_options input {
            float: right; }
        .body .cont .box .title .tab {
          float: left;
          font-size: 14px;
          margin: -5px 10px 0 -5px;
          padding: 13px 15px 0 15px;
          height: 27px;
          cursor: pointer; }
          .body .cont .box .title .tab.active {
            cursor: default;
            font-weight: bold;
            background: #FFF;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            border-top: solid 1px #BCB8AD;
            border-left: solid 1px #BCB8AD;
            border-right: solid 1px #BCB8AD; }
          .body .cont .box .title .tab span {
            font-size: 70%;
            color: rgba(49, 49, 49, 0.8); }
            .body .cont .box .title .tab span a {
              color: inherit; }
      .body .cont .box table {
        table-layout: fixed;
        width: 100%;
        position: relative; }
        .body .cont .box table tr {
          position: relative; }
        .body .cont .box table th {
          background: #FFFFFF;
          background: -moz-linear-gradient(top, #FFFFFF 0%, #F2F2F2 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #F2F2F2));
          background: -webkit-linear-gradient(top, #FFFFFF 0%, #F2F2F2 100%);
          background: -o-linear-gradient(top, #FFFFFF 0%, #F2F2F2 100%);
          background: -ms-linear-gradient(top, #FFFFFF 0%, #F2F2F2 100%);
          background: linear-gradient(top, #FFFFFF 0%, #F2F2F2 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F2F2F2',GradientType=0 );
          font-size: 14px;
          color: #313131;
          text-align: left;
          padding: 12px 10px 10px 18px;
          position: relative; }
        .body .cont .box table td {
          font-size: 14px;
          vertical-align: top;
          padding: 5px 5px 5px 8px; }
          .body .cont .box table td.hold {
            color: #E9222B; }
            .body .cont .box table td.hold b {
              color: #313131; }
          .body .cont .box table td button, .body .cont .box table td a.act_like_button {
            background: #EEEBE2;
            background: -moz-linear-gradient(top, #EEEBE2 0%, #E8E4D8 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEEBE2), color-stop(100%, #E8E4D8));
            background: -webkit-linear-gradient(top, #EEEBE2 0%, #E8E4D8 100%);
            background: -o-linear-gradient(top, #EEEBE2 0%, #E8E4D8 100%);
            background: -ms-linear-gradient(top, #EEEBE2 0%, #E8E4D8 100%);
            background: linear-gradient(top, #EEEBE2 0%, #E8E4D8 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEBE2', endColorstr='#E8E4D8',GradientType=0 );
            border-radius: 3px;
            border: solid 1px #A0A096;
            font-size: 12px;
            font-weight: bold;
            color: #696963; }
          .body .cont .box table td a.act_like_button {
            text-decoration: none;
            padding: 3px 16px; }
        .body .cont .box table.data tr {
          border-top: solid 1px #E5E5E5; }
          .body .cont .box table.data tr:first-child {
            border: none; }
          .body .cont .box table.data tr.edit {
            display: none;
            border: none; }
        .body .cont .box table.data td {
          vertical-align: middle;
          height: 40px;
          padding: 5px 10px 5px 18px; }
        .body .cont .box table.data tfoot {
          color: #666; }
          .body .cont .box table.data tfoot tr td {
            border-top: solid 1px #E5E5E5; }
          .body .cont .box table.data tfoot a {
            text-decoration: none;
            color: #666; }
        .body .cont .box table.caddata {
          width: 98%;
          margin: 0 1%; }
          .body .cont .box table.caddata thead tr th {
            padding: 4px 0 6px 8px;
            background: #EFEFE7;
            text-align: left; }
          .body .cont .box table.caddata tbody tr td {
            padding: 4px 0 6px 8px;
            overflow: hidden;
            text-overflow: ellipsis; }
        .body .cont .box table.company {
          margin: 20px;
          width: 100%; }
          .body .cont .box table.company td {
            padding: 5px; }
            .body .cont .box table.company td.logo {
              width: 240px; }
              .body .cont .box table.company td.logo img {
                max-height: 145px;
                max-width: 125px; }
        .body .cont .box table.config {
          width: auto; }
          .body .cont .box table.config td {
            vertical-align: middle;
            padding: 5px 0 5px 5px; }
      .body .cont .box .pos_rel {
        position: relative; }
      .body .cont .box .status_icon {
        left: 46px;
        position: absolute;
        top: -18px;
        cursor: pointer; }
      .body .cont .box .status_legend {
        position: absolute;
        z-index: 5;
        background: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: #666 0px 0px 4px;
        -moz-box-shadow: #666 0px 0px 4px;
        box-shadow: #666 0px 0px 4px;
        padding: 8px;
        top: -34px;
        left: 74px;
        width: 165px;
        opacity: 0;
        display: none; }
        .body .cont .box .status_legend .arr_left {
          left: -15px;
          position: absolute;
          top: 21px; }
        .body .cont .box .status_legend h3 {
          font-size: 13px;
          font-weight: bold;
          font-family: Helvetica, Arial, sans-serif;
          margin-bottom: 4px; }
        .body .cont .box .status_legend ul li {
          list-style: none;
          font-size: 12px;
          display: block;
          font-family: Helvetica, Arial, sans-serif;
          font-weight: 100 !important;
          padding: 3px 0; }
          .body .cont .box .status_legend ul li:last-child {
            padding: 3px 0 0; }
    .body .cont .spacer {
      width: 4%;
      float: left;
      height: 1px; }
    .body .cont .dates {
      margin: 0 5px;
      background: #DBF7CA;
      border: solid 1px #CDEBBB;
      border-radius: 3px; }
    .body .cont .cad_controls {
      width: 98%;
      margin: 0 1%;
      padding: 2px 0 3px 0;
      background: #E3E3DC; }
      .body .cont .cad_controls img {
        display: block;
        float: left;
        margin: 8px 5px 0 8px; }
      .body .cont .cad_controls button {
        background: #EEEBE2;
        background: -moz-linear-gradient(top, #EEEBE2 0%, #E8E4D8 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEEBE2), color-stop(100%, #E8E4D8));
        background: -webkit-linear-gradient(top, #EEEBE2 0%, #E8E4D8 100%);
        background: -o-linear-gradient(top, #EEEBE2 0%, #E8E4D8 100%);
        background: -ms-linear-gradient(top, #EEEBE2 0%, #E8E4D8 100%);
        background: linear-gradient(top, #EEEBE2 0%, #E8E4D8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEBE2', endColorstr='#E8E4D8',GradientType=0 );
        font-size: 12px;
        font-weight: bold;
        color: #4B4B47;
        border-radius: 5px;
        border: solid 1px #A0A096; }
    .body .cont .canvas {
      position: relative; }
      .body .cont .canvas .cad {
        display: block;
        margin: 50px auto; }
      .body .cont .canvas .controls {
        display: none;
        position: absolute;
        right: 25px;
        bottom: 0; }
  .body .saved_door_actions {
    width: 375px;
    text-align: left;
    margin-right: 97px;
    display: block;
    margin: -9px 0 0 -30px;
    position: absolute; }

.body .cont .box .table_2012_1 tr .col {
  padding: 0px;
  padding-top: 6px;
  padding-bottom: 6px; }
  .body .cont .box .table_2012_1 tr .col.first {
    padding-left: 15px; }
  .body .cont .box .table_2012_1 tr .col.last {
    padding-right: 15px; }
.body .cont .box .table_2012_1 tr th {
  border-bottom: solid 1px #e5e5e5; }

.footer {
  position: absolute;
  z-index: 2;
  width: 100%;
  background: url(/apps/default/asset/img/cp/header_bg_400x400.jpg) top center;
  box-shadow: 0 0 8px #888;
  color: #313131; }
  .footer h1 {
    text-align: center; }
  .footer .newsletter {
    float: left;
    width: 330px;
    margin: 0 75px 0 25px; }
    .footer .newsletter a {
      color: #313131;
      text-decoration: none; }
  .footer .nav ul li a {
    background: url(/apps/default/asset/img/cp/arrow_rt_5x9.png) 0 2px no-repeat;
    color: #313131; }
  .footer center {
    font-size: 10px; }

#account_users .user_row {
  padding: 20px;
  border-top: solid 1px #ccc; }
  #account_users .user_row.user_row_edit {
    background-color: #eee; }
  #account_users .user_row:first-child {
    border-top: 0px;
    padding-top: 10px; }
  #account_users .user_row .user_edit {
    position: relative; }
    #account_users .user_row .user_edit #company_select {
      float: left; }
    #account_users .user_row .user_edit button, #account_users .user_row .user_edit input.button {
      background: #F1F1F1;
      border-radius: 3px;
      border: solid 1px #AAAAAA;
      font-weight: bold;
      color: #4B4B4A;
      padding: 0px;
      margin: 0px;
      line-height: 16px;
      padding: 3px 6px;
      vertical-align: middle; }
      #account_users .user_row .user_edit button.green, #account_users .user_row .user_edit input.button.green {
        background: #7BC64A;
        background: -moz-linear-gradient(top, #7BC64A 0%, #39A737 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7BC64A), color-stop(100%, #39A737));
        background: -webkit-linear-gradient(top, #7BC64A 0%, #39A737 100%);
        background: -o-linear-gradient(top, #7BC64A 0%, #39A737 100%);
        background: -ms-linear-gradient(top, #7BC64A 0%, #39A737 100%);
        background: linear-gradient(top, #7BC64A 0%, #39A737 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7BC64A', endColorstr='#39A737',GradientType=0 );
        box-shadow: inset 0px 1px 1px #BFEA63;
        color: #FFF;
        border-color: #008128; }
      #account_users .user_row .user_edit button.red, #account_users .user_row .user_edit input.button.red {
        background: #FF0015;
        background: -moz-linear-gradient(top, #FF0015 0%, #FD0013 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0015), color-stop(100%, #FD0013));
        background: -webkit-linear-gradient(top, #FF0015 0%, #FD0013 100%);
        background: -o-linear-gradient(top, #FF0015 0%, #FD0013 100%);
        background: -ms-linear-gradient(top, #FF0015 0%, #FD0013 100%);
        background: linear-gradient(top, #FF0015 0%, #FD0013 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0015', endColorstr='#FD0013',GradientType=0 );
        box-shadow: inset 0px 1px 1px #FF979F;
        color: #FFF;
        border-color: #B90009; }
      #account_users .user_row .user_edit button.user_delete_button, #account_users .user_row .user_edit input.button.user_delete_button {
        position: absolute;
        bottom: 0px;
        right: 0px; }
      #account_users .user_row .user_edit button.add_company, #account_users .user_row .user_edit input.button.add_company {
        display: block;
        float: right; }
    #account_users .user_row .user_edit .two_col label.caption, #account_users .user_row .user_edit .one_col label.caption {
      display: block;
      margin-bottom: 10px;
      font-size: 100%;
      font-weight: bold;
      color: #888; }
    #account_users .user_row .user_edit .two_col .element .checkbox_outer, #account_users .user_row .user_edit .one_col .element .checkbox_outer {
      margin-top: 5px; }
      #account_users .user_row .user_edit .two_col .element .checkbox_outer:first-child, #account_users .user_row .user_edit .one_col .element .checkbox_outer:first-child {
        margin-top: 0px; }
      #account_users .user_row .user_edit .two_col .element .checkbox_outer .selector, #account_users .user_row .user_edit .one_col .element .checkbox_outer .selector {
        width: 50px; }
      #account_users .user_row .user_edit .two_col .element .checkbox_outer select, #account_users .user_row .user_edit .one_col .element .checkbox_outer select {
        width: 55px; }
    #account_users .user_row .user_edit .two_col .element.shaded, #account_users .user_row .user_edit .one_col .element.shaded {
      width: 272px;
      background: #DDD;
      border-radius: 3px;
      border: solid 1px #AAA;
      padding: 6px 8px;
      box-shadow: inset -2px 2px 2px rgba(0, 0, 0, 0.1); }
      #account_users .user_row .user_edit .two_col .element.shaded input, #account_users .user_row .user_edit .one_col .element.shaded input {
        width: 190px; }
    #account_users .user_row .user_edit .two_col .element .company label, #account_users .user_row .user_edit .one_col .element .company label {
      display: block;
      float: left;
      padding: 5px 0; }
      #account_users .user_row .user_edit .two_col .element .company label[for], #account_users .user_row .user_edit .one_col .element .company label[for] {
        display: inline;
        float: none; }
    #account_users .user_row .user_edit .two_col .element .company button, #account_users .user_row .user_edit .one_col .element .company button {
      display: block;
      float: right; }
    #account_users .user_row .user_edit .two_col {
      float: left;
      display: inline;
      width: 50%; }
      #account_users .user_row .user_edit .two_col .input_text_1 {
        width: 280px; }
    #account_users .user_row .user_edit .one_col.form_buttons button, #account_users .user_row .user_edit .one_col.form_buttons input.button {
      font-size: 110%; }
  #account_users .user_row .user_view {
    position: relative; }
    #account_users .user_row .user_view .col {
      float: left;
      display: inline;
      line-height: 20px;
      font-size: 110%; }
    #account_users .user_row .user_view .col_name {
      width: 210px;
      font-weight: bold; }
    #account_users .user_row .user_view .col_email {
      width: 350px; }
    #account_users .user_row .user_view .col_button {
      width: 100px;
      text-align: right; }

#user_pagination {
  padding: 20px 20px 10px 20px;
  border-top: solid 1px #ccc; }
  #user_pagination table {
    width: 100%; }
    #user_pagination table tr td {
      vertical-align: middle; }
      #user_pagination table tr td a {
        text-decoration: none; }
      #user_pagination table tr td.left {
        text-align: left;
        width: 20%; }
      #user_pagination table tr td.middle {
        text-align: center; }
      #user_pagination table tr td.right {
        text-align: right;
        width: 20%; }

#overlay {
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5); }
  #overlay .buttons {
    border-top: solid 1px #D1CDC6;
    padding: 15px; }
    #overlay .buttons a.button {
      border-radius: 3px !important;
      border: solid 1px #A0A096 !important;
      background: #EEEBE2 !important;
      background: -moz-linear-gradient(top, #EEEBE2 0%, #E8E4D8 100%) !important;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEEBE2), color-stop(100%, #E8E4D8)) !important;
      background: -webkit-linear-gradient(top, #EEEBE2 0%, #E8E4D8 100%) !important;
      background: -o-linear-gradient(top, #EEEBE2 0%, #E8E4D8 100%) !important;
      background: -ms-linear-gradient(top, #EEEBE2 0%, #E8E4D8 100%) !important;
      background: linear-gradient(top, #EEEBE2 0%, #E8E4D8 100%) !important;
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEBE2', endColorstr='#E8E4D8',GradientType=0 ) !important;
      font-size: 12px !important;
      font-weight: bold !important;
      color: #696963 !important;
      text-shadow: none !important;
      text-decoration: none;
      padding: 4px 7px 3px 7px;
      margin: 0px 5px; }
      #overlay .buttons a.button.save, #overlay .buttons a.button.green_color {
        background: #88C85A !important;
        background: -moz-linear-gradient(top, #88C85A 0%, #47A538 100%) !important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #88C85A), color-stop(100%, #47A538)) !important;
        background: -webkit-linear-gradient(top, #88C85A 0%, #47A538 100%) !important;
        background: -o-linear-gradient(top, #88C85A 0%, #47A538 100%) !important;
        background: -ms-linear-gradient(top, #88C85A 0%, #47A538 100%) !important;
        background: linear-gradient(top, #88C85A 0%, #47A538 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88C85A', endColorstr='#47A538',GradientType=0 ) !important;
        border: solid 1px #7DB680 !important;
        color: #FFF !important; }
      #overlay .buttons a.button.red {
        background: #C01F2F !important;
        background: -moz-linear-gradient(top, #C01F2F 0%, #5C0202 100%) !important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C01F2F), color-stop(100%, #5C0202)) !important;
        background: -webkit-linear-gradient(top, #C01F2F 0%, #5C0202 100%) !important;
        background: -o-linear-gradient(top, #C01F2F 0%, #5C0202 100%) !important;
        background: -ms-linear-gradient(top, #C01F2F 0%, #5C0202 100%) !important;
        background: linear-gradient(top, #C01F2F 0%, #5C0202 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C01F2F', endColorstr='#5C0202',GradientType=0 ) !important;
        color: #FFF !important;
        border-color: #7C1312 !important; }
    #overlay .buttons .left {
      float: left; }
    #overlay .buttons .right {
      float: right; }
  #overlay .overlay_wrapper {
    width: 100%;
    height: 100%;
    display: table; }
    #overlay .overlay_wrapper .overlay_cell {
      display: table-cell;
      vertical-align: middle; }
      #overlay .overlay_wrapper .overlay_cell .overlay_content {
        width: 480px;
        margin: 0 auto;
        background: white;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
        position: relative; }
        #overlay .overlay_wrapper .overlay_cell .overlay_content .overlay_close {
          position: absolute;
          top: 9px;
          right: 12px;
          width: 23px;
          height: 23px;
          background: url(/apps/default/asset/img/cp/icon/overlay_close_23x23.png) 0 0 no-repeat;
          cursor: pointer; }
        #overlay .overlay_wrapper .overlay_cell .overlay_content span .inside_overlay .title {
          background: #EFEAE2;
          color: #726F71;
          font-size: 13px;
          font-weight: bold;
          text-align: center;
          padding: 15px 0 12px 0;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
        #overlay .overlay_wrapper .overlay_cell .overlay_content span .inside_overlay .content {
          padding: 15px 25px 25px 25px; }
          #overlay .overlay_wrapper .overlay_cell .overlay_content span .inside_overlay .content .toggler a {
            display: block;
            float: left;
            width: 213px;
            text-align: center;
            text-decoration: none;
            text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
            font-weight: bold;
            color: #9C0C22;
            background: #e5e5e5;
            background: -moz-linear-gradient(top, #e5e5e5 0%, #b5b5b5 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #b5b5b5));
            background: -webkit-linear-gradient(top, #e5e5e5 0%, #b5b5b5 100%);
            background: -o-linear-gradient(top, #e5e5e5 0%, #b5b5b5 100%);
            background: -ms-linear-gradient(top, #e5e5e5 0%, #b5b5b5 100%);
            background: linear-gradient(to bottom, #e5e5e5 0%, #b5b5b5 100%);
            box-shadow: inset 0 1px 1px #D3D3D3, inset 0 -1px 1px #D3D3D3, inset -1px 0 1px #D3D3D3;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#b5b5b5',GradientType=0 );
            padding: 15px 0 14px 0; }
            #overlay .overlay_wrapper .overlay_cell .overlay_content span .inside_overlay .content .toggler a.active {
              -webkit-box-shadow: inset #666 0px 2px 5px;
              -moz-box-shadow: inset #666 0px 2px 5px;
              box-shadow: inset #666 0px 2px 5px;
              background: #bcbcbc;
              background: -moz-linear-gradient(top, #bcbcbc 0%, #e1e1e1 100%);
              background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bcbcbc), color-stop(100%, #e1e1e1));
              background: -webkit-linear-gradient(top, #bcbcbc 0%, #e1e1e1 100%);
              background: -o-linear-gradient(top, #bcbcbc 0%, #e1e1e1 100%);
              background: -ms-linear-gradient(top, #bcbcbc 0%, #e1e1e1 100%);
              background: linear-gradient(to bottom, #bcbcbc 0%, #e1e1e1 100%);
              filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#e1e1e1',GradientType=0 );
              color: #000; }
          #overlay .overlay_wrapper .overlay_cell .overlay_content span .inside_overlay .content .targets .target {
            display: none; }
            #overlay .overlay_wrapper .overlay_cell .overlay_content span .inside_overlay .content .targets .target.active {
              display: block; }
          #overlay .overlay_wrapper .overlay_cell .overlay_content span .inside_overlay .content .buttons {
            padding: 0px;
            padding: 10px 0px; }
            #overlay .overlay_wrapper .overlay_cell .overlay_content span .inside_overlay .content .buttons .button {
              margin: 0px;
              margin-left: 10px; }
          #overlay .overlay_wrapper .overlay_cell .overlay_content span .inside_overlay .content label {
            display: block;
            font-weight: bold;
            padding: 0px;
            padding-bottom: 5px; }
            #overlay .overlay_wrapper .overlay_cell .overlay_content span .inside_overlay .content label span {
              margin-left: 5px;
              color: #888; }
          #overlay .overlay_wrapper .overlay_cell .overlay_content span .inside_overlay .content .checkbox_container label {
            display: inline;
            margin-left: 5px; }
          #overlay .overlay_wrapper .overlay_cell .overlay_content span .inside_overlay .content .checkbox_container .checker {
            margin-left: 20px; }
            #overlay .overlay_wrapper .overlay_cell .overlay_content span .inside_overlay .content .checkbox_container .checker:first-child {
              margin-left: 0px; }
          #overlay .overlay_wrapper .overlay_cell .overlay_content span .inside_overlay .content input[type=text] {
            background: #F6F4F4;
            color: #969696;
            display: block;
            width: 416px; }
          #overlay .overlay_wrapper .overlay_cell .overlay_content span .inside_overlay .content textarea {
            background: #F6F4F4;
            color: #969696;
            display: block;
            width: 416px;
            border-radius: 3px;
            border: solid 1px #AAA;
            font-size: 14px;
            padding: 3px 3px;
            color: #969696;
            height: 75px;
            resize: none; }
          #overlay .overlay_wrapper .overlay_cell .overlay_content span .inside_overlay .content .selector {
            display: block;
            width: 416px; }

#add_to_quote_success {
  font-size: 116%; }

body {
  background: url(/apps/default/asset/img/cp/header_bg_400x400.jpg) top center;
  margin: 0;
  padding-top: 50px; }

:focus {
  outline: none; }

.login {
  margin: 0px auto 70px auto;
  padding: 140px 0 0 0;
  width: 240px;
  background: url(/apps/default/asset/img/common/rvd_logo.png) top center no-repeat;
  position: relative; }
  .login #home_link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    height: 100px;
    text-indent: -999em;
    overflow: hidden; }
  .login .center_content {
    text-align: center; }
  .login form {
    display: block;
    padding: 25px 20px 10px 20px;
    width: 205px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
    background: #F1F1E9;
    background: -moz-linear-gradient(top, #F1F1E9 0%, #FFFFFF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F1F1E9), color-stop(100%, #FFFFFF));
    background: -webkit-linear-gradient(top, #F1F1E9 0%, #FFFFFF 100%);
    background: -o-linear-gradient(top, #F1F1E9 0%, #FFFFFF 100%);
    background: -ms-linear-gradient(top, #F1F1E9 0%, #FFFFFF 100%);
    background: linear-gradient(top, #F1F1E9 0%, #FFFFFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F1E9', endColorstr='#FFFFFF',GradientType=0 ); }
    .login form h1 {
      font-size: 20px;
      color: #3A3A3A;
      text-align: center;
      margin: 0 0 25px 0; }
    .login form input {
      margin-bottom: 10px; }
    .login form input.input_text {
      width: 195px;
      color: #ccc; }
      .login form input.input_text.is_active {
        color: #333333; }
    .login form button {
      margin: 0 0 5px 0px;
      border-radius: 2px;
      border: solid 1px #933836;
      background: #F78F85;
      background: #B74F4D;
      background: -moz-linear-gradient(top, #F78F85 0%, #B74F4D 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F78F85), color-stop(100%, #B74F4D));
      background: -webkit-linear-gradient(top, #F78F85 0%, #B74F4D 100%);
      background: -o-linear-gradient(top, #F78F85 0%, #B74F4D 100%);
      background: -ms-linear-gradient(top, #F78F85 0%, #B74F4D 100%);
      background: linear-gradient(top, #F78F85 0%, #B74F4D 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F78F85', endColorstr='#B74F4D',GradientType=0 );
      font-size: 12px;
      font-weight: bold;
      color: #FFF;
      text-shadow: 1px 0 #000; }
    .login form a {
      display: block;
      color: #0089B3;
      margin: 0 0 15px 0;
      text-align: center; }
    .login form label.before_field {
      display: block;
      font-size: 92%;
      color: #888;
      margin-bottom: 5px; }

#remember_email {
  position: relative;
  left: -2px;
  vertical-align: middle;
  margin: 0px; }

#remember_email_label {
  position: relative;
  font-size: 92%;
  color: #777;
  vertical-align: middle; }
