.products_module { position:relative; width:470px; height:auto; }

.products_module div.darkRow { position:relative; background-color:#d2d2d2; width:470px; height:100px; margin-bottom:3px; }
.products_module div.lightRow { position:relative; background-color:#edeeed; width:470px; height:100px; margin-bottom:3px; }
.products_module div.darkRow, .products_module div.lightRow { padding:0; cursor:pointer; }

.products_module div.product { width:450px;	height:80px; padding:10px; overflow:hidden; }
.products_module div.product_image { position:relative; float:left; width:90px; height:80px; }
.products_module div.content { position:relative; float:left; width:350px; height:80px; }
.products_module div.product_title { position:relative;	width:350px; font-weight:bold; float:left; }
.products_module div.product_intro { position:relative; width:350px; font-size:8pt; float:left; }
.products_module div.product_intro p { display:inline; font-size:8pt; }

.products_nav { position:relative; width:470px; height:20px; text-align:center; }


