/* --------------------------------------------------------------------------
                                                             tags
   -------------------------------------------------------------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, small, strike, strong, li, ol, ul, fieldset, form, label, input, textarea, select, td, dd {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 11px;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
}

html {
    background-color: #0D0B0A;
}

body {
    color: #737373;
    font-size: 11px;
    text-align: left;
    font-family: arial, tahoma, verdana;
    background-color: #0D0B0A;
}

h1 {
    color: black;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 14px;
}

h2 {
    color: black;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 12px;
}

h3 {
    color: black;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 12px;
}

h4 {
    color: black;
    font-size: 11px;
    font-weight: bold;
}

input, textarea, select {
    background-color: white;
    border: 1px solid black; /*padding: 1px;*/
    color: black;
    font-size: 11px;
    font-family: verdana, arial, tahoma;
}

ul, ol {
    margin-bottom: 2em;
}

li {
    margin-left: 20px;
    margin-bottom: 3px;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    line-height: 1.5em;
    margin-bottom: 2em;
}

em {
    font-weight: bold;
    color: #444444;
}

.clear {
    clear: both;
}

dl.img-right {
    float: right;
    margin: 10px 20px;
}

dl.img-left {
    float: left;
    margin: 10px 20px;
}

dl img.ref {
    border: 1px solid #AAAAAA;
    padding: 7px;
}

dd {
    width: 200px;
}

/* --------------------------------------------------------------------------
                                                   forms
   -------------------------------------------------------------------------- */

form {
    color: black;
}

.form-table {
    margin-left: 15px;
}

.form-table td {
    font-size: 12px;
    padding: 2px;
}

input.radio {
    border: none;
}

input.checkbox {
    border: none;
}

.orange-button {
    border: 1px solid black;
    background-color: #FB9F06;
    color: black;
    cursor: pointer;
    padding: 3px 8px;
}

.light-button {
    background-color: #EFEFEF;
    border: 1px solid #DDDDDD;
    color: black;
    cursor: pointer;
    padding: 1px 4px;
}

.errorbox {
    margin: 10px 30px;
    border: 1px solid red;
    background-color: #FECCC3;
    padding: 5px 20px;
    color: black;
}

.errorbox p {
    margin-bottom: 0;
}

/* --------------------------------------------------------------------------
                                                   typo, colors, commons...
   -------------------------------------------------------------------------- */

.cred {
    color: red;
}

.cblue {
    color: #0066CC;
}

.cblack {
    color: black !important;
}

.corange {
    color: #F09F13;
}

.cgreen {
    color: green;
}

.cgreyblue {
    color: #677787;
}

.lh15 {
    line-height: 1.5em;
}

.lh17 {
    line-height: 1.7em;
}

.fs9 {
    font-size: 9px;
}

.fs10 {
    font-size: 10px;
}

.fsitalic {
    font-style: italic;
}

.fwbold {
    font-weight: bold;
}

.tdunder {
    text-decoration: underline;
}

.vtop {
    vertical-align: top;
}

.vttop {
    vertical-align: text-top;
}

.tajust {
    text-align: justify;
}

.noborder {
    border: 0;
}

/* --------------------------------------------------------------------------
                                                             structure
   -------------------------------------------------------------------------- */

#header-bg {
    width: 100%;
    height: 80px;
    background-color: #171312;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 3;
}

#header {
    width: 992px;
    height: 100%;
    margin: 0px auto;
    position: relative;
    top: 0;
    left: 0;
}

#navigation-bg {
    width: 100%;
    height: 26px;
    background-color: #45403F;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 2;
}

#navigation {
    width: 992px;
    height: 100%;
    margin: 0px auto;
}

#page-bg {
    width: 100%;
    background-color: #EAEAEA;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#page {
    width: 992px;
    margin: 0px auto;
    background: url(../img/page-bg.gif);
}

#left {
    width: 160px; /*float: left;*/
    padding-top: -1px; /*margin-right: 0px !important;*/
/*margin-right: -3px;*/
}

#content {
    width: 736px;
    padding: 30px 0px;
    margin: 0px 64px 0px 32px; /*margin: 0px 64px 0px 192px !important;*/
/*margin: 0px 64px 0px 189px;*/
}

#content-full {
    width: 800px;
    padding: 0px;
    margin: 0px 32px 0px 0px; /*margin: 0px 32px 0px 160px !important;*/
/*margin: 0px 32px 0px 157px;*/
}

#footer-bg {
    width: 100%;
    background-color: #0D0B0A;
}

#footer {
    width: 992px;
    margin: 0px auto;
}

#footer-content {
    margin: 25px 32px 52px 160px;
    width: 800px;
}

/* --------------------------------------------------------------------------
                                                             header
   -------------------------------------------------------------------------- */

#header-west {
    width: 160px;
    height: 80px;
    float: left;
}

#header-center {
    width: 620px;
    float: left;
}

#header-east {
    width: 180px;
    height: 80px;
    text-align: right;
    float: left;
}

#header-north {
    padding-left: 7px;
    padding-top: 4px;
}

#top-links {
    height: 36px;
    float: left;
    color: #eeeeee;
}

#top-links a {
    color: #eeeeee;
}

#header-hotline {
    position: absolute;
    top: 4px;
    right: 148px;
    width: 200px;
    color: #ffffff;
}

#header-hotline a {
    color: #ffffff;
}

#header-hotline-smowroom {
    float: right;
    text-align: right;
    color: white;
    margin-right: 20px;
}

#header-south {
    clear: both;
    height: 40px;
}

#header-navigation {
    float: left;
    margin: 0;
    padding-top: 10px;
    list-style-type: none;
}

#header-navigation li.menu-1 {
    float: left;
    margin: 0;
    height: 30px;
    padding: 0 7px;
    position: relative;
    top: 0;
    left: 0;
}

#header-navigation li.menu-1-p {
    padding-left: 36px;
    background: url("../img/nav1-sep.gif") no-repeat;

}

#header-navigation li.menu-1-selected {
    background-color: #45403F;
}

#header-navigation li.menu-1 a {
    color: #ABA8A7;
    font-size: 14px;
    display: block;
    margin-top: 7px;
}

#header-navigation li.menu-1-selected a {
    color: #E6DEDA;
}

#header-navigation li.menu-1 .submenu {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 800px;
    background-color: #45403F;
    padding-top: 12px;
}

#header-navigation li.menu-1 .submenu ul {
    list-style-type: none;
}

#header-navigation li.menu-2 a {
    color: #C4C1C0;
    font-size: 12px;
}

#header-navigation li.menu-2 a:hover {
    text-decoration: none;
    color: #45403F;
    background-color: #ABA8A7;
}

#header-navigation li.menu-3 {
    margin-left: 0;
}

#header-navigation .submenu .product-column {
    float: left;
    width: 140px;
    margin-left: 14px;
}

#header-navigation .submenu .product-column li.menu-2 a {
    font-size: 13px;
    font-weight: bold;
}

#header-navigation .submenu .product-column li.menu-2 li.menu-3 a {
    font-size: 12px;
    font-weight: normal;
}

#header-navigation .submenu .room-column {
    float: left;
    width: 140px;
    margin-left: 14px;
}

#header-navigation .submenu .room-column li.menu-2 a {
    font-size: 13px;
    font-weight: bold;
}

#header-navigation .submenu .room-column li.menu-2 li.menu-3 a {
    font-size: 12px;
    font-weight: normal;
}

#header-navigation .submenu .vendor-column {
    float: left;
    width: 168px;
    margin-left: 14px;
}

#header-navigation .submenu .top-vendor-column {
    border-left: 1px solid white;
    margin-left: 20px;
    width: 220px;
}

#header-navigation .submenu .top-vendor-column img {
    border: 0;
}

#header-navigation .submenu .top-vendor-column a:hover {
    background: none;
    color: #C4C1C0;
}

#header-navigation .submenu .designer-column {
    float: left;
    width: 168px;
    margin-left: 14px;
}

#header-navigation .submenu .top-designer-column {
    border-left: 1px solid white;
    margin-left: 20px;
    width: 220px;
}

#header-navigation .submenu .top-designer-column img {
    border: 1px solid white;
}

#checkout-button {
    height: 50px;
    float: right;
}

#checkout-button div {
    width: 109px;
    height: 37px;
    margin-top: 4px;
    background: no-repeat 0 0;
}

#header-search {
    position: absolute;
    right: 21px;
    bottom: 6px;
    width: 327px;
    height: 21px;
}

#header-search .input {
    width: 327px;
    height: 21px;
    overflow: hidden;
}

#header-search-input {
    background-image: url("../img/search-input-bg.gif");
    background-repeat: no-repeat;
    background-color: #171312;
    color: #707070;
    padding-left: 36px;
    padding-top: 4px;
    font-size: 11px;
    border: none;
    width: 241px;
    height: 20px;
}

#header-search-button {
    width: 52px;
    height: 21px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #dddddd;
    border: 1px solid #424C56;
    color: black;
    font-weight: bold;
    margin-right: 11px;
    padding: 0;
}

#navigation-container {
    padding-left: 165px;
}

#navigation-container a {
    display: block;
    float: left;
    margin-top: 6px;
    font-size: 12px;
    color: #C4C1C0;
}

#navigation-container a.selected {
    color: white;
}

/* --------------------------------------------------------------------------
                                                         footer
-------------------------------------------------------------------------- */

#footer .block {
    color: #646160;
    float: left;
    margin-right: 30px;
    width: 177px;
}

#footer a {
    color: #646160;
}

#footer .block .header {
    height: 17px;
}

#footer .block .header a {
    color: #95918F;
    font-size: 13px;
}

#footer .line {
    background: transparent url(../img/footer-line.gif) repeat scroll 0 0;
    font-size: 1px;
    height: 8px;
}

/* --------------------------------------------------------------------------
                                                             left
   -------------------------------------------------------------------------- */

#subnavigation-items div {
    padding: 5px 4px 0px 14px;
}

#subnavigation-items div a {
    color: #737373;
    display: block;
    font-size: 11px;
    border-bottom: 1px dotted #9D9D9D;
    padding-bottom: 3px;
}

#subnavigation-items div a:hover {
    color: #fa6c13;
    text-decoration: none;
}

#subnavigation-items div a.selected {
    color: #4A4A4A;
    font-weight: bold;
}

#left-smowroom-on-site {
    padding: 5px 0px 5px 14px;
}

#left-smowroom-on-site a {
    color: black;
    text-decoration: none;
}

#left-advantages {
    margin: 5px;
    list-style-type: none;
    padding: 0;
}

#left-advantages li {
    padding-bottom: 10px;
    margin: 0px;
}

#left-advantages li a {
    color: #737373;
}

#left-advantages li a:hover {
    color: #fa6c13;
    text-decoration: none;
}

.left-header {
    background-color: #E0E0E0;
    padding: 3px 10px;
    color: #161616;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #CFCFCF;
}

#left-more-manufacturers {
    color: black;
    display: block;
    float: right;
    margin: 2px 10px;
}
