﻿/**************************************************

	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;
}

#SubCategories
{
	width: 100%;
}

#SubCategories .productCategoryContainer
{
	float: left;
	width: 373px;
}

#SubCategories .productCategory
{
	padding: 10px;
	float: left;
}

#SubCategories .productCategory h3
{
	font-weight: bold;
}

#SubCategories .productCategory:hover
{
	background-color: #eeeeee;
	cursor: pointer;
}

#SubCategories .imageContainer
{
	float: left;
	margin-right: 10px;
}

#SubCategories .productCategoryImage
{
	float: left;
	width: 140px;
	height: 116px;
	overflow: hidden;
}

	#SubCategories .productCategoryImage img
	{
		display: block;
		margin-right: 10px;
	}

#SubCategories .productCategoryInfo
{
	float: left;
	width: 203px;
}

#SubCategories .productCategory h3
{
	font-size: 1.1em;
	color: Gray;
	margin-bottom: 5px;
	margin-top: 0px;
}

#SubCategories .productCategory p
{
	margin-top: 0px;
}

#SubCategories .productCategory a
{
	display: block;
	color: Gray;
	font-size: 0.8em;
	margin-top: 10px;
	font-weight: bold;
}

.productGroupHeader
{
	background-color:#444444;
	color:#ffffff;
	Height:25px;
	width:310px;
	padding-right:60px;
	/*padding-left:20px;*/
}

/**************************************************

	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;
	}
/**************************************************

	Product Menu

**************************************************/
#BottomLeftMenu
{
	margin-top: 10px;
}


/**************************************************

	Products

***************************************************/
#ProductList
{
	padding: 0px 20px;
}


#ProductList p
{
	margin-bottom: 10px;
}

#ProductList .productContainer
{
	float: left;
	width: 350px;
}

#ProductList .productContainer:hover
{
	background-color: #eeeeee;
	cursor: pointer;
}

#ProductList .product
{
	margin: 10px;
	float: left;
}

#ProductList .imageContainer
{
	margin-right: 10px;
	float: left;
}

#ProductList .productImage
{	
	width: 140px;
	height: 100px;
	overflow: hidden;
}

#ProductList .productInfo
{
	float: left;
	width: 170px;
}

#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;
}

/*********************

	Product Menu
	
**********************/
#ProductMenu 
{
	position:		absolute;
	top:			105px;
	left:			10px;
	height:			28px;
	width:			100%;
	font-size:		0.85em;
	line-height:	normal;
	overflow:		hidden;
}

#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;
}

#SubCategories td, #ProductList td
{
	vertical-align: top;	
}