@charset "utf-8";
/* 

PRODUCTS STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- products stylesheet  --------- */

/*Products*/
div.products
	{		
	}

/*Products List Item*/
div.products-list-item
	{
	}


/*Products Item*/
div.products-item 
	{
		background:#e5f4f8;
		border:1px solid #bfe7f1;
		margin-bottom:10px;
		padding:10px;
	}
	
	

/*Has Slider Content?*/
div#products-slideshow .has-slider-content
	{
	}	
	
/*Hidden Content*/
div#products-slideshow .has-slider-content .slider-content.hide
	{
		
	}
	
/*Has Slider Content Read More*/
div#products-slideshow .has-slider-content a.closed
	{
		color:#F00;
	}		

/*Has Slider Content Read Less*/
div#products-slideshow .has-slider-content a.open
	{
		color:#F00;
	}		

/* Products Widget */
div.products-widget
	{
	}

/* Products Widget Thumbnail */
div.products-thumbnail
	{
	}
	
/* Products Widget Button */
div.products-widget a.button
	{
	}
