/***************************/
/***** CSS FOR FIREFOX *****/
/***************************/

/**************************************/
/***** CSS File for the video page*****/
/**************************************/

/* Parameters for the Backbone for the video page */

.menu_h {
	position: absolute;
	top: 110px;
	left: 0px;
	width:950px;
	height:30px;
	text-align:left;
	background-color: transparent;
	color: black;
	background: url(../../common/picture/page/home/eurocorps.png);
}

/* VIDEO MAIN */
.div_video {
	position:absolute;
	left:285px;
	width:380px;
	height:320px;
	text-align:left;
	border:2px solid #CCCCCC;
}

.div_video_main {
	position:absolute;
	left:30px;
	top:15px;
	width:320px;
	height:270px;
	text-align:left;
	background-color: #000000;
}

.div_video_main_video {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:240px;
	text-align:left;
	color:white;
	overflow:auto;
}

.div_video_main_title {
	position:absolute;
	left:0px;
	top:240px;
	height:30px;
	text-align:left;
}

.div_video_main_title table {
	color:white;
	width:100%;
	height:100%;
	font-size:11px;
}

.div_video_footer {
	position:absolute;
	top:300px;
	left:0px;
	width:100%;
	height:20px;
	background-color:#CCCCCC;
}

/* VIDEO OTHER */
.div_video_other {
	position:absolute;
	width:265px;
	text-align:left;
	border:2px solid #CCCCCC;
}

.div_video_other_banner {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:20px;
	text-align:left;
}

.div_video_other_banner table {
	width:100%;
	height:100%;
	font-size:13px;
	font-family:"Tahoma";
	background-repeat:norepeat;
}

.div_video_other_content {
	position:absolute;
	left:0px;
	top:25px;
	width:257px;
	text-align:left;
	overflow:auto;
}

.div_video_other_line {
	position:absolute;
	left:5px;
	width:210px;
	height:45px;
	text-align:left;
}

.div_video_other_line_img {
	position:absolute;
	top:0px;
	left:0px;
	width:60px;
	height:45px;
	text-align:left;
}

.div_video_other_line_text {
	position:absolute;
	top:0px;
	left:65px;
	width:160px;
	height:45px;
	text-align:left;
	font-size:12px;
}

.div_video_other_line_text a {
	text-decoration:none;
	color:#000000;
	font-size:11px;
}

.div_video_other_line_text a:hover {
	text-decoration:underline;
}

.div_video_other_line_text table {
	width:100%;
	height:100%;
}

.div_video_other_footer {
	position:absolute;
	left:0px;
	width:100%;
	height:20px;
	background-color:#CCCCCC;
}

/* CONTACT TO PIO*/
/*.div_contact {
	position:absolute;
	left:680px;
	width:260px;
	height:170px;
	text-align:left;
	border:2px solid #CCCCCC;
}

.div_contact_banner {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:20px;
	text-align:left;
}

.div_contact_banner table {
	color:white;
	width:100%;
	height:100%;
	font-size:13px;
	font-family:"Tahoma";
}

.div_contact_contact {
	position:absolute;
	left:0px;
	top:20px;
	width:100%;
	height:130px;
}

.div_contact_footer {
	position:absolute;
	top:150px;
	left:0px;
	width:100%;
	height:20px;
	background-color:#CCCCCC;
}*/
/* BOX: CONTACT */
.div_contact {
	position:absolute;
	left:680px;
	width:260px;
	height:170px;
	text-align:left;
	border:2px solid #CCCCCC;
}

.div_contact_contact {
	position:absolute;
	left:0px;
	top:20px;
	width:100%;
	height:130px;
}

.div_contact_contact td, a{
	font-size:11px;
	font-weight:bold;
	color:#666666;
	font-family:"Tahoma";
	text-decoration:none;
	text-align:center;
}

.div_contact_contact a:hover{
	text-decoration:underline;
}

.div_contact_footer {
	position:absolute;
	top:150px;
	left:0px;
	width:100%;
	height:20px;
	background-color:#CCCCCC;
}
/****************/
