/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText {font-size: 12px; color: #fff; padding-left: 13px;}
.errorBox {font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning {font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit {font-size : 10px; color: red; text-decoration: underline; }

BODY {
  font: 62.5% arial, helvetica, verdana, sans-serif;
  color: #fff;
  background: #000 url(images/imgGradientBkgd.gif) repeat;
  text-align: center;
  margin: 0 auto;
}

/*------------added-------------*/

#container {
	position: relative;
	text-align: left;
	width: 958px;
	margin: 0 auto;
	background: #000;
}

.wrapper {
	border: 1px solid #706F6F;
}

.floatLeft {
	float: left;
	width: 322px;
	margin: 20px 0 0 10px;
}

.floatLeft2 {
	float: left;
	width: 280px;
	margin-top: 20px;
}

* html .floatLeft {
	margin: 20px 0 0 5px;
}

.floatLeft a img {
	border: 1px solid white;
	margin-bottom: 10px;
}

.floatLeft2 a img {
	border: 1px solid white;
	margin-bottom: 14.5px;
}

.floatLeft a:hover img, .floatLeft2 a:hover img {
	border: 1px solid red;
}

.cartContents {
	position: relative;
	top: 15px;
	right: 0;
}

.gateway {
	position: absolute;
	top: 20px;
	right: 7px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 13px;
	background: url(images/imgBullet.gif) no-repeat left center;
}

.gateway a {
	color: #fff;
}

.price {
	position: relative;
	top: 250px;
	left: 0;
	font-size: 16px;
	font-weight: bold;
}

.quantity {
	font-size: 13px;
	padding: 5px 0 0 0;
	margin: 0;
	font-weight: normal;
}

.addtocart {
	position: relative;
	top: -65px;
	left: 0;
}

.select {
	position: relative;
	top: -20px;
	left: 0;
}

.subtotal {

	border: 1px solid red;
}

.description {
	position: relative;
	top: -10px;
	left: -19px;
}

.red  { font-size: 12px; font-weight: bold; color: red; text-decoration: underline;}
.red:hover {color: white;}

.address {
	position: relative;
	top: -420px;
	right: -390px;
	width: 300px;
	border: 1px solid #888888;
	padding: 10px;
}

.address p {
	color: #999999;
	font-size: 13px;
	padding: 0 0 5px 0;
	margin: 0;
}

.address p span {
	color: white;
	font-weight: bold;
}

.terms p {
	font-size: 13px;
	padding: 0 45px 10px 0;
	line-height: 15px;
}

.terms h2 {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	color: red;
	margin-bottom: 12px;
	padding: 5px 0 0 0;
}

.terms h3 {
	font-weight: bold;
	font-size: 13px;
	padding: 5px 0 0 0;
	color: #fff;
}

/*------------footer------------*/

.footer {
	width: 956px;
	height: 28px;
	text-align: right;
	background-color: #313131;
	border-bottom: 4px solid #000;
}

.footer p {
	font-size: 12px;
	padding: 5px 10px;
	color: #5D5C5C;
}

.footer a, .returnLinks a, .designed a {
	color: grey;
}

.footer a:hover, .returnLinks a:hover, .designed a:hover {
	color: #fff;
	text-decoration: none;
}

.footer2 {
	position: absolute;
	text-align: right;
	color: #5D5C5C;
	width: 925px;
	padding: 0;
	font-size: 12px;
}


.returnLinks {
	position: relative;
	top: 0;
	left: 10px;
	color: #5D5C5C;
	width: 500px;
	font-size: 12px;
}

.designed {
	position: relative;
	top: 0;
	left: 20px;
	color: #5D5C5C;
}


/*------------original-------------*/

A {
  color: #dedede;
  text-decoration: none;
}

A:hover {
  color: red;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-size: 11px;
  background: #000;
  color: red;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
  text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 11px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #000;
}

.infoBoxContents {
  background: #000;
  font-size: 12px;
}

.infoBoxNotice {
  background: #555555;
}

.infoBoxNoticeContents {
  background: red;
  font-size: 12px;
}

TD.infoBoxHeading {
  font-size: 12px;
  font-weight: bold;
  background: #000 url(images/imgBoxBkgd.gif) repeat;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-size: 12px;
}

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

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

TABLE.productListing {
	width: 620px;
	border-bottom: 5px solid #333;
	margin-bottom: 20px;
}

.productListing-heading {
  font-size: 11px;
  background: #313131;
  color: #fff;
  font-weight: bold;
  text-align: left;
}

TD.productListing-data {
  font-size: 12px;
  background: #000;
  border-bottom: 1px solid #333;
  padding: 10px 0 20px 0;
  text-align: left;
}

TD.productListing-data2 {
  font-size: 12px;
  background: #000;
  padding: 10px 0 20px 0;
  text-align: left;
}

TD.productListing-name {
  font-size: 14px;
  padding: 60px 0 20px 50px;
  text-align: left;
}

TD.productListing-data a {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}


TD.productListing-data a:hover {
	color: red;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-size: 16px;
  font-weight: bold;
  padding: 40px 0 0 0;
  color: #fff;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 12px;
  color: #fff;
}

TD.main, P.main {
  font-size: 12px;
  line-height: 1.2;
}

TD.main p {
  font-size: 12px;
  line-height: 1.5;
  width: 250px;
  margin-left: 20px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 13px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
  background-color: #222;
  border: 1px solid #555;
  color: #fff;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #fff; }

/* message box */

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #555; }
.messageStackSuccess { font-size: 10px; background-color: #555; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }
