/*
//
// +----------------------------------------------------------------------+
// |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.css 277 2004-09-10 23:03:52Z wilt $
*/

BODY {
	background-color: #cf638e;
	color: #000000;
	margin: 0px;
	padding: 0px;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.centershop {
	padding: 0px;
	margin: 0px auto 0px 0px;
	position: relative;
	text-align: left;
	width: 750px !important;
}

TD.main, P.main {
  font-size: 12px;
  line-height: 1.5;
/*  border: solid 1px red;*/
}

.listing_button
{
	margin-top: 10px;
	margin-bottom: 12px;
}

.listing_button_tight
{
	margin-top: 3px;
	margin-bottom: 10px;
}

A {
  color: #428dff;
  text-decoration: none;
}

A:hover {
  color: #ffb062;
  text-decoration: underline;
}

FORM {
	display: inline;
}


.tabs
{
	padding-right: 20px;
}

.tabs IMG
{
	display: block;
	float: right;
	position: relative;
}

/*HEADER CSS*/

TABLE.header {
  background: #ffffff;
  background-image: url(../images/header_bg.jpg);
  background-repeat: repeat-x;
  width: 750px !important;
  background-color: #ffffff;
  border: solid 0px white;
/*  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;*/
}

TABLE.headerNavigation {
  background-color: #CF638E;
  border: solid 0px white;
  width: 100% !important;
}

TD.headerCenterRow
{
	padding-top: 8px;
	background-image: URL("../images/dots.gif");
	background-repeat: no-repeat;
	height: 56px;
}

TD.headerCenterRow FORM
{
	float: left;
	background-image: URL("../images/header_search_bg.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 6px;
	padding-top: 2px;
}

/* search nput field */
INPUT.search_input
{
	border: 0px;
	margin-top: 6px;
	vertical-align: top;
	width: 134px;
}

TD.headerCenterRow .search_submit
{
	margin-left: 9px;
}

#headerSearchText
{
	float: left;
	width: 402px;
	height: 26px;
	margin-top: 3px;
	background-image: URL("../images/text_header_search.gif");
	background-repeat: no-repeat;
	background-position: right top;
}

TD.headerNavigation {
  width: 750px !important;
  position: relative;
  height: 12px;
  text-align: right;
  vertical-align: top;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ffb0b0;
  padding-top: 3px;
  padding-right: 5px;
}

TD.breadCrumb
{
  font-size: 10px;
  font-weight: bold;
  text-transform: lowercase;
  color: #9a9a9a;
  padding: 3px;
  border-bottom: 2px dotted #9a9a9a;
}

TD.headerNavigation A, TD.headerNavigation A:visited, .sideBoxHeading A, td.footertop a, .centerboxheading A  {
  color: #ffffff;
}

TD.headerNavigation A:hover, .sideBoxHeading A:hover, td.footertop a:hover, .centerboxheading A:hover  {
  color: #392E7A;
  text-decoration: none;
}

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*/

.column_box_spacer_left {
  height: 6px;
}

.column_box_spacer_right {
  height: 6px;
}

.column_box_spacer_single {
  height: 6px;
}

.column_left
{
  background-color: #cf638e;
  padding-left: 7px;
  padding-right: 7px;
}

.column_right
{
  background: #cf638e;
  padding: 2px;
}

.boxText
{
  font-size: 11px;
}

.sideBoxHeader
{
	color: White;
	font-size: 10.5pt;
	letter-spacing: 0px;
	text-align: center;
}

.sideBoxHeader A
{
	color: White;
}

.sideBoxHeader A:hover
{
  color: #392E7A;/*#312b79; #94d0ff;*/
  text-decoration: none;
}

.sideBoxBorder
{
	background-image: URL("../images/box_right.gif");
	background-repeat: repeat-y;
	background-position: right;
	background-color: white;
}

.sideBoxContent
{
	background-image: URL("../images/box_left.gif");
	background-repeat: repeat-y;
	width: 132px;
	padding-left: 14px;
	font-size: 11px;
	line-height: 14px;
	background-color: white;
}

.sideBox, .centerbox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background-color: #ffffff;
  border-right: 5px solid #f5e3e7;
  border-left: 5px solid #f5e3e7;
  margin-bottom: 15px;
}

.centerboxcontent
{
	padding: 4px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TD.sideBoxHeading, TD.centerboxheading {
  height: 20px;
  padding-left: 5px;
  text-transform: lowercase;
}

.sideBoxHeading, .productListing-heading, .centerboxheading {
  font-size: 12px;
  font-weight: bold;
  font-family: Arial, Verdana, Helvetica, san Serif;
  color: black;
  padding: 2px 5px 2px 5px;
}

TR.sideBoxHeading, TD.productListing-heading, TR.centerboxheading {
  background-color: #6aa0d7;
}

TR.centerboxheading 
{
	background-color: #f5e3e7;
}

.sideBoxFooter, .centerboxfooter {
 background-color: #f5e3e7;
}


SPAN.newItemInCart
{
  font-weight: bold;
}

SPAN.input_example
{
	background-color: #ffddee;
	padding: 1px 2px 3px 2px;
	border: solid 1px #eeaacc;
}


/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading, h1 {
  font-size: 19px;
  font-weight: normal;
  text-transform: lowercase;
  color: #da9a23;
  font-family: Arial, Helvetica, Verdanda, san serif;
  padding-top: 4px;
  margin-bottom: 10px;
}

h1 .subheading
{
	color: #eaa a33;
	font-size: 14px;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #cf638e;
	font-family: Verdana, Arial, Helvetica, san serif;
	padding: 0px;
	margin: 0px;
	padding-top: 8px;
	margin-bottom: 4px;
}

p
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#pageBorderTop
{
	background-image: URL(../images/page_top.gif);
	background-repeat: no-repeat;
	width: 591px;
	height: 18px;
}

#pageBorderBottom
{
	background-image: URL(../images/page_bottom.gif);
	background-repeat: no-repeat;
	width: 591px;
	height: 59px;
}

#pageContent
{
	background-image: URL(../images/page_left.gif);
	background-position: left top;
	background-repeat: repeat-y;
	background-color: White;
	padding-left: 25px;
	margin: 0px;
	margin-right: 25px;
}

#pageContent P
{
	line-height: 15px;
}

#pageContent LI
{
	line-height: 15px;
}



#pageBorderRight
{
	background-image: URL(../images/page_right.gif);
	background-position: right top;
	background-repeat: repeat-y;
}

.center_column
{
	background-color: #cf638e;
}

.main_page
{
  width: 750px !important;
  background-color: #ffffff;
}

.plainBox, .plainbox-description
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color: #f2f2f2;
/*  border: 1px solid #e0e0e0;#9a9a9a;*/
  margin-bottom: 15px;
  padding: 5px;
}

.plainBoxHeading
{
  font-size: 12px;
  font-weight: bold;
  padding: 11px 5px 5px;
}

.docNarrow
{
	padding-right: 24px;
	padding-left: 24px;
}

.float_image_left
{
	float: right;
	margin: 0px 0px 10px 10px;
}

.product_col_left
{
	top: 0px;
	left: 0px;
	width: 100%;
/*	border: solid 1px blue;*/
}

.product_image
{
	text-align: center;
	margin-bottom: 8px;
	width: 44%;
}

.product_description
{
	font-family: Verdana, Arial, Helvetica, san serif;
	font-size: 12px;
	margin: 0px;
}

.product_description ul
{
	margin-left: 16px;
}


.product_price
{
	float: right;
	font-size: 18px;
	text-align: center;
	width: 138px;
	margin-top: 10px;
}

.product_price_label
{
	color: #707070;
	font-size: 14px;
}

.product_col_right
{
	float: right;
	width: 55%;
/*	border: solid 1px orange;*/
}

.tell_a_friend
{
	text-align: right;
	width: 95%;
	margin-top: 10px;
/*	border: solid 1px purple;*/
}

.product_options
{
	padding-bottom: 3px;
	border-bottom: 2px dotted #9a9a9a;
}

.product_options TABLE
{
	padding: 5px;
}

/* product_info attribute comments */
.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments
{
  color: #d040a0;
  font-size: 10px;
  line-height: 130%;
  text-align : left;
  padding-bottom: 8px;
}


/* attribute images table */
TABLE.products-attributes-images {
  float: left;
  padding: 2px;
}

TABLE.products-attributes-images TD
{
	padding: 4px;
}

.cartBox
{
	font-family: Arial, Verdana, Helvetica, san serif;
	font-size: 12px;
	width: 124px;
	padding: 5px;
	padding-bottom: 8px;
 	border-right: 2px dotted #9a9a9a;
}

.product_purchase
{
	width: 93%;
	border: 2px dotted #9a9a9a;
	margin-top: 12px;
}

.product_quantity
{
	margin-top: 5px;
	margin-bottom: 8px;
}


/* footer
--------------*/

TABLE.footer
{
  text-align: center;
  font-size: 10px;
  margin-top: 8px;
  padding-bottom: 8px;
  padding-left: 160px;
}

TD.footerbottom
{
	line-height: 150%;
}

TABLE.footer a
{
	color: black;
}

TABLE.footer a:hover
{
	color: black;
}

/*miscellaneous areas
-------------------------------------*/
TD.infoBox, SPAN.infoBox {}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #ffffff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #eff4f8;
}

TR.productListing-even TD, TR.productListing-odd TD
{
	vertical-align: middle;
}

.errorBox {   background: #ff797c; color: #ffffff; font-weight: bold; }
.stockWarning {   color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit {   color: #70d250; text-decoration: underline; }
.productListing-heading {
  border-bottom: 1px solid white;/*#9a9a9a;*/
}

TD.productListing-data {
   font-size: 10px;
}

TABLE.productListing-data TR
{
	padding-top: 12px;
}

td.pageresults a {
  color: #0000FF;
}

td.pageresults a:hover {
  color: magenta;
  text-decoration: none;
}
td.pageresults {
  font-size: 10px;
}
TR.subBar {
  background: #f4f7fd;
}

TD.smallText, SPAN.smallText, P.smallText {
   font-size: 10px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

.greetUser {
/*   font-size: 12px;*/
   text-transform: lowercase;
/*   padding-top: 5px;*/
   margin-bottom: 10px;
}

SPAN.greetUser {
  color: #902060;
/*  font-weight: bold;*/
}

TABLE.formArea {
	background: #f1f9fe;
	border: 1px solid #7b9ebd;
}

TD.formAreaTitle {
	font: bold 12px Verdana, Arial, sans-serif;
}

SPAN.markProductOutOfStock {
	color: #c76170;
	font: bold 12px Verdana, Arial, sans-serif;
}

span.normalprice {
	text-decoration: line-through;
}

SPAN.productSpecialPrice {
  color: #ff797c;
}

span.productSpecialPriceSale {
  color: #ff797c;
	text-decoration: line-through;
}

SPAN.productSalePrice {
  color: #FF0000;
}

SPAN.productPriceDiscount {
  font-size: 10px;
  color: #FF0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo {   color: #8c8c8c; }
.checkoutBarCurrent {   color: #000000; }

/* message box */

.messageBox {   }
.messageStackError, .messageStackWarning { background-color: #ff696c; color: #ffffff; padding: 2px; border: 1px solid #d05054; }
.messageStackSuccess {   background-color: #b3ffa8; padding: 2px; border: 1px solid #9a9a9a; }
.messageStackCaution { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #FFFF00; }

/* input requirement */

.inputRequirement {
  color: #ff0000;
  font-size: 10px;
}

span.coming {
color: #ff797c;
}

/* 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-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-total-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 {}

/* 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;
  padding: 10px;
  width: 100%;
  height: 100%;
  font: 11px Verdana, Arial, sans-serif;
}

/* categories_description */
TABLE.categoriesdescription {
  margin-bottom: 8px;
  border-top: solid 2px #BBC3D3;
  border-bottom: solid 2px #BBC3D3;
}

TD.categoriesdescription {
  padding: 4px 0px 4px 0px;
  font-size: 13px;
}

TD.categoriesdescription ul
{
	margin-left: 24px;
	margin-bottom: 0px;
	padding: 0px;
}

/* categories box parent and child categories and extra links */
A.category-top, A.category-links {
  color: #428dff;
  font-size: 12px;
  text-decoration: none;
}
A.category-top:hover, A.category-links:hover
{
	color: #ffb062;
}

A.category-subs, A.category-products {
  color: #6d4daf;
  text-decoration: none;
}

A.category-subs:hover, A.category-products:hover
{
	color: #dfb022;
}

SPAN.category-subs-parent {
  font-weight: bold;
}
SPAN.category-subs-selected {
  font-weight: bold;
}

/* custom pages */
TD.thumb_box
{
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	color: #cf638e;
	padding-bottom: 10px;
}

.press_credit
{
	display: block;
	color: #6f033e;
	font-style: italic;
	padding-bottom: 3px;
}

TD.press_box
{
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

TR.thumb_box
{
	height: 140px;
}