@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-left:0px;
	margin-top:0px;
	background-color: #000000;
}

a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
 
a:hover {
	color: #A40000;
	text-decoration:underline;
}
/****div contenitore***/
#wrapper {
	width: 1024px;
	position: relative;
	margin: 0 auto;
}
/***div principali***/
#headerTop {
	width: 1024px;
	height: 109px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../grafica/logo_up_01.png);
	background-repeat: no-repeat;
}
#headerBottom {
	width: 1024px;
	height: 47px;
	position:absolute;
	top:108px;
	left:0px;
	z-index: 100;
}
#mainContainer {
	position:absolute;
	width:994px;
	height: auto;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
	top:156px;
	left:0px;
	background-color: #262626;
}
#searchDiv {
	position:absolute;
	height: 20px;
	width: 200px;
	margin-top: 7px;
	left: 820px;
	z-index:102;
	top: 106px;
}
#shareDiv {
	position:absolute;
	height: 20px;
	width: 125px;
	margin-top: 7px;
	left: 864px;
	z-index:101;
	top: 168px;
}
#shareDivArtists {
	position:absolute;
	height: 20px;
	width: 125px;
	margin-top: 7px;
	left: 865px;
	z-index:101;
	top: 290px;
}
#linkArtist {
	height: 20px;
	width: 978px;
	position: absolute;
	left: 23px;
	top: 294px;
	z-index: 99;
}
/***classi***/
.borderedCell {
	border: 1px solid #EEEEEE;
	padding:4px;
	background-color: #000000;
}
.borderedCell_red {
	border: 1px solid #EEEEEE;
	padding:4px;
	background-color: #CC3333;
}
.borderedCell_darkGrey {
	border: 1px solid #EEEEEE;
	padding:4px;
	background-color: #333333;
}
.borderedCell_lightGrey {
	border: 1px solid #EEEEEE;
	padding:4px;
	background-color: #666666;
}
.noteText {
	font-style:italic;
}
.smallText {
	font-size:9px;
}
.smallText_italic {
	font-size:9px;
	font-style:italic;
}
.footer_noteText {
	font-size:10px;
	font-style:italic;
	color:#CCCCCC;
}
.chapterTitle {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
}
.listGallery_link, .listGallery_link a:link, .listGallery_link a:active, .listGallery_link a:visited {
	font-weight:bold;
}
.listGallery_link a:hover {
	color:#A40000;
	text-decoration:underline;
}
#internationalOrders {
	background-color: #171717;
	background-image: url(../grafica/sfondo_titoloIntOrders.png);
	background-repeat: repeat-x;
	background-position: top;
	height: auto;
	width: 413px;
}
.internationalOrders_TitleText {
	color: #f9fec4;
	font-weight: bold;
	font-size:12px;
	padding-left:10px;
}
.orderLinkTxt, .orderLinkTxt a:link, .orderLinkTxt a:active, .orderLinkTxt a:visited {
	color:#A40000;
	font-weight: bold;
}
.orderLinkTxt a:hover {
	text-decoration:underline;
}
.linkBio, .linkBio a:link, .linkBio a:visited, .linkBio a:active {
	color:#bbc9d2;
	padding-right: 5px;
}
.linkBio a:hover {
	text-decoration:underline;
}
.casella3 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
.simpleLink, .simpleLink a:link, .simpleLink a:active, .simpleLink a:visited {
	color: #e2001a;
}
.simpleLink a:hover {
	text-decoration:underline;
}
.mediumTitle {
	color: #e2001a;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 2px;
}
.newsText {
	color: #CCCCCC;
	padding-bottom: 4px;
}
.barbieTitle {
	color: #EC2E86;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 4px;
}
#leeMain_Content {
	background-image: url(../lee/grafica/homepage_pic01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#leeAbout_Content {
	background-image: url(../lee/grafica/homepage_pic02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.leeSfondoTxt_traspGrey {
	background-image: url(../lee/grafica/sfondo_trasp_grey.png);
	background-repeat:repeat;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
