

/*************  PROPRIETA' HTML  ************************/
body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: medium;
    display: block;
}

h1{
	font-size:medium;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;	
}

a:link, a:visited{
    color: #C91010;
    text-decoration:none;
    font-weight: bold;
}

a:hover {
    text-decoration:underline;
    color:#FF0000;
}

input.txt{
	width:90%;
	color:black;
}

/**************  CONTENITORI ****************************/
.cont_top{
	display: block;
	float:left;
	min-height: 90px;
	width: 100%;
	background-image: url("../image/bkg_top.png");
	background-repeat: repeat-x;
	background-position: 0px 0px; 
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.cont_menu_sx{
	display:block;
	float:left;
	height: 100%;
	min-width:200px;
	max-width:20%;
	margin: 0px;	
	border: 0px;
	background-color: white;
}

.cont_menu_dx{
	display:block;
	float:right;
	height: 100%;
	min-width:200px;
	max-width:20%;
	padding-bottom: 10px;
	margin: 0px;	
	border: 0px;
	background-color: white;
}

.cont_main{
	display:block;
	float:left;
	height: 100%;
	width:59%;
	padding: 0px;
	margin: 0px;	
	border: 0px;
	background-color: white;
}

.cont_body{
	display:block;
	float:left;
	width:100%;
	height: auto;
	padding: 0px;
	margin: 0px;	
	border: 0px;
	overflow: hidden;
}

.cont_bottom{
	display:block;
	float:left;	
	clear:both;
	width: 100%;
	min-height: 50px;
	padding: 0px;
	margin: 0px;	
	border: 0px;
	background-color: #555555;
	background-image: url("../image/bkg_bottom.png");
	background-repeat: repeat-x;
}

/**************  OGGETTI TOP *********************/
.logo_top{
	display:block;
	position:absolute;
	z-index:1;
	left:10px;
	top:5px;
	width:663px;
	height:80px;
	background: url("../image/logo_top.png") no-repeat;
}

/**************  OGGETTI MENU MAIN (TOP) *********************/
.menumain{
	display: block;
	position:absolute;
	left:240px;
	z-index:10;
	float: left;
	width:auto;
	height:auto;
	padding-top: 62px;
}

a.menumain_link{
	display: block;
	float: left;
	font-size: small;
	padding:3px 0px 0px 30px;
	margin-left:10px;
	min-height: 25px;
}

a.menumain_link:link, a.menumain_link:visited{
	font-size: small;
	color: black;
	text-decoration: none;
}
a.menumain_link:hover{
	font-size: small;
	color: black;
	text-decoration: underline;
}

/**************  OGGETTI MENU *********************/
.menu{
	display: block;
	float:left;
	width: 90%;
	height:auto;
	margin: 10px 5% 10px 5%;
	padding: 0px;
}

div.menu_titolo{
	display: block;
	float:left;
	width: 100%;
	min-height: 25px;
	font-size: large;
	font-weight:bold;
	padding: 0px 0px 0px 30px;
	background: url('../icon/menu_clr.png') no-repeat top left;
}

.menu_link{
	display: block;
	float:left;
	min-width:100%;
	min-height: 20px;
	font-size: medium;
	text-indent: 10px;
	margin-top: 2px;
	border-bottom:1px dotted #A4A4A4;
    border-left:1px dotted #a4a4a4;
}

/**************  OGGETTI SEARCH  *********************/
.inputSearch{
	display: block;
	float:right;
	min-height:25px;
	padding:0px 0px 0px 30px;
	margin:45px 15px 0px 0px;
	background: url("../icon/search_clr.png") no-repeat left;
}

/**************  OGGETTI HOME PAGE *********************/
.preferiti{
	display:block;
	float: left;
	width: 100%;
	margin-left: 10px;
	margin-top:10px;
	padding-top:3px;
	min-height: 25px;
	text-indent: 30px;
	font-size:large;
	font-weight:bold;
	background: url("../icon/love_clr.png") no-repeat top left;
}

.messaggio{
	display:block;
	float: left;
	width: 100%;
	clear:both;
	padding: 30px;
}

.msg{
	display:block;
	float: left;
	width: 100%;
	min-height: 30px;
	clear:both;
	margin-top:30px;
}

.msg_icon{
	display:block;
	float: left;
	width: 100%;
	min-height: 30px;
	clear:both;
	margin-top:30px;
	padding: 3px 0px 0px 30px;	
}

.bkg_attention{ background: url("../icon/attention_clr.png") no-repeat top left;}
.bkg_buy{background: url("../icon/ok_clr.png") no-repeat top left;}
.bkg_cart{background: url("../icon/cart_clr.png") no-repeat top left;}
.bkg_user{background: url("../icon/user_clr.png") no-repeat top left;}
.bkg_userblue{background: url("../icon/userblue_clr.png") no-repeat top left;}
.bkg_home{background: url("../icon/home_clr.png") no-repeat top left;}
.bkg_contactgray{background: url("../icon/contactgray_clr.png") no-repeat top left;}
.bkg_protected{background: url("../icon/protected_clr.png") no-repeat top left;}
.bkg_addproduct{background: url("../icon/addproduct_clr.png") no-repeat top left;}
.bkg_ok{background: url("../icon/ok_clr.png") no-repeat top left;}
.bkg_no{background: url("../icon/no_clr.png") no-repeat top left;}
.bkg_manual{background: url("../icon/manual_clr.png") no-repeat top left;}
.bkg_download{background: url("../icon/downloadgreen_clr.png") no-repeat top left;}
.bkg_software{background: url("../icon/software_clr.png") no-repeat top left;}
.bkg_freeware{background: url("../icon/freeware_clr.png") no-repeat top left;}
.bkg_other{background: url("../icon/other_clr.png") no-repeat top left;}
.bkg_stella{background: url("../icon/stella2_clr.png") no-repeat top left;}
.bkg_menu{background: url("../icon/menu_clr.png") no-repeat top left;}

.css_div{
	width:100%;
}

.divinline{
	display:inline;
}

.pagineprodotti{
	text-align: center;
	padding: 10px 0px 20px 0px;
}

.navbar_link{
	display:inline;
	font-size: small;
}	

/**************  OGGETTI ARTICOLO *********************/
.articolo{
	display:block;
	float: left;
	width: 90%;
	padding: 20px;
	border: 0px;
	text-align: justify;
	font-size: medium;
}

.articolo_image{
	padding: 10px;
	margin: 0px;
	display: inline;
	float: left;
	border:0px;
}

.articolo_descr{
	display: inline;
}

.articolo_link{
	display: inline;
}

.articoloicone{
	display: block;
	float:left;
	width: 100%;
	margin: 20px 0px 0px 0px;
}

.articoloicone_link{
	display:block;
	float:right;
	min-height:25px;
	padding: 3px 0px 0px 0px;
	margin-right: 10px;
	text-indent: 30px;
	font-size: small;
}

.articolomenu{
	display: block;
	float:left;
	clear:both;
	width: 100%;
	margin: 20px 0px 0px 0px;
}

.articolomenu_link{
	display:block;
	float:left;
	min-height:25px;
	padding: 3px 0px 0px 0px;
	margin-right: 10px;
	text-indent: 30px;
}

/**************  OGGETTI LOGIN *********************/
div.inputLogin{
	display:block;
	float:left;
	width:90%;
	margin: 10px 5% 5px 5%;
	background-color: #F0F0F0;
	border: 1px #DD7755 dotted;
}

form.inputLogin{
	display: block;
	float: left;
	min-width: 90%;
	margin: 10px 5% 5px 5%;
	font-size: small;
	background-color: #F0F0F0;
}

.inputLogin_descr{
	display:block;
	float:left;
	clear: both;
	color: #B01010;
}

.inputLogin_campo{
	display:block;
	float:left;
	clear: both;	
	width: 100%;
}

.inputLogin_reg{
	display:block;
	float: left;
	width: auto;
	min-height: 25px;
	padding: 3px 0px 5px 30px;
	margin: 1px 0px 1px 10px;
	background: url("../icon/user_clr.png") no-repeat top left;
}

.inputLogin_pwd{
	display:block;
	float: left;
	width: auto;
	min-height: 25px;
	padding: 3px 0px 5px 30px;
	margin: 1px 0px 1px 10px;
	background: url("../icon/key_clr.png") no-repeat top left;
}

/**************  OGGETTI BANNER *********************/
.menubanner{
	display: block;
	float: left;
	width: 90%;
	text-align:center;
	padding: 10px 5% 10px 5%;
}

.menubanner_image{
	display:block;
	clear: both;
	width:100%;
	padding: 15px 0px 5px 0px;
}

a.menubanner_descr{
	display: block;
	float: left;
	font-size: x-small;
	font-weight:lighter;
	text-align: justify;
}

/**************  OGGETTI CARRELLO *********************/
.carrello{
	display: block;
	float: left;
	width: 90%;
	margin: 10px 5% 10px 5%;
	color: #B01010;
    font-weight: bold;
}

a.carrello_titolo{
	display:block;
	float:left;
	color: black;
	width:auto;
	min-height: 25px;
	font-size:large;
    font-weight: bold;
    background: url("../icon/cart_clr.png") no-repeat top left;
    padding-bottom:10px;
    padding-left: 30px;
}

.carrello_descr{
	display: block;
	float: left;
	min-width:100%;
	text-indent: 10px;
	border-bottom: 1px dotted #a4a4a4;
	border-left: 1px dotted #a4a4a4;
}

/**************  OGGETTI FORM NEWUSER, SPEDIZIONE *********************/
.news{
	display: block;
	float:left;
	min-width: 90%;
	margin: 10px 5% 10px 5%;
}

.news_titolo{
	display: block;
	clear:both;
	width: 100%;
	font-size:large;
	font-weight: bold;
	padding: 0px 0px 10px 10px;
	text-indent:20px;
	background: url("../icon/newsgreen_clr.png") no-repeat;
}

a.news_art{
	display: block;
	clear:both;
	font-size: small;
	padding-left: 10px;
	margin-bottom:2px;
	border-bottom: 1px dotted #a4a4a4;
	border-left: 1px dotted #a4a4a4;		
}

/**************  OGGETTI FORM NEWUSER, SPEDIZIONE *********************/
.inputForm{
	display: block;
	float: left;
	width: 90%;	
	padding:0px 5% 10px 5%;
}

.inputForm_frm{
	width: 100%;	
}

.inputForm_titolo{
	display: block;
	float: left;
	width: 100%;	
	font-size:large;
	font-weight:bold;
	padding:30px 0px 30px 0px;
}

.inputForm_errore{
	display: block;
	float: left;
	width: auto;	
	font-size:medium;
	font-weight:normal;
	color:red;
	padding:30px 5% 20px 5%;
}

.inputForm_msg {
	display: block;
	float: left;
	width: 100%;	
	padding-top: 20px;
	color: red;
}

.inputForm_descr{
	display: block;
	float: left;
	clear:both;
	min-width: 40%;	
	min-height:24px;
	padding: 1px 0px 1px 0px;
}

.inputForm_campo{
	display: block;
	float: left;
	min-width: 60%;	
	min-height:24px;
	padding: 1px 0px 1px 0px;
}

.inputForm_descrt{
	display: block;
	float: left;
	clear:left;
	width: 100%;
	height:auto;	
	padding: 1px 0px 1px 0px;
}

.inputForm_campot{
	display: block;
	float: left;
	width: 100%;	
	height:auto;
	text-indent:20%;
	padding: 1px 0px 1px 0px;
}

.inputForm_button{
	display: block;
	float: left;
	width: auto;
	padding: 15px 0px 1px 0px;
}

/**************  OGGETTI PAGINA MENU USER  *********************/
.menuuser{
	display: block;
	float: left;
	width: 90%;	
	padding:0px 5% 0px 5%;
}

.menuuser_pres{
	display: block;
	float: left;
	clear:both;
	width: 100%;	
	font-size:large;
	font-weight:normal;
	padding:30px 0px 30px 0px;
}

.menuuser_titolo{
	display: block;
	float: left;
	clear:both;
	width: 100%;	
	font-size:large;
	font-weight:bold;
	padding:0px 0px 15px 0px;
}

a.menuuser_link{
	display: block;
	float: left;
	clear:both;	
	min-width:80%;
	max-width:100%;	
	min-height:30px;
	font-size:large;
	font-weight:bold;
	padding:0px 0px 10px 30px;
}

/**************  OGGETTI PAGINA CARRELLO  *********************/
.pagecart{
	display:block;
	float:left;
	width:90%;	
	padding:30px 5% 0px 5%;
}

.pagecart_table{
	display:block;
	float:left;
	width:100%;	
	padding:30px 5% 10px 5%;
}

.pagecart_title{
	display:block;
	float:left;
	font-size:large;
	font-weight:bold;
	padding:0px 0px 10px 0px;
}

/**************  OGGETTI PAGINA AMMINISTRAZIONE  *********************/
.pageadmin{
	display:block;
	float:left;
	width:90%;	
	padding:30px 5% 0px 5%;
}

.pageadmin_table{
	display:block;
	float:left;
	width:100%;	
	padding:30px 5% 10px 5%;
	font-size: small;
}

.pageadmin_title{
	display:block;
	float:left;
	font-size:large;
	font-weight:bold;
	padding:0px 0px 10px 0px;
}

.pageadmin_pages{
	display:block;
	float:left;
	width:100%;
	padding-top:10px;
	text-align: center;
	font-size: small;	
}

/**************  OGGETTI BOTTOM *********************/
.bottom{
	display:block;
	float:left;
	width:100%;
	text-align: center;
	margin-top:10px;
}

.bottom_immagini{
	display:inline;
	float:none;
	height: auto;
	width: auto;
	padding: 10px 10px 0px 10px;
}

