@CHARSET "UTF-8";

body, table {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 14px;
}

body {
    margin: 0px;
    padding: 0px;
}

a img {
    border: none;
}

ul {
   list-style: disc;
}

ul li {
    margin-left: 20px;
    margin-bottom: 5px;
}

#header p {
    margin: 5px 0px;
    color: #333;
    font-size: .9em;
}

#header {
    position: relative;
}

#advertisement {
    padding: 9px;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

#site-body-content {
    padding: 15px;
}

#footer {
    background-color: #F0F0F0 ;
    background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#aaa));
    background: -moz-linear-gradient(top,  #F0F0F0,  #aaa);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#aaa');
    border-top: 1px solid #aaa;
    bottom: 0px;
    font-size: 10px;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 50px;
    color: #333;
}

#footer p {
    position: absolute;
    right: 5px;
    top: 15px;
    color: #333;
}

#footer .content {
    margin: 8px 0px 0px 0px;
    position: relative;
}

#footer br {
    clear: both;
}

#footer #controls {
    text-align: center;
}

#footer button {
    font-size: 1.4em;
}

#footer #controls .noThanks {
    font-size: 1.1em;
}

h1 {
    margin-bottom: 10px;
    font-size: 18px;
}

h2 {
    margin-bottom: 10px;
    font-size: 16px;
}

p {
    margin-bottom: 10px;
}

table {
    margin-bottom: 10px;
}

#bottom-pad {
    height: 50px;
}

.buybutton {
    display: block;
}

span.secure {
    display: block;
    float: left;
    width: 200px;
    height: 24px;
    text-indent: -9999px;
    margin-left: 10px;
    margin-top: 20px;
    background: transparent url('../../../img/secure-checkout.png') no-repeat;
    position: absolute;
}

#psg-completed-order {
    padding: 5px 3px;
    background-color: papayawhip;
    font-size: 16px;
    border-bottom: 2px solid #666;
}

#psg-completed-order .options {
    float: right;
    font-size: .8em;
}