﻿/**************************************************

	Categories

**************************************************/
#ProductContentMain
{
	color: black;
	background-color: #e9e0cd;
	position: relative;

}

.CatTitle
{
	color:			Gray;
	font-size:		1.4em;
	padding-left:	20px;
	margin-top: 	10px;
}

.NoProducts
{
	padding-left: 20px;
}

#ProductContentMain p 
{
	font-size:		0.85em;
	line-height:	150%;	
}

#ProductContentMain ul li
{
	font-size:	0.8em;
}

#SubCategories
{
	width: 100%;
}

#SubCategories .productCategoryContainer
{
	float: left;
	width: 360px;
}

#SubCategories .productCategory
{
	padding: 10px;
	float: left;
}

#SubCategories .productCategory h3
{
	font-weight: bold;
}


#SubCategories .productCategory:hover
{
	background-color: #eeeeee;
	cursor: pointer;
}

#SubCategories .productCategoryImage
{
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-right: 10px;
}

#SubCategories .productCategoryInfo
{
	float: left;
	width: 230px;
}

#SubCategories .productCategory h3
{
	font-size: 1.1em;
	color: Gray;
	margin-bottom: 5px;
}

#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-top: 10px;
	padding-left: 20px;
}

	#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 .torCategory .productImage
	{
		float: left;
		width: 100px;
		height: 100px;
		overflow: hidden;
		margin-right: 10px;
	}

	#TwoCategories .torCategory .product h3
	{
		font-size: 1.1em;
		color: Gray;
		margin-bottom: 5px;
		margin-top: 5px;
	}

	#TwoCategories .torCategory .product p
	{
		margin-top: 0px;
	}
	
	#TwoCategories .torCategory .product a
	{
		font-size: 0.8em;
	}
/**************************************************

	Product Menu

**************************************************/
#BottomLeftMenu
{
	margin-top: 10px;
}


/**************************************************

	Products

***************************************************/
#ProductList
{
	padding: 20px;
}


#ProductList p
{
	margin-bottom: 10px;
}

#ProductList td
{
	vertical-align: top;
	width: 340px;
	padding: 10px;
}

	#ProductList td:hover
	{
		background-color: #f4eee1;
		cursor: pointer;
	}
	
	#ProductList .productImage
	{
		float: left;
		width: 110px;
		margin-right: 15px;
		overflow: hidden;
	}
	
	#ProductList .productInfo 
	{
		display: block;
		float: right;
		width: 200px;
	}
	
	#ProductList .productInfo h3
	{
		font-size: 1.1em;
		color: #663300;
		margin-bottom: 5px;
		margin-top: 5px;
		font-weight: bold;
	}

	#ProductList .productInfo p
	{
		margin-top: 0px;
		font-size: 80%;
	}

	#ProductList .productInfo a
	{
		display: block;
		color: #663300;
		font-size: 0.8em;
		margin-top: 10px;
		font-weight: bold;
	}

#BannerImage
{
	border-top: solid 8px white;
	position: relative;	
	height: 133px;
	overflow: hidden;
}

/**************************************************

	Product

**************************************************/
#Product 
{
	padding: 20px;
	position: relative;
}

#Product h3
{
	color: #663300;
	font-size: 1.4em;
	margin-bottom: 10px;
}

#Product h4
{
	color: #663300;
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 5px;
}

#Product h5
{
	color: #663300;
	font-weight: bold;
	margin-bottom: 10px;
}

/*#Product #ProductContents
{
	*** Commented out to avoid validation errors. ***
}*/

	#Product #ProductInfoText
	{
		/*float: left;*/
		width: 550px;
		margin-right: 10px;
	}
	
	#Product #MultiD
	{
		width: 150px;
		float: left;
	}
	
	#Product #MultiD ul li
	{
		list-style: none;
		padding-left: 10px;
		background-image: url(../images/productbullet.gif);
		background-repeat: no-repeat;
		background-position: 1px 5px;
	}
	
	#Product #ProductGallery
	{
		float: left;
		width: 400px;
		margin-top: 20px;
	}

	#Product #ProductImage
	{
		position: absolute;
		top: 20px;
		right: 10px;
		width: 140px;
		overflow: hidden;
		text-align: center;
	}



/*********************

	Product Menu
	
**********************/
#ProductMenu 
{
	position:		absolute;
	top:			105px;
	left:			20px;
	height:			28px;
	width:			100%;
	line-height:	normal;
	overflow:		hidden;
}

#ProductMenu ul 
{
	list-style:	none;
	width:		100%;
}

#ProductMenu li 
{
	float:			left;
	background:		url(../images/productmenu/left.png) no-repeat;
	padding-left:	10px;
}

#ProductMenu a 
{
	display:			block;
	background:			url(../images/productmenu/right.png) no-repeat right top;
	padding:			7px 15px 20px 6px;
	text-decoration:	none;	
	font-size:			12px !important;
	color:				#ffffff;
}
 
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#ProductMenu a {float:none;}
/* End IE5-Mac hack */

#ProductMenu a:hover 
{
	color: White;
}

#ProductMenu .current 
{
	background-image: url(../images/productmenu/left_sel.png);
}

#ProductMenu .current a 
{
	background-image: url(../images/productmenu/right_sel.png);
	color: black;
}

/*************************

	Product Assets

*************************/
/*#ProductAssets
{
	*** Commented out to avoid validation errors. ***	
}*/

/*#ProductAssets .productAssetContainer
{
	/*Debug*/
	/*
	background-color: green;*//*

	*** Commented out to avoid validation errors. ***

}*/

#ProductAssets .productAssetContainer .productAsset
{
	/*Debug*/
	float: left;
	width: 335px;
	margin-right: 15px;
}

.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
{
	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: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 Gallery

****************************************/
#ProductGallery ul
{
	list-style: none;
	width: 400px;
}

#ProductGallery ul li
{
	list-style: none;
	float: left;
	margin-bottom: 5px;
}

#ProductGallery .product
{
	width: 90px;
	float: left;
	text-align: center;
}

#ProductGallery .product p
{
	font-size: 0.8em;
}

#Disclaimer
{
	clear: both;
	font-size: 80%;
	padding-top: 10px;
}