.product .before_title {
	color: #9EAF3E;
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 5px;
}
.product .location {
	color: #56583C;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 5px;
}
.product .location a {
	color: #56583C;
	text-decoration: none;
}
.product .location a:hover {
	text-decoration: underline;
}
.product .codeBefore div {
	padding-left: 20px;
}
.product_single_product .lead {
	font-weight: bold;
}
#center .codeAfter ul.product_list {
	list-style: none;
	clear: both;
}
#center .codeAfter ul.product_list li {
	border: 1px solid #EFF1E2;
    margin: 0 20px 20px 0;
    padding: 0;
    float: left;
}
#center .codeAfter ul.product_list li.last_in_line {
	margin: 0;
}
#center .codeAfter ul.product_list li a.thumb {
	display: block;
	overflow: hidden;
	width: 151px;
	height: 100px;
}
#center .codeAfter ul.product_list li h4.title {
	padding: 5px;
	width: 140px;
}
#center .codeAfter .under_image p {
	margin-top: 1em;
}

