/*
  $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: "Times New Roman", Times, serif; font-size: 16px; }
.errorBox { font-family: "Times New Roman", Times, serif; font-size : 16px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: "Times New Roman", Times, serif; font-size : 16px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family: "Times New Roman", Times, serif; font-size : 16px; color: #70d250; text-decoration: underline; }

body {
  width: 780px;
  margin: 0 auto;
  font: 16px "Times New Roman", Times, serif;
  background: url(/images/bg.jpg);
  color: #FFFFFF;
}

a {
  color: #FFFFFF;
	text-decoration: none;
}

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

form {
	display: inline;
}

tr.header {
	width: 780px;
  	background: url(/images/header.jpg) no-repeat center top;
	height: 196px;
	border: medium solid #000000;
}

tr.headerNavigation {
  background: url(/images/tour_bg.jpg);
}

td.headerNavigation {
  font-family: "Times New Roman", Times, serif;
  font-size : 16px;
  background: url(/images/tour_bg.jpg);
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF;
}

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

TR.headerError {
  background: url(/images/bg.jpg);
}

TD.headerError {
  font-family: "Times New Roman", Times, serif;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: "Times New Roman", Times, serif;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

#nav  {
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: url(/images/tour_bg.jpg);
	border: medium solid #000000;
	float: right;
	width: 99%;
	font-size: 24px;
	margin-top: 10px;
}

.nav_div {
	width: 19%;
	float: left;
}

table.footer {
	background: url(/images/tour_bg.jpg);
	border: medium solid #000000;
	padding-top: 10px;
	padding-bottom: 10px;	
}

TR.footer {
  background: url(/images/tour_bg.jpg);
}

TD.footer {
  font-family: "Times New Roman", Times, serif;
  font-size : 16px;
  background: url(/images/tour_bg.jpg);
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
	background: url(/images/tour_bg.jpg);
}

.infoBoxContents {
  background: url(/images/tour_bg.jpg);
  font-family: "Times New Roman", Times, serif;
  font-size : 16px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: "Times New Roman", Times, serif;
  font-size : 16px;
}

TD.infoBoxHeading {
  font-family: "Times New Roman", Times, serif;
  font-size : 16px;
  font-weight: bold;
  background: url(/images/tour_bg.jpg);
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: "Times New Roman", Times, serif;
  font-size : 16px;
}

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: url(/images/tour_bg.jpg);
}

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: url(/images/tour_bg.jpg);
}

TABLE.productListing {
	border: 0px;
	border-style: solid;
	border-color: #E8E9CA;
	border-spacing: 0px;
}

.productListing-heading {
  font-family: "Times New Roman", Times, serif;
  font-size : 18px;
  font-weight: bold;
}

TD.productListing-data {
  font-family: "Times New Roman", Times, serif;
  font-size : 16px;
}

TD.pageHeading, DIV.pageHeading {
	background: url(/images/tour_bg.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: "Times New Roman", Times, serif;
  font-size : 16px;
  color: #000000;
}

TD.main, P.main {
  background: url(/images/tour_bg.jpg);
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
	background: url(/images/tour_bg.jpg);
  font-family: "Times New Roman", Times, serif;
  font-size : 16px;
}

TD.accountCategory {
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: "Times New Roman", Times, serif;
  font-size : 16px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: "Times New Roman", Times, serif;
  font-size : 16px;
}

TD.tableHeading {
  font-family: "Times New Roman", Times, serif;
  font-size : 16px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: "Times New Roman", Times, serif;
  font-size : 16px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
}

TEXTAREA {
  width: 100%;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
}

SPAN.greetUser {
  font-family: "Times New Roman", Times, serif;
  font-size : 16px;
  font-weight: bold;
}

TABLE.formArea {
  background: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: "Times New Roman", Times, serif;
  font-size : 16px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: "Times New Roman", Times, serif;
  font-size : 16px;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: "Times New Roman", Times, serif;
  color: #000000;
}

SPAN.errorText {
  font-family: "Times New Roman", Times, serif;
  color: #000000;
}

.moduleRow { }
.moduleRowOver { cursor: pointer; cursor: hand; }
.moduleRowSelected {  }

.checkoutBarFrom, .checkoutBarTo { font-family: "Times New Roman", Times, serif; font-size : 16px; }
.checkoutBarCurrent { font-family: "Times New Roman", Times, serif; font-size : 16px; }

/* message box */

.messageBox { font-family: "Times New Roman", Times, serif; font-size : 16px; }
.messageStackError, .messageStackWarning { font-family: "Times New Roman", Times, serif; font-size : 16px; }
.messageStackSuccess { font-family: "Times New Roman", Times, serif; font-size : 16px;  }

/* input requirement */

.inputRequirement { font-family: "Times New Roman", Times, serif; font-size : 16px; color: #ff0000; }

/* product layout*/

@charset "utf-8";

@charset "utf-8";

#prod_container {
	width: 450px;
	height: 300px;
	margin: 0px;
}
#prod_title {
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
}
#desc {
	width: 200px;
	float: right;
	height: 200px;
	padding: 0px;
}
#play_trailer {
	float: left;
	width: 200px;
	clear: left;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
}
#download {
	height: 40px;
	width: 200px;
	float: left;
	clear: left;
	text-align: center;
	font-weight: normal;
	text-transform: capitalize;
	padding: 10px;
}
#file_info {
	padding: 10px 0px 0px;
	float: right;
	clear: right;
	width: 200px;
	height: 60px;
}
#prod_img {
	width: 200px;
	float: left;
	clear: left;
	padding: 10px;
}

.border {
	border: medium solid #000000;
}