/*  
Author: Arnau Pujol Cabarrocas
Author URI: http://analogicemotion.com/
*/

/* Motos CSS */

#estructura_content { 
  background:transparent; 
  /* padding:25px 15px 0px 0; */
}

/* Sub-Header */

#tira_aux_content { 
  width:975px;
  height:150px;
}

/* Lateral */

.img_min_fitxa {
  display:block;
  width:225px;
  height:150px;
  background:#ddd;
}

ul#menu_fitxa { margin:10px 0px; }
#menu_fitxa li {
  display:block;
  height:25px;
  border-bottom:1px solid #999;
  text-transform:uppercase;  
}
#menu_fitxa li a { 
  display:block;
  padding:0px 0px 0px 5px;
  height:25px; 
  line-height:25px; 
  font-weight:bold;
  color:#333;
}
#menu_fitxa li a:hover { color:#999; text-decoration:none; }
#menu_fitxa li a.current { color:#c00; }

h3.titol_gamma {
  padding:0px 0px 0px 5px;
  color:#c0a161;
  font-size:14px;
  text-transform:uppercase;
}

ul#list_aux { margin:0px 0px 20px 0px; }
#list_aux li {
  display:block;
  height:20px;
  text-transform:uppercase;  
}
#list_aux li a { 
  display:block;
  padding:0px 0px 0px 10px;
  height:20px; 
  line-height:20px; 
  font-weight:bold;
  color:#999;
}
#list_aux li a:hover { color:#666; text-decoration:none; }
#list_aux li a.current { color:#c00; }


/* LListat */

.min_moto {
  display:block;
  margin:0px 0px 20px 15px;
  height:150px;
  background:#fff;
}

.tit_categoria { margin-bottom:10px; } 
.primer { margin-top:0px; }

/* Content */

.tab_content { display:none; }
.show { display:block; }

/* General */

#general {
  position:relative;
  width:705px;
  height:530px;
  overflow:hidden;
  background:#ddd;
}
#general #text {
  position:absolute;
  top:30px;
  right:30px;
  padding:15px;
  width:225px;
  height:440px;
  background:url('../../image/blanc_85.png');
  z-index:2000;
}
#general #text p { padding:0px 0px 10px 0px; }
#general #text .destacat { font-size:14px; font-weight:bold; }
#general #text .vermell { font-size:11px; }

/* Slider */

.anythingSlider { 
  width:705px; 
  height:530px; 
  position:relative; 
  overflow:hidden;
}
.anythingSlider .wrapper { 
  position: absolute; 
  top:0; 
  left:0; 
  width:705px; 
  height:530px; 
  overflow:visible;
}
.anythingSlider .wrapper ul { 
  position: absolute; 
  top:0; 
  left:0; 
  width: 99999px; 
  list-style: none; 
  background: #eee; 
}
.anythingSlider ul li { 
  display:block; 
  float:left; 
  height:530px; 
  width:705px;
}

.anythingSlider a.arrow { display:none; }
.anythingSlider #thumbNav { display:none; }
.anythingSlider #start-stop { display:none; }

/* Galeria */

#galeria { padding:10px 0px 0px; }

.img_gal_fitxa {
  display:block;
  margin-bottom:15px;
  width:145px;
  height:100px;
  background:#ddd;
}

/* Fitxa */

#fitxa { padding:0px 0px 20px; }

#fitxa table { width:100%; }
#fitxa table td { padding:3px 5px; background:#f5f5f5; }
#fitxa table td.title { font-weight:bold; }
#fitxa table th { font-size:12px; color:#fff; padding:3px 5px; background:#c00; }
#fitxa table tr.alt td { background:#d9d9d9; }

/* Manuals */

#manuals #botons {
  position:absolute;
  top:10px;
  right:30px;
  padding:15px;
  width:225px;
  height:440px;
  z-index:2000;
}
#manuals a { 
  display:block;  
  margin:10px 0px;
  padding:0px 0px 0px 43px; 
  color:#fff;
  height:24px;
  line-height:24px;
  font-weight:bold;
  text-transform:uppercase;
}
#manuals a:hover { text-decoration:none; }
#manuals a.manual { background:url('../../image/manuals_boto.png') left 0px no-repeat; }
#manuals a.manual:hover { background:url('../../image/manuals_boto.png') left -24px no-repeat; }

#manuals a.partlist { background:url('../../image/partlist_boto.png') left 0px no-repeat; }
#manuals a.partlist:hover { background:url('../../image/partlist_boto.png') left -24px no-repeat; }

#manuals a.plastic { background:url('../../image/adhesius_boto.png') left 0px no-repeat; }
#manuals a.plastic:hover { background:url('../../image/adhesius_boto.png') left -24px no-repeat; }

/*XARXES SOCIALS*/
#social_share{border-top:1px solid #999999;padding-top:9px;}
