body
{
	/* background-color: #efefef; */
	/* background: url("/img/background.png") #eeeeee; */
}

body_red
{
	background-color: #c32a2c;
}

body, table, input, textarea
{
	font: 10px Verdana, Arial sans-serif;
	color: #444444;
}

td img
{
	vertical-align: top;
}

select
{
	font: 10px Verdana, Arial sans-serif;
	color: #444444;
	border: solid 1px #999999;
}

/* main page */
.pagina
{
	width: 800px;
	/*margin: 10px;*/
	/*margin-top: 18px;*/
	/*margin-bottom: 18px;*/
	background-color: #ffffff;
	/*padding-top: 10px;*/
	padding-bottom: 20px;
	border: solid 1px #444444;
	margin: 15px auto 15px auto;
}

.pagina_dynamic
{
	margin-top: 90px;
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 20px;
	/* border: solid 1px #666666; */
}

/* buttons */
.btn
{
	font-size: 10px;
	font-weight: bold;
	float: center;
	border: 2px solid;
	border-color: #dddddd;
	background-color: #eeeeee;
	color: #444444;
	padding: 3px 5px 3px 5px;
	cursor: pointer;
	-webkit-border-radius: 5px;
}

.btn:hover
{
	color: #444444;
	border-color: #ff9933;
	background-color: #eeeeee;
}

.btn_disabled
{
	font-size: 10px;
	font-weight: bold;
	float: center;
	border: 2px solid;
	border-color: #dddddd;
	background-color: #ffffff;
	color: #666666;
	padding: 3px 5px 3px 5px;
	cursor: pointer;
	-webkit-border-radius: 5px;
}

.btn_disabled:hover
{
	cursor: not-allowed;
}

/* text input */
.il
{
	border: 1px solid #999999;
	padding: 2;
	text-align: left;
}
.ir
{
	border: 1px solid #999999;
	padding: 2;
	text-align: right;
}

.ir_nob
{
	border: 0px;
	text-align: right;
}

.ic
{
	border: 1px solid #999999;
	padding: 2;
	text-align: center;
}

.il_bg
{
	border: 1px solid #999999;
	padding: 2;
	text-align: left;
	background-color: #eeeeee;
}
.ir_bg
{
	border: 1px solid #999999;
	padding: 2;
	text-align: right;
	background-color: #eeeeee;
}
.ic_bg
{
	border: 1px solid #999999;
	padding: 2;
	text-align: center;
	background-color: #eeeeee;
}
.i_err
{
	border: 1px solid #999999;
	padding: 2;
	text-align: left;
	color: #ffffff;
	background-color: #ee0000;
}
.ir_nb
{
	border: 1px solid #ffffff;
	padding: 2;
	text-align: right;
}

/* table data */
/* plain */
.dl
{
	text-align: left;
	border: solid 1px #bbbbbb;
	padding-left: 2;
}
.dr
{
	text-align: right;
	border: solid 1px #bbbbbb;
	padding-left: 2;
}
.dc
{
	text-align: center;
	border: solid 1px #bbbbbb;
	padding-left: 2;
}
/* bold */
.dbl
{
	text-align: left;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	font-weight: bold;
}
.dbr
{
	text-align: right;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	font-weight: bold;
}
.dbc
{
	text-align: center;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	font-weight: bold;
}
/* plain blue*/
.dl_blue
{
	text-align: left;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	color: #0000ee;
}
.dr_blue
{
	text-align: right;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	color: #0000ee;
}
.dc_blue
{
	text-align: center;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	color: #0000ee;
}
/* bold blue */
.dbl_blue
{
	text-align: left;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	font-weight: bold;
	color: #0000ee;
}
.dbr_blue
{
	text-align: right;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	font-weight: bold;
	color: #0000ee;
}
.dbc_blue
{
	text-align: center;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	font-weight: bold;
	color: #0000ee;
}
/* plain red*/
.dl_red
{
	text-align: left;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	color: #ee0000;
}
.dr_red
{
	text-align: right;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	color: #ee0000;
}
.dc_red
{
	text-align: center;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	color: #ee0000;
}
/* bold red */
.dbl_red
{
	text-align: left;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	font-weight: bold;
	color: #ee0000;
}
.dbr_red
{
	text-align: right;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	font-weight: bold;
	color: #ee0000;
}
.dbc_red
{
	text-align: center;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	font-weight: bold;
	color: #ee0000;
}
/* selected */
.dl_sel
{
	text-align: left;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	background-color: #eeeeee;
}
.dr_sel
{
	text-align: right;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	background-color: #eeeeee;
}
.dc_sel
{
	text-align: center;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	background-color: #eeeeee;
}

/* text labels */
.ll
{
	text-align: left;
}
.lr
{
	text-align: right;
}
.lc
{
	text-align: center;
}
.lbl
{
	text-align: left;
	font-weight: bold;
}
.lbl_white
{
	text-align: left;
	font-weight: bold;
	color: #ffffff;
}
.lbr
{
	text-align: right;
	font-weight: bold;
}
.lbc
{
	text-align: center;
	font-weight: bold;
}
.lbl_up
{
	border-top:1px solid #444444;
	text-align: left;
	font-weight: bold;
	/* margin-bottom:10px; */
}
.err
{
	text-align: center;
	font-weight: bold;
	color: #ee0000;
}
.msg
{
	text-align: center;
	font-weight: bold;
	color: #0000ee;
}
.menu_title
{
	font-size: 18px;
	border-bottom:1px solid #444444
}
.title
{
	font-size: 18px;
	padding-bottom: 10;
}
/* table header */
.hl
{
	font-weight: bold;
	color: #ffffff;
	background: #aaaaaa;
	text-align: left;
	border: solid 1px #bbbbbb;
	padding-left: 2;
}
.hr
{
	font-weight: bold;
	color: #ffffff;
	background: #aaaaaa;
	text-align: right;
	border: solid 1px #bbbbbb;
	padding-left: 2;
}
.hc
{
	font-weight: bold;
	color: #ffffff;
	background: #aaaaaa;
	text-align: center;
	border: solid 1px #bbbbbb;
	padding-left: 2;
}
.hc a:link, .hc a:visited
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.hc a:hover
{
	font-weight: bold;
	color: #ffff00;
}
.hc_light
{
	font-weight: bold;
	color: #ffffff;
	background: #3399cc;
	text-align: center;
	border: solid 1px #444444;
	padding-left: 2;
}

/* table */
.tu
{
	border-bottom:1px solid #444444;
	margin-bottom:10px;
}
/* link */
a:link
{
	font-weight: bold;
	color: #444444;
	/* border: hidden 1px #444444 */
	/*text-decoration: none;*/
}
a:visited
{
	font-weight: bold;
	color: #444444;
	/*text-decoration: none;*/
}
a:hover
{
	font-weight: bold;
	color: #0000FF;
	/* background-color: #000000; */
	/* border: dotted 1px #444444 */
	/*text-decoration: none;*/
}

/* menu */
.menu_head
{
	border-bottom:1px solid #444444
}

.menu_link a:link, .menu_link a:visited
{
	text-decoration: none;
}

.menu_link a:active, .menu_link a:hover
{
	text-decoration: none;
	color: #444444;
	background-color: #ffff00;
}

.menu_link_selected
{
	font-weight: bold;
	background-color: #ffff00;
	/*text-decoration: none;*/
}

/* pop window */
.pop_invisibile
{
    /* invisibile */
    z-index: 2020;
    width: 200px;
    position: absolute;
    background-color: #eeeeee;
    padding: 10;
    border:1px solid #ACA976;
    left: -10000px;
}
#pop:hover > .pop_invisibile
{
    /* visibile */
    left: auto;
    right: 5%;
}

div.check_list ul li
{
	list-style-type:none;
}

/* auto complete list */
div.auto_complete
{
	position: absolute;
	width: 350px;
	background: #fff;
}

div.auto_complete ul
{
	border:1px solid #888;
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
}

div.auto_complete ul li
{
	margin:0;
	padding:3px;
	list-style-type: none;
	display: block;
}

div.auto_complete ul li.selected
{ 
	background-color: #ffb; 
}

div.auto_complete ul strong.highlight
{ 
	color: #800; 
	margin:0;
	padding:0;
}

div.auto_complete a:link, div.auto_complete a:visited
{
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}

div.auto_complete a:hover
{
	font-weight: normal;
	color: #DD0000;
	text-decoration: none;
}

div.naviga
{
	font-weight: bold;
}

div.naviga img
{
	vertical-align: middle;
}

.dl img
{
	vertical-align: top;
}

.dc img
{
	vertical-align: top;
}

.ll img
{
	vertical-align: top;
}

.float_window
{
	position: absolute;
	left: 40%;
	top: 30%;
	z-index: 1
	/*float: center;*/
	width: 300px;
	background: #fff;
	border:1px solid #888;
	margin:5;
	padding:5;
}

.username
{
	font-size: 9px;
	color: #e2702c;
	letter-spacing: 0.02em;
	font-weight: normal;
}

.param_table
{
	border: 1px solid #444444;
	background-color: #efefef;
	padding: 10;
}

/* Calendar elements */
div.day { background-color: #FFFFBB; }
div.date { font-weight: bold; }
table.calendar {border: 1px solid #8CACBB; text-align: right;}
table.calendar a {text-decoration: none; color: #436976;}
table.calendar a:hover {text-decoration: none;}
table.calendar th {background-color: #DEE7EC; color: Black; font-weight: bold; text-align: center;}
table.calendar td {width: 1.5em; padding: 2px;}
table.calendar td.weekdays {background-color: #DEE7EC; border: 0px solid #8CACBB; border-style: solid none; text-align: center;}
table.calendar td.event {background-color: #FFCC00; font-weight: bold;}
table.calendar td.noevent {}
table.calendar td.othermonth {background-color: #FFFFFF; border: 1px solid #8CACBB; vertical-align: bottom;}
table.calendar td.holiday {background-color: #CF6060; border: 1px solid #8CACBB;}
table.calendar td.todayevent {color: #ff6600; background-color: #ffcc33; font-weight: bold;}
table.calendar td.todaynoevent {color: #ff6600; background-color: #ffffff; font-weight: bold;}
table.calendar td.todayeventselected {color: #ff6600; background-color: #ffcc33; border: 2px solid #ffa500; font-weight: bold;}
table.calendar td.todaynoeventselected {color: #ff6600; background-color: #ffffff; border-collapse: collapse; border: 2px solid #ffa500; font-weight: bold;}
table.calendar td.eventselected {background-color: #DEE7EC; border: 2px solid #FFA500; font-weight: bold;}
table.calendar td.noeventselected {border-collapse: collapse; border: 2px solid #FFA500;}
table.day {border: 1px solid #8CACBB; text-align: left;}
table.day a {text-decoration: none; color: #436976;}
table.day a:hover {text-decoration: none;}
table.day th {background-color: #dee7ec; color: Black; font-weight: bold; text-align: center;}
table.day td.weekdays {background-color: #dee7ec; border: 1px solid #8cacbb; border-style: solid none; text-align: center;}
table.day td.weekselected {background-color: #dee7ec; border: 1px solid #ffa500; border-style: solid none; text-align: center;}
table.day td.event {background-color: #dee7ec; border-collapse: collapse; border: 1px solid #ffa500;}
table.day td.noevent {}
table.day td.othermonth {background-color: #ffffff; border: 1px solid #ffa500; vertical-align: bottom;}
table.day td.holiday {background-color: #cf6060; border: 1px solid #ffa500;}
table.day td.todayevent {background-color: #dee7ec; border-collapse: collapse; border: 1px solid #ffa500;}
table.day td.todaynoevent {border-collapse: collapse; border: 1px solid #ffa500;}
table.day td.todayeventselected {background-color: #dee7ec; border: 2px solid #ffa500;}
table.day td.todaynoeventselected {border-collapse: collapse; border: 2px solid #ffa500;}
table.day td.even {background-color: #ffffff;}
table.day td.odd {background-color: #dee7ec;}
table.week td.evenborder {background-color: #ffffff; border: 1px solid #8cacbb;}
table.week td.oddborder {background-color: #dee7ec; border: 1px solid #8cacbb;}

div.autocomplete
{
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0;
	padding:0;
}

div.autocomplete ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

div.autocomplete ul li.selected
{
	background-color: #ffb;
}

div.autocomplete ul li
{
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	height:32px;
	cursor:pointer;
}

.charttb_hc
{
	color: #ffffff;
	background-color: #999999;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	border: solid 1px #999999;
}

.charttb_dl
{
	color: #444444;
	background-color: #ffffff;
	font-weight: normal;
	padding: 3px;
	text-align: left;
	border: solid 1px #999999;
}

.charttb_dc
{
	color: #444444;
	background-color: #ffffff;
	font-weight: normal;
	padding: 3px;
	text-align: center;
	border: solid 1px #999999;
}

.charttb_dr
{
	color: #444444;
	background-color: #ffffff;
	font-weight: normal;
	padding: 3px;
	text-align: right;
	border: solid 1px #999999;
}

.uline
{
	border-top: solid 1px #bbbbbb;
}

.ulineb
{
	border-top: solid 3px #bbbbbb;
}

.head_voda
{
	color: #ffffff;
	background-color: #de291e;
	font-weight: bold;
	padding: 3px;
	height: 20px;
	text-align: center;
}

.dur
{
	color: #444444;
	text-align: right;
	border-bottom: solid 1px #bbbbbb;
	border-right: solid 1px #bbbbbb;
}

.duc
{
	color: #444444;
	text-align: center;
	border-bottom: solid 1px #bbbbbb;
	border-right: solid 1px #bbbbbb;
}

.dul
{
	color: #444444;
	text-align: left;
	border-bottom: solid 1px #bbbbbb;
	border-right: solid 1px #bbbbbb;
}

.dubr
{
	color: #444444;
	text-align: right;
	font-weight: bold;
	border-bottom: solid 1px #bbbbbb;
	border-right: solid 1px #bbbbbb;
}

.dubc
{
	color: #444444;
	text-align: center;
	font-weight: bold;
	border-bottom: solid 1px #bbbbbb;
	border-right: solid 1px #bbbbbb;
}

.dubl
{
	color: #444444;
	text-align: left;
	font-weight: bold;
	border-bottom: solid 1px #bbbbbb;
	border-right: solid 1px #bbbbbb;
}

.float_form
{
	position: fixed;
	top: 20%;
	left: 40%;
	background: #fff;
	border:1px solid #888;
	margin:10;
	padding:10;
}

label
{
	cursor: pointer;
}

.chk_list
{
	font-weight: normal;
	font-size: 9px;
	border-bottom: 0px dashed #444444;
	vertical-align: text-top;
}

.hand:hover
{
	cursor: pointer;
}

.topbar
{
	margin: 0;
	padding: 0;
	border-top: 1px solid #f80000;
	display: block;
	border: 1px solid #e00000;
	border-bottom: 1px solid #f80000;
	height: 60px;
	background: #f80000;
}

.navbar
{
	float: left;
	width: 600px;
	padding: 0px;
	height: 15px;
	background-color: #ffffff;
	color: #444444;
	text-align: left;
}

.user
{
	float: right;
	height: 25px;
	margin-right: 5px;
}

.filtri
{
	background-color: #ebebeb;
	padding: 25px;
}

.tab_listini
{
	border: 0px;
	width: 100%;
	border-collapse: collapse;
}


.tab_listini_email
{
	border: 0px;
	width: 660px;
	border-collapse: collapse;
}

.head_row
{
	height: 60px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #ffffff;
	background-color: #aaaaaa;
}

.head_td
{
	border-right: solid 1px #ffffff;
	font-size: 11px;
}

.head_row_class
{
	height: 20px;
}

.head_td_voda
{
	border-right: solid 1px #ffffff;
	font-size: 11px;
	color: #ffffff;
	background-color: #f60000;
	vertical-align: middle;
}

.connettivita
{
	background-color: #ffcc33;
}

.gadgets
{
	background-color: #cc0066;
}


.belkin
{
	background-color: #000000;
}

.multimedia
{
	background-color: #48B30D;
}

.telefonia_fissa
{
	background-color: #eb9700;
}

.utility
{
	background-color: #0099cc;
}

.fashion
{
	background-color: #663366;
}

.right
{
	text-align: right;
}

.body_row
{
	text-align: left;
	/* vertical-align: top; */
}

.body_td
{
	border-right: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	font-size: 11px;
}

.body_td_first
{
	border: 0px;
	font-size: 11px;
}

.body_td_last
{
	border-bottom: solid 1px #aaaaaa;
	font-size: 11px;
}

.even
{
	background-color: #ebebeb;
}

.btn_listini
{
	font-size: 10px;
	font-weight: bold;
	float: center;
	border: 2px solid;
	border-color: #aaaaaa;
	background-color: #aaaaaa;
	color: #ffffff;
	padding: 3px 10px 3px 10px;
	cursor: pointer;
	-webkit-border-radius: 5px;
}

.crm_header
{
	font-weight: normal;
	font-size: 160%;
	clear: both;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px dotted #666;
	margin: 10px 10px 10px 10px;
	width: 95%;
	text-align: left;
}

.novita
{
	color: #538606;
	background-color: #F1F6E4;
}

.compatibilita
{
	color: #498194;
	background-color: #DDEDF7;
}

.esaurimento
{
	color: #902684;
	background-color: #f6e4f4;
}

.obsoleti
{
	color: #EAB818;
	background-color: #FFF7DD;
}


.hand:hover
{
	cursor: pointer;
}


label
{
	cursor: pointer;
}


.choose_filters
{
	padding: 5px;
	text-align: center;
	margin: 0px auto;
	background-color: #ffffff;
	position: absolute;
	/*top: 50%;*/
	left: 50%;
	/*margin-top: -50px;*/
	/*margin-left: -400px;*/
	display: none;
	/*height: 400px;*/
	/*overflow: scroll;*/
}


.multichoice_label
{
	text-align: center;
	background-color: #ffffff;
	border: 0px;
}


div.overlay_list
{
	position: absolute;
	overflow: auto;
	width: 300px;
	height: 500px;
	background: #ffffff;
	display: none;
	right: 50px;
	top: 150px;
	-moz-box-shadow: 3px 3px 4px #dddddd;
	-webkit-box-shadow: 3px 3px 4px #dddddd;
	box-shadow: 3px 3px 4px #dddddd;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#dddddd')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#dddddd');
}

#wclose {
	float: right;
	position: fixed;
	right: 50px;
	top: 150px;
}

div.overlay_list ul
{
	margin:0;
	padding:0 5 0 5px;
	width:95%;
	list-style-type:none;
}

div.overlay_list ul li
{
	margin:0;
	padding:3px;
	list-style-type: none;
	display: block;
}

div.overlay_list ul li:hover
{
	margin:0;
	padding:3px;
	list-style-type: none;
	display: block;
	background-color: #ebebeb;
}

div.overlay_list ul strong.highlight
{ 
	color: #800; 
	margin:0;
	padding:0;
}

div.overlay_list a:link, div.overlay_list a:visited
{
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}

div.overlay_list a:hover
{
	font-weight: normal;
	color: #DD0000;
	text-decoration: none;
}

.tabbar
{
	color: #444444;
	font-size: 18px;
	font-weight: normal;
}

.tabbar a
{
	color: #444444;
	text-decoration: none;
	font-weight: normal;
}

.tabbar a:hover
{
	border-bottom: 2px solid #444444;
	font-weight: normal;
}

.tabbar a:visited
{
	color: #444444;
	font-weight: normal;
}

.gamma {
	/* display: inline-block; */
	float: left;
	padding: 20 20 20 20px;
	margin: 20 20 20 20px;
	width: 83px;
	height: 150px;
	vertical-align: top;
	position: relative;
	border: solid 1px;
	border-color: #eeeeee;
}


.gammablock {
	/* display: inline-block; */
	margin: auto;
	width: 80%;
	padding-left: 100px;
}


.gamma_desc {
	font-size: 9px;
}

.planpos {
	color: #ffffff;
	background-color: #ff0000;
	font-size: 10px;
	padding: 2px 5px 2px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 1000;
	float: right;
}

.new_flag {
	color: #ffffff;
	background-color: #ee0000;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	margin: 5px 5px 5px 5px;
	position: absolute;
	float: right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	top: 0px;
	right: 0;
}


.coming_flag {
	color: #ffffff;
	background-color: #00eeee;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	margin: 5px 5px 5px 5px;
	position: absolute;
	float: right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	top: 0px;
	right: 0;
}


.eol_flag {
	color: #ffffff;
	background-color: #aaaaaa;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	margin: 5px 5px 5px 5px;
	position: absolute;
	float: right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	top: 0px;
	right: 0;
}


.new_flag1 {
	color: #ffffff;
	background-color: #ee0000;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	position: relative;
	float: right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	top: 0px;
	right: 0;
}


#topbar3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #34495e;
}


.dtheader {
	font-weight: bold;
	color: #ffffff;
	background: #aaaaaa;
	text-align: center;
	border: solid 1px #bbbbbb;
	padding-left: 2;
}


/*
 * Print
 */

@media print {
	body a {
		content: " (" attr(href) ")";
		/*display: none;*/
	}
}


.esclusiva_flag {
	color: #ffffff;
	background-color: #ff9900;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


.esclusiva_flag1 {
	color: #ffffff;
	background-color: #ff9900;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	float: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


.head_base
{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	height: 70px;
	text-align: left;
	position: relative;
	overflow: auto;
}


.head_logo
{
	padding-top: 10px;
	padding-left: 20px;
	float: left;
}


.head_user
{
	padding-top: 30px;
	text-align: center;
	color: #000000;
	font-size: 10px;
	float: center;
}


.head_menu
{
	padding-right: 20px;
	padding-top: 30px;
	color: #000000;
	font-size: 10px;
	float: right;
}


.sub_bar
{
	overflow: auto;
	width: 100%;
}

.navigazione
{
	position: relative;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 20px;
	z-index: 20;
	font-size: 12px;
	color: #666666;
	float: right;
}


.menu
{
	margin:0 auto;
	padding:0;
	height:25px;
	width:100%;
	display:block;
}


.menu li
{
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
}


.menu li a
{
	float:left;
	padding-left:5px;
	display:block;
	color:rgb(102,102,102);
	text-decoration:none;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	margin-right:3px;
}


.menu li a span
{
	line-height:32px;
	float:left;
	display:block;
	padding-right:5px; /* era 15*/
}


.menu li a:hover
{
	background-position:0px -70px;
	color:#CC0000;
}


.menu li a:hover span
{
	background-position:100% -70px;
}


.menu li a.active, .menu li a.active:hover
{
	line-height: 30px;
	color: #cc0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom: solid 1px #cc0000;
}


.menu2
{
	margin: 0 auto;
	padding: 10 10 30 10px;
	display: block;
	float: left;
	height: 40%;
}


.menu2 li
{
	padding: 5px;
	margin: 5px;
	list-style: none;
	display: block;
	text-align: left;
}


.menu2 li a
{
	color: rgb(102,102,102);
	text-decoration: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*text-transform: uppercase;*/
	padding: 5px;
}


.menu2 li a span
{
	line-height: 32px;
	float: left;
	display: block;
	padding-right: 5px; /* era 15*/
}


.menu2 li a:hover
{
	background-position: 0px -70px;
	background-color: #111111;
	color: #eeeeee;
}


.menu2 li a:hover span
{
	background-position: 100% -70px;
	display: block;
}


.menu2 li a.active, .menu2 li a.active:hover
{
	line-height: 30px;
	color: #cc0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom: solid 1px #cc0000;
	display: block;
}

#menu2_container {
	margin: 0 auto;
	width: 90%;
}


.header-wrapper {
	position: fixed; z-index: 10; background: #ffffff; width: 100%; top: 0; left: 0;
	height: 70px;
}


header.main {
	border-bottom: 1px solid #eeeeee;
	-moz-box-shadow: 0 0 10px #888888;
	-webkit-box-shadow: 0 0 10px#888888;
	box-shadow: 0 0 10px #888888;
	margin: 0 auto;
	height: 70px;
	width: 100%;
	display: block;
}


.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}


.clearfix:after {
	clear: both;
}


.clearfix {
	zoom: 1;
}


@media print {
	.header-wrapper {
		position: absolute; background: #ffffff; width: 100%; top: 0; left: 0; height: 0px;
	}
}


.float_form
{
	position: fixed;
	top: 20%;
	left: 40%;
	background: #fff;
	border:1px solid #888;
	margin:10;
	padding:10;
}


.crm_header .add_btn
{
	color: #ffffff;
	background-color: #009900;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}


.reg_lbr
{
	text-align: right;
	font-weight: bold;
	font-size: 14px;
}


.reg_il
{
	border: 1px solid #999999;
	padding: 2;
	text-align: left;
	font-size: 14px;
}


.info_dyn
{
	font-weight: normal;
	font-size: 160%;
	clear: both;
	display: inline-block;
	padding-bottom: 10px;
	/* border-bottom: 1px dotted #666; */
	margin: 10px 10px 10px 10px;
	width: 95%;
	text-align: center;
}


.crm_header
{
	font-weight: normal;
	font-size: 160%;
	clear: both;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px dotted #666;
	margin: 10px 10px 10px 10px;
	width: 95%;
	text-align: left;
}


.crm_header textarea
{
	border: 1px inset;
}


.crm_header .add_btn
{
	color: #ffffff;
	background-color: #009900;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}


.crm_comm
{
	text-align: left;
}


.crm_comm p
{
	margin-left: 50px;
}


.form-button {
	color: #ffffff;
	background-color: #009900;
	font-size: 14px;
	padding: 2px 10px 2px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: normal;
}


.form-button-edit {
	color: #ffffff;
	background-color: #0000dd;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: normal;
}


.punti-edit {
	color: #ffffff;
	background-color: #ff9900;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: normal;
}


.form-button-delete {
	color: #ffffff;
	background-color: #ee0000;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: normal;
}


.form-button-add {
	color: #ffffff;
	background-color: #009900;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: normal;
}


.button-pagamento-new {
	color: #ffffff;
	background-color: #ff9900;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: normal;
}


.button-provvigione-new {
	color: #ffffff;
	background-color: #336699;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: normal;
}


.button-campagna-new {
	color: #ffffff;
	background-color: #ff00ff;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: normal;
}


.button-campagna-edit {
	color: #ffffff;
	background-color: #555555;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: normal;
}


.button-pagamento-edit {
	color: #ffffff;
	background-color: #555555;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: normal;
}


.button-provvigione-delete {
	color: #ffffff;
	background-color: #ee0000;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: normal;
}


.button-provvigione-edit {
	color: #ffffff;
	background-color: #555555;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: normal;
}


.button-pagamento-delete {
	color: #ffffff;
	background-color: #ee0000;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: normal;
}


.button-campagna-delete {
	color: #ffffff;
	background-color: #ee0000;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: normal;
}


.button-prodotto-delete {
	color: #ffffff;
	background-color: #ee0000;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: normal;
}


.button-prodotto-edit {
	color: #ffffff;
	background-color: #555555;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: normal;
}


.data-entry {
	border: 0;
	border-collapse: collapse;
	width: 90%;
}


.data-entry td input {
	font-size: 14px;
	width: 100%;
	height: 25px;
	border: 1px solid #ccc;
}


.data-entry td textarea {
	font-size: 14px;
	width: 100%;
	height: 90px;
	border: 1px solid #ccc;
}


.data-entry td select {
	font-size: 14px;
	width: 100%;
	height: 25px;
	border: 1px solid #ccc;
}


.data-entry td span {
	font-size: 14px;
}

.input-form {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 450px;
	background-color: #ffffff;
	z-index: 10;
	overflow: auto;
	border-radius: 5px;
	box-shadow: 0 0 5px #888;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	margin-top: -200px;
	margin-left: -150px;
	padding: 30 20 30 20;
}

.img_preview {
	width: 300px;
	border: 1px solid #999999;
	border-radius: 3px;
	box-shadow: 0 0 4px #999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1;
	cursor: pointer;
	padding: 5px;
}

.gallery {
	height: 80px;
	width: 100%;
	text-align: center;
}

.preview {
	width: 75px;
	height: 57px;
	background-position: center center;
	background-color: #e3e3e3;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	margin: 0 auto;
	cursor: pointer;
}
