/* CSS Document */
/*controllare gli attibuti che sono di troppo (ad es. font-family)*/

/*body {
	background-color:FFFFFF;
	background-color:002e53;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFCF00;
}*/

#CARDlabel {
	width:290px; 
	height:25px; 
	background-color:FFFFFF;
	background-image: url(../images/lbl.gif); 
	font-size:18px; 
	text-align:center; 
	color:ffffff;
}

/*#CARDcard {
	position:relative; 
	top:0; 
	left:0; 
	width:600px; 
	height:300px; 
	background-color:c6c995; 
	background-image: url(../images/sfondo_logo.gif); 
	overflow:hidden;
}*/

#CARDposter {
	border: 2px solid black;
   background-color: Black;
	overflow:hidden; 
	position:absolute; 
	left:13px; 
	top:70px; 
	width:150px; 
	height:224px;
   filter:alpha(opacity="100");
}

#CARDdetail {
/*	background-color:002e53; */
	position:absolute; 
	top: 305px; 
	left:6px;
	height:210px;
	width: 168px;
	overflow: hidden;
}

/*#CARDinfo {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:336px; 
	height:119px;  
	overflow: hidden;
	font-family: Verdana, Arial, sans-serif;
}

#CARDstory {
	position:absolute; 
	left:0px; 
	top:125px; 
	width:336px; 
	height:150px; 
	padding: 3px;
	overflow: auto;
	text-align: justify;
}*/

#CARDtitle {
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	position:absolute; 
	left:0px; 
	top:0px; 
	width:180px; 
	height:75px; 
	padding: 3px;
	overflow: hidden;
}

.CARDfield {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

.CARDvalue {
	text-indent: 10px;
	font-size: 12px;	
	color: #FFCF00;
}
