.widget_line {
	width: 100%;
	height: 0px;
	display: inline-block;
	float: left;
	border-top: #dedede 1px solid;
	position: relative;
}
.widget_line.style-dashed {
	border-top-style: dashed;
}
.widget_line.style-dotted {
	border-top-style: none;
	background: url('../images/dotted.png');
	height: 7px;
}
.widget_line.style-diagonal {
	border-top-style: none;
	background: url('../images/pattern_diag_rl.png');
	height: 7px;
}
.widget_line.style-hidden {
	border-top-style: hidden;
	height: 1px;
}
.widget_line .widget_title {
	border-top: none;
}
.widget_line h3 {
	position: absolute;
	top: 50%;
	line-height: 1em;
	margin: -0.5em 0 0 0;
	padding: 0 10px 0 0;
	background: #fcfcfc;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
}
#sidebar .widget_line h3 {
	display: none;
}
.widget_line.style-dotted h3 {
	padding-top: 3px;
}