/* MILKBOX */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	border: 5px solid #fff;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbCanvas{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }


.clear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}
#info_product{
display:inline;
font-size:20px;
}
#info{
display:inline;
clear:both;
}
dl{

}
dt{
float:left;
clear:left;
width:50%;
text-align:right;
padding:2px;
padding-right:6px;
font-size:13px;

}

dd{
float:left;
text-align:left;

padding:2px;
width:46%;
padding-left:4px;
font-weight:bold;
font-size:13px;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}


#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}

#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause{
	outline:none;
	display:block;
	float:right;
	height:19px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:15px; }
#mbPrevLink{ background: transparent url(prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(next.gif) no-repeat; }/* IMAGE: next */

#mbPlayPause{ width:13px; }
#mbPlayPause{ background: transparent url(play-pause.gif) no-repeat; }/* IMAGE: prev */


/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover,a#mbPlayPause:hover { background-position: 0 -22px; }

#mbCloseLink {
	width:17px;
	background: transparent url(close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
}
/*
REMOOZ
.remooz-element { cursor:  -moz-zoom-in; margin:5px; }

/**
 * Box layout
 */
.remooz-box { position: absolute; top: 0; left: 0; background: #fff no-repeat center; z-index: 100; }
.remooz-loading { background-image: url('spinner.gif'); }
.remooz-body { width: 100%; height: 100%; }
.remooz-box-focus.remooz-type-image .remooz-body { cursor: -moz-zoom-out; }
.remooz-box-dragging .remooz-body { cursor: move; } 

/**
 * Close button
 */
.remooz-btn-close { position: absolute; left: -15px; top: -15px; width: 30px; height: 30px; text-decoration: none; border: 0; background: url('closebox.png') no-repeat center; visibility: hidden; cursor: pointer; }
.remooz-engine-trident4 .remooz-btn-close { background-image: url('closebox.gif'); } 

/**
 * Caption title
 */
.remooz-title { position: relative; left: 0; top: 15px; text-align: left; }
.remooz-title-bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; z-index: 99; -moz-border-radius: 5px; -webkit-border-radius: 5px; /* shadow opacity differs from box shadow because its default set to opacity 0.8 */ -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.9); }
.remooz-title-content { position: relative; padding: 5px 15px; color: #fff; z-index: 101; font: 11px/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif; }
.remooz-title-content a{color:#FFFFFF;}
.remooz-title-content a:hover{color:#CCCCCC;}
.remooz-engine-trident4 .remooz-title-bg { display: none; }
.remooz-engine-trident4 .remooz-title-content { background-color: #333; }

.remooz-title-content h6 { font-size: 1.2em; font-weight: bold; color: #eee; margin: 0 5px; }
.remooz-title-content p { color: #eee; }

/**
 * Type specific
 */
.remooz-type-image img { display: block; border: 0; width: 100%; height: 100%; }

/**
 * Shadow
 */
.remooz-bg { position: absolute; width: 33px; height: 40px; }
.remooz-bg-n { left: 0; top: -40px; width: 100%; background: url('remo_bg_n.png') repeat-x; }
.remooz-bg-ne { right: -33px; top: -40px; background: url('remo_bg_ne.png') no-repeat; }
.remooz-bg-e { right: -33px; top: 0; height: 100%; background: url('remo_bg_e.png') repeat-y; }
.remooz-bg-se { right: -33px; bottom: -40px; background: url('remo_bg_se.png') no-repeat; }
.remooz-bg-s { left: 0; bottom: -40px; width: 100%; background: url('remo_bg_s.png') repeat-x; }
.remooz-bg-sw { left: -33px; bottom: -40px; background: url('remo_bg_sw.png') no-repeat; }
.remooz-bg-w { left: -33px; top: 0; height: 100%; background: url('remo_bg_w.png') repeat-y; }
.remooz-bg-nw { left: -33px; top: -40px; background: url('remo_bg_nw.png') no-repeat; }

#catalogo_images{
width:20% !important;
float:right !important;
}
#catalogo_info{
width:70% !important;
float:left !important;

}

label{
width:200px !important;
}
#catalogo_info h2{
clear:both !important;

}
#catalogo_info h2{
margin-bottom:4px !important;
}
.remooz-element img{
float:right !important;
border-width:0px;
margin:10px;

}
.table_catalog img{
float:none !important;
clear:none !important;

}
.remooz-element{
border-width:0px !important;
}
.pdf{
background-image:url('pdf.gif');
background-repeat:no-repeat;
background-position:4px 4px;
display:inline-block;
padding:10px;
padding-left:40px;
margin-bottom:4px;
}
.zip{
background-image:url('zip.gif');
background-repeat:no-repeat;
background-position:4px 4px;
display:inline-block;
padding:10px;
padding-left:40px;
margin-bottom:4px;

}
.container div h1,.container div h2,.container div h3,.container div ul,.container div ol,.container div p,.container div img{
width:auto !important;
margin:0px 0px 10px 0px !important;
padding:4px !important;
}
.img_micro{
margin-left:10px !important;
border-width:0px !important;
}
.img_micro_2{
margin-right:10px !important;
border-width:0px !important;
}
fieldset{
border-width:0px !important;
}
.container {
clear:both !important;
}
.container div{
float:left !important;
padding:1% !important;
}
h1,h2,h3{
overflow:hidden;
}
p{
clear:none !important;
}
#content ul, #content ol{
overflow:hidden !important;
clear:both !important;
display:block !important;
}
#catalog{
width:100%;
overflow:hidden;
}
