

body {
	margin: 0px;
	border: 0;
	padding: 0;
	background-color: #000;
	color: #FFFFFF;
	font-family: Comic Sans MS;
	}
td {
	font-family: Comic Sans MS;
	color: #000;}
td.menu {
	font-family: Comic Sans MS;
	color: #000;
    cursor: hand;}

a {text-decoration: none;}
a:link {color: #000000;}
a:visited {color: #000000;}
a:hover {color: #000000;text-decoration: underline;}


p.bianco {
	font-family: Verdana, Tahoma;
	text-decoration: none;
	color: #fff;
	}
a.bianco:link {color: #fff;text-decoration: underline;}
a.bianco:visited {color: #fff;text-decoration: underline;}
a.bianco:hover {color: #fff;text-decoration: underline;}

a.menu {
	font-family: Comic Sans MS;
	text-decoration: none;
	background: #fc0;
	color: #000;
	}
a.menu:link {
	font-family: Comic Sans MS;
	background: #fc0;
	color: #000;
}
a.menu:visited {
	font-family: Comic Sans MS;
	background: #fc0;
	color: #000;
}
a.menu:hover {
	font-family: Comic Sans MS;
	background: #000;
	color: #fff;text-decoration: none;
}


#sx {
	text-align: center;
	color: #000;
	background: #fff;
	width: 290px;
	height: 700px;
	margin: 0 auto;
	border: 4px solid #fc0;
	border-right: 0;
}

#ce {
	text-align: center;
	color: #000;
	background: #fff;
	width: 290px;
	height: 700px;
	margin: 0 auto;
	border: 4px solid #fc0;
	border-right: 0;
	border-left: 0;
}

#dx {
	text-align: center;
	background: #fff;
	width: 290px;
	height: 700px;
	margin: 0 auto;
	border: 4px solid #fc0;
	border-left: 0;
}

#big {
	text-align: center;
	background: #fff;
	width: 590px;
	min-height: 700px;
	margin: 0 auto;
	border: 4px solid #fc0;
	border-left: 0;
}

#articolo {
	text-align: center;
	color: #000;
	background: #fff;
	width: 450px;
	height: 700px;
	margin: 0 auto;
	border: 4px solid #fc0;
	border-right: 0;
	border-left: 0;
}
#correlati {
	text-align: center;
	background: #fff;
	width: 130px;
	height: 700px;
	margin: 0 auto;
	border: 4px solid #fc0;
	border-left: 0;
}

#acquista {
	text-align: center;
	background: #fff;
	width: 100px;
	margin: 0 auto;
	border: 4px dashed #c00;
	padding: 2px;
	
}

hr {
margin_top: 1;
margin-bottom: 1;
}



#dhtmltooltip{
position: absolute;
left: -300px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
font: bold 12px Comic Sans MS;
color: #000;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
color: #000;
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}


