﻿/* tabs-area */
.tabs-area {padding:0 0 1px;}
.tabs-area h2 {
	margin:0 0 6px;
	color:#da0081;
	font: 3em/1.111em HaettenschweilerRegular;
	text-transform:uppercase;
}
/* photo */
.tabs-area .photo {
	position:relative;
	width:692px;
}
.tabs-area .photo img {display:block;}
.tabs-area .mask {
	position:absolute;
	width:692px;
	height:252px;
	top:0;
	left:0;
	z-index:10;
}
.tabs-area .mask span {
	display:block;
	width:692px;
	height:252px;
	background: url(../images/bg-mask2.png) no-repeat;
}
/* tabset */
.tabset {
	list-style:none;	margin:-23px -20px 0 0;	padding:0 0 0 13px;
	overflow:hidden;
	width:697px;
	position:relative;
	font-size:10px;
	line-height:14px;
	font-weight:bold;
	z-index:11;
}
.tabset li {
	float:left;
	height:23px;
	margin:0 -12px 0 0;
}
.tabset a {
	float:left;
	height:23px;
	color:#fff;
	cursor:pointer;
}
.tabset a strong {
	float:left;
	height:20px;
	padding:3px 0 0 11px;
	background: url(../images/bg-tabset-l.png) no-repeat;
}
.tabset a span {
	float:left;
	background: url(../images/bg-tabset-r.png) no-repeat;
	width: 15px;
	height: 23px;
	overflow:hidden;
}
.tabset a:hover,
.tabset .selected a {
	text-decoration:none;
	color:#da0081;
	z-index:20;
	position:relative;
}
.tabset a:hover strong,
.tabset .selected strong {background: url(../images/bg-tabset-l-h.png) no-repeat;}
.tabset a:hover span,
.tabset .selected span {background: url(../images/bg-tabset-r-h.png) no-repeat;}
/* tab-content */
.tab-content {padding:5px 8px 0 0;}
