body
{
    color: #5a5a5a;
    font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, sans-serif;
    font-size: 12px;
}

a
{
    color: #ce0000;
    text-decoration: none;
    outline-width: 0px; /* ff */
}

img
{
    border-width: 0px;
}

h2+p,
h3+p,
h4+p
{
    margin-top: 0.3em;
}
h4+ul
{
    margin-top: 0.2em;
}

table h3
{
    margin-top: 0.1em;
}

p
{
    line-height: 1.6em;
    margin: 0.6em 0px;
}

ul
{
    list-style-type: square;
    margin-left: 16px;
    padding-left: 0px;
}
ul li
{
    line-height: 1.5em;
}
ul li
{
    margin-bottom: 0.1em;
}

p.faq-question + p
{
    margin-top: 0.1em;
}

/* tables are only getting used for actual tables and local layouts */
/*
table
{
    width: 100%;
    border-collapse: collapse;
}
table td
{
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}
*/
table th
{
    white-space: nowrap;
    font-size: 1em;
    font-weight: bold;
}
table thead td,
table thead th
{
    white-space: nowrap;
    background-color: #EAEAEA;
}
table th,
table thead td
{
    padding: 3px 5px;
}


table.category-page-table
{
    border-top: 2px solid #E3E3E3;
}
table.category-page-table td
{
    border-bottom: 2px solid #e3e3e3;

    padding: 1em 0px;
    padding-right: 10px;
}
table.category-page-table td h2
{
    padding-top: 0px;
    margin-top: 0px;
}
table.category-page-table tr td:first-child
{
    min-width: 140px;
}

hr
{
    border-top: 1px solid #E3E3E3;
    height: 0;
    clear: right;
}


img.float-left
{
    margin: 10px;
    margin-left: 0px;
}

img.float-right
{
    margin: 10px;
    margin-right: 0px;
}

.float-contain
{
    clear: both;
    font-size: 0px;
    height: 0px;
}

.button-link,
.button-link-big,
.fancy-input-button
{
    display: inline;
    background-color: #ffd300;
    padding: 6px 14px;
    border: 1px solid #A1A1A1;
    text-align: center;

    white-space: nowrap;
    cursor: pointer;

    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.button-link.fancy,
.button-link-big.fancy,
.fancy-input-button
{
    display: block;
    border-width: 0px;
    padding: 0px;

    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;

    background-repeat: no-repeat;
    background-position: top right;
}
.button-link.fancy
{
    background-image: url('/images/yellowbuttonsmall_expand.jpg');
}
.button-link-big.fancy,
.fancy-input-button
{
    background-image: url('/images/yellowbutton_expand.jpg');
}

.button-link.fancy span,
.button-link-big.fancy span,
.fancy-input-button input
{
    display: block;

    background-repeat: no-repeat;
    background-position: top left;
}
.button-link.fancy span
{
    height: 22px; /* 34px - 6*2 */
    padding: 6px 14px;
    line-height: 14px;

    background-image: url('/images/yellowbuttonsmall_left.jpg');
}
.button-link-big.fancy span,
.fancy-input-button input
{
    height: 21px; /* 49px - 14*2 */
    padding: 14px 14px;
    line-height: 14px;

    background-image: url('/images/yellowbutton_left.jpg');
}
button::-moz-focus-inner { /* overrides extra padding in Firefox */
	border: none;  
        padding: 0px;
}
button.button-link
{
  color: #CE0000;
}



table.highlight-section td
{
    padding: 0px 1em;
}

#homepage-slideshow h2
{
    padding-top: 0px;
}

/* new (as of 3/11/2011) homepage styles */
#homepage-promos
{
  overflow:auto;
}
#homepage-promos #left-promo-content,
#homepage-promos #right-promo-content
{
  width:372px;
  height:auto;
  overflow:hidden;
  padding:0 10px;
  margin-top:20px;
}
#homepage-promos #left-promo-content
{
  background:url("/images/home_whitedivider.jpg") no-repeat right top;
  float:left;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h2 {
color: #006699;
font-weight: bold;
font-size: 1.35em;
margin-bottom: 0.1em;
padding-top: 0.8em;
}

h3 {
font-weight: bold;
font-size: 1.15em;
margin-bottom: 0.3em;
margin-top: 0.8em;
}

.highlight-section {
background-color: #eeeeee;
margin: 1em;
}

.category-page-table {
 
}

.button-headline {
color: #006699;
font-weight: bold;
font-size: 1.35em;
margin-bottom: 0.5em;
display: block;
}

h4 {
font-weight: bold;
margin-bottom: 0.1em;
}

.button-link {
font-size: 1.1em;
}

.button-link-big {
font-size: 1.5em;
}

.align-right {

}

.float-right {
float: right;
}

.float-left {
float: left;
}

.faq-question {
font-weight: bold;
font-style: italic;
margin-bottom: 0.1em;
margin-top: 1.3em;
}

.todo {
border: 1px dashed red;
}


