p.cart_num {
  text-align:center;
  color:blue;
  font-size:75%;
  padding:15px 4px 10px 4px;
  margin:0 6px 0 6px;
  border-bottom: 1px solid #3e3e3e;
}
p.cart_tot {
  text-align:right;
  font-size:85%;
  padding:10px 6px 5px 0;
}

a.checkout {
  background-color:#f1f1f1;
  border:1px solid #aaaaaa;
  margin: 2px 2px 5px 2px;
  padding: 3px 5px 2px 5px;
  color:black;
  text-decoration:none;

}
a.view_cart {
  background-color:#f1f1f1;
  border:1px solid #aaaaaa;
  margin: 2px 2px 5px 2px;
  padding: 3px 5px 2px 5px;
  color:black;
  text-decoration:none;

}

div#bottom_buttons{
background:white;
height:76px;
padding-top:0px;
padding-bottom:10px;
}
div#bottom_buttons div {
float:left;
}
#bottom_buttons #cc_logos{
margin-top:10px;
margin-right:30px;
margin-left:10px;
}
#bottom_buttons #godaddy_seal{
margin-top:8px;
margin-right:32px;
}
#bottom_buttons #truste_seal{
margin-top:9px;
margin-right:30px;
}
#bottom_buttons #hacker_safe_seal{
margin-top:5px;
margin-right:25px;
}

div#footer {
   height: 69px;
   background: url(/images/bottom_bar.gif) no-repeat;
   text-align:center;
   clear: both;
}
div#footer_top {
   height:24px;
   font-size:95%;
   line-height:18px;
   padding-top:3px;
}

div#footer_bottom {
   height:47px;
   line-height:16px;
   font-size:75%;
   color:white;
}

div#footer a:link, div#footer a:visited, div#footer a:link {
  text-decoration:none;
  color:black;
}

div#footer a:hover {
  color:white;
}