html, body {
padding:0;
margin:0;
}

td {
font-size: 14px;
}

.boxProdotti {
	margin:25px 0 0 40px;
}

.boxProdotti .contProd {
	text-align:center;
	background-color:#FFF;
	width:95px;
	height:175px;
	float:left;
	margin:0 11px 0 0;
	border:1px solid #BFBFBF;
}
.contProd img {margin:5px 0;}

.tag_a_brand {
	color:#000; 
	text-decoration:underline; 
	font-weight:bold;
}

.tag_a_details {font-size:11px;}
.tag_a_complete {
	color:#FF0000;
	font-size:15px;
	
}

.tag_a_product {
	color:#447BBE; 
	font-size:11px;
	font-weight: 300;
}

A IMG {
 border: none; /* Убираем границу */
}

UL.menu {
padding: 0; /* Убираем поля для браузера Firefox */
 margin-left: 10px; /* Отступ слева */
}

UL.menu  li a {
color: #940F04;
font-size:14;
font-weight:600;
text-decoration: none;
}

UL.menu  li a:hover {
color: #000000;
font-size:14;
font-weight:600;
text-decoration: underline;
}

a {
	color:#447BBE; 
	font-weight: 600;
}


