.vslider div.selected .title {
	font-weight: bold;
	background: #C4C6DD url(../images/vslider_expanded.gif) no-repeat scroll 8px 8px;
}
.vslider div.title {
	background: #C4C6DD url(../images/vslider_collapsed.gif) no-repeat scroll 8px 8px;
	cursor: pointer;
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.vslider div.selected {
	border-bottom: none;
}
.vslider .title p {
	padding: 5px 10px 5px 25px;
	font-weight: bold;
	margin-bottom: 0px;
}
.vslider .content {
	margin: 10px;
}
.collapse_space {
	margin: 0;
	padding: 0;
	line-height: 10px;
}
@media print {
	.vslider div{
		display: block!important;
		height: auto!important;
	}
	body { background: none !important; }
}

