/*----------------------------------------------------------------------
# FOR YOUJOOMLA LLC COPYRIGHT REMOVAL VISIT THIS PAGE 
# http://www.youjoomla.com/faq/view/you-joomla-templates-club/can-i-remove-youjoomla.com-copyright/78
# Youjoomla Default CSS- 
# ----------------------------------------------------------------------
# Copyright (C) 2007 - 2009 YOUJOOMLA LLC . All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: YOUJOOMLA LLC
# Website: http://www.youjoomla.com
------------------------------------------------------------------------*/
#tabs2_holder {
background:#FFFFFF; 
width:100%; 
padding:0px; 
margin:0px auto 0px;
border-bottom:1px #efefef solid;
}
#tabs_container { 
font-size:11px; 
display:block; 
position:relative; 
/*border:1px #f0eded solid;*/
/*background:#fff url(images/bg.png) repeat-x top; */
/* the tabs container width is:
number of tabs * tab width + (number of tabs-1) * border thickness  */
/*width:100%; width is now  is assigned in module settings */
}
#tabs { 
display:block; 
position:relative; 
list-style-type:none; 
margin:0px; 
padding:0;
clear:both; 
float:none;
height:25px; /* for IE */ 
}
/* default tabs look */
#tabs li { 
float:left; 
text-align:center; 
border-left:none; 
border-top:none;
padding:5px 0px 5px; 
font: bold 11px "Lucida Grande";
/*background:#FFF; */
cursor:pointer;
}
/* selected tab look */
#tabs li.selected { 
/*background:#F5F5F5; */
border-bottom:none; 
color:#333333;
}
#tabs li:hover { 
background:#F5F5F5; 
border-bottom:none; 
color:#333333;
}
/* don't put padding on this div. MooTools 1.1 has some difficulties getting the right size on elements with padding */
#tabs_container .tab_content { 
clear:both; 
display:block; 
position:relative;
overflow:hidden; /* in order to work with IE set overflow:hidden on tab content container */ 
/*background:#FFF url(images/bg.png) repeat-x top;*/
background:#fff;
}
/* looks like it's problematic with margin. So try to set only padding */
#tabs_container .tab_content_in{
margin:0px;
padding:10px;
clear:both;
}

