/*
  $Id: stylesheet.css,v 1.1 2005/01/18 07:08:34 Michael Sasek Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText, .boxText a { font-family: Tahoma; font-size: 11px; color: #464646; padding-left:10px;}
div.txt_empty .boxText{ font-family: Tahoma; font-size: 10px; color:#000000;}
.errorBox { font-family : Tahoma; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Tahoma; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Tahoma; font-size : 10px; color: #009900; text-decoration: underline; }
.boxText , td.boxText{
	line-height:18px;
}
BODY {
 	background-color: #efefef;
	margin:0px;
	padding:0px;
  	color: #666;

  
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #CC3300;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #fff;
}

TD.headerNavigation {
  font-family: Tahoma;
  font-size: 10px;
  background: #ccc;
  color: #000;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Tahoma;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Tahoma;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Tahoma;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
border:1px solid #ccc;

}

.infoBoxContents{
 
  font-family: Tahoma;
  font-size: 10px;

}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Tahoma;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
 background: url(images/infobox/bg_boxheading.gif);
 background-repeat:repeat-x;
  color: #797979;

}

TD.infoBox, SPAN.infoBox {
  font-family: Tahoma;
  font-size: 10px;
}

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: #ffffff;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #ccc;
  border-spacing: 0px;
  background-color:#fff;
}

.productListing-heading {
  font-family: Tahoma;
  font-size: 10px;
  background: #ccc;
  color: #000000;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
 	 	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
TD.productListing-data1{
 font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  }

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  /* font-family: Tahoma;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a; */
  font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #464646;
}
TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Tahoma;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Tahoma;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Tahoma;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Tahoma;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Tahoma;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Tahoma;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Tahoma;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Tahoma;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Tahoma;
  font-size: 12px;
  color: #333;
  font-weight: bold;
}

TABLE.formArea {
  background: #fff;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Tahoma;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Tahoma;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Tahoma;
  color: #ff0000;
  font-weight:bold;
}
.productListing-data s {

	font-weight:bold;
}
SPAN.errorText {
  font-family: Tahoma;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #66FFCC; cursor: pointer;  }
.moduleRowSelected { background-color: #66FF99; }

.checkoutBarFrom, .checkoutBarTo { font-family: Tahoma; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Tahoma; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Tahoma; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Tahoma; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Tahoma; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Tahoma; font-size: 10px; color: #ff0000; }

div.newprod table.infoBox {
  background: #FFFFFF;
  border:1px solid #fff;
}

td.bg_headingleft{ height:30px; width:15px;}
td.bg_headingcenter{
  width:100%;
  font-family:  Tahoma, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background:transparent;
  color: #fff;
  background-image: url(images/heading/heading_center.gif);
  padding-left:0px;
}
td.bg_headingright{ height:30px; width:11px; }
td.bg_headingspacer{ height:0px;width:58px; }
td.bg_headingspacer2 { height:10px;width:58px; }
/*=========style html ================*/
.txt_title {
		font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.txt_title{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
.txt_price {
	font-family: Tahoma;
	color: #666;
	font-weight: bold;
	font-size: 11px;
}
.bg_dotline {
	background-image: url(images/dotted.gif);
	background-repeat:repeat-x;
	width:100%;
	height: 3px;
}
.txt_content03{
	font-family: Tahoma;
	font-size: 11px;
	color: #464646;
}
.txt_content02{
		color:#fff;
	font-family:tahoma;
	font-size:10px;
	font-weight:bold;
}
.container{ 
background:#fff;
}
.bg_footer{
	background-image:url(images/bg_footer.gif);
	background-repeat:repeat-x;
	height:72px;
}
.txt_content{	
	color:#333;
	font-family:tahoma;
	font-size:10px;
	font-weight:bold;
}
.txt_content01{	
	color:#333;
	font-family:tahoma;
	font-size:10px;
	font-weight:normal;
}
.txt_footer{
 color:#666666;
 font-family:tahoma;
 font-size:11px;
}
.test{
 border:1px solid #000;
}
img {border: none}