/* THE BASIC STUFF */

/* STANDARD FONT FAMILIES */

/* verdana, geneva, helvetica, arial, sans-serif */
/* georgia, times, new century schoolbook, times new roman, serif */

body {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url(http://www.tripleorbit.com/images/main/stripe.gif);
    background-color: #393939;
    font-size: 11px;
    background-attachment:  fixed;
    }

/* THIS IS FOR IE */
#container{
    width: 680px;
    margin: auto;
    text-align:left;
    }

/* THIS IS FOR MOZILLA */
html>body #container {
    width: 680px;
    background-image: url(http://www.tripleorbit.com/images/main/shadow.png);
    background-repeat: repeat-y;
    margin: auto;
    text-align:left;
    }
  
h1 {
    font-family: times, new century schoolbook, times new roman, serif;
    font-size: 140%;
    color: #2c5877;
    text-align: left;
    }

h1.link {
    font-family: times, new century schoolbook, times new roman, serif;
    font-size: 140%;
    color: #a71c20;
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
    width: 100%;
    }

h2 {
    font-family: times, new century schoolbook, times new roman, serif;
    font-size: 130%;
    color: #808080;
    }

h2.margin {
    font-family: arial, verdana, geneva, helvetica, sans-serif;
    font-size: 140%;
    color: #808080;
    border-bottom: 1px solid #cccccc;
    }

h3 {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-size: 100%;
    color: #2c5877;
    }

h4 {
    font-family: georgia, times, new century schoolbook, times new roman, serif;
    font-size: 90%;
    color: #000000;
    text-align: left;
    }

h5 {
    font-family: georgia, times, new century schoolbook, times new roman, serif;
    font-size: 70%;
    color: #000000;
    text-align: left;
    }

.grey {
    font-family: times, new century schoolbook, times new roman, serif;
    font-size: 140%;
    color: #808080;
    font-weight: bold;
    }

.red {
    font-family: times, new century schoolbook, times new roman, serif;
    font-size: 140%;
    color: #a71c20;
    font-weight: bold;
    text-align: right;
    }

.sales {
    color: #808080;
    font-style: italic;
    text-align: center;
    font-size: 85%;
    }

.questions {
    color: #999999;
    font-style: italic;
    font-weight: bold;
    }

.pages {
    text-align: center;
    padding: 20px 0 0 0;
    }

img.border {
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    }
    
p  {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-size: 11px;
    line-height: 150%;
    }

ul, ol, li {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-size: 11px;
    }

table, td, tr  {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-size: 11px;
    }

a {font-family: verdana, geneva, helvetica, arial, sans-serif; text-decoration: underline; font-size: 11px;}
a:link {color:#2c5877;}
a:visited {color:#808080;}
a:active {color:#000000;}
a:hover {text-decoration: none; color:#000000;}

.link a {    font-family: times, new century schoolbook, times new roman, serif; font-size: 100%; color: #a71c20; font-weight: bold; text-decoration: none;}
.link a:link {color:#a71c20;}
.link a:visited {color:#a71c20;}
.link a:active {color:#808080;}
.link a:hover {text-decoration: none; color:#808080;}

td.weeds {
    background-image: url(http://www.tripleorbit.com/images/main/weeds.gif);
    background-repeat: no-repeat;
    background-position: top left;
    } 

div.divider {
    border-bottom: 1px solid #cccccc;
    }    

div.margin {
    width: 200px;
    float: left;
    padding: 25px 25px 30px 50px;
    }

div.content {
    width: 300px;
    float: right;
    padding: 30px 50px 10px 25px;
    }

div.thumbs {
    width: 650px;
    float: right;
    padding: 10px 0 30px 0;
    }

div.bottom {
    width: 650px;
    text-align: center;
    padding: 30px 0 10px 0;
    color: #999999;
    }


/* FORMS */

input {
    font-weight: bold; 
    font-size: 100%; 
    font-family: verdana, sans-serif, lucida, geneva, helvetica, arial;
    color: black;
    background-color : #ffffff;
    margin-top: 1px;
    margin-bottom: 1px;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 3px;
    }

input.button {
    font-weight: bold; 
    font-size: 100%; 
    font-family: verdana, sans-serif, lucida, geneva, helvetica, arial;
    color: #eeeeee;
    background-color : #2c5877;
    margin-top: 1px;
    margin-bottom: 1px;
    border: 1px solid #2c5877;
    padding: 3px;
    }


input.button2 {
    font-weight: bold; 
    font-size: 100%; 
    font-family: verdana, sans-serif, lucida, geneva, helvetica, arial;
    color: #eeeeee;
    background-color : #a71c20;
    margin-top: 1px;
    margin-bottom: 1px;
    border: 1px solid #a71c20;
    padding: 3px;
    }

select {
    font-weight: bold; 
    font-size: 100%; 
    font-family: verdana, sans-serif, lucida, geneva, helvetica, arial;
    color: black;
    background-color : #ffffff;
    margin-top: 1px;
    margin-bottom: 1px;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 3px;
    }

textarea {
    font-weight: bold; 
    font-size: 100%; 
    font-family: verdana, sans-serif, lucida, geneva, helvetica, arial;
    color: black;
    background-color : #ffffff;
    margin-top: 1px;
    margin-bottom: 1px;
    border: 1px solid #999999;
    padding: 3px;
    }

/* CART STUFF */

td.cartTitle {
    border-bottom: 2px solid #000000;
    }

td.cartItem {
    border-bottom: 1px solid #F5F5F5;
    }

div.test {
    width: 75%;
    height: 1px;
    margin: 0 15px 0 15px;
    border-bottom: 1px solid #999999;
    }


td.prices {
    border-bottom: 1px solid #eeeeee;
    }

.commentbox {
    border: 1px solid #999999;
    padding: 1px 10px 10px 10px;
    background: #eeeeee;
    }