
* {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

/*html { height: 101%; } */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    height: 100%;
}

A:link {
    text-decoration: none;
    color: #4e4e4e;
}

A:visited {
    text-decoration: none;
    color: #4e4e4e;
}

A:active {
    text-decoration: none;
    color: #4e4e4e;
}

A:hover {
    text-decoration: underline;
    color: #4e4e4e;
}

.orange A:link {
    text-decoration: none;
    color: #ef8537;
}

.orange A:visited {
    text-decoration: none;
    color: #ef8537;
}

.orange A:active {
    text-decoration: none;
    color: #ef8537;
}

.orange A:hover {
    text-decoration: underline;
    color: #ef8537;
}

#wrapper {
    color: #4e4e4e;
    background-color: #d3dce0;
    width: 1024px;
    margin: 10px auto;
    font-weight: bold;
}

#header {
    background-image: url(../img/header_bg.jpg);
    height: 149px;
    position: relative;
}

#header .logo {
    background-image: url(../img/logo_bticino.png);
    height: 73px;
    width: 186px;
    position: absolute;
    top: 35px;
    left: 72px;
}

#header .navigation {
    float: right;
    /*width:	200px;*/
    background-color: #ef8537;
    color: white;
    margin-top: 18px;
    padding: 7px 15px;
    font-family: Helvetica, Arial, Verdana;
    vertical-align: bottom;
}

#header .welcome {
    color: black;
    position: relative;
    top: 120px;
    left: 73px;
}

#header A:link {
    color: white;
}

#header A:visited {
    color: white;
}

#header A:active {
    color: white;
}

#header A:hover {
    color: white;
}

#header .headerNavSelected {
    text-decoration: underline;
}

/* N A V I G A T I O N ********************************************************************************************/
#mainNavigation {
    background-image: url(../img/naviMain_bg.gif);
    height: 72px;
    display: block;
    margin-bottom: -2px;
}

#subNavigation {
    background-image: url(../img/subNavigation_bg.png);
    height: 32px;
    display: block;
}

#subNavigation .item {
    padding: 7px 60px;
    float: left;
    border-right: 2px solid #ef8537; /* orange */
}

#subNavigation .itemSelected {
    padding: 7px 60px;
    float: left;
    border-right: 2px solid #ef8537; /* orange */

    background-image: url(../img/nav_sub_bg.jpg);
    background-repeat: repeat-x;
    background-position: top left;
}

#subNavigation A:link {
    text-decoration: none;
    color: #777879;
}

#subNavigation A:visited {
    text-decoration: none;
    color: #777879;
}

#subNavigation A:active {
    text-decoration: none;
    color: #777879;
}

#subNavigation A:hover {
    text-decoration: none;
    color: #777879;
}

/* M A I N - A R E A ********************************************************************************************/
#main {
    background-image: url(../img/orange_decorator.png);
    background-repeat: no-repeat;
    background-position: 0 46px;
    min-height: 620px;
}

#contentHeader {
    height: 70px;
    padding-left: 73px;
    padding-top: 20px;
}

#contentHeader .logoutBasket {
    position: relative;
    top: -30px;
    right: 35px;
    float: right;
    text-align: right;
    line-height: 1.5em;
}

#content {
    width: 947px;
    float: right;
    padding-right: 15px;
    min-height: 530px;
    height: auto !important; /* Hack for IE 6 - he doesn't know min-height */
    height: 530px;
    margin-bottom: 15px;

    /* overflow:      auto;   Scroller */
    /*position:	relative;
    top: 70px;*/
    /*background-color: red;*/
}

#footer {
    color: #555658;

    padding: 10px 0;
    /*line-height: 24px;*/
    text-align: center;
    font-weight: normal;
    border-top: 1px solid #c0d1d7;
    /*background-color: yellow;*/
    clear: right;
}

.orange {
    color: #ef8537;
}

.title_orange {
    color: #ef8537;
    font-size: 1.4em;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.orange_line {
    background-image: url(../img/orange_decoratorLine.png);
    background-repeat: no-repeat;
    margin-bottom: 15px;
    height: 17px;
    width: 710px;
}

.title_box {
    background-color: #667b83;
    padding: 0 0 3px 10px;
    font-family: Helvetica, Arial, Verdana;
    font-size: 1.2em;
    color: white;
    width: 700px;
}

.text_box {
    width: 690px;
    background-color: white;
    padding: 3px 10px 0 10px;
}

.box_wide_top {
    background: url("../img/box_titleWide_top.png") no-repeat;
    height: 15px;
    width: 930px;
}

.box_wide_title {
    background-color: #667b83;
    color: white;
    padding: 0 10px;
    width: 910px;
}

.box_wide_title A:link {
    color: white;
}

.box_wide_title A:visited {
    color: white;
}

.box_wide_title A:active {
    color: white;
}

.box_wide_title A:hover {
    color: white;
}

.info_box_bottom {
    background: url("../img/box_info_bottom.png") no-repeat;
    height: 15px;
    width: 930px;
    margin-bottom: 10px;
}

/* Yellow variant of info-box: warning box */
.warning .box_wide_top {
    background: url("../img/box_titleWide_top_yellow.png") no-repeat;
}

.warning .box_wide_title {
    background-color: #f0fa1e;
    color: black;
}

.warning .info_box_bottom {
    background: url("../img/box_info_bottom_yellow.png") no-repeat;
}

label {
    float: left;
    display: block;
    width: 250px;
    margin: 3px 0;
}

.text_box label {
    width: 150px;
}

.text_box .orange_line {
    position: relative;
    left: -10px;
}

.newCustomerBox {
    width: 350px;
    float: right;
    text-align: center;
}

.passwordForgotLink {
    font-size: 0.75em;
    font-weight: normal;
}

a.btn200 {
    background: rgba(0, 0, 0, 0) url("../img/button200.png") no-repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 23px;
    line-height: 22px;
    width: 200px;
}

.inputbox_mid {
    background: url("../img/inputBox_mid.png") no-repeat;
    margin: 3px 0;
    padding: 2px 0 0 5px;
    width: 160px;
    height: 20px;
    border-width: 0;
    border-color: transparent;
}

select.mid {
    width: 165px;
}

button {
    padding: 0;
    margin: 5px 0;
    border: 0;
    color: #fff;
    height: 22px;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    font-family: Verdana, Helvetica, Arial;
}

button.btn130 {
    background: url(../img/button130.png) no-repeat;
    width: 130px;
}

button.btn200 {
    background: url(../img/button200.png) no-repeat;
    width: 200px;
}

.textarea_mid {
    height: 60px;
    margin: 5px 0;
    /*border-width: 0;
    border-color: transparent;*/
}

select.mid {
    margin: 5px 0;
}

fieldset {
    padding: 12px;
    border: 1px solid #89a4ae;
}

.orderConfirm select.big {
    width: 474px;
}

.orderConfirm fieldset {
    width: 450px;
}

.orderConfirm fieldset.altBillingAddress {
    float: right;
    overflow: hidden;
    width: 420px;
}

.orderConfirm .textarea_mid {
    width: 474px;
}

clearboth {
    clear: both;
}

/*img.left {
	float:left;
	padding:5px 10px 5px 0px;
	border:none;
}*/

/* P R O D U C T S ********************************************************************************************/
.product {
    width: 930px;
    /*width:	450px;
    float: left;
    height: 350px;*/
}

.product .titlebar {
    background: url("../img/product_titlebar.png") no-repeat;
    height: 20px;
    width: 920px;
    padding: 6px 10px 0 10px;
    font-family: Verdana, Helvetica, Arial, Verdana;
    color: white;
}

.product .middle {
    background: url("../img/product_bg.gif");
    font-weight: normal;
    color: #57676f;
    height: 85px;
}

.product .middle .picture {
    float: left;
    height: 80px;
    width: 90px;
    padding-top: 5px;
    text-align: center;
    margin-right: 10px;
    /*overflow: visble; no effect in ie 7, still crops */
}

.product .middle .description {
    padding: 5px 0;
    height: 75px;
    margin-right: 10px;
}

.product .bottom {
    clear: both;
    background: url("../img/product_bottom.png") no-repeat;
    height: 26px;
    width: 910px;
    margin-bottom: 5px;
    text-align: right;
    font-weight: normal;
    color: #57676f;
    padding-right: 20px;
}

.product .bottom .price {
    float: left;
    text-align: left;
    padding-left: 100px;
}

.productConfig {
    width: 710px;
}

.productConfig .titlebar {
    background: url("../img/product_titlebar_conf.png") no-repeat;
    height: 20px;
    width: 710px;
    padding: 6px 10px 0 10px;
    font-family: Verdana, Helvetica, Arial, Verdana;
    color: white;
}

.productConfig .middle {
    background: url("../img/product_bg_conf.gif");
    font-weight: normal;
    min-height: 360px;
}

.productConfig.singleProductConfig .middle {
    height: 360px;
}

.productConfig .middle #picture {
    float: left;
    height: 350px;
    width: 320px;
    padding-top: 10px;
    text-align: center;
    margin-right: 10px;
}

/*.productConfig .middle #picture #loadingAnimation
{
    display: none;
}*/
.productConfig .middle .description {
    font-size: 0.9em;
}

.productConfig .middle .config {
    padding: 10px 0;
    /*height: 		340px;*/
    margin-right: 10px;
}

.productConfig.singleProductConfig .middle .config {
    height: 340px;
}

/*td.gapBetwProd { width: 15px; }*/
.productConfig td.prodDataFields {
    width: 200px;
    text-align: right;
}

.productConfig td.prodDataLabels {
    padding-left: 5px;
}

#innerStationConfig {
    margin-left: 340px;
    width: 350px;
    display: none;
}

#innerStationTitle {
    margin-left: 340px;
    margin-top: 20px;
    width: 350px;
    display: none;
}

#innerStationPicture > img {
    display: none;
    height: 30%;
    margin-left: -210px;
    margin-top: 120px;
    position: absolute;
}

.productConfig .bottom {
    clear: both;
    background: url("../img/product_bottom_conf.png") no-repeat;
    height: 26px;
    width: 690px;
    margin-bottom: 5px;
    text-align: right;
    font-weight: normal;
    color: #57676f;
    padding-right: 20px;
}

.productConfig select.small {
    width: 45px;
    text-align: center;
}

.productConfig select.mid {
    width: 170px;
    text-align: center;
}
.productConfig select.mid.innerStations {
    text-align: left;
}

/* Quelle f�r runde Buttons: http://www.dotmagic.de/blog/2008/03/15/web20-buttons-mit-css-stylen/ */
/*button.btn7 {
    background:  url(../img/buttonA.png) 0 50% no-repeat;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
}
button.btn7 div {
    background:   url(../img/buttonB.png) 100% 50% no-repeat;
    color: #fff;
    font: normal bold 85% Arial, sans-serif;
    line-height: 24px;
    white-space: nowrap;
    padding: 0 5px;
}*/

