        
	/*--------------------------------------------------------------
	# Gomuproject - July 2008 (for Joomla 1.5)
	# Copyright (C) 2007-2008 Gavick.com. All Rights Reserved.
	# License: Copyrighted Commercial Software
	# Website: http://www.gavick.com
	# Support: support@gavick.com 
	---------------------------------------------------------------*/
	

/* News Show GK2 
---------------------------------------------------------------*/
table.gk_news_show_table {
	width: 100%;
}
tr:first-child.gk_news_show_tablerow {
	background: none;
}
tr.gk_news_show_tablerow td {
	padding:0;
}
tr.gk_news_show_tablerow td.gk_news_show_panel-border {
	padding: 0 8px 8px;
}
h4.gk_news_show_news_header, h4.gk_news_show_news_header a {
	margin:0 0 8px;
	padding:0;
	color: #000099;
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
}
.gk_news_show_news_info {
	clear: both;
	color: #666;
}
p.gk_news_show_news_text {
	margin-top: 0px;
}
img.gk_news_show_news_image {
	margin-right: 10px;
}
div.gk_news_show_panel {
	display: none;
	padding: 6px 0 0 0;
}
div.gk_news_show_panel_font {
	float: left;
	width: 100px;
	padding: 0;
}
div.gk_news_show_panel_font_path {
	width: 100px;
	height: 6px;
	padding: 0;
	border: 1px solid #EEE;
}
div.gk_news_show_panel_font_knob {
	width: 5px;
	height: 6px;
	padding: 0;
	cursor: pointer;
	font-size: 1px;
	background: #CCC;
}
span.gk_news_show_panel_font_value {
	display:block;
	float:left;
}
div.gk_news_show_panel_amount {
	float: right;
	width: 50px;
	padding: 0;
}
div.gk_news_show_panel_amount_plus, div.gk_news_show_panel_amount_minus {
	width: 12px;
	height: 12px;
	float:left;
	line-height: 12px;
	padding: 0;
	text-align: center;
	cursor: pointer;
	margin-right: 3px;
	border: 1px solid #EEE;
}
span.gk_news_show_panel_amount_value {
	display: block;
	float:left;
	font-size: 10px;
	margin-left: 4px;
}
div.gk_news_show_panel_tools, div.gk_news_show_panel_tools_hidden {
	cursor: pointer;
	padding: 0;
	float:right;
	font-size: 10px;
}
/* Restrictions */
#bottom_wrap a.gk_news_show_news_readmore_inline {
	border: 1px solid #E7E8E6;
	background: url('../images/readmore_arrow.png') no-repeat 90% 52%;
	padding: 1px 25px 1px 10px;
	margin-top: 10px;
	margin-left: 0;
	font-size: 10px;
	text-transform:uppercase;
	color: #000099;
	float: left;
}
#content_wrap h4.gk_news_show_news_header, #content_wrap h4.gk_news_show_news_header a {
	color: #333;
	font-weight: bold;
}
#content_wrap td.gk_news_show_panel-border {
	background: transparent url('../images/dotted_line.png') repeat-x 0 0;
}
.pattern h4.gk_news_show_news_header, .pattern h4.gk_news_show_news_header a {
	color: #fff!important;
}
/* News Image V
---------------------------------------------------------------*/
div.gk_news_image_5_wrapper {
	padding: 0!important;
}
div.gk_news_image_5_text_datas {
	display: none;
}
div.gk_news_image_5_text {
	padding: 8px 20px!important;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gk_news_image_5_text p {
	margin-bottom: 4px;
}

div.gk_news_image_5_tabsbar p.gk_news_image_5_tab_header, div.gk_news_image_5_tab_active p.gk_news_image_5_tab_header {
	padding: 0!important;
	margin: 0;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
}
ul.gk_news_image_5_tabsbar {
	padding: 0;
	overflow: hidden;
	height: 40px;
	width: 5000px;
}
li.gk_news_image_5_tab, li.gk_news_image_5_tab_active {
	padding: 10px 15px 10px 18px;
	margin: 1px 1px 0 0;
	background: url('../images/bg_tab.png');
	width: auto;
	float: left;
	cursor: pointer;
	text-transform:uppercase;
}
li.gk_news_image_5_tab_active {
	background: url('../images/bg_tab_active.png');
}
li.gk_news_image_5_tab span, li.gk_news_image_5_tab_active span {
	background: url('../images/tab_arrow.png') no-repeat 0 50%;
	padding-left: 25px;
	color: #E7E8E6;
	font-size: 10px;
}
li.gk_news_image_5_tab_active span {
	background: url('../images/tab_arrow_active.png') no-repeat 0 50%;
	color: #FFF;
}
li:hover.gk_news_image_5_tab span {
	color: #FFF;
}
div.gk_news_image_5_tabsbar_wrap {
	margin-bottom: 0;
	overflow: hidden;
	float: left;
}
.bottom div.gk_news_image_5_tabsbar_wrap {
	margin-bottom: -9px;
	
} 
div.gk_news_image_5_tabsbar li:first-child {
	margin-left: 1px;
}
div.gk_news_image_5_wrapper h2 {
	font: normal 16px Arial, Helvetica, sans-serif!important;
	padding: 0;
	margin: 0 0 2px;
}
.gk_news_image_5_wrapper a.readon {
	margin: 4px 0 0;	
	font-weight: normal;
	border:1px solid #303030;
}
.gk_news_image_5_json_links {
	display: none;
}
/* IE6 alert
---------------------------------------------------------------*/
#ie6 {
	display: none;
}
