/*  
Author: Arnau Pujol Cabarrocas
Author URI: http://analogicemotion.com/
*/

/* Clasiques CSS */

#tira_aux_content { 
  width:975px;
  height:194px;
}

#estructura_content { 
  background:transparent; 
  padding:25px 15px 20px 0;
}

/**/

#form_options select { width:225px; margin-bottom:10px; }
#form_search input { width:220px; margin-bottom:10px; }

.form_sep {
  margin:20px 0px 0px;
  border-top:1px solid #666;
  padding:20px 0px 0px;
}

a.boto_simple {
  display:block;
  width:105px;
  height:23px;
  line-height:23px;
  color:#fff;
  text-align:center;
  font-size:11px;
  letter-spacing:1px;
  text-transform:uppercase;
  background:url('../../image/boto_search.gif') left -23px no-repeat;
}
a.boto_simple:hover {
  text-decoration:none;
  background:url('../../image/boto_search.gif') left 0px no-repeat;
  }

/* Content */ 

#clasicas { width:100%; }
#clasicas a { color:#c00; }

#clasicas td { padding:3px 5px; background:#f5f5f5; }
#clasicas td.title { font-weight:bold; }
#clasicas th { font-size:12px; color:#fff; padding:3px 5px; background:#c00; text-align:left; }
#clasicas tr.alt td { background:#d9d9d9; }


a.download_manual {
  display:block;
  width:100%;
  text-indent:-8000px;
  background:url('../../image/manuals_icon.png') center top no-repeat;
}
a.download_manual:hover {
  background:url('../../image/manuals_icon.png') center -18px no-repeat;
}

span.no_download_manual {
  display:block;
  width:100%;
  text-indent:-8000px;
  background:url('../../image/manuals_icon_no.png') center top no-repeat;
}

a.download_partlist {
  display:block;
  width:100%;
  text-indent:-8000px;
  background:url('../../image/file_icon.png') center top no-repeat;
}
a.download_partlist:hover {
  background:url('../../image/file_icon.png') center -18px no-repeat;
}

span.no_download_partlist {
  display:block;
  width:100%;
  text-indent:-8000px;
  background:url('../../image/file_icon_no.png') center top no-repeat;
}

a.gal_imatges {
  display:block;
  width:100%;
  text-indent:-8000px;
  background:url('../../image/image_icon.png') center top no-repeat;
}
p.hidden_imatges { display:none; }
a.gal_imatges:hover {
  background:url('../../image/image_icon.png') center -18px no-repeat;
}

span.no_gal_imatges {
  display:block;
  width:100%;
  text-indent:-8000px;
  background:url('../../image/image_icon_no.png') center top no-repeat;
}
