#menu_amministrazione {
	float: left;
	width: 900px;
	margin-left:20px;
}

#codici_sconto {
	float: left;
	width: 900px;
	margin-left:20px;	
}


#scheda_top {
padding-top:50px;
	margin-left: 120px;
	padding-bottom: 20px;	
}
#scheda_bottom{
	margin-left: 120px;
	padding-top: 5px;	
	padding-bottom: 20px;	
}
 
#tabs_container {
	height:605px;
	width:700px;
	margin-left: 120px;
}

#div_tab_main,#div_tab_descr,#div_tab_foto,#div_tab_listino,#div_tab_fatt,#div_tab_zona,#div_tab_vetrina_main,#div_tab_vetrina_info,#div_tab_primo_ricerche_main,#div_tab_primo_ricerche_info {
	position: absolute;
	height:590px;
	width:700px;
	border: 1px dotted;
	padding: 5px 5px 0px 8px;
}

#div_tab_main, #div_tab_vetrina_main, #div_tab_primo_ricerche_main {
	visibility:visible;	
}
#div_tab_descr,#div_tab_foto,#div_tab_listino,#div_tab_fatt,#div_tab_zona,#div_tab_vetrina_info, #div_tab_primo_ricerche_info  {
	visibility: hidden;	
}







.animatedtabs{
border-bottom: 0px solid gray;
overflow: hidden;
width: 700px;
font-size: 14px; /*font of menu text*/
margin-left: 120px;
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(../images/tab-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(../images/tab-right.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}


#div_costo {
	display: inline;
}

.tdadmin {	
	border-bottom: 1px solid ;
	border-bottom-color: #999999;
}
