#latest_item {
	margin-bottom:20px;
}
#latest_item .item {
	width:45px;
	height:45px;
	float:left;
	background-color:#ededed;
	border:solid 1px #569CCD;
}
#latest_item .gut {
	width:4px;
	height:4px;
	float:left;
}
#latest_item .row_clear {
	clear:both;
	height:4px;
}


#sidebar_item_show {
}
#sidebar_item_show .item {
	height:100px;
	position:relative;
	
}
#sidebar_item_show .item .label_bg {
	position:absolute;
	width:200px;
	height:30px;
	bottom:5px;
	background-color:#ffffff;
	opacity:0.6;
}
#sidebar_item_show .item .name {
	position:absolute;
	width:200px;
	bottom:17px;
	left:5px;
	font-weight:bold;
	font-size:10pt;
	color:#ff0000;
	overflow:hidden;
	line-height:18px;
	height:18px;
}
#sidebar_item_show .item .price {
	position:absolute;
	bottom:5px;
	right:5px;
	width:200px;
	color:#000000;
	text-align:right;
	font-weight:bold;
}

#sidebar_cat {
	padding:10px;
	border:solid 1px #569CCD;
	margin-bottom:20px;
}

#sidebar_cat a {
	color:#569CCD;
}

.ex {
	color:#666666;
	font-size:8pt;
	font-weight:bold;
	margin-bottom:0px;
	text-align:right;
}