/* PRODUCT LIST PAGE */

h2.sTitle {
	background:none !important;
	}
h2.sTitle a
	{
	background:none !important;
	}

ul
	{
	margin:0 0 0 35px;
	padding:2px;
	list-style : square;
	}

#productList
	{
	margin: 10px 0;
	}
	
			#productList
			{
			font-family: Verdana,Arial, Helvetica, sans-serif;
			}
	
	div.lProduct		/* l stands for list */
		{
		margin: 10px 0;
		padding: 5px;
		border: 1px solid #ccc;
		clear: both;
		overflow: auto;
		width: 100%; /* needed for IE to properly overflow the lItem div. */
		}
	div.lProductEven
		{
		background:url(../images/bg-cont.jpg) repeat 0 0 #FFFFFF;
		}
	div.lProductOdd
		{
		background: #F1F4FF;
		}
		div.lProductImage
			{
			float: left;
			margin: 0 20px 0 10px;
			padding: 5px;
			background: #fff;
			border: 1px solid #0C659E;
			}
		div.lProductDescription
			{
			float: left;
			}
			div.lProductDescription h2.sTitle
				{
				margin:0;
				padding:0;
				background:none !important;
			}
		div.lProductDescription h2.sTitle a
			{
			background:none !important;
			}

			span.lProductPrice
				{
					padding: 0 0 0 20px;
					color:#6699CC;
				}
			p.lProductCategories
				{
				text-align: right;
				}
div.lProduct a {text-decoration:none}
	
/* PRODUCT LIST - THUMBNAIL VIEW */
#thumbnailList
	{
	margin: 0 auto;
	padding:0;
	}
	
	.thumbnailListBy3
	{
		width: 550px;
	}
	
	.thumbnailListBy4
	{
		width: 725px;
	}
	
	div.lThumbnail		/* thumbnail view */
		{
			float: left;
			width:160px;
			border: 1px solid #0C659E;
			padding:4px;
			margin: 5px;
			vertical-align: top;
			text-align: center;
			height: 170px;
		}
		div.lThumbnailImage
			{
			margin: 0;
			background: #fff;
			}
		p.lThumbnailCaption
			{
			padding: 0 5px;
			}
		p.lThumbnailCategories
			{
			padding: 0;
			text-align: right;
			font-size: 84%;
			}
			
/* PRODUCT DETAILS PAGE */
#productDetail
	{
		width: 100%;
		overflow:overflow;
	}
	div.dProductThumbnail, div.dProductImage	/* d stands for details */
		{
		float: left;
		text-align: center;
		border: 1px solid #666;
		background: #FFF;
		padding: 3px;
		margin: 0 5px 10px 0;
		}
	div.dProductSpecifications
		{
		float:left;
		clear:right;
		margin: 0 5px 10px 0;
		}
		span.dProductPrice
			{
			font-weight:bold;
			color: #6699CC;
			}
	div.dProductDescription
		{
		clear: both;
		}
