/*
  $Id: white_bg_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: #191919; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #191919;
	background-color: #FFFFFF;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 2px 0 0;
}
FORM {
	display: inline;
}
#wrapper {
	width: 746px;
	margin: 0 auto;
	text-align: left;
}
#topbar {
	width: 746px;
	height: 41px;
	background: url(images/wss_topbar_bg.jpg);
	position: relative;
}
.topmenu {
	position: absolute;
	top: 17px;
	left: 0px;
	width: 746px;
	height: 20px;
	color: #CCCCCC;
	text-align: center;
}
.topmenu a {
	color: #FDFDFD;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 28px;
}
.topmenu a:hover {
	text-decoration: underline;
}
#header {
	width: 746px;
	height: 127px;
	float: left;
	background: url(images/wss_header_bg.jpg) no-repeat;
	position: relative;
}
.logo {
	width: 300px;
	height: 127px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.address {
	width: 132px;
	height: 28px;
	position: absolute;
	left: 335px;
	top: 18px;
	text-align: center;
}
.cart {
	width: 170px;
	height: 26px;
	position: absolute;
	top: 14px;
	right: 20px;
	background: url(images/shopping_cart_icon.gif) no-repeat 10px 6px;
	padding: 10px 0 0 40px;
	color: #74E800;
	font-weight: bold;
	text-align: left;
}
.cart a {
	color: #FDFDFD;
	text-decoration: none;
}
.cart a:hover {
	text-decoration: underline;
}
.headermenu {
	width: 180px;
	height: 13px;
	position: absolute;
	top: 86px;
	left: 320px;
	text-align: center;
	font-size: 11px;
	color: #F7F7F7;
}
.headermenu a {
	color: #000000;
	text-decoration: underline;
	padding: 0 10px;
}
.headermenu a:hover {
	text-decoration: none;
}
.search {
	width: 220px;
	height: 30px;
	position: absolute;
	top: 82px;
	right: 20px;
	text-align: center;
}
#contentblock {
	width: 746px;
	float: left;
	padding: 10px 0;
}
.lcol {
	width: 190px;
	float: left;
}
.rcol {
	visibility: hidden;
}
.bodytext {
	width: 544px;
	float: right;
	padding: 0 0 0 12px;
}
#footer {
	width: 706px;
	height: 32px;
	clear: left;
	background: url(images/wss_footer_bg.jpg) no-repeat;
	text-align: right;
	padding: 10px 20px;
}
.rfoot {
	width: 400px;
	color: #FEFEFE;
	text-align: center;
	float: right;
}
.rfoot a {
	color: #FEFEFE;
}
.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}
.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.infoBox {
	float: left;
	background: #FEFEFE url(images/wss_infoBoxContents_bg.jpg);
}

.bodytext .infoBox {
	float: left;
	background: #FEFEFE;
}

.infoBoxContents {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
.infoBoxHeading_green {
	width: 160px;
	height: 36px;
	background: url(images/wss_infoBoxHeading_bg.jpg);
	color: #FFFFFF;
	padding: 0 15px;
	font-size: 11px;
	font-weight: bold;
	clear: left;
}
.infoBoxHeading_gray {
	width: 160px;
	height: 36px;
	background: url(images/wss_infoBoxHeading_bg.jpg);
	color: #FFFFFF;
	padding: 0 15px;
	font-size: 11px;
	font-weight: bold;
	clear: left;
}
.infoBoxHeading_blue {
	width: 750px;
	height: 36px;
	color: #FFFFFF;
	padding: 0 1px 0;
	margin: 0 0 1px;
	font-weight: bold;
	font-size: 11px;
	background: url(images/wss_infoBoxHeading_blue_bg.jpg);
}
.homepagelinks a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 20px;
}
.homepagelinks a:hover {
	text-decoration: underline;
}
.infoBoxbtm {
	width: 190px;
	height: 19px;
	margin: 0 0 15px;
	background-image: url(images/wss_infoBox_btm_bg.jpg);
	clear: left;
}
TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

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: #272727;
}

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: #272727;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #000000;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #272727;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

A.pageResults {
  color: #74E800;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
	width: 514px;
	height: 36px;
	color: #FFFFFF;
	padding: 0 15px 0;
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 11px;
	background: url(images/wss_infoBoxHeading_blue_bg.jpg);
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

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: #009900;
}

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 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #74E800;
  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 {
  color: #000000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #191919; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #191919; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #8c8c8c;
	text-decoration: underline;
}

/* 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; }

#category {
	margin: 0 5px;
	padding: 0;
	list-style: none;
	font-size: 11px;
}
#category li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#category li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#category a {
	color: #030303;
	text-decoration: none;
	font-weight: bold;
	background: url(images/wss_cat_icon.gif) no-repeat 0px 50%;
	padding: 4px 0 4px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	display: block;
	width: 160px;
}
#category a:hover {
	text-decoration: underline;
}
#category li ul li a {
	padding: 4px 0 4px 10px;
	border-bottom-width: 0;
	border-bottom-style: dotted;
	background-image: none;
}
#category li ul li ul li a {
	padding: 4px 0 4px 10px;
	margin: 0 0 0 8px;
	border-bottom-width: 0;
	border-bottom-style: dotted;
	background-image: none;
	width: 152px;
}
#category li ul li ul li ul li a {
	padding: 4px 0 4px 10px;
	margin: 0 0 0 16px;
	border-bottom-width: 0;
	border-bottom-style: dotted;
	background-image: none;
	width: 144px;
}
.products {
	width: 264px;
	height: 200px;
	margin: 2px;
	float: left;
	background: url(images/productbox_bg.gif) no-repeat;
	position: relative;
	text-align: left;
}
.pname {
	font-weight: bold;
	color: #FCFCFC;
	width: 125px;
	height: 30px;
	position: absolute;
	top: 26px;
	left: 135px;
}
.pdesc {
	font-weight: bold;
	color: #999999;
	font-size: 11px;
	width: 125px;
	height: 50px;
	top: 61px;
	left: 135px;
	position: absolute;
}
.pimg {
	width: 100px;
	height: 80px;
	padding: 5px;
	background: url(images/products_img_bg.gif) no-repeat;
	position: absolute;
	left: 10px;
	top: 26px;
}
.pprice {
	color: #FBFBFB;
	font-size: 14px;
	font-weight: bold;
	width: 125px;
	height: 30px;
	top: 126px;
	left: 135px;
	position: absolute;
}
.pbtns {
	margin: 2px 0 0;
	width: 248px;
	left: 10px;
	position: absolute;
	top: 160px;
	text-align: center;
}
.subcatsbox {
	width: 230px;
	height: 88px;
	padding: 30px 10px;
	background-image: url(images/subcatsbox_bg.gif);
	margin: 0 0 10px;
}
.name {
	font-weight: bold;
	color: #FCFCFC;
}
.desc {
	font-weight: bold;
	color: #999999;
	font-size: 11px;
}
.price {
	color: #FBFBFB;
	font-size: 14px;
	font-weight: bold;
}
.img {
	width: 100px;
	height: 80px;
	padding: 5px;
	background: url(images/products_img_bg.gif) no-repeat;
}
.services {
}
.services ul {
	margin: 0 5px;
	padding: 0;
	list-style: none;
	font-size: 11px;
}
.services li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.services a {
	color: #030303;
	text-decoration: none;
	font-weight: bold;
	background: url(images/wss_cat_icon.gif) no-repeat 0px 50%;
	padding: 4px 0 4px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	display: block;
	width: 160px;
}
.services a:hover {
	text-decoration: underline;
}