/*
  $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: 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;  text-decoration: underline; color:#f00;}

body{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	background-color:#fff;
}
td{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
BODY {
  color: #000;
  margin: 0px;
}

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

A:hover {
  color: ;
  text-decoration: underline;
}
a img {
	border:none;
}
FORM {
	display: inline;
}

TR.header {
  background: #fff;
}

TR.headerNavigation {
}

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

A.headerNavigation { 
  color: #fff; 
}

A.headerNavigation:hover {
  color: #fff;
}

TR.headerError {
  background: #f00;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #f00;
  color: #fff;
  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: #fff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
}

.infoBox {
}

.infoBoxContents {
  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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background-image:url(images/design/boxh_bg.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	text-align:center;
	line-height:18px;
	height:22px;
}

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

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
}

TABLE.productListing {
}

.productListing-heading {
  font-family: verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000; 
  font-weight: bold;
  background-color:#F6F6F6;
}

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

A.pageResults {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00c;
	text-decoration: none;
	font-weight: bold;
}

A.pageResults:hover {
  color: #7748A8;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  /*background-color:#F2F2F2;*/
  padding:3px;
  border-bottom:solid 1px #000;
}
.pageHeading h1 {
	margin:0px;
	padding:3px;
	font-size:14px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}
.subcat {
  font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	padding-left:60px;
	}
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: #f00;
}

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: #f0a480;
  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: #f00;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #f00;
}
span.warnText {
	color:#de5300;
	cursor:help;
}

.moduleRow { background-color: #F2F2F2; }
.moduleRowOver { background-color: #E6E5E4; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #DAD9D7; }

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

/* 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: #f00; }
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: bold;

}
td.mLine {
	border-bottom:dotted 1px #aaa;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	color:#c31111;*/
	color:#fe5d03;
	text-decoration: none;
	line-height:20px;
}
.red:hover {
	color:#1b78c7;
	text-decoration:underline;
}
.bodytext:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
	text-decoration: underline;
}
.heading:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
.cut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: line-through;
}
.link2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
	text-decoration: underline;
}
.link2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/design/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/design/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



a.toplinks {
	color:#000;
	text-decoration:none;
	font-family: "lucida sans",helvetica,sans-serif;
	font-size:11px;
}
span.toplinks {
	color:#000;
	text-decoration:none;
	font-family: "lucida sans",helvetica,sans-serif;
	font-size:11px;
}
.listingRow td {
	border-bottom:solid 1px #d5d5af;
	padding-bottom:5px;
	padding-top:5px;
	height:180px;
}
a.footer {
	color:#fff;
	font-weight:bold;
}
table.tfooter td {
	text-align:center;
}

table.crumbs {
	margin-bottom:5px;
	height:32px;
	table-layout:fixed;
}
td.checkoutBar {
	background-image:url(images/design/list_mid.gif);
	background-repeat:repeat-x;
	background-position:center;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#cccccc;
	line-height:31px;
	vertical-align:middle;
	text-align:center;
	border-right:solid 1px #dddddd;
}
td.checkoutBar.passed {
	color:#666666;
	background-image:url(images/design/list_mid_passed.gif);
}
td.checkoutBarOn {
	background-image:url(images/design/list_mid_red.gif);
	background-repeat:repeat-x;
	background-position:center;
	color:#fff;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:31px;
	vertical-align:middle;
	text-align:center;
}
td.checkoutBarOnLast {
	background-image:url(images/design/list_mid_green.gif);
	background-repeat:repeat-x;
	background-position:center;
	color:#fff;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:31px;
	vertical-align:middle;
	text-align:center;
}
td.checkoutBar.noB {
	border-right:none;
}
.checkoutBarNumber {
	font-size:20px;
	margin-right:12px;
	line-height:31px;
	vertical-align:middle;
}

.pBox {
	table-layout:fixed;
	width:100%;
	height:180px;
	font-size:12px;
	border-bottom:solid 1px #aaa;
	margin-bottom:15px;
}
.pBox th {
	height:30px;
	vertical-align:top;
}
.pBox td {
	vertical-align:middle;
	text-align:center;
}
.pBox td.pimg {
	height:150px;
}
.pBox td.pPrice {
	height:50px;
}
.pBox td.pPrice p {
	margin:0px;
	padding:0px;
	line-height:20px;
}
.pBox td.pPrice p.price {
	font-size:13px;
	font-weight:bold;
	line-height:24px;
}
.pBox th {
	font-weight:bold;
}
img.pImg {
	padding:2px;
	/*border:solid 1px #aaa;*/
}

td.smenu {
	background-image:url(images/design/bg_menu.png);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:center;
	height:40px;
	line-height:36px;
	color:#1d92f5;
}
td.smenu table td {
	text-align:center;
	color:#1d92f5;
	height:42px;
	vertical-align:middle;
}
td.smenu a {
	color:#1d92f5;
	font-family:arial,tahoma,verdana,sans-serif;
	font-size:12px;
}
td.smenu a:hover {
	color:#68b0ee;
	text-decoration:underline;
}
#frmsearch input {
	margin:0px;
	padding:0px;
	vertical-align:middle;
}
td.leftcol {
	width:180px;
	text-align:center;
	
	vertical-align:top;
}
select.country {
	width:100px;
}

.priceBox {
	/*border:solid 1px #000;*/
	border-collapse:collapse;
}
.priceBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

.priceBoxNotice {
  background: #FF8E90;
}

.priceBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.priceBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000;
}
a.cLink {
	font-weight:bold;
	font-size:11px;
	color:#c31111;
}
a.cLink.info {
	margin-left:5px;
	padding-left:15px;
	background-image:url(images/design/arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	line-height:20px;
	font-weight:normal;
	color:#fe5d03;
}
a.cLink.infoi {
	margin-left:5px;
	padding-left:15px;
	line-height:20px;
	font-weight:normal;
	color:#1b78c7;
}
a.cLink.buy {
	color:#c31111;
}
a.cLink.buy:hover {
	color:#c31111;
}
.boxHeader {
	/*
	background-image:url(images/design/bg_box.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	text-align:center;
	font-family: arial, sans-serif;
	font-weight:bold;
	height:25px;
	line-height:22px;
	color:#fff;
	padding-right:20px;
	*/
	margin:0px;
	padding:0px;
}
.boxContent {
	
}
table.boxContent {
	/*border:solid 1px #d5d6d8;*/
}
td.boxContent {
	background-color:#fff;
	border:solid 1px #d5d6d8;
	border-top:none;
}
table.boxContent td a.cLink {
	font-size:12px;
}

div.listBox {
	float:left;
	clear:both;
	width:100%;
	min-height:130px;
	margin:2px 0px 2px 0px;
	border-bottom: solid 1px #aaa;
}
div.listImgBox {
	float:left;
	clear:none;
	width:30%;
	min-height:130px;
	text-align:center;
}
div.listContent {
	float:left;
	clear:none;
	width:49%;
	min-height:130px;
	margin-left:1%;
	overflow:hidden;
}
div.listPrice {
	float:left;
	clear:none;
	width:19%;
	min-height:130px;
	margin-left:1%;
}
div.listContent p {
	margin:0px;
	margin-left:3px;
	padding:0px;
	line-height:20px;
}
div.listContent p.pTitle {
	font-weight:bold;
	margin-bottom:5px;
}
div.listPrice p {
	margin:0px;
	padding:0px;
	line-height:16px;
}
div.listPrice p.lPrice {
	font-weight:bold;
	margin:3px 0px 3px 0px;
}
span.avail {
	font-family: verdana, arial, sans-serif;
	color:#090;
	font-weight:bold;
}
#noticePrices {
	width:95%;
	min-height:40px;
	margin:3px 0px 5px 3px;
	border:solid 1px #ccc;
	padding:5px;
	text-align:center;
}
#noticePrices a {
	font-weight:bold;
	text-decoration:none;
	color:#de5300;
	line-height:20px;
}
#noticeService {
	width:95%;
	min-height:40px;
	margin:3px;
	padding:3px;
	border:solid 1px #ccc;
	line-height:20px;
	font-weight:bold;
	color:#fe5d03;
	text-align:center;
}
.noticeTrans {
	font-weight:bold;
	color:#fe5d03;
	text-align:center;
	font-size:12px;
	line-height:30px;
	font-family:arial;
}
.iBox {
  border:solid 1px #ccc;
  width:98%;
}
.notice {
	font-style:italic;
	font-size:11px;
}
#companyInfo {
	display:none;
}