/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */
.flowerdivcontainer{
/*padding: 10px;*/
/*margin-top:15px;
border:1px solid #000;
padding-top:10px*/
}

.modernbricksmenu2{
padding: 0;
width: 482px;
/*border-top: 1px solid #5C3224; */
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
height:24px;
}

.modernbricksmenu2 ul{
 margin:0 1px;
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
/*margin: 0 2px 0 0;*/
padding: 0;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Tahoma;
color: #000;
text-decoration: none;
margin: 0 3px 0 0; 
padding: 3px 0px;
background: url(../images/home/disable_link.gif) no-repeat;/**/
width:144px;
height:24px;
/*border-top: 1px solid white;*/
text-align:center;
font-weight:normal;
}

.modernbricksmenu2 a:hover{
color: white;
background: url(../images/home/active_link.gif) no-repeat;
height:24px;
text-decoration:none
}

.modernbricksmenu2 a.selected{ 
color: white;
font-weight:bold;
font-family:Tahoma;
font-size:11px;
background: url(../images/home/active_link.gif) no-repeat;
height:24px;
border-top-color: #5C3224;/**/
border-right-color: #D25A0B;
border-bottom-color: #D25A0B;
margin-right: 3px;
}

.pro-tabcontent{
display:none;
/*padding-top:10px;*/
}

@media print {
.pro-tabcontent {
display:block !important;
}
}



