/* *********************************************
Item Page
********************************************* */

#item-top {
	float:left;
	width: 471px;
	margin: 0 0 10px 0;
}

#item-bottom {
	float:left;
	width: 471px;
	padding: 15px 0 0 0;
	background:url(../images/item-shadow.png) repeat-x;
}

.item-left {
	float:left;
	width: 196px;
	margin: 0 10px 0 0;
}

.item-left img {
	border: 3px solid #e3e9ea;
	margin: 0 0 10px 0;
}

.item-right {
	float:left;
	width: 265px;
}

.item-right h2, .item-right h1 {
	color: #a10f0f;
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
}

.item-right h2 {
	font-size: 14px;
}

.item-right h1 {
	font-size: 18px;
}

.item-linebox {
	border-bottom: 1px solid #d0d9db;
	float:left;
	padding: 7px 0 7px 0;
	width: 100%;
	margin: 0 0 5px 0;
}

a.enlarge {
	background:url(../images/enlargeicon.png) no-repeat;
	padding: 0 0 0 15px;
	text-decoration: none;
}

/* *********************************************
Item List
********************************************* */

.list {
	float:left;
}

.list-item {
	width: 140px;
	float:left;
	border: 1px solid #CCC;
	padding: 3px;
	margin: 0 7px 15px 0;
}

.list-item img {
	width: 140px;
}

.list-item h3 {
	margin: 3px 0 0 0;
	padding: 0;
	line-height: 1;
	color: #a10f0f;
	font-weight: normal;
}

.list-item-price {
	margin: 4px 0 4px 0;
	padding: 3px 0 3px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	
}