/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
.errorBox { font-family :  "Times New Roman", Times, serif; font-size : 13px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family :  "Times New Roman", Times, serif; font-size : 13px; color: #e10039; }
.productsNotifications { background: #e28574; }
.orderEdit { font-family :  "Times New Roman", Times, serif; font-size : 13px; color: #ab2121; text-decoration: underline; }

BODY {
  background: #B8BBBD;
  color: #000000;
  margin: 0px;
}

A {
  color: black;
  text-decoration: none;
}

A:hover {
  color: black;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #6081AA;
}

TD.headerNavigation {
  font-family:  "Verdana", serif;
  font-size: 12px;
	font-weight: bold;
  color: #ffffff;
/*  height: 30px; */

}

.headerNavigation, A.headerNavigation, A.headerNavigation:hover
{
  font-family: "Verdana", Times, serif;
  color: #000000;
  font-size: 12px;
  font-weight : normal;
}


TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family:  "Verdana", Times, serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family:  "Verdana", Times, serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #6081AA;
}

TD.footer {
  font-family:  "Verdana", Times, serif;
  font-size: 13px;
  background: #6081AA;
  color: #ffffff;
  font-weight: bold;
}

TD.infoBoxHeading {
  font-family:  "Times New Roman", Times, serif;
  font-size: 13px;
  font-weight: bold;
  background: #92160c;
  color: #ffffff;
  height: 24px;
}

.infoBox {
  /*background: #AAAAAA;*/
  
}

.infoBoxContents {
  /*background: #ffffff;*/
  font-family:  "Verdana", Times, serif;
  font-size: 12px;    
}

/*for left column*/
TD.infoBoxHeadingLeft {
  font-family:  "Verdana", Times, serif;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  background-color: #AAAAAA;
  height: 24px;
}

.infoBoxLeft {
/*  background-image: url(images/infoBox_m1.gif);
	background-repeat: repeat-y;
	width: 297px;  */
 /* background: #AAAAAA; */
}

.infoBoxContentsLeft {
 /* background-color: #ffffff;       */
  font-family:  "Verdana", Times, serif;
  font-size: 13px;

}

/*for right column*/
TD.infoBoxHeadingRight {
    font-family:  "Verdana", Times, serif;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  background-color: #AAAAAA;
  height: 24px;
}
.infoBoxRight {
  background: #AAAAAA;
}

.infoBoxContentsRight {
  background: #ffffff;
  font-family:  "Verdana", Times, serif;
  font-size: 13px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family:  "Verdana", Times, serif;
  font-size: 13px;
}


TD.infoBox, SPAN.infoBox {
  font-family:  "Verdana", Times, serif;
  font-size: 13px;
}

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: #f9f3e8;
}

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: #f9f3e8;
}

TABLE.productListing {
  /*border:1px solid #c79a6a;
  border-spacing: 1px;*/
}

.productListing-heading {
  font-family: "Verdana", Times, serif;
  font-size: 13px;
  background: #92160c;
  color: #FFFFFF;
  font-weight: bold;
}

.compareBox {
  overflow: auto;
  width: 590px; 
  border: 1px solid #8c8c8c;
  padding-top: 5px;
  padding-bottom: 10px;
}

.compareListing-heading {
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  background: #92160c;
  color: #FFFFFF;  
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-left: 10px;
  padding-right: 15px;
}

.compareListing-content {
  font-family: "Verdana", Times, serif;
  font-size: 13px;
  background: #ffffff;      
  border-right: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
  padding-left: 5px;
  padding-right: 5px;
}

.compareListing-content-selected {
  font-family: "Verdana", Times, serif;
  font-size: 13px;
  background: #e6e6e6;      
  border-right: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
  padding-left: 5px;
  padding-right: 5px;
}

a.productListing-heading {
  color: #FFFFFF;
}

a.productListing-heading:hover {
  color: #FFFFFF;
}

TD.productListing-data {
  font-family: "Verdana", Times, serif;
  font-size: 13px;

}

A.pageResults {
  color: #a67e33;
}

A.pageResults:hover {
  color: #a67e33;

}

.pageHeading, TD.pageHeading, DIV.pageHeading {
  font-family: "Verdana", Times, serif;
  font-size: 14px;
  font-weight: bold;
  color: #2C0A84;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family:  "Verdana", Times, serif;
  font-size: 13px;
  color: #000000;
}

TD.main, P.main {
  font-family:  "Verdana", Times, serif;
  font-size: 12px;
  line-height: 17px;
 
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family:  "Verdana", Times, serif;
  font-size: 13px;
}

TD.accountCategory {
  font-family:  "Verdana", Times, serif;
  font-size: 13px;
  color: #b9c7e3;
}

TD.fieldKey {
  font-family:  "Verdana", Times, serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family:  "Verdana", Times, serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family:  "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family:  "Times New Roman", Times, serif;
  font-size: 13px;
  color: #ff1515;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family:  "Times New Roman", Times, serif;
  font-size: 13px;
}

TEXTAREA {
  width: 100%;
  font-family:  "Times New Roman", Times, serif;
  font-size: 13px;
}

SPAN.greetUser {
  font-family:  "Times New Roman", Times, serif;
  font-size: 12px;
  color: #f2b293;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family:  "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family:  "Times New Roman", Times, serif;
  font-size: 12px;
  color: #cc707e;
  font-weight: bold;
}

SPAN.productSpecialPrice {
	font-family: "Times New Roman", Times, serif;
}

SPAN.errorText {
  font-family:  "Times New Roman", Times, serif;
  color: #ff1515;
}

.moduleRow { }
.moduleRowOver { background-color: #e28574; cursor: pointer; }
.moduleRowSelected { background-color: #e28574; }

.checkoutBarFrom, .checkoutBarTo { font-family:  "Times New Roman", Times, serif; font-size: 13px; color: #979797; }
.checkoutBarCurrent { font-family:  "Times New Roman", Times, serif; font-size: 13px; color: #000000; }

/* message box */

.messageBox { font-family:  "Times New Roman", Times, serif; font-size: 13px; }
.messageStackError, .messageStackWarning { font-family:  "Times New Roman", Times, serif; font-size: 13px; background-color: #ffb3b5; }
.messageStackSuccess { font-family:  "Times New Roman", Times, serif; font-size: 13px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family:  "Times New Roman", Times, serif; font-size: 13px; color: #ff1515; }






/* Decor Plus */



.header_img{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 252px;
	width: 1005px;
}

.header_menu_l{
	background-image: url(images/grad_in.gif);
	
	height: 39px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Verdana", Times, serif;
	color: #2C0A84;
	padding-left:5px;
	padding-top:4px;

}

.header_menu_m{
	background-image: url(images/menu_m.gif);
	background-repeat: repeat-x;
	
	font-family: "Verdana", Times, serif;
	font-size: 12pt;
}
.header_menu_link, a.header_menu_link, a.header_menu_link:hover  {
	font-family: "Verdana", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
.header_menu_separ{
	background-image: url(images/menu_separ.gif);
	background-repeat: no-repeat;
/*	height: 66px;  */
}

.header_menu_r{
	background-image: url(images/menu_r.gif);
	background-repeat: no-repeat;
/*	height: 66px;     */
}

.footer_l{
	background-image: url(images/footer_l.gif);
	background-repeat: no-repeat;
	height: 43px;
}

.footer_r{
	background-image: url(images/footer_r.gif);
	background-repeat: no-repeat;
	height: 43px;
}

.footer_m{
	background-image: url(images/footer_m.gif);
	background-repeat: repeat-x;
	height: 43px;
}

.infoBox_head_tt{
	background-image: url(images/infoBox_head_tt.gif);
	background-repeat: no-repeat;

}

.infoBox_headfooter{
	background-image: url(images/infoBox_footheader.gif);
	background-repeat: no-repeat;

}

.infoBox_headfooter2{
	background-image: url(images/infoBox_footheader2.gif);
	background-repeat: no-repeat;

}

.infoBox_footer{
	background-image: url(images/infoBox_footer.gif);
	background-repeat: no-repeat;
	
}

.infoBox_head{
	font-size: 12px;
	font-weight: bold;
	font-family: "Verdana", Times, serif;
	color: #2C0A84;
	vertical-align: top;
	text-align: center;
}

.infoBox_headfooter_f{
	font-size: 14px;
	font-weight: bold;
	font-family: "Verdana", Times, serif;
	color: #2C0A84;
	text-align: center;
	vertical-align: top;
	padding-top:68px;
}

.infoBox_head_m{
  background-image: url(images/main_grad1.gif);
	background-repeat: repeat-x;
  width: px;
/*	padding-left: 15px;
		padding-right: 30px;   */
}

.infoBox_title{
  background-image: url(images/menu_l.gif);
	font-size: 12px;
	font-weight: bold;
	font-family: "Verdana", Times, serif;
	color: Black;
	padding-left: 0px;
	padding-right: 0px;
}

a.infoBox_link, a.infoBox_link:hover{
	font-size: 14px;
	font-weight: bold;
	font-family: "Verdana", Times, serif;
	color: #2C0A84;
}
a.infoBox_link2, a.infoBox_link2:hover{
	font-size: 14px;
	font-weight: bold;
	font-family: "Verdana", Times, serif;
	color: black;
}


.productListing-row {
	background-image: url(images/main_grad1.gif);

	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.prodPprice{
font-size: 12px;
	  line-height: 17px;
	font-family: "Verdana", Times, serif;
	color: #000000;
}

.prodDescr{
	font-size: 12px;
	font-weight: bold;
	font-family: "Verdana", Times, serif;
	color: black;
}

.main_gradient{
	background-image: url(images/main_grad1.gif);
	background-repeat: repeat-x;
	height:65px;
}

.cat_border_hl {
	background-image: url(images/cat_border_hl.gif);
	background-repeat: no-repeat;
	width: 56px;
}

.cat_border_hr {
	background-image: url(images/cat_border_hr.gif);
	background-repeat: no-repeat;
	width: 56px;
}

.cat_border_hm {
	background-image: url(images/cat_border_m.gif);
	background-repeat: repeat-x;
}

.cat_border_vt {
	background-image: url(images/cat_border_vt.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 56px;
}

.cat_border_vb {
	background-image: url(images/cat_border_vb.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 56px;
}

.cat_border_vm {
	background-image: url(images/cat_border_m.gif);
	background-repeat: repeat-y;
	background-position: center;
}










