#search {
  background: url("/images/search.png");
  width: 200px;
  height: 65px;
  padding-top: 5px; }

#top_menu li {
  padding: 0px; }
  #top_menu li a {
    margin: 0px;
    padding-left: 8px;
    padding-top: 17px;
    padding-bottom: 17px; }
  #top_menu li:hover {
    background: #ff66cc; }

#left_menu {
  height: auto; }
  #left_menu h1 {
    font-family: "Tahoma", sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: url("/images/menuhead.png");
    clear: both;
    color: black;
    text-align: left;
    padding-top: 12px;
    padding-left: 10px;
    height: 28px;
    width: 190px;
    cursor: pointer; }
  #left_menu #cart {
    padding: 10px;
    padding-left: 20px; }
  #left_menu ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    border-bottom: solid 1px #cc66cc; }
    #left_menu ul li {
      margin: 0px;
      list-style-type: none;
      background: url("/images/left_menu_link.png"); }
      #left_menu ul li a {
        display: block;
        height: 20px;
        width: 176px;
        padding: 0px;
          padding-top: 7px;
          padding-left: 23px;
        color: black;
        text-decoration: none;
        font-weight: bold; }
        #left_menu ul li a:hover {
          color: fuchsia; }

#footer {
  height: 50px; }
  #footer #footer_left {
    padding-top: 15px; }

.flog_image_canvas img {
  padding: 1px;
  background: #cc66cc; }

.flog_show .flog_show_image_canvas img {
  padding: 1px;
  background: #cc66cc; }
.flog_show .flog_field_preco {
  font-weight: bold; }
.flog_show .flog_field_marca {
  text-align: center; }

#brands {
  float: left;
  width: 141px;
  padding-left: 2px;
  text-align: center; }
  #brands a {
    display: block;
    border-bottom: solid 1px black;
    background: white; }

#subpage .flog_list th {
  background: #ffccff;
  color: black; }
#subpage .flog_list td {
  background: #ffeeff; }

