/*
* Personen Tool
* Author: Benjamin Schudel <benjamin.schudel[at]belville.com>
* Version 1.02
*/

.ptool {
	position: absolute;
}
.ptool .stripe {
	position: absolute;
	z-index: 1;
}
.ptool .stripe .image {
	position: absolute;
	z-index: 1;
}
.ptool .stripe .frame {
	background: url(../data/images/assets/ptool_select.png) no-repeat top left;
	height: 20px;
	position: absolute;
	width: 15px;
	z-index: 2;
}
.ptool .thumb {
	margin: 0 0 0 15px;
	height: 102px;
	overflow: hidden;
	position: absolute;
	width: 86px;
	z-index: 2;
}
.ptool .thumb .background {
	height: 102px;
	position: absolute;
	width: 86px;
}
.ptool .thumb .image {
	height: 88px;
	position: absolute;
	top: 6px;
	width: 135px;
}
.ptool .thumb .image .frame {
	background: url(../data/images/assets/ptool_frame.png) no-repeat top left;
	height: 88px;
	position: absolute;
	width: 77px;
}
.ptool .thumb .image .body {
	height: 72px;
	left: 13px;
	position: absolute;
	top: 8px;
	width: 56px;
}
.ptool .logic {
	cursor: pointer;
	position: absolute;
	z-index: 3;
}

.ptool .logic img.image {
	display: block;	
}

