﻿/**************************************************

	Categories

**************************************************/
#ProductContentMain
{
	color: #333333;
	position: relative;
}

.CatTitle, .MultiCatTitle
{
	color:			Gray;
	font-size:		1.4em;
	padding-left:	20px;
	margin-top: 	10px;
}

	.MultiCatTitle 
	{
		margin-bottom: 10px;
	}

.NoProducts
{
	padding-left: 20px;
}

#ProductContentMain p, #ProductContentMain #ProductInfoText ul
{
	font-size:		0.85em;
	line-height:	150%;	
	list-style-image: url(../images/_bullet.png);
	list-style-position: outside;
}

.product_categories { width: 100%; }

.product_categories .product_category {
	float: left;
	padding: 10px;
	width: 354px;
}

.view_range {
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-left: 1em;
	text-align: left;
}

.product_categories .product_category h4 {
	color: #999;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0 0 10px;
	width: 190px;
}

.product_categories .hover {
	background-color: #eee;
	cursor: pointer;
}

.product_categories .product_category a {
	margin-top: 10px;
	font-weight: bold;
}

.product_categories .imageContainer {
	float: left;
	margin-right: 10px;
}

.product_categories .product_category_image {
	float: left;
	height: 116px;
	overflow: hidden;
	width: 140px;
}

	.product_categories .product_category_image img {
	height: 116px;
	width: 140px;
	}

.product_categories .productCategoryInfo {
	float: left;
	width: 203px;
}

.productGroupHeader {
	background-color: #444;
	color: #fff;
	height: 25px;
	padding-right: 60px;
	/*padding-left:20px;*/
	width: 310px;
}

/**************************************************

	Tor Categories - special rule for if 2 sub cats

 **************************************************/
#TwoCategories .torCategory
{
	float: left;
	width: 353px;
	padding-left: 15px;
}

	#TwoCategories .torCategory h3.SubCatTitle
	{
		background-color: #333333;
		color: #ffffff;
		padding: 3px 4px;
		font-size: 90%;
	}
	
	#TwoCategories .torCategory .productContainer
	{
		width: 353px;
		float: left;
	}
	
	#TwoCategories .torCategory .productContainer:hover
	{
		background-color: #eeeeee;
		cursor: pointer;
	}

	#TwoCategories .torCategory .product
	{
		background-color: Transparent;
		margin: 10px;
		float: left;
	}
	
	#TwoCategories .imageContainer
	{
		float: left;
		margin-right: 10px;
	}

	#TwoCategories .torCategory .productImage
	{
		width: 140px;
		height: 116px;
		overflow: hidden;
	}
	
	#TwoCategories .torCategory .productImage img
	{
		display: block;
		margin-right: 10px;
	}
	
	#TwoCategories .torCategory .productInfo
	{
		float: left;
		width: 180px;
	}

	#TwoCategories .torCategory .product h3
	{
		font-size: 1.1em;
		color: Gray;
		margin-bottom: 5px;
		margin-top: 5px;
		font-weight: bold;
	}

	#TwoCategories .torCategory .product p
	{
		margin-top: 0px;
	}
	
	#TwoCategories .torCategory .product a
	{
		font-size: 0.8em;
	}

#CategoryMenu {
	overflow: hidden;
}

#CategoryMenu li a {
	color: #fff;
	text-decoration: none;
}

	#CategoryMenu li.selected a { color: #f00 }
	
#CategoryMenu li {
	background: url(../../../App_Themes/Zinsser/images/menubullet.gif) no-repeat 0 50%;
	font-size: .9em;
	list-style-type: none;
	list-style-position: inside;
	margin: 0 0 10px 10px;
	padding-left: 15px;
}

	.IE6 #CategoryMenu li, .IE7 #CategoryMenu li, .IE8 #CategoryMenu li { padding: 0; }
	
/**************************************************

	Product Menu

**************************************************/
#BottomLeftMenu
{
	margin-top: 10px;
}


/**************************************************

	Products

***************************************************/
#ProductList
{
	padding: 0px 20px;
}


#ProductList p
{
	margin-bottom: 10px;
}

#ProductList .productContainer
{
	width: 707px;
	clear: left;
	margin-bottom: 20px;
}

#ProductList .productContainer:hover
{
	background-color: #eeeeee;
	cursor: pointer;
}

#ProductList .product
{
	
}

#ProductList .imageContainer
{
	margin-right: 10px;
	float: left;
	width: 140px;
	height: 116px;
	overflow: hidden;
}

#ProductList .productInfo
{
	float: left;
	width: 557px;
}

#ProductList .product h3
{
	font-size: 1.1em;
	color: gray;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: bold;
}

#ProductList .product p
{
	margin-top: 0px;
}

#ProductList .product a
{
	display: block;
	color: Gray;
	font-size: 0.8em;
	margin-top: 10px;
	font-weight: bold;
}

#BannerImage {
	margin-top: 6px;
	margin-left: 0;
	position: relative;
	height: 133px;
	overflow: hidden;
}

/**************************************************

	Product

**************************************************/
#Product 
{
	padding: 20px 0 20px 20px;
	position: relative;
}

#Product h3
{
	color: #57585a;
	font-size: 1.4em;
	margin-bottom: 10px;
}

#Product h4
{
	color: Gray;
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 5px;
}

#Product h5
{
	color: Black;
	font-weight: bold;
	margin-bottom: 10px;
}

/*#Product #ProductContents
{
	*** Commented out to avoid validation errors. ***
}*/

	#Product #ProductInfoText
	{
		float: left;
		width: 550px;
	}

	#Product #ProductImage
	{
		float: left;
		text-align: center;
		margin-left: 20px;
		width: 150px;
		overflow: hidden;	/* If image appears cropped, this is why... */
	}

#Product ul { padding-left: 20px; }

#prod_cat_with_style_h3 {
	color: #666;
	font-size: 1.4em;
	margin: 10px 0 !important;
}

#product_list {
	font-size: 1em;
	list-style-type: none;
	overflow: hidden;
}

#product_list {
	font-size: 1em;
	list-style-type: none;
	overflow: hidden;
}

#prod_desc_min {
	float: left;
}

#category_description {
	margin: 10px 0 0 15px;
}

#extended_desc {
	float: left;
	margin-right: 10px;
	width: 190px;
}

#avail_basket {
	float: left;
	width: 320px;
}

.product_group {
	float: left;
	padding: 10px;
	vertical-align: top;
	width: 100%;
}

	.hover {
		background: #efefef;
		cursor: pointer !important;
	}

	.image {
		height: 130px;
		float: left;
		margin-right: 15px;
		width: 140px;
	}
	
		.image img {
			border: none;
			height: 116px;
			width: 140px;
		}
	
	.title, .product_title, .product_category h4 {
		color: #666 !important;
		font-size: 1.1em;
		font-weight: bold;
		margin-bottom: 5px;
		margin-top: 5px;
		text-decoration: none;
	}
	
		.radEmptyMessageCss_Default.title,
		.radEnabledCss_Default.title, 
		.radFocusedCss_Default.title, 
		.radHoverCss_Default.title { color: #000 !important; margin: 0 !important; }
	
	.price_info, .short_desc { padding-right: 15px; }
		
		.price_info a {
			color: #666;
			font-size: .8em;
			font-weight: bold;
		}
	
	.add_to_basket { font-size: .8em; }

#Disclaimer {
	clear: both;
	color: #333;
	float: left;
	max-width: 550px;
	margin-top: 10px;
	width: 100%;
}

	#Disclaimer p { font-size: 9px; }

/*********************

	Product Menu
	
**********************/
#ProductMenu {
	position:		absolute;
	top:			105px;
	left:			10px;
	height:			28px;
	width:			100%;
	font-size:		0.85em;
	line-height:	normal;
	overflow:		hidden;
}
	
	.Firefox2 #ProductMenu { top: 108px; }
	.MacPPC.Firefox3 #ProductMenu,
	.Unknown.Firefox3 #ProductMenu
	 { top: 108px; }

#ProductMenu ul 
{
	list-style:	none;
	width:		100%;
}

#ProductMenu li 
{
	float:			left;
	background:		url(../images/productmenu/left.png) no-repeat;
	/*margin-left:	-2px;*/
	padding-left:	10px;
}

#ProductMenu a 
{
	display:		block;
	background:		url(../images/productmenu/right.png) no-repeat right top;
	padding:		7px 15px 6px 6px;
	text-decoration:none;
	color:			#ffffff;
}
 
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#ProductMenu a {float:none;}
/* End IE5-Mac hack */


#ProductMenu .current 
{
	background-image: url(../images/productmenu/left_sel.png);
}

#ProductMenu .current a 
{
	background-image: url(../images/productmenu/right_sel.png);
	color: #000000;
}

/*************************

	Product Assets

*************************/
/*#ProductAssets
{
	*** Commented out to avoid validation errors. ***	
}*/
/*
#ProductAssets .productAssetContainer
{
	position: relative;
}*/

#ProductAssets .productAssetContainer .productAsset
{
	/*Debug*/
	float: left;
	width: 335px;
	margin-right: 15px;
	margin-bottom: 40px;
	position: relative;
}

.productAssetImage img
{
	width:	130px;
	height: 180px;
}

.productAssetImage
{
	float:			left;
	margin-right:	10px;
	width:			130px;
	height: 		180px;
	overflow:		hidden;
}

.productAssetContent
{
	float: left;
	width: 190px;
}

.productAssetContent h5
{
	margin: 0; padding: 0;
	font-size: 90%;
}

.productAssetContent p
{
	height: 127px;
}

#ProductAssets a.downloadPdf, a.downloadPdf
{
	color:				#000000;
	display:			block;
	margin-top: 		10px;
	padding-left:		20px;
	height:				17px;
	background-image:	url(../images/downloadpdf.gif);
	background-repeat:	no-repeat;
	text-decoration:	none;
}

#ProductAssets a.downloadPdf
{
	position: absolute;
	bottom: 0;
}

#ProductAssets a.downloadPdf:hover, a.downloadPdf:hover
{
	background-color:	gray;
	color:				#ffffff;
}

a.pdfDownload
{
	color:				#000000;
	display:			block;
	margin-top: 		10px;
	padding-left:		20px;
	height:				17px;
	background-image:	url(../images/downloadpdf.gif);
	background-repeat:	no-repeat;
	text-decoration:	none;
}

a.pdfDownload:hover
{
	background-color:	gray;
	color:				#ffffff;
}

.product_categories td, #ProductList td
{
	vertical-align: top;	
}