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

BODY {
  font-family: Arial,Verdana, sans-serif, serif;
  background: #7E7E7E;
  color: #ffffff;
  margin: 0px;

}


/******************TEXT **********************************/

p.Title 
{
	font-size:11pt;
	font-style:normal;
	color:black;
	text-transform:uppercase;
	font-weight:bold;
	/*border-bottom:1px dotted brown;*/
	background-image: url(/img/brown_dot.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-left:0.3em;
	margin-right:0.3em;
	text-align:left;
}

p.normalText
{
	font-size:11pt;
	font-style:normal;
	color:black;
	text-indent:1.5em;
	margin:1em;
	padding-left:1em;
	padding-right:1em;
	text-align:justify;
	line-height: 150%;
}

p.normalText a
{
	font-weight:bold;
	color:black;
	text-decoration:none;
}

p.normalText a:visited
{
	color:black;
}

p.normalText a:hover
{
	color:black;
	text-decoration:underline;
}

p.addressBlock
{
	font-size:11pt;
	font-style:normal;
	color:black;
	text-indent:0;
	margin:1em;
	text-align:justify;
	line-height: 150%;
}


ul.normalList
{
	font-size:11pt;
	font-style:normal;
	color:black;
	text-indent:1.5em;
	margin:1em;
	text-align:justify;
	line-height: 150%;
}

ul.normalList a
{
	font-size:11pt;
	color:black;
	font-weight:bold;
	text-decoration:none;
}

ul.normalList a:hover
{
	text-decoration:underline;
}

ul.normalList a:visited
{
	color:black;
}

p.prologText
{
	font-size:12px;
	font-style:normal;
	color:black;
	margin:1em;
	text-align:right;
}

p.newsText
{
	font-size:11pt;
	font-style:normal;
	color:black;
	text-indent:0.5em;
	margin:1em;
	text-align:justify;
	line-height: 150%;
}


p.newsText a
{
	color:black;
	font-size:10pt;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
}

/*p.newsText a:link
{
	color:black;
}*/

p.newsText a:hover
{
	text-decoration:underline;
}

p.newsText a:visited
{
	color:black;
}

p.newsTextFull
{
	font-size:11pt;
	font-style:normal;
	color:black;
	text-indent:0.5em;
	margin:1em;
	text-align:justify;
	line-height: 150%;
	border-bottom: 1px dotted #7E7E7E;
}


p.newsTextFull a
{
	color:black;
	font-size:10pt;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
}

/*p.newsText a:link
{
	color:black;
}*/

p.newsTextFull a:hover
{
	text-decoration:underline;
}

p.newsTextFull a:visited
{
	color:black;
}

span.Date
{
	font-weight:bold;
	text-decoration:underline;
	margin-right:1.5em;
}

TD.mainPageLinkOnCurrentPage
{
	color:black;
/*	padding-bottom:0.3em;*/
/*	line-height:1.5;*/
	font-size:small;
	font-weight:bold;
}

TD.mainPageLinkOnCurrentPage a
{
	color:black;
/*	padding-bottom:0.3em;*/
/*	line-height:1.5;*/
	font-size:small;
	font-weight:bold;
}

TD.mainPageLinkOnCurrentPage a:hover {
  color: black;
  text-decoration: underline;
}

TD.mainPageLinkOnCurrentPage a:visited {
  color: black;
}


/******************OLD CODE**********************************/


TD.langsCell
{
/*	color:brown;*/
	color:Maroon;
	padding-bottom:0.3em;
	line-height:1.5;
	font-size:small;
}

TD.langsCell a
{
	color:black;
	padding-bottom:0.3em;
	font-weight:bold;
	line-height:1.5;
	font-size: small;
}

TD.langsCell a:hover {
  color: black;
  text-decoration: underline;
}

TD.langsCell a:visited
{
	color:black;
}

TD.currentPageLangsCell
{
	color:#7E7E7E;
/*	padding-bottom:0.3em;*/
/*	line-height:1.5;*/
	font-size:small;
	font-weight:bold;
}

TD.currentPageLangsCell a
{
	color:#7E7E7E;
	font-size:small;
	font-weight:bold;
}

TD.currentPageLangsCell a:hover {
  color: #7E7E7E;
  text-decoration: underline;
}

TD.currentPageLangsCell a:visited {
  color: #7E7E7E;
}


h1.headerTitle
{
color:#7E7E7E;
font-size:17px; 
padding:0;
margin:0;
margin-left:4em;
margin-top:0.3em;
line-height:1.1;
}

a {
 font-weight:bold;
 text-decoration: none;
}

a:visited {
}

a:hover {
  text-decoration: underline;
}

/*A:link {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}*/

FORM {
	display: inline;
}

/* RAPAMAN HaCKs*/

TABLE.border {
    border: 1px dotted #7E7E7E;
}

TABLE.centerMainTable {
    background: #7E7E7E;
    background-color: #7E7E7E;
    width: 760px !important;
    border-top: 1px dotted #ffffff;
    border-bottom: 1px dotted #ffffff;
}

TABLE.buttonFooterTable {
    background: #7E7E7E;
    background-color: #7E7E7E;
    width: 760px !important;
    margin-top:3px;
}

TABLE.headerNavigation {
    border-top: 1px dotted #ffffff;
    border-bottom: 1px dotted #ffffff;
    background: #7E7E7E;
    background-color: #7E7E7E;
}

TABLE.header {
background: #7E7E7E;
background-image: url(/img/header_bg.jpg);
/*background-repeat: repeat-x;*/
width: 760px !important;
height: 101px;
background-color: #7E7E7E;
}

TABLE.mainBody {
background: #FFFFFF;
background-color: #FFFFFF;
margin-top:3px;
/*padding-bottom:3px;
padding-top:1px;*/
/*color: #000000;*/
}

TD.leftColumn {
background: #7E7E7E;
background-color: #7E7E7E;
padding:1px;
padding-right:3px;
}

TD.rightColumn {
background: #7E7E7E;
background-color: #7E7E7E;
}

TABLE.mainContent {
border-left: 1px solid #7E7E7E;
/*border-right: 1px solid #7E7E7E;*/
padding-left: 0.3em;
padding-right: 0.3em;
margin-left: 0.3em;
margin-right: 0.3em;
width: 90%;
}

TD.centerColumn {
background: #ffffff;
background-color: #ffffff;
padding:0;
margin:0;

}

TD.infoBoxHeading A {
  color: #ffffff;
}

TD.infoBoxHeading A:hover {
  color: yellow;
}


/* RAPAMAN HaCKs*/

/* TR.header {
  background: #ffffff;
}*/

TR.headerNavigation {
}

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

TD.headerNavigation a { 
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF; 
  margin-left:0.5em;
  margin-right:0.5em;
}

TD.headerNavigation a:hover {
  color: yellow;
  text-decoration:underline;
}

TD.headerNavigation a:visited {
  color: white;
}


A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: yellow;
}

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

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #7E7E7E;
  color: #ffffff;
  font-weight: bold;
  border-top: 1px dotted #ffffff;
  border-bottom: 1px dotted #ffffff;
}

.infoBox {
  background: #7E7E7E;
}

.infoBoxContents {
  background: #7E7E7E;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}

.infoBoxContents A {
  color: #ffffff;
}

.infoBoxContents A:hover {
  color: yellow;
}


.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #7e7e7e;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 3px;
}

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: #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 dotted #7E7E7E;
/*  border-spacing: 1px;*/
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #7e7e7e;
  color: #ffffff;
  font-weight: bold;
}

.productListing-heading A:hover {
  color: yellow;
}


TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  border: 1px dotted #e2e2e2;
  color: #000000;
}

TD.productListing-data A {
font-weight: bold;
}

A.pageResults {
  color: #0000FF;
}

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

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

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;
  color: black;
}

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

TD.smallText A {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
 padding: 2px;
 color: white;
} 


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; }
.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; 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; }
/* catalog nav links */

a.PageNum
{
	font-weight:bold;
	color:black;
	text-decoration:none;
	font-size:11pt;
	margin:1em;
	padding-left:1em;
	padding-right:1em;
	line-height: 150%;
}

a.PageNum:visited
{
	color:black;
}

a.PageNum:hover
{
	color:black;
	text-decoration:underline;
}
