/*

  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $


*/



.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }

.breadcrumbs { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

.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 {

  background: #ffffff;

  color: #000000;

  margin: 0px;

}

.floatLeft {
	float: left;
}

A {

  color: #3F3F56;

  text-decoration: none;

}



A:hover {

  color: #BCBCBC;

  text-decoration: underline;

}



FORM {

	display: inline;

}



/*
TR.header {
  background: #000000;
}
*/



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: #666666; 

}



A.headerNavigation:hover {

  color: #000000;

}



TR.headerError {

  background: #f0f0f0;

}



TD.headerError {

  font-family: Tahoma, Verdana, Arial, sans-serif;

  font-size: 12px;

  background: #f0f0f0;

  color: #000000;

  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;

}



#main {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-style: normal;

	font-weight: normal;

	font-variant: normal;

	color: #000000;

}

.class1 a:link      {color: #000099; text-decoration: none}

.class1 a:visited  {color: #000099; text-decoration: none}

.class1 a:hover   {color: #0066FF; text-decoration: underline}

.class1 a:active  {color: #0066FF; text-decoration: underline}

.class1 a:link      {color: #000099; text-decoration: none}

.class1 BODY      {font-family: Verdana; font-size: 10pt; color: #000000; }

.class1 TD          {font-family: Verdana; font-size: 10pt; color: #000000; }

.pName {
	font-weight: bold;
	font-size: 11px;
	/* text-decoration: underline; */
	margin-bottom: 3px;
}

#catalogNav {
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* get rid of the default padding - margin and bullets */
#catalogNav ul {
	padding:0;
	margin:0;
	list-style-type: none;
}

/* make menu horizontal */
#catalogNav ul li {
	position:relative;
	float: left;
	width: 146px;
}

/* set up the default top level links */
#catalogNav ul li a,
#catalogNav ul li a:visited {
	display:block;
	text-decoration: none;
	color:#666666;
	padding-left: 23px;
	padding-right: 25px;
	line-height:20px;
	margin-left: 0px;
	margin-right: 0px;
	left:0;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
}



/* hide the drop down menu */
#catalogNav ul li ul {
	display: none;
}

/* remove all table style so that it does not interfere with the menu */
#catalogNav table {
	margin:-1px;
	border-collapse:collapse;
	font-size:1em;
}


/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
#catalogNav ul li:hover a,
#catalogNav ul li a:hover {
	text-decoration: none;
	background-color: #f0f0f0;
}

/* make the drop down menu show and correctly position it */
#catalogNav ul li:hover ul,
#catalogNav ul li a:hover ul {
	display: block;
	background-color: #f0f0f0;
	margin-top: 10px;
	position: absolute;
	left:0;
	border-top:0;
	top: 13px;
	width: 140px;
	padding: 3px;
}

/* style the drop down links with no hover */
#catalogNav ul li:hover ul li a,
#catalogNav ul li a:hover ul li a {
	display:block;
	border:0;
	margin:0;
	font-weight:normal;
	font-size:0.9em;
	height:auto;
	line-height:1em;
	padding:5px;
	background-color: #ffffff;
	color: #666666;
}


#catalogNav .subCat li {
	display: block;
	width: 140px;
}
#catalogWrap {
	background-color: #333333;
	text-align: center;
}

#catalogNav li ul li {
	margin-left: 0;
	display: block;
	padding: 0px;
}

#catalogNav li ul{
	margin-left: 0;
	list-style-type: none;
	padding: 0px;
}


/* IE5.5 hack for faulty box model in drop down menu */
#catalogNav ul li a:hover ul li a {
	background:#f0f0f0;
	width:140px; /* for IE5.5 faulty box model */
	w\idth:130px; /* for IE6 */
}

#catalogNav li {
	margin: 0;
	display: block;
}


#catalogNav .subCat li a {
	text-decoration: none;
	border: none;
	display: block;
	padding: 5px;
}

#catalogNav .subCat li a:hover {
	text-decoration: none;
	padding-left: 5px;
	border: none;
	background-color: #F0F0F0;
	color: #333333;
}

#brands {

	font-size: 10px;

	font-style: normal;

	font-weight: normal;

	font-variant: normal;

	color: #666666;

}

.class2 a:link      {color: #3F3F56}

.class2 a:visited  {color: #3F3F56}

.class2 a:hover   {color: #BCBCBC}

.class2 BODY      {font-family: Verdana; font-size: 10pt; color: #000000; }

.class2 TD {
	font-family: Verdana; 
	font-size: 10pt; 
	color: #000000; 
}


.infoBox {

  background: #f8f8f9;

}



.infoBoxContents {

  background: #f8f8f9;

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

}



.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: 12px;

  font-weight: bold;

  background-image: url(images/infobox/background.gif);

  color: #0B0551;

  text-align: center;

}





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: #EFEFEF;

}







TD.productListing-heading {

 background-image: url(images/infobox/background.gif);

}



.productListing-heading {

  font-family: Verdana, Arial, sans-serif;

  font-size: 12px;

  color: #0B0551;

  font-weight: bold;

}



A.productListing-heading {

 color: #0B0551;

}



A:hover.productListing-heading {

 color: #0B0551;

}



TD.productListing-data {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

}


TD.pageHeading, DIV.pageHeading {

  font-family: Verdana, Arial, sans-serif;

  font-size: 16px;

  font-weight: bold;

  color: #000000;

}

TD.pageHeading h1, DIV.pageHeading h1 {

  font-family: Verdana, Arial, sans-serif;

  font-size: 16px;

  font-weight: bold;

  color: #000000;
  
  margin-top: 2px;

}



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.smallText, SPAN.smallText, P.smallText {

  font-family: Verdana, Arial, sans-serif;

  font-size: 12px;

  vertical-align: middle;



}



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: #000000;

  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;

}



.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; 
}

.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: #5584BC; color:#ffffff; }

.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; }



.PriceList  { font-family: Verdana, Arial, sans-serif; color: #FF0000; font-size: 13px; font-weight: bold }

.oldPrice { font-family: Verdana, Arial, sans-serif; color: black; font-size: 10px;  text-decoration: line-through }

.Price  { font-family: Verdana, Arial, sans-serif; color: black; font-size: 13px; }



TABLE.popup {
  border-width: 1px;
  border-style: dotted;  
}



ul.sitemap {
	color: #000000;
	font-size: 12px;

}



#infobox {

	font-size: 12px;

	font-style: normal;

	font-weight: bold;

	font-variant: normal;

	color: #0B0551;

}

.header a:link      {color: #0B0551}

.header a:visited  {color: #0B0551}

.header a:hover   {color: #0B0551; text-decoration: underline;}



#infoboxred {

	font-size: 12px;

	font-style: normal;

	font-weight: bold;

	font-variant: normal;

	color: #FF0000;

}

.headerred a:link      {color: #FF0000}

.headerred a:visited  {color: #FF0000}

.headerred a:hover   {color: #FF0000; text-decoration: underline;}



.mainpage {

  font-family: Verdana, Arial, sans-serif;

  font-size: 12px;

  color: #000000;

}



A.mainpage {

  font-family: Verdana, Arial, sans-serif;

  font-size: 12px;

  color: #0B0551;

}

#copyright {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

#rebate_item {
	background-color: #f0f0f0;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.nav {
	text-align: center;
	background-image: url(images/header/nav_top_repeat.gif);
}
