div#header{
  display: none;
}
div#horiz_menu{
  display: none;
}
div#left{
  display: none;
}
div#right{
  display: none;
}
div#footer{
  display: none;
}
div.navigation{
  display: none;
}

div.boxplain, div.cart{
  display: none;
}
h1 {
	margin-bottom: 50px;
}
h2 {
	margin: 0;
	padding: 0;
}
div.img {
  float: left;
  margin-right: 10px;
}
div.img img, div.img a  {
	border: none;
}
table.info{
  float: left;
  clear: both;
  margin-top: 20px;
}
table.info tr td, table.info tr th {
	text-align: left;
	float: left;
}

div.prddetail div.cnt_params ul.lite{
  width: 371px;
  border: 1px solid #CBD1D1;
  margin: 0 0 10px 0;
  padding: 3px;
  float: left;
  list-style: none;
}

div.prddetail div.cnt_params ul.lite li{
  float: left;
  width: 365px;
  background-color: #F2F3F6;
  padding: 0 3px 0 3px;
  margin-bottom: 1px;
  line-height: 200%;
}
div.cnt_params ul.lite li a {
	color: #0E2F5E;
	font-weight: normal;
}
div.prddetail div.cnt_params ul.lite li span.flleft {
	float: left;
}
div.prddetail div.cnt_params ul.lite li span.flright {
	float: right;
}