/* CSS Document */

/*#######################################################
###    		         GENERAL  STYLES				 ####
#######################################################*/

body, html {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal; 
	margin:0;
	text-align:left;
	background:#2b2b2b url(../images/bg.jpg) repeat top left;
	color:#FFF;
}

.clear {
	clear: both;
	overflow: hidden;
	width: 0px;
	height: 0px;
}

a{
	text-decoration : none;
	color:#FFFFFF;
}

a:hover{
	text-decoration : none;
}

a img{
	border : none;
}

ul,ol,li,dl,dt,dd{
	line-height : normal;
	list-style : none;
	list-style-type:none ;
	
	margin : 0;
	padding : 0;
	display:inline;
	list-style-position: outside;
}


/*#######################################################
###    		        PAGE OBJECT  STYLES				 ####
#######################################################*/

#wrapper {
	background:url("home_v.jpg") no-repeat scroll left top transparent;
	display:block;
	height:1350px;
	margin:0;
	text-align:left;
	width:auto;
	background:transparent url('../images/bg_site.jpg') no-repeat left -116px;
	padding-left:65px;
}

#container{
	width: 950px;
	margin:0px auto;
	padding:0;
	position:relative;
	border:1px solid red;
	height: auto;
}

#header {
	position:relative;
	width:1146px;
    margin:0;
    padding:0;
    height:137px;
	text-align:left;
	padding-top: 18px;
}

#logo{
	margin:0px
	width:305px;
	height:127px;
	margin-left:40px;
	background: transparent url('../images/logo.png') no-repeat top left;
}
	
#logo a {
	width:305px;
	height:127px;
	margin:0px;
    padding:0px;
	line-height:60px;
	display:block;
	color:#4A4A4A;
}

#mailing {
	width:141px;
	height:103px;
	padding:9px 0 0 43px;
	background: transparent url('../images/mailing.jpg') no-repeat top left;
	position: absolute;
	right: 10px;
	top:37px;
}

#main {
	width:1146px;
	background: transparent url('../images/bg_main.png') repeat-y top left;
}

#content {
	position:relative;
	width:918px;
	height:auto;
	min-height:400px;
	margin:0 0 50px 0;
	padding:0;
	float:left;
	/*background:url(../images/bg_content.png) repeat-y top left;*/
}

#content #top-home {
	width:918px;
	height:309px;
	min-height:124px;
	background: transparent url('../images/bg_carrello.png') no-repeat top left;
}

#content #top-page {
	width:918px;
	height:auto;
	min-height:124px;
	background: transparent url('../images/bg_ricerca.top.png') no-repeat top left;
}

#content #percorso {
	width:918px;
	height:24px;
	padding:0px 0px 0px 15px;
	background: transparent;
}

#content #percorso a {
	color: #FFF;
}

#html {
    width:880px;
}

#footer {
	width:1146px;
	height:36px;
	margin:0;
	padding:14px 0 0 0;
	text-align:center;
	background:transparent url(../images/bg_footer.png) no-repeat top center;
}

#footer a {
	color: #FFFFFF;
}


/*#######################################################
###                  NAVIGATION MENU                 ####
#######################################################*/

#menu{
	margin:0;
	padding-left: 10px;
	padding-top:9px;
	height:52px;
	width:1130px;	
	background:url(../images/bg_mainmenu.png) no-repeat top left;
}

#menu ul {
	width:1126px;
	height:42px;
	line-height:normal;
	list-style-type:none;
	padding:0;
	position:relative;
	display:block;
}

#menu ul li {
	width:auto;
	height:30px;
	line-height:42px;
	margin:0 29px 0 30px;
	padding:0;
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
	display:block;
	float:left;
	background:url(../images/bg_menu_item.jpg) no-repeat top left;
}

#menu ul li a {
	display:block;
	color: #FFFFFF;
	height:39px;
}

#menu ul a:hover {
	border-bottom: 3px solid #00a1f5;
}

#menu li .selected {
	border-bottom: 3px solid #00a1f5;
}


/*#######################################################
###                NAVIGATION SUBMENU                ####
#######################################################*/

.submenu{
	position:relative;
	width:228px;
	height:auto;
	min-height:400px;
	margin:0;
	padding:0;
	text-align:left;
	float:left;
	/*background:transparent url('../images/bg_submenu.png') repeat-y top left;*/
}

.bandina-verde {
	width:228px;
	height:25px;
	padding-left:38px;
	font-size:1.1em;
	font-weight:bold;
	color:#FFF;
	background:url('../images/bg_submenu_bandina_verde.png') no-repeat top left;
}

.ricerca {
	width:190px;
	height:65px;
	padding-top: 7px;
	padding-left: 38px;
	posiiton:relative;
}

.ricerca input {
	width: 112px;
	height: 18px;
	line-height: 18px;
	margin-bottom:7px;
	margin-right:5px;
	padding-left:5px;
	font-size:11px;
	border:1px solid #91a81f;
}

.ricerca select {
	width: 119px;
	height: 20px;
	line-height: 18px;
	margin-bottom:7px;
	margin-right:5px;
	padding:2px;
	font-size:11px;
	border:1px solid #91a81f;
}

.ricerca img {
vertical-align:middle;
}

.bandina-blu {
	width:228px;
	height:25px;
	padding-left:38px;
	font-size:1.1em;
	font-weight:bold;
	color:#FFF;
	background:url('../images/bg_submenu_bandina_blu.png') no-repeat top left;
}

.submenu ul {
	width:auto;
	margin:0 0 7px 0;
	padding:0;
	height:auto;
	display:block;
}

.submenu ul li {
	padding-left: 34px;
	display:block;
	background:url('../images/bg_submenu_item2.png') no-repeat top left;
}

.submenu ul li a {
	position:relative;
	color:#fff;
	padding: 0 4px;
}

.submenu ul li a:hover {
	background-color: #00A1F5;
}

.submenu li .selected {
	background-color: #00A1F5;
}

.submenu-2 {
	background:url('../images/ombretta_test.jpg') repeat-y top left;
}
	
#submenu .last-item {
	background:url('../images/bg_submenu_lastitem.jpg') no-repeat top left;
}


/*#######################################################
###			       CONTENT HOME STYLES				 ####
#######################################################*/

#benvenuto {
	width: 185px;
	height: 112px;
	margin-left:10px;
	padding-top:5px;
}

#content #focus {
	position:absolute;
	width:908px;
	height:220px;
	top:112px;
	/*background: transparent url('../images/focus01.jpg') no-repeat top left;*/
	z-index:1;
}

#content #home-table-top {
	position:relative;
	width:918px;
	height:47px;
	background: transparent url('../images/bg_home_top.png') no-repeat top left;
	z-index:2;
}

#content #home-table-list {
	width:908px;
	height:auto;
	min-height:500px;
	margin-bottom:30px;
}

#content #home-first-column {
	width: 181px;
	height: auto;
	min-height: 300px;
	float:left;
	text-align:left;
}

.consigliati {
	width: 154px;
	height: 197px;
	margin:10px auto 12px auto;
	background: transparent url('../images/box_consigliati.png') no-repeat top left;
	padding:5px 0 0 5px;
	position:relative;
}

#content #home-second-column {
	width: 362px;
	height: auto;
	min-height: 300px;
	float:left;
	padding-top:10px;
}

.offerta {
	width: 154px;
	height: 197px;
	margin-bottom:12px;
	margin-left:15px;
	background: transparent url('../images/box_offerta.png') no-repeat top left;
	float:left;
	padding:5px 0 0 5px;
	position:relative;
}

#content #home-third-column {
	width: 362px;
	height: auto;
	min-height: 300px;
	float:left;
	padding-top:10px;
}

.novita {
	width: 154px;
	height: 197px;
	margin-bottom:12px;
	margin-left:15px;
	background: transparent url('../images/box_novita.png') no-repeat top left;
	float:left;
	padding:5px 0 0 5px;
	position:relative;
}

#content-main-home .box-home {
	width:263px;
	height:auto;
	float:left;
	margin-left:20px;
	margin-top:27px;
}

#carrello {
	position:absolute;
	width:184px;
	height:112px;
	top:0px;
	left:723px;
	padding:8px 0 0 44px;
}

.img-prodotti {
    position:relative;
     width:149px;
     height:107px;
     text-align:center;
     padding-top:5px;
}

/*#######################################################
###				 PRODUCT DETAILS STYLES				 ####
#######################################################*/

#content #dettaglio-table-top {
	position:relative;
	width:918px;
	height:47px;
	background: transparent url('../images/dettaglio_top.png') no-repeat top right;
}

#dettaglio-titolo {
    color:#FFFFFF;
    font-size:18px;
    line-height:38px;
    margin-left: 24px;
    width:450px;
}

#dettaglio-correlati-titolo {
    color:#FFFFFF;
    font-size:17px;
    line-height:28px;
    margin-left:24px;
}

#bollino_nondisponibile {
    /*background:url("../images/bollino_nondisp.png") no-repeat scroll right top transparent;*/
    height:38px;
    position:absolute;
    right:308px;
    top:1px;
    width:38px;
}

#bollino_suordinazione {
    /*background:url("../images/bollino_nondisp.png") no-repeat scroll right top transparent;*/
    height:38px;
    position:absolute;
    right:308px;
    top:1px;
    width:38px;
}
   
#bollino_novita {
    /*background:url("../images/bollino_novita.png") no-repeat scroll right top transparent;*/
    height:38px;
    position:absolute;
    right:353px;
    top:1px;
    width:38px;
}

#bollino_offerta {
    /*background:url("../images/bollino_offerta.png") no-repeat scroll right top transparent;*/
    height:38px;
    position:absolute;
    right:400px;
    top:1px;
    width:38px;
}

#dettaglio-prezzo {
    color:#FFFFFF;
    font-size:19px;
    position:absolute;
    right:106px;
    top:7px;
}

#dettaglio-checkboxes {
	width:410px;
    height:auto;
    min-height:100px;
    margin-bottom:25px;
}

#dettaglio-immagini {
	width:410px;
    height:auto;
    min-height:100px;
    text-align:center;
    margin-bottom:30px;
}

#dettaglio-icone {
	width:410px;
    height:40px;
    margin-bottom:20px;
}

#dettaglio-icone a {
    margin-right:20px;
}


#dettaglio-note {
	width:410px;
    height:auto;
    min-height:100px;
}

#dettaglio-left-box {
	width:438px;
	height:auto;
	min-height:500px;
	float:left;
	margin:0 0 0 11px;
	font-size: 14px;
	color: #FFF;
    padding-left:13px;
    padding-right:10px;
}

#dettaglio-right-box {
	width:410px;
	height:auto;
	min-height:500px;
	float:left;
	font-size:14px;
	color:#FFF;
	padding-left:26px;
}

#content #dettaglio-correlati-top {
	position:relative;
	width:918px;
	height:38px;
	margin-top:20px;
	background: transparent url('../images/dettaglio_correlati.png') no-repeat top right;
}

#content #dettaglio-correlati-box {
	width: 918px;
	height: auto;
	min-height: 300px;
	float:left;
	padding-top:0px;
}

.consigliati-correlati {
	width: 154px;
	height: 197px;
	margin-bottom:12px;
	margin-left:17px;
	background: transparent url('../images/box_consigliati.png') no-repeat top left;
	float:left;
	padding:5px 0 0 5px;
}

.link_piu {
    height:45px;
    position:absolute;
    right:0;
    top:158px;
    width:45px;
}
/*#######################################################
###				   PRODUCTS LIST STYLES				 ####
#######################################################*/

#content .elenco-prodotti-top {
	position:relative;
	width:916px;
	height:47px;
	background: transparent url('../images/elenco_prodotti_top.png') no-repeat top right;
}

#content #dettaglio-prodotti-box {
	width: 918px;
	height: auto;
	min-height: 300px;
	float:left;
	padding-top:0px;
}

.consigliati-prodotti {
	width: 154px;
	height: 197px;
	margin-bottom:12px;
	margin-left:17px;
	background: transparent url('../images/box_consigliati.png') no-repeat top left;
	float:left;
	padding:5px 0 0 5px;
	position:relative;
}

.novita-prodotti {
	width: 154px;
	height: 197px;
	margin-bottom:12px;
	margin-left:17px;
	background: transparent url('../images/box_novita.png') no-repeat top left;
	float:left;
		padding:5px 0 0 5px;
		position:relative;
}

.offerta-prodotti {
	width: 154px;
	height: 197px;
	margin-bottom:12px;
	margin-left:17px;
	background: transparent url('../images/box_offerta.png') no-repeat top left;
	float:left;
	padding:5px 0 0 5px;
	position:relative;
}
/* #######################################################
###    					MENU LINGUA					  ####
########################################################*/

#menulng {
	float:left;		
	position:relative;
	line-height:normal;
	list-style-type:none;
	margin-left:1px;
	padding:0;
	height:60px;
	width:auto;	
	line-height:60px;
}

#menulng ul {
	line-height:normal;
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	height:60px;
	width:auto;
}

#menulng ul li {
	margin:0;
	padding:0;
	height:60px;
}

#menulng ul li a {
	color:#4A4A4A;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0;
	font-size:17px;
	font-weight:none;
	margin:24px 1px 0 0px;
	padding: 0 3px 0 3px;
	text-align:center;
	float:left;
	display:block;
	padding-top:7px;
	height:18px;
	line-height:12px;
	width:25px;
}

#menulng ul a:hover {
	background-color: #EFBAEF;
}

/*#######################################################
###    				     CARRELLO   				 ####
#######################################################*/

/*TOP*/
#carrello a {
	color:#2b2b2b;
}

.carrello-img {
    border:medium none;
    width:15px;
}

.carrello-td {
        border-bottom:1px outset #E6E6E6;
}

.carrello-msg {
    display:block;
    font-size:14px;
    margin-top:15px;
    text-align:center;
    width:908px;
}

/*#######################################################
###    				     GALLERY					 ####
#######################################################*/

#gallery {
	color:#343325;
	font-family:Georgia,Arial,Tahoma,sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	margin:0 0 0;
}

#gallery .item{
	border: dashed 1px black;
	float: left;
	width: 59px;
	height: 59px;
	vertical-align: middle;
	text-align:center;
	margin-left: 5px;
	margin-top: 10px;
}

#gallery h3{
	font-family: Georgia, Arial, Tahoma, sans-serif;
	font-size: 12px;
	font-style:normal;
	line-height:12px;
	color:#a32c1d;
    margin:0 0 0 0;
	padding: 0px 0 0 10px;
	text-align:left;
}


/*#######################################################
###                   REGISTRAZIONE                  ####
#######################################################*/


#registrazione input {
}

#registrazione label {
    font-size:11px;
    font-weight:bold;
    height:18px;
    line-height:18px;
    margin-bottom:7px;
    margin-right:5px;
    padding-left:5px;
    width:112px;
}

#registrazione select {
    border:1px solid #00A1F5;
    color:#2F2F2F;
    font-family:Verdana,sans-serif;
    font-size:11px;
    font-style:normal;
    font-weight:normal;
    height:20px;
    letter-spacing:normal;
    line-height:60px;
    margin-bottom:7px;
    margin-right:5px;
    padding-left:2px;
    width:70%;
    }

#registrazione input.text {
    color:#2F2F2F;
    font-family:Verdana,sans-serif;
    font-size:12px;
    font-style:normal;
    font-weight:normal;
    letter-spacing:normal;
    line-height:1.5em;
    margin-bottom:8px;
    width:68%;
    border:1px solid #00A1F5;
    font-size:11px;
    height:16px;
    line-height:16px;
    margin-bottom:7px;
    margin-right:5px;
    padding-left:5px;
    }

#registrazione input.text2 {
    color:#2F2F2F;
    font-family:Verdana,sans-serif;
    font-size:11px;
    font-style:normal;
    font-weight:normal;
    letter-spacing:normal;
    line-height:1.5em;
    margin-bottom:8px;
    width:84%;
    border:1px solid #00A1F5;
    font-size:11px;
    height:16px;
    line-height:16px;
    margin-bottom:7px;
    margin-right:5px;
    padding-left:5px;
}

#registrazione textarea.text2 {
    color:#2F2F2F;
    font-family:Verdana,sans-serif;
    font-size:11px;
    font-style:normal;
    font-weight:normal;
    letter-spacing:normal;
    line-height:1.5em;
    margin-bottom:8px;
    width:84%;
    border:1px solid #00A1F5;
    font-size:11px;
    height:16px;
    line-height:16px;
    margin-bottom:7px;
    margin-right:5px;
    padding-left:5px;
}

#text-box-contact {
	text-align:left;
	line-height:1.5;
	padding:0;
	position:relative;
	width:274px;	
	height:auto;
	color: white;
	font-size:18px;
	top:50px;
	left:170px;
	float:left;
}

#testo-contact {
	text-align:left;
	line-height:1.5;
	margin:0;
	padding:0;
	position:relative;
	height:auto;
	color: #333333;
	font-size:16px;
}

/*#######################################################
###                     PAGINATOR                    ####
#######################################################*/

#tnt_pagination {
    text-align:center;
    width:auto;
    font-size:14px;
    margin-top:10px;
}

#tnt_pagination a {
    text-align:center;
    width:auto;
    color: #FFF;
    font-size:14px;
}

.disabled_tnt_pagination {
 display: none;   
}

.active_tnt_link {
    color:#3f3f3f;
    padding:3px;
    background-color: #009bd7;
}


/*#######################################################
###                      LOGIN                       ####
#######################################################*/

.inptlogin {
    width:112px;
    height:12px;
    margin-bottom: 10px;
}

/*#######################################################
###                       NEWS                       ####
#######################################################*/

#news {
    width:484px;
    height:94px;
    left:211px;
    position:absolute;
    top:0;
    padding:8px 14px 10px 14px;
}

#news-titolo {
    background-color:#00a1f5;
    color:White; 
    font-size:15px; 
    font-weight:bold;
    padding:0px 2px 0px 2px;
}

#news-data {
    color:#2B2B2B;
    float:left;
    font-size:12px;
    font-weight:bold;
    margin-left:3px;
    margin-top:5px;
}

#news-testo {
    color:#2B2B2B;
    float:left;
    font-size:12px;
    font-weight:normal;
    margin-left:4px;
    margin-top:5px;
}

#news-testo2 {
    clear:both;
    color:#2B2B2B;
    display:block;
    font-size:12px;
    height:36px;
    margin-left:4px;
    margin-top:2px;
    overflow:hidden;
}

#news-link {
    background:url("../images/arrow_link.png") no-repeat scroll 472px 9px transparent;
    display:block;
    font-family:"Trebuchet MS",Helvetica,sans-serif;
    font-size:11px;
    width:483px;
    text-align:right;
    line-height:23px;
}

#news-link a {
    color:#2B2B2B;
    padding-right:17px;
}

/*#######################################################
###                       TESTI                      ####
#######################################################*/

.titolo {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-align:left;
	line-height:1.1;
	letter-spacing:0.2px;
	margin:0;
	padding:0;
	position:relative;
	height:auto;
	color: #FFFFFF;
	font-size:2.2em;
}

.titolo-tabella 
{
    font-weight:bold;
    font-size:13px;
}


.titolo-menu {
	color: #FFFFFF;
	font-family: Arial, Tahoma, sans-serif;
	font-size:1.2em;
	font-weight:bold;
}

.testo-menu {
	color: #FFFFFF;
	font-family: Arial, Tahoma, sans-serif;
	font-size:1em;
	font-weight:none;
	width:125px;
	display:block;
	padding-top:2px;
}

.testo-submenu {
	color: #434343;
	font-family: Arial, Tahoma, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	width:125px;
	display:block;
	padding-top:2px;
}

.testo-input {
	font-family: Georgia, Tahoma, sans-serif;
	font-size: 14px;
	font-weight:normal; 
	color: #4A4A4A;
	margin:10px 0 5px 0;
	padding:0;
	display:block;
}

.testo-asterisco {
	font-family: Georgia, Tahoma, sans-serif;
	font-size: 12px;
	font-weight:normal; 
	color: red;
	padding:0;
}

.testo {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	font-weight:normal; 
	color: #FFFFFF;
	padding:0;
	display:block;
	line-height:22px;
	letter-spacing:-0.1px;
}

.testo-footer {
	color: #ffffff;
	font-size:1em;
	font-weight:bold;
}

.testo-carrello1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #2b2b2b;
}

.testo-carrello2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color: #2b2b2b;
}

.testo-carrello3 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #2b2b2b;
	background:transparent url("../images/arrow_link.png") no-repeat 112px 5px;
	display:block;
	width:120px;
}

/*
.testo-prodotti1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#3a3a3a;
    width:138px;
	height:12px;
	display:block;
	padding:3px 0 0 11px;
}
*/

.testo-prodotti1 {
    position:relative;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#3a3a3a;
    width:136px;
	display:block;
	left:11px;
	top:3px;
	line-height:18px;
	/*padding:3px 0 0 11px;*/
}

.testo-prodotti2 {
    position:relative;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#3a3a3a;
    width:128px;
	display:block;
    top:1px;
	left:11px;
	line-height:18px;
}

.testo-prodotti3 {
    color:#3A3A3A;
    display:block;
    font-family:"Trebuchet MS",Helvetica,sans-serif;
    font-size:17px;
    font-weight:bold;
    height:23px;
    left:16px;
    line-height:23px;
    position:absolute;
    text-decoration:line-through;
    top:154px;
    width:138px;
}

.testo-prodotti3-sconto {
    background-color:#A5C116;
    color:#FFFFFF;
    display:block;
    font-family:"Trebuchet MS",Helvetica,sans-serif;
    font-size:10px;
    font-weight:bold;
    height:15px;
    line-height:15px;
    left:6px;
    margin-bottom:8px;
    padding:0 5px;
    position:relative;
    top:4px;
    width:94px;
}

.testo-prodotti-blu {
	color:#27a6e7;
    display:block;
    font-family:"Trebuchet MS",Helvetica,sans-serif;
    font-size:15px;
    font-weight:bold;
    height:20px;
    left:17px;
    line-height:20px;
    position:absolute;
    top:174px;
    width:103px;	
}

.testo-prodotti-verde {
    color:#add12f;
    display:block;
    font-family:"Trebuchet MS",Helvetica,sans-serif;
    font-size:15px;
    font-weight:bold;
    height:20px;
    left:17px;
    line-height:20px;
    position:absolute;
    top:174px;
    width:103px;    
}

.testo-prodotti-giallo {
    color:#F1DD21;
    display:block;
    font-family:"Trebuchet MS",Helvetica,sans-serif;
    font-size:15px;
    font-weight:bold;
    height:20px;
    left:17px;
    line-height:20px;
    position:absolute;
    top:174px;
    width:103px;
}

.testo-newsletter {
	display:block;
	width:120px;
	font-size:11px;
	color:#2b2b2b;
	font-weight:bold;
	line-height:15px;
}

.testo-percorso {
    font-size:13px;
    color:#FFF;
    font-weight:bold;
    line-height:11px;
}

.testo-titolo {
    background-color:#00a1f5;
    color:White; 
    font-size:15px; 
    font-weight:bold;
    padding:0px 6px 0px 6px;
}

.testo-cart {
    font-size:12px;
    font-weight:normal;
}

.titolo-cart {
    color:#FFFFFF;
    font-family:"Trebuchet MS",Helvetica,sans-serif;
    font-size:13px;
    font-weight:bold;
}

.ui-dialog .ui-state-error { padding: .3em; }
.validateTips { border: 1px solid transparent; padding: 0.3em; }
