img{
  border:none;
}
input.quantity_field {
    width: 40px;
}

ul#order_form_navigation {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    font-size: 12px;
}

ul#order_form_navigation img{
    border:none;
}

ul#order_form_navigation li {
    display: inline;
    float: left;
    margin-right: 5px;

}

table.items_listing {
    
    font-size: 14px;
    width: 520px;;
    color: #CC9CD1;
    font-family: "Trebuchet MS";
    /*font-family: Arial;*/
}

table.items_listing th {
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #ffcc00;
    text-align: left;
    font-weight: normal;
    color: #330066;

    
}

table.items_listing th#title {
    width: 260px;
}

table.items_listing tr.heading {
    background: #ffcc00;
}
table.items_listing tr {
    background: #330066;
}
table.items_listing td {
    padding: 4px;
}

table.items_listing tr:hover {
    background: #47008e;
}

table.items_listing td a:link, table.items_listing td a:visited {
    text-decoration: none;
    color: #cc9cd1;
    
}

table.items_listing td a:hover {
    text-decoration: underline;
    color: #cc9cd1;

}

table#cart.items_listing th.cart_subheader {
    background: #513e7f;
    color: #ffffff;
}

table.items_listing td.smaller {
    font-size: 11px;
}

table.items_listing td.cart_button {
    font-size: 20px;
    font-weight: bold;
}

table.items_listing td.cart_button img{
 border:none;
}

table.pleas_select{
color:#CC9CD1;
font-family:"Trebuchet MS",Helvetica,sans-serif;
font-size:14px;
padding-bottom:4px;
text-decoration:none;
}


.privacy{
  font-size:12px;
  margin-bottom:2px;
  margin-top:10px;

}