.panel_grey{
	padding-bottom: 50px;
	position: relative;
	z-index: 100;
}
.panel_grey .top{
	height: 30px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom:20px;

}
.panel_grey .top .tabs a,
.panel_grey .top .tabs a:visited{
	display: block;
	float: left;
	height: 30px;
	margin: 0 10px 0 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
}
.panel_grey .top .tabs a:hover{
	text-decoration:none;
}

.panel_grey .top h3{
	display:block;
	height:30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #000;
}

.panel_grey .top h3 a,
.panel_grey .top h3 a:visited{
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #222;
	text-decoration: none;
	margin:0px;
}
.panel_grey .top h3 a:hover{
	text-decoration: none;
	color:#000;
}

.panel_grey .top h3 strong{
	display: none;
}


.panel_grey .top p{
	padding: 0 10px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #435270;
}

.panel_grey .top p.p_14{
	padding: 0 10px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 40px;
	color: #60759c;
}

.panel_grey .top ul.tabs{
	list-style: none;
	float: left;
	height: 30px;
	position:absolute;
	top:0;
	left:0;
}
.panel_grey .top ul.tabs li{
	display: block;
	float: left;
	height: 30px;
	margin-right:5px;
}
.panel_grey .top ul.tabs li a,
.panel_grey .top ul.tabs li a:visited{
	display: block;
	background: #e5e5e5;
	float: left;
	height: 29px;
	margin: 0;
	text-decoration: none;
	color: #60759c;
	border: 1px solid #e5e5e5;
	padding:0 20px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color:#999;
	text-decoration: none;
	cursor: pointer;
}
.panel_grey .top ul.tabs li a.critiques,
.panel_grey .top ul.tabs li a.critiques:visited{
	background: #E60000;
	color: #fff;
	border: 1px solid #E60000;
}
.panel_grey .top ul.tabs li a.follow,
.panel_grey .top ul.tabs li a.follow:visited{
	background: #95CBE9;
	color: #fff;
}
.panel_grey .top ul.tabs li a.comment,
.panel_grey .top ul.tabs li a.comment:visited{
	background: #AFD775;
	color: #fff;
}

.panel_grey .top ul.tabs li a:hover,
.panel_grey .top ul.tabs li a.follow:hover,
.panel_grey .top ul.tabs li a.comment:hover{
	background: #fff;
	border-right: none;
	border: 1px solid #e5e5e5;
	border-bottom:1px solid #fff;
	color:#999;
	text-decoration: none;
}

.transparent{
	background: #eee;
	position: absolute;
	left: 0px;
	top: 10px;
	width: 570px;
	height: 190px;
	filter: alpha(opacity=50);     
	-moz-opacity: 0.5;     
	opacity: 0.5;
}
