
.basic {
	width: 172px;
	margin: -8px 1px 0px 1px;
}
.basic div {
	background-color: #ffffff;
}
.actext {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
	min-height: 193px;
}
.actext ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.actext ul li {
	margin: 0;
	padding: 4px 0;
}
h2.drawer-handle {
	cursor:pointer;
	display:block;
	padding:0 10px;
	margin: 0;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	border-bottom: 1px solid #595959;
	background: #757575 url(images/AccordionTab0.gif) repeat-x;
	outline: none;
}
h2.drawer-handle:hover {
	color: #ffffff;
	background: #500000 url(images/AccordionTab2.gif) repeat-x;
	outline: none;
}
h2.selected {
	color: #ffffff;
	background: #500000 url(images/AccordionTab2.gif) repeat-x;
	outline: none;
}

.actext a, .actext a:visited, .actext a:active {
	color: #666666;
	text-decoration: none;
	background: none;
	padding: 0;
	margin: 0;
	height: 12px;
	line-height: 12px;
	font-weight: bold;
	font-size: 10px;
	border: none;
}
.actext a:hover, .actext a:focus {
	color: #500000;
	text-decoration: none;
	background: none;
}


@media print {
	.basic div{
		display: block!important;
		height: auto!important
	}
}
