/* Fun with Sidebar Tabs CSS File */

/* remove browser dafaults */
div#fw_tabs_tabdisplay_1 ul.tabbed_sidebar, div#fw_tabs_tabdisplay_1 ul.tabbed_sidebar li.tab, div#fw_tabs_tabdisplay_1 ul.tabbed_sidebar li.tab h3, div#fw_tabs_tabdisplay_1 {
    margin:0;
	padding: 0;
	border: 0px;
	font-weight: normal;
	font-size: 100%;
	list-style: none !important;
	/*background-color: grey;*/
}
div#fw_tabs_tabdisplay_1 { /*Container Principal*/
height:auto;
text-align:center; /*importante*/
/*background-color:Blue;*/
margin:0px;
padding:0px;
float:left;
}
/* div#fw_tabs_tabdisplay_1.first {
This will overide the above setting for Tabbed Sidebar 1 only.
width:330px;
height:auto;
padding:0px 0px 0px 0px;
background-color: yellow;
float: left;
}*/ 
/* content removal must be split out or else it will remove all the content in opera (and possibly sefari) This is to remove the special bullets used by the Kubrick theme */
#sidebar ul ul li:before {content:"";}

/* The second part #sidebar ul .... is targetted at Kubrick *//*ul tabs*/

#sidebar ul div#fw_tabs_tabdisplay_1 ul.tabbed_sidebar  {	
}

div#fw_tabs_tabdisplay_1 ul.tabbed_sidebar { /*Contenedor padre tabs*/
width:310px;
height: 33px;
margin:0px;
padding: 0px 0px 0px 20px;
/*background-color:red;*/
display:inline-block;
float:left;
}
#sidebar ul li div#fw_tabs_tabdisplay_1 ul.tabbed_sidebar {
/*background-color:black;*/
}
div#fw_tabs_tabdisplay_1 ul.tabbed_sidebar li.tab, #sidebar ul div#fw_tabs_tabdisplay_1 ul.tabbed_sidebar li.tab {
/*Contenedor hijo tabs*/
width:310px;
height: 33px;
margin: 0px;
padding: 0px;
text-align:center;
/*background-color: pink;*/
display:inline-block;
}
/*TABS*/
/*cortina izqda*/
div#fw_tabs_tabdisplay_1 ul.tabbed_sidebar li.tab /*h3*/, #sidebar ul div#fw_tabs_tabdisplay_1 ul.tabbed_sidebar li.tab /*h3*/ {
width: auto;
height:33px;
display:inline-block;
padding: 0px 0px 0px 20px;
/*padding: 0px 30px 0px 0px;*/
margin-left: 3px;
/*background-color: white;*/
background-image: url(images/tab_1a.gif);
background-repeat: no-repeat;
background-position: left 1px;
border:none;
cursor:pointer;
float:left;
}
/*Cortina Derecha*/
div#fw_tabs_tabdisplay_1 ul.tabbed_sidebar li.tab h3, #sidebar ul div#fw_tabs_tabdisplay_1 ul.tabbed_sidebar li.tab h3{
width: auto;
height:23px;
display:inline-block;
padding:10px 20px 0px 0px;
/*padding:10px 0px 0px 25px;*/
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
text-indent:5px;
color:#000;
text-align:center;
background-image: url(images/tab_1b.gif);
background-repeat: no-repeat;
background-position: right 1px;
position:relative;
border:none;
cursor:pointer;
float:left;
}

/*CURRENT TABS*/
div#fw_tabs_tabdisplay_1 ul.tabbed_sidebar li.tab h3.selected, #sidebar ul div#fw_tabs_tabdisplay_1 ul.tabbed_sidebar li.tab h3.selected  {
font-weight:bold;
}

/*Rollover pestañas*/
/*cortina izquierda*/
div#fw_tabs_tabdisplay_1 ul.tabbed_sidebar li.tab h3:hover, #sidebar ul div#fw_tabs_tabdisplay_1 ul.tabbed_sidebar li.tab h3:hover {

}
div#fw_tabs_tabdisplay_1 ul.tabbed_sidebar li/*.tab h3*/:hover, #sidebar ul div#fw_tabs_tabdisplay_1 ul.tabbed_sidebar li/*.tab h3*/:hover {

}
div#fw_tabs_tabdisplay_1 ul.tabbed_sidebar li.tab div.tab-content, #sidebar ul div#fw_tabs_tabdisplay_1 ul.tabbed_sidebar li.tab div.tab-content {
display:none;
}
div#fw_tabs_tabs_surround_1, #sidebar ul div.fw_tabs_tabs_surround {
width:auto;
margin:0px;
padding:0px;
float:left; /*Necesario para ie6*/
}
.tab-content { /*Contenedor contenido listas*/
width:330px;
height:auto;
padding:20px 0px 0px 0px;
margin:0px;
background-image: url(images/round_corner_top.gif); /*Carpeta imágenes de este plugin*/
background-repeat: no-repeat;
background-position: center top;
/*background-color: orange;*/
float:left;
}
/* style the contents of the widget */
div#fw_tabs_tabdisplay_1 div.tab-content ul { /*Estilo de listas*/
width:288px; /*-2px border*/
height: auto;
margin:0px;
padding:0px 0px 0px 40px;
border-left:1px solid #E4E4E4;
border-right:1px solid #E4E4E4;
border-top:none;
border-bottom: none;
/*background-color: yellow;*/
text-align:left;
clear:both;
}
div#fw_tabs_tabdisplay_1 div.tab-content ul ul { /*Estilo de sublistas*/
width:auto;
height: auto;
border: none;
margin-left:10px;
padding:0px;
}
div#fw_tabs_tabdisplay_1 div.tab-content ul li {
list-style-image:url(images/bullet_red.gif); /*imagen copiada a la carpeta del plugin*/
list-style-position:outside;

padding: 0px;
}
div#fw_tabs_tabdisplay_1 div.tab-content ul ul li {
list-style-image:url(images/bullet_grey.gif); /*imagen copiada a la carpeta del plugin*/
list-style-position:outside;
width: auto;
height: auto;
/*background-color: yellow;*/
padding: 0px;

}
.roundcorner_bottom {/*esquina redondeada inferior*/
	width: 330px;
	height:20px;
	margin: 0px 0px 40px 0px; /*Margen inferior a siguiente widget*/
	padding:0px;
	background-image: url(images/round_corner_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	/*background-color:#FF99CC;*/
	float:left;
	clear:both;
}
div#fw_tabs_tabdisplay_1.first ul.tabbed_sidebar, #sidebar ul div#fw_tabs_tabdisplay_1.first ul.tabbed_sidebar, #sidebar ul li div#fw_tabs_tabdisplay_1.first ul.tabbed_sidebar {
	
	}

div#fw_tabs_tabdisplay_1.first ul.tabbed_sidebar li.tab h3, #sidebar ul div#fw_tabs_tabdisplay_1.first ul.tabbed_sidebar li.tab h3 {
	
	}
	
div#fw_tabs_tabdisplay_1.first ul.tabbed_sidebar li.tab h3.selected, #sidebar ul div#fw_tabs_tabdisplay_1.first ul.tabbed_sidebar li.tab h3.selected {
	

}

div#fw_tabs_tabdisplay_1.first ul.tabbed_sidebar li.tab h3:hover, #sidebar ul div#fw_tabs_tabdisplay_1.first ul.tabbed_sidebar li.tab h3:hover {
	
}

div#fw_tabs_tabdisplay_1.first {
	
}