/*
  $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: Arial, Verdana, sans-serif; font-size: 11px; }
.errorBox { font-family : Arial, Verdana, sans-serif; font-size: 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, Verdana, sans-serif; font-size: 11px; color: #cc0033; }
.productsNotifications {
}
.orderEdit { font-family : Arial, Verdana, sans-serif; font-size: 11px; color: #70d250; text-decoration: underline; }

/* *****new csses ############################################################################*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #168FC2;
	margin: 0;
	padding-left: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #168FC2;
	margin: 0;
}
/* *****changes in colours */
.fixcenter {
	width: 968px;
	background: #FFFFFF;
	color: #000000;
	margin: auto;
	margin-top: 0px;
	text-align: left;
	border-right: 1px solid #FFCCCC;
	border-left: 1px solid #FFCCCC;
	border-bottom: 1px solid #FFCCCC;
	border-top-color: #FFCCCC;
}

TD.contactus {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}
SPAN.image {
	border: 0px solid #331B67;	
}
/* ***** contribution change the menu hover color below*/
#thecategories a:hover {
	background-color: #DEEFEF;
	color: #000000;
	text-decoration:none;
}

.catwithsubs, .catwithnosubs {
	padding-right: 4px;
}

#thecategories {
	position: relative;
	top: -10px;
	margin-bottom: -16px;
/*	width: 150px;  sets category box width */
}

.activelink {  /* sets category colour of selected cats */
	display: block;
	background-color: #21ADE7;
	color: #FFFFFF;
}

#thecategories a {
	display: block;
	padding-bottom: 3px;
	padding-top: 2px;
/*	width: 100%; */
}

/*mozilla fix*/
html>body #thecategories a {
	width: auto;
}
/*end of mozilla fix*/

#topcat a {
}

#topcat a, #thecategories a, #secondcat a, #thirdcat a, #fourthcat a, #fifthcat a {
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
/*	border: 1px solid #CCCCCC; */
}

#thirdcat a {
}

#fourthcat a {
}

#fifthcat a {
}
/* ***** contribution change the menu hover color below END*/

/* BOF: *****Additional Images */
.imagesBoxContents {
  font-family: Arial, sans-serif;
  font-size: 11px;
}
/* EOF: Additional Images */

/* BEGIN Fancier Invoice and Packingslip */
.dataTableHeadingContent_INVOICE { font-family: Arial, Verdana, sans-serif; font-size: 11px; color: #ffffff; font-weight: bold; }
.dataTableHeadingRow_INVOICE { background-color: #C9C9C9; }
.dataTableRow_INVOICE { background-color: #F0F1F1; }
.dataTableContent_INVOICE { font-family: Arial, Verdana, sans-serif; font-size: 11px; color: #000000; }
.order_history_top { color : #006699; font-weight: bold; font-family: Verdana; font-size: 13px; }
.order_infobox_heading { color : #000000; font-weight: bold; font-family: Arial; font-size: 12px; }
.order_infobox_data { color : #000000; font-family: Verdana; font-size: 12px; }
.product_infobox_heading_row { background-color: #C9C9C9; }
.product_infobox_heading { font-family: Arial, Verdana, sans-serif; font-size: 11px; color: #ffffff; font-weight: bold; }
.product_infobox_data_row { background-color: #F0F1F1; }
.product_infobox_data { font-family: Arial, Verdana, sans-serif; font-size: 11px; color: #000000; }
.order_history_top_INVOICE { color : #006699; font-weight: bold; font-family: Verdana; font-size: 13px; }
.order_infobox_heading_INVOICE { color : #000000; font-weight: bold; font-family: Verdana; font-size: 12px; }
.order_infobox_data_INVOICE { color : #000000; font-family: Verdana; font-size: 12px; }
.product_infobox_heading_row_INVOICE { background-color: #C9C9C9; }
.product_infobox_heading_INVOICE { font-family: Arial, Verdana, sans-serif; font-size: 11px; color: #ffffff; font-weight: bold; }
.product_infobox_data_row_INVOICE { background-color: #F0F1F1; }
.product_infobox_data_INVOICE { font-family: Arial, Verdana, sans-serif; font-size: 11px; color: #000000; }
.smallText_INVOIVE { font-family: Arial, Verdana, sans-serif; font-size: 11px; }
.smallTextBlue_INVOICE { font-family: Arial, Verdana, sans-serif; font-size: 11px; color: #006699; }
.smallAddressBlue_INVOICE { font-family: Arial; font-size: 9px; color: #006699; }
.main_INVOICE { font-family: Arial, Verdana, sans-serif; font-size: 12px; }
.pageHeading_INVOICE { font-family: Arial, Verdana, sans-serif; font-size: 18px; color: #727272; font-weight: bold; }
/* END Fancier Invoice and Packingslip */

/* ***** ###########################################################################new css
 end */

BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	color: #000000;
	background-color: #FDF5E3;/*	background-image: url(images/bk.gif);
	background-repeat: repeat-x;*/
}

p a{
	color: #990033;
	text-decoration: none;
}
A {
	color: #000000;
	text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
	background: #EBBC60 url(images/infobox/headers.jpg);
}

TD.headerNavigation_top { /* ***** top bar */
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #537F1E;
	font-weight : bold;
	height: 25px;
	padding-top: 1px;
	padding-bottom: 1px;
}

TD.headerNavigation_top a{ 
  color: #21ADE7; 
}

TD.headerNavigation_top a:hover{
	color: #EFAE29;
	text-decoration:none;
}
TD.headerNavigation { /* ***** top bar */
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #036FC7;
	font-weight : bold;
	height: 25px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FF7F02;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FF7F02;
}

A.headerNavigation { 
  color: #1F7F1F; 
}
A.headerNavigation:hover {
  color: #ffffff;
  text-decoration:none;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

#footer { /* ***** footer colour */
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1F7F1F;
	height: 20px;
	background-color: #21ADE7;
	background-image: url(images/infobox/headers.jpg);
	background-repeat: repeat-x;
	padding-left: 5px;
	text-align: center;
	vertical-align:middle;
	padding-top: 5px;
}
#footertext, #footertext a{ /* ***** footer colour */
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #21ADE7;
	text-align: center;
	vertical-align:middle;
	padding-top: 5px;
}

.infoBox { /*border of boxes ***** */
	background-color: #FFFFFF;
}

.infoBoxContents { /*inside boxes ***** */
/*	background: #FFFFD6; */
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.infoBoxNotice {
  background: #FFFFD6;
}

.infoBoxNoticeContents {
  background: #FFFFD6;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

TD.infoBoxHeading { /* ***** box headings */
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1F7F1F;
	height: 25px;
	background-color: #21ADE7;
	background-image: url(images/infobox/headers.jpg);
	background-repeat: repeat-x;
	margin-top: 1px;
	padding-left: 5px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

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

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

TABLE.productListing {
	border: 0px solid #CCC;
	margin-bottom: 10px;
}

.productListing-heading {
	font-family: Arial, Arial, sans-serif;
	font-size: 11px;
	color: #1F7F1F;
	font-weight: bold;
	height: 24px;
	background-color: #21ADE7;
	background-image: url(images/infobox/headers.jpg);
	background-repeat: repeat-x;
	padding-left: 5px;
	text-align: center;
	vertical-align:middle;
	padding-top: 0px;
}

TD.productListing-data {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#cartempty {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #900;
	text-align:center;
	background-color: #FFF4F4;
	border: 1px solid #900;
	width: 90%;
}
A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #000000;
}

TD.main { /* *****included the vertical-align and divided the P.main in another property below */
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	vertical-align: top;
}
TD.mainsub { /* *****included the vertical-align and divided the P.main in another property below */
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 2.0;
	vertical-align: top;
}
TD.main_account { /* ***** main for account.php only */
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	vertical-align: top;
}

P.main {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

TD.accountCategory {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #E65B00;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

SPAN.productSpecialPrice {
  font-family: Arial, sans-serif;
	font-size: 13px;
  color: #ff0000;
	font-weight: bold;

}
SPAN.productSpecialPriceBig {
  font-family: Arial, sans-serif;
  color: #ff0000;
	font-weight: bold;
}
.displayprice{
  font-family: Arial, sans-serif;

	font-size: 13px;
	color: #000099;
	font-weight: bold;
}
.productdisplay, .productdisplay a{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #993300;
	font-weight: bold;
}
SPAN.errorText {
  font-family: Arial, Verdana, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Verdana, sans-serif; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Verdana, sans-serif; font-size: 11px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, Verdana, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Arial, Verdana, sans-serif; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, Verdana, sans-serif; font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, Verdana, sans-serif; font-size: 11px; color: #ff0000; }
.currency {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.currency_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.currency_small_r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}


#searchbox{
	height: 31px;
	width: 192px;
	float: left;
	margin-left: 8px;
	padding-left: 5px;
	padding-top: 9px;
	margin-right: 10px;
}
.srchbtn {
	WIDTH: 60px;
	COLOR: #003895;
	HEIGHT: 21px;
	BACKGROUND-COLOR: #FFFBDE;
	font-weight: bold;
}
.srchtxt {
	FONT-SIZE: 11px;
	WIDTH: 180px;
	COLOR: #7B7573;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	HEIGHT: 16px;
	border: 1px solid #999;
	padding-top: 3px;
}
.advancedsrchtxt {
	FONT-SIZE: 12px;
	WIDTH: 250px;
	COLOR: #7B7573;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	HEIGHT: 16px;
	border: 1px solid #999;
	padding-top: 3px;
}
.sendbtn {
	WIDTH: 40px;
	COLOR: #003895;
	HEIGHT: 21px;
	BACKGROUND-COLOR: #FFFBDE;
	font-weight: bold;
}
.sendtxt {
	FONT-SIZE: 10px;
	WIDTH: 118px;
	COLOR: #7B7573;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	HEIGHT: 13px;
	line-height: 1;
	border: 1px solid #999;
	padding-top: 3px;
}
/*----------------------------Suggest Styles--------------------------*/
.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color: #EBBC60;
	padding: 2px 6px 2px 6px;
}
#search_suggest {
	position: relative; //absolute; 
	background-color: #EBBC60 //#FFFFFF; 
	text-align: left; 
	border: 0px solid #330099 //#000000;			
}		
/*----------------------------End Suggest Styles------------------------*/


#buttons{
	font-family: Arial, Helvetica, sans-serif;
	height: 57px;
	*height: 41px;/* for IE7 only */
	float: left;
	margin-top: -15px;
	*margin-top: 0px; /* for IE7 only */
	padding: 0px 5px 0px 0px;
	width: 963px;
	border: 0px solid #999999;
	/*margin-right: 8px;
	margin-top: 5px;
	border: 1px solid #999999;
	padding-top: 5px;*/
}
#button a, #button2 a{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FCFCDA;
	background: url(images/infobox/tabs.gif) 0 0px no-repeat;
	float: left;
	height: 32px;
	width: 85px;
	display: block;
	text-decoration: none;
	padding-right: 0px;
	background-color: #FFFFFF;
	bottom: 5px;
	margin: 0;
	padding-top: 8px;
	border: 0px solid #999999;
}
#button2 a{
	padding-top: 16px;
	height: 25px;	
}
#button a:hover, #button2 a:hover{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #023092;
	text-align: center;
	background: url(images/infobox/tabs.gif) 0 -41px no-repeat;
	display: block;
}
#button_sel a, #button_sel2 a, #button_sel a:hover, #buttonx_sel a:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #023092;
	background: url(images/infobox/tabs.gif) 0 -82px no-repeat;
	float: left;
	height: 32px;
	width: 85px;
	display: block;
	text-decoration: none;
	padding-right: 0px;
	background-color: #FFFFFF;
	bottom: 5px;
	margin: 0;
	padding-top: 8px;
}
#button_sel2 a, #button_sel2 a:hover{
	padding-top: 16px;
	height: 25px;
}
.column_left {
	margin-top: -5px;
}
.column_right {
	margin-top: -5px;
}
.column_product {
	border-left: 1px solid #FFCCCC;
}
.column_myaccount {
	border-left: 1px solid #FFCCCC;
	border-bottom: 1px solid #FFCCCC;
}
.column_myaccount_bottom {
	border-bottom: 1px solid #FFCCCC;
}
.column_all {
	border-left: 1px solid #FFCCCC;
	border-right: 1px solid #FFCCCC;
}
