/*
  $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: Verdana, Arial, sans-serif; font-size: 11px;background-color:#eaeaea;
  color:#454A4E;
  background: #f8f8f9;
}

.catbox ul
{
   margin:0px;
   padding:0px;
}

span.smalldate
{
	font-size:10px;	
}
.catbox li
{
/*	list-style-image:url(images/pointer_blue.gif);*/
	padding:5px 5px 8px 5px;
	margin:0px;	
	border-top:solid 1px #878787;	
	list-style:none;	
}

.catbox a
{
	color:#454A4E;
	text-decoration:underline;
}

.catbox a:visited
{
  color:#454A4E;
}

.catbox a:hover
{
	color:#376190;
	text-decoration:underline
}

.errorBox 
{
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color:Red;
	padding-top:7px;
	padding-bottom:7px;
	border: solid 1px red;
	background-color: yellow; 
}
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }


FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TABLE.main
{
  background-color :#F4F4F4;  
  border-left:solid 1px #878787;
  border-right:solid 1px #878787;
  line-height:12px;
  padding-bottom:5px;
	
}

TABLE.main a
{
  color:#454A4E;
}

TABLE.headerNavigation { 
  background-color :#FCAF16;  
  border:solid 1px #878787; 
  padding:5px;
  line-height: 12px;  
}

TD.smallheaderNavigation a
{
    font-family:  "Lucida Grande", Verdana, sans-serif; 
	text-decoration:none;
	color:#454A4E;
	font-size:10px;
	line-height:10px;		
}

TD.smallheaderNavigation a:hover
{
	text-decoration:underline;
	color:#454A4E;
}

TD.smallheaderNavigation a:visited
{
	color:#454A4E;
}

TD.smallheaderNavigation
{
    font-family:  "Lucida Grande", Verdana, sans-serif; 
	color:#454A4E;
	font-size:10px;
	line-height:10px;
}

TD.headerNavigation {
  font-family:  "Lucida Grande", Verdana, sans-serif;  
  font-size: 11px;
  color: #ffffff; 
  font-weight:bold;
}

A.headerNavigation { 
  color: #ffffff; 
}

A.headerNavigation:visited { 
  color: #ffffff; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

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;
}

TABLE.footer {
  background-color :#FCAF16;  
  border:solid 1px #878787; 
  border-bottom:none;

}
TABLE.footerCC
{
  padding:4px 0px 0px 0px;
  border:solid 1px #878787; 
  background-color:#f8f8f9;
  border-bottom:none;
}
TR.footer {
  margin-top:5px;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;

}

.infoBox {
  background: #f8f8f9;
  border:solid 1px #878787; 
}
.OuterInfoBox
{
  background: #f8f8f9;
  border:solid 1px #878787; 
  border-top:none;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding:5px;
}

table.catbox {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:red;
  border:solid 1px red;
  background-color:yellow;
 
}

TD.infoBoxHeading, TD.infoCatBoxHeading{
  font-family:  "Lucida Grande", Verdana, sans-serif;
  font-size: 11px;
  background-color :#EEEEEE;  
  color: #376190;
  font-weight:bold;
  text-align: center;
  border:solid 1px #878787; 
  border-bottom:none;
  padding-top:5px;
  padding-bottom:5px;
}


TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  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;
  padding:5px;

}

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: #f0f0f0;
  padding:5px;
 }

TABLE.productListing 
{
	border: solid 1px #878787;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #EEEEEE;
  color: #376190;
  padding-top:5px;
  padding-bottom:5px;
  padding-right:3px;
  font-weight: bold;
}


TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding:5px;  
}

TD.productListing-data a{
	text-decoration:underline;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.OthOption
{
	background: #3F8CCA;	
	color:White;
	font-family: Verdana, Arial, sans-serif;
	font-weight:bold;
}
table.pageHeading
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  line-height:22px;
  color:#376190;
  width:100%;  
  padding: 5px 3px 0px 3px;
  background-color: #EEEEEE;
  border:solid 1px #878787;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  line-height:22px;
  color:#376190;
  width:545px;
  padding: 5px 0px 5px 3px;
  background-color: #EEEEEE;
  border:solid 1px #878787; 
}

div.synopsis 
 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height:13px;
  color:black;
  padding: 5px 5px 5px 5px;
  margin-bottom:5px;
  background-color: #f8f8f9;
  border:solid 1px #878787; 	
 }
 
div.synopsis li a
{
  color:#376190;
	text-decoration:underline;
}

a.smallli
{
	letter-spacing:1px;
	font-size:10px;	
	font-weight:bold;	
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:left;  
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align:left;
  margin-bottom:1px;
}

TD.smallText a, SPAN.smallText a, P.smallText a
{
	text-decoration:underline;
}

.infoBox TD.smallText{
  padding:5px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

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: 10px; color: #8c8c8c; }
.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; 
	color:Red;
	padding-top:7px;
	padding-bottom:7px;
	border: solid 1px red;
	background-color: yellow; 
}
.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; }


TD.productListing-heading a{
  color: #376190;
  margin-right:5px;
}

TD.productListing-heading a:hover {
  color: #376190;
}

table.content
{
	background-color:#FAFAFA;
	margin: 5px 0px 0px 0px;
	border: solid 1px #878787;
	padding:5px 5px 5px 5px;
	text-align:left;
	width:545px;
}

TD.productListing-heading a:visited{
  color: #376190;
}

div.coursetitle
{
	background-color:#F1F1F1;	
	border:solid 1px #878787;	
	margin-top:3px;
	font-weight:bold;
	color:#376190;
}

div.seriescoursesdetails
{
	background-color:#f8f8f9;	
	border:solid 1px #878787;	
	border-top-width:0px
}

div.UA
{
	font-size:12px;
	line-height:14px;
	width:520px;
	height:400px;
	overflow:auto;
	padding:5px;	
	border:solid 1px #878787;	
	border-right:none;	
	text-align:justify;
	font-family : Verdana, Arial, sans-serif;
}


div.UA p
{
	font-size:12px;
	line-height:14px;
	margin-bottom:4px;
	margin-top:4px;
}

input.searchbox
{
	height:14px;
	border:solid 1px #878787;
	color:#454A4E;
}