#compare {
	clear: both;
	overflow: hidden;
	margin-bottom: 32px;
}

#compare ul {
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
}

#compare > ul > li {
	margin-bottom: 12px;
	font-size: 14px;
	color: #000000;
	float: left;
	width: 295px;
}

#compareTools a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	padding: 0px 12px;
	text-align: center;
	margin-right: 12px;
}

#compareTools .show {
	background-color: #2b2b2b;
}

#compareTools a.hide:active,
#compareTools a.show:active {
	position: relative;
	top: 1px;
}

#compareBlock table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

#compareBlock .left{
	width: 240px;
	vertical-align: top;
	font-size: 14px;
}

#compareBlock .left .wrap {
	border: 1px solid #eee;
}

#compareBlock .left span.heading {
	margin-top: 36px;
	display: block;
	margin-left: 12px;
	margin-bottom: 12px;
}

#compareBlock .left .propList {
	border-top: 1px solid #eee;
}

#compareBlock .left .propList li {
	border-bottom: 1px solid #eee;
	padding-left: 12px;
	text-align: left;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	white-space: nowrap;
}

#compareBlock .left .propList li.selected {
	background-color: #f6f6f6;
}

#compareBlock .left .propList li:last-child {
	border-bottom: 0px;
}

#compareBlock .leftTools a.all:active,
#compareBlock .leftTools a.different:active {
	position: relative;
	top: 1px;
}

#compareBlockSubject {
	width: 10px;
	height: 10px;
	opacity: 0;
}

#compareBlock .right {
	width: 100%;
	padding-left: 8px;
	font-size: 14px;
	vertical-align: top;
}

#scrollTable > ul {
	width: 900px;
}

#scrollTable > ul > li:first-child {
	margin-left: 0px;
}

#scrollTable > ul > li {
	width: 298px;
	display: block;
	float: left;
	margin-left: 8px;
	margin-bottom: 12px;
}

#scrollTable .imgBlock {
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	height: 190px;
	line-height: 190px;
	text-align: center;
}

#scrollTable .imgBlock:hover{
	opacity: 0.7;
}

#scrollTable li img {
	max-width: 90%;
	max-height: 90%;
	vertical-align: middle;
}

#scrollTable .scrollElement {
	position: relative;
}

#scrollTable .scrollElement .delete + .imgBlock{
	opacity: 0.5;
}

#scrollTable .propList li {
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}

#scrollTable .propList .selected {
	background-color: #f6f6f6;
}

#scrollTable .propList a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #000000;
	display: block;
	
}

#scrollTable .propList a:hover{
	color: #888888;
}
