/* CSS Document */

  body 
  {
    background: #000 url(images/bg.jpg) top center repeat-x;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family:'Trebuchet MS',Arial;
    color: rgb(0,102,102);
  }
  
  #wrap
  {
    width: 800px;
    background: rgb(255,255,255);
  }

  #header
  {
    width: 800px;
    height: 96px;
    background: url(images/header.jpg) center center no-repeat;
    cursor: pointer;
  }
  
  #menu
  {
    width: 100%;
    height: 26px; 
    background: url(images/bg_menu.jpg) center center repeat-x;
  }
  
  #content
  {
    width: 100%;
    background:rgb(255,255,255) url(images/bg_content.jpg) left center repeat-y;
  }
  
  #content #left
  {
    float: left;
    width: 202px;
    min-height: 400px;
    background: rgb(108,176,163) url(images/bg_left.jpg) top center repeat-x;
  }
  
  #content #left ul
  {
    width:155px;
    _width:160px;
    margin:0;
    padding:0 0 0 20px;
    _padding-right: 20px;
    color:#ED2031;
    _list-style: none;
    font-weight:bold;
  }
  #content #left a
  {
    color: rgb(0,102,102);
  }
  #content #left li
  {
    padding: 10px 0 10px 0; 
    border-bottom: 1px dashed rgb(0,102,102);
  }

  A.podcat,A.podcat-last
  {
    display: block;
    max-width: 175px;
    _width: 160px;
    /* min-height: 20px;
    border-bottom: 1px dashed rgb(0,102,102); */
    text-align: left;
   /* margin-bottom: 2.5px;
    _padding-bottom: 5px; */
  }
  
  #content #right
  {
    float: right;
    width: 597px;
    min-height: 400px;
  }
  
  #content #right A
  {
    color: rgb(237,28,36);
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
  }
  
  #content #right A:hover
  {
    text-decoration: underline;
  }
  
  #content #right p
  {
    margin: 15px;
    margin-top: 5px;
    text-align: left;
  }
  
  #content #right p#title
  {
    color: rgb(237,28,36);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin: 10px;
    margin-bottom: 0;
  }
  
  #footer
  {
    width: 100%;
    height: 25px; 
    background: url(images/bg_footer.jpg) center center repeat-x;
  }
  
  #footer p
  {
    padding-top: 6px;
    color: rgb(0,102,102);
    font-weight: bold;
    font-size: 10px;
  }
  
  #footer A
  {
    color: rgb(237,28,36);
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
  }
  
  #footer A:hover
  {
    text-decoration: underline;
  }
  
  .clear
  {
    clear: both;
  }
  
  p
  {
    margin: 0;  
    padding: 0;
  }
  
  A
  {
    color: rgb(0,102,102);
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
  }
  
  A:hover
  {
    text-decoration: underline;
  }

  th,td
  {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
  }
  
  table#items_list
  {
    width: 90%;
  }
  
  th.item_image
  {
    width: 25%;
    min-height: 75px;
    border-top: 1px dashed rgb(0,0,0);
    text-align: center;
  }
  
  th.item_image img
  {
    width: 150px;
    max-height: 113px;
    _width: 150px;
    _height: 113px;
  }
  
  th.item_informations
  {
    width: 75%;
    min-height: 75px;
    border-top: 1px dashed rgb(0,0,0);
  }
  
  th.item_image_last
  {
    width: 25%;
    min-height: 75px;
   /* border-top: 1px dashed rgb(0,0,0); */
    border-bottom: 1px dashed rgb(0,0,0);
    text-align: center;
  }
  
  th.item_image_last img
  {
    width: 150px;
    max-height: 113px;
    _width: 150px;
    _height: 113px;
  }
  
  th.item_informations_last
  {
    width: 75%;
    min-height: 75px;
   /* border-top: 1px dashed rgb(0,0,0); */
    border-bottom: 1px dashed rgb(0,0,0);
  }
