
/* PRODUCT LIST */

#copy ul#item_thumbnails {
	list-style: none;
	margin-left: 0;
	overflow: auto;
}

#copy ul#item_thumbnails li {
	float: left;
	width: 33.33%;	
	text-align: center;
	height: 252px;
}

#copy ul#item_thumbnails li a {
	display: block;	
	text-decoration: none;
}

#copy ul#item_thumbnails li span.thumb {
	display: block;	
}

#copy ul#item_thumbnails li span.thumb img {
}

#copy ul#item_thumbnails li a span.name {
	font-size: 11px;
	font-weight: bold;
	margin: .8em 2em .4em;
	display: block;
	text-decoration: none;
	line-height: 1.418em;
}

#copy ul#item_thumbnails li a:hover span.name {
	text-decoration: underline;
}

#copy ul#item_thumbnails li a span.price {
	display: block;	
	color: #666;
	font-size: 11px;
	line-height: 1.418em;
}


/* ITEM DETAIL */

#copy p.item_detail_image {
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 1.6em 0;
}

#copy p.item_detail_price {
	font-weight: bold;
}

span.old_price {
	text-decoration:line-through;
	color: #888;
	font-weight: normal;
}

span.sale_price {
	color: #080;
}

#copy p.item_detail_buy_button {
	width: 133px;
	height: 30px;
	background: url("../images/store/btn-add_cart.png") no-repeat;
}

#copy p.item_detail_buy_button button {
	border: 0;
	padding: 0;
	background-color: transparent;
	width: 133px;
	height: 30px;
	cursor: pointer;
}

#copy p.item_detail_buy_button button span {
	display: none;
}

#copy p.item_detail_buy_button a {
	display: block;
	height: 30px;
	text-indent: -3000px;
}