
/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */


.modernbricksmenu2{
 float: right;
 width: 485px;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: 11px Arial;
color: white;
text-decoration: none;
margin: 0 2px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #00ccff;
border: 1px solid #009bc3;
border-top: none;
text-shadow: 1px 1px 1px #009bc3;
}

.modernbricksmenu2 a:hover{
background-color: #0076a3;
color: white;
text-shadow: 1px 1px 1px #000;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #009bc3;
border: 1px solid #009bc3;
text-shadow: 1px 1px 1px #0f313e;
}


.modernbricksmenu2 .searchprezzo a.selected{ /*currently selected tab*/
	background-color: #ff0097;
	border: 1px solid #ff0097;
	text-shadow: 1px 1px 1px #840936;
}



.tabcontent{
display:none;
}