/*  ===== pt_category Notes =====   /
	This page has a three column layout,
	
	Use this style sheet to put custom styles specific to the Category Pages,
	identifible by the id=pt_category" that surrounds the content. 
	All Product CSS controls what is displayed and not displayed on the category home pages.
*/

/***********************************************/
/* Page Styling CSS                            */
/***********************************************/

#pt_category #content {
	width: 585px;
	width: _580px;
	padding: 0 7px;
	_padding: 0 6px;
	height: 100%;
	margin: 0;
	background-color: #fff;
}
#pt_category div.contentBlock	{
	display: inline;
	float: left;
	clear: both;
	position: relative;
	border: 1px solid #dadada;
	width: 567px;
	padding: 8px;
	margin: 3px 0;
}
#pt_category div.first {
	margin-top: 0;
}
#pt_category div.gray {
	background: #f0f0f0;
}
#pt_category div.gradientTop {
	width: 569px;
	border: none;
	background: url(../images/backgrounds/contentBlock_gradientTop.jpg) repeat-x top left;
}
#pt_category div.noBorder, #pt_category div.imageOnly {
	border: none;
	padding: 0;
	width: 585px;
}

#pt_category .catRow_full {
	display: inline;
	float: left;
	width: 567px;
	margin-bottom: 15px;
	padding: 0 0 10px 0;
	line-height: 11pt;
	border-bottom: 1px solid #dadada;
}
#pt_category .catRow_full.last {
	margin-bottom: none;
	border: none;
}
#pt_category .catRow_full a {
	display: inline;
	float: left;
	width: 100%;
}
#pt_category .catRow_full a:hover {
	text-decoration: none;
	color: #366BA3;
}
#pt_category .catRow_full a:hover .categoryTitle {
	text-decoration: underline;
}
#pt_category .catRow_full .left {
	width: 49%;
	float: left;
}
#pt_category .catRow_full .right {
	width: 48%;
	float: right;	
	padding-left: 12px;
	border-left: 1px solid #dadada;
}

#pt_category .catRow_full .categoryImage {
	display: inline;
	float: left;
	border: 1px solid #fff;
	width: 98px;
	height: 98px;
	padding: 1px;
	margin-right: 3px;
}
#pt_category .catRow_full a:hover .categoryImage {
	border: 1px solid #ddd;
}
#pt_category .categoryTitle {
	color: #000;
	font-weight: bold;
}
#pt_category .categoryDetails {
	color: #666;
}
#pt_category .categoryTextLink {
	color: #366BA3;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	margin-top: 5px;
	line-height: 24px;
	text-decoration: underline;
}

#pt_category #content h2 {
	margin-bottom: 7px;
	font-family: "Century Gothic", sans-serif;
	font-size: 16px;
	color: #699769;
}
#pt_category #content h3 {
	font-size: 12px;
	color: #000;
}
/********* Category Custom H1 Styles *********/
#categoryH1 {
	position: absolute;
	bottom: 18px;
	z-index: 1;
}
#categorySpacer {
	position: static;
	display: block;
	height: 130px;
}