
/* ============== style for the left nav ================= */
#invoice{
	background-color : #fff;
}

#leftnav p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none; 
	border: 0px #FF9900 none; 
	padding-top: 2px; 
	padding-right: 3px; 
	padding-bottom: 0px; 
	padding-left: 10px
}

#leftnav p.On {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	border: #000000 none;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 10px
}
#leftnav ul{
	margin-top: -10px;
	color: #FF9900;
}
#leftnav  ul li{
	list-style-type : square;
}
#leftnav ul li a{
	 font-family: Arial, Helvetica, sans-serif; 
	color: #000;
	font-size: 12px; 
}


/* ============== style for the boxes on the catalog list and basket pages ================= */

#products p, #products2 p{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000;
}
#products p.productName{
	font-size: 13px; 
	font-weight: bold;
}
#products span.catalogNumber{
	font-size: 11px; 
	font-weight: normal;
	font-style: italic;
	color: #666;
}
#products p a{
	color: #FF0000;
}
#products p a:hover{
	color: #000;
	text-decoration: none;
}
#products table{
	border: 1px solid #fff;
	background-color:#E8E8E8;
}
#products table td{
	padding: 3px 5px 3px 5px;
	border: 1px solid #fff;
}
.light{
	background-color:#ccc;
}
#products2 td{
	border: 1px solid #fff;
}
#products table td p{
	font-size: 10px; 
	color: #000000;
	font-weight: normal;
}

/* ============== style for the shopping cart in the left nav ================= */
#cart table {
	border: 1px solid #fff;
	padding: 2px 2px 2px 2px;
	background-color: #E8E8E8;
}
#cart table p{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #000;
	font-weight: bold;
}
#cart table p a{
	font-size: 10px; 
	color: #000;
}
#cart table td{
	border-bottom: 1px solid #E8E8E8;
}
#cart table td.light{
	background-color:#fff;
}
#cart table td.dark{
	background-color:#ccc;
}

/* ============== style for the pop-up invoice ================= */
#invoice table p{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000;
}
