/*~  Body class: pda_hor
----------------------------------------------------------------------*/

.pda_hor #img1 {
	width: 170px;
	height: 215px;
	background: url(../imgs/1d_170.jpg) no-repeat center;
	cursor: crosshair;
}
.pda_hor #img2 {
	width: 170px;
	height: 215px;
	background: url(../imgs/2d_170.jpg) no-repeat center;
	cursor: crosshair;
}
.pda_hor #img3 {
	width: 170px;
	height: 215px;
	background: url(../imgs/3d_170.jpg) no-repeat center;
	cursor: crosshair;
}
.pda_hor #img4 {
	width: 170px;
	height: 215px;
	background: url(../imgs/4d_170.jpg) no-repeat center;
	cursor: crosshair;
}
.pda_hor #img5 {
	width: 170px;
	height: 215px;
	background: url(../imgs/5d_170.jpg) no-repeat center;
	cursor: crosshair;
}
.pda_hor #img6 {
	width: 170px;
	height: 215px;
	background: url(../imgs/6d_170.jpg) no-repeat center;
	cursor: crosshair;
}

.pda_hor .tabbed {
	margin-top: 30px;
}

.pda_hor dl {
	position: relative;
	width: 90%;
}

.pda_hor dt {
	background: Silver;
	clear: left;
	cursor: pointer;
	float: left;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	margin: 1px 0 1px 6px;
	padding: 2px 6px 2px 6px;
	position: relative;
	white-space: normal;
	width: 11px;
	z-index: 30;
	color: White;
}

.pda_hor dt.current {
	background-color: White;
	border: 1px solid #CCC;
	border-right: 1px solid #FFF;
	margin: 0 0 1px 4px;
	padding: 2px 6px 2px 7px;
	width: 12px;
	color: Black;
}

.pda_hor dd h3 {
	font-weight: bold;
}

.pda_hor dd {
	display: none;
	position: absolute;
	left: 39px;
	top: 0;
	z-index: 20;
}

.pda_hor dd.current {
	border-top: 1px solid #CCC;
	display: block;
	left: 30px;
	margin-left: 0;
	padding: 0 12px 12px;
}

