/*
  $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:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1A1A1A; 
}

.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: #70d250; text-decoration: underline; }

body{
  margin:0px auto;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000F6E;
	background:url(images/bg.jpg) no-repeat #000F6E fixed;
	line-height:20px;
}
.clear{
	height:1px;
	clear:both;
}
#main-body{
	width:980px;
	height:auto;
	margin:0px auto;
	padding:0px;
}
#header{
	width:980px;
	height:618px;
	margin:0px;
	padding:0;
}
#header-top{
	width:980px;
	height:141px;
	margin:0px;
	padding:0px;
	float:left;
}
#header-top-left{
	width:475px;
	height:141px;
	margin:0px;
	padding:0px 0px 0px 15px;
	float:left;
	text-align:left;
}
#header-top-right{
	width:290px;
	height:41px;
	margin:0px;
	padding:50px 10px 50px 190px;
	float:left;
}
#header-middle{
	width:930px;
	height:34px;
	background:url(images/nav-bg.jpg) no-repeat;
	margin:0px;
	padding:11px 25px 40px 25px;
	font-family:"Arial Black";
	font-size:13px;
	color:#FFFFFF;
	letter-spacing:-1px;
	text-transform:uppercase;
	float:left;
	text-align:left;
}
#header-middle a{
	color:#FFFFFF;
	text-decoration:none;
	margin:0px 20px;
}
#header-middle a:hover{
	color:#CEE7FF;
	text-decoration:none;
	margin:0px 20px;
}
#header-bottom{
	width:970px;
	height:387px;
	background:url(images/header-bg.jpg) no-repeat;
	margin:0px;
	padding:5px 5px 0px 5px;
	float:left;
	clear:both;
}

*:first-child+html #header-bottom{
	width:970px;
	height:387px;
	background:url(images/header-bg.jpg) no-repeat;
	margin-top:-196px;
	padding:5px 5px 0px 5px;
	float:left;
	clear:both;
}

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

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

FORM {
	display: inline;
}
#col-holder{
	margin:0;
	padding:0;
	clear:both;
}
#col-left{
	width:220px;
	height:527px;
	background:url(images/col-left-bg.jpg) no-repeat #FFFFFF right top;
	margin:0px;
	padding:4px 0px 9px 0px;
	float:left;
	text-align:left;
}

/*#col-left img{width: 180px;margin:0px auto 0px -10px; padding:0px;}*/
#container-more{
	width:220px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
}

#container-more img{width: 170px;margin:0px auto 0px -20px; padding:0px;}


#col-right{
	width:755px;
	height:527px;
	background:#FFFFFF;
	margin:0px;
	padding:4px 0px 9px 5px;
	float:left;
}
#right-content{
	width:730px;
	height:513px;
	background:url(images/item_body_bg.jpg) no-repeat #FEFEFE left top;
	color:#333333;
	margin:2px 0px 0px 0px;
	padding:10px 10px;
	float:left;
	overflow:auto;
}

#right-content p:hover{
	text-decoration:none;
	color:#000000;
}

#what-new-holder{
	width:730px;
	height:25px;
	background:url(images/whatisnew_bg.jpg) no-repeat left;
	color:#DBDCD7;
	font-family:"Bell Gothic Std Light";
	font-size:16px;
	text-decoration:none;
	margin:0px;
	padding:5px 10px 0px 10px;
}
.breadcrumbPath {
  float:left;
  padding:0px;
  color:#DBDCD7;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
}
.breadcrumbPath a{
  color:#FFFFFF;
  font-weight:600;
  text-decoration:none;
  text-transform:uppercase;
}
.breadcrumbPath a:hover{
  color:#999;
  font-weight:600;
  text-decoration:none;
}
.prod-holder{
	width:190px;
	height:153px;
	margin:0px auto;
	padding:0px;
}
.prod-name{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#01106D;
	font-weight:600;
}
.prod-name a{
	color:#01106D;
	text-decoration:none;
}
.prod-name a:hover{
	color:#333333;
	text-decoration:none;
}
/*
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: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}*/

.infoBox {
  /*background: #b6b7cb;*/
}

.infoBoxContents {
 	width:210px;
	height:auto;
	clear:both;
	margin:0px;
	padding:2px 0px 2px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1A1A1A;
}
.infoBoxContents a{ 
	color:#1A1A1A;
	font-weight:600;
	text-decoration:none;
}
.infoBoxContents a:hover{ 
	color:#2E4593;
	font-weight:600;
	text-decoration:none;
}

.infoBoxContents2 img{
	width:190px;
	margin:0px auto;
}

.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:#2D70C1;
  color: #ffffff;
}
/* col-left */
.boxTitle {
  	width:200px;
	height:25px;
 	background:url(images/nav_title_bg.jpg) no-repeat left;
	clear:both;
	margin:0px 0px 2px 5px;
	padding:5px 0px 0px 15px;
	color:#DBDCD7;
	font-family:"Arial Black";
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:-1px;
}
.boxTitle a{ 
	color:#DBDCD7;
	text-decoration:none;
}
.boxTitle a:hover{ 
	color:#CEE7FF;
	text-decoration:none;
}

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background:#2D70C1;
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading{
 color:#FFFFFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
  margin: 5px 0 10px 0;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
}

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: #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: #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: #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: 10px; color: #8c8c8c; }
.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:#004891; }
.product-content{
	width:190px;
	height:290px;
	background-color:#FFFFFF;
	margin:10px;
	padding:10px;
	float:left;
	text-align:center;
}
.prod-nav{
	width:170px;
	height:20px;
	background:url(images/addtocart_bg.jpg) no-repeat left;
	margin:0px 0px 0px 10px;
	padding:2px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	text-align:left;
}
.prod-nav a{
	color:#FFFFFF;
	margin:0px 10px 0px 10px;
	text-decoration:none;
}
.prod-nav a:hover{
	color:#CCCCCC;
	margin:0px 10px 0px 10px;
	text-decoration:none;
}

#footer{
	width:960px;
	height:auto;
	margin:0px;
	padding:2px 10px;
	text-align:right;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#DBDCD7;
	background:#000F6E;
	float:left;
}

#footer a{
	color:#DBDCD7;
	text-decoration:none;
	margin:0px 2px;
}

#footer a:hover{
	color:#DBDCD7;
	text-decoration:underline;
	margin:0px 2px;
}


