/* PRODUCT CONFIGURATOR */
.eshop-product-configuration-option, .eshop-product-configuration-options-choice {
    cursor: pointer;
    font-size: 11px;
}

.eshop-product-configuration-options-title {
    font-weight: bold;
    font-size: 16px;
}

.eshop-product-configuration-options,
.eshop-product-configuration-options .option-id {
    display: none;
}

h4 {
    margin-bottom: 0px;
}

.eshop-product-configuration-options .option-name,
.eshop-product-configuration-name {
    font-weight: bold;
    color: #000;
}

.eshop-product-configuration-options-outer {
    margin-bottom: 5px;
    position: relative;
    width: 365px;
}


.eshop-option-in-conflict {
    border-color: #f00;
}




.eshop-div-conflict-info {
    position: absolute;
    background: url('../images/i_red.png') no-repeat center center;
    width: 15px;
    height: 15px;
    
    right: -19px;
    top: 26px;
    display: none;
    
    cursor: help;
}

.eshop-option-in-conflict .eshop-div-conflict-info {
    display: block;
}



#product-configuration-button-submit-disabled {
    display: none;
    position: relative;
    top: 100px;
}








.eshop-product-configuration-options-choice,
.eshop-product-configuration-option {
    background: url('../images/bg_configuration_option.png');
    border: 1px solid #ccc;
    padding: 6px;
    position: relative;
}

.eshop-product-configuration-options-choice {
    background: url('../images/bg_configuration_choice.png');
}

.eshop-product-configuration-option { 
    border-top: 0px;
}

.eshop-product-configuration-name {
    float: left;
    width: 250px;
    overflow-x: hidden;
    color: #006AD7;
}

.eshop-product-configuration-price, .eshop-product-configuration-price-currency {
    position: absolute;
    top: 6px;
    right: 16px;
    text-align: right;
}
.eshop-product-configuration-price-currency {
    right: 6px;
}

.eshop-product-configuration-count {
    display: none;
}



.option-conflicts, .option-id, .option-price, .option-count {
    display: none;
}

.option-name {
    margin-left: 20px;
    width: 262px;
}

.qtip-product-info {
    position: absolute;
    left: 7px;
    top: 7px;
}

.option-price-diff, .option-price-diff-currency {
    position: absolute;
    top: 6px;
    right: 16px;
}
.option-price-diff-currency {
    right: 6px;
}





.eshop-product-configuration-outer h2 {
    margin-top: 40px;
}
.eshop-product-configuration-outer h2.child-0 {
    margin-top: 0px;
}
.eshop-option-in-conflict .eshop-product-configuration-options-choice {
    border: 1px solid #e00;
}





.div-configuration-basket {
    height: 170px;
    position: relative;
    margin-top: 20px;
}

.div-configuration-basket .div-price-bezdph,
.div-configuration-basket .div-price {
    position: absolute;
    top: 50px;
    left: 0px;
    
    width: 135px;
    height: 63px;
    
    background: url('../images/btn_detail_cena_bezdph.png') no-repeat;
    text-align: center;
    color: #fff;
}
.div-configuration-basket .div-price-bezdph p,
.div-configuration-basket .div-price p {
    font-size: 10px;
    padding-top: 13px;
}
.div-configuration-basket .div-price-bezdph b,
.div-configuration-basket .div-price b {
    font-size: 18px;
}
.div-configuration-basket .div-price {
    left: 135px;
    background: url('../images/btn_detail_cena.png') no-repeat;
}


.div-configuration-basket .div-button .form-button {
    position: absolute;
    top: 50px;
    left: 270px;

    box-shadow: none !important;
    border: 0px;

    width: 135px;
    height: 63px;
    
    background: url('../images/btn_detail_pridat.png') no-repeat;
}



#eshop-product-configuration-load-default,
#eshop-product-configuration-load-recommended  {
    padding: 6px;
    border: 1px solid #aaa;
    background: #D0D5DB;
    
    border-radius: 4px;
/*    box-shadow: 2px 2px 5px #ccc; */
    
    cursor: pointer;
    font-weight: bold;
}

#eshop-product-configuration-load-recommended {
    background: #0075E2;
    color: #fff;
}























/* conflict info */

.div-qtip-content {
    padding: 5px;
}

.div-qtip-content h3 {
    color: #000;
    font-size: 13px;
    margin-bottom: 0px;
}
