/* Tabbed lists */
.tabbed {
	height:300px;
	margin: 2em 0.5em 0 2em;
}
.tabbed dl {
	position: relative;
	width:430px;
	min-width:430px;
	padding:0;
	margin:0;
}

.tabbed dt {
	background: url(../img/sanakirja_tab_dt_bg.gif) repeat-x 0 0 #012D52;
	border: solid #4F7280;
	border-width: 1px 1px 2px 1px;
	color:#fff;
	cursor: pointer;
	float: left;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	height: 19px;
	margin: 2px 2px 2px 0;
	padding: 4px 28px 0 28px;
	top: 0;
	white-space: normal;
}

.tabbed dt.current_tab {
	background: #fff;
	border: solid #d8ecf9;
	border-width: 4px 4px 0 4px;
	color: #3ea1e2;
	cursor: pointer;
	float: left;
	height: 22px;
	margin: 0 2px 0 0;
	padding: 4px 28px 0px 28px;
	position: relative;
	top: 0;
	z-index: 99;
}

.tabbed dd {
	display: none;
}

.tabbed dd.current_tab {
	display: block;
	border: 4px solid #d8ecf9;
	left: 0;
	margin-left: 0;
	padding: 1em;
	position: absolute;
	top: 26px;
	z-index: 0;
	background: url(../img/bg_stripes.gif) repeat-x top #fff;
	width:430px;
}
.tabbed dd p{
	margin:0 0 10px 0;
	padding:0.2em;
}
/** floating dict images **/
img.dicts {
	float:right;
	margin: 0;
	top:0;
	right:0;
	border:0;
	background:transparent;
	max-width: 160px;
}
.tabbed h3 {
	margin: 1em 1.5em 0.5em 1em;
	padding-left: 25px;
	color:#4F7280;
	font-size:1.2em;
	background-color:transparent;
	line-height:1.4em;
	background: url("../img/icons/arrow_down_45_15x15.gif") no-repeat 0 2px; 
	border:0;
	padding: 0 0 0 22px;
}


