/**
 * @version		1.3
 * @package		SimpleTabs
 * @author    Fotis Evangelou - http://nuevvo.com/labs/simpletabs
 * @copyright	Copyright (c) 2009-2011 Fotis Evangelou / Nuevvo Webware Ltd. All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */

.tab_home ul.simpleTabsNavigation {
	float: left;
	width: 100%;
	height: 30px;
	margin-bottom: 15px;
	background: url(../Images/main-block-bg.png) 0 0 repeat-x;
	text-align:left;
}
.tab_home ul.simpleTabsNavigation li {
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
	position: relative
}
.tab_home ul.simpleTabsNavigation li a {
	display: inline-block;
	padding:7px 15px;
	background:#dedede;
	font-size:12px;
	text-decoration:none;
	text-transform: uppercase;
	font-weight: 700
}
.tab_home ul.simpleTabsNavigation li a.current:after, .tab_home ul.simpleTabsNavigation li a:hover:after {
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	right: 30px;
	top: 22px;
	z-index: 100;
	border-style: solid;
	border-width: 9px 8px 0 10px;
	border-color: #0101be transparent transparent
}
.tab_home ul.simpleTabsNavigation li a.current, .tab_home ul.simpleTabsNavigation li a:hover {
	background: #0000cc; /* Old browsers */
	background: -moz-linear-gradient(top, #0000cc 0%, #0101be 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0000cc), color-stop(100%, #0101be)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0000cc 0%, #0101be 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0000cc 0%, #0101be 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0000cc 0%, #0101be 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0000cc 0%, #0101be 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000cc', endColorstr='#0101be', GradientType=0 ); /* IE6-9 */
	color: #FFFFFF
}
div.simpleTabsContent {
	padding:5px 0;
	margin: 10px 0;
	display:none;
}
div.simpleTabsContent.currentTab {
	display:block;
}
/*Tab Detail Products*/
.tab_detail_product ul.simpleTabsNavigation {
	float: left;
	width: 100%;
	height: 30px;
	text-align:left;
}
.tab_detail_product ul.simpleTabsNavigation li {
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
	position: relative
}
.tab_detail_product ul.simpleTabsNavigation li a {
	display: inline-block;
	line-height: 30px;
	padding:0 20px;
	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top, #eaeaea 0%, #ebebeb 42%, #ebebeb 73%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gr40adient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(42%, #ebebeb), color-stop(73%, #ebebeb), color-stop(100%, #e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eaeaea 0%, #ebebeb 42%, #ebebeb 73%, #e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eaeaea 0%, #ebebeb 42%, #ebebeb 73%, #e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eaeaea 0%, #ebebeb 42%, #ebebeb 73%, #e2e2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eaeaea 0%, #ebebeb 42%, #ebebeb 73%, #e2e2e2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#e2e2e2', GradientType=0 ); /* IE6-9 */
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 14px;
	color: #313131;
	text-decoration:none;
}
.tab_detail_product ul.simpleTabsNavigation li a.current, .tab_detail_product ul.simpleTabsNavigation li a:hover {
	background: #328444; /* Old browsers */
	background: -moz-linear-gradient(top, #328444 0%, #257436 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #328444), color-stop(100%, #257436)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #328444 0%, #257436 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #328444 0%, #257436 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #328444 0%, #257436 100%); /* IE10+ */
	background: linear-gradient(to bottom, #328444 0%, #257436 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#328444', endColorstr='#257436', GradientType=0 ); /* IE6-9 */
	color: #FFFFFF
}
.tab_detail_product .simpleTabsContent {
	clear: both;
	border: 1px solid #b8b8b8;
	padding: 15px
}
