h1, h2 {
	font-size: 12pt;
	font-weight: normal;
	background-color: #bae8f7;
	width: 430px;
	height: 22px;
	text-align: center;
	padding: 4px 0 0;
	margin: 0;
}
  
h1 {
  background-image: url(../images/iface/catalog/h1.gif);
  background-repeat: no-repeat;
  background-position: top right;
  float: left;
  }
    
h1.table {
  font-size: 12pt;
  font-weight: normal;
  background-color: #bae8f7;
  background-image: url(../images/iface/table/h1.gif);
  background-repeat: no-repeat;
  background-position: top right;
  width: 616px;
  height: 22px;
  text-align: center;
  padding-top: 4px;
  margin: 0;
  }

h2 {
  background-image: url(../images/iface/catalog/h2.gif);
  background-repeat: no-repeat;
  background-position: top left;
  float: right;
  }
  
#leftbig, #rightbig {
  height: 192px;
  width: 430px;
  text-align: center;
  }
  
#leftbig img, #rightbig img {
  margin-top: 0px;
  }
  
#leftbig {
  float: left;
  background-color: #e1f2fa;
  }
  
#rightbig {
  float: right;
  background-color: white;
  }
  
  
  
  
  
  
#categories {
  background-color: #e1f2fa;
  height: 23px;
  width: 884px;
  clear: both;
  }
  
#categories a, #categories a:visited {
  font-size: 8pt;
  color: #555;
  text-decoration: none;
  width: 105px;
  height: 18px;
  padding-top: 5px;
  float: left;
  display: block;
  text-align: center;
  }

#categories a:hover {
  text-decoration: underline;
  }
  
.cat_center {background-image: url(../images/iface/catalog/cat_center.gif);}
.cat_left {background-image: url(../images/iface/catalog/cat_left.gif);}
.cat_right {background-image: url(../images/iface/catalog/cat_right.gif);}

.cat_center_selected {background-image: url(../images/iface/catalog/cat_center_selected.gif);}
.cat_left_selected {background-image: url(../images/iface/catalog/cat_left_selected.gif);}
.cat_right_selected {background-image: url(../images/iface/catalog/cat_right_selected.gif);}


.catitem,
.catitem a, .catitem a:visited {
	font-size: 10pt;
	color: #3faae2;
	text-decoration: none;
	text-align: center;
}
.catitem {
	width: 185px;
	/*height: 120px;*/
	height: auto;
	margin: 20px 18px;
	padding-top: 10px;
	display: block;
	float: left;

}
	.catitem a:hover {
		text-decoration: underline;
	}


	.catitem .item_power_wrap {
		font-size: 8pt;
		color: #555;
		background: #e7f5fb;
		padding: 5px 0;
		margin: 5px 0;
	}
		.catitem .item_power_wrap .power_block {
			display: inline-block;
		}
		.catitem .item_power_wrap .power_block + .power_block {
			margin-left: 20px;
		}
			.catitem .item_power_wrap .power_block .power_kva {
				font-size: 10pt;
				font-weight: bold;
				color: #000;
			}
	
	.catitem span {
		margin: 0 auto 5px;
		color: #555;
		text-decoration: none;
		font-size: 8pt;
		display: block;
	}

	.catitem:hover,
	.catitem:hover span {
		text-decoration: none;
	}
	.catitem:hover a span {
		text-decoration: underline;
	}

	.catitem img {
		margin: 0 auto;
		display: block;
	}
	.catitem a.buy {
		width: 96px;
		height: 22px;
		background-image: url("../img/iface/catalog/buy.png");
		color: #3FAAE2;
		font-size: 11pt;
		font-weight: bold;
		/*	text-align: center;
		text-decoration: none;*/
		margin: 5px 0px 0px;
		display: inline-block;
	}
	.catitem a.buy + a.buy {
		margin-left: -12px;
	}
	
	.catitem table.cat_price {
		width: 100%;
		border: none;
	}
		.catitem table.cat_price th,
		.catitem table.cat_price td {
			width: 50%;
			border: none;
			border-collapse: collapse;
			text-align: center;
			color: #555;
		}
		.catitem table.cat_price th {
			font-size: 9pt;
		}
		.catitem table.cat_price .price_r_td td {
			color: #666;
			font-size: 10px;
		}






