@charset "UTF-8";

/* overlay */
.grds.overlay { display:none; z-index:10000; background: dimgray; color: white; width:800px; min-height:500px; 
	box-shadow: 0 0 5px silver; -moz-box-shadow: 0 0 5px silver; -webkit-box-shadow: 0 0 5px silver;
	border-radius: 5px; 
} 
.grds.overlay .close { background-image:url(/typo3conf/ext/grds_productspecs/Resources/Public/Icons/icon-jQuery-close.png); 
	position:absolute; right:-15px; top:-15px; cursor:pointer; height:35px; width:35px; z-index: 1000; }
.grds.overlay .contentWrap { margin: 10px; height: 380px; }
.grds.overlay h3 { margin: 0; height: 2em; left: -10px; line-height: 2em; padding: 10px; position: relative; top: -10px; color: white; font-size: 1.2em; width: 100%;
	background: black; background: linear-gradient(dimgray, black);
	border-radius: 5px 5px 0 0;
}
.grds.overlay .scrollable { height: 100%; display: block; overflow-y: auto; }
.grds.overlay .grdsVerticalScroll { height: 370px; overflow-y: auto!important; overflow-x: none!important; display: block; }
.grds.overlay .grdsLeftCol { width: 66%; }

.grds.overlay .overlayLoader { width: 30px; height: auto; margin-top: 200px; margin-left: 375px; }
