.compare_link {
	margin-top:7px;
}
.compare_link .compare_button {
	background: #83bf22;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	display: inline-block;	
	height: 28px;
	cursor: pointer;
	text-transform: uppercase;
	padding: 0 15px;
	border: none;
	text-decoration: none;
	display: inline-block;
	zoom: 1;
	font-size: 9px;
	height: 28px;
	line-height: 28px;
	border:0;
}
.compare_link .compare_button:hover {
	opacity:0.9;
}
.compare_link a.link {
	font-size:12px;
	font-size: 11px;
	color: black;
	display: inline-block;
	zoom: 1;
	height: 19px;
	text-decoration: none;
	line-height: 25px;
	margin-left: 8px;
}
.compare_link a.link span {
	border-bottom: 1px dotted;
}
.compare_link a.link:hover {
	color:#1363a8;
}
.differences_table {
	position:relative;
}
.sort_to_compare a.button_active,
.sort_to_compare a.button {
	background: #1d6eb1;
	display:block;
	border-radius: 3px;
	color: #fff;
	font-size:12px;
	float:left;
	width:120px;
	text-align:center;
	text-decoration:none;
	padding: 8px 0;
	margin-right:5px;
	cursor:pointer;
	margin-bottom:15px;
}
.sort_to_compare a.button {	
	background: #C7C7C7;
	color: #444343;
}
.sort_to_compare a.button_active:hover,
.sort_to_compare a.button:hover {
	opacity:0.8;
}
.differences_table .left_arrow, 
.differences_table .right_arrow {
	position:absolute;
	width:13px;
	height:18px;
	background:url(../images/arr_slider.png);
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:20;
	top:90px;
}
.differences_table .left_arrow {
	background-position:right top;
	left:0;
}
.differences_table .left_arrow:hover {
	background-position:right bottom;
}
.differences_table .right_arrow {
	background-position:left top;
	right:0;
}
.differences_table .right_arrow:hover {
	background-position:left bottom;
	right:0;
}
.differences_table .hovered:hover {
	background:#d8d8d8;
}
.differences_table td {
	border-bottom: 1px solid #d8d8d8;
}
.differences_table td.prop_name {
	text-align: left;
	padding: 7px 0 7px 14px;
	color: #403e44;
	font-size:12px;
}
.differences_table  .prop_item {
	font-size:12px;
	color: #403e44;
}
.differences_table .item_td {
	width: 19%;
}
.differences_table .image {
	position:relative;
	text-align:center;
	vertical-align:middle;
}
.differences_table .image {
	text-align: center;
    vertical-align: middle;
	
	
}
.differences_table .table_item {
	border-right: 1px dotted #bfbfbf;
	padding-right: 22px;
	margin-right: 22px;
}
.differences_table a.desc_name {
	color: #1d6eb1;
	font-size: 15px;
	font-weight: bold;
	margin-top:10px;
	display:block;
}
.differences_table a.desc_name:hover {
	color: #444648;
}
.differences_table .price {
	margin-top:10px;
	margin-bottom:20px;
}
.differences_table .price span {
	font-size: 20px;
	font-weight: bold;
	color: #3b3b43;
}
.differences_table .remove_item a {
	font-size: 0;
	display: block;
	position: absolute;
	width: 18px;
	height: 13px;
	top: 0;
	right: 19%;
	background: url(../images/delete.png) no-repeat top;
	z-index:10;
}
.differences_table .remove_item a:hover {
	background-position:bottom;
}
.differences_table .table_item {
	position:relative;
}
.differences_table .preview {
	width: 300px;
}