html,body{margin:0 auto;padding:0;border:0;font-weight:normal;font-style:normal;vertical-align:top;}
div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,td { 
margin:0;
padding:0;
border:0;
outline:0;
font-weight:normal;
font-style:normal;
white-space:normal;
font-size:100%;
line-height:120%;}
table{width:100%;} 
td{padding:3px;vertical-align:top;}
strong{font-weight:bold;}
img{border:none !important;}
input,textarea,select{font-size:100%;}
fieldset{border:none;} 
legend{font-weight:bold;} 
ul,li{list-style:none outside;}
label{display:block;}

html,body{
	margin: 0 auto;
	padding: 0;
	border: 0;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	color: #303030;
	font-size: 90%;
	vertical-align: top;
	background: white url(BGTOP_s1.jpg) repeat-x top;
	background-color: #F1F1F1;
}

table,td { 
	border-style:none; 
	font-size: 100%;
}
table {	
	width: 100%;
	margin:0px; 
	border-collapse: collapse;
}
td { 
	padding:0px; 
	vertical-align:top; 
}
img {
	margin:0px; 
	border-collapse: collapse;
}
a {
	text-decoration: underline;
	font-size: 100%;
	color: #D14214;
	font-weight: normal;
}
a:hover { 	
	color: Black;
}
.small {
	font-size: 82%;
	color: #999999;
}
.cell {
	padding: 0 2px 0 2px;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	border: 1px solid #505255;
	background-color: #ffffff;
}
.copyright { 
/* padding-top: 10px;*/
}
.copyright a{
	color: #000000;
	text-decoration: underline;
}
.copyright a:hover {
	color: #0267CF;
	text-decoration: underline;
}
.topbanner { 
	border: medium none;
	font-size: 100%; 
	text-align: center;
	border-right: 0px groove #000000;
	border-left: 0px groove #000000;
}
.tableline1 {
	padding: 3px;
	color: #303030;;
	font-weight: normal;
	TEXT-ALIGN: left;
	background-color: #E7E7E7;
}
.tableline2 {
	padding: 3px;
	font-weight: normal;
	color: #303030;;
	TEXT-ALIGN: left;
	background-color: #F1F1F1;
}
.tablelinemain {
	height: auto;
	font-size: 100%;
	color: #303030;
	padding: 10px;
	background-color: #E0E0E0;
}		
.normal { 
	list-style: square;
	font-size: 100%; 
	text-align: justify; 
}

.myTable {
	font-weight: normal;
	TEXT-ALIGN: left;
	color: #303030;
	border: none;
	margin-bottom: 0px;
	padding: 0px;
	background-color: trasparent;
}
.mymodule {
	border: 1px solid Silver;
	list-style: square;
	font-size: 110%;
	text-align: justify;
	background-color: transparent;
	font-style: normal;
}
.mySubTable {
	border: 0px solid #D6DFEF;
	list-style: square;
	font-size: 100%;
	text-align: justify;
	background-color: transparent;
	font-style: normal;
	width: 100%;
}
.myTitle {
	height: auto;
	text-indent: 0px;
	font-size: 120%;
	color: white;
	font-weight: normal;
	text-align: left;
	padding: 3px;
	margin: 0px;
}
.myTitleBottom { 
	color: #303030;
	height: auto;
	font-size: 80%; 
	}
.myTr { 
	background-color: trasparent;
}
.myTD { 
	padding: 5px;
}
.myQuote { 
	border: 1px solid #000000; 
	padding: 3px;
	font-size: 110%; 
	text-align: justify;
	background-color: #D3D3D3; 
	} 

/* Tabber */
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabberlive {
 margin-top:1em;
}
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
    margin:0;
    padding: 3px 0;
    font-size: 100%;
    color: #000000;
    background-color: silver;
    border-bottom: 1px solid #BBBBBB;
}
ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}
ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #BBBBBB;
 border-bottom: none;
 text-decoration: none;
 color: #000000;
}
ul.tabbernav li a:link {
    color: #000000;
    text-decoration: none;
}
ul.tabbernav li a:hover {
 color: red;
}
ul.tabbernav li.tabberactive a
{
 background-color: transparent;
 border-bottom: 0px solid #000000;
}
ul.tabbernav li.tabberactive a:hover
{
 color: #000000;
 border-bottom: 1px solid #ffffff;
}
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */
 /* height:200px; */
 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */
 /* overflow:auto; */
}
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}
/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab2 .tabbertab {
 height: 200px;
 overflow:auto;
}


/* -- MENU 2 ------------------- */

#chromemenu {
	margin-left: 80px;
	height: auto;
}
ul.anmenu {
	list-style: none; /*elimino i punti elenco */
	margin: 0;
	padding: 0; /* elimino i rientri delle liste */
	width: 190px;
}
ul.anmenu li a {
	display: block; /* il link occupa tutto lo spazio orizzontale */
	text-decoration: none; /* elimino la sottolineatura, che si tratta di un link si capisce dalla struttura */
	text-indent: 0px;
	padding: 0 0em; /* lascia spazio far il bordo del menu e il testo del link */
	height: 1em; line-height: 1em; /* altezza del link: height e line-height devono avere il medesimo valore */
}

ul.anmenu li { /*display: inline;*/ } /*elimina lo spazio fra gli elementi della lista introdotto da Opera*/

ul.anmenu li a:link, ul.anmenu li a:visited {
/*	background: url(up.png);*/
	border-bottom: 1px dotted #ccc;
	/*background:#ccc;*/
} /* colori per il link */
ul.anmenu li a:hover, ul.anmenu li a:active {
	background-color: #D14214;
	color: #303030;
} /* colori per l'effetto roll-over */

ul.anmenu li {
}
ul.anmenu a {
}
ul.anmenu a:hover {
}
ul.anmenu li.active li a {
}
ul.anmenu span {
}
/* -- FINE MENU 2 ------------------- */

#NbVisitorsAjax .myTD {
	background-color: #eaeaea;
	border: 5px solid #eaeaea;
}
#Accounts .myTD {
	background-color: #eaeaea;
	border: 5px solid #eaeaea;
}

#MainMenumenuitems_general a {
	background-color: #eaeaea;
}
#MainMenumenuitems_general a:hover {
	background-color: #D14214;
	color: white;
}
#MainMenumenuitems_pappagalli a {
	background-color: #eaeaea;
}
#MainMenumenuitems_pappagalli a:hover {
	background-color: #D14214;
	color: white;
}
.menumenumatic a {
	font-size: 100%;
	color: #303030;
	font-weight: bold;
} 
#imagetitle {
	margin-top: 45px;
	margin-left: 85px;
	position: absolute;
}
#liveclock {
	text-align: center;
}
#RSSblock {
	font-size: 11px;
	height: 350px;
	overflow: hidden;
}
#RSSblock a {
	color: #0267cf;
	font-weight: bold;
}
#tablelinesRSS {
	list-style: none;
	padding: 0;
	margin: 0px;
}
.tablelineRSS {
	font-weight: normal;
	text-align: left;
	border-bottom: 1px dotted #ffffff;
	width: 170px;
	text-align: justify;
}
.tablelinemainRSS {
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
}
#tablelinesRSSdiv {
	width: 170px;
	height: 300px;
	overflow: hidden;
	position: absolute;
}
.ticketelementmenu {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-right: 10px;
}
a.externallink {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url('external.gif') no-repeat scroll right center;
padding:0 13px
}


/* -- STRUTTURA TEMPLATE ------------------- */


#template_container{
	height: auto;
	margin: 0 auto;
	width: 1113px;
	background: url(center_s1.jpg);
	background-position: bottom;
}
#containertop {
	height: auto;
	margin: 0 auto;
	background: url(BGBOTTOM_s1.jpg) repeat-x;
	background-position: bottom;
}
#template_top {
	height: 40px;
	width: 1113px;
	padding-left: 0px;
	background-image: url(TOP_s1.jpg);
	background-repeat: no-repeat;
}
#template_logo{
	width: 1113px;
	height: 365px;
	background-image: url(banner_s1.jpg);
	background-repeat: no-repeat;
}
#template_banner {
	height: 126px;
	width: 1113px;
	padding-top: 0px;
	padding-left:  0px;
	margin-bottom: 0px;
	text-align: center;
	background-image: url(flash_s1.jpg);
}
#template_info {
	float: left;
	height: auto;
	width: 650px;
	margin-top: 330px;
	margin-left: 300px;
	text-align: left;
	text-indent: 10px;
	color: #303030;
}
#tlinestatusinfo {
}

/* -- TOOLBAR TOP ------------------- */


#toolbaruser {
	float: right;
	height: auto;
	padding-right: 10px;
	padding-top: 17px;
	margin-right: 135px;
}
 #nav_toolbaruser a { 
 	font-size: 85%;
	font-weight: normal;
	color: white;
	border-left: 0px solid;
 	}
 #nav_toolbaruser a:hover { 
 	color: black;
 	background: none;
 }


/* -- TOOLBAR MED ------------------- */

ul.toolbarmenumatic {
	float: left;
}
ul.toolbarmenumatic a:hover {
	background-color: trasparent;
	color: #303030;
}
.toolbar { 
   	display: block;
   	text-align: center;
 	}
#nav_toolbar a { 
	height: 43px;
 	font-size: 90%;
	color: white;
	font-weight: normal;
	display: inline;
	padding: 0px 3px 0px 3px;
	line-height: 50px;
	border-right: 1px solid white;
 	}
 #nav_toolbar a:hover { 
 	background-color: rgba(254,124,47,0.65);
 	}
#toolbar {
	height: 43px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 35px;
	margin-left: 35px;
	background-color: #D14214;
}


/* -- TOOLBAR BOTTOM ------------------- */

#toolbarbottom .toolbarmenumatic {
}
#toolbarbottom {
	padding-left: 135px;
	padding-top: 100px;
}
#toolbarbottom a {
	font-size: 85%;
	font-weight: normal;
	color: #D14214;
}
#toolbarbottom a:hover {
	color: black;
}
#nav_toolbarbottom a { 
 	font-size: 85%;
	font-weight: normal;
	color: #D14214;
 	}
 #nav_toolbarbottom a:hover { 
 	color: black;
 	background: none;
 }


/* -- CONTENT ----------- */

#template_center {
	width: 1113px;
	background-image: url(CENTRE_s1.jpg);
	background-repeat: repeat-y;
}
#template_content {
	float: left;
	width: 853px;
	margin-top: 10px;
	margin-left: 128px;
	margin-bottom: 0px;
	color: Gray;
}
#template_content .myTitle {
	height: 53px;
	font-size: 110%;
	font-weight: bold;
	color: #303030;
	padding-top: 30px;
	padding-left: 10px;
	background-color: transparent;
	background-image: url(CONTB1_s1.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#template_content .myTable {
	margin-bottom: 0px;
	background-color: trasparent;
	background-image: url(CONTB2_s1.jpg);
}
#template_content .myTD {
	padding: 20px;
}

#template_content .myTitleBottom {
	height: 45px;
	text-indent: 20px;
	background-color: transparent;
	background-image: url(CONTB3_s1.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.tagslink  {
	height: 28px;
	padding-top: 5px;
	color: black;
	background-color: trasparent;
	background-image: url(tagsbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#template_bottom {
	clear: both;
	width: 1113px;
	height: 261px;
	text-align: center;
	color: Gray;
	border-top: 0px dotted #ccc;
	background-image: url(bottom_s1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#template_credits {
	width: 1113px;
	height: 162px;
	background-image: url(credits_s1.jpg);
	background-repeat: no-repeat;
}

.input {
	margin-left: 220px;
}
#location_map {
 	margin-left: 20px;
 	width: 590px; 
	height: 400px;
 	border: 1px solid #0267CF;
}
#TopArticlesLinks a {
	font-size: 100%;
}
#BlockNewsLinks0 a {
	font-size: 100%;
}
#MyFavorites a {
	font-size: 100%;
}
h4 {
	font-size: 130%;
}

/* ------------- box category---------- */

.boxcategory {
   float: left;
   height: 150px;
   margin: 3px;
   width: 48%;
   background: #eee;
}
.boxcategoryline {
   height: auto;
}
.boxcategory_title a {
   font-size: 100%;
}
#InformationsCategory .tableline1 {
   background-color: #E7E7E7;
   }
#InformationsCategory .tableline2 {
   background-color: #F1F1F1;
}


/* ------------- block bitforum ----------- */


#TopPosts .myTD {
	background-color: trasparent;
}
.tablelineForum1 {
	border-bottom: 1px solid white;
}
.tablelineForum1 a {
	color:  #666;
}
.tablelineForum1 a:hover {
	color:  #D14214;
}
.tablelineForum2 {
	border-bottom: 1px solid white;
}
.tablelineForum2 a {
	color:  #666;
}
.tablelineForum2 a:hover {
	color:  #D14214;
}
.tablelineTopForum {
	color: white;
	padding: 3px;
	border-bottom: 1px solid white;
}
.tablelineTopForum a {
	color: #D14214;
	font-weight: bolder;
}


/* ------------- last insert ----------- */


#lastinsertblock {
 height: 40px;
 width: 100%;
 display: block;
 overflow: hidden;
 position: relative;
 margin: 0;
 padding: 0;
}
#lastinsert {
 width: 490px;
 height: 50px;
 display: block;
 list-style: none;
 margin: 0;
 padding: 0;
}
#lastinsert li {
 width: 95%;
 height: 30px;
 margin: 0;
 border: none;
 padding: 6px 10px;
 float: left;
 display: inline;
}
#lastinsert .myTitleBottom { 
	color: #333333;
	height: 0px;
	font-size: 80%; 
}
#login .myTD {
 background-color: #f8f8f8;
}


/* ------------- news mootols----------- */

#NewsScrollBlock {
 height: 240px;
 width: 488px;
 display: block;
 overflow: hidden;
 position: relative;
 margin-top: 10px;
 margin-left: 3px;
 padding: 15px;
 color: black;
}
#NewsScrollBlock .news_header {
  padding: 10px;
  font-size: 90%;
}
#NewsScroll {
 width: 488px;
 height: 240px;
 display: block;
 list-style: none;
 padding: 0px;
 color: black;
}
#NewsScroll li {
 width: 488px;
 height: 240px;
 margin: 0;
 border: none;
 padding: 20px 0px;
 float: left;
 display: inline;
}
.news_title {
	height: 53px;
	font-size: 110%;
	font-weight: bold;
	color: #303030;
	padding-top: 30px;
	padding-left: 10px;
	background-color: transparent;
	background-image: url(CONTB1_s1.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.news_title a {
   text-decoration: none;
}
.news_bottom {
	height: 45px;
	padding-left: 10px;
	background-color: transparent;
	background-image: url(CONTB3_s1.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.news_bottom a {
   font-weight: normal;
}
.news_title a:hover {
   text-decoration: none;
}
.news {
  	background-color: trasparent;
	background-image: url(CONTB2_s1.jpg);
}
.news_header  {
	padding: 10px;
}

.news .small {
   padding-left: 10px;
}
.news_image {
   float: left;
   width: 120px;
   margin-right: 5px;
   margin-bottom: 5px;
}


/* -- Mod. Sociable --- */

.sociable img {
	float: none;
	width: 25px;
	height: 25px;
	border: 0;
	margin: 0;
	padding: 0;
}
.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#sociablelinks {
	color: white;
}
#sociablelinks .myTitle {
	height: auto;
	color: white;
	font-size: 1%;
	background-color: white;
}
#sociablelinks .myTD a {
	color: white;
}


/*-------- Tags cloud --------------- */

.tagslink  {
	text-indent: 20px;
}
#BlockTagsCloud .myTitle {
}
#BlockTagsCloud .myTD {
	padding:  15px;
	text-align: center;
}
#BlockTagsCloud a {
}
#BlockTagsCloud a:hover {
}
.taglinktitle, .taglinktitle a {
	font-weight: bold;
	font-size: 14px;
}
.taglinkcontent {
	margin-bottom: 20px;
	border-bottom: 1px dotted;
}
.tagslinktitle {
	font-weight: bold;
}
.tagslink{
	margin-bottom: 20px;
}
a.tagscloud_xsmall {
	font-size: x-small;
}
a.tagscloud_small {
	font-size: small;
}
a.tagscloud_medium {
	font-size: medium;
}
a.tagscloud_large {
	font-size: large;
}
a.tagscloud_xlarge {
	font-size: x-large;
}
.relatedtopics {
	font-weight: bold;
}
.relatedtopicstitle {
}
.relatedtopicslink, .relatedtopicslink a {
	font-style: italic;
}


/*-------- bitforum --------------- */

#MenuForum .tablelinemain {
	background-color: transparent;
}
#MenuForum .tablelinemain a{
	color: #FF4500;
}
#Forums .myTitleForum {
	height: 30px;
	padding-top: 5px;
	text-indent: 5px;
	background-color: transparent;
	background-image: url(forumtitle.jpg);
}
#Forums .myTitleForum a {
	font-size: 120%;
	text-decoration: none;
	font-weight: 600;
	color: White;
}
#Forums .myTable {
	border: none;
	background-color: transparent;
}
#Forums .myTD {
	margin: 10px;
	background-color: #F1F1F1;
	border: none;
	padding: 5px;
}
#ForumRispostaVeloce .tablelinemain {
	background-color: #FF4500;
	border: 0px solid #333333;
	color: Black;
}
#ForumRispostaVeloce .myTD {
	width: auto;
}
.tablelinehEaderAdminForum {
}
.tablelinehEaderForum {
}
.tablelineTopForum {
}
.tablelineHover {
	text-decoration: none;
	background-color: #CBCBCB;
}
.tablelineHover a {
}
.tablelineHover a:hover {
	text-decoration: underline;
	color: Black; 
}
#myTitleForum {
	background-color: transparent;
	background-image: url(forumtitle.jpg);
	background-repeat: repeat-x;
}
#myTitleForum a{
}
.myTitleForum a:hover{
}
.myTableForum {
	margin-bottom: 10px;
}
.tablelineForum {
}
#ForumDiscussioni .myTitle {
	height: 30px;
	font-size: 120%;
	color: black;
}
#ForumDiscussioni .myTD {
	padding: 10px;
}
#ForumDiscussioni .tablelinemain {
	background-color: #E7E7E7;
	padding: 3px;
	color: white;
	background-image: url(forumtitle.jpg);
	background-repeat: repeat-x;
}
#ForumDiscussione .myTitle {
	height: 30px;
	font-size: 120%;
	color: black;
}
#ForumDiscussione .myTD {
	padding: 5px;
}
#ForumDiscussione .tablelinemain {
	color: white;
	background-image: url(forumtitle.jpg);
	background-repeat: repeat-x;
}
#Accounts .myTD {
	background: trasparent;
	border: none;
}
#Accounts .myTable {
	background: transparent;
	border: none;
}

/* BitCatalog categorie */

#BITCatalogCategoriesmain .myTD {
	border: none;
}
.boxcategorycatalog_title {
	font-size: 14px;
	font-weight: bold;
}
.boxcategorycatalog_title a {
	font-size: 14px;
	font-weight: bold;
}
.boxcategorycatalogline {
	height: 165px;
}
.boxcategorycatalogbig {
	height: 150px;
	border: 1px #000000 dotted;
}
.boxcategorycatalog {
	float: left;
	height: 140px;
	margin: 1% 1%;
	width: 29%;
	padding: 5px;
	border: 1px #000000 dotted;
}
.boxcategorycatalog_image {
	float: right;
	margin: 5px;
}
.tablelinecatalog1 {
	border: 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: top;
}
.tablelinecatalog1_col1 {
	padding: 5px;
	width: 130px;
	vertical-align: top;
	text-align: center;
}
.tablelinecatalog1_col2 {
	padding: 5px;
	width: 110px;
	border-bottom: 1px dotted;
	font-weight: bold;
	vertical-align: top;
}
.tablelinecatalog1_col3 {
	padding: 5px;
	border-bottom: 1px dotted;
	vertical-align: top;
}
.tablelinecatalog1_image {
	border: 1px solid;
	height: 100px;
	width: 100px;
	padding: 5px;
	margin: 5px;
}
.tablelinecatalog2 {
	border: 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: top;
}
.tablelinecatalog2_col1 {
	padding: 5px;
	width: 130px;
	vertical-align: top;
	text-align: center;
}
.tablelinecatalog2_col2 {
	padding: 5px;
	width: 110px;
	border-bottom: 1px dotted;
	font-weight: bold;
	vertical-align: top;
}
.tablelinecatalog2_col3 {
	padding: 5px;
	border-bottom: 1px dotted;
	vertical-align: top;
}
.tablelinecatalog2_image {
	border: 1px solid;
	height: 100px;
	width: 100px;
	padding: 5px;
	margin: 5px;
}
#label_sort {
	padding-top: 0px;
}
.tablelinecatalog1_col3 b, .tablelinecatalog1_col3 input {
	vertical-align: top;
}
.tablelinecatalog2_col3 b, .tablelinecatalog2_col3 input {
	vertical-align: top;
}
.catalogdiscount {
	vertical-align: top;
	text-decoration: line-through;
}
.catalogoffer {
	background-color: #ffff00;
	font-weight: bold;
	float: right;
	padding: 2px;
	display: block;
	border: 1px solid;
}

/* prodotto */


#Product {
/*	border: 1px solid;*/
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: top;
}
.tableproduct {
	border: 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: top;
}
.tableproduct_col1 {
	padding: 5px;
	width: 130px;
	vertical-align: top;
	text-align: center;
}
.tableproduct_col2 {
	padding: 5px;
	width: 110px;
	border-bottom: 1px dotted;
	font-weight: bold;
	vertical-align: top;
}

.tableproduct_col3 {
	padding: 5px;
	border-bottom: 1px dotted;
	vertical-align: top;
}

.tableproduct_image {
	border: 1px solid;
	height: 100px;
	width: 100px;
	padding: 5px;
	margin: 5px;
}

.tableproduct_col3 b, .tableproduct_col3 input {
	vertical-align: top;
}
/* carrello */
#Order {
/*	background-image: url('order.jpg');
	background-position: top left;
	background-repeat: no-repeat;*/
}
#Order .myTitle {
/*	padding-left: 30px;*/
}

/* slide images */
#productimages{
	padding: 0px;
	margin: 0px; 
}
#productimages a {
	display:block;
	float:left;
	width: 130px;
	text-align: center;
}
#productimages a img {
	display:block;
	margin: 0 auto;
}
#productimages_mask {
	position:relative;
	width:130px;
	height:180px;
	overflow:hidden;
}

.noobslide {
	position:absolute;
}

#productimages_buttons {
	padding: 5px;
}
#productimages_buttons span {
	color: #0080FF;
	padding: 0 5px;
	cursor: pointer;
}
#productimages_buttons span.active, #productimages_buttons span:hover {
	background: #0080FF;
	color: #fff
}

ul.menumanufacturer {
	margin: 0;
	padding: 0 0 0 10px;
}

ul.menumanufacturer li {
	list-style-type: none;
	padding: 0;
	margin: 3px 0;
	background: none;
}

ul.menumanufacturer a.link {
	text-decoration: none;
	display: block;
	height: 24px;
	line-height: 24px;
}

ul.menumanufacturer a.link:hover {
	background-color: #4D6957;
	color: #FFFFFF;
	text-decoration: none;
}

