﻿/* FINE HOMEBUILDING STYLESHEET */
/* REDESIGN - JUNE 2011 - SNEHA */
/* Table of Contents:
	1. Reset Styles
	2. Baseline (Default) Styles
	3. Header 
	4. Main Content
	6. Right Rail
	7. Footer 
	Colors-schem: #fab621-yellow, #0b0d65-indigo, #006f92-cerulean/blue
	Body font-size 12px 
*/

/* jQuery Lightbox CSS */
@import url(jquery.lightbox-0.5.css);

/* For the site skin */
/*#contents { margin: 0 0 0 199px !important; }/

/* Suckerfish Holiday Sale */
#suckerfish-container { position: fixed; bottom: 0; width: 772px; height: 127px; *min-height: 127px; /*left: 694px;*/ left: 50%; margin-left: -386px; text-align: center; display: none; z-index: 999999999; background: url(/assets/images/suckerfish/holiday/bg-holiday-sale.png) #fff top left no-repeat; overflow:auto; }
	#holiday-sale-details { width: 405px; text-align: center; float: left; margin: 25px 0px 0px 15px; } 
	#countdown-container { background: url(/assets/images/suckerfish/holiday/bg-days-to-save.png) top left no-repeat; float: left; width: 195px; height: 76px; *min-height: 76px; margin: 0 0 0 0; text-align:left; }
		#countdown-container p { font-weight: bold; font-family: 'Times New Roman', serif; color: #36457c; font-size: 24px; margin: 20px 0 0 25px; width: 40px; }
	#suckerfish-container #close-button { float: right; width: 46px; margin: 10px 10px 0 0; cursor: pointer; }

/* GENERIC */
body { background:#fff; font:12px arial,helvetica,sans-serif; color:#555; margin:0; }
.clearfloat { float: none; clear: both; height: 0px; line-height: 0px; width: 100%; }
a, img { border: 0; }
a:link, a:visited { text-decoration:none; }
a:hover, a:active { text-decoration:underline !important; }
.hidden { display:none !important; }
.center-text, .centerd-text { text-align:center; }
p { margin-bottom:10px; }
strong { font-weight:bold; } 
hr { border:0; border-bottom:1px solid; }
.fleft { float:left; }

/* Holiday Banner */
#holiday-banner { width: 990px; margin: 0 auto -10px; display:none; }
/*
#holiday-banner img { vertical-align: bottom; }
#contents { margin: 0 auto !important; }
#static #topnav { height: 260px !important; }
*/

/* PAGE LAYOUT */
#contents { background:#fff; margin:10px auto 0; position:relative; text-align:left; width:990px; } 
#main-content { width:950px; height:100%; margin:0 20px; vertical-align:top; z-index:40000; } 
#left-and-center { width:600px; float:left; padding:0 14px 0 0; }
#center { float: right; width: 466px; padding: 0; margin: 0; }
#left { float: left; width: 148px; margin: 0; } 
#right { width: 336px; vertical-align: top; float: right; }
#single-column { width:950px; margin: 0; padding:0; } /* for page wide single column */


/* HEADER */ 
#topnav { width:990px; height:215px; font-size:11px; z-index:50000; } 
#welcome-and-logo { background:#0b0d65; width:990px; height:134px; clear:both; }
#logo { float:left; width:248px; text-align:center; padding:45px 0; } 
.print-logo { display: none; }
#welcome-mat { background:#fff; color:#0b0d65; float:right; line-height:20px; width:742px; }
#welcome-mat .links { padding:0 18px 0 0; clear:both; text-align:right; font-weight:bold; }
#welcome-mat .links a { padding:0 2px; color:#0b0d65; text-decoration:underline; font-weight:normal; }
#welcome-mat a.member-page-link { text-transform:uppercase; color:#fab621; font-weight:bold; }

/* TOP NAVIGATION MENUS */ 
#menu-items-wrapper { background:#0b0d65; }
#menu-items { background:#006f92; border:1px solid #24326a; color:#fff; margin:0 0 0 20px; padding:0; z-index:10; width:968px; height:35px; box-shadow:0 4px 2px -2px gray; -moz-box-shadow:0 4px 2px -2px gray; -web-box-shadow:0 4px 2px -2px gray; }
ul#navmenu { float:left; list-style:none outside none; width:740px; height:35px; margin:0; padding:0; z-index:999999; }
ul#navmenu li.channel { float:left; list-style:none; position:relative; z-index:6000; }
ul#navmenu a.channel-link { background:#016f92; border-right:1px solid #79c1d9; color:#fff; height:20px; padding:10px 15px 5px; display: block; text-decoration:none; text-transform: uppercase; font-family:Arial,Helvetica,Sans-Serif ; font-size:1.2em; font-style:normal; font-weight:bold; }
ul#navmenu li.channel:hover a.channel-link { background:#fab621; color:#1f264e; }
body.home ul#navmenu li#home a, body.favorites ul#navmenu li#favorites a, body.howto ul#navmenu li#howto a.channel-link, body.toolguide ul#navmenu li#toolguide a.channel-link, body.design ul#navmenu li#design a.channel-link, body#video ul#navmenu li#videos a.channel-link { background:#fab621; color:#1f264e; }
#header-search { float:right; height:23px; width:226px; padding:7px 0 4px; }
#header-search form { display:inline; margin:0; padding:0; vertical-align:middle; }
#header-search form input.img { border:0; width:63px; }
#header-search form input { vertical-align:middle; border:1px solid #999; background:url(/images/bigshadow.gif) no-repeat; width:137px; }
#header-search form input#q { -moz-box-shadow:0 0 5px #014257; -webkit-box-shadow:0 0 5px #014257; box-shadow:0 0 5px #014257; }

/* DROPDOWN MENUS */
ul#navmenu div.browse-menu { background:#fff; border:10px solid #fab621; display:none; padding-top:10px; position:absolute; top:35px; left:0; width:auto; height:auto; z-index:4000; }
ul#navmenu li.hovering div.browse-menu { display:block; }
.browse-menu ul { float:left !important; width:160px; list-style-type:none; padding:0 0 0 10px; margin:0; }
.browse-menu ul li { padding:3px 0; }
.browse-menu ul a, .browse-menu a.more, .browse-menu .heading { font:1.05em Arial,Helvetica,Tahoma,Sans-serif; color:#1f264e; text-decoration:none; }
.browse-menu a.more { display:block; padding-top:8px; }
.browse-menu a.more, .browse-menu .heading { font-weight:bold; }
.browse-menu a:hover { text-decoration:underline; } 
.browse-menu hr { width:510px; color:#bbb;  border:0; border-bottom:1px solid;  } 
.wide hr { margin-left:10px; }
img.promo { *margin-bottom:-3px; }
.clear-space { height:10px; width:530px; clear:both; }
ul#navmenu div.two-cols { width:350px; }

/* ECOMMERCE MENUS */
#ecom-menu-wrapper { width:970px; clear:both; height:14px; margin:14px 20px 10px 0; }
.subscribe-renew { float:right; margin:-6px 0 6px 15px; *margin-top:-9px; }
#ecom-menu-wrapper ul { float:right; margin:0; }
#ecom-menu-wrapper ul li { background:url(/images/arrow-yellow-box.gif) no-repeat top right; float:left; list-style:none; width:auto; position:relative; padding:0 20px 0 30px; text-align:right; text-transform:lowercase; font-family:Arial,Helvetica,Sans-Serif; font-size:1.15em; font-style:normal; font-weight:bold; z-index:3; }
#ecom-menu-wrapper ul li a { color:#016f92; text-decoration:none; }
#ecom-menu-wrapper ul li ul { background:#fab621; position:absolute; top:13px; right:0; display:none; margin:5px 0; padding:0 2px; -webkit-transition-property:background; -webkit-transition-duration:1s; -webkit-transition-timing-function:ease-in; z-index:2; }
#ecom-menu-wrapper ul li ul li { background:none; color:#111; font-size:1.05em; float:none; width:auto; padding:5px 10px; text-align:left; border-bottom:1px solid #fff; text-transform: capitalize; }
#ecom-menu-wrapper ul li ul li a:hover { background:#fab621 none; color:#111; text-decoration:underline; }
#ecom-menu-wrapper ul li ul li a { color:#111; text-decoration:none; }
#ecom-menu-wrapper ul li ul li.last { border:0; }
#ecom-menu-wrapper ul li.hovering { background:url(/images/arrow-yellow-box-down.gif) no-repeat top right; }
#ecom-menu-wrapper ul li.hovering ul { display:block; }

/* FOOTER */
#footer { clear:both; width:950px; margin:0 auto; padding:20px 0 10px 0;  }
#footer, #footer a { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #959595; text-decoration: none; background-color: #fff; }
#footer a:hover { text-decoration: underline; }
#footer .fh, #footer .fh a { color: #1E264D; }
#footer .gb, #footer .gb a { color: #8B8D09; }
#footer .global-links .byline { font-style: normal; color: #363636; }
#footer .global-links .byline span.fh { display: inline; }
.footer-content { width: 925px !important; text-align: left; margin: 0 auto; border-top: 2px dotted #555555; padding-top: 20px; }
.footer-content .column { width: 165px !important; float: left; width: 172px; padding-right: 22px; }
.footer-content .last { padding-right: 0px; }
.footer-content ul { list-style-type: none; padding: 0; margin: 0 0 18px 0; }
.footer-content ul li.heading { margin-bottom: 5px; font-weight: bold; }
.footer-content hr { width: 170px; margin-bottom: 20px; }
#footer .global-links { display: block; width: 950px; text-align: center; margin: 0 auto; }
#footer .global-links, #footer .global-links a { color:#363636; font-size: 12px; padding: 0 2px; }
#footer .global-links img.logo { margin-bottom: 8px; }
#footer .global-links .byline span { display: none; color:#363636; }
#footer .global-links .taunton-main { display: none; }
#footer .global-links p { margin: 12px 0; }

/* ADS */ 
.leadrboard-top { clear:both; width:728px; height:90px; margin:10px 0 14px 14px; } /* measured to fit*/
.leadrboard-top .top { padding:0; text-align:center; width:728px; }
.advertising-leaderboard { width:950px; margin:0; padding:10px 0; text-align:center; background:#fcfae9; }
#promo-bar { height:44px; margin:10px auto; width:950px; }
.top_right_lrec table { vertical-align: middle; height: 100%; width: auto; text-align: center; margin: 0 auto; }
.advertising-srec { background:#FCFAE9; width:300px !important; text-align:center; padding:12px 18px !important; }
.advertisingLrec, .top_right_lrec { background:#fff; border:1px solid #bbb; clear:both; width:334px; height:278px; margin:0 0 10px 0; _margin:3px 0 10px 0; }
.adSpot { height:100%; margin:0 auto; vertical-align:middle; text-align:center; }
#static #right .advertisingLrec { clear:none; float:left; margin-right:10px; }
#right .left-sky-ad { float:left; width:160px; margin-bottom:10px; }

/* 404 ERROR PAGES */
#error #single-column { text-align:center; margin-bottom:40px; }
#error #welcome-mat { display:none; }
#error h1 { font-size:1.45em; color:#0b0d65; font-weight:bold; }
#error h2 { font-size:1.3em; color:#0b0d65; font-weight:bold; }
#error .fav-list { margin:0 auto; text-align:left; width:450px; }
#error .fav-list a { background: url("/assets/images/dot-grey.gif") no-repeat left 5px; display:block; clear:both; padding-left:17px; margin-bottom:5px; }
#error .fav-list a:hover { text-decoration:none; }

/*Heading styles*/
h1 { color:#0b0d65; font-size:26px; margin: 10px 0; }
h3 { color: #2c3a7e; font-size: 14px; margin: 10px 0; }
h4 { display: block; color: #fed37f; font-size: 12px; margin: 0px 0 5px 0; }
h5 { color: #ad2601; font-size: 15px; margin: 10px 0; text-transform: lowercase; }
h5.cap { color: #0b0d65; font-size: 14px; margin: 10px 0; text-transform: capitalize; }
h6 { color: #3B4CB3; font-size: 11px; margin: 0 0 10px 0; }
h1.seo-tag { display: none; }

/* RIGHT E-LETTER SIGNUP */
.eletter-signup {margin: 10px 0; width:336px; }
.eletter-signup-header { background:url("/images/eletter-signup-header-fhb.gif") no-repeat left top; color:#FFF; padding:8px 0 5px 130px; }
.eletter-signup input.text-box { border:1px solid #ACACAC; color:#ACACAC; float:left; font-size:11px; height:19px; margin:0 5px 0 0; padding:0 5px; width:190px; }
.eletter-signup p.blue { color:#0b0d65; margin:10px 0; }

/* H2s */
#feature-list h2, #feature-1up h2, #feature-1up-plus h2, #feature-special h2, #feature-faq h2, #feature-list-simple h2, #feature-4up h2, .feature-3up h2, .special-sections .feature-3up h2, #subfeatures h2, #subfeature-list h2, #subfeature-videos h2, .home #features h2, .home #store h2, .home #store-products h2, .toolguide .breaktime h2, .design .breaktime h2, .howto .breaktime h2, #project-gallery h2, .cross-site-links h2, h2.block-header, .toolguide #product-finder h2, .product-finder #related-content-block h2, .browse #related-content-block h2 { background:#006f92; border:1px solid #0B0D65; font:bold 12px arial, helvetica, sans-serif; color:#fff; padding:7px 0 7px 10px; text-transform:uppercase; }
h2.block-header a.subscribe-btn { text-align:right; }
.home .index #subfeatures #blogs h2, .home .index #features .latest-videos h2 { margin-top:0; }

/* RIGHT FEATURE-3UP */
#right .feature-3up { width:336px; padding:0; }
#right .feature-3up p { float: left; clear: right; margin: 0 5px 0 0; width:106px; }
#right .feature-3up p a { font-size: 12px; color: #363636; font-weight: normal; text-decoration: none; }
#right .feature-3up p a:hover { text-decoration: underline; }
#right .feature-3up p .image img { display:block; width:106px; height:106px; margin: 0 0 3px 0; }
.home #right .advertising-srec { display:none; }
#right .special-sections .feature-3up h2 { margin:10px 0; }
#right .special-sections .feature-3up p { margin:3px 6px 0 0; width:106px; }
#right .special-sections .feature-3up p .image img { width:106px; height:106px; }
.bordered-promo { border-top:1px solid #006F92; border-bottom:1px solid #006F92; clear:both; }
.product-finder .advertising-srec, .product .advertising-srec { border-bottom:none; margin-bottom: 10px; padding-left: 18px; width: 318px; }

/* HOME */
.index #center { float:left; width:600px; }
.index #left { display:none; }
.home #left , .home #narrow-header { display:none; }
.home #right #advertisingLrec2 { display:none; }
#rotator { width:600px; height:410px; z-index: 2; padding:0; }
#rotator .item { width:600px; height:405px; margin:0; position:relative; }
#rotator .item img { display:block; height:405px; width:600px; z-index:3; }
#rotator .item .text img { float:none; }
#rotator .item .text { position:absolute; bottom:0; left:0; padding:10px; }
#rotator .item .overlay { background:#1d1d1d; position:absolute; bottom:0; left:0; opacity:0.5; filter:alpha(opacity=50); -moz-opacity:0.5; height:60px; width:600px; }
#rotator .item .text a { text-decoration:none; font-size:14px; color:#fff; overflow:hidden; text-overflow:ellipsis; height:60px; width:600px; }
#rotator .item .text a:hover { text-decoration:none !important; }
#rotator .item .text a br { display:none !important; }
#rotator .item .text a p { display:inline; margin:0 !important; }
#rotator .item .text a img { display:inline; height:10px; width:10px; }
#rotator .item .text .title { font:bold 20px arial; padding-right:10px; }
#rotator .numbers { display:none; }

#right iframe#ctl00_eLetterSignUp, #right .advertising-srec { margin-bottom:10px; }

hr.grey-line { display:none; border:0; }
.home hr.grey-line { display:block; margin:10px 0; *margin-top:0; height:1px; width:950px; border-bottom:1px solid #bbb;  }
.home #right .special-sections { margin-top:15px; }

.home #feature-item { clear: both; width: 598px; border-bottom: 1px solid #a9a4a1; float: left; padding-bottom: 15px; padding-left: 15px; font-size: 16px; }
.home #feature-item a { font-size: 18px; text-decoration: none; }
.home #feature-item a:hover { text-decoration: underline; }
.home #feature-item .byline, .home #features .byline { color: #1e264d; }
.home #features { width:290px; float:left; margin:0; padding:0; }
.home #features .latest-videos { width:290px; clear:both; margin:0 0 10px 0; }
.home #features .latest-videos a { font-size:1.2em; font-weight:bold; text-decoration:none; }
.home #features .latest-videos .left-img { float:left; width:88px; margin:0 10px 0 0; }
.home #features .latest-videos .img-description { float:left; width:190px; }
.home #features .latest-videos .img-description-only { width:290px; }
.home #features a.image { font-size:10px; font-weight:normal; }
.home #features a.image img { width:88px; height:88px; }
.home #features a.more, .home #subfeatures #blogs a.more { background:url(/images/arrow_1e264d.gif) center right no-repeat; margin:5px 0 20px; padding: 0 8px 0 0; text-decoration: none; font-weight:bold; font-size:1em; }
.home #feature-product-list a.image img {  width:85px; height:70px; }
.home #subfeature-list { width: 315px; }
.home #subfeature-list a.image { width: 87px; }
.home #subfeature-list a.image img { width: 87px; height: 87px; }
.home #feature-item a, .home #features p a, .home #subfeatures #blogs a { color:#555; font-weight: bold; text-decoration:none; }
.home #subfeatures { width:290px; float:left; padding:0; margin:0 20px 0 0; }
.home #subfeatures h3, .home #subfeatures #blogs h3 a { font-weight: bold; text-transform: uppercase; text-decoration: none; color: #bb3301; font-size: 13px; }
.home #subfeatures #blogs { margin:0 0 20px; }
.home #subfeatures #blogs a { font-size:1.2em; }
.home #subfeatures #blogs .blogname a { font-weight:normal; text-decoration:none; font-size:12px; }
.home #subfeatures #blogs .blogname a:hover { text-decoration: underline; }

.home #store, .home #store-products, .home #feature-item, .home #features, .home #subfeatures { color:#555; }
.home #store h1 { margin-bottom: 10px; }
.home #store a.subscribe { font-weight: bold; text-transform: uppercase; color: #bb3301; font-size: 13px; background: url(/images/arrow_bb3301.gif) 0 3px no-repeat; padding-left: 10px; display: block; margin: 15px 0; }
.home #store img.issue { float: right; width: 86px; margin: 0 10px; }
.home #store p { float: left; margin: 0 0 10px 0; display: block; }

.home .subscribe-box { float: left; width: 303px; height: 210px; background: #f3fcbd url(http://www.taunton.com/media/NMH154_HomeSubForm.gif) top left no-repeat; margin-bottom: 15px; padding: 45px 0 0 12px; }
.home .subscribe-box img { float: right; margin: 0 10px 0 20px; }
.home .subscribe-box .form { float: left; width: 150px; }
.home .subscribe-box .form p a.email { font-size: 9px; font-weight: normal; }
.home .subscribe-box input.submit-button { padding: 7px 0 0 60px; }

.home #mag-extras { float: left; clear:both; }
.home #mag-extras h3 { display: inline; color:#BB3301; }
.home #mag-extras a, .home .store-feature p, .home #store-products a, .home .breaktime a { display: block; margin: 3px 0; padding: 0 0 0 10px; background: url(/images/arrow_1e264d.gif) 0 3px no-repeat; color: #555; }
.home #mag-extras a { font-weight:bold; font-size:13px; text-transform:capitalize; }
.home #mag-extras a.more { margin:5px 0; padding:0; background:url(/images/arrow_1e264d.gif) center right no-repeat; font-weight: normal; font-size:12px; width: 115px; }
.home .store-feature h3 { font-weight: bold; text-transform: uppercase; color: #bb3301; font-size: 13px; }
.home .store-feature a.image { float:left; width: 70px; margin:0 10px 10px 0; }
.home .store-feature a.image img { width: 70px; }
.home .store-feature p { width:250px; }
.home .store-feature p.first { background: none; padding: 0; margin: 0 0 5px 0; }
.home .store-feature p a { color:#2C3A7E; font-weight: bold; }
.home #store-products { float: left; padding: 10px; font-size: 12px;  }
.home #store-products h1 { margin-bottom: 10px; }
.home #store-products a.image { width: 70px; float: left; background: 0; margin: 0 10px 5px 0; padding: 0; }
.home #store-products p { float: left; width: 230px; }
.home #store-products p a { background: 0; padding: 0; font-weight: bold; }
.home #store-products a.red-with-arrow { display: block; color: #bb3301; font-weight: normal; background: url(/images/arrow_bb3301.gif) 0 3px no-repeat; padding: 0 0 0 10px; text-decoration: underline; margin: 15px 0 10px 0; }

.home #home-browse { font-size: 12px; border-bottom: 7px solid #a4b1de; float: left; margin-bottom: 15px; }
.home #home-browse .first-menu { background: #d8def2; float: left; padding: 10px; width: 305px; border-bottom: 3px solid #fff; }
.home #home-browse .menu { background: #d8def2; float: left; padding: 10px; margin-left: 3px; width: 121px; border-bottom: 3px solid #fff; }
.home #home-browse .menu a.category, .home #home-browse .first-menu a.category { color: #203691; font-weight: bold; }
.home #home-browse .menu a, .home #home-browse .first-menu a { display: block; margin: 2px 3px 2px 0; color: #292929; text-decoration: none; }
.home #home-browse .menu a:hover, .home #home-browse .first-menu a:hover { text-decoration: underline; }
.home #home-browse .first-menu p { float: left; width: 152px; margin: 0; }
.home #home-browse .menu p { float: left; margin: 0; }
.home #home-browse a.more-howto, .home #home-browse a.more-toolguide, .home #home-browse a.more-design { color:#a11e0d; background: url(/images/arrow_bb3301.gif) 0 3px no-repeat; padding: 0 0 0 10px; margin-top: 5px; }
.home .content-type { color: #be3300; }

.home .breaktime { margin:15px 0 10px; }
.home .breaktime h2 { font-weight: bold; text-transform: uppercase; color: #bb3301; font-size: 13px; margin-top: 0; }
.home #center .breaktime a { margin: 0 0 6px 0; font-weight:bold; font-size:13px; text-decoration:none; text-transform:capitalize; }
.home #center .breaktime a.more { margin-top: 15px; background:none; padding:0; text-decoration:underline; }
.home #box-top, .home #box-bottom { display: none; }
.home #box-bottom { background: none; border-left: 1px solid #4455a7; border-right: 1px solid #4455a7; border-bottom: 1px solid #4455a7; width: 194px; float: left; margin: 0 0 10px -2px; padding: 10px 0; clear: both; }
.home #box-bottom a { font-size: 12px; background: url(/images/arrow_related.gif) 0 5px no-repeat; padding-left: 10px; margin-left: 5px; }

.home #feature-product-list { background:none; width:290px; _width:285px; margin:10px 0 0; padding-bottom: 0; height: auto; }
.home #feature-product-list h2 { border:0; margin:0 0 10px 0; padding:3px 0; background:#006F92; color:#fff; letter-spacing:2px; width:290px; text-align:center; }
#right h2.magaz-xtra {padding:5px 10px; }
#right h2.magaz-xtra span { float:left; margin-top:2px; }
#right h2.magaz-xtra a { float:right; } 
.home #feature-product-list a.image { background:none; height:75px; margin:0; padding:0; width:85px; }
.home #feature-product-list p a { font-weight:normal; }
.home #feature-product-list span.details { display:block; background:#fff; }
.home #feature-product-list span.reviews, .home #feature-product-list a.more { display: none; }

.home #eletter { float: left; border-top: 1px solid #a9a4a1; padding: 15px; clear: both; width: 583px; }
.home #eletter p { background: #f9edab; float: left; width: 563px; color: #2c3569; font-size: 15px; padding-left: 20px; }
.home #eletter p a.image img { float: left; display: block; width: 87px; margin-right: 15px; }
.home #eletter p span.text { display: block; margin-top: 10px; }
.home #eletter p a { color: #2c3569; font-weight: bold; text-decoration: none; }
.home #eletter p a span { text-decoration: underline; }
.home #eletter p a img.arrow { position: relative; top: 3px; }

.home #subfeature-videos .sponsor-ad { float: right; }
.home #subfeature-videos h1 { width: 45%; }

/* SERENDIPITY */
.serendipity { width:950px; display:block; margin:0 auto 12px; position:relative; }
.serendipity .scroller-content { float:left; width:880px; display:none; visibility:hidden; }
.serendipity .scroll-prev-five, .serendipity .scroll-next-five { cursor:pointer; float:left; height:102px; text-indent:-9999px; width:23px; }
.serendipity .scroll-prev-five { background: url("/images/serendipity_scroll_prev.gif") no-repeat left center; margin-right:7px; }
.serendipity .scroll-next-five { background: url("/images/serendipity_scroll_next.gif") no-repeat left center; margin-left:-3px; position:absolute; right:0; top:0; }
.serendipity ul.thumbnails { list-style-type: none; margin: 0; padding: 0; }
.serendipity ul.thumbnails li { display:none; cursor:pointer; float:left; margin-right:10px; width:170px; height:auto; min-height:133px !important; }
.serendipity ul.thumbnails li img { border: 1px solid #bbb; display: block; vertical-align: bottom; width:168px; height:98px; background:#eee; margin:0 0 3px; }
.serendipity .scroller-content a.image { width:168px; height:98px; }
.serendipity ul.thumbnails li.first { visibility: hidden; }
.serendipity ul.thumbnails li span.title { display:block; width:168px; clear:both; text-align:center; height:auto; min-height:30px; font:12px arial,helvetica,sans-serif; }


/*============================================================================================================*/

#sub-links { float: left; width: 250px; }
.mag-info { float: right; font-weight: bold; width: 215px; height: 60px; background: url(/images/bg_header_sublinks.gif) top right no-repeat; margin-right: 10px; padding: 0 0 0 15px; z-index:9; position: relative; }
.mag-info a, .mag-info a:visited { color: #fcdf88; text-decoration: none; display: block; margin: 8px 0; font-size: 12px; }
.mag-info a:hover { text-decoration: underline; }
.mag-info a img { margin-left: 10px; }

#topnav .online-member { float: right; background: url(/images/bg_online_member_header.gif) top left no-repeat; width: 212px; height: 46px; padding-right: 12px; text-align: right; margin-right: 15px; margin-top: 3px; }
#topnav .online-member a.linked-heading { display: block; height: 13px; margin: 7px 0 3px 8px; }
#topnav .online-member a.text-link { color: #293461; background: url(/images/arrow_293461.gif) 100% 3px no-repeat; padding-right: 8px; }

/*to fix z-index issue with google search auto-complete box in FF*/
.gsc-completion-container { z-index: 5000010; }

#howto-menu li.indent { margin-left: 8px; }

#topnav .site-upgrade-link { padding-left: 5px; font-weight: bold; }
#topnav #site-upgrade-text { float: left; position: absolute; padding: 15px; background: #eff2fb; line-height: normal; color: #1f264e; margin-top: 8px; *margin-top: 0px; width: 325px; z-index: 1025; }
#topnav #site-upgrade-text p { margin: 0; }
#topnav #site-upgrade-text a { color: #1f264e; }
#topnav #site-upgrade-text .close { width: 100%; text-align: center; }

/*slim version*/
#topnav-slim { background-color: #2C356C; clear: both; width: 950px; height: 158px; position: relative; top: 0; font-size: 11px; margin: 0; position: relative; z-index: 5000000; }
#topnav-slim a span { display: none; }
#topnav-slim #welcome-and-logo { width: 950px; height: 30px; color: #fff; }
#topnav-slim #welcome-mat { margin-left: 15px; float: left; width: 76%; line-height: 20px; }
#topnav-slim #sub-links { width: 22%; line-height: 20px; }
#topnav-slim #sub-links a { color: #fff; font-weight: bold; vertical-align: top; *vertical-align: middle; }
#topnav-slim #sub-links img { position: relative; margin-right: 2px; }
#topnav-slim #logo { float: left; width: 281px; height: 28px; margin: 0 10px 0 13px; }
#topnav-slim #menu-items { float: left; /*line-height: 30px; color: #fff; margin: 0 7px;*/ width: 646px; top: 0; margin: 0; }
#topnav-slim ul#navmenu { margin: 0; }
#topnav-slim .browse-menu { position: absolute; top: 57px; left: 303px; z-index: 5000000; } 
#topnav-slim #videos-menu { left: 520px; }
#topnav-slim #blogs-menu { left: 595px; }
#topnav-slim img.promo { float: left; position: relative; left: -10px; margin: 10px -20px -10px 0; }
#topnav-slim .advertising-leaderboard { background-color: #e6e7f0; padding: 0 10px; }
#topnav-slim .ad { float: left; width: 728px; }
#topnav-slim #header-search { float: left; width: 185px; height: 70px; padding-top: 20px; position: relative; background: none; text-align: left; top: 0; font-size: 11px; color: #363636; text-transform: none; font-family: Helvetica, Arial, sans-serif; z-index: 1; }
#topnav-slim #header-search form input.text-box { vertical-align: top; margin: 3px 0; width: 170px; }
#topnav-slim #header-search form input.img { width: 66px; }

.body_text { font-size: 12px; } /* ?? TOBE REMOVED */
.body_text_air { font-size: 12px; font-weight: normal; line-height: 18px }
#main-content3 { margin:0 20px; }
#mag-sub-widget { padding-top:20px !important; clear: both; }


/* Facebook Like Button */
.toolguide #frafbLike { vertical-align: middle; margin-left: 0 !important; }
.howto #frafbLike, .design #frafbLike { vertical-align: middle; }
#narrow-header #frafbLike { vertical-align: middle; }
.howto #narrow-header #frafbLike, .design #narrow-header #frafbLike, .howto #narrow-header #frafbLike { float: none; margin-right: 0; margin-left: 0 !important; }
.toolguide .browseall #narrow-header #frafbLike,
.design .browseall #narrow-header #frafbLike,
.howto .browseall #narrow-header #frafbLike { float: none; margin-right: 0; margin-left: 10px !important; }

/*Links*/ 
a:visited { color: #69709b; }
#center a { text-decoration:underline; color:#555; }
#template #breadcrumbs a:visited, #static #left #leftnav a:visited, #how-to-topic #narrow-header a:visited, #how-to-topic #left #leftnav a:visited { color: #fed37f; }
#email-print a:visited, .related-product-block a:visited, #static #main-content a:visited, #static #leftnav a:visited, #how-to-topic #leftnav a:visited, .result a:visited, .tab-content a:visited, #narrow-header a:visited, #center-sponsored-links a:visited, #right-sponsored-links a:visited, .panelPopup .panelPopupTeaser h2 a:visited, #breadcrumbs a:visited, .related-topics a:visited, .related-content a:visited, #join-teaser a:visited, .login a:visited { color: /*red */#69709b; }

/*Ads*/
#advertising-skyscraper { float: left; width: 160px;  text-align: center; font-size: 10px; margin-left: 10px; _margin: 10px 0; background-color: #eaebed; }
.advertising-leaderboard.top div { float: left; width: 728px; }
#ctl00_subAd, #ctl00_subAd img { float: right; width: 205px; height: 90px; }


#center-sponsored-links { background: #fdf8d1; width: 445px; height: 95px; margin: 0 -30px 20px 0; display: none; padding: 10px; position: relative; left: -15px; }
#right-sponsored-links, #right-sponsored-links-bottom, #right-sponsored-links-top { float: left; /*background: #fdf8d1;*/ width: 160px; /*height: 220px;*/ margin: 0 6px 10px 0; /*padding: 10px;*/ }
#center-sponsored-links a, #right-sponsored-links a, #right-sponsored-links-bottom a, #right-sponsored-links-top a { color: #000; font-weight: bold; text-decoration: underline; }
#center-sponsored-links b, #right-sponsored-links b, #right-sponsored-links-bottom b, #right-sponsored-links-top b { color: #0b1649; font: bold 9px Helvetica, Verdana, Arial, Sans-serif; }
.article #right-sponsored-links-bottom, .tip  #right-sponsored-links-bottom, .video  #right-sponsored-links-bottom, .qa  #right-sponsored-links-bottom, .letter #right-sponsored-links-bottom, .author #right-sponsored-links-top, .author-right #right-sponsored-links-top, .home #right #right-sponsored-links-top, .search #right-sponsored-links-top, .toolguide .browse #right-sponsored-links-top, .design .browse #right-sponsored-links-top, .product-finder #right-sponsored-links-top, .product #right-sponsored-links-top, .index #right-sponsored-links-top { display: none; }

/*email-print bar*/
#email-print { margin:0 0 10px; font-size:11px; float:left; width:580px; height:24px; background:#006F92; border:1px solid #0B0D65; text-transform:uppercase; padding:3px 0 3px 20px; }
#email-print a { margin-right:20px; color:#fff; height:20px; padding:5px 0 5px 28px; text-decoration:none; }
.slideshow-head #email-print a { color:#555; height:20px; margin-right:10px; padding:2px 0 2px 20px; }
#ctl00_phMainContent_tlLinks_aEmail { background: url(/images/icon_email.gif) left center no-repeat; }
#ctl00_phMainContent_tlLinks_aPrinter { background: url(/images/icon-print.gif) left center no-repeat; }
#ctl00_phMainContent_tlLinks_hlAddFavorites { background: url(/images/icon-add-favorite.png) left center no-repeat; }

/* Breadcrumb Look */
#breadcrumb-look { width:600px; }
#breadcrumb-look a { color:#006f92; font-size:12px; border-left:1px solid #006f92; padding-left:10px; margin-left:5px; }
#breadcrumb-look #ctl00_phMainContent_tbNarrow_aBrowseAll { border:0; padding:0; margin:0; }
#breadcrumb-look a.browse-topic-text { border-right:1px solid #006f92; }
.product #breadcrumb-look { margin:0 0 10px 0; }

/*Images*/
.image-lead { float: right; width: 300px; margin: auto 0 15px 10px; }
.image-lead-thumb { width: 180px; font-size: 10px; text-align: center; }
.image-lead-thumb img { margin: 0 0 2px 5px; }
.image-vertical { float: right; width: 250px; margin: auto 0 15px 10px; }
.image-2up { float: left; width: 250px; margin: 15px 0; }
.image-1up { float: none; width: 400px; margin: 15px 0 15px 0; }
.image-small { float: right; width: 145px; margin: auto 0 15px 10px; }
.image-lead img, .image-vertical img, .image-2up img, .image-1up img, .image-small img { margin-bottom: 8px; }
.caption, #caption { display: block; color: #3242A4; width: 96%; font-size: 11px; font-weight: bold; }

img.zoom-icon { float: right; width: 14px; margin-left: 6px; }

/*Text treatments*/
.subHead { font-weight: bold; font-size: 17px; }
.byline { display: block; font-style: italic; font-weight: normal; color: #5a5c69; margin: 0; }
#center .byline  a { text-decoration:none; }
.teaser { font-weight: bold; color: #000; display: block; }
.description { float: left; width: 170px; margin: 0; }
.teenytinyCredit { font-size: 9px; color: #999; font-weight: normal; }
.contentSection { margin: 20px 0 0 0; width: 100%; }
.Article_Text { margin-top: 0; }
.Article_Text p { margin: 0 0 10px 0; }
.calloutQuote { margin: 20px 40px; text-align: center; color: #c72309; font-weight: bold; font-size: 12px; line-height: 18px; }
#Article_Credits { margin: 20px 0 0 0; color: #0a103a; }
#Article_Credits { font-style: italic; }
.issue-link { color: #3B4CB3; text-decoration: underline; }
.download { margin: 20px auto; }
.country { text-transform: uppercase; }
#publication-date { color: #999999; font-weight: bold; margin: 4px 0; }
#photo-credit { color: #5a5c69; margin: 10px 0; }
.red-with-arrow { display: block; color: #ad2601; font-weight: bold; background: url(/images/arrow_ad2601.gif) 0 3px no-repeat; padding: 0 0 0 10px; text-decoration: underline; margin: 0 0 15px 0; }
.content-type { text-transform: uppercase; font: bold 12px Helvetica, Verdana, Arial, Sans-Serif; text-decoration: none; }
.qa .qanda .first-letter, .qa .qanda .first-letter { color: #3242A4; font-size: 18px; font-weight: bold; }

/*colored heading block throughout site*/
#narrow-header { position:relative; margin:0; width:600px; padding:0; color:#0b0d65; background:#fff; }
#narrow-header .narrow-head { padding:0 0 10px; }
#narrow-header h1 { font-size:28px; margin:0; display:inline; padding:0 10px 0 0; text-transform:uppercase; }
#narrow-header a.browse { background: url(/images/arrow-blue-big.gif) right center no-repeat; color:#0b0d65; float:right; text-decoration:none; padding:0 10px 0 0; font-weight:bold; } 
.design .browse #narrow-header a.browse, .howto .browse #narrow-header a.browse { margin-bottom:5px; }
#narrow-header a.paging { font-size: 11px; color: #fff; margin: 0; padding: 3px; }
#narrow-header .current { font-weight: bold; color: #fff; border: 1px solid #fed37f; padding: 3px 5px; }
.design .browseall #narrow-header h1, toolguide .browseall #narrow-header h1, .howto .browseall #narrow-header h1 { display: inline; }
.toolguide .browse #narrow-header, .product-finder #narrow-header { padding:0; }
.toolguide .browse #narrow-header tabel, .product-finder #narrow-header tabel { border-bottom: 2px solid #326881; }
.toolguide .browse #narrow-header h1, .product-finder #narrow-header h1 { padding-left:0; padding-bottom: 8px; }
.product-finder #narrow-header .current { display:none; }

/* ITEM level page specific*/
.article #left, .readertip #left, .qa #left, .video #left, .author #left, .product #left, .lettertotheeditor #left, .interview #left { display: none; }
.article #center, .readertip #center, .qa #center, .video #center, .author #center, .lettertotheeditor #center, .interview #center { float:left; width:600px; padding:0; font-size:10.5pt; }
.article h2, .qa h2, .video h2 { font-weight:bold; font-size:17px;  margin:0; }
.article h3.articleHead, #collection h3.articleHead, .lettertotheeditor h3.articleHead, .interview h3.articleHead { margin:0; font-size:16px; }
.article .byline, .readertip .byline, .video .byline, .qa .byline, #collection .byline, .lettertotheeditor .byline, .interview .byline { color: #050C2F; margin: 10px 0; }
.article .left-img { float:left; width:385px; margin-right:10px; }
.article .left-img img { width:auto; /*width:385px;*/ }
#issueCredits { font-size:12px; }
table.table-img-credits td { vertical-align:bottom; }
table.table-img-credits .not-log-in, .readertip .not-log-in, .qa .not-log-in { margin-top:0 !important; }
.not-log-in { float:left; font-size:13px !important; width:205px; margin-top:190px; }
.download-link { text-align:center; font-size:12px; }
.download-link img.download-pdf-img { float:left; }
.download-link .download { margin:0; padding:80px 0 0; }
.member-only-caption { margin:10px 0 -5px; }
form.article #right .breaktime { width:160px; clear:none; float:right; padding:0; }
form.article #right .breaktime h2 { padding-left:5px; }
.article .slideshow { width: 530px; min-height:500px; height:auto !important; max-height:800px; padding: 10px 0 0 0; }
.article .slideshow .image-1up { width: 515px; text-align: center; margin: 0 auto; }
.article .slideshow .previous { float: left; }
.article .slideshow .next { float: right; }
.article .slideshow .number { font-size: 10px; }

/* PAGINATION in item level pages*/
.paging-content { float:left; font-weight:bold; width:590px; padding:0 10px 0 0; margin:0; color:#006F92; text-align:right; }
#center .paging-content a, #center .paging-content span.current { color:#006F92; padding:0 5px; } 
#ctl00_phMainContent_lblNext_bot, #ctl00_phMainContent_lblNext_top { padding:0; }

/*panels and panelpopups*/
.panelLite, .panel { margin: 10px 0; display: block; clear: both; }
.panelLite h2 { margin: 0 0 10px 0; }
.panel h2 { margin-top: 0; }
.panelLite .iimage, .panel .iimage { padding: 0 4px 10px 3px; }

.panelPopup { float: none; display: block; clear: both; width: 100%; }
.panelPopup .panelPopupTeaser { color: #ad2601; float: left; display: block; height: 20px; /*margin: -4px 0 0 0;*/ padding: 0 0 0 10px; }
.panelPopup .panelPopupTeaser a { color: #ad2601; font-size: 12px; float: left; font-weight: bold; }
.panelPopup img.moreImg { float: left; }
.panelPopup .Article_Text { display: none; }

/*panelpopup DHTML styles*/ /*clean this up like FC when implement global styles css*/
.dhtmlwindow { position: absolute; border: 1px solid black; visibility: hidden; background-color: white; }
.drag-handle { /*CSS for Drag Handle*/ font-weight: bold; font-size: 15px; padding: 4px; cursor: move; overflow: hidden; width: auto; text-align: left; background-color: #3b4cb3; color: #fff; }
.drag-handle .drag-controls { /*CSS for controls (min, close etc) within Drag Handle*/ position: absolute; right: 1px; top: 5px; cursor: hand; cursor: pointer; }
.drag-contentarea { /*CSS for Content Display Area div*/ border-top: 1px solid black; background-color: white; height: 150px; padding: 8px 25px; overflow: auto; text-align: left; }
.drag-statusarea { /*CSS for Status Bar div (includes resizearea)*/ border-top: 1px solid gray; background-color: #F8F8F8; height: 13px; /*height of resize image*/ }
.drag-resizearea { /*CSS for Resize Area itself*/ float: right; width: 13px; /*width of resize image*/ height: 13px; /*height of resize image*/ cursor: nw-resize; font-size: 0; }

/*Lightbox/'Click to enlarge' styles*/ /*clean this up like FC when implement global styles css*/
#lightbox { position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#lightbox a img { border: none; }
#outerImageContainer { position: relative; width: 250px; height: 250px; margin: 0 auto; background-color: #fdf8d1; }
#imageContainer { padding: 10px; }
#loading { position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav { left: 0; }
#hoverNav a { outline: none; }
#imageDataContainer { margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; font: 10px Helvetica, Arial, Verdana, sans-serif; background-color: #fdf8d1; }
#imageData { padding: 0 10px 10px 10px; display: block; float: left; color: #3242A4; }
#imageData #imageDetails { width: 80%; float: left; text-align: left; }	
#imageData #caption { font-weight: bold; }
#imageData #numberDisplay { display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose { width: auto; float: right; padding-bottom: 0.7em; }
#imageData #bottomNavClose img { width: 121px; height: 20px; }

/*product attribution in item level pages*/
#product-attribution { width: 433px; background: #fef6d5; padding: 8px 15px; border: 1px solid #a72f0d; font-size: 13px; float: left; }
#product-attribution h4 { font-size: 13px; margin: 2px 0; color: #4b4b4d; font-weight: bold; }
#product-attribution a { color: #0b4cb8; }
#product-attribution .product-image img { margin: 0 15px 0 0; float: left; }
#product-attribution .product-content { float: left; width: 313px; }
.buy-now-button { margin: 10px 0; }

/*product finder module in item level pages*/
.product #feature-product-list, .browse #feature-product-list, .article #feature-product-list, .qa #feature-product-list, .video #feature-product-list, .readertip #feature-product-list { width: 306px; background: #fff url(/images/teal_box_top_smaller.gif) top left no-repeat; border: 8px solid #326881; margin: 0; padding-bottom: 10px; height: auto; }
.product #feature-product-list h2, .browse #feature-product-list h2, .article #feature-product-list h2, .qa #feature-product-list h2, .video #feature-product-list h2, .readertip #feature-product-list h2 { position: relative; top:-10px; margin: 0; padding: 0 0 8px 4px; background: #326881; color: #fff; font-size: 16px; width: 302px; left:-13px; }

.product #feature-product-list a.more, .browse #feature-product-list a.more, .article #feature-product-list a.more, .qa #feature-product-list a.more, .video #feature-product-list a.more, .readertip #feature-product-list a.more { display: none; } 

.product #box-top, .browse #box-top, .article #box-top, .qa #box-top, .video #box-top, .readertip #box-top { background: url(/images/teal_box_top_smaller.gif) top left no-repeat; width: 322px; height: 9px; float: left; margin: 0; }
.product #box-bottom, .browse #box-bottom, .article #box-bottom, .qa #box-bottom, .video #box-bottom, .readertip #box-bottom { background: #326881 url(/images/teal_box_bottom_smaller.gif) bottom left no-repeat; width: 302px; height: 37px; float: left; margin: 0 0 10px 0; padding: 0 10px 5px 10px; }
.product #box-bottom a, .browse #box-bottom a, .article #box-bottom a, .qa #box-bottom a, .video #box-bottom a, .readertip #box-bottom a { color: #fff; font-weight: bold; font-size: 12px; background: url(/images/arrow_fff.gif) 0 3px no-repeat; padding-left: 10px; }

/*related content and related product boxes*/
#related-content { width: 285px; background: #1f264e; color: #fff; margin: 0 15px 10px 0; padding: 10px 15px 15px 15px; }
#related-content h5 { color: #fff; font-weight: bold; font-size: 11px; display: block; margin: 0; padding: 0; }
#related-content .tabbing h5 { color: #b7bedf; font-weight: bold; font-size: 11px; display: block; margin: 0; padding: 0; }
#center .related-content .byline, #collection .related-content .byline { margin: 0; }
.related-content-link, .ctl00_phLeftNav_TaxMenu_1 { display:block; color:#fed37f; font-weight:bold; padding:2px 0 5px 0px; }
.related-content-link:hover, .ctl00_phLeftNav_TaxMenu_1:hover { /*background: url(/images/arrow_related.gif) left 3px no-repeat;*/}
#main-content .related-content-link { display:inline; float:none; color:#1a2765; font-weight:bold; margin:0; padding:0; width:auto; }
.related-topics { margin-top:15px; border-top:1px solid #006F92; }
#center .related-topics a { color:#006f92; }
.related-topics, .related-content { padding: 15px 0 0 0; }
.related-topics h5 { display: inline; }
#related-tabs { float:left; width:285px; background: #1f264e; font-size: 10px; line-height: normal; margin: 10px 0 0 0; }
#related-tabs ul { margin: 0; padding: 0; list-style: none; }
#related-tabs li { float: left; margin: 0 4px 0 0; padding:0 0 0 5px; width: auto; border: 1px solid white; }
#related-tabs a { float: left; display: block; padding: 5px 5px 4px 1px; text-decoration: none; font-weight: bold; color: #fed37f; }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#related-tabs a { float: none; color: #fed37f; }
/* End IE5-Mac hack */
#related-tabs .current { background: #fff; color:#1f264e; }
#related-tabs .current a { color:#1f264e; /*padding-bottom:5px; for extension in reverse colors*/ }
.tab-content { background: #fff; width: 265px; color: #000; margin: -2px 0 0 0; *margin: -6px 0 0 0; padding: 10px; }
.tab-content a { font-weight: bold; display: inline-block; color: #1f264e; /* for Mac/FF img overlap issue */ letter-spacing: .1px }
.tab-content img { display: inline; }

.related-product-block { display: block; margin: 0 0 10px 0; width: 335px; clear: both; }
.related-product-block p { float: left; width: 140px; margin: 0 18px 5px 0; }
.related-product-block a { display: block; color: #1a2765; font-weight: bold; padding: 2px 0 3px 0; text-decoration: underline; }
.related-product-block a.red-with-arrow { padding-left: 10px; color: #ad2601; }

.related-product-block .item  { width: 565px; border-top: 1px solid #868eb9; }
.related-product-block .item p { width: 130px; margin: 5px 10px 5px 0; }
#center .related-product-block.item a.more { display: inline; color: #ad2601; font-size: 12px; text-decoration: none; }
#center .related-product-block.item a.more:hover { text-decoration: underline; }


.feature-3up p a, #feature-4up p a, #feature-4up a.more, #feature-4up a.more-design, #feature-product-list a, #feature-list p a, #feature-1up p a, #feature-faq a, #feature-special ul li a, .toolguide .breaktime a, .design .breaktime a, .howto .breaktime a, #feature-rotating a, #feature-list-simple p a, #subfeature-list p a, #subfeature-videos p a { color:#555; font-weight:bold;  font-size:14px; text-decoration:none; }

.feature-3up { clear:both; width:600px; padding:0 0 15px; }
.feature-3up h1 { margin: 10px 0; }
.feature-3up p { width: 180px; float: left; margin: 0 14px 0 0; }
.toolguide #center .feature-3up p a { text-decoration:none; }
.feature-3up p a.image { text-decoration: none; padding-bottom: 5px; display: block; }

.vsw-ads { border:1px solid #bbb; padding:10px 15px; margin:0 0 10px; }
#right .special-sections, #right #vsw-ads { clear:both; }
#feature-4up { clear: both; margin: 0; width:600px; padding:0 0 15px; }
#feature-4up h1 { margin: 10px 0; width: 68%; }
#feature-4up p { width:106px; float:left; margin:0 19px 0 0; font-size:12px; }
#feature-4up p a { display: block; margin-bottom: 3px; }
#feature-4up p a.image { text-decoration: none; display: block; }
#feature-4up p a.image img { width:106px; height:106px; }
#feature-4up a.more, #feature-4up a.more-design { background: url(/images/arrow_1e264d.gif) 0 3px no-repeat; padding-left: 10px; margin: 15px 22px 0 0; font-size: 12px; float: right; }
.howto #feature-4up a.more { background: url(/images/arrow_1e264d.gif) no-repeat center right; padding-right: 10px; margin: 15px 22px 0 0; font-size: 12px; float:left; }
.howto .index a.more-design, .toolguide .index a.more-design, .design .index a.more { display: none; }
.howto #feature-4up p, #feature-4up p a, #feature-4up a.more { font-weight:normal; font-size:12px; }
.howto #feature-4up p { margin-right:12px; }
.howto h2, .design h2, .toolguide h2 { margin-top:0 !important; }
 
#feature-product-list { float: left; width: 278px; height:auto; background: #dbe0e2; margin: 5px 0 5px 10px; _margin: 5px; padding-bottom: 10px; }
#feature-product-list p { float:left; width:85px; margin:0 10px 10px 0; }
#feature-product-list a { font-size: 12px; text-decoration: none; }
#feature-product-list a:hover { text-decoration: underline; }
#feature-product-list a.image { width: 122px; height: 116px; background: url(/images/bg_product_image.gif) top left no-repeat; float: left; text-align: center; padding-top: 6px; margin: 0 6px; display: block; } 
#feature-product-list a.more { font-weight: normal; text-decoration: underline; }
#feature-product-list .reviews { display: block; margin-bottom: 8px; }
#feature-product-list .reviews a { font-weight: normal; }
.product #feature-product-list .subhead { font-size: 12px; padding-right: 10px; }
.toolguide .index #feature-product-list a.more { float: left; margin-top: 10px; }
.toolguide #feature-product-list { float:left; width:280px; background:#e4eef1; margin:0; padding:10px; }
.toolguide #right #feature-product-list { padding:10px 13px; }
.toolguide #product-finder #feature-product-list h2 { font-size:12px; color:#006f92; background:none; border:0; text-transform:uppercase; font-weight:bold; display:block; margin:0; padding:5px; }
.toolguide #feature-product-list p { width:280px; } 
.toolguide #feature-product-list .stars { width: 100%; }
.toolguide #feature-product-list a.image { float:left; }
.toolguide #feature-product-list span.details { float:left; width:146px; }
#right #feature-product-list .stars { width: 100%; }

#feature-list { clear: both; width:600px; padding-bottom:15px; }
#feature-list p.image { width:180px; margin:0 10px 0 0; float:left; display:block; }
#feature-list p.image img { width:180px !important; }
#feature-list .links { float: left; width: 400px; }
#feature-list .links p { margin-top:0; }
#feature-list h1 { margin-top: 10px; }

#project-gallery { clear: both; width:600px; padding-bottom: 15px; }
#project-gallery p.image { width: 180px; margin-right: 10px; float: left; display: block; margin-top: 10px; }
#project-gallery .links { float: left; width: 400px; }
#project-gallery h1 { margin-top: 10px; float:left; }
#project-gallery .post { float: right; margin:6px 10px 0 0; }
#project-gallery ul { list-style:none; width: 100%; margin: 0; padding: 0; }
#project-gallery li { float: left; width: 75px; margin: 10px 10px 10px 0; padding: 0; }
#project-gallery li img { float: left; width: 75px; margin: 0; padding: 0; }
#project-gallery li a { text-decoration:none; font-size: 11px; }
#project-gallery li span { display:none; }
#project-gallery .view-all { float:left; clear: left; text-decoration:none; background: url(/images/arrow_1e264d.gif) right 4px no-repeat; padding-right: 12px; font-weight:bold; }

.feature-block { float: left; width: 100%; padding:0 0 15px; }

#feature-1up { width:288px; float:right; padding-left:20px; }
#feature-1up a.image { float: right; width: 110px; margin-left: 15px; margin-bottom: 5px; }
#feature-1up p.link { background: url(/images/arrow_1e264d.gif) 0 3px no-repeat; padding-left: 12px; width: 260px; }
.design #feature-1up { float:left; padding:0 20px 0 0; }


#feature-1up-plus { width:600px; padding:0 0 15px; font-size:14px; }
#feature-1up-plus h1 { margin: 10px 0; }
#feature-1up-plus .image { float: left; width: 347px; margin-right: 12px; }
#feature-1up-plus a.main-link { display: block; font-weight: bold; font-size:16px; }
#feature-1up-plus .subhead { font-size: 15px; }
#feature-1up-plus p.link { float: left; background: url(/images/arrow_1e264d.gif) 0 3px no-repeat; padding-left: 12px; margin-top: 5px; margin-bottom: 0; width: 220px; }
#center #feature-1up-plus a { text-decoration:none; }

#feature-faq { width:288px; float:left; } 
#feature-faq a { display: block; margin: 0 0 5px 0; }
#feature-faq .first-letter { font-weight:bold; color:#006f92; }
#feature-faq .byline { margin-bottom:5px; }
#feature-faq a.more { display: inline; background: url(/images/arrow_1e264d.gif) 0 3px no-repeat; padding: 0 10px; }
.design #feature-faq a { margin:0; }
.design #feature-faq .byline { margin-bottom:0;  font-style:normal; }

#feature-special { clear: both; width:600px; padding:0 0 15px 0; }
#feature-special ul { float: right; width: 285px; padding:0 10px 0 0; list-style-image: url(/images/arrow_1e264d.gif); list-style-position: outside; margin: 0; }
#feature-special ul li { margin-bottom: 15px; }
#feature-special #image-block { float: left; width: 276px; }
#feature-special .large-image { width: 180px; float: left; }
#feature-special .small-images { width: 87px; float: right; }
#feature-special .small-images img { width: 87px; height: 87px; }

.toolguide .breaktime, .design .breaktime, .howto .breaktime { clear:both; color:#555; margin:0; padding:10px 0; width:336px; }
.toolguide .breaktime h2 , .design .breaktime h2, .howto .breaktime h2 { margin-bottom: 10px; }
.toolguide .breaktime a, .design .breaktime a, .howto .breaktime a { display: block; background: url(/images/arrow_1e264d.gif) 0 3px no-repeat; margin: 0 0 6px 0; padding: 0 0 0 10px; }
.toolguide .breaktime a.more, .design .breaktime a.more, .howto .breaktime a.more { background: 0; font-weight: normal; margin-top: 10px; }
#right .breaktime a.more { font-weight:bold; text-decoration:underline; display:block; }

#feature-rotating { clear: both; width: 603px; padding: 10px 0 15px 10px; border-bottom: 1px solid #a9a4a1; height: 430px; }
#feature-rotating .main-feature img { width: 591px; height: 371px; float: left; }/*remove image sizes once images are ready*/
#feature-rotating span { display: block; float: left; margin-left: 10px; line-height: normal; vertical-align: middle; padding-top: 8px; width: 470px; }
#feature-rotating #numbers { padding: 0; margin: 0; float: left; }
#feature-rotating #numbers a, #feature-rotating #numbers #pausePlay { border-left: 1px solid #1f264e; border-right: 1px solid #1f264e; border-bottom: 1px solid #1f264e; height: 31px; float: left; padding: 7px 5px; text-decoration: none; margin: 0; background: #dfe2f0; }
#feature-rotating #numbers a.current { background: #fbf9dc; }
#feature-rotating #numbers #pausePlay img { width: auto; cursor: pointer; }

#feature-list-simple { width:288px; float: left; }

#subfeature-list { float: left; padding: 10px; font-size: 12px; border-bottom: 1px solid #a9a4a1; }
#subfeature-list h2 { margin-bottom: 10px; }
#subfeature-list p { float: left; width: 185px; margin: 0 0 10px 0; }
#subfeature-list a.image { float: left; width: 110px; margin-right: 10px; margin-bottom: 10px; display: block; }

.toolguide .index #subfeature-list, .design .index #subfeature-list { border-bottom: none; }

#subfeature-videos { float: left; margin: 0; padding: 10px; width: 316px; }
#subfeature-videos .video-content { display: none; }
#subfeature-videos ul { list-style-type: none; float: left; padding: 0; margin: 0; }
#subfeature-videos ul li { float: left; margin-right: 6px; padding: 0; width: 68px; }
#subfeature-videos .button { border: 0; }
#subfeature-videos .buttonActive img { border: 4px solid #a12a09; }
#subfeature-videos a.image { width: 180px; float: left; margin-right: 10px; }
#subfeature-videos p { width: 120px; margin: 0; float: left; }
#subfeature-videos #active-content { float: left; display: block; margin: 8px 0; min-width: 180px; min-height: 180px; } 

#topic-list a { display: block; color: #1f264e; text-decoration: none; }
#topic-list a:hover { text-decoration: underline; }
#topic-list a.more-toolguide, #topic-list a.more-howto, #topic-list a.more-design { color: #ad2601; font-weight: bold; font-size: 12px; background: url(/images/more_arrow.gif) 0 1px no-repeat; padding: 0 0 0 20px; margin-top: 5px; }
#topic-list .column { width: 170px; float: left; padding: 0 12px 0 0; }


/*How-To Channel home page*/
.howto #topic-list { background: #dbe0e2; width: 548px; padding: 15px; margin-left: 18px; _margin-left: 9px; float: left; }
.howto .bl { background: url(/images/gray_box_bottom.gif) 18px 0 no-repeat; height: 8px; float: left; width: 596px; }
.howto #topic-list a.more-toolguide, .howto #topic-list a.more-design { display: none; }

.howto #feature-1up a.image { width: 97px; }
.howto #feature-1up a.image img { width: 97px; height: 97px; }
.howto #feature-1up a.more { font-weight: normal; }
.howto #feature-1up p.link { margin: 3px 0; }

.howto #feature-list p.image { width: 180px; margin:0 5px 0 10px; float: right; display: block; }

/*Tool Guide Channel home page*/
.toolguide #topic-list { background: #dbe0e2; width: 548px; padding: 15px; margin-left: 18px; _margin-left: 9px; float: left; }
.toolguide .bl { background: url(/images/gray_box_bottom.gif) 18px 0 no-repeat; height: 8px; float: left; width: 596px; }
.toolguide #topic-list a.more-howto, .toolguide #topic-list a.more-design { display: none; }
.toolguide #product-finder { width:600px; background:#99ccdd; margin:0 0 10px; }
.toolguide #product-finder h2 { margin-bottom:0; }
.toolguide #product-finder .search { float: right; width: 285px; /*height: 38px;*/ padding:0; text-align: right; }
.toolguide #product-finder .search input { width: 155px; }
.toolguide #product-finder .search .sponsor { float: right; color: #fff; vertical-align: middle; display: block; height: 30px; margin: -5px 0 5px 0; }
.toolguide #product-finder .search .sponsor span { float:left; margin: 5px; /*position: relative; top: -10px;*/ }
.toolguide #product-finder .header { padding:0 10px 10px; }
.toolguide #product-finder div.subhead { color:#006f92; font-size:14px; margin:5px 0; font-weight:bold; width:550px; }
.toolguide #product-finder hr { height: 1px; color: #6ba9c6; border-top: 1px solid #6ba9c6; width: 97%; text-align: center; }

/*Design Channel home page*/
.design #topic-list { background: #e6e3df; width: 548px; padding: 15px; margin-left: 18px; _margin-left: 9px; float: left; }
.design #project-gallery li { margin-top:0; }
.design .bl { background: url(/images/box_bottom_e6e3df.gif) 18px 0 no-repeat; height: 9px; float: left; width: 596px; }

/*Video Channel home page*/
#video {}
.videoHomeContainer { float:left; width:600px; margin:0 0 15px 0; padding:0; }
#video .advertisingLrec { clear:none; float:right; width:336px; margin:52px 0; }
.flashPlayer { width:600px; height:383px; float:left; margin:0; z-index: 5; } 
.flashPlayer #join-box { padding:100px 15px; margin:0; }

#advertiser-videos { width:948px; height:116px; border:1px solid #006f92; padding:0; margin:0 0 20px; }
#advertiser-videos .text { background:#e4f2f6; border-right:1px solid #006f92; float:left; width:223px; height:101px; padding:15px 3px 0 15px; }
#advertiser-videos h2 { font:bold 14px arial; color:#006f92; text-transform:uppercase; margin:0 0 5px; }
#advertiser-videos h3 { font:normal 13px arial; color:#555;  margin-top:0; }
#advertiser-videos .scroller { float:left; width:705px; }
#advertiser-videos .scroller .prev, #advertiser-videos .scroller .next { float: left; cursor: pointer; margin-top: 50px; }
#advertiser-videos .scroller .prev { margin:37px 5px 30px 10px; }
#advertiser-videos .scroller .next { margin:37px 10px 30px 5px; }
#advertiser-videos .scroller-content { float:left; width:640px; height:115px; padding:0; }
#advertiser-videos .scroller-content ul { float:left; list-style-type:none; margin: 0; padding: 0; }
#advertiser-videos .scroller-content li { float:left; width:190px; height:105px; padding:5px 10px 5px 13px; }
#advertiser-videos .scroller-content li .images { float:left; display:block; width:85px; height:104px; padding-top:7px; margin: 0 5px 0 0; }
#advertiser-videos .scroller-content li .images img.primary { width: 84px; height: 70px; margin-bottom: 4px; }
#advertiser-videos .scroller-content li.selected .images { background: url(/images/bg_advert_video_selected.gif) top left no-repeat; margin: 0 auto 3px auto; }
#advertiser-videos .scroller-content li a { color:#555; text-decoration:none; font-size:12px; }
#advertiser-videos .scroller-content li a:hover { text-decoration: underline; }
#advertiser-videos .scroller-content li a.title { float:left; margin:0; display:block; padding:5px; width:85px; }

#video .adv-video-heading { display: block; font-size: 14px; color: #2e4097; margin-top: 10px; font-weight: bold; }
#video .adv-related-heading { color: #fed37f; font-size: 24px; margin: 15px 0 5px 0; width: 100%; font-weight: bold; }

/* Static Magazine section pages */
#static #right-and-center { float: right; background: white; width: 800px; height: 100%; margin: 0; padding: 0 0 0 15px; }
#static #main-content { width: 475px; padding: 10px 0; float:left; }
#static #main-content a { color: #1a2765; }
#static #right { width: 260px; padding: 10px 0 0 0; float: right; vertical-align: top; }
#static #left { width: 165px; padding: 10px 0; float: left; height: 100%; background: #1a2765; color: #fff; }
#static #leftnav { width: auto; margin-left: 10px; }
#static #leftnav a { color: #fed147; text-decoration: none; margin-left: 0; padding-left: 0;}
#static #leftnav a:hover {color: #ad2702;}
#static #leftnav ul { list-style-type: none; }
#static #leftnav ul { font-size: 14px; font-weight: bold; color: #FFFFFF; margin-left: 1px; padding-left: 1px;}
#static #leftnav ul li.header { margin-top: 12px; padding-bottom: 4px;}
#static #leftnav ul ul { font-size: 11px; line-height: 120%; margin-left: 1px; padding-left: 1px;}
#static #leftnav ul ul li {margin-bottom: 5px;margin-top: 4px;}
#static .inlineSubhead { color: #039; font-size: 12px; font-weight: bold; line-height: 14px; margin-bottom: -6px; }
#static .subhead { color: #1a2765; font-size: 16px; font-weight: bold; line-height: 18px; margin-top: 20px; margin-bottom: -4px; }
#static #mainColumn { font-size: 12px; line-height: 14px; }
#static #rightColumn { position: absolute; top: 170px; left: 730px; width: 250px; height: auto; }
#static #subPromo { font-size: 12px; background-color: #dfe7ed; text-align: center; width: 175px; padding: 10px; border: solid 1px #069; }
#static .parHeading1  { font-size: 30px; font-family: verdana, geneva, helvetica, arial; font-weight: bold; }
#static .parHeading2  { font-size: 22px; font-family: verdana, geneva, helvetica, arial; font-weight: bold; }
#static .parHeading3  { font-size: 18px; font-family: verdana, geneva, helvetica, arial; font-weight: bold; }
#static .parHeading4  { color: #0d2a4f; font-size: 14px; font-family: arial, sans-serif; font-weight: bold; font-style: normal; margin-bottom: -3px; }
#static .parHeading5  { color: #0d2a4f; font-size: 12px; font-family: arial, arial, sans-serif; font-weight: bold; font-style: normal; line-height: 20px; }
#static .parHeading6  { font-size: 12px; font-family: verdana, geneva, helvetica, arial; font-weight: bold; }
#static .parParagraph  { font-size: 12px; font-family: arial, arial, sans-serif; line-height: 16px; }
#static #topnav { z-index: 5; }

/*Browse All pages*/
.browseall #main-content { padding-bottom: 10px; background:#fff !important; }
.browseall #center { float: left; width: 750px; margin-bottom: 10px; padding: 0; }
.browseall #right { width: 170px; }
.browseall #narrow-header { width:950px; font-size: 20px; font-weight: bold; margin-bottom: 10px; }
.browseall #narrow-header h1 { font-size: 20px; }
.browseall #advertising-leaderboard { width: 730px; position: relative; left: 15px; }
.browseall #advertising-skyscraper { float: none; margin-top: 0; }
.browseall .clearfloat { clear: none; }
.browseall .block { padding: 15px; }
.browseall .block h2 { font-size: 16px; color: #ad2601; margin-top: 0; }
.browseall .block a { display: block; color: #1e264d; font-size: 14px; text-decoration: none; }
.browseall .block a:hover { text-decoration: underline; }
.browseall table .heading { font-weight: normal; color: #ad2601; font-size: 20px; padding-left: 10px; margin:0 0 5px 0; }
.browseall table { float: left; background: #fff; }

/*How-to browse all page*/
.howto .browseall .block { display: block; width: 345px; float: left; }
.howto .browseall .block ul { float: left; border: 0; width: 155px; padding: 0 15px 10px 0; margin: 0; }
.howto .browseall .block li { border: 0; background: 0; display: block; clear: left; width: 100%; }
.howto .browseall table td { width: 375px; }

/*Toolguide browse all page*/
.toolguide .browseall #center { background: #fff; }
.toolguide .browseall .block h2 { color: #326881; }
.toolguide .browseall table { width: 375px; }

/*Design browse all page*/
.design .browseall .block { display: block; width: 345px; float: left; }
.design .browseall .block ul { float: left; border: 0; width: 155px; padding: 0 15px 10px 0; margin: 0; }
.design .browseall .block li { border: 0; background: 0; display: block; clear: left; width: 100%; }
.design .browseall table td { width: 375px; }

/*Paging on article browse and product finder results pages*/
.viewing { color:#006f92; margin:5px 0 5px 15px; display:block; font:bold 13px arial; color:#006f92; }
#center .viewing a { color:#006f92; padding:0 5px; }
.viewing span.current { padding:0 5px; }
.viewing #ctl00_phMainContent_bpHeader_lblViewing, .viewing #ctl00_phMainContent_bpFooter_lblViewing, .viewing #ctl00_phMainContent_bpMainFooter_lblViewing { font-weight: bold; }
a.paging { color:#006F92; margin: 0; padding:0; }
a.pagingNext, a.pagingPrev { color: #1a2765; padding: 0 5px; }
a#ctl00_phMainContent_bpHeader_lnkPage_0, a#ctl00_phMainContent_bpFooter_lnkPage_0 { padding: 0 3px 0 8px; }
/*.current { color: #1a2765; font-weight: bold; border: 1px solid #fed37f; padding: 3px 5px; }*/

/*Browse article results pages AND Filter Section*/
.browse #center { width:600px; padding:0 0 15px 0; }
.browse #center-sponsored-links { clear: both; }
.browse #advertising-leaderboard { text-align: left; padding-left: 184px; width: 756px; }
.sort { display: block; color: #102e6f; font-size: 13px; font-weight: bold; margin: 20px 0; height:22px; }
.browse #narrow-header .list-page, .product-finder #narrow-header .list-page { background:#006f92; border:1px solid #0b0d65; width:598px; height:25px; padding:0; margin:0 0 3px; }
.browse #narrow-header .list-page h1, .product-finder #narrow-header .list-page h1 { color:#fff; float:left; font-size:14px; font-weight:900; margin:0; display:inline; padding:5px 10px 5px 15px; text-transform:uppercase; }
.browse #narrow-header .list-page .filter, .product-finder #narrow-header .list-page .filter { color:#fff; float:right; font:normal 14px arial; margin:4px 0 0; height:20px; width:165px; vertical-align:middle; }
.browse #narrow-header .list-page .filter img, .product-finder #narrow-header .list-page .filter img { vertical-align:middle; margin:-2px 0 0; text-align:right; }
.browse #narrow-header .filterSectionDiv, .product-finder #narrow-header .filterSectionDiv { width:594px; border:3px solid #006f92; margin:0 0 10px 0; font-size:13px; }
.browse #narrow-header .filterSectionDiv #browse-terms, .product-finder #narrow-header .filterSectionDiv #browse-terms { background:#edf2ce; border-bottom:1px solid #e1e6c0; border-top:1px solid #e1e6c0; padding: 4px 15px; }
.browse #narrow-header .filterSectionDiv #browse-terms span, .product-finder #narrow-header .filterSectionDiv #browse-terms span { padding-right:10px; }
.browse #narrow-header .filterSectionDiv #browse-terms img, .product-finder #narrow-header .filterSectionDiv #browse-terms img { padding:0 5px 0 0; vertical-align:top; }
.browse #narrow-header .filterSectionDiv #browse-terms a, .product-finder #narrow-header .filterSectionDiv #browse-terms a { padding:0; }
.filterSectionDiv .narrow-by { padding:5px 15px; }
.filterSectionDiv .narrow-by  p { margin:5px 0; }
span.category { color:#006f92; font-weight:bold; text-transform:capitalize; padding-right:5px; }
.filterSectionDiv .narrow-by .items a { color:#363636; text-decoration:none; padding:0 5px; }
.product-finder .filterSectionDiv .narrow-by .items a { display:inline; float:none;}

.sort img { vertical-align: top; margin: 1px 0 0 0; }
.result { font-size:13px; margin: 0 0 10px 0; padding: 0; }
#center .result a { font:bold 15px arial; display:inline; color:#555; text-decoration:none; }
.result p { margin: 0px; }
.result .image { float:left; width:82px; height:82px; margin:0 15px 0 0; padding: 0; overflow:hidden;  }
.result .image img { width:80px; max-width:100px; height:auto; font-size:9px; border: 1px solid #CCCCCC; }
.result img a { text-decoration:none; }
.result .content {  float:left; width:500px; margin:0; padding: 0;  }
.first-result { border-bottom:1px solid #bbb; display:block; padding:0 0 10px; float:left; width:100%; }
.first-result a img { float:left; height:auto; width:180px; min-height:180px; margin:0 15px 0 0; padding: 0; }
.first-result img.editors-pick { width:auto; display:block; }
 

/* article browse results pages */
.howto .browse #advertising-leaderboard { background: #fcfae9 url(/images/leftnav_grad_1a2765.gif) 0 0 repeat-y; }
.browse #leftnav .arrow-expand { background: url(/images/arrow_expand_fff.gif) 0px 9px no-repeat; color: #1a2765; }
.browse #leftnav .arrow-collapse { background: url(/images/arrow_collapse_fff.gif) 0px 9px no-repeat; color: #1a2765; }
.toolguide .browse #advertising-leaderboard { background: #fcfae9 url(/images/leftnav_grad_326881.gif) 0 0 repeat-y; }
.toolguide .browse #feature-product-list, .toolguide .browse #box-top, .toolguide .browse #box-bottom { margin-left: 4px; }
.toolguide .browse #leftnav, .toolguide .browse #leftnav .items .expanded { background: #326881; }
.toolguide .browse #leftnav .narrow-results-heading, .toolguide .browse #leftnav .category { background: #338ca9; }

/*product finder results page*/
.product-finder #center { width:600px; padding-bottom:10px; }
.product-finder #left { display: none; }

#details-top { margin-top:10px; }
#details-bottom { border-top:1px solid #ccc; }

.sort { float:left; margin:10px 15px; }
#center .tab-link a { color:#102E6F; float:right; background:url(/images/arrow-blue-big.gif) no-repeat center right; font:bold 13px arial; padding:0 12px 0 0; margin-top:10px; text-decoration:none; }
.browse #center .tab-link a { background:none; }
.product-finder table.results { font-size:13px; width:600px; margin:10px 0; padding:0; }
.product-finder table.results td { border-top:1px solid #ccc; padding-top:8px; }
.product-finder table.results td.rating { text-align:center; }
.product-finder #center table.results a { text-decoration:none; }
.product-finder table.results .reviews a { display:inline; font:normal 12px arial; text-decoration:underline; }
.product-finder table.results .stars, .product-finder table.results .review { width:100%; text-align:center; }
table.results a.image, table.results td.image { width:112px; height: 118px; float: left; text-align: center; } 
table.results a.image img { width: 110px; height: 110px; border:1px solid #ccc; }
table.results a { color: #1e264d; font-weight: bold; display: block; }

.product-finder #related-content-block, .browse #related-content-block { float:right; padding:0; color:#1e264d; font-size:12px; margin:0 0 10px 10px; width:160px; }
.product-finder #related-content-block p, .browse #related-content-block p { float: left; display: block; width: 100%; margin: 0 0 10px 0; }
/*.product-finder #related-content-block p.first, .browse #related-content-block p.first { width: 190px; }*/
.product-finder #related-content-block a, .browse #related-content-block a { color: #1e264d; font-weight: bold; }
.product-finder #related-content-block .byline, .browse #related-content-block .byline { color: #1e264d; }
/*.product-finder #related-content-block a.image, .browse #related-content-block a.image { float: left; width: 110px; margin-right: 10px; display: block;margin-bottom: 10px; }*/

.product-finder #narrow-header span#ctl00_phPageHeader_btTabs_lblProductFinder { background: #326881 url(/images/product_tl_selected.gif) top left no-repeat; width: 110px; height: 13px; padding: 5px 0 5px 14px; float: left; font-weight: bold; }
.product-finder #narrow-header span#ctl00_phPageHeader_btTabs_lblProductFinder span { background: url(/images/product_tr_selected.gif) top right no-repeat; width: 10px; height: 16px; float: right; position: relative; top: -5px; }
.toolguide .browse #narrow-header a#ctl00_phPageHeader_btTabs_lnkProductFinder { background: #91A9B4 url(/images/product_tl.gif) top left no-repeat; width: 110px; height: 13px; padding: 5px 0 5px 14px; float: left; font-weight: bold; color: #13455b; text-decoration: none; font-size: 13px; margin-right: 1px; }
.toolguide .browse #narrow-header a#ctl00_phPageHeader_btTabs_lnkProductFinder:hover { text-decoration: underline; }
.toolguide .browse #narrow-header a#ctl00_phPageHeader_btTabs_lnkProductFinder span { background: url(/images/product_tr.gif) top right no-repeat; height: 16px; width: 10px; float: right; position: relative; top: -5px; }
.product-finder #narrow-header a#ctl00_phPageHeader_btTabs_lnkArtNVid { background: #91A9B4 url(/images/product_tl.gif) top left no-repeat; width: 121px; height: 13px; padding: 5px 0 5px 14px; float: left; color: #13455b; text-decoration: none; margin-left: 1px; font-size: 13px; font-weight: bold; }

.product-finder #narrow-header a#ctl00_phPageHeader_btTabs_lnkArtNVid:hover { text-decoration: underline; }
.product-finder #narrow-header a#ctl00_phPageHeader_btTabs_lnkArtNVid span { background: url(/images/product_tr.gif) top right no-repeat; width: 10px; height: 16px; float: right; position: relative; top: -5px; }
.toolguide .browse span#ctl00_phPageHeader_btTabs_lblArtNVid { background: #326881 url(/images/product_tl_selected.gif) top left no-repeat; width: 122px; height: 13px; padding: 5px 0 5px 13px; float: left; font-weight: bold; /*margin-left: -9px;*/ }
.toolguide .browse span#ctl00_phPageHeader_btTabs_lblArtNVid span { background: url(/images/product_tr_selected.gif) top right no-repeat; width: 10px; height: 16px; float: right; position: relative; top: -5px; }
a#ctl00_phAssociatedContent_lnkArtNVid { color: #1e264d; font-weight: bold; font-size: 12px; background: url(/images/arrow_1e264d.gif) 0 3px no-repeat; padding-left: 10px; margin: 10px 0 20px 10px; float: left; }

.product-finder .items { margin:0; }
.product-finder .items a { color: #1e264d; display: block; margin: 3px; width: 180px; float: left; }
.product-finder .items a.current { font-weight: bold; }

#amazon-widget { float: left; margin: 0 0 10px 5px; }

/* Author profile page */
.location { color: #5a5c69; font-size: 13px; font-weight: bold; line-height: 14px; font-style: italic; margin-bottom: 15px; }
.author a, .author .related-content a, .author .related-topics a { color: #0a2b62; }
.author h1 { color: #ad2601; }
.author #narrow-header { display: none; }
.author hr { margin: 15px 0; color: #5a5c69; }
.author .result { display: block; margin: 10px 0; }
.author h5.cap { color: #0a2b62; font-size: 16px; margin: 0 0 10px 0; }

.author .related-product-block { float: left; margin: 10px 10px 10px 0; width: 160px; clear: none; }
.author .related-product-block p { display: block; margin: 10px 0; width: 160px; }
.author .related-product-block a img { margin: 0 10px 10px 0; }

/*Special Collection pages*/
#collection #left-and-center { width: 787px; padding:0; }
#collection #center { margin: 0; width: /*624px*/639px; padding: 0 0 10px /*15px*/; background: #fff; }
#collection .article #center, #collection .qa #center, #collection .tip #center, #collection .video #center { padding: 0 34px; width: 570px; float: right; }
#collection #left { margin:0; display:block; }
#collection #right { margin:0; width:160px; }
#collection #advertising-skyscraper { margin:0; }
#collection h1.seo-tag { display: none; }
#collection #header-image { width: 950px; padding: 0; _margin-bottom: -3px;  height: 90px; display:block; float:left; }

#collection .special #email-print { float: right; width: 220px; }
#collection .special #email-print a { display: block; margin: 0; height: 18px; }

#collection h4 { color: #f36303; text-transform: uppercase; margin: 22px 0 10px 22px; } 
#collection #collection-highlights h4 { margin: 10px 0 10px 25px; }
#collection .collection-content h4 { margin: 0; }
#collection #contents { font-size: 10.5pt; }

#collection-intro { float: left; width: 400px; }
#collection-intro .primary-image { padding: 0; margin: 0; width: 400px; }
#collection-intro .body_text { width: 375px; padding-left: 15px; }
#collection-highlights { float: right; width: 220px; padding: 0; margin: 0; }
#collection-highlights .item { padding: 0 25px 15px 25px; margin: 0; background: url(/images/orange_arrow.gif) top left no-repeat; }
#collection-highlights .images { display: block; margin-bottom: 15px; }
#collection-highlights .first-image { float: left; }
#collection-highlights img { margin: 4px 1px 10px 0; width: 107px; }
.collection-content { height: 100%; margin: 30px 0 0 15px; }
.collection-content .items { float: left; width: 497px; margin: 0 0 20px 0; _margin: 0; }
.collection-content img { float: left; margin: 0 15px 20px 0; clear: both; }
#collection-highlights, .collection-content { font-size: 12px; }
#collection-highlights a, .collection-content a { font-size: 14px; font-weight: bold; padding: 0; }

/*Styles for Special Collections Left Nav*/
/* Root = Vertical, Secondary = Vertical */
ul#collections-navmenu, ul#collections-navmenu li, ul#collections-navmenu ul { margin: 0; border: 0 none; padding: 0; width: 148px; /*For KHTML*/ list-style: none; }
ul#collections-navmenu:after { clear: both; display: block; font: 1px/0px serif; content: "."; height: 0; visibility: hidden; } /*From IE 7 lack of compliance*/
ul#collections-navmenu li { float: left; /*For IE 7 lack of compliance*/ display: block !important; /*For GOOD browsers*/display: inline; /*For IE*/position: relative; }
ul#collections-navmenu ul, ul#collections-navmenu ul ul, ul#collections-navmenu ul ul ul { display: none; position: absolute; top: 0; left: 148px; }
/* Do Not Move - Must Come Before display:block for Gecko */
ul#collections-navmenu li:hover ul ul, ul#collections-navmenu li:hover ul ul ul, ul#collections-navmenu li.iehover ul ul, ul#collections-navmenu li.iehover ul ul ul { display: none; }
ul#collections-navmenu li:hover ul, ul#collections-navmenu ul li:hover ul, ul#collections-navmenu ul ul li:hover ul, ul#collections-navmenu li.iehover ul, ul#collections-navmenu ul li.iehover ul, ul#collections-navmenu ul ul li.iehover ul { display: block; }
#collections-navmenu { line-height: 12px; }

/*My favorites pages*/
.myfavorites #main-content { background: #fffbfc url(/images/leftnav_grad_dfe2f0.gif) top left repeat-y; }
.myfavorites #header { background: #192764; width: 920px; height: 43px; float: left; color: #fed37f; font-weight: bold; font-size: 28px; padding: 13px 0 0 30px; background: url(/images/myfav_header_bg.gif) top left repeat-x; margin: 0; }
.myfavorites #left-and-center { width: 752px; padding: 0; margin: 0; }
.myfavorites #center { width: 573px; padding: 0 0 15px 0; }
.myfavorites #left { width: 177px; } 
.myfavorites #right, .myfavorites #left { margin-top: 0; border: 0; }
.myfavorites #right { background: #192764; width: 180px; height: 825px; padding: 0 0 0 18px; margin: 0; }
.myfavorites #leftnav { background: #dfe2f0; width: 157px; padding: 10px; border-right: 2px solid #bbbfd0; height:805px; }
.myfavorites #leftnav a { color: #1e264d; text-decoration: none; font-weight: normal; display: block; }
.myfavorites #leftnav a:hover { text-decoration: underline; }
.myfavorites #leftnav .category { margin: 0 0 10px 0; color: #1e264d; font-weight: bold; font-size: 14px; display: block; }
.myfavorites #leftnav .items { float: left; padding: 0; }
.myfavorites #leftnav .items hr { border-top: 1px solid #192764; color: #192764; margin: 10px 0; }
.myfavorites #leftnav .items ul { margin: 0; padding: 0; list-style-type: none; list-style-position: outside; width: 157px; }
.myfavorites #leftnav .items ul li { padding: 3px 0 3px 20px; }
.myfavorites #leftnav .items ul li#all, .myfavorites #leftnav .items ul li#author, .myfavorites #leftnav .items ul li#articles, .myfavorites #leftnav .items ul li#tools, .myfavorites #leftnav .items ul li#videos { background: url(/finecooking/images/icon_favorite.gif) 1px 2px no-repeat; }
.myfavorites #leftnav .items ul li#bookmarks { background: url(/finecooking/images/icon_linkfav.gif) 1px 2px no-repeat; position: relative; left: -1px; padding-left: 21px; }
/*.myfavorites #leftnav .items ul li#member-exclusives { font-size: 8px; font-weight: bold; color: #5169ba; text-transform: uppercase; margin-top: 12px; padding-left: 0; }*/
.myfavorites #leftnav .items a.add, .myfavorites #leftnav .folders a.add { background: url(/images/icon_addfav.gif) 2px 3px no-repeat; padding: 2px 0 0 20px; font-size: 12px; font-weight: bold; margin-top: 10px; }
.myfavorites #leftnav .items ul a.Current { background: #fbf4c8; }
.myfavorites #leftnav .folders a { background: url(/finecooking/images/icon_folder.gif) top left no-repeat; padding: 4px 2px 1px 32px; height: 17px; margin: 0; }
.myfavorites #leftnav .folders a.Current { background: #fbf4c8 url(/finecooking/images/icon_folder_open.gif) top left no-repeat; }
.myfavorites #leftnav #divAddNew { font-size: 9px; color: #666666; }
.myfavorites #leftnav #divAddNew #ctl00_phLeftContent_mfNav_btnUpdate { margin-top: 5px; }

.myfavorites .title { display: block; background: #b5c7ea; width: 563px; height: 23px; color: #1e264d; font-weight: bold; font-size: 14px; padding: 5px 0 0 10px; }
.myfavorites #ctl00_phMainContent_pnlEditCategory { display: inline; padding-left: 20px; font-weight: normal; }
.myfavorites #ctl00_phMainContent_divAddDel { display: block; background: #fffbfc; padding: 5px 0 15px 10px; width: 100%; margin-right: -10px; margin-top: 7px; clear: both; }

.myfavorites table#ctl00_phMainContent_grdFavorites { width: 573px; margin: 0 0 15px 0; color: #6f6f6f; border-bottom: 1px solid #b5b198; }
.myfavorites table#ctl00_phMainContent_grdFavorites tr.even-row { background: #efecda; }
.myfavorites table#ctl00_phMainContent_grdFavorites tr.odd-row { background: #fffbfc; }
.myfavorites table#ctl00_phMainContent_grdFavorites td { padding: 5px 0; }
.myfavorites table#ctl00_phMainContent_grdFavorites td a { display: block; color: #1e264d; font-size: 12px; font-weight: bold; text-decoration: none; margin-right: 10px; }
.myfavorites table#ctl00_phMainContent_grdFavorites td a:hover { text-decoration: underline; }
.myfavorites table#ctl00_phMainContent_grdFavorites .notes { position: absolute; border: 1px solid black; padding: 7px; background: #fff; text-align: left; width: 150px; margin-top: -5px; }

.myfavorites #divAddCategory { margin: 0 auto; width: 425px; }
.myfavorites #divAddCategory table#ctl00_phMainContent_mfAddCategory_chkUserCategory td { padding: 0 35px 0 0; }
.myfavorites #ctl00_phMainContent_btnUpdateChecked,  .myfavorites #ctl00_phMainContent_pnlAll #ctl00_phMainContent_btnUpdate, .myfavorites #ctl00_phMainContent_btnSave, .myfavorites #ctl00_phMainContent_btnSavenExit { position: relative; left: 123px; }

.myfavorites #ctl00_phMainContent_pnlTaunton a { color: #1f264e; font-weight: bold; font-size: 14px; margin: 15px 0 5px 0; display: block; text-decoration: none; }
.myfavorites #ctl00_phMainContent_pnlTaunton a:hover { text-decoration: underline; }
.myfavorites #ctl00_phMainContent_pnlTaunton span.byline { color: #1f264e; }

.myfavorites #ctl00_phMainContent_saveMessage { float: left; width: 505px; background: #faefd9; border: 1px solid #f8aa04; margin-bottom: 10px; padding: 5px 10px; font-size: 13px; color: #1f264e; }
.myfavorites #ctl00_phMainContent_saveMessage a { float: right; color: #1f264e; }

.myfavorites #ctl00_phMainContent_pnlTaunton, .myfavorites #ctl00_phMainContent_pnlAll, .myfavorites #ctl00_phMainContent_pnlUploaded, .myfavorites .instructions { margin: 20px; }

.myfavorites #ctl00_phMainContent_pnlCheckedItems { color: #666666; }
.myfavorites #ctl00_phMainContent_pnlCheckedItems #ctl00_phMainContent_btnAdd, .myfavorites #ctl00_phMainContent_pnlCheckedItems #ctl00_phMainContent_btnRemove { margin: 5px 5px 0 10px; cursor: pointer; }

.myfavorites #ctl00_phMainContent_pnlAll, #ctl00_phMainContent_pnlTaunton { color: #393939; }
.myfavorites #ctl00_phMainContent_pnlAll span.notes { text-align: right; position: relative; left: 78px; vertical-align: top; }
.myfavorites #ctl00_phMainContent_pnlAll textarea { margin: 0 0 15px 5px; width: 332px; height: 110px; vertical-align: bottom; }

.myfavorites .instructions #ctl00_phMainContent_lblRequired { display: block; margin: 10px 0 0 10px; }
.myfavorites #ctl00_phMainContent_pnlBookmark { width: 85%; text-align: right; }
.myfavorites #ctl00_phMainContent_pnlBookmark span { vertical-align: top; }
.myfavorites #ctl00_phMainContent_pnlBookmark input, .myfavorites #ctl00_phMainContent_pnlBookmark select { margin: 0 0 20px 5px; vertical-align: bottom; width: 332px; }
.myfavorites #ctl00_phMainContent_pnlBookmark span.byline { float: left; position: relative; top: -20px; left: 150px; font-style: normal; }
.myfavorites select#ctl00_phMainContent_lstSubType { width: 185px; margin-right: 151px; }

.myfavorites p { margin-left: 10px; }
.myfavorites .small-text { font-size: 9px; }
.myfavorites hr { color: #a1a096; height: 1px; margin: 0; padding: 0; }

.myfavorites #right h3 { background: #dfe2f0; display: block; font-weight: bold; font-size: 12px; color: #1e264d; padding: 5px 0 5px 10px; margin: 0; }
.myfavorites #right .result { background: #fff; margin: 0; padding: 10px; }
.myfavorites #right .result p { margin: 0; color: #1e264d; }
.myfavorites #right .byline { color: #1e264d; margin-top: 5px; }
.myfavorites #right #mag-extras { background: #fff; padding: 12px 0; float: left; width: 180px; }
.myfavorites #right #mag-extras a { color: #1e264d; font-weight: bold; background: url(/images/arrow_1e264d.gif) 10px 3px no-repeat; display: block; padding: 0 0 0 20px; margin: 5px 0; }
.myfavorites #right #mag-extras a.more { padding: 0; font-weight: normal; margin: 10px 0 0 20px; display: block; background: 0; }

/*Teaser pages*/
#join-teaser { background: #fef0b9; width: 479px; padding: 15px; color: #0c174a; margin: 25px auto; }
#join-teaser ul { list-style-image: url(/images/arrow_0c174a.gif); _margin: 15px 0 0 0; padding: 0 0 0 16px; }
#join-teaser h2 { font-size: 14px; }
#join-teaser a { /*background: #fef0b9 url(/images/more_arrow.gif) top right no-repeat;*/ display: block; font-weight: bold; color: #8a1203; padding: 20px 0 0 0; /*text-decoration: none;*/ font-family: Arial, Verdana, Helvetica, Sans-Serif; }
#collection .login { color: #1056cb; font-size: 13px; }
#join-box { background:#e4f2f6; border:1px solid #65b2ca; padding:15px; margin:15px 0 25px; }
#join-box h3 { font:bold 18px arial; margin-top:0; }
#join-box h2.start-trial { font-size: 15px; color:#1a2765; margin:5px 0 8px; }
#join-box hr { border:0; border-top:1px solid #65b2ca; margin:10px 0; }
#join-box .join-content { float:left; width:310px; }
#join-box .subscribe-form { border-left:1px solid #65b2ca; float:left; width:240px; padding-left:15px; }
#join-box .subscribe-form .get-access { padding:0 0 5px 20px; }
#join-box .login { color:#555; margin-top:10px; font:bold 13px arial; }
#join-box .login a { color: #1a2765; }
#join-box .subscribe-form input {color:#666666; font-size:10px; height:17px; margin-bottom:7px; margin-left:20px; padding-top:3px; width:150px; }
#join-box .subscribe-form input.last-box { margin-bottom:1px; }
#join-box .subscribe-form input.button { height:auto; margin-bottom:0; margin-left:0; padding-top:0; width:auto; }
#join-box .subscribe-form .email-use { display:block; margin-bottom:18px; margin-left:20px; }

/*product page*/
.product #center { color: #1e264d; padding: 0 15px; width: 583px; }
.product .image-primary { width: 190px; float: left; background: url(/images/bg_product_image_180.gif) top left no-repeat; height: 183px; text-align: center; padding: 5px 0; margin-right: 25px; }
.product .image-primary a { padding-top: 5px; display: block; color: #1e264d; }
.product .description { width: 365px; }
.product .description h1 { font-size: 14px; color: #1e264d; margin-top: 0; }
.product .description h2 { font-size: 13px; color: #1E264D; font-weight: normal; } 
.product .description a { color: #1e264d; font-weight: bold; }
.product .description .date { font-size: 12px; color: #5a5c69; }
.product .description .reviews { margin: 0 15px; }
.product .description .reviews a { font-weight: normal; }
.product h2 { font-size: 16px; color: #ad2601; }

.product a.view-photos { display: block; color: #1e264d; position: relative; top: -25px;padding-left: 55px; }

.product .related-topics { float: left; width: 365px; font-size: 14px; }
.product .related-topics h5 { color: #1e264d; font-weight: normal; }
.product .related-topics a { color: #1e264d; font-weight: bold; }

.product #content-tab { border: 7px solid #326881; float: left; padding: 10px; width: 550px; margin-bottom: 10px; margin-top: -1px; }
.product #content-tab table td { vertical-align: top; }

.product #overview-tab { float: left; width: 124px; height: 22px; background: #326881; padding-bottom: 7px; margin-right: 2px; margin-left: 5px; text-align: center; color: #fff; }
.product #overview-tab #tl { background: url(/images/product_tl_selected.gif) top left no-repeat; width: 124px; }
.product #overview-tab #tr { background: url(/images/product_tr_selected.gif) top right no-repeat; width: 124px; padding-top: 7px; }
.product #randr-tab, .product #photo-tab { float: left; width: 134px; height: 22px; background: #91a9b4; padding-bottom: 7px; margin-right: 2px; text-align: center; } 
.product #photo-tab { margin-right: 1px; } 
.product #randr-tab #tl, .product #photo-tab #tl { background: url(/images/product_tl.gif) top left no-repeat; width: 134px; }
.product #randr-tab #tr, .product #photo-tab #tr { background: url(/images/product_tr.gif) top right no-repeat; width: 134px; padding-top: 7px }

.product #overview-tab a, .product #randr-tab a, .product #photo-tab a { text-decoration: none; color: #13455b; font-weight: bold; } 
.product .reviews #overview-tab, .product .photos #overview-tab { background: #91a9b4; }
.product .reviews #overview-tab #tl, .product .photos #overview-tab #tl { background: url(/images/product_tl.gif) top left no-repeat;  }
.product .reviews #overview-tab #tr, .product .photos #overview-tab #tr { background: url(/images/product_tr.gif) top right no-repeat; }
.product .reviews #randr-tab, .product .photos #photo-tab { background: #326881; color: #fff; } 
.product .reviews #randr-tab #tl, .product .photos #photo-tab #tl { background: url(/images/product_tl_selected.gif) top left no-repeat; }
.product .reviews #randr-tab #tr, .product .photos #photo-tab #tr { background: url(/images/product_tr_selected.gif) top right no-repeat; }

.product #content-tab img.thumbnail-large { margin-top: 20px; }
.product #content-tab #image-box { float: left; text-align: center; width: 550px; }

.product .user-review { padding: 10px 0 0 0; float: left; width: 100%; font-size: 14px; }
.product .user-review a { color: #1e264d; font-weight: bold; }
.product .user-review span { padding-bottom: 5px; display: block; }
.product .user-review span a { padding-left: 5px; }
.product .user-review a.report-link { float: right; color: #28419b; text-decoration: none; }
.product .user-review a.report-link:visited { color: #28419b; }
.product .user-review a.report-link:hover { text-decoration: underline; }
.product .user-review .byline { margin: 5px 0 0 0; font-style: normal; color: #898989; font-weight: bold; }
.product .user-review .date { font-style: normal; display: inline; color: #9a9a9a; }
.product .user-review .border-bottom { border-bottom: 1px solid #326881; padding-top: 10px; }
.product .border-bottom-double { border-bottom: 2px solid #326881; padding-top: 10px } 

.product .edit-review { float: left; width: 100%; border-bottom: 5px solid #c5dae4; padding-bottom: 10px; margin-bottom: 10px; }
.product .specs { float: left; width: 100%; }
.product .specs h2, .product .edit-review h2 { margin-top: 0; }
.product .specs a { color: #1e264d; }
.product .edit-review .icons { float: right; width: 80px; margin: 0 0 10px 10px; text-align: center; }
.product .edit-review h3 { display: block; width: auto; text-decoration: none; font-size: 16px; color: #1e264d; margin: 0; }
.product .edit-review h3 .category { color: #4a7f97; }
.product .edit-review .byline { float: left; color: #1e264d; padding-right: 10px; }
.product .edit-review a { color: #1e264d; font-weight: bold; }
.product .edit-review .subhead { display: block; margin: 3px 0; }

.product .photos .thumbnail { float: left; width: 110px; margin-right: 30px; }

.product #where-to-buy { display: block; background: url(/images/wheretobuy_box_top.gif) top left no-repeat; float: left; margin-bottom: 10px; font-size: 12px; }
.product #where-to-buy #right { background: #ffffec url(/images/wheretobuy_box_right.gif) top right repeat-y; margin: 10px 4px 0 0; border-left: 2px solid #326881; width: 328px; float: left; }
.product #where-to-buy #bottom { background: url(/images/wheretobuy_box_bottom.gif) top left no-repeat; float: left; margin: 0; height: 17px; width: 334px; }
.product #where-to-buy h2 { margin:2px 0 2px 13px; text-transform: uppercase; color: #bc3900; font-size: 14px; }
.product #where-to-buy .content-box { float: left; width: 280px; background-color: #fff; border: 1px solid #cccccc; margin: 5px 13px; padding: 5px; }
.product #where-to-buy  a.image { float: left; width: 125px; margin-right: 10px; }
.product #where-to-buy .details { float: left; padding: 0 7px 0 0; width: 135px; color: #555555; font-size: 12px; }
.product #where-to-buy .details a { display: block; color: #555555; }
.product #where-to-buy .details a.title { margin-bottom: 8px; }
.product #where-to-buy .details .manufacturer { display: block; margin-bottom: 8px; }
.product #where-to-buy .details .price-info { display: block; }
.product #where-to-buy .details .price-info .price { color: #9e0b0f; }
.product #where-to-buy .details .buy-logo { padding-top: 8px; }
.product #where-to-buy .details .privacy { font-size: 10px; }


/*ratings and review pages*/
.rnr #center { float: left; width: 950px; }
.rnr h1 { margin-bottom: 0; color: #1f264e; font-size: 14px; }
.rnr #review-box { padding: 75px 40px 20px 40px; width: 555px; color: #1e264d; }
.rnr #narrow-header { display: none; }
.rnr .byline { margin: 5px 0 0 0; font-style: normal; color: #898989; font-weight: bold; }
.rnr #review-tips { float: right; width: 270px; padding: 75px 40px 15px 0; color: #464646; font-size: 12px; }
.rnr #review-tips ul { padding-left: 18px; margin-left: 0;  }
.rnr #review-tips ul li { padding: 3px 0; }
.rnr #review-tips .blue-title { font-weight: bold; color: #1f264e; }
.rnr a { color: #1e264d; font-weight: bold; }

.rnr #ctl00_phMainContent_lblTitle { display: block; position: absolute; margin: 0 0 10px 0; font-size: 17px; background: #0f4158; color: #fff; width: 910px; height: 34px; padding-left: 40px; font-weight: bold; text-transform: capitalize; padding-top: 20px; }
.rnr #divRating { display: block; margin: 5px 0; }
.rnr #divRating img { padding: 0 1px; }
.rnr #divRating span, .rnr p.note { font-size: 12px; color: #393939; margin-top: 8px; display: block; }
.rnr textarea { margin: 5px 0; width: 500px; height: 275px; border: 1px solid #737373; }
.rnr #ctl00_phMainContent_btnPreview, .rnr #ctl00_phMainContent_btnCancel, .rnr #ctl00_phMainContent_pnlPreview #ctl00_phMainContent_btnSubmit, .rnr #ctl00_phMainContent_pnlPreview #ctl00_phMainContent_btnEdit  { float: left; margin-right: 10px; }
.rnr #ctl00_phMainContent_lblReview { color: #1e264d; display: block; margin-top: 20px; }
.rnr #ctl00_phMainContent_pnlEdit strong { font-size: 14px; color: #326881; }
.rnr #ctl00_phMainContent_pnlPreview { margin-top: 12px; }

/*search results*/
.search #center { width: 594px; padding: 0 10px 10px 10px; }
.search #left { display: none; }
.search #right { background: #fff; }
.search #narrow-header { margin-bottom: 15px; background: #1a2765; }
.search #right h2 { margin: 0 0 0 10px; font-size: 16px; color: #0f4158; }
.search #ctl00_phMainContent_SearchResultsGrid a { color: #1a2765; font-weight: bold; }

.search #box-top { background: url(/images/teal_box_top_smaller.gif) top left no-repeat; width: 322px; height: 9px; margin: 0; }
.search #box-bottom { background: #326881 url(/images/teal_box_bottom_smaller.gif) bottom left no-repeat; width: 322px; height: 32px; float: left; margin: 0 0 10px 0; padding: 0; position: relative; _top: -5px; }
.search #box-bottom a { color: #fff; font-weight: bold; font-size: 12px; background: url(/images/arrow_fff.gif) 0 3px no-repeat; padding-left: 10px; margin-left: 14px; }
.search #right h1 { position: relative; margin: 0; padding: 0 0 8px 10px; background: #326881; color: #fff; font-size: 16px; width: 312px; }

.search #right #ctl00_phAssociatedContent_RelatedProductsDataGrid { margin-left: 4px; _margin-left: 0; width: 314px; _width: 322px; border: 8px solid #326881; }
.search #right #ctl00_phRelatedContent_StoreDataGrid a, .search #ctl00_phRelatedContent_HyperLink1, .search #right #ctl00_phAssociatedContent_RelatedProductsDataGrid a, .search #right #ctl00_phAssociatedContent_StorePanel a, .search #right #ctl00_phAssociatedContent_ArticlesAndVideosDataGrid a { display: block; color: #1a2765; font-weight: bold; padding: 5px 0; }
.search #right #ctl00_phRelatedContent_StoreDataGrid img, .search #right #ctl00_phAssociatedContent_StorePanel img { display: block; margin-bottom: 3px; }
.search #right #ctl00_phAssociatedContent_ArticlesAndVideosDataGrid a { display: inline; }
.search #right a#ctl00_phAssociatedContent_HyperLink22, .search #right a#ctl00_phAssociatedContent_HyperLink1, .search #right a#ctl00_phRelatedContent_HyperLink1 { color: #1a2765; font-weight: bold; background: url(/images/arrow_1e264d.gif) 10px 3px no-repeat; padding: 0 0 0 20px; }
.search #right #ctl00_phAssociatedContent_RelatedProductsDataGrid span.image { width: 122px; height: 116px; background: url(/images/bg_product_image.gif) top left no-repeat; float: left; text-align: center; padding-top: 6px; margin: 0 6px; display: block; } 

.search .toolguide #main-content { background: #326881; }
.search .toolguide #narrow-header { background: #20556d; margin-bottom: 0; }
.search .toolguide #narrow-header h1 { color: #fff; }
.search .toolguide table.results { color: #1e264d; font-size: 12px; }
.search .toolguide table.results a { display: inline; }
.search .toolguide table.results td.image { margin: 5px; }
.search .toolguide #details-top, .search .toolguide #details-bottom { display: block; float: none; background: #dbe0e2; width: 564px; margin: 10px 0 1px 0; padding: 5px 15px; font-size: 12px; color: #1e264d; font-weight: bold; }
.search .toolguide #details-bottom { margin: 1px 0 0 0; }
.search .toolguide #ctl00_phAssociatedContent_ArticlesAndVideosDataGrid, .search .toolguide #right #ctl00_phAssociatedContent_StoreDataGrid { width: 322px; margin-left: 10px; }

/*Misc*/
.editors-pick { display: block; }
.spacer { line-height: 6px; height: 6px; }
img.forpay, .first-result img.forpay, .result img.forpay, #collection img.forpay { width: 13px; height: 12px; display: inline; vertical-align: top; float: none; margin: 2px 0 0 5px; padding: 0; }
iframe { border: 0px; margin: 0; padding: 0; }
iframe body { border: 0; margin: 0; padding: 0; }
iframe img { border: 0px; margin: 0; padding: 0; }
.stars { display: block; float:left; }
.stars img { margin:0 -2px; padding: 0; }

#facebook_like_box { margin: 10px 0; clear: both; }

/* Hide the PLS sponsor logo on the Tool Guide */
#product-finder .sponsor { display: none !important; }

/* Subscriber alert link */
.alert { color: #e00 !important; text-transform: uppercase; letter-spacing: 1px; }

/*new channel page modules*/
.singleline-box-579 { float: left; width: 579px; margin: 0 0 15px 0; }
.singleline-box-579 .topp, .singleline-box-579 .bottom { float: left; width: 579px; height: 8px; margin: 0; padding: 0; }
.singleline-box-579 .topp { background: url(/assets/images/box_singleline_579_top.gif) top left no-repeat; }
.singleline-box-579 .bottom { background: url(/assets/images/box_singleline_579_bot.gif) top left no-repeat; }
.singleline-box-579 .content-box { float: left; width: 567px; padding: 5px 0 5px 10px; border-left: 1px solid #e1e5dc; border-right: 1px solid #e1e5dc; }

.singleline-box-339 { float: left; width: 339px; margin: 0 0 15px 0; clear: both; }
.singleline-box-339 .topp, .singleline-box-339 .bottom { float: left; width: 339px; height: 8px; margin: 0; padding: 0; }
.singleline-box-339 .topp { background: url(/assets/images/box_singleline_339_top.gif) top left no-repeat; }
.singleline-box-339 .bottom { background: url(/assets/images/box_singleline_339_bot.gif) top left no-repeat; }
.singleline-box-339 .content-box { float: left; width: 301px; padding: 5px 18px; border-left: 1px solid #e1e5dc; border-right: 1px solid #e1e5dc; }

.singleline-box-219 { float: left; width: 219px; margin: 0 0 15px 0; }
.singleline-box-219 .topp, .singleline-box-219 .bottom { float: left; width: 219px; height: 8px; margin: 0; padding: 0; }
.singleline-box-219 .topp { background: url(/assets/images/box_singleline_219_top.gif) top left no-repeat; }
.singleline-box-219 .bottom { background: url(/assets/images/box_singleline_219_bot.gif) top left no-repeat; }
.singleline-box-219 .content-box { float: left; width: 187px; padding: 5px 15px; border-left: 1px solid #e1e5dc; border-right: 1px solid #e1e5dc; }

/*Cross Site links module*/
.cross-site-links { float: left; margin-top: 15px; }
.cross-site-links h2 { margin: 0; }
.cross-site-links div { float: left; display: block; margin: 0 0 8px 0; clear: both; width: 315px; }
.cross-site-links.related-content div h2 { font-size: 14px; margin: 0; font-weight: normal; background: transparent url(/images/arrow_1e264d.gif) no-repeat scroll 0 3px; padding-left:0 0 0 10px; border:0; }
.cross-site-links h2 a { text-decoration: none; }
.cross-site-links h2 a:hover { text-decoration: underline; }
.cross-site-links a.site-name { text-decoration: none; font-size: 10px; }
.cross-site-links a.site-name:hover { text-decoration: underline; }

/* Digital Issues - SS */
.clear { clear:both; }
.d-issues h1, .d-issues h2, .d-issues h3, .d-issues h4 { color:#39477f; font-weight:bold; } 
.d-issues h2 { margin-top:0; }
.d-issues h2 span { color:#515150; }
.d-issues #left { margin-left:15px; width:600px; }
.d-issues #right { width:300px; margin:25px 15px 15px; }
.d-issues #right h3 { height:28px; background:#4557A2; color:#fff; margin: 0; padding: 8px 0 0 10px; } /*COLOR = NAV LINK*/
.d-issues #right p { padding-left:10px; margin-top:10px; }
.d-issues #right ul { margin:0; padding-left:25px; }
.d-issues #right strong { color:#39477f; }
.d-issues div.more { margin:25px 15px 15px; border-top:1px solid #39477f; }
.more .items { float:left; width:118px; margin-right:15px; text-align:center; }
.more .items img { background:#ccc; display:block; margin: 0 auto; }
.more .items p { font-weight:bold; margin: 5px 0 10px; }
.more .last { margin-right:0; }
.center-text { text-align:center; }

/* HIDDEN ELEMENTS */
.home #left , .home #narrow-header { display:none; }
.home #right .repeatedLrec { display:none; }
.howto #ctl00_advertisingLrec2 { display: none; }
.home #right #facebook_like_box { display:none; }
#static .advertising-leaderboard { display:none; }
.design .cross-site-links { display:none; }
.howto #related-content, .howto .cross-site-links, .related-product-block { display:none; }
#video .TabbedPanels { display:none; }


/* SLIDESHOW */
.slideshow #narrow-header, .slideshow #left { display:none; }
.slideshow #center { float:left; width:600px; }
.slideshow .left-head { float:left; }
.slideshow .left-head .title-caption { float:left; margin:0 10px 0 0; }
.slideshow .right-ad { float:right; }
.slideshow #email-print { margin:0 0 ; float:left; width:290px; background:none; border:0; padding:0; }
.slideshow #ctl00_phMainContent_tlLinks_hlAddFavorites { display:none; }
.header-bar { border:1px solid #0b0d65; background:#006f92; clear:both; width:598px; height:10px; margin:10px 0; }
#adslot-holder { position: relative; z-index: 10000; }
#adslot { display: none; height:500px; left:0; position: absolute; top:-8px; width:600px; z-index: 1000; }
#adslot-layer { background:#ddd; border:1px solid #979797; height:555px; opacity:0.5; width:598px; }
#ad-holder { background:#fff; border: 1px solid #979797; height:410px; left:0; position: absolute; text-align: center; top:0; vertical-align: middle !important; width:400px; }
.slideshow #intro-slide { background-color: #FFFFFF; height:400px; overflow: hidden; position: absolute; width:600px; z-index:5000; }
.slideshow #intro-slide .slide-left { float:left; margin-right:10px; text-align:center; width:350px; }
.slideshow #intro-slide .slide-left p { color: #6D401C; font-size: 13px; line-height: 19px; text-align: left; }
.slideshow #intro-slide .slide-left .window { height:350px; overflow:hidden; position:relative; width:345px; background:#eee; /* REMOVE BG AFTER IMAGES SET */ margin-top:20px; }
.slideshow #intro-slide .slide-left .window img { left:0; position:relative; top:0; }
.slideshow #intro-slide .slide-right { float:left; width:240px; }
.slideshow #intro-slide .slide-right #begin { cursor:pointer; }
.slideshow #intro-slide .slide-right hr {  margin:20px 0 10px; }
.slideshow ul.more-links { color: #B37D08; font-size: 13px; list-style-type: none; margin: 0; padding: 0; width: 188px; }
.slideshow ul.more-links li { margin-bottom: 10px; }
.slideshow .action-nav { border:1px solid #006f92; background:#daf2f8; height:22px; margin: 0 6px 0 410px; padding:0 0 0 5px; position: absolute; width:128px; z-index: 50; }
.slideshow .action-nav .prev { background: url("/images/slideshow_item_pg_prev.gif") no-repeat left center; cursor: pointer; float: left; height: 22px; outline:none; text-indent: -9999px; width: 52px; }
.slideshow .action-nav #play-pause { cursor: pointer; float: left; height:19px; margin:3px 0 0; width:20px; }
.slideshow .action-nav #play-pause img { vertical-align:middle; }
.slideshow .action-nav .next, .slideshow .action-nav .next-slideshow { background:url("/images/slideshow_item_pg_next.gif") no-repeat left center; cursor: pointer; float: left; height:22px; outline: medium none; text-indent: -9999px; width: 50px; }
.slideshow .action-nav .next, .slideshow .action-nav .next-slideshow { background: url("/images/slideshow_item_pg_next.gif") no-repeat left center; cursor:pointer; float:left; height:22px; outline:medium none; text-indent:-9999px; width:50px; }
.slideshow .scroller-content { float: left; }
.slideshow ul.thumbnails { float:left; list-style-type: none; margin: 0; padding: 0; }
.slideshow ul.thumbnails li { cursor:pointer; float:left; margin:0 5px 0 0; padding:5px; width:96px; height:96px; }
.slideshow ul.thumbnails li.activeSlide { background-color: #FFBC30; }
.slideshow ul.thumbnails li img { vertical-align: bottom; }
.slideshow .scroll-next-strip { background: url("/images/slideshow_item_pg_scroll_next.gif") no-repeat scroll left center; margin:0; }
.slideshow #slideshow-content { list-style-type: none; margin: 0 0 7px; padding: 0; height:415px; }
.slideshow #slideshow-content .image { float:left; height:400px; margin-right:10px; overflow: hidden; position: relative; width:400px; }
.slideshow .scroll-prev-strip { background: url("/images/slideshow_item_pg_scroll_prev.gif") no-repeat scroll left center transparent; margin-right:5px; }
.slideshow .scroll-prev-strip, .slideshow .scroll-next-strip { cursor:pointer; float:left; height:102px; text-indent:-9999px; width:18px; }
#center .details span.more a { padding:0 0 0 5px; color:#006F92; text-transform:capitalize; text-decoration:none; }
.slideshow #slideshow-content .details .next-slide img.thumb, .slideshow #slideshow-content .details .next-slideshow-info img.thumb { float: left; margin-right: 10px; }
.slideshow #slideshow-content .details .next-slide p, .slideshow #slideshow-content .details .next-slideshow-info p { color: #363636; float: left; font-size: 11px; margin: 0; width: 100px; }
.slideshow #slideshow-content .details { float: left; font-size:13px; padding-top:35px; width:190px; }
.slideshow #slideshow-content .details a { color:#006F92; text-decoration: none; }
.slideshow #slideshow-content .details a.title {  font-size:14px; font-weight:bold; }
.slideshow #slideshow-content .details p { margin:8px 0 20px; }
.slideshow #slideshow-content .details span.more { display:inline; margin:0; }
.slideshow #slideshow-content .details .next-slide p span, .slideshow #slideshow-content .details .next-slideshow-info p span { color:#006F92; font-weight: bold; }
.more-slideshows { clear:both; float:left; margin-top:20px; width:600px; }
.more-slideshows .heading-bar { background-color:#006F92; border:1px solid #0B0D65; color:#FFFFFF; font: bold 16px arial,helvetica,sans-serif; margin-bottom:12px; padding:5px 10px; }
.more-slideshows div.item { float:left; margin:0 11px 10px 0; width:141px; } 
.more-slideshows div.last { margin-right: 0; }
#center .more-slideshows div.item a { font-size:13px; text-decoration:none; }
.more-slideshows div.item img { width:141px; }

.slideshow .caption { display:block; height:64px; width:600px; }

/* RIGHT RAIL TIGHTENED-UP */
#right iframe#ctl00_eLetterSignUp, #right .advertising-srec { margin:0; }
.eletter-signup { *margin-top:0 !important; }
#right .special-sections .feature-3up p { margin-top:0; }
#right .special-sections .feature-3up h2 { margin:5px 0; }
.home .index #right .special-sections .feature-3up h2 { margin:5px 0; }
.toolguide .breaktime, .design .breaktime, .howto .breaktime { padding:0; }
.toolguide .breaktime h2, .design .breaktime h2, .howto .breaktime h2 { margin-bottom:5px; }
#facebook_like_box { clear:both; margin:8px 0 5px; }
.toolguide .eletter-signup p.blue { margin:8px 0; *margin:8px 0 5px 0; }
#right .left-sky-ad { margin-bottom:5px; }
.product-finder #related-content-block, .browse #related-content-block { margin-bottom:5px; }
.discover #right .eletter-signup { margin:0; }

/* BREAKTIME ELONGATED */
.browse #right .breaktime, .product-finder #right .breaktime { clear:none; float:right; margin:0; padding:0; width:160px;}

.slideshow-head h1 { clear:both; width:600px; }

/* INSPECTOR HEADER */
#inspector-game-header {position:relative;}
#inspector-game-sponsor {position:absolute;top:-2px;right:5px;width:300px;text-align:right;}

.sponsor-container { position: relative; margin-bottom: 10px; }
#static .sponsor-logo { position: absolute; top: 0; right: 0; }

/* PROJECT HOUSE */
body.home #features .sponsor-ad { float: right; }
.project-house { border:1px solid #3a55a5; clear:both; width:288px; }
.project-house .title { background:#3a55a5; color:#fff; font-size:12px; padding:2px 10px 3px; }
.project-house .scroller, .project-house img.logo { padding: 5px 10px; }
.project-house a { text-decoration:none; }
.project-house .hscroll-content { list-style-type:none; padding:0; margin:5px 10px 0 10px; }
.home #features .project-house .hscroll-content a.image img { width:209px; height:157px; }
.home #features .project-house .hscroll-content h2 { font:bold 14px Arial; background:#fff !important; text-transform:capitalize; border:0; padding:0; }
.home #center #features .project-house .hscroll-content h2 a { color:#dc5126; text-decoration:none; }
#project-house-ad-call { clear:both; width:268px; text-align:right; margin:0 0 10px 0; }
.project-house p { margin:10px 0 0; }

/* SUCKERFISH HEALTHY RECIPES */
#suckerfish-container { position: fixed; bottom: 0; width: 722px; height: 127px; *min-height: 127px; left: 50%; margin-left: -336px; text-align: center; z-index: 999999999; background:#fff; overflow:hidden; }
#suckerfish-container #close-button { cursor: pointer; margin: 0; position: absolute; right: 11px; top: 11px; width: 46px; }


/* ====================================================================================================*/

