/*
  $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; }
.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; }

/* CSS Document */
body {
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em
	text-align: center;
	color: black;
	background-color: #C8C8C8;
	background-image: url(../uploads/look/site_bac.gif);
	background-position: top;
	background-attachment: fixed;
	margin: 0px;
}

/* basic divs */

#header {
	margin-left: 22px;
	margin-right: 22px;
	height: 78px;
	background-image: url(../uploads/look/header_bac.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
	position: relative;
}

#righthea {
	position: absolute;
	right:0px;
	top: 0px;
}

#top_nav {
	position: absolute;
	top: 0px;
	right: 0px;
}

#top_nav td {
	margin: 0px;
	padding: 0px;
}

#top_nav a:link, #top_nav a:visited {
   display: block;
	padding: 6px 4px 0px 4px;;
	margin: 0px 4px 0px 0px;
	background-color: #F2F1F1;
	background-image: url(../uploads/look/topbut_off.gif);
	background-position: top;
	border-left: 1px solid #014871;
	border-right: 1px solid #014871;
   border-bottom: 1px solid #014871;
	text-decoration: none;
	color: black;
	font-size: 15px;
}

#top_nav a:hover {
	background-image: url(../uploads/look/topbut_on.gif);
}

#cartholder {
   position: absolute;
	top: 50px;
	right: 0px;
	background-color: black;
	width: 400px;
	color: white;
	text-align: center;
}

#cartlinks {
	padding-top: 3px;
	font-size: 14px;
}

#right_cartlink {
	float: right;
}

#left_cartlink {
	float: left;
}

#cartlinks a:link, #cartlinks a:visited {
	color:white;
	font-weight: bold;
	text-decoration: none;
}

#cartlinks a:hover {
	color: #ADBEC8;
}

#breadcrumbs {
	font-size: 10px;
	color: black;
	position: absolute;
	top: 60px;
	left: 10px;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	color: black;
}

#breadcrumbs a:hover {
	color: #005485;
}

#shopblocker {
	margin-top: 17px;
}


#navigation {
padding-left: 17px;	
}

#navigation_end {
	clear: both;
	background-color: black;
	height: 5px;
	font-size: 3px;
	margin-left: 206px;
	margin-right: 20px;
}

#ender {
	clear: both;
	background-color: black;
	height: 5px;
	font-size: 3px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation li {
	list-style: none;
	margin-bottom: 6px;
}

/* within the navigation div - these control how links will look */

#navigation a:link, #navigation a:visited {
	display: block;
	width: 186px;
	height: 18px;
	padding-top: 2px;
	padding-left: 5px;
	background-image: url(../uploads/look/sidenav_off.gif);
	border: black solid 1px;
	color: black;
	font-size: 13px;
	text-decoration: none;
}

#navigation a:hover {
	background-image: url(../uploads/look/sidenav_on.gif);
}

#navigation li ul {
	margin-top: 6px;
}

#navigation li li{
	list-style: none;
	margin-bottom: 6px;
	margin-left: 10px;
}

#navigation li li a:link, #navigation li li a:visited {
	display: block;
	width: 186px;
	height: 18px;
	padding-top: 2px;
	padding-left: 5px;
	background-image: none;
	border: none;
	color: black;
	font-size: 13px;
	text-decoration: none;
}

#navigation li li a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#info {
	margin-left: 22px;
	margin-right: 22px;
	font-size: 8px;
	text-align: right;
}

#seo {
	margin-left: 22px;
	margin-right: 22px;
	font-size: 8px;
	text-align: right;
}

#cartlinks a:hover {
	color: #ADBEC8;
}

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

A:hover {
  color: navy;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  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-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #6CBBEA;
}

.infoBoxContents {
  background: #6CBBEA;
  font-size: 10px;
  background-image: url(../uploads/look/box_bac.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-size: 11px;
  font-weight: bold;
  background: #6CBBEA;
  color: #ffffff;
  border-bottom: 1px solid white;
}

TD.infoBox, SPAN.infoBox {
  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: #6CBBEA;
  border-spacing: 0px;
}

.productListing-heading {
  font-size: 10px;
  background: #6CBBEA;
  color: #ffffff;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
 font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }

.boxText ul {
	margin: 0px;
	padding: 0px;
}

.boxText li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.boxText a:link, .boxText a:visited {
	display: block;
	margin-bottom: 6px;
}

.boxText a:hover {
	color: Navy;
}

.boxText li li a:link, .boxText li li a:visited {
	display: block;
	margin-bottom: 4px;
	border-left: 1px solid navy;
	padding-left: 6px;
}

.boxText li li a:hover {
	color: Navy;
}


