/**
 * @package Xpert Tabs
 * @version 2.1
 * @author ThemeXpert http://www.themexpert.com
 * @copyright Copyright (C) 2009 - 2011 ThemeXpert
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 *
 * Gradient Generated by: http://www.colorzilla.com/gradient-editor/
 */

/*Clear Float*/
.clear {clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}

/*Basic Tab Settings*/
.style2 .xt-nav ul{list-style:none;margin:0;padding:0;height:32px;}
.style2 .xt-nav ul li{float:left;padding: 0;margin: 0}
.style2 .xt-nav ul li a{display:block;;padding:6px 15px;text-decoration:none;font-weight:bold;margin-right:2px;height:20px;font-size:13px}
.style2 .xt-pans .xt-pane{display:none;height:auto;}

/*Prev and Next button*/
.style2 .backward, .style2 .forward{ float:left;}

/*Tab Styling*/
.style2.xt-wrapper{}
.style2 .xt-nav{}
.style2 .xt-nav ul{}
.style2 .xt-nav ul li a{
    background-color: #89A;
    color: #fff;
}
.style2 .xt-nav ul li.last a{border-right:none}
.style2 .xt-nav a:hover{background: #678}
.style2 .xt-nav a.current{background-color:#4F5C6A;color:#fff;}

.style2.xt-wrapper .xt-pane{
    padding:10px;
    background: #4f5c6a; /* Old browsers */
background: -moz-linear-gradient(top, #4f5c6a 0%, #404256 52%, #2d313d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f5c6a), color-stop(52%,#404256), color-stop(100%,#2d313d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4f5c6a 0%,#404256 52%,#2d313d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4f5c6a 0%,#404256 52%,#2d313d 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #4f5c6a 0%,#404256 52%,#2d313d 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4F5C6A', endColorstr='#2D313D',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #4f5c6a 0%,#404256 52%,#2d313d 100%); /* W3C */
    color: #fff;
}