#info_container {
  /*font-family: sans-serif;
  padding: 0px 10px;*/
  margin: 10px 10px 30px 10px;
  }
#info_container h3 {
  color: #006400;
  }
#info_container p, #info_container li {
  line-height: 1.5em;
  }
#info_container p {
  text-indent: 1em;
  }

#shipping {
text-align: center;
float: left;
width: 45%;
}

#shipping_chart {
 margin: 0px auto;
 width: 400px;
 border: 1px solid #666666;
 border-collapse: collapse;
 }
#shipping_chart thead{
 background-color:#006400;
 color: #ffffff;
 }
#shipping_chart tbody td{
 border: 1px solid #888888;
 text-align: center;
 }
#shipping_chart tbody td.alt {
 /*background-color: #fffaf0;*/
 /*background-color:#f6efe4;*/
 background-color:#fdf5e6;
 }
#shipping_chart tbody th{
 background-color: gray;}
#shipping_chart tfoot{
 background-color:#c63;}

#shipping_chart tr {
 line-height: 1.5em;
}


#shipping_right
{
width: 50%;
margin-left: 50%;
text-align: center;
}

.security {
margin-bottom:5px;
padding-right:20px;
margin-left: 10px;
}

#contact li {
list-style-type: none;
line-height: 3em;
}

#contact li li {
line-height: 2em;
}

#contact ul {
margin-bottom: 40px;
}

.pageLink {
font-size: .8em;
}

