/*
  $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; line-height:20px; padding:0; }
.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: #FF00E8; text-decoration: underline; }

BODY {
  	font: 65% Century Gothic, Arial, Helvetica, sans-serif;
	background: #000;
	background-image:	 url(images/BG.png);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;

}

h1 {
	font-size: 22px;
	font-weight:normal;
	margin:0;
}
	
#container { 
	width: 860px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
}

#nav {
	background-image: url(images/nav.png);
	background-repeat:no-repeat;
	height: 28px;
	padding-left:12px;
	padding-bottom:10px;
	color:#777777;
	line-height:28px;
}

#nav a {
	color:#777777;
}

#flashheader {
	clear:both;
	background-image: url(images/flash-content.png);
	height: 107px;
}

#footer {
	width: 860px; 
	margin: 10px 0 0 0;
	padding: 5px; 
	border: solid #323232;
	border-width: 1px 0 0 0;
	text-align: center;
	color: #323232;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

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

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: Century Gothic, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

TD.main2, P.main2 {
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1.5;
}

.infoBox {
  background: #323232;
  margin-bottom:10px;
}

.infoBoxContents {
  background: #000;
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
  font-size: 10px;

}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  background: url(images/box-title.png) no-repeat;
  color: #ff00e8;
  padding: 2px 5px 0 11px;
}

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-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #000000;
  color: #ff00e8;
  font-weight: normal;
  line-height:29px;
}

TD.productListing-data {
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
}

A.pageResults {
  color: #0000FF;
  font-size: 11px;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Century Gothic, Arial, Helvetica, 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: Century Gothic, Arial, Helvetica, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
  color: #FF00E8;
}

.moduleRow { }
.moduleRowOver { background-color: #ff00e8; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #ff00e8; }

.checkoutBarFrom, .checkoutBarTo { font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size: 10px; color: #FF00E8; }

/* message box */

.messageBox { font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #FF00E8; }
.messageStackSuccess { font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #FF00E8; }

/* input requirement */

.inputRequirement { font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size: 10px; color: #FF00E8; }

#maincontent {
	margin:0;
	padding:0;
	padding-left:10px;
	padding-right:10px;
	width:533px;
}

#main_text {
	padding-top:10px;
}

.contentBox ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 0px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.contentBox ul li{
	position: relative;
	background-color: #000000;
}


/* menu links style */
.contentBox ul li a{
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #000000;
	padding: 2px 0 0 11px;
	line-height: 20px;
}

.contentBox ul li a:hover{
	background-color: #ff00e8;
	color: #FFF;
	text-decoration: none;
}

#breadcrumb {
	float:left;
}

#navitems, #flashscroller {
	float:right;
}

#not_logged_in {
	background:url(images/login-area.png) no-repeat top right;
	width:467px;
	height:26px;
	line-height:26px;
	float:right;
}

#logged_in {
	background:url(images/login_bar.jpg) no-repeat top right;
	width:467px;
	height:44px;
	line-height:25px;
	float:right;
}

#login_spacer {
	float:left;
	width:393px;
	height:44px;
}

#logged_in_content {
	position:relative;
	top:0px;
	left:170px;
	height:20px;
	width:230px;
	float:left;
}

#signin {
	height:20px;
	width:71px;
	float:right;
	padding-top:3px;
	padding-right:4px;
}

#signout {
	height:20px;
	width:71px;
	float:right;
	padding-top:3px;
	padding-right:4px;
}

#login_username {
	position:relative;
	top:3px;
	left:89px;
	width:100px;
	height:20px;
	float:left;
}

#login_username input {
	background-color:transparent;
	border:none;
}

#login_password {
	position:relative;
	top:3px;
	left:168px;
	width:100px;
	height:20px;
	float:left;
}

#login_password input {
	background-color:transparent;
	border:none;
}

#user_options {
	clear:both;
	height:15px;
}

#login_new_user {
	float:left;
	padding-left:290px;
	height:15px;
}

#login_new_user a {
	color:#FFFFFF;
}

#login_password_forgotten {
	float:right;
	height:15px;
}

#login_password_forgotten a {
	color:#FFFFFF;
}

#flashpromo {
	padding-top:1px;
}

/* Holly Hack for IE \*/
* html .contentBox ul li { float: left; height: 1%; }
* html .contentBox ul li a { height: 1%; }
/* End */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 0px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.suckerdiv ul li{
	position: relative;
	background-color: #323232;
}

/*1st level sub menu style */
.suckerdiv ul li ul{
	left: 199px; /* Parent menu width - 1*/
	position: absolute;
	width: 200px; /*sub menu width*/
	top: 0;
	display: none;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{
	left: 199px; /* Parent menu width - 1*/
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{
	left: 199px; /* Parent menu width - 1*/
	background-color: #222222;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{
	background-color: #222222;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{
	background-color: #222222;
}

/* menu links style */
.suckerdiv ul li a{
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #000000;
	padding: 2px 0 0 11px;
	line-height: 20px;
}

.suckerdiv ul li a:hover{
	background-color: #ff00e8;
	color: #FFF;
	text-decoration: none;
}

.suckerdiv ul li ul li a:hover{
	background-color: yellow;
	color: black;
	text-decoration: none;
}

.suckerdiv ul li ul li ul li a:hover{
	background-color: yellow;
	color: black;
	text-decoration: none;
}

/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{
	background: url(images/arrow-list.gif) no-repeat center right;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul .subfolderstyle {
	background-color: #222222;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
	background-color: #222222;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
	background-color: #222222;
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

.category_description {
	font-size:11px;
}