* {
        margin:0;
        padding:0;
}

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,
b, u, i, center,
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-size: 100%;
        vertical-align: baseline;
        background: transparent;
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: collapse;
        border-spacing: 0;
}

.left { float: left; }
.right { float: right; }
.white { background: #FFF; }

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 100%;
    background: #000 url("/images/bg_body.jpg") repeat-x fixed top center;
    color: #636363;
}

body.architectural_metalwork { background: #231f20 url("/images/bg_body_black.jpg") repeat-x fixed top center; }
body.interior_fitout { background: #1d0001 url("/images/bg_body_purple.jpg") repeat-x fixed top center; } /* AMAGAD!? */
/*body.interior_fitout { background: #1d0001 url("/images/bg_body_orange.jpg") repeat-x fixed top center; }*/

h1 { font-size: 28px; line-height: 32px; color: #234b22; }
h2 { font-size: 25px; line-height: 28px; color: #234b22; }
h3 { font-size: 22px; line-height: 26px; color: #234b22; }
h4 { font-size: 16px; line-height: 20px; color: #234b22; }
h5 { font-size: 14px; line-height: 18px; color: #234b22; }
p, li { font-size: 12px; line-height: 18px; }
a { text-decoration: none; color: #5f7011; }
.prev, .next { cursor: hand; }

img.left { padding: 5px 10px 10px 0 }
img.right { padding: 5px 0 10px 10px }

.hold {
    width: 960px;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
    clear: both;
}

.spinner {
    height: 150px;
    background: #FFF url(/images/spinner.gif) no-repeat scroll 150px center;
}

#logo {
    margin: 0 0 0 8px;
    position: absolute;
    top: 10px;
}

#logo a {
    width: 270px;
    height: 0;
    padding-top: 126px;
    overflow: hidden;
    display: block;
    background: transparent url(/images/logo.png) no-repeat;
}

#header {
    float: right;
    width: 680px;
    margin-top: 15px;
}

ul#top {
    float: right;
    clear: right;
    list-style-type: none;
    margin-bottom: 25px;
}

ul#top li {
    float: left;
    display: inline;
    font-size: 11px;
    padding: 3px 5px;
    color: #FFFCD5;
}

ul#top li.last { padding-right: 0; }

ul li#basket {
    padding-left: 25px;
    background: transparent url(/images/icon_basket.png) no-repeat scroll left center;
}

ul#top a {
    display: block;
    padding: 5px 0 0;
    border-bottom: 1px solid #616D4D;
    color: #FFFCD5;
}

ul#top span { padding: 5px 0 0; display: block; }
ul#top a:hover { border-bottom: 1px solid #FFFCD5; text-decoration: none; }

form#search_form {
    float: right;
    margin: 6px 10px 0;
}

input#search_box {
    float: left;
    height: 21px;
    width: 100px;
    border: 0;
    font-size: 12px;
    line-height: 22px;
    font-family: Helvetica, Arial, sans-serif;
    padding: 0 5px 0;
    background: transparent url(/images/bg_search_box.png) no-repeat;
}

input#search_btn {
    float: left;
}

ul#top-tabs {
    float: right;
    clear: right;
    list-style-type: none;
}

ul#top-tabs li {
    float: left;
    display: inline;
    height: 40px;
    background: #234b21 url(/images/bg_top_tab_off.png) no-repeat left center;
}

ul#top-tabs li.first { background-image: none; }
ul#top-tabs li.on,
ul#top-tabs li:hover { background-color: #5b6d0e; }

ul#top-tabs a {
    display: block;
    padding: 13px 30px 7px;
    color: #fffcd5;
    font-size: 13px;
    font-weight: bold;
}
ul#top-tabs a:hover { text-decoration: none; } 


/*** Standard Navigation ***/
#standard_nav {
    float: right;
    width: 640px;
    overflow: hidden;
    min-height: 40px;
}

#standard_nav ul { float: right; list-style-type: none; margin-right: 15px; }
#standard_nav li { display: inline; }

#standard_nav li a,
#standard_nav li span {
    float: left;
    display: block;
    padding: 12px 4px 10px 5px;
    font-size: 12px;
    color: #234b22;
}

#standard_nav li a.last { padding-right: 11px; }

#standard_nav li a.on { font-weight: bold; }
#standard_nav li a:hover { text-decoration: underline; }


/*** Product Navigation ***/
#navigation {
    float: left;
    width: 960px;
    position: relative;
    margin: 0 0 10px;
    z-index: 999;
}

#navigation ul {
    float: left;
    width: 960px;
    height: 34px;
    list-style-type: none;
    background: #103812 url(/images/bg_navigation.gif) repeat-x scroll top center;
}

#navigation ul div {
    width: 620px;
    height: auto;
    margin: 0;
    padding: 20px;
    visibility: hidden;
    position: absolute;
    top: 34px;
    z-index: 999;
    background: #d9ddd9;
}

#navigation ul.sub {
    width: 620px;
    height: auto;
    background: transparent url(/images/bg_navigation_ul.gif) repeat-y scroll top left;
}

#navigation div.one { left: 0; }
#navigation div.two { left: -50px; }
#navigation div.three { left: -100px; }
#navigation div.four { left: -150px; }
#navigation div.five { left: -280px; }
#navigation div.six { left: -380px; }
#navigation div.seven { left: -481px; }

#navigation ul.sub li.info {
    width: 150px;
    float: left;
    padding: 0 10px 0 0;
    color: #333;
}

#navigation ul.sub ul {
    width: 420px;
    height: auto;
    margin: 0;
    padding: 0 0 0 10px;
    background: none;
}

#navigation li:hover div { visibility: visible; }

#navigation li {
    float: left;
    position: relative;
    line-height: 14px;
}

#navigation li.left { float: left; }
#navigation li.right { float: right; }

#navigation a:link,
#navigation a:visited {
    float: left;
    display: block;
    padding: 10px 21px;
    color: #fffcd5;
    font-size: 13px;
    border-right: 1px solid #A8B5A7;
    font-weight: bold;
}

#navigation a:hover { text-decoration: none; }

#navigation a.last:link,
#navigation a.last:visited { border-right: 1px solid #d9ddd9; padding: 10px 23px 10px 23px; }

#navigation ul.sub ul li {  }
#navigation ul.sub ul a {
    width: 205px;
    margin: 0 2px 0 0;
    padding: 1px 3px 3px 0;
    color: #333;
    background: none;
    border: none;
    font-size: 12px;
    font-weight: normal;
}

#navigation ul.sub ul a:hover { text-decoration: underline; }

#navigation a:hover,
#navigation li:hover a {
    color: #244b23;
    background: #d9ddd9;
}


/*** Breadcrumbs ***/
#breadcrumbs {
    clear: both;
    margin: 0 0 10px 20px;
    color: #333;
}

#breadcrumbs a {
    color: #333;
    background: url(/images/bg_nav_hover.gif) no-repeat scroll right center;
    margin-right: 5px;
    padding-right: 20px;
}

/*** Content ***/
#content {
    clear: both;
}



.divide {
    float: left;
    width: 100%;
    height: 2px;
    margin: 10px 0;
    background: #FFF url(/images/bg_divide.gif) repeat-x;
    clear: both;
}

.widget {
    width: 200px;
    padding: 10px 20px 20px;
}

.widget h4 {
    color: #234b22;
    padding: 0 0 10px;
}

.widget h4 a { color: #234b22; }
.widget h4 a:hover { text-decoration: underline; }


/*** Forms ***/
form.default {}
form.default fieldset {
    border: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 40px;
    width: 450px;
}
form.default legend {
    color: #234b22;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
}
form.default ol { padding: 0; list-style-type: none; }

form.default li {
    padding: 10px 20px;
}
form.default li.commit {
    padding-top: 0;
    padding-bottom: 0;
}

form.default label {
    clear: both;
    width: 115px;
    padding-bottom: 3px;
    display: block;
    float: left;
    color: #234b22;
}
form.default label.wide {
    width: 440px;
    float: none;
}
form.default input,
form.default textarea {
    width: 275px;
    font-size: 12px;
    border: 1px solid #ccc;
    font-family: Helvetica, Arial, sans-serif;
}

form.default input {
    padding: 5px 5px 4px;
}
form.default input.checkbox {
    width: auto;
    border: none;
    margin-right: 5px;
}
form.default select {
    width: 286px;
    border: 1px solid #ccc;
    padding: 3px;
}

form.default select.narrow { width: 142px; }

form.default textarea {
    height: 140px;
    padding: 5px;
}

form.default input.btn_submit,
input.btn_submit {
    width: auto;
    background: none;
    position: relative;
    left: -8px;
    clear: both;
    border: none;
}

.bottom_bar {
    clear: both;
    width: 960px;
    height: 66px;
    margin: 10px 0 14px;
    background: transparent url(/images/bg_bottom_bar.gif) repeat-x;
    position: relative;
}

.bottom_bar img {
    float: left;
    margin: 7px 10px 0;
}

.bottom_bar h4 {
    float: left;
    width: 600px;
    margin: 14px 0 0;
    font-weight: normal;
    color: #234b22;
}

.bottom_bar h4.single {
    width: 800px;
}

.bottom_bar form {
    float: right;
    margin: 10px 5px 0 0;
}

.bottom_bar #signup_box {
    float: left;
    width: 160px;
    margin: 5px 0 0;
    padding: 3px 5px;
    border: 1px solid #999;
}

.bottom_bar form a {
    position: relative;
    top: -10px;
    color: #000;
    text-decoration: underline;
}

.bottom_bar form a:hover { text-decoration: none; }


/*** Footer ***/
.footer { padding: 20px 20px 10px; }
.footer ul {
    list-style-type: none;
    padding: 0 0 10px;
}

.footer li {
    display: inline;
    padding: 0 10px 0 0;
    color: #FFF;
}

.footer p {
    padding: 0 0 10px;
    color: #FFF;
}

.footer a { color: #FFF; }
.footer a:hover { text-decoration: underline; }
.footer p a {}
.footer p a:hover { text-decoration: none; color: #C3C3C3; }


/*** jQuery select box ***/
.jquery-selectbox {
        position: relative;
        height: 21px;
        z-index: 0;
        float: left;
        display: inline;
        margin: 4px 4px 4px 0;
        font-size: 11px;
        font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #555;
        padding: 0;
        background-image: url("/images/bg_select_box.gif");
}

.jquery-selectbox.selecthover {
        background-color: #999;
        z-index: 700;
}

.jquery-selectbox .jquery-selectbox-currentItem {
        padding: 3px 0px 0px 3px;
        white-space: nowrap;
        display: block;
        overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
        display: none;
        position: absolute;
        top: 21px;
        padding: 2px;
        left: 0px;
        background: #FFF;
        height: 100px;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1000;
}

.jquery-selectbox .jquery-selectbox-moreButton {
        /*
        position: absolute;
        top: 0px;
        right: 0px;
        */
        float: right;
        background: url("/images/btn_select_more.gif");
        width: 21px;
        height: 21px;
        cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover { background: url("/images/btn_select_more_hover.gif"); }

.jquery-selectbox .jquery-selectbox-item.listelementhover {
        background: #999;
        color: #FFF;
}

.jquery-selectbox .jquery-selectbox-item {
        display: block;
        cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
        color: #d00;
        border-color: #d00;
        background-image: url("../img/bg-TextFieldError.gif");
}

div.errorExplanation, div.error {
    border: 1px solid #990000;
    margin-bottom: 20px;
    padding: 10px 20px;
    width: 410px;
    color: #990000;
    margin-top: 10px;
}

div.errorExplanation h2 {
    color: #990000;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
}

div.errorExplanation ul {
    margin-left: 5px;
}

div.errorExplanation ul li {
    padding: 0 4px;
}

/*** Pagination ***/
.pagination {
    overflow: hidden;
    clear: both;
}

.pagination ul, .pagination .container {
    float: right;
    width: auto;
    list-style-type: none;
    margin: 0;
    padding: 10px 20px;
}

.pagination li { display: inline; }

.pagination a, .pagination span {font-size: 12px}

#content.with_nav .pagination ul li a, .pagination .container a, .pagination .container span {
    float: left;
    display: block;
    margin: 0 5px;
    padding: 0 3px;
}

#content.with_nav .pagination ul li a.on { color: #000; }

form.default input.button {
    width: auto;
    border: none;
    padding: 0;
}

/*** Pagination ***/
#content .pagination {
    clear: both;
    padding: 0 0 20px;
    text-align: right;
}

#content .pagination span,
#content .pagination a {
    padding: 5px;
    border: 1px solid #CD5A13;
    display: inline-block;
}

#content .pagination span.previous_page,
#content .pagination span.next_page,
#content .pagination a.previous_page,
#content .pagination a.next_page { padding: 5px 15px; }

#content .pagination .current {
    background: #CD5A13;
    color: #FFF;
}

#content .pagination .disabled { display: none; }

#delivery_address {
  float:left;
  width: 50%;
}

#invoice_address {
  float: left;
  width: 50%;
}

#wishlist {
  list-style-type: none;
  padding-left: 0px;
}

#wishlist li {
  padding: 0px;
  min-height: 100px;
  margin-bottom: 20px;
}

#wishlist li img {
  float: left;
  margin: 20px 10px 0;
}

#wishlist li h3 a, #wishlist li h3 {
  font-size: 14px;
}

/*** Browser Chrome ***/
#chrome {
    width: 175px;
    height: 175px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 5000;
}

#chrome a {
    display: block;
    width: 175px;
    height: 0;
    padding-top: 175px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

#taglist {
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
}

.nav_element input {
    margin: 20px 20px 10px 20px;
    width: 170px;
    border: 1px solid #ccc;
    padding: 3px;
    color: #999;
}

span.required {
  color: red;
}

.captcha_question {
  margin-left: 115px;
  padding-top: 0px;
}

#top #currency {
  margin-top: 5px;
}

#dimension_content, #specification_content, #image_content, #faq_content {
  display: none;
}
