TD {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}

P {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}

TD.smaller {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}

P.smaller {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}

HR {
	height : 1px;
	color : #00CCFF;
}



/* Added */
P.catname {
text-align: left;
margin-top: 0px;
margin-bottom: 4px;
vertical-align:top;
}
P.catname A:{
text-align: left;
margin-top: 0px;
margin-bottom: 4px;
vertical-align:top;
color : #00CCFF;
}

P.catdesc {
margin-top: 0px;
margin-bottom: 4px;
vertical-align:top;
text-align:left;
}

IMG.catimage {
border:1px;
border-width: 1px;
border-color: #00CCFF;
border-style: solid;
vertical-align:top;
}

TD.catimage {
vertical-align:top;
}

TD.catname {
vertical-align:top;
text-align: center;
}

TD.catnavigation {
vertical-align:middle;
text-align: left;
}

TD.mincart {
	font-size: 10px;
	font-family : Verdana;
}

P.mincart {
	font-size: 10px;
	font-family : Verdana;
}

TD.detailimage {
	vertical-align:top; /* Vertical Position of Detail Images Relative to Text */
}

IMG.prodimage {
border-width: 1px;
border-color: #00CCFF;
border-style: solid;
vertical-align:top;
}

SPAN.price { 
color: #ffffff; 
}

A:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	text-indent: 10px;
	text-decoration:underline;
}
A:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color : #00CCFF;
	font-weight: normal;
	text-indent: 10px;
	text-decoration:underline;
}
A:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color : #00CCFF;
	font-weight: normal;
	text-indent: 10px;
	text-decoration:underline;
}
A:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color:	#999999;
	font-weight: normal;
	text-indent: 10px;
	text-decoration:none;
} 

/* This is for Table and Cell Background Color for Search, Tracking, Order Status, Checkout */
TABLE.cobtbl{
background-color:#000000;
border-width: 1px;
border-color: #00CCFF;
border-style: solid;

} 
TD.cobhl{
background-color:#333333; /* Cell Highlights*/
border-width: 1px;
border-color: #00CCFF;
border-style: solid;
}
TD.cobll{
background-color:#000000; /* Cell Lowlights*/

}

/* This is for product pages */
/* div.prodid: The properties of text "Product ID" */
/* div.prodname: The properties of the product name on the product page */
/* div.proddiscounts: The properties of the discounts text for the product page */
/* td.prodimage: The alignment of the product image on the product page */
/* img.prodimage: The properties of the product image */
/* div.proddescription: The properties of the text in the short product description */
/* div.prodoptions: The properties of the product options on the product */
/* div.prodprice: The properties of the price on the product page */