﻿@charset "utf-8";
/*
 * artDialog skin
 * http://code.google.com/p/artdialog/
 * (c) 2009-2011 TangBin, http://www.planeArt.cn
 *
 * This is licensed under the GNU LGPL, version 2.1 or later.
 * For details, see: http://creativecommons.org/licenses/LGPL/2.1/
 */

/* common start */
.aui_outer {
	text-align: left;border-radius: 5px;
	outline: 0;
	background: rgba(0,0,0,.8);
	color: #fff;
}

table.aui_border, table.aui_dialog {
	border: 0;
	margin: 0;
	border-collapse: collapse;
	width: 100%;
	border-radius:5px;
}

.aui_nw, .aui_n, .aui_ne, .aui_w, .aui_c, .aui_e, .aui_sw, .aui_s, .aui_se, .aui_header, .aui_tdIcon, .aui_main, .aui_footer {
	padding: 0;
}

.aui_header, .aui_buttons button {
	font: 12px/1.11 'Microsoft Yahei', Tahoma, Arial, Helvetica, STHeiti;
	_font-family: Tahoma,Arial,Helvetica,STHeiti;
	-o-font-family: Tahoma, Arial;
}

.aui_title {
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}

.aui_state_noTitle .aui_title {
	display: none;
}

.aui_close {
	display: block;
	position: absolute;
	text-decoration: none;
	outline: none;
	_cursor: pointer;
}

	.aui_close:hover {
		text-decoration: none;
	}

.aui_main {
	text-align: center;
	min-width: 9em;
	min-width: 0\9 /*IE8 BUG*/;
}

.aui_content {
	*zoom: 1;
	*display: inline;
	text-align: left;
	border: none 0;
	width: 100%;
	min-width: 100px;
}

	.aui_content.aui_state_full {
		display: block;
		width: 100%;
		margin: 0;
		height: 100%;
		padding: 0 !important;
	}

.aui_loading {
	width: 96px;
	height: 32px;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
	background: url(../Images_bak/loading.gif) no-repeat center center;
}

.aui_icon {
	vertical-align: middle;
	display: none;
}

	.aui_icon div {
		width: 48px;
		height: 48px;
		margin: 10px 0 10px 10px;
		background-position: center center;
		background-repeat: no-repeat;
	}

.aui_buttons {
	padding: 5px 20px 20px;
	text-align: right;
	white-space: nowrap;
}

	.aui_buttons button {
		display: inline-block;
		margin-bottom: 0;
		font-weight: normal;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		background-image: none;
		border: 1px solid transparent;
		white-space: nowrap;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 1.5;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-color: transparent;
		border-color: #fff;
		margin-left: 6px;
		outline: 0 !important;
		transition: background linear .2s;
	}

		.aui_buttons button:hover, .aui_buttons button:active {
		}

		.aui_buttons button:active {
			box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
		}

		.aui_buttons button[disabled] {
			cursor: default;
			color: #666;
			background: #DDD;
			border: solid 1px #999;
		}

button.aui_state_highlight {
	color: #fff;
	background-color: #transparent;
	border-color: #fff;
}

	button.aui_state_highlight:hover, button.aui_state_highlight:active {
		color: #fff;
		background-color: #999;
	}
/* common end */

.aui_nw, .aui_ne, .aui_sw, .aui_se {
	width: 0;
	height: 0;
}

.aui_titleBar {
	position: relative;
	height: 100%;
}

.aui_title {
	padding: 0 10px;
	font-size: 14px;
	line-height: 36px;
	height: 36px;
}

.aui_close {
	padding: 0;
	top: 6px;
	right: 4px;
	width: 21px;
	height: 21px;
	line-height: 21px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
	outline: 0 !important;
	text-decoration: none !important;
}

	.aui_close:hover {
		color: #4aa3df;
	}

	.aui_close:active {
		box-shadow: none;
		text-decoration: none;
	}

.aui_state_noTitle .aui_close {
	top: 0;
	right: 0;
	display: none;
}

.aui_state_noTitle .aui_buttons {
	text-align: center;
}

	.aui_state_noTitle .aui_buttons button {
		font-size: 12px;
		/*width: 50px;*/
		line-height: 13px;
		margin: 0 10px;
		padding: 5px;
	}

.aui_state_noTitle .aui_content {
	padding: 0 !important;
}

.aui_state_noTitle .tips-black {
	border-radius: 0;
	font-size: 14px;
	padding: 20px !important;
	color: #fff;
	text-align: center;
}

	.aui_state_noTitle .tips-black p {
		font-size: 30px;
		padding-bottom: 15px;
	}

.aui_state_noTitle .aui_outer { /*background:none;*/
	border: 0;
	border-radius:4px;
}
.am-dialog-text {
    padding: 0 15px 5px;
    text-align: left;
    max-height:448px;
    overflow:scroll;
    font-size: 14px;
    position:relative;
    line-height: 150%;
}

    .am-dialog-text div:first-child {
        font: 18px bold;
        padding: 0 0 8px 0;
      font-weight:bold;
        /*margin-bottom:10px;*/
        text-align:center;
        text-align: center;
        border-bottom: 1px solid #ccc;
    }

.am-dialog-content {
    margin: auto;
    max-width: 320px;
    background: #fff;
    border-radius: 8px;
    padding: 10px 0 0;
}
.am-dialog-content text {
    width: 100%;
    border: #0000 1px solid;
    border-left: 3px solid #060606;
    margin-bottom: 5px
}

.am-dialog-box {
    opacity: 0;
    -webkit-touch-callout: none;
    touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    z-index: 101000;
    width: 100%;
    padding: 0 20px;
    margin: -100px 0 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: unset;
    margin-top: -236.143px;
    display: none;
}

.am-dialog-button a {
    display: block;
    text-align: center;
    color: #0ae;
    text-decoration: none;
    border-top: 1px solid #ebebeb;
    padding: 13px 0;
}

.am-dialog-mask {
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
@media screen and (max-width: 321px) {
    .d_address_text {
        width:210px !important;
    }
} 