/*Example for a Menu Style*/
.menu_product {
height:35px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
width:100%;
}

.menu_product ul {
margin:0 10px 0 -1px;
padding:0 10px 0 0;
list-style:none;
text-align:center;
}

.menu_product a span, .menu_product h5 span {
display:block;
background:url("images/menu/biketrial_corto_prodinfo_product.png") no-repeat left top;
padding:0 10px 0 10px;
line-height:35px;
font-weight:bold;

}

.menu_product li {
display:inline;
line-height:35px;
}

.menu_product li a, .menu_product li h5 {
background: url("images/menu/biketrial_largo_prodinfo_product.png") no-repeat right top;
color:#666;
padding:0;
margin:0;
text-decoration:none;
display:block;
float:left;
}

.menu_product li h5{
font-size: 14px;
font-style:italic;
}
.menu_product a.tabactive span, .menu_product a:hover span, .menu_product h5 span, .menu_product h5:hover span{
background-position:left top;
color:#333;
}

.menu_product a.tabactive span{
font-style:italic;
}

.menu_product li a.tabactive,  .menu_product li a:hover, .menu_product li a:visited, .menu_product li h5.tabactive{
background-position:right top;
font-weight:bold;
color:#666;
position:relative;
}


#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4 {
/*border:2px solid #EF4E0F;*/
border-top: #CCC solid 3px;
text-decoration:none;
width:100%;
}

#tabcontent1 span, #tabcontent1 td, #tabcontent1 th, #tabcontent2 span, #tabcontent2 td, #tabcontent2 th, #tabcontent3 span, #tabcontent3 td, #tabcontent3 th{
}

#topTable, .topTable{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
}
