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

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

BODY {
	font-family: Verdana, Arial, sans-serif; font-size: 10px;
	background: #737373;
	color: #000000;
	margin: 0px;
	text-align:left;
	height:100%;
}

h1 { font-size:18px;}

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

/* tabs */

#tabs {
	float:left;
	width:100%;
	background:#fff;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #00529c;
	clear:both;
}
#tabs ul {
	margin:0;
	padding:10px 10px 0 200px;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	background:url(images/tableft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabs a span {
	float:left;
	display:block;
	background:url(images/tabright.gif) no-repeat right top;
	padding:5px 12px 4px 6px;
	color:#fff;
}
/* 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:#00529c;
	color:#fff;
	text-align:left;
	padding:5px;
}

#footer a {
	color:#fff;
}

#footer a:hover {
	color:#00529c;
}

.new_info_box { 
	width:190px;
	margin-bottom:10px;
}

.new_info_box h1 {
	padding:2px 0px 2px 14px;
	margin:0;
	font-size:13px;
	background: url(images/boxtop.gif);
	color:#fff;
}

.new_info_box_contents {
	background:#b2cbe1;
	padding:5px;
	margin:0;
	font-size:10px;
	line-height:15px;
}

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

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

.new_product_box {
	position:relative;
	width:352px;
	height:104px;
	/*border:1px solid #fff;*/
	float:left;
	margin:5px 0 5px 7px;
/*	background: transparent url(images/bg_product.gif) repeat-x;
/*	background: url(images/bg_product2.gif) no-repeat;  */
}

.new_product_box_inner {
	float:left; 
	width:237px; 
	height:104px;
	background: transparent url(images/bg_product.gif) repeat-x;
/*	background: url(images/bg_product2.gif) no-repeat;  */
}
.new_product_box p {
	margin:0;
	padding:0;
	font-size:12px;
	/*height:80px;*/
}

.new_product_box p span.price {
	display:block;
	padding:10px 0 0 0;
}

.new_product_box img {
	float:left; 
	width:100px;
	height:90px;
	margin:0 5px 0 0;
	padding:5px;
}

.new_product_box_inner ul {
	margin:0;
	padding:0;
	list-style-type:none;
	position:absolute;
	bottom:0px;
	/*left:110px;*/
	width:236px;
	background:#743;
}

.new_product_box_inner ul li {
	float:left;
	background:#7f6;
	padding:5px 0;
	margin:0;
	width:50%;
	text-align:center;
}

.new_product_box_inner ul li.buy_now {
	color:#f00;
	font-weight:bold;
	background: #999;
}

.new_product_box_inner ul li.buy_now a {
	color:#933;
}

.new_product_box_inner ul li.more_info {
	color:#fff;
	font-weight:bold;
	background: #00529c;
}

.new_product_box_inner ul li.more_info a {
	color:#fff;
}

#greeting_box {
	border:1px solid #00529c;
	padding:5px;
	margin:0 0 10px 0;
	font-size:12px;
	color: #066;
	font-weight: bold;
}

#logout {
	float:right;
	padding:5px;
	position:relative;
	right:-5px;
	top:-5px;
	border-left:1px solid #00529c;
}

#logout a { color: #00529c }

.new_button {
	background: #b7c6c1;
	padding:2px;
	margin:0;
	border:1px solid #999;
	font-size: 10px;
}

.new_button a {
	color:#283349;
	font-weight:bold;
	border-top:1px solid #fff;
	padding:1px;
}

/* shopping cart */
.totals_box {
	border-bottom:2px solid #888;
	margin:0 0 5px 0;
}

.cart_total, .cart_price {
	float:right;
}

.cart_buttons {
	text-align:center;
	margin:5px 0 10px 0;
}


/* field sales */
.field_sales {
	border:1px solid #B6B7CB;
	background:#f8f8f8;
	padding:10px;
	margin-bottom:10px;
}

.field_sales h2 {
	padding:0;
	margin:0;
	font-size:14px;
}

.field_sales img {
	float:right;
	margin-left:10px;
	border:1px solid #777;
	width:150px;
	height:150px;
}

.field_sales a {
	font-weight:bold;
	color:#34679A;
}

.field_sales p {
	font-size:12px;
}

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

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

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

FORM {
	display: inline;
}

TR.header {
	background: #ffffff;
}

TR.headerNavigation {
	background: #00529c;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #00529c;
	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: #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.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #bbc3d3;
	color: #ffffff;
}

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;
}

TABLE.productListing {
	border: 1px;
	border-style: solid;
	border-color: #b6b7cb;
	border-spacing: 1px;
}

.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #8dc63f url(images/bg_header.jpg) no-repeat;
	padding:6px;
	color: #ffffff;
	font-weight: bold;
}

TD.productListing-data {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background:#eee;
}

A.pageResults {
	color: #0000FF;
}

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

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;
}

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.main li { list-style-position:inside }

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

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 {
	text-align:right;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #066;
	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;   }
.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; }

/* superfish flyout menus */
.nav, .nav * {
	margin:0;
	padding:0;
}
.nav {
	line-height:0.5;
	margin-bottom:0;
	width: 190px;
}
.nav ul {
	background:#fff; /*IE6 needs this*/
	width: 190px;
}
.nav li {
	background:#b2cbe1;
	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:12px;
	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:#B7C6C1;
}
.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:#b2cbe1;
	width:189px;
}
.nav li li li {
	background:#b2cbe1;
}
.nav li li a {
	padding-right:0;
	width:170px;
}

/* shipdate */
.calendarHeader { 
	font-weight: bolder; color: #CC0000; 
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
.calendar {	
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
.invalid { 
	background-color: #ccc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
.valid { 
	background-color: #FFFF00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
.s_valid { 
	background-color: #FFFF00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
#selected {
	border: 2px solid #CC0000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

/* quickshop autosuggest */
/* Menu DIV */
.jqac-menu{
	color: black;
	background-color: white;
	border: 1px solid #aaa;
}
/* unordered list for suggestions */
.jqac-menu ul{
	list-style: none;
	margin: 1px;
	padding: 1px;
	overflow: hidden;
}
/* SPAN "link" */
.jqac-menu .jqac-link {
	cursor: pointer; cursor: hand; 
	display: block;
}
/* highlighted menu item */
.jqac-menu .jqac-highlight {
	background-color: #ddf;
}
/* warning for no results */
.jqac-menu .jqac-warning {
	font-style: italic;
}
/* loading for AJAX get */
.jqac-menu .jqac-loading {
	font-style: italic;
	text-decoration: blink;
}
/* matched sub-string */
.jqac-menu em {
	text-decoration: underline;
}
/* suggestion info */
.jqac-menu .jqs-info {
	text-align: right;
	font-style: italic;
	font-size: .75em;
	color: #666;
}

/* features table */

table.features {
	width:100%;
	border-spacing: 0px;
	border-collapse: collapse;
	background:#687EAB;
}
table.features td {
	font-size:11px;
	text-align: left;
	padding: 0.1em 0.5em;
	background: #E3F2ED;
	border:0;
	border-bottom:2px solid #fff;
	font-weight:bold;
}
table.features td.feature {
	width:150px;
	white-space:nowrap;
	text-align:left;
	font-weight:normal;
}
table.features td.unit {
	text-align:left;
}	
table.features tr.odd td {
	background: #eBf2F1;
}
table.features thead th {
	font-size:11px;
	background: #00529c;
	color: #fff;
	text-align: left;
	padding: 0.1em 0.5em;
	border-bottom: 2px solid #FFFFFF;
}

/* manu logos */
.logos {
	width:700px;
	text-align:center;
}

.logos img {
	padding:5px 10px;
}
