table.itemtable {
	margin-bottom:20px;
	border-top:solid #c5c5c5 1px;
	background:white;
}
table.itemtable a {
	font-size:16px;
	font-weight:bold;
}
table.itemtable a.more {
	font-size:11px;
	text-decoration:none;
	border-bottom:1px solid #0000ff;
}
table.itemtable div.remaining_stock {
	font-weight:bold;
	font-size:14px;
	color:#348000; 
	margin:8px 0;
}
table.itemtable td.right_column {
	text-align:right;
	width:120px;
}
.small_font {
	font-size: 10px;
}
.last_chance {
	font-style:italic;
	border-bottom:1px solid;
	padding-bottom:2px;
}
.your_price {
	font-size:26px;
	color:#c00000;
	font-weight:bold;
	padding:2px 0;
}
.regular_price {
	color:#878787;
	font-weight:bold;
	font-style:italic;
	padding:2px 0;
}
.savings {
	color:#c00000;
	font-weight:bold;
	font-style:italic;
	padding:2px 0;
}
table.add2cart {
	background:url("/images/cart-bg1.png") no-repeat; 
	width:176px;
	margin-top:5px;
}