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

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

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

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

FORM {
	display: inline;
}

TR.header {
  background: #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: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}
.infoBox {
  /*background: #b6b7cb;*/
}
.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
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: #f8f8f9;
}

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;
}
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.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.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: #2F4489;
  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;
}

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

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

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

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

/* input requirement */

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



/* BOF simple template system styles */
.wrapper
{
	width:900px;
	margin:0px auto 0px auto;
	background-color:#ffffff;
}
body
{
	background-color:#006699;
}
TD.fieldValue 
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
TD.main input, TD.fieldValue input
{
	border:#666666 1px dotted;
	padding:2px;
	padding-left:0px;
	margin:2px;
	margin-left:0px;
	background-color:#ffffff;
	line-height:20px;
}
TD.main input:hover, TD.main input:focus, TD.fieldValue input:hover, TD.fieldValue input:focus
{
	background-color:#EAECF3;
}

.main2
{
	padding:0px;
	margin:0px;
	border:0px;
}

/* oscommerce headings */

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  /*background: #bbc3d3;*/
  background-color:#0d6fc7;
  color: #ffffff;
  text-align:center;
  line-height:22px;
}
TR.headerNavigation {
  background: #bbc3d3;
}

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

A.headerNavigation { 
  color: #FFFFFF; 
  text-decoration:none;
}

A.headerNavigation:hover {
	text-decoration:underline;
  /*color: #2F4489;*/
  
}

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

/*This is the style for the product listings*/

TD.productListing-data input {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	border:#666666 1px dotted;
	padding:2px;
	padding-left:0px;
	margin:2px;
	margin-left:0px;
}
.productListing-heading
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  /*background: #bbc3d3;*/
  background-color:#0d6fc7;
  color: #ffffff;
  text-align:center;
  line-height:25px;
}

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

A.pageResults {
  color: #0000FF;
}

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

/* EOF simple template system styles */

/*---------------------------------------------------------
Author: Matthew Hansen
Date:	
Description: This css has been selectively taken from powerpcs.css
----------------------------------------------------------*/


/* =Structure
------------------------- Page Structure ------------------
*/
*
{
	margin:0px;
	padding:0px;
	border:0px;
}
html
{
	height:100%; /*this ensures the vertical scrollbar is on for all browsers*/
	margin-bottom:1px;
}
body
{
	height:271px;	
	background-color: #ffffff;
	background-image:url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #05052d;
	text-align: center; /*required to center wrapper in ie6*/
}
#wrapper 
{
	width:734px;
	margin:0px auto 0px auto;
	text-align: left; /*required to center wrapper in ie6*/
}
.clear /* NOTE this class makes sure divs get pushed down automatically*/
{
	clear:both;
}
/* =Format
------------------------- Format ------------------
*/
p
{
}
h1
{
 	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	color:#2F4489;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align:center;
}
h1 a
{
	text-decoration:none;
	color:#2F4489;
}
h1 a:hover
{
	text-decoration:underline;
}
h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}
h3
{
}
.store_content_filler em
{
	font-size:0.9em;
}
.center_text
{
	text-align:center;
}
/* = Header
------------------------- Header ------------------
*/
#header
{
	height:211px;
	width:726px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

/* = links
------------------------- links ------------------
*/
#store_menu a, #footer a, .infobox_content_filler a, #nav a
{
	color:#05052D;
	text-decoration:none;
}
#store_menu a:hover, #footer a:hover, .infobox_content_filler a:hover, #nav a:hover
{
	text-decoration:underline;
}
#nav a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	width:100px;
}

/* = Navigation
------------------------- Navigation ------------------
*/
#nav
{
	height:60px;
	width:730px;
	padding-bottom:3px; /*pushes the store menu down */
	position:relative;
}
#nav_left
{
	height:60px;
	width:16px;
	background-image:url(../images/nav_bg_left.jpg);
	background-repeat:no-repeat;
	float:left;
}
#nav_filler
{
	height:60px;
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
	width:695px;
	float:left;
}
#nav_right
{
	height:60px;
	width:16px;
	background-image:url(../images/nav_bg_right.jpg);
	background-repeat:no-repeat;
	float:left;
}
#nav ul
{
	margin-top:20px;
	text-align:center;
}
.nav_left
{
	list-style:none;
	margin:0px;
	float:left;
	display:block;
	width:130px;
	background-image:url(../images/nav_divider.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:8px;
}
.nav_end
{
	list-style:none;
	margin:0px;
	float:left;
	display:block;
	width:130px;
}

/* = Store Menu
------------------------- Store Menu ------------------
*/
#store_menu
{
	height:69px;
	width:727px;
	font-size:1.0em;
	margin-top:0px;
}
#store_menu_span
{
	margin-left:20px;
	position:absolute; /*this makes sure the text is above the search box*/
}
#search_box
{
	height:69px;
	width:220px;
	background-image:url(../images/search_box.gif);
	background-repeat:no-repeat;
	float:left;
	padding-left:4px;
}
#menu_links
{
	height:69px;
	width:316px;
	text-align:center;
	float:left;
}
#cart_button
{
	height:69px;
	width:60px;
	float:left;
}
#cart_link
{
	width:126px;
	float:right;
	*position:absolute;
}
#search_input
{
	width:135px; 
	margin-right:12px; 
	margin-left: 20px; 
	float:left;
	margin-top:25px;
	height:18px;
}
/* = Content structure
------------------------- Content structure ------------------
*/
#content_wrapper
{
	width:734px;
}
#store_head
{
	height:19px;
	width:734px;
	background-image:url(../images/store_bg_head.gif);
	background-repeat:no-repeat;
}
#store_bg
{
	width:734px;
	background-image:url(../images/store_bg.gif);
	background-repeat:repeat-y;
}
#store_foot
{
	height:23px;
	width:734px;
	background-image:url(../images/store_bg_foot.gif);
	background-repeat:no-repeat;
}
/* = Info box
------------------------- info box ------------------
*/
.infobox_wrapper
{
	width:200px;
	margin:0px 15px 0px 15px;
	float:left;
}
.infobox_heading
{
	height:47px;
	width:205px; /*increased the width for ie6*/
	margin-bottom:3px; /*pushes the store menu down */
}
.infobox_head_left
{
	height:47px;
	width:10px;
	background-image:url(../images/infobox_title_left.jpg);
	background-repeat:no-repeat;
	float:left;
}
.infobox_head_filler
{
	height:47px;	
	background-image:url(../images/infobox_title_bg.jpg);
	background-repeat:repeat-x;
	width:180px;
	float:left;
	text-align:center;
	padding-top:15px; /*pushes text down*/
}
.infobox_head_right
{
	height:47px;
	width:10px;
	background-image:url(../images/infobox_title_right.jpg);
	background-repeat:no-repeat;
	float:left;
}
.infobox_head_filler span
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
.infobox_content
{
	width:200px;
	margin-top:14px;
}
.infobox_content_head
{
	height:6px;
	width:200px;
	background-image:url(../images/infobox_bg_head.gif);
	background-repeat:no-repeat;
	padding:0px;
}
.infobox_content_filler
{
	width:200px;
	background-image:url(../images/infobox_bg.gif);
	background-repeat:repeat-y;
	padding:10px;
	margin:0px;
}
.infobox_content_filler ul
{
	font-size:0.9em;
	list-style:none;
}
.infobox_content_foot
{
	height:23px;
	width:200px;
	background-image:url(../images/infobox_bg_foot.gif);
	background-repeat:no-repeat;
}
/* = Store Content
------------------------- Store Content ------------------
*/
.store_content
{
	float:left;
	width:464px;
	margin-left:10px;
}
.store_content_head
{
	height:10px;
	width:464px;
	background-image:url(../images/store_content_head.gif);
	background-repeat:no-repeat;
}
.store_content_filler
{
	width:444px;
	background-image:url(../images/store_content_bg.gif);
	background-repeat:repeat-y;
	padding:10px;
}
.store_content_filler li
{
	/*list-style:none;*/
	margin-left:20px;
}
.store_content_foot
{
	height:10px;
	width:464px;
	background-image:url(../images/store_content_foot.gif);
	background-repeat:no-repeat;
}
/* = Footer
------------------------- Footer ------------------
*/
#footer
{
	width:727px;
	height:60px;
	text-align:center;
	font-size:12px;
}
#footer ul
{
	margin-top:10px;
}
#footer li
{
	list-style:none;
	margin:0px;
	display:inline;
}