div.gk_tabmods {
	width: 730px;
	background: url(../../../templates/prototype_el/images/tabs_bg_grad.gif) top right no-repeat;
	text-align: right;
}
ul.gk_tabmodsmenu_top {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: url(../../../templates/prototype_el/images/tabs_top_shadow.gif) bottom repeat-x;
	overflow: hidden;
}
ul.gk_tabmodsmenu_top li {
	float: left;
	background: #FFF;
	cursor: pointer;
	margin: 0 8px -1px 0;
	/*border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	/*padding: 2px 7px;*/
	line-height: 21px;
	position: relative;
}
ul.gk_tabmodsmenu_top li.active {
	/*background-color: #F7F7F7;
	border-bottom: 1px solid #F7F7F7;*/
}

ul.gk_tabmodsmenu_top li span.tableft1 {
	background: url(../../../templates/prototype_el/images/tab_manifest_left.gif) 0 100% no-repeat;
	display: block;
	float: left;
	width: 36px;
	line-height: 32px;
}

ul.gk_tabmodsmenu_top li span.tabmiddle {
	background: url(../../../templates/prototype_el/images/tab_middle_bg_inactive.gif) 0 0 repeat-x;
	display: block;
	float: left;
	line-height: 32px;
	padding: 0px 15px 0px 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

ul.gk_tabmodsmenu_top li span.tabright {
	background: url(../../../templates/prototype_el/images/tab_right_inactive.gif) 0 0 no-repeat;
	display: block;
	float: left;
	line-height: 32px;
	width: 4px;
}

ul.gk_tabmodsmenu_top li.active span.tableft0 {
	background: url(../../../templates/prototype_el/images/tab_news_left.gif) 0 0 no-repeat;
	display: block;
	float: left;
	width: 37px;
	line-height: 32px;
}

ul.gk_tabmodsmenu_top li span.tableft0 {
	background: url(../../../templates/prototype_el/images/tab_news_left.gif) 0 100% no-repeat;
	display: block;
	float: left;
	width: 37px;
	line-height: 32px;
}

ul.gk_tabmodsmenu_top li.active span.tableft2 {
	background: url(../../../templates/prototype_el/images/tab_publicity_left.gif) 0 0 no-repeat;
	display: block;
	float: left;
	width: 36px;
	line-height: 32px;
}

ul.gk_tabmodsmenu_top li span.tableft2 {
	background: url(../../../templates/prototype_el/images/tab_publicity_left.gif) 0 100% no-repeat;
	display: block;
	float: left;
	width: 36px;
	line-height: 32px;
}

ul.gk_tabmodsmenu_top li.active span.tableft1 {
	background: url(../../../templates/prototype_el/images/tab_manifest_left.gif) 0 0 no-repeat;
	display: block;
	float: left;
	width: 36px;
	line-height: 32px;
}

ul.gk_tabmodsmenu_top li.active span.tabmiddle {
	background: url(../../../templates/prototype_el/images/tab_middle_bg_active.gif) 0 0 repeat-x;
	display: block;
	float: left;
	line-height: 32px;
	padding: 0px 15px 0px 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

ul.gk_tabmodsmenu_top li.active span.tabright {
	background: url(../../../templates/prototype_el/images/tab_right_active.gif) 0 0 no-repeat;
	display: block;
	float: left;
	line-height: 32px;
	width: 4px;
}

ul.gk_tabmodsmenu_down {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.gk_tabmodsmenu_down li {
	float: left;
	background: #FFF;
	cursor: pointer;
	margin: 0 -1px 0 0;
	border: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 2px 7px;
	line-height: 21px;
	position: relative;
	top: -1px;
}
ul.gk_tabmodsmenu_down li.active {
	background-color: #F7F7F7;
	border-top: 1px solid #F7F7F7;
}
div.gk_tabmods_container {
	clear: both;
	overflow: hidden;
	border: 1px solid #e2e2e0;
	border-top: none;
	background-color: #FFF;
	padding: 10px;
	text-align: left;
}
div.gk_tabmods_item {
	display: none;
}

