/*------------------------------------------------------------------------
# Shaper Tab - Tab Module for Joomla by JoomShaper.com
# ------------------------------------------------------------------------
# author    JoomShaper http://www.joomshaper.com
# copyright Copyright (C) 2010 JoomShaper.com. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Websites: http://www.joomshaper.com - http://www.joomxpert.com
# This file may not be redistributed in whole or significant part
-------------------------------------------------------------------------*/
.sptabs .tabs_buttons {
	height: 40px;
	background:#f5f5f5;
}

.sptabs .tab_left, .sptabs .tab_right {
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.sptabs .tab_left{
	background: url(../images/prev.png) no-repeat 50% 50%;
}
.sptabs .tab_left_active{
background: url(../images/prev-h.png) no-repeat 50% 50%;
}
.sptabs .tab_right{
background: url(../images/next.png) no-repeat 50% 50%;
}
.sptabs .tab_right_active{
background: url(../images/next-h.png) no-repeat 50% 50%;
}

.sptabs .tab {
	padding: 0 16px;
	height: 40px;
	float: left;
	line-height: 40px;
	font-size: 12px;
	text-transform:uppercase;
	cursor: pointer;
}

div.sptabs .tab {
color: #666;
}
div.sptabs .tab_over,div.sptabs .active {
	color: #fff;
	background:#333;
}