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

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

* {
    margin: 0;
    padding: 0;
    }

img, img a {
    border: 0 none;
    }

#wrapper {
    /* Wraps around everything and sets the total width of the storefront */
    position: relative;
    width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px 0 10px;
    }

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



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

#topNav {
    /* Contains View Cart link and search field */
    width: 960px;
    height: 25px;
    margin: 10px auto 5px auto;
    font-size: 12px;
    display: none;
    }

#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/logo */
    margin-top: 30px;
     background-color: #f3f0dd;
    /* border-bottom: 1px solid #c6c4b7; */
    background-image: -o-linear-gradient(0deg, #f3f0dd, #fcfcfa);
    background-image: -moz-linear-gradient(0deg, #f3f0dd, #fcfcfa);
    background-image: -webkit-linear-gradient(0deg, #f3f0dd, #fcfcfa);
    background-image: linear-gradient(0deg, #f3f0dd, #fcfcfa);
    }

#nav {
    width: 960px;
    margin-top: 10px;
    overflow: hidden;
    height: 62px;
    padding: 5px 0 0 0;
    }

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

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

#nav li a {
    padding: 16px 40px 12px 40px;
    }

#nav li a:hover {
    padding: 16px 40px 12px 40px;
    }

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



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

#content {
    position: relative;
    max-width: 1100px;
    width: 100%;
    margin: 10px auto 0 auto;
}

#contentWide {
    /* Content wrapper used on checkout pages */
    position: relative;
    max-width: 920px;
    width:100%;
    margin: 35px auto 0 auto;
    }

#contentProductDetail {
    /* Content wrapper used on product details page */
    position: relative;
    max-width: 1100px; /* 920 */
    width:100%;
    margin: 10px auto 0 auto;
    padding: 20px 20px 40px 20px;
    }

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

#breadcrumbs {
    margin: 0 0 15px 0;
    padding-top: 10px;
    display:none;
    }

#breadcrumbs ul {
    list-style: none;
    margin: 0 -100px 3px 0;
    }

#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: "";
    }

#productGrid a {
    text-decoration: none;
    }

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

.productGridOneCol {
    /* Container for product image and description in product grid */
    background-color: #fff;
    position: relative;
    width: 50%;
    height: 250px;
    padding: 15px;
    float:left;
    }

.productGridOneCol img {
    margin: 0 20px 0 0;
    float: left;
    }

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

.productDescriptionShort {
    /* Paragraph on product details page that contains short product description */
    margin: 0;
    width: 560px;
    }

.productDescriptionFront {
    margin: 0;
    width: 450px;
    }

.productImage {
    /* Image in the product grid */
    margin-bottom: 5px;
    }

.productImage img {
    float: left;
    }

.subscriptionPrice {
    /* Product/subscription price on product details page */
    margin: 0;
    }

.productImgContainer {
    float: left;
    margin: 10px 20px 10px 0;
    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 {
    /* Product quantity field on product details page */
    padding: 4px 4px 4px 6px;
    width: 22px;
    height: 30px;
    display: block;
    text-align: right;
    margin-bottom: 5px;
    }

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

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

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

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

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

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

.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 {
    /* Quantity field in cart */
    padding: 4px 4px 4px 6px;
    height: 30px;
    width: 25px;
    display: block;
    text-align: right;
    margin: 0 auto;
    margin-bottom: 5px;
    }

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

.updateCart {
    /* Update cart text */
    font-size: 14px;
    text-align: center;
    display: block;
    }

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

.paymentLabel {
    display: block;
    }

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

.promoCode {
    width: 450px;
    border-collapse: collapse;
    margin-bottom: 40px;
    }

.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;
    clear: both;
    }

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


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

.checkout {
    /* Form fields used in checkout forms */
    padding: 4px 4px 4px 6px;
    margin: 0;
    width: 200px;
    }

.checkoutBottom {
    /* Provides bottom padding for last form field in a form */
    padding: 4px 4px 4px 6px;
    margin: 0 0 15px 0;
    width: 200px;
    }

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

.checkoutTopShort {
    /* Provides top padding for short first form field in a form */
    padding: 4px 4px 4px 6px;
    margin: 10px 0 0 0;
    width: 125px;
    height: 18px;
    }

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

.checkoutShort, .search, .promoField {
    /* Smaller form field */
    padding: 4px;
    margin: 0;
    width: 125px;
    }

.checkoutShortest {
    /* Even smaller form field */
    padding: 5px;
    margin: 0;
    width: 70px;
    }

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

.signinTop {
    /* Provides top padding for first form field in sign in form */
    padding: 4px 4px 4px 6px;
    margin: 19px 0 6px 0;
    width: 150px;
    height: 18px;
    }

.signinBottom {
    /* Provides bottom margin for last text field in sign in form */
    padding: 4px 5px 4px 5px;
    margin: 0 0 15px 0;
    width: 150px;
    height: 18px;
    }

.signinLabel {
    /* Text label used in sign in table */
    text-align: left;
    width: 150px;
    height: 30px;
    }

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

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


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

.viewCart {
    /* Table that contains content of shopping cart */
    width: 100%;
    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, .forgotPasswordTable 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, .forgotPasswordTable 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 */
    }

.billingTable {
    /* Table for entering billing address */
    width: 450px;
    border-collapse: collapse;
    margin: 40px 20px 20px 0;
    text-align: left;
    float: left;
    }

.shippingTable {
    /* Table for entering shipping address */
    width: 450px;
    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: left;
    }

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

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

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

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

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

.signinTable td {
    padding: 2px 10px 1px 15px;
    vertical-align: top;
    }

.shippingTable td, .billingTable td {
    border: none;
    padding: 3px 15px 3px 0;
    vertical-align: top;
    }


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;
    }

.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: 293px;
    border-collapse: collapse;
    text-align: left;
    margin: 0 20px 20px 0;
    float: left;
    clear: none;
    }

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

.paymentInfo {
    /* Table on summary page that contains pay plan info and scheduled payments */
    width: 293px;
    border-collapse: collapse;
    margin: 0;
    padding: 10px;
    text-align: left;
    float: left;
    clear: none;
    }

.cellMedium {
    height: 60px;
    }

.cellTall {
    height: 100px;
    }

.cellLow {
    height: 20px;
    }


/* Containers
---------------------------------------------*/

#signinContainer {
    /* Contains sign in tables for exixting users / register new user */
    width: 760px;
    margin: 40px auto 0 auto;
    padding-top: 40px;
    }

#summaryContainer {
    /* Container for all shipping, billing and payment boxes */
    width: 960px;
    clear: both;
    }

.checkoutLinksTop {
    height: 20px;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 8px;
}

.checkoutLinks {
    /* Container for 'Checkout' and 'Continue Shopping' buttons */
    width: 300px;
    height: 30px;
    margin: 17px 20px 40px 0;
    text-align: right;
    float: right;
    clear: both;
    }

.checkoutLinksBottom {
    /* Container for 'Checkout' and 'Continue Shopping' buttons */
    height: 30px;
    margin: 15px 20px 40px;
    text-align: right;
    float: right;
}


#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 !important;
    }

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



/* UPSELLS
===============================================================*/
#upsellContainer {
    clear: both;
    margin: 10px 0 0;
    padding-bottom: 100px;
    width: 940px;
    }

#upsellcontainer ul {
    }

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

.upsell {
     /* Box that contains single upsell */
    width: 259px;
    padding: 10px 10px 15px 20px;
    float: left;
    margin: 0 20px 0 0;
    }

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

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

.upsellAdd {
    float: right;
    margin: 10px 15px 0 0;
    }



/* TYPOGRAPHY
===============================================================*/
h1.logo {
  margin-bottom: 0px;
}
h1 {
    /* Used for product and page headers */
    margin-bottom: 15px;
    }

h3 {
    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;
    }

.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: 7px 15px 5px 15px;
    margin: 10px 0 -10px 10px !important;
    cursor: pointer;
    }

.continueButton, .formButton {
    padding: 7px 15px 5px 15px;
    margin: 10px 0 0 10px;
    cursor: pointer;
    }

.cartButton, .continueButton {
    padding: 7px 15px 5px 15px;
    margin-top: 10px;
    cursor: pointer;
    }

.newsButton {
    margin-left: 85px;
    padding: 7px 15px 5px 15px;
    cursor: pointer;
    }

.searchButton {
    margin: 1px 0 0 5px;
    padding: 4px 9px 4px 9px;
    cursor: pointer;
}

.upsellButton {
    margin: 1px 0 10px 5px;
    padding: 4px 9px 4px 9px;
    cursor: pointer;
    }

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



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

#footer {
    position: relative;
    margin-top: 10px;
    padding-top: 30px;
    width: 100%;
    height: 50px;
    text-align: center;
    clear: both;
    }



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

#customCheckoutBottom {
    clear: both;
    }

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



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

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

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

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

.checkoutWithPayPalImg {
    display: block;
    margin: 0 0 -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;
    }
















  #customProductGrid {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
  }
  

@media handheld, screen and (max-width:1100px){
 
  
  #topNav {
    width: initial;
   }
  
  .header .inner {
    max-width: 1400px;
    min-width: 0px;
    text-align:center;
  }
  
  .header-standard .header-menu-wrap {
    margin-top: 0px;
    position: relative;
    margin-left:auto;
    margin-right:auto;
   }
  
  
  .menu-item {
    display: block;
    position: relative;
    text-align: center;
    vertical-align: top;
    z-index: 10;
   }
  
  #customHomeProductGridTop {
    max-width: 1100px;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    
  }
  
  #customProductGrid {
    width: initial !important;
    max-width:1100px;
    margin-left:auto;
    margin-right:auto;
    float:none;
  }
  
  .logo{
  
    padding-right:20px;
  }
  
  
  .tagline{
    margin-left:auto;
    margin-right:auto;
    font-weight:bold;
    font-size:15px;
    border:#000 1px solid;
    padding:0px 10px 2px 10px;
    margin-top:7px;
    margin-bottom:5px;
    
  }
 
  #productGrid{
    background:#fff;
    padding-bottom:30px;
    
  }

 .productGridOneCol {
    background-color: #fff;
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom:30px;
    float: none;
}
  
  
.productDescriptionFront {
    margin: 7px 0 0 0;
    width: 100%;
}
  

  
  #content h3 {
    width: initial;
  }
  
  #breadcrumbs ul {
   
    margin: 0px;
 
  }
  
  #customFooter{
   padding-bottom:20px;
  }
  
  
  .promoCode {
    width: initial;
    border-collapse: collapse;
    margin-bottom: 40px;
  }
  
  #BRIEF_PRODUCT_SUMMARY h1{
  margin-bottom:50px;
 
   }
  
.checkoutLinksTop {
    height: 20px;
    position: relative;
    margin-bottom:-50px;
    display:block;
}
  
  
  .pay1{
    width:100%;
  }
  
  .pay2{
    width:100%;
  }
  
  .pay3{
    width:100%;
  }
  
  
  .checkout {
    
    width: 100%;
}
  
  
  
 .billingTable {
    width: 100%;
    
} 
  
  
  .shippingTable {
    width: 100%;
  
}
  
  
  #contentWide {
   width: 100%;
  }
  
 #summaryContainer{
    
   width:100%; 
  }
  
 #summaryContainer table{
    
    margin-left:auto;
    margin-right:auto;
    float:none;
  }
  
  
}


.mainproductcats{

  margin-top:20px;
  margin-bottom:10px;

}


.mainproductcatsinnerblock1{
  display:inline-block;
  margin:0px 5px 0px 5px;
  padding:10px;
  background:url('https://members.drsuemorter.com/wp-content/uploads/2024/11/LiveEvents_Coursework.jpg') no-repeat;
  background-position:top center;
}

.mainproductcatsinnerblock2{
  display:inline-block;
  margin:0px 5px 0px 5px;
  padding:10px;
  background:url('https://members.drsuemorter.com/wp-content/uploads/2024/11/BooksDVDsCDs.jpg') no-repeat;
  background-position:top center;
}

.mainproductcatsinnerblock3{
  display:inline-block;
  margin:0px 5px 0px 5px;
  padding:10px;
  background:url('https://members.drsuemorter.com/wp-content/uploads/2024/11/BodyAwakaYoga.jpg') no-repeat;
  background-position:top center;
}

.mainproductcatsinnerblock4{
  display:inline-block;
  margin:0px 5px 0px 5px;
  padding:10px;
  background:url('https://members.drsuemorter.com/wp-content/uploads/2024/11/Membership_Webinars.jpg') no-repeat;
  background-position:top center;
}

.mainproductcatsinnerblock5{
  display:inline-block;
  margin:0px 5px 0px 5px;
  padding:10px;
  background:url('https://members.drsuemorter.com/wp-content/uploads/2024/11/Supplements.jpg') no-repeat;
  background-position:top center;
}

.mainproductcatsinnerblock6{
  display:inline-block;
  margin:0px 5px 0px 5px;
  padding:10px;
  background:url('https://members.drsuemorter.com/wp-content/uploads/2024/11/ApparelMerchandise.jpg') no-repeat;
  background-position:top center;
}


.mainproductcatsinnertable{
  width:140px;
  max-width:140px;
  height:300px;
  display:table;
}

.mainproductcatsinnerrow{
  display:table-row;
}

.mainproductcatsinnercell{
  display:table-cell;
  vertical-align:top;
}


.mainproductcatsinnercell2{
  display:table-cell;
  vertical-align:bottom;
}


.cattitle{
  color:#7b2323;
  font-family:arial;
  font-weight:bold;
  font-size:18px;
 }



.viewbutton{
  background:#7b2323;
  -moz-box-shadow: -3px 3px 5px #777777;
  -webkit-box-shadow: -3px 3px 5px #777777;
  box-shadow: -3px 3px 5px #777777;
  webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
}

.viewbutton:hover{
  background:#af3232;
}


.viewallproductsholder{
  padding-bottom:20px;
}

.viewallproducts{
  text-align:center;
  background:#cabfa1;
  color:#000;
  font-family:palitino;
  max-width:970px;
  -moz-box-shadow: -3px 3px 5px #777777;
  -webkit-box-shadow: -3px 3px 5px #777777;
  box-shadow: -3px 3px 5px #777777;
} 

.viewallproducts:hover{
  background:#514d43;
} 

.viewallproducts a{
  color:#000;
  display:block;
  padding:5px;
  font-weight:bold;
} 


.viewallproducts a:hover{
  color:#fff;
} 










/* 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;}
