/*
  $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 
.imagesBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
Public License
*/

html {
  /* CSS VALIDATION FAULT */
  /* CSS validation fails on the following, Mozilla hack to show scroll bars */
  /*   If you don't know why this is here, you shouldn't be reading this */
  overflow: -moz-scrollbars-vertical;
  height: 100%;
}

.boxText {  
	font-size: 10px; 
	line-height:2em;	
}
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #E1498B; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #E1498B; text-decoration: underline; }

BODY {
  background:#E5EAF0 url(../../images/background.png) 50% 0 repeat-y;
  color: #7B6637;
	font-family:Arial, Helvetica, sans-serif;
  margin: 0px;
	text-align:center;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  
  font-size: 10px;
  background: #999;
  color: #fff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #fff; 
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, 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: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
}

.infoBoxContents {  
  font-size: 10px;
}

.infoBoxNotice {
}

.infoBoxNoticeContents {
  font-size: 10px;
}

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;}

TD.infoBox, SPAN.infoBox {
  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: #f8f8f9;
}

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
	width:400px;
}

.productListing-heading {
  
  font-size: 10px;
 /* background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;*/
}

TD.productListing-data {
  
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

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

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  
  font-size: 11px;
  line-height: 1.5;
}

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;
}

SPAN.newItemInCart {
  
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  
  font-size: 11px;
}

SPAN.greetUser {
  
  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 {
  
  color: #ff0000;
}

SPAN.errorText {
  
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo {  font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent {  font-size: 10px; color: #000000; }

/* message box */

.messageBox {  font-size: 10px; }
.messageStackError, .messageStackWarning {  font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess {  font-size: 10px; background-color: #eee; }

/* input requirement */

.inputRequirement {  font-size: 10px; color: #E1498B; }


#container {
	background:#fff;
	text-align:left;
	margin:0 auto;
	position:relative;
	width:732px;
	z-index:1;
}

/*#dropshadow {
	background:url(images/dropshadow.png) top left repeat-x;
	margin:0;
	padding:0;
	position:relative;
	z-index:10;
}*/

#ffrheader {
	background:url(images/header_bg_02.jpg) no-repeat;
	width:732px;
	height:79px;
	overflow:hidden;
	padding:0;
}

#splash {
	position:absolute;
	top:95px;
	left:0;
}

.subhead {
	position:relative;
	top:-15px;
	left:-48px;
	z-index:2;
}

/*.ffrcontent {
	position:relative;
	top:0;
	left:-50px;
}*/

#testimonials {
	font-size:11px;
	/*background-color:#E5EAF0;*/
}

#faq strong {
	color:#DF4D91;
}

table.imagesBoxContents {
	padding:0;
}

.siteby {
	background:url(/images/siteBy.png) no-repeat;
	display:block;
	text-indent:-9999px;
	width:27px;
	height:13px;
	margin:5px auto;
}
.siteby:hover {background:url(/images/siteBy.png) -0px -19px no-repeat;}


.URhere {
	color:##E1498B;
}

.link {
	cursor: pointer;
	color:#000;
	/*display:block;*/
	text-decoration:none;
}
li.link:hover {
	color:#E1498B;
	text-decoration:underline;
}
.submenu, .submenu2, .submenu3 {
	margin-left: 7px;
}
.submenu4 {
	margin-left:10px;
}
.parent {
	color:#7B6637;
	list-style-type:circle;
}

.toplevel {
	border-top:1px dotted;
}

/*.submenu {
	list-style-type:none;
	margin-left:5px;
	padding-left:5px;
}*/

#masterdiv {
	font-size:11px;
	margin:0 0 0 -5px;
	width:155px;
	text-align:left;
}

#masterdiv li {
	line-height:1.5em;
	margin:0 0 0 5px;
	padding:0;
	list-style-type:circle;
}