/* CSS Document */
#titleProductView {
        color:#333333;
		font-weight:bold;
		
		text-decoration:none;	
}
#titleProductView:hover {
        color: #FF3300;
		font-weight:bold;
		
		text-decoration:none;	
}
#TextLeftCenter {
		color:#FFFFFF;
		font-weight:bold;
		padding-left:3px;		
		text-decoration:none;
		text-transform:uppercase;		
}
#TextLeftCenter1 {
		color:#333333;
		font-weight:bold;
		padding-left:3px;		
		text-decoration:none;		
}
#TextLeftCenter1:hover {
		color: #FF3300;
		font-weight:bold;
		padding-left:3px;
		text-decoration:none;
		
}
#SubTextLeftCenter {
		color:#333333;
		font-weight:bold;
		padding-left:5px;	
		text-decoration:none;
			
}
#SubTextLeftCenter:hover {
		color:#333333;
		font-weight:bold;
		padding-left:5px;		
}
#TextTopMenu {
		color:#FFFFFF;
		font-weight:bold;
		text-decoration:none;
		text-transform:uppercase;
}
#TextTopMenu:hover {
		color:#FFAA52;
		font-weight:bold;
}	


