/*
# ------------------------------------------------------------------------
# Extensions for Joomla 2.5
# ------------------------------------------------------------------------
# Copyright (C) 2011-2012 Ext-Joom.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2.
# Author: Ext-Joom.com
# Websites:  http://www.ext-joom.com
# ------------------------------------------------------------------------
*/
ul.style_tabs {
	margin:0 !important;
	padding: 0 !important;
}
li.style_tab {
color: #616276;
display: inline-block;
margin: 0 45px 25px 0;
font-size: 17px;
}
li.style_tab.delete {

}
li.style_tab:hover {
	cursor: pointer;
}
li.style_tab:focus {

}
li.style_tab.delete:focus {

}
li.style_tab.active {
color: #ff8400;
font-size: 18px;
font-family: 'Circe-Bold';
position: relative;
}
li.style_tab.active:after {
content:'';
background: url(ar.png) no-repeat center;
position: absolute;
width: 20px;
height: 20px;
left: 45%;
bottom: -20px;
}
li.style_tab .remove {

}
div.style_tabs_content {

}


