/*
  $Id: stylesheet.css,v 1.48 2002/07/11 17:13:14 dgw_ Exp $

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

  Copyright (c) 2001 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; line-height: 1.5em}
.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; }

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

A { 
  color: #0000FF; 
  text-decoration: underline; 
}

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

A.bluelink { 
  color: #0000FF; 
  text-decoration: underline; 
}

A.bluelink:hover { 
  color: #FF6666; 
  text-decoration: underline; 
}

FORM {
	display: inline;
}

TR.header {
  background: #CCCCCC;
}

TR.headerNavigation {
  background: #666666;
}

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

A.headerNavigation { 
  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;
}

TR.footer {
  background: #666666;
}

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

.infoBox {
  background: #999999;
}

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

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

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

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

TR.productListing-heading {
  background: #A9A9A9;
}

TD.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #A9A9A9;
  color: #000000;
  font-weight: bold;
  font-variant: small-caps;
}

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

A.pageResults { 
  color: #0000FF; 
}

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

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

TD.model, DIV.model {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}

DIV.select {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

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

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

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

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

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

SPAN.checkoutBarHighlighted {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

ul.sitemap {
color: #ff0000;
}


/**********************************
  13. hcard
***********************************/

.vcard{
 	padding:20px 0 0 140px; 
}

.vcard {
 	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}
.org {
	font-weight:bold;
}

.adr {
 	padding:0 0 10px 0; 
}

.tel {
	margin:0 0 0 50px;
	display:block;
}

.left {
	float:left;
	font-weight:bold;
}

.fax {
	margin:0 0 10px 50px;
	display:block;
}

.email {
	margin:0 0 10px 50px;
	display:block;
}

.url {
	margin: 0 0 10px 50px;
	display:block;
}

.addaddressbook{
 	padding:20px 0 0 140px; 
}

.addaddressbook img {
	border:none;
}

.addaddressbook a {
 	text-decoration:none;
}

.addaddressbook a:hover{
 	text-decoration:underline;
}


/* Home page feature */

#feature {
	position: relative;
	width: 700px;
	height: 260px;
	background: black url('images/home-page/cassette-promotion-home.jpg') no-repeat bottom center;
	border: 4px solid black;
	font-family: Arial, sans-serif;
}

#feature h1 a{
	font-size: 36px;
	color: #ffffff;
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 15%;
	left: 15%;
	text-align: center;
	}

#feature h2 a{
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	position: absolute;
	top: 50px;
	right: 27%;
	left: 27%;
	text-align: center;
	text-shadow: lime 1px 1px 1px;
}

#feature a:hover {
	color: yellowgreen;
	text-decoration: underline;
}

/* features category (cassette promo)*/

#catcas {
	position: relative;
	width: 700px;
	font-family: Arial, sans-serif;
	margin: 0 0 0 20px;
}

#catcas h1 {
	font-size: 30px;
	color: #9ACD32;
	height: 260px;
	background: black url('images/categories/cassette-promotion-category.jpg') no-repeat bottom center;
	border: 4px solid black; 
	text-align: center;
}

#catcas h1 strong {
	color: #FFFFFF;
}
/*
#catcas h2 {
	font-size: 20px;
	color: #000000;
	position: absolute;
	width: 50%;
	top: 50px;
	right: 25%;
	left: 25%;
	text-align: center;
	text-shadow: lime 1px 1px 1px;
} */

#catcas p, ol{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;}

#catcas div.vcard {
	padding: 0;
	margin: 0;
}
#catcas span.tel {
	font-size: 30px;
	font-weight: bold;
	line-height: 12px;
	color: #9ACD32;
 	margin: 0;
}

.promobox {
	position:relative; 
	border: 4px solid #9ACD32;
	margin: 25px 0 0 0;
}

.promobox h3{ 
	font-size: 16px;
	margin: 5px 0 0 10px;
}
