@charset "utf-8";

#bodyCircuit #ofTipuri {
	width: 98%;
	border: 1px none #8A8886;
	margin: 5px;
	padding: 0px;
	background-color: #FAF9F8;
}
#bodyCircuit #ofTipuri #ofTip {
	background-color: #FAF9F5;
	padding: 0px;
	float: left;
	width: 230px;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 2px;
}
#bodyCircuit #ofTipuri h1 {
	font-size: 14px;
	line-height: 22px;
	background-color: #F7F5F2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #212121;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

