/*
//
// +----------------------------------------------------------------------+
// |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 1223 2005-04-22 03:46:20Z ajeh $
*/
BODY {
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
   font: 11px Verdana, Arial, sans-serif;
}

.centershop {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 100% !important;
}

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

A {
  color: #527BB5;
  text-decoration: none;
}

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

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

/*HEADER CSS*/

TABLE.header {
/*  background-image: url(../images/header_bg.jpg);*/
  background-repeat: repeat-x;
  background-color: #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

TABLE.headerNavigation {
/*   background-image: url(../images/tile_back.jpg);*/
  background-color: #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  width: 100% !important;
}

TABLE.headerlogin {
/*   background-image: url(../images/tile_back.jpg);*/
  background-color: #E2EAF6;
  border-right: 1px dotted #CCA6CC;
  border-left: 1px dotted #CCA6CC;
  border-bottom: 1px dotted #CCA6CC;
  border-top: 1px dotted #CCA6CC;
  width: 100% !important;
}

TABLE.headerlogin2 {
/*   background-image: url(../images/tile_back.jpg);*/
  background-color: #E2EAF6;
  border-right: 1px dotted #CCA6CC;
  border-left: 1px dotted #CCA6CC;
  border-bottom: 1px dotted #CCA6CC;
  border-top: 1px dotted #CCA6CC;

}

TD.headerNavigation {
  position: relative;
  vertical-align: middle;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color:#000000;
  letter-spacing:1px;
  padding: 5px;
}

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

TD.headerNavigation A, TD.headerNavigation A:visited, td.footertop a  {
  font-weight: bold;
  color: #ffffff;
}

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

TR.headerError {
  background: #FD8DAF;
}

TD.headerError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #FD8DAF;
  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_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;
  background: #ffffff;
  border: 1px solid #CCA6CC;
  margin-bottom: 15px;
}

.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
  background-image: url(../images/bot-bar-vw-l.gif);
  /*background-color: #ffffff;*/
  font-size: 10px;
  font-weight: bold;
  color: #426698;
  padding: 1px;
  height: 10px;
  padding-left: 5px;
  border-bottom: 1px dotted #CCA6CC;
}

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

TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {
  background: #ffffff;
/*   background-image: url(../images/tile_back.jpg);*/
}

.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {
  line-height: 125%;
  padding: 4px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
  background-color: #ffffff;
/*   background-image: url(../images/tile_back.jpg);*/
  margin-bottom: 15px;
}

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

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

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

TD.productListing-data {
  font-size: 10px;
  padding: 5px;
}

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

.center_column {
  padding: 8px;
}
.main_page{
  width: 700 !important;
  text-align: left;
  background-color: #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 5px;
}

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

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

TR.footertop {
  background: #ffffff;
/*  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 {
  background: #ffffff;
}

TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
  background: #eff4f8;
}

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

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

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

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

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

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

TD.smallTextb, SPAN.smallTextb, P.smallTextb, td.pageresultsb{
   font-size: 8px;
  color: #527BB5;
}

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

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

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

/* message box */

.messageBox {}
.messageStackError, .messageStackWarning, errorBox {
  background-color: #FD8DAF;
  color: #ffffff;
  font-size: 10px;
  padding: 4px;
  border: 1px solid #ffffff;
}
.messageStackSuccess { background-color: #b3ffa8; padding: 2px; border: 1px solid #ffffff; }
.messageStackCaution { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffff00; }

/* 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 #ffffff;
}
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: #FD8DAF;
  font-size: 10px;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #ffffff;
}

/* General alert span class */
TD.alert, SPAN.alert {
  color: #FD8DAF;
  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: 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 #ffffff;
}

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: #FD8DAF;
  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 #ffffff; */
  float: left;
  padding: 2px;
}
.search_pricerange {
	margin-left : 20px;
}
.search_subtitle {
	color : #428dff;
}
.norm1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #507AB6;
	margin-top: 3px;
	margin-bottom: 0px;
}
.normp1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #507AB6;
}
a.link1:link {
	text-decoration: none;
	color: #507AB6;
}
a.link1:visited {
	text-decoration: none;
	color: #507AB6;
}
a.link1:hover {
	text-decoration: underline;
	color: #507AB6;
}
a.link2:link {
	text-decoration: none;
	color: #AE7CB3;
}
a.link2:visited {
	text-decoration: none;
	color: #AE7CB3;
}
a.link2:hover {
	text-decoration: underline;
	color: #AE7CB3;
}
.norm2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #507AB6;
	line-height: 15px;
	margin-bottom: 6px;
	margin-top: 0px;
}
.head2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #AE7CB3;
	margin-bottom: 6px;
	margin-top: 0px;
}
.nospace {
	margin-top: 0px;
	margin-bottom: 2px;
}
body {
	background-color: #FFFFFF;
	margin-top: 0px;
}
.head1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #AE7CB3;
	margin-bottom: 3px;
}
.head3 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: normal; 
	color: #003399;
	margin-bottom: 2px;
}
.norm3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #507AB6;
	line-height: 15px;
	margin-bottom: 6px;
	margin-top: 0px;
	margin-right: 20px;
}
.imborder {
	border: 1px solid #FFFFFF;
}
.shop-norm1 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #507AB6}
.shop-head1 {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: normal; color: #003399}
.shop-tiny1 {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #000000}
.shop-tiny2 {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #AE7CB3}

.shop-head2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #AE7CB3;
	margin-bottom: 6px;
	margin-top: 0px;
}
.thumbtext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #507AB6;
	margin-top: 1px;
	margin-bottom: 0px;
}
.message {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #0099CC}
.warning { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #FF0033}
.action { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #009900}
.status { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #0099CC}.pgStr1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #006699}
.pgStr2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #006699 }
.shop-content-norm1 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #666666}
.shop-content-head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #CE1121;
}
.shop-bold1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.shop-norm1-bdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #507AB6;
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 1px;
}
.textbox1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 0px;
}
.formfield1 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #0000CC;
}
TD.prod, DIV.prodp {
  font-size: 14px;
  font-weight: bold;
  color: #C093C1;
  padding-top: 6px;
  border-bottom: 1px dotted #CCA6CC;
}
TD.prod2, DIV.prod2 {
  font-size: 10px;
  font-weight: bold;
  color: #C093C1;
  padding-top: 6px;
  border-bottom: 1px dotted #CCA6CC;
}
TD.prod4, DIV.prod4 {
  font-size: 10px;

  color: #C093C1;
  padding-top: 6px;
  border-bottom: 1px dotted #CCA6CC;
  border-top: 1px dotted #CCA6CC;
  border-right: 1px dotted #CCA6CC;
  border-left: 1px dotted #CCA6CC;
}
TD.prod3, DIV.prod3 {
  font-size: 10px;
  font-weight: bold;
  color: #C093C1;
  padding-top: 6px;

  border-left: 1px dotted #CCA6CC;
}
TD.prod5, DIV.prod4 {
  font-size: 10px;
  color: #C093C1;
  background-color: #F3F6FB;
  padding-top: 6px;
  border-bottom: 1px dotted #CCA6CC;
  border-top: 1px dotted #CCA6CC;
  border-right: 1px dotted #CCA6CC;
  border-left: 1px dotted #CCA6CC;
}
TD.xsell, DIV.xsell {
background-image: url(images/barr.gif);
  font-size: 10px;
  font-weight: bold;
  color: #C093C1;
  padding-top: 6px;
  border-bottom: 1px dotted #CCA6CC;
  border-top: 1px dotted #CCA6CC;
  border-right: 1px dotted #CCA6CC;
  border-left: 1px dotted #CCA6CC;
}