﻿/* Test class, should be removed when the real css code is added! */
.bundleDetailsPopup
{
    background-color: #ffffff;
    display: none;
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 378px;
    z-index: 1000;
    background-image: url(../images/layout/white/cartpopup/378x/popup-top.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 5px;
}

.bundleDetailsPopup .popupheader
{
    border-bottom: 1px solid #cccccc;
    left: 10px;
    padding-bottom: 4px;
    position: absolute;
    width: 357px;
    z-index: 100;
}

.bundleDetailsPopup .popupmid
{
    width: 378px;
    background-color: #FFFFFF;
    background-repeat: repeat-y;
    background-image: url("../images/layout/white/cartpopup/378x/popup-c.png");
}

.bundleDetailsPopup .popupfooter
{
    background-position: left top;
    background-repeat: no-repeat;
    height: 5px;
    background-image: url("../images/layout/white/cartpopup/378x/popup-btm.png");
}

.bundleDetailsPopup .popupcontent
{
    padding: 5px 11px 2px 11px;
    clear: both;
}

.bundleDetailsPopup .leftProduct
{
    border-right: 1px solid #CCCCCC;
    margin-bottom: 5px;
    width: 175px !important;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bundleDetailsPopup .rightProduct
{
    float: left;
    width: 175px !important;
    padding-left: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.right_product .bundleDetailsPopup .product_options
{
    left: auto;
    position: relative;
    top: auto;
    width: auto;
}

.bundleDetailsPopup .selectedPrice
{
    position: relative;
    top: 8px;
    padding-left: 5px;
}

.bundleDetailsPopup .gogreen_opt
{
    display: none !important;
}

.simliar .bundleDetailsPopup .product_buy
{
    height: auto;
}

.bundleDetailsPopup .closeButton
{
    display: block;
    float: right;
    height: 8px;
    margin: 2px 8px 5px 0;
    width: 8px;
    background: url("../images/layout/close.jpg") no-repeat scroll right top transparent;
    cursor: pointer;
    position: relative;
    z-index: 101;
}

.bundleDetailsPopup .popupcontent > .product_buy
{
    clear: both;
    padding-top: 5px;
    border-top: 1px solid #CCCCCC;
    height: 28px;
}

.right_product .bundleDetailsPopup .product_options .opt label
{
    padding-top: 0px;
}

.simliar .bundleDetailsPopup h2
{
    font-size: 12px;
    margin: 0 0 5px 0;
}

.paymentNote
{
    color: #A6A6A6;
    clear: both;
    font-size: 11px;
    padding: 3px 0 0 0;
    white-space: nowrap;
}

.priceInformation a  {
    color: #A6A6A6;
    text-decoration: underline;
}


