/* Default CSS Stylesheet for a new Web Application project */

BODY {
	margin: 0px 0px 0px 0px;
	background-color : #FFFFFF ;
	color : #000000;
	}

td,tr,p,div {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}
			


A:link	{	
	text-decoration: none;
	color:#ff0000;
	font-weight:bold;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:#ff0000;
	font-weight:bolder;
	}	
		
A:active	{	
	text-decoration:	none;
	color:#ff0000;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:#ff0000;
	font-weight:bolder;
	}
	

.inputboxSearch	{
	border-bottom-style:none;
	border: 1px solid;
	width: 100pt;
	font-size: 11px;
	background:#F0F0F0;
	border-color:#666666;
	}
td.itemDesc{
	
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#f8f0ff;
	width:150px;
	height:75px;
	}
td.itemDescBrand
{	text-align:center;
	font-family:Arial;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	width:150px;
	}	
td.itemDescSpec
{
	text-align:center;	
	font-family:Arial;
	font-size:10px;
	color:#000000;
	}
td.itemDescPrice
{	
	text-align:center;	
	font-family:Arial;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	}
td.spaceRow
{	color:#000000;
	height:20px;
	}	
	
td.itemDescMan{	
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#f1f9ff;
	width:150px;
	height:75px;
	}
	td.itemDescSold
	{
	text-align:center;	
	font-family:Arial;
	font-size:14px;
	color:#ff0000;
	font-weight:bold;	
	}