@charset "utf-8";
/* CSS Document */

/* 0001885 20140904 Daphny 前台：顯示5筆最近瀏覽商品於商品清單頁 */
/* 0001885 20150114 Daphny 前台：顯示5筆最近瀏覽商品於商品清單頁 *
/* 最近瀏覽商品記錄 */

#RecentlyViewedBox{
	float: right;
	position: fixed;
	z-index: 2;
	display: inline-block;
	margin-top: 10px;
	margin-left: -18px;
	margin-left: -6px\0/; /* IE8, IE9, IE10*/
	*margin-left: -6px; /* IE6, IE7 only*/
	margin-bottom: 10px;
	border: thin solid #999;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	width: 82px;
	background-color: #FFF;
}

/* for IE11*/
_:-ms-fullscreen, :root #RecentlyViewedBox{
	float: right;
	position: fixed;
	z-index: 2;
	display: inline-block;
	margin-top: 10px;			
	margin-left: -6px;   
	margin-bottom: 10px;
	border: thin solid #999;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	width: 80px;
	background-color: #FFF;
}


#RecentlyViewedBox h5{
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #666;
}

#history{
	background-color: #FFF;
	font-weight: bolder;
	color: #333;
	font-family: "Times New Roman", Times, serif;
}	

#viewItem{
	background-color: #09C;
	float: right;
	height: 80px;
	width: 80px;
	max-width: 160px;
	max-height: 100px;
	border: thin dotted #DBDBDB;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 4px;
}

#nItem{
	float: left;
	margin-left: 4px;
	max-width: 80px;
	width:expression(this.width >80? "80px" : this.width);
	overflow: hidden;
	height: inherit;
	width: inherit;
	background-color: #FFF;
	border: thin dotted #999;
	margin-bottom: 3px;
	margin-top: 3px;
}

#nItem a{
	width: 80px;	
}

#nItem .imgSize{
	height: 80px;
	width: 80px;
}
