﻿/* ajax__tab_msngallery-theme theme */
.ajax__tab_msngallery-theme .ajax__tab_header
{
	background: url('../../images/tab-line.png') no-repeat 50% bottom;
	font-size: 12px;
	display: block;
	font-family: 'Trebuchet MS';
	text-decoration: none;
	font-weight: bold;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_outer
{
	background-position: 50% bottom;
	background-image: url('../../images/tab_mb_off.png');
	background-repeat: repeat-x;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab
{
	padding: 5px;
	color: #999999;
	width: 73px;
	display: block;
	text-align: center;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab div
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	white-space: nowrap;
	line-height: 145%;
	font-size: 92%;
	margin-top: 20px;
}
.ajax__tab_msngallery-theme .ajax__tab_active .ajax__tab_outer
{
	padding: 0px 0px 0px 0px;
	background-image: url('../../images/tab_mb_on.png');
	background-repeat: repeat-x;
	background-position: 50% bottom;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e61662;
	font-weight: bold;
}
.ajax__tab_msngallery-theme .ajax__tab_active .ajax__tab_tab
{
	text-decoration: none;
	color: #e61662;

}
.ajax__tab_msngallery-theme .ajax__tab_body
{
	font-family: 'Trebuchet MS';
	font-size: 12px;
	padding: 4px;
	background-color: #ffffff;
	text-decoration: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #e0e0e0;
	border-left-color: #e0e0e0;
	width: 251px;
	height: 350px;
}


