.single_product {
	width:100px;
	float:left;
	padding:5px 5px 0 5px;
	text-align:center;
	color:#555;
	font-size:10px;
}

.single_product > div {
	width:100px;
	height:100px;
	overflow: hidden;
	background-color:white;
	border:1px solid gray;
	margin-bottom:2px;
}

.single_product > div > div {
	 width:100px;
	 height:100px;
	 overflow: hidden;
	 display: table-cell;
	 vertical-align: middle;
}

.ratingTextNormal {
	color:#666;	
	margin-left:10px;
	font-size:10px;
}

.ratingTextMessage {
	color:black;	
	margin-left:10px;
	font-size:10px;
	font-weight:bold;
}

.description .t {
	font-size:20px;
}

.description {
	padding-top:5px;
}

.description .alfred {
	color:#666;
	padding:5px 0 5px 0;
	font-style:italic;
}

.description .more {
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

.clear {
	clear:both;
}

p {
	margin:0px 0 10px 5px;
	font-size:16px;
}

h1 {
	margin-top:40px;
	margin-bottom:15px;
}