.nugget
{
	border-style: solid;
	border-color: #dc3e4d;
	border-width: 1px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}
.nugget_header
{
	background-image: url(../graphics/nugget/header_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 24px;
	
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}
.nugget_title
{
	padding: 7px 0px 0px 5px;
}
.nugget_body
{
	background-color: #f2f2f2;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	
	padding: 10px;
}

.partNugget, .partNuggetLeft, .partNuggetRight
{
	float: left;
	width: 155px;
	
	margin: 20px 10px 10px 10px;
	
	border-style: solid;
	border-color: #cccccc;
	border-width: 0px 1px 0px 0px;
	
	background-color: #ffffff;
}
.partNuggetSale
{
	
}
.partNuggetLeft
{
	margin-left: 10px;
	clear: both;
}
.partNuggetRight
{
	border-width: 0px;
	margin-right: 0px;
}
.partNuggetTitle
{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: #000000;
	
	margin: 0px 0px 10px 0px;
	
	width: 130px;
	height: 50px;
	overflow: hidden;
}
.partNuggetPic
{
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	width: 130px;
	height: 98px;
	
	text-align: center;
	vertical-align:middle;
}
.partNuggetMoreInfo
{
	font-size: 9px;
	width: 130px;
	text-align: right;
	margin: 5px 0px 5px 0px;
}
.partNuggetBuyNow
{
	font-size: 9px;
	width: 130px;
	height: 20px;
	text-align: right;
	margin: 5px 0px 5px 0px;
}
.nugget_add
{
	float: left;	
}
.partNuggetPrice, .partNuggetPriceTrade
{
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0em;
	
	width: 130px;
	
	text-align: right;
	
	color: #333333;
	
	clear: both;
	
	margin: 10px 0px 0px 0px;
}
.partNuggetPriceTrade
{
	
	color: #F00;
	
	margin: 2px 0px 0px 0px;
}
.nugget_rrp
{
	font-size: 9px;
	font-weight: normal;
}
.partNuggetStockStatus
{
	margin: 0px 10px 0px 2px;
}