*
{
	margin: 0px;
	padding: 0px;
}
img
{
	border: 0px;
}

a:focus{
	outline: 0; 
}

.box_laterale
{
	width: 178px;
	margin-bottom: 10px;
	position: relative;
}
#content_left
{
	width: 178px;
	float: left;
	/*background-color: red;*/
}
#content_main
{
	width: 590px;
	float: left;
	padding-top:2px;
	/*background-color: green;*/
}
#content_main_big
{
	width: 768px;
	float: left;
	padding-top:2px;
	/*background-color: green;*/
}
#content_right
{
	width: 178px;
	float: right;
	/*margin-top: 50px;*/
	/*background-color: blue;*/
}

.box_centrale_piccolo
{
	width: 295px;
	float: left;
	margin-bottom: 10px;
}
.box_centrale_grande
{
	width: 590px;
	float: left;
	margin-bottom: 10px;
}

.lr_pad_10
{
	padding-left:10px;
	padding-right:10px;
}
.pad_10
{
	padding: 10px;
}
.footer_copy_left
{
	float: left;
	text-align: left;
	font-size: 9px;
}
.footer_copy_right
{
	float: right;
	text-align: right;
	font-size: 9px;
}
.footer_copy_center
{
	float: center;
	text-align: center;
	font-size: 9px;
}
#topmenu_up
{
	height: 27px;
	line-height: 27px;
	padding-left:20px;
}
#topmenu_down
{
	height: 24px;
	line-height: 24px;
	padding-left:20px;
}
.box_prodotto
{
	width: 133px; 
	height:198px;
	float: left;
	position: relative;
	padding-left: 30px;
}
.login_box
{ 
	height: 37px;
	overflow:hidden;
}
.pulsante_right
{
	position: absolute;
	right:10px;
	/*bottom: 10px;*/
}
.pulsante_left
{
	position: absolute;
	left:10px;
	margin-top: 0px !important;
	margin-top: -10px;
	/*bottom: 10px;*/ 
}
.pulsante_dettagli
{
	padding-top: 3px;
	padding-left: 60px;
}
#logo
{
	padding-top: 8px;
}
.box_lista
{
	width: 590px;
	float: left;
	margin-bottom: 10px;
}
.box_lista_big
{
	width: 768px;
	float: left;
	margin-bottom: 10px;
	margin-left: 6px;
}

.box_generic
{
	margin-left: 15px;
	position: relative;
}
.box_detail_novipromo
{
	width: 177px;
	text-align: center;
	margin-top:5px;
}
.box_detail_caratt
{
	float: right;
	margin-right: 15px;
	margin-top: 0px;
	width: 340px;
}
.box_detail_caratt_big
{
	float: right;
	margin-right: 15px;
	margin-top: 0px;
	width: 540px;
}
.box_detail_caratt_big_left
{
	float: left;
	margin-right: 15px;
	margin-top: 0px;
	width: 540px;
}
.box_detail_caratt_big_txt
{
	float: right;
	margin-right: 15px;
	margin-top: 0px;
	width: 705px;
}
.box_detail_marca
{
	text-align: right;
}

.barra_pulsanti
{
	text-align: right;
	margin-top:10px;
	margin-right:30px;
	margin-left: 10px;
}
.box_news
{
	width: 710px;
	height: 100px;
}
.box_news
{
	display: table;
}
.box_news_link
{
	text-align: right;
	width: 400px;
	float: right;
}
.prodotto_image
{
	width: 90px;
}

.text_red{
	font-weight: bold;
	color: #a11f1c;
}

/* STILI ELEMENTI */

a img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	border: 0px;
}

a:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}

a:active img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}


a:focus img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}

#carrello_consegna{
	padding: 10px;
}

#carrello_cliente{
	padding: 10px;
}

#table_prezzi
{
	width:100%;
}
#table_prezzi th
{
	font-weight: bold;
	text-align: center;
	color: #1e467c;
}
#table_prezzi td
{
	height: 15px;
	text-align: center;
}
.box_detail_istituz
{
	margin-top: 0px;
	width: 540px;
}
.img_banner
{
    width:180px;
    border:0px
}
.img_banner_alto
{
	width: 553px;
}
.img_banner_centrale
{
    width: 553px;
    border:0px;
    padding-left:15px;
}
.pari
{
	background-color: #fff;
}

.dispari
{
	background-color: #f4f5f7;
}

.table_list_dispari
{
	background-color:white;
	height: 20px;
	padding-top:0px;
	padding-bottom:0px;
	font-size:10px;
}

.input_button
{
	height: 20px;
	background-color: #5086a8;
	color: white;
	font-size:11px;
}

.text_news
{
    font-size:10px;
}
.textarea_news
{
    font-size:11px;
}

.table_list_header
{
	font-size:10px;
	font-weight: bold;

	background-color:#D3E7F2;
}

.navbar_selected
{
	font-color: white;
	display: inline;
	background-color: #D3E7F2;
	padding-left: 2px;
	padding-right: 2px;
	color: white;
}

/*DIV SOVRAPPOSTO*/
.black_overlay
{
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content 
{
	display: block;
	position: absolute;
	top: 30%;
	bottom: 30%;
	left: 30%;
	right: 30%;
	width: 40%;
	height: 40%;
	border-style: solid;
	border-width: 1px;
	border-color: #525252;
	background-color: white;
	z-index:1002;
	overflow: auto;
	background-image: url('../images/tab_back.png');
	background-repeat: repeat-x;
}
.light_title
{
	height: 20px;
	line-height: 20px;
	color: black;
	font-weight: bold;
	font-size:11px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: silver;
}
.light_text
{
	
	line-height: 20px;
	background-color: white;
	color: black;
	font-size:11px;
	margin:10px;
}
.light_box
{
	border-style: dotted;
	border-color: gray;
	border-width: 2px;
	margin: 3px;
	margin-bottom: 10px;
}
.light_global
{
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	background-color: silver;
	color: black;
}
.light_global table
{
	width:100%;
}
.light_global a:link, .light_global a:visited, .light_global a:hover 
{
	color: red;
	font-size:11px;
}


.waiting
{
	width:100%;
	height:100%;
	z-index: 999999;
	opacity:0.4;
	filter:alpha(opacity=40);
	background-color: white;
	position: absolute;
	top: 0px;
	left:0px;
	text-align: center;
	vertical-align: middle;
}
.waiting_text
{
	text-align: center;
	font-size:16px;
	color: black;
	padding-top: 10px;
}

#main_140
{
	height: 140px;
}
