/**
 * @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:#e2e3e7;color:#555;}

.style2.xt-wrapper .xt-pane{
    padding:5px;
    background: #E7E8EB; /* Old browsers */
background: -moz-linear-gradient(top, #EAEBEE 0%, #DDDFED 82%, #a7abd0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E7E8EB), color-stop(82%,#DDDFED), color-stop(100%,#a7abd0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #EAEBEE 0%,#DDDFED 82%,#a7abd0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4f5c6a 0%,#E7E8EB 82%,#a7abd0 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #4f5c6a 0%,#E7E8EB82%,#a7abd0 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E7E8EB', endColorstr='#D8DAEA',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #E7E8EB 0%,#404256 82%,#a7abd0 100%); /* W3C */
    color: #555555;
}