/* CSS Document */
div.page-content {
	font-size:13px;
	line-height:18px;
	color:#7c7c7c;
}
div.page-content div.breadcrumbs {
	margin-bottom:15px;
	font-size:11px;
	text-transform:lowercase;
}
div.page-content div.breadcrumbs a {
	color:#7c7c7c;
}
div.page-content div.breadcrumbs a:hover {
	text-decoration:none;
}
div.page-content h1.title {
	font-family:"Gotham";
	font-size:30px;
	line-height:34px;
	color:#3f3f3f;
	margin-bottom:15px;
}
div.page-content div.text p {
	margin-bottom:15px;
}
div.page-content div.text ul {
	list-style:outside disc;
	margin-bottom:15px;
	margin-left:25px;
}
div.page-content div.text ol {
	margin-bottom:15px;
	margin-left:35px;
}
div.page-content div.text h1 {
	font-size:22px;
	margin-bottom:15px;
	line-height:24px;
}
div.page-content div.text h2 {
	font-size:18px;
	margin-bottom:15px;
	line-height:20px;
}
div.page-content div.text h3 {
	font-size:14px;
	margin-bottom:15px;
	line-height:16px;
}
div.page-content div.text a {
	color:#7c7c7c;
}
div.page-content div.text a:hover {
	text-decoration:none;
}
div.page-content div.text div.list_files {
}
div.page-content div.text div.list_files a {
	display:block;
	padding:2px 14px;
	text-decoration:none;
	font-weight:bold;
	background-image:url(../images/list2.jpg);
	background-repeat:no-repeat;
	background-position:0px 6px;
}
div.page-content div.text div.list_files a:hover, div.page-content div.text div.list_files a.current {
	color:#f9a451;
	background-position:0px -14px;
}

div.social {
	float:right;
	width:190px;
	margin-top:-20px;
	margin-bottom:15px;
}
ul.social a {
	float:left;
	width:32px;
	margin-left:4px;
}

.page-tab {
	margin-bottom:20px;
}
.page-tab ul.tab-head {
	position:relative; z-index:5;
	overflow:auto;
}
.page-tab ul.tab-head li {
	float:left;
	margin-right:5px;
}
.page-tab ul.tab-head li a {
	display:block;
	padding:9px;
	font-family:"Gotham";
	font-size:15px;
	background-color:#696969;
	border:solid 1px #696969;
	color:#FFF;
	text-decoration:none;
}
.page-tab ul.tab-head li a:hover, .page-tab ul.tab-head li a.active {
	padding-bottom:16px;
	background-color:#FFF;
	color:#4d4d4d;
	border:solid 1px #e0e0e0;
	border-bottom:0px;
}
.page-tab div.tab-content {
	position:relative; z-index:3;
	display:none;
	padding:15px; margin-top:-1px;
	color:#7c7c7c;
	font-size:12px;
	line-height:18px;
	border:solid 1px #e0e0e0;
	background-color:#FFF;
}
.page-tab div.tab-content ul {
}
.page-tab div.tab-content ul li {
	background-image:url(../images/list.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px; margin-bottom:10px;
	line-height:14px;
}
.page-tab div.tab-content a {
	color:#7c7c7c;
	text-decoration:none;
}
.page-tab div.tab-content a:hover {
	text-decoration:underline;
}
table.specs {
}
table.specs td {
	padding-bottom:5px;
}