/*--------------------------------------------------------------
# ILife - September 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 GK3 
---------------------------------------------------------------*/

h4.gk_news_show_news_header,
h4.gk_news_show_news_header a {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 2px!important;
}
p.gk_news_show_news_info {
	color: #666;
}
table.gk_news_show_table {
	width: 100%;
}
td.gk_news_show_center img {
	margin-right: 6px;
	border: 1px solid #eee;
	padding: 3px;
}
td.gk_news_show_panel-border {
	border-top: 1px solid #eee!important;
}
td.gk_news_show_tablerow_bottom p {
	font-weight: bold;
}
td.gk_news_show_tablerow_bottom p a {
	font-weight: normal;
}
td.gk_news_show_center,
td.gk_news_show_left,
td.gk_news_show_right {
	border-bottom: 1px solid #fff;
	padding-top: 4px;
}
/* Restrictions */

div#bottom_wrap td.gk_news_show_center,
div#bottom_wrap td.gk_news_show_left,
div#bottom_wrap td.gk_news_show_right {
	border: none;
}
/* News Image I
---------------------------------------------------------------*/
div.gk_news_image_1_interface_buttons {
	background: url('../images/news_image_interface_bg.png') no-repeat 0 0;
}
a.gk_news_image_1_prev {
	background: url('../images/b_prev.png') no-repeat 0 50%;
}
a.gk_news_image_1_next {
	background: url('../images/b_next.png') no-repeat 0 50%;
}
a.gk_news_image_1_play {
	background: url('../images/b_play.png') no-repeat 0 50%;
}
a.gk_news_image_1_pause {
	background: url('../images/b_pause.png') no-repeat 0 50%;
}
a:hover.gk_news_image_1_next,
a:hover.gk_news_image_1_prev,
a:hover.gk_news_image_1_play,
a:hover.gk_news_image_1_pause {
	background-position: 100% 50%;
}
div.gk_news_image_1_preloader {
	background: #FF7400 url('../images/load.gif') no-repeat center center;
}
ul.gk_news_image_1_tick_buttons li {
	border: none;
}
div.gk_news_image_1_text h2 a {
	background: #ff7400;
	padding:0 2px;
}
/* Highlighter Module 
--------------------------------------------------------------------------------*/
.gk_news_highlighter {
	margin: 0px 0 0 0;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border: none;
	background: #C2EA37;
	overflow: hidden;
	position: relative;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #79B603;
}
.gk_news_highlighter a {
	color: #fff!important;
}
.gk_news_highlighter a:hover {
	color: #fff;
	text-decoration: none;
}
.gk_news_highlighter_item {
	width: auto;
	padding-left: 20px;
	background: #C2EA37;
	position: absolute;
}
.gk_news_highlighter_title {
	font-weight: normal;
	border-left: 1px dotted #AAA;
	padding: 0 5px;
	background: #79B603;
	color: #fff;
}
.gk_news_highlighter_desc {
	font-size: 10px;
	padding-right: 5px;
	color: #659901;
}
.gk_news_highlighter_desc:hover {
	color: #4b7201;
}
/* Tabmix Module 
--------------------------------------------------------------------------------------*/
div.gk1_tabmix-style1 {
	position: relative;
}
div.gk1_tabmix_wrap-style1 {
	margin: 0 auto;
}
h4.gk_tabmix_gk1_news_header {
	font-size: 11px;
}
div.gk1_tabmixmenu-style1 {
	overflow:hidden;
}
ul.gk1_tabmixmenu_ul-style1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.gk1_tabmixmenu_ul-style1 li {
	float: left;
	cursor: pointer;
	margin: 0 3px 8px 0;
	border:none;
	background: #ff7400;
	position: relative;
	padding: 0;
}
ul.gk1_tabmixmenu_ul-style1 li span {
	background: none;
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-transform:none;
}
ul.gk1_tabmixmenu_ul-style1 li.active span {
	background: #79B603;
	color: #fff;
}
div.gk1_tabmix_container0-style1 {
	clear: both;
}
div.gk1_tabmix_container1-style1 {
	overflow: hidden;
}
div.gk1_tabmix_item-style1 {
	float: left;
	overflow: hidden;
	padding: 0;
	background: #fff;
}
.gk1_tabmix_item_space {
	margin:10px;
}
div.gk1_tabmix_button_next-style1,
div.gk1_tabmix_button_prev-style1 {
	width: 24px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	top: 43%;
	right: 0;
}
div.gk1_tabmix_button_prev-style1 {
	left: 0;
	right:inherit;
}
/* IE6 alert
---------------------------------------------------------------*/

#ie6 {
	display: none;
}
/* Login Form */
input#modlgn_username,
input#modlgn_passwd {
	width: 230px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #ddd;
}
p#form-login-username label,
p#form-login-password label {
	font: normal 12px Geneva, Arial, Helvetica, sans-serif;
	color: #ff7400;
}
p#form-login-username br,
p#form-login-password br {
	margin-bottom: 10px;
}
form#form-login ul li {
	line-height: 120%;
}
form#form-login ul li a {
	color: #659901;
}
