
/* Styles til contentBox */

/* Wrapper styles start */
div#topWrapper {
	position:relative;
	height:494px;
	width:830px;	
	margin:0;
	background:transparent url(../images/topBg.gif) no-repeat 0 0;
	}	
div#topWrapper div#playerWrapper {
	position:absolute;
	top:48px;
	left:16px;
	height:420px;
	width:400px;
	overflow:hidden;
	background:transparent;
	}	
div#topWrapper div#contentWrapper {
	position:absolute;
	top:48px;
	right:16px;
	height:420px;
	width:383px;
	overflow:hidden;
	background:transparent;
	}
/* Wrapper styles end */

/* Player styles start */
	
	div#player {
	margin:0px 0px;
	color:#fff;

	}
	
/* Player styles end */

/* Content styles start */
	
div#content {
	background:transparent url(../images/contentBg.gif) repeat-y 0px 0px;
	color:#fff;
	}
div#content p {
	font-size:10px;
	color:#fff;
	margin:3px 0 0 0;
	padding:0;
	}	
	
div#content div.contentHeader01 {
	height:31px;
	background:transparent url(../images/contentHeader01.gif) no-repeat 0px 0px;
	}	
div#content div.contentHeader01 span {
	margin-left:-2000px;
	}	
div#content div#descriptionLeft {
	width:100px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	display:inline; /* IE doble-margin bug */
	}
div#content div#descriptionLeft img {
	display:block;
	border:solid 1px #fff;
	margin:10px 0 3px 0;
	}
div#content div#descriptionRight {
	height:379px;
	margin-top:10px;
	overflow:auto;
	width:259px;
	}
div#content div#descriptionRight p.header {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	}
div#content div#descriptionRight p.body {	
	margin:0;
	padding:5px 5px 5px 0;
	font-size :11px;
	}
	
/* Content styles end */


























