@charset "utf-8";
/* Absolute Positioned logos in short desc*/
/* Absolute Positioned logos in short desc*/

html { -webkit-font-smoothing: antialiased; }

#shortDescrDiv .leftLogo
{
position: absolute;
left: 0;
bottom: 0;
}

#shortDescrDiv .midLogo
{
position: absolute;
left: 157px;
bottom: 0;
}

#shortDescrDiv .rightLogo
{
position: absolute;
right: 0;
bottom: 0;
}

.clearfix:after
{
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

/*-----Overall Styling------*/


.toplevel
{
	width: 1000px;
	padding: 0px;
	margin: 0px
}

.toplevel .header
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	box-sizing:border-box;
}

.toplevel *
{
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #555454;
}

.toplevel a:link
{
	color: #336699;
	text-decoration: none;
}

.toplevel a:hover
{
	color: #ed1c24;
	text-decoration: underline;
}

.toplevel > .header
{
	background-color:#EEEEEE;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	padding: 5px;
}

.toplevel > .header2
{
	background-color:#f8f1f1;
	font-size: 14px;
	color:#000;
	font-weight: bold !important;
	text-decoration: underline !important;
	width: 100%;
	padding: 5px;
}

b
{
	font-weight: bold !important;
	
}

strong
{
	font-weight: bold !important;
	
}

u
{
	text-decoration: underline !important;

}	

i
{
	font-style:italic !important;
}	

h1
{
	font-size: 18px !important;
	line-height: 1.3;
	
}

h2
{
	font-size: 16px !important;
	line-height: 1.2;
}

h3
{
	font-size: 14px !important;
	line-height: 1.1;
}


/*---------Features--------*/
.sup {
        position: relative;
        bottom: .3em;
        font-size: 0.8em !important;
        font-style: normal !important;
}

.heavy {
		font-size: 13px !important;
		font-weight:bold;
		font-family: Helvetica, Verdana, Geneva, sans-serif;
		color: #0A0A2A;
		}

#features div.header
{
	background-color:#EEEEEE;
	font-weight: bold;
	width: 100%;
	padding: 5px;
}

#features
{
	display: table;
}


#features > div
{
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#features > div.header
{
	border-bottom: none;
}

#features > div:first-child, #features > div:last-child
{
	border-bottom: none;
}

.cell
{
	display: table-cell;
}

.row
{
	display: table-row;
}

.header2
{
	background-color:#f8f1f1;
	font-size: 14px;
	color:#000;
	font-weight: bold !important;
	text-decoration: underline !important;
	width: 100%;
	padding: 5px;
}

/*------One column, even, horizontal----------*/
#features > .onecol.even.horizontal img
{
	float: right;
	padding: 0 5px 0 15px;
}

#features > .onecol.even.horizontal .text
{
	padding: 0 0 0 5px;
}

#features > .onecol.even.horizontal:nth-child(odd) img {
 float: left;
	padding: 0 15px 0 5px;
}

/*-----two column, even, horizontal -------*/
#features > .twocol.even.horizontal img
{
	float: left;
	padding: 0 5px 0 5px;
}

#features > .twocol.even.horizontal .cell
{
	width: 480px;
	float: right;
	vertical-align: top;
}

#features > .twocol.even.horizontal .cell:first-child
{
	float: left;
}

/*-------two column, even, vertical-----*/

#features > .twocol.even.vertical
{
	width: 100%;
}

#features > .twocol.even.vertical img
{
	padding-bottom: 5px;
}

#features > .twocol.even.vertical .top .cell
{
	text-align: center;
	vertical-align: middle;
}

#features > .twocol.even.vertical .top .cell
{
	vertical-align: top;
}

#features > .twocol.even.vertical .cell
{
	width: 480px;
}

#features > .twocol.even.vertical .cell:first-child
{
	padding-right: 40px;
}

/*------Three column, even, horizontal-----*/

div.threecol .cell
{
	padding-top: 5px;
	padding-bottom: 10px;
	width: 300px;
	height: 100%;
}

div.threecol .cell:first-child
{
	padding-right: 24px;
	padding-left: 5px;
}

div.threecol .cell:first-child + .cell
{
	padding: 0 25px 0 25px;
}

div.threecol .cell:first-child + .cell + .cell
{
	padding-left: 24px;
	padding-right: 5px;
}

/*-----Beats by Dre Products-----*/

.beatshead {
   padding: 5px;
   width: 940px;
   height: 30px;
   margin: 3px;
   background: #b3b3b3;
   color: #000000;
   font-size: 18px;
   font-family: Geneva, Verdana, sans-serif;
   font-weight: bold;
   border: 2px dashed #fff;
   border-radius: 10px;
   box-shadow: 0 0 0 4px #868686, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
   text-shadow: -1px -1px #743a3a;
   font-weight: normal;
}


/*-----Specifications------*/

#specifications
{
	width: 1000px;
}

table.specifications
{
	width: 100%;
	border-collapse: collapse;
}

table.specifications tr:nth-child(even) {
 background-color: #CCDDFF;
}

table.specifications thead tr td
{
	background-color: #eeeeee;
	font-size: 14px;
	font-weight: bold;
}

.tooltip.container
{
	position: relative;
}

.tooltip.container .tooltip
{
	display: hidden;
}

.tooltip.container .tooltip.jqactive
{
	position: absolute;
	min-width: 280px;
	background: #eeeeee;
	color: #000000;
	border: 1px solid #1a1a1a;
	font-size: 90%;
	z-index:1;
	top: 20px;
	left: 10px;
}

a.noDec,
a.noDec:link,
a.noDec:visited,
a.noDec:hover,
a.noDec:active
{
    color: #000000; 
    text-decoration: none;
    font-weight: normal;
}

/*-----Cnet Overrides------*/


.ccs-cc-inline-section-title
{
	background-color:#EEEEEE;
	font-weight: bold;
	width: 100%;
	padding: 5px;
	font-size: 16px; !important;
	color: #000;
}

.ccs-cc-inline2 h3 {
	background-color:#EEEEEE;
	font-weight: bold;
	width: 100%;
	padding: 5px;
	font-size: 14px; 
	color: #000;

}

sup {
        position: relative;
        bottom: .3em;
        font-size: 0.8em !important;
        font-style: normal !important;
}