.dossier {
	background: #fff700;
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px;
}
.dossier-intro {
	width: 100%;
	overflow: hidden;
	padding: 0 0 12px;
	position: relative;
	border-bottom: 7px solid #000;
}
.dossier-date {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}
.dossier .rss {
	position: absolute;
	top: 8px;
	right: 10px;
}
.dossier .rss img{display: block;}
.dossier h2 {
	font-size: 65px;
}
.dossier h2 span {
	float: left;
	font-size: 65px;
	line-height: 65px;
}
.dossier-text {
	border-top: 2px solid #000;
	border-bottom: 7px solid #000;
	padding: 5px;
}
.dossier-graph {
	width: 100%;
	overflow: hidden;
}
.dossier .graph {
	float: right;
	padding: 10px;
}
.dossier .preview {
	height: 1%;
	overflow: hidden;
}
.graph-title {
	border-bottom: 1px solid #000;
	padding: 0 10px;
	overflow:hidden;
	height: 1%;
}
.graph-title span.price {
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	float: left;
}
.dossier .delta {
	float: left;
	margin: 0;
	padding: 0 0 0 35px;;
	overflow: hidden;
	list-style: none;
}
.dossier .delta li {
	float: left;
	padding: 0 8px;
	margin: 0 -2px 0 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
}
.dossier .delta.neg li{
	color: #ec1c24;
	background: url(../images/sep-neg.gif) no-repeat 100% 50%;
}
.dossier .delta.pos li{
	color: #49bb19;
	background: url(../images/sep-pos.gif) no-repeat 100% 50%;
}
.detailed ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	float: left;
	width: 190px;
}
.detailed li {
	padding: 2px 0;
	font-size: 12px;
	line-height: 17px;
	width: 100%;
	overflow: hidden;
	vertical-align: top;
	color: #000;
}
.detailed li span{
	font-weight: bold;
}

/*videobox start */
.videobox {
	width: 100%;
	overflow: hidden;
	background: red;
}
.videoplayer {
	overflow: hidden;
	width: 326px;
	margin: 0 auto;
}
.videoplayer img {display: block;}
/*videobox end */
/*dossier list start */
.dossier-col {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width:175px;
}
.dossier-col li.hover,
.dossier-col li:hover {
	background: #e8e8e8;
}
.dossier-col li{
	border-bottom:1px dotted #d9d9d9;
	border-top:1px dotted #d9d9d9;
	display:inline;
	float:left;
	margin:-1px 0 0;
	overflow:hidden;
	padding:5px 0;
	vertical-align:top;
	width:100%;
}
.dossier-col li div{
	height:1%;
	overflow:hidden;
}
.dossier-col li a.name {
	color:#000;
	font-size:14px;
	font-weight:bold;
}
.dossier-col li p {
	font-size:12px;
	font-weight: bold;
	margin:0;
	padding:0;
}
.dossier-col li p a{color:#3f3f3f;}
.dossier-col li span {
	font-weight: bold;
}
.blue .dossier-col li span.date {
	color:#12baed;
	font-weight:bold;
	line-height:14px;
}
/*dossier list start */
.tab-content{
	padding: 10px;
}
