.list-content .lists_box .product_compare{
	background: url(../images/list.png) no-repeat scroll 0 -357px transparent;
    border: medium none;
    cursor: pointer;
    display: block;
    height: 22px;
    margin: 10px auto 0;
    overflow: hidden;
    text-indent: -222px;
    width: 75px;
    float:left;
}
.html_en .list-content .lists_box .product_compare{
	background-image:url(../images/list_en.png);
}
.list-content .lists_box .compare_checked{
	background-position: -239px -313px;
}
#productcompare .compareUl{
	margin: 0;
	padding:0;
}
#productcompare .compareUl .close,.compare-table .compare-w a.close{
	background: url(../images/compare_bg.png) no-repeat scroll 0 -357px transparent;
	background-position: 0 -65px;
    cursor: pointer;
    display: block;
    height: 15px;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 15px;
}
#productcompare .compareUl .close:hover,.compare-table .compare-w a.close:hover{
	background-position: 0 -92px;
}

#productcompare .compareUl .c-item{
	list-style: none;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D7D7D7;
    height: 81px;
    position: relative;
    margin-bottom:10px;
}
#productcompare .compareUl .c-item i{
	float: left;
}
#productcompare .compareUl .c-item .pic{
 	left: 3px;
    position: absolute;
    top: 15px;
}
#productcompare .compareUl .c-item .tit{
 	height: auto;
    margin: 15px 0 5px 72px;
    overflow: hidden;
    text-align: left;
}
#productcompare .compareUl .c-item .price{
 	margin-left: 72px;
    width: 76px;
}
#productcompare .option {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
#productcompare .option .cpVsBtn{
	background: url(../images/compare_bg.png) no-repeat scroll 0 -357px transparent;
	background-position: 0 0;
    color: #FFFFFF;
    display: inline-block;
    height: 23px;
    line-height: 24px;
    margin: 0 0 5px;
    text-align: center;
    text-decoration: none;
    width: 69px;
}
#productcompare .option .cpClear{
	background: url(../images/compare_bg.png) no-repeat scroll 0 -357px transparent;
	background-position: 0 -120px;
    color: #333333;
    padding: 0 0 0 18px;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    height:23px;
    margin:0 5px;
}
.compare-table{
	 border-bottom: 1px solid #DDDDDD;
     border-left: 1px solid #DDDDDD;
     border-collapse: collapse;
     border-spacing: 0;
     width:100%;
}
.compare-table thead th, .compare-table thead td {
    background: url("../images/compare.png") repeat-x scroll 0 -134px transparent;
    border-bottom: 1px solid #DDDDDD;
    height: 28px;
    overflow: hidden;
    padding: 0;
}
.compare-table th, .compare-table td {
    border-right: 1px solid #DDDDDD;
    height: 25px;
    line-height: 19px;
    text-align: center;
}
.compare-table thead th.tit {
    border-right: 0 none;
    font-weight: 700;
    width: 109px;
}

.compare-table tbody th {
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom: 1px solid #DDDDDD;
    width: 109px;
}
.compare-table th {
    border-right: 1px solid #DDDDDD;
}
.compare-table .content-col{
    border: 1px dotted #DDDDDD;
    word-wrap: break-word;
    vertical-align: top;
}
.compare-table .compare-opt{
    background: url("../images/compare.png") no-repeat scroll -498px -272px transparent;
    float: right;
    line-height: 28px;
    padding: 0 9px;
}
.compare-table .compare-opt span {
    background: url("../images/compare.png") no-repeat scroll -493px -176px transparent;
    cursor: pointer;
    padding-left: 10px;
}
.compare-table .compare-opt .unfold{
	background: url("../images/compare.png") no-repeat scroll -493px -200px transparent;
}
.compare-table .ulPic{
	margin: 0;
    padding: 0;
}

.compare-table .ulPic li{
	list-style: none;
}
.compare-table .ulPic li img {
    background: none repeat scroll 0 0 #FFFFFF;
    vertical-align: top;
}
.compare-table .ulPic li i {
    display: block;
}
.compare-table .highlight,.compare-table .highlight th{
	background: none repeat scroll 0 0 #FFFBBE;
}
.compare-table .hidden{
	display: none;
}
.compare-table .hover,.compare-table .hover th{
	background-color: lightgreen!important;
	cursor: pointer;
}
.compare-table .compare-w{
	width:100%;height:20px;position:relative;
}
