body{
	font-family: Tahoma, Arial, Verdana, Tahoma, Arial,sans-serif;
	font-size: 80%;
	color: #333333;
	line-height: 1.366;	
	margin: 5px auto;
	padding: 0px;
	text-align:center;
	background: #000000 url(images/bg/sf_body.jpg);
}

a:link, a:visited{
	color: #333333;
	text-decoration: none;
}
a:hover{
	color: #CC0000;
	text-decoration: underline;
}

#splash {
	border:4px solid #ffffff;
	background-color:#FFDDDD;
	color: #333333;
	width:600px;
	text-align:center;
	padding: 3px;
	margin: 30px auto;
	margin-bottom:2px;
	font-family: "Trebuchet MS", Tahoma, Arial;
}
#splash img {
	border:0px;
	margin:5px;
}

.splashlink {
	width:360px;
	border: 4px solid #990000;
	background-color:#FFFFFF;
	margin:10px auto;
	padding:2px;
	font-size: 140%;
 	color: #990000;
}

.splashlink a:link, .splashlink a:visited {
	background-color:#FFFFFF;
	display:block;
	padding:5px;
	color:#CC0000;
	text-decoration:underline;
}
.splashlink a:hover {
	background-color:#990000;
	color: #FFFFFF;
}

.splashalert {
	font-size: 120%;
 	color: #990000;
	font-weight:bold;
}

h1{
	font-size: 160%;
 	color:#330000;
 	margin: 1px;
 	padding: 1px;
}

h2{
	font-size: 140%;
	font-family: "Trebuchet MS", Tahoma, Arial;
 	color:#330000;
 	line-height: 6px;
 	font-weight:normal;
 	margin: 2px 2px 16px 2px;
 	padding: 2px;
}

.footersplash{
	font-size: 80%;
	color:#FFDDDD;
}

.footersplash a:link, .footersplash a:visited {
	color:#FFDDDD;
	text-decoration:none;
}
.footersplash a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

p{
 	margin: 1px 2px 1px 1px;
 	padding: 1px 3px 1px 3px;
}

hr{
	border: 1px dotted #cccccc;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display:block;
}

img {
	border: 1px solid #cccccc;
	margin: 0px;
	padding: 0px;
}

form{
 	margin: 0px;
 	padding: 0px;
}

input, select {
	font-size: 90%;
	color:#003366;
	
}

textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size: 100%;
	color: #003366;
}

li {
	list-style-type:none;
	background: transparent url(images/icone/box01.gif) no-repeat left center;
	text-indent: 14px;
	padding: 1px;
}

.basic {
	font-family: Verdana, Tahoma, Arial,sans-serif;
	font-size: 100%;
	color: #003366;
}

.alert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0000;
}

.alert2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9191;
	border: 1px solid #FF9191;
	background: #000000;
	margin: 5px;
	padding: 2px;
}

.condizioni {
	font-size: 90%;
	color: #999999;
}

#flashcontent {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#333333;
		margin:0px;
		padding:0px;
		border:0px solid #cc0000;
		background-color:#f2f2f2;
		text-align:center;
}
	

/************* LAYOUT **************/

#container{ /* contenitore generale*/
	width: 760px;
	margin: 0px auto;
	padding: 1px 0px 1px 1px;
	text-align:left;
	border: 1px solid #B92020;
	background: #000000;
}

#leftBar{ /* colonna sinistra */
	float: left;
	width: 140px;
	margin: 0px 8px 0px 0px;
}

#rightBar{ /* colonna destra */
	float: right;
	width: 140px;
	margin: 0px 6px 0px 1px;
}

#content{ /* colonna centrale */
	float: left;
  	width: 458px;
	text-align:left;
	margin: 0px;
}


/************* INTESTAZIONE **************/

#utilities{
	width: 760px;
	text-align:right;	
	font-size: 85%;
	color: #FF7878;
	padding: 0px 0px 2px 0px;
}

#utilities a:link, #utilities a:visited {
	color: #FF7878;
	margin: 0px 3px 0px 3px;
}
#utilities a:hover {
	color: #FFFFFF;
}


#header{
	width: 100%;
	padding: 2px 0px 2px 1px;
	margin: 0px 0px 2px 0px;
	background: transparent url(images/bg/head.jpg) no-repeat;
}

#logo{
	float:left;
	padding: 4px 0px 2px 6px;
}

#logo img{
	border: 0px;
}

#textheader{
	font-size: 80%;
	text-align:right;
	padding: 2px;
}

#intestazione{
	height: 76px;
	margin: 1px 1px 1px 6px;
	padding: 0px;
}

#headNav{
	text-align:center;	
	font-size: 80%;
	font-weight:bold;
	color: #B92020;
	padding: 2px 0px 4px 0px;
	margin: 1px -1px 0px -1px;
	background: #000000 url(images/bg/sf_head.gif) repeat-x center;
	border-top: 1px solid #B92020;
	border-bottom: 1px solid #B92020;
}

#headNav a:link, #headNav a:visited {
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	font-size: 105%;
	color:#FF9393;
}

#headNav a:hover {
color:#FFFFFF;
text-decoration: underline;
}

.headnavactive{
	font-weight:bold;
	font-size: 100%;
	text-decoration:underline;
	color:#FF9393;
}
/************* PIE' DI PAGINA ***************/

#footer {
	clear: both;/**/
	width: 100%;
	height: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	border-top: 1px solid #B92020;
	font-size: 80%;
	color: #FF7878;
	text-align:center;
	background: #000000 url(images/bg/sf_head.gif) repeat-x center;
}

#footer a:link, #footer a:visited {
	color: #FF7878;
	margin: 0px 2px 0px 2px;
}
#footer a:hover {
	color: #FFA8A8;
	text-decoration:none;
}
#footer img {
	border:0px;
}


/************* CONTENUTI BLOCCHI **************/

.blocco{
	width: 100%;
	color: #FFDDDD;
	text-align:left;
	font-size: 86%;
	margin: 2px;
	padding: 1px 0px 2px 0px;
	background-color: #000000;
	border: 1px solid #B92020;
	background: #000000;
}

.blocco a:link, .blocco a:visited {
	font-weight:bold;
	color: #FF9393;
}

.blocco a:hover {
	color:#FFFFFF;
}

.bloccocentrale{
	width: 100%;
	font-size: 85%;
	margin: 2px;
	padding: 1px 0px 1px 0px;
	background-color: #ffffff;
	border: 1px solid #cc0000;
	color: #333333;
}

.bloccocentrale2{
	width: 100%;
	font-size: 85%;
	margin: 2px;
	padding: 1px 0px 1px 0px;
	background-color: #FFDDDD;
	border: 1px solid #cc0000;
	color: #333333;
}

.bloccocentrale p{
	padding-left: 4px;
	padding-right: 4px;
}

.bloccocentrale a:link, .bloccocentrale a:visited {
	text-decoration:underline;
}

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

.bloccocentrale img {
	border: 0px solid #FFDDDD;
}

.bloccocentrale2{
	width: 100%;
	font-size: 100%;
	margin: 2px;
	padding: 1px 0px 0px 0px;
	background-color: #ffffff;
	border: 1px solid #90BBD1;
}

.bloccocentrale2 a:link, .bloccocentrale2 a:visited {
	color:#cc0000;
	text-decoration:none;
}

.bloccocentrale2 a:hover {
	color:#cc0000;
	text-decoration:underline;
}
/************* TITOLI **************/

.title{ /* titoli dei blocchi */ 
	font-family: Verdana, Tahoma, Arial,sans-serif;
	font-size:10px;
	background: #FFA1A1;
	font-weight:bold;
	color:#000000;
	padding: 1px 2px 3px 5px;
	margin: 1px 1px 0px 1px;
	text-align:center;
	background: #FFA1A1 url(images/bg/sf_title2.gif) repeat-x center top;
}

.blocco_content_title{ /* titoli dei blocchi */ 
	font-family: Verdana, Tahoma, Arial,sans-serif;
	font-size:10px;
	background: #FFA1A1;
	font-weight:bold;
	color:#000000;
	padding: 1px 2px 3px 5px;
	margin: 1px 1px 0px 1px;
	text-align:center;
	background: #FFA1A1 url(images/bg/sf_title2.gif) repeat-x center top;
}

.blocco_content_random {
	text-align:center;
	margin-top:4px;
}


.title a:link, .title a:visited {
	color:#f2f2f2;
}

.title a:visited {
	color:#ffffff;
}

.title_center{ 
	font-family: Verdana, Tahoma, Arial,sans-serif;
	font-size:90%;
	background: #FFA1A1 url(images/bg/sf_title2.gif) repeat-x center top;
	font-weight:bold;
	color:#000000;
	padding: 2px 1px 4px 5px;
	margin: 0px 1px 1px 1px;
	text-align:left;
}

.title_center a:link, .title_center a:visited {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

.title_center a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}


/************* CORRELATI **************/

.title_corr{ 
	display:block;
	background: transparent url(images/bg/navbar.jpg) no-repeat center bottom;
	font-size: 90%;
	font-weight:bold;
	color:#333333;
	padding: 1px 2px 3px 5px;
	margin: 1px 1px 0px 1px;
	border-bottom: 1px solid #FFDDDD;
}

.title_corr a:link, .title_corr a:visited {
	background: transparent url(images/bg/navbar.jpg) no-repeat center bottom;
	font-weight:normal;
	color:#006699;
}

.title_corr a:hover {
	background: transparent url(images/bg/navbar.jpg) no-repeat center bottom;
	font-weight:normal;
	color:#006699;
}

.link_corr{ 
	display:block;
	background: transparent url(images/bg/navbar.jpg) no-repeat center bottom;
	font-size: 100%;
	font-weight:bold;
	padding: 2px 2px 4px 5px;
	margin: 0px 1px 1px 1px;
	border-bottom: 1px solid #CCE0EB;
	text-align:right;
}

.link_corr a:link, .link_corr a:visited {
	background: transparent url(images/bg/navbar.jpg) no-repeat center bottom;
	color:#006699;
	font-weight:bold;
	text-decoration:none;
}

.link_corr a:hover {
	background: transparent url(images/bg/navbar.jpg) no-repeat center bottom;
	color:#CC0000;
	font-weight:bold;
	text-decoration:underline;
}



/************* TABELLE **************/


.tabella1 td{
	border-right: 1px solid #FF9393;
	border-bottom: 1px solid #FF9393;
	padding: 2px;
	margin: 2px;
}

.tabella2 td{
	border: 1px solid #CCE0EB;
	background: #F7F9FA;
	padding: 0px 0px 2px 0px;
}

.tdwhite {
	background: #F7F9FA;
}

.tabtitle{
	background: #F7F9FA;
	background: transparent url(images/bg/navbar.jpg) no-repeat center bottom;
	font-weight:bold;
}



/************* MENU CATEGORIE **************/

.menu_list{
	width: 100%;
	font-size: 80%;
	margin: 2px;
	padding: 1px 0px 2px 0px;
	background-color: #000000;
	border: 1px solid #B92020;
	background: #000000 url(images/icone/mela02.gif) no-repeat left;
	background-position: -600px;
}

.menu_list img{
	float: left;
	margin: 2px 5px 2px 2px;
	border: 1px solid #90BBD1;
}

.menu_list td{
	border: 1px solid #CCE0EB;
	/*background: #F7F9FA url(images/bg/header.jpg) no-repeat center center;*/
}


.menu_list a:link, .menu_list a:visited {
	font-weight:bold;
	font-size: 105%;
	display:block;
	color: #FF9393;
}

.menu_list a:hover {
}

.menu_list p a:link, .menu_list p a:visited {
	font-weight:bold;
	font-size: 105%;
	display:block;
	line-height: 15px;
	background: #000000 url(images/icone/mela01.gif) no-repeat left center;
	padding: 1px 0px 3px 16px;
	margin: 0px -3px -2px -2px;
	border-top: 1px solid #9C1111;
	border-bottom: 1px solid #9C1111;
	border-left: 1px solid #9C1111;
	border-right: 1px solid #9C1111;
	background-position: 3px 4px;
	
}

.menu_list p a:hover {
	background: #D00000 url(images/icone/mela02.gif) no-repeat left;
	border: 1px solid #B92020;
	background-position: 3px 4px;
	color:#FFFFFF;
}

.menu_list2 p a:link, .menu_list2 p a:visited {
	font-weight:normal;
	font-size: 105%;
	display:block;
	color: #333333;
	line-height: 13px;
	background: #FFDDDD url(images/icone/arr01.gif) no-repeat left center;
	padding: 2px 0px 3px 20px;
	margin: 0px -3px -3px -2px;
	border: 0px;
	border-bottom: 1px solid #cc0000;
	background-position: 7px 5px;
}

.menu_list2 p a:hover {
	color: #ffffff;
	background: #FF6666 url(images/icone/arr02.gif) no-repeat left;
	border: 0px;
	border-bottom: 1px solid #cc0000;
	padding: 2px 0px 3px 17px;
	background-position: 7px 5px;
}

.list_cat2  {
	display:inline;
	margin: 0px;
	padding: 0px;
}


/************* LAYOUT PRODOTTI ***************/
.title_prod_bg { 
	background: #FFA1A1 url(images/bg/sf_title2.gif) repeat-x center top;
	border-bottom: 0px solid #000000;
	padding: 2px 2px 2px 2px;
	margin: 1px 1px 1px 1px;
	height:15px;
}

.title_prod_bg2 { 
	background: #FF8C8C;
	border-bottom: 1px solid #000000;
	padding: 2px 2px 2px 2px;
	margin: 1px 1px 1px 1px;
	height:10px;
}

.title_prod{
	float:left; 
	font-size: 140%;
	font-weight:bold;
	color:#000000;
	margin: -3px 0px 20px 2px;
}

.data_prod{ 
	float:right; 
	font-size: 100%;
	font-weight:normal;
	color: #333333;
}

.desc_prod{ 
	/*clear:both;*/
	float:left;
	width: 376px;
	background:#FFDDDD;
	color: #333333;
	margin: 1px;
	border-right: 1px solid #FF9393;
}

.desc_prod img{ 
	float:left;
	border: 0px solid #B92020;
	margin: 4px 4px 6px 4px;
}

.desc_prod_Y{ 
	background:#FFDDDD url(images/bg/Y.gif) no-repeat right;
}
.desc_prod_N{ 
	background:#FFDDDD url(images/bg/N.gif) no-repeat right;
}
.desc_prod_V{ 
}

.borderimage{
	border: 0px solid #B92020;
}


.detail_prod{ 
	clear:both;
	float:left;
	width: 100%;
}

.tools_prod{ 
	float:right;
	text-align:right;	
	background: #FFDDDD;
	/*border-left: 1px solid #FF9393;*/
	padding: 2px 4px 30px 8px;
}


.tools_prod_detail{ 
	display:block;
	text-align:right;	
	background: #000000;
	padding: 0px 4px 0px 2px;
}

.link_prod{ 
	font-size: 105%;
	font-weight: bold;
}

.link_prod a:link, .link_prod a:visited { 
	font-size: 105%;
	font-weight: bold;
}

.news_prod{ 
	/*float:left;*/
	font-size: 100%;
	font-weight:bold;
	color:#cc0000;
	margin-left: 10px;
	text-decoration:blink;
}

.cod_prod{ 
}

.price_prod{ 
	display:inline;
	vertical-align:middle;
	text-align:left;
	font-size: 110%;
	font-weight:bold;
	color:#cc0000;
	padding: 0px 4px 0px 0px;
}

.buy_prod{ 
	display:inline;
	font-size: 105%;
	color:#006699;
	font-weight:bold;
	background: #eeeeee;
	border: 1px solid #006699;
	height: 18px;
	margin-top: 6px;
	margin-bottom: 3px;
}


/************* ALTRO ***************/

.homephoto {
	border: 1px solid #ffffff;
}

.home{
	color:#000000;
	margin-bottom:6px;
}

/************* PAGINAZIONE *************************/
.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	background: #FFA1A1 url(images/bg/sf_title2.gif) repeat-x center top;
	border: 1px solid;
	border-color: #000000;
}

a.navbar:link, a.navbar:active, a.navbar:visited {
	font-family: Wingdings, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 0px solid;
	text-decoration: none;
}
a.navbar:hover {
	color: #CC0000;
	text-decoration: underline;
}


.thumbs{ 
	clear:both;
	background:#FFDDDD;
	color: #333333;
	width:100%;
}

.thumbs img{ 
	border: 1px solid #B92020;
	margin: 4px 2px 0px 2px;
	background:#ffffff;
	padding:1px;
}

.online {
color:#FF9393;
}



.input_nick {
	width:120px;

}


.dom_bacheca {
	color: #FFA1A1
}

.link_amici img {
	border:1px solid #cc0000;
	padding:1px;
}

.giornale {
	font-size:110%;
	font-weight:bold;
}

/* AGGIORNAMENTO STILE 08 */
.bloccocentrale08{
	clear:both;
	width: 99%;
	font-size: 85%;
	margin: 2px;
	padding: 2px;
	background-color: #ffffff;
	border: 2px solid #cc0000;
	color: #333333;
}

.title_prod_bg08 { 
	background: #FFA1A1 url(images/bg/sf_title2.gif) repeat-x center top;
	border-bottom: 0px solid #000000;
	padding: 0px 2px 2px 6px;
	font-size: 130%;
	font-weight:bold;
}

.desc_prod08{ 
	clear:both;
	/*float:left;
	width: 376px;*/
	background:#FFDDDD;
	color: #333333;
	padding: 2px;
	border-right: 1px solid #FF9393;
}


.desc_prod08 img{ 
	border: 2px solid #B92020;
	margin: 2px 4px 4px 0px;
	background:#ffffff;
	padding:4px;
	float:left;
}

.audioplayer{ 
	/*visibility:hidden;*/
}

#player{
	border: 4px solid #990000;
	text-align:center;
	background-color:#ffffff;
	padding:4px;
	margin:4px auto;
	width: 560px;
}



