.itemshow_total
{
	position: relative;
	margin: 0 3px 0 -1px;
	background: url("images/bg_itemshow.jpg") repeat-x 0 -36px;
}

.itemshow_total_hover
{
	position: relative;
	margin: 0 3px 0 -1px;
	background: url("images/bg_itemshow_header.jpg") repeat-x 0 -38px;
}

.itemshow_top
{
	background: url("images/bg_itemshow.jpg") no-repeat 0 0;
}

.itemshow_total_hover .itemshow_top
{
	background: url("images/bg_itemshow_header.jpg") no-repeat 0 0;
}

#itemshow_items
{
	display: inline-block;
}

#itemshow_items:after
{
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	overflow: hidden;
}

#itemshow_items, #itemshow_items li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#itemshow_items
{
	display: block;
	padding: 0 8px 0 12px;
	background: url("images/bg_itemshow.jpg") no-repeat 100% -72px;
}

.itemshow_total_hover #itemshow_items
{
	background: url("images/bg_itemshow_header.jpg") no-repeat 100% -76px;
}

#itemshow_items li
{
	float: left;
	cursor: pointer;
	background: url("images/border.gif") no-repeat right top;
}

#itemshow_items li a
{
	display: block;
	padding: 9px 14px;
	color: #FFF;
	font-family: "Trebuchet MS" ,sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}

.itemshow_total_hover #itemshow_items li a
{
	padding-bottom: 11px;
}

#itemshow_items li.itemshow_current a
{
	background: url("images/icon.gif") no-repeat center bottom;
}

#itemshow_content-box
{
	position: absolute;
	top: 38px;
	z-index: 1000;
	width: 100%;
	color: #3A3823;
	font-family: Arial,sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

.itemshow_content-bg1
{
	margin: 0 8px 0 13px;
	background: url("images/bg_itemshow_content_rm.jpg") repeat-y right top;
}

.itemshow_content-bg2
{
	background: url("images/bg_itemshow_content_rb.jpg") no-repeat right bottom;
}

.itemshow_content-bg3
{
	background: url("images/bg_itemshow_content_tl.gif") no-repeat left top;
}

#itemshow_content
{
	min-height: 60px;
	padding: 8px;
	background: url("images/bg_itemshow_content_bl.gif") no-repeat left bottom;
}

* html #itemshow_content
{
	height: 60px;
}
