/*====================================================================================*\
|| ################################################################################## ||
|| # 	Buildnet website - Licence Number BED200303PARE06			  				# ||
|| # ------------------------------------------------------------------------------	# ||
|| # ------------------------------------------------------------------------------	# ||
|| # Copyright ©1998-2006 Computel srl and Paolo Remonato. All Rights Reserved.		# ||
|| # This file may not be redistributed in whole or significant part. 				# ||
|| # ---------------------- BUILDNET IS NOT FREE SOFTWARE ----------------------	# ||
|| # (c) http://www.assiplan.it  (posta [AT] assiplan.it) - http://www.computel2.it	# ||
|| ################################################################################## ||
|| # filename :	edilbedin-interno.css	code:2006031001	lastupd: 20060320 rel.:/pr	# ||
\*====================================================================================*/

BODY {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	scrollbar-track-color : #5F9EA0;
	scrollbar-shadow-color : Black;
	scrollbar-highlight-color : Gray;
	scrollbar-face-color : Silver;
	scrollbar-darkshadow-color : #5F9EA0;
	scrollbar-base-color : Gray;
	scrollbar-arrow-color : Black;
	scrollbar-3dlight-color : #5F9EA0;
}

.titoloprincipale{
	background-color: #FFFFE0;
	color: Black;
	font-weight: bold;
	padding: 4px;
	border-bottom: 1px solid #dedede;
	width: 100%;
	text-align: center;
	font-size: 1.4em;
}


.titolomenu{
	background-color: Green;
	color: White;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	width: 100px;
	text-align: center;
	font-size: 0.9em;
	padding-top : 2px;
	margin-bottom : 14px;
}

A.menu:LINK,A.menu:ACTIVE,A.menu:VISITED{
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
	font-size: 0.9em;
	margin-top: -7px;
	font-weight: bold;
	width: 100px;
	text-decoration: none;
	border-left : 1px dotted white;
	border-right : 1px dotted white;
	border-top: 1px dotted white;
	border-bottom: 1px dotted White;
	padding-top : 2px;
	vertical-align : middle;
	text-align : center;
}

A.menu:HOVER{
	font-family: Arial, Helvetica, sans-serif;
	background-color: Yellow;
	color: #003300;
	font-size: 0.9em;
	margin-top: -7px;
	font-weight: bold;
	width: 100px;
	text-decoration: underline;
	text-align : center;
}

.copyright{
	color: #999999;
	font-size: 0.7em;
}

.foot{
	color: #999999;
	font-size: 0.9em;
}

A.footmenu:LINK {
	color: White;
	text-decoration : none;
}

A.footmenu:ACTIVE {
	color: Yellow;
	text-decoration : none;
}


A.footmenu:VISITED {
	color: #D3D3D3;
	text-decoration : none;
}

A.footmenu:HOVER {
	color: White;
	background-color : red;
	text-decoration : underline;
}

/* per le immagini */

A.trasparente:LINK , A.trasparente:HOVER , A.trasparente:VISITED{
	background-color : transparent;
}

.transp:LINK , .transp:HOVER , .transp:VISITED{
	background-color : transparent;
}

.bktd{
	background-color: #FFE4C4;
	background-image : none;
}

.tdnews{
	background-color: #FFE4C4;
	font-size: 0.8em;
}

.bkth{
	background-color: Green;
	color: White;
}

td, th, .principale{
	font-size: 0.9em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : transparent;
}

A:LINK ,  A:ACTIVE , A:VISITED{
	text-decoration : none;
	color: Blue;
}

A:HOVER {
	text-decoration : underline;
	background-color: Blue;
	color: White;
}

#boxprodotto{
	background-color: #FFFFF0;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 0px;
	width:90%;
	margin-bottom: 10px;
}

#immagine{
	float: left;
	width: 140px;
	padding: 6px;
	text-align: center;
}

#headprodotto{
	background-color: #BDB76B;
	font-weight: bold;
	border-bottom: solid #000000 1ps;
	padding: 6px;
	text-transform: uppercase;
}

#footprodotto{
	background-color: #FFDEAD;
	border-bottom: solid #000000 1ps;
	padding-right: 10px;
	text-align: right;
}

#testoprodotto{
	text-align: justify;
	margin-left: 132px;
	padding: 6px;
	width: 100%;
}


