﻿/* typography.css */

body { 
font : 72%/1.5 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; color : #333; }

h2, h3, h4, p, ul, blockquote { 
margin : 0 20px .75em; }

h2, h3 { 
margin-bottom : .15em;
font : 150% "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
font-weight : bold; 
color : #660000;}

p { 
font-size : 100%; }

h4, caption {
font : 120% "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
font-weight : bold;
color : #660000;}

ol {
list-style-type : decimal;
width : 300px;
margin-left : 40px;
font-size : 100%;}

.small {
	font-size : x-small;}

.features {
list-style-type : disc;
margin-left : 40px;
font-size : 100%;}

.heading {
font : 120% "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
font-weight : bold;
color : #333;
text-decoration : underline;}
	
.highlight {
margin-bottom : .8em;
font : 100% "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
font-weight : bold; 
color : #e3e3e3;
background-color : #333;}

.indent {
font-size : 90%;
margin-left : 40px;
margin-right : 40px;
padding : 5px;
color : #660000;
background-color : #F0F0F0;}

ul#nav_tools a:link {
color : #fff;}

ul#nav_tools a:visited {
color : silver;}

div#site-info ul {
list-style : none;}

div#site_info li a:link, a:visited {
	padding : 20px 5px 20px 5px;
	font-size : 100%;
	color : silver;
	text-decoration : none;
}

ul#discounts {
	font-size : 90%;
	list-style-type : disc;
	line-height : 2em;
	padding-left : 40px;}

.tm {
	position : relative;
	bottom : 0.5em;
	font-size : 0.6em; }


a:link {
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #330000;
	text-decoration : underline;
}
.highlight a {
	margin-bottom : .8em;
	font : 100% "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	font-weight : bold;
	color : #e3e3e3;
	background-color : #333;
}
tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #660000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: center;
}
.tabletop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	background-color: #C0C0C0;
	border-bottom-style: solid;
}



