@charset "utf-8";
/* CSS Document */

html {
	height:100%;
}
body {
	width: 100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	background: #000000 url(backgrounds/02-01.gif) repeat;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #000000;
}
h1, h2, h3, h4, h5, div, table, th, td, span, p, img {
	border: 0px solid #C6C6C6;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	text-transform: capitalize;
}
table.media {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	border: 0px;
	margin: auto;
}
table.media td {
	vertical-align: middle;
	padding: 10px 0px;
}
#beeg-player {
	background-color: #000;
	width: 854px;
}
#download-player {
	background-color: #FFF1A8;
	padding: 10px;
	border: 1px solid #CCCCCC;
	white-space: nowrap;
	margin: 20px 0px;
}
.featured-site {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	white-space: nowrap;
	color: #FFFFFF;
	height: 40px;
	padding-top: 10px;
}
.site-name a {
	font-weight: normal;
}
.site-name a:link {
	color: #0099FF;	/* color: #0099FF; */ /* blue */
}
.site-name a:visited {
	color: #0099FF;
}
.site-name a:hover {
	color: #2BAAFF;
}
.site-name a:active {
	color: #2BAAFF;
}


/* FOR AFF. ANOTHER COLOR */
.site-name---- a:link {
	color: #6CD900;	/* color: #0099FF; */ /* blue */
}
.site-name---- a:visited {
	color: #6CD900;
}
.site-name---- a:hover {
	color: #80FF00;
}
.site-name---- a:active {
	color: #C80000;
}


/* ADS */
.ad-box-300x512 {
	width: 300px;
}
.ad-01, .ad-02 {
	width: 300px;
	height: 250px;
	float: right;
	border: none;
	overflow: hidden;
}
.ad-01 {
	margin: 20px 0px 0px 0px;
}
.ad-02 {
	margin: 12px 0px 50px 0px;
}




/* HIDDEN INFO */
.media-info-box {
	width: 854px;
	text-align: left;
}
.media-info {
	display: none;
	width: 794px;
	line-height: 15px;
	padding: 15px 30px;
	background: #edf0f3 url(http://content.beeg.com/styles/backgrounds/bg--media-info--01.png) no-repeat;
	border-top: 2px solid #C5CED7;
	position: relative;
	z-index: 1;
	bottom: -20px;
}
h1.media-name {
	text-transform: capitalize;
	padding-bottom: 15px;
	font-family: Trebuchet, "Trebuchet MS", Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
	border-bottom: 1px solid #C5CED7;
	clear: left;
}
.media-desc {
	display:block;
	text-align: justify;
	color: #333;
	margin-bottom: 15px;
	line-height: 1.6em;
	max-height: 200px;
	overflow: auto;
}
.media-cast {
	display:block;
	text-align: left;
	text-transform: capitalize;
}
.media-info-box .show {
	background-color: black;
	display: block;
	height: 2px;
	width: 40px;
	margin-bottom: 10px;
	margin-top: 8px;
}
.media-info-box .hide {
	background-image: url(http://content.beeg.com/styles/others/button-close-red-simple.png);
	position: relative;
	float: right;
	height: 20px;
	width: 20px;
	display: block;
	padding: 10px;
	top: -10px;
	right: -10px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}







