/*
  $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
*/

a {
	font-size: 11px;
	color: #0000cc;
}

a:hover {
	color: #AABBDD;
	text-decoration: underline;
}

a.foottext{
	color: #808080;
}

a.headernavigation {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-decoration: underline;
}

a.headernavigation:hover {
	color: #7591C8;
	text-decoration: underline;
}

a.pageresults {
	color: #0000cc;
}

a.pageresults:hover {
	color: #AABBDD;
	text-decoration: underline;
}

html{
	height: 100%;
}

body {
	background: #666666;
	background-image:url(images/pageback.gif);
	color: #213970;
	font-size: 8pt;
	margin: 0px;
	height: 101%;
}
body,p,td,checkbox, input, radio, select{
	font-family: Arial, Helvetica, sans-serif;
}
checkbox, input, radio, select {
	font-size: 8pt;
}

form {
	display: inline;
}

span.errortext {
	color: #FF0000;
}

span.greetuser {
	color: #FF6347;
	font-weight: bold;
}

span.markproductoutofstock {
	color: #990000;
}

span.newitemincart {
	color: #FF0000;
}

span.productspecialprice {
	color: #FF0000;
	font-weight: bold;
}
span.listprice{
	font-size: 9pt;
	color: #213970;
	text-decoration: line-through;
}
span.youpay{
	font-size: 9pt;
	color: #990000;
	font-weight:bold;
}
span.productprice{
	font-size: 9pt;
	color: #990000;
	font-weight:bold;
}
span.categoryqty{
	color: #808080;
}
table.formarea {
	background: #F1F9FE;
	border-color: #7B9EBD;
	border-style: solid;
	border-width: 1px;
}
table.productimage{
	background-color: #ffffff;
}
td{
	font-size: 8pt;
}

td.accountcategory {
	color: #AABBDD;
	font-size: 90%;
}
table.productlisting {
	/*background-color: #E8E8E8; */
}

hr{
	height: 1px;
	color: #d5d5d5;	
}
td.fieldkey {
	font-size: 90%;
	font-weight: bold;
}

td.fieldvalue {
	font-size: 90%;
}

td.footer {
	background: #BBC3D3;
	color: #FFFFFF;
	font-weight: bold;
}

.foottext{
	color: #808080;
}
a.foottext{
	color: #808080;
}

td.formareatitle {
	font-size: 90%;
	font-weight: bold;
}

td.headererror {
	background: #FF0000;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

td.headerinfo {
	background: #00FF00;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

td.headernavigation {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

td.infobox, span.infobox {
}

td.infoboxheading {
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 12px;
	height: 20px;
}
.selectableboxheading{
	color: #4444aa;
	text-decoration: underline;
	font-size: 12px;
}

.selectableboxheading:hover{
	color: #4477ff;
}
td.main, p.main {
	font-size: 11px;
	line-height: 1.2;
}
td.mainsmall, p.mainsmall {
	font-size: 10px;
	line-height: 1;
}

td.pageheading, div.pageheading {
	color: #ff3333;
	font-size: 11pt;
	font-weight: bold;
}

td.productlisting-data {
	font-size: 11px;
}

.smalltext{
/*	font-family: Arial Narrow, Helvetica, sans-serif;*/
	font-size: 11px;
}

td.subbar {
	color: #000000;
	font-size: 90%;
}

td.tableheading {
	font-size: 90%;
	font-weight: bold;
}

textarea {
	font-size: 11px;
	width: 100%;
}

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: #D1D1D8;
}

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: #E2E2E6;
}

tr.footer {
	background: #BBC3D3;
}

tr.header {
	background: #FFFFFF;
}

tr.headererror {
	background: #FF0000;
}

tr.headerinfo {
	background: #00FF00;
}

tr.headernavigation {
	background-image: url('catalog/images/header_nav_bak.gif');
	height: 22px;
}

tr.subbar {
	background: #F4F7FD;
}

.boxtext {
	font-size: 11px;
}

.checkoutbarcurrent {
	color: #ff0000;
	font-size: 10px;
}

.checkoutbarfrom, .checkoutbarto {
	color: #8C8C8C;
	font-size: 10px;
}

.errorbox {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #ff0000;
}

.infobox {
	background: #FFFFFF;
}

.infoboxcontents {
	background: #FFFFFF;
}

.infoboxnotice {

}

.infoboxnoticecontents {

}

/* input requirement */
.inputrequirement {
	color: #FF0000;
	font-size: 11px;
}

/* message box */
.messagebox {
	font-size: 90%;
}

.messagestackerror, .messagestackwarning {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #ff0000;
}

.messagestacksuccess {
	font-size: 12px;
	color: #449C28;
	font-style: italic;
	font-weight: bold;
}

.modulerow {
}

.modulerowover {
	background-color: #D7E9F7;
	cursor: pointer;
	cursor: hand;
}

.modulerowselected {
	background-color: #E9F4FC;
}

.orderedit {
	color: #449C28;
	font-size: 11px;
	text-decoration: underline;
}
.orderedit:hover{
	color: #6DD24C;
}
.productbox{
	margin:10px;
	height:213px;
	text-align:center;
}
.productboxns{
	margin:10px;
	height:213px;
}
.productboxnostock{
	background-image:url(images/stock.png);
	background-repeat:no-repeat;
	margin:10px;
	height:213px;
	text-align:center;
}
.smallproductbox{
	margin:10px;
	height:150px;
	text-align:center;
	font-size:9px;
}
.productbox,.smallproductbox{
	background-color:#f7f7f7;
	border-top:1px #ffffff solid;
	border-left:1px #ffffff solid;
	border-right:1px #e6e6e6 solid;
	border-bottom:1px #e4e4e4 solid;
}
.productbox-image{
	margin:0px;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
}

.productlisting-heading {
	font-size: 10px;
	color: #666699;
/*	font-weight: bold;*/
}
.producttitle-heading {
	font-size: 10px;
/*	font-weight: bold;*/
}

.productsnotifications {
	background: #F2FFF7;
}



.stockwarning {
	color: #CC0033;
	font-size: 90%;
}

.topnav{
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.topnavon{
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.topnavon:hover{
	color: #000000;
}

.winbtitle{
	color: #FFFFFF;
	font-size: 11px;
	font-size: 12px;
}

h1{
	padding:0px;
	margin:0px;
	font-weight:normal;
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.footlinks{
	font-size: 9px;
	color: #999999;
}
img{
	border:none;
}
/*
* Framing CSS elements
*/
.fr_infobox {
	background: #DB0000;
	color:#FFFFFF;
}

.fr_infoboxcontents {
	background: #DB0000;
	color:#FFFFFF;
}
.fr_infoBoxHeading{
	color:#ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	height: 20px;
}