@charset "UTF-8";

#TabbedPanels-wrap {
	width:545px; float:left;
}

.TabbedPanels {
	margin: 0px; padding: 0px; float: left; clear: none; width: 100%;
}

.TabbedPanelsTabGroup {
	margin: 0px; padding: 0px;
}

.TabbedPanelsTab {
	position: relative; float: left; list-style: none; -moz-user-select: none; -khtml-user-select: none; cursor: pointer; outline:none; width:25%; background:none;
	font: normal normal normal 13px/normal Impact, Arial, Tahoma, Verdana; color:#939393; letter-spacing:1pt; text-transform:uppercase;
}
.tpt-left {
	background:url(/images/tpt-left.png) no-repeat top left;
}
.tpt-right {
	background:url(/images/tpt-right.png) no-repeat top right; height:26px; text-align:center; padding:7px 0px 0px 0px;
}

.TabbedPanelsTabHover {
	color:#fe8100;
}

.TabbedPanelsTabSelected {
	background:#303030; color:#fe8100;
}

.TabbedPanelsTab a {
	color: black; text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both; background:#303030;
}

.TabbedPanelsContent {
	padding: 20px 15px 15px 15px; color:#989898;
}

	.big-pic {
		border:#595959 1px solid; background:#333333; padding:4px; height:273px; margin-bottom:10px;
	}
		.ico-fd {
			width:94px; height:66px; background:url(/images/ico-fd.png) no-repeat top left; position:absolute; z-index:10;
		}
		.ico-s {
			width:94px; height:66px; background:url(/images/ico-s.png) no-repeat top left; position:absolute; z-index:10;
		}
		

.TabbedPanelsContentVisible {
}