
/***********************************************
* Tab Content script v2.0- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

#flowertabs{
padding: 0 0 25px 0;
/*width: 430px;*/
border-bottom: 5px solid #DE8234; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

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

#flowertabs ul li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#flowertabs a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color:#4A2506; /*Brown color theme*/ 
border-bottom: 1px solid white;
}

#flowertabs a:hover{
background-color: #DE8234; /*Brown color theme*/ 
color: white;
}

#flowertabs a.selected{ /*currently selected tab*/
background-color: #DE8234; /*Brown color theme*/ 
color: white;
border-color: #DE8234; /*Brown color theme*/ 
}

.tabcontent{
display:none; /*background-color:#FFFFFF;*/
}

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



#flowertabs2{
margin:20px 0 0 0;
padding: 0 0 25px 0;
border-bottom: 5px solid #DE8234; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;}

#flowertabs2 ul{margin:0 0 0 10px;padding: 0;list-style: none; list-style-image:none;}

#flowertabs2 ul li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#flowertabs2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color:#4A2506; /*Brown color theme*/ 
border-bottom: 1px solid white;
}

#flowertabs2 a:hover{
background-color: #DE8234; /*Brown color theme*/ 
color: white;
}

#flowertabs2 a.selected{ /*currently selected tab*/
background-color: #DE8234; /*Brown color theme*/ 
color: white;
border-color: #DE8234; /*Brown color theme*/ 
}
#flowertabs2Container{ /*background-color:#FFFFFF;*/ clear:left;}