.cat_product_card{
	width: 640px;
	overflow: visible;
	border-bottom: solid 1px silver;
	border-right: solid 1px silver;
}
.cat_product_card th,
.cat_product_card td{
	border-left: solid 1px silver;
	border-top: solid 1px silver;
}
.cat_product_card td.parameters{
	border: none;
	text-align: left;
}
.cat_product_card th.card{
	background-color: #EDEDED;
	width: 80%;
	height: 50px;
}
.cat_product_card td.pictograms{
	padding-right: 2px;
	height: 45px;
}
.cat_product_card th.card div{
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	padding-left: 5px;
}
.cat_product_card th.card .name{
	width: 580px;
	text-align: left;
}
.cat_product_card th.card .brand{
	padding: 0;
	float: right;
	height: 100%;
}
.cat_product_card th.card .number{
	font-weight: normal;
	clear: left;
	text-align: left;
	width: 400px;
}
.cat_product_card td.price{
	height: 30px;
	padding-left: 5px;
}
.cat_product_card td.desc div{
	height: 120px;
	padding: 10px;
	overflow: hidden;
}
.cat_product_card td.desc p{
	padding: 0;
	margin: 0;
}
.cat_product_card td.desc p{
	font-size: 11px;
}
.cat_product_card .pictograms img{
	float: right;
	overflow: hidden;
	margin-left: 5px;
}
.cat_parameter_table{
	height: 513px;
}
.cat_parameter_table tr{
	height: 22px;
}
.cat_product_card .parameters{
	width: 50%;
}
.cat_product_card .parameters th{
	padding-left: 5px;
}
.cat_product_card td.right{
	width: 50%;
	text-align: center;
}
.cat_product_card td.right.picture{
	height: 195px;
	overflow: hidden;
}
.cat_product_card div.picture{
	height: 233px;
	line-height: 233px;
	overflow: hidden;
}
.cat_product_card td.right.technical{
	height: 195px;
	overflow: hidden;
}
.cat_product_card .parameters th{
	background: #EDEDED;
}
.cat_product_card .parameters th span{
	height:20px;
	line-height:20px;
	margin-right: 5px;
	display: block;
	float: left;
}
.cat_product_card .parameters td{
	/*background: #F3F3F3;*/
}
.cat_product_card .parameters .first{
	font-weight: bolder;
	text-align: center;
}
div.print{
	width: 640px;
	margin: auto;
	text-align: right;
	padding-top: 10px;
}
div.print a{
	background: transparent url(images/drukuj.gif) no-repeat 615px top;
	display: block;
	height: 20px;
	padding-top: 20px;
}
.download .files_files_list{
	width: 50%;
}
.download .files_files_list td{
	border: none;
}

/******* PRODUCT CARD POPUP ********/

body.popup_body{
	background: white;
	padding-top: 10px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
}
.popup_body .cat_product_card{
	margin: auto;
}

@media print{

body.popup_body{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
}

.cat_parameter_table th div{
	text-align: left;
}

}