/* CSS Document */

/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 14px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 14px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : "Courier New", Courier, monospace; font-size : 18px; color: #FF8000; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}


A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

.cy1{
  font-size: 18px;
  color: #FF850D;
  font-weight: bold;
  font-family:Georgia, "Times New Roman", Times, serif;
 }
 .cy{
  font-size: 16px;
  color: #808000;
  font-weight: bold;
  font-family:Georgia, "Times New Roman", Times, serif;
 }
.tdback
{
background:#FF8000;
height:0.5px;
}
.infoBox {
  background: #FFF;
  font-family:Arial, Helvetica, sans-serif;
}

.infoBoxContents {
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FFFFFF;
}

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

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #FF8080;
  color: #000000;
}

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




TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

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

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

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

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

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

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

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

/* message box */

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

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.TxtBoxMiddle{
	border:1px solid #CCC;
	background-color:#F1F1F1;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	padding:2px 5px;	
}
.TxtBoxLarge{
	border:1px solid #CCC;
	background-color:#F1F1F1;
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	padding:2px 5px;	
}
.TxtBoxsmall{
	border:1px solid #CCC;
	background-color:#F1F1F1;
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	padding:2px 5px;	
}
.TxtBoxExtrasmall{
	border:1px solid #CCC;
	background-color:#F1F1F1;
	width:5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	padding:2px 5px;	
}
.dropdown{
	border:1px solid #CCC;
	background-color:#F1F1F1;	
	width:375px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	padding:2px 5px;	
}



