html {overflow-y:inherit !important;}
.main-navigation {z-index:8000 !important;}
.clear {clear:both;}
.hidden {display:none !important;}
#subscribe-content .entry-title {float:left; margin-right:30px;}
#subscribe-content .wrap-content {float:left; width:82%; color:#000; line-height:1.4em;}
#msa-checkout-page {clear:both; padding-top:20px; color:#000;}
#msa-checkout-page h2 {padding:0; margin:0 0 10px; font-size:190%;}

#products-wrapper {
    float:left;
    width:690px;
    color:#000;
}
#products-wrapper img {
    border:none !important;
    margin:0 0 3px !important;
    padding:0 !important;
}
.list-wrapper {
    border-bottom:1px solid #000;
    padding:0 0 10px;
    margin:0 0 10px;
}
.list-wrapper h2 {
    color:#000;
}
.list-product {
    overflow:hidden;
}
.list-product .product-item {
    float:left;
    width:220px;
    height:275px;
    overflow:hidden;
    margin:0 15px 15px 0;
    border-bottom:1px dotted #ccc;
}
.list-product .product-item:nth-child(3n+3) {
    margin-right:0;
}
.list-product .product-item img {
    width:220px;
    height:150px;
    display:block;
    margin-bottom:10px;
}
.list-product .product-item .title {
    height:45px;
    overflow:hidden;
}
#msa-subscriptions .product-item {
    height:315px;
}
#back-issues .product-item {
    height:260px;
}

#back-issues .product-item .price { margin-top:30px;}

#msa-subscriptions .product-item .title {
    height:115px;
}
.list-product .product-item .price {
    font-size:16px;
    overflow:hidden;
	margin-top:10px; margin-bottom:10px;
}
.list-product .product-item .product-attr {
    overflow:hidden;
    padding:5px 0;
}
.list-product .product-item select {
    float:left;
    border:1px solid #acacac;
    color:#000;
    width:80px;
}
.list-product .product-item select.quantity_select {
    float:right;
}
.list-product .product-item .addcart {
    float:right;
    cursor:pointer;
    border:1px solid #acacac;
    line-height:1em;
    font-size:14px;
    padding:5px 8px;
    color:#000;
}
.list-product .product-item .addcart.busy,
.list-product .product-item .addcart:hover {
    background:#FBB03B;
}

.cart {
    background:#f8f8f8;
    float:right;
    width:230px;
    color:#000;
    margin-top:44px;
}
.cartbox {
    padding:10px;
}
.cartbox h4 {
    color:#000;
    margin:0 0 10px;
    padding-bottom:5px;
    font-size:14px;
    border-bottom:3px solid #363636;
}
.cartbox .cartitems {
    padding:0 0 10px;
}
.cartbox .button-wrap {
    overflow:hidden;
    padding-bottom:5px;
    border-bottom:3px solid #363636;
}
.cartbox .button {
    background:#2a2a2a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    color:#fff;
    float:right;
    padding:3px 10px;
}
.cartbox .button:hover {
    background:#FBB03B;
}
.cartbox .cartrow {
    overflow:hidden;
    border-bottom:1px solid #dfdfdf;
    padding-top:5px;
}
.cartbox .cartrow .label {
    float:left;
    width:125px;
}
.cartbox .cartrow .label span {
    font-size:16px;
}
.cartbox .cartrow .price {
    float:right;
    text-align:right;
    width:80px;
}
.cartbox .cartrow .price span {
    font-size:16px;
}
.cartbox .cartrow a.remove {
    display:block;
    color:#000;
    cursor:pointer;
    font-size:12px;    
}
.cartbox .cartrow a.remove:hover {
    color:#FBB03B;
}
.cartitems.busy {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;    
}
.cartbox .coupon-wrap {
    overflow:hidden;
    padding:0 0 10px;
}
.cartbox .coupon-wrap label {
    float:left;
}
.cartbox .coupon-wrap #coupon_code {
    float:left;
    width:80px;
}
.cartbox .coupon-wrap #apply_coupon {
    float:right;
    width:80px;
}

#msa-billing-info {overflow:hidden; padding:0 0 10px; float:left; width:48%;}
#msa-billing-info-left {float:left; margin-right:10px;}
#msa-billing-info-right {float:left;}
.msa-field {overflow:hidden; padding:0 0 10px;}
.msa-field label {display:block; width:100px;}
.msa-field label.left {float:left;}
.msa-field p,
.msa-field br {display:none;}
.msa-field .text {float:left; width:150px; padding:3px;}
.msa-field .select {width:120px; border:1px solid #ccc; padding:2px;}
.msa-field .radio {float:left; margin:5px 8px 0 0;}

#msa-state2,
#msa-shipping-state2 {display:none;}

#msa-creditcard-wrap {float:left; width:48%;}
#msa-shipping-info {overflow:hidden; padding:0 0 10px; float:right; width:48%;}
#msa-subscriptions .bestdeal {color:#ee0000; font-weight:bold;}
#msa-subscription-types {padding-bottom:5px;}
#msa-checkout-page p {margin:0 0 5px;}
#msa-checkout-page #use_same_info {margin:0 5px 0 0;}
#msa-subscriptions label {width:auto; margin-right:15px;}
#msa-creditcard-info {padding:0 0 10px;}
#msa-creditcard-info label {width:150px; float:none; display:block;}
#msa-creditcard-info .select {width:140px; margin:0 5px 0 0;}
#msa-creditcard-info #msa-ex-month, #msa-creditcard-info #msa-ex-year {width:70px; float:left;}

#msa-checkout {background:#fbb039; border:none; padding:5px 10px; cursor:pointer; color:#fff; font-style:italic; font-size:150%; font-weight:bold; display:block; float:left;}
#msa-checkout:hover {background:#414141;}
#msa-checkout:active {background:#393939;}
#msa-checkout-page .error {color:#cc0000; padding:0; margin:0 0 5px;}
#msa-checkout-page .message {color:#E6CC00; padding:0; margin:0 0 5px;}

#checkout-wrap {overflow:hidden; float:right; width:48%;}
#checkout-wrap #prices {float:left; width:180px;}
#checkout-wrap #prices p {overflow:hidden; margin:0 0 5px;}
#checkout-wrap #prices p label {float:left; width:100px; margin:2px 10px 0 0; text-align:right;}
#checkout-wrap #prices p span {font-weight:bold; float:left;}
#checkout-wrap #prices p span strong {font-size:14px;}
#checkout-wrap #buttons {float:left; margin:0 0 0 50px;}

.socialmedia-buttons img {width:46px !important; height:46px !important;}
.socialmedia-buttons.smw_left img {margin-right:28px !important;}