/*----------------- default for all tabs -------------------*/ 
ul.tab-content-title					{ list-style-type:none; margin:0; padding:0; }

/*----------------- tab-content -------------------*/ 
.tab-content							{ clear:both; margin-top:20px; padding-top:10px; }
.tab-content-tab						{ 
	.tab-li								{ cursor:pointer; 
		&.tab-hide						{ display:none; }
	}
	.tab-content-title					{ 
		> li > a						{ background-color:#F2F2F2; border-color:#E2E2E2; border-style:solid solid none; border-width:1px 1px medium; color:#666; display:block; font-size:12px; font-weight:400; padding:10px 20px 9px; text-decoration:none; width:auto; }
		li.selected a					{ background-color:#FFF; border-bottom:1px solid #FFF; color:#666; margin-bottom:-1px; }
	}
}
.tab-content-title >					{ 
	.tab-li, .tab-content-text			{ list-style-type:none; margin-left:0; }
}
.tab-content-static .tab-content-title	{ border-top:1px solid #E2E2E2; font-family:Helvetica,Geneva,Arial,SunSans-Regular,sans-serif; font-weight:700; font-size:13px; }

/*----------------- pgtabs -------------------*/ 
.pg-tabs.tab-content-tab				{ 
	.tab-content-title					{ display:table; 
		> li							{ background-image:none; display:table-cell; line-height:12px; margin:0; padding:0 5px 0 0; 
			&.tab-hide					{ display:none; }
		}
	}
	.tab-content-text					{ border-bottom:1px solid #E2E2E2; border-left:1px solid #E2E2E2; border-right:1px solid #E2E2E2; padding:10px; }
}

/*----------------- accordion -------------------*/ 
.pg-accordion							{ 
	&.tab-content-tab					{ 
		.tab-content-text				{ border-bottom:1px solid #E2E2E2; border-left:1px solid #E2E2E2; border-right:1px solid #E2E2E2; padding:10px; }
		.tab-li							{ 
			span						{ background:url(/modules/product/media/arrowDown.png) no-repeat; float:right; margin-top:8px; height:8px; width:21px; }
			&.selected span				{ background:url(/modules/product/media/arrowUp.png) no-repeat; }
		}
	}
	.tab-content-title					{ border-bottom:1px solid #E2E2E2; }
}

/*----------------- sidetabs -------------------*/ 
.pg-sidetab								{ display:table; width:100%; border-bottom:1px solid #E2E2E2; border-right:1px solid #E2E2E2; border-top:1px solid #E2E2E2; padding:0; 
	.tab-content-title					{ white-space:pre-line; display:inline-block; margin-top:-1px; }
	.tab-li								{ width:100%; white-space:pre-line; display:inline-block; 
		.tab-li-a						{ white-space:nowrap; }
	}
	.pg-sidetab-tabs					{ display:table-cell; vertical-align:top; width:50px; border-left:1px solid #E2E2E2; border-right:1px solid #E2E2E2; }
	.pg-sidetab-content					{ display:table-cell; float:left; padding:10px; }
}

/*----------------- sitemap -------------------*/ 
.pg-sitemap								{ 
	a									{ text-decoration:none; }
	ul li								{ list-style:none; }
	> ul								{ column-count:2; column-gap:10px; 
		> li > a						{ font-weight:700; }
	}
}
@media (max-width: 767px)				{ 
	.pg-sitemap > ul					{ column-count:1; }
}