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

.productrange {width:770px; margin-bottom:30px;} /* outer container */
.productline {width:770px;} /* each line of 5 */
.productitem {width:130px; height:254px; padding:11px; float:left; font-size:11px; text-align:center;} /* individual items */
.productitem a {display:block; text-decoration:none;}
.productitem a:link {color:#505050;}
.productitem a:visited {color:#505050;}
.productitem a:hover {color:#be0707;}
.productitem a:active {color:#be0707;}
.productdesc {height:10px;}
.productitem p {margin-top:0px;}
