/* CSS Document */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #3399FF;
}
a:active {
	text-decoration: none;
	color: #CCCC00;
}
/*Left Navigation links */
.navlink {
	padding-left:28px; line-height:15px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;
}
navlink:link {
	text-decoration: none;
}
navlink:visited {
	text-decoration: none;
	color: #565656;
}
navlink:hover {
	text-decoration: none;
	color: #565656;
}
navlink:active {
	text-decoration: none;
	color: #565656;
}
/*headings and stuff*/
.heading {	color: #562703;
	font-size: 14px;
	font-weight: bold;
}
.copyright {
	color: #CCCCCC
}
/*product detail text formatting*/
.detailsHeading{
	font-size: 12px;
	font-weight: bold;
	color: #5A5A5A
}
.detailcat{
	font-size: 12px;
	font-weight: bold;
	color: #000000
}
.detailprod{
	font-size: 12px;
	color: #000000
}
.styleSearch {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}
/*customizing the look of the input fields aka login, search etc.*/ 
.textfield    {
    border-color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    width: 150px;
    height: 12px;/*height of the input field*/
  	margin: 0;
 	padding: 0;
  	border: 0;	
    }
.qtextfield    {
    border-color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    width: 50px;
    height: 12px;/*height of the input field*/
  	margin: 0;
 	padding: 0;
  	border: 0;	
    }	
.prodtxt{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #333333;
	padding-left:12px; padding-top:0px;
}
.prodprice{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #ff0000;
	font-weight: bold;
	padding-left:4px; padding-top:0px;	
}
.styletxt{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #788289;
    width: 80%;
	margin: 0;
 	padding: 0;
  	border: 0;		
}