/* CSS Document */
.price {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: bold;
	
}
.phone {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 10px;
	color: #333333;
	font-weight: bold;
}
.bulletList {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #006633;
	text-decoration: none;
	list-style-type: square;
		border-bottom: 1px solid #BDF2C8;
					padding: 2px 0px 2px 0px;
}
A.bulletList {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #006633;
	text-decoration: none;
	list-style-type: square;
		border-bottom: 1px solid #BDF2C8;
					padding: 2px 0px 2px 0px;
}	
A.bulletList:hover {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #006633;
	text-decoration: underline;
		border-bottom: 1px solid #BDF2C8;
					padding: 2px 0px 2px 0px;
}
A.bulletList:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #006633;
	text-decoration: none;
	list-style-type: square;
		border-bottom: 1px solid #BDF2C8;
					padding: 2px 0px 2px 0px;
}
.testoBoxCat {
	font-size: 10px;
	color: #006633;

}
.titoliLight {

	font-size: 15px;
	height: 10px;
	color: #333333;
		border-bottom: 1px solid #EBEBEB;
}
.titolicatalogo {

	font-size: 15px;
	height: 10px;
	color: #006600;
	font-weight: bold;
		border-bottom: 1px solid #EBEBEB;
}
.testoSmallCat {
	font-size: 11px;
	color: #006600;
	font-weight: normal;


}
ol ul{
	margin:0;
	padding:0;
	list-style:none;
}
ol li {	
	margin-top:15px;
}
ol ul li {	
	margin-top:2px;
}
ol ul ul{
	padding:0 0 0 15px;
}
#carrello {
	background-color:#F3E1E1
}
#carrello td {
	padding:2px 4px;
	border-bottom:1px solid #CDCDCD;
	/*font-size:11px;*/
	height:18px;
}
#carrello td.bulletList {
	background-color:	#E6E5E4;
}
#carrello td.bulletList A { 
	color:#AD2C2C;
	text-decoration:none;
	font-size:9px;
	}
#carrello	.testoBoxCat {
	color:#3E3E3E;
	font-weight: bold;
	font-size: 9px;
}
#carrello	 div {
	margin:4px 2px 0px 2px;
	
}
#carrello #info {
	background-color:#FFFFFF;
}
#carrello img {
	margin: 4px 0;
}
#carrello #titolo td, #carrello #titolo td img{
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	height:24px;

}

