/*
Print Css
author:				Ash Kiel
Client:				Sonos
------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
	Heading styles
---------------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin:0;
}
h2 {
	font-size: 30px;
	color:	#c82c00;
	background-color: #fff;
	margin-bottom: 15px;
}
h3 {
	font-size: 25px;
	color:#999999;
	background-color: #fff;
	margin-bottom: 0px;
}
h4, h5 {
	font-size: 16px;
	background-color: #fff;
	color: #999999;
	font-weight: bold;
	margin-bottom: 5px;
}

/*--------------------------------------------------------------------
	Table styles
----------------------------------------------------------------------*/
table,
table td,
table th {
	vertical-align: top;
	text-align: left;
	padding: 0px 5px;
	font-size: 13px;
}
table {
	width:650px;
	margin-bottom: 30px;
	border-collapse: collapse;
	border-spacing: 0;
}
table th {
	font-weight: bold;
	vertical-align: middle;
	padding: 20px 5px 2px 5px;
	color: #c30;
	border-bottom: 3px solid #ccc;
	font-size: 15px;
	background-color: #fff;
}
table td {
	padding: 6px;
	border-bottom: solid 1px #ccc;
	width: 370px;
	color: #999999;
	background-color: #fff;
}
table td.first {
	width: 240px;
}
table td p {
	line-height: 15px;
	font-size: 13px;
	margin-bottom: 10px;
}
table td ul {
	margin-bottom: 3px;
	color: #999999;
	background-color:#fff;
}

/*--------------------------------------------------------------------
	General styles
----------------------------------------------------------------------*/
p {
	margin: 0;
	font-size: 14px;
	line-height: 19px;
	color: #999999;
	background-color: #fff;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #cccccc;
	color: #999;
}
/*--------------------------------------------------------------------
	Layout styles
----------------------------------------------------------------------*/
div#container {
	width: 990px;
	margin: 0 auto;
	background-color: #fff;
	color: #999;
}
#header {
	background-color: #c02400;
	width: 990px;
	height: 78px;
	color: #fff;
	position:relative;
}
#header img.logo 
{
	position:absolute;
	top: 21px;
	left: 24px;
}
#header div#slogan 
{
}
#header div#slogan img {
	width:				282px;
	height:				25px;
    outline: 			none;
	text-indent:		-5000px;
	text-decoration:	none;
	position: absolute;
	top: 31px;
	left: 175px;
}
div#content {
	padding-left: 45px;
	width: 945px;
	background-color: #ffffff;
	padding-top: 30px;
	color: #999;
}


/*--------------------------------------------------------------------
	Product styles
----------------------------------------------------------------------*/
div.product {
	width: 100%;
	margin-bottom: 30px;
}
div.product div.right {
	display: inline; 
	margin-left: 30px;
	margin-bottom: 15px;
}
div.product div.right div.buttons {
	display:none;
}
div.product p {
	width: 700px;
}
p.desc {
	clear:both;
	width:100%;
	margin-top:20px;
}
div.product div.colTwo {
	display: none;
}
div#tabcontent_overview {
	margin-bottom: 75px;
	width: 730px;
}
div#tabcontent_overview div.clickable, div#tabcontent_overview div.ctr {
	display:none;
}
dl.img dt img {
	display:none;
}
dl.img dd {
	margin:0;
}
dl.img dd p {
	margin-bottom:15px;
}
div#tabcontent_features,
div#tabcontent_specifications {
	display:block !important;
}
div#tabcontent_features table thead tr th img {
	display:block;
	margin-bottom:15px;
}	
div.product dl {
	margin: 0;
	color:#555;
	background-color: #fff;
}
div.product dl dd {
	margin: 0;
}
div.product dl dt {
	font-weight: bold;
	font-size: 18px;
}

/*Paragraph styles
----------------------------------------------------------------------*/
div.overview p{
	margin-bottom: 15px;
}
p.highlight.red {
	color: #FF3300;
	line-height: 16px;
	margin: 0 0 15px 0;
	width: 180px;
	background-color: #fff;
}
p.highlight.green {
	color: #33cc33;
	background-color: #fff;
	margin: 0 0 6px 0;
}
p.price {
	font-weight: bold;
	font-size: 23px;
	color:#555;
	margin-bottom: 8px;
	background-color: #fff;
}
p.desc {
	width: 700px;
	line-height: 18px;
	margin-bottom: 30px;
}
img.prodBig {
	margin-left: 25px;
	margin-bottom: 30px;
}
ul.bullets {
	list-style-type: none;
	margin-bottom:10px;
	font-size: 13px;
	list-style-image:url(../i/bullet_red.gif);
}
ul.bullets li {
	color:#898989;
	background-color: #fff;
	margin-bottom: 5px;
}
/* Clearfix  (http: //www.positioniseverything.net/easyclearing.html)
----------------------------------------------------------------------*/
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
	line-height: 0px;
    clear:both; 
    visibility:hidden;
}
.clearfix{display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{display: block;}
/* End hide from IE-mac */
