/*--------------------------------------------------------------------
THIRDPARTY CSS
Author:			Irina Goreva <igoreva [at] solutionset.com>
Modified By:	Femy Praseeth <fpraseeth@solutionset.com>
				Ash Kiel
				dfabian@solutionset.com
				Avi Goldyne <avi.goldyne@sonos.com>

Methods: 		RULES ORGANISATION WITHN CSS FILES
				Should mirror the html document flow:
				General
					Container
						Header
							Nav
						Body
							Layout Setup
								Modules
						FooterRadPanelBar
					Hacks
					(other)
----------------------------------------------------------------------*/

html, body, div, span, object, iframe,
address, blockquote, h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, b, bdo, big, cite, code,
del, dfn, em, i, img, ins, kbd, q, samp,
small, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
form, fieldset, legend, label,
table, caption, thead, tfoot, tbody {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

td
{
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

td.textcell, .subtitle, .title
{
	text-align:left;
}

/*--------------------------------------------------------------------
 Font Family
----------------------------------------------------------------------*/
body,
textarea, 
input {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

/*--------------------------------------------------------------------
 Font Sizes
----------------------------------------------------------------------*/
address, blockquote, form, p, pre, table,
dl, ol, ul {
	font-size: 11px;
}

/*--------------------------------------------------------------------
 Font Styles
----------------------------------------------------------------------*/
abbr, acronym {
	text-decoration: underline;
}
address, cite {
	font-style: normal;
}
b, strong {
	font-weight: bold;
}
code, kbd, pre, samp, tt {
	font-family: "Courier New", Courier, monospace;
}
del {
	text-decoration: line-through;
}
dfn, em, i, var {
	font-style: italic;
}
small {
	font-size: 9px;
}
.small {
	font-size: 10px;
}
sub {
	vertical-align: sub;
}
sup {
	vertical-align: super;
}


/*--------------------------------------------------------------------
 Global Styles
----------------------------------------------------------------------*/
body {
	color: #898989;
	background: #d4d4d4 url(../i/body_bgd.gif) 0 0 repeat-x;
	font-size: 11px; 
}

/*--------------------------------------------------------------------
 Blockquote, Q, hr
----------------------------------------------------------------------*/

#slogan img {
	position: 			absolute;
	top: 				0px;
	left: 				0px;
	border:				0;
}

/*--------------------------------------------------------------------
 Links
----------------------------------------------------------------------*/
a, a:visited  {
	color: #3060b9;
	text-decoration: none;
}
a:hover {
	color: #001c83;
	text-decoration: none;
}

/*--------------------------------------------------------------------
 Containers
----------------------------------------------------------------------*/
#container {
	width: 990px;
	position: relative;
	margin: 0 auto 20px auto;
}

/*--------------------------------------------------------------------
 Header
----------------------------------------------------------------------*/
#header {
	background: #c02400 url(../i/header_bgd.gif) 0 0 repeat-y;
}

/*--------------------------------------------------------------------
 Lists
----------------------------------------------------------------------*/
ol, ul {
	list-style: none;
}
dl dt {
	font-weight: bold;
}

/*--------------------------------------------------------------------
 TopNav Section 
----------------------------------------------------------------------*/
#topNav {
	position: relative;
	height: 78px;
	background: transparent url(../i/header_hr.gif) 0 100% no-repeat;
	z-index: 10000;
}
#topNav h1#logo {
	position: absolute;
	top: 21px;
	left: 24px;
}
#topNav h1#logo a {
	display:			block;
	width:				140px;
	height:				40px;
    outline: 			none;
	text-indent:		-5000px;
	text-decoration:	none;
	background:			url(../i/logo.png) top left no-repeat;
	behavior:			url(/js/iepngfix.htc);
}
#topNav #slogan {
	position: 			absolute;
	top: 				31px;
	left: 				175px;
}
#topNav #slogan img {
	width:				282px;
	height:				25px;
    outline: 			none;
	text-indent:		-5000px;
	text-decoration:	none;
}

/*--------------------------------------------------------------------
 SiteAid Navigation
----------------------------------------------------------------------*/
ul#siteaid {
	position: absolute;
	top: 0;
	right: 0;
	background: #3f3f3f url(../i/siteaid_bgd.gif) bottom left no-repeat;
}
ul#siteaid li {
	float: left;
	font-size: 10px;
}
ul#siteaid li a {
	float: left;
	display: inline;
	height: 24px;	
	line-height: 24px;
	color: #c7c7c7;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #636363;
}
ul#siteaid li.first a {
	border-left: 0px;
}
ul#siteaid li a:hover {
	text-decoration: none;
}
ul#siteaid li.signup a {
	color: #fbaf5d;
	padding-right: 22px;
	margin-right: 8px;
	background: url(../i/icon_signup.gif) 100% 50% no-repeat;
}
ul#siteaid li.location {
	margin-right: 9px;
	position: relative;
}
ul#siteaid li.location a {
	padding-left: 22px;
	padding-right: 26px;
	background: url(../i/arrow_location.gif) 6px 50% no-repeat;
}
ul#siteaid li.location a img {
	display: inline;
	position:absolute;
	top: 4px;
	right:0px;
}
ul#siteaid li.location ul {
  /*put the subnavs below and hide them all*/
  	display: 			none; 
	position:			absolute;
	top: 				24px;
	left: 				0px;
	padding: 	10px 5px 10px 10px;
	_width:       		1%; /*IE6 fix*/
	line-height: 		15px;
	background: 		#3f3f3f;
	border: 			1px solid #636363;
	border-top: 		0px;
}
ul#siteaid li.location ul li {
	float: none; /*Ff fix*/
	padding-bottom:5px;
	+padding-bottom:0px !important;
	+width:133px;
	+clear:both;
}
ul#siteaid li.location ul li img {
	float:left;
	width:18px;
}
ul#siteaid li.location ul li a {
	display:			block;
	float:				none;
	+float:left;
	+width:100px;
	+padding-left:10px;
	+padding-right:0px;
	+display:inline;
	height:				auto;
	_height:			1%; /*IE6 fix*/
	line-height: 		15px;
	border-left: 		0px;
	background: 		none;
	white-space:		nowrap;
}
ul#siteaid li.location ul li a:hover,
ul#siteaid li.location ul li a:hover p {
	color:#d7d7d7;
}                                     
ul#siteaid li.location ul li p {
	margin-bottom:0;
	font-size:10px;
}
ul#siteaid li.location:hover ul, ul#siteaid li.over ul { 
	 /*  display the other topics when
	     their parent is hovered */
	 display: 			block;
	 z-index: 			9000;
	 direction:			ltr;
}

/*--------------------------------------------------------------------
 Main Nav 
----------------------------------------------------------------------*/
#mainNav {
	min-height: 31px;
	height: auto;
	_height: 31px;
	background: transparent url(../i/bgMainNav.gif) 0 0 repeat-x;
}
#flashNav {
	float: 				left;
	width: 				775px;
	_width: 			765px;
	margin-left:		15px;
	display:			inline;
}

/*--------------------------------------------------------------------
 Body
----------------------------------------------------------------------*/
#body {
	width: 990px;
	margin-top: 37px;
}
#body.nosecondlevelnav {
	margin-top: 10px !important;
}
.whattobuy {
	margin-top: 93px !important;
}
#bodyTop {
	width: 990px;
	height:	4px;
	font-size: 0px; /*IE6*/
	background: transparent url(../i/body_top.png) 0 0 no-repeat;
	behavior:			url(/js/iepngfix.htc);
}
#bodyBottom {
	width: 990px;
	height:	4px;
	font-size: 0px; /*IE6*/
	background: transparent url(../i/body_btm.png) 0 100% no-repeat;
	behavior:			url(/js/iepngfix.htc);
}
#bodyMain {
	width: 990px;
	background-color: #fff;
}

#bodyMain.oneCol {	position: relative; margin-top:0px; padding-top:0px;}
#bodyMain.oneCol #content {
	width: 910px;
	padding: 26px 40px 0 40px;
}
	

/*--------------------------------------------------------------------
 Footer
----------------------------------------------------------------------*/
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: center;
	color: #666;
}
#footer p {
	margin-bottom: 0;
	font-size: 11px;
	line-height: 18px;
}
#footer ul {
	margin:		0 auto;
	font-size: 11px;
	line-height: 18px;
}
#footer ul li {
	display:			inline;
}
#footer a:link, #footer a:visited {
	color: #666;
	text-decoration:	none;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #fff;
	text-decoration:	none;
}

/*--------------------------------------------------------------------
accordion.css | RadPanelBar_Sonos Web 2.0 skin 
----------------------------------------------------------------------*/
.RadPanelBar_Sonos {
	margin: 0px 3px 0px 1px;
	border:1px solid #C6C6C6;
	background: #fff;
	overflow:hidden;
}
.RadPanelBar_Sonos ul {
	margin-bottom: 0 !important;
}
.RadPanelBar_Sonos .rpRootGroup,
.RadPanelBar_Sonos .rpGroup,
.RadPanelBar_Sonos .rpItem {
	margin:0;
	padding:0;
	list-style-image: none;
	list-style-position:outside;
	list-style:none;
}
.RadPanelBar_Sonos ul.rpRootGroup {
	border-top: solid 1px #c6c6c6;
	background:transparent url(../i/box_wht_sm_top.gif) no-repeat left top;
}
.RadPanelBar_Sonos .rpItem {
	float:none;
	display:block;
	position:static;
}
.RadPanelBar_Sonos .rpSlide {
    position:static;
    float: none;
    height:auto;
   	border-bottom: solid 1px #c6c6c6;
}
.RadPanelBar_Sonos .rpText:after,
.RadPanelBar_Sonos .rpTemplate:after,
.RadPanelBar_Sonos .rpItem:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.RadPanelBar_Sonos .rpLink,
.RadPanelBar_Sonos .rpText {
	text-decoration:none;
	display:block;
}
.RadPanelBar_Sonos .rpImage {
	float:left;
	border:0;
	vertical-align:middle;
	margin: 4px 0px;
}
.RadPanelBar_Sonos .rpLevel1 {
	overflow:scroll;
	height:177px;
}
.RadPanelBar_Sonos .rpLink {
	width:100%;
	outline:none; /* Remove this for FF to put dotted border around the focused item */
	background: transparent url('../i/accordion_bar.gif') no-repeat;
}
.RadPanelBar_Sonos .rpText {
	cursor:pointer;
	_cursor:hand;
	padding-left: 14px;
	padding-right: 14px;
	font-size: 14px;
	color: #555;
	background: transparent url('../i/accordion_bar.gif') no-repeat 0 0;
	line-height: 31px;
	border-bottom: solid 1px #c6c6c6;
	position:relative;
}
.RadPanelBar_Sonos .rpText span { 
	position:absolute;
	right:15px;
	color:#bd2c00;
	+margin-top:-7px !important;
}
.RadPanelBar_Sonos .rpSlide {
	overflow:hidden;
	display:none;
	zoom: 1;
}
.rtl .rpImage {
	border:0;
	float:right;
}
.rtl {
	text-align:right;
}
.RadPanelBar_Sonos .rpGroup .rpText {
	border: 0;
	background: none;
	color: #333;
	font-weight: normal;
	font-size: 12px;
}
.RadPanelBar_Sonos .rpGroup .rpLink {
	background: none;
	border-bottom: solid 1px #c6c6c6;
}
.RadPanelBar_Sonos .rpGroup li {
	padding: 11px 15px 15px 15px;
}
.RadPanelBar_Sonos .rpSelected {
	background: transparent url('../i/accordion_bar_sel.gif') no-repeat;
}
.RadPanelBar_Sonos .rpSelected .rpText {
	color: #fff;
}
.RadPanelBar_Sonos .rpGroup .rpSelected, 
.RadPanelBar_Sonos .rpGroup .rpSelected:hover {
	background: none;
	border-bottom: 0;
}
.RadPanelBar_Sonos .rpExpanded .rpText {
	background: transparent url('../i/accordion_bar_sel.gif') no-repeat 0 0;
	color:#fff;
}
.RadPanelBar_Sonos .rpExpanded .rpText span {
	color:#fff;
}
.RadPanelBar_Sonos .rpGroup .rpSelected .rpText {
	border: 0;
	border-bottom: solid 1px #c6c6c6;
	background: #dcfc5c;
	color: #333;
}
.RadPanelBar_Sonos .rpGroup .rpExpanded .rpText {
	color: #000;
	background: #dcfc5c;
	text-decoration: underline;
}
.RadPanelBar_Sonos .rpLevel2 .rpText {
	padding-left: 36px;
	line-height: 30px;
}
.RadPanelBar_Sonos .rpLevel3 .rpText  {
		padding-left: 48px; 
}
.RadPanelBar_Sonos .rpLevel4 .rpText {
	padding-left: 60px; 
}
.RadPanelBar_Sonos .rpRootGroup .rpDisabled:hover,
.RadPanelBar_Sonos .rpRootGroup .rpDisabled .rpText {
	background: transparent url('../i/accordion_bar_sel.gif') no-repeat;
	color: #ccc;
	cursor: default;
}
.RadPanelBar_Sonos .rpGroup .rpDisabled:hover,
.RadPanelBar_Sonos .rpGroup .rpDisabled .rpText {
	text-decoration: none;
	border-bottom: solid 1px #c6c6c6;
	background: none;
	color: #ccc;
	cursor: default;
}
.RadPanelBar_Sonos .rpGroup .rpLink,
.RadPanelBar_Sonos .rpGroup .rpLast .rpItem .rpLink,
.RadPanelBar_Sonos .rpGroup .rpLink .rpText,
.RadPanelBar_Sonos .rpGroup .rpLast .rpItem .rpLink .rpText {
	border-bottom-width: 1px;
}
.RadPanelBar_Sonos .rpGroup .rpLast .rpLink,
.RadPanelBar_Sonos .rpGroup .rpLast .rpLast .rpLink,
.RadPanelBar_Sonos .rpGroup .rpLast .rpLink .rpText,
.RadPanelBar_Sonos .rpGroup .rpLast .rpLast .rpLink .rpText {
	border-bottom-width: 0;
}

/*--------------------------------------------------------------------
 Localization images: US css
----------------------------------------------------------------------*/
ul#siteaid li.us {
	background: url(../i/us/icon_flag.gif) 100% 50% no-repeat;
}

/*--------------------------------------------------------------------
 Clearfix  (http: //www.positioniseverything.net/easyclearing.html)
----------------------------------------------------------------------*/
.clearfix:after, #bodyMain:after, .imgCol:after, .colTwo:after, .colThree:after, .boxContent:after {
    content:"."; 
    display:block; 
    height:0; 
	line-height: 0px;
    clear:both; 
    visibility:hidden;
}
.clearfix, #bodyMain, .imgCol, .colTwo, .colThree, .boxContent {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix, * html #bodyMain, * html .imgCol, * html .colTwo, * html .colThree, * html  .boxContent {height: 1%;}
.clearfix, #bodyMain, .imgCol, .colTwo, .colThree, .boxContent {display: block;}
/* End hide from IE-mac */

/*Rightnow tabs*/
td.subtabarea
{
	vertical-align:baseline;
}
td.seltab
{
	height:6px;
	vertical-align:middle;
}
td.tab
{
	height:6px;
	vertical-align:middle;
}
a.seltab 
{
	line-height: 6px;	
	vertical-align:bottom;
}
a.tab 
{
	line-height: 6px;	
	vertical-align:bottom;
}
