﻿@font-face {
    font-family: 'TFForeverExtraLightRegular';
    src: url('../fonts/tfforever-extralight-webfont.eot');
    src: url('../fonts/tfforever-extralight-webfont.eot?iefix') format('eot'),
         url('../fonts/tfforever-extralight-webfont.woff') format('woff'),
         url('../fonts/tfforever-extralight-webfont.ttf') format('truetype'),
         url('../fonts/tfforever-extralight-webfont.svg#webfontK1d7WLE4') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TFForeverRegular';
    src: url('../fonts/tfforever-regular-webfont.eot');
    src: url('../fonts/tfforever-regular-webfont.eot?iefix') format('eot'),
         url('../fonts/tfforever-regular-webfont.woff') format('woff'),
         url('../fonts/tfforever-regular-webfont.ttf') format('truetype'),
         url('../fonts/tfforever-regular-webfont.svg#webfont1aH1YnGs') format('svg');
    font-weight: normal;
    font-style: normal;

}


* {
	padding: 0;
	margin: 0;
	border: 0;		
}


body {
	color: Black;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	min-height: 100%;
	height: 100%;
	line-height: 16px;
}

.print-outer
{
    border: 1px solid #B9B9B9;
    padding-bottom: 15px;
    clear: both;
}
#print-header
{
    border: 1px solid #B9B9B9;
    border-bottom: none;
}
#airlock 
{
	width: 655px;
	margin: 2em auto;
	padding: 0 0 2em;
}

#inner 
{
	float: left;
	width: 645px;
	padding: 0 0 8em;
	margin: 0 0 2em;
	position: relative;
}

h1 {
	float: left;	
	width: 625px;
	display: block;
	margin: 1.5em 0 .5em;
}

h1 img
{
	float: left;
	margin-left:25px;
}


div.image 
{
	float: left;
	width: 600px;
	margin: 1em 0 0 25px;
}

div.image img, img.cad-image
{
	float: left;
	margin-right: 4px;
	border: 1px solid #d9d9d9!important;
}

div.vertical img.product-image, 
div.vertical img.cad-image
{	
	max-height: 320px; 
	max-width: 338px; 
}

div.horizontal img.product-image, 
div.horizontal img.cad-image
{	
	max-height: 320px; 
	max-width: 338px; 
	margin-bottom: 4px;
}

h2 
{
	clear: both;
	font-size: 24px;
	font-family:TFForeverExtraLightRegular,Tahoma;
	font-weight: normal;
	padding: 0.575em 25px;
}

ul, p
{
	margin: 0.575em 0 0 25px;
}

ul 
{	
	list-style-type: none;
}

hr 
{
	display: none;
}
div.printcode
{
    float:left;
	margin-left:25px;
    width:120px;
}
    div.printcode span.code
    {
        font-size:13px;
        font-family:Tahoma;
    }
div.printinfo
{
    float:left;
    width:450px;
}
    div.printinfo p
    {
        margin-left:0px;
    }
    div.printinfo h3, div.printcode h3
    {
        font-size:8px;
    }
/********************************************************

SELECTOR

********************************************************/

#footer 
{	
	float: right;
	margin-top:15px;
}
#selectionurl
{
	margin-left:25px;
	font-size:80%;
}
#viewselection
{
    float:left;
    padding-right:2px;
}

#viewselectionurl
{
    float:left;
}
