/*
  $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;
	text-transform:normal;
}
.errorBox {
	font-size : 10px;
	font-weight: bold;
	background-color: #FFCC00;
}
.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; }

BODY {
	background: #ffffff;
	color: #000000;
	margin: 0px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial;
	font-size: 11px;
}
.tablewidth {
	width:1000px;
}
p,td {
	font-size: 12px;
}

img {
	border:none;
}
#main {
	margin: auto;
	width: 1000px;
	height: auto;
	
}
#topban {
	background-image: url(../images/top_ban.jpg);
	height: 102px;
	width: 1000px;
}
#topnav {
	background-image: url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 1000px;
	text-align: center;
}

A:link {
	color: #000000;
	text-decoration: underline;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial;
	font-size: 12px;
	
}

A:hover {
  color: #8FC758;
  text-decoration: none;
}
A:visited {
	color: #000000;
	text-decoration: underline;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial;
	font-size: 12px;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {

}

TD.headerNavigation {
  
  font-weight : bold;
}

A.headerNavigation { 

}

A.headerNavigation:hover {

}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  /*background-image:url(../images/bg_searchbox.jpg);
	background-repeat: no-repeat;
	*/
}

.infoBoxContents {
	font-size: 10px; 
}

.infoBoxNotice {
	/*background-image:url(../images/bg_searchbox.jpg);
	background-repeat: no-repeat;
	*/
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial;
  font-size: 10px;
}

TD.infoBoxHeading {
	/*background-image:url(../images/box_title.jpg);
	background-repeat: no-repeat;
	
	color: #FFFFFF;
	*/
}

TD.infoBox, SPAN.infoBox {
  font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial;
  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: #669933;
  border-spacing: 1px;
}

.productListing-heading {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #8FC758;
}

TD.productListing-data {
  font-size: 11px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
	font-size: 20px;
	font-weight: bold;
	color: #669933;
	font-style: italic;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial;
  font-size: 11px;
}
.smallText a:link {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial;
  	font-size: 11px;
	color:#000000;
	text-decoration:none;
}
.smallText a:hover {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial;
  	font-size: 11px;
	color:#000000;
	text-decoration:underline;
}
.smallText a:visited {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial;
 	font-size: 11px;
	color:#999999;
	text-decoration:none;
}
TD.accountCategory {
  font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial;
  font-size: 12px;
}

TD.tableHeading {
  font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial;
  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: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial;
  color: #ff0000;
}

SPAN.errorText {
  font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #FFCC00; }
.messageStackSuccess { font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial; font-size: 10px; color: #ff0000; }
#container {
	text-align: center;
	width: 100%;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.small {
	font-size: 11px;
}
.small a:link{
	font-size: 11px;
}
.small a:hover{
	font-size: 11px;
}
.small a:visited{
	font-size: 11px;
}
/* XC Menu Styles */

#catxcdiv ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1.5em;
}


/* menu item spacing */
#catxcdiv li{ margin-bottom: .2em; }

/*padding between submenu items*/
#catxc ul li { padding: 0 0 .2em 0; }

/*xc menu item*/
#catxcdiv li.xc { list-style: none; }

/*submenu*/
#catxcdiv li.xc ul { margin: .3em 0 0 -.8em; }

/* +/- control */
div.xcx, div.xcc {
	position: relative;
	display: inline;
}
li.xc>div.xcx, li.xc>div.xcc {
	position: static;
	margin-left: -1.5em;
	float: left;
	width: 1.5em;
}
div.xcx a, div.xcc a {
	position: absolute;
	left: -2em;
}
div.xcx>a, div.xcc>a {
	position: static;
}
div.xcx a:link, div.xcx a:visited,
div.xcc a:link, div.xcc a:visited {
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;
}
/* New Products Scroller */

#pscroller_np {
/*background-image:url(../images/bg_border.gif);
background-repeat:repeat-y;*/
width:160px;
height: 180px;
border-bottom: solid 1px #BCDD9B;
padding: 0px;
border-left: solid 1px #BCDD9B;
border-right: solid 1px #BCDD9B;
}

.pscroller_c_np {
  font-family: sans-serif;
  font-size: 10px;
  line-height: 1.5;
}
.pscroller_c_np a:link{
  font-size: 10px;
}
.pscroller_c_np a:visited{
  font-size: 10px;
}
.pscroller_c_np a:hover{
  font-size: 10px;
}
