.clr {
	clear: both;
}

.notice {
	width: 715px;
	margin: 10px auto;
	background: #f8f7b1;
	border-radius: 4px;
	height: 32px;
}

.notice .notice_content {
	background: url(../images/notice_bg.png) left no-repeat;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 30px;
	font-size: 11px;
	height: 32px;
	line-height: 30px;
}

.payment_list {
	width: 100%;
}
.customer_info{
	border-bottom: 1px #ccc dotted;
}
.customer_info .dl-horizontal{
	margin-top: 10px;
}
.customer_info dt{
	font-weight: normal;
	font-size: 13px;
	width: 115px;
	padding-top: 5px;
}
.customer_info dd {
	margin-left: 125px;
}
.customer_info input{
	box-shadow:none;
	border-radius: 2px;
	height: 20px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 24px;
}
.payment_list #select_payment .method {
	padding: 15px 0;
	border-bottom: 1px #ccc dotted;
	display: inline-block;
	width: 100%;
	position: relative;
}
.payment_list #select_payment .method:first-child{
	border-top: 1px #ccc dotted;
}
.payment_list #select_payment .method:hover, .payment_list #select_payment .method:focus, .payment_list #select_payment .method.selected {
	background-color: #e8f4fb;
}

.payment_list #select_payment .icon {
	width: 50px;
	height: auto;
	float: left;
	display: inline-block;
}

.payment_list #select_payment .icon img {
	vertical-align: middle;
	padding-left: 5px;
}

.payment_list #select_payment .info {
	width: auto;
	float: left;
}

.payment_list #select_payment .method .check_box {
	position: absolute;
	top: 10px;
	right: 10px;
}

.payment_list #select_payment .method .check_box {
	width: 30px;
	height: 30px;
	background: url(../images/check_pay.jpg) 0 0 no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
}

.payment_list #select_payment .method .checked_box {
	background: url(../images/checked_pay.jpg) 0 0 no-repeat !important;
}

.title {
	font-weight: bold;
	padding-right: 10px;
	display: block;
	font-size: 13px;
	color: #1db453;
}
.method .title {
	color: inherit ;
}
.desc {
	padding-right: 10px;
	display: block;
	color: #777
}

.bank_list {
	margin: 0;
	padding-top: 5px;
	clear: both;
}

.bk_logo {
	position: absolute;
	top: 15px;
	left: 380px;
}

.img-active {
	border: 2px solid blue !important
}

.img-bank {
	border: 2px solid white;
	background-color: white;
}

div .selected {
	background-color: #e8f4fb;
}