﻿
.buy_info {
	background:#E0E9EE;
	width:215px;
	height:190px;
	border:solid 1px gray;
	overflow:hidden;
	position:fixed;
	z-index:10;
	left:50%;
	top:50%;
	margin-left:-107.5px;
	margin-top:-95px;
	box-shadow:0px 1px 3px gray;}
.buy_info .tips {
	margin-top:20px;
	margin-bottom:10px;
	position:relative;
	}
.buy_info .tips strong {
	background: url(../cn_asp/images/ico-success.gif) no-repeat 12px 4px;
	display:block;
	height:35px;
	line-height:1.9em;
	padding-left:45px;
	font-size:18px; 
	font-weight:normal;
	color:#333; 
	font-family:\5FAE\8F6F\96C5\9ED1,\9ED1\4F53,\5B8B\4F53,Verdana,sans-serif
	}
.buy_info .tips span {margin-left:45px;font-size:12px;display:block;line-height:16px;padding-bottom:20px;}
.buy_info .tips span em {margin:0 3px; color:#CC0000}
.buy_info .tips li {
	padding-bottom:5px;
	float:left;
	padding-left:13px;
	}
.buy_info .tips li.buy_info_done {display:block;}
.buy_info .tips li.buy_info_fail {display:none;}
.buy_info .tips a {background:#FD9E39;border:solid 1px #FE890B;border-radius:1px; display:block; line-height:1.8em;border-radius:2px;font-weight:bold;color:#fff;text-align:center;float:left;_display:inline;height:22px;width:120px;}
:root .buy_info .tips a {line-height:1.9em\0;}
.buy_info .tips a.gocart {
	margin-left:35px;
	margin-bottom:8px;
	line-height:22px;
	}
.buy_info .tips a.goback {
	margin-left:35px;
	width:124px;
	font-weight:normal;
	background:none;
	border:0 none;
	line-height:1.9em;
	color:#333;
	}
.buy_info .tips a.cancel {
	border:0 none;
	display:block;
	background: none; 
	color: #000; 
	font-size: 16px;
	width:16px;
	height:16px; 
	line-height: 16px; 
	position:absolute;
	right:-35px;
	top:-20px;
	}
.buy_info .tips a.cancel:hover{text-decoration: none;}