/*------------------------------------------------------------------------
 # Flexible Virtuemart Theme (flexible_vm_theme)
 # ------------------------------------------------------------------------
 # Copyright (C) 2011 Flexible Web Design. All Rights Reserved.
 # @license http://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3
 # Author: Flexible Web Design Team
 # Websites: http://www.flexiblewebdesign.com
 -------------------------------------------------------------------------*/
.tabsstyleDIV {
    margin-top:30px;
	border-radius: 7px 7px 7px 7px;
}
.shadetabs{
 
 
    border-left: 1px solid white;
    border-radius: 6px 6px 0 0;
    border-right: 1px solid white;
    border-top: 1px solid white;
    height: 39px;
    margin: 0;
    padding: 0;
 
}

.shadetabs li{
 display: block;
    float: left;

}


.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 0;
line-height:40px;

color: #555;
font-size: 14px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

 ul.shadetabs li a {
	 padding: 0 22px;
}
.shadetabs li a	 { 
 color: #555555;
    cursor: pointer;
    display: block;
    
    height: 40px;
    line-height: 40px;	   
}
.shadetabs li a.selected{ /*selected main tab style */
background: url(tabs-back-selected.png) repeat-x;
}

 
.shadetabs li:first-child a.selected  {
	/*border-radius: 6px 0 0 0;*/
}

.tabcontent-container{ /*style of tab content oontainer*/
 
background: url(tabs-container-back.png) repeat-x #fff;
border-radius: 0 0 6px 6px;
    border-top: medium none;
    padding: 20px;
	border: 1px solid #FFFFFF;
}

 

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

  