
div.navigation a {
	text-decoration: none;
	color: #777;
}
div.navigation {
width:690px;
float:right;
}

div.box_list{

width:170px;
text-align:center;
float:left;
}
.prezz{
font-size:105%;
margin-top:25px;
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}
p.scheda {
margin:6px 0;
padding-top:3px;
height:20px;
background-color:#ddd;
font-size:85%;
display:block;

}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	
}
ul.thumbs li.product {
	float: left;
	padding: 0 10px 10px 0;
	margin: 10px 10px 10px 0;
	list-style: none;
	width:150px;
height:255px;
border-bottom:1px dotted #ccc;
border-right:1px dotted #ccc;
text-align:center;
}

ul.thumbs img {
	border: none;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
