    /* Layout: Two Column
	Theme: Sapphire
	styles.css

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 */
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
	}

#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;
	}
#customHeader {
  background: #0d4671;
  padding: 15px 0;
  height: 50px;
}
.header {
  max-width: 1200px;
  margin: 0 auto;
}
.logo {
  float: left;
  width: 250px;
  display: block;
}
.logo img {
  width: 250px;
}
.user-links {
float: right;
  margin-top: 15px;
}

#footer {
  padding: 30px 0;
  color: #111;
}

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

#topNav {
    /* Contains 'View Cart' link and search field */
	width: 100%;
	margin: 0;
  padding: 5px 0;
	}

#SEARCH_CART_COUNT {
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

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

#topNav li {
	list-style-image: none;
	display: inline;
    float:right;
	}

#header {
	/* Contains your banner/logo */
    padding:0;
	}




/* LEFT SIDEBAR AND MAIN NAVIGATION
===============================================================*/

#leftBar {
	/* Contains main navigation */
	padding: 50px 25px;
    margin: 0 auto;
    position: relative;
    float: left;
    width: 20%;
  border-right: 1px solid #aaa;
	}

#nav {
	}

#nav ul, #subCat ul {
	list-style: none;
	margin-bottom: -1px;
	}

#nav li {
	list-style-image: none;
	line-height: 2;
	}

#nav li.listHeader {
    
}

#subCat {
    background: #fff;
    width: 100%;
    padding: 0;
}

#subCat li {
	list-style-image: none;
	display: block;
	font-weight: normal;
	}


#subCat a {
    margin-left: 12px;
	}


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

.listHeader {
	padding: 5px;
  font-weight: bold;
	}



/* CONTENT / CHECKOUT
===============================================================*/

#customHomeProductGridTop { overflow:hidden; }

#content {
	/* Content wrapper used on browsing pages */
	position: relative;
    padding: 50px;
    overflow: hidden;
  width: 65%;
    float: right;
	}

#contentWide {
	/* Content wrapper used on checkout pages */
	position: relative;
	max-width: 1200px;
    padding:30px;
	margin: 0 auto;
    background: #fff;
    overflow: hidden;
	}

#contentProductDetail {
    /* Content wrapper used on product details page */
    position: relative;
	max-width: 1100px;
	margin: 0 auto;
    padding: 50px;
  background: #fff;
    }

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

#breadcrumbs {
	margin: 0 0 15px;
    color:#222;
	}

#breadcrumbs a {
    color:#0b5789;
    }

#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 ul {
	list-style: none;
	margin: 10px 0 10px 0;
	}

#productGrid li {
	width: 25%;
	height: 300px;
	list-style-image: none;
	display: inline;
	text-align: center;
	float: left;
	}

#productGrid .last {
	padding: 0;
	}

#productGrid a {
	text-decoration: none;
	}

#productGrid a:hover {
	text-decoration: underline;
	}
#productGrid .productDetails {
  max-width: 170px;
  margin: 0 auto;
}

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

.productLarge {
	/* The larger image on the product details page */
	float: left;
	}

.price {
	/* Price shown on product details page */
	margin: 0 0 15px 0;
	}

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

.productQty {
    /* Product quantity field on product details page */
	padding: 4px 4px 4px 6px;
	height: 14px;
	width: 20px;
	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 50px;
	}

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

#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 {
	border: 1px solid #ccc;
	padding: 4px;
  margin-bottom: 25px;
	}

.productTable td {
	padding: 4px;
	}

#contentProductDetail .cartButton {
  float: left;
}

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: 14px;
	width: 20px;
	display: block;
	text-align: right;
	margin: 0 auto;
	margin-bottom: 5px;
	}

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

.updateCart {
    /* Update cart text */
	font-size: 10px;
	}

.updateCart a:link {
    /* Update cart link */
	text-decoration: none;
	}

.paymentLabel {
     /* Payment form label */
	display: block;
	}

.choosePlan {
    /* Class for radio buttons used to choose pay plan */
	margin-right: 10px;
	}

.promoCode {
    /* Table that contains promo code field */
	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;
	display: block;
	}

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


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

.checkoutLinks {
  max-width: 1200px;
  margin: 30px auto;
  overflow: hidden;
}
.checkout {
	/* Form fields used in checkout forms */
	padding: 4px 4px 4px 6px;
	margin: 0;
	width: 200px;
	height: 18px;
	}

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

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

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

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

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

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


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

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

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

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

p.forgotPassword {
	margin: 10px 0 0 0;
	padding: 0;
	}

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

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

td .rightCell {
	text-align: right;
	}

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

.shippingInfo {
	/* Table for shipping info on summary page */
	width: 30%;
	border-collapse: collapse;
	text-align: left;
	margin: 0 20px 20px 0;
	float: left;
	clear: none;
	}

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

.paymentInfo {
	/* Table for pay plan info and scheduled payments on summary page */
	width: 30%;
	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 {
	width: 720px;
	margin: 40px auto 0 auto;
	padding-top: 40px;
	}

#summaryContainer {
	/* Container for billing, shipping & payment boxes */
	clear: both;
	}


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

#forgotPasswordWindow {
	width: 550px;
	height: 300px;
	margin: 0 auto;
	padding: 40px;
	}

.forgotPasswordTable {
	width: 500px;
	border-collapse: collapse;
	margin: 0 0 120px 20px;
	text-align: left;
	}



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

#upsellContainer {
	width: 940px;
	clear: both;
	margin: 20px 0 0 0;
	padding-bottom: 40px;
	height: 200px;
	}

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

.upsell {
	width: 259px;
	padding: 10px 20px 20px 20px;
	float: left;
	margin: 0 20px 0 0;
	}

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

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

.subscriptionPrice {
	margin: 0;
	}

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



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

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

h2 {
	margin: 0 0 5px 0;
	}

h3 {
	margin: 0 0 15px 0;
	padding-bottom: 3px;
    width: 98%;
	}

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

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

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

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

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



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

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}



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

#footer {
	margin: 40px 0 0;
	width: 100%;
	text-align: center;
	clear: both;
	}



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

#customCheckoutBottom {
	clear: both;
	}



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

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

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

.catmenu div { float:left; width:122px; margin:10px 30px; height:150px; }
.catmenu div span { display:block; text-align:center; padding:5px 0 0; line-height:14px; }
/* 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;}
