

table, td{
	border-collapse: collapse;
	width: auto;
}

td {
	width: 200px;
}
.compare_table {
	width: auto;
	margin: 0px auto;
}
.compare_table img {
	display: block;
}

.compare_head {
	height: 50px;
}
.compare_buttons > a{
	display: block;
	height: 25px;
	line-height: 25px;
    width: 190px;
	text-decoration: none;
}
.compare_buttons > a:hover{
	background: #eee;
}
.compare_buttons > a.choosen{
	background: #ccc;
	color: inherit;
	cursor: default;
}

.compare_table tr:hover > td{
	/*background: #eee;*/
}
.compare_table td{
	text-align: center;
	cursor: default;
    font-size: 14px;
}
.compare_table tr:hover > td:hover{
	/*background: #ccc;*/
}
.compare_table  tr.compare_head:hover > td {
	background: none;
}

.compare_table td.compare_mini_title{
	text-align: left;
    font-size: 16px;

}

.td_fixed1
{
    position: relative;

    width: 100px;
    z-index: 1002;
    text-align: center !important;
}

.compare_table tr > td.compare_title {
	text-align: left;
	font-weight: bold;
    padding-left: 567px;
    background: linear-gradient(to bottom,#D10F46,#D10F46);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D10F46,endColorstr=#D10F46,GradientType=0);
    background-color: #D10F46;
    color: #FFFFFF;
    width:900px;
}
.compare_table tr > td.compare_sub_title, .compare_table tr > td.compare_sub_title:hover {
	text-align: left;
	font-weight: bold;
	background: #eee;
}
.compare_table td
{
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
}
a.compare_clear, a.compare_clear:hover {
	text-decoration: none;
	line-height: 20px;
	font-weight: normal;
}
a.compare_clear > span.compare_clear_text{
	font-size: 14px;
	line-height: 16px;
	border-bottom: 1px dashed;
	vertical-align: top;
}
a.compare_clear:hover > span.compare_clear_text{
	border-bottom: none;
}
a.compare_clear > span.compare_clear_icon{
	color: red;
	font-size: 18px;
	line-height: 20px;
	vertical-align: top;
}
.compare_product
{

    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
    padding-top: 100px;
    background: url("../images/compare_back.png");
    
}
.compare_product_box
{
    position: relative;
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 50px 0px;
    padding-right: 0px;
    padding-top: 0px;
    overflow: auto;
    height: auto;
    max-height: 700px;
}
.compare_product_box_up
{
    position: relative;
    width: 1200px;

    margin: 0 auto;
    background: #FFFFFF;
    padding-top: 10px;
    padding-right: 0px;
    height: auto;
    /*text-align: center;*/
}
.compare_product_box_up > span
{
    font: bold 24px/26px arial;
    color: #D10F46;
}

.compare_hide
{
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 26px;
    padding-right: 10px;
    padding-top: 0px;
    cursor: pointer;
    color: #D10F46;
}
.first
{
    background-color: #D6D6D6 !important;
}
.second
{
    background-color: #EEEEEE !important;
}
.td_fixed
{
    position: relative;
    left: 0px;
    background: #ffffff;

    z-index: 1003;
    text-align: center !important;
    /*border-bottom-width: 1px !important;*/
    border-color: #000000;

}