body{
	background-color: #000;
	color: #696969;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a, a:hover, a:link, a:active, a:visited{ outline: none; }

img{
	border: none;
	vertical-align: middle;
}

#page{
	margin: 0 auto;
	position: relative;
	width: 900px;
}

#header{
	background: url('../img/bg_header.jpg') top center no-repeat #000;
	height: 93px;
	position: relative;
}

#logo_sony{
	height: 93px;
	right: 30px;
	position: absolute;
	width: 140px;
}

#player{
	background: url('../img/bg_player.jpg') top center no-repeat #000;
	height: 860px;
	position: relative;

}

#flash{
	background: #000;
	height: 270px;
	left: 186px;
	position: absolute;
	top: 146px;
	width: 480px;
}

#playlist{
	height: 270px;
	position: absolute;
	right: 74px;
	top: 146px;
	width: 140px;
}
#playlist a{
	height: 79px;
	left: 0;
	position: absolute;
	top: 0;
	width: 140px;
}

#playlist #video_1{ top: 0; }
#playlist #video_2{ top: 96px; }
#playlist #video_3{ top: 191px; }

#legion_overlay{
	background: url('../img/legion_overlay.png') top center no-repeat transparent;
	height: 397px;
	left: 20px;
	position: absolute;
	width: 290px;
	top: 90px;
	z-index: 100;
}

#bottoni{
	height: 60px;
	left: 0;
	position: absolute;
	top: 460px;
	width: 900px;
	z-index: 150;
}
#bottone_fan{
	background: url('../img/bott_fan.png') top left no-repeat transparent;
	height: 56px;
	left: 65px;
	position: absolute;
	top: 0;
	width: 180px;
}
#bottone_youtube{
	background: url('../img/bott_youtube.png') top left no-repeat transparent;
	height: 56px;
	left: 245px;
	position: absolute;
	top: 0;
	width: 180px;
}
#bottone_share{
	background: url('../img/bott_share.png') top left no-repeat transparent;
	height: 86px;
	left: 410px;
	position: absolute;
	top: -15px;
	width: 151px;
}
#bottone_acquista{
	background: url('../img/bott_acquista.png') top left no-repeat transparent;
	height: 59px;
	left: 545px;
	position: absolute;
	top: 0;
	width: 310px;
}


#download{
	bottom: 55px;
	height: 280px;
	left: 175px;
	position: absolute;
	width: 570px;
}
#download .wallpapers{
	height: 200px;
	left: 50px;
	position: absolute;
	top: 15px;
	width: 215px;
}
#download .wallpapers a{
	float: left;
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 70px;
}

#download .ipod{
	background: transparent;
	height: 200px;
	position: absolute;
	right: 50px;
	top: 15px;
	width: 215px;
}

#contenuti_speciali{
	background: url('../img/bg_contenuti_speciali.jpg') top center no-repeat #000;
	height: 200px;
	padding: 60px 0 0 550px;
	position: relative;
}

#esclusivo_bluray{
	background: url('../img/bg_esclusivo.jpg') top center no-repeat #000;
	height: 200px;
	padding: 70px 440px 0 70px;
	position: relative;
}

#separatore{
	background: url('../img/bg_sep.jpg') center center no-repeat #000;
	height: 14px;
}

#footer{
	background: #000;
	font-size: 10px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

/***************** ADDTHIS ******************/

/* AddThis Vertical Hover Menu */

#addthis_toolbox{
	position: absolute;
	background: red;
	left: 431px;
	top: 51px;
}

.addthis_toolbox .custom_hover {
    position: relative;
}

.addthis_toolbox .custom_hover .custom_button {
    font-weight: bold;
    padding: 6px 12px 6px 12px;
    color: #00bff3;
    cursor: pointer;
    -moz-border-radius: 5px 5px 0 0;    
    -webkit-border-radius: 5px 5px 0 0;
}

.addthis_toolbox .custom_hover .custom_button.active {
    background-color: #eee;
}

.addthis_toolbox .hover_menu  {
    display: none;
    position: absolute;
    background: #fff;
}

.addthis_toolbox .custom_hover .tower {
    -webkit-border-radius: 0 5px 0 0;   
    -moz-border-radius-topleft: 0;
    
}
.addthis_toolbox .hover_menu  {
    width: 136px;
    padding: 1px;
    border: 3px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .hover_menu a {    
    position: relative;
    display: block;
    width: 102px;
    padding: 4px 0 4px 34px;
    text-decoration: none;
    color: #00bff3;
}

.addthis_toolbox .hover_menu a:hover {    
    background: #f5f5f5;
    color: #027999;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.addthis_toolbox .hover_menu span {
    position: absolute;
    left: 14px;
    top: 4px;
}

.addthis_toolbox .hover_menu .more {
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    margin: 10px 10px 0 10px;
    text-align: center;
}

.addthis_toolbox .hover_menu .more a {
    padding: 4px 0;
    margin: 0;
}

.addthis_toolbox .hover_menu .more a:hover {
    background: none;
}
.addthis_toolbox .hover_menu .more span {
    display: none;
}

