/* ========================  ======================== */
/* ------------------------  ------------------------ */
/* ........................  ........................ */



/* ------------------------ module_tab ------------------------ */

.module_tab4col {
	overflow: hidden;
	background-image: none;
	background-color: transparent;
}

.module_tab4col .tabHead {
	overflow: hidden;
	position: relative;
}

.module_tab4col .tabHead_sI1 {
	width: 5px;
	padding: 5px 0px;
	font-size: 1.2em;
	float:left;
	background-image: url(/images/layout/tab_page_left.gif);
	background-position: top left;
	background-repeat: no-repeat; 
	position: relative;
	z-index: 350; 
}

.module_tab4col .tabHead_decoration {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	z-index: 310;
	background-color: #b8c5ce;
	background-image: url(/images/layout/tab_page_right.gif);
	background-position: top right;
	background-repeat: no-repeat; 
	padding: 5px 0px;
	font-size: 1.2em;
}

.module_tab4col h4 {
	background-color: #b8c5ce;
	background-image: url(/images/layout/tab_page_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-right: 3px solid #fff;
	cursor: pointer;
	padding-left: 5px;
	font-size: 1.2em;
	position: relative;
	z-index: 350;
}

.module_tab4col h4 span {
	display: block;
	background-image: url(/images/layout/tab_page_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 5px 10px 5px 5px;
	white-space: nowrap;
}

.module_tab4col h4.selected {
	background-color: #ffffff;
	background-image: url(/images/layout/tab_page_selected_left.gif);
}

.module_tab4col h4.selected span {
	background-image: url(/images/layout/tab_page_selected_right.gif);
}


.tabSection {
	clear: both;
}

.tabSection b.nW,
.tabSection b.nE {
	display: none;
}

.tabSection b.sE {
	background-image: url(/images/layout/crnr4x4_border_sE.png);
}

.tabSection b.sW {
	background-image: url(/images/layout/crnr4x4_border_sW.png);
}

.tabs_JS .tabContent {
	border-top: 0px;
	margin-bottom: 0px;
}




/* ........................ Tab Content  ........................ */


.tabContent {
	clear: both;
	background-image: url('/images/layout/tabContentBg.gif'); 
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 8px;
	position: relative;
	border: 1px solid #dcdcdc;
	border-top: 0px;
}

.tabContent_sI1 {
	overflow: hidden;
	width: 100%;
}

.module_tab4col .tabContent_sI2 {
	width: 25000px;
	padding: 0px 10px 0px 0px;
	overflow: hidden;
	background-image: url(/images/layout/4col_itemborder.gif);
	background-position: 0px 10px;
	background-repeat: repeat-x;
}



.module_tab4col .tabContentItem {
	float: left;
	width: 212px;
	margin: 0px;
	text-decoration: none;
	color: #333;
	position: relative;
	padding: 10px;
	background-position: left bottom;
	background-repeat: no-repeat;
	
	zoom:1;
}


.module_tab4col .tabContentItem h5 {
	font-size: 1.2em;
	display: block;
}

.module_tab4col .tabContentItem .text {

}

.module_tab4col .tabContentItem strong {

}


.module_tab4col .tabContentItem .tab4Col_instr {
	padding-top: 10px;
	background-image: url(/images/layout/4col_instr_top.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.module_tab4col .tabContentItem .tab4Col_instr .sI1 {
	padding: 0px 10px 10px 10px;
	background-image: url(/images/layout/4col_instr_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.module_tab4col .tabContentItem blockquote {
	margin-bottom: 0.5em;
	font-style: italic;
}


/* ........................ single tab ........................ */

.tabs_single .tabHead_sI1 {
	padding: 0px;
	float: none;
}

.tabs_single .tabHead h4 {
	border-right: 0px;
	cursor: auto;
}

.tabs_single .tabHead .tabHead_sI1,
.tabs_single .tabHead .tabHead_decoration {
	display: none;
}


/* ........................ 2-4 tabs ........................ */

.tabs_lessThanFive {
	
}

.tabs_lessThanFive h4 {
	float: left;
}

.tabs_lessThanFive h4 span {
	width: 163px;
}


/* ........................ 5 tabs ........................ */

.tabs_five .tabHead_sI1 {
	padding: 0px;
	float: none;
}

.tabs_five h4 {
	float: left;
}

.tabs_five h4 span {
	width: 163px;
}

.tabs_five h4.last-child {
	border-right: 0px;
}

.tabs_five h4.last-child span {
	width: 158px;
	background-position: 0px 0px;
}

.tabs_five .tabHead .tabHead_sI1,
.tabs_five .tabHead .tabHead_decoration {
	display: none;
}

/* ........................ 5+ tabs ........................ */

.tabs_moreThanFive .tabHead {
	background-color: #fff;
	background-image: none;
}

.tabs_moreThanFive .tabHead_sI1 {
	padding: 0px;
}

.tabs_moreThanFive h4 {
	float: left;
}
