﻿/* TAB addon styles */



/* CONTENT */

/*.jstTBcontentBox
{
		background-color:rgba(0, 0, 0, 0.35);
		filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#59000000', EndColorStr='#59000000');
		-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#59000000', EndColorStr='#59000000')";
		zoom:1;
		margin: 10px 10px 0px 10px;
		padding: 5px 5px 5px 5px;
}*/


.jstTBtable
{
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0px;
	margin: 13px 13px 13px 13px;
}

.jstTBtable td
{
	border: 0px;
}

.jstTBtable .jstTBtablecell1 { width: 10px; height: 10px; background: url("/Images/Carousel/TabBar/corners.png") 0px 0px no-repeat; }
.jstTBtable .jstTBtablecell3 { width: 10px; height: 10px; background: url("/Images/Carousel/TabBar/corners.png") -10px 0px no-repeat; }
.jstTBtable .jstTBtablecell7 { width: 10px; height: 10px; background: url("/Images/Carousel/TabBar/corners.png") 0px -10px no-repeat; }
.jstTBtable .jstTBtablecell9 { width: 10px; height: 10px; background: url("/Images/Carousel/TabBar/corners.png") -10px -10px no-repeat; }


* html .jstTBtable .jstTBtablecell1 {background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/Carousel/TabBar/corner1.png'); }
* html .jstTBtable .jstTBtablecell3 {background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/Carousel/TabBar/corner2.png'); }
* html .jstTBtable .jstTBtablecell7 {background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/Carousel/TabBar/corner3.png'); }
* html .jstTBtable .jstTBtablecell9 {background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/Carousel/TabBar/corner4.png'); }

.jstTBtable .jstTBtablecell2,
.jstTBtable .jstTBtablecell4,
.jstTBtable .jstTBtablecell5,
.jstTBtable .jstTBtablecell6,
.jstTBtable .jstTBtablecell8 {
		background: url(/Images/Carousel/TabBar/background.png);
}

* html .jstTBtable .jstTBtablecell2,
* html .jstTBtable .jstTBtablecell4,
* html .jstTBtable .jstTBtablecell5,
* html .jstTBtable .jstTBtablecell6,
* html .jstTBtable .jstTBtablecell8 {
	background: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/Carousel/TabBar/background.png',sizingMethod='scale');
}


.jstTBcontentText
{
		font-size: 8pt;
	  margin: 4px 0px 3px 0px;
}

.jstTBcontent h2
{
		float: none !important;
		width: auto !important;
    font-size: 14pt !important;
    color: #fff !important;
    font-weight: bold !important;
    margin: 0px 0px 3px 0px;
    padding: 0 !important;
}
.jstTBcontent h3
{
		float: none !important;
		width: auto !important;
    font-size: 14pt !important;
    color: #fff !important;
    font-weight: bold !important;
    margin: 4px 0px 3px 0px;
    padding: 0 !important;
}
.jstTBcontent ul
{
    margin: 0px; padding: 0px;
    list-style: none;
    margin: 4px 0px 3px 0px;
}

.jstTBcontent ul li
{
    margin:0; padding: 0px 0px 2px 10px;
    list-style: none;
    background: url("/Images/Carousel/TabBar/list-items.gif") 0px 7px no-repeat;
}




/* BUTTON */

ul.tabButton 
{
	list-style: none;
	width: 100%;
	margin-left: 10px;
  position: absolute;
  bottom: 15px;
}

.tabButton li.button
{
	display: inline;
	background: none !important;
}

.tabButton li.button a
{
    color: #fff !important;
    font-weight: bold;
    font-size: 8pt;
    padding: 2px 5px 2px 8px;
    margin: 4px 0px 4px 0px;
    background: url("/Images/Carousel/TabBar/button-left.gif") top left no-repeat;
    text-decoration: none;
    zoom: 1; /*IE Hack!*/
    cursor: pointer;
}

.tabButton li.button a:visited, .tabButton li.button a:hover, .tabButton li.button a:visited
{
    color: #fff !important;
    text-decoration: none !important;
}

* html .tabButton li.button a
{
    padding: 0px 5px 0px 6px;
}

*:first-child+html .tabButton li.button a
{
    padding: 0px 5px 0px 6px;
}

.tabButton li.button a span
{
    background: url("/Images/Carousel/TabBar/button-right.gif") top right no-repeat;
    padding: 2px 10px 2px 2px;
    zoom: 1; /*IE Hack!*/
    position: relative; /*IE Hack!*/
}

* html .tabButton li.button span
{
    padding: 2px 8px 2px 2px;
}

*:first-child+html .tabButton li.button span
{
    padding: 2px 8px 2px 2px;
}

.tabButton li.button img.icon
{
	vertical-align: bottom;
	margin: 0 4px 0 0;
	padding: 0px;
}


/* BORDER */

.borderContainer01
{
    background: url("/Images/Carousel/border-style-01-left.gif") top left no-repeat;
    padding-left: 9px;
}
.borderContainer01Width
{
	width: 455px;
}
.borderContainer01 .innerBorderContainer
{
    background: url("/Images/Carousel/border-style-01-right.gif") top right no-repeat;
    padding: 8px 9px 10px 0px;
}


/* CAROUSEL */

.jstTabBar
{
    overflow: hidden;
    position: relative;
    height: 214px;
}

.jstTabBar .jstTBsection
{
    position: absolute;
}

.jstTabBar .vertical
{
    display: block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    writing-mode: tb-rl;
    top: 0; left: 0;
    white-space: nowrap;
}

.jstTabBar .jstTBtitle
{
    position: absolute;
    width: 39px;
    background: #000 url("/Images/Carousel/TabBar/bg-tab.gif") top left repeat-y;
}

.jstTabBar .jstLastClicked .jstTBtitle
{
    background: #000 url("/Images/Carousel/TabBar/bg-tab-selected.gif") top left repeat-y;
}

.jstTabBar .jstTBtitle a
{
		outline: 0px;
    display: block;
    text-decoration: none;
    height: 204px;
    color: #fff;
    font-size: 10pt;
    font-weight: bold;
    line-height: 39px;
    background: url("/Images/Carousel/TabBar/arrow-closed.gif") 15px 185px no-repeat;
    margin-top: 10px;
    cursor: pointer;
}

.jstTabBar .jstTBtitle a:visited, .jstTabBar .jstTBtitle a:hover, .jstTabBar .jstTBtitle a:active
{
    color: #fff;
    text-decoration: none;
}

.jstTabBar .jstLastClicked .jstTBtitle a
{
    background: url("/Images/Carousel/TabBar/arrow-open.gif") 15px 185px no-repeat;
}
.jstTabBar .jstTBcontent
{
		font-size: 100%;
    position: absolute;
    left: 39px;
    height: 214px;
    color: #fff;
    background-color: #999 !important;
}

.jstTabBar .jstTBcontentWidth
{
    width: 297px;
}
