/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */ 
  


.jqmOverlay { 
	background: none;
	height: 400px;
	width: 400px !important;
	margin-right: 0px !important;
	float: right;
	position: fixed;
	left: 500px !important;
	(window).jqm({left: 500px});
}
  
* html .jqmOverlay { 
	background: none;
	height: 400px;
	width: 400px !important;
	margin-right: 0px !important;
	float: none;
	position: relative;
	left: 500px !important;
	(window).jqm({left: 500px});
} 
 
.jqmWindow {
    display: none;
    position: fixed;
    top: 51%;
	left: 63%;
    width: 223px;
	height: 293px;
	margin: -150px 0 0 0;
    color: #ffffff;
	filter:alpha(opacity=85);
	opacity: 85%;
	-moz-opacity: 0.85;
}

*+html .jqmWindow {
	width: 250px;
	height:350px;
	left: 61%;
}

* html .jqmWindow {
	width: 250px;
	height:340px;
	/*top: 0;
	left: 61%;
	position: absolute;*/
	margin-left: 120px;
}

.view-vista-prodotti ul li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}

.view-vista-prodotti .view-data-field-sottotitolo-value {
	margin-bottom: 10px;
	font-weight: bold;
}

.box_top {
	background: url(images/sfondobox_top.gif) no-repeat;
	width: 209px;
	height: 19px;
	margin-top: 16px;
	text-align: right;
	padding: 3px 14px 0 0;
	font-weight: bold;
	font-size: 11pt;
}

.box_top a {
	padding: 0 1px 0 5px;
}

.box_top a:link, .box_top a:visited {
	color: #ffffff;
}

.box_top a:hover {
	color: #eef6ff;
}

.box_container {
	background: url(images/sfondobox_content.gif) repeat-y;
	margin-top: -3px;
	padding-top: 9px;
	width: 240px;
	position:relative;
}

.box_content {
	width:190px;
	padding: 0 11px 0 11px;
	height: 260px;
	overflow: auto;
}

.box_bottom {
	background: url(images/sfondobox_bottom.gif) no-repeat;
	width: 223px;
	height: 11px;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead 
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

	/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); 
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
   	background: blue;
    color: White;
    border: 1px solid black;
    padding: 12px;
}*/


