/* --------------------------------------------------------------------------
                                                             list
   -------------------------------------------------------------------------- */

.page-logo {
    float: right;
}

.list-locator {
    position: relative;
    top: 0px;
    left: 0px;
    width: 736px;
}

.list-header {
    height: 65px;
    margin-top: -20px; /* clearing padding-bottom of h1 */
}

.list-header h1 {
    padding-bottom: 0px;
}

.locator {
    color: #84797B;
}

.locator a {
    color: #84797B;
}

.list-doubleline {
    background: transparent url(../img/list-double-line.gif) repeat scroll 0 0;
    font-size: 1px;
    height: 4px;
    line-height: 4px;
}

.page-locator div {
    float: right;
}

.page-locator img {
    margin-top: 1px;
}

#list-asset a {
    color: white; /*text-transform:uppercase;*/
/*font-size:10px;*/
/*font-style:italic;*/
/*text-decoration:underline;*/
}

.category-header-dark {
    background-color: #4D4D4D;
    color: #DBD8D7;
    text-align: justify;
    padding: 14px;
    margin-bottom: 14px;
}

.category-header-dark img.right {
    margin-left: 14px;
    margin-bottom: 14px;
    float: right;
}

/* --------------------------------------------------------------------------
                                                             details
   -------------------------------------------------------------------------- */

#details-locator a {
    color: #ADAEA5;
    text-decoration: underline;
}

#details-locator a:hover {
    color: black;
}

#details-header-manufacturer {
    color: #666361;
    font-size: 13px;
}

#details-header-article-title {
    color: #333130;
    font-size: 24px;
    font-weight: bold;
}

#details-header-article-price {
    color: #333130;
    font-size: 24px;
    font-weight: bold;
    float: left;
    padding-right: 20px;
}

#details-header-article-price span {
    font-size: 11px;
}

.details-doubleline {
    background: transparent url(../img/list-double-line.gif) repeat scroll 0 0;
    font-size: 1px;
    height: 4px;
    line-height: 4px;
}

#detail-tabs {
    color: #64605F;
    margin: 1px;
    position: relative;
    top: 0px;
    left: 0px;
}

#detail-tabs #tab-row {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

#detail-tabs .tab-off {
    float: left;
    cursor: pointer;
}

#detail-tabs .tab-off .tab-l {
    float: left;
    height: 20px;
    width: 7px;
    background: url(../img/details/tab-off-l.gif);
    margin-left: 11px !important;
    margin-left: 5.5px;
}

#detail-tabs .tab-off .tab-c {
    float: left;
    height: 20px;
    background: url(../img/details/tab-off-c.gif);
}

#detail-tabs .tab-off .tab-content {
    padding: 3px 6px 0px;
}

#detail-tabs .tab-off .tab-r {
    float: left;
    height: 20px;
    width: 7px;
    background: url(../img/details/tab-off-r.gif);
}

#detail-tabs .tab-on {
    float: left;
}

#detail-tabs .tab-on .tab-l {
    float: left;
    height: 20px;
    width: 7px;
    background: url(../img/details/tab-on-l.gif);
    margin-left: 11px !important;
    margin-left: 5.5px;
}

#detail-tabs .tab-on .tab-c {
    float: left;
    height: 20px;
    background: url(../img/details/tab-on-c.gif);
}

#detail-tabs .tab-on .tab-content {
    padding: 3px 6px 0px;
}

#detail-tabs .tab-on .tab-r {
    float: left;
    height: 20px;
    width: 7px;
    background: url(../img/details/tab-on-r.gif);
}

#tab-variants-content, #tab-config-content {
    display: none;
}

#details-tab-content {
    clear: both;
    width: 100%;
    border-top: 1px solid #A4A4A4;
    position: absolute;
    top: 19px;
    left: 0px;
    z-index: 1;
}

#details-tab-content select {
    width: 220px;
}

#tab-info-content-overflow {
    width: 100%;
    height: 385px;
    margin-top: 5px;
    overflow: auto;
}

#details-variants-on-stock {
    width: 100%;
    height: 320px;
    overflow: auto;
}

.to-basket {
    background-color: #eeeeee;
    margin: 0px 2px 5px 2px;
    padding: 2px;
}

.to-basket .price {
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.basket-button {
    border: 0px;
}

#to-basket-message {
    background-color: #FFB235;
    padding: 7px 0px;
    text-align: center;
    color: black;
}

#to-basket-message a {
    text-decoration: underline;
}

#details-description {
    color: #666666;
    text-align: justify;
}

#details-description h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

#details-description .material-head {
    padding-top: 10px;
    text-align: right;
    vertical-align: top;
}

#details-description .material {
    color: #666666;
    float: left;
    height: 50px;
    margin: 5px;
    text-align: center;
    width: 50px;
}

#details-description .material img {
    border: 1px solid black;
}

#tooltip {
    position: absolute;
    border: 1px solid black;
    background-color: black;
    color: white;
    z-index: 10;
}

table.collection {
    margin-left: 112px;
}

table.collection h3 a {
    color: black;
    font-size: 13px;
    font-weight: bold;
}

table.collection a {
    color: #666666;
}

table.collection a:hover {
    text-decoration: none;
}

.blog .date {
    font-size: 11px;
    font-weight: normal;
}

.blog .img {
    float: left;
    width: 75px;
    margin-left: 10px;
}

.blog .img img {
    border: 1px solid black;
}

.blog .preview-text {
    width: 600px;
    margin-left: 20px;
    float: left;
}

.blog a:hover {
    text-decoration: none;
}

#shortdesc ul {
    margin-bottom: 0;
}

#shortdesc li {
    margin-bottom: 0;
}

.details h1 {
    display: inline;
}

#financing-conditions-trigger {
    cursor: default;
}

#financing-conditions {
    position: relative;
    top: 0;
    left: 0;
    display: none;
}

#financing-conditions-box {
    position: absolute;
    top: -234px;
    left: 0;
    background-color: white;
    overflow: hidden;
    padding: 20px 0 0;
}

#financing-conditions-border {
    border: 2px solid #3AA12E;
    height: 178px;
}

#financing-conditions-content {
    margin: 4px;
}

#financing-conditions-table .h {
    width: 100px;
    border-bottom: 1px solid #000;
}

#financing-conditions-table td {
    text-align: center;
}

#financing-conditions-table .bright-row {
    background-color: #f5f5f5;
}

#financing-conditions-table .dark-row {
    background-color: #e4e4e4;
}

table.desc_table th {
    text-align: left;
    color: black;
    font-size: 13px;
}

/* --------------------------------------------------------------------------
                                                        basket
-------------------------------------------------------------------------- */

#checkout {
    margin-top: 100px;
}

.basket-step {
    float: left;
    width: 20%;
    color: #757575;
}

.basket-step-box {
/*clear:both;*/
/*display:block;*/
    background-color: #f0f0f0;
    border: 1px solid #CBCBCB;
    color: #757575;
    height: 75px;
    margin: 4px;
    padding-bottom: 2px;
    padding-top: 0;
    vertical-align: top;
}

.basket-step-box-selected {
    background-color: white;
}

.basket-step a {
    color: #757575;
}

.basket-step a:hover {
    text-decoration: none;
}

.basket-step .step-number {
    font-size: 21px;
    font-weight: bold;
    padding-left: 4px;
}

.basket-step-box-selected .step-number {
    color: #FF3300;
}

/*.basket-step a .step-number {*/
/*color: #FF3300;*/
/*}*/

.basket-step .step-header {
    font-size: 10px;
    font-weight: bold;
    padding-left: 4px;
}

.basket-step-box-selected .step-header {
    color: #FF3300;
}

/*.basket-step a .step-header {*/
/*color: #FF3300;*/
/*}*/

.basket-step .step-content {
    font-size: 9px;
    padding-left: 3px;
}

#basket-table {
    width: 733px;
}

#basket-table .head {
    background-color: #EFEFEF;
    border-bottom: 1px solid #6E6E6E;
    border-top: 1px solid #6E6E6E;
    color: #6E6E6E;
    font-weight: bold;
    height: 25px;
}

#basket-table td.icon {
    width: 70px;
    padding-left: 7px;
    padding-top: 7px;
}

#basket-table td.icon div {
    border: 1px solid #EFEFEF;
    height: 42px;
    margin-bottom: 3px;
    margin-right: 10px;
    margin-top: 3px;
    overflow: hidden;
    text-align: center;
    width: 56px;
}

#basket-table td.article {
    text-align: left;
    width: 296px;
}

#basket-table hr {
    background-color: #EEEFF0;
    border: 0 none;
    color: #EEEFF0;
    height: 1px;
    margin-bottom: 0;
    margin-left: 7px;
    margin-top: 8px;
}

#basket-table hr.big {
    background-color: #EEEFF0;
    border: 0 none;
    color: #EEEFF0;
    height: 4px;
    margin-bottom: 0;
    margin-left: 7px;
    margin-top: 8px;
}

.voucher-head {
    background-color: #EFEFEF;
    border-bottom: 1px solid #6E6E6E;
    border-top: 1px solid #6E6E6E;
    color: #6E6E6E;
    font-weight: bold;
    padding: 5px;
}

/* --------------------------------------------------------------------------
                                                        user
-------------------------------------------------------------------------- */

#user-login {
    margin-top: 100px;
}

#user-login .box1 {
    float: left;
    margin-right: 30px;
    width: 350px;
}

#user-login .box1 table {
    margin-left: 30px;
}

#user-login .head {
    color: #777777;
    font-size: 20px;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
}

#user-login .explanation {
    background-color: #F3F3F3;
    color: #777777;
    height: 160px;
    margin: 5px;
    padding: 5px;
}

#user-login .box2 {
    float: left;
    width: 350px;
}

/* --------------------------------------------------------------------------
                                                       payment
-------------------------------------------------------------------------- */

#payment {
    margin-top: 100px;
}

/* --------------------------------------------------------------------------
                                                       account
-------------------------------------------------------------------------- */

#account-login-new-customer {
    float: left;
    margin-right: 30px;
    width: 350px;
}

#account-login-login {
    float: left;
    width: 350px;
}

#account-login .explanation {
    background-color: #F3F3F3;
    color: #777777;
    font-size: 11px;
    height: 155px;
    margin: 5px;
    padding: 5px;
}

.back-to-shop {
    text-align: right;
    padding-right: 4px;
}

#account-header .row {
    border-bottom: 1px solid #AAAAAA;
    border-top: 1px solid #AAAAAA;
    cursor: pointer;
    float: left;
    margin: 15px;
    width: 200px;
}

#account-header .active {
    background-color: #EEEEEE;
}

#account-header .row .descr {
    color: #777777;
    font-size: 10px;
}

/* --------------------------------------------------------------------------
                                                           designer
-------------------------------------------------------------------------- */

#designer-list {
    padding: 16px 0px 0px 170px;
}

#designer-list ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#designer-list ul li {
    margin: 3px;
}

#designer-list .letter {
    color: black;
    font-size: 24px;
}

/* --------------------------------------------------------------------------
                                                           start
-------------------------------------------------------------------------- */

#recommendation-article {
    vertical-align: bottom;
}

#recommendation-article a:hover {
    text-decoration: none;
}

#recommendation-article .title {
    color: #333130;
    font-size: 24px;
    font-weight: bold;
}

#recommendation-article .special-price {
    color: #333130;
    font-size: 24px;
    font-weight: bold;
}

/* --------------------------------------------------------------------------
                                                           empfehlungen
-------------------------------------------------------------------------- */

#recommendations-list img.product {
    border: 0 none;
}

#details-header-article-old-price {
    color: black;
    text-decoration: line-through;
}

/* --------------------------------------------------------------------------
                                                          info
-------------------------------------------------------------------------- */

#delivery-table td {
    padding: 3px;
}

.partner-box {
    width: 229px;
    height: 121px;
    border: 1px solid #E0E0E0;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    text-align: center;
}

#partner-screenshot {
    float: left;
    width: 330px;
}

#partner-text {
    float: left;
    width: 390px;
}

/* --------------------------------------------------------------------------
                                                          content
-------------------------------------------------------------------------- */

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

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

