body, div, p, table, tr, th, td, h1, h2, h3, form, img
{
    margin: 0;
    padding: 0;
}

a
{
    outline: none;
}

input, textarea, select
{
    margin-top: 0pt;
    margin-right: 0pt;
    margin-bottom: 0pt;
    margin-left: 0pt;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    font-size: 100%;
    font-family: inherit;
    font-weight: bold;
}

img{
    border-style: none;
}

body{
    font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

a {
    text-decoration: none;
    color: #096bb2;
}

a:visited {
    text-decoration: none;
    color: #096bb2;
}

a:hover {
    text-decoration: none;
    color: #006;
}


label {
    font-size: 90%;
    font-weight: bold;
}


#flash_notice{
    display: block;
    background-color: #cf9;
    color: #390;
    margin: 0px;
    padding: 5px;
}

#flash_error{
    display: block;
    background-color: #fcc;
    color: #f00;
    margin: 0px;
    padding: 5px;
}

form.pretty-form fieldset {
    margin-bottom: 10px;
    border: none;
    border-top: 1px solid #006;
    background: url(../images/fieldset-bg.jpg) left bottom repeat-x #fff;
}

form.pretty-form legend {
    color: #333;
    padding-top: 2px;
    font-weight: bold;
}

form.pretty-form label {
    width: 175px; /* Width of labels */
    color: #333;
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
}

form.pretty-form fieldset ol {
    margin: 0;
    padding: 0;
}

form.pretty-form fieldset li {
    padding: 5px 10px 7px 5px;
    background: url(../images/form-divider.gif) left bottom repeat-x;
    list-style: none;
    margin: 0;
}

form.pretty-form fieldset fieldset {
    background: none; 
    border: none;
    margin: 3px 0 0;
}

form.pretty-form fieldset fieldset legend {
    padding: 0 0 5px;
    font-weight: normal;
}

form.pretty-form fieldset fieldset label {
    margin-left: 123px; /* Width plus 3 (html space) */
    display: block;
    width: auto;
}

form.pretty-form em {
    font-weight: bold;
    font-style: normal;
    color: #f00;
}

form.pretty-short-form fieldset {
    margin-bottom: 10px;
    border: none;
    border-top: 1px solid #006;
    background: url(../images/short-fieldset-bg.jpg) left bottom repeat-x #fff;
}

form.pretty-short-form legend {
    color: #333;
    padding-top: 2px;
    font-weight: bold;
}

form.pretty-short-form label {
    width: 175px; /* Width of labels */
    color: #333;
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
}

form.pretty-short-form fieldset ol {
    margin: 0;
    padding: 0;
}

form.pretty-short-form fieldset li {
    padding: 5px 10px 7px 5px;
    background: url(../images/form-divider.gif) left bottom repeat-x;
    list-style: none;
    margin: 0;
}

form.pretty-short-form fieldset fieldset {
    background: none; 
    border: none;
    margin: 3px 0 0;
}

form.pretty-short-form fieldset fieldset legend {
    padding: 0 0 5px;
    font-weight: normal;
}

form.pretty-short-form fieldset fieldset label {
    margin-left: 123px; /* Width plus 3 (html space) */
    display: block;
    width: auto;
}

form.pretty-short-form em {
    font-weight: bold;
    font-style: normal;
    color: #f00;
}


#input-requirement {
    font-size: 75%;
    font-weight: bold;
    color: #f00;
    text-align: right;
}

.order-table{
    margin: 10px;
    font-size: 85%;
    font-family:  Georgia, Helvetica, Arial, Geneva, sans-serif;    
}

tr.order-header-row td{
    background-color: #ccc;
    padding: 5px 4px;
    font-weight: bold;
}

tr.order-row td{
    padding: 5px 4px;
    border-bottom: 1px solid #ccc;
}

.data_table{
    font: inherit; 
    font-size: 80%;
}

.data_table a{
    text-decoration: none;    
}

tr.order_paid_row td{
    border-top: 1px solid #ccc;
    padding: 5px 4px;
    background-color: #ff6;     
}

tr.order_shipped_row td{
    border-top: 1px solid #ccc;
    padding: 5px 4px;
    background-color: #6f6;     
}

tr.order_cancelled_row td{
    border-top: 1px solid #ccc;
    padding: 5px 4px;
    background-color: #f66;     
}

tr.pending_row td{
    border-top: 1px solid #ccc;
    padding: 5px 4px;
    background-color: #ff6;     
}

tr.failed_row td{
    border-top: 1px solid #ccc;
    padding: 5px 4px;
    background-color: #f66;     
}

tr.sent_row td{
    border-top: 1px solid #ccc;
    padding: 5px 4px;
    background-color: #6f6;     
}

tr.uploaded_row td{
    border-top: 1px solid #ccc;
    padding: 5px 4px;
    background-color: #6f6;     
}

tr.even_row td{
    border: 1px solid #facc86;
    padding: 5px 4px;
    background-color: #fae3c0;     
}

tr.odd_row td{
    border: 1px solid #facc86;
    padding: 5px 4px;
    background-color: #fff;
}

tr.total_row td{
    border: 1px solid #d0d0ed;
    font-weight: bold;
    padding: 5px 4px;
    background-color: #eee;
}

tr.header_row td{
    padding: 5px 4px;
    background-color: #faa524;
    color: #333;
    font-weight: bold;    
}

tr.footer_row td{
    padding: 5px 4px;
    background-color: #ccc;
    color: #000;
    font-weight: bold;    
}

tr.even_row a:visited{
    color: #009;
}

tr.odd_row a:visited{
    color: #009;
}

tr.header_row a, tr.header_row a:visited{
    color: #333;
}

tr.header_row a:hover{
    color: #333;
}

#tabnav
{
    height: 25px;
    margin: 0px 0px 5px 0px;
    padding-left: 10px;
    background: url('../images/tab_bottom.gif') repeat-x bottom;
}

#tabnav li
{
    margin: 0; 
    padding: 0;
    display: inline;
    list-style-type: none;
}

#tabnav a:link, #tabnav a:visited
{
    float: left;
    background: #f3f3f3;
    font-size: 13px;
    line-height: 19px;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    margin-right: 4px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #666;
}

#tabnav a:link.active, #tabnav a:visited.active
{
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
}

#tabnav a:hover
{
    background: #fff;
}

#tabbed-content
{
    padding: 10px;
}


#errorExplanation {
    width: 550px;
    border: 2px solid red;
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

#errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    background-color: #c00;
    color: #fff;
}

#errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 5px;
}

#errorExplanation ul li {
    font-size: 12px;
    list-style: square;
}

#sortable_product_list {
    margin:0;
    margin-top:10px;
    padding:0;
    list-style-type: none;
}

#sortable_product_list li {
    height: 120px;
    margin:0;
    margin-bottom:4px;
    padding:5px;
    border:1px solid #ccc;
    cursor:move;
}

#sortable_list {
    margin:0;
    margin-top:10px;
    padding:0;
    list-style-type: none;
    width: 400px;
}

#sortable_list li {
    margin:0;
    margin-bottom:4px;
    padding:5px;
    border:1px solid #ccc;
    cursor:move;
}


#product_group_list {
    list-style-type: none;
    cursor: move;
}

#product_group_list li {
    margin: 5px 0px;
    padding: 5px;
    display: block;
    width: 85%;
    background: #fff;
    border: 1px solid #faa524;
}

#shopping_cart_header a{
    color: #000;
}

#shopping_cart_header a:hover{
    color: #096bb2;
}

#shopping_cart{
    background-color: #fff;
    width: 98%;
}

#shopping_cart tr{    
    background-color: #fff;
}

#shopping_cart td{
    padding: 5px;
}

#cart-item-photo {
    float: left;
    width: 345px;
    height: 345px;
}

#cart-item-options {
    float: left;
    padding-left: 15px;    
}


#box{    
    background: #faa524;
    padding: 5px;
}

#box-content{
    background: #fff;
    padding: 10px;
}

#box-content p{
    margin-bottom: 10px;
}

#box-content h1{
    font-size: 1.8em;
    color: #faa524;
    text-align: center;
}

#box-content h2{
    text-align: center;
    margin-bottom:10px;
}

#box-content h3{
    text-align: center;
    margin-bottom:10px;
}

.pl_photo {    
    float: left;
    margin-right: 10px;
}

.clear-both {
    clear: both;
}

.right-float {
    float: right;
}

.small-text {    
   font-size: 80%;
   font-weight: bold;
   color: #666;
}


input.btn{   
    color:#333;
    font-size:.8em;
    font-weight:bold;
    background-color:#faa524;
    border:1px solid;
    border-top-color:#dfb433;
    border-left-color:#dfb433;
    border-right-color:#faa524;
    border-bottom-color:#faa524;   
        width:auto;
   overflow:visible;
    
}

input.btnhov{
    color:#096bb2;
    background-color:#ffc;
}