.navigationTabs {
	height: 45px;
	line-height: 20px;
	border-bottom: 1px solid #ccc;
	width: 850px;
	margin: 0 auto;
	padding: 0 0 0 10px;
}

.navigationTabs ul {list-style: none; display: block;}

.navigationTabs li {
	float: left;
	display: block;
	height: 35px;
	padding: 10px 5px 0 5px;
	list-style: none;
}
.navigationTabs li a{
	float: left;
	display: block;
	height: 35px;
	line-height: 16px;
	padding: 0 12px;
	overflow: hidden;
	color: #52697E;
	background-color: #eee;
	position: relative;
	text-decoration: none;
	text-align: center;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
}
.navigationTabs li a:hover {
	background-color: #f0f0f0;
}
.navigationTabs li a.active {
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom: 0px solid;
}
.tabsContent {
	width: 850px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.tab {
	padding: 16px;
	display: none;
}
.tab h2 {
	font-weight: bold;
	font-size: 16px;
}
.tab h3 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
}
.tab p {
	margin-top: 16px;
	clear: both;
}
.tab ul {
	margin-top: 16px;
	list-style: disc;
}
.tab li {
	margin: 10px 0 0 35px;
}
.tab a {
	color: #8FB0CF;
	text-align: center;
}
.tab strong {
	font-weight: bold;
}
.tab pre {
	font-size: 11px;
	margin-top: 20px;
	width: 668px;
	overflow: auto;
	clear: both;
}
.tab table {
	width: 100%;
}
.tab table td {
	padding: 6px 10px 6px 0;
	vertical-align: top;
}
.tab dt {
	margin-top: 16px;
}
.lightsGal,
.bwGal,
.customGal {
	display: block;
	float: left;
	margin: 0 10px 5px 0;
    cursor: url(../images/zoomin.cur), default;
    text-align: center;
}
