@charset "utf-8";
.itemlist .item_image {
	padding: 2px;
	width: 100px;
	float: left;
	border: 0px;
}

.itemlist .item_image img {
	border: 0px;
}

.itemlist .item_title {
	/*margin-left: 100px;*/
	font-size: 1.1em;
	overflow:none;
}
.itemlist .item_title A{
	text-decoration:none;
}
.itemlist .item_title A:hover{
	border-bottom:1px solid #0000FF;
}

.itemlist .item_price {
	font-size: 1.1em;
	font-weight:bold;
	color: #333333;
	text-align:right;
	padding-top:10px;
}
.itemlist .item_category {
	margin-left: 100px;
	font-size:0.9em;
	margin-top:2px;
}
.itemlist .item_category a {
	text-decoration: none;
}

.itemlist {
	display: block;
	float: left;
	width: 290px;
}

.itemlist .borderdiv{
	border: solid 1px #CCCCCC;
	margin: 10px;
}

.itemmain {
	border:3px double #7BABC1;
	margin-bottom:10px;
	margin-right: 170px;
	padding:5px;
}

.itemmain .item_image {
	padding: 10px;
	width: 100px;
	float: left;
}
.itemmain .item_title {
	margin-left: 120px;
	font-size: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 10px;
}
.itemmain .item_title A {
	text-decoration:none;
}

.itemmain .item_description{
	font-size:1.1em; 
	color:#333333;
	padding-bottom:1em;
}

.itemmain .item_price {
	margin-left: 120px;
	font-size: 0.9em;
	color: #333333;
}
.itemmain .item_category {
	margin-left: 120px;
}
.itemmain .item_category a {
	text-decoration: none;
}
.itemmain {
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
}

