@CHARSET "UTF-8";

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,object,embed,p,blockquote,fieldset,input,table,td,th
  {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

a {
  text-decoration: none;
  color: #000;
}

h1 {
  font-size: 16px;
  font-weight: normal;
}

h2 {
  font-size: 14px;
  font-weight: bold;
}
h3 {
  font-size: 12px;
  font-weight: normal;
}
h4 {
  font-size: 10px;
  font-weight: normal;
}

p.title {
  font-weight: bold;
}


body {
  font-family: Verdana, Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
}

#top_container {

}

#bottom_container {
}

#container {

}

#header {
  display: none;
}

#top{
  display: none;
}

#main_content {
}

#footer {
  margin-top: 1em;
  padding-top: 0.4em;
  border-top: 1px solid;
}

.horizontal_line {
  display: none;
}

#menu_bottom {
  display: none;
}

#copyright {
  float: left;
}

#tel_fax {
  display: none;
}

#created {
  float: right;
}

#path {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 1em;
}
#search_bar {
  display: none;
}

#menu_left {
  display: none;
}

#admin_menu {
  display: none;
}

table {
  border-collapse: collapse;
  border: 0px solid;
  margin: 2px;
  font-family: Verdana, Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
}

table th, table td{
  padding: 2px 4px;
  border: 1px solid;
}

table.list {
  width: 99%;
}

table.list th {
  text-align: left;
}

table.list .action {
  display: none;
}

table.legend {
  display: none;
}

table.list th.id, table.list td.id {
  text-align: center;
}

table.list th.symbol, table.list td.symbol {
  text-align: center;
}

table.list th.price, table.list td.price {
  text-align: right;
}

table.list th.quantity, table.list td.quantity {
  text-align: center;
}

table.list th.total, table.list td.total {
  text-align: right;
}

table.show {
  width: 60%;
}

table.show th {
  text-align: left;
  width: 40%;
}

table th.separator {
  text-align: center;
}

table.list td.summary {
  text-align: right;
}

.buttons {
  display: none;
}
.back {
  display: none;
}
.checkout {
  display: none;
}

