.itemshow_total {
	position: relative;
	z-index: 10;
	float: left;
}

.itemshow_content {
	display: inline-block;
}

.itemshow_content {
	display: block;
}

#itemshow_items {
	position: relative;
	z-index: 2;
	float: left;
	padding-right: 6px;
}

#itemshow_items,#itemshow_items li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#itemshow_items li {
	float: left;
	padding: 0 5px 0 8px;
	background: url("images/border_itemshow_item.gif") no-repeat 0 7px;
	cursor: pointer;
}

#itemshow_items li:first-child {
	padding-left: 6px;
	background: none;
}

#itemshow_items li a {
	float: left;
	display: block;
	padding: 4px 6px 1px 7px;
	color: #0068B7;
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	white-space: nowrap;
}

#itemshow_items li.itemshow_current {
}

#itemshow_items li a:hover,#itemshow_items li.itemshow_current a {
	color: #707070;
	line-height: 20px;
	
}

#itemshow_items li.itemshow_current a {
	border: 1px solid #0068B7;
	border-bottom: 0;
	padding: 3px 5px 1px 6px;
	background: #FFF;
	
}

.itemshow_content {
	position: absolute;
	top: 25px;
	left: 0;
	min-width: 160px;
	min-height: 160px;
	margin-top: -1px;
	border: 1px solid #0068B7;
	background: #FFF url("images/bg_itemshow_content.jpg") no-repeat 100% 100%;
	color: #000;
	font-size: 12px;
	line-height: 1.5;
}

* html .itemshow_content {
	width: 160px;
	height: 160px;
}