#showitem{	
	margin-top:-22px;
	z-index:80;
	position:absolute;
	height:30px;
	width:550px;
}

#showitem2{
	margin-top:128px;
	margin-left:190px;
	z-index:80;
	position:absolute;
	height:30px;
	width:550px;
}

#prod_cats{
	padding:0px;
	margin:0px;
}	

#prod_cats li{
	float:left;
	list-style:none;
	width:100px;
	height:30px;
	z-index:90;	
	padding:6px 0px 4px 0px;
	margin:0px auto 0px auto;
}

.cat{
	
	background-repeat:no-repeat;
	background-position:center top;
	cursor:pointer;
	color:#CC0000;
}

.cat_active{	
	background-repeat:no-repeat;
	background-position:center top;	
	color:#fff;
}

.cat a{
	color:#CC0000;
	text-decoration:none;
}

.cat_active a{
	color:#fff;
	text-decoration:none;	
}

#item_info{
	width:550px;
	padding-top:20px;
}

.item_box{
	padding:4px;
	border:1px solid #cccccc;
	width:502px;
}

#share{
	position:absolute;
	z-index:90;
	margin-top:30px;
	margin-left:430px;
}
