/* CSS Document */
#titleProductView {
        color:#000000;
		font-weight:normal;
		padding-left:3px;
		text-decoration:none;	
}
#titleProductView:hover {
		padding-left:3px;
		text-decoration:none;	
}
#TextLeftCenter {
	color:#000000;
	font-weight:bold;
	padding-left:3px;
	text-decoration:none;
}
#TextLeftCenter1 {
	color:#000000;
	font-weight:normal;
	padding-left:3px;
	text-decoration:none;
}
#TextLeftCenter2 {
	color:#000000;
	font-weight:bold;
	padding-left:3px;
	text-decoration:none;
}

#TextLeftCenter3 {
	color:#FFFFFF;
	font-weight:bold;
	padding-left:3px;
	text-decoration:none;
	text-transform: uppercase;
}
#TextLeftCenter4{
	color:#003333;
	padding-left:3px;
	text-decoration:none;
	font-weight: bold;
}
#TextLeftCenter5{
	color:#FF0000;
	padding-left:3px;
	text-decoration:none;
	font-weight: bold;
}
#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:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size: 12px;
	text-transform: none;
}
#TextTopMenu2 {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	font-size: 12px;
	
}
#TextTopMenu:hover {
		color:#FFFFFF;
		font-weight:bold;
}	

a:link, a:visited {
	text-decoration  : none;
	color: #333333;  
 
}


