@CHARSET "UTF-8";

<!--

* {margin:0;padding:0;} 

html {height: 100%;}

body {
   background-color: white;
   font-family:  Arial;
   font-size: 11px;
   color: #656565;
   background-image: none;
   background-repeat: no-repeat;
   line-height: 16px;
   min-width:980px;
   /* required for centering in IE */
   text-align: center;
   font-family:  sans serif,arial, helvetica, verdana; 
   font-size: 8pt;		

}

#main_content {
   background-color: #0078c0 !important;
   font-family:  Arial;
   font-size: 11px;
   color: #656565;
   width:980px;
   border: none;
   padding-top:0px;
   
}

#product1box
{
  float:left;
  width: 310px;
  text-align:left;
  border: 1px solid #AED5E4;
  height:305px;
  overflow:hidden;
  font-size:small;
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  background: white;
  cursor: pointer;
}
#product2box
{
  float:left;
  width: 310px;
  text-align:left;
  border: 1px solid #AED5E4;
  height:305px;
  overflow:hidden;
  font-size:small;
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  background: white;
    cursor: pointer;

}
#newshighligtbox
{
  float:left;
  width: 350px;
  text-align:left;
  border: 1px solid #AED5E4;
  height:305px;
  overflow:auto;
  font-size:small;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
  background: white;
  cursor: pointer;
  /*background: url(../images/box1.png);*/
}

-->