/**
 * @package Xpert Tabs
 * @version 3.7
 * @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/
 */

/* Import common css */
@import "common.css";
/*Tab Styling*/
.txtabs-wrap.style1 {
	border: 1px solid #E2E7F2; /*#DCDCDC;*/
	background: #E2E7F2; /*#c6ccdc;*/
}
.style1 .txtabs-nav {
	background: #fff;
}
.style1 .txtabs-nav.top {
	border-bottom: 1px solid #b0b7cb;
}
.style1 .txtabs-nav li a, .style1 .txtabs-nav li.last.active a {
	border-right: 1px solid #E2E7F2; /*#DCDCDC;*/
	border-left: 1px solid #E2E7F2; /*#DCDCDC;*/
	border-top: 1px solid #E2E7F2; /*#DCDCDC;*/
	color: #5c5c5c;
}
.style1 .txtabs-nav li.last a {
	border-right: 1px solid #E2E7F2; /*#DCDCDC;*/
	border-left: 1px solid #E2E7F2; /*#DCDCDC;*/
	border-top: 1px solid #E2E7F2; /*#DCDCDC;*/
	color: #5c5c5c;
}
.style1 .txtabs-nav a:hover {
	color: #5c5c5c;
}
.style1 .txtabs-nav.top li.active {
	color: #5c5c5c;
	background: #E2E7F2; /*#c6ccdc;*/
}
