@charset "UTF-8";
/* CSS Document */

/* Product Styles */
.item								{ border-bottom: solid 1px #bac4c5; width: 420px; clear: both; }
.item img 							{ float: left; border: none; margin: 0px 5px 5px 0px; } 
.item p								{ margin-left: 105px; }
.CollapsiblePanel p					{ margin-left: 0px; }

.clear:after 						{ content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden; }
.clear 								{ min-height: 1px; }
*html .clear						{ height: 1px; }
