/*
  $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;
	padding: 6px;
}
.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 : 11px;
	color: #FF0000;
	text-decoration: underline;
}
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3f4a4e;
	margin: 0;
	background: #000000 url('images/template/background.png');
	font-size: 12px;
	color: #333333;
	text-align: center;
}
#wrapper {
	text-align: right;
	width: 995px;
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
}
/* Header navigation */
/* ---------------------- yumyum-menu ---------------------- */
#yumyum-menu {
	display: block;
	margin: 0 25 0 25;
	height: 42px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	font-size: 13px;
}
#yumyum-menu ul {
	margin: 0 auto;
	padding: 0;
	display: table;
	position: relative;
	display:inline;
	
}
#yumyum-menu li {
	display: block;
	float: left;
	margin: 0;
}
#yumyum-menu .left {
    display: block;
	background-image: url('images/template/left.gif');
	width: 9px;
	height: 42px;
}
#yumyum-menu .right {
    display: block;
	background-image: url('images/template/right.gif');
	width: 9px;
	height: 42px;
}
#yumyum-menu li a {
	display: block;
	line-height: 42px;
	background-image: url('images/template/loop.gif');
	text-decoration: none;
	padding: 0 10px 0 10px;
	color: #FFFFFF;
	font-weight: bold;
}
#yumyum-menu .separator {
    display: block;
	background-image: url('images/template/separator.gif');
	width: 2px;
	height: 42px;
}
#yumyum-menu li a:hover {
	display: block;
	line-height: 42px;
	background-image: url('images/template/loop_hover.gif');
	text-decoration: underline;
	padding: 0 10px 0 10px;
	color: #FFFFFF;
	font-weight: bold;
}
/* ---------------------- END yumyum-menu ---------------------- */
/* End Header navigation */
/* BOX STYLE */
.tl {
	width: 12px;
	height: 42px;
}
.tlop {
	background: url('images/template/box/top_loop.gif') repeat-x;
	width: 177px;
	height: 42px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.tr {
	width: 11px;
	height: 42px;
}
.cl {
	background: url('images/template/box/left_loop.gif') repeat-y;
	width: 12px;
	height: 100%;
}
.cr {
	background: url('images/template/box/right_loop.gif') repeat-y;
	width: 11px;
	height: 100%;
}
.bl {
	background: url('images/template/box/left_bottom.gif') no-repeat;
	width: 12px;
	height: 4px;
}
.blop {
	background: url('images/template/box/bottom_loop.gif') repeat-x;
	height: 4px;
	width: 177px;
}
.br {
	background: url('images/template/box/bottom_right.gif') no-repeat;
	width: 11px;
	height: 4px;
}
/* END BOX STYLE */
/* CONTENT BOX STYLE */
.ctl {
	width: 12px;
	height: 42px;
}
.ctlop {
	background: url('images/template/box/top_loop.gif') repeat-x;
	height: 42px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.ctr {
	width: 11px;
	height: 42px;
}
.ccl {
	background: url('images/template/box/left_loop.gif') repeat-y;
	width: 12px;
	height: 100%;
}
.ccr {
	background: url('images/template/box/right_loop.gif') repeat-y;
	width: 11px;
	height: 100%;
}
.cbl {
	background: url('images/template/box/left_bottom.gif') no-repeat;
	width: 12px;
	height: 4px;
}
.cblop {
	background: url('images/template/box/bottom_loop.gif') repeat-x;
	height: 4px;
}
.cbr {
	background: url('images/template/box/bottom_right.gif') no-repeat;
	width: 11px;
	height: 4px;
}
/* END CONTENT BOX STYLE*/
A {
	color: #0000FF;
	text-decoration: none;
}
A:hover {
	color: #0099CC;
	text-decoration: underline;
}
FORM {
	display: inline;
}
TR.header {
	margin: 0;
	padding: 0;
}
TR.headerNavigation {
	background: #ffffff;
}
TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #ffffff;
	color: #1a1a1a;
	font-weight : bold;
}
A.headerNavigation {
	color: #1a1a1a;
	text-decoration: none;
}
A.headerNavigation:hover {
	color: #1a1a1a;
	text-decoration: none;
}
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: #ffffff;
}
TD.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #ffffff;
	color: #1a1a1a;
	font-weight: bold;
}
.infoBox {
	background: #ffffff;
}
.contentBox {
	background: #ffffff;
}
.contentBoxContents {
	background: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding: 5px;
}
.infoBoxContents {
	background: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	width: 177px;
}
.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: #a9ccde;
	border-spacing: 1px;
}
.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	background: #0badda;
}
TD.productListing-data {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font: normal normal bold 100% serif;
}
A.pageResults {
	color: #1a1a1a;
}
A.pageResults:hover {
	color: #1a1a1a;
	background: #0099CC;
}
TD.pageHeading, DIV.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1a1a1a;
}
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.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: #333333;
}
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: #FF0000;
	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;
	cursor: hand;
}
.moduleRowSelected {
	background-color: #E9F4FC;
}
.checkoutBarFrom, .checkoutBarTo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
.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;
}
.nav-div {
	height: 42px;
	max-height: 42px;
}
.clear {
	height: 0px;
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: transparent;
}
