/* 

CSS Document used to format the positioning of the hot items div used on the default webpage 

*/

#hotitemsheader { position: absolute; top: 100px; left: 625px; width: 200px; height: 20px; background-color: #0033CC; margin: 0px; }
#hotitems { position: absolute; top: 120px; left: 625px; width: 200px; background-color: #FFFFFF; margin: 0px; border-style: solid; border-color: #00CF00; }
.hotProductName{ font-size: 14; }
