/*
Tab control
------------------------------------------------------------------
*/

.kb_tabcontrol
{ margin-top: 10px; }

	.kb_tabcontrol .tab_strip
	{ list-style-type: none; margin: 0 0 -1px 0 !important; overflow: hidden; padding-top: 10px; position: relative; z-index: 10; }

		.kb_tabcontrol .tab_strip li
		{ background-image: none !important; float: left; padding: 0 !important; }

			.kb_tabcontrol .tab_strip li a,
			.kb_tabcontrol .tab_strip li a:active
			{ background-color: #eef7ff; border: 1px solid #b7dbff; color: #aaa; display: block; float: left; font-weight: bold; height: 10px; margin-bottom: -3px; margin-right: 5px; padding: 3px 10px 7px 10px; }

			.kb_tabcontrol .tab_strip li a:hover
			{ background-color: #fff; color: #c66; text-decoration: none; }

			.kb_tabcontrol .tab_strip li a.active,
			.kb_tabcontrol .tab_strip li a.active:hover
			{ background-color: #fff; border-bottom-color: #fff; color: #c00; height: 13px; margin-bottom: 0; margin-top: -3px; padding: 5px 10px; }

	.kb_tabcontrol .tab_content
	{ border: 1px solid #b7dbff; margin-top: 0; padding: 10px; }

	.kb_tabcontrol hr
	{ visibility: hidden; }
