/* jdf-1.0.0/ tips.css Date:2015-10-13 15:36:08 */
.ui-tips{position:absolute;padding:10px;padding-right:14px;background:#fffdee;border:1px solid #edd28b;-moz-box-shadow:0 0 2px 2px #eee;-webkit-box-shadow:0 0 2px 2px #eee;box-shadow:0 0 2px 2px #eee}.ui-tips-close{display:block;float:right;cursor:pointer;color:#f60;font-size:12px;font-family:Verdana;position:absolute;top:0;right:5px;z-index:2}.ui-tips-arrow{display:block;position:absolute;background-repeat:no-repeat;width:11px;height:6px;background-position:0 0;overflow:hidden}.ui-tips-main{color:#666}.ui-tips-top .ui-tips-arrow{left:10px;top:-6px}.ui-tips-bottom .ui-tips-arrow{left:10px;bottom:-6px;background-position:0 -5px}.ui-tips-left .ui-tips-arrow{left:-6px;top:10px;width:6px;height:11px}.ui-tips-right .ui-tips-arrow{right:-6px;top:10px;width:6px;height:11px;background-position:-5px 0}.ui-tips-x-center .ui-tips-arrow{left:50%;margin-left:-10px}.ui-tips-y-center .ui-tips-arrow{top:50%;margin-top:-10px}.ui-tips-x-left .ui-tips-arrow{left:10px;right:auto}.ui-tips-x-right .ui-tips-arrow{right:10px;left:auto}.ui-tips-y-top .ui-tips-arrow{top:10px;bottom:auto}.ui-tips-y-bottom .ui-tips-arrow{bottom:10px;top:auto}

.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
-moz-opacity: 0;
opacity:0;
filter: alpha(opacity=0);
}
.white_content {
display: none;
    position: absolute;
    top: 30%;
    left: 26%;
    width: 30%;
    height: 250%;
padding: 10px;

background: #fffdee;
border: 1px solid #edd28b;
box-shadow: 0 0 2px 2px #eee;
z-index:1002;
overflow: auto;
font: 12px/150% Arial,Verdana,"\5b8b\4f53";
}
.summary-freight-tips .freight-tit {
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 700;
}
.summary-freight-tips .freight-con {
    
    margin: 10px 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.summary-freight-tips .merchant-tit {
    padding: 5px 0;
    height: auto;
    line-height: 18px;
}
.summary-freight-tips .goods-list {
    overflow: hidden;
    width: 330px;
    padding-bottom: 10px;
}
ol, ul {
    list-style: none;
}
.summary-freight-tips .goods-item {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 52px;
    height: 52px;
}
.summary-freight-tips .goods-item a {
    display: inline-block;
    height: 50px;
    width: 50px;
    border: 1px solid #f0f0f0;
}
.ui-tips-main {
    color: #666;
    text-align: left;
}
.hr {
    border-bottom: 1px solid #e6e6e6;
    height: 0;
    margin-bottom: 10px;
}
.freight-icon {
    display: inline-block;
    width: 24px;
    height: 20px;
    vertical-align: middle;
    background: url(http://img.asiatees.com/img/web/freight-icon.png) center center no-repeat;
}
.agreement-content {
    overflow: auto;    
    padding: 10px;
    background: #fbfbfb;
    border: 1px solid #e4e4e4;
}
.action {
		zoom: 1;
		font-size: 12px;
		border: none;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ff5e00), color-stop(100%, #e05307) );
		background:-moz-linear-gradient( center top, #ff5e00 5%, #e05307 100% );
		background:-ms-linear-gradient( top, #ff5e00 5%, #e05307 100% );
		background: #ff5e00;
		padding: 5px 12px;
		color: #fff;
		letter-spacing: 1px;
		text-shadow: rgba(0,0,0,.3) 0px 1px 1px;
		text-indent: 0;
	}
	
	/*.btn {
		cursor: pointer;
		width: auto;
		text-decoration: none;
		overflow: visible;
		font-family: Verdana, Arial, sans;
		text-transform: uppercase;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		outline: 0;
	}*/
	

a.roundlink {
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	border-radius: 5px;
	line-height: 10px;
	padding: 3px;
}

a.roundlink:hover {
	background-color: #ffffff;
	text-decoration: none;
}

.error {
	font-size: 10px;
	color: #F30;
	border: 1px solid #666;
	padding: 3px;
	line-height: 20px;
	background-color: #FFFFFF;
}
/* pop up box css */
.popup-box {
	position: absolute;
	border-radius: 5px;
	background: #fff;
	display: none;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	font-family: Arial, sans-serif;
	z-index: 9999999;
	font-size: 14px;
}

.popup-box .close {
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	color: #434343;
	padding: 20px;
	font-size: 20px;
}

.popup-box .close:hover {
	color: #000;
}

.popup-box h2 {
	padding: 0;
	margin: 0;
	font-size: 18px;
}

.popup-box .top {
	height: 30px;
	padding: 20px;
	background-color: #7f9fb2;
	color: #fff;
	border-bottom: 1px solid #668597;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.popup-box .top h2 {
	color: #fff;
}

.popup-box .f-footer {
	height: 20px;
	padding: 20px;
	border-top: 1px solid #e3e3e3;
	background-color: #f7f7f7;
	text-align: right;
}

.popup-box .bottom {
	background: #fff;
	border-top: 1px solid #e5e5e5;
	padding: 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 350px;
	overflow-y: scroll;
	margin-bottom: 25px;
}

#blackout {
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 9999;
	left: 0;
	display: none;
}

.buttonlink {
	padding: 8px 20px;
	font-size: 12px;
	text-transform: capitalize;
	color: #fff;
	background-color: #c43131;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	font-weight: bold;
}

.buttonlink:hover {
	opacity: 0.7;
}

.divTableCell_stripe {
    display: table-cell;
    padding: 6px 10px;
    font-size: 11px;
    vertical-align: middle;
    position: relative;
    /* border: 1px solid rgba(214, 214, 210, 0.5); */
    border-top: none;
    border-left: none;
    line-height: 16px;
}
.divTableCell_stripe a.p-cart {
    color: #fff;
    background-color: #F63;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 3px;
    /* margin: 10px auto; */
    font-size: 14px;
    line-height: 1.5em;
    font-size: 11px;
    padding: 3px 10px;
    border: 1px solid transparent;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    -webkit-font-smoothing: subpixel-antialiased;
}

.ver11m {
	font-size: 11px;
	color: #575861;
	width:16%;
}

.ver11m_last {
	font-size: 11px;
	color: #575861;	
}

th.ver11b.tablesorter-header.tablesorter-headerUnSorted {
	position: relative;
}

.tablesorter-headerUnSorted:after {
	content: url("/images/down-arrow.png");
	position: absolute;
	right: 6px;
	top: 9px;
}

th.ver11b.tablesorter-header.tablesorter-headerDesc {
	position: relative;
}

.tablesorter-headerDesc:after {
	content: url("/images/up-arrow.png");
	position: absolute;
	right: 6px;
	top: 9px;
}

th.ver11b.tablesorter-header.tablesorter-headerAsc {
	position: relative;
}

.tablesorter-headerAsc:after {
	content: url("/images/down-arrow.png");
	position: absolute;
	right: 6px;
	top: 9px;
}