/*  ===== 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 Structure CSS                          */
/***********************************************/
/* Wider content area for order confirmation pages */
#pt_category #content {
	display: inline;
	float:left;
	width: 594px;
	padding: 0px; }
	
/***********************************************/
/* Page Styling CSS                            */
/***********************************************/

#pt_category #content .productMarketing {
	display: none;}
	
/* Catagory Page Header ex: Featured in this department */
#category h1 {
	color: #999;
	background-color: #fff;
	font-family: 'Century Gothic', Arial, Verdana, sans-serif;
	font-size: 24px;
	text-align: left;
	text-transform: none;
	padding: 5px;
	margin: 5px;
	font-weight: normal; }
#category h1:first-line {
	color: #006699;
	background-color: #fff;
	font-size: 32px;
	text-align: left;
	text-transform: uppercase; }

/* Catagory Page SubHeader ex: ...and other cool stuff */
#category h2 {
	clear:both;
	border: 0px;
	padding: 5px;
	margin: 10px 5px;
	color: #666;
	font-size: 20px;
	text-align: left;
	text-transform: none;
	font-weight: normal; }		

/***** Begin Product display styles  *****/

/*  FEATURED PRODUCT DISPLAY ex: Category/Deparment Page */
#category .featuredproduct {
	font-weight: normal;
	margin: 10px 10px;
	padding-bottom: 20px; }
#category .featuredproduct .product {}
#category .featuredproduct .product .image	{}
#category .featuredproduct .product .image .thumbnail {
	display: none; }
#category .featuredproduct .product .image .medium {
	display: inline;
	float:left; }
#category .featuredproduct .product .image .large {
	display: none; }
				
/*  Featured Product Name style */		
#category .featuredproduct .product h3.name a {
	font-weight: bold;
	font-size: 1.3em;
	height:auto; }

/*  Featured Product Information Display */	
#category .featuredproduct .product .sku{
	display: none; }
#category .featuredproduct .product .manufacturer{
	display: none; }
#category .featuredproduct .product .stockstate {
	display: none; }
#category .featuredproduct .product .scaledprices {
	display: none; }
#category .featuredproduct .product .price {
	margin: 5px 0px 0px 0px;}
#category .featuredproduct .product .price .information {
	text-decoration: line-through; }
#category .featuredproduct .product .price .special { 
	color: #c41b0b;}
#category .featuredproduct .product .price .special .key {}
#category .featuredproduct .product .price .special .value {
	color: Red;
	font-weight: bold;}
#category .featuredproduct .product .addtocart {
	margin-left: 210px;
	margin-top: 10px; }
#category .featuredproduct .product .addtocart .quantitybox {
	display: none; }
#category .featuredproduct .product .addtocart .quantitylabel {
	display: none; }


* + html .pt_category #container #mainContainer.noleft {
	width:100%;
}

* + html .pt_category #container #mainContainer.noleft #containerMain {
	width: 100%;	
	}	
