.item{
	display:inline;
	width:150px;
	margin:0px 5px 30px;
	float:left;
}

.item_name{
	font-size: 93%;
	text-align: center;
}
.category01{
	width: 645px;
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 5px;
	background: url(images/category01.gif) repeat-y top left;
}
.category02{
	width: 645px;
	width: 645px;
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 5px;
	background:url(images/category02.gif) repeat-y;
}
.category03{
	width: 645px;
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 5px;
	background:url(images/category03.gif) repeat-y;
}
.category04{
	width: 645px;
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 5px;
	background:url(images/category04.gif) repeat-y;
}
.cat_left{
	display: inline;
	width:160px;
	padding:0px 0px 5px 0px;
	float:left;
}
.cat_right{
	display: inline;
	width:480px;
	float:right;
}

/********************
ITEM Detaile Popup
********************/

#popup{
	background:#fff;
}

#item_info{
	width:480px;
	margin:15px auto;
	line-height:150%;
}

#item_info #item_photo img{
	width:480px;
	border:1px solid #ababab;
}

#item_info h4{
	color:#059620;
	margin:10px 0px;
}

#popup ul{
	float: left;
	width: 230px;
	list-style: none;
	border-top: 1px solid #cfc;
	margin: 0 0 1em 0;
	padding: 0;
}

#popup ul li{
	margin: 0;
	padding: 0 0 0 1em;	
	width: 228px;
	border-bottom: 1px solid #cfc;
/*	margin-bottom: 3px;*/
}

#popup #item_desc_r{
	float: right;
	width: 230px;
	margin_top: 2em;
}

#popup #item_desc_r p{
	font-size: 93%;
}

.jan_code{
	width: 228px;
	border: 1px solid #999;
	text-align: center;
	background: #cfc;
}


