.ubay-window-header{ 	
	position:absolute; 
	top:0px; 
	left:0; 
	z-index:1;
}

.ubay-window-close {
	padding:0; 
	outline:none; 
	border:none; 
	background-color:transparent;
	
	cursor:pointer;
	background-image:url(images/panel_ubay_close.png); 
	background-position:center center; 
	width:24px; 
	height:24px;
	position:absolute; 
	right:10px; 
	z-index:2; 
	top:13px;
}

.ubay-multi-window-close {
	right: -590px;
}

.ubay-simple-window-close{
	right: -480px;
}

.ubay-window-close:hover{ 
	background-image:url(images/panel_ubay_close_hover.png);
}

.ubay-window-header-title{ 	
	color:#C81C86; 
	font-size:18px; 
	line-height:50px; 
	float: left; 
	margin-left:14px; 
	font-weight:bold;
	z-index:3; 
	position:relative;
}

.ubay-empty-simple-header-box{
	height:26px; 
	width:600px; 
	background-color:#FCFCFC; 
	position:absolute; 
	top:24px; 
	border-bottom:1px solid #D5D5D5; 
	z-index:1;
}

.ubay-empty-header-box{
	height:26px; 
	width:2000%; 
	background-color:#FCFCFC; 
	position:absolute; 
	top:24px; 
	border-bottom:1px solid #D5D5D5; 
	z-index:1;
}

.ubay-small-window-header{
	position:absolute; 
	top:0px; 
	left:0; 
	z-index:1;
	background-color:#1793D9; 
	width:100%; 
	box-shadow:0 1px 1px rgba(0,0,0,0.3);
}

.ubay-small-window-title{ 
	float: left; 
	margin-left:14px; 
	font-weight:bold; 
	z-index:3; 
	position:relative;
	color:#fcfcfc; 
	font-size:14px; 
	line-height:32px;
}

.ubay-small-window-close{
	cursor:pointer;
	background-image:url(images/panel_ubay_small_close.png); 
	background-position:center center; 
	width:16px; 
	height:16px;
	position:absolute; 
	right:10px; 
	z-index:2; 
	top:10px;
	padding:0; 
	outline:none; 
	border:none; 
	background-color:transparent;
}

.ubay-small-window-close:hover{ 
	background-image:url(images/panel_ubay_small_close_hover.png);
}

.ubay-tabs-left {
	overflow:auto; 
}

.ubay-info-table { 
	overflow:hidden;
	margin-top:6px;
}
.ubay-info-table tr { 
	height: 32px;
}
.ubay-info-table tr td input{ 
	width:180px;
}
.ubay-info-table tr td select{ 
	width:186px;
}
.ubay-info-label {
	text-align:right; 
	width:90px;
}

.ubay-form-multi-btn { 
	background-image: url(images/windowdownbg.png); 
	padding-left:120px;
}

.ubay-btn-group{ 
	overflow:hidden;  
	background-repeat:repeat-y; 
	position:relative; 
	padding-top:10px; 
	padding-bottom:24px; 
	max-height:50px; 
	overflow:hidden;
}

.ubay-window-bottom-left {
	float:left;
	padding-left: 24px;
	padding-top:6px;
	padding-bottom:6px;
	overflow:hidden;
	position:absolute;	
	z-index: 3;
}

.ubay-window-bottom-middle{
	position:relative;
	text-align:center;
	overflow:hidden;
	padding-top:6px;
	padding-bottom:6px;
	}

.ubay-window-bottom-right{
	padding-right:24px;;
	position:relative;
	float:right;
	top:-34px;
	overflow:hidden;
	padding-top:6px;
	padding-bottom:6px;
}

.ubay-btn-cancel{
	background: #979797;
	border-radius: 4px;
	font-size: 16px;
	color: #FFFFFF;
	padding:6px;
	padding-left:20px;
	padding-right:20px;
	cursor:pointer;
}

.ubay-btn-cancel:hover{ 
	background-color:#7E7E7E;
}

.ubay-btn-save{
	background: #c81c86;
	border-radius: 4px;
	font-size: 16px;
	color: #FFFFFF;
	padding:6px;
	padding-left:20px; 
	padding-right:20px;
	cursor:pointer;
}

.ubay-btn-save:hover{ 
	background-color:#AE1A75;
}

.ubay-btn-next{
	margin-top:-6px; 
	background-color:#c81c86; 
	color:#fff; 
	padding:4px; 
	padding-left:8px; 
	padding-right:8px; 
	border:none;
}

.ubay-btn-next-blue{
	margin-top:-6px; 
	background-color:#1793D9; 
	color:#fff; 
	padding:4px; 
	padding-left:8px; 
	padding-right:8px; 
	border:none;
}

.ubay-btn-next-blue:hover{
	margin-top:-6px; 
	background-color:#209ee5; 
	color:#fff; 
	padding:4px; 
	padding-left:8px; 
	padding-right:8px; 
	border:none;
}

.ubay-btn-save-blue{
	background: #1793D9;
	border-radius: 4px;
	font-size: 16px;
	color: #FFFFFF;
	padding:6px;
	padding-left:20px; 
	padding-right:20px;
	cursor:pointer;
}

.ubay-btn-save-blue:hover{ 
	background-color:#209ee5;
}

.ubay-down-downtri{ 
	padding:0; 
	outline:none; 
	border:none; 
	background-color:transparent; 
	background:url(images/menu_w_arrows.png); 
	width:13px; 
	height:16px; 
	cursor:pointer
}

.ubay-info-form {
	margin-top: 26px;
	overflow:hidden
}

.ubay-info-form-maxheight{
	max-height:460px; 
	overflow:auto; 
	margin-right:-24px; 
	padding-right:24px;
}

.ubay-search ul,.ubay-search dl,.ubay-search dt,.ubay-search dd{ 
	padding:0; 
	list-style:none;
	margin:0;
}

.ubay-search dd{
	text-decoration:none; 
	font-size:12px;
}

.ubay-search select, .ubay-slide-table select { 
	padding:0; 
	outline:none; 
	border:none; 
	background-color:transparent;
}

.ubay-search{
	margin-top:16px; 
	margin-left:16px;
	overflow:hidden;
	background-color: #fcfcfc;
}

.ubay-search dt{ 	
	float:left; 
	margin-right:14px;
	margin-bottom:14px;
	position:relative;
}

.ubay-search-btn{
	background-image:url(images/searchbutsp.png); 
	cursor:pointer; 
	text-align:center; 
	line-height:26px;
	color:#FCFCFC; 
	text-indent:15px; 
	display:block; 
	width:62px; 
	float:left;
}

.ubay-search-btn:hover{
	background-image:url(images/searchbutsy.png);
}

.ubay-search-btn:active{ 
	background-image:url(images/searchbutsd.png);
}

.ubay-statistics-btn{
	background-image:url(images/Statistics_start_butsp.png); 
	cursor:pointer; 
	text-align:center; 
	line-height:26px;
	color:#FCFCFC; 
	text-indent:15px; 
	display:block; 
	width:62px; 
	float:left;
}

.ubay-statistics-btn:hover{
	background-image:url(images/Statistics_start_butsy.png);
}

.ubay-statistics-btn:active{ 
	background-image:url(images/Statistics_start_butsd.png);
}

.ubay-more-btn{
	cursor:pointer;
	text-align:center;
	line-height:26px; 
	background-image:url(images/morep.png);
	display:block; 
	width:46px; 
	float:left; 
	margin-left:-1px;
}

.ubay-clear-btn{
	background-image:url(images/clearp.png); 
	cursor:pointer;
	text-align:center;
	line-height:26px;
	display:block; 
	width:42px; 
	float:left; 
	margin-left:-1px;
}

.ubay-clear-btn:hover{ 
	background-image:url(images/cleary.png);
}
.ubay-clear-btn:active{ 
	background-image:url(images/cleard.png);
}

.ubay-slide-box{ 	
	overflow:hidden;
	padding-right:40px;
	margin-bottom:6px;
	margin-top:-5px;	
}

.ubay-slide-table{
	color:#646464; 
	border:1px solid #e0e0e0; 
	border-radius:8px; 
	padding-top:16px; 
	padding-right:14px; 
	padding-bottom:6px; 
	padding-left:7px; 
	z-index:2; 
	box-shadow:0 6px 6px rgba(204,204,204,0.4), inset 0 1px 1px #FFFFFF; 
	position:relative; 
	margin-bottom:16px; 
	margin-top:10px; 
	left:16px; 
	float:left; 
}

.ubay-slide-uptri{ 	
	position:absolute; 
	right:59px;
	top:32px; 
	z-index:3;
}

.ubay-slide-uptri input{
	padding:0; 
	outline:none; 
	border:none; 
	background-color:transparent;
	background-image:url(images/sanjiao.png);
	width:10px;
	height:7px;
}

.ubay-slide-table dd{ 
	margin-left:7px; 
	margin-right:7px; 
	margin-bottom:14px;
	float:left;
}

.ubay-toolbar-operation{ 
	padding:6px 8px;
 	background-color:#fcfcfc;
 	margin-top:-12px; 
 	overflow:hidden;
}

	