
#main {position: relative; top: -26px;}
#main .left {}
#main .right {padding-top: 26px;}

/* tabs new */

.tabs_v2_down, .tabs_v2_up {
	-webkit-box-shadow: inset 0px 0px 0px 1px #f5f6f3;
	box-shadow: inset 0px 0px 0px 1px #f5f6f3;
	border: 1px solid #ccc;
	border-bottom: 0px;
	background: #f5f5f5;
	height: 25px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #eaeae4; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaeae4 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeae4), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eaeae4 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eaeae4 0%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eaeae4 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eaeae4 0%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeae4', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
.tabs_v2_down {width: 700px;}

.tabs_v2_down_table {width: 700px;}
.tabs_v2_down_table td {text-align: center; line-height: 26px; border-right: 1px solid #ccc; font-size: 13px; font-family: georgia;}
.tabs_v2_down_table td a.innerLink {display: inline-block; height: 25px; width: 100%;}

.tabs_v2_up_table td a.innerLink:hover, .tabs_v2_down_table td a.innerLink:hover {
	-webkit-box-shadow: inset 0px 0px 0px 1px #f5f6f3;
	box-shadow: inset 0px 0px 0px 1px #f5f6f3;
	background: -moz-linear-gradient(top,  #d8d8d6 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d6), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d8d8d6 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d8d8d6 0%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d8d8d6 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d8d8d6 0%,#f5f5f5 100%); /* W3C */
}

.tabs_v2_down_table td.firstTabTd a.innerLink, .tabs_v2_down_table td.firstTabTd a:hover {-webkit-border-top-left-radius: 9px;-moz-border-radius-topleft: 9px;border-top-left-radius: 9px;}
.tabs_v2_down_table td.lastTabTd {border-right: 0px;}
.tabs_v2_down_table td.lastTabTd a.innerLink, .tabs_v2_down_table td.lastTabTd a:hover {-webkit-border-top-right-radius: 9px;-moz-border-radius-topright: 9px;border-top-right-radius: 9px;}
.tabs_v2_down_table td.activeTabTd a.innerLink,
.tabs_v2_up_table td.activeTabTd a.innerLink {color: #e34e42;}
.tabs_v2_down_table td div.tab_arrow_con {position: relative; margin: 0px auto; width: 100%;}
.tabs_v2_down_table td div.tab_arrow {top: -1px; left:0px; display: none; width: 100%;}
.tabs_v2_down_table td.activeTabTd div.tab_arrow {display: block;}

table.tabs_v2_up_container {width: 700px; border-collapse: collapse;}
table.tabs_v2_up_container .tabs_v2_up {float: right; margin-right: 10px;}
.tabs_v2_up_table td {text-align: center; line-height: 26px; border-right: 1px solid #ccc; font-size: 13px; font-family: georgia;}
.tabs_v2_up_table td a.innerLink {display: inline-block; height: 25px;}
.tabs_v2_up_table td,
.tabs_v2_up_table td a.innerLink {width:135px; }
.tabs_v2_up_table td.firstTabTd a.innerLink {-webkit-border-top-left-radius: 9px;-moz-border-radius-topleft: 9px;border-top-left-radius: 9px;}
.tabs_v2_up_table td.lastTabTd {border-right: 0px;}
.tabs_v2_up_table td.lastTabTd a.innerLink {-webkit-border-top-right-radius: 9px;-moz-border-radius-topright: 9px;border-top-right-radius: 9px;}

.tabs_special_red a.innerLink {
	color: #fff;
	-webkit-box-shadow: inset 0px 0px 0px 1px #c74d4d;
	box-shadow: inset 0px 0px 0px 1px #c74d4d;
	background: #d74339; /* Old browsers */
	background: -moz-linear-gradient(top,  #ec8883 0%, #ec8883 3%, #e66b65 7%, #cd382c 55%, #cd382c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec8883), color-stop(3%,#ec8883), color-stop(7%,#e66b65), color-stop(55%,#cd382c), color-stop(100%,#cd382c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ec8883 0%,#ec8883 3%,#e66b65 7%,#cd382c 55%,#cd382c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ec8883 0%,#ec8883 3%,#e66b65 7%,#cd382c 55%,#cd382c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ec8883 0%,#ec8883 3%,#e66b65 7%,#cd382c 55%,#cd382c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ec8883 0%,#ec8883 3%,#e66b65 7%,#cd382c 55%,#cd382c 100%); /* W3C */
	
}
.tabs_v2_up_table td.tabs_special_red a.innerLink:hover {
	-webkit-box-shadow: inset 0px 0px 0px 1px #c74d4d;
	box-shadow: inset 0px 0px 0px 1px #c74d4d;
	background: #d74339; /* Old browsers */
	background: -moz-linear-gradient(top,  #d17875 0%, #d17875 3%, #cc5d59 7%, #cc322c 55%, #cc342c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d17875), color-stop(3%,#d17875), color-stop(7%,#cc5d59), color-stop(55%,#cc322c), color-stop(100%,#cc342c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d17875 0%,#d17875 3%,#cc5d59 7%,#cc322c 55%,#cc342c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d17875 0%,#d17875 3%,#cc5d59 7%,#cc322c 55%,#cc342c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d17875 0%,#d17875 3%,#cc5d59 7%,#cc322c 55%,#cc342c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d17875 0%,#d17875 3%,#cc5d59 7%,#cc322c 55%,#cc342c 100%); /* W3C */
}
.tabs_special_red {border: 0px;}

table.tabs_v2_up_container .market_tab_v2_counter,
table.tabs_v2_up_container .market_tab_v2_counter_2,
table.tabs_v2_up_container .market_tab_v2_counter_3 {
	font-weight: bold; font-family: arial; text-align: center; font-size: 12px; color: #fff !important; line-height: 30px; 
	padding: 0px 0 0 0; margin-left: 7px;
	display: block; position: absolute; top: -33px; z-index: 99; height: 29px; 
	}
	
table.tabs_v2_up_container .market_tab_v2_counter {background: url(http://content.bonuszbrigad.hu/frontend/v1/counters/market_count_bg.png) top center no-repeat; width: 28px; left: -13px !important; padding-right: 2px;}
table.tabs_v2_up_container .market_tab_v2_counter_2 {background: url(http://content.bonuszbrigad.hu/frontend/v1/counters/market_count_bg_2.png) top center no-repeat; width: 36px; left: -13px !important;}
table.tabs_v2_up_container .market_tab_v2_counter_3 {background: url(http://content.bonuszbrigad.hu/frontend/v1/counters/market_count_bg_3.png) top center no-repeat; width: 44px; left: -20px !important;}


.innerLinkSpan {padding: 0px 12px; display: inline-block;}