/* CSS Document */

#vbox_overlay{
	/*display:none;*/
	z-index:40;
	position:fixed;
	left:0;top:0;
	width:100%;
	height:100%;
	background:black;
}

/*----Greybox structure----*/

#vbox_greyBox{
	/*display:none;*/
	z-index:41;
	position:absolute;
	left:-390px;
	top:50px;
	margin:0 0 0 50%;
	width:780px;
}
#vbox_greyBox .top, #vbox_greyBox .bottom{
	float:left;
	height:3px;
	width:780px;
	font-size:0;
}
#vbox_greyBox .top{
	background:url(../medias/img/greybox/top.gif) no-repeat left top;
}
#vbox_greyBox .bottom{
	background:url(../medias/img/greybox/bottom.gif) no-repeat left top;
}
#vbox_greyBox .content{
	float:left;
	width:750px;
	padding:12px;
	/*min-height:320px;*/
	border-right:3px solid #2c2c2c;
	border-left:3px solid #2c2c2c;
	background:#000000 url(../medias/img/greybox/content_bg.jpg) repeat-x left center;
}
#vbox_greyBox .close{
	position:absolute;
	right:12px;top:12px;
	cursor:pointer;
	color:#b4b4b4;
	font-size:9px;
	text-transform:uppercase;
}
#vbox_greyBox .close img{vertical-align:middle;}
#vbox_greyBox .close:hover{color:#ffffff;}

#vbox_greyBox .news{
	padding:12px 0 0 0;
}

#vbox_greyBox .title{
	color:#ffffff;
	padding:24px 0 13px 0;
	font:italic bold 18px/normal Arial, Verdana, sans;
	text-transform:uppercase;
	background:url(../medias/img/greybox/title_border.gif) repeat-x left bottom;
}

#vbox_greyBox .content li
{
	margin: 3px 0 3px 15px;
}

#vbox_greyBox .content p
{
	margin: 8px 0 8px 0;
}

#vbox_greyBox .content a
{
	color:#F00;
}

























