/********************************************************************/
/*   Promens - CSS                                                   */
/*  General Styles                                                  */
/********************************************************************/

@import url("reset.css");

/********************************************************************/
/*      General Elements                                              */
/********************************************************************/

html, body {
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

/* Single styles */

.invisible {
    display: none;
}

.clearer {
    clear: both;
}

.spacer {
    margin-bottom: 40px;
}

.hr {
  height: 1px;
  margin: 20px 0;
  background: #b8b8ba;
  clear:both;
}

.hr hr {
    display: none;
}

strong {
    font-weight: bold;
}

code {
    display: none;
}

/********************************************************************/
/*      Headlines                                                     */
/********************************************************************/

#header h1 {
    margin-right: 1px;
    width: 180px;
    height: 101px;
    background: url(../images/logo_promens.gif) no-repeat;
    text-indent: -1000em;
    float: left;
}

#header h1 a {
    width: 180px;
    height: 101px;
    display: block;
    float: left;
}

#subnavibar h2 {
    margin-bottom: 7px;
    font-weight: bold;
    color: #e61c1c;
    font-size: 11px;
}

#subnavibar h2.search {
    padding-bottom: 5px;
    border-bottom: 2px solid #aeafaf;
}

#content h2 {
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 22px;
    color: #716f6f;
}

#content h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    color: #716f6f;
}

#content h3.subline {
    margin-top: -10px;
    font-weight: normal;
    text-transform: uppercase;
    color: #e61c1c;
}

#content .info h3 {
    margin: 0 0 10px 0;
    padding: 5px 10px;
    background: #cdcdcc;
    color: white;
}

#content h3.country {
    margin: 30px 0 15px 0;
    padding: 3px 7px;
    text-transform: uppercase;
    color: white;
    background: #cdcdcc;
}

#content h4 {
    margin-bottom: 15px;
    font-size: 11px;
    font-weight: bold;
    color: #716f6f;
}

#content h4.company {
    font-size: 12px;
}

#content .info h4 {
    margin: 0 0 10px 0;
    padding: 0 10px;
    font-size: 12px;
    color: #e61c1c;
}

#content h5 {
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: bold;
    color: #716f6f;
    line-height: normal;
}

#content .newsblock h3 {
    margin-top: 0;
    margin-left: 0;
    font-size: 12px;
    font-weight: bold;
    color: #716f6f;
}

.appbox h2 {
    margin-bottom: 7px;
    padding-bottom: 5px;
    border-bottom: 2px solid #aeafaf;
    font-size: 14px;
    font-weight: normal;
    background: white;
}

#proddescription h2 {
    margin-bottom: 5px;
    font-size: 16px;
    color: #e10202;
    font-weight: bold;
    line-height: normal;
}

#proddescription h3 {
    margin: 0 0 5px 0;
}

#proddescription h4 {
    font-size: 14px;
    font-weight: normal;
    color: #999a9b;
}

#casebox h3 {
    margin: 15px 0 10px 0;
    padding: 0;
}

/********************************************************************/
/*      Layout Elements                                               */
/********************************************************************/

#wrapperall {
    padding: 20px 0;
}

#shadow {
    width: 891px;
    margin: 0 auto;
    padding-bottom: 4px;
    background: #bcbcbe;
}

#main {
    width: 887px;
    border: 1px solid #727176;
    background: white;
}

#container {
    background: url(../images/background_sub.gif) repeat-y;
}

#container.start {
    /* width: 688px; */
    float: left;
    background: url(../images/background_content.gif) repeat-y;
}

#header {
    height: 101px;
    border-bottom: 1px solid #b8b8ba;
}

#naviwrapper {
    height: 26px;
    border-bottom: 1px solid #b8b8ba;
    background: white;
}

#container.start #naviwrapper {
    /* width: 687px; */
}

#headerpic {
    float: left;
}

#topflash {
    width: 366px;
    height: 101px;
    float: left;
    background: #b6080a;
}

#subtopflash {
    width: 566px;
    height: 101px;
    float: left;
    background: #b6080a;
}

#subnavibar {
    width: 158px;
    padding: 14px 12px 20px 12px;
    float: left;
}

#path {
    padding: 7px 35px 7px 27px;
    font-size: 11px;
    line-height: normal;
    color: #716f6f;
    overflow: hidden;
    border-bottom: 1px solid #b8b8ba;
}

#path a {
    color: #e61c1c;
    text-decoration: underline;
}

#path a:focus, #path a:hover {
    color: #e61c1c;
    text-decoration: none;
}

#content {
    padding: 19px 45px 40px 19px;
    overflow: hidden;
    z-index: 0;
}

#popup {
    padding-bottom: 20px;
    width: 600px;
}

#popup #content {
    border-right: 1px solid #b8b8ba;
    border-bottom: 1px solid #b8b8ba;
    border-left: 1px solid #b8b8ba;
}

#popup ul.attributes {
    max-width: 220px !important;
    margin-left: 7px !important;
    float: left;
}

#popup ul.attributes li { padding-right: 15px !important;}

#popup #productcontrols { padding-left: 7px; }

#container.start #content {
    padding-right: 19px;
}

#content a, #sidebar a, #footer a, #headerbox a {
    color: #e61c1c;
    text-decoration: none;
}

#content a:focus, #content a:hover,
#sidebar a:focus, #sidebar a:hover,
#footer a:focus, #footer a:hover {
    color: #e61c1c;
    text-decoration: underline;
}

.mainpic {
    margin-bottom: 20px;
    display: block;
}

#content p, #content h2, #content h3,
#content h4, #content h5, #content table,
#content ul, .newsblock, .mainpic {
    margin-left: 7px;
    margin-right: 7px;
}

#content p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: normal;
    color: #716f6f;
}

#content .downloadblock { overflow: hidden; clear: both; padding-top: 15px; border-bottom: 1px solid #b8b8ba; }
#content p.download { font-size: 12px; }
#content p.download a { margin: 0 0 5px 0; display: block; font-weight: bold; text-decoration: underline; }
#content p.download a:focus, #content p.download a:hover { text-decoration: none; }
#content p.download-details { margin: 0 0 20px 0; padding: 4px 7px; font-size: 11px; color: #999; background: #f7f7f8; }
#content p.download-details img { float: none; border: 0; margin: 0 5px -3px 0; }

#content .downloadpic {
    border-right: 10px solid white;
    margin: 0 10px 10px 0;
    float: left;
}

#content p img {
    margin: 0 10px 10px 0;
    border: 1px solid #98aecf;
    float: left;
}

#content ul {
    margin-bottom: 15px;
}

#content ul li {
    padding-left: 10px;
    font-size: 12px;
    line-height: normal;
    color: #716f6f;
    background: url(../images/bullet_darkgray.gif) 0 6px no-repeat;
}

#content ul.error li {
    color: #e61c1c;
    background: url(../images/bullet_red.gif) 0 6px no-repeat !important;
}

#content ul.sitemap {
    width: 140px;
    float: left;
}

#content ul.sitemap li {
    font-size: 11px;
    line-height: 17px;
    padding-left: 13px;
    background: url(../images/bullet_big_gray.gif) 0 6px no-repeat;
}

#content ul.sitemap li.first {
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: bold;
    background: url(../images/bullet_big_red.gif) 0 6px no-repeat;
}

#content ul.sitemap li a {  color: #6d6f71; text-decoration: underline; }
#content ul.sitemap li.first a {    color: #e61c1c; text-decoration: underline; }
#content ul.sitemap li a:focus, #content ul.sitemap li a:hover { color: #e61c1c; text-decoration: none; }

.newsblock {
    margin-bottom: 20px;
    overflow: hidden;
}

.newsblock img {
    margin: 0 10px 10px 0;
    border: 1px solid #98aecf;
    float: left;
    display: block;
}

#content .newsblock em {
    font-size: 10px;
    color: #e61c1c;
    font-style: normal;
    font-weight: bold;
}

.textblock {
    overflow: hidden;
}

#content .newsblock p, #content .newsblock ul {
    margin: 0 0 10px 0;
}

#content .info {
    padding: 0 0 5px 0;
    background: #f7f7f8;
    overflow: hidden;
}

#content .info p,
#content .info ul {
    margin: 0 0 15px 0;
    padding: 0 10px;
    background: #f7f7f8;
}

#content .info.backend {
    padding: 0 0 5px 0;
    background: white;
    overflow: hidden;
}

#content .info.backend .formwrapper {
    padding: 0 0 5px 0;
    background: #f7f7f8;
    overflow: hidden;
}

#content .info.backend .hr {
    margin: 7px 10px 20px 7px;
}

#registerinfo {
    width: 50%;
    float: left;
}

#registerbox {
    width: 48%;
    float: right;
}

/* Contact Table */

table.contact {

}

table.contact td {
    font-size: 12px;
    line-height: normal;
}

table.contact td.left {
    width: 200px;
}

/* Product list */


#content ul.productlist {
    margin-left: -6px;
    overflow: hidden;
}

#content ul.productlist li {
    width: 140px;
    margin-right: 15px;
    padding: 0;
    background: none;
    float: left;
    text-align: center;
}

#content ul.productlist li img {
    margin-bottom: 3px;
}

/* Sidebar */

#sidebar {
    padding-top: 10px;
    width: 199px;
    float: right;
}

#headerbox {
    width: 200px;
    float: right;
    /*height: 129px;*/
    padding-top: 6px;
}

#headerbox p.accesstools {
    padding-top: 0px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

.appbox {
    margin-bottom: 20px;
    margin-left: 10px; /* HNO; old value= 20px */
    padding: 0 0 7px 0;
    background: #f7f7f8;
}

div.appbox p, div.appbox form, div.appbox ul.sub-related {
    margin: 0 0px 0 7px; /* HNO; old value= margin-left: 7px */
}

#sidebar .appbox ul.sub-related {
    margin-bottom: 0;
}

#sidebar .appbox ul.sub-related li a {
    color: #6d6f71;
}

#sidebar .appbox ul.sub-related li a:focus, #sidebar .appbox ul.sub-related li a:hover {
    color: #e61c1c;
    text-decoration: none;
}

/* Advanced Search */

#advanced-search {
    display: none;
    padding: 10px 7px;
    background: #f8f8f8;
}

/* Footer */

#footer {
    width: 891px;
    margin: 0 auto;
}

#footer p {
    margin: 10px 0 0 209px;
    font-size: 11px;
    color: #a2a3a5;
}

#footer a {
    color: #a2a3a5;
}

/* Popup Footer */

#popup #footer {
    width: auto;
}

#popup #footer p {
    margin-left: 0;
    text-align: center;
}

#popup #footer a {
    margin-left: 0;
    text-align: center;
    font-weight: bold;
    color: #e61c1c;
}

/********************************************************************/
/*      Product Details                                               */
/********************************************************************/

/* === Tooltip ======================================================== */

/* Arrows */

#arrowcontainer {
    width: 705px;
    margin: 0 -45px 0px -19px;
    background: red;
    position: relative;
    z-index: 9999;
}

#leftarrow, #rightarrow, #prevpic, #nextpic {
    position: absolute;
    top: 25px;
}

#leftarrow, #prevpic { left: 6px; }
#rightarrow, #nextpic  { right: 21px; }

#leftarrow a, #rightarrow span a,
#prevpic a, #nextpic span a {
    position: relative;
    display: block;
}

#leftarrow a:hover, #rightarrow a:hover,
#prevpic a:hover, #nextpic a:hover {
    z-index:25; background: none;
   text-decoration:none !important;
}

#leftarrow a span, #rightarrow a span,
#prevpic a span, #nextpic a span { display: none; }

#leftarrow a:hover span,
#rightarrow a:hover span,
#prevpic a:hover span,
#nextpic a:hover span {
    top: 40px;
    display: block;
    width: 150px;
    padding: 10px;
    font-size: 12px;
    line-height: normal;
    background: #f3f4f5;
    border: 1px solid #b8b8ba;
    color: #4d4e4f;
    position: absolute;
    z-index: 9999;
}

#leftarrow a span, #prevpic a span { left: 0; }
#rightarrow a span, #nextpic a span { right: 0; }

/* :: Modifications for Casebox ::::*/

#prevpic a:hover span,
#nextpic a:hover span {
    width: 70px;
}

#prevpic { left: 0; }
#nextpic { right: 0; }

/* Products */

#productdetail {
    margin-left: 10px;
    overflow: hidden;
    border: 1px solid #b8b8ba;
}

#producttop {
    padding-bottom: 65px;
    overflow: hidden;
    position: relative;
}

#proddescription {
    padding: 20px 20px 10px 18px;
}

#proddescription p {
    margin-bottom: 25px;
}

#producttop ul.attributes {
    max-width: 210px;
    margin: 0 0 0 25px;
    float: left;
    list-style-position: outside;
}

#producttop ul.attributes li {
    min-height: 22px;
    margin: 0 0 5px 0;
    padding: 0 0 0 32px;
    background: none;
}

#producttop ul.attributes li img {
    margin-left: -32px;
    margin-right: 10px;
    vertical-align: middle;
}

img.colorpick {
    margin: 0 4px 0 0 !important;
}

.orderbutton {
    width: 129px;
    height: 58px;
    margin-right: 10px;
    float: right;
    background: url(../images/orderbutton_new.jpg) no-repeat;
    position: absolute;
    bottom: 20px;
    right: 160px;
}

.orderbutton img {
    position: absolute;
    top: -5px;
    right: 30px;
}

.orderbutton a {
    width: 111px;
    height: 23px;
    padding: 6px 9px 9px 7px;
    display: block;
    font-size: 11px;
    margin-top: 10px;
    color: #ffffff !important;
    font-weight: bold;
    line-height: 12px;
}


.orderbutton em {
    color: #ffffff;
    font-weight: normal;
    font-style: normal;
    display: block;
}

.downloadbutton {
    width: 129px;
    height: 41px;
    margin-right: 10px;
    float: right;
    background: url(../images/downloadbutton.gif) no-repeat;
    position: absolute;
    bottom: 30px;
    right: 10px;
}

.downloadbutton img {
    position: absolute;
    top: -5px;
    right: 30px;
}

.downloadbutton a {
    width: 111px;
    height: 23px;
    padding: 9px;
    display: block;
    font-size: 11px;
    color: #716f6f !important;
    font-weight: bold;
    line-height: 12px;
}

.downloadbutton em {
    color: #e61c1c;
    font-weight: normal;
    font-style: normal;
    display: block;
}

.downloadbutton a:focus, .downloadbutton a:hover {
    text-decoration: none !important;
}

.productmedia { float: right !important; width:480px; height:360px; margin: 5px 10px 20px 10px; }

#productview {
    margin-left: 27px;
    padding: 20px 20px 30px 20px;
    width: 320px;
    float: right;
    position: relative;
}

#actionpics {
    width: 110px;
    position: absolute;
    top: 10px;
    right: 10px;
}

#actionpics img {
    margin-bottom: 5px;
}

#productview {
}

#productcontrols {
    background: #f3f4f5 url(../images/prodcontrolssplit.gif) 468px 0 repeat-y;
    overflow: hidden;
}

#casebox #productcontrols {
    background-image: none;
}

#sizes {
    width: 450px;
    float: left;
}

#casebox #sizes {
    width: auto;
}


#productcontrols table.smallprod {
    height: 110px;
    margin: 0;
    float: left;
}

#productcontrols table.smallprod.active {
    background: #e3e3e3;
}

#productcontrols table.smallprod td {
    padding: 5px 10px;
    vertical-align: bottom;
    text-align: center;
}

#productcontrols table.smallprod td span {
    margin-top: 10px;
    display: block;
    text-decoration: underline;
}

#productcontrols table.smallprod a:link, #productcontrols table.smallprod a:visited {
    font-size: 11px;
    color: #6d6f71;
    text-decoration: underline;
}

#productcontrols table.smallprod a:focus, #productcontrols table.smallprod a:hover {
    text-decoration: none;
}

ul#prodtools {
    height: 90px;
    margin: 0;
    padding: 20px 20px 0 20px;
    float: right;
}

ul#prodtools li {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 11px;
    background: none;
}

ul#prodtools li img {
    border-right: 5px solid #f3f4f5;
    vertical-align: middle;
}

ul#prodtools li a:link, ul#prodtools li a:visited {
    color: #6d6f71;
}

/* Case Studies */

#casebox {
    width: 284px;
    padding: 0 24px;
    position: relative;
    float: right;
}

#producttop #casebox {
    margin: 20px 20px 20px 0;
}

#imagebox {
    padding: 10px;
    background: #f3f4f5;
}

.pics { height: 240px !important; position: relative; }
.pics img { top:0; left:0; }


/********************************************************************/
/*      Navigations etc.                                              */
/********************************************************************/

/* Main Navigation */

ul#navi {
    margin-left: 209px;
    height: 19px;
    padding-top: 7px;
    float: left;
}

ul#navi li {
    height: 19px;
    margin-right: 15px;
    font-size: 11px;
    font-weight: bold;
    color: #4d4e50;
    float: left;
    position: relative;
    display: block;
}

ul#navi li a:link, ul#navi li a:visited {
    color: #4d4e50;
    text-decoration: none;
    display: block;
    float: left;
}

/* Level 2 */

ul#navi li ul {
    position: absolute;
    margin-left: -7px;
    width: 120px;
    top: 19px;
    left: -999em;
    background: white;
    border: 1px solid #b9babb;
    z-index: 9999;
}

ul#navi li ul li {
    height: auto;
    margin: 0;
    line-height: normal;
    font-size: 10px;
    font-weight: normal;
}

ul#navi li ul li a:link, ul#navi li ul li  a:visited {
    width: 106px;
    padding: 3px 7px;
    color: #4d4e50;
    text-transform: none;
    text-decoration: none;
}

ul#navi li ul li a:focus, ul#navi li ul li a:hover {
    background-color: #db3a3f;
    color: white;
}

ul#navi li:hover ul, ul#navi li.sfhover ul {
    left: 0;
}

ul#navi li:hover {background-position: 0 0;}


/* Subnavigation */

ul.subnavi {
    margin-bottom: 9px;
}

ul.subnavi li {
    font-size: 11px;
    background: #cdcdcc;
    color: #4d4e4f;
    border-bottom: 1px solid white;
}

ul.subnavi li a {
    padding: 3px 7px;
    color: #4d4e4f;
    display: block;
    font-weight: bold;
    text-decoration: none;
}

ul.subnavi li a:hover, ul.subnavi li a:focus,
ul.subnavi li.active a {
    color: white;
    background: #db3a3f;
}

ul.sub-related {
    margin-bottom: 15px;
}

ul.sub-related li {
    padding-left: 10px;
    font-size: 11px;
    background: url(../images/bullet_gray.gif) 0 4px no-repeat;
    line-height: 15px;
}

ul.sub-related.indent {
    margin-left: 20px;
}

ul.sub-related li a {
    color: #999a9b;
    text-decoration: none;
}

ul.sub-related li a:focus, ul.sub-related li a:hover {
    color: #db3a3f;
}


/********************************************************************/
/*      Single Styles                                                 */
/********************************************************************/

.last {
    border: 0 !important;
    margin-right: 0 !important;
}

/* Forms */
form.app {
    margin: 0;
    overflow: hidden;
}

form.app.search {
    margin-bottom: 9px;
}

form.app.language {
    margin-bottom: 15px;
}

form.app input {
    font-family: Arial, Helvetica, sans-serif;
}

form.app input.text {
    font-size: 10px;
    color: #e10202;
    border: 1px solid #bfbfbf;
    padding: 0 0 0 3px;
    background-color: white;
    float: left;
}

form.app select.select {
    font-size: 9px;
    color: #e10202;
    border: 1px solid #bfbfbf;
    background-color: white;
    float: left;
}

.langicon {margin: 2px 5px 0 0; float: left; }

form.app select.select option {
}

form.app input.submit {
    margin-top: -1px;
    font-size: 12px;
    border: 0;
    color: #6d6f71;
    font-weight: bold;
    background: none;
    float: left;
}

form.app input.submit:hover {
    color: #e10202;
}

/* Miniform */

.miniform p {
    font-size: 12px;
}

.miniform label {
    margin-bottom: 5px;
    color: #e10202;
    display: block;
    font-size: 12px;
}

.miniform select {
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
}

.miniform input.text {
    font-size: 10px;
    border: 1px solid #bfbfbf;
    padding: 0 0 0 3px;
    color: #e10202;
    background-color: white;
}

.miniform p.controls {
    margin-top: 15px;
    text-align: center;
}

.miniform input.submit {
    margin: 0 7px;
    font-size: 10px;
    color: #6d6f71;
    font-weight: bold;
    border: 1px solid #bfbfbf;
    padding: 0 3px !important;
    padding: 0px;
    background-color: white;
}

.miniform input.submit:hover {
    color: #e10202;
}


table.contactform {
    margin: 25px 0 15px 0;
}

table.contactform td {
    font-size: 12px;
    vertical-align: top;
    padding-bottom: 3px !important;
    padding-bottom: 2px;
}

table.contactform td.left {
    padding-top: 5px;
    padding-right: 13px;
    color: #716f6f;
    text-align: right;
}

.contactform .input { width: 220px; }
label { cursor: pointer; padding-top: 3px; display: block; font-size: 12px; }
.check { margin-right: 6px; float: left; }
.stern {    color: #e10202; font-weight: normal; }
.failed td.left { font-weight: bold; color: #e10202; }

input.input, textarea.input {
    font-size: 12px;
    padding: 3px 2px;
    background: url(../images/inputshadow.gif) top left no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #b8b8ba;
}

.contactform select {
    margin-top: 1px;
    font-size: 13px;
    border: 1px solid #cbcbcb;
    background: white url(../images/inputshadow.gif) top left no-repeat;
}

#content p.error {
    margin-bottom: 17px;
    padding: 5px;
    background: #ff9000;
    color: white;
}

table.contactform input.submit {
    padding: 2px 5px;
    font-size: 12px;
    border: 0;
    color: #6d6f71;
    font-weight: bold;
    background: none;
    border: 1px solid #bfbfbf;
    font-family: Arial, Helvetica, sans-serif;
}

table.contactform input.submit:hover {
    color: #e10202;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

