div.form {
	width:200px; 
	margin:0 auto;
}
div.form select {
	display:block;
	margin-top:5px;
	width:200px;
	margin-left:auto;
	margin-right:auto;
}
body {
	margin:10px;
}
table.comparison {
	width:auto;
	margin:0px auto;
	border-collapse:collapse;
}
table.comparison td.item_contener {
	padding:10px 10px 10px 0px;
}

table.comparison div.item_contener {
	position:relative;
}
table.comparison div.item_contener a.delete {
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	padding:3px 20px 3px 0px;
	background:url('../image/icon/icon_comparison_delete.gif') center right no-repeat;
	margin-right:3px;
}

table.comparison td.image {
	vertical-align:middle;
	text-align:center;
}
table.comparison td.border {
	border:1px solid #DBDBDB;
}

table.comparison td.border_top {
	border-top:1px solid #DBDBDB;
}
table.comparison td.border_bottom {
	border-bottom:1px solid #DBDBDB;
}
table.comparison td.border_right {
	border-right:1px solid #DBDBDB;
}

table.comparison td.item_contener {
	vertical-align:top;
}

table.comparison table.item {
	border-collapse:collapse;
}
table.comparison table.item td {
	text-align:center;
	vertical-align:middle;
}
table.comparison table.item td.name {
	background:#FAFAFA;
	border-bottom:none;
	height:45px;
	padding-top:0px;
	padding-bottom:0px;
}
table.comparison table.item td.name a.product {
	display:block;
	text-align:center;
	width: 221px;
}
table.comparison table.item td.name span.producer {
	font-size:10px;
	color:#848484;
}
table.comparison table.item td.name a:hover {
	text-decoration:underline;
}
table.comparison table.item td.price {
	background:#F2F2F2;
	border-top:none;
	font-size:10px;
	color:#747474;
	height:25px;
}

table.comparison table.item td.price span.brutto {
	color:#ff6600;
	font-weight:bold;
	font-size:11px;
}

table.comparison table.item td.price span.old {
	margin-left:20px;
	text-decoration:line-through;
}

table.comparison .technical_data td {
	padding:6px;
}
table.comparison .technical_data .label {
	text-align:right;
	background:#fff;
	border-right:1px solid #DBDBDB;
}

table.comparison .technical_data .value {
	text-align:center;
}