@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/background_bar.png);
	background-repeat: repeat-x;
	margin:0 0 0 0;
}

/* edits for Plugin Essential Cross Sell using product Choice */
.store-product-option-groups {padding:0;}

.xsell .store-product-option-groups-body {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #aaaaaa;
    padding: 2em;
}

.xsell .store-product-option-group-title {
    font-size: 1.5em;
    margin: 0.75em 0;
}

.xsell .store-product-option-description {font-size:13.3333px}

.xsell .store-product-option  {
    background: rgba(0, 0, 0, 0) url("images/plugin.png") no-repeat scroll 0 0;
    padding-left: 200px;
}
.xsell .store-product-option-title, .xsell .store-product-option-display {
    font-size: 1.17em;
    font-weight: bolder;
    padding-bottom: 20px;
    padding-left: 0;
}

.xsell_button_label {display:none;}
.xsell .xsell_button_label{
    display: block;
    font-size: 15.4px;
    font-weight: bolder;
    margin-top: 15px;
    padding: 5px;
}
.xsell input {
    height: 25px;
    position: relative;
    top: 4px;
    width: 25px;
}

.xsell-cart .store-order-item-price-zero {
    visibility: visible;
}

.store-order-item-child.xsell-cart {
    font-size: 1em;
    padding-left: 0;
    padding-top: 1em;
}
.xsell-cart .store-order-item-child-title {font-weight:bold;display: inline-block;}
.xsell-cart .store-order-item-child-pricing {
    clear: none;
    display: inline-block;
    float: right;
    text-align: right;
}
.xsell-cart + .store-order-item-group-action-list {
    clear: both !important;
    display: block;
    padding-top: 20px !important;
    text-align: right;
}