/* CSS Document */ body { margin: 0px 0 0 0; padding: 0; text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; } /* Form1table is the overall form, td are the cells */ #form1 table{ position: relative; width: 410px; left: -20px; text-align: center; background-color: #F9FBFD; color: #000000; border: 1px solid #D7E5F2; } #form1 td { position: relative; width: 414px; font-size: 0.7em; border: 1px solid $D7E5F2; padding-left: 4px } .labellcell { font: 11px Verdana, Gebeva, Arial, Helvetica, sans-serif; color: #3670A7; background-color: transparent; } .fieldcell { background-color: #F2F7FB; color: #000000; text-align: left; margin-right: 0px; padding-right: 0px; } .dropcell { background-color: #F2F7FB; color: #000000; width: 60px; text-align: left; margin-right: 0px; padding-right: 0px; } .productlistlarge { width: 380px; height: auto; border: 0px solid gray; } .productlist { width: 420px; border: 1px solid gray; cursor: default; background-color: white; } .productlist a { display: block font size:1.1em; cursor: hand; } .productlist a hover{ background-color: blue; color: white; font-weight:bolder; cursor: hand; } .producttitle { font-size: 12px; font-weight: bold; margin-top: 3px; } .producttext { font-size: 9px; font-weight: normal; text-align: left; } .productpic { float: left; margin-top: 5px; margin-bottom:20px; margin-left: 5px; margin-right: 5px; padding: 0px; font-size: 12px; font-weight: bold; } .productinfobox { font-size: 9px; font-weight: normal; }