@charset "utf-8";
/**************************************************************************
*
*	CSS Document : /contents	
*
***************************************************************************/


@import url(basic.css);	
@import url(layout.css);	


.ptitle {
	padding:0 0 12px 0;
	border-bottom:3px dotted #7aa8ed;
	margin:0 0 10px 0;
	}

.ctitle {
	background:url(../img/cts/ctitle.png) no-repeat;
	padding:15px 0 10px 35px;
	color:#FFF;
	}

.pt1 {
	padding:0 0 0 20px;
	background:url(../img/aro.png) no-repeat;
	background-position:0 6px;
	}

.pt2 {
	padding:0 0 0 20px;
	background:url(../img/pt2.png) no-repeat;
	background-position:0 6px;
	}

.cpad {
	padding:0 15px 0 15px;
	}



.sv21 {
	background:#fff3cf;
	padding:15px;
	}

.pnlink {
	width:224px;
	float:left;
	text-align:center;
	color:#fff;
	}
.pnlink a {
	display:block;
	width:224px;
	text-decoration:none;
	color:#fff;
	margin-bottom:3px;
	padding:3px 0 2px 0;
	font-size:13px;
	background:#66cc99;
	border-radius: 3px;  
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;
	}
.pnlink a:hover {
	background:#999;
	}



.soie6 {
	text-align:center;
	color:#333;
	font-weight:bold;
	background:#ffde00;
	border-radius: 15px;  
	-webkit-border-radius: 15px;  
	-moz-border-radius: 15px;
	margin:0 0 15px 0;
	padding:3px;
	}


.item_box {
	width:715px;
	margin:0 0 20px 0;
	background:url(../img/cts/item_bg_body.gif) repeat-y;
	}
.box_top {
	width:715px;
	height:25px;
	background:url(../img/cts/item_bg_top.gif) no-repeat;
	background-position:top;
	}
.box_btm {
	width:715px;
	height:30px;
	background:url(../img/cts/item_bg_btm.gif) no-repeat;
	background-position:bottom;
	}
.box_pad {
	position:relative;
	padding:0 20px 0 20px;
	}

.itemname {
	font-size:16px;
	font-weight:bold;
	color:#039;
	}
	
.itemimg {
	width:200px;
	height:200px;
	float:left;
	text-align:center;
	background:#f3f3f3;
	border:1px solid #960;
	}
.itemimg img {
	}

.itemtext {
	width:450px;
	float:right;
	font-weight:bold;
	color:#333;
	}
.itemprice {
	position:absolute; bottom:0; right:15px;
	width:420px;
	height:20px;
	text-align:right;
	color:#663300;
	font-weight:bold;
	background:#f3f3f3;
	font-size:15px;
	border-radius: 15px;  
	-webkit-border-radius: 15px;  
	-moz-border-radius: 15px;
	padding:3px 15px 3px 15px;
	}




.charge_table {
	table-layout:fixed;
	width:678px;
	background:#e7f0ff;
	border:1px solid #ccc;
	}
.charge_table th {
	word-wrap:break-word;
	width:150px;
	padding:7px;
	font-weight:100;
	text-align:center;
	color:#333;
	border-bottom:1px dotted #999;
	vertical-align:middle;
	}
.charge_table td {
	padding:7px;
	vertical-align:middle;
	border-bottom:1px dotted #999;
	word-wrap:break-word;
	}
.charge_table td.sub {
	padding:7px 15px 7px 15px;
	background:#FFF;
	color:#039;
	}
.charge_table td.price {
	padding:7px 15px 7px 25px;
	background:#FFF;
	text-align:right;
	}
