@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#CB0303;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
a{
	border-width:0px;
	padding:0px;
	margin:0px;
}
div{
	font-size:11px;
}

img{
	border-width:0px;
}

form{
	display:inline;
}

ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

li{
	margin:0px;
}

div.wrapper{
	width:100%;
	margin:0px;
	padding:0px;
	background:white none repeat-x left top scroll;
}

div.container{
	margin:0px auto;
	padding:0px;
	width:900px;
	height:inherit;
	text-align:left;
}

#c_header{
	background-image:url(images/pattern_top.gif);
	height:30px;
}

#c_menu{
	background-image:url(images/pattern_subtop.gif);
	height:45px;
}

#c_emotional{
	background-image:url(images/pattern_emo_white.gif);
	height:252px;
	position:relative;
	text-align:left;
}
#c_login{
	background-image:url(images/pattern_login.gif);
	height:23px;
}

#c_content{
	background-image:url(images/pattern_content.gif);
/*	height:300px;
*/}

#c_footer{
	background-image:url(images/pattern_footer.gif);
	background-color:#CB0303;
	height:60px;
}

#header{
	position:relative;
	z-index:3;
}

#logo{
	width:252px;
	height:75px;
	margin:0px;
	position:absolute;
	top:18px;
	left:-260px;
	z-index:10;
	text-indent:254px;
}

#emotional_left{
	background:#CB0303 url(images/pattern_emo_red.gif) repeat-x 0px 0px scroll;
	height:252px;
	width:50%;
}

#menu{
	/*background-color:#babb00;*/
	height:inherit;
	position:relative;
	z-index:2;
}

#emotional{
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-450px;
	display:block;
	width:900px;
	z-index:1;
}

#login{
	position:relative;
	height:23px;
}
#content{
}

#footer{
	position:relative;
}
/* BEGIN LINKS HEADER */
#links_header{
	position:absolute;
	right:126px;
	top:8px;
}

#links_header a,#lingo a{
	color:white;
	text-decoration:none;
}

#links_header a:hover,#links_header a:hover{
	text-decoration:underline;
}

#lingo{
	position:absolute;
	top:8px;
	right:0px;
}
/* END LINKS HEADER */

/* BEGIN PULSANTI MENU */
#menu_buttons{
	position:absolute;
	width:650px;
	left:250px;
	top:3px;
}
#menu_buttons ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#menu_buttons ul li{
	float:left;
}
.menu_button{
	height:39px;
	display:block;
	background:#CB0303 none no-repeat 0px 0px scroll;
	overflow:hidden;
}

.menu_button:hover{
	background-position:0px -39px;
}

/* LOCALIZZAZIONE DEL MENU IN INGLESE */

.menu_eng ul li a#menu_home{
	background-image:url(images/menu/home_eng.jpg);
	width:64px;
	text-indent:66px;
}
.menu_eng ul li a#menu_azienda{
	background-image:url(images/menu/azienda_eng.jpg);
	width:72px;
	text-indent:74px;
}
.menu_eng ul li a#menu_prodotti{
	background-image:url(images/menu/prodotti_eng.jpg);
	width:71px;
	text-indent:73px;
}
.menu_eng ul li a#menu_offerte{
	background-image:url(images/menu/offerte_eng.jpg);
	width:66px;
	text-indent:68px;
}
.menu_eng ul li a#menu_news{
	background-image:url(images/menu/news_eng.jpg);
	width:110px;
	text-indent:112px;
}
.menu_eng ul li a#menu_newsletter{
	background-image:url(images/menu/newsletter_eng.jpg);
	width:84px;
	text-indent:86px;
}
.menu_eng ul li a#menu_contatti{
	background-image:url(images/menu/contatti_eng.jpg);
	width:69px;
	text-indent:71px;
}

/* LOCALIZZAZIONE DEL MENU IN ITALIOTA */

.menu_ita ul li a#menu_home{
	background-image:url(images/menu/home.jpg);
	width:64px;
	text-indent:66px;
}
.menu_ita ul li a#menu_azienda{
	background-image:url(images/menu/azienda.jpg);
	width:72px;
	text-indent:74px;
}
.menu_ita ul li a#menu_prodotti{
	background-image:url(images/menu/prodotti.jpg);
	width:71px;
	text-indent:73px;
}
.menu_ita ul li a#menu_offerte{
	background-image:url(images/menu/offerte.jpg);
	width:66px;
	text-indent:68px;
}
.menu_ita ul li a#menu_news{
	background-image:url(images/menu/news.jpg);
	width:110px;
	text-indent:112px;
}
.menu_ita ul li a#menu_newsletter{
	background-image:url(images/menu/newsletter.jpg);
	width:84px;
	text-indent:86px;
}
.menu_ita ul li a#menu_contatti{
	background-image:url(images/menu/contatti.jpg);
	width:69px;
	text-indent:71px;
}
/* END PULSANTI MENU */

/* BEGIN LISTE SOTTOMENU */

#menu_buttons ul li ul{
	width:157px;
	position:absolute;
	z-index:9;
	padding-top:3px;
	background-color:white;
	visibility:hidden;
}

#menu_buttons ul li:hover ul{
	visibility:visible;
}

#menu_buttons ul li ul li{
	float:none;
}

#menu_buttons ul li ul li a{
	background: #FFFFFF url(images/menu/submenu.gif) no-repeat 0px 0px scroll;
	height:20px;
	display:block;
	color:#949494;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
	font-size:12px;
	padding-top:3px;
	padding-left:15px;
	
}
#menu_buttons ul li ul li a:hover{
	background-position: 0px -23px;
	color:white;
	
}


/* END LISTE SOTTOMENU */

/* BEGIN LOGIN & SEARCH */

.search_str:focus{
	border:2px #fabb00 solid;
}

.pipe,.search_str{
	margin:0px 10px;
}
#login_table{
	width:900px;
	border:0px;
}

.search_str{
	font-size:9px;
	height:11px;
}

/* END LOGIN & SEARCH */


/* BEGIN MENU VERTICALE */
#tendina_list{
	width:222px;
}
#tendina_list li a{
	background:#FFFFFF url(images/tendina/pattern_tendina.gif) no-repeat 0px 100% scroll;
	display:block;
	text-decoration:none;
	font-size:14px;
	color:#949494;
	font-weight:bold;
/*	height:25px;
*/	padding:8px 0px 8px 25px;
}

#tendina_list li a:hover{
	background-position:100% 100%;
	color:#9d0c15;
}

#tendina_list li ul li a{
	background:#FFFFFF url(images/tendina/submenu_unselected.gif) no-repeat 0px 100% scroll;
	display:block;
	text-decoration:none;
	font-size:13px;
	color:#ffffff;
	font-weight:normal;
	min-height:17px;
	height:auto !important;
	height:17px;
	padding:4px 8px 4px 25px;
}

#tendina_list li ul li a:hover{
	background:#FFFFFF url(images/tendina/submenu_selected.gif) no-repeat 0px 100% scroll;
	color:#ffffff;
}

/* END MENU VERTICALE */

/* BEGIN TABELLA TRICOLONNICA */
#atos{
	width:222px;
	background:#FFFFFF url(images/tendina/pattern_sfumatura_sx.gif) repeat-y 0px 0px scroll;
}
#portos{
	width:420px;
}
#aramis{
	width:258px;
	background:#FFFFFF url(images/aramis/pattern_sfumatura_dx.gif) repeat-y 0px 0px scroll;
}
/* END TABELLA TRICOLONNICA */

/* BEGIN COLONNA PORTOS */
.claim_grigioverde{
	margin-top:10px;
	font-size:14px;
	color:#9f9f9f;
}
.claim_grigioverde span{
	color:#96bf0d;font-size:15px;font-weight:bold;
}

.separatore_verticale{
	background:#FFFFFF url(images/portos/separatore_verticale.gif) repeat-y 0px 0px scroll;
	width:2px;
}

.separatore_orizzontale{
	padding-bottom:8px;
	background:#FFFFFF url(images/portos/separatore_orizzontale.gif) no-repeat 0px 100% scroll;
}

#annulla{
	border:0px;
	margin:0px;
	padding:0px;
	background:#FFFFFF url(images/portos/annulla_ita.jpg) no-repeat 0px 0px scroll;
	width:88px;
	height:17px;
}

#accedi,.accedi_butt{
	border:0px;
	margin:0px;
	padding:0px;
	background:#FFFFFF url(images/portos/accedi_ita.jpg) no-repeat 0px 0px scroll;
	width:88px;
	height:17px;
}

#salva,.salva_butt{
	border:0px;
	margin:0px;
	padding:0px;
	background:#FFFFFF url(images/portos/salva_ita.jpg) no-repeat 0px 0px scroll;
	width:88px;
	height:17px;
}

#salva,.salva_butt_eng{
	border:0px;
	margin:0px;
	padding:0px;
	background:#FFFFFF url(images/portos/salva_eng.jpg) no-repeat 0px 0px scroll;
	width:88px;
	height:17px;
}

#login_box{
	text-align:center;
	margin:10px 10px 0px 10px;
}

#login_box .search_str{
	width:138px;
}

#login_box input,#login_box img{
	margin:0px;
	padding:0px;
	vertical-align:bottom;
}

#login_box a{
	color:#ca0303;
}

#login_box a:hover{
	color:#ca0303;
	text-decoration:none;
}

#testo_home {
	text-align:justify;
	margin:15px 5px 15px 15px;
	color:#555555;
	border-top:1px solid #CCCCCC;
	line-height:16px;
	padding-top:10px;
}

/* LOCALIZZAZIONE PULSANTI DI LOGIN */
.login_box_eng #annulla{
	background-image:url(images/portos/annulla_eng.jpg);
}

.login_box_eng #accedi{
	background-image:url(images/portos/accedi_eng.jpg);
}

/* END COLONNA PORTOS */

/* BEGIN COLONNA ARAMIS */

#lista_offerte li{
	height:38px;
	padding:10px 5px 0px 25px;
	background:#FFFFFF url(images/aramis/menu_tendina_dx.gif) no-repeat 0px 0px scroll;
	color:#434343;
}
#lista_offerte li a{
	color:#ca0303;
	text-decoration:underline;
}
#lista_offerte li a:hover{
	text-decoration:none;
}
.bullet_gt{
	color:#ca0303;
}
/* END COLONNA ARAMIS */

/* BEGIN FOOTER */

#footer div{
	position:absolute;
	top:24px;
}

#footer_sx{
	left:0px;
}
#footer_dx{
	right:0px;
	color:white;
}

#footer strong{
	color:white;
}

#footer a{
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover{
	color:#ffffff;
	text-decoration:underline;
}
/* END FOOTER */
/*******************************************************************************************************/

#c_emotional.emotional_small,.emotional_small #emotional,.emotional_small #emotional_left{
	height:155px;
}

#login_box.login_box_small{
	margin:0px;
	width:auto;
	border-bottom:1px #CB0303 solid;
}

#login_box.login_box_small table{
	background:#FFFFFF url(images/timmy/pattern_login.gif) repeat-x 0px 0px scroll;
}

#timmy{
	height:46px;
}

#tommy{
	background:#FFFFFF url(images/tommy/pattern_prodotti_vert.jpg) repeat-y 0px 0px scroll;
	padding-top:7px;
}

#jimmy{
	width:166px;
	border-left:1px #dddddd solid;
}

#jimmy a{
	display:block;
}

.un_prodotto{
/*	height:81px;
*/	margin:0px 15px 3px 15px;
	background:#eeeeee url(images/tommy/triangolo_prodotto.gif) no-repeat 100% 100% scroll;
	color:#949494;
}

.prodotto{
	display:block;
	float:left;
	background:#eeeeee url(images/tommy/thumbnail.gif) no-repeat 100% 100% scroll;
	margin:3px 5px 3px 4px;
	padding:5px 7px 9px 4px;
}

.desc_prod{
	padding:8px 0px 0px 8px;
}
.desc_prod li {
	margin:0px 0px 0px 10px;
}
.t_prod{
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
}

.t_prod a{
	color:#949494;
	text-decoration:none;
}
.t_prod a:hover{
	text-decoration:underline;
}

#breadcrumbs{
	margin:0px 15px 10px 15px;
	border-bottom:1px #CB0303 solid;
	min-height:20px;
	height:auto !important;
	height:20px;
	padding-top:10px;
	font-size:12px;
	color:#535353;
	padding-left:6px;
}

.large #breadcrumbs{
	margin-right:0px;
}

#breadcrumbs strong{
	color:#9d0c15;
	font-size:14px;
	font-weight:bold;
}

#breadcrumbs strong.strong_prodotto{
	color:#535353;
}

#desc_categoria{
	background:#eeeeee url(images/tommy/triangolo_prodotto.gif) no-repeat 100% 100% scroll;
	margin:0px 15px 10px 15px;
	padding:10px 10px 20px 10px;
	color:#535353;
}

.tit_cat{
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px;
}

#paginatore{
	background-color:#626262;
	margin:20px 15px 10px 15px;
	font-size:13px;
	color:#ffffff;
	padding:5px 20px 5px 0px;
	text-align:right;
	color:#000000;
}

.large #paginatore{
	margin-right:0px;
}

#paginatore a{
	color:#ffffff;
}

#paginatore a:hover{
	color:#ffffff;
	text-decoration:none;
}

#prev_next{
	text-align:right;
	margin:0px 0px 2px 15px;
}

#desc_prodotto{
	margin:0px 0px 0px 15px;
	background:#ffffff url(images/tommy/pattern_suddivisione_prodot.gif) repeat-x 0px bottom;
	padding-bottom:15px;
/*	height:200px;
*/}

#desc_prodotto .main_image{
	
	border-width:0px 3px 4px 0px;
	border-color:#cccccc;
	border-style: solid;
	float:left;
}

#desc_prodotto .main_div{
/*	float:left;
	display:inline;
	margin-left:15px;
*/	margin-left:320px;
	color:#535353;
}

#desc_prodotto div.title_prodotto{
	margin:15px 0px;
	color:#9d0c15;
	font-size:14px;
	font-weight:bold;
}

#desc_prodotto ul{
	list-style-type:disc;
	padding-left:20px;
}

#tabella_prodotto{
	margin:0px 0px 35px 15px;
}

#tabella_prodotto table{
	border-color:#d2d2d2;
	border-style:solid;
	border-width:0px 0px 2px 2px;
	empty-cells:hide;
}

#tabella_prodotto td.acquista{
	width:65px;
	height:72px;
	background: #ffffff url(images/tommy/acquista.gif) no-repeat 0px 0px scroll;
	padding:0px 0px 0px 0px;
	color:#ffffff;
	vertical-align:top;
}

#tabella_prodotto td.acquista a{
	width:65px;
	height:32px;
	padding-top:40px;
	color:#ffffff;
	text-decoration:none;
	display:block;
}

#tabella_prodotto td.acquista a:hover{
	color:#ffffff;
	text-decoration:underline;
}


#tabella_prodotto th{
	background-color:#b5b5b5;
	padding:4px 4px;
	text-align:center;
	color:#434343;
}

#tabella_prodotto td{
	padding:5px 10px 5px 10px;
	text-align:center;
	font-weight:bold;
	color:#790e11;
}

.bg_1{
	background-color:#f9f7f7;
}

.bg_2{
	background-color:#eeeeee;
}

.bg_3{
	background-color:#e4e1e1;
}

#tabella_prodotto td.mini_sample img{
	border:1px #b5b5b5 solid;
}

#titolo_pagina{
	color:#9d0c15;
	font-size:15px;
	font-weight:bold;
	margin:0px 15px 0px 15px;
	padding:10px 0px;
	background:#ffffff url(images/tommy/pattern_austria.gif) repeat-x 0px 100% scroll;
}

#contenuto_pagina{
	color:#434343;
	margin:20px 15px 25px 15px;
	padding:0px 0px 30px 0px;
	background:#ffffff url(images/tommy/pattern_austria.gif) repeat-x 0px 100% scroll;
	float:left;
}

#fotografie{
	text-align:center;
	margin-top:20px;
}

#fotografie img{
	margin:0px 8px;
	padding:0px 4px 7px 0px;
	border-style:solid;
	border-color:#cccccc;
	border-width:0px 4px 4px 0px;
}

/* */

#category_title{
	color:#ca0303;
	font-size:25px;
	font-family:"Trebuchet MS",Arial;
	background:white url(images/tendina/titolo_vuoto.gif) no-repeat 0px 0px scroll;
	padding-left:25px;
	padding-top:8px;
	width:197px;
/*	letter-spacing:-3px;
*/	height:37px;
}

#search_div{
	text-align:left;
	background-color:white;
	border:1px #9D0C15 solid;
	right:25px;
	top:20px;
	position:absolute;
	z-index:10000;
	padding:10px;
	display:none;
}
#search_div a{
	color:#535353;
	text-decoration:none;
}

#search_div a:hover{
	background-color:#535353;
	color:#ffffff;
}

#search_div ul{
	list-style-type:none;
}

#search_div ul li ul{
	padding-left:10px;
	list-style-type:none;
}

/* BEGIN FORM CONTATTI */

#contattaci th{
	color:#CB0303;
}
#lipsum{
	height:150px;
	overflow:auto;
}
/* END FORM CONTATTI */

a{
	color:#9D0C15;
}

