/*
CLEANER HOME PAGES
*/
/* GENERAL */

h1
{
	margin:0px;
	padding:0px;
	height:120px; /* STUPID FF */
}


h2 {
	font-size:14px;
	padding-top:0px;
	margin-top:0px;
}

h2 a:link { color:#666666; text-decoration:none; }
h2 a:visited { color:#666666; text-decoration:none; }
h2 a:hover { color:#0099cc; text-decoration:none; }
h2 a:active { color:#0099cc; text-decoration:none; }




/* HOME PAGE */
.cleaner_home.overview {
	padding:21px 0px 9px 0px;
	height:470px;
}
.cleaner_home.overview .left_column {
	float:left;
	width:390px;
	background-color:#f5fafe;
	margin-bottom:19px;
}
/* KITCHEN  */
.kitchen.overview {
	padding:21px 0px 0px 0px;
}
/* BATHROOM  */
.bathroom_home.overview {
	padding:21px 0px 0px 0px;
}
/* LAUNDRY  */
.laundry.overview {
	padding:21px 0px 0px 0px;
}
/* KIDS  */
.kids.overview {
	padding:21px 0px 0px 0px;
}

.cleaner_home.overview .left_column
{
min-height:0; /* IE 7 */
}

.cleaner_home.overview .left_column:after
{
content:".";
clear:both !important;
display:block;
height:0;
visibility:hidden;
}

* html .cleaner_home.overview .left_column { height:1%; } /* IE 6 */

.cleaner_home.overview .right_column {
	float:right;
	width:390px;	
	background-color:#f5fafe;
	margin-bottom:19px;
}

.cleaner_home.overview .right_column
{
min-height:0; /* IE 7 */
}

.cleaner_home.overview .right_column:after
{
content:".";
clear:both !important;
display:block;
height:0;
visibility:hidden;
}

* html .cleaner_home.overview .right_column { height:1%; } /* IE 6 */

.cleaner_home.overview .container {
	width:390px;
	margin-bottom:15px;
	background-color:#f5fafe;
}

.cleaner_home.overview .description {
	height:80px;
	width:390px;
	
}

.cleaner_home.overview .description p {
	color:#898989;
	padding-left:10px;
	line-height:16px;
}

.cleaner_home.overview .description h2 {
	padding-left:10px;
	padding-top:10px;
	margin:0px;

}

/* SUB LEVEL LANDING PAGES */
.feature {
	width:800px;
	height:173px;
}

.feature h2 img {
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.feature h3 {
	font-size:12px;
	font-weight:bold;
	color:#666666;
	
}

.feature .left_column {
	float:left;
	clear:right;
	width:550px;
	height:173px;
	background-color:#F4FAFD;
}

.feature .left_column  .tip{
	float:left;
	padding-right:20px;
}

.feature .left_column br {
	line-height:10px;
}
.feature .left_column  p{
}

.feature .content{
	padding:20px 20px 0px 0px;
}


.feature .right_column {
	float:right;
	width:230px;
	height:173px;
	clear:right;
	background-color:#FFFFFF;
	padding-left:20px;
	padding-top:20px;
}

.feature .left_column h3 a:link { color:#666666; text-decoration:none; }
.feature .left_column h3 a:visited { color:#666666; text-decoration:none; }
.feature .left_column h3 a:hover { color:#0099cc; text-decoration:none; }
.feature .left_column h3 a:active { color:#0099cc; text-decoration:none; }

.feature .right_column a p {
	font-weight:normal;
}

.feature .right_column a { text-decoration:none; }

.feature .right_column a:link h3  { color:#666666; text-decoration:none; }
.feature .right_column a:visited h3  { color:#666666; text-decoration:none; }
.feature .right_column a:hover h3  { color:#0099cc; text-decoration:none; }
.feature .right_column a:active h3  { color:#0099cc; text-decoration:none; }

.feature .right_column a:link p { color:#666666; text-decoration:none; }
.feature .right_column a:visited p { color:#666666; text-decoration:none; }
.feature .right_column a:hover p { color:#0099cc; text-decoration:none; }
.feature .right_column a:active p { color:#0099cc; text-decoration:none; }

.feature .right_column a .p_arrow { padding-left:4px; }


/* PAGEBAR STYLES */
.cleaner_home.tips .pagebar, .cleaner_home.articles .pagebar, .cleaner_home.article .pagebar
{
	margin-top:9px;
	margin-bottom:9px;
}
.cleaner_home.tips .pagebar_flatbot, .cleaner_home.articles .pagebar_flatbot, .cleaner_home.article .pagebar_flatbot
{
	margin-top:9px;
	margin-bottom:0px;
}


/* TIPS PAGES */
.cleaner_home.tips .side_promo H2, .cleaner_home.articles .side_promo H2
{
	font-size:18px;
	font-weight:normal;
	color:#0090CD;
	margin-bottom:0px;
}

.cleaner_home.tips .side_promo.links
{
	padding-bottom:6px;
}


/* ARTICLE PAGES */
.cleaner_home.article H1
{
	height:160px;
	border-bottom:9px solid #D9EDF4;
}

.cleaner_home.article P
{
	line-height:16px;
}

.cleaner_home.article #article_content
{
	color:#898989;
}

.cleaner_home.articles .side_promo.tip H3
{
	color:#545454;
	font-weight:bold;
	font-size:13px;
}

.cleaner_home.articles .side_promo.tip P
{
	color:#898989;
	line-height:16px;
}

.cleaner_home.article #side_column .related_products .related_product
{
	padding-bottom:10px;
	margin-bottom:10px;
	background-image:url(/img/dottedline_horiz.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	min-height:0; /* IE 7 */
}
/*.cleaner_home.article*/ #side_column .related_products .related_product:after  /* STUPID SAFARI */
{
	content:".";
	clear:both !important;
	display:block;
	height:0;
	visibility:hidden;
}
* html .cleaner_home.article #side_column .related_products .related_product { height:1%; } /* IE 6 */

.cleaner_home.article #side_column .related_products .related_product.last
{
	padding-bottom:0px;
	margin-bottom:0px;
	background-image:none;
}

.cleaner_home.article #side_column .related_products .related_product .image
{
	float:left;
	width:100px;
	padding-right:10px;
	text-align:center;
}
.cleaner_home.article #side_column .related_products .related_product .description
{
	float:left;
	width:140px;
}

#side_column .related_products .related_product .description H2
{
	font-size:12px; 
	line-height:12px;
	color:#626262;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:8px;
}

#side_column .related_products .related_product .description H3
{
	color:#0090CD;
	margin-top:0px;
	margin-bottom:8px;
	font-weight:normal;
	font-size:14px;
	line-height:21px;
}
#side_column .related_products .related_product .description P
{
	margin-top:0px;
}
#side_column .related_products .related_product .description P A { text-decoration:none;	font-weight:normal; }
#side_column .related_products .related_product .description P A:link { color:#999999; }
#side_column .related_products .related_product .description P A:visited { color:#999999; }
#side_column .related_products .related_product .description P A:hover { color:#96C0E6; }
#side_column .related_products .related_product .description P A:active { color:#0090CD; }


/*  ARTICLE PAGES */

.pull_quote {
	padding:10px 25px 10px 0px;
}

.listHeight {
	line-height:16px;
	margin-left:5px;
}



