/* CSS Document */
body, td {
 font-family: Arial; 
 font-weight: bold; 
 font-size: 12px;
 
}

.left_prod{
	position:absolute; 
	top:50px; 
	left:10px; 
	width: 150px;
	}

.left_prod img{
	height:79;
	border:0px;
	width:136px;
	}

.left_prod li{
	padding-left:5px;
	font-size: 11px;
	text-decoration: none;
	list-style-type:disc;
	}
	

a: active { 
color: #FF9900; 
text-decoration: none ;
} 
a:link { 
color: #666666; 
text-decoration: none;
} 

a:hover { 
color: #FF9900; 
text-decoration: none ; 
/*background-color: rgb(222,222,222);*/
} 
a:visited { 
color: #666666;
text-decoration: none;
} 