﻿@import "/ascx/css_controlli.css";
form
{
    margin:0;
    padding:0;    
}

a img
{
	border:none;	
}

img.sx
{
	position:relative;
	margin-right:10px;
	float:left;
}

div.sx_container
{
    width:130px;
    height:130px;
    position:relative;
    float:left;   
    margin-right:10px; 
}

div.didascalia
{
	border:2px solid #D1E6EF;
	background-color:#E0EBEF;
	padding:20px;
	line-height:18px;
	font-size:13px;	
}

div.didascalia h3
{
	margin:0;
	padding:0;
	margin-bottom:5px;
}

div.dx_container
{
    width:130px;
    height:130px;
    position:relative;
    float:right;   
    margin-left:10px; 
}

div.sx_didascalia
{
    position:absolute;
    right:0;
    bottom:0;
    width:auto;
    padding:1px;
    text-align:right;
    color:white;
    background-color:#444;    
    filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
}

img.dx
{
	position:relative; 
	float:right; 
	margin-left:10px;
}

input
{ 
	outline:0;
}

body 
{
    background-color:#888888;
    margin:0;
    font-family:Arial, Verdana;
}

div.sx_fade
{
	width:50px;
	background-image:url(/pictures/sx_fade.png);
	position:absolute;
	left:-50px;
	top:0;
	width:50px;
	background-position:right;
	background-repeat:repeat-y;
	min-height:100%;
	height: auto !important; 
	height: 100%;
}


div.dx_fade
{
	width:50px;
	top:0;
	background-image:url(/pictures/dx_fade.png);
	position:absolute;
	right:-50px;
	width:50px;
	background-position:left;
	background-repeat:repeat-y;
	min-height:100%;
	height: auto !important; 
	height: 100%;
}


div.home_layout
{
	width:950px;
	position:relative;
	background-color:#FFFFFF;
}

div.header
{
	background-image:url(/pictures/bg_header.gif);
	width:950px;
	height:177px;
	position:relative;
	text-align:left;
}

div.header_logo
{
	position:absolute;
	left:60px;
	top:18px;
	width:205px;
	height:135px;
}

div.header_title
{	
	position:absolute;
	right:60px;
	text-align:right;
	bottom:15px;
	width:500px;
	height:50px;
	font-size:40px;
	color:#014863;
}

div.home_content
{
	background-color:#FFFFFF;
	text-align:left;
	font-size:12px;
	color:#222222;
	position:relative;
}

div.menu
{
	background-color:#EEEEEE;
	height:56px;
	background-image:url(/pictures/bg_menu.gif);	
	text-align:left;
	padding-left:50px;
}

div.pulsante_menu
{
	float:left;	
	height:38px;
	padding-top:18px;
	line-height:20px;
	width:105px;
	font-weight:normal;
	font-size:13px;
	text-align:center;
	border-left:1px solid #013954;
}

div.pulsante_menu a:link, div.pulsante_menu a:visited
{
	text-decoration:none;
	font-family:Arial;
	color:#FFFFFF;
}

div.alert
{
	padding:15px;
	font-size:16px;
	padding-left:95px;
	background-image:url(/pictures/warning.png);
	background-repeat:no-repeat;
	background-position:15px center;
	color:#FFFFFF;
	background-color:#FF595E;
	border-color:#FF0000;
	height:60px;
}

div.pulsante_menu a:hover
{
	text-decoration:underline;
}

div.footer
{
	background-image:url(/pictures/footer.jpg);
	width:950px;
	height:154px;
	color:#777;
	font-size:11px;
	position:relative;
	text-align:left;
}

div.footer_group
{
	padding-left:80px; 
	width:210px; 
	float:left; 
	line-height:18px; 
	padding-top:20px;	
}

div.footer_group div
{
	background-image:url(/pictures/line.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-top:3px;
	padding-left:3px;
}

div.crediti
{
	width:950px;
	position:absolute;
	bottom:25px;
	left:0;
	text-align:center;
	color:#004c6b;
	padding-bottom:3px;
	background-image:url(/pictures/line2.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

div.footer a:link, div.footer a:visited
{
	text-decoration:none;
	font-family:Arial;
	color:#0086b9;
}

div.footer a:hover
{
	text-decoration:underline;
}

a:link, a:visited
{
	text-decoration:none;
	font-family:Arial;
	color:#DF6B0D;
}

a:hover
{
	text-decoration:underline;
}

h1
{
	color:#008DBF;
	font-size:25px;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

h2
{
	color:#0083b9;
	border-bottom:1px solid #0083b9;
	font-size:17px;
	margin:0;
	padding:0;
	font-weight:bold;
	margin-bottom:10px;	
	margin-top:20px;
}

h3
{
	color:#0083b9;
	font-size:13px;
	margin:0;
	padding:0;
	font-weight:bold;
	padding-top:10px;
}	

div.frmCerca
{
    position:absolute;
    right:0;
    width:300px;    
}

div.notizia
{
    background-image:url(/pictures/arrow.gif); 
    background-position:left top;
    background-repeat:no-repeat;
    padding-left:40px;
    padding-bottom:5px;
    margin-bottom:20px;  
}

div.titolo_articolo
{
	position:absolute;
	top:10px;
	left:0;
	text-align:center;
	width:250px;
	font-size:20px;
	color:#666;
}

div.descrizione_articolo
{
	position:absolute;
	margin-left:280px;	
	top:195px;
	text-align:left;
}

div.articolo
{
	width:200px;
	cursor:pointer;
	float:left;
	margin-left:20px;
	position:relative;
	border:1px solid #DDDDDD;
}

div.articolo_lista
{
	border:1px solid #DDDDDD;
	padding:10px;
	height:150px;
	margin-bottom:10px;	
	width:150px;
	display:block;
	cursor:pointer;
	float:left;
	position:relative;
	margin-right:10px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

div.articolo_lista a
{
	color:#666666;	
}

div.immagine_articolo
{
	height:200px;		
}

div.articolo h3
{
	margin:0;	
	font-weight:normal;
	color:#444;
	padding:0;
	padding-top:5px;
	font-size:18px;
}

div.prezzo_articolo
{
	text-align:center;	
	font-size:16px;
	font-weight:bold;
	color:#FF4500;
}

div.barra_store
{
	background-image:url(/pictures/barra_store.gif);
	background-repeat:no-repeat;
	height:34px;
	color:#444;
	font-size:11px;
	padding-top:7px;
	margin-bottom:0;
}

div.briciole
{
    margin-top:10px;
    margin-bottom:30px;
    font-size:12px;
    font-family:Arial;
    background-color:#EFEFEF;
    padding:3px;    
}

div.barra_store a:link, div.barra_store a:visited
{
	text-decoration:none;
	font-family:Arial;
	color:#555555;
}

div.barra_store a:hover
{
	text-decoration:underline;
}

div.ordine
{
	border:1px solid #004F6F;
	position:relative;
	margin-bottom:30px;
}

div.ordine_singolo
{
	height:25px;
	line-height:25px;
	padding-left:5px;	
	position:relative;
}

div.ordine_singolo_head
{
	height:25px;
	line-height:25px;
	padding-left:5px;	
	position:relative;	
}

div.titolo_ordine
{
	height:40px;
	line-height:40px;
	position:relative;
	left:0;
	top:0;
	color:#FFFFFF;
	padding-left:5px;	
	background-color:#004F6F;
}

div.nome_articolo_ordine
{
	width:300px;
	position:absolute;
	left:5px;
	border-right:1px solid #DFF6FF;	
}

div.qta_articolo_ordine
{
	width:50px;
	position:absolute;
	padding-left:5px;
	left:305px;
	border-right:1px solid #DFF6FF;	
}

div.prezzo_articolo_ordine
{
	width:100px;
	position:absolute;
	padding-left:5px;
	left:360px;
	border-right:1px solid #DFF6FF;	
}

div.prezzo_sub_articolo_ordine
{
	width:150px;
	position:absolute;
	padding-left:5px;
	left:465px;
	border-right:1px solid #DFF6FF;	
}


div.nome_articolo_ordine_head
{
	width:300px;
	position:absolute;
	left:0;
	font-weight:bold;
	padding-left:5px;
	background-color:#DFF6FF;
	border-right:1px solid #DFF6FF;	
}

div.qta_articolo_ordine_head
{
	width:50px;
	position:absolute;
	left:305px;
	font-weight:bold;
	padding-left:5px;
	background-color:#DFF6FF;
	border-right:1px solid #DFF6FF;	
}

div.prezzo_articolo_ordine_head
{
	width:100px;
	position:absolute;
	left:360px;
	font-weight:bold;
	padding-left:5px;
	background-color:#DFF6FF;
	border-right:1px solid #DFF6FF;	
}

div.prezzo_sub_articolo_ordine_head
{
	width:150px;
	position:absolute;
	left:465px;
	font-weight:bold;
	padding-left:5px;
	background-color:#DFF6FF;
	border-right:1px solid #DFF6FF;	
}

div.subtot_line
{
	border-top:1px solid #DFF6FF;	
	padding-right:10px;
	font-size:14px;
	height:20px;
	line-height:20px;
	text-align:right;
}

div.note
{
	padding:5px;	
	background-color:#EEE;
	border-top:1px solid #ddd;
}

div.nome_articolo_ordine span
{
	font-size:14px;	
}

span.unverified
{
	font-size:10px;
	font-family:verdana;
	background-color:Red;
	color:white;	
	padding:1px;
}

span.verified
{
	font-size:10px;
	font-family:verdana;
	background-color:Green;
	color:white;	
	padding:1px;
}
