@charset "UTF-8";

.pan-card {
	position:relative;
	margin	:50px auto 80px auto;
	width	:400px;
	height	:250px;
}
.pan-card .cardOver {
	position:absolute;
	top		:-50px;
	left	:-25px;
	z-index	:10;
	display	:block;
	margin	:25px auto 25px auto;
	width	:450px;
	height	:340px;
	cursor:pointer;
}
.pan-card .card {
	position:absolute;
	width: inherit;
	height: inherit;
	border:none;
	-webkit-border-radius	:15px;
	-moz-border-radius		:15px;
	-o-border-radius		:15px;
	-ms-border-radius		:15px;
	-khtml-border-radius	:15px;
	border-radius			:15px;
}
.pan-card .front {
	border						:1px solid #DEE1E5;
	padding						:0 1px 2px 1px;
	-webkit-border-radius		:15px;
	-moz-border-radius			:15px;
	-o-border-radius			:15px;
	-ms-border-radius			:15px;
	-khtml-border-radius		:15px;
	border-radius				:15px;
	-moz-transform: scale(.9999);
	-webkit-backface-visibility	:hidden;
	backface-visibility			:hidden;
	width						:inherit;
	height						:inherit;
	line-height					:250px;
	position					:absolute;
	-webkit-transform			:perspective(800px) rotateY(0deg);
	transform					:perspective(800px) rotateY(0deg);
}
.pan-card .back {
	border						:1px solid #DEE1E5;
	padding						:0 1px 2px 1px;
	-webkit-border-radius		:15px;
	-moz-border-radius			:15px;
	-o-border-radius			:15px;
	-ms-border-radius			:15px;
	-khtml-border-radius		:15px;
	border-radius				:15px;
	-moz-transform: scale(.9999);
	-webkit-backface-visibility	:hidden;
	backface-visibility			:hidden;
	width						: inherit;
	height						: inherit;
	line-height					: 250px;
	position					: absolute;
	-webkit-transform			:perspective(800px) rotateY(180deg);
	transform					:perspective(800px) rotateY(180deg);
}
.pan-card .card img {
	-webkit-border-radius		:15px;
	-moz-border-radius			:15px;
	-o-border-radius			:15px;
	-ms-border-radius			:15px;
	-khtml-border-radius		:15px;
	border-radius				:15px;
}
.pan-card .advice {
	clear			:both;
	color			:#025697;
	font			: normal 18px calibri,Helvetica,Arial,sans-serif;
	white-space		:nowrap;
	text-decoration	:none;
	display			:block;
	padding			:280px 0 0 68px;
	height			:40px;
	width			:220px;
	margin			:0 auto;
	background		:transparent url('../images/bt360-off.png') 0 277px no-repeat;
}
.pan-card .over {
	color:#F1121D;
	background-image:url('../images/bt360-over.png');
}
.pan-card .advice .backInfo {
	display:none;
}
