
/* Site Redesign Styles*/

body {
	margin:0 auto;
	text-align:center;
}

#ff-site-wrapper {
	background-image:url('http://lib.store.yahoo.net/lib/fridgefilters/ff-window-background.jpg');
	background-repeat:repeat-x;
	background-color:#a6caee;
	text-align:center;
}

#ff-header-top-bar, #ff-header, #ff-header-search-nav-bar, #ff-store-container {
	width:993px;
	margin:0 auto;
	text-align:left;
	clear:both;
}
/*
#ff-footer {
	margin:0 auto;
	text-align:left;
	clear:both;
}
*/
#ff-header-top-bar, #ff-header, #ff-header-search-nav-bar, #ff-footer {
	position:relative;
}

#ff-footer {
	background-color:#fff; /*remove after new footer is done - assuming it won't be white*/
	margin-top:20px;
}

#ff-footer-top-bar {
	background-image:url('http://lib.store.yahoo.net/lib/fridgefilters/ff-search-nav-bar.jpg');
	background-repeat:repeat-x;
	height:50px;
}

#ff-footer-top-bar a, #ff-footer-top-bar a:link, #ff-footer-top-bar a:visited, #ff-footer-top-bar a:hover, #ff-footer-top-bar a:active {
	font-size:18px;
	color:#fff;
	display:block;
	padding:11px 0;
	margin:0 auto;
	width:993px;
	text-align:center;
}

#ff-footer-top-bar a, #ff-footer-top-bar a:link, #ff-footer-top-bar a:visited, #ff-footer-top-bar a:active {
	text-decoration:none;
}

#ff-footer-top-bar a:hover {
	text-decoration:underline;
}


#ff-footer-content {
	width:993px;
	margin:0 auto;
	text-align:center;
	clear:both;
}


#ff-store-container {
	overflow:auto;
}

#ff-header-search-nav-bar {
	background-image:url('http://lib.store.yahoo.net/lib/fridgefilters/ff-search-nav-bar.jpg');
	background-repeat:repeat-x;
	height:50px;
}

#ff-header-top-bar {
	height:32px;
}

#ff-header-search-nav-bar ul, #ff-header-top-bar ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

ul#ff-header-right-links, ul#ff-header-social-links, ul#ff-header-search-nav-links {
	float:right;
}

ul#ff-header-social-links {
	margin-left:7px;
	margin-right:7px;
}

ul#ff-header-right-links li, #ff-header-search-nav-links li, ul#ff-header-social-links li {
	float:left;
	margin:0;
	padding:0;
}

ul#ff-header-social-links li {
	margin-left:8px;
	margin-right:8px;
}

#ff-site-wrapper .ff-horizontal-nav a,
#ff-site-wrapper .ff-horizontal-nav a:link,
#ff-site-wrapper .ff-horizontal-nav a:visited,
#ff-site-wrapper .ff-horizontal-nav a:hover,
#ff-site-wrapper .ff-horizontal-nav a:active {
	display:block;
	font-weight:bold;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
	text-align:center;
	text-decoration:none;
}


#ff-header-right-links a, #ff-header-right-links a:link, #ff-header-right-links a:visited, #ff-header-right-links a:hover, #ff-header-right-links a:active {
    border-color: #15416F #15416F #3B6692 #3B6692;
    border-style: solid;
    border-width: 0 1px;
}

#ff-header-social-links a, #ff-header-social-links a:link, #ff-header-social-links a:visited, #ff-header-social-links a:hover, #ff-header-social-links a:active {
	padding:3px 0;
	margin: 0;
}

#ff-header-right-links a, #ff-header-right-links a:link, #ff-header-right-links a:visited, #ff-header-right-links a:hover, #ff-header-right-links a:active {
	font-size:11px;
	padding:9px 15px;
}

#ff-header-search-nav-links a, #ff-header-search-nav-links a:link, #ff-header-search-nav-links a:visited, #ff-header-search-nav-links a:hover, #ff-header-search-nav-links a:active {
	font-size:12px;
	padding:16px;
}

:link img, :visited img, :hover img, :active img  {
	border:none;
}

#ff-header-top-nav #ff-header-right-links a:hover {
	/*background-color:#fff;
	color:black; - might use this when displaying additional content on hover*/
}

#ff-header-right-links #ff-shopping-cart-icon {
	position:relative;
	top:6px;
	left:-3px;
}

#ff-header-right-links a#ff-shopping-cart-link {
	padding:0 15px 8px 15px;
}

#ff-header-logo {
	padding:20px 0;
	width:550px;
}

#ff-header logo img {
        width:470px;
        height:90px;
}

#ff-header-trust-seal {
	position:absolute;
	right:25px;
	bottom:18px;
}

#ff-header-trust-seal img {
	height:90px;
}

#ff-header-message {
	position:absolute;
	right:25px;
	bottom:15px;
}

#ff-header-message img {
	position:relative;
	right:5px;
}

#ff-header-message a, #ff-header-message a:link, #ff-header-message a:visited, #ff-header-message a:hover, #ff-header-message a:active {
	display:block;
	font-size: 12px;
	color:#0051a2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 15px 0;
	text-align:left;
}

#ff-header-message div {
	display:block;
	font-size: 12px;
	color:#0051a2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 15px 0;
	text-align:left;
}

#ff-header-message a, #ff-header-message a:link, #ff-header-message a:visited, #ff-header-message a:active {
	display:block;
	text-decoration:none;
}

#ff-header-message a:hover {
	display:block;
	text-decoration:underline;
}

#ff-header-message strong {
	font-weight:bold;
	color:#ff4000;
}

#ff-header-search-nav-form {
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

.ff-header-search-input {
	margin:0;
    position: absolute;
    top: 7px;
	left:8px;
	font-size: 14px;
    padding: 0 0 0 6px;
    width: 250px;
	border-style:none;
	height:29px;
	line-height:29px;
}

#ff-header-search-button {
	margin:0;
	padding:0;
	position:absolute;
	top:5px;
	left:252px;
}

#kw {
    /*outline: medium none;*/
}

.focusField {
	background:#EFF5FF;
	color:#000;
	font-style:normal;
}

.idleField {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #6F6F6F;
    font-style: italic;
}


/* End Site Redesign Styles*/


/*Twitter Feed Styles*/

.ff-header-drop-down {
position:absolute;
right:5px;
top:30px;
z-index:2;
width:250px;
}

#facebook {

}

#blog {

}

.twitted {
	width: 250px;
	margin-bottom: 1.5em;
	border: 1px solid #888;
        background-color:#fff;
}

.twitted h2 {
	margin: 0;
	padding: 0.3em 0.8em;
	font-size: 1em;
	color: #fff;
	background-color: #888;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0 0.8em;
	list-style-type: none;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px solid #ccc;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #00f;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #f00;
}

.twitted ul#twitter_update_list li.firstTweet {
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink {
	display: block;
	margin: 0;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #ddd;
}


/*End Twitter Feed Styles*/


a, a:hover, a:visited {color: #0000FF;}
a b {color: #0000FF;}
body {padding: 0; margin: 0;}
body, div, td, p, h1, h2, h3 * {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
h1, h1 a {color: #2369AE; font-size: 27px; padding: 15px 0px 0px 0px; margin: 0;}
form {margin:0px; padding:0px;}
p, b {color:#000000;}
#mss-main-content {color:#000000;}
.header {background: url(http://lib.store.yahoo.net/lib/fridgefilters/mss-header-2.gif) no-repeat;}
.mss-float-left {float: left;}
.mss-float-right {float: right;}

.mss-top-nav {font-size: 13px; color: #0000FF; padding-right: 26px;}
.mss-top-nav a {color: #0000FF;}
.mss-top-nav a:hover {color: #0000FF;}
.mss-top-nav a:visited {color: #0000FF;}
.mss-tag-line {font-size: 13px; color: #000000; padding: 11px 0 0 10px;}
.mss-header-review-link {display:block; position:absolute; top:80px; left: 473; height:19px; width:65px;}
.ltblu {background-color: #CEE6F0; font-size: 12px; border-bottom: 1px solid #FFFFFF;}
.dkblu {background-color: #2268AE; color: #FFFFFF; font-size: 12px; border-right: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF;}
.head {background-image: url(http://lib.store.yahoo.net/lib/fridgefilters/mss-bg-instock.gif); background-repeat: no-repeat;}

.mss-breadcrumbs, .mss-breadcrumbs a, .mss-breadcrumbs b {font-size:9px; margin-top:5px;}
#bc {font-size:9px;}
.mss-search-header {width: 175px; text-align: left; background-color: #FFCC33 ; border: 1px solid #FFCC33 ; padding:3px 0 3px 3px; margin:0 0 0 5px; font-weight:bold; font-size:23px; color:#000066 ;}


.mss-search-box {width: 178px; text-align: left; color:#000000; background-color: #FCF4D0; border: 1px solid #FFCC33 ; margin:0 0 0 5px; padding:2px 0px 2px 0px;}



.mss-search-items {font-size:11px; margin-bottom: 6px;}
.mss-search-items input {font-size: 13px;}
.mss-search-hint {font-size: 12px; line-height: 18px; margin: 3px 4px 4px 4px;}
.mss-side-nav-box {width: 178px; text-align: left; background-color: #FFFFFF; border: 1px solid #2268AE; margin: 10px 10px 0 0; padding-bottom: 3px;}
.mss-side-nav-category {background-color: #2268AE; color: #FFFFFF; font-weight: bold; font-size: 12px;  padding: 6px 3px 7px 3px; margin-bottom: 5px;}
.mss-side-nav-category a, .mss-side-nav-category a:hover, .mss-side-nav-category a:visited {color: #FFFFFF; text-decoration: none;}
.mss-side-nav-category a:hover { color: #FFDD58;}
.mss-side-nav-item {font-size: 13px; line-height: 19px;}
.mss-side-nav-item a, .mss-side-nav-item a:hover, .mss-side-nav-item a:visited {color: #000000; text-decoration: none; display:block; padding: 0px 0px 0px 12px; width:100%; max-width:93%; }
.mss-side-nav-item a:hover {background:#2268AE; color: #ffffff; text-decoration: none; }

.mss-side-nav-item-best {font-size: 12px; line-height: 18px;}
.mss-side-nav-item-best a, .mss-side-nav-item-best a:hover, .mss-side-nav-item-best a:visited {color: #000000; text-decoration: none; display:block; padding: 0px 0px 0px 12px; width:100%; max-width:93%; }
.mss-side-nav-item-best a:hover {background:#2268AE; color: #ffffff; text-decoration: none; }

.mss-side-nav-box-yel {width: 178px; text-align: left; background-color: #FCF4D0; border: 1px solid #FFCC33; margin: 5px 0 0 5px; padding-bottom: 5px; color:#000000;}
.mss-side-nav-category-yel {background-color: #FFCC33 ;  color:#000066 ; font-weight: bold; font-size: 14px; padding: 5px 3px 4px 3px; margin-bottom: 5px;}
.mss-side-nav-item-yel {padding: 0px 0px 0px 12px; font-size: 13px; line-height: 19px;}
.mss-page-body {background-color:#ffffff; font-size:12px; padding: 15px 0px 10px 14px;}

.mss-label {margin:20px 0px 0px 0px;}
.mss-section-brand-menu {margin-left:40px;}
.mss-section-image-cell {padding-right: 25px;}
.mss-section-image-cell a {font-weight: bold; font-size: 14px;	line-height: 29px;}
.mss-section-item-cell {}
.mss-more-info {margin-top:-35px; margin-left:80px;}

.mss-footer {font-size: 13px; clear:all;}
.mss-footer-left {border-right: 1px solid #CEE6F0; text-align: left;}
.mss-footer-right {width: 49%; font-size: 12px; text-align: center;}
.mss-footer-bar {width: 993px; background-color: #CEE6F0;}
.mss-footer a {color: #0000FF; line-height: 18px;}
.mss-footer a:hover {color: #0000FF;}
.mss-footer a:visited {color: #0000FF;}
.mss-copyright {width: 992px; font-size: 12px;}
#mss-shipcountdown {font-weight:bold;padding-right:30px;}
.mss-box-text {font: bold 15px Verdana, Geneva, Arial, Helvetica, sans-serif;}
.mss-more-info {font-size:12px; font-weight:normal; padding-left:15px;}
.mss-enlarge {font-size:12px; font-weight:normal; text-align:center; margin:-10px 0px 0px 100px;}
#mss-item-top .mss-item-image {float:left; width:315px;}
.mss-price-table {border: 1px solid #2268ae; position:relative; z-index:2;}

.mss-price-table td{font-size: 12px;}
.mss-buy-box-darkcell-top {background-color: #2268AE; color: #FFFFFF; font-size: 12px; border-right: 1px solid #2268ae; border-bottom: 1px solid #FFFFFF;}
.mss-buy-box-darkcell {background-color: #2268AE; color: #FFFFFF; font-size: 12px; border-right: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF;}
.mss-buy-box1-darkcell {background-color: #2268AE; color: #FFFFFF; font-size: 12px; border-right: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF;}
.mss-buy-box2-darkcell {background-color: #2268AE; color: #FFFFFF; font-size: 12px; border-right: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF;}
.mss-buy-box3-darkcell {background-color: #2268AE; color: #FFFFFF; font-size: 12px; border-right: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF;}
.mss-buy-box-darkcell1 {background-color: #2268AE; color: #FFFFFF; font-size: 12px; border-right: 1px solid #FFFFFF;}
.mss-buy-box-darkcell2 {background-color: #2268AE; color: #FFFFFF; font-size: 12px; border-bottom: 1px solid #FFFFFF;}
.mss-buy-box-lightcell {background-color: #CEE6F0; font-size: 12px; border-bottom: 1px solid #FFFFFF;}
.mss-buy-box-lightcell.listprice {background-color: #CEE6F0; font-size: 12px; font-weight: normal; color: #000000; border-bottom: 1px solid #FFFFFF; text-decoration: line-through;}
.mss-buy-box-lightcell-listprice {background-color: #CEE6F0; font-size: 12px; font-weight: normal; color: #000000; border-bottom: 1px solid #FFFFFF; text-decoration: line-through;}
.mss-buy-box-lightcell1 {background-color: #CEE6F0; font-size: 12px;}
.mss-buy-box-lightcell-price {background-color: #CEE6F0; font-size: 12px; font-weight:bold; color:#670003; border-bottom: 1px solid #FFFFFF;}
.mss-buy-box-lightcell-price .listprice {background-color: #CEE6F0; font-size: 12px; font-weight: normal; color: #000000; border-bottom: 1px solid #FFFFFF;}
.mss-buy-box1-lightcell {background-color: #CEE6F0; font-size: 12px; font-weight: normal; border-bottom: 1px solid #FFFFFF; text-decoration: line-through;}
.mss-buy-box2-lightcell {background-color: #CEE6F0; font-size: 14px !important; font-weight:bold; color:#670003; border-bottom: 1px solid #FFFFFF;}
.mss-buy-box2a-lightcell {background-color: #CEE6F0; font-size: 14px !important; font-weight:bold; color:#670003; border-bottom: 1px solid #FFFFFF;}
.mss-buy-box3-lightcell {background-color: #CEE6F0; font-size: 14px !important; font-weight:bold; color:#670003; border-bottom: 1px solid #FFFFFF;}
.mss-section-buy-box2-lightcell {background-color: #CEE6F0; font-size: 12px; font-weight:bold; color:#670003; border-bottom: 1px solid #FFFFFF;}
.mss-section-buy-box2a-lightcell {background-color: #CEE6F0; font-size: 12px; font-weight:bold; color:#670003; border-bottom: 1px solid #FFFFFF;}
.mss-section-buy-box3-lightcell {background-color: #CEE6F0; font-size: 12px; font-weight:bold; color:#670003; border-bottom: 1px solid #FFFFFF;}
.mss-buy-box-lightcell-price a{font-weight:normal;}
.mss-buy-box1-lightcell a{font-weight:normal;}
.mss-buy-box2-lightcell a{font-weight:normal;}
.mss-buy-box3-lightcell a{font-weight:normal;}

.mss-buy-box-whitecell {background-color: #fff; font-size: 12px; border-bottom: 1px solid #FFFFFF;}
.mss-buy-box-whitecell .listprice {background-color: #fff; font-size: 12px; font-weight: normal; color: #000000; border-bottom: 1px solid #FFFFFF; text-decoration: line-through;}
.mss-buy-box-whitecell-listprice {background-color: #fff; font-size: 12px; font-weight: normal; color: #000000; border-bottom: 1px solid #FFFFFF; text-decoration: line-through;}
.mss-buy-box-whitecell1 {background-color: #fff; font-size: 12px;}
.mss-buy-box-whitecell-price {background-color: #fff; font-size: 12px; font-weight:bold; color:#670003; border-bottom: 1px solid #FFFFFF;}
.mss-buy-box-whitecell-price .listprice {background-color: #fff; font-size: 12px; font-weight: normal; color: #000000; border-bottom: 1px solid #FFFFFF;}
.mss-buy-box1-whitecell {background-color: #fff; font-size: 12px; font-weight: normal; border-bottom: 1px solid #FFFFFF; text-decoration: line-through;}
.mss-buy-box2-whitecell {background-color: #fff; font-size: 12px; font-weight:bold; color:#670003; border-bottom: 1px solid #FFFFFF;}
.mss-buy-box3-whitecell {background-color: #fff; font-size: 12px; font-weight:bold; color:#670003; border-bottom: 1px solid #FFFFFF;}
.mss-buy-box-whitecell-price a{font-weight:normal;}
.mss-buy-box1-whitecell a{font-weight:normal;}
.mss-buy-box2-whitecell a{font-weight:normal;}
.mss-buy-box3-whitecell a{font-weight:normal;}


.mss-section-options {padding:0px 0px 0px 10px;}
#mss-buy-options-bottom {padding:0px 4px 4px 4px;}
#mss-buy-options-top {padding:4px 4px 0px 4px;}

.home-specials .mss-section-item-cell, .home-specials .mss-section-image-cell {padding:0px;}
.home-specials .mss-section-image-cell {padding:0px;}
.mss-item-code, .mss-item-code b, .mss-item-code h2 {float:left; font-size:12px; margin-top:0px; margin-bottom:0px; color:#ffffff;}
#mss-item-availability {float:right; font-weight:bold; color: #FFCC33;}
.home-specials {width:100%; margin-top:-12px;}
.home-specials td {text-align:center;}
.home-specials a {font-size:13px;}

/* tab styles */
.mss-tab, .mss-tab-on  {float:left; cursor: pointer; z-index:2; position:relative;}
.mss-tab-on  {z-index:4 !important;}
.mss-tab-on .mss-tab-left {background: url(http://lib.store.yahoo.net/lib/fridgefilters/tab-on-left.jpg)  repeat-x; width:22px; height:35px; float:left; z-index:2; position:relative;}
.mss-tab-on .mss-tab-center {float:left; height:31px; _height:35px; padding-top:4px; background: url(http://lib.store.yahoo.net/lib/fridgefilters/tab-on-center.jpg) repeat-x; color:#000000; z-index:2; position:relative; }
.mss-tab-on .mss-tab-right {background: url(http://lib.store.yahoo.net/lib/fridgefilters/tab-on-right.jpg)  repeat-x; width:22px; height:35px; float:left; z-index:2; position:relative;}

.mss-tab-left {background: url(http://lib.store.yahoo.net/lib/fridgefilters/tab-off-left.gif)  repeat-x; width:22px; height:35px; float:left; z-index:2; position:relative;}
.mss-tab-center { text-align:center; float:left; height:31px; _height:35px; padding-top:2px; background: url(http://lib.store.yahoo.net/lib/fridgefilters/tab-off-center.gif)  repeat-x; color:#ffffff; z-index:2; position:relative; font-weight:normal;}
.mss-tab-right {background: url(http://lib.store.yahoo.net/lib/fridgefilters/tab-off-right.gif) repeat-x; width:22px; height:35px; float:left; z-index:2; position:relative;}

.mss-tab a, .mss-tab a:visited, .mss-tab-on a, .mss-tab-on a:visited {text-decoration:none; position:relative; text-align:center; display:block; _display:inline; height:31px; padding-top:3px;} 
.mss-tab a, .mss-tab a:visited, .mss-tab a:hover { color:#ffffff;}
.mss-tab-on a, .mss-tab-on a:visited, .mss-tab-on a:hover { color:#000000;}
.mss-tab-spacer {float:left; width:4px; height:1px;}
#t1, #t2, #t3, #t4, #t5{border:2px solid #cccccc; position:relative; top:-2px; padding:10px 20px 10px 20px; width:760px; z-index:3;}
#t2, #t3, #t4, #t5{display:none;}
#t1 a, #t2 a, #t3 a, #t4 a, #t5 a {font-size:13px;color: #0000FF !important;}
#t1 a b, #t2 a b, #t3 a b, #t4 a b, #t5 a b {font-size:13px;color: #0000FF !important;}
#t1 b, #t2 b, #t3 b, #t4 b, #t5 b {font-size:13px;}
.mss-cross-sell-item-label {margin-bottom:10px;}


/* buy box tab styles */
.ff-bb-tab, .ff-bb-tab-on  {float:left; cursor: pointer; position:relative; bottom:-2px;}

.ff-bb-tab {z-index:1;}
.ff-bb-tab-on {z-index:3;}

/* .ff-bb-tab-dark-blue-left, .ff-bb-tab-dark-blue-center, .ff-bb-tab-dark-blue-right {z-index:1 !important;} */



.ff-bb-tab-dark-blue-left {background: url(http://lib.store.yahoo.net/lib/fridgefilters/ff-bb-tab-dark-blue-left.gif)  repeat-x; width:22px; height:35px; float:left; position:relative;}
.ff-bb-tab-dark-blue-center {float:left; height:31px; _height:35px; padding-top:4px; background: url(http://lib.store.yahoo.net/lib/fridgefilters/ff-bb-tab-dark-blue-center.gif) repeat-x; color:#ffffff; position:relative;}
.ff-bb-tab-dark-blue-right {background: url(http://lib.store.yahoo.net/lib/fridgefilters/ff-bb-tab-dark-blue-right.gif)  repeat-x; width:22px; height:35px; float:left; position:relative;}

.ff-bb-tab-light-blue-left {background: url(http://lib.store.yahoo.net/lib/fridgefilters/tab-on-left.jpg)  repeat-x; width:22px; height:35px; float:left; position:relative;}
.ff-bb-tab-light-blue-center {text-align:center; float:left; height:31px; _height:35px; padding-top:4px; background: url(http://lib.store.yahoo.net/lib/fridgefilters/tab-on-center.jpg)  repeat-x; color:#000000; position:relative;}
.ff-bb-tab-light-blue-right {background: url(http://lib.store.yahoo.net/lib/fridgefilters/tab-on-right.jpg) repeat-x; width:22px; height:35px; float:left; position:relative; clear:right;}

#tbb1, #tbb2 {clear:left;}


.ff-bb-tab-dark-blue-center .ff-bb-tab-name {font-weight:bold; font-size:16px; padding-top:4px;}
.ff-bb-tab-light-blue-center .ff-bb-tab-name {font-weight:normal; font-size:14px; padding-top: 6px;}

.ff-bb-tab a, .ff-bb-tab a:visited, .ff-bb-tab-on a, .ff-bb-tab-on a:visited {text-decoration:none; position:relative; text-align:center; display:block; _display:inline; height:31px; padding-top:3px;} 
.ff-bb-tab a, .ff-bb-tab a:visited, .ff-bb-tab a:hover { color:#000000;}
.ff-bb-tab-on a, .ff-bb-tab-on a:visited, .ff-bb-tab-on a:hover { color:#ffffff;}
.ff-bb-tab-spacer {float:left; width:4px; height:1px;}
#t1, #t2, #t3, #t4, #t5{border:2px solid #cccccc; position:relative; top:-2px; padding:10px 20px 10px 20px; width:760px; z-index:3;}
#t2, #t3, #t4, #t5{display:none;}
#t1 a, #t2 a, #t3 a, #t4 a, #t5 a {font-size:13px;color: #0000FF !important;}
#t1 a b, #t2 a b, #t3 a b, #t4 a b, #t5 a b {font-size:13px;color: #0000FF !important;}
#t1 b, #t2 b, #t3 b, #t4 b, #t5 b {font-size:13px;}
.ff-bb-cross-sell-item-label {margin-bottom:10px;}


.ff-auto-delivery-table {border:2px solid #ccc; position:relative; z-index:2;}
.ff-auto-delivery-table td {padding:10px;}


/* cross sells */
.mss-cross-sell-item {margin-bottom:45px;}
.mss-cross-sell-item-image {float:left; margin-right:5px; text-align:left;}
.mss-cross-sell-item-name {margin:0px 0px 10px 0px;}
.mss-section-cross-sell {width:150px; text-align:center; margin:0px 0px 0px 0px;}
.mss-section-cross-sell .mss-cross-sell-item-name, .mss-section-cross-sell .mss-cross-sell-item-name a {margin-top:10px; font-weight:bold;}

/* styles moved from head section to style sheet */

.ff-subscription-box {
	width:439px;
	float:right;
	border:1px solid #2268ae;
	margin-right:28px;
	background-color:#cee6f0;
}

.ff-subscription-box .ff-hide-options {
	display: none;
}

.ff-subscription-box-header {
	padding:5px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	background-color:#2268ae;
}

.ff-subscription-box-content {
	padding:5px;
}

.ff-subscription-box-subscribe-button {
	padding:5px;
}

.ff-subscription-box input#subscribe-button {
	margin:0px 0px -6px 5px;
}

.ff-large-buy-box-subscription input#subscribe-button {
	margin:0px 0px -8px 5px;
}


#ff-discontinued-item-container-product {
float:left;
width:420px;
margin:-10px 0 30px 20px;
}

.ff-recommended-replacement-item-image-product {
float:left;
padding:15px 30px 15px 15px;
}

.ff-recommended-replacement-item-image-product img {
max-width:120px;
max-height:120px;
}

.ff-recommended-replacement-item-button-product {
padding-top:10px;
}

.ff-recommended-replacement-item-name-product {
padding:30px 15px 0 0;
}

#ff-recommended-replacement-item-container-product {
border:1px solid #2268ae;
overflow:auto;
}

.ff-recommended-replacement-item-container-header-product {
background-color:#2268ae;
color:#fff;
font-size:20px;
font-weight:bold;
padding:10px;
}

.ff-discontinued-item-text-product {
	font-size:14px;
	margin-bottom:10px;
}

.ff-recommended-replacement-item-text-product {
padding:10px;
}

.ff-discontinued-text {
	padding:10px;
	color:#670003;
	font-weight:bold;
	font-size:14px;
}
.ff-recommended-replacement-container {
	padding:10px;
}
.ff-recommended-replacement-container-header {

}
.ff-recommended-replacement-text {
	width:260px;
	float:left;
}
.ff-recommended-replacement-item {

}
.ff-recommended-replacement-item-name {
	margin:0px 10px 10px 10px;
	width:150px;
	float:right;
	text-align:center;
}
.ff-recommended-replacement-item-price {

}
.ff-recommended-replacement-item img {
	margin:0px 10px 10px 10px;
	border:1px solid #2268ae;
}

.mss-cross-sell-item-image {
	float:left;
}

#image2,#image3,#image4,#image5,#image6,#image7 {
	display:none;
}

.mss-item-image {
	float:left;
	height:230px;
}

.mss-multi-image {
	text-align:center;
	width:300px;
}

.mss-multi-image table {
	clear:both;
	margin:5px auto;
}

.mss-multi-image table a,.mss-multi-image table a:visited {
	display:block;
	float:left;
	margin-right:2px;
}

.mss-multi-image table a {
	border:1px solid #cee6ef;
}

.mss-multi-image table a:hover {
	border:1px solid #2268ae;
}

#t1,#t2,#t3,#t4,#t5 {
	max-width:730px;
}

/* css layer */
#itemLayer {
	background:url('http://lib.store.yahoo.net/lib/fridgefilters/bigshadow.gif') no-repeat bottom right;
	position:absolute;
	margin:-50px 0 0 -160px;
	padding:0px 10px 10px 0px;
	display:none;
	z-index:11000;
}

/*
#itemLayer {
	background:url('http://lib.store.yahoo.net/lib/fridgefilters/bigshadow.gif') no-repeat bottom right;
	position:absolute;
	margin:-50px 0 0 220px;
	padding:0px 10px 10px 0px;
	display:block;
	z-index:110;
}
*/

#itemLayerInner {
	background:#ffffff!important;
	position:relative;
	z-index:90000;
	top:0px;
	left:0px;
	margin:0px -10px -10px 0px;
	border:10px #cccccc solid;
	padding:0 0 20px 0;
	width:700px;
	max-width:700px;
	min-width:700px;
}

#itemLayerImage {
	margin:5px 0 0 0px;
	text-align:center;
}

#image2-cssLayer,#image3-cssLayer,#image4-cssLayer,#image5-cssLayer {
	display:none;
}
	
.close-views {
	text-align:right;
	padding:5px 10px;
	margin:0 0 5px 0;
}

.close-views a {
	text-decoration:none;
	color:#0000ff;
}

.close-views a:hover {
	text-decoration:underline;
}

#itemLayer-title {
	font-weight:bold;
	margin:5px 0px 0px 10px;
	float:left;
}

#itemLayer .mss-multi-image {
	text-align:center;
	width:100%;
}

a {
	outline:none;
}

:-moz-any-link:focus {
	outline:none;
}

#mss-item-name h1 {
	font-size:20px;
}

#mss-item-name {

}

.ff-item-big-image-container {
	float:left;
	width:315px;
}

.ff-item-image-container {
	display:block!important;
}

.ff-item-thumbnail-container {

}

.ff-item-buy-box-container {
float: left;
}

.mss-css-image-container .mss-item-image {
	height:210px !important;
}

.mss-more-info-enhanced {
	margin-top:-20px;
	margin-left:80px;
}

.mss-more-info-enhanced {
	font-size:12px;
	font-weight:normal;
	padding-left:15px;
}

.mss-item-image, mss-enlarge {
	margin-top: -10px;
}

/* PowerReviews Category display */
.pr_snippet_category .prSnippetTitle, .pr_snippet_category .prSnippetRatingDecimal, .pr_snippet_category .prSnippetWriteReview, .pr_snippet_category .prSnippetReadReviews {
	display: none;
}

.pr_snippet_category .prSnippetNumberOfRatingsText {
	display: inline;
}

.pr_snippet_category div.prStars.prStarsSmall {
	margin:0 auto;
}
.pr_snippet_category div.prStars {float:none;
}

/* PowerReviews Product display */
.pr_snippet_product .prSnippetTitle, .pr_snippet_product .prSnippetRatingDecimal, .pr_snippet_product .prSnippetWriteReview, .pr_snippet_product .prSnippetReadReviews, .pr_review_summary span.prSummaryPrintableViewLink, .prExpressReferralLink {
	display: none;
}

.pr_snippet_product .prSnippetNumberOfRatingsText {
	display: inline;
}

.prExpressReferral {
	display: none!important;
}

#mss-item .prSnippetSocialBar {
display:none!important;
}

#mss-item .ff-reviews-buy-box .pr_snippet_product .prSnippetRatingUnclickable .prStarsSmall {
float:left!important;
}

#mss-item .ff-reviews-buy-box .pr_snippet_product .prSnippetRatingUnclickable .prSnippetNumberOfRatingsText {
clear:none!important;
}

#mss-main-content .ff-reviews-buy-box .pr_snippet_product .prSnippetRatingUnclickable .prStarsSmall {
float:left!important;
}

#mss-main-content .ff-reviews-buy-box .pr_snippet_product .prSnippetSocialBar {
display:none!important;
}

#mss-main-content .ff-reviews-buy-box .pr_snippet_product .prSnippetRatingUnclickable .prSnippetNumberOfRatingsText {
clear:none!important;
}

.ff-reviews-buy-box {

}

.ff-reviews-buy-box  .ff-reviews-link-buy-box {
line-height:19px;
}

.ff-reviews-buy-box p.pr-snippet-review-count {
line-height:19px;
padding-right:5px;
}

.ff-reviews-buy-box .pr-snippet-wrapper {
padding:0 0.25em;
}

/* PowerReviews Write Reviews display */
#reviewForm .prlabel {
	float: left;
	text-align: right;
}

.ff-compatibilty-table-header {
	margin-bottom: 20px;
}

.ff-contaminants-header {
	margin-bottom: 5px;
}

ul.ff-contaminants {
	margin-top: 5px;
}

.ff-tab-content {
	margin-top: 10px;
}

.ff-short-description {
	margin-bottom: 10px;
}

ul.ff-alternate-part-numbers {

}

ul.ff-specs {
	margin-top: 10px;
	padding-left: 0px;
}

ul.ff-specs li {
	list-style-type: none;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

table.ff-compatibles {
	border-collapse: collapse;
}

table.ff-compatibles img {
	height:75px;
	max-width: 200px;
	border-style: none;
}

tr.ff-compatibles-header {
	font-weight: bold;
}

table.ff-compatibles td {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #CCC;
	line-height: 150%;
	vertical-align: top;
	text-align: center;
}

table.ff-compatibles td.ff-td-left {
	text-align: left !important;
}
table.ff-compatibles .prSnippetNumberOfRatingsText {
	display: block !important;
	text-decoration:underline;
	color:#0000FF;
	padding: 0px 0px 0px 0px;
}

/* eprefs */

.ff-eprefs {
	margin-top: 20px;
	margin-left: 20px;
}

.ffoptiontitle {
	/*font-weight:bold;*/
	text-align:center;
	vertical-align:baseline;
	width:40px;
}

.ffemailprefoption {
	/*font-weight:bold;*/
}

.emailpreftitleyes {
	font-weight:bold;
}

.emailpreftitleno {
	font-weight:bold;
}

.ffemailpreftable {

}

/* end eprefs */

table.ff-compatibles .prStars {
	float: none;
	margin: 0px auto;
}

table.ff-compatibles .prStars.prStarsSmall {
	width: 84px;
	z-index: 2 !important;
}

table.ff-compatibles .ff-transparent-link img {
	height: 35px;
	width: 95px;
}

table.ff-compatibles .ff-transparent-link {
	height: 35px;
	width: 95px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-top: -30px;
	position: static;
	z-index: 30 !important;
}

table.ff-specs {
	border-collapse: collapse;
}

table.ff-specs tr {

}

table.ff-specs td {
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #CCC;
	line-height: 150%;
	vertical-align: top;
}

table.ff-specs td.ff-specs-names {
	text-align: right;
	vertical-align: top;
}

.ff-comparison-table .prSnippetTitle, .ff-comparison-table .prSnippetRatingDecimal, .ff-comparison-table .prSnippetWriteReview {
	display: none;
}

.ff-comparison-table .prSnippetNumberOfRatingsText {
	display:block;
	text-decoration:underline;
	color:#0000FF;
	padding: 0px 0px 0px 0px;
}

.ff-comparison-table .prSnippetRatingUnclickable {
	padding: 0px;
}

.ff-comparison-table .prStars {
	float: none;
	margin: 0px auto;
}

.ff-comparison-table .prStars.prStarsSmall {
	width: 84px;
	z-index: 2 !important;
}
 
.ff-comparison-table .ff-comparison-table-image a {
	display: block;
}

.ff-comparison-table .ff-comparison-table-image td {
	vertical-align: bottom;
}
 
.ff-comparison-table .ff-comparison-table-right {
	text-align:right;
	padding-right:20px;
}

.ff-comparison-table .ff-comparison-table-right-2 {
	text-align:right;
	padding-right:20px;
	width: 200px !important;
}
 
.ff-comparison-table .ff-comparison-table-staff-rating td {
	vertical-align: top;
	padding-bottom: 10px;
}
 
.ff-comparison-table #ff-staff-rating-title {
	text-decoration:underline;
	color:#0000FF;
	font-size:14px;
}
 
.ff-comparison-table .ff-comparison-table-staff-rating a {
	position:relative;
	/*this is the key*/
	z-index:24;text-decoration:none;
}

.ff-comparison-table .ff-comparison-table-staff-rating a:hover {
	z-index:25;
	text-decoration:none;
}
 
.ff-comparison-table .ff-comparison-table-staff-rating a span.popup {
	display:none;
}

.ff-comparison-table .ff-comparison-table-staff-rating a:hover span.popup {
	/*the span will display just on:hover state*/
	display:block;
	position:absolute;
	top:-180px;
	left:90px;
	text-decoration: none !important;
	width:550px;
	border:1px solid #000;
	background-color:#ffffe0;
	color:#000;
	padding: 10px;
	text-align:left;
	font-size:13px;
	font-weight:normal;
}
 
.ff-comparison-table .ff-comparison-table-staff-rating a span.popup-mini {
	display:none
}

.ff-comparison-table .ff-comparison-table-staff-rating a:hover span.popup-mini {
	/*the span will display just on:hover state*/
	display:block;
	position:absolute;
	top:40px;
	left:-140px;
	text-decoration: none !important;
	width:250px;
	border:1px solid #000;
	background-color:#ffffe0;
	color:#000;
	padding: 10px;
	text-align:left;
	font-size:13px;
	font-weight:normal;
}
 
.ff-comparison-table .ff-comparison-table-staff-rating .ff-more-info {
	text-decoration:underline !important;
	color:#0000FF;
}
 
.ff-comparison-table .ff-comparison-table-staff-rating td img {
	margin: 0px 0px 0px 1px !important;
	padding-left: 1px;
}
 
.ff-comparison-table .ff-comparison-table-customer-rating td {
	vertical-align: top;
}
 
.ff-comparison-table .ff-comparison-table-customer-rating .ff-transparent-link {
	height: 35px;
	width: 95px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-top: -30px;
	position: static;
	z-index: 30 !important;
}
 
.ff-comparison-table td {
	font-size:14px;
	text-align:center;
	padding: 5px 5px 15px 5px;
}
 
.ff-comparison-table .ff-hide-options {
	display: none;
}
 
.ff-comparison-table-title {
	font-size:14px;
	margin-bottom:0px;
}

.ff-comparison-table {
	margin-top:10px;
	margin-bottom:10px;
	border-collapse:collapse;
}

.ff-comparison-table tr {
	border-right:1px solid #d3d3d3;
}

.ff-comparison-table td{
	border-right:1px solid #d3d3d3;
}

.ff-comparison-table td {
	width:140px;
}

.ff-comparison-table img {
	border-style: none;
}

#ff-filtrete-1-inch-filter-section tr {
	text-align: center;
}

#ff-filtrete-1-inch-filter-section td {
	font-size:14px;
	text-align: center;
}

#ff-filtrete-1-inch-filter-section td img {
	border-style:none;
}

.ff-search-input {
	width:135px;
}

tr.ff-search-header-bill {
	padding-top:0px;
	margin-top:0px;
}

.mss-search-header {
	margin-top:6px;
}

.ff-content-project p {
	font-size:14px;
	font-family:arial,sans-serif
}

.ff-content-project-image {
	background-color:#F9F9F9;
	border:1px solid #CCCCCC;
	padding:3px;
	font:11px/1.4em Arial,sans-serif;
}

.ff-content-project-image img {
	border:1px solid #CCCCCC;
	vertical-align:middle;
	margin-bottom:3px;
}

.ff-content-project-right {
	margin:0.5em 0pt 0.5em 0.8em;
	float:right;
}

.ff-content-project-left {
	margin:0.5em 0.8em 0.5em 0;
	float:left;
}

.ff-content-project-center {
	text-align:center;
}

.ff-content-project-bold {
	font-weight:bold;
}

.ff-content-project-header {
	font-weight:bold;
	font-style:italic;
	font-size:24px;
}

h1.small {
	font-size:16px !important;
	color:#999999 !important;
}

#customHeader {
	display:none;
	font-size:24px;
	font-weight:bold;
	margin-top:5px !important;
	color:#2268AE !important;
}

.block {
	display:block !important;
}

.ff-reviews img {
	margin-bottom:-2px;
}

.ff-reviews-rating {
	font-weight:bold;
	font-size:16px;
	margin-left:10px;
}

.ff-reviews-title {
	font-weight:bold;
	font-size:16px;
	margin-left:0px;
	padding-bottom:15px;
	border-bottom:1px solid #cccccc;
}

.ff-reviews-name {
	font-size:14px;
}

.ff-reviews-text {
	width:750px;
	font-size:12px;
	padding-bottom:15px;
	border-bottom:1px solid #cccccc;
}

.pr_review_summary {
	margin-top:5px;
	margin-bottom:20px;
}

.pr_snippet_product {
	float:left;
}

.prSnippetRatingUnclickable {
	padding-top:0px !important;
	padding-bottom:0px !important;
}

.prSnippetReadReviews, .prSnippetWriteReview, .prSnippetRatingDecimal, .prSnippetTitle {
	display:none !important;
}

/* modal */

#mssModal {
	display:none;
	background-color:#000;
	z-index:10000;
	position:absolute;
	top:0;
	left:0;
	margin:0px;
	padding:0px;
	width:100% !important;
	opacity:0.8;
	filter:alpha(opacity=80);
}

#mssModal:hover {
	cursor:pointer;
}









#ff-coo-container p {
width:600px;
font-size:14px;
font-family: verdana, arial, sans-serif;
}

#ff-coo-container .ff-coo-item {
width:600px;
border-bottom:1px solid #ccc;
padding: 10px 0px;
margin:10px 0px;
overflow:hidden;
}

#ff-coo-container .ff-coo-image, #ff-coo-container .ff-coo-title, #ff-coo-container .ff-coo-country {
float:left;
}

#ff-coo-container .ff-coo-image {
width:60px;
}

#ff-coo-container .ff-coo-title, #ff-coo-container .ff-coo-country {
padding:15px 10px 15px 10px;
}

#ff-coo-container .ff-coo-title {
width:350px;
}

#ff-coo-container .ff-coo-country {
width:100px;
}



#mss-main-content .mss-price-table td {
text-align:left;
}

#mss-item-name {
margin-bottom:25px !important;
}


.ff-item-buy-box-container {
position:relative !important;
top:-30px !important;
}

.ff-bb-tab-light-blue-center .ff-bb-tab-name {
padding-top:32px !important;
}

.ff-bb-tab-dark-blue-center .ff-bb-tab-name {
padding-top:30px !important;
}

.ff-bb-tab, .ff-bb-tab-on {
bottom:-6px !important;
}

.ff-bb-tab-dark-blue-right {
background: url(http://lib.store.yahoo.net/lib/fridgefilters/ff-bb-tab-dark-blue-right-auto-delivery.gif) repeat-x !important;
height:61px !important;;
}

.ff-bb-tab-light-blue-right {
background: url(http://lib.store.yahoo.net/lib/fridgefilters/tab-on-right-auto-delivery.jpg) repeat-x !important;
width:37px !important;
height:61px !important;;
}

.ff-bb-tab-dark-blue-center {
background: url(http://lib.store.yahoo.net/lib/fridgefilters/ff-bb-tab-dark-blue-center-auto-delivery.gif) repeat-x !important;
height:61px !important;;
}

.ff-bb-tab-light-blue-center {
background: url(http://lib.store.yahoo.net/lib/fridgefilters/tab-on-center-auto-delivery.jpg) repeat-x !important;
height:61px !important;;
}

.ff-bb-tab-dark-blue-left {
background: url(http://lib.store.yahoo.net/lib/fridgefilters/ff-bb-tab-dark-blue-left-auto-delivery.gif) repeat-x !important;
height:61px !important;;
}

.ff-bb-tab-light-blue-left {
background: url(http://lib.store.yahoo.net/lib/fridgefilters/tab-on-left-auto-delivery.jpg) repeat-x !important;
height:61px !important;;
}


#mss-main-content .ff-auto-delivery-message-section {
width:165px;
text-align:center;
margin-left:20px;
}

#mss-main-content .ff-auto-delivery-message-section img {
float:left;
height:50px;
padding-right:2px;
}

#mss-main-content .ff-auto-delivery-message-section a, #mss-main-content .ff-auto-delivery-message-section a:hover {
font-weight:normal;
font-size:14px;
line-height:normal;
position:relative;
top:13px;
}

#mss-main-content .ff-auto-delivery-message-section a {
text-decoration:none;
}

#mss-main-content .ff-auto-delivery-message-section a:hover {
text-decoration:underline;
}

#ff-side-nav-column {
width:183px;
}

.ff-alternate-part-numbers-big-list {
float:left;
list-style-type:none;
}


#ResultsContainer .SearchResults .pr_snippet_product {
float:none;
padding-left:30px;
}

#ResultsContainer .SearchResults .pr_snippet_product .pr-snippet-read-write {
display:none;
}

