/* ITEM-SPECIFIC STYLES */
#item {

}
#itemLine { /* BLOCK CONTAINING ALL ITEM DATA */

}
#itemImg { /* IMAGE BLOCK */
	float: left;
	width: 275px;
	padding: 0 35px 0 15px;
	margin: 0;
	text-align: center;
}
#itemImg a, #itemImg a:hover {
	color: #666;
	text-decoration: none;
	font-size: 11px;
}
#itemImg a:hover {
	text-decoration: underline;
}

#itemDesc { /* DESCRIPTION/PRICE BLOCK */
	float: left;
	width: 200px;
}
#itemDesc h1 {
	color: #F26522;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#itemDesc p {
	margin: 0;
	padding: 0 0 15px 0;
}
.price {
	color: #F26522;
	font-weight: bold;
}

#related { /* BLOCK CONTAINING ALL RELATED ITEM DATA */
	clear: both;
	padding: 20px 0 0 0;
}
#relatedImg {
	float: left;
	margin: 0 20px 0 0;
}
#related ul {
	float: left;
	list-style: none;
}
#related li {
	display: inline-block;
	_display: inline; /* FIX FOR IE */
	padding: 0 20px 0 0;
	background: url(../img/bg/related.gif) no-repeat left top;
	width: 108px;
	height: 104px;
	text-align: center;
}
#related li p {
	padding: 0;
	margin: 0;
}
#related li img {
	padding: 15px 0 10px 0;
}
#related li a, #related li a:hover {
	color: #F26522;
	text-decoration: none;
	font-size: 10px;
}
#related li a:hover {
	text-decoration: underline;
}

#related table {
}
#related tr {

}
#related td {
	background: url(../img/bg/related.gif) no-repeat left top;
	width: 108px;
	height: 104px;
	text-align: center;
	padding-right: 20px;
}
#related td a, #related td a:hover {
	color: #F26522;
	text-decoration: none;
	font-size: 10px;
}
#related td a:hover {
	text-decoration: underline;
}