/*
Description: Meetup web app.
Author: Mitchell Hall
Author URI: http://www.acousticwebdesign.net
Version: 1.0
*/
* {
	margin: 0;
	padding: 0;
}
html {
	background-color: #F0F0F0;
}

body {
	background-color: #F0F0F0;
	font-family: arial, Helvetica, sans-serif;
	font-size: .63em;
	color:#444;
	color:#797979;
	line-height:1.8em;
}

.wrapper {
	background:url(../images/bodybg.png) repeat-y top left transparent;
	width:848px;
	margin: 0 auto;

}

.page {
	width:840px;
	background-color: #FFF;
	margin: 0 auto;
	padding-top:0;
}

dt,dd {
	font-size:13px;
}

a {
	color: #33779a;
}




p {

	font-size: 13px;
	line-height: 1.5em;
	margin-bottom:13px; /*adds another line to the bottom (1.5 * 12 = 18)*/
}
.std ul {
	margin-bottom:13px;
}

.page-title {
	border:none;
}

.buttons-set {
	border:none;
}

.page-title h1,
h1 {
    color: #0059A5;
    font-size: 26px;
	line-height:1em;
	margin: 0.25em 0;
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;

}

.page-title h2 ,
h2 {
	font-size:20px;
	line-height:1em;
	margin-bottom:.5em;
	color:#444;
	font-weight: bold;
}

h3 {
	font-size:18px;
	line-height:1em;
	margin-bottom:.7em;
	color:#444;
	font-weight: bold;
}

h4 {
	font-size:14px;
	line-height: 1em;
	margin-bottom:2PX;
	color:#444;
	font-weight: bold;
}

h5 {
	font-size:14px;
	line-height: 1.125em;
	margin-bottom:1.125em;
	color:#444;
}

h6 {
	font-size: 13px;
	font-weight:bold;
	line-height: 1.29em;
	margin-bottom:1.29em;
}

li { font-size:13px; }

li {
	list-style-type: none;
}

.product-shop ul {
	margin: 10px 0;
}
.product-shop ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 25px;
	margin-top: 5px;
}
.product-shop ol li {
	list-style-position: inside;
	list-style-type: decimal;
}

.std ul, .std li {
	list-style: disc inside none;
}

.std ol li {
	list-style-type:decimal;
}

.form-list,
.form-list li {
	list-style:none;
}


a {
	text-decoration: none;
}

blockquote {
	font-size:13px;
}

li a:link ,
li a:visited,
li a:active {
	text-decoration: none;
}
li a:hover,
a:hover {
	text-decoration: underline;
}

/**** CODE *****/
.wp_syntax {
	padding:10px;
}
pre {
	font-size:1.3em;
	width:550px;
}
code {
	font-size:1.3em;
	font-weight:bold;
	padding:0 3px;
}




/**********************************/
/********** CUSTOM CODE **********/
/**********************************/
.footer .links {
	display:none;
}

.footer address {
	color:#666;
	text-align: center;
}
.col3-layout .col-wrapper {
	width:auto;
}


.col3-layout .col-main {
	width:auto;
}
.cateco {
    float: left;
    font-size: 13px;
    margin-left: 70px;
}
.header {
	padding:0;
}
.col-main {
	width: 600px;
	margin:0 20px;
}
.cms-home .col-main {
	margin:0;
}

.col-left {
	width:175px;
}

.header-container {

	/*
	background: url(../images/diagbg.png) repeat transparent;
	*/
	background: url(../images/headergradient.jpg) repeat-x transparent;
	border:none;
	height: 128px;
}

.header .form-search {
	background:none;
	height:28px;

}


.header a.logo {
	/*background: url(../images/logo.gif) no-repeat transparent;
	width:254px;
	height:108px;*/
	width:200px;
	height:85px;
	/*
	background: url(../images/logo_small.png) no-repeat transparent;
	text-indent: -9999px;
	*/
	margin: 10px 0 0 5px;
}
.header a.logo img {
	z-index: 99999;
}

.catalog-category-view .category-title h1 {
	text-indent: -9999px;
	display:none;
}

.category-fasnseal-3-ventilation .category-title h1,
.category-fasnseal-4-ventilation .category-title h1,
.category-metalfab-3-5-ventilation .category-title h1 {
	display:block;
	text-indent: 0;

}

.category-description {
	font-size:13px;
}

.main {
	position:relative;
	margin-top:0;
	padding-top:0;
}
.category-image {
	margin-bottom:0;
}
.category-products {
	width: 600px;
	float:right;
	margin-top:15px;
	margin-left:15px;
}

.catalogsearch-result-index .category-products {
	margin-top:0;
}
.col1-layout .category-products {
	width:auto;
}

.col1-layout .col-main {
	padding: 0 10px;
}
.col1-layout .category-products {
	margin-right:0;
	float:none;
}

.category-paloma-phh-condensing-gas-tankless-water-heaters h2 {
	margin-top:20px;
}

.catalog-category-view .sidebar {

	margin-top:14px;
}

.nav-container {
	/*background: url(../images/menubg.png) repeat-x transparent;
	background: url(../images/menubg.jpg) repeat-x transparent;*/
	background: url(../images/navmenubg.jpg) repeat-x transparent;
	height:35px;


	width:840px;
}
#nav li a span {

	color:#fff;
}

#nav li ul li a span {
	color:#fff;
	font-weight:bold;
	font-size:12px;
}

#nav li.level-top > a span {
	font-size:14px;
	/*text-transform: uppercase;*/
}

#nav ul li a {
	padding: 7px 0px 4px 8px;
	margin-top:0px;
}

#nav li.level-top a {
padding-top:6px;
}

.no-rating {
	display:none;
}



#nav li.level0{
	/*background: url(../images/menuSeperator.png) no-repeat right top transparent;*/
	padding: 0 12px;
	height:33px;
	margin: 1px 0px 0 13px;
}



#nav li.final {
	background:none;
}

li.level2 {

}

li.level3 {

}



#nav li.over a, #nav li.active a {
	color: #eee;
}

#nav {
	padding:0;
	margin:0;
}
#nav,
.breadcrumbs,
.col-main,
.col-left,
.header
 {
	border:none;
}


#nav li ul.shown-sub,
#nav li div.shown-sub {
	background-color: #444a53;
	border-radius: 0 4px 4px 4px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#nav ul li {
	/*background: url(../images/navlibgsprite.jpg) no-repeat;*/
	background: none;
	color:#fff;
	border:none;
	padding-left:13px;
	height:29px;
}

#nav li.level0.over {
	background-color: #444a53;
	border-radius: 4px 4px 0px 0px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#nav ul li:hover {
	/*background-position: 0px -30px;
	url(../images/navlibghover.jpg) no-repeat;*/
	background-color: #292d32;

}
#nav ul, #nav div {
	border:none;
	width: 220px;
	background-color: #444A53;
}


#nav li ul a span {
    white-space: nowrap;
    padding-right:10px;
}

#nav .level1.parent > a {
	background: url(../images/menuParentMarker.png) 185px center no-repeat;
}

#nav ul ul, #nav ul div {
    top: 0;
}

#nav li .shown-sub ul.shown-sub, #nav li .shown-sub li div.shown-sub {
    left: 220px;
}

#nav ul li a:hover {
    color: #fff !important;
}
#nav ul li.active > a, #nav ul li.over > a {
    color: #fff !important;
}

.header h1.logo {
	border:none;
}

/***********************************
************************************
GRID VIEW
************************************
************************************/
.toolbar {
	font-size:13px;
	margin-bottom:15px;
}
.toolbar .pager {
    background-color: #F5F5F5;
}

.toolbar .pager p{
	margin-bottom:0;
}

.sorter {
	margin:0;
	padding:0 5px;
}

.toolbar-bottom .sorter {
	display:none;
}
.products-grid.first {
	border-top: 1px solid #ddd;
}
.products-grid li.item {
	width:285px;
}

.products-grid {
	width: 610px;
}



.catalogsearch-result-index .products-grid .product-image,
.catalog-category-view .products-grid .product-image {
	float:left;
	width:100px;
	height:100px;
	border: 1px solid #DDDDDD;
	margin-right:10px;
}

.products-grid .price-box {
	/*clear:both;*/
	margin-bottom:0px;
}

.products-grid .product-name {
	margin-bottom:20px !important;
}
.old-price {
 margin-bottom:0;
}

.products-grid .link-learn {
	display:block;
	color:#666;
	margin-top:5px;
	text-decoration:underline;
	display:none;
}
.products-grid .desc {
	font-size:12px;
}
.products-grid .price-box *{
	font-size:13px;
}

.add-to-links .separator {
    display: inline;
}


.category-products .product-name a {
	/*color:#0066CC;*/
	color:#33779A;
	font-size:14px;
}

.breadcrumbs {
	margin-top:0;
	padding-top:0;
}

.toolbar .sorter {
	border:none;
}

.sorter p {
	margin-bottom:0;
}

.products-list .price-box {

}

p.special-price {
	margin-bottom:5px;
	color:#CC0000;
}

.category-products .description {
	font-size:12px;
	margin: 10px 0;
}

.price-box {
	font-size:13px;
}

.shortDescription {
	margin-top:10px;
	color:#009900;
	font-size:12px;
}

.products-list .add-to-links {
    clear: none;
    float:left;
}

.products-grid .actions {
	margin-top:10px;
}

.breadcrumbs {
	padding-bottom:0;
	margin-bottom:0;	
}

.category-title {
	margin: 0;
	padding:0;
}

.products-grid .actions {
	bottom:17px;
	position: static;
}
.products-list .buttonPara,
.products-grid .actions button.button,
.products-grid .actions button.button span,
.products-grid .actions button {
	display:none;

}

.products-grid li.item {
	padding-bottom:0px;
}

.data-table td {
	font-size:12px;
}

.my-account .fieldset {
	  background: none repeat scroll 0 0 #FEFEFE;
    border: 1px solid #DDDDDD;
}

.my-account h2 {
	font-size: 22px;
}
.my-account h3 {
	font-size:14px;
}


.my-account h4 {
	font-size:13px;
}


.addresses-list {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    padding: 10px;
}


/***********************************
************************************
HOME PAGE
************************************
************************************/

#sliderContainer {
	position:relative;
}

#slider {
	margin:0 auto;
	height:370px;
}

#pager {
	position:absolute;
	text-align:center;
	z-index: 1000;
	width:150PX;
	height:20px;
	bottom: 0px;
	left: 345px;
}
#pager a {
	background: url(../images/homepage/sliderCircle.png) no-repeat;
	text-indent: -9999px;
	width:10px;
	height:10px;
	display:block;
	float:left;
	padding:1px;

}
#pager a:hover,
#pager .activeSlide {
	background: url(../images/homepage/sliderCircleHover.png) no-repeat;
}


.cms-home .col-main {
	width:auto !important;
	padding: 0px;
}

#categoryButtons .category {
	width: 210px;
	display:block;
	float:left;
	height:204px;
	background: url(../images/homepage/categoryBG.jpg) no-repeat transparent;
	text-align: center;


}
#categoryButtons a {
	padding:10px 10px 0px 10px;
	display:block;
	font-size:12px;
	height:150px;
}
#categoryButtons a img {
	margin: 0px auto;
	display:block;
}

a.clickhere {
	background: url(../images/homepage/clickHereButton.jpg) no-repeat;
	height: 30px !important;
	width:160px;
	margin: 0 auto;
	padding:0 !important;
}



.sectionSeperator {
	background: url(../images/homepage/seperator.jpg) no-repeat;
	width:800px;
	height:20px;
	margin:20px auto;
	clear:both;
}

p.chooseCategory {
	background-color: #1B5EAC;
	color:#fff;
	margin:0;
	padding: 5px 0 5px 5px;
	font-weight: bold;
}

/***********************************
************************************
Phone Number in Header
************************************
************************************/
.header {
	position:relative;
}

.callus {
    padding-right: 0;
    padding-top: 3px;

    right: 15px;
    top: 28px;

}

.callus p {
	color:#8e8e8e;
	text-transform: uppercase;
	font-size: 11px;
	float:left;
	margin-bottom:0px;
	text-align:center;
	margin-left: 10px;

}

.callus .hours {
	text-transform: none;

}
.callus .talktoreal {
	line-height: 12px;
}

.callus .phoneNum {
	color:#8e8e8e;
	font-size:18px;
	font-weight: bold;
	border:none;
	margin-top: 0;

}

.quick-access {

}

.banner {
	/*clear:both;
	text-align:center;*/
	test-align:right;
	margin-top: 8px;
	margin-right: 10px;
}



.banner p{
	font-size:12px;
	margin-bottom:0;
	line-height: 16px;
	text-align:right;
}


#search_mini_form {
	/*width:310px;*/
	float:right;
	margin-top:5px;
	margin-right:10px;
}

.form-search label {
	display:none;
}
.form-search #search {
    border: 1px solid #ccc;
    color: #999999;
    font-size: 13px;
    height: 20px;
    line-height: 22px;
    padding: 2px 2px 2px 3px;
    width: 200px;
    font-weight:normal;
}


.form-search button.button span {
	/*background:url(../images/SearchBtnBG.jpg) no-repeat;*/
	background:url(../images/SearchBtnBG.jpg) repeat-x transparent;
    border: 0 none;
    cursor: pointer;
    height: 28px;
    margin-left: 0px;
    text-aligh:center;

    width: 76px;
}

.products-grid {
	padding:10px 0;
}

.form-search button.button span span{
    font-size:14px;
    text-aligh:center;
	background:none;
	margin:0 auto;
    padding-top:2px;
}


#shoppingCartLink {
	position: absolute;
	right:65px;
	top:32px;

}




#shoppingCartLink a {
	/*
	background: url("../images/cartIcon.jpg") no-repeat scroll center -1px transparent;
	*/
	background: url("../images/shoppingCartIcon.png") no-repeat scroll center -1px transparent;
    display: block;
    height: 20px;
    padding-top: 41px;
    width: 65px;
    color:#666;
	text-transform: uppercase;
	font-size: 11px;
	font-weight:bold;
}

.header .topstrip {
	width: 840px;
  border-bottom: 1px solid #ccc;
  overflow:auto;
  height: 30px;

}

.header #util_links {
	position: absolute;
    right: 0px;
    top: 0px;
    padding-right: 10px;
    font-size:13px;

    border-left: 1px solid #ccc;
    height: 26px;
    padding-top: 4px;
    margin-right: 5px;

}
.header #util_links a {
	display:block;
	margin-top:2px;
	padding-left: 20px;
	float:left;
	margin-left: 15px;
	color: #999;
	font-size: 12px;
}
.header #util_links .blogLink {
	background:url(../images/blogicon.png) 1px center no-repeat;
}
.header #util_links .about {
	background:url(../images/aboutusicon.png) 1px center no-repeat;
	background:none;
}
.header #util_links .support {
	background:url(../images/supporticon.png) 1px center no-repeat;

}
.header #util_links .account {
	background:url(../images/accountIcon.jpg) 1px center no-repeat;
}
.header #util_links .wishlist {
	background:url(../images/wishlistIcon.jpg) center left no-repeat;
}

.header #util_links .viewCart {
	background:url(../images/shoppingCartIcon.jpg) center left no-repeat;
}

/***********************************
************************************
PRODUCT PAGES
************************************
************************************/
.product-view .box-tags {
	display:none;
}

.review-product-list .col-right ,
.catalog-product-view .col-right {
	position:absolute;
	right:-250px;
	top: 0px;
	background:white;
}
.review-product-list .col-main,
.catalog-product-view .col-main {
	float:none;
	margin:0 auto;
	width:800px;
	margin-top:10px;
}

.zoom-notice,
.zoom {
	display:none;
}

.product-view .product-img-box {
	width:320px;
	height:320px;
	float:none;
}
.product-view .product-name h1 {
	color: #1B5FAB;
	font-size:20px;

}
.product-view .short-description {
	color:#999;
	font-size:14px;
	/*border-bottom:1px solid #9b9a9a;*/
    padding-bottom:10px;
}
.product-view .description {
	font-size:14px;
	padding:5px 0 15px 0;
}

.product-options {
    background-color: #F6F6F6;
    border: 1px solid #DDDDDD;
    float: right;
    margin: 0px 30px 0;
    padding: 10px;
    width: 400px;
}

.add-to-box {
    background-color: #F6F6F6;
    border: 1px solid #DDDDDD;
    padding: 10px;
    padding-top: 15px;

}

.catalog-product-view .add-to-box {
	margin-top:15px;
}

.add-to-box .or {
	display:none;
}

.add-to-box .add-to-links {
	border-left: 1px solid #CCCCCC;
	padding-left:20px;
	margin-left:10px;
	
}

.add-to-box .add-to-links li {
	margin-top: 0;
	margin-left: 0;	
}
.add-to-box .add-to-cart {
	margin-right: 10px;

}
.product-options-bottom {
  	float: right;
    margin-right: 30px;
    padding: 10px;
    width: 400px;
    background-color: #F6F6F6;
}
.product-options-bottom .price-box {
	display:none;
}

.product-options dt,
.product-options dd {
	float:left;
}

.product-options dt label {
	font-size:13px;
}
.product-options dd {
	margin:0 0 0 10px;
}

.product-options p.required {
	text-align:left;
	clear:both;
	padding-top:0px;
	display:none;
}
.product-options dt label.required em {
	padding-right:2px;
	display:none;
}
.btn-cart {
	float:left;
}
.product-options-bottom .add-to-cart {
	float:left;
}
.add-to-links {
	border-left: 1px solid #CCCCCC;
    float: left;
    margin: 0px 0 0 15px;
    padding-left: 20px;
}

.products-grid .add-to-links {
	border-left:none;
	margin-left: -17px;
	clear:both;
}
.product-view .add-to-links {
	margin-top:0px;
}
.product-view .add-to-cart button.button {
	margin-left:0;
	margin-top: 0px;
}

.email-friend {
	display:none;
}


.products-list .add-to-links li,
.add-to-links li {
	display:block;
}
.products-list .add-to-links .separator,
.add-to-links li .separator{
	display:none;
}

.add-to-cart label {
	display:none;
}

.add-to-cart #qty {
	display:none;
}

button.button span {
	background:url(../images/defaultButtonBG.png) no-repeat transparent;
	padding-left:5px;
}

.form-search button.button span span {
	 padding: 2px 12px 0 0px ;
}
.form-search button.button span {
	padding-left:2px;
}


#crosssell-products-list button.btn-cart span,
.catalog-category-view button.btn-cart span,
button.btn-cart span {
	background:url(../images/addtocartbtnsmall.png) no-repeat transparent;
	width:117px;
	height:36px;
}



.add-to-box button.btn-cart span {
	background:url(../images/addtocartbtn.png) no-repeat transparent;
	width:154px;
	height:43px;
}

.add-to-box button.btn-cart {
	height:43px;
}

.cart button.btn-update span {
	background:url(../images/updateCartBtn.png) no-repeat transparent;
	width:117px;
	height:31px;
	padding:0;
}

button.btn-checkout span {
	background:url(../images/checkoutBtn.png) no-repeat;
	width:117px;
	height:36px;
	padding:0;
	/*z-index:10000;*/
	position:relative;
}

#wishlist-view-form button.btn-cart {
	background:url(../images/addtocartbtntiny.png) no-repeat transparent;
	width:97px;
	height:24px;
}

#wishlist-view-form button.btn-cart:hover {
	background-position:0px -25px;
}


#wishlist-view-form button.btn-cart span,
#wishlist-view-form button.btn-cart span span,
.cart button.btn-update span span,
button.btn-checkout span span,
#crosssell-products-list button.btn-cart span span,
.catalog-category-view button.btn-cart span span{
	background:none;
}


.cart button.btn-update span span,
button.btn-checkout span span,
button.btn-cart span span {
	display:block;
	text-indent:-9999px;
	background:none;
}

.catalog-product-view .price-box {
	margin-top:10px;
	margin-bottom:10px;
}
.catalog-product-view .price-label,
.catalog-product-view .price {
	font-size:22px;
}

.catalog-product-view .old-price .price,
.catalog-product-view .old-price .price-label {
	font-size: 13px;
}

.product-view .ratings {
	display:none;
}

.more-views h2{
	display:none;
}

.product-view .product-collateral {
	margin-top: 0px;
    padding-top: 0px;
}
.product-view .product-essential {
	background: url(../images/seperator.jpg) transparent bottom center no-repeat;
	padding-bottom:40px;
	clear:both;
}

.product-view .box-collateral {
	float:right;
	width:450px;
	color:#666;
}
.product-view .box-up-sell {
	float:left;
	width:320px;
}
.downloads-links-block h4,
.product-view .box-up-sell h2,
.resourcesHeading {
	background: url(../images/headingbg.jpg) left top repeat-x;
	height:32px;
	color:white;
	font-size:18px;
	text-transform: uppercase;
	font-weight: bold;
	padding:7px 0 0 10px;
}

.specialInfo, .caution, .caution h3 {
	font-size:13px;
}

.specialInfo {
	margin-bottom:10px;
}
.downloads-links-block {
	clear:both;
}

#upsell-product-table {
	width:320px;
}
#upsell-product-table .product-image {
	float:left;
}
#upsell-product-table .price-box {
	clear:none;
}
#upsell-product-table .price {
	font-size:18px;
}
#upsell-product-table .special-price {
	color:#CC0000;
}
.product-view .product-collateral .box-description {
	display:none;
}

.downloads-links-block {
    border: none;
    clear: left;
    width: 320px;
    padding:0;
    margin-bottom:0px;
}

.downloads-links-block h4 {
	margin-bottom:5px;
}
.downloads-links-block a {
	font-size:14px;
}

.product-view .box-up-sell .products-grid td {
	border-bottom:1px solid #ddd;
	padding-top:10px;
}
.product-view .box-up-sell .products-grid td.empty {
	display:none;
}

#upsell-product-table .product-name {
	margin-top:10px;
}

#upsell-product-table .old-price .price {
	font-size:13px;
}

#upsell-product-table .special-price .price-label,
#upsell-product-table .special-price .price {
	font-size:16px;
}
#upsell-product-table .price-box p{
	line-height:18px;
}

.palomaequals {
	background: url(../images/seperatorSmall.jpg) bottom center no-repeat;
	padding-bottom:25px;
}

.brandIcons {
	float:left;
	clear:left;
	width:320px;
}

.featureIcons {
    clear: left;
    float: left;
    height: 70px;
    margin-bottom: 0;
    padding-bottom: 0;
    width:320px;
}

.box-additional li {
	list-style:disc;
	margin-left:15px;
}



.downloads-links-block img {
	padding-right:20px;
	display:none;
}
.downloads-links-block li {
	border-top: 1px solid #ccc;
	padding:4px 0 4px 35px;;
	background:url(../images/pdf.png) left 8px no-repeat;
	height:35px;
	display:block;
}


ul.downloadsList {
	border-bottom: 1px solid #ccc;

}
.downloads-links-block li .size {
	font-size:11px;
	color: #999;

}
.downloads-links-block li .description {
	font-size:11px;
	color: #999;
	display:block;
	margin-left:0px;
	padding-top:0;
}

.resourceLinks {
	float:left;
	width:320px;
	margin-bottom:10px;
}
.resourceLinks a,
.cms-tankless-tax-credit-information-html .qualifyingProducts li,
.cms-tankless-water-heater-rebates-html .qualifyingProducts li {

	background: url("../images/linkIcon.jpg") no-repeat scroll left top transparent;
    border-bottom: 1px solid #CCCCCC;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    padding: 4px 0 4px 35px;
    color:#444;
}

.cms-sizingtable .sizingTableContent {
	text-align:center;
}
.cms-sizingtable h3 {
	font-size:16px;
}

.catalog-product-view h3 {
	color: #666666;
    font: bold 18px;
    text-transform: uppercase;
      margin-bottom: 5px;
    margin-top: 14px;
}

.hotwaterperftable table{
	border-collapse:separate;
	border-spacing: 2px;
}
.hotwaterperftable table td {
	font-size:11px;
	padding-left:5px;
}

/***********************************
************************************
REBATES PAGE
************************************
************************************/
.cms-tankless-tax-credit-information-html h1{
	margin-bottom:0px;
}
.cms-tankless-tax-credit-information-html h1,
.cms-tankless-water-heater-rebates-html h1 {
	 color: #1B5FAB;
     font-size: 30px;
     margin-top:15px;
}
.cms-tankless-tax-credit-information-html .qualifyingProducts,
.cms-tankless-water-heater-rebates-html .qualifyingProducts {
	float:left;
	width: 240px
}
.cms-tankless-tax-credit-information-html h3,
.cms-tankless-water-heater-rebates-html h3 {
	color:#666;
	font-size:18px;
	margin: 15px 0 5px 0;
}
.cms-tankless-tax-credit-information-html .qualifyingProducts h3,
.cms-tankless-water-heater-rebates-html .qualifyingProducts h3 {
  color: #1ECC0C;
  font: bold 18px;
}
.cms-tankless-tax-credit-information-html h4,
.cms-tankless-water-heater-rebates-html h4 {
	color:#666;
	font-size:13px;
}

.cms-tankless-tax-credit-information-html .qualifyingProducts h4 {
	font-size:18px;
	color:#3AA0AD;
	padding-bottom:5px;
	margin-top:30px;
}
.cms-tankless-tax-credit-information-html .qualifyingProducts h5 {
	color: #3AA0AD;
    font: bold 14px;

}
.cms-tankless-tax-credit-information-html .rightcol,
.cms-tankless-water-heater-rebates-html .rightcol {
	color:#666;
}
.cms-tankless-tax-credit-information-html p,
.cms-tankless-water-heater-rebates-html p {

}

.cms-tankless-tax-credit-information-html .rightcol li,
.cms-tankless-water-heater-rebates-html .rightcol li {
	list-style-type:disc;
	margin-left:35px;
}
.cms-tankless-tax-credit-information-html .rightcol .moreinfo,
.cms-tankless-water-heater-rebates-html .rightcol .moreinfo {
	margin-top:10px;
}
.cms-tankless-tax-credit-information-html .qualifyingProducts li span,
.cms-tankless-water-heater-rebates-html .qualifyingProducts li span {
	display:block;
	color:#999;
	font-size:11px;

}
.cms-tankless-tax-credit-information-html .qualifyingProducts ul,
.cms-tankless-water-heater-rebates-html .qualifyingProducts ul {
	border-top:1px solid #ccc;
}
.cms-tankless-tax-credit-information-html .qualifyingProducts a,
.cms-tankless-water-heater-rebates-html .qualifyingProducts a {
	color:#000;
}

.cms-tankless-tax-credit-information-html .rightcol,
.cms-tankless-water-heater-rebates-html .rightcol {
	float:right;
	width:480px;
}

.note-msg, .notice-msg {
	margin-top:15px;
}


/***********************************
************************************
FAQ PAGE
************************************
***********************************/

.cms-tanklessfaq-html .qfooter {
	margin-top:15px;

}
.cms-tanklessfaq-html .qfooter p {
	float:left;
	color: #CC0000;

}
.cms-tanklessfaq-html .qfooter a {
	display:block;
	float:right;
}
.cms-tanklessfaq-html h4 {
	background: none repeat scroll 0 0 #666666;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 5px 0 5px 5px;
    text-transform: uppercase;
}
.cms-tanklessfaq-html dt {
	clear:both;
}
.cms-tanklessfaq-html dt a.question {
	color:#333;
	display:block;
	margin: 10px 0;
}

.cms-tanklessfaq-html .faqlist {
	margin-bottom:20px;
}

.cms-tanklessfaq-html h1 {
	font-size: 28px;
    margin-top: 30px;
}

.cms-tanklessfaq-html h3 a {
	color:#ff0000;
	font-size:18px;
}
.cms-tanklessfaq-html .main-container li {
	list-style:disc;
	margin-left:15px;
}

.header .links {

    position: absolute;
    right: 0;
    top: 105px;
    display:none;
}



address {
	font-size:13px;
}


/***********************************
************************************
CONTACT FORM
************************************
************************************/
#contactForm {
	background: none repeat scroll 0 0 #FEFEFE;
    border: 1px solid #DDDDDD;
    padding-bottom:15px;
}

.fieldset {
	background:none;
	border:none;
	margin-bottom:0;
	padding-bottom:0;
}
.fieldset .legend{
	background:none;
}

form {
	display:block;
}

.buttons-set button.button {
	float:none;

}
.buttons-set {
	margin-left:30px;
}

p.required {
	text-align:left;
}

/***********************************
************************************
LAYERD NAVIGATION
************************************
************************************/
.block-layered-nav dt {
    border-bottom: 1px solid #BBBBBB;
    font-size: 1.5em;
    font-weight: bold;
    margin: 10px 0;
}
.block-layered-nav .block-subtitle {
	display:none;
}

/***********************************
************************************
EDUCATE CHOOSE ORDER
************************************
************************************/
.eco {
	font-size:13px;
    width: 465px;
    margin: 0 auto;
    text-align:center;
}
.eco ul {
	height: 16px;
    list-style: none outside none;
}

.eco li {
	display:inline;
	width:150px;
	height:16px;
	list-style:none;
	float:left;
}

.eco li a {
	width:150px;
	height:16px;
	display:block;
	text-indent:-9999px;
}

li.educate {
	background: url(../images/educate-button.gif) no-repeat;
}
li.choose {
	background: url(../images/choose-button.gif) no-repeat;
}
li.order {
	background: url(../images/order-button.gif) no-repeat;
}
.block-subscribe,
.bugs {
	display:none;
}


/***********************************
************************************
NEW TO TANKLESS
************************************
************************************/
.cms-newtotankless-html h1 {
	font-size:22px;
	font-weight:bold;
	color:#ff0000;
	text-transform: uppercase;
	margin-top:15px;
}
.cms-newtotankless-html h2 {
	font-size:13px;
	color:#999;
	border:none;
	margin-bottom:20px;
}
.cms-newtotankless-html h3 {

	color:#ff0000;
}



/***********************************
************************************
EDUCATE
************************************
************************************/
.articleTitle {
	color: #666;
	font-weight: normal;
}

.cms-educate-html dl {

	margin-bottom:25px;

}
.cms-educate-html dt {
	margin-top:15px;
}

.cms-educate-html h2 {
	text-transform:uppercase;
	font-weight: bold;
	margin-top:25px;
}

/***********************************
************************************
WHY BUY TANKLESS
************************************
************************************/
.cms-whybuytankless-html h1 {
	font-size:18px;
	color:#333;
	border:none;
	font-weight:bold;
	margin-top:15px;
}
.cms-whybuytankless-html h2 {
	font-size:13px;
	color:#999;
	margin-bottom: 25px;
}
.cms-whybuytankless-html h3 {
	margin-bottom:0px;
	font-size:13px;
	text-transform: uppercase;
	border-bottom:1px solid #333;
}

.cms-whybuytankless-html .downloads {
	background-color: #ccc;
	padding:5px 5px 2px 5px;
	margin-bottom:15px;
}
.cms-whybuytankless-html .downloads p{
	margin-top:5px;
	margin-bottom:0px;
}
.cms-whybuytankless-html .andFinally {
	color:#009900;
	font-size:18px;
	font-weight:bold;
	margin-bottom:30px;
}
.cms-whybuytankless-html .andFinally span {
	color:#000;
	display:block;
}

/***********************************
************************************
CHOOSE
************************************
************************************/
.cms-choose-html .col-main {
	margin-top:15px;
}
.cms-choose-html td,
.cms-choose-html th {
	text-align:center;
	vertical-align: middle;
	font-size:13px;
	padding:2px;
}

.cms-choose-html table {
	margin-bottom:15px;
}

/***********************************
************************************
ORDER
************************************
************************************/
.cms-order-html h2 {
	text-transform: uppercase;
}
.cms-order-html h3 {
	font-size: 16px;
}
.cms-order-html .lastp {
	border-top:1px solid #ddd;
	padding-top:10px;
}

/***********************************
************************************
TESTIMONIALS
************************************
************************************/
.cms-testimonials-html p.name {
	font-weight:bold;
	font-style:italic;
	margin-top:15px;
}

.cms-testimonials-html hr {
	margin: 10px 0px;
}

/***********************************
************************************
IN THE MEDIA
************************************
************************************/
.cms-low-energy-systems-in-the-media-html h2 {
	background-color: #009900;
	color:white;
	font-size:18px;
	padding: 2px 0;
}
.cms-low-energy-systems-in-the-media-html .source {
	font-weight:bold;
	color:#000;
	font-size:14px;
}

.cms-low-energy-systems-in-the-media-html .title {
	color: #666;
	margin-bottom:2px;
}
.cms-low-energy-systems-in-the-media-html .dl {
	font-size:11px;
}
.cms-low-energy-systems-in-the-media-html .eco {
	margin-top:20px;
}

/***********************************
************************************
TRACKING
************************************
************************************/
.cms-tracking-html table {
	font-size: 13px;
	margin-bottom:15px;
}

.cms-tracking-html table td {
	padding-left:5px;
}

.cms-tracking-html form  {
	margin-bottom:15px;
}
.cms-page-view .page-title {
	margin-top:20px;
}

/***********************************
************************************
CUSTOMER SERVICE
************************************
************************************/
.cms-customer-service-html h2 {
	border-bottom: 1px solid #CCCCCC;
    margin-top: 20px;
}
.cms-customer-service-html h2 a {
	color:#444;
}
.cms-customer-service-html em {
	font-weight:bold;
	font-style: normal;
}


.cms-takagiwarranty-html hr {
	margin-bottom:15px;
}



.product-enerco-infrared-garage-heaters td {
	text-align:center;
	padding:3px;
}
.product-stiebel-eltron-ck15e-ck20e td {
	padding:3px;
}

.product-metlund-d-mand-systems-s-50t-s-70t-s-02t .clickhere {
	text-align:center;
}

.minitankdiagram {
	width:445px;
}


/***********************************
************************************
FOOTER
************************************
************************************/
.footer {
	border:none;
	margin: 0 10px;

}
.footer address {
	clear:both;
}
.footer .sitemap {
	width:100%;
}
.footer ul{
	width:200px;
	float:left;


}
.footer ul li {
	display:block;
	margin-bottom:0px;
	font-size:12px;
}

.footer li.first {
	font-weight:bold;
	text-transform: uppercase;
	margin-top:5px;
}

.footer li.first,
.footer li.first a{
	color:#666
}

.footer li a, .footer li{
	color:#999;
}


.footer li.second {
	margin-left:10px;
}
.footer li.third {
	margin-left:20px;

}

.footer .head,
.footer .head a{
	color:#666;
}


/***********************************
************************************
PARTS
************************************
************************************/

.catalog-category-view.category-paloma-ph24m-parts .category-title h1,
.catalog-category-view.category-paloma-ph16m-parts .category-title h1,
.catalog-category-view.category-paloma-ph12m-parts .category-title h1,
.catalog-category-view.category-paloma-ph5-parts .category-title h1,
.catalog-category-view.category-paloma-ph6-parts .category-title h1 {
	display:block;
	text-indent: 0;
	margin:20px 15px;
}

.partsSchematics {
	float:right;
	width:450px;
}

.partsSchematics img {
		max-width: 400px;
		float:right;
		clear:both;
	}
.partsLists {
	width:300px;
	float:left;
	margin-right:15px;

}
.partsLists table {
	margin-bottom:15px;
	width:100%;
}
.partsLists th {
	background-color:#0059A5;
	color:white;
	font-style: italic;
	font-weight:bold;
}
.partsLists th,
.partsLists td {
	padding: 0 10px;
	font-size:12px;

}
.partsLists .footnote {
	font-style:italic;
}

.partsLists {
	margin-left:15px;
	display:none;
}

.partsHeader {
	margin-left:15px;
	font-size:13px;
	border-bottom:1px solid #666;
	width:300px;
}
.crossoverWarning {
	margin-bottom:0;
	clear:both;
	margin-left:15px;
}


.partNumberHeader,
.partNumber {

	POSITION:ABSOLUTE;
	LEFT:220PX;
}

.ratings {
	display:none;
}

/***********************************
************************************
WISHLIST
************************************
************************************/
#wishlist-table {
	font-size:13px;
}
#wishlist-table textarea {
	width:97%;
	height:150px;
}

#wishlist-table .product-name{
	font-size:13px;
}



/****** PAGE SPECIFIC ******/

.catalog-category-view.category-paloma-ph24m-parts li.item,
.catalog-category-view.category-paloma-ph16m-parts li.item,
.catalog-category-view.category-paloma-ph12m-parts li.item,
.catalog-category-view.category-paloma-ph6-parts li.item,
.catalog-category-view.category-paloma-ph5-parts li.item {
	width:325px;
}
.catalog-category-view.category-paloma-ph24m-parts .partNumber,
.catalog-category-view.category-paloma-ph16m-parts .partNumber,
.catalog-category-view.category-paloma-ph12m-parts .partNumber,
.catalog-category-view.category-paloma-ph6-parts .partNumber,
.catalog-category-view.category-paloma-ph5-parts .partNumber {
	display:block;
	width:153px;
}
.catalog-category-view.category-paloma-ph24m-parts .pager .pages,
.catalog-category-view.category-paloma-ph16m-parts .pager .pages,
.catalog-category-view.category-paloma-ph12m-parts .pager .pages,
.catalog-category-view.category-paloma-ph6-parts .pager .pages,
.catalog-category-view.category-paloma-ph5-parts .pager .pages {
	margin: 0;
	float:left;
}
.catalog-category-view.category-paloma-ph24m-parts .eco,
.catalog-category-view.category-paloma-ph16m-parts .eco,
.catalog-category-view.category-paloma-ph12m-parts .eco,
.catalog-category-view.category-paloma-ph6-parts .eco,
.catalog-category-view.category-paloma-ph5-parts .eco {
	display:none;
}
.catalog-category-view.category-paloma-ph24m-parts .category-products,
.catalog-category-view.category-paloma-ph16m-parts .category-products,
.catalog-category-view.category-paloma-ph12m-parts .category-products,
.catalog-category-view.category-paloma-ph6-parts .category-products,
.catalog-category-view.category-paloma-ph5-parts .category-products {
	float:left;
	width:300px;
	margin-top:0;
	margin-left: 0;
}

.catalog-category-view.category-paloma-ph24m-parts .products-grid,
.catalog-category-view.category-paloma-ph16m-parts .products-grid,
.catalog-category-view.category-paloma-ph12m-parts .products-grid,
.catalog-category-view.category-paloma-ph6-parts .products-grid,
.catalog-category-view.category-paloma-ph5-parts .products-grid {
	width:360px !important;
	border:none;
	margin-left:5px;
	padding:0;
}

.catalog-category-view.category-paloma-ph24m-parts li.item,
.catalog-category-view.category-paloma-ph16m-parts li.item,
.catalog-category-view.category-paloma-ph12m-parts li.item,
.catalog-category-view.category-paloma-ph6-parts li.item,
.catalog-category-view.category-paloma-ph5-parts li.item {
	border-bottom:1px solid #ccc;
	padding-bottom:0;
	padding-top:0;
	padding-left:0px;

}

.catalog-category-view.category-paloma-ph24m-parts .product-name,
.catalog-category-view.category-paloma-ph16m-parts .product-name,
.catalog-category-view.category-paloma-ph12m-parts .product-name,
.catalog-category-view.category-paloma-ph6-parts .product-name,
.catalog-category-view.category-paloma-ph5-parts .product-name {
	float:left;
	margin-bottom:0 !important;
	line-height:18px;
	width:200px;
}

.catalog-category-view.category-paloma-ph24m-parts .product-name a,
.catalog-category-view.category-paloma-ph16m-parts .product-name a,
.catalog-category-view.category-paloma-ph12m-parts .product-name a,
.catalog-category-view.category-paloma-ph6-parts .product-name a,
.catalog-category-view.category-paloma-ph5-parts .product-name a {
	font-size:13px;
}

.catalog-category-view.category-paloma-ph24m-parts .products-list .product-shop,
.catalog-category-view.category-paloma-ph16m-parts .products-list .product-shop,
.catalog-category-view.category-paloma-ph12m-parts .products-list .product-shop,
.catalog-category-view.category-paloma-ph6-parts .products-list .product-shop,
.catalog-category-view.category-paloma-ph5-parts .products-list .product-shop {
	margin-left:0;
}


.catalog-category-view.category-paloma-ph24m-parts .desc,
.catalog-category-view.category-paloma-ph24m-parts .description,
.catalog-category-view.category-paloma-ph24m-parts .shortDescription,
.catalog-category-view.category-paloma-ph24m-parts .col-left.sidebar,
.catalog-category-view.category-paloma-ph24m-parts .toolbar,
.catalog-category-view.category-paloma-ph24m-parts .actions,
.catalog-category-view.category-paloma-ph24m-parts .btn-cart,
.catalog-category-view.category-paloma-ph24m-parts .add-to-links,
.catalog-category-view.category-paloma-ph24m-parts .buttonPara,
.catalog-category-view.category-paloma-ph24m-parts .product-image,

.catalog-category-view.category-paloma-ph16m-parts .desc,
.catalog-category-view.category-paloma-ph16m-parts .description,
.catalog-category-view.category-paloma-ph16m-parts .shortDescription,
.catalog-category-view.category-paloma-ph16m-parts .col-left.sidebar,
.catalog-category-view.category-paloma-ph16m-parts .toolbar,
.catalog-category-view.category-paloma-ph16m-parts .actions,
.catalog-category-view.category-paloma-ph16m-parts .btn-cart,
.catalog-category-view.category-paloma-ph16m-parts .add-to-links,
.catalog-category-view.category-paloma-ph16m-parts .buttonPara,
.catalog-category-view.category-paloma-ph16m-parts .product-image,

.catalog-category-view.category-paloma-ph12m-parts .desc,
.catalog-category-view.category-paloma-ph12m-parts .description,
.catalog-category-view.category-paloma-ph12m-parts .shortDescription,
.catalog-category-view.category-paloma-ph12m-parts .col-left.sidebar,
.catalog-category-view.category-paloma-ph12m-parts .toolbar,
.catalog-category-view.category-paloma-ph12m-parts .actions,
.catalog-category-view.category-paloma-ph12m-parts .btn-cart,
.catalog-category-view.category-paloma-ph12m-parts .add-to-links,
.catalog-category-view.category-paloma-ph12m-parts .buttonPara,
.catalog-category-view.category-paloma-ph12m-parts .product-image,

.catalog-category-view.category-paloma-ph6-parts .desc,
.catalog-category-view.category-paloma-ph6-parts .description,
.catalog-category-view.category-paloma-ph6-parts .shortDescription,
.catalog-category-view.category-paloma-ph6-parts .col-left.sidebar,
.catalog-category-view.category-paloma-ph6-parts .toolbar,
.catalog-category-view.category-paloma-ph6-parts .actions,
.catalog-category-view.category-paloma-ph6-parts .btn-cart,
.catalog-category-view.category-paloma-ph6-parts .add-to-links,
.catalog-category-view.category-paloma-ph6-parts .buttonPara,
.catalog-category-view.category-paloma-ph6-parts .product-image,

.catalog-category-view.category-paloma-ph5-parts .desc,
.catalog-category-view.category-paloma-ph5-parts .description,
.catalog-category-view.category-paloma-ph5-parts .shortDescription,
.catalog-category-view.category-paloma-ph5-parts .col-left.sidebar,
.catalog-category-view.category-paloma-ph5-parts .toolbar,
.catalog-category-view.category-paloma-ph5-parts .actions,
.catalog-category-view.category-paloma-ph5-parts .btn-cart,
.catalog-category-view.category-paloma-ph5-parts .add-to-links,
.catalog-category-view.category-paloma-ph5-parts .buttonPara,
.catalog-category-view.category-paloma-ph5-parts .product-image,
.categorypath-accessories-parts-html .sidebar{
	display:none;
}
.catalog-category-view.category-paloma-ph24m-parts .price-box,
.catalog-category-view.category-paloma-ph16m-parts .price-box,
.catalog-category-view.category-paloma-ph12m-parts .price-box,
.catalog-category-view.category-paloma-ph6-parts .price-box,
.catalog-category-view.category-paloma-ph5-parts .price-box {
	clear:both;
	margin-top:0;
	margin-bottom:0;
}
.catalog-category-view.category-paloma-ph24m-parts .toolbar-bottom .toolbar,
.catalog-category-view.category-paloma-ph16m-parts .toolbar-bottom .toolbar,
.catalog-category-view.category-paloma-ph12m-parts .toolbar-bottom .toolbar,
.catalog-category-view.category-paloma-ph6-parts .toolbar-bottom .toolbar,
.catalog-category-view.category-paloma-ph5-parts .toolbar-bottom .toolbar {
	display:block;
}

/***********************************
************************************
SHOPPING CART
************************************
************************************/
.cart .checkout-types {
	clear:both;
}

.cart .crosssell .product-details {
	margin:0;

}
.cart .crosssell .price-box,
.cart .crosssell .product-name {
	margin-left:100px;
}
.cart .crosssell .price-box {
	margin-bottom:20px;
}

.mini-products-list .price,
.mini-products-list .price-label {
	font-size:13px;
}


.cart .crosssell  {

}
.cart .crosssell li.item {
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
}


.cart .cart-collaterals .col2-set {
	width:100%;
	border-top: 1px solid #eee;
	padding-top:10px;
}

/*.col2-set .col-2 {
	width:auto;
}
*/
.buttons-set {
	margin-left:0;
}

.cart .title-buttons .checkout-types li {
	margin-bottom:0;
}
.cart .page-title {
	margin-bottom:0;
}

.cart button.btn-continue {
	display:none;
}

.checkout-cart-index .buttons-set {
	margin-left:0;
	padding-left:0;
}
.checkout-cart-index .col-2 form {
	margin-bottom:20px;
}
.checkout-cart-index .col2-set .col-1 {
	width:45%;
}
.checkout-cart-index .col2-set .col-1 button.button {
	clear:both;
}

.cart .crosssell .product-image {
	margin-bottom:10px;
}

.checkout-cart-index #shopping-cart-totals-table td,
.checkout-cart-index #shopping-cart-table td,
.checkout-cart-index .product-name{
	font-size:13px;
}

.cart .discount, .cart .shipping {
	clear:both;
}

.checkout-cart-index .cart .totals {
	background-color: #F5F5F5;
    border-top: none;
    float: none;
    margin-bottom: 30px;
}

.cart .cart-collaterals {
    clear: both;
    margin-top: 30px;
    padding: 0;
    padding: 25px 0 0;
}

.checkout-cart-index #shopping-cart-totals-table tfoot td { /*Grand Total*/
	font-size:16px;
}
.checkout-cart-index .totals {
	border:1px solid #ccc;
	padding-bottom:5px;
}

.checkout-cart-index .checkout-types {
	margin-top:15px;
}
.checkout-cart-index .discount-form *{
	font-size:13px;
}
.checkout-cart-index .col2-set .col-2 {
	width:35%;
}
.checkout-cart-index {
}


/***********************************
************************************
CHECKOUT
************************************
************************************/
.checkout-onepage-index .col-main {
	float:none;
	width:auto;
	margin:0 15px;

}
.checkout-onepage-index .buttons-set{
	margin-left:0;
}
.checkout-onepage-index .buttons-set .back-link{
	margin-right:15px;

}
.col-right {
	background-color: white;
    position: absolute;
    right: -250px;
    top: 0;
    margin-top:0;

}
#checkout-progress-wrapper dt{
	margin-top:15px;

}
#checkout-review-submit .f-left{
	float:none !important;
}
.checkout-onepage-index {

}
.checkout-onepage-index {

}
.checkout-onepage-index {

}

.col2-left-layout .main,
.col2-right-layout .col-main {
    margin: 20px;
}
.catalog-category-view .main {
	margin:0;
}
.catalog-category-view .breadcrumbs {
	margin-left:5px;
}
.catalog-category-view .partNumber {
	display:none;
}

/***********************************
************************************
MINI CART
************************************
************************************/
.sidebar .block-cart .price{
	font-size:13px;
	font-weight:bold;
}
.sidebar .actions a{
	font-size:13px;
}
.sidebar .block-cart .actions,
.sidebar .block-cart .subtotal {
	text-align:left;

}
.sidebar .block-cart .block-subtitle {
	margin-top:15px;
	display:none;
}
.sidebar .block-cart .amount,
.sidebar .block-cart .subtotal{
	margin-bottom:0;
}
.btn-edit {
	margin-right:5px;
}
.sidebar .block-cart .subtotal{
	position:static;
	top: 9px;
	right:10px;
}

.sidebar .mini-products-list {
	border-top:1px solid #ccc;
}

.sidebar .block-content li.item {
	border-bottom:1px solid #ccc;

}
.sidebar .actions {
	margin-top:10px;
}
.sidebar .block-reorder {
	display:none;
}
.sidebar .block-wishlist .block-subtitle {
	display:none;
}
#wishlist-sidebar {
	border-top:none;
}

/***********************************
************************************
ACCOUNT PAGES
************************************
************************************/
.my-account,
.customer-account-index .dashboard {
	float:right;
	width:600px;
}
.customer-account-index .dashboard .box-info {
	border:1px solid #ccc;
	padding:10px;
}

.my-account .box-content {
	margin-bottom:10px;
}


.buttons-set .back-link {
	margin-right: 10px;
}

.block, .box-info {
	background-color: #f5f5f5;

}


/*** END PAGE SPECIFIC ***/

.categorypath-accessories-venting-html .partsModel img {
	margin-left:13px;
}
.categorypath-accessories-venting-html .partsModel.last img {
	margin-left:0;
}

.categorypath-accessories-venting-html .partsModel.third img {
	margin-right:45px;
}
.categorypath-accessories-venting-html .eco {
	clear:both;
}
.categorypath-accessories-venting-html .col-left {
	display:none;
}

.partsModel img {
	float:left;
	margin-right:35px;
	margin-bottom:30px;
}
.partsModel a {
	font-size: 16px;
}
.partsModel {
	clear:both;
	margin-left:15px;
}


#product_comparison {
	font-size:13px;
}

.cms-tankless-venting-options-html .titleimg {
	margin:20px 0 15px 70px;
}
.cms-tankless-venting-options-html h2 {
	clear:both;
}

.cms-paloma-rheem-waiwela-brand-comparison-html p.image {
	text-align:center;
	margin: 20px 0;
}
.cms-paloma-rheem-waiwela-brand-comparison-html h1 {
	margin-top:25px;
	border:none;
	margin-bottom:0;
	font-weight:normal;
}


#vertVentDiagram {
	margin-right:15px;
}

.ventDiagrams {
	text-align:center;
}

	.category-metalfab-3-5-ventilation-accessories-for-direct-vent-tankless-water-heaters .category-description {
    margin: 15px 15px 10px;
    width: 770px;
}

/***********************************
************************************
VENTING PAGE
************************************
************************************/

.category-metalfab-3-5-ventilation .category-products,
.category-metalfab-3-5-ventilation .col-main {
	width: 790px;

}
.category-metalfab-3-5-ventilation .products-grid .product-name,
.category-metalfab-3-5-ventilation .add-to-links {
	display:none;

}
.category-metalfab-3-5-ventilation ul.products-grid {
	float:left;
	width:260px;
	height:230px;
}
.category-metalfab-3-5-ventilation ul.products-grid li.item{
	width:100px;
}
.category-metalfab-3-5-ventilation .toolbar {
	clear:both;
}


.category-metalfab-3-5-ventilation .products-grid.first {
	border-top:none;

}


#checkout-review-submit .btn-checkout {
	background:url(../images/placeorderbtn.png) no-repeat transparent;
	width:117px;
	height:35px;
}
#checkout-review-submit .btn-checkout:hover {
	background-position: 0px -35px;
}

#checkout-review-submit .btn-checkout span,
#checkout-review-submit .btn-checkout span span {
	background:none;
}

.opc .step-title h2 {

	font-size:18px;
	line-height:1.25;
	margin:0;
}

.sidebar .block-viewed {
	display:none;
}


#product-options-wrapper dt,
#product-options-wrapper dd {
	padding-top:10px;
}

#product-options-wrapper dt {
	clear:both;
}

.product-options dd input.input-text
 {
	width:60px;
}
#product-options-wrapper .note {
	display:none;
}

/***********************************
************************************
Paloma Legacy Support
************************************
************************************/
.cms-techsupport-paloma-legacy-support-html em {
	font-weight:bold;

}
.cms-techsupport-paloma-legacy-support-html .productLinks a {
	display:block;

}
.cms-techsupport-paloma-legacy-support-html h1 {
	font-size:36px;
	margin-top:20px;

}
.cms-techsupport-paloma-legacy-support-html h2 {
	margin-top:15px;
	margin-bottom:15px;

}
.cms-techsupport-paloma-legacy-support-html .col-main li {
	list-style-type: decimal;
	margin-left:20px;
	list-style-position: outside;

}

.configProductTable th,
.configProductTable td {
	padding: 1px 5px !important;
	font-size: 14px !important;
}
.configProductTable th {
	font-weight: bold;
}
.configProductTable .price {
	text-align: left;
	width: 20%;
}
.configProductTable .description {
	width: 65%;
}
.configProductTable input {
	margin-top: 4px;
}
.configProductTable thead {
	display:none;
}

/***********************************
************************************
BLOG 
************************************
************************************/
.is-blog .post-view,
.is-blog .post-list,
.blog-home {
	float:left;
	width: 580px;
	
}

.is-blog .main {
	margin-left: 30px;
	
}
.is-blog .fieldset {
	padding-left: 0;
}

.is-blog .sidebar {
	float:right;
}

.blog-tag-line {
	display:none;
}

.post-title h1,
.blog-title {
	
}

.is-blog .pages {
	
	float:right;
	margin:0;
}

.is-blog .pager p  {
	margin-bottom: 0;
	float:left;
}
.is-blog .pager  {
	font-size: 13px;
}
.is-blog .pager .pages li {
	margin: 0 6px 0 0;
}
.is-blog .pager .pages li a {
	border: 1px solid #ddd;
	padding: 0 3px;
	
}
.is-blog .pager .pages li a:hover {
	background-color: #ddd;
}
.is-blog ul#post-list li {
	border-top: 1px solid #ddd;
	padding-top: 15px;
	
}
.is-blog ul#post-list li.first {
	border-top: none;
}
.is-blog #blog-search {
	width: 102px;
	margin-right: 2px;
}
.is-blog .post-title,
.is-blog .post-title h1 {
	margin-bottom: 0;
}
.is-blog .post-date {
	font-style: italic;
}

.is-blog .post-skips {
	display:none;
}

.is-blog #comments {
	border-top: 1px solid #ddd;
	padding-top: 5px;
}

.is-blog .comment {
	border: 1px solid #DDDDDD;
	background: #f5f5f5;
	margin-bottom: 15px;
	padding: 10px;
	position:relative;
	margin-left: 66px;
	min-height: 75px;
}

.is-blog .comment .gravatar {
	float:left;
	margin: 0 10px 10px 0;
	border: 1px solid #ddd;
	padding: 2px;
	position: absolute;
	top: 0px;
	left: -66px;
}

.is-blog .comment .comment-entry {
	clear:both;
	border-top: 1px dashed #ddd;
	margin-top: 10px;
	padding-top: 10px;
	
}

.is-blog .comment .comment-url {
	display:block;
	font-size: 11px;
	padding-top: 5px;
	position: absolute;
	top: 55px;
	left: -66px;
	width: 56px;
	text-align:center;
	line-height: 14px;
	
}


.is-blog .breadcrumbs {
	padding-left: 0;
	
}

.is-blog .post-list .item h2{
	margin-bottom: 0;
}

.is-blog .comment-date a {
	font-style: italic;
}

.is-blog form#respond { 
	border: 1px solid #ddd;
	margin-top: 10px;
	background: #f5f5f5;
	padding: 15px;
	
}
.is-blog form#respond .fieldset {
	margin:0;
	padding:0;
}
.is-blog form#respond .fieldset .legend {
	font-size: 18px;
	color: #666;
	padding-top: 5px;
	margin-bottom: 20px;
	border: none;	
}

.is-blog #comments h2 {
	color: #666;	
}

.is-blog .commentFormHeading {
	border-top: 1px solid #ddd;
	
	color: #666;
	margin-top: 35px;
	margin-bottom: 10px;
	padding-top: 5px;
}
.is-blog form#respond .field {
	width: 270px;
}
.is-blog form#respond input {
	width: 100%;
}
.is-blog form#respond .input-box {
	width: 250px;
}
.is-blog form#respond label {
	color: #666;
}

.is-blog {
	
}

.is-blog {
	
}
/***** GENERIC STYLES *****/

.pdfIcon {
	background:url(../images/pdf.png) left 8px no-repeat;
}

.partspdficon {
 background: url("../images/pdf.png") no-repeat scroll left 3px transparent;
    display: block;
    font-size: 13px;
    height: 35px;
    margin-left: 16px;
    padding-left: 30px;
    padding-top: 10px;
}

.roundedCorners {
	border-radius:  	8px;
	-webkit-border-radius:  8px;
    -moz-border-radius:  8px;
}
.floatright {	float:right;}
.floatleft {	float:left; }
.alignright { text-align: right; }
.alignleft { text-align: left !important; }
.bottommargin20 { margin-bottom:20px;}
.h3color { color:#C1C9CC !important; }
.centered { margin: 0 auto; }
.clearboth { clear:both; }
.clearright { clear:right; }
.clearleft { clear:left; }
.clearbody {clear:both;height:1px}
.displayblock { display:block }
.relative { postion:relative; }
.absolute { postion:absolute; }
.redborder { border:thin solid red }
.noliststyle { list-style-type: none; }
.notextdecor { text-decoration: none; }
.noborder { border:none; }
.nooutline { outline: none; }
.nomargin { margin:0; }
.nopadding { padding:0; }
.inline {display:inline;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.red { color:#FF0000; }
.replaced {
	text-indent: -9999px;
	margin:0;
	border:none;
	outline:none;
}