@charset "UTF-8";
/* CSS Document */

/*----------------------------------------*/
/*------------table------------*/
.price_table {
    float:right;
	clear:both;
    width:535px;
	background:#999999;
	line-height:22px;
}
.price_table td,
#mini_table table td{
    padding:2px;
	background:#ffffff;
}
.price_table th,
#mini_table th {
    text-align:center;
	background:#4682b4;/*SteelBlue*/
	color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
	height:25px;
	font-size:12px;
}
#mini_table th {
   height:30px;
}
.price_table td.mini_th,
#mini_table table#p04 td.mini_th {
    background:#BFD9E5;
	text-align:center;
}
#mini_table {
    width:440px;
	clear:both;
	text-align:center;
	margin:0 auto;
}
#mini_table table#p04{
   float:left;
   width:300px;
   background:#999999;
}
#mini_table #detailes{
   float:left;
   font-size:12px;
   padding:35px 20px;
}
/*----------------------------------------*/


