/*
  $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
*/

/* [ANC] */
/*
A:link   {color: #F88719; text-decoration: none;}
A:visited   {color: #CCCCCC; text-decoration: none;}
A:hover   {color: #FFFF00; text-decoration: underline;}
*/
/*
A:link	{color: #f88719; text-decoration: none;}
A:visited {color: #f88719; text-decoration: none;}
A:hover {color: #ffff00; text-decoration: underline;}
*/

td, body {
   font-family: Verdana, Arial, sans-serif;
   font-size: 11px;
}

.normalText {font-family: tahoma,arial; font-size: 11px; color: #DEA829;}
.subText {font-family: tahoma,arial; font-size: 11px; color: #FFFFFF;}

TD.violently_annoying_message {
   background-color: #2c5196;
   color: #eeeeee;
   font-size: 13px;
   font-weight: bold;
/*
   border-bottom: thin dotted #ffffff;
   border-top: thin dotted #ffffff;
   border-left: thin dotted #ffffff;
   border-right: thin dotted #ffffff;
*/
}
/* [/ANC] */

.boxText { font-size: 11px; }
.errorBox { font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 11px; color: #cc0033; }
.productsNotifications { background: #2B266C; }

.product_name {
	font-size: 17px;
	font-weight: bold;
}
.product_price {
	font-size: 14px;
	color: #666660;
	font-weight: bold;
}

.orderEdit { font-size : 11px; color: #70d250; text-decoration: underline; }

BODY {
  background: #19245B;
  color: #DEA829;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

xTR.headerNavigation {
  background: #bbc3d3;
}

TR.headerNavigation {
  background: #19245B;
}

xTD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #19245B;
  color: #ffffff;
  font-weight : bold;
}

xA.headerNavigation { 
  color: #FFFFFF; 
}

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

A.headerNavigation:link   {color: #F88719; text-decoration: none;}
A.headerNavigation:visited   {color: #CCCCCC; text-decoration: none;}
A.headerNavigation:hover   {color: #FFFF00; text-decoration: underline;}

TR.headerError {
  background: #ff0000;
}

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

TR.footer {
  background-previous: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background-previous: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background-color: #ffffff;
	margin-bottom: 8px;
}

.infoBoxContents {
  background-previous: #f8f8f9;
	border: 1px #19245b solid;
	font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 11px;
}

TD.infoBoxHeading {
	-background: url('/img/store.infobox.120.gif') no-repeat;
	border-top: 1px #19245b solid;
	border-left: 1px #19245b solid;
	border-right: 1px #19245b solid;
	-border-bottom: 1px #19245b solid;
	padding: 3px;
  background-color: #eeeeee;
	font-weight: bold;
}

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

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-previous: #f8f8f9;
  -background: #2B266C;
}

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-previous: #f8f8f9;
  -background: #2B266C;
	background-color: #eeeeee;
}

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background-previous: #b6b7cb;
  background-color: #19245b;
  color: #FFFFFF;
  font-weight: bold;
}

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

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: 11px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  -background: #2B266C;
}

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

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  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: 11px;
  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: 11px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  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: #2B266C; cursor: pointer; cursor: hand; }*/
.moduleRowOver { background-color: #eee; border: 1px #19245b solid; cursor: pointer; cursor: hand; }
/*.moduleRowSelected { background-color: #2B266C; }*/
.moduleRowSelected { background-color: #ccc; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #19245b; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 11px; background-color: #eeeeee; color: #2B266C; border: thick ridge #ff3366;}
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 11px; background-color: #eeeeee; color: #2B266C; border: thick ridge #00cc66; }

/* input requirement */

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

a.boxheaderlinks:link, a.boxheaderlinks:hover, a.boxheaderlinks:visited {
   color: #ffffff;
}

a.headline:link, a.headline:visited {
   color: #cc0033;
   text-decoration: none;
   font: 11px tahoma, verdana, sans serif;
   font-weight: bold;
}

a.headline:hover {
   color: #6666ff;
   text-decoration: underline;
   font: 11px tahoma, verdana, sans serif;
   font-weight: bold;
}

@import url('http://www.phonographs.org/styles.css');
