
	#prd_col1,
	#prd_col2,
	#prd_col3,
	#prd_col4,
	#prd_col5 {
		float: left;
		margin-right: 18px;
		width: 120px;
	}

	#prd_col1 {
		width: 230px;
	}
	
	div.fw {
		width: 210px;
	}
	
	h1 {
		color: #444;
		font-size: 12px;
	}
	
	#prd_text,
	#prd_footer {
		margin: 10px 0px 20px 0px;
		text-align: justify;
	}
	
	.prd_row {
		border-left: 1px solid #ddd;
		border-top: 1px solid #ddd;
		border-right: 1px solid #ddd;
		float: left;
		height: 25px;
		line-height: 25px;
		padding: 0px 10px 0px 10px;
		width: 110px;
	}
	
	.prd_bot {
		border: 1px solid #ddd;
		float: left;
		padding: 10px 10px 10px 10px;
		width: 110px;
		text-align:center;
	}
	
	.supported_0 {
		background-image: url('../../img/strich.jpg');
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	.supported_1 {
		background-image: url('../../img/haken.jpg');
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	#prd_button_free {
		position: absolute;
		left: 925px;
		top: 475px;
	}
	
	.prd_row_txt {
		float: left;
		width: 200px;
		font-size:10px;
	}
	
	.prd_row_info {
		float: right;
		margin-top: 6px;
		width: 10px;
	}
	
	.clear {
		clear: both;
	}
