.sm_box {
	width: 400px;
	overflow: hidden;
	margin-bottom: 10px;
}

.sm_box h2 {
	width: 300px;
	margin: 0;
	padding-top: 5px;
	padding-left: 5px;
	background-color: red;
	color: white;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
}

.sm_box_main {
	border-top: 3px solid red;
	border-bottom: 3px solid red;
}


.sm_box ul {
	background-color: #f7f7f7;
	overflow: hidden;
	padding: 0;
	margin-top: 0;
	margin-bottom: 2px;
}

.sm_box ul li {
	width: 100%;
	float: left;
	list-style-type: none;
	list-style-position: inside;
	padding: 10px 5px 10px 7px;
	border-bottom: 1px solid white;
}

.sm_box ul li img {
	width: 66px;
	height: 95px;
	border: 1px solid gray;
	float: left;
}

.sm_box ul li .content {
	width: 80%;
	float: right;
	color: #525252;
	font: bold 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}

.sm_box ul li .content h3 {
	margin: 0;
}

.sm_box ul li .content p {
	margin: 0;
}


.sm_box ul li .content a {
	color: #525252;
	font: normal bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

.sm_box ul li .content a:hover {
	text-decoration: underline;
}

.sm_box ul li .content .price {
	color: red;
	font: normal normal 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	float: left;
	width: 100%;
}

.sm_box ul li .content .button {
	color: #fff; text-decoration: none; line-height: 1.5em; 
	padding: 7px 9px;  border-radius: 5px; background-color: rgb(89, 141, 180); float:left;
	margin-top: 5px;
	width: 80px;
	margin-bottom: 5px;
	text-align: center;
	margin-right: 8px;