A:link {text-decoration: none; color: #0000ff;}
A:visited {text-decoration: none; color: #0000ff;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #0000ff;}

td {
	font-size: 11px;
	font-family: tahoma, Verdana, Arial, Helvetica;
	color: #4B4B4B;
}

#cart {
	height:74px;
	width:100%;
	padding:0px;
	margin-top:0px;	
	overflow: hidden;
}
td.tdfirst { 
	font-size: 11px;
	font-family: tahoma,arial,Verdana, Helvetica;
	color: #A7A6A6;
	background-color: #2C1A10;
}
td.tdsecond { 
	font-size: 11px;
	font-family: tahoma,arial,Verdana, Helvetica;
	color: #A7A6A6;
	background-color: #3A2920;
}
#dhtmltooltip{
	font-size: 13px;
	font-weight: 100;
	font-family: tahoma,arial,Verdana, Helvetica;
	color: #ffffff;
	position: absolute;
	border: 1px solid #36668C;
	padding: 5px;
	background-color: #1B486B;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=black,direction=135,strength=3);
}
td.newtdleft { 
	border-left: 0px solid #ffffff;
	border-right: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	font-size: 11px;
	font-family: Tahoma,arial,Verdana, Helvetica;
	color: #3d4d69;
}
td.newtdright { 
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	font-size: 11px;
	font-family: Tahoma,arial,Verdana, Helvetica;
	color: #3d4d69;
}
INPUT.inputbox {
	font-family: tahoma, Verdana;	
	font-size: 11px;
	border: solid 1px #a8c6f2;
	height: 17px;
	background-color: #eff1e8;
	color: #555555;
}
select {
	font-family: Verdana, "MS Serif", "New York", serif;	
	font-size: 11px;
	border: solid 1px #bfc1b8;
	height: 17px;
	color: #73756c;
	background: url(images/forminputbackground.jpg) no-repeat 0 0;
	background-color: #eff1e8;
}
TEXTAREA {
	font-family: Verdana, "MS Serif", "New York", serif;	
	font-size: 11px;
	border: solid 1px #a8c6f2;
	color: #555555;
	background-color: #eff1e8;
}
