/*
  $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
*/
html{
	overflow: -moz-scrollbars-vertical;
}
table{
}
.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: #a97ad8; text-decoration: none; } */
/* .orderEdit:hover { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #a97ad8; text-decoration: underline; } */

a span.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #562786; text-decoration: none; }
a:hover span.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #a97ad8; text-decoration: none; }

.productTitle{
	font-weight:bold;
	font-size:12px;
	margin-bottom:5px;
}
.productModel{
	font-size:10px;
	margin-bottom:10px;
}
.productDescriptionHeading{
	font-size:10px;
	margin-bottom:3px;
}
.productDescription{
	font-size:12px;
	margin-bottom:10px;
}
.productChartText{
	/*padding-top:5px;
	padding-left:10px;*/
	font-size:12px;
	font-weight:bold;
}
.productChartText a:link, .productChartText a:visited{
	text-decoration:underline;
}
.productChartText a:hover{
	text-decoration:none;
}
.left_space{
	padding-left:5px;
}
.radioConnector{
	margin-left:10px;
	margin-right:5px;
	position:relative;
	top:3px;
}
#priceTable{
	background:#fff;
	border:2px solid black;
}
#priceTableQuick{
	background:#562786;
	border:2px solid black;
	font-size:9px;
}
#priceTable td, #priceTableQuick td{
	text-align:center;
}
.priceHeader{
	border-right:1px solid black;
	color:#fff;
}
.priceSelected{
	background:#ccc;
	color:#000000;
}
.tdBorder{
	border-right:1px solid black;
	border-top:1px solid black;
}
.bold{
	font-weight:bold;
}
body {
  background: #fff url('images/layout/bg_rpt.jpg') top left repeat-x;
  color: #000000;
  margin: 0px;
  /*margin-top:10px;*/
  font-family: Verdana, Arial, sans-serif;
}
p{
	margin:0px;
	padding:0px;
	font-size:12px;
}
a:link, a:visited {
  color: #562786;
  text-decoration: none;
}

a:hover {
  color: #a97ad8;
  text-decoration: none;
}

FORM {
	display: inline;
}
/* =============================================== */

#centeredcontent {
	width: 936px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -468px; 
}
#impact_header{
	background:url(images/layout/top_banner.jpg) no-repeat;
	height:106px;
	width:936px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	
}
#impact_header a:link, #impact_header a:visited{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#impact_header a:hover{
	color:#562786;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.breadcrumb, .breadcrumb a:link, .breadcrumb a:visited{
	font-size:16px;
	font-weight:bold;
	color:#562786;
	margin:0px;
	padding:0px;
}
.breadcrumb a:hover{
	font-size:16px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
/* =============================================== */
TR.header {
  background: #ffffff;
}	
TD.headerNavigation {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  height:20px;
}

A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: #000000;
}

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;
}

.footer {
  background:url(images/layout/footer_bg.gif);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight:bold;
  color:#333333;
}

#column_left .infoBox {
  background: #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}
#column_left .infoBox a:link,#column_left .infoBox a:visited {
	color: #ffffff;
}

#column_left .infoBox a:hover {
	color: #562786;
}
#column_left .infoBoxContents {
  border:none;
  background: #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

.infoBoxNotice {
  background:#333333;
  color: #ffffff;
}

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

.infoBoxHeading {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background:#666666;
  color: #ffffff;
 /* padding-left:7px;
  padding-top:2px;
  height:22px;*/
}

.prodListingImage{
	border:2px solid white;
}
.prodListingImage:hover{
	border:2px solid #562786;
}
.prodListingText{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, 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:#E9E9E9;
}

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

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

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

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color:#999999;
}

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;
}
.text p{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  margin:8px;
}
.text ul{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}
.address p{
	margin:3px;
	margin-left:8px;
}
.address h3{
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  margin:8px;
}
.address h4{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  margin:8px;
}
.news_table{
	 margin-left:8px;
	 margin-bottom:8px;
	 border-bottom:1px solid black;
}
.news_table h3{
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  margin:0px;
  margin-bottom:3px;
}
.news_table .heading{
	height:22px;
	vertical-align:top;
}
.news_table p{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin:0px;
	padding:0px;
	margin-left:8px;
}
.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;
}
.chargerCups{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align:center;
	margin:0px;
	margin-top:8px;
}
.chargerCups th{
	color:#000000;
}
.tableBorder{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border:1px solid black;
	text-align:center;
	margin:8px;
}
.tableBorder th{
	border:1px solid black;
	background:#562786;
	color:#FFFFFF;
}
.tableBorder td{
	border:1px solid black;
}
.tableBorder tr:hover{
	/*background:#BFE7A3;*/
}

.tableBorder-print{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border:1px solid black;
	text-align:center;
}
.tableBorder-print th{
	border:1px solid black;
	background:#562786;
	color:#FFFFFF;
}
.tableBorder-print td{
	border:1px solid black;
}

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;
}
.border {
	border:2px solid #562786;
}
.noborder {
	border:none;
}
TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  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: #CCCCCC; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #DFDFDF; }

.checkoutBarFrom, a.checkoutBarFrom { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #562786; }
.checkoutBarFrom, a:hover.checkoutBarFrom { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #a97ad8; }
.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; }
.keyword_button{
	vertical-align:top;
	position:relative;
	top:1px;
}
.category{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	
}
.category a:link, .category a:visited{
	color:#999999;
	padding-left:10px;
}
.category a:hover{
	color:#999999;
	text-decoration:none;
}
.subcategory{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	background:#e2e2e2;
}
.subcategory a:link, .subcategory a:visited{
	color:#000;
	padding-left:10px;
}
.subcategory a:hover{
	color:#000;
	text-decoration:none;
}
.category_items_link{
	padding:2px;
	padding-right:0px;
	float:left;
	cursor:pointer;
}
#graphicbuttons{
	position:absolute;
	bottom:30px;
	width:625px;
}
#graphicbuttons img{
	behavior: url("iepngfix.htc");
}
.moreabout, .moreabout a:link,.moreabout a:visited{
	margin:0px;
	padding:0px;
	font-size:11px;
	color:#999999;
}
.moreabout a:hover{
	font-size:11px;
	color:#562786;	
	text-decoration:underline;
}

#home_image{
	position: absolute;
	top:132px;
	z-index: 5;
	height:435px;
}
#home_flash{
	position: absolute;
	top:132px;
	z-index: 10;
}
#home_buttons{
	position: absolute;
	top:442px;
	z-index: 8;
}
#home_news{
	position: absolute;
	top:115px;
	right: 15px;
	z-index: 15;
	color: #fff;
	text-align: right;
}
#home_buttons img{
	border: none;
	height: 115px;
	behavior: url("iepngfix.htc");
}

/* News Scroller */
#news_scroller{
	float: left;
	margin-left: 0px;
	margin-right: 5px;
	color: #fff;
}
#news_scroller p{
	font-size: 10px;	
}
#pscroller1{
	width: 490px;
	height: 18px;
}
#pscroller1 p, #news_scroller p{
	font-size: 10px;
}
#pscroller1 a:link, #pscroller1 a:visited, #news_scroller a:link, #news_scroller a:visited{
	color: #fff;
}
#pscroller1 a:hover, #news_scroller a:hover{
	color: #a97ad8;
}

/* Preview box for Ear Options */

#preview{
	position:absolute;
	border:1px solid #ccc;
	padding: 3px;
	display:none;
	color:#fff;
	background-color: #1A1A1A;
	width: 280px;
}
.description{
	display: none;
}
.preview_table{
	background-color: #373737;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size: 10px;
	text-align: center;
}
.preview_table td{
	width: 100px;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
}

#flash_area {
	width: 936px;
	height: 265px;
	margin: 0 auto;
	background: url('images/layout/flash_area_nojs.jpg') top left no-repeat;
}
.menu_btn img {
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	margin-bottom: 1px;
}
#currency_bg {
	width: 114px;
	height: 46px;
	margin: 0;
	padding: 0;
	margin-bottom: 1px;
	background: url('images/layout/currency.jpg') top left no-repeat;
	float: left;
	position: relative;
}
#currency{
	position:absolute;
	top:25px;
	right:35px;
}
#main_c {

	background: url('images/layout/content_btm.jpg') bottom left no-repeat;

}

#main_content {
	background: url('images/layout/content_top.jpg') top left no-repeat;
	padding: 20px;
	padding-bottom: 55px;
}
#main_content_2 {
	background: url('images/layout/content_top_2.jpg') top left no-repeat;
	padding: 20px;
	padding-bottom: 55px;
}

.col_left {
	float: left; 
	width: 48%; 
	text-align: justify;
	clear: left;
}

.col_right {
	float: right; 
	width: 48%; 
	text-align: justify;
	clear: right;
}

h1{
	font-size: 16px;
	font-weight: bold;
	color: #562786;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

h2 {
	
	margin-top: 0;
	font-weight: bold;
	font-size: 14px;
	border-bottom: #562786 solid 5px;

}

#impact_header table tr td span.header_green {
	color: #a97ad8;
	font-size: 11px;
	font-weight: normal;
}

#impact_header span.header_green a {
	color: #a97ad8;
	font-size: 11px;
	font-weight: normal;
}
#impact_header span.header_green a:hover {
	color: #f7f7f7;
}
input.header_border {
	background: black;
	color: #fff;
	border: 2px solid #27123c;
	font-size: 11px;
}
#footer {
	background: url('images/layout/bg_btm.jpg') top left no-repeat;
	width: 936px;
	height: 42px;
}
#footer a {
	font-weight: bold; 
	color: #562786;
}
#footer a:hover {
	color: #a97ad8;
}
#footer div {
	position: relative;
	top: -30px;
}
#footer.home div {
	position: static;
}
#column_left .infoBox #categories a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
#categories{
	padding:0px;
	margin:0px;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}
#categories li{
	height:20px;
	padding-top:7px;
	padding-left:5px;
	border-top:1px solid white;
}
.selected{
	height:20px;
	width:100%;
	margin:0px;
	padding:0px;
	padding-top:7px;
	padding-left:5px;
	padding-bottom:0px;
	margin-bottom:-7px; /*stupid IE6 hacks...I can't wait until that browser is gone for good*/
	margin-left:-5px;
	position:relative;
	bottom:7px;
	right:0px;
	background:#562786;
}
#column_left .infoBox #categories .sublevel{
	display:none;
	height:17px;	
	padding-top:2px;
	padding-left:25px;
	background:#562786;
	border-top:none;
	font-weight:normal;
}
#column_left .infoBox #categories .sublevel .selected{
	height:17px;
	padding-top:2px;
	padding-left:25px;
	position:relative;
	top:-2px;
	left:-25px;
	background:#999999;
}
#column_left .infoBox #categories li:hover{
	background:#999999;
}

#cat_menu {
	visibility: hidden;
	position: absolute;
	z-index: 1000;
	top: 105px;
	left: 378px;
	background: #fff;
	border: solid 1px #562786;
	border-top: none;
	width: 200px;
}
#cat_menu #categories ul {
	padding: 0;
	margin: 0;
	width: 190px;
}
#cat_menu #categories li {
	height: 10px;
	background: url('images/layout/dropdown_sep.jpg') bottom center no-repeat;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 9px;
	margin: 0;
	width: 190px;
}
#cat_menu #categories li.sublevel {
	padding-left: 13px;
	display: none;
}

#cat_menu #categories a {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	padding: 1px;
}
#cat_menu #categories a:hover {
	color: #fff;
	background: #a97ad8; 
}

#cat_menu #categories .selected {
	height: 10px;
	background: none;
}
#cat_menu #categories .selected a{
	color: #fff;
	background: #a97ad8; 
}
#graphic_btm {
	position: relative; 
	width: 935px; 
	top: -70px; 
	left: -15px; 
	margin-top: 75px;
}
.clearer { height: 1px; width: 100%; clear: both; }

a img { border: 0; }

#map{
	width: 100%;
	height: 340px;
}
#searchBox{
	position: absolute;
	top: 10px;
	right: 115px;
	color: #fff;
}
#flash_warn {
	border: solid 2px red;
	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 600px;
	padding: 5px;
	position: relative;
	top: 70px;
	font-size: 12px;
	text-align: center;
}
#flash_warn h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
#flash_warn a {
	font-weight: bold;
}

.error {
	background: #ffc9c9;
	border: solid 1px red;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}
.error a {
	font-weight: bold;
}