/*Bluelounge CSS File
  Main page styles*/

* {
	margin: 0;
}

p, form#storeJumpCountry {
	margin-bottom: 1em;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	line-height: 1.3em;
	background-image: url(images/BL_background.gif);
	text-align: center;
}

a:link, a:hover, a:visited {
	color: #00AEEF;
	text-decoration: none;
}

a.linkAlt {
	color: #666;
	text-decoration: underline;
}	

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

* html .clearfix {
	height: 1%;
}


/*IE PNG Fix
img, div { behavior: url(scripts/iepngfix.htc) }
*/

#wrapper, #wrapper-footer {
	background: url(images/BL_shade.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 780px;
}

#bottom {
	background-repeat: no-repeat;
	margin: 0 auto 20px auto;
	width: 780px;
	clear: both;
}

#bottom p {
	margin-top: 0;
	padding-top: 16px;
	color: #808285;
}

#page, #footer {
	margin: 0 18px;
	width: 744px;
	background-color: #FFFFFF;
	text-align: left;
	overflow: hidden;
}

/* !NEW FOOTER */

#footer {
	border-top: 1px solid #ccc;
	background-color: #666;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	font-size: 13px;
	color: #ccc;
	display: block;
	float: left;
	width: 100px;
	margin: 20px 10px 10px 10px;
}

#footer ul li#stayintouch {
	margin-left: 30px;
}

#footer ul li#legal, #footer ul li#legal ul li {
	width: 90px;
	margin-right: 0;
}

#footer ul li ul li {
	font-size: 11px;
	color: #999;
	margin: 4px 0 0 0;
	float: none;
}

#footer ul li ul li a {
	color: #999;
}

#footer p {
	display: block;
	clear: both;
	color: #999;
	margin-left: 510px;
}

#header {
	background-color: #FFFFFF;
}

.textWhite {
	color: #FFFFFF;
}

/*Left navigation styles*/

#navleft {
	background-color: #FFFFFF;
	width: 138px;
	float: left;
	position: fixed;
}

ul#products {
	list-style: none;
	margin-left: 0;
	padding-bottom: 12px;
	padding-left: 0;
	font-size: 13px;
	border-bottom: 1px dotted #CCCCCC;
}

ul#products li a {
	padding: 3px 8px;
	display: block;
	color: #000000;
	text-decoration: none;
	margin: 0 3px;
}

ul#products li a:hover {
	background-color: #808285;
	color: #FFFFFF;
}

ul#products li#shop a {
	background-image: url(images/BL_shopBtn_bg.gif);
	border: 1px solid #F26522;
	color: #FFFFFF;
	padding: 3px 6px;
}

ul#products li#shop ul {
	list-style-type: none;
	padding: 0;
	display: none;
}

ul#products li#shop ul li {
	font-size: 11px;
}

ul#products li#shop ul li a {
	border: 0;
	background: none;
	color: #F26522;
}

#navleft hr {
	border-top: 1px dotted #CCCCCC;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	margin-left: 3px;
	margin-right: 3px;
}

ul#more {
	list-style: none;
	margin-top: 1em;
	padding-bottom: 12px;
	padding-left: 0;
	font-size: 11px;
	/*border-bottom: 1px dotted #CCCCCC;*/
}

ul#more li a {
	padding: 3px 8px;
	display: block;
	margin-left: 3px;
	margin-right: 3px;
	color: #01A4E1;
	text-decoration: none;
}

ul#more li a:hover {
	background-color: #00AEEF;
	color: #FFFFFF;
}

ul#more li#promo a {
	background-image: url(images/BL_leftbar_promotional_bg.gif);
	border: 1px solid #B6E7FA;
	color: #01A4E1;
	padding: 3px 6px;
}

/* More - scroll down */

ul#more li#scroll a {
	/*background-image: url(images/BL_leftbar_promotional_bg.gif);
	border: 1px solid #B6E7FA;*/
	color: #01A4E1;
	padding: 3px 6px;
}

ul#more li#scroll a:hover {
	background-color: #fff;
	color: #01A4E1;
}

p#logo {
	margin-top: 27px;
	margin-left: 20px;
	margin-bottom: 26px;
}

#rss {
	margin-left: 8px;
	margin-top: 12px;
}

#rss a img{
	border: 1px solid #CCCCCC;
}

#flag {
	width: 120px;
	margin: 12px 0 12px 8px ;
}

#flag img {
	margin: 1px;
	border: 0;
}

#promotional {
	margin: 3px;
	padding: 4px 0 0 4px;
	width: 124px;
	height: 20px;
	background-image: url(images/BL_leftbar_promotional_bg.gif);
	border: 1px solid #B6E7FA;
	color: #01A4E1;
	font-size: 13px;
	vertical-align: middle;
}

#promotional a:link, #promotional a:hover, #promotional a:visited {
	text-decoration: none;
}

#designStudio {
	color: #999999;
	margin: 2em 3px 1em 9px;
	line-height: 1.2em;
	display: none;
}

#designStudio a:link, #designStudio a:visited, #designStudio a:hover {
	color: #666;
	font-weight: bold;
}

/*Content (right column) styles*/

#contents {
	/*position: relative;
	margin-left: 138px;*/
	width: 605px;
	border-left: 1px solid #DCDDDE;
	float: right;
	background-color: #FFFFFF;
	min-height: 540px;
	height: auto !important;
	height: 540px;
	padding-bottom: 20px;
}

#motto {
	margin: 0;
	padding: 0;
}

#mainImg {
	margin-bottom: 1.3em;
}

h2#pageName {
	font-size: 20px;
	margin: 0 20px 15px 20px;
	text-align: right;
	color: #808285;
	font-weight: normal;
}

/*Home*/

.products {
	margin: 0;
	padding: 10px 20px;
	border-top: 1px solid #DCDDDE;
	line-height: 1.5em;
}

.imgLeft {
	float: left;
	width: 150px;
}

.descRight {
	margin-left: 150px;
}

.imgRight {
	float: right;
	margin-right: -10px;
	width: 150px;
}

.descLeft {
	margin-right: 150px;
}

.imgTop {
	margin-right: -10px;
}

.descBottom {
	margin-top: 10px;
}


#contents .products {
	position: relative;
}

#contents .products img.newIcon {
	position: absolute;
	left: 7px;
	top: 0;
}

#contents .products h3, #contents .home-promotional h3 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.2em;
	color: #01A4E1;
	padding-top: 0;
}

#contents .products h4, #contents .home-promotional h4 {
	font-size: 11px;
	margin-top: 0;
	font-weight: normal;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 4px;
}

#contents .products h3 a:link {
	text-decoration: none;
}

#contents .home-promotional {
	background-color: #E4F5FD;
	background-image: url(images/BL_Home_Promo_bg.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 10px 20px;
	border-top: 1px solid #B6E7FA;
}

#contents .products .subTitle {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 4px;
}

#contents .products .subTitle h3 {
	font-size: 16px;
	color: #01A4E1;
	font-weight: normal;
	margin-top: 10px;
}

#contents .products .subTitle h4 {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

/*PRODUCT DETAILS*/

/*TOP BANNER*/

.topbar {
	height: 100px;
	background: url(images/BL_TopBar.png) repeat-x;
}

.topbar blockquote {
	width: 500px;
	position: relative;
	clear: both;
	margin-left: 55px;
	padding-top: 20px;
}
.topbar blockquote span.q66, blockquote span.q99 {
	font-size: 1.2em;
	position: absolute;
}
.topbar blockquote div {
	display: inline;
	margin-right: 1em;
	font-size: 18px;
	line-height: 1.4em;
}
.topbar blockquote span.q66 {
	top: -.2em;
	left: -.6em;
	padding-top: 20px;
}
.topbar blockquote span.q66 {
	right: 0;
	bottom: 0;
}
.topbar blockquote .writer {
	font-size: 12px;
	margin-left: 20px;
}

/*Holiday Gift Banner*/
#holidayBuy {
	margin: 0;
}

#holidayBuy a img {
	border: none;
}

.story {
	padding-top: 0.5em;
	padding-bottom: 20px;
	clear: both;
	overflow: hidden;
	position: relative;
}

.story .leftColumn {
	width: 335px;
	margin: 0 10px 0 20px;
	line-height: 1.5em;
	float: left;
	display: inline;
}

.story .rightColumn {
	width: 220px;
	margin: 0 15px 0 0;
	line-height: 1.5em;
	float: right;
	display: inline;
}

.story .bottomColumn {
	margin: 0 10px 0 20px;
	padding-top: 10px;
	line-height: 1.5em;
	clear: both;
}

.story .bottomColumn2 {
	margin: 0 10px 0 20px;
	padding-top: 0.2em;
	line-height: 1.5em;
	clear: both;
}

.story h3 {
	font-size: 16px;
	font-weight: normal;
	color: #01A4E1;
	margin-bottom: 0.2em;
	clear: both;
}

.buyBtn {
	padding: 3px 0 0 6px;
	width: 124px;
	height: 20px;
	background-image: url(images/BL_shopBtn_bg.gif);
	border: 1px solid #F26522;
	color: #FFFFFF;
	font-size: 14px;
	vertical-align: middle;
	float: left;
	margin-bottom: 0;
	display: block;
}

.buyBtn a:link, .buyBtn a:hover, .buyBtn a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

#tsExtraBuy .buyBtn {
	font-size: 12px;
	height: 18px;
	width: 108px;
}

#tsExtraBuy .price {
	font-size: 16px;
	margin-top: 3px;
}

.priceInfo {
	text-align: center;
	width: 76px;
	float: left;
	margin-left: 10px;
}

.price {
	color: #F47839;
	font-size: 20px;
	margin-left: 10px;
	margin-bottom: 0.3em;
	float: left;
	margin-top: 3px;
}

.shippingInfo {
	font-size: 9px;
	color: #666666;
	clear: left;
	margin-left: 1px;
	margin-top: 0;
}

.shippingInfo a:link, .shippingInfo a:hover, .shippingInfo a:visited {
	color: #666666;
	text-decoration: underline;
}

.subSect {
	padding: 0 20px;
}

h3.subSection {
	margin-top: 0;
	margin-bottom: 0;
	clear: left;
	font-size: 16px;
	color: #01A4E1;
	margin: 0;
	padding: 4px 0;
	display: block;
	font-weight: normal;
	border-bottom: 1px dotted #CCCCCC;
}

h3.subSection a:link, h3.subSection a:hover, h3.subSection a:visited {
	text-decoration: none;
}

h3.subSection hr {
	margin: 14px 0 0 0;
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #CCCCCC;
}

.subContent {
	margin: 0;
	padding: 0 20px 14px 20px;
	font-size: 11px;
	line-height: 1.5em;
	/*border-bottom: 1px solid #CCCCCC;*/
	height: auto;
}

.subContentLimit {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px 0 0 0;
	margin-left: -20px;
	margin-top: 2em;
	margin-bottom: 0;
	width: 605px;	
}

.gallery {
	padding: 20px;
}

.gallery img {
	margin: 2px;
}

/*TESTIMONIALS SECTION*/

#testimonials {
	padding: 0 20px;
}

#testimonials p {
	margin-top: 1em;
}

#testimonials p.testiText {
	margin-top: 0;
}

.testiBtn {
	padding: 2px 6px;
	background-image: url(images/BL_leftbar_promotional_bg.gif);
	border: 1px solid #B6E7FA;
	color: #01A4E1;
	font-size: 12px;
	width: 120px;
	text-align: center;
	margin-bottom: 1.5em;
}

.testiBtn a:link, .testiBtn a:hover, .testiBtn a:visited {
	color: #01A4E1;
	display: block;
	text-decoration: none;
}

.testi {
	margin-left: 10px;
	margin-right: 10px;
}

.testiDate {
	margin-bottom: 0.2em;
	border-bottom: 1px dotted #EFEFEF;
	font-size: 9px;
	text-align: right;
}

.testiText {
	margin-top: 0.2em;
	margin-bottom: 1.5em;
}

.testiText a {
	font-style: italic;
	border-bottom: 1px dotted #00AEEF;
}

.testiUser {
	color: #01A4E1;
}

.highslide-caption .testiText {
	margin-bottom: 0;
}

/*Added for Notebook Kit*/

h4.packageSubTitle {
	font-size: 13px;
	color: #333333;
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 20px;
}

.packageContent {
	margin: 12px 0;
	width: 214px;
	position: relative;
	overflow: hidden;
}

.packageContent .left {
	float: left;
	width: 80px;
	position: absolute;
	bottom: 0;
}

.packageContent .right {
	float: right;
	width: 130px;
}

/*Added for SpaceStation - 01/24/2008*/

.story .singleColumn {
	margin: 0 20px;
	line-height: 1.5em;
	float: left;
	display: inline;
}

.story .singleColumn p.function {
	clear: both;
}

.story .singleColumn p.function img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}

.story .singleColumn p.function strong {
	font-size: 15px;
	font-weight: normal;
	color: #01A4E1;
}

.SST-function img {
	margin: 2px;
}

/*ABOUT PAGE*/

.story .leftColumnAbout {
	width: 365px;
	margin: 0 10px 0 20px;
	line-height: 1.5em;
	float: left;
	display: inline;
}

.story .rightColumnAbout {
	width: 180px;
	margin: 0 15px 0 10px;
	line-height: 1.5em;
	float: right;
	display: inline;
}

.leftColumnAbout ul {
	margin-left: 1em;
	padding-left: 1em;
}

h3#galleryNav {
	color: #808285;
	text-align: right;
	margin: -0.5em 20px 1em 0;
}

/*PROMOTIONAL PAGE*/

.promoLines {
	clear: both;
}

.promoOddImg {
	width: 302px;
	float: left;
}

.promoOddTxt {
	margin-left: 302px;
	padding: 0 15px 10px 15px;
	line-height: 1.5em;
}

.promoLines h3 {
	margin-bottom: 0;
	font-size: 16px;
	color: #01A4E1;
	margin: 0;
	padding: 4px 0;
	display: block;
	font-weight: normal;
	border-bottom: 1px dotted #CCCCCC;
}

.promoEvenImg {
	float: right;
}

.promoEvenTxt {
	width: 272px;
	float: left;
	padding: 0 15px 10px 15px;
	line-height: 1.5em;
}

/*FIND A STORE*/

form#storelocator select{
	font-size: 11px;
}

.promoRegion {
	color: #01A4E1;
	display: block;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 0.5em;
	margin-bottom: 0;
	clear: both;
}

ul.stateList {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 2em;
	margin-left: 12px;
	clear: both;
}

ul.stateList li {
	width: 80px;
	margin-right: 20px;
	margin-bottom: 0.5em;
	float: left;
	display: inline;
}

ul.storeList {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-bottom: 1.2em;
}

ul.storeList li {
	width: 170px;
	margin: 1em  1.5em 0.5em 0;
	float: left;
	display: inline;
}

/*IMAGES*/

ul.imagesCat {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 2em;
	margin-left: 12px;
	clear: both;
}

ul.imagesCat li {
	margin-right: 40px;
	margin-bottom: 0.5em;
	float: left;
	display: inline;
}

/*PRESS RELEASES*/

#press h4 {
	font-size: 13px;
	margin-top: 0.8em;
}

/*THE SANCTUARY*/

#the-sanctuary h3 span {
	color: #000;
	font-size: 11px;
}

#the-sanctuary .hiw h3 {
	margin-bottom: 0.5em;
}

#the-sanctuary .hiw img {
	margin-right: 6px;
	border: 1px solid #ccc;
}

#the-sanctuary ul.tips, #ts-extra ul.tips {
	margin: 1em 0;
	padding: 0;
	list-style-type: none;
	clear: both;
}

#ts-extra ul.tips {
	margin: 0;
}

#the-sanctuary ul.tips li, #ts-extra ul.tips li {
	float: left;
	margin: 0 8px 8px 0;
	display: inline-block;
}

#the-sanctuary .compatibility h4 {
	margin-top: 0.5em;
	display: block;
	color: #fff;
	padding: 10px 20px;
	background-color: #636363;
	text-transform: uppercase;
	border-bottom: 5px solid #959595;
	width: 210px; 
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 170px;
}

html>body #the-sanctuary .compatibility h4 {
	width: 170px;
} 

#the-sanctuary .compatibility ul {
	padding: 0;
	list-style-type: none;
	width: 210px;
}

#the-sanctuary .compatibility ul li {
	text-transform: uppercase;
	padding: 2px 5px 2px 20px;
	width: 105px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 80px;
	float: left;
	display: inline-block;
	color: #636363;
}

html>body #the-sanctuary .compatibility ul li {
	width: 80px;
}

#the-sanctuary .compatibility ul li.odd {
	background-color: #ebebeb;
}

#the-sanctuary .compatibility ul li.even {
	background-color: #d7d7d7;
	color: #555;
}

#the-sanctuary .compatibility p {
	display: block;
	color: #555;
	font-size: 10px;
	font-weight: bold;
	padding: 8px 20px;
	background-color: #d7d7d7;
	width: 210px; 
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 170px;
	line-height: 1.2em;
}

html>body #the-sanctuary .compatibility p {
  width: 170px;
}

.made-for-ipod {
	border-top: 1px dotted #CCCCCC;
	margin: 0 20px 20px 20px;
}

.made-for-ipod p {
	margin-top: 12px;
	font-size: 9px;
	color: #999;
	line-height: 1.4em;
}

/*Full Compatibility List*/

p.modelList {
	margin-top: 0.2em;
}

p.modelList span {
	color: #01A4E1;
}

/*Compatibility List - Spry AutoSuggest*/

p#mainImg.ts {
	margin-bottom: 0;
}

#mySuggest {
	height: 32px;
	padding: 0 20px;
	color: #fff;
	background: url(images/BL_Sanctuary_SEARCH01.gif) repeat-x;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
}

#mySuggest input#device {
	width: 150px;
	margin-right: 12px;
	margin-top: 7px;
	padding: 1px 8px;
	font-size: 11px;
}

#mySuggest img#check-btn {
	vertical-align: top;
	padding: 0;
}

#mySuggest .full-list a {
	position: absolute;
	right: 20px;
	margin-top: 7px;
	color: #666;
}

ul#comp-list {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	margin-bottom: 20px;
}

ul#comp-list li {
	padding: 4px 20px;
	border-bottom: 1px solid #ccc;
	color: #999;
	font-size: 10px;
	position: relative;
}

ul#comp-list li strong {
	font-size: 11px;
}

ul#comp-list li a {
	
}

ul#comp-list li img {
	border: none;
	position: absolute;
	right: 20px;
	top: 7px;
}

ul#comp-list li.ts-device-ok strong {
	color: #000;
}

ul#comp-list li.ts-device-check strong {
	color: #c00;
}

.hideSuggestClass{
	height: 50px;
	overflow: visible;
	display: none;
	width: 200px;
	margin: 0px;
	cursor: pointer;
	z-index: 1011;
}

.showSuggestClass .hideSuggestClass{
	display: block !important;
}

.showSuggestClass .hoverSuggestClass{
	background-color: #01A4E1 !important;
}

.iframeSuggest
{
	position: absolute;
	z-index: 1010;
	/*filter: alpha(opacity:0.1);*/
}

div#resultsDIV
{
	position: absolute;
	background-image: url(img_inquisitor/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	border: none;
	overflow: visible;
	width: 200px;
}

div#resultsDIV div.as_header,
div#resultsDIV div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(img_inquisitor/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div#resultsDIV div.as_footer
{
	background-image: url(img_inquisitor/ul_corner_br.gif);
}

div#resultsDIV div.as_header div.as_corner,
div#resultsDIV div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(img_inquisitor/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div#resultsDIV div.as_footer div.as_corner
{
	background-image: url(img_inquisitor/ul_corner_bl.gif);
}
div#resultsDIV div.as_header div.as_bar,
div#resultsDIV div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}

div#resultsDIV ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

div#resultsDIV ul li
{
	color: #fff;
	padding: 0;
	margin: 2px 6px;
	text-align: left;
	display: inline;
}

/* CABLEBOX MINI */

#cbm .ideas {
	list-style: none;
	margin: 1.4em 0;
	padding: 0;
}

#cbm .ideas li {
	display: block;
	float: left;
	width: 131px;
	margin: 0 12px 18px 0; 
}

#cbm .ideas li.right {
	margin-right: 0;
}

#cbm .ideas li strong {
	color: #00ADEF;
}



/*NEWSLETTER*/

#newletter.story h3 {
	margin-top: 1em;
}


/*KEEP IN TOUCH*/

#keepTouchPage.story h3 {
	margin-top: 1.5em;
}

#keepTouchBtn {
	position: fixed;
	bottom: 2px;
	left: 2px;
	z-index: 1000;
}

#keepTouch {
	width: 100%;
	background-image: url(images/BL_leftbar_promotional_bg.gif);
	border-top: 1px solid #B6E7FA;
	border-bottom: 1px solid #B6E7FA;
	padding: 4px;
	color: #000;
	position: fixed;
	bottom: 0;
	height: 18px;
}
 
.hidden {
	top: -10000px;
}

.addTo {
	margin-top: 0;
	font-size:10px;
}
.addTo img {
	vertical-align: middle;
	padding: 1px 2px 1px 6px;
	cursor:pointer;
}
.addTo dl {
  background-color: #fbfbfb;
  color: #000000;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}
.addTo dd {
	display: inline;
	list-style: none; 
	padding:1px; 
	margin:0px;
	cursor:pointer;
}

/*ShareThis Button*/

.shareThis {
	position: absolute;
	text-align: right;
	font-size: 11px;
	bottom: 30px;
	right: 30px;
}

.stbuttontext {
	padding: 4px 0;
}

/*SUPPORT SECTION */

#kb.articles {
	margin: 0;
	padding: 10px 20px;
	border-bottom: 1px solid #DCDDDE;
	line-height: 1.5em;
}

#kb.story .singleColumn {
	margin: 0 20px;
	line-height: 1.5em;
	float: left;
	display: inline;
	width: 560px;
}

#kb-search .hidden {
	display: none;
}

#kb-search {
	height: 42px;
	padding: 0 20px;
	color: #fff;
	background: url(images/BL_KB_Search_BG.gif) repeat-x #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
}

#kb-search input#s {
	width: 250px;
	margin-right: 12px;
	margin-top: 7px;
	padding: 4px 8px;
	font-size: 13px;
}

#kb-search #searchsubmit {
	vertical-align: top;
	padding: 0;
}

#kb.story .rightColumn ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}

#kb.story .rightColumn ul h2 {
	font-size: 12px;
}

#kb.story #post {
	width: 100%;
}

/*Support Widget*/

* html #widget-searchKB input { background-attachment: fixed;}

#widget-searchKB  {
	padding: 8px 0;
	width: 210px;
	border: 1px solid #9cc;
	background: url(images/BL_Widget_Search_bg.gif) repeat-x;
	margin-bottom: 1em;
}

#widget-searchKB h3 {
	font-size: 15px;
	margin-left: 8px;
}

#widget-searchKB form {
	margin: 0 auto;
	width: 200px;
}

#widget-searchKB input {
	width: 195px;
	background: url(images/BL_Widget_Search_bar.png) no-repeat left top;
	font-size: 11px;
	border-style: none;
	color: #666;
	vertical-align: middle;
	height: 18px;
	padding: 5px 35px 5px 25px;
}

hr.searchKB {
	width: 210px;
	margin: 0.3em 0 1em 0;
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #ccc;
	border-bottom-color: #fff;
}

/*BUZZ*/

#recognitions .singleColumn {
	margin-top: 12px;
}

#recognitions .column3 {
	width: 170px;
	float: left;
	margin-right: 15px;
}

/*RECOGNITIONS*/

#recognitions .leftColumn h3 {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 4px;
	margin-bottom: 0.4em;
}

#recognitions .leftColumn ul, #recognitions .rightColumn ul {
	margin-bottom: 2em;
	padding: 0;
	list-style: none;
}

#recognitions .leftColumn ul ul, #recognitions .rightColumn ul ul {
	margin-bottom: 1em;
}

#recognitions .leftColumn ul#press-magazine {
	margin-bottom: 0.3em;
}

#recognitions .leftColumn ul#press-magazine li {
	float: left;
	margin-right: 4px;
}

#recognitions .leftColumn ul#press-logos li {
	float: left;
	margin-right: 12px;
}

#recognitions .leftColumn ul#press-logos li img {
	margin-bottom: 8px;
}

#recognitions .leftColumn ul#press-logos a.highslide img {
	border: none;
}

#recognitions .rightColumn {
	width: 200px;
}

#recognitions .rightColumn h3 {
	border-bottom: none;
	padding-bottom: 4px;
	margin-bottom: 0.4em;
}

#recognitions .rightColumn li a {
	color: #000;
	display: block;
}

#recognitions .rightColumn li a:hover {
	background-color: #e6e6e6;
}

/* Refresh - The Sanctuary Comparisons Table */

#rf-ts {

}

#rf-ts th {
	text-align: left;
	width: 120px;
}

#rf-ts th, #rf-ts td {
	padding: 5px 20px 5px 0;
	border-bottom: 1px dotted #ccc;
}

#rf-ts .nolines th, #rf-ts .nolines td {
	border-bottom: none;
	padding: 0;
}

#rf-ts th.product {
	text-align: center;
}

#rf-ts th.productname {
	text-align: left;
	font-size: 20px;
}

#rf-ts th.header {
	font-size: 14px;
	font-weight: normal;
	color: #01A4E1;
}
