    /* Layout: One Column
	Theme: Basic v.2

The following styles control the general layout of your store
===============================================================*/


/* NAVIGATION
===============================================================*/

#nav {
    border: 1px solid #ddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
	background: -moz-linear-gradient(top,   #ffffff,  #dddddd);
    background: linear-gradient(to bottom, #ffffff, #dddddd);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
	}

#nav li a {
	border-right: 1px solid #ddd;
	}


#nav li a:hover {
	background-color: #efefef;
	}

#nav a {
	text-decoration: none;
	color: #000;
	}

#nav a:hover {
	text-decoration: none;
	color: #333;
	}



/* CONTENT / PRODUCT
===============================================================*/

.priceBold {
    font-weight: bold;
    }

.productName {
     /* Product name in product grid */
	font-size: 14px;
	font-weight: bold;
    line-height: 1.2;
	}

.productLarge {
    border: 1px solid #ddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.productOutOfStockBanner {
    background-color: rgba(211, 211, 211, 0.95);
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.subscriptionPrice {
    font: 16px "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #444;
    }

#productGrid a {
	color: #222;
    text-decoration: none;
	}

#productGrid img {
    border: 1px solid #ddd;
    }

#productGrid a:hover {
    text-decoration: underline;
    }

.productOutOfStock {
	border-color: rgb(194, 194, 194);
	border-style: solid;
	border-width: 1px 0 1px 0;
	display: inline-block;

}

/* CART AND CHECKOUT
===============================================================*/

.cartDiscount {
    /* Discount shown in cart */
	color: #d44;
	}

.cartProduct {
	/* Product name in cart */
	font-weight: bold;
    color: #444;
	}

.cartThumb {
    border: 1px solid #ddd;
    }

.removeItem {
    /* Remove item link in cart */
	color: #999;
	}

.discountedPrice {
	/* Slashed price in cart */
    text-decoration:line-through;
    }

.promoField {
    /* Text fields for search and promo code */
     width:120px;
    color: #777;
	}

.search {
    /* Text fields for search and promo code */
	color: #000;
	border: 1px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    font-size: 11px;
    color: #777;
	}

.checkout, .checkoutShort, .checkoutShortest, .checkoutBottom, .checkoutTop, .checkoutTopShort, .signinField, .signinTop, .productQty, .qtyField, .checkoutInput  {
	/* Form fields used in checkout forms */
	border: 1px solid #ddd;
    font-size: 13px;
    color: #777;
	}

.viewCart, .summaryCart, .payPlan, .paymentInfo, .shippingInfo, .billingInfo, .shippingTable, .billingTable, .shippingTable, .paymentMethodTable, .signinTable {
	outline: 1px solid  #ddd;
    border-collapse: collapse;
	}


.promoCode th {
	border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
	}

.viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th {
	background: #dff0d8;

    }

.viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .shippingInfo td, .billingInfo td, .paymentInfo td {
	border-top: 1px solid #ddd;
	}

.subtotal {
	background-color: #f0f0f0;
	font-weight: bold;
	}

.financeCharge {
    font-size: 12px;
    color: #777;
    }



/* UPSELLS
===============================================================*/

#upsellContainer {
  	overflow: hidden;
	}



.upsellRegPrice {
	font-style: italic;
	}

.upsellPrice {
	color: #d44;
	}

.upsell img {
	border: 1px solid #ddd;
	}



/* TYPOGRAPHY
===============================================================*/

h1 {
    /* Used for product and page headers */
	font-size: 32px;
    color: #444;
    font-weight: normal;
	}

#contentWide h1 {
    /* Headings on checkout pages */
  font-family: 'Open Sans';
    font-size: 22px;
    text-transform: uppercase;
    }

#upsellContainer h2 {
    /* Used for product description header */
  font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #444;
    border: none; !important
    }

h2 {
    /* Used for product description header */
    font-size: 18px;
    color: #444;
    border-bottom: 4px double #ddd;;
    }

h3 {
    /* Used for product grid headline */
    font-size: 18px;
    color: #444;
    border-bottom: 4px double #ddd;
	}

.tableHeader {
    /* Used for billing address and shipping options header on summary page */
    font-weight: bold;
    }



/* LINKS AND BUTTONS
===============================================================*/

a {
	color: #1675a2;
	}

a:hover {
	color: #1675a2;
	}

.newsButton, .formButton {
	background-color: #555;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-shadow: 0 1px 0 #ebfeff;
	}

.buttonRight a:hover, .buttonLeft a:hover {
	color: #fff;
	}

.cartButton, .codeButton, .continueButton  {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	background: #555;
  font-weight: 400;
    }

.searchButton:hover, .cartButton:hover, .codeButton:hover, .continueButton:hover, .upsellButton:hover {
	color: #fff;
    background: #333;
	text-decoration: none;
}

.searchButton:active, .cartButton:active, .codeButton:active, .continueButton:active, .upsellButton:active {
	position: relative;
	top: 1px;
    }

.searchButton, .upsellButton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	border: solid 1px #666;
	background: #444;
	
    }

.continueButton{
    color: #fff;
    background: #555;
}
.continueButton:hover{
    
}
#checkoutButtonDup, #checkoutButton, #reviewOrderButton{
  background: #72c02c;
}

/* FOOTER
===============================================================*/





/* MISC
===============================================================*/

.errorMessage {
	color: #dd4949
	}





* {
	margin: 0;
	padding: 0;
	}

img, img a {
    border: 0 none;
	}

#wrapper {
	/* Wraps around everything and sets the total width of the storefront */
	position: relative;

	margin: 0 auto;

	}

#wrapperCheckout {
	/* Wrapper with 25px top margin to compensate for missing topNav on checkout pages */
	position: relative;
	margin: 30px auto 0 auto;
	padding: 10px 10px 0 10px;
	}



/* TOP NAVIGATION AND HEADER
===============================================================*/

#topNav {
    /* Contains View Cart link and search field */
	font-size: 12px;
	}

#topNav ul {
	list-style: none;
	margin: 0;
	float: right;
	}

#topNav li {
	padding-left: 30px;
	list-style-image: none;
	display: inline;
	}

#header {
	/* The main header that contains your banner or logo */

	margin-bottom: 10px;
	}

#nav {
	overflow: hidden;
	margin-top: 10px;
	}

#nav ul {
	list-style: none;
	margin: 7px 0 7px 0;
	}

#nav li {
	list-style-image: none;
	display: inline;
	}

#nav li a {
	padding: 9px 40px 7px 40px;
    margin-right: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	}

#nav li a:hover {
	padding: 9px 40px 7px 40px;
	}

.navHeader {
	margin: 30px 0 0 10px;
	}

#topNav a {
    padding: 30px 15px 10px 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    }



/* CONTENT / PRODUCT
===============================================================*/

#productGrid {
  overflow: hidden;
    }

#content {
    /* Content wrapper used on browsing pages */
	position: relative;
	margin: 10px auto 0 auto;
	}

#contentWide {
    /* Content wrapper used on checkout pages */
	position: relative;
    padding: 20px 1px;
    overflow: hidden;
	}

#contentProductDetail {
    /* Content wrapper used on product details page */
	position: relative;
    padding: 20px 0;
    min-height: 300px;
	}

#promoBanner {
    /* Large banner on home page */
	margin-bottom: 20px;
	}

#breadcrumbs {
	margin: 0 0 10px 0;
	}

#breadcrumbs ul {
	list-style: none;
	}

#breadcrumbs li {
	padding-right: 10px;
	list-style-image: none;
	display: inline;
	}

#breadcrumbs li:after {
	/* Symbol to be displayed between breadcrumbs */
   content: ">";
   margin-left: 10px;
	}

#breadcrumbs li:last-child:after {
	/* Removes the > after last breadcrumb */
	content: "";
	}

.productGridOneCol {
    /* Container for product image and description in product grid */
	position: relative;
	width: 460px;
    height: 250px;
    margin: 0 20px 20px 0;
	float: left;
	}

.productName {
    margin: 0 0 5px 0;
    padding: 0;
    }

.priceBold {
    /* Paragraph on home page that contains product price */
    margin: -5px 0 5px 0;
    padding: 0;
    }

.price {
	/* Paragraph on product details page that contains product price */
	margin: 0 0 15px 0;
	}

.productImage {
    /* Contains the image that appears in the product grid */
    width: 170px;
    height: 170px;
    margin-bottom: 5px;
    }

.productImage img {
	float: left;
	}

.productImgContainer {
    margin: 6px 20px 40px 0;
    float: left;
    position: relative;
}

.productOutOfStockBanner {
    bottom: 0;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
}

.productQty {
    display: block;
    height: auto;
    margin-bottom: 5px;
    padding: 4px 4px 4px 6px;
    text-align: center;
    width: 30px;
}

#productDetails {
    /* Container on product details that wraps around everything from product name to add to cart button */
	padding: 0 20px 0 0;
    float: right;
    width: 515px;
	}

#productDescription {
    /* Contains the long product description on product details page */
	width: 100%;
	clear: both;
	padding: 20px 0 0 0;
	}

.productDescriptionShort {
    /* Paragraph for short product description on product details page */
	margin: 0;
	}

.productDescriptionFront {
    /* Paragraph for product description in product grid */
	margin: 0 0 60px 0;
	width: 450px;
	}

#productDetails ul {
	margin: 15px 0 25px 0;
	width: 960px;
	}

#productDetails li {
	list-style-type: none;
	width: 400px;
	}

.productDrop {
    /* Dropdown list for product options */
	margin: 0;
	}

.optionName {
    /* Label for product option dropdown */
	width: 60px;
	height: 20px;
	float: left;
	}

table.productTable {
	margin: 20px 0 0 10px;
	padding: 4px;
	}

.productTable td {
	padding: 4px;
	}

td.bottom {
	vertical-align: bottom;
	}



/* CART AND CHECKOUT
===============================================================*/

input {
	margin: 0 0 7px 0;
	}


/* Cart contents
---------------------------------------------*/


.qtyField {
    color: #333;
    display: block;
    height: auto;
    line-height: 1;
    margin: 0 auto 5px;
    padding: 5px 10px;
    text-align: center;
    width: auto;
}


.cartThumb {
    /* Product thumbnail image in cart */
	float: left;
    margin: 4px 0 8px 0;
	}

.cartProduct {
    margin: -2px 0 0 0;
    padding: 0;
    }

.updateCart {
	font-size: 10px;
	}

.updateCart a:link {
	text-decoration: none;
	}

.paymentLabel {
	display: block;
	}

.choosePlan {
    /* Class for radio buttons */
	margin-right: 5px;
	}

.promoCode {
    /* Table that contains promo code field */
	border-collapse: collapse;
	margin-bottom: 0;
    text-align: right;
}
.promoCode tbody tr td{
  text-align: right;
  border-top:none;
}

.promoCode td {
	height: 30px;
}

.shippingOptions {
	/* Radio buttons for shipping options */
	margin: 0 10px 3px 0;
	}

.address, .editInfo, .shippingOptions, .cardInfo, .shipInfo {
	margin: 0 0 4px 0;
	display: block;
	}

.billName, .billStreet, .billCity, .shipName, .shipStreet, .shipCity {
	margin: 0;
	display: block;
	}


/* Form fields and labels
---------------------------------------------*/

.checkout {

	}

.checkoutBottom {
	
	}

.checkoutTop {
	/* Provides top padding for first form field in a form */
	padding: 4px 4px 4px 6px;
	 margin: 10px 0;
	}

.checkoutTopShort {

	}

.checkoutLabel {
    /* Checkout form label */
	padding: 0 0 -3px 0;
	margin: 0 0 -3px 0;
	}

.checkoutShort, .search, .promoField {
    /* Smaller form field */

	}

.checkoutShortest {
    /* Even smaller form field */
	border-radius: 2px;
    margin: 0 10px 0 0;
    padding: 5px;
    width: 74px;
	}

.signinField {
    /* Shorter form field for sign in table */
	padding: 4px 4px 4px 6px;
	margin: 0 0 0 0;
	width: 160px;
	height: 18px;
	}

.signinTop {

	}
.billingTable input, .billingTable select{
  width:100%;
  padding: 6px 12px;
   height: 34px;
  border: 1px solid #ccc;
  line-height: 1.42857;
  margin-bottom: 10px;
}
.signinLabel {
    /* Text label used in sign in table */
	text-align: right;
	width: 150px;
	}

.paymentIcon {
    margin: 0 7px -5px 4px;
    }

.addressTableInfo {
    /* Verbiage in Shipping and Billing table ('Shipping is the same as billing', etc.) */
    padding-bottom: 15px;
    }



/* Tables
---------------------------------------------*/

.viewCart {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	float: left;
	}

.viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th {
	padding: 10px 10px 10px 15px;
	text-align: left;
	}

.viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .billingTable, .shippingInfo td, .billingInfo td, .paymentInfo td, .paymentMethodTable td {
	padding: 10px 10px 10px 15px;
	vertical-align: top;
	}

.payPlan {
	/* Table on view cart page that contains available pay plans */
	width: 270px;
	border-collapse: collapse;
	margin: 50px 0 20px 20px;
	text-align: left;
	float: right;
	}

.tableContainer {
    /* Wraps around cart table to make it stretch to 100% width when no payment plans are displayed */
	overflow: hidden;
    padding: 1px;
	}

.tableContainer > table {
    /* Sets cart table to 100% width when no payment plans are displayed */
	width: 100%;
}


.billingTable {
    border-collapse: collapse;
    clear: none;
    display: block;
    float: left;
    margin: 40px 0;
    text-align: left;
    width: 100%;
  padding:0 0 10px;
}


.shippingTable {
	/* Table for entering shipping address */
	width: 100%;
	border-collapse: collapse;
	margin: 40px 0 20px 0;
	text-align: left;
	float: left;
	}

.paymentMethodTable {
    /* Table for entering payment method */
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	text-align: left;
	float: right;
	}

td.pay1 {
    /* First column in .paymentMethodTable */
    width: 30%;
    padding-bottom: 20px;
    }

td.pay2 {
    /* First column in .paymentMethodTable */
    width: 30%;
    padding-bottom: 20px;
    }

td.pay3 {
    /* First column in .paymentMethodTable */
    width: 30%;
    padding-bottom: 20px;
}

td.pay4 {
    /* First column in .paymentMethodTable */
    padding-bottom: 20px;
  width:5%;
}

.signinTable {
    /* Table for signing in or registering new customer */
	width: 340px;
	border-collapse: collapse;
	margin: 0 0 120px 20px;
	text-align: left;
	float: left;
	}

.signinTable td {
	padding: 5px 10px 3px 15px;
	vertical-align: top;
	}

.shippingTable td, .billingTable td {
	border: none;
	padding: 5px 0 0 15px;
	}

td.rightAlign, th.rightAlign {
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
	}

td.rightAlignTop, th.rightAlignTop {
	text-align: right;
	vertical-align: top;
	padding-top: 20px;
	width: 150px;
	}

td.rightAlignBottom {
	text-align: right;
	vertical-align: top;
	padding: 10px 10px 20px 0;
	width: 150px;
	}

td.leftAlign, th.leftAlign {
	text-align: left;
	}

td.centerAlign, th.centerAlign {
	text-align: center;
	}

td .rightCell {
	text-align: right;
	}
#cardType{
  height: 33px;
    padding: 3px 10px;
    width: 100%;
} 
.summaryCart {
    /* Table that contains content of shopping cart, displayed on summary page */
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	float: left;
	}

.shippingInfo {
	/* Table on summary page that contains shipping info */
	width: 287px;
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 20px 0;
	float: left;
	}

.billingInfo {
	/* Table on summary page that contains billing info */
	width: 287px;
	border-collapse: collapse;
	margin: 0 20px 20px 2px;
	text-align: left;
	float: left;
	}

.paymentInfo {
	/* Table for pay plan info and scheduled payments on summary page */
	width: 287px;
	border-collapse: collapse;
	margin: 0;
	padding: 10px;
	text-align: left;
	float: right;
	}

.checkoutLinksTop {
    /* Container for 'Checkout' and 'Continue Shopping' buttons */
    height:42px;
    margin: 0;
    text-align: right;
    position: absolute;
    right: 0;
    top: 10px;
    }

.checkoutLinks {
    text-align: right;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.checkoutLinksBottom {
    float: right;
    height: 30px;
    margin: 15px 0 30px;
    text-align: right;
    width: 100%;
}

    #checkoutLinksSummary {
    /* Container for 'Checkout' and 'Continue Shopping' buttons on summary page */
	position: absolute;
	top: 570px;
	right: 0;
	width: 300px;
	height: 30px;
	margin: 17px 0 30px 0;
	text-align: right;
	float: right;
	}


/* Forgot password
---------------------------------------------*/

#forgotPasswordWindow {
    /* Container for forgot password information */
    width: 400px;
    margin: 40px auto 0 auto;
	padding: 20px;
    }

p.forgotPassword {
    /* Explanation in forgot password window */
	margin: 10px 0 0 0;
	padding: 0;
	}

.forgotPasswordTable th {
    text-align: left;
    padding-left: 15px;
    }

.forgotPasswordTable td {
    padding: 5px 10px 3px 15px;
    }

.forgotPasswordTable input {
    /* Form fields in forgot password window */
    padding: 4px 4px 4px 6px;
	margin: 0 0 0 0;
	width: 160px;
	height: 28px;
	}



/* UPSELLS
===============================================================*/

#upsellContainer {
    /* Contains all upsells */
	padding: 10px 20px 20px;
    border-radius: 4px;
    color:#fff;
    background: #72c02c;
}

#upsellContainer li {
	display: inline;
	margin-right: 20px;
	}

.upsell {
    margin: 10px 0;
    color:#fff;

}

.upsellImage {
	float: left;
	margin: 3px 15px 0 0;
	}

.upsellItem {
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
	}

.subscriptionPrice {
	margin: 0;
	}

.upsellAdd {
    /* Add to cart button for upsells */
	float: right;
	margin: 10px 15px 0 0;
	}



/* TYPOGRAPHY
===============================================================*/

h1 {
    /* Used for product and page headers */
	margin: 0 0 18px 0;
	}

h3 {
    /* Used for product grid headline */
	margin: 0 0 15px 0;
	padding-bottom: 3px;
	}

h4 {
	margin: 20px 0 5px 0;
	}

h5 {
	margin: 2px 0 5px 5px;
	}

#upsellContainer h4 {
	margin: 0 0 5px 0;
	}

.tableHeader {
	margin: 20px 0 5px 0;
	display: block;
	}

p.homeLink {
	float: right;
	margin-bottom: 40px;
	}

.shippingOptions {
	/* Radio buttons for shipping options */
	margin: 0 10px 3px 0;
	}

.address, .editInfo, .shippingOptions, .cardInfo, .shipInfo {
	margin: 0 0 4px 0;
	display: block;
	}

.billName, .billStreet, .billCity, .shipName, .shipStreet, .shipCity {
	margin: 0;
	display: block;
	}

p.signupInfo {
	margin: 0 0 20px 0;
	}



/* LINKS AND BUTTONS
===============================================================*/

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

.codeButton {
	padding:6px 13px;
	margin: 0 0 0 15px;
    cursor: pointer;
	}

.continueButton, .formButton {
	padding: 6px 13px;
	margin: 10px 0 0 10px;
    cursor: pointer;
	}

.cartButton, .continueButton, .formButton {
	padding: 6px 13px;
	margin-top: 5px;
    cursor: pointer;
}

.newsButton {
	margin-left: 85px;
	padding:6px 13px;
    cursor: pointer;
	}

.searchButton {
	margin: 1px 0 0 5px;
	padding:6px 13px;
    cursor: pointer;
	}

.upsellButton {
    cursor: pointer;
    font-weight: 400;
    margin: 1px 0 0 5px;
    padding: 6px 13px;
}

.buttonRight a:hover, .buttonLeft a:hover {
	text-decoration: none;
	}



/* FOOTER
===============================================================*/

#footer {
	
	clear: both;
	}



/* HTML AREAS
===============================================================*/

#customCheckoutBottom {
	clear: both;
	}

#customHomeProductGridTop {
	width: 740px;
	margin-bottom: 20px;
	}


/* MISC
===============================================================*/

.payPalImage {
	margin: 0 0 -5px 0;
	}

p.successMessage {
	margin: 20px 0 20px 0;
	}

.checkoutWithPayPalLink {
    cursor: pointer;
    display: inline-block;
    }

.checkoutWithPayPalImg {
    margin:-9px 6px -8px;
    }

.payPalPayWithCardInstead, .creditCardPayWithPayPalInstead {
    cursor: pointer;
    }

.payPalPaymentInfoImage {
    margin: 10px 0 0 0;
    }

.payPalPaymentInfoMessage {
    width: 440px;
    }

/* PAYPAL LIGHTBOX
===============================================================*/

.payPalLightboxIcon {
    float: right;
    padding: 20px;
    }

.payPalMessage {
    padding: 55px 30px 0;
    }

.closePayPalLightbox {
    margin-right: 30px;
    margin-top: 50px;
    float: right;
    }

.payPalGo {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("https://www.paypalobjects.com/en_US/i/pui/core/btn_bg_sprite.gif") repeat-x scroll left 17.5% #FFA822;
    border-color: #D5BD98 #935E0D #935E0D #D5BD98;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 30px;
    margin-top: 10px;
    padding: 1px;
    }

.masked #theLightboxContainer{
   background: rgba(0, 0, 0, 0.8) !important;
    height: 100% !important;
    position: fixed !important;
    top: 0 !important;
    left:0 !important;
    width: 100% !important;
    z-index: 999 !important;
  display:block;
}
#theLightboxContainer{
  display:none;
}
#theLightboxContainer .yui-panel-container{
    left: 50% !important;
    margin-left: -140px !important;
    position: absolute !important;
    top: 33% !important;
    visibility: visible;
    width: 280px !important;
    z-index: 9999999 !important;
}
#theLightbox{
   height: auto !important;
    visibility: inherit !important;
    width: 100% !important;
     padding-bottom: 15px;
}
#theLightbox .payPalIcon {
    margin-bottom: 0;
}
#theLightbox{
    background-image: none;
    text-align: center;
}
#theLightbox .payPalLightboxIcon {
    float: none;
    padding: 20px 20px 10px;
}
#theLightbox .payPalMessage {
    padding: 0 15px 15px;
}
#theLightbox .payPalGo {
    background: green none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-left: 20px;
    padding: 6px 45px;
    width: auto;
  margin-top:0;
}
#theLightbox .closePayPalLightbox {
    display: inline-block;
    float: none;
    margin-right: 0;
    margin-top: 0;
    width: auto;
}
@media (max-width: 767px) {
  #PROMO_CODE {
    float: right;
    width: 100%;
  }
  #contentWide{
    padding:0 10px;
  }
  .checkoutLinksTop{
     position: static;
  }
  td.pay1, td.pay2, td.pay3, td.pay4 {
    display: block;
    padding-bottom: 5px;
    width: 90%;
    height:75px;
  }
  td.pay4{
    display:block;
  }
  .billingTable tbody tr td:first-child{
    font-size:13px;
     width: 125px;
  }
  .viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .billingTable, .shippingInfo td, .billingInfo td, .paymentInfo td, .paymentMethodTable td {
    padding: 9px 7px 10px 5px;
    vertical-align: top;
}
  .cartProduct,.cartDescription {
    color: #444;
    font-size: 12px;
    font-weight: normal;
}
  .promoField {
    color: #777;
    width: 70px;
}
  .promoCode td{
    padding:0 !important;
  }
  #UP_SELLS {
    float: none;
    width: 100%;
  }
  .checkoutWithPayPalLink {
    height: auto;
    margin: 12px 7px 12px 2px;
  }
  .checkoutWithPayPalImg {
    margin: 0;
  }
  .checkoutLinksTop {
    height: auto;
  }
  .checkoutLinksBottom {
    float: none;
    height: auto;
    margin: 15px 0 20px;
  }
  .paymentMethodTable{
    width: 100%;
    margin: 5px 0 20px 0;
    text-align: left;
    float: none;
  }
  .payPalPaymentInfoMessage{
    width:100%;
  }
}
/* PAYPAL CHECKOUT===============================================================*/.checkoutPaypalSmartPaymentButtons { margin: 0 20px 40px 0; float: right; clear: both; background: #fff; padding: 10px;}.checkoutButtonList { float: right; clear: both; width: 960px;}.payPalOption td { width: 220px;}.payPalOption td div { float: left; clear: both;}
