@charset "utf-8";

/* 	products.css for lignolab.com by Daniel Rose (danielrosewebdesign@googlemail.com) */
	
	#content.products section
	{	width: 460px;
		float: left; }	
	
	#content.products section#featured-products
	{	width: 300px;
		float: right; }
		
		.products #featured-products div
		{	position: relative;
			margin-bottom: 20px; }
		
		.products #featured-products div a
		{	position: absolute;
			bottom: 8px; right: -2px;
			padding: 5px;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			display: block;
			background: rgb(125, 0, 0);
			background: rgba(125, 0, 0, .7);
			color: #ff6600;
			font-size: 1em;
			line-height: 1.4;
			font-weight: bold; }
			
	#content.product-item > div
	{	width: 380px;
		margin: 0 0 0 20px;
		float: right; }
		
		.product-item #interested-link
		{	display: block;
			margin: 40px 0 0 0;
			font-weight: bold;
			clear: both;
			font-size: 1.2em; }
	
		.product-item #interested-link:after
		{	content: " \00BB"; }
		
	.product-item #images
	{	width: 300px; 
		float: left;
		margin: 20px 0 0 0; }
		
		#images h3 span
		{	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
			font-size: .6em; }
		
		#images div
		{	margin: 30px 0 0 0; }
		
			#images a
			{	display: inline;
				margin-right: 10px; }
				
			#images div a:last-child
			{	margin: 0; }
			
/* end products.css */