
/*--------------------------
	CSS by Rod Miles	
	Optrics Engineering	
	December 2007
	
	Specific to barracuda 
	product pages
----------------------------*/


.unitBox
	{
	position: relative;
	border-top: 1px dashed #7F7F7F; 
	width: auto; 
	clear: left;
	}
	
.hwPriceSpam, .hwPriceSpy, .hwPriceIm, .hwPriceWeb, .hwPriceLoad, .hwPriceMsg, .hwPriceWebsite
	{
	float: left; 
	border: 1px solid #aaa; 
	background: #ccc url('../images/products/barracuda-pricing-bg.gif') repeat-x 0 0;
	padding: 5px; 
	clear: left;
	width: 120px;
	font-size: 0.9em;`
	}
	
.priceTable
	{
	position: relative; 
	top: -50px; 
	float: right;
	margin-bottom: 5px;
	}

.pricingButtons
	{
	position: relative; 
	clear: both; 
	top: -30px;
	text-align: right;
	}
	
.strikeIt { text-decoration: line-through; }

.priceSpam, .priceWeb, .priceIm, .priceLoad { color: #7F7F7F; font-size: 1.3em }

.headingTag
	{
	margin: 0px; 
	padding: 0px; 
	font-style: italic;
	}
