@charset "utf-8";
/* CSS Document */
.thumbpic {
	margin: 0 auto;
	width: 710px;
}
.thumbpic .ltp {
	float: left;
	width: 84px;
	heght: 62px;
	padding-top: 1px;
	border: 2px solid #ff6600;
	text-align: center;
	margin-top: 10px;
}
.thumbpic span {
	height: 20px;
	float: left;
	cursor: pointer;
	line-height: 20px;
	width: 100%;
}
.thumbpic .rtp {
	float: left;
	width: 84px;
	heght: 62px;
	padding-top: 1px;
	border: 2px solid #ff6600;
	text-align: center;
	margin-top: 10px;
}
#piclist {
	width: 460px;
	float: left;
	overflow: hidden;
	height: 86px;
	position: relative;
}
#piclist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 20000px;
	position: relative;
}
#piclist ul li {
	float: left;
	cursor: pointer;
	position: relative;
	height: 86px;
	background-image: url(../images/ico_none.gif);
	background-repeat: no-repeat;
	background-position: center -10px;
}
#piclist ul li img {
	height: 58px;
	width: 78px;
	margin: 10px 4px;
	padding: 3px;
}
#piclist .hover {
	height: 86px;
	background-image: url(../images/ico_bg.gif);
	background-repeat: no-repeat;
	background-position: center -10px;
}
#piclist ul li tt {
	display: none;
	background: #000;
	color: #FFF;
	position: absolute;
	z-index: 20;
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	padding: 0 5px;
	margin: 55px 0 0 -85px;
}
.thumbpic a.bntprev {
	float: left;
	width: 20px;
	height: 64px;
	display: block;
	outline: none;
	background-image: url(../images/ico_left.gif);
	background-repeat: no-repeat;
	background-position: center 20px;
}
.thumbpic a.bntnext {
	float: left;
	width: 20px;
	height: 64px;
	display: block;
	outline: none;
	background-image: url(../images/ico_right.gif);
	background-repeat: no-repeat;
	background-position: center 20px;
}
#originalpic {
	position: relative;
	overflow: hidden;
	zoom: 1;
	/*height: 435px;*/
	clear: both;
	text-align: center;
}
#originalpic img {
	display: none;
	position: relative;
	max-width: 885px;
	max-height: 435px;
}
#aPrev {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	display: block;
	width: 50%;
	height: 100%;/*background: url(../images/blank.gif);*/
}
#aNext {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	display: block;
	width: 50%;
	height: 100%;/*background: url(../images/blank.gif);*/
}
.aui_outer {
	text-align: left;
}
.aui_border, .aui_inner {
	border: 0;
	margin: 0;
	border-collapse: collapse;
	width: auto;
}
.aui_nw, .aui_n, .aui_ne, .aui_w, .aui_center, .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;
}
.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 {
	display: inline-block;
*zoom:1;
*display:inline;
	text-align: left;
	border: none 0;
}
.aui_content.aui_state_full {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0!important;
	height: 100%;
}
.aui_loading {
	width: 96px;
	height: 32px;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
	background: url(../images/loading.gif) no-repeat center center;
}
.aui_icon {
	vertical-align: middle;
}
.aui_icon div {
	width: 48px;
	height: 48px;
	margin: 10px 0 10px 10px;
	background-position: center center;
	background-repeat: no-repeat;
}
.aui_buttons {
	padding: 8px;
	text-align: right;
	white-space: nowrap;
}
.aui_buttons button {
	margin-left: 15px;
	padding: 6px 8px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	line-height: 1;
*padding:4px 10px;
*height:2em;
	letter-spacing: 2px;
	font-family: Tahoma, Arial/9!important;
	width: auto;
	overflow: visible;
*width:1;
	color: #333;
	border: solid 1px #999;
	border-radius: 5px;
	background: #DDD;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD');
	background: linear-gradient(top, #FFF, #DDD);
	background: -moz-linear-gradient(top, #FFF, #DDD);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#DDD));
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0 -1px 0 rgba(0, 0, 0, .09);
	-moz-transition: -moz-box-shadow linear .2s;
	-webkit-transition: -webkit-box-shadow linear .2s;
	transition: box-shadow linear .2s;
}
.aui_buttons button::-moz-focus-inner {
border:0;
padding:0;
margin:0;
}
.aui_buttons button:focus {
	outline: none 0;
	border-color: #426DC9;
	box-shadow: 0 0 8px rgba(66, 109, 201, .9);
}
.aui_buttons button:hover {
	color: #000;
	border-color: #666;
}
.aui_buttons button:active {
	border-color: #666;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#FFFFFF');
	background: linear-gradient(top, #DDD, #FFF);
	background: -moz-linear-gradient(top, #DDD, #FFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#FFF));
	box-shadow: inset 0 1px 5px rgba(66, 109, 201, .9), inset 0 1px 1em rgba(0, 0, 0, .3);
}
.aui_buttons button[disabled] {
	cursor: default;
	color: #666;
	background: #DDD;
	border: solid 1px #999;
	filter: alpha(opacity=50);
	opacity: .5;
	box-shadow: none;
}
button.aui_state_highlight {
	color: #FFF;
	border: solid 1px #3399dd;
	background: #2288cc;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc');
	background: linear-gradient(top, #33bbee, #2288cc);
	background: -moz-linear-gradient(top, #33bbee, #2288cc);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc));
	text-shadow: -1px -1px 1px #1c6a9e;
}
button.aui_state_highlight:hover {
	color: #FFF;
	border-color: #1c6a9e;
}
button.aui_state_highlight:active {
	border-color: #1c6a9e;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc');
	background: linear-gradient(top, #33bbee, #2288cc);
	background: -moz-linear-gradient(top, #33bbee, #2288cc);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc));
}
/* common end */

.aui_inner {
	background-color: #FFF;
}
.aui_outer {
	border: 0px solid #333;
}
.aui_center {
	border: 1px solid #AFAFAF;
}
.aui_outer {
	border-radius: 3px;
}
.aui_border {
	border-radius: 2px;
	box-shadow: inset 0 0 1px rgba(255, 255, 255, .9);
}
.aui_nw, .aui_ne, .aui_sw, .aui_se {
	width: 8px;
	height: 8px;
}
.aui_nw, .aui_n, .aui_ne, .aui_w, .aui_e, .aui_sw, .aui_s, .aui_se {
	background: #D3D3D3;
	filter: alpha(opacity=40);
}
.aui_state_lock .aui_nw, .aui_state_lock .aui_n, .aui_state_lock .aui_ne, .aui_state_lock .aui_w, .aui_state_lock .aui_e, .aui_state_lock .aui_sw, .aui_state_lock .aui_s, .aui_state_lock .aui_se {
	background: rgba(0, 0, 0, .5);
	background: #E5E5E5\9!important;
	filter: alpha(opacity=50);
}
.aui_state_focus .aui_inner {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.aui_state_focus .aui_outer {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.aui_state_lock .aui_border {
	box-shadow: 0 3px 26px rgba(0, 0, 0, .9);
}
.aui_state_drag .aui_outer, .aui_outer:active {
	box-shadow: none;
	border: 1px solid #999;
}
.aui_titleBar {
	position: relative;
	height: 100%;
}
.aui_title {
	height: 28px;
	line-height: 27px;
	padding: 0 28px 0 10px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
	background-color: #edf5f8;
	font-weight: bold;
	color: #95a7ae;
	font-family: Tahoma, Arial/9!important;
	background-color: #bdc6cd;
	background: linear-gradient(top, #edf5f8, #bdc6cd);
	background: -moz-linear-gradient(top, #edf5f8, #bdc6cd);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#edf5f8), to(#bdc6cd));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf5f8', endColorstr='#bdc6cd');
	border-top: 1px solid #edf5f8;
	border-bottom: 1px solid #b6bec5;
}
.aui_state_focus .aui_title {
	color: #4c5a5f;
}
.aui_state_drag .aui_title {
	background: linear-gradient(top, #bdc6cd, #edf5f8);
	background: -moz-linear-gradient(top, #bdc6cd, #edf5f8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bdc6cd), to(#edf5f8));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdc6cd', endColorstr='#edf5f8');
	box-shadow: none;
}
.aui_state_drag .aui_titleBar {
	box-shadow: none;
}
.aui_close {
	padding: 0;
	top: 4px;
	right: 4px;
	width: 21px;
	height: 21px;
	line-height: 21px;
	font-size: 18px;
	color: #68767b;
	text-align: center;
	font-family: Helvetica, STHeiti;
	_font-family: '\u9ed1\u4f53', 'Book Antiqua', Palatino;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
}
.aui_close:hover {
	color: #C72015;
}
.aui_close:active {
	box-shadow: none;
}
.aui_content {
	color: #666;
}
.aui_state_focus .aui_content {
	color: #000;
}
.aui_buttons {
	background-color: #F6F6F6;
	border-top: solid 1px #DADEE5;
}
*html .baseMessage {
	position: absolute;
top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(35 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
.baseMessage {
	height: 53px;
	overflow: hidden;
	padding: 5px 15px 5px 10px;
	display: none;
	position: fixed;
	top: 35%;
	left: 50%;
	z-index: 1000;
}
.baseMessage .icon_ok {
	background: url(../images/tip_layer.png) no-repeat -7px 0;
	_background: url(../images/tip_layer.gif) no-repeat -7px 0;
	height: 53px;
	display: inline-block;
	width: 44px;
	vertical-align: middle;
}
.baseMessage .icon_warn {
	background: url(../images/tip_layer.png) no-repeat -7px -54px;
	_background: url(../images/tip_layer.gif) no-repeat -7px -54px;
	height: 53px;
	display: inline-block;
	width: 44px;
	vertical-align: middle
}
.baseMessage .icon_error {
	background: url(../images/tip_layer.png) no-repeat -7px -108px;
	_background: url(../images/tip_layer.gif) no-repeat -7px -108px;
	height: 53px;
	display: inline-block;
	width: 44px;
	vertical-align: middle
}
.baseMessage .icon_txt {
	background: url(../images/tip_layer.png) 0 -161px;
	_background: url(../images/tip_layer.gif) 0 -161px;
	height: 53px;
	line-height: 53px;
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
	min-width: 50px;
	font-size: 14px;
	font-weight: bold;
	color: #606060;
}
.baseMessage .icon_r {
	background: url(../images/tip_layer.png) no-repeat 0 0;
	_background: url(../images/tip_layer.gif) no-repeat 0 0;
	height: 53px;
	display: inline-block;
	width: 6px;
	vertical-align: middle;
}
.upIcon {
	background: url(../images/up.gif) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
}
.downIcon {
	background: url(../images/down.gif) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
}
.deleteIcon {
	background: url(../images/delete.gif) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
}
