a.bluesnap_link.orange {
    /*cursor: pointer;
    color: #FFFFFF;
    font-size: 16px;
    padding: 3px 15px;
    margin-top: 18px;
    text-decoration: none;
    display: inline-block;
    font-family: "montrealts-regular","Helvetica Neue", Arial, Helvetica, sans-serif;
    background-image: -o-linear-gradient(top, #f4b222, #f97e05);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #f4b222),color-stop(0.6, #f97e05));
    background: -moz-linear-gradient(top center,#f4b222,#f97e05 60%);
    -pie-background: linear-gradient(#f4b222, #f97e05);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}

#module-bluesnap-checkout #left_column {
    display: none;
}

#module-bluesnap-checkout #center_column {
    width: 100%;
}

.bluesnap_price {
    font-weight: bold;
}

#module-bluesnap-checkout td#cart_quantity_text_center {
    text-align: center;
}

#module-bluesnap-checkout td.cart_quantity {
    text-align: right;
}

#module-bluesnap-checkout th.cart_quantity {
    text-align: center;
}

#module-bluesnap-checkout .breadcrumb {
    display: none;
}

#bluesnap_header_right {
    clear: both;
    float: right;
}

#bluesnap_logo {
    left: 0;
    top: 30px;
    z-index: 1;
}

#bluesnap_payment_module #bluesnap_img {
    float:left;
}

#bluesnap_payment_module {
    text-transform: none;
    font-size: 15px;
}

.bluesnap_logo_left {
    float: left;
    margin: 0px 10px 5px 0px;
}

.bluesnap_container {
    padding-bottom: 25px;
}

.bluesnap_container .clear {
    clear:both;
}

.bluesnap_container p {
    padding-bottom: 0px;
    padding-top: 3px;
}

.bluesnap_purchase_form .exclusive_large {
    padding: 12px 10px;
}

.bluesnap_purchase_form .exclusive_large:active {
    background-position: left -88px;
}

#cart_summary .span-left{
    float:left;
}

#cart_summary .span-line-through{
    text-decoration:line-through;
}

#bluesnap_payment_module a:hover {
    background-color: #f6f6f6;
}

div#bluesnap_payment_module {
    margin-bottom: 10px;
}

div#bluesnap_payment_module a {
    display: block;
    border: 1px solid #d6d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 17px;
    line-height: 23px;
    color: #333333;
    font-weight: bold;
    padding: 5px 40px 35px 15px;
    letter-spacing: -1px;
    position: relative;
    background-color: #fbfbfb;
}

div#bluesnap_payment_module a.bluesnap:after {
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #777777;
}