﻿body 
{
    background-image: url('images/background.jpg'); 
    background-color: #101012; 
    background-repeat: no-repeat; 
    background-position: center top; 
    background-attachment: fixed; 
    margin: 0;
    font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	font-size: 14px;
}

#page_container
{
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#content_container
{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    background-color: #ffffff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
	position: relative;
	z-index: 98;
}

li {


}

.footer
{
	position: absolute;
	bottom: 0;	
	margin-bottom: -50px;
}

.footer ul
{
	list-style-type: none;
}

.footer ul a
{
}

.footer li
{
	float: left;
}

a:link 
{
    color: #005b7f;
	font-size: 14px;
}

a:active 
{
    color: #005b7f;
	font-size: 14px;
}

a:visited
{
    color: #005b7f;
	font-size: 14px;
}

.loginText 
{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px; 
    font-weight: bold;
}

.pageText 
{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
}

.cssErr
{
	color: Red;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

.cssSuccess
{
	color: Green;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

.cssNorm
{
	color: Black;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

#newguides
{
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    text-align: left;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#oldguides
{
    margin-left: auto;
    margin-right: auto;
    width: 560px;
    text-align: left;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

h1
{
    font-size: 16px;
    font-weight: bold;
	text-align: left;
}

h2
{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
}

h2.sub
{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #585858;
}

h3
{
	font-size: 16px;
	color: #000000;
	margin:0 0 5px 0;
}

h4
{
	font-size: 14px;
	color: #585858;
	margin:0 0 5px 0;
}

h5
{
	font-size: 13px;
	color: #585858;
	margin:0 0 5px 0;
}


#scroll {
	position:relative;
	width:600px;
	padding:0 0 0 0 ;
	height: 400px;
	overflow:hidden;
	z-index: 95;
}

#tools {
	width:9999em;
	position:absolute;
}

.tool {
	float:left;
	width:599px;
	text-align:center;
}

.details {
	font-size:18px;
	color:#555;
	margin-top:-20px;
	background-color:transparent;
	padding:5px 148px;
}


#thumbs {
	height:60px;

	/*top:425px;*/
	width:600px;
	left:-8px;
	text-align: center;
}

.t {
	padding:0 !important;
	border:0 !important;
}

.t a {
	display:block;
	list-style: none;
	cursor:pointer;
}

.t a.active {
	cursor:default !important;
	
}

.navi a, .navi a:visited, .navi a:active
{
    outline: none;
	
}

div.border {
	border: 1px solid black;
	padding: 5px;
	border-radius: 5px;
}

div.suppliers {
	width: 50%;
}
div.supplier {
	border: 1px solid black;
	display: inline;
	padding: 5px;
	margin: 2px;
	border-radius: 5px;
	text-align: center;
	float: left;
	width: 234px;
	text-overflow: ellipsis;
}
div.supplier-name {
	font-weight: bold;
	height: 35px;
	width: 230px;
	border-bottom: 1px solid grey;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: center;

}

table.suppliers tr td {
	border: 1px solid;
}

table.suppliers {
	border-collapse: collapse;
}

nav {
	display: block;
	height: 400px;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	
}

section {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 1px;
	right: 0;
	overflow-y: auto;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 230px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  border: 1px solid white;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.back
{
	padding-left: 10px;
}

li img {
	padding-top: 0;
	margin: 0;
	vertical-align: middle;
}

td {
	padding: 2px 5px 2px 5px;
}

.rteindent1 {
	margin-left: 40px;
}

.rteindent2 {
	margin-left: 80px;
}