body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background: url(../images/body-bg.jpg) no-repeat top center;
	background-color:#000;
}

.clear {
	clear:both;
}

/*------------------------- HEADING -------------------------*/

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
td, div {
	font-size: 100%;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 12px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	/**background: url(../images/arrow2.png) no-repeat 18px 7px;**/
	line-height: 180%;
	padding-left: 30px;
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}


/*------------------------- LINKS -------------------------*/

a:link, a:visited, a:active {
	font-size: 10px;
	color: #df2b8b;
	text-decoration:none;
}

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

/*------------------------- FORMS -------------------------*/

#fer-dep {
	background:url(../images/fermo-deposito.png) no-repeat;
	width:500px;
	height:500px;
	position:absolute;
	margin-left:300px;
	display:none;
	z-index:999;
}
form {

}

fieldset {
	border: none;
	padding: 10px 5px;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TEXTAREA {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/*------------------------- INDEX -------------------------*/

body#index {
	background-image:url(../images/body-bg.gif);
	background-repeat:repeat-x;
}

#column_content_index {
	float:left;
}

#column_content_index ul li {
	background: url(../images/arrow.png) no-repeat 18px 7px;
	line-height: 180%;
	padding-left: 30px;
}


#angel {
	float:right;
}

#servizi {
	float:left;
	width:280px;
}

#entra {
	float:left;
	width:420px;
	text-align:center;
	padding:30px 0px 0px 0px;
}

a.entra_txt:link, a.entra_txt:visited, a.entra_txt:active{
font-size:26px;
color:#00CC33;
text-decoration:none;
font-weight:bold;
}
a.entra_txt:hover{
font-size:26px;
color:#00CC33;
text-decoration:underline;
font-weight:bold;
}

a.esci_txt:link, a.esci_txt:visited, a.esci_txt:active{
font-size:16px;
color:#FF0000;
text-decoration:none;
font-weight:bold;
}
a.esci_txt:hover{
font-size:16px;
color:#FF0000;
text-decoration:underline;
font-weight:bold;
}


/*------------------------- NAV MENU -------------------------*/

#nav_menu{
	clear:both;
	padding:10px 0px;
}

#mainnavwrap {
	/**position: relative;**/
	height: 35px;
	z-index: 999;
}

#mainnav {
	height: 35px;
	z-index: 999;
	background: url(../images/mainnav-bg.gif) no-repeat 50% 27px;
}

#mainnav a, #subnav a {
	outline: none;
}

#subnav {
	display: block;
	font-size: 92%;
	height: 22px;
	position: absolute;
	top: 29px;
	background: url(../images/grad1.gif) repeat-x bottom #333333;
	width: 100%;
}

#subnav ul {
	margin: 0;
	padding: 0;
}

#subnav li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#subnav li a {
	color: #999999;
	display: block;
	float: left;
	line-height: 22px;
	padding: 0 15px;
	text-decoration: none;
	background: url(../images/vline.gif) no-repeat center left;
}

#subnav li a:hover,
#subnav li a:active,
#subnav li a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

#subnav li.active a,
#subnav li.active a:hover,
#subnav li.active a:active,
#subnav li.active a:focus {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

/*------------------------- BREADCRUMBS -------------------------*/
#breadcrumb {
	text-transform: uppercase;
	padding:5px 0px;
	float:left;
}

#breadcrumb strong {
	font-weight: normal;
	margin-right: 5px;
}

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb img {
	margin: 1px 5px;
}

#breadcrumb_title H1 {
	float:right;
	color: #df2b8b;
	font-weight:bold;
	font-size:18px;
	padding:5px 0px 0px 0px;
	margin:0px;
	border-bottom:1px solid #437f47;
}


/*------------------------- LAYOUT -------------------------*/
#wrapper_ext {
	margin-top:10px;
	background: url(../images/body-top.jpg) no-repeat top center;
}

#wrapper{
	width:970px;
	margin:0px auto;
}

#header {
	padding-top:10px;
}

#logo {
	float:left;
}

#content {
	clear:both;
}

#box_bottom{
	clear:both;
	background-color:#0f0f0f;
	border:1px solid #1e1e1e;
	padding:20px;
	margin:10px 0px 0px 0px;
}

#footer {
	clear:both;
	color:#FFFFFF;
	font-size:10px;
	padding:30px 0px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
}
#footer a:hover {
	color:#df2b8b;
}

#cerca_login_cart {
	float:right;
	padding-top:10px;
}

/*------------------------- BOX SEARCH -------------------------*/
#box_cerca {
	bottom: 20px;
	height: 20px;
	right: 0px;
	font-size: 12px;
	float:right;
	clear:both;
	vertical-align:middle;
}

#box_cerca .inputbox {
	background: transparent;
	border: none;
	margin-top: 4px;
	padding: 0px 0 5px 20px;
}

/*------------------------- BOX LOGIN -------------------------*/

#box_login { /* IE */
	clear:both;
	float:left;
	width:500px;
	padding-right:20px;
	padding-top:30px;
	vertical-align:middle;
}

.box_login_input { /* IE */
	background: url(../images/input-bg.png) no-repeat ;
	height: 20px;
	width:155px;
	font-size: 12px;
	vertical-align:middle;
	border:none;
	padding-left:5px;
	padding-top:2px;
}
.box_login_input2 { /* IE */
	background: url(../images/input-bg2.png) no-repeat ;
	height: 20px;
	width:155px;
	font-size: 12px;
	vertical-align:middle;
	border:none;
	padding-left:5px;
	padding-top:2px;
	color:#666666;
}

.box_login_input .inputbox {
	background: transparent;
	border: none;
	margin-top: 3px;
	padding: 0px 5px 5px 5px;
}

#user_logged {
	clear:both;
	padding:5px;
	display:block;
	width:auto;
	text-align:right;
}

/*------------------------- BOX CART -------------------------*/

#box_cart {
	clear:both;
	float:right;
}

/*------------------------- COLUMN LEFT -------------------------*/

#colwrap {
	float: left;
	overflow: hidden;
	width: 194px;
	color: #999999;
	
}

#col1 {
	float: left;
	overflow: hidden;
	width:100%;
	clear: both;
	padding-bottom: 10px;
}

#col1-top {
	background: url(../images/col-top.png) no-repeat top left;
}

#col1-center {
	background: url(../images/col-center.png) repeat-y left;
}

#col1-bot {
	background: url(../images/col-bot.gif) no-repeat bottom left;
}

#col1-bot ul {
	padding:0px; 
	margin:0px;
}


.narrow #col1-bot {
	background: url(../images/col-bot-n.gif) no-repeat bottom left;
}

.narrow #col1-top {
	background: url(../images/col-top-n.png) no-repeat top left;
}

.narrow #col1-center {
	background: url(../images/col-center-n.png) repeat-y left;
}

#col2 {
	float: right;
	overflow: hidden;
	width: 49.9%;
	padding-top: 10px;
}

/*common style for column*/
#colwrap a {
	color: #999999;
}

#colwrap a:hover, #colwrap a:active, #colwrap a:focus {
	color: #FFFFFF;
}

#colwrap table {
	border-collapse: collapse;
	border-spacing: 0;
}

#colwrap .article_separator {
	display: none;
}

#categorie
{

}

#categorie_left {
	
}

.category-img
{
	border:solid #F09 2px;
}




#categorie_left ul {
	list-style: none;
}

#categorie_left ul li {
	background: url(../images/arrow2.png) no-repeat 18px 7px;
	line-height: 180%;
	padding-left: 30px;
	vertical-align:middle;
}

#categorie_left ol li {
	line-height: 180%;
	margin-left: 35px;
}

#categorie_left a.main_category:link, #categorie_left a.main_category:visited, #categorie_left a.main_category:active {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#categorie_left a.main_category:hover {
	color:#df2b8b;
}

#categorie_left a.sub_category:link, #categorie_left a.sub_category:visited, #categorie_left a.sub_category:active {
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}
#categorie_left a.sub_category:hover {
	color:#df2b8b;
}

#categorie_left a.active:link, #categorie_left a.active:visited, #categorie_left a.active:active{
	color:#df2b8b;
}
#categorie ul li { color:#FFFFFF; font-size:18px; list-style:none; list-style-type: none; list-style-image: none;}
#categorie li { padding-left:50px; vertical-align:middle; }
#categorie li a { color:#FF3399; text-decoration:none; font-size:18px; vertical-align:middle;}
#categorie li a:hover { color:#fff; text-decoration:none; font-size:18px; vertical-align:middle; }



#descrizione_categoria { /* IE */
	border-bottom:1px dotted #437f47;
	border-top:1px dotted #437f47;
	padding:10px 40px 10px 25px;
	margin:10px 0px;
	text-align:justify;
}

/*------------------------- CONTENT COLUMN -------------------------*/
.img_border {
	border:1px solid #df2b8b;
}

#column_content {
	float:left;
	width:775px;
	height:100%;
}

.column_content_title {
	float:left;
	width:775px;
}

#categorie {
}

.box_categoria{ /* IE */
	padding:5px 15px;
	margin:10px 10px;
	text-align:center;
	font-weight:bold;
	line-height:18px;
	float:left;
}

#categoria {
}

.categoria_title_up {
	padding-left:25px; 
}


.categoria_title {
 
	
}

.box_prodotto {
	padding:5px 10px;
	margin:10px 0px;
	text-align:center;
	font-weight:bold;
	line-height:18px;
	float:left;
	border-bottom:1px dotted #437f47;
}

.prod_titolo a:link, .prod_titolo a:visited, .prod_titolo a:active {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
.prod_titolo a:hover {
}

.prod_art {
	color:#CCCCCC;
	text-align:left;
}

.prod_prezzo {
	color: #df2b8b;
	font-size:14px;
	text-align:left;
}
.button {
	padding:5px;
}

#links_info ul li{
	background:none;
}
#links_info a:link, #links_info a:visited, #links_info a:active {
	color:#999999;
}
#links_info a:hover {
	color: #df2b8b;
}

#bollino {
	width:35px;
	height:35px;
	position:relative;
	top:-20px;
	left:-20px;
	float:right;
	border:none;
}

#paginazione {
	clear:both;
	text-align:center;
	float:center;
	padding:5px 0px;
	font-size:16px;
}
#paginazione a:link, #paginazione a:visited, #paginazione a:active {
	color:#FFFFFF;
	font-size:11px;
}
#paginazione a:hover {
	color: #df2b8b;
}
#paginazione a.active:link, #paginazione a.active:visited, #paginazione a.active:hover, #paginazione a.active:active{
	color: #df2b8b;
}

/*------------------------- SCHEDA PRODOTTO -------------------------*/

#scheda_prodotto {
}

#enlarge {
}

#img_prodotto {
	padding:0px 18px 5px 28px;
	margin:0px 0px 10px 0px;
	text-align:center;
	font-weight:bold;
	line-height:18px;
	float:left;
}

#dettaglio_prodotto {
	float:left;
	text-align:left;
	padding:5px 10px;
	margin:10px 0px;
	width:500px;
}	

#produttore_prodotto {
	padding:20px 0px 10px 0px;
}

#descrizione_prodotto {
	clear:both;
	text-align:justify;
	padding-bottom:12px;
	margin-bottom:20px;
	border-bottom: 1px solid #999999;
}

#taglia_prodotto {
	float:left;
	margin:0px 0px 0px 10px;
}

#prezzo_acquista{
	padding:20px 20px 10px 0px;
	float:right;
}

#art_prodotto {
	text-align:right;
	color:#FFFFFF;
	font-size:12px;
	padding:5px 0px 0px 0px;
}

#prezzo_prodotto {
	text-align:right;
	font-size:12px;
	color:#FFFFFF;
	padding:5px 0px;
	font-weight:bold;
}

.prezzo_prodotto {
	font-size:22px;
	color:#df2b8b;
}

#prezzo_sbarrato_prodotto {
	text-align:right;
	font-size:12px;
	color:#FFFFFF;
	padding:5px 0px;
	font-weight:bold;
}
.prezzo_sbarrato_prodotto {
	text-decoration:line-through;
}

#addcart_prodotto {
	text-align:right;
	padding:10px 0px;
}

#scheda_tecnica H3 {
	margin:0px;
	padding:0px;
}

.scheda_genere {
	font-weight:bold;
	color:#df2b8b;
}

.scheda_text {
}

#articoli_correlati {
	padding:10px;
	border-top:1px dotted #437f47;
}

#articoli_correlati H2 {
	padding:0px;
	margin:0px;
}

.aggiungi_piu {
	color:#437f47;
	font-weight:bold;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}

.box_correlato {
	padding:5px 18px 5px 28px;
	margin:10px 0px;
	text-align:center;
	font-weight:bold;
	line-height:18px;
	float:left;
}
.prezzo_correlato {
	font-size:12px;
	line-height:18px;
}

#addcart_correlato {
	text-align:right;
	padding:10px 10px 10px 0px;
}

#taglia_prodotto {
	border:1px dotted #437f47;
	padding:5px;
}

#taglie_dispo H2{
	margin:0px;
	padding:0px;
	color: #437f47;
}

.articolo_taglia {
	font-size:12px;
}

.taglia {
	color: #df2b8b;
	font-size:14px;
	font-weight:bold;
}

/*------------------------- PAGINA STATICA -------------------------*/

#pagina_statica {
	padding:10px;
}



.cont	{ width:770px;  }

/**scheda prodotto**/

.a00	{ width:770px; height:30px; float:left; }
.a01	{ color:#CC0099; font-weight:bold; font-size:14px; text-align:left; }
.a02	{ color:#00FF00; font-weight:bold; font-size:10px; text-align:right; vertical-align:bottom; }


.b00	{ width:220px; height:50px; float:right; }
.b01	{ height:20px; color:#ffffff; font-weight:bold; font-size:14px; text-align:right; text-decoration:line-through; }
.b02	{ height:30px; color:#CC0099; font-weight:bold; font-size:19px; text-align:right; }

.c00	{ background:url(/images/img_07.jpg) no-repeat; width:294px; height:260px; float:left; padding-top:10px; } 



.d00	{ width:120px;  float:left; vertical-align:top; }


.e00	{ width:306px;  float:right; }

.f00	{ width:470px; float:right; text-align:justify; font-size:12px; color:#FFFFFF; padding-top:10px; }

.g00	{ width:294px; float:left; padding-top:5px; padding-left:10px; }
.g01	{ background:url(/images/img_16.jpg) no-repeat; width:90px; height:78px; float:left; padding-top:15px; padding-left:4px;  }
.g02	{ width:13px; float:left }


.h00	{ width:500px; height:60px; background:url(/images/img_18.jpg) no-repeat; float:left;}
.h01	{ width:200px; float:left; color:#cc0099; font-size:13px; font-weight:bold; padding-top:20px; padding-left:20px; text-align:left; }
.h02	{ color:#FFFFFF; text-align:left; font-size:13px; padding-top:5px; }
.h03	{ width:770px; float:left; }
.h04	{ width:500px; height:100%; background:url(/images/img_18a.jpg) repeat-y; float:left }
.h05	{ width:500px; height:13px; background:url(/images/img_18b.jpg) no-repeat; float:left }
.h05b	{ width:500px; height:13px; float:left; text-align:left; padding-left:5px; }
.h06	{ width:200px; height:3px; background:url(/images/img_22.jpg) no-repeat;  }
.h07	{ width:200px; height:100%; background:url(/images/img_22a.jpg) repeat-y;}
.h08	{ width:200px; height:3px; background:url(/images/img_22b.jpg) no-repeat;}
.h09	{ widows:200px; float:right; padding-top:15px; }


.i00	{ width:770px; height:78px; background:url(/images/img_19.jpg) no-repeat; float:left; }
.i01	{ width:31px; float:right; text-align:center; vertical-align:middle; padding-top:15px; background:url(/images/tagl-bg.png) no-repeat; font-size:12px; color:#000000; font-weight:bold;  }
.i02	{ width:15px; float:right; padding-top:15px; }
.i03	{ width:20px; float:right; padding-top:15px; }
.i04	{ padding-top:20px; }

.l00	{ background:url(/images/img_20.jpg) no-repeat; width:770px; height:111px; float:left;  }
.l01	{ width:40px; height:70px; float:left; padding-top:40px; }
.l02	{ width:90px; height:70px; float:left; padding-top:40px; }
.l03	{ width:30px; height:70px; float:left; padding-top:40px; }
.l04	{ width:40px; height:20px; float:left;  }
.l05	{ width:90px; height:20px; float:left;  }
.l06	{ width:30px; height:20px; float:left;  }


.m00	{ color:#339900; font-size:12px; text-align:justify; }


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



/********CARRELLO*********/

.cart-cont-c0  {
width : 896px;
height : 201px;
background : url(../images/cart-bg-ri_01.jpg) no-repeat;
}
.cart-cont-c2 {
width : 896px;
height : 100%;
background : url(../images/cart-bg-ri_03.jpg) ;
}
.cart-cont-c3 {
width : 896px;
height : 54px;
background : url(../images/cart-bg-ri_05.jpg) no-repeat;
}
.cart-cont-c00 {
width : 896px;
height : 21px;
background : url(../images/cart-bg-ri_00.jpg) no-repeat;
}
.cart-cont-c02 {
width : 896px;
height : 100%;
background : url(../images/cart-bg-ri_03.jpg) ;
}
.cart-cont-c03 {
width : 896px;
height : 54px;
background : url(../images/cart-bg-ri_05.jpg) no-repeat;
}
.cart-cont {
width : 896px;
height : 662px;
background : url(../images/cart-bg-id.jpg) no-repeat;
}
.cart-cont-c {
width : 896px;
height : 662px;
background : url(../images/cart-bg-pa.jpg) no-repeat;
}
.t2-c0 {
color : #33CC00;
text-align : center;
font-size : 20px;
}
.t2 a {
color:#00CC00;
font-size:20px;
text-decoration : underline;
}
.t2 a:hover {
color : #ffffff;
font-size:20px;
text-decoration : none;
}
.t3 {
color : #ed1e79;
padding-top : 10px;
text-align : center;
}
.t4 {
color : #ffffff;
text-align : center;
font-size : 14px;
}
.tb {
padding-left : 50px;
padding-right : 50px;
padding-top : 5px;
}
.intex {
width : 250px;
height : 20px;
font-size:13px;
}
.intex2 {
width : 256px;
height : 25px;
font-size:13px;
color:#CC0066;
}
.intex3 {
width : 250px;
height : 100px;
font-size:13px;
}
.tetab {
text-align : left;
width : 120px;
height : 35px;
}
.ta01 {
height : 70px;
background : #000000;
border : 2px solid #ED1E79;
font-size : 12px;
text-align : justify;
}
.ta02 {
background : #000000;
border : 2px solid #ED1E79;
font-size : 12px;
text-align : justify;
text-align : center;
}
.boxt2 {
width:700px;
height:60px;
border : #000000;
background:#000000;
color:#00CC00;
font-size:12px;
}
.ta03 {
background : #ffffff;
border : 2px solid #cccccc;
font-size : 11px;
text-align : justify;
color : #000000;
}
.ta04 {
font-size : 14px;
color : #ed1e79;
font-weight : bold;
width : 150px;
text-align : left;
}
.bu {
float : right;
}
.t8 {
font-size : 11px;
font-weight : bold;
text-align : center;
background : #ff0099;
border : 0;
color : #ffffff;
}
.t82 {
font-size : 11px;
font-weight : bold;
text-align : center;
width : 470px;
background : #ff0099;
border : 0;
color : #ffffff;
}
.t83 {
font-size : 11px;
font-weight : bold;
text-align : left;
}
.t9 {
width : 50px;
height : 50px;
font-size : 10px;
text-align : center;
}
.t9 a {
color:#CC0066;
text-decoration:none;
}
.t9 a:hover {
color:#ffffff;
text-decoration:underline;
}
.t58 {
text-align : center;
width : 20px;
font-size : 12px;
}
.t87 {
font-size : 9px;
font-weight : bold;
text-align : center;
background : #ff0099;
border:none;
color : #ffffff;
}
.t888 {
font-size : 9px;
font-weight : bold;
text-align : center;
border:#000000;
color : #ffffff;
}
.inpt {
width : 20px;
height : 15px;
font-size : 10px;
}
.art1 {
color : #999999;
font-size : 11px;
}
.pr {
font-size : 12px;
font-weight : bold;
text-align : right;
}
.tb01 {
width : 800px;
border : 1px solid #ff0099;
}
.tb01 tr {
border : 1px solid #ff0099;
}
.tb01 td {
border : 1px solid #ff0099;
}
.tow {
color : #ffffff;
font-size : 16px;
text-align : right;
}
.tow1 {
color : #ff0099;
font-size : 16px;
text-align : right;
}
.tow3 {
color : #ffffff;
font-size : 18px;
text-align : right;
font-weight : bold;
width : 120px;
}
.conf {
height : 50px;
}
.u001 {
font-size : 12px;
text-align : left;
}
.u001 a {
color : #ff0099;
font-weight : bold;
text-decoration : none;
}
.u001 a:hover {
color : #ff0099;
font-weight : bold;
text-decoration : underline;
}
.u002 {
font-size : 12px;
text-align : left;
}
.u002 a {
color : #ff0099;
font-weight : bold;
text-decoration : none;
}
.u002 a:hover {
color : #ff0099;
font-weight : bold;
text-decoration : underline;
}
.u004 {
font-size : 12px;
}
.u004 a {
color : #ff0099;
font-weight : bold;
text-decoration : none;
}
.u004 a:hover {
color : #ff0099;
font-weight : bold;
text-decoration : underline;
}
.s001 {
font-size : 12px;
text-align : left;
font-weight : bold;
}
.t2-c {
color : #33CC00;
padding-top : 210px;
text-align : center;

font-size : 20px;
}
.t2 a:hover {
color:#FFFFFF;
}
.tb {
padding-left : 50px;
padding-right : 50px;
padding-top : 20px;
}
.bu {
float : right;
}
.cart-cont-c6 {
width : 896px;
height : 662px;
background : url(../images/cart-bg-co.jpg);
}
.t2-c {
color : #33CC00;
padding-top : 210px;
text-align : center;
font-size : 20px;
}
.tb {
padding-left : 50px;
padding-right : 50px;
padding-top : 20px;
}
.boxt {
width : 720px;
height : 60px;
border : #ffffff;
color : #666666;
}
.tb {
padding-left : 50px;
padding-right : 50px;
padding-top : 20px;
}
.bu {
float : right;
}
.t58 {
text-align : center;
}
.t2 {
color : #ed1e79;
padding-top : 210px;
text-align : center;
font-size : 20px;
}
.tetab {
text-align : left;
width : 120px;
height : 25px;
}
.tetab2 {
text-align : left;
width : 120px;
height : 10px;
font-size : 11px;
font-weight : bold;
}
.quantbut {
width : 22px;
height : 22px;
}
.cenres {
background:url(../images/cart-bg-ri_002.jpg);
}

#conte { width:350px; height:200px; }
#conte a { color:#CC3366; text-decoration:none; }
#conte a:hover { color:#ffffff; text-decoration:underline; }


/**FINE CARRELLO **/
.puntin { border:dotted 1px #00CC00;}


/*****************HOME************************/

.hcont { width:750px; height:100%; background:#000; float:right; color:#000;}
.hcont2 { width:750px; height:200px; background:#000; float:right;}
.hslide-big { height:4px; padding-left:25px; }
.hcontsmall { width:370px; height:220px; float:right; background:#FFFFFF; }
.hcontsmallspaz {width:10px; height:220px; float:right; }
.hcontsmallspaz2 {width:750px; height:12px; float:right; }

/*****************HOME************************/

.banleft { width:194px; height:150px; }

.repas { background:url(../images/bg-p.jpg) no-repeat; /**width:770px;**/ height:404px; padding-top:80px; padding-left:15px; padding-right:5px; text-align:center; font-size:12px; float:left; }
.repas2 { background:url(../images/bg-p.jpg) no-repeat; /**width:760px;**/ height:404px; padding-top:12px; padding-left:15px; padding-right:5px; text-align:center; font-size:12px; float:left; }
.repas3 { background:url(../images/bg-pa-ri-z.jpg) no-repeat; /**width:770px;**/ height:21px; padding-left:15px; }
.repas4 { repeat-y; /**width:770px;**/ height:100%;   }

.repas5 { background:url(../images/bg-p00.jpg) no-repeat; /**width:770px;**/ min-height:383px;  text-align:center; font-size:12px; padding-top:12px; }

.repas6 {padding-left:25px; width:725px; height:100%; }







.tit01 { color:#00CC00; font-size:16px; padding-top:10px; }

.err { color:#FFFF00; font-weight:bold; font-size:14px; }

.ordtab { width:735px; border: 1px solid #FF3399;}
.ordtabb { width:735px; }
.ordtab2 { width:735px; border: 1px solid #FF3399;}

.ordtabt { background:#FF3399; }
.ordtabb a { color:#FF3399; font-size:16px; text-decoration:none; }
.ordtabb a:hover { color:#ffffff; font-size:16px; text-decoration:underline; }

.a0 { height:50px; }

.products_title
{
	color:#F39;
	text-align:center;
}


#pven
{
	color:#f09;
	height:30px;
	font-size:18px;
	text-align:center;
}

#de-cat
{
	background:url(../images/de-cat-bg.jpg) repeat-x;
	text-align:justify;
	color:#FFF;
	font-size:11px;
	width:100%;
	height:100%;
}


.ferdep1 {
	position:fixed;
	width:100%;
	height:100%;
	background:url(../../images/white-tras.png) repeat;
	z-index:1001;
	display:none;
	clear:both;
}

.fer-list {
	margin:0 auto;
	width:850px;
	height:450px;
	margin-top:30px!important;
	background:url(../../images/fer-dep-bg.png) no-repeat;
}

.fer-list-int {
	margin:0 auto;
	width:800px;
	height:400px;
}

.closer3 {
	position:absolute;
	margin-left:806px;
}

.country-head {
	text-align:center;
	font-size:40px;
	color:#5684bb;
	padding-top:5px;
}

.country {
	width:160px;
	height:40px;
	background:url(../../images/country-bg.png) no-repeat;
	float:left;
	color:#FFF;
	text-align:center;
	font-size:22px;
	padding-top:20px;
	margin:3px;
}

.country-big {
	font-size:13px!important;
}

.list-country {
	position:absolute;
	width:664px;
	margin:0px 68px 0px 68px;
}

.country a {
	color:#FFF;
	text-decoration:none;
	font-size:18px;
}

.country a:hover {
	color:#FFF;
	text-decoration:underline;
	font-size:18px;
}

.fd-s {
	display:none;
	position:absolute;
	margin:20px;
	overflow:auto;
	height:360px;
	width:760px;
}

.deposit {
	padding:10px;
	border: solid 1px #CCC;
	height:60px;
	margin:0px 10px 10px 0px;
}

.deposit span {
	color:#333;
}

.deposit-2 {
	float:left;
	color:#666;
	font-size:13px;
}

.deposit-3 {
	float:right;
	width:80px;
	text-align:center;
	margin-right:10px;
	font-size:12px;
}

.deposit-selected {
	display:none;
	font-size:12px;
	border: solid 1px #CCC;
	padding:10px;
	text-align:left;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}

.deposit-selected input {
	width:350px;
}
