/**
 * Amazon Related Products
 * Author: Alain Gonzalez
 * Plugin URI: http://web-argument.com/amazon-related-products-wordpress-plugin/
*/

#unit_wrapper {
	clear:both;
	overflow:hidden;
}

.unit_cont {
	float:left;
	width:225px;
	height:340px;
	margin:0 30px 30px 0;
	position:relative;
	padding:20px;
	border:solid 1px #CCCCCC;
	-webkit-border-radius:5px;
	border-radius:5px
}

.unit_cont .button, .unit_cont .button-primary {
	position:absolute;
	bottom:20px;
}

.disable {
	right:20px;
}

.clearfix {
	clear:both;
	overflow:hidden;
}
