﻿#saw
{
    float: left;
    width: 270px;
}
#wtb
{
    padding: 20px;
    font-family: Verdana;
    font-size: 11px;
    text-align: center;
}
body
{
    background-color: #000015;
    background-image: url(ts-background.jpg);
    background-position: -300px -50px;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    color: white;
}
h1, h2
{
    padding-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    font-family: 'Trebuchet MS' , Verdana;
}
h2
{
    font-size: 14px;
}
.logo
{
    padding-bottom: 50px;
}
.ts-hero
{
    z-index: 1;
    top: 0px;
    left: 10px;
    float: right;
    position: absolute;
}
.content
{
    width: 450px;
    padding: 80px 0 0 20px;
}
.content, .sidebar
{
    font-size: 13px;
    line-height: 150%;
    color: #BEBED5;
    font-family: 'Segoe UI', Verdana;
    float: left;
}
.weblink, .pdflink
{
    background-image: url(web-icon.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    height: 30px;
    padding: 2px 5px 0px 24px;
}
.sidebar
{
    float: left;
    width: 200px;
    padding: 50px 0px 0px 20px;
}
.pdflink
{
    background-image: url(pdf-icon.png);
}
a
{
    color: #BEBED5;
}
a img
{
    border: none;
}
a:hover
{
    font-weight: bold;
    color: #51ad27;
}
.copyright
{
    font-size: 10px;
    padding: 20px;
    font-family: Verdana;
    text-align: right;
    width: 910px;
}
/* IMAGE HANDLING */


.photo-shadow
{
    margin: auto;
    background-image: url(photo-shadow-450.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    height: 274px;
}
.photo
{
    border: solid 3px white;
    margin-top: 20px;
}
.photo-shadow-130
{
    position: relative;
    float: left;
    background-image: url(photo-shadow-130.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    height: 95px;
    width: 150px;
}
.photo-shadow-130 a
{
    text-decoration: none;
    border: none;
}
.photo-130
{
    border: solid 3px white;
    margin-top: 6px;
    z-index: 10;
    filter: alpha(opacity=85);
    -moz-opacity: .85;
    opacity: .85;
}
a:hover .photo-130
{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.zoomicon
{
    position: absolute;
    top: -6px;
    left: -6px;
    z-index: 20;
}
.photocontainer
{
    overflow: hidden;
    padding: 10px 10px 20px 10px;
}
.tracksaw
{
    color: #51ad27;
    font-weight: bold;
}
#comparison .td-highlight {
	background-image: url(20white.png);
	background-repeat: repeat;
}
#comparison .yellow {
	color: #FFE44F;
}
#comparison .green {
	color: #51ad27;
}
#comparison td {
	text-align: center;
	font-weight: bold;
	border-bottom: solid 1px #232339;
	border-right: solid 1px #232339;
	height: 30px;
}
#comparison th {
	text-align: left;
}
#comparison .category {
	text-align: left;
	font-weight: normal;
	font-size: 11px;
}
#comparison .spec {
	text-align: left;
	color: #545465;
}
#comparison .center {
	border: solid 1px #232339;
}
#comparison
{
    font-size: 12px;
}