/*
  $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
*/
.boxTitle {font-weight:bold; color: #003399}
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 1em; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 1em; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 1em; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 1em; color: #70d250; text-decoration: underline; }

BODY {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px;
  color	: #333;
  margin: 0px;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}


#headerContent {
  background: transparent url(lib/img/masthead.jpg) no-repeat top left;
  font-family:verdana;
  font-size:2em;
  margin: 0;
  color:#000000;
  font-weight:bold;
  text-align:left;
  height:97px;
  width: 910px;
  position: relative;
}

#logoContent {
  position:absolute;
  text-indent: -1000em;
  left:0px;
  top:0px;
  width:197px;
  height:97px;
}
#search_widget {
	position: absolute;
	top: 8px;
	left: 583px;
}
#search_widget label {
	background: transparent url(lib/img/search.gif) no-repeat;
	text-indent: -1000em;
	width: 65px;
	height: 20px;
	display: block;
	float: left;
	font-size: 12px;
}
#stylish_dangler {
  float:left;
  width: 910px;
  height:20px;
  background:url(lib/img/belowTopNav.gif) no-repeat top left;
}
.headerNavigation ul {
 text-align:left;
 background:url(/images/nav_bg.gif);
 margin: 0 0 0 0;
 height:30px;
}
.headerNavigation li {
  display:block;
  float:left;
  color:#000000;
  height: 30px;
  padding: 0 20px 0 20px;
  line-height:30px;
  background:url(/images/nav_button_bg.gif) no-repeat top right;
}
TR.headerNavigation {
  background: #999999;
}

TD.headerNavigation {
  font-family: courier, times new roman, serif;
  font-size: 1em;
  background: #333333;
  color: #ffcc33;
  font-weight : bold;
  padding: 3px 0 2px 2px;
  text-align:center;
  border-right:1px solid #cccccc;
}

A.headerNavigation, A.headerNavigation:hover, A.headerNavigation:link, A.headerNavigation:visited { 
   color: #000000; 
}

TR.headerError {
  background: #FF0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
  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: 1em;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/* COLUMN ELEMENTS*/
td#column_left {
	background: transparent url(lib/img/left-column-bg.gif) repeat-y 0 0;
}
#column_left div{
	background: transparent url(lib/img/left-column-box-header.gif) no-repeat 4px 0;
}

#column_left div h3 {
	font-size: 11px;
	height: 32px;
	text-indent: -1000em;
}

.manufacturer_block h3 {background: transparent url(lib/img/shop-by-manufacturer.gif) no-repeat 10px 10px;}
.category_block h3 {background: transparent url(lib/img/shop-by-category.gif) no-repeat 10px 10px;}
.information_block h3 {background: transparent url(lib/img/information.gif) no-repeat 10px 10px;}

ul {
	padding: 0 0 0 25px;
	margin: 0;
}

li {
	list-style: disc outside url(lib/img/orange-arrow.gif);
	font-size: 11px;
	padding: 0;
}

#bbx_container .anchors li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

/* MAIN COLUMN ELEMNTS */
#popular_head {
	background: transparent url(lib/img/most-popular-subhead.gif) no-repeat 0 0;
	text-indent: -1000em;
	font-size: 18px;
}
#products h2 {
	background: transparent url(lib/img/products-subhead.gif) no-repeat 0 0;
	text-indent: -1000em;
	font-size: 18px;
}
#manufacturer_boxsmall {
	background: transparent url(lib/img/middle-box-small-bottom.gif) no-repeat left bottom;
	width: 149px;
	height: 150px;
	padding: 0 0 10px 0;
}
#manufacturer_boxsmall h3 {
	margin: 0;
	background: transparent url(lib/img/middle-box-small-top.gif) no-repeat left top;
	height: 22px;
}
#manufacturer_boxsmall h3 span {
	background: transparent url(lib/img/manufacturers.gif) no-repeat left top;
	width: 87px;
	height: 8px;
	text-indent:-1000em;
	display: block;
}
#servers_box {
	background: transparent url(lib/img/middle-box-door.gif) no-repeat left bottom;
	width: 349px;
	height: 150px;
	padding: 0 0 10px 0;
}
#servers_box h3 {
	margin: 0;
	background: transparent url(lib/img/middle-box-top.gif) no-repeat left top;
	height: 22px;
}
#servers_box h3 span {
	background: transparent url(lib/img/servers-desktops-parts.gif) no-repeat left top;
	width: 159px;
	height: 10px;
	text-indent:-1000em;
	display: block;
}
.list_col {
	float: left;
	width: 145px;
}
/* OTHER ELEMENTS */
TR.footer {
  background: #e1e1e1;
}

TD.footer {
  color: #000000;
  background-color:#e1e1e1;
  font: 300 11px/17px Arial, sans-serif;
  padding: 5px;
}

.infoBox {
  background: #003399;
}

.infoBoxContents {
  background: #cccccc;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

.infoBoxWarning {
  background: red;
}

.infoBoxWarningContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #003399;
  color: #ffffff;
}

TD.f_infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #FFFFFF;
background-image: url('images/infobox/featured_bar.gif');
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

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: #ffffff;
}

TABLE.productListing {
  border: 0;
  border-style: solid;
  border-color: #333333;
  border-spacing: 1px;
}

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

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
}

td.productListing-data .productSpecialPrice {
	display: block;
}

.zero_width_space {
	font-size: 0;
	width: 0;
}

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

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

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #0755A2;
}

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.mainWarning, P.mainWarning {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: red;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: .8em;
}

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: #ff0000; }


.leftcolumn {
	color : #515151;
	font  : 300 11px/15px Verdana, sans-serif;
}

.rightcolumn {
	color : #515151;
	font  : 11px/15px Verdana, sans-serif;
}

.bodytext {
	color : #333333;
	font  : 11px/15px Verdana, sans-serif;
	width : 480px;
	margin: 6px 0px 0px 30px;
}
A.bodytext:link,
A.bodytext:visited {	
	text-decoration					: underline;
	color							: #17599E; }
	
A.bodytext:hover,
A.bodytext:active {
	text-decoration					: none;
	color							: #17599E; 
}

.bodyheading {
	color : #0755A2;
	font  : 11px/15px Verdana, sans-serif;
	font-weight: bold;
}

.bodytitle {
	color : #0755A2;
	font  : 13px/16px Verdana, sans-serif;
	font-weight: bold;
}
