/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet_original.css 3286 2006-03-28 01:14:04Z drbyte $
*/
BODY {
	background-color: #c7e3ef;
	color: #000000;
	margin: 0px;
	margin-bottom: 10px;
	padding: 7px;
   font: 11px Verdana, Arial, sans-serif;
}

.centershop {
	margin: 0px auto;
}
.centershop td.topleft {
  width:8px;
  height:8px;
  background:url(../images/topleftdrop.gif) bottom right no-repeat;
}
.centershop td.topright {
  width:8px;
  height:8px;
  background:url(../images/toprightdrop.gif) bottom left no-repeat;
}
.centershop td.topmid {
  height:8px;
  background:url(../images/topdrop.gif) bottom left repeat-x;
}
.centershop td.bottomleft {
  width:8px;
  height:8px;
  background:url(../images/bottomleftdrop.gif) top right no-repeat;
}
.centershop td.bottomright {
  width:8px;
  height:8px;
  background:url(../images/bottomrightdrop.gif) top left no-repeat;
}
.centershop td.bottommid {
  height:8px;
  background:url(../images/bottomdrop.gif) top left repeat-x;
}
.centershop td.leftdrop {
	background: url(../images/leftdrop.gif) top right repeat-y;
	width:8px;
}
.centershop td.rightdrop {
	background: url(../images/rightdrop.gif) top left repeat-y;
	width:8px;
}
table.centershop td.centershop-main {
	background-color:#fff;
	padding:15px;
	/*position: relative;*/
	text-align: left;
	width: 720px !important;
}
td.columnLeft {
  vertical-align:top;
  background: #fcfcc4 url(../images/left_column_bg.gif) bottom left no-repeat;
  width:770px;
}

.sidecol_roundtop {
  width:100%;
  height:5px;
  background:#fcfcc4 url(../images/sidecol_roundtop.gif) top left no-repeat;
  margin-bottom:5px;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

A {
  color: #428dff;
  text-decoration: none;
}

A:hover {
  color: #E06CB4;
  color:#b51284;
  text-decoration: none;
}

FORM {
	display: inline;
}
.banners {
  padding: 15px;
}

/*HEADER CSS*/

TABLE.header {
  background-image: url(../images/header_bg2.gif);
  background-repeat:no-repeat;
  background-color: #ffffff;
  border-bottom:15px solid #fff;
}

table.header a.homelink {
  display:block;
  width:161px;
  height:161px;
  position:relative;
  top:10px;
  left:10px;
}

table.header img {
  border:0;
}

TABLE.headerNavigation {
  background-color: #ffffff;
  width: 100% !important;
}

TD.headerNavigation {
  position: relative;
  vertical-align: middle;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color:#b51284;
  padding:0 5px 14px 5px;
}

TD.breadCrumb {
  font-size: 10px;
  font-weight: bold;
  color: #9a9a9a;
  padding: 3px;
  border-bottom: 1px dotted #9a9a9a;
}

TD.headerNavigation A, TD.headerNavigation A:visited, td.footertop a  {
  font-weight: bold;
  text-transform:uppercase;
  color: #b51284;
}

TD.headerNavigation A:hover, td.footertop a:hover  {
  color: #e06cb4;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*SIDEBOX CSS*/
#categorylistbox-table {
  background-color:#c7e3ef;
}

#categorylistbox-heading-tr {
  background:#c7e3ef url(../images/cat_head_bg.gif) top left no-repeat;
}

#categorylistbox-heading-td {
  color:#6095c1;
  padding:10px 13px 8px 13px;
}

#categorylistbox-content {
  background:#c7e3ef url(../images/cat_bg.gif) top left repeat-y;
  padding-bottom:9px;
}

#categorylistbox-content a, #categories-content a:visited {
  color:#093678;
}

#categorylistbox-content a:hover {
  color:#E06CB4;
}

#categorylistbox-footer {
  background:#c7e3ef url(../images/cat_foot_bg.gif) bottom left no-repeat;
}

#search-table {
  background-color:#f2fa98;
}

#search-table .centeredContent {
  text-align:left;  
}

#search-heading-tr {
  background:#f2fa98 url(../images/search_head_bg.gif) top left no-repeat;
}

#search-heading-td {
  color:#d19700;
}

#search-content {
  background:#f2fa98 url(../images/search_bg.gif) top left repeat-y;
}

#search-content a, #search-content a:visited {
  color:#d19700;
}

#search-content input.text {
  border-right:0;
  border-bottom:0;
  padding:3px 0 3px 3px;
  margin-bottom:9px;
}

#search-content input.image {
  margin-bottom:7px;
}

#search-footer {
  background:#f2fa98 url(../images/search_foot_bg.gif) bottom left no-repeat;
}

.column_left, .column_right, .column_single {
  background: #ffffff;
  padding: 2px;
}

.boxText {
  font-size: 11px;
  line-height: 125%;
}
.leftbox, .rightbox, .centerbox, .singlebox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border-bottom:5px solid #fff;
  background-color:#fbb9db;
}

.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
  /*background-color: #abbbd3;*/
  font-size: 10px;
  font-weight: bold;
  color: #e06cb4;
  padding:7px 13px 7px 13px;
  border-bottom:1px dashed white;
  text-transform:uppercase;
  letter-spacing:1px;
}

td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
  color: #ffffff;
}

TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {
  background:#fbb9db url(../images/ez_head_bg.gif) top left no-repeat;
}

.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {
  line-height: 145%;
  padding:8px 13px 12px 13px;
  background:#fbb9db url(../images/ez_bg.gif) top left repeat-y;
}

.leftboxcontent a, .leftboxcontent a:visited {
  color:#b51284;
}

.leftboxcontent a:hover {
  color:#093678;
}

.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
  background:#fbb9db url(../images/ez_foot_bg.gif) bottom left no-repeat;
  margin-bottom: 15px;
}

.plainBox, .plainbox-description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  border:1px solid #9a9a9a;
  padding: 5px;
}
.plainBoxHeading, TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
  padding: 11px 5px 5px;
}
.productListing-heading {
  font-size: 10px;
  font-weight: bold;
  color: #6095C1;
  padding: 0 3px 3px 3px;
  height: 20px;
}

TD.productListing-heading{
  background-color: #abbbd3;
  background-image: url(../images/tile_back.jpg);
}

TD.productlisting {
  border:1px solid #9a9a9a;
}

TD.productListing-data, th.productListing-data {
  font-size: 10px;
  padding:20px 0 35px 0;
}

/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading, h1 {
  font-size: 16px;
  font-weight: bold;
  color: #9a9a9a;
}

.centerColumn {
  padding-left:15px;
  background-color:white;
}
.centerColumn h1 { color:#e06cb4; margin:0 0 15px 0; font: 24px/30px Georgia, "Times New Roman", Times, serif; position:relative;}
.centerColumn h2, .centerColumn h3, .centerColumn h4, #ezPageDefault th { color:#6095c1; }
#ezPageDefault div { color:#a1a19b; font: 11px/16px Verdana, Arial, Helvetica, sans-serif; padding-right:85px; }

/* styles taken from the old stylesheet_new.css
----------------------------------------------- */
a img {border: none; }
.categoryListBoxContents { vertical-align: top; margin: 1em 0em; text-align:left; float: left; font:18px Georgia, "Times New Roman", Times, serif; }
.categoryListBoxContents a { color:#072B61; }
.categoryListBoxContents a:hover { color:#78A5CA; }
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #csNotifications, #navEZPagesTOCWrapper { margin: 10px 0px; width: 46%; }
.back { float: left; }
.clearBoth { clear:both; line-height:0px; }
.forward { float: right; }
FIELDSET { padding: 0.5em; margin: 0.5em 0em; border: 1px solid #cccccc; }
LEGEND { font-weight: bold; padding: 0.3em; }
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navNextPrevWrapperTop, #navNextPrevWrapperBottom, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg { text-align: center; }
LABEL.checkboxLabel, LABEL.radioButtonLabel { font-size: 0.95em; margin: 0.2em 0.5em; }
FORM, SELECT, INPUT { font-size: 1em; margin: 0.1em; }
FORM { margin:0; }
#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription  { margin: 0.5em; }
input:focus, select:focus, textarea:focus { background: #F0F8FF; }
LABEL.inputLabel { font-size: 0.95em; width: 10em; float: left; }
.important { font-size: 1.1em; }
.alert { color: #FF0000; margin-left: 0.1em; font-size: 0.9em; }
h2 { font-size: 1.4em; } 
h3 { font-size: 1.3em; }
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .larger{ font-size: 1.15em; }
h4.optionName { margin:2px 2px 2px 0; }
.wrapperAttribsOptions { margin-bottom:15px; }
.navNextPrevWrapper { position:relative; }
#attribsOptionsText { position:relative; }

#mainbox { 
  width:100%; 
  background: #fff url(/images/main_box_bg.gif) top left repeat-y;
}
#mainbox .top {
  width:100%;
  height:9px;
  background: #c74da2 url(/images/main_box_head.gif) top left no-repeat;
  line-height:0px;
  font-size:0px;
}
#mainbox .content {
  padding:75px 60px;
  color:#b1b1ab;
  font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
}
#mainbox .bottom {
  width:100%;
  height:9px;
  background: #c74da2 url(/images/main_box_foot.gif) top left no-repeat;
  line-height:0px;
  font-size:0px;
}

#homebox {
  font:19px/29px Georgia, "Times New Roman", Times, serif;
  color:#6095c1;
  padding:10px 10px;
  position:relative;
}

#homebox p { padding:0; }

.main_page{
  width: 100% !important;
  background-color: #ffffff;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  padding: 5px;
}

#featuredProducts h2.centerBoxHeading {
  text-align:left;
  text-indent: -9999px;
  height:24px;
  background:transparent url(../images/featured_products.gif) 5px 0px no-repeat;
  margin-bottom:20px;
}

#featuredProducts {
  color:#d09702;
}

#featuredProducts a {
  font-weight:bold;
  color:#6194c1;
}

#featuredProducts a.featured-product-title {
  display:block;
  height:43px;
  font-weight:bold;
  color:#6194c1;
  padding-right:10px;
}

#featuredProducts a:hover {
  color:#81acd9;
}

#featuredProducts .centerBoxContentsFeatured {
  text-align:left;
}

/* footer
--------------*/

TABLE.footer {
  background: #ffffff;
  text-align: center;
  font-size: 10px;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}

TR.footertop {
  background: #abbbd3;
  background-image: url(../images/tile_back.jpg);
  font-size: 11px;
}

TD.footertop, TD.footerbottom {
  padding: 5px;
}

/*miscellaneous areas
-------------------------------------*/
TD.cartBox {
   background: #eff4f8;
   font-size: 10px;
   padding: 3px;
   border: 1px dotted #ffb062;
}

TR.productListing-odd, TR.upcomingProducts-odd, TR.productListing-even, TR.upcomingProducts-even, tr.productListing-rowheading {
  background:#fff url(../images/category_row_bg.gif) bottom left repeat-x;
}

.productsNotifications {
  background: #eff4f8;
}

TD.productListing-data-description-odd, TD.productListing-data-description-even {
  background: #ffffff;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #9a9a9a;
}

h3.itemTitle { padding:0 0 0 35px; }
h3.itemTitle a { font:13px Georgia, "Times New Roman", Times, serif; color:#6095c1; }
h3.itemTitle a:hover { color:#FBB9DB; }
.listingDescription { padding:0 0 0 35px; }
#productsListingBottomNumber { margin-top:10px; }

td.pageresults a {
  color: #428dff;
}

td.pageresults a:hover {
  background: #FFFF33;
}

SPAN.newItemInCart {
  color: #ff0000;
  font-weight: bold;
}

TD.smallText, SPAN.smallText, P.smallText, td.pageresults{
   font-size: 10px;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

.greetUser {
   font-size: 12px;
   padding-top: 5px;
   padding-bottom: 5px;
}

SPAN.greetUser {
   color: #f0a480;
   font-weight: bold;
}

SPAN.markProductOutOfStock {
	color: #c76170;
	font: bold 12px Verdana, Arial, sans-serif;
}

span.normalprice {
	text-decoration: line-through;
}

SPAN.productSpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
  color: #ff0000;
}

span.productSpecialPriceSale {
  color: #ff0000;
	text-decoration: line-through;
}

SPAN.productPriceDiscount, .inputRequirement {
  font-size: 10px;
  color: #FF0000;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

/* message box */

.messageBox {}
.messageStackError, .messageStackWarning, errorBox {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 10px;
  padding: 4px;
  border: 1px solid #9a9a9a;
}
.messageStackSuccess { background-color: #b3ffa8; padding: 2px; border: 1px solid #9a9a9a; }
.messageStackCaution { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffff00; padding:4px; font-size:13px; }
h1#productListHeading, h1#productName, h1#indexCategoriesHeading { clear:both; padding:0 10px; height:40px; margin:0 0 7px 0; position:relative; background:transparent url(../images/headerBKG_boy.gif) top left no-repeat; font:18px/40px Georgia, "Times New Roman", Times, serif; color:#fff; }
#productsListingTopNumber { padding-top:10px; }
#categoryDescription { line-height:160%; padding-right:35px; }
.navSplitPagesResult strong { color:#6095c1; }
.productListing-heading, .productListing-heading a { color:#8f8f8f; font-weight:normal; font-style:italic; font-size:11px; }
.navNextPrevCounter strong { color:#6095c1; }
#productMainImage { margin:20px 30px 20px 0; }
h2#productPrices { color:#b51284; font:18px Georgia, "Times New Roman", Times, serif; font-weight:normal; position:relative; }
#productDescription { line-height:160%; padding-right:40px; position:relative; margin-bottom:15px; }
#cartAdd { margin-bottom:20px; position:relative; }
#cartContentsDisplay { border-left:1px solid #6095CA; border-top: 1px solid #6095CA; margin:15px 0; }
#cartContentsDisplay th { background-color:#C7E3EF; }
#cartContentsDisplay td, #cartContentsDisplay th { border:1px solid #6095CA; border-left:0; border-top:0; border-collapse:collapse; padding:2px; }
h3.attributesComments { clear:both; color:#e06cb4; font-weight:normal; font-size:11px; margin-top:2px; margin-bottom:0; }

/* checkout totals */
TD.ot-subtotal-Text, TD.ot-cod-fee-Text, TD.ot-total-Text, TD.ot-group-pricing-Text, TD.ot-gv-Text, TD.ot-loworderfee-Text, TD.ot-shipping-Text, TD.ot-subtotal-Text, TD.ot-tax-Text, TD.ot-coupon-Text {
  font-weight: bold;
}
TD.ot-total-Amount {
  font-weight: bold;
  border-top: 1px solid #9a9a9a;
}
TD.ot-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-group-pricing-Amount, TD.ot-gv-Amount, TD.ot-loworderfee-Amount, TD.ot-shipping-Amount, TD.ot-subtotal-Amount, TD.ot-tax-Amount, TD.ot-coupon-Amount {}


/* product_info attribute comments */

.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #ff0000;
  font-size: 10px;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #9a9a9a;
}

/* General alert span class */
/*TD.alert, SPAN.alert {
  color: #FF0000;
  font-weight: bold;
}*/

/* General alert span class */
TD.alertBlack, SPAN.alertBlack {
  color: #000000;
  font-weight: bold;
}

/* popup tables */
TABLE.popupattributeqty, TABLE.popupcouponhelp, TABLE.popupcvvhelp, TABLE.popupimage, TABLE.popupimageadditional, TABLE.popupsearchhelp, TABLE.popupshippingestimator, TABLE.popupinfoshoppingcart {
  background-color: #ffffff;
	margin: 6px;
  padding: 6px;
  font: 11px Verdana, Arial, sans-serif;
}

/* categories_description */
TABLE.categoriesdescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #D0D0D0;
  border:1px solid #9a9a9a;
}

TD.categoriesdescription {
  font-size: 11px;
  line-height: 1.0;
}

/* categories box parent and child categories */
A.category-top {
  color: #008000;
  text-decoration: none;
}
A.category-links {
  color: #004080;
  text-decoration: none;
}
A.category-subs, A.category-products {
  color: #FF0000;
  text-decoration: none;
}
SPAN.category-subs-parent {
  font-weight: bold;
}
SPAN.category-subs-selected {
  font-weight: bold;
}

/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #9a9a9a; */
  float: left;
  padding: 2px;
}
