#products_compare table {
	border: none;
}

#products_compare th,#products_compare td {
	background: none;
	border-bottom: none;
	border-right: none;
}

#products_compare {
	margin: 0px;
	border: none;
}

#photo_first {
	height: 116px;
	padding: 5px;
	border-right: 1px solid #e6e6e6;
}

/*x:-o-prefocus, #photo_first
{
	height: 116px;
}*/


td#photo {
	height: 116px;
	width: 145px;
	padding: 5px;
	border-right: 1px solid #e6e6e6;
}

#box_photo {
	border: 1px solid #ececec;
	width: 100px;
	background-color: #fff;
	position: relative;
	z-index: 20;
}

#box_photo .image img
{
	max-width: 96px;
	max-height: 100px;
}

#st_button-product_compare_add a {
	display: block;
	padding: 1px 10px 0px 25px;
	background-image:
		url('/images/frontend/theme/default2/stProductsComparePlugin/compare_add.png');
	background-repeat: no-repeat;
	background-position: center left;
	text-align: left;
}

#st_button-product_compare_run a {
	display: block;
	padding: 1px 10px 0px 25px;
	background-image:
		url('/images/frontend/theme/default2/stProductsComparePlugin/compare_run.png');
	background-repeat: no-repeat;
	background-position: center left;
	text-align: left;
}

#products_compare .name {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding: 8px 15px 8px 25px;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

#products_compare .value {
	font-size: 12px;
	color: #000;
	text-align: center;
	padding: 8px 8px;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

#no_products_compare {
	padding-left: 20px;
}

#products_compare tr.rowHover:hover {
	background: #F4F5F4;
}

#products_compare_table_params {
	float: left;
	padding-top: 10px;
	width: 12%;
}

#products_compare_table_params table
{
	width: 100%;
}

#products_compare_table_values {
	float: left;
	overflow-x: auto;
	width: 88%;
	margin-bottom: 5px;
	padding-top: 10px;
}

#product_compare_index {
	padding: 10px;
}

.delete_button {
	position: absolute;
	top: -7px;
	right: -3px;
	z-index: 30;
}