@charset "UTF-8";

div.right {
	float:right;
	margin-bottom:8px;
}
#inner_main {
	clear:both;
	border:1px solid #C0C0C0;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	margin-top:8px;
	padding:0 20px 50px;
	position:relative;
}
p#position {
	position:absolute;
	top:125px;
	left:56px;
	font-size:14px;
	line-height:1.5;
}
.all {
	background:url(/img/service_img.jpg) no-repeat;
}
.mini {
	background:url(/img/service_img_mini.jpg) no-repeat;
}
.xserve {
	background:url(/img/service_img_xserve.jpg) no-repeat;
}
#inner_main table {
	background:url(/img/service_planhead_bg.png) repeat-x;
	border:1px solid #C0C0C0;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	margin:310px auto 20px;
}
#inner_main table tr#plan_head th {
	width:391px;
	border-right:none;
	font-weight:bold;
	text-align:center;
	font-size:20px;
	color:#FFF;
	padding-bottom:15px;
}
#inner_main table tr#plan_head th.boder_right {
	border-right:1px solid #84C2CE;
}
#inner_main table tr#plan_head th span {
	font-size:12px;
}
#inner_main table tr th {
	width:155px;
	border-right:1px solid #C0C0C0;
	font-weight:bold;
	text-align:left;
}
#inner_main table tr th,#inner_main table tr td {
	padding:14px;
}
#inner_main table#option {
	background:none;
	border:none;
	width:755px;
	margin:0 auto;
}
#inner_main table#option tr th {
	border:none;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#59A6B7;
	padding:0 10px 5px;
}
#inner_main table#option tr td {
	border-left:1px solid #84C2CE;
	border-top:1px solid #84C2CE;
}
.boder_right_gray {
	border-right:1px solid #C0C0C0;
}
.boder_right {
	border-right:1px solid #84C2CE;
}
.boder_bottom {
	border-bottom:1px solid #84C2CE;
}
.bg_gray {
	background-color:#F2F2F2;
}
.bg_green {
	background-color:#ABD8E3;
}
.bg_white {
	background-color:#FFF;
}
.font-white {
	color:#FFF;
}
.center {
	text-align:center;
}
span.big {
	font-size:16px;
	color:#000;
}
span.cancell {
	text-decoration:line-through;
}
span.red {
	color:#F00;
}

/* english page*/

.all.english {
	background:url(/img/en_service_img.jpg) no-repeat;
}