/*  
Author: Arnau Pujol Cabarrocas
Author URI: http://analogicemotion.com/
*/

/* Clasiques CSS */

#estructura_content { 
  background:transparent; 
  padding:25px 15px 20px 0;
}

/* Sub-Header */

#tira_aux_content { 
  width:975px;
  height:150px;
  background:url('../../image/banners_manuals.jpg') left top no-repeat;
}

/**/

#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 */ 

#manuals { width:100%; }
#manuals a { color:#c00; }

#manuals td { padding:3px 5px; background:#f5f5f5; vertical-align:top; }
#manuals td.center { padding:3px 5px; background:#f5f5f5; vertical-align:top; }
#manuals td.title { font-weight:bold; }
#manuals th { font-size:12px; color:#fff; padding:3px 5px; background:#c00; text-align:left; }
#manuals 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/partlist_icon.png') center top no-repeat;
}
a.download_partlist:hover {
  background:url('../../image/partlist_icon.png') center -18px no-repeat;
}

span.no_download_partlist {
  display:block;
  width:100%;
  text-indent:-8000px;
  background:url('../../image/partlist_icon_no.png') center top no-repeat;
}

a.download_plastic {
  display:block;
  width:100%;
  text-indent:-8000px;
  background:url('../../image/adhesivos_icon.png') center top no-repeat;
}
a.download_plastic:hover {
  background:url('../../image/adhesivos_icon.png') center -18px no-repeat;
}

span.no_download_plastic {
  display:block;
  width:100%;
  text-indent:-8000px;
  background:url('../../image/adhesivos_icon_no.png') center top no-repeat;
}
