.products_module { position:relative; width:670px; height:auto; padding:29px; }

.products_module div.lightRow { position:relative; background-color:#eaeaea; width:670px; margin-bottom:5px; border:1px solid #383838; }

.products_module div.product { width:650px; overflow:hidden; border:10px solid #eaeaea;  }
.products_module div.product_image { position:relative; float:left; width:100px; height:100px; }
.products_module div.content { position:relative; float:left; width:500px; height:80px; border-left:10px solid #eaeaea;  }
.products_module div.product_title { position:relative;	width:500px; font-weight:bold; float:left; }
.products_module div.product_title a { font-size:13px; }
.products_module div.product_intro { position:relative; width:500px; font-size:8pt; float:left; }
.products_module div.product_intro p { display:inline; font-size:8pt; }
.products_module div.product_intro a:hover { text-decoration:underline; }

.products_nav { position:relative; width:470px; height:20px; text-align:center; }


