/*Zoom TickBox styles*/
#lyrZoomOpacity{position: absolute; display: none; top: 0; left: 0; width: 100%; height: 100%; background: #000; filter: alpha(opacity=40); -moz-opacity: 0.4; opacity: 0.4; z-index: 1;}
#lyrZoomContent{position: absolute; display: none; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; cursor: hand;}
#outerPopFrame{width: 750px; height: 500px;}
#popFrame{border-bottom: 1px solid #303030;}
#myTop{position: absolute; width: 100%; top: 0; left: 0;}

.sottotitolipopup{color: #FFF; font-weight: bold;}

a.chiudilink:link,a.chiudilink:visited,a.chiudilink:hover{font-size: 11px; font-weight: bold; color: #999;}

.tickBoxTitle{background: #303030; font-size: 15px; color: #FFF; padding: 16px 15px 2px 15px; font-weight: bold;}
.tickBoxSubTitle{border-bottom: 1px solid #CCC; padding: 5px 15px;}
.tickBoxContent{padding: 15px;}

.closeTickBox{clear: both; float: left; width: 100%; text-align: right; padding-top: 5px; margin-top: 5px; border-top: 1px solid #999;}
.closeTickBox a:link{font-size: 11px; text-decoration: none; color: #999;}
.closeTickBox a:visited{font-size: 11px; text-decoration: none; color: #999;}
.closeTickBox a:hover{font-size: 11px; text-decoration: none; color: #d46004;}
.tickBoxScrolling{
	width: 100%;
	height: 380px;
	overflow: auto;
	scrollbar-face-color:#3F3F3F;
	scrollbar-shadow-color:#FFF;
	scrollbar-3dlight-color:#3F3F3F;
	scrollbar-arrow-color:#FF8000;
	scrollbar-darkshadow-color:#3F3F3F;
	scrollbar-track-color:#CCC;
	scrollbar-highlight-color:#FFF;
}

.txt{background: #FFF; border: 1px solid #999; font-family: Trebuchet MS; font-size: 11px; padding: 1px; width: 160px;}
.txtobbl{background: #FFFFE1; border: 1px solid #999; font-family: Trebuchet MS; font-size: 11px; padding: 1px; width: 160px;}
.submitClass{border: 0; padding: 1px 5px; border: 1px solid #CCC; color: #F60; font-weight: bold; font-family: Trebuchet MS; font-size: 12px; background: none; cursor: hand;}

.rivenditori{border-bottom: 1px dotted #CCC; padding-bottom: 10px; margin-bottom: 10px;}
.rivTitle{font-weight: bold; color: #C00; padding: 1px 10px;}
.rivDesc{font-weight: normal; padding: 5px 10px; color: #999;}

.rivOn{background: #F5F5F5 url(/images/cpfr.gif) top right no-repeat; padding-top: 10px;}
.rivOn .rivDesc{color: #666;}
/*Zoom TickBox styles*/