@charset "utf-8";
/* CSS Document */

/*History*/
#zoneHis 	{
	position:absolute;
	left:10px;
	top:465px;
	width:910px;
	height:130px;
	border:0px solid #CCCCCC;
	overflow-x:hidden;
	overflow-y:hidden;
	padding:0px 0px 0px 0px;
}
#zoneHisHeader 	{
	position:absolute;
	left:0px;
	top:0px;
	width:910px;
	height:25px;
	font-size:14px; 
	font-weight:bold;
	border:0px solid #CCCCCC;
	overflow-x:hidden;
	overflow-y:hidden;
}
#zoneHistoryOut 	{
	position:absolute;
	display:inline;
	float:left;
	left:0px;
	top:27px;
	width:910px;
/*	min-width:910px;*/
	height:105px;
	background:url('/img/bg/history_background_modify.png') no-repeat;
	border-top:0px solid #D5D5D5;
	overflow-x:auto; 
	overflow-y:hidden;
	white-space:nowrap;
	padding-top:4px;
	padding-left:13px;
/*	background-color: #F4F4F4;*/
}
#zoneHistory 	{
	position:absolute;
	display:inline;
/*	background:url('/img/bg/history_background_modify.png');*/
	background-repeat:no-repeat;
	background-color: #F4F4F4;	
	float:left;
	left:0px;
	top:27px;
	width:910px;
	height:105px;
	border-top:0px solid #D5D5D5;
	overflow-x:scroll; 	
	overflow-y:hidden;
	white-space:nowrap;
	padding-top:4px;
	padding-left:13px;

}
#zoneHistoryUnit 	{
	display:inline;
	width:900px;
	float:left;
	white-space:nowrap;
	border:0px;
	margin:0px;
	padding:0px;
}

.hisImg 	{
	display:inline;
	width:75px;
	height:75px;
	float:left;
	border:1px solid #D7D7D7;
	padding:0px;
	margin-top:4px;
	#margin-top:5px;
	_margin-top:5px;	
	margin-bottom:3px;
	margin-left:5px;
	margin-right:2px;
	#margin-right:4px;
	_margin-right:4px;	
	background:white;
}
.hisClose	{
	position:absolute;
	left:58px;
	top:6px;
	height:12px;
	width:12px;
	cursor:pointer;
	background:url('/img/btn/browser_delete.png') no-repeat;
	z-index:4;
	display:none;
}
.hisShopping	{
	position:absolute;
	left:6px;
	top:6px;
	width:13px;
	height:13px;
	cursor:pointer;
	z-index:4;
	border:0px solid #D7D7D7;
	display:none;
}

.hisPageLeft	{
	position:absolute;
	display:none;
	left:6px;
	top:58px;
	width:15px;
	height:13px;
	cursor:pointer;
	background:url('/img/btn/history_page_left.png') no-repeat;
	z-index:4;	
}
.hisPageRight	{
	position:absolute;
	display:none;
	left:21px;
	top:58px;
	width:15px;
	height:13px;
	cursor:pointer;
	background:url('/img/btn/history_page_right.png') no-repeat;
	z-index:4;	
}


.hisImgThumb	{
	position:absolute;
	width:73px;
	height:73px;
	border:0px;
	z-index:3;
}

