@font-face {
font-family: "museo sans 500",Tahoma;
src: url("static/museo_sans_500.otf");
} 
@font-face {
font-family: Beware;
src: url('static/Beware.ttf');
}


body {
width:1124px;
margin:0 auto;
text-align:center;
border:0px solid #666;
}
.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #646464; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

#header,#menu,#content-left,#content-right,#footer,#kit-header, #content-center {
overflow:hidden;
display:inline-block;
text-align:left
}

#header {
	float: right;

	}
	
.alignleft {
   position: absolute;
   left: 0;
   width: 50%;
}

.alignright {
   position: absolute;
   right: 100px;
   width: 50%;
   text-align: right;
   font-size:18px;
   font-style: italic;
   color: #555;
}


#menu {
	position: relative;
	height: 50px;
	width: 100%;	
	font-family: "museo sans 500", Helvetica, Tahoma;
	font-size: 26px;
	padding: 0px;
}
#kit-header {
	position: relative;
	height: 30px;
	width: 100%;	
	font-family: "museo sans 500", Helvetica, Tahoma;
	font-size: 24px;
	padding: 0px;
}
#dialog {
    position: relative;
    width: 100%;
    font-family: "museo sans 500", Helvetica, Tahoma;
    font-size: 24px;
    padding: 10px;
    text-align: left;
}
#tutorial {
    position: relative;
    width: 80%;
    font-family: "museo sans 500", Helvetica, Tahoma;
    font-size: 16px;
    padding: 5px;
    text-align: left;
}


/* safari and opera need this */
#header,#footer {
	width:100%;
	font-family: "museo sans 500", Helvetica, Tahoma;
	font-size: 14px;
	color: #444;
	padding: 7px;
	}

#content-left,#content-right, #content-center {
	float:left;
	font-family: "museo sans 500", Helvetica, Tahoma;
	font-size: 12px;
}
#content-left {width:350px;margin-right:15px; text-align: center; }
#content-center {width:350px;margin-left:15px; text-align: center; }
#content-right {width:350px;margin-left:30px; text-align: center; }
#footer {
	width: 100%;
	clear:left;
	border: 1px #555;
	border-top-style:solid;
}

.ad {padding:10px;
    background:#fff;
    border:1px dotted #777;
    font-size:12px; 
    font-familly: "museo sans 500", Helvetica, Tahoma;
    margin-bottom:15px;
    height: 180px;
    }

img {
	border: 0;
}
.imagecenter { text-align: center; margin: 15px; } 

#product-name {margin: 15px;}

A:link {text-decoration: dashed; color:#559; }
A:visited {text-decoration: none; color:#555;}
A:active {text-decoration: underline; color:#559; }
A:hover {text-decoration: underline; color: red;}


/* the overlayed element */ 
.simple_overlay { 

    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    width:800px;     
    min-height:200px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url("../static/close.png");
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}



/* styling for elements inside overlay */ 
.details { 
    position:absolute; 
    top:15px; 
    right:15px; 
    font-size:11px; 
    color:#fff; 
    width:0px; /* change this to 150px*/ 
} 
 
.details h3 { 
    color:#aba; 
    font-size:15px; 
    margin:0 0 -10px 0; 
}

/* some styling for triggers */
#triggers {
	text-align:left;
	cursor:pointer;
}

#tnt_pagination {
	display:block;
	text-align:right;
	height:22px;
	line-height:21px;
	clear:both;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

#tnt_pagination a:link, #tnt_pagination a:visited{
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#0072bc;
	width:22px;
	font-weight:normal;
}

#tnt_pagination a:hover {
	background-color:#DDEEFF;
	border:1px solid #BBDDFF;
	color:#0072BC;	
}

#tnt_pagination .active_tnt_link {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #BBDDFF;
	margin-left:10px;
	text-decoration:none;
	background-color:#DDEEFF;
	color:#0072BC;
	cursor:default;
}

#tnt_pagination .disabled_tnt_pagination {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#D7D7D7;
	cursor:default;
}
