/*
//
// +----------------------------------------------------------------------+
// |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 $

// *** Before making changes copied to stylesheet1.css on 03/03/2006.
*/

// Jona made corrections on border for .sideBoxContent, .centerboxcontent  
//   Jona made change to h1

a.main_menu:link  { color: #ffffff; font-weight: bold; text-decoration:none; font-size: 8.5pt; }
a.main_menu:visited { color: #ffffff; font-weight: bold; text-decoration:none; font-size: 8.5pt; }
a.main_menu:hover { color: #ffffff; font-weight: bold; text-decoration:underline;  font-size: 8.5pt; }
a.main_menu:active { color: #ffffff; font-weight: bold; text-decoration:underline;  font-size: 8.5pt; }


a.footer:link  { color: #cccccc;  text-decoration:underline; font-size: 8pt; }
a.footer:visited { color: #cccccc; text-decoration:underline; font-size: 8pt; }
a.footer:hover { color: #ffffff;  text-decoration:underline;  font-size: 8pt; }
a.footer:active { color: #ffffff;  text-decoration:underline;  font-size: 8pt; }

/* Added By Jona 4/1/2006 */
a.menu:link  { color: #ffffff; font-weight: bold; text-decoration:none; font-size: 8.5pt; }
a.menu:visited { color: #ffffff; font-weight: bold; text-decoration:none; font-size: 8.5pt; }
a.menu:hover { color: #ffffff; font-weight: bold; text-decoration:underline;  font-size: 8.5pt; }
a.menu:active { color: #ffffff; font-weight: bold; text-decoration:underline;  font-size: 8.5pt; }


a.login:link  { color: #000066; text-decoration:none; font-size: 8.5pt; }
a.login:visited { color: #000066; text-decoration:none; font-size: 8.5pt; }
a.login:hover { color: #ffffff; text-decoration:underline;  font-size: 8.5pt; }
a.login:active { color: #ffffff; text-decoration:underline;  font-size: 8.5pt; }

a.need_price_match:link  { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#565880; text-decoration:underline;  }
a.need_price_match:visited { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;  text-decoration:underline;  }
a.need_price_match:hover { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; text-decoration:underline;}
a.need_price_match:active { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#565880; text-decoration:underline; border-bottom:1px solid #0033FF }

/* Added By Sharan on 28/02/2005(Start)   modifed by jona 4/20/2005*/
a.shopping:link  { color: #0033cc; font-size: 8pt;}
a.shopping:visited { color:#0033cc; font-size: 8pt;}
a.shopping:hover { color: #0033cc; font-size: 8pt;}
a.shopping:active { color: #0033cc; font-size: 8pt;}
/* Added By Sharan on 28/02/2005(End) */
.style1 {font-family: Arial, Helvetica, sans-serif}
.style2 {
	font-size: 12px;
	font-weight: bold;
}
.style4 {font-size: 10px}

/* Added By Jona on 3/12/2005(Start) */
.emailer { 
	border: 1px solid #eeeeee; 
	font-family:Arial, Helvetica, sans-serif;
	font: 12px;
}


.home_box {
	position: relative;
	margin-top: -35px;
}


/* Added By Sharan on 28/02/2005(Start) */

#main_menus {
	float: left;
	position: relative;
	top: 10px;
	left: 30px;
}

#login_mem {
	padding-right: 10px;
	width: 100px;
}

.login { 
  padding-left: 20px;
  background-image: url(../images/lock.gif);
  background-repeat:no-repeat; 
  background-position: bottom left;
}

/* Added By Sharan on 03/03/2005(Start) */
/* modified by jona on 03/11/2005(Start) */
#shopping_cart {

/* Position setting */
	position: relative;
	float: right;
	top: 19px;
	right: 8px;
	font: 8.5pt;
	width: 138px !important;
	height: 33px;

/* Background setting */
	background-image: url(../images/shopping_cart.jpg);
  background-repeat:no-repeat; 
	background-position: center left;

/* Font setting */
	font-family: Verdana;
	font-size: 9px;
	line-height:1.5;
	text-align: left;
	text-indent: 1.25cm;
	color:#FF0000;

}

#trailimageid {
 position: absolute;
 visibility: hidden;
 left: 0px;
 top: 0px;
 width: 220px;
 height: 0px;
 z-index: 1000;
}

#trailimageid div {
 padding: 5px;
 background-color: #FFF;
 border: 1px solid #888;
 text-align: center;
}

#trailimageid h1 {
 font-size: 100%;
 font-color: #000000;
 font-weight: bold;
 margin: 0;
 padding: 2px 0px;
 text-align: left;
 width: 100%;
}

#trailimageid img {
 margin: 2px;
 border: none;
}
/* Added By Sharan on 03/03/2005(End) */

BODY {
	background-color: #9eafc6;
	color: #000000;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
   	font: 11px;
   	font-family: verdana, arial, helvetica, sans-serif;
	text-align:center; 
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;/* Added for center on IE on 26-07-2007 - Sharan*/
}


.content_sm { 
	font-size: 10px;
	color:#FFFFFF;
}

.white{
color:#ffffff;
}

.centershop {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: center;
	width: 750px !important;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}
.main {
  font-size: 11px;
  line-height: 1.5;
}

A {
 /* color: #428dff;    */
  font-family: arial, verdana; font-size: 12px;
  text-decoration: none;
}

A:hover {
 /* color: #ff3333;          */
  font-family: arial, verdana; font-size: 12px;
  text-decoration: underline;
}
FORM {
	display: inline;
}

/*HEADER CSS*/

TABLE.header {
  background: #ffffff;
  background-image: url(../images/header_bg.jpg);
  background-repeat: repeat-x;
  width: 750px !important;
  height: 97px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}

TABLE.headerNavigation {
  background: #abbbd3;
  background-image: url();
  height:0px;
  background-color: #ffffff;
  width: 100% !important;
    border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}

TD.headerNavigation {
  width: 750px !important;
  height: 60px;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  color:#000000;
}

TD.breadCrumb {
  font-size: 10px;
  font-weight: bold;
  color: #9a9a9a;
  padding: 3px;
  border-bottom: 1px dotted #9a9a9a;
}

TD.headerNavigation A, TD.headerNavigation A:visited, .sideBoxHeading A, td.footertop a, .centerboxheading A  {
  font-weight: bold;
  color: #000000;
}




TD.headerNavigation A:hover, .sideBoxHeading A:hover, td.footertop a:hover, .centerboxheading A:hover  {
  color: #0000ff;
}

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;
}

table.column_left {
  background: #ffffff;
  border-right: 1px solid #000000;
  float:left;
  text-align: left;
}

.column_right{
  background: #ffffff;
}

.boxText {
  font-size: 11px;
  line-height: 200%;

}

/* modify By Jona 4/1/2006 */

.sideBoxContent, .centerboxcontent {
  line-height: 125%;
  padding: 5px;
  padding-left: 15px;
  background-color: #eeeeee;
  border-right:0px solid #96A7C1;
  border-bottom: 10px solid #96A7C1;
}

.sideBox, .centerbox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  background: #ffffff;
  border:0px solid #9a9a9a;
  margin-bottom: 15px;
  margin-left: 4px;
}

.centerbox  {
	border: 1px solid #eeeeee;
}



.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TD.sideBoxHeading, TD.centerboxheading {
  height: 20px;
  padding-left: 5px;
}

.sideBoxHeading, .productListing-heading, .centerboxheading {
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  padding: 3px;
}

.productListing-rowheading {
	border-bottom: 1px solid #9a9a9a;
	}


.productlisting {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	}

.centerboxheading, TR.sideBoxHeading, TD.productListing-heading, TR.centerboxheading , TD.productListing-heading
{
  background: #abbbd3;
  background-image: url(../images/header_06.gif);
}

.sideBoxFooter, .centerboxfooter {
 background: #abbbd3;
 background-image: url(../images/header_06.gif);
}

SPAN.newItemInCart {
  color: #ff0000;
  font-weight: bold;
}

/*center main section
-----------------------------------*/
.icatname{
margin: 0.2em 2px;
font-size: 0.9em;
font-weight:bold;
}
TD.pageHeading, DIV.pageHeading{
  padding-top: 15px;
  text-align: left;
}
h1 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  padding-top: 5px;

  position: relative;
  background-repeat:no-repeat; 
  background-position: bottom left;
}

.home_title { 
	position: relative;
	margin-top: -30px;
	height: 30px;
	background-color: #ffffff;
	border-bottom: 5px solid #ffffff;
}


.center_column {
  padding: 4px;
  padding-right:3px;
  
}
.main_page{
   width: 750px !important;
  background-color: #ffffff;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align:left;
}

.plainBox, .plainbox-description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
}

.plainBoxHeading {
  font-size: 12px;
  font-weight: bold;
 /* padding: 11px 5px 5px;*/
}
/* 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/header_06.gif);
  font-size: 11px;
}

TD.footertop, TD.footerbottom {
  padding: 5px;
}

/*miscellaneous areas
-------------------------------------Took out the bullets - Jona 4/1/2006*/
.faq_categories {
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  padding-top: 8px;
  font-family: Verdana;
	line-height:1;
	text-align: left;
	}

.faq_questions {
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  padding-top: 8px;
  font-family: Verdana;
	line-height:1;
	text-align: left;
	text-indent: 10px;
	}
	
TD.infoBox, SPAN.infoBox {}

TD.cartBox {
   background: #eff4f8;
   font-size: 10px;
   padding: 3px;
   border: 1px dotted #ffb062;
}

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.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  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 #9a9a9a;
}

TD.productListing-data-description-even {
  background: #eff4f8;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #9a9a9a;
}

.errorBox {   background: #ff797c; color: #ffffff; font-weight: bold; }
.stockWarning {   color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit {   color: #70d250; text-decoration: underline; }

a.productListing-heading:link { color: #0033cc; font-size: 13px; text-decoration:none; }
a.productListing-heading:visited { color: #0033cc; font-size: 13px; text-decoration:none; }
a.productListing-heading:hover { color: #ff0000; font-size: 13px; text-decoration:none; }
a.productListing-heading:active { color: #ff0000; font-size: 13px; text-decoration:none; }



.productListing-heading {
  border-bottom: 1px solid #9a9a9a;
}

TD.productListing-data {
   font-size: 10px;
   padding: 10px;  
   
}
TD.productListing-data2 {
   font-size: 10px;
   padding: 10px;  
   float:left;
   
}

td.pageresults a {
  color: #0000FF;
}

td.pageresults a:hover {
  background: #FFFF99;
}
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;
   padding-top: 5px;
   padding-bottom: 5px;
}

SPAN.greetUser {
  color: #f0a480;
  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: #ff797c; color: #ffffff; padding: 2px; 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: #FFFF99; }

/* 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 {}

/* product_info attribute comments */

.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #ff0000;
  font-size: 9px;
  line-height: 1.0;
  text-align : left;
  font-weight: bold;
  padding-top: 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 and extra links */
/* Took out the bullet and underline - jona 4/1/2006 */
/* change to link colors 5/8/2006 */
A.category-links {
  color: #003399;
  font-weight: bold;
  text-decoration: none;


} 


a.category-top:link { color: #0033cc; font-weight: bold; text-decoration:none; font-size: 12px; }
a.category-top:visited { color: #0033cc;  font-weight: bold; text-decoration:none; font-size: 12px; }
a.category-top:hover { color: #ff0000;  font-weight: bold; text-decoration:underline;  font-size: 12px; }
a.category-top:active { color: #ff0000;  font-weight: bold; text-decoration:underline;  font-size: 12px; }

A.category-subs, A.category-products {
  color: #0033cc;
  text-decoration: none;
  padding-left: 7px;
}

a.category-products:link { color: #0033cc; text-decoration:none; font-size: 8.5pt; }
a.category-products:visited { color: #0033cc; text-decoration:none; font-size: 8.5pt; }
a.category-products:hover { color: #ff0000; text-decoration:underline;  font-size: 8.5pt; }
a.category-products:active { color: #ff0000;  text-decoration:underline;  font-size: 8.5pt; }


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;
}

/*************************************************************/


body{
margin:0 auto;
}

.body{
padding-left:10px;
padding-right:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.txt_search{
width:260px;
border:solid 1px #a19cd4;
}

.search_pos{
padding-bottom:10px;
}

.search{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:underline;
color:#3a40b8;
}

.search:hover{
text-decoration:none;
}

.magnetic{
background-image:url(../images/bg_body.jpg);
background-repeat:repeat-y;
width:507px;
padding:10px;
}

.img_color{
padding-top:10px;
}

.color{
font-family: sans-serif , Verdana, Arial, Helvetica;
font-size:10px;
text-decoration:none;
font-weight:bold;
color:#454abc;
padding-left:10px;
padding-top:10px;
}

.option{
font-family:sans-serif , Arial, Verdana, Helvetica;
font-size:18px;
text-decoration:none;
font-weight:bold;
color:#6b6d93;
padding:10px;
}

.dropdown{
width:200px;
}

.txt_option{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
text-decoration:none;
color:#3a40b8;
margin-top:10px;
}

.body_text{
font-family:sans-serif , Arial, Helvetica;
font-size:12px;
text-decoration:none;
font-weight:bold;
color:#3a40b8;
padding:10px;
line-height:150%;
}

.quantity{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
text-decoration:none;
font-weight:normal;
color:#6b6d93;
padding-left:20px;
padding-bottom:5px;
}

.price{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
text-decoration:none;
font-weight:normal;
color:#3a40b8;
padding-left:30px;
padding-bottom:5px;
}

.strip{
font-family: sans-serif , Verdana, Arial, Helvetica;
font-size:27px;
text-decoration:none;
font-weight:normal;
color:#3a40b8;
}

.white{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
font-weight:normal;
color:#3a40b8;
padding-bottom:5px;
}

.clr{
clear:both;
}

.manufacturer{
font-family:Arial , Verdana, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
font-weight:bold;
color:#6b6d93;
padding-top:20px;
}

.tell_text{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
text-decoration:underline;
color:#565880;
}

.tell_text:hover{
text-decoration:none;
}

txtarea_quantity{
width:50px;
border:solid 2px #6b6d93;
}

.large{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
text-decoration:none;
color:#9db5e5;
}

.large:hover{
text-decoration:underline;
}

.starting{
font-family:Arial , Verdana, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
text-decoration:none;
color:#6b6d93;
padding-bottom:5px;
}

.discount{
font-family:Arial , Verdana, Helvetica, sans-serif;
font-size:22px;
font-weight:normal;
text-decoration:none;
color:#6b6d93;
padding-bottom:5px;
}

.compare{
font-family:Arial , Verdana, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#6b6d93;
padding-bottom:5px;
}

.centerboxcontent2 {
	padding:0px;	
	margin:0px;
  line-height: 125%;
  background-color: #eeeeee;
  border-bottom: 10px solid #96A7C1;
}

.heading2{
	background: #abbbd3;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  padding: 3px;
}

#popupImage
{
padding: 0.5em 0em 0em 0.5em;
}
