body { 
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#box-product ul { 
	list-style: none; 
	margin-right:auto; 
	margin-left:auto; 
	padding: 0; 
	max-width: 1200px;
	}
#box-product .buttons {
	margin-bottom: 10px; 
	line-height: 50px; 
	margin-left:auto; 
	margin-right:auto; 
	max-width: 1200px;  
	}
#box-product li {
	background:#eee;
	padding: 20px;
	border-bottom: 1px dotted #CCC; 
	margin-bottom: 1px;
	}
#box-product li:hover {
	background:#ddd
	}
#box-product .lista li { 
	width: 100%;
	height: 120px;  
	}
#box-product .grid li { 
	float: left; 
	width: 25%; 
	height: 50px;
	margin-left:1px;
	}
.buttons a {
	padding:10px;
	text-decoration:none;
	background:#a40000;
	color:white;
	}
.buttons a:focus {
	background:#000
	}
.thumb1{
	max-width:100px;
	max-height:150px;
	float:left;
}
.c-product{
	max-width:1100px;
	float:right;
}
.pr-characteristics ul{
	list-style: none; 
	margin-right:auto; 
	margin-left:auto; 
	padding: 0; 
	max-width: 1000px;
	
	}
.pr-characteristics li{	
	background:#eee;
	padding: 0px;
	border-bottom: none; 
	margin-bottom: none;
	
}
#box-product-repeat { 
	width: 100%;
	height: 120px;  
	}
