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

#content_wrapper{
	background-image: url(images/bg_black_80.png);
	background-repeat: repeat-y;
	margin-top:0px;
	margin-left: -471px;
	position: relative;
	left: 50%;
}
#navbar_content{
	margin-left: -466px;
	position: relative;
	left: 50%;
}

#icons_wrapper_content{
	margin-left: -284px;
	position: relative;
	left: 50%;
}

#footernav_wrapper{
	margin-left: -466px;
	position: relative;
	left: 50%;
}

.boxText {
	font-size: 10px;
}
.boxText a:link, .boxText a:visited{
	font-size: 10px;
	color:#FFF;
}
.boxText a:hover, .boxText a:active{
	font-size: 10px;
	color:#ed1c24;
}
.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
	background-color: 999999;
}
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications {
	background-color: #999999;
}
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #ed1c24; text-decoration: underline; }

BODY {
	color: #FFFFFF;
	margin: 0px;
}

A {
  color: #FFFFFF;
  text-decoration: none;
  font-weight : bold;
}

A:hover {
  font-weight : bold;
}

FORM {
	display: inline;
}

TR.header {
}

TR.headerNavigation {
	background-color: #000000;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight : bold;
	background-color: #000000;
	padding-top:2px;
	padding-bottom:2px;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
	background-color: #ed1c24;
}

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

TR.footer {
	background-color: #000000;
}

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

.infoBox {
	background-color: #191919;

}

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

.infoBoxNotice {
	background-color: #999999;
}

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

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

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

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

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

.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #999999;
}

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

A.pageResults {
  color: #ed1c24;
}

A.pageResults:hover {
	color: #ed1c24;
	background-color: #000000;
}

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

TR.subBar {
	background-color: #ed1c24;
}

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: 10px;
  line-height: 1.5;
}

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

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

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

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

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

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

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ed1c24;
  font-weight: bold;
}

TABLE.formArea {
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
	background-color: #ed1c24;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ed1c24;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ed1c24;
}

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

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #FFFFFF; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ed1c24; }

/* 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: #000000; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ed1c24; }

/* input requirement */

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

/* NEW SHIT */
TD.infoBoxHeadingCategories {
	background-image: url(images/header_bar2.jpg);
	background-repeat: no-repeat;
	background-color: #191919;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding-left: 8px;
}
TD.infoBoxHeadingWhatsNew {
	background-image: url(images/header_bar2.jpg);
	background-repeat: no-repeat;
	background-color: #191919;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding-left: 8px;
}


TD.infoBoxHeadingInformation {
	background-image: url(images/header_bar2.jpg);
	background-repeat: no-repeat;
	background-color: #191919;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding-left: 8px;
}


TD.infoBoxHeadingSearch {
	background-image: url(images/header_bar2.jpg);
	background-repeat: no-repeat;
	background-color: #191919;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding-left: 8px;
}

TD.infoBoxHeadingCart {
	background-image: url(images/header_bar2.jpg);
	background-repeat: no-repeat;
	background-color: #191919;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding-left: 8px;
}

TD.infoBoxHeadingReviews {
	background-image: url(images/header_bar2.jpg);
	background-repeat: no-repeat;
	background-color: #191919;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding-left: 8px;
}


.newProductBox {
	background-image: url(images/header_bar2.jpg);
	background-repeat: no-repeat;
	height: 30px;
	background-color: #191919;
}
.red_bold {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ed1c24;
	font-weight: bold;
}
.red_bold10{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ed1c24;
	font-weight: bold;
}

.red_bold15{
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #ed1c24;
	font-weight: bold;
}
.red_bold13{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #ed1c24;
	font-weight: bold;
}
.black_bold {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.home_heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;	
}


TD.contentBoxHeadingBG {
	background-image: url(images/header_bar_big.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding-left: 8px;
	padding-bottom:5px;
}
