
#rentals							{ clear:both; }
#rentals .rental					{ clear:both; padding-top:30px; margin-top:30px; border-top:1px solid #ddd; }
#rentals .rental:first-child		{ margin-top:0; padding-top:0; border:none; }
.rental:after						{ content:''; zoom:0; clear:both; visibility:hidden; height:0px; display:block; }
.rental .img						{ float:left; width:30%; }
.rental .img > img					{ display:block; max-width:100%; }
.rental .atc_form					{ float:right; width:50%; }
.rental .atc_form:after				{ content:''; zoom:0; clear:both; visibility:hidden; height:0px; display:block; }
.rental .content					{ clear:both; }


