/*vps 独立主机详细信息CSS 代码*/
#vps-info{
text-align: center;
margin: 0 auto;
width: 930px;
border: 1px solid #ccc;
padding: 5px;
}

#vps-info p{
text-align:left;
padding: 10px;
background: #FFFF99;
color: #333333;
}
#vps-info p strong{
color:#CC0000;
}


#vps_tb {
width: 100%;
}
#vps_tb td{
height: 35px;
}

#vps_tb tr.one {
	color:#0F4276;
	background-color: #CCCCCC;
	text-align:center;
	}

#vps_tb tr.two {
	color:#0F4276;
	background-color:#E6E6E6;
	text-align:center;
	}

#vps_tb th {
	background-image: url(../../images/dedicated/tback.gif);
	color:#FFFFFF;
	height:35px;
	text-align:center;
	font-size:12px;
	padding:0 6px ;
	}


#vps_tb td.feature {
	margin: 3px;
	padding: 5px;
	width:28%;
	height: 25px;
	text-align:left;
	font-size:13px;
	}

#vps_tb td.feature2 {
    margin: 3px;
    padding: 5px;
    width:190px;
    height: 25px;
    text-align:left;
    font-size:13px;
    }

#vps_tb td.plans {
	text-align:center;
	color:#31659C;
	margin: 3px;
	width: 20%;
	}

#vps_tb td.plans2 {
    text-align:center;
    color:#31659C;
    margin: 3px;
	width:200px;
    }

#vps_tb td.select {
	background-color:#A6BDD4;
	}

#vps_tb td.select2 {
	background-color:#A6BDD4;
	}


#vps_tb .checkmarks {
	background: url(../../images/arrow/tickg.png) no-repeat center center;
	}
#vps_tb .cross {
	background: url(../../images/arrow/cross-icons.gif) no-repeat center center;
	}
	
/*立刻购买按钮样式*/

#vps_tb td span a{
    text-align: center;
    display: block;
	width: 85px;
	height:30px;
	text-indent: -9999px;
	background: url(../../images/button/button-buy.png) no-repeat left -200px;
    }
#vps_tb td span a:hover{
    background-position: left -500px;
	}

