/* CSS Document */
#titleProductView {
        color:#000000;
		font-weight:bold;
		padding-left:3px;
		text-decoration:none;	
}
#titleProductView:hover {
		font-weight:bold;
		padding-left:3px;
		text-decoration:none;	
}
#TextLeftCenter {
	color:#000000;
	font-weight:bold;
	padding-left:3px;
	text-decoration:none;
}
#TextLeftCenter1 {
	color:#FFFFFF;
	font-weight:bold;
	padding-left:3px;
	text-decoration:none;
}
#TextLeftCenter2 {
	color:#FFFFFF;
	font-weight:bold;
	padding-left:3px;
	text-decoration:none;
}

#TextLeftCenter3 {
	color:#003333;
	font-weight:bold;
	padding-left:3px;
	text-decoration:none;
}

#TextLeftCenter3:hover {
	color:#FF0000;
	font-weight:bold;
	padding-left:3px;
	text-decoration:none;
}

#SubTextLeftCenter {
		font-weight:bold;
	padding-left:5px;
	padding-right: 5px;
	text-decoration:none;
}
#SubTextLeftCenter:hover {
	font-weight:bold;
	padding-left:5px;
	padding-right: 5px;
	text-decoration:none;
}
#TextTopMenu {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	font-size: 12px;
	text-transform: none;
}
#TextTopMenu2 {
	color:#003333;
	font-weight:bold;
	text-decoration:none;
	font-size: 12px;
	
}
#TextTopMenu:hover {
		color:#003366;
		font-weight:bold;
}	

a:link, a:visited {
	text-decoration  : none;
	color: #000000;  
 
}


