/* 
    Document   : payment.css
    Created on : 2009-6-20, 10:11:45
    Author     : yinlei
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.payment{
	display:block;
	width:738px;
	border:none;
        position:relative;
        margin-left:13px;
}
.payment_title{
	width:733px;
        _width:738px;
	height:27px;
	background:url(../img/pay_method_bg.png) no-repeat 0 0;
	line-height:27px;
	font-size:14px;
	font-weight:600;
	padding-left:5px;
}
.process_img{
	width:738px;
	height:188px;
	background:url(../img/pay_method_bg.png) no-repeat 0 -28px;
}
.payment_bottom{
	width:738px;
	height:27px;
	background:url(../img/pay_method_bg.png) no-repeat 0 -214px;
}
.payment_mid{
	width:726px;
	_width:738px;
	border:1px solid #aaa;
	border-width:0px 1px;
	background-color:#FFF;
	padding:5px;
}
.payment_mid_type{
	height:180px;
        position:relative;
}
.payment_free{
	float:left;
	margin-right:5px;
	width:218px;
	height:184px;
	background:url(../img/payment_free.png) no-repeat;
}
.payment_SaaS{
	float:left;
	margin-right:5px;
	width:249px;
	height:184px;
	background:url(../img/payment_saas.png) no-repeat;
	position:relative;
}
.payment_alone{
	float:left;
	width:249px;
	height:184px;
	background:url(../img/payment_alone.png) no-repeat;
	position:relative;
}
.price_table{
        width:170px;
	font-size:13px;
	position:absolute;
	top:110px;
	left:8px;
}
.price_table_title{
	color:#06C;
}
.price_table_data select{
	width:40px;
}
.price_table_explain{
	font-size:11px;
	line-height:25px;
}
.room_size{
	width:70px;
}
.room_price{
	color:#930;
}
.room_price_data{
	color:red;
	font-size:20px;
	}
.payment_method_title{
	color:#06C;
	font-size:16px;
	width:96%;
	border-bottom:2px solid #484848;
	line-height:27px;
	margin:0px 10px 0px 10px;
}
.payment_method_bank{
	font-size:12px;
	list-style:none;
	border:1px solid #484848;
	margin:10px 10px 0px 10px;
	width:93%;
	padding:10px;
}
.payment_method_bank li{
	height:17px;
}
.payment_method_bank li span{
		width:200px;
}
.payment_method_bank li.first_line{
	font-weight:bold;
}
.tableclass {
	font-size:12px;
	margin-left:10px;
	width:300px;
}
.tableclass td {
    height:18px;
	
}
