@CHARSET "UTF-8";
@import url(base.css);

#header {
  background: url("../css/img/base/bg-head.png") 
              repeat-x scroll 0 0 transparent;
}

#header-inner h1{
  top: 30px;
}

#container {
  background-color: mintcream;
}

#footer {
  background-color: #0099FF;
  /*
  background:  #0099FF url("../css/img/base/bg-foot.jpg") 
              repeat-x scroll 0 0 ;
  */
}

.non-style{
  border-width:0;
  margin: 0;
  padding: 0;   
}

div.cart{
    width: 650px;
    font-size: 90%; 
    text-align: left; 
    margin-left:auto;
    margin-right: auto;   
    margin-top: 20px;
    margin-bottom: 20px;
    color: black;
}
form div.error-message{
    font-size: 90%; 
}

table{
    width: 530px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    color: black;
    margin-left: auto ;
    margin-right:auto ; 
}
table tr th{
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table tr td{
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

table.pricetable{
  width: auto;
  margin-left: 0;
}
table.pricetable tr td{
  width: auto;
  margin-left: 0;
  padding: 5px;
}

table.carttable{
  width: 550px;
    
}
table.carttable tr th{
  font-size: 90%;
    
}
table.carttable tr td{
  font-size: 90%;
    
}

table.recalc{
   margin-left:0;
   margin-right:0; 
   width: 75px;
   border-width: 0;
    
}
table.recalc tr td{
   border-width: 0;
}

label{
    margin-left:0;
    margin-right:0; 
    padding: 0;
}

button.submit{
  height: 29px;
  display: inline;
  font-size: 90%;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  vertical-align: bottom;  
}

input[type=button] {
  height: 29px;
}

table.tableuser{
  margin-top: 20px;
  margin-bottom: 20px;
}
table.tableuser tr th{
  text-align: left;
  font-size: 90%;
  width: 200px;
}
table.tableuser tr td{
  text-align: left;
    
}

table.tabledescription{
  margin-bottom: 10px;
}

table.tabledescription tr th{
  text-align: left;
  font-size: 90%;
}
table.tabledescription tr td
{
  text-align: left;
  font-size: 90%;
}

.example
{
  font-size: 90% ; 
  color: #999999;  
}

select {
  padding: 2px;
}

