/* CSS Document */

#schedaleft{
background-image:url(../images/index/scheda_left.png);
background-repeat:no-repeat;
width: 524px;
height: 566px;
float:left;
}

#schedaright{
background-image:url(../images/index/scheda_right.png);
width: 500px;
height: 566px;
float:left;
}

#schedatopbar{
  background-image:url(../images/index/scheda_topbar.png);
	background-repeat:no-repeat;
	width:1024px;
	height:127px;
}

#photobio{
  position: relative;
	left:20px;
	top: 15px;
}

#schedatopbar ul{
  position: relative;
	left:150px;
	top: -65px;
	margin:0px;
	padding:0px;
}


#schedatopbar ul li{
  text-align:left;
	list-style:none;
}

#schedatopbar ul li h1{
  font-size: 22px;
	font-weight:bold;
	padding-bottom:0px; 
}

#schedatopbar ul li span{

	font-weight:bold; 
}

#biograpy{
  width:500px;
	height:256px;
	margin-top:52px;
	margin-left:10px;
	overflow:auto;
	font-size:12px;
	text-align:justify;
	padding:2px;
}

.photo_gall{
 float:left;
 overflow:hidden;
 width: 120px;
 height: 66px;
 text-align:center;
 padding:2px;
}

.photo_gall img{
 border:none;

}

#scheda_gallery{
        width:500px;
	height:500px;
	margin-top:30px;
	margin-left:8px;
	overflow:hidden;
}

#commandbar {
        width:880px;
	height:40px;
	position:relative;
	top:-65px;
	left:150px;
}
/** bottom tabbed **/
#blogandinfo{
	margin-top:50px;
	width:520px;
	height:203px;
	background-image:url(../images/index/scheda_tabbed.png);	
	background-repeat:no-repeat;
	float:left;
}

#blogandinfo ul{
	float:left;
	margin:0px;
	text-align:left;
	padding:0px;
}

#blogandinfo ul li{
	float:left;
	list-style-type:none;
	text-align:center;
	padding-top:3px;
	margin-left:4px;

}

.tabbed_img {
	background-image:url(../images/index/scheda_tabselected.png);
	width:93px;
	height:27px;
    border-bottom:1px solid #ccc;	
}
.tabbed_selected{
    border-bottom:1px solid white;	
}
.tabbed_cont{
	display:none;
	width: 100%;
	float:left;
	padding:5px;
	
}
.tabbed_show{
	display:block !important;
	
}

.tabbed_container{
	
}

.tabbed_cont ul li{
	display:block;
	width:100%;
	text-align:left !important;
	float:left;
	
}

.embed_tab{
	padding:15px;
}

.codeemb{
	font-size:14px;
	width:400px;
}

/** VIDEOS **/

.video_cxv_sx{
    width: 49%;
    float:left;
    margin-right: 10px;
    margin-left: 10px;
}

.video_cxv_dx{
    width: 49%;
    float:left;
}

.atitle{
    color: #14a1ff;
    border-bottom: 2px solid #14a1ff;
    padding:6px;
    margin-bottom: 14px;
}

.atitle h2{
    color: #14a1ff;
    font-weight: bold;
    margin:0px;
    padding:0px;
}

.cxvideobox{
    width:100%;
    height:97px;
    background-image: url('/images/back_video.png');
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.cxvpreview{
    float:left;
    width:27%;
    padding:8px;
}

.cxvcontent{
    float:left;
    width:66%;
}

.cxvcontent h4{
    margin:0px;
    padding:2px;
}

.cxvplay{
    width:100%;
    height:45px;
    float:left;
    text-align:right;
    padding: 14px 10px 10px;
    
}
.cxvtitle h5{
    padding:0px;
    margin:0px;
    padding-top:10px;
}

.video_cxv_foot{
    color: #14a1ff;
    border-top: 2px solid #14a1ff;
    padding:6px;
    margin-bottom: 14px;
    width:99%;
    float: left;
    text-align: right;
    padding-right: 4px;
}

.cxvinfo{
    float:left;
    width:53%;
    text-align: left;
}

.cxinfo ul li span{
    font-weight: bold;
}

.cxvinfo ul{
    margin:0px;
    padding:0px;
    list-style: none;
}

.cxvinfo ul li{
    font-size: 12px;
}

.btncxvplay{
    float:left;
    width:40%;
}
