@charset "UTF-8";
/* CSS Document */





#mainContainer {
	width:960px;
	height:auto;
	margin:auto;
}

#compHeaderMain {
	width:353px;
	height:26px;
	background:url(../images/header-in-the-news.jpg) no-repeat;
}
#sleepHeader {
	float:left;
	clear:left;
	width: 100%;
	height: 55px;
	background:url(../images/header-pressroom.jpg) no-repeat;
	background-color:#000308;
}
#blackRestImg {
	clear:left;
	float:left;
	width:234px;
	height:127px;
	background:url(../images/comfort-top.jpg) no-repeat;
}

#leftCol {
	float:left;
	width:237px;
	height:auto;
}


#rightCol {
	float:right;
	width:677px;
	height:auto;
	background-color:#FFF;
	padding-top:45px;
	padding-left:45px;
}

#beautyRestImg {
	clear:left;
	float:left;
	width:234px;
	height:127px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 14px;
	color:#FFF;
	background:url(../images/comfort-top.jpg) no-repeat;
}
#beautyRestCopy {
	float:left;
	width:222px;
	height:91px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height: 14px;
	color:#FFF;
	padding-top: 18px;
	padding-left: 13px;
	background:url(../images/confort-btm.jpg) no-repeat;
}

#contentArea {
	float:left;
	width: 960px;
	height:auto;
}
#compImg {
	float:left;
	width:218px;
	height: 274px;
	margin-top:20px;
	background-color:#999;
}


a.sidebar:link {
	color: #fff;
	text-decoration:none;
}
a.sidebar:visited {
	color: #fff;
	text-decoration:none;
}
a.sidebar:hover {
	color: #001F3F;
	text-decoration:none;
}
a.sidebar:active {
	color: #6cf;
	text-decoration:none;
}
.colLinks {
	font-size: 100%
}



/*Table styling*/


table .grid {
  border-collapse: collapse;
  width: 50em;
  border: 1px solid #eee;
}


col {
  border-right: 1px solid #eee;
}


thead {
  background:url(../images/sec-bg-tile.jpg) repeat-x left center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.yearBox {
	background:url(../images/sec-bg-tile.jpg) repeat-x left center;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-weight: normal;
	text-align: left;
	color: #FFF;
	padding: 0.1em 1em;
	clear: left;
	width: 600px;
	font-size: 12px;
}
h5.yearBox {
	background:url(../images/sec-bg-tile.jpg) repeat-x left center;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-weight: normal;
	text-align: left;
	color: #FFF;
	padding: 0.1em 1em;
	clear: left;
	width: 600px;
	font-size: 12px;
}
.singleReleaseBoxEven {
	float: left;
	width: 600px;
	margin-bottom: 8px;
	clear: left;
}
.singleReleaseBoxOdd {
	float: left;
	width: 600px;
	margin-bottom: 8px;
	background-color:#edf5ff;
	clear: left;
}
.releaseDate {
	float: left;
	width: 85px;
	font-weight: normal;
	text-align: left;
}
.releaseTitle {
	float: left;
	width: 440px;
	padding-right: 8px;
	font-weight: normal;
	text-align: left;
}
.releaseFormat {
	float: left;
	width: 30px;
	font-weight: normal;
	text-align: left;
}
a.release:link {
	color: #001F3F;
	text-decoration:none;
}
a.release:visited {
	color: #001F3F;
	text-decoration:none;
}
a.release:hover {
	color: #001F3F;
	text-decoration:none;
}
a.release:active {
	color: #6cf;
	text-decoration:none;
}

th {
  font-weight: normal;
  text-align: left;
  color:#FFF;
}

#playlistPosHead {
  text-indent: -1000em;
}

th, td .grid {
  padding: 0.1em 1em;
}

.odd {
  background-color:#edf5ff;
}

tr:hover {
  background-color:#55b5e7;
  color: #fff;
}

thead tr:hover {
  background-color: transparent;
  color: #000;
}
