

body {
    background-color : #999966;
    color : #333333;
    font-family : arial, sans-serif;
    font-size : 11pt;
    font-style : normal;
    font-weight : normal;
    line-height : 17pt;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }


h1 {
    color: #333300;
    font-size: 16pt;
    font-weight: bold;
    letter-spacing:.4em;
  }


h2 {
    color: #CC3300;
    font-size: 14pt;
    font-weight: normal;
    letter-spacing:.1em;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0px;
  }


h3 {
    color: #000000;
    font-size: 10pt;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
  }


img {
    border: 0px;
    margin: 0px;
    padding: 0px;
  }


a {
    color: #CC0000;
    text-decoration: none;
  }


a:hover {
    color: #990000;
    text-decoration: underline;
  }


#left {
    padding-top: 10px;
    padding-left: 25px;
    width: 250px;
  }


#main {
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 0px;
    width: 750px;
  }


#top {
    padding-top: 7px;
    padding-bottom: 7px;
  }

/*#bottom
{
    padding-top: 7px;
    padding-bottom: 7px;
background-color: #ffffff;
}*/




/* Class Styles */

.error {
    color: #FF0000;
  }


.required {
    font-weight: bold;
  }


.logo {
    font:18px serif;
    color: #333300;
    line-height: 60px;
    letter-spacing:.4em;
    font-weight:bold;
  }


.logo:hover {
    color: #333300;
  }


.bodyText {
    font:12px arial;
    line-height:24px;
    color:#000000;
  }


.pageName {
    font:20px georgia;
    color: #CC3300;
    letter-spacing:.1em;
    line-height:26px;
  }


.subHeader {
    font:14px georgia;
    color: #669999;
    font-weight:bold;
    line-height:20px;
    letter-spacing:.1em;
  }


.navText {
    font:10px arial;
    color: #333300;
    letter-spacing:.1em;
  }


.calendarText {
    font:11px arial;
    line-height:14px;
    color:#333333;
  }


tr.even {
    background-color : #bbdddd;
  }


tr.odd {
    background-color: #ffffff;
  }

/*
Form
-------------------------------------------------
*/

.form {
    margin-left: 25px;
  }


.form .required {
    font-weight: bold;
  }

/*
List
-------------------------------------------------
*/

.list {
    width: 100%;
    /* font: 85% sans-serif;
    */;
  }


.list td {
    /* border-right: 1px solid #DEDEDE;
    */padding: 0 0.5em;
    text-align: left;
  }


.list td input, .list td select {
    padding:1px;
    margin: 1px;
  }


.list td input[type=text], .list td select {
    width: 100%;
  }


.list td a, .list td a:visited, .list td a:link {
    color: #333333;
    text-decoration: underline;
  }


.list th {
    /* background-color: #EDEDED;
    *//* border-right: 1px solid #D5D5D5;
    */padding: 0.3em;
    text-align: left;
    white-space: nowrap;
    color: #333333;
    font-size: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
  }


.list th a, .list th a:visited, .list th a:link {
    color: #333333;
    font-weight: bold;
    text-decoration: underline;
  }

/*.list tr.even {
	background-color: #FFFFFF;
}

.list tr.odd {
	background-color: #F4F4F4;
}*/


.list td.first, .list th.first {
    padding-left: 28px;
  }


.list td.last, .list th.last {
    border-right: none;
  }

/*.list tfoot
{
	line-height: 25px;
}

.list tfoot td
{
	text-align: center;
	border: 0px;
}*/


/*Controllers*/

.Category, .Category strong {
    color: #336666;
    margin-top: 5px;
  }


.Category td {
    line-height:14pt;
  }


.Category a {
    color: #336666;
  }

.Category a.active
{
	text-decoration: underline;
}

.Navigation a {
    color: #336666;
  }


.Navigation a:hover {
    color: #CC3300;
  }


.Product {
    color: #000000;
  }


.Product a {
    color: #cc0000;
    font-size: 9pt;
    text-decoration:none;
  }


.Product a:hover {
    color: #990000;
    font-size: 9pt;
    text-decoration: underline;
  }


.Product .name {
    /* font-weight: bold;
    */
  }


.Product .price {
    font-weight: bold;
  }

.User input[type=text]
{
	width: 100%;
}

.User input[type=file]
{
	width: 100%;
}

.User textarea
{
	width: 100%;
}

.Cart input[type=text]
{
	width: 100%;
}

.Cart textarea
{
	width: 100%;
}
