#Simplex_ProductList_View_Item div
{
      float:left;
      width:45%;
      height:300px; 
      margin-right:10px;     
      margin-bottom:10px;     
      background-color:#fafafa;
      padding:10px;
      border: 1px solid #e3e3e3;
}

#Simplex_ProductList_View_Item div:hover1
{
      background-color:#f3f3f3;
      border: 1px solid #ebc982;
}

#Simplex_ProductList_View_Item div p
{
    margin:0px;
    padding:0px;
}

#Simplex_ProductDetail_View div
{
      float:left;
      width:45%;
      margin-right:10px;     
      margin-bottom:10px;     
      background-color:#fafafa;
      padding:10px;
      border: 0px solid #e3e3e3;
}

#Simplex_ProductDetail_View div p
{
    font-size:12px;
    margin:0px;
    padding:0px;
}
