/*overFlow with vertical scroller only*/
div.box{
	width:493px!important;
	width /**/:498px;
	height:500px !important;
	height /**/: 503px;
	overflow:auto;
	border:0px solid #EEE;
	border-right:0 solid;

    background:url(../En/gradient.png) repeat-x fixed top left; 	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
} 
#ContactUs {
	background-image: url(../images/contactUs.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 85px;
	text-indent: 82px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #317C41;
	font-weight: bold;
}


div.box p{margin-top:0}

img {
	border: 0;									/* this squashes a Firefox bug */
	vertical-align: bottom;	
	border-style: none
							/* this squashes an IE bug */
}
body {
	font-family:"Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size:64%; /* Sets default font size to 10px */
	color:#222222;
	background-repeat: repeat-x;
	background-position: left center;
	background-color: #cfebf9;
	background-image: url(../images/nuvola.png);
	background-attachment: scroll;
	}


* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#B4C835;
	outline: none;

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

/* struttura */

#holyBox {
	margin:0 auto;
	width:700px;
	font-size:1.2em;
	background-color: #FFFFFF;

	}
#header {
	height:140px;
	background:url(../images/bg-header.jpg) no-repeat;
	}
#menu {
	height:35px;
	line-height:35px;
	padding:0 10px;
	background-image: url(../images/menuBK.jpg);
	background-repeat: repeat-x;
	}
#sidebar {
	float:right;
	width:180px;
	margin-right:10px;
	background-color: #EFEFEF;

	}
#content {
	float:left;
	width:500px;
	min-height:400px;
	}
#footer {
	clear:both;
	height:100px;
	background:url(../images/bg-footer.jpg) no-repeat;

	}

/* Entries */

.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.entry-title {
	font-size:1.5em;
	font-weight:normal;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #7EA800;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	padding-left: 20px;
	padding-bottom: 5px;
	}
.comments {
	margin-top:-1em;
	padding-left: 20px;
	}
.comments a {
	color:#006699;
	padding-left:0px;
	padding-right:2px;
	}
.comments a:hover {
	color:#009966;
	}


/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#menu li a:hover {
	background-image: url(../images/menuHover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFCC00;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
#sidebar li {
	text-indent: 50px;
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	
	}
#sidebar li a:hover {
	color: #0099CC;
	cursor: pointer;
	}
#sidebar-bottom {
	height:20px;
	background:url(../images/bg-sidebar-bottom.gif) no-repeat top center;
	}

/* Footer */

#footer-valid {
	padding-top:55px;
	cursor:default;
	color:#FFFFFF;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #336633;
	width: 660px;
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
	text-align: right;
	}
#footer-valid a {
	color:#FFFFFF;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline overline;
	background-color: #61A259;
	}

/* Heading's */

h1 {
	font-size:1.3em;
	font-weight:normal;
	cursor:default;
	position:relative;
	top:70px;
	left:40px;
	color:#006633;
	font-style:italic;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

/* Feed */

#feed {
	height:25px;
	width:126px;
	margin:0 auto;
	padding-left:26px;
	background-repeat: no-repeat;
	background-image: url(../images/feedBG.png);
	color: #CCCCCC;
	}
a.feed-button {
	display:block;
	width:110px;
	height:25px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}

/* Extra's */

#ad-top {
	width:480px;
	height:50px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 10px;
	}
#welcome {
	height:140px;
	background:url(../images/bg-ad-top.png) no-repeat;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	}
a.ITA {
	background-image: url(../images/itaflag.jpg);
	background-repeat: no-repeat;
	background-position: 30px center;
	
}
a:hover.ITA{
	background-image: url(../images/itaflagH.jpg);
	background-repeat: no-repeat;
	background-position: 30px center;
	
}
a.ENG {
	background-image: url(../images/engflag.jpg);
	background-repeat: no-repeat;
	background-position: 30px center;
}
a:hover.ENG{
	background-image: url(../images/engflagH.jpg);
	background-repeat: no-repeat;
	background-position: 30px center;
	
}
a.FRA {
	background-image: url(../images/fraflag.jpg);
	background-repeat: no-repeat;
	background-position: 30px center;
}
a:hover.FRA{
	background-image: url(../images/fraflagH.jpg);
	background-repeat: no-repeat;
	background-position: 30px center;
	
}
a.SPA {
	background-image: url(../images/spaflag.jpg);
	background-repeat: no-repeat;
	background-position: 30px center;
}
a:hover.SPA{
	background-image: url(../images/spaflagH.jpg);
	background-repeat: no-repeat;
	background-position: 30px center;
	
}
a.POR {
	background-image: url(../images/porflag.jpg);
	background-repeat: no-repeat;
	background-position: 30px center;
}
a:hover.POR{
	background-image: url(../images/porflagH.jpg);
	background-repeat: no-repeat;
	background-position: 30px center;
	
}
table {
	background-image: url(../images/table.png);
	background-repeat: repeat-y;
	background-position: center;

	
}
#sideBottom {
	height:310px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
	background-image: url(../images/olive-globe.jpg);
	position:relative;
}
#bodyCopy {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: normal;
	padding-left: 20px;
}
.hide {
	color: #999999;
	text-decoration: none;
	visibility: hidden;
}
#Site {
	height: 235px;
	width: 495px;
}
#ubication {
	margin-top:-1em;
	padding-left: 20px;
	font-size: 14px;
	color: #666666;
}
#ProductList ul {
	padding-top: 15px;
}
#ProductList li {
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A8A68C;
	margin-left: 15px;
	padding-top: 15px;
}
#ProductList li a {
	list-style-type:none;
	color: #009966;
	line-height: 40px;
	height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.disclaimer {
	font-size:0.88em;
	color:#999999;
	cursor:default;
	padding-left: 20px;
	padding-bottom: 5px;
	line-height: 1.2em;
	padding-top: 5px;
}
#ProductList li a:hover {
	color: #83876B;
}

a.PM {
	background-image: url(../images/logopickmachine.jpg);
	background-repeat: no-repeat;
	padding-left: 110px;
	background-position: left center;
}
a:hover.PM{
	background-image: url(../images/logopickmachineH.jpg);
	background-repeat: no-repeat;
	padding-left: 110px;
	background-position: left center;
	
}
a.OLI {
	background-image: url(../images/logopickmachine.jpg);
	background-repeat: no-repeat;
	padding-left: 110px;
	background-position: left center;
}
a:hover.OLI{
	background-image: url(../images/logopickmachineH.jpg);
	background-repeat: no-repeat;
	padding-left: 110px;
	background-position: left center;
	
}
a.COMB {
	background-image: url(../images/logocombo.jpg);
	background-repeat: no-repeat;
	padding-left: 110px;
	background-position: left center;
}
a:hover.COMB{
	background-image: url(../images/logocomboH.jpg);
	background-repeat: no-repeat;
	padding-left: 110px;
	background-position: left center;
	
}
a.ECAR {
	background-image: url(../images/logoEcarH.jpg);
	background-repeat: no-repeat;
	padding-left: 110px;
	background-position: left center;
}
a:hover.ECAR{
	background-image: url(../images/logoEcar.jpg);
	background-repeat: no-repeat;
	padding-left: 110px;
	background-position: left center;
	
}

#HomeBody {

	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: normal;
	padding-left: 20px;
}
a.MAN {
	background-image: url(../images/logomantis.jpg);
	background-repeat: no-repeat;
	padding-left: 110px;
	background-position: left center;
}
a:hover.MAN{
	background-image: url(../images/logomantisH.jpg);
	background-repeat: no-repeat;
	padding-left: 110px;
	background-position: left center;
	
}
a.LOL {
	background-image: url(../images/logololita.jpg);
	background-repeat: no-repeat;
	padding-left: 110px;
	background-position: left center;
}
a:hover.LOL{
	background-image: url(../images/logololitaH.jpg);
	background-repeat: no-repeat;
	padding-left: 110px;
	background-position: left center;
	
}
a.BKT {
	background-image: url(../images/logoblukut.jpg);
	background-repeat: no-repeat;
	padding-left: 110px;
	background-position: left center;
}
a:hover.BKT{
	background-image: url(../images/logoblukutH.jpg);
	background-repeat: no-repeat;
	padding-left: 110px;
	background-position: left center;
	
}#ProdTopBar {

	width:480px;
	height:50px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
}
/* tabella prodotti pickmachine*/

div.row {
	float: left;
	width: 400px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20;
	height: 250px;
}
div.cols3 {
	float: left;
	width: 30%;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 15px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ProductsRowPM {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: normal;
	padding-left: 20px;
	padding-top: 15px;
}

a.ImgDot img{
	border: 1px dotted #fff;
	color: #666666;
}
a.ImgDot {
	color: #006699;
}

a:hover.ImgDot {

	color: #999900;
}
a:hover.ImgDot img{
	
	border: 1px dotted #666666;
}


td.ProductsLine
{
	border-bottom: 1px #6699CC dotted;
	color: #404040;
	padding-top: 10px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
	width: 33%;
	text-align: center;
}
#MenuSelector{
	width: 180px;
	float: right;
	margin-right: 10px;
	background-color: #EFEFEF;
	list-style-image: none;

}
#MenuSelector li {
	text-indent: 30px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#PMsideBottom {
	height:20px;
	position:relative;
	background-color: #FFFFFF;
}
#MenuSelector ul {
	list-style-image: none;
	text-indent: 10px;
	list-style-type: none;
}
#MenuSelector li a {
	text-indent: 30px;
	color: #666666;
}
#MenuSelector li a:hover {
	text-indent: 30px;
	color: #0099CC;
}
#TopMenu {
	background-color: #EFEFEF;
	background-image: url(../images/bg-sidebar-Top.gif);
	background-repeat: no-repeat;
	background-position: center top;

}
#MenuLine {
	font-weight: bold;
	text-align: left;
	text-indent: 15px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0066CC;
}
.entryProducts {
	text-align:justify;
	line-height:1.75em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#HomeContent {

	float:left;
	width:485px;
	min-height:400px;
}
#bodyCopyStretch {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: normal;
	padding-left: 20px;
	width: 460px;
}

@media print
{
iframe {
	height: 950px;
	width: 650px;
}
.invisiblePRN {
	display: none;
	color: #666666;
}
#menuprods{
display: none;
}
}.entryHeader {

	font-size:1.2em;
	font-weight:bold;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #006666;
}
#Login {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#DownloadSubHead {

	background-image: url(../images/downHeader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 85px;
	text-indent: 25px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
