#colL .cBox h3 { position:relative; display:block; border-bottom:1px dashed #656565; margin-bottom:10px; padding-bottom:10px; }
#colL .cBox h3.last { border-bottom:0; margin-bottom:0; padding-bottom:0; }
#colL .knowledge p, #colL .knowledge a.more { display:none; }

#calc { margin-top:0; }
.cBox_calc .content { height:10px; padding:0 10px; border-left:1px solid #E3E4E4; border-bottom:none; border-right:1px solid #E3E4E4; }
.cBox_calc h2 { border-bottom:1px solid #656565; }





/* Nyromodal stuff */
div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../imgs/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 1px solid #656565;
	border-top:0;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -17px;
	right: 3px;
	width: 75px;
	height: 12px;
	/*text-indent: -9999em;*/
	background: url(../imgs/nyromodal/close.gif) right no-repeat;
	outline: 0;
	padding:1px;
	color:#fff;
}
h1#nyroModalTitle {
	padding:3px 10px; background:url(../imgs/bg_main_boxes.gif); border-right:1px solid #656565; color:#fff;
	margin: 0;
	position: absolute;
	top: -21px;
	left:-1px;
	right:-1px;
	font-size: 12px;
	display:block;
	font-size: 12px;
}

.ie6 h1#nyroModalTitle { width:97.6%; }

div#nyroModalContent {
	overflow: auto;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background: left 20% no-repeat;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background-image: url(../imgs/nyromodal/prev.gif);
}
a.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
a.nyroModalNext:hover {
	background-image: url(../imgs/nyromodal/next.gif);
}
/* End Nyromodal Stuff */
