/*
$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: 12px; }

html { margin:0; padding:0; height:100% }

BODY {
#	font-family: Verdana, Arial, sans-serif; font-size: 12px;
#	font-family:"Courier New", Courier, monospace; font-size: 12px;
#	font-family:"Lucida Console", Monaco, monospace; font-size: 12px;
#	font-family:Georgia, serif; font-size: 12px;
#	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 12px;
#	font-family:"Times New Roman", Times, serif; font-size: 12px;
#	font-family:Arial, Helvetica, sans-serif; font-size: 12px;
#	font-family:Arial Black, Gadget, sans-serif; font-size: 12px;
#	font-family:"Comic Sans MS", cursive, sans-serif; font-size: 12px;
#	font-family:Impact, Charcoal, sans-serif; font-size: 12px;
#	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 12px;
#	font-family:Tahoma, Geneva, sans-serif; font-size: 12px;
	font-family:"Trebuchet MS", Helvetica, sans-serif; font-size: 12px;
#	font-family:Verdana, Geneva, sans-serif; font-size: 12px;
	background: #737373;
	color: #000000;
	margin: 0px;
	text-align:left;
	height:100%;
}

h1 { font-size:18px;}

/* generic clearing class */
.clear { clear:both; }

/* tabs */

}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#fff;
}
#tabs a:hover {
	background-position:0% -42px;
}
#tabs a:hover span {
	background-position:100% -42px;
}
/* end tabs */

/* quick find */
#quick_find input#keywords { border:1px solid #ccc; }
#quick_find input#go { width:33px; height:16px; margin:1px 5px 0 0; padding:0; }

#main_table {
	margin-left:10px;
	width:720px;
}

#right_col_holder {
	display:none;
}


#footer {
	background:#D0A330;
	color:#000;
	text-align:left;
	padding:5px;
}

#footer a {
	color:#000;
}

#footer a:hover {
	color:#D0A330;
}


#info_holder {
	/* min-height needed for IE 7 */
	min-height:0;
	margin:0 0 0 0px;
	padding:0;
}

/* following keeps IE 5.5/6 happy */
/* mac hide \*/
* html #info_holder{height:1px;position:relative;zoom:1;margin:0 0 0 -10px;}
/* end hide */

h1.boxheading {
	font-size:12px;
	font-weight:bold;
}

A {
	color: #0000ff;
	text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
	background: #ffffff;
}

TR.headerNavigation {
	background: #bbc3d3;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #D0A330;
	color: #ffffff;
	font-weight : bold;
	padding:5px 0;
}

A.headerNavigation { 
	color: #FFFFFF; 
}

A.headerNavigation:hover {
	color: #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: #D0A330;
}

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

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

.pageHeading a {
	color:#283349;
}

.pageHeading a:hover {
	color:#283349;
	text-decoration:underline;
}

TD.main, P.main {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}

td.main li { list-style-position:inside }

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

SPAN.newItemInCart {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	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;
}

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

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

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

/* superfish flyout menus */
.nav, .nav * {
	margin:0;
	padding:0;
}
.nav {
	line-height:1.0;
	margin-bottom:0;
	width: 190px;
}
.nav ul {
	background:#fff; /*IE6 needs this*/
	width: 190px;
}
.nav li {
	background:#D0A330;
/* Menu Colour */
	border:0;
	border-left:1px solid #e5f1ed;
	border-top:1px solid #E5F1ED;
	float: left;
	list-style:none;
	position:relative;
	width: 189px;
	z-index:999;
}
.nav a {
	font-family: Helvetica;
	font-size:14px;
	font-weight:bold;
	color: #283349;
	display:block;
	padding: 8px 0 8px 10px;
	text-decoration:none;
	width:170px;
}
.nav li ul {
	top:-999em;
	position:absolute;
	width:190px;
}
.nav li:hover,
.nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	background:#F9F7BA;
}
/* Menu Colour */
.nav li:hover ul, /* pure CSS hover is removed below */
ul.nav li.sfHover ul {
	left:190px;
	top:-1px;
}

.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul, /* pure CSS hover is removed below */
ul.nav li li.sfHover ul {
	left:190px;
	top:-1px;
}
.nav li li:hover li ul,
.nav li li.sfHover li ul {
	top:-999em;
}
.nav li li li:hover ul, /* pure CSS hover is removed below */
ul.nav li li li.sfHover ul {
	left:190px;
	top:-1px;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul,
.superfish li li li:hover ul {
	top: -999em;
}
.nav li li {
	background:#AABDE6;
	background:#FBF870;
/* Menu Colour */
	width:189px;
}
.nav li li li {
	background:#9AAEDB;
	background:#D3D9D7;
}
.nav li li a {
	padding-right:0;
	width:170px;
}
