﻿
/*

	Product Lists classes and tag overrides
	-----------------------------------------------------------------------------------------------
	Last Updated: 02.9.2009

*/

	.SideBar
	{
		width: 137px;
		padding: 15px 20px;
	}
	
		.SideBar h3
		{
			font-size: 13px;
			font-weight: bold;
		}
	
		.SideBar a.Parent
		{
			display: block;
			padding: 2px 0px 2px 10px;
			text-decoration:none;
			font-size: 12px;
			line-height: 16px;
			font-weight: bold;
			color: #206bb0;

			background-image: url('../Images/product-list-bullet.gif');
			background-repeat: no-repeat;
			background-position: left top;
		}
		.SideBar a
		{
		text-decoration:none;	
		color:#666666;	
		}
		
			.SideBar a:hover
		{
		text-decoration:underline;	
		
		}
		
	
		

		.SideBar p 
		{
			padding: 0px 0px 7px 5px;
			font-size: 10px;
			line-height: 16px;
		}
		

		.SideBar sup
		{
			position: relative;
			margin-left: 1px;
			vertical-align: text-top;
			top: 1px;
			line-height: 8px !important;
			font-size: 8px !important;
		}
						
	
	
	.ProductList
	{
		width: 698px;
	}

		.ProductList .ProductListItem
		{
			padding: 20px 10px 20px 15px;
			border-bottom: solid 1px #fcaf2f;
			width: 673px;
		}

			.ProductList .LastItem
			{
				border-bottom: none;
			}

			.ProductList .OrderButton
			{
				width: 101px;
				height: 20px;
			}

			.ProductList .ProductListItem .Image
			{
				padding: 0px 15px 0px 0px;
				width: 178px;
			}

			.ProductList .ProductListItem .Description
			{
				width: 470px;
			}

			.ProductList .ProductListItem h4
			{
				padding: 0px 0px 3px 0px;
				margin: 0px;

				font-size: 17px;
				line-height: 20px;
				font-weight: bold;
				color: #fcaf2f;
			}

			.ProductList .ProductListItem p
			{
				display: block;
				font-size: 12px;
				line-height: 15px;
				padding: 0px 0px 5px 0px;
			}

			.ProductList .ProductListItem sup
			{
				position: relative;
				margin-left: 1px;
				vertical-align: text-top;
				top: 2px;
				line-height: 8px !important;
				font-size: 8px !important;
			}

