/*  ===== 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 {
	position: relative;
	width: 585px;
	_width: 580px;
	padding: 0 7px;
	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;
}

/*  ===== pt_category Notes =====   /
	This page has a three column layout
*/

/***********************************************/
/* Page Structure CSS                          */
/***********************************************/
/* Standard content area for 3 col layout */
#pt_category #content {
	width: 585px;
	_width: 580px;
	padding: 0 7px;
	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.subContentBlock {
	display: inline;
	float: left;
	padding: 8px;
	width: 352px;
	border: 1px solid #dadada;
	margin-right: 5px;
}

#pt_category div.subContentBlock a {
	display: block;
	font-size: 11px;
	color: #000;
}
#pt_category div.subContentBlock a:hover {
	text-decoration: none;
	color: #366BA3;
}
#pt_category div.subContentBlock a:hover .productitle {
	text-decoration: underline;
}
#pt_category div.subContentBlock .featureImage {
	display: inline;
	float: left;
	width: 190px;
}
#pt_category div.subContentBlock .featureContent {
	display: inline;
	float: right;
	clear: none;
	width: 155px;
}
#pt_category div.subContentBlock .categoryImage {
	display: inline;
	float: left;
	border: 1px solid #fff;
	width: 188px;
	height: 188px;
	padding: 1px;
	margin-right: 3px;
}
#pt_category div.subContentBlock a:hover .categoryImage {
	border: 1px solid #ddd;
}

/***********************************************/
/* Page Styling CSS                            */
/***********************************************/	
/* Styles div containing content */
#pt_category #content h2 {
	margin-bottom: 7px;
	font-family: "Century Gothic", sans-serif;
	font-size: 16px;
	color: #990000;
}
#pt_category #content h2 a {
	display: none;
	text-align: right;
	font-size: 11px;
	color: #990000;
	text-decoration: underline;
	float: right;
}
#pt_category #content h2 a:hover {
	color: #444;
}
#pt_category div.gradientBtm p {
	margin-top: 3px;
}
#pt_category div.gradientBtm {
	background: url(../images/backgrounds/contentBlock_gradientBtm.jpg) repeat-x bottom left;
}
#pt_category div.gradientBtm a {
	color: #356AA3;
	/*text-decoration: underline;*/
}
#pt_category div.gradientBtm a:hover {
	color: #000;
}
#pt_category div.noBorder {
	border: none;
	padding: 0;
	width: 585px;
}
.fpspace
{
	height: 10px;
}

#pt_category .quantitylabel
{
	display: none;
}

.addToCartButton01
{
margin-top: 10px;
}

.subCat_featureAd object, .subCat_featureAd
{
	z-index: -1;
}

/* These are probably already in global, but just in case. */
.right {
	float:right;
}
.left {
	float:left;
}
/*                              								*/

.dividerA {
     width: 100%;
     height: 1px;
     line-height: 1px;
     overflow: hidden;
     background-color: #DADADA;
}
#subContainer1 {
        width: 585px;
        height: 218px;
        text-align: right;
        background-image: url("air_quality/portable_air_conditioners/portable_air_conditioner_banner.jpg?$staticlink$");
}

#subContainer1 p {
        align: right;
        padding: 6px 6px 0 0;
}
#subContainer1 #text {
        margin-top: -12px;
        text-align: right;
        max-width: 321px;
        width:expression(document.body.clientWidth > 321? "321px": "auto" ); /* IE6 */
        float:right;
        text-size: 10px;
}
#subContainer1 .headerBlue, .headerBlue {
        font: Verdana, Helvetica, sans-serif;
        font-size: 22px;
        font-weight: bold;
        color: #356AA3;
}
#subContainer1 .headerGreen, .headerGreen {
        font: Verdana, Helvetica, sans-serif;
        font-size: 22px;
        font-weight: bold;
        color: #699769;
}

#subContainer1 .headerGray {
        font: Century Gothic, Verdana, Helvetica, sans-serif;
        font-size: 14px;
        color: #333;
}
.contentHeader {
        font-family: Arial, sans-seriff;
        font-size: 12px;
        font-weight: bold;
}
/*********************/
/* Promo Grid Styles */
/*********************/
.container {
	width: 585px;
}

.productGrid {
	
}

.productGrid .gridContainer {
	float: left;
	border: 1px solid #c8cfd5;
	background-image: url(../images/gridBG.gif);
	width: 185px;
	height: 250px;
	margin: 3px;
	cursor: pointer;
}

.productGrid .gridContainer .top {
	margin: 4px;
	padding-top: 4px;
	height: 100px;
}

.productGrid .gridContainer .top .topThumb {
	padding: 0;
	float: left;
	height: 100px;
}

.productGrid .gridContainer .top .stars {
	width: 72px;
	float: right;
}

.productGrid .gridContainer .top .headings {
	float: right;
	width: 72px;
}

.productGrid .gridContainer .heading1 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.productGrid .gridContainer .heading2 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #356AA3
}

.productGrid .gridContainer .title {
	padding: 1px 8px 1px 8px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	
}

.productGrid .gridContainer .description {
	margin: 3px 3px 8px 8px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333;
}

.productGrid .gridContainer .salePrice {
	padding: 0 2px 1px 4px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}

.productGrid .gridContainer .listPrice {
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #666;
	font-weight: bold;

}

.productGrid .gridContainer .shippingDiv {
	padding-top: 2px;
}

.productGrid .gridContainer .shippingText {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
	line-height: 14px;
}

.shippingDiv .shippingImg {
	float: left;
	margin: 1px 1px 0 2px;
}

.shippingDiv .detailImg {
	float: right;
	padding: 2px 7px 0 9px;	
}

/***** Promo Box 01 *****/
.promoBox01 {
	background-image: url(../images/pac_promo_bg.gif);
	width: 370px;
	height: 236px;
}
.promoBox01 .promoHeader {
	padding: 6px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	height: 30px;
}
.promoBox01 .headerTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.promoBox01 .checkTitle {
	float: left;
	margin: 8px 18px 0 18px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #356AA3;
	width: 158px;
	height: 26px;
	line-height: 28px;
	background-image: url(../images/checkbox.gif);
	background-repeat: no-repeat;
}
.promoBox01 .content {
	float: left;
	display: table-cell;
	margin: 0 18px 10px 18px;
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #000;
	width: 152px;
}
.promoBox01 .left {
	float: left;
	width: 185px;
	height: 180px;
}
.promoBox01 .right {
	float: right;
	width: 185px;
	height: 180px;
}
/* IE6 Only */
* html .promoBox01 .content {
	margin: 0 4px 4px 4px;
}
* html .promoBox01 .checkTitle {
	margin: 0 4px 4px 4px;
}

/* cat grid styles */
.catRow_full {
	display: inline;
	float: left;
	width: 567px;
	margin-bottom: 15px;
	padding: 0 0 10px 0;
	line-height: 11pt;
	border-bottom: 1px solid #dadada;
}
.catRow_full.last {
	margin-bottom: none;
	border: none;
}
.catRow_full a {
	display: inline;
	float: left;
	width: 100%;
}
.catRow_full a:hover {
	text-decoration: none;
	color: #366BA3;
}
.catRow_full a:hover .categoryTitle {
	text-decoration: underline;
}

.catRow_full .left {
	width: 49%;
	float: left;
}

.catRow_full .right {
	width: 48%;
	float: right;	
	padding-left: 12px;
	border-left: 1px solid #dadada;
}
.catRow_full .categoryImage {
	display: inline;
	float: left;
	border: 1px solid #fff;
	width: 98px;
	height: 98px;
	padding: 1px;
	margin-right: 3px;
}
.catRow_full a:hover .categoryImage {
	border: 1px solid #ddd;
}
.categoryTitle {
	color: #000;
	font-weight: bold;
}
.categoryDetails {
	color: #666;
}
.categoryTextLink {
	color: #366BA3;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	margin-top: 5px;
	line-height: 24px;
	text-decoration: underline;
}
/* END */

/* Test styles for new content */
#textBlock {
     margin:8px;
     padding:2px;
     font: 11px sans-serif;
     color:#666;
     line-height:14px;
}
.ulDiv {
     float: left;
     margin: 0 20px 0 20px;
}
