/**
*	Amazon Products Style
**/
.amazonpa-products {
	width: 660px;
	min-height: 180px;
	margin-top: 15px;
	float: left;
	position: relative;
}
.amazonpa-products li {
	width: 216px;
	height: 310px;
	margin-right: 5px;
	padding-left: 5px;
	border-left: 1px #c1c1c1 solid;
	list-style: none;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.amazonpa-products li:last-child {
	padding-right: 5px;
	margin-right: 0px;
	border-right: 1px #c1c1c1 solid;
}
.amazon-count {
	padding: 4px 0 4px 8px;
	margin-bottom: 12px;
	border-top: 5px #000 solid;
	border-bottom: 1px #c1c1c1 solid;
	display: block;
}
.amazon-count:hover, .amazon-count:active {
	color: #339EC0!important;
	border-top-color: #339EC0!important;
}
.count-a {
	text-decoration: none!important;
}
.amazonpa-products li:nth-of-type(1) .amazon-count {
	border-top-color: #9CD14D;
	color: #9CD14D;
}
.amazonpa-products li:nth-of-type(2) .amazon-count {
	border-top-color: #EEA445;
	color: #EEA445;
}
.amazonpa-products li:nth-of-type(3) .amazon-count {
	border-top-color: #D67296;
	color: #D67296;
}
.count-num {
	font-size: 28px;
	margin-right: 8px;
}
.amazon-title {
	padding: 0 12px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	height: 40px;
	overflow: hidden;
	display:block;
}
.amazon-title a:link, .amazon-title a:visited {
	color: #333;
}
.amazon-title a:hover, .amazon-title a:active {
	color: #339EC0;
	text-decoration: none;
}
.amazon-description {
	font-size: 12px;
	color: #888;
	margin-top: 12px;
	padding: 0 12px;
	display: block;
}
.amazon-img-wrp {
	margin-top: 21px;
	text-align: center;
}
.amazon-bottom {
	width: 205px;
	position: absolute;
	bottom: 1px;
	border-bottom: 1px #c1c1c1 solid;
}