#accordion {
	border-bottom: 1px dotted #b6b6b7;
}
* html #accordion  {
	border: none;
	padding-bottom: 1px;
	background-image: url(../img/layout/ie_hdot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 496px;
}
.toggler  {
	cursor:pointer;
	margin: 0; 
	padding: 6px 8px;
	border-top: 1px dotted #b6b6b7;
	/*border-bottom: 1px dotted #fff;*/
}
* html .toggler  {
	border: none;
	padding-top: 7px;
	background-image: url(../img/layout/ie_hdot.gif);
	background-repeat: repeat-x;
}
.togglerInner {
	padding: 4px 4px 4px 40px;
	background-image: url(../img/layout/icon_folder.png);
	background-position: 4px 6px;
	background-repeat: no-repeat;
}
* html .togglerInner { 
	behavior: url(add/iepngfix.php);
}
.toggler:hover .togglerInner {
	background-color: #ebeced;
}
.toggler .togglerInner .h1 {
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
}
.toggler .togglerInner .small {
	font-size: 11px;
	padding: 5px 0 0 1px;
}

.element { 
	padding:0 20px 0 50px;
	border-bottom: 1px dotted #b6b6b7;
}


.element .thumb {
	padding: 10px 0 20px 0;
}
.element .thumb img {
	margin-right: 10px;
}
.element .bottomSpace { 
	height: 10px;
}
.element a {
	text-decoration: underline;
}
.element a:hover {
	color: #0068ab;
}

