/* CSS */

div#gk_wrapper{
	margin: 0 auto;
}
	div#gk_header{
		/* margin: 0 auto; */
	}
	div#gk_mainbody{
		/* margin: 0 auto; */
		position:relative;
	}
		div#gk_mainbody_wrap{}
			div#gk_left{}
				div#gk_left_wrap{}
					div#left_top{}
					div#left_col{}
						div#left_one{
							float:left;
						}
						div#left_two{
							float:left;
						}
					div#left_bottom{}
			div#gk_content{}
				div#gk_content_top{}
					
				div#gk_content_wrap{}
					div#inset_left{
						float:left;
					}
						div#inset_left_wrap{}
					div#gk_current{
						float:left;
					}
						div#gk_current_wrap{}
							div#current_top{}
							
							div#component_wrap{}
								div#component{margin-top: 6px;}
								div#mainbody{}
								
							div#current_bottom{}
							
					div#inset_right{
						float:left;
					}
						div#inset_right_wrap{}
							
				div#gk_content_bottom{}
					
			div#gk_right{}
				div#gk_right_wrap{}
					div#right_top{}
					div#right_col{}
						div#right_one{
							float:left;
						}
						div#right_two{
							float:left;
						}
						
					div#right_bottom{}	
						
	div#gk_bottom{
		/* margin: 0 auto; */
	}
		div#gk_bottom1{}
		div#gk_bottom2{}
		
	div#gk_footer{
		/* margin: 0 auto; */
	}
		div#footer_menu{}
		div#informations{}

/* skeletons */
/* left */
.left_column div#gk_left{
	float:left;
}
.left_column div#gk_content{
	float:right;
}
/* right */
.right_column div#gk_right{
	float:right;
}
.right_column div#gk_content{
	float:left;
}
/* both */
.both_columns div#gk_left{
	float:left;
}
.both_columns div#gk_right{
	float:left;
}
.both_columns div#gk_content{
	float:left;
}

/* two columns left */
.two_columns_left div#gk_left{
	float:left;
}
.two_columns_left div#gk_right{
	float:left;
}
.two_columns_left div#gk_content{
	float:right;
}

/* two columns right */
.two_columns_right div#gk_left{
	float:left;
}
.two_columns_right div#gk_right{
	float:right;
}
.two_columns_right div#gk_content{
	float:left;
}
	
/* additional classes */
.column{}
.module_wrap{}
.users_wrap{}
.helper{
	float:left;
}
/* module dimensions */
.us_width{
	float:left;
}

.us_width-100 { width:100%;  }
.us_width-50  { width:50%;   }
.us_width-33  { width:33.3%; }
.us_width-25  { width:25%;   }
.us_width-20  { width:20%;   }
.us_width-16  { width:16.6%; }
.us_width-14  { width:14.2%; }
.us_width-12  { width:12.5%; }
/*--------------------------------------------------------------
# The World News - December 2009 (for Joomla 1.5)
# Copyright (C) 2007-2009 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com  
---------------------------------------------------------------*/

/* 
 * Eric Meyer's universal set of reset styles (http://meyerweb.com/eric/tools/css/reset/)
 */
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* 
 * remember to define focus styles! 
 */
 
:focus {
	outline: 0;
}
/* 
 * remember to highlight inserts somehow! 
 */
 
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* 
 * tables still need 'cellspacing="0"' in the markup 
 */
 
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 
 * ||| set of clearing floats |||
 */
 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clr {
	font-size : 1px;
}
/* 
 * Hides from IE-mac 
 */
 
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}
/* 
 * End hide from IE-mac 
 */

/* 
 * popup
 */
 
.gk_popup {
	display:none;
	position:fixed;
	z-index:10000000;
}
.gk_popup_wrap {
	width:100%;
	overflow:hidden;
	position:relative;
}
.gk_popup_close {
	width:30px;
	height:30px;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
}
.gkp_tl {
	width:20px;
	height:20px;
	float:left;
}
.gkp_t {
	height:20px;
	float:left;
}
.gkp_tr {
	width:20px;
	height:20px;
	float:left;
}
.gkp_ml {
	clear:both;
	width:20px;
	float:left;
}
.gkp_m {
	overflow:hidden;
	float:left;
}
.gkp_mr {
	width:20px;
	float:left;
}
.gkp_bl {
	clear:both;
	width:20px;
	height:20px;
	float:left;
}
.gkp_b {
	height:20px;
	float:left;
}
.gkp_br {
	width:20px;
	height:20px;
	float:left;
}
.popup_padding {
	padding: 10px 20px;
}

#popup_register .popup_padding{
	padding: 20px;
}
/* 
 * popup - backgrounds
 */
 
.gk_popup_close,
.gkp_tl,
.gkp_t,
.gkp_tr,
.gkp_ml,
.gkp_mr,
.gkp_bl,
.gkp_b,
.gkp_br{
	background:transparent url(/templates/gk_twn/css/../images/popup_sprite.png) no-repeat 0 0;
}
.gk_popup_close{
	background-position:-60px -40px;
}
.gkp_tl {
	background-position:left 0;
}
.gkp_t {
	background-position:-20px 0;
}
.gkp_tr {
	background-position:right 0;
}
.gkp_ml {
	background-position:0 -40px;
}
.gkp_m {
	background:#fff;
}
.gkp_mr {
	background-position:-20px -40px;
}
.gkp_bl {
	background-position:left -20px;
}
.gkp_b {
	background-position:-20px -20px;
}
.gkp_br {
	background-position:right -20px;
}
/*
 * Cufon fix for headers
 */
 
h2>.cufon {
	margin:10px 0 0 0;
}
/*
 * display:none class
 */
 
.gk_unvisible{
	/* element goes out from document flow */
	position:absolute;
	/* go out left browser edge */
	left:-10000px;
	/* for some different browsers which needs both positioning coordinates */
	top:auto;
	/* additional rules for big resolutions and specific problems with positioning */
	width:1px;
	height:1px;
	overflow:hidden;	
}
.bb {border-bottom:1px solid #eaeaea!important;}
/*--------------------------------------------------------------
# The World News - December 2009 (for Joomla 1.5)
# Copyright (C) 2007-2009 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com  
---------------------------------------------------------------*/

div.moduletable,
div.moduletable_menu,
div.moduletable_text,
div.moduletable_ver1,
div.moduletable_ver2,
div.moduletable_ver2a,
div.moduletable_ver2b,
div.moduletable_ver3,
div.moduletable_ver3a,
div.moduletable_ver3b,
div.moduletable_ver4,
div.moduletable_ver4a,
div.moduletable_ver4b {
	margin: 0 0 20px;
	position: relative;
}
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3 {
	border: 1px solid #eaeaea;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0 0 12px;
	height: 30px;
	line-height: 31px;
	overflow: hidden;
	background: url(/templates/gk_twn/css/../images/module_sprite.png) repeat-x 0 -30px;
}
div.moduletable h3 span,
div.moduletable_menu h3 span,
div.moduletable_text h3 span {
	display: block;
	height: 30px;
	margin-left: 4px;
	padding: 0 6px;
}
/* 
 * Moduletable_ver1, _ver2, _ver3 
 */
 
div.moduletable_ver1 h3,
div.moduletable_ver2 h3,
div.moduletable_ver2a h3,
div.moduletable_ver2b h3,
div.moduletable_ver3 h3,
div.moduletable_ver3a h3,
div.moduletable_ver3b h3 {
	border: none;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0 0 12px;
	overflow: hidden;
	background: url(/templates/gk_twn/css/../images/module_sprite.png) repeat-x 0 -6px;
}
div.moduletable_ver2 h3,
div.moduletable_ver2a h3,
div.moduletable_ver2b h3,
div.moduletable_ver3 h3,
div.moduletable_ver3a h3,
div.moduletable_ver3b h3 {
	background: none;
	border-top: 1px solid #e0e0e0;
	padding-top: 6px;
}
div.moduletable_ver3 h3 {
	border-top: 4px solid #e0e0e0;
}
div.moduletable_ver1 h3 span,
div.moduletable_ver2 h3 span,
div.moduletable_ver3 h3 span {
	background: #fff;
	padding-right:12px;
}
/* 
 * moduletable suffix: _ver4 
 */
 
div.moduletable_ver4 {
	padding: 10px;
}
div.moduletable_ver4a {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 10px;
}
div.moduletable_ver4b {
	padding: 10px;
}
div.moduletable_ver4 h3,
div.moduletable_ver4a h3,
div.moduletable_ver4b h3 {
	font-weight: bold;
	text-transform:uppercase;
	margin: 0 0 12px;
	overflow: hidden;
}
/*
 * Bottom and current wrap section - modules
 */
#gk_bottom div.moduletable h3,
#gk_bottom div.moduletable_menu h3,
#gk_bottom div.moduletable_text h3,
#gk_bottom div.moduletable_ver1 h3,
#gk_bottom div.moduletable_ver2 h3,
#gk_bottom div.moduletable_ver2a h3,
#gk_bottom div.moduletable_ver2b h3 {
	background: none;
	border:none;
	border-top: 1px solid #e0e0e0;
	padding: 12px 0 0;
	line-height: normal;
	height:18px;
}
#gk_bottom div.moduletable_ver3 h3,
#gk_bottom div.moduletable_ver3a h3,
#gk_bottom div.moduletable_ver3b h3 {
	padding: 7px 0 0;
}
#gk_bottom div.moduletable_ver4 h3,
#gk_bottom div.moduletable_ver4a h3,
#gk_bottom div.moduletable_ver4b h3 {
	padding:0;
}
#gk_bottom div.moduletable h3 span,
#gk_bottom div.moduletable_menu h3 span,
#gk_bottom div.moduletable_text h3 span {
	margin-left:0;
	padding-left: 0;
}
#gk_bottom div.moduletable,
#gk_bottom div.moduletable_menu,
#gk_bottom div.moduletable_text,
#gk_bottom div.moduletable_ver1,
#gk_bottom div.moduletable_ver2,
#gk_bottom div.moduletable_ver2a,
#gk_bottom div.moduletable_ver2b,
#gk_bottom div.moduletable_ver3,
#gk_bottom div.moduletable_ver3a,
#gk_bottom div.moduletable_ver3b,
#current_bottom div.moduletable,
#current_bottom div.moduletable_menu,
#current_bottom div.moduletable_text,
#current_bottom div.moduletable_ver1,
#current_bottom div.moduletable_ver2,
#current_bottom div.moduletable_ver2a,
#current_bottom div.moduletable_ver2b,
#current_bottom div.moduletable_ver3,
#current_bottom div.moduletable_ver3a,
#current_bottom div.moduletable_ver3b,
#current_top div.moduletable,
#current_top div.moduletable_menu,
#current_top div.moduletable_text,
#current_top div.moduletable_ver1,
#current_top div.moduletable_ver2,
#current_top div.moduletable_ver2a,
#current_top div.moduletable_ver2b,
#current_top div.moduletable_ver3,
#current_top div.moduletable_ver3a,
#current_top div.moduletable_ver3b {
	margin:0 10px 20px 0;
	border-right: 1px solid #e0e0e0;
	padding: 0 10px 0 0;
}
#gk_bottom div.moduletable_ver4,
#gk_bottom div.moduletable_ver4a,
#gk_bottom div.moduletable_ver4b,
#current_bottom div.moduletable_ver4,
#current_bottom div.moduletable_ver4a,
#current_bottom div.moduletable_ver4b,
#current_top div.moduletable_ver4,
#current_top div.moduletable_ver4a,
#current_top div.moduletable_ver4b {
	margin:0 10px 20px 0;
	padding: 10px;
}
#gk_bottom .last-child div.moduletable,
#gk_bottom .last-child div.moduletable_menu,
#gk_bottom .last-child div.moduletable_text,
#gk_bottom .last-child div.moduletable_ver1,
#gk_bottom .last-child div.moduletable_ver2,
#gk_bottom .last-child div.moduletable_ver2a,
#gk_bottom .last-child div.moduletable_ver2b,
#gk_bottom .last-child div.moduletable_ver3,
#gk_bottom .last-child div.moduletable_ver3a,
#gk_bottom .last-child div.moduletable_ver3b,
#current_bottom .last-child div.moduletable,
#current_bottom .last-child div.moduletable_menu,
#current_bottom .last-child div.moduletable_text,
#current_bottom .last-child div.moduletable_ver1,
#current_bottom .last-child div.moduletable_ver2,
#current_bottom .last-child div.moduletable_ver2a,
#current_bottom .last-child div.moduletable_ver2b,
#current_bottom .last-child div.moduletable_ver3,
#current_bottom .last-child div.moduletable_ver3a,
#current_bottom .last-child div.moduletable_ver3b,
#current_top .last-child div.moduletable,
#current_top .last-child div.moduletable_menu,
#current_top .last-child div.moduletable_text,
#current_top .last-child div.moduletable_ver1,
#current_top .last-child div.moduletable_ver2,
#current_top .last-child div.moduletable_ver2a,
#current_top .last-child div.moduletable_ver2b,
#current_top .last-child div.moduletable_ver3,
#current_top .last-child div.moduletable_ver3a,
#current_top .last-child div.moduletable_ver3b {
	margin-right: 0;
	border: none;
	padding: 0;
}
#gk_bottom .last-child div.moduletable_ver4,
#gk_bottom .last-child div.moduletable_ver4a,
#gk_bottom .last-child div.moduletable_ver4b,
#current_bottom .last-child div.moduletable_ver4,
#current_bottom .last-child div.moduletable_ver4a,
#current_bottom .last-child div.moduletable_ver4b,
#current_top .last-child div.moduletable_ver4,
#current_top .last-child div.moduletable_ver4a,
#current_top .last-child div.moduletable_ver4b {
	margin-right: 0;
}
/*
 * Content section
 */
 
.users_wrap div.moduletable,
.users_wrap div.moduletable_menu,
.users_wrap div.moduletable_text,
.users_wrap div.moduletable_ver1,
.users_wrap div.moduletable_ver2,
.users_wrap div.moduletable_ver2a,
.users_wrap div.moduletable_ver2b,
.users_wrap div.moduletable_ver3,
.users_wrap div.moduletable_ver3a,
.users_wrap div.moduletable_ver3b,
.users_wrap div.moduletable_ver4,
.users_wrap div.moduletable_ver4a,
.users_wrap div.moduletable_ver4b {
	margin: 0 10px 20px;
}
.users_wrap .last-child div.moduletable,
.users_wrap .last-child div.moduletable_menu,
.users_wrap .last-child div.moduletable_text,
.users_wrap .last-child div.moduletable_ver1,
.users_wrap .last-child div.moduletable_ver2,
.users_wrap .last-child div.moduletable_ver2a,
.users_wrap .last-child div.moduletable_ver2b,
.users_wrap .last-child div.moduletable_ver3,
.users_wrap .last-child div.moduletable_ver3a,
.users_wrap .last-child div.moduletable_ver3b,
.users_wrap .last-child div.moduletable_ver4,
.users_wrap .last-child div.moduletable_ver4a,
.users_wrap .last-child div.moduletable_ver4b {
	margin-right: 0;
}
/* 
 * Badge Module 
 */
 
div.moduletable h3 span.badge,
div.moduletable_menu h3 span.badge,
div.moduletable_text h3 span.badge,
div.moduletable_ver1 h3 span.badge,
div.moduletable_ver2 h3 span.badge,
div.moduletable_ver2a h3 span.badge,
div.moduletable_ver2b h3 span.badge,
div.moduletable_ver3 h3 span.badge,
div.moduletable_ver3a h3 span.badge,
div.moduletable_ver3b h3 span.badge,
div.moduletable_ver4 h3 span.badge,
div.moduletable_ver4a h3 span.badge,
div.moduletable_ver4b h3 span.badge {
	height: 13px;
	width:44px;
	position: absolute;
	right: 10px;
	top: 11px;
	padding: 0;
}
div.moduletable_ver2 h3 span.badge,
div.moduletable_ver2a h3 span.badge,
div.moduletable_ver2b h3 span.badge {
	top: 11px;
}
div.moduletable_ver3 h3 span.badge,
div.moduletable_ver3a h3 span.badge,
div.moduletable_ver3b h3 span.badge {
	top: 13px;
}
div.moduletable_ver4 h3 span.badge,
div.moduletable_ver4a h3 span.badge,
div.moduletable_ver4b h3 span.badge {
	top: 14px;
}
div.moduletable h3 span.badge,
div.moduletable_menu h3 span.badge,
div.moduletable_text h3 span.badge,
div.moduletable_ver1 h3 span.badge,
div.moduletable_ver2 h3 span.badge,
div.moduletable_ver2a h3 span.badge,
div.moduletable_ver2b h3 span.badge,
div.moduletable_ver3 h3 span.badge,
div.moduletable_ver3a h3 span.badge,
div.moduletable_ver3b h3 span.badge,
div.moduletable_ver4 h3 span.badge,
div.moduletable_ver4a h3 span.badge,
div.moduletable_ver4b h3 span.badge {
	background: url(/templates/gk_twn/css/../images/mod_badge.png) no-repeat;
}
.b-new .badge {
	background-position: 0 0!important;
}
.b-hot .badge {
	background-position: 0 -13px!important;
}
.b-top .badge {
	background-position: 0 -26px!important;
}
.b-popular .badge {
	background-position: 0 -39px!important;
}
.b-updated .badge {
	background-position: 0 -52px!important;
}

/*--------------------------------------------------------------
# The World News - December 2009 (for Joomla 1.5)
# Copyright (C) 2007-2009 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com  
---------------------------------------------------------------*/

/* 
 * Body
 */
 
html {
	min-height:100%;
	border-bottom:1px solid transparent;
}
body {
	margin:0;
	padding:0;
	background: #efefef url(/templates/gk_twn/css/../images/body-gray.png) center repeat-y ;
}
/* 
 * Basic font-size and line-height 
 */

#gk_wrapper {
	font-size:1.2em;
	line-height:1.5em;
}
/* 
 * Basic link styles
 */

a {
	outline:none;
	cursor:pointer;
}
a:link,
a:visited,
a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
/* 
 * Basic image style
 */

img {
	border:none;
	text-decoration:none;
}
/* 
 * Basic lists styles
 */

ul {
	padding:0;
	margin:0;
}
ul li {
	padding:0 0 0 8px;
	margin:0;
	line-height:170%;
	background: url(/templates/gk_twn/css/../images/bullet_2x2.png) no-repeat 0 0.8em;
}
ul ul { padding-left:20px; }
ul li a { text-decoration:none; }
ol li { line-height:170%; }
/* 
 * Basic heading styles
 */

th {
	padding:4px;
	text-align:left;
}
p,
pre,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin:1em 0;
	padding:0;
}
h1 { font-size:2.0em; }
h2 { font-size:1.75em; }
h3 { font-size:1.5em; }
h4 { font-size:1.25em; }
h5 { font-size:1.15em; }
h1,
h2,
h3,
h4,
h5 { margin:0; }
/*
 * Basic form styles
 */

fieldset {
	border:none;
	padding:5px 0;
}
fieldset a { font-weight:bold; }
input,
select,
button {
	font-size:1.0em;
	font-weight:normal;
	border: 1px solid #e0e0e0;
}
input.inputbox,
input.required,
select {
	padding:5px;
	margin-bottom: 5px;
}
input#modlgn_remember {
	border: none;
	width: inherit;
}
/* 
 * Basic HR-line style
 */

hr {
	border-right:0;
	border-left:0;
	border-bottom:0;
	height:1px;
}
/*
 * Top section
 */

#top_wrap { height: 186px;
border: 1px solid #e9e9ea; } }
/* Logo */
#logo {
	float: left;
	display: block;
	width: 980px;
	height: 186px;
}
/* 
 * Search and weather modules 
 */
 
#top_b,
#top_c { float: right; }
#top_b {
	height: 60px;
	margin-top:7px;
}
#top_c { margin-left: 40px; }
#top_c #mod_search_searchword {
	height: 17px;
	width: 218px;
	padding:4px 3px 3px;
	margin-top: 28px;
	background: url(/templates/gk_twn/css/../images/icons_sprite.png) no-repeat 100% 0;
	color: #909090;
}
/* 
 * Menu sections
 */

#menu_wrap {
	clear: both;
	height: 94px;
}
.addons {
	background: url(/templates/gk_twn/css/../images/menu_sprite.png) repeat-x 0 0;
	height: 29px;
	border: 1px solid #eaeaea;
	border-bottom: none;
	font-size: 0.9em;
	line-height:29px;
	color: #666;
}
/*
 * Date and highlighter section
 */
 
#addons_a {
	float: left;
	padding: 0 18px;
}
/* 
 * Time and login panel section 
 */
 
#addons_b,
#addons_c,
#addons_d {
	float: right;
	border-left: 1px solid #eaeaea;
	padding: 0 18px;
}
#addons_d {
	background: #fff;
	border-left: 1px solid #eaeaea;
	padding: 0 9px 0 18px;
}
#addons_d a {
	font-weight: bold;
	margin-right: 9px;
	padding-left: 9px;
	border-left: 1px solid #eaeaea;
}
div#addons_d a:first-child {
	padding: 0;
	border: none;
}
/* 
 * Menu - suckerfish (/css/menu/suckerfish.css)
 */

div#horiz-menu {
	font-size:1em;
	height: 64px;
	background: url(/templates/gk_twn/css/../images/menu_sprite.png) repeat-x 0 -29px;
}

div#horiz-menu li.active { background: #212121 url(/templates/gk_twn/css/../images/menu_sprite.png) repeat-x 0 -93px!important; }
div#horiz-menu li.level1:first-child { border-left: 1px solid #eaeaea; }
div#horiz-menu li li.active { background: none!important; }
div#horiz-menu li:first-child.active { border-left: none; }
div#horiz-menu li a { color: #333; }
div#horiz-menu li li a,
div#horiz-menu li.active a { color: #fff; }
div#horiz-menu li li a:hover { color: #fff; }
div#horiz-menu li.level1,
div#horiz-menu ul ul li { background: url(/templates/gk_twn/css/../images/menu_sprite.png) no-repeat 100% -158px; }
div#horiz-menu ul ul li { background-position: 100% -126px; }

/* 
 * Banner position 
 */

#gk_banner {}
#gk_banner div.banneritem {
	border: none;
	padding: 0;
	text-align: center;
}
/* 
 * Login and register sections
 */

#form-login label,
#form-login input {
	color: #666;
	margin-right: 7px;
}
#form-login ul li {
	
	margin-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #eaeaea;
	background: none;
}
#form-login ul li:first-child {
	border: none;
	padding: 0;
}
#logout_area {
	text-align: center;
	padding: 18px;
	margin: 0 auto;
}
#logout_area div {
    float: left;
    font-weight: bold;
    margin: 10px;
    padding: 4px 80px;
}
/* 
 * Breadcrumps and social panel
 */

#breadcrumb {
	float: left;
	margin-left: 18px;
}
.youah { margin-right: 18px; }
.separator { padding:0 12px; }
#social_icons {
	float: right;
	margin-right: 18px;
}
#social_icons .social_icon {
	margin: 0 4px;
	border-left: 1px solid #eaeaea;
	padding: 0 0 0 9px;
	font-weight: bold;
}
/*
 * Major blocks 
 */

.content_users .us_width { background: url(/templates/gk_twn/css/../images/grey_dot.png) repeat-y 100% 0; }
.content_users .last-child { background: none; }
.content_users .moduletable { padding: 0 12px; }
.content_users .moduletable h3 {
	background: none;
	border: none;
	margin: 0 0 6px;
	font-size:0.8em;
	height: 18px;
	line-height: inherit;
}
.content_users .moduletable h3 span {
	margin-left: 0;
	padding: 0;
}
#content_top .module_wrap,
#content_top .users_wrap,
#right_col,
#left_col { margin-bottom: 12px; }
/*
 * Footer section
 */
 
#gk_footer {
	clear: both;
	margin: 0;
	font-size:1em;
	border-top: 1px solid #e0e0e0;
	border-bottom: 4px solid #e0e0e0;
}
#gk_footer,
#gk_footer a { line-height: inherit; }
#footer_menu li {
	background: none;
	float:left;
	width:auto;
	padding: 0 6px;
	border-left: 1px solid #eaeaea;
}
div#footer_menu li:first-child {border: none; padding-left: 0;}
#informations {
	float:right;
	width:auto;
	color :#666;
}
/*
 * Style area section
 */
 
#stylearea {float: right;margin-left: 20px;}

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

div#horiz-menu{
	position: relative;
	width: auto;	
	
}
div#horiz-menu li.level1 {
	line-height: 32px;
}
div#horiz-menu li.level1 a,
div#horiz-menu li.level1 span {
	display: block;
	width: auto;
	height: 32px;
	line-height: 32px;
}
div#horiz-menu li.level1 span {
	padding-right: 17px;
}
div#horiz-menu li a{
	
	font-weight: bold;
}
div#horiz-menu li a:hover{
	text-decoration: none !important;
}
div#horiz-menu li{
	height: 32px;
}
div#horiz-menu ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 32px;
}
div#horiz-menu ul ul{
	height: 32px;
}
div#horiz-menu ul li,
div#horiz-menu ul ul li{
	float: left;
	margin: 0 auto 0 0;
	padding: 0 0 0 19px;
}
div#horiz-menu ul ul ul li:first-child,
div#horiz-menu ul ul ul ul li:first-child,
div#horiz-menu ul ul ul ul ul li:first-child,
div#horiz-menu ul ul ul ul ul ul li:first-child,
div#horiz-menu ul ul ul ul ul ul ul li:first-child{
	padding-left: 0px!important;
}
div#horiz-menu ul ul{
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	display: none;
	z-index: 1000;
}
div#horiz-menu ul ul ul li span{
	padding-left: 19px;
}
div#horiz-menu ul ul ul,
div#horiz-menu ul ul ul ul,
div#horiz-menu ul ul ul ul ul,
div#horiz-menu ul ul ul ul ul ul{
	width: auto;
}
div#horiz-menu li:hover ul,
div#horiz-menu ul li:hover ul{
	display: block;
}
div#horiz-menu ul ul ul{
	width: 210px;
}
div#horiz-menu ul ul ul ul, 
div#horiz-menu ul ul ul ul ul,
div#horiz-menu ul ul ul ul ul ul{
	width: 210px;
	position: absolute;
}
div#horiz-menu ul ul ul li{
	float: none;
	width: 210px;
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 5000;
}
div#horiz-menu li li a,
div#horiz-menu li li a:hover,
div#horiz-menu li li span,
div#horiz-menu li li span:hover,
div#horiz-menu li li{
	height: 32px !important;
}
div#horiz-menu li li li{
	float: left;
}
div#horiz-menu li li{
	position: relative;
}
div#horiz-menu li li ul {
	left:-999em;
	position: absolute;
	float: none;
}
div#horiz-menu li li li ul {
	left:-999em;
	position: absolute;
}
div#horiz-menu li li:hover ul {
	left:0px!important;
	top: 32px!important;
	position: absolute;
}
div#horiz-menu li li:hover li ul,
div#horiz-menu li li li:hover li ul,
div#horiz-menu li li li li:hover li ul,
div#horiz-menu li li li li li:hover li ul{
	display: none;
}
div#horiz-menu li li li:hover ul,
div#horiz-menu li li li li:hover ul,
div#horiz-menu li li li li li:hover ul,
div#horiz-menu li li li li li li:hover ul {
	left:210px!important;
	top: 0px!important;
	position: absolute;
	display: block;
}
div#horiz-menu li:hover li ul,
div#horiz-menu li li:hover li ul,
div#horiz-menu li li li:hover li ul,
div#horiz-menu li li li li:hover li ul {
	top:-999em;
}
/*---------------------------------------------------------------
# The World News - December 2009 (for Joomla 1.5)
# Copyright (C) 2007-2009 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com  
---------------------------------------------------------------- */

/* 
 * Joomla style (based on the GNU/GPLv2 overrides from Yootheme)
 */

div.joomla div.description {
	margin: 10px 0px;
	overflow: hidden;
}
div.joomla div.description img.left {
	margin-right: 15px;
	float: left;
}
div.joomla div.description img.right {
	margin-left: 15px;
	float: right;
}
div.joomla div.filter { margin: 10px 0px; }
div.joomla th {
	padding:7px;
	background:#f3f3f3;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #ddd;
	font-weight : bold;
}
div.joomla tr.even td,
div.joomla tr.odd td {
	padding: 7px;
	background: #fff;
	border-bottom: 1px solid #eaeaea;
}
div.joomla tr.even td { background: #f7f7f7; }
div.joomla span.number {
	color: #969696;
	font-style: italic;
}
/* 
 * floats 
 */
 
div.joomla .float-left {
	float: left;
	overflow: hidden;
}
div.joomla .float-right {
	float: right;
	overflow: hidden;
}
div.joomla .width25 { width: 24.999%; }
div.joomla .width33 { width: 33.333%; }
div.joomla .width50 { width: 49.999%; }
div.joomla .width100 { width: 100%; }
div.date,
div.icons,
div.comments,
span.author {
	float: left;
	margin: 8px 12px 4px 0;
	padding:5px 0 5px 12px;
	border-left: 1px solid #e0e0e0;
}
div.date {
	border: none;
	padding-left: 0;
}
.img_caption.right p, .img_caption.left p, .img_caption.center p { color: #666; font-size: 0.9em;padding-top:3px;}
/* 
 *com_content: blog 
 */
 
div.joomla div.blog div.description {
	margin: 10px 0px 15px 0px;
	padding-bottom: 20px;
	border-bottom: 1px #c8c8c8 dotted;
}
div.joomla div.leadingarticles { overflow: hidden; }
div.joomla div.teaserarticles { overflow: hidden; }
div.joomla div.item { margin-bottom: 15px; }
div.joomla div.item-bg {
	padding-bottom: 5px;
	border-bottom: 1px #c8c8c8 dotted;
	overflow: hidden;
}
div.joomla div.multicolumns div.item { margin: 0px 15px 15px 15px; }
div.joomla div.multicolumns div.first div.item { margin-left: 0px; }
div.joomla div.multicolumns div.last div.item { margin-right: 0px; }
div.joomla div.morearticles { margin: 10px 0px 10px 0px; }
/* 
 *com_content: blog,sectionlist, categorylist, article 
 */

div.joomla div.headline { overflow: hidden; }
div.joomla h1.title {
	width: auto;
	float: left;
	font-size: 260%!important;
	line-height: normal;
	font-weight: normal;
}
div.joomla h1.pagetitle {
	font-size: 260%!important;
	line-height: normal;
	font-weight: normal;
	border-bottom: 1px solid #e0e0e0;
	margin: 10px 0 20px;
}
div.joomla div.multicolumns h1.title {
	font-size: 200%!important;
	line-height: normal;
	font-weight: normal;
}
div.joomla span.icon {
	display: block;
	padding:4px;
	float: left;
}
div.joomla div.multicolumns span.icon { padding:4px; }
div.joomla span.edit {
	margin-left: 10px;
	float: left;
}
div.joomla span.pdf { margin-right: 5px; }
div.joomla span.print { margin-right: 5px; }
div.articleinfo {
	text-transform:uppercase;
	font-size: 0.85em;
	color: #666;
}
div.date span { float: left; }
div.date span.created { clear: both; }
div.date span strong {
	font-weight: normal;
}
/* 
 * com_content:  edit-article 
 */

div.joomla div.edit-article fieldset { margin-bottom: 30px; }
div.joomla div.edit-article fieldset div { overflow: hidden; }
div.joomla div.edit-article label.label-left {
	display: block;
	width: 150px;
	float: left;
}
div.joomla div.edit-article div.save {
	margin: 0px;
	float: right;
}
div.joomla div.edit-article div#editor-xtd-buttons {
	margin-bottom: 0px;
	overflow: hidden;
}
div.joomla div.edit-article div#editor-xtd-buttons div { margin: 0px; }
div.joomla div.edit-article div#editor-xtd-buttons div.button2-left { margin-right: 5px; }
div.joomla div.edit-article div#editor-xtd-buttons a:link,
div.joomla div.edit-article div#editor-xtd-buttons a:visited,
div.joomla div.edit-article div#editor-xtd-buttons a:hover { color: #323232; }
div.joomla div.morearticles { margin: 10px 0 20px; }
div.joomla div.morearticles h3 {
	font-weight:normal;
	font-size: 1.4em!important;
	margin-bottom: 6px;
}
/*
 * pagination
 */
 
div.joomla div.pagination { text-align: right; }
div.joomla div.pagination p.results {
	font-size: 0.9em;
	color :#999;
}
ul.pagination {
	margin:15px auto;
	padding:3px 0;
	text-align:center;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
}
ul.pagination li {
	margin:0;
	padding:0;
	display:inline;
	background:none;
}
ul.pagination a,
ul.pagination li span {
	padding:2px 5px;
	font-size:0.83em;
	text-transform:uppercase;
}
/*
 * com_weblinks
 * sub seletors: weblinks
 */

div.joomla div.weblinks fieldset { }
div.joomla div.weblinks fieldset div { overflow: hidden; }
div.joomla div.weblinks label.label-left {
	display: block;
	width: 150px;
	float: left;
}
/*
 * com_search
 * sub seletors: search
 */

div.joomla div.search p.info {
	margin: 0px;
	color: #969696;
	font-style: italic;
}
div.joomla div.search span.highlight { background: #ffffaa; }
div.joomla div.search ol { padding-left: 0; }
div.joomla div.search ol li {
	border-bottom: 1px solid #eaeaea;
	padding-top: 10px;
}
/*
 * com_poll
 * sub seletors: poll
 */

div.joomla div.poll fieldset { margin: 15px 0px 10px 0px; }
/*
 * com_contact
 * sub seletors: contact
 */

div.joomla div.contact h1 {
	margin-bottom: 0px;
	font-size: 260%!important;
	line-height: normal;
	font-weight: normal;
	border-bottom: 1px solid #e0e0e0;
}
div.joomla div.contact h2 {
	margin-bottom: 30px;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
}
div.joomla div.contact div.image { float: right; }
div.contact .image {
	background: none;
	padding: 0;
}
div.joomla div.contact table { margin-bottom: 10px; }
div.joomla div.contact label.label-top { display: block; }
/*
 * com_user
 * sub seletors: user
 */

div.joomla div.user label.label-left,
div.joomla div.user span.label-left {
	display: block;
	width: 130px;
	float: left;
}
/*
 * mod_newsflash
 */

div.module-newsflash { overflow: hidden; }
div.module-newsflash div.item {
	padding-bottom: 15px;
	overflow: hidden;
}
div.module-newsflash div.last { padding-bottom: 0px; }
/*
 * legacy Joomla styling only for third party components
 */

.contentheading,
.componentheading {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 250%;
	line-height: 100%;
	font-weight: bold;
	letter-spacing: -1px;
}
/*
 * Joomla! system tooltips
 */
 
.tool-tip {
	float: left;
	padding: 5px;
	max-width: 200px;
	color: #323232;
}
.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(/templates/gk_twn/css/../../system/images/selector-arrow.png) no-repeat;
}
.tool-text {
	font-size: 100%;
	margin: 0;
}
/*
 * Buttons, readmore
 */
 
.back_button a,
.button,
.validate {
	background: url(/templates/gk_twn/css/../images/menu_sprite.png) repeat-x 0 -61px;
	height:26px!important;
	line-height:26px!important;
	margin:0;
	cursor:pointer;
	font-size:0.75em;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	padding: 0 12px;
	color: #fff!important;
	border: 1px solid #282828;
}
.back_button a:hover,
.button:hover,
.validate:hover {
	background-position: 0 0;
	border: 1px solid #e0e0e0;
	color: #333!important;
}
/*
 * Buttons, readmore
 * - readon 
 */
 
a.readon, .gk_npro_readmore_inline {
	background: url(/templates/gk_twn/css/../images/icons_sprite.png) no-repeat -7px -50px;
	text-indent: 16px;
}
a.readon:hover,
a.readon:active,
a.readon:focus,
.back_button a:hover,
.button:hover,
.validate:hover { text-decoration:none; }
/* 
 * Poll module
 */
 
h5.polltitle {
	font-size: 1.0em;
	margin: 10px 0;
}
.polllevel {
	margin: 0;
	line-height:2.5em;
	border-bottom:1px dotted #ddd;
}
.polllevel label {
	margin-left: 20px;
	color: #666;
	font-style: italic;
}
.pollbuttons {
	clear: both;
	margin: 20px auto 10px;
	width: 190px;
}
.pollbuttons span,
.form_buttons span.btn {
	display: block;
	float: left;
	padding-left: 8px;
	margin-right: 8px;
}
.pollbuttons .button,
.form_buttons .button { padding: 0 12px 3px 12px; }
/* 
 * Menu suffix: _menu
 */
 
.moduletable_menu ul.menu li {
	list-style:none;
	margin-left:0;
	border-bottom: 1px dotted #ddd;
	background: none;
}
.moduletable_menu ul ul { padding: 0; }
.moduletable_menu ul.menu li li {
	margin-left:0px;
	border-bottom:none;
	border-top: 1px dotted #ddd;
	padding-left: 20px;
	background: url(/templates/gk_twn/css/../images/bullet_2x2.png) no-repeat 0 1.1em;
}
.moduletable_menu ul.menu li a,
.moduletable_menu ul.menu li#current a {
	line-height:210%;
	display:block;
	text-decoration:none;
	margin: 0;
	padding:1px 0;
}
.moduletable_menu ul.menu li a:hover { text-decoration:none; }
/* 
 * advertisement _text 
 */
 
div.bannerheader,
div.bannerfooter {
	font-style:italic;
	font-size: 0.9em;
}
div.bannerheader {
	font-weight: bold;
	padding-top:6px;
}
div.banneritem { padding: 0; }
div.bannerfooter {
	margin-top: 10px;
	text-align: right;
}
/* 
 * search fix 
 */

.contentpaneopen #search_searchword {
	width:150px;
	margin: 0 5px;
}
select#ordering,
select#limit { width:150px; }
/* 
 * messages 
 */

#system-message dd { padding:0; }
#system-message dd ul { margin:0; }

/*--------------------------------------------------------------
# The World News - December 2009 (for Joomla 1.5)
# Copyright (C) 2007-2009 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com  
---------------------------------------------------------------*/

/* 
 * Typography 
 */
 
/* Code */
pre, .code1, .code2 { margin:10px 0 15px; padding:10px 15px; font-size:0.92em; font-family: 'Curier New', monospace; }
.code2 { padding-left:20px; font-family: 'Curier New', monospace; }
.code3 { padding:0 0 5px 20px; font-family: 'Curier New', monospace; }
.code3 h4 { width:35px; position:relative; top:-10px; margin:0 0 -10px 11px!important; padding:0 5px; font-size:1.17em; font-weight:normal; }
/* Warnings */

p.info1, p.info2, p.info3, p.info4 { background:transparent url(/templates/gk_twn/css/../images/icons/info.gif) no-repeat left center; }
p.warning1, p.warning2, p.warning3, p.warning4 { background:transparent url(/templates/gk_twn/css/../images/icons/warning.gif) no-repeat left center; }
p.tips1, p.tips2, p.tips3, p.tips4 { background:transparent url(/templates/gk_twn/css/../images/icons/tips.gif) no-repeat left center; }
p.info1, p.info3, p.warning1, p.warning3, p.tips1, p.tips3 { padding-left:30px; }
p.info2, p.info4 { padding:3px 3px 3px 30px; border-top:#3399ff solid 1px; border-bottom:#3399ff solid 1px; background-position:3px center; }
p.info3, p.info4 { background-color:#f0f6fe; background-position: 7px center; min-height:14px; padding:12px 0 14px 30px; }
p.warning2, p.warning4 { border-top:#f71212 solid 1px; border-bottom:#f71212 solid 1px; padding:3px 3px 3px 30px; background-position: 3px center; }
p.warning3, p.warning4 { background-color:#ffeeea; background-position: 7px center; min-height:14px; width:auto; padding:12px 0 14px 30px; }
p.warning4 { border-top:#f71212 solid 1px; border-bottom:#f71212 solid 1px; }
p.tips2, p.tips4 { border-top:#fde647 solid 1px; border-bottom:#fde647 solid 1px; padding:3px 3px 3px 30px; background-position:3px center; }
p.tips3, p.tips4 { display:block; background-color:#fdffca; background-position: 7px center; min-height:14px; padding:12px 0 14px 30px; }
p.tips4 { border-top:#fde647 solid 1px; border-bottom:#fde647 solid 1px; }
/* Dropcaps */

span.Dropcap1, span.Dropcap2, span.Dropcap3 { font-size: 5.0em; display: block; float: left; line-height:1.0em; font-family:'Times New Roman', serif; }
span.Dropcap1 { height:61px; margin:-4px 5px -3px 0; }
p.Dropcap2 { padding:0 0 0 50px; }
span.Dropcap2 { height:61px; margin:-4px 0 0 -50px; }
p.Dropcap3 { margin-top:32px; }
span.Dropcap3 { height:61px; margin:-32px 5px 0 0; }
/* Blockquotes */

blockquote { font-style:italic; margin:20px 0; float:left; }
blockquote div.blockquote1 div { padding:0 17px; }
blockquote div.blockquote2 div { padding:0 17px; }
blockquote div.blockquote3 { padding-bottom:5px; }
blockquote div.blockquote3 div { padding:5px 27px 0 27px; }
blockquote div.blockquote4 { padding-top:2px; }
blockquote div.blockquote4 div { padding:5px 27px 0 27px; }
/* Floated blocks */

.blockTextLeft, .blockTextRight, .blockTextCenter { display:block; width:30%; padding:15px; font-style:italic; }
.blockTextLeft { float:left; text-align:left; }
.blockTextRight { float:right; text-align:right; }
.blockTextCenter { margin:0 auto; text-align:center; }
/* Legends */

div.legend1 h4, div.legend2 h4, div.legend3 h4, div.legend4 h4, div.legend5 h4, div.legend6 h4 { width:auto; float:left; background: #fff; position:relative; top:-9px; left:11px; margin:0 0 -9px 0!important; padding:0 3px; font-size:1.17em; font-weight:normal; }
div.legend3 h4:first-child, div.legend5 h4:first-child { background:#e7e7e7; }
div.legend4 h4:first-child, div.legend6 h4:first-child { border:solid 1px #666; }
div.legend1, div.legend5, div.legend6 { border:solid 1px #666; margin:25px 0; }
div.legend2, div.legend3, div.legend4 { border-top:solid 1px #666; border-bottom:solid 1px #666; margin:25px 0; }
div.legend1 p, div.legend2 p, div.legend3 p, div.legend4 p, div.legend5 p, div.legend6 p { margin:7px; clear:both; }
/* icons */

.audio, .creditcard, .feed, .help, .webcam, .images, .lock, .printer, .report, .script, .time, .user, .world, .camera, .brick, .box, .cart, .cd, .chart_bar, .chart_line, .chart_pie, .clock, .cog, .coins, .compress, .computer, .cross, .disk, .error, .group, .accept, .add, .calendar, .exclamation, .film, .folder, .heart, .house, .image, .information, .magnifier, .money, .new, .note, .page, .page_white, .plugin { padding:0 0 2px 30px; }
.audio { background:transparent url(/templates/gk_twn/css/../images/icons/audio.gif) no-repeat left top; }
.creditcard { background:transparent url(/templates/gk_twn/css/../images/icons/credit.gif) no-repeat left top; }
.feed { background:transparent url(/templates/gk_twn/css/../images/icons/feed.gif) no-repeat left top; }
.help { background:transparent url(/templates/gk_twn/css/../images/icons/help.gif) no-repeat left top; }
.webcam { background:transparent url(/templates/gk_twn/css/../images/icons/webcam.gif) no-repeat left top; }
.images { background:transparent url(/templates/gk_twn/css/../images/icons/images.png) no-repeat left top; }
.lock { background:transparent url(/templates/gk_twn/css/../images/icons/lock.png) no-repeat left top; }
.printer { background:transparent url(/templates/gk_twn/css/../images/icons/printer.png) no-repeat left top; }
.report { background:transparent url(/templates/gk_twn/css/../images/icons/report.png) no-repeat left top; }
.script { background:transparent url(/templates/gk_twn/css/../images/icons/script.png) no-repeat left top; }
.time { background:transparent url(/templates/gk_twn/css/../images/icons/time.png) no-repeat left top; }
.user { background:transparent url(/templates/gk_twn/css/../images/icons/user.png) no-repeat left top; }
.world { background:transparent url(/templates/gk_twn/css/../images/icons/world.png) no-repeat left top; }
.cart { background:transparent url(/templates/gk_twn/css/../images/icons/cart.png) no-repeat left top; }
.cd { background:transparent url(/templates/gk_twn/css/../images/icons/cd.png) no-repeat left top; }
.chart_bar { background:transparent url(/templates/gk_twn/css/../images/icons/chart_bar.png) no-repeat left top; }
.chart_line { background:transparent url(/templates/gk_twn/css/../images/icons/chart_line.png) no-repeat left top; }
.chart_pie { background:transparent url(/templates/gk_twn/css/../images/icons/chart_pie.png) no-repeat left top; }
.clock { background:transparent url(/templates/gk_twn/css/../images/icons/clock.png) no-repeat left top; }
.cog { background:transparent url(/templates/gk_twn/css/../images/icons/cog.png) no-repeat left top; }
.coins { background:transparent url(/templates/gk_twn/css/../images/icons/coins.png) no-repeat left top; }
.compress { background:transparent url(/templates/gk_twn/css/../images/icons/compress.png) no-repeat left top; }
.computer { background:transparent url(/templates/gk_twn/css/../images/icons/computer.png) no-repeat left top; }
.cross { background:transparent url(/templates/gk_twn/css/../images/icons/cross.png) no-repeat left top; }
.disk { background:transparent url(/templates/gk_twn/css/../images/icons/disk.png) no-repeat left top; }
.error { background:transparent url(/templates/gk_twn/css/../images/icons/error.png) no-repeat left top; }
.exclamation { background:transparent url(/templates/gk_twn/css/../images/icons/exclamation.png) no-repeat left top; }
.film { background:transparent url(/templates/gk_twn/css/../images/icons/film.png) no-repeat left top; }
.folder { background:transparent url(/templates/gk_twn/css/../images/icons/folder.png) no-repeat left top; }
.group { background:transparent url(/templates/gk_twn/css/../images/icons/group.png) no-repeat left top; }
.heart { background:transparent url(/templates/gk_twn/css/../images/icons/heart.png) no-repeat left top; }
.house { background:transparent url(/templates/gk_twn/css/../images/icons/house.png) no-repeat left top; }
.image { background:transparent url(/templates/gk_twn/css/../images/icons/image.png) no-repeat left top; }
.information { background:transparent url(/templates/gk_twn/css/../images/icons/information.png) no-repeat left top; }
.magnifier { background:transparent url(/templates/gk_twn/css/../images/icons/magnifier.png) no-repeat left top; }
.money { background:transparent url(/templates/gk_twn/css/../images/icons/money.png) no-repeat left top; }
.new { background:transparent url(/templates/gk_twn/css/../images/icons/new.png) no-repeat left top; }
.note { background:transparent url(/templates/gk_twn/css/../images/icons/note.png) no-repeat left top; }
.page { background:transparent url(/templates/gk_twn/css/../images/icons/page.png) no-repeat left top; }
.page_white { background:transparent url(/templates/gk_twn/css/../images/icons/page_white.png) no-repeat left top; }
.plugin { background:transparent url(/templates/gk_twn/css/../images/icons/plugin.png) no-repeat left top; }
.accept { background:transparent url(/templates/gk_twn/css/../images/icons/accept.png) no-repeat left top; }
.add { background:transparent url(/templates/gk_twn/css/../images/icons/add.png) no-repeat left top; }
.camera { background:transparent url(/templates/gk_twn/css/../images/icons/camera.png) no-repeat left top; }
.brick { background:transparent url(/templates/gk_twn/css/../images/icons/brick.png) no-repeat left top; }
.box { background:transparent url(/templates/gk_twn/css/../images/icons/box.png) no-repeat left top; }
.calendar { background:transparent url(/templates/gk_twn/css/../images/icons/calendar.png) no-repeat left top; }
/* Highlights */

.highlight-1, .highlight-2, .highlight-3, .highlight-4 { padding:1px 5px; }
/* Colors for spans */

span.clear, span.clear-1, span.clear-2, span.color, span.color-1, span.color-2, span.color-3, span.color-4, span.color-5, span.color-6, span.color-7 { display: block; padding: 5px 10px; margin-bottom: 10px; }
/* ordered lists */

ol { padding-left:28px; }
ol.dec { list-style-type:decimal; }
ol.roman { list-style-type:upper-roman; }
ol.alpha { list-style-type:lower-alpha; }
ol.decimalLeadingZero { list-style-type:decimal-leading-zero; }
/* unordered lists */

ul.bullet1, ul.bullet2, ul.bullet3, ul.bullet4, ul.circle1, ul.circle2, ul.square1, ul.square2, ul.square3 { padding-left:18px; }
ul.bullet1 li, ul.bullet2 li, ul.bullet3 li, ul.bullet4 li, ul.circle1 li, ul.circle2 li, ul.square1 li, ul.square2 li, ul.square3 li { margin:10px 0!important; line-height:0.83em!important;background:none; }
ul.circle2 { list-style-type:circle; }
ul.square1 { list-style-type:square; }
/* Numbers */

div.number1 span { padding:4px; }
div.number2 span { padding:4px; color:#fff; }
/* Definition lists */

dl.def1 dt, dl.def2 dt, dl.def3 dt { margin:10px 0 5px 0; }
dl.def1 dd, dl.def2 dd, dl.def3 dd { padding-left:25px; }
dl.def2 dt { text-decoration:underline; }
dl.def3 dt { font-weight:bold; }
/* acronyms and abbrs */

acronym, abbr { border-bottom-width:1px; border-bottom-style:dotted; }
acronym:hover, abbr:hover { border-bottom-style:solid; cursor:pointer; }

/*--------------------------------------------------------------
# The World News - December 2009 (only for Joomla 1.5)
# Copyright (C) 2007-2009 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com  
---------------------------------------------------------------*/

/* 
 * Weather module
 *  - top section
 */

#top_b .gkw_main_right {
	color: #666;
	line-height: 17px;
}
#top_b .gkw_main_right h2 {
	font-size: 1em!important;
	margin: 0;
}
#top_b .gkw_main_right p {
	font-size: 0.9em;
	float: left;
	margin: 0 5px 0 0;
}
#top_b .gkw_temp { font-weight: bold; }
#top_b .gkw_main { margin-top: 15px; }
/* 
 * Weather module
 *  - deafult
 */
 
.gkw_main { overflow:hidden; }
.gkw_current { overflow:hidden; }
.gkw_main_left {
	float:left;
	width:auto;
}
.gkw_temp {
	font-size:18px;
	text-align:center;
	margin:8px 0 0 0;
}
.gkw_main_right {
	float:left;
	width:auto;
	margin:0 0 0 16px;
}
.gkw_main_right h2 { margin: 4px 0 4px 0; }
/* 
 * Highlighter module
 * - addons section 
 */
 
#addons_a .gk_news_highlighter {
	background: none!important;
	border: none!important;
}
#addons_a .gk_news_highlighter_interface { text-align: left!important; }
#addons_a .gk_news_highlighter_interface .text,
.youah {
	font-weight: bold;
	padding-left:0!important;
}
#addons_a .gk_news_highlighter_item { padding-left: 0!important; }
#addons_a .gk_news_highlighter_item a span { margin:0 6px; }
#addons_a .gk_news_highlighter_item a { color: #666; }
/* 
 * Tabs module
 */
.clearfix-tabs { clear: both; }
.gk_tab_item_space { padding: 10px 0; }
div.gk_tab-style1 { position: relative; }
div.gk_tab_wrap-style1 { margin: 0 auto; }
ul.gk_tab_ul-style1 {
	list-style-type: none;
	margin: 0;
	padding: 0 12px;
	overflow:hidden;
	border-bottom: 3px solid #242424;
}
ul.gk_tab_ul-style1 li,
ul.gk_tab_ul-style1 li span,
ul.gk_tab_ul-style1 li.active span { 
	background: url(/templates/gk_twn/css/../images/menu_sprite.png) repeat-x 0 -29px; 
}
ul.gk_tab_ul-style1 li {
	float: left;
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: relative;
}
ul.gk_tab_ul-style1 li span {
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 17px;
	font-weight: bold;
	color: #333;
	background-position: 100% -159px;
	background-repeat: no-repeat;
}
ul.gk_tab_ul-style1 li:first-child span { border-left: 1px solid #eaeaea; }
ul.gk_tab_ul-style1 li.active span {
	background-position: 0 -61px;
	color: #fff;
}
div.gk_tab_container0-style1 { clear: both; }
div.gk_tab_container1-style1 { overflow: hidden; }
div.gk_tab_item-style1 {
	float: left;
	overflow: hidden;
	padding: 0;
}

/* 
 * GK News module 
 */
.gk_news_cat_100,
.gk_news_cat_50,
.gk_news_cat_33,
.gk_news_cat_25,
.gk_news_cat_20,
.gk_news_cat_16,
.gk_news_cat_14,
.gk_news_cat_12 { float:left; }
.gk_news_cat_100 { width:100%; }
.gk_news_cat_50 { width:49.9%; }
.gk_news_cat_33 { width:33.2%; }
.gk_news_cat_25 { width:24.9%; }
.gk_news_cat_20 { width:19.9%; }
.gk_news_cat_16 { width:16.5%; }
.gk_news_cat_14 { width:14.1%; }
.gk_news_cat_12 { width:12.4%; }
.clearfix { clear:both; }
.gk_news_section {
	border: 1px solid #eaeaea;
	height: 30px;
	cursor:pointer;
	clear:both;
	background: url(/templates/gk_twn/css/../images/module_sprite.png) repeat-x 0 -30px;
}
.gk_news_section h2 {
	margin:0;
	padding:0 0 0 10px;
	font-size:16px;
	width:auto;
	float:left;
	font-weight: bold;
	text-transform:uppercase;
	height: 30px;
	line-height: 30px;
}
.gk_news_section_interface {
	width:auto;
	float:right;
	height:12px;
	margin:6px 10px 6px 0;
}
.gk_news_settings {
	display:none;
	background: url(/templates/gk_twn/css/../images/loader.gif) no-repeat center center;
}
.gk_news_form {
	overflow:hidden;
	border-bottom:1px dotted #666;
	padding:15px;
}
.gk_news_categories.hide { display:block; }
.gk_news_categories {
	display:none;
	overflow:hidden;
}
.gk_news_cat_wrap { padding:10px; }
.gk_news_form_submit,
.gk_news_form_cancel,
.gk_news_form_reset {
	cursor:pointer;
	width:auto;
	float:left;
	margin:0 5px 0 0;
	background:#777;
	color:#fff;
	padding:1px 10px;
}
.gk_news_ordering {
	border:3px solid #aaa;
	background:#fff;
	z-index:100;
	top:0;
	left:0;
	display:none;
}
.gk_news_ordering>div { padding:10px; }
.hidden_block { display:none; }
.gk_news_cat_wrap h3 {
	height: auto!important;
	line-height: normal!important;
	border: none!important;
	font-size: 0.8em!important;
	background: none!important;
	margin:0;
	padding:0;
}
.gk_news_cat_wrap h3 a {
	background: url(/templates/gk_twn/css/../images/bullet_6x5.png) no-repeat 100% 50%!important;
	padding-right: 12px;
	color: #000;
}
.gk_news_ordering p {
	background:#eee;
	padding:10px;
}
.gk_news_ordering_list {
	list-style-type:square;
	padding:0 0 0 16px;
}
.gk_news_ordering_list li:first-child { border-top:none; }
.gk_news_ordering_list li {
	border-top:1px dotted #eee;
	cursor: move;
}
.gk_news_form_art_amount { clear:both; }
.gk_news_form_left {
	float:left;
	width:50%;
}
.gk_news_form_right {
	float:right;
	width:50%;
}
.gk_news_form_bottom { clear:both; }
.gk_news_w50 {
	width:49.5%;
	float:left;
}
.gk_news_w100 { width:100%; }
p.gk_news_intro_info {
	color: #666;
	font-size: 0.9em;
}
.gk_news_form {
	border: none;
	background: #333;
	color: #fff;
}
.gk_news_ordering_list {
	list-style-type: none;
	padding:0;
}
.gk_news_ordering_list li {
	border:none;
	background: #555;
	padding: 4px 4px 4px 12px;
	margin-bottom: 6px;
	font-weight: bold;
}
.gk_news_form_ordering p,
.gk_news_form_art_amount {
	font-size: 0.9em;
	color: #999;
	margin-top: 0;
}
.gk_news_form_categories {
	border-bottom: 1px solid #4c4c4c;
	padding-bottom: 12px;
}
.gk_news_form_right { width: 45%; }
.gk_news_form_art_amount select { padding: 1px; }
.gk_news_form_art_amount {
	margin: 12px 0;
	border-bottom: 1px solid #4c4c4c;
	padding-bottom: 6px;
}
.gk_news_form_art_amount p { margin:12px 0 0; }
.gk_news_section_interface span {
	background: none;
	text-indent: inherit;
	font-size: 0.8em;
	background: #fff;
	padding: 2px 6px;
	border: 1px solid #eaeaea;
	width: inherit;
	color: #666;
	font-weight: bold;
}
.gk_news_intro_comments,
.gk_npro_intro_comments {
	background: url(/templates/gk_twn/css/../images/icons_sprite.png) no-repeat -7px -28px;
	padding-left: 22px;
}
.gk_news_form_bottom div { /* go to line 631 and 650, 651 */ }
/*
 * News Show Pro GK1
 */

h4.ta_center,
p.ta_center { text-align: center; }
h4.ta_left,
p.ta_left { text-align: left; }
h4.ta_right,
p.ta_right { text-align: right; }
p.ta_justify { text-align: justify; }
img.i_left {
	display: block;
	float: left;
}
img.i_right {
	display: block;
	float: right;
}
img.i_center {
	display: block;
	margin: 0 auto;
}
a.p_left { float: left !important; }
a.p_right { float: right !important; }
a.p_center { margin: 0 auto !important; }
div.gk_npro_mainwrap {
	overflow: hidden;
	background: none;
	color: #000;
}
div.gk_npro_full_interface {
	overflow: hidden;
	min-height: 21px;
	margin: 0;
}
div.gk_npro_full_interface ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}
div.gk_npro_interface_bg {
	width: 40px;
	height: 17px;
	float: right;
}
div.gk_npro_full_scroll1,
div.gk_npro_short_scroll1 { overflow: hidden; }
div.gk_npro_full_tablewrap,
div.gk_npro_short_ulwrap,
div.gk_npro_full_prev { float: left; }
div.gk_npro_short { min-height: 21px; }
div.gk_npro_short_ulwrap ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
}
div.gk_npro_short_ulwrap ul li {
	line-height:130%;
	margin:0 0 10px;
	padding:0 0 0 8px;
}
div.gk_npro_short_ulwrap ul li.even,
div.gk_npro_short_ulwrap ul li.odd { background: url(/templates/gk_twn/css/../images/bullet_2x2.png) no-repeat 0 0.5em; }
div.gk_npro_short_ulwrap ul li h4,
div.gk_npro_short_ulwrap ul li h4 a {
	margin:0 0 3px;
	text-transform: none;
	font-size: 1em;
	font-weight: normal;
}
div.gk_npro_short_ulwrap ul li p {
	color: #000;
	font-size: 1em;
	margin: 0;
}
div.gk_npro_short_ulwrap ul li:hover p { color: #333; }
div.gk_npro_short_interface {
	border-top: 1px solid #f5f5f5;
	padding-top: 5px;
	overflow: hidden;
	margin: 2px 10px 0;
}
div.gk_npro_short_interface span {
	font-size: 11px;
	color: #666;
}
div.gk_npro_interface_bg {
	width: 40px;
	height: 17px;
	background: none;
}
div.gk_npro_short_next,
div.gk_npro_short_prev,
div.gk_npro_full_prev,
div.gk_npro_full_next {
	background: url(/templates/gk_twn/css/../images/interface_sprite.png) no-repeat 0 0;
	width: 17px;
	height: 17px;
	margin: 2px 3px 3px 0;
	float: right;
	text-indent: -999em;
	cursor:pointer;
}
div.gk_npro_short_next,
div.gk_npro_full_next { background-position: 0 -17px; }
div:hover.gk_npro_short_next,
div:hover.gk_npro_full_next { background-position: -17px -17px; }
div:hover.gk_npro_short_prev,
div:hover.gk_npro_full_prev { background-position: -17px 0; }
img.gk_npro_image {
	border: 1px solid #e5e5e5;
	padding: 2px;
	margin: 3px;
}
img.gk_npro_image_static {
	border: none;
	margin: 0;
	padding: 0;
}
.gk_npro_info {
	color: #666;
	font-size: 0.9em;
}
.gk_npro_readmore_inline {padding-left: 16px;background-position: -7px -52px;}
/* 
 * News Show Pro - Header 
 */

.nspheader h4.gk_npro_header,
.nspheader div.gk_npro_short_ulwrap ul li h4 { font: normal 24px Georgia, "Times New Roman", Times, serif; }
.nspheader div.gk_npro_short_ulwrap ul li {
	background: none!important;
	padding-left: 0;
	line-height: 160%;
}
.nspheader div.gk_npro_short_ulwrap ul li h4 { font-size: 18px; }
.nspheader div.gk_npro_short_ulwrap ul { margin: 0; }
.nspheader .gk_npro_text { margin: 0.4em 0; }
.nspheader .gk_npro_short_interface { margin: 2px 0 0; }
/* 
 * GK Headlines
 */
.gk_headlines_mwrap { position:relative; }
.gk_headlines_overlay {
	display:none;
	width:100%;
	height:100%;
	background:#fff url(/templates/gk_twn/css/../images/loader.gif) no-repeat center center;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
}
.gk_headlines_mwrap li {
	padding-left:0;
	background: none;
	line-height: 210%;
	border-bottom: 1px dotted #ddd;
}
.gk_headlines_mwrap li span {
	color: #666;
	min-width: 80px;
	margin-right:15px;
	font-style:italic;
	display:block;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.gk_headlines_mwrap li sub {
	font-size:0.8em;
	font-style:italic;
}
.gk_headlines_buttons {
	margin: 0 auto;
	padding:10px 0 0 0;
	width: 40px;
}
.gk_headlines_buttons a {
	display: block;
	float: left;
	width: 17px;
	height: 17px;
	text-indent: -10000px;
	background: url(/templates/gk_twn/css/../images/interface_sprite.png) no-repeat 0 0;
	margin-right: 3px;
}
a:hover.gk_headlines_prev { background-position: -17px 0; }
a:hover.gk_headlines_next { background-position: -17px -17px; }
a.gk_headlines_next { background-position: 0 -17px; }
/*
 * News Image Show 
 */

.gk_is_text_block h4 {
	font-size: 2.2em!important;
	font-weight: normal;
}
.gk_is_text_block p { font-size: 1.3em; }
.gk_is_popup-style3 .next,
.gk_is_popup-style3 .prev {
	background: url(/templates/gk_twn/css/../images/interface_sprite.png) no-repeat 0 -34px;
	width: 34px;
	height: 32px;
	text-indent: -10000px;
	cursor: pointer;
}
.gk_is_popup-style3 .prev {
	background-position: 0 -66px;
	left: 10px;
}
.gk_is_popup-style3 .next { right: 10px; }
/* 
 * GK Categories 
 */
.gk_cat_main { text-align: center; }
.gk_cat_main ul li {
	display: inline;
	background: none;
	padding: 0 6px;
	margin-bottom: 6px;
	border-right:1px solid #eaeaea;
	line-height: 120%;
	font-size: 0.9em;
}
.gk_cat_main ul li:first-child { padding-left: 0; }
.gk_cat_main ul li  a {color: #666;}

/* 
 * JComments | JoomlaTune | www.joomlatune.com
 */

#jc { margin: 20px 0; }
#jc h4 {
	color: #000;
	border: none;
	border-top: 1px solid #e0e0e0;
	font-size: 200%!important;
	font-weight: normal;
	line-height: 200%;
	margin-bottom: 12px;
}
#comments-form input {
	margin-bottom:5px;
	border: 1px solid #E0E0E0;
	padding: 4px;
}
#comments-form input,
#comments-form textarea {
	background:#fff;
	color:#666;
}
#comments-form label {
	color: #666;
	line-height: 180%;
}
#comments-form p,
#comments-form #comments-form-buttons,
#comments-form #comments-form-error { margin-left: 0!important; }
#comments-footer { border-top: 1px solid #e0e0e0; }
#comments .comments-list { margin: 0; }
#comments .comment-body {
	color: #000;
	line-height: 1.5em;
}
.rbox_tr,
.rbox_tl,
.rbox_br,
.rbox_bl,
.rbox_t,
.rbox_m,
.rbox_b {
	background: none;
	border: none;
}
.rbox { border-bottom: 1px solid #e0e0e0; }
#comments .comment-author,
#comments .author-homepage {
	font-size: 1.2em;
	margin-bottom: 10px;
}
#comments .comment-date {
	background: none;
	margin-left: 10px;
	font-size: 1em;
	color: #000;
}
#comments .comment-anchor {
	color: #999;
	font-size: 0.8em;
}
#comments blockquote,
#comments blockquote,
#comments .hidden,
#comments code,
#comments pre { color:#666; }
.comment-link {
	background: url(/templates/gk_twn/css/../images/icons_sprite.png) no-repeat -7px -28px;
	padding-left:22px;
}
.readmore-link {
	background: url(/templates/gk_twn/css/../images/icons_sprite.png) no-repeat -7px -52px!important;
	padding-left: 16px;
}
#comments-form .btn,
#comments-form .btn div {
	background: none;
	margin: 0;
}
#comments-form .btn a, .gk_news_form_bottom div {
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
	height:26px!important;
	line-height:26px!important;
	padding: 0 12px;
	text-decoration:none;
	background: url(/templates/gk_twn/css/../images/menu_sprite.png) repeat-x 0 -61px;
	display: block;
	margin:0;
	cursor:pointer;
	text-transform:uppercase;
	border: 1px solid #282828;
}
#comments-form .btn a:hover {
	background-position: 0 0;
	border: 1px solid #e0e0e0;
	color: #333!important;
}
.gk_news_form_bottom div {margin-right: 4px;}

/* 
 * Jcomments - latest comments module 
 */

ul.jclist li,
ul.jclist_ver1 li,
ul.jclist_ver2 li,
ul.jclist_ver2a li,
ul.jclist_ver2b li,
ul.jclist_ver3 li,
ul.jclist_ver3a li,
ul.jclist_ver3b li,
ul.jclist_ver4 li,
ul.jclist_ver4a li,
ul.jclist_ver4b li {
	margin: 0 0 10px!important;
	padding: 8px;
}
.jcl_comment {
	color: #666;
	font-style:italic;
}
.jcl_date {
	color: #999;
	font-size: 0.8em;
}

/*--------------------------------------------------------------
# The World News - December 2009 (only for Joomla 1.5)
# Copyright (C) 2007-2009 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com  
---------------------------------------------------------------*/

.gk_is_popup-style3 .next,
.gk_is_popup-style3 .prev {
	opacity: 0.85;
}
.gk_is_popup-style3 .next:hover,
.gk_is_popup-style3 .prev:hover { 
	opacity: 1; 
}
/*--------------------------------------------------------------
# The World News - December 2009 (for Joomla 1.5)
# Copyright (C) 2007-2009 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com  
---------------------------------------------------------------*/

/*
 * template.css
 */

a:link,
a:visited,
a:active {
	color: #890000;
}
a:hover {
	color: #1d1d1d;
}
div#horiz-menu li.level1>a:hover{
	color:#890000;
}
div#horiz-menu li.active>a:hover{
	color:#fff;
}
div#horiz-menu li li li,
div#horiz-menu li li li.active {
	background: #444!important;
	border-bottom: 1px solid #555;
}
#logout_area div {
	border: 1px solid #f5d1d1;
	background: #fef6f6;
	color: #890000;
}

/*
 * modules.css
 */

div.moduletable_ver2a h3 { border-top: 1px solid #f5d1d1; }
div.moduletable_ver2b h3 { border-top: 1px solid #f5f4df; }
div.moduletable_ver3a h3 { border-top: 4px solid #f5d1d1; }
div.moduletable_ver3b h3 { border-top: 4px solid #f5f4df; }

div.moduletable_ver4 {
	background: #fef6f6;
	border: 1px solid #f5d1d1;
}

div.moduletable_ver4b {
	background: #fffff3;
	border: 1px solid #f5f4df;
}
#gk_bottom div.moduletable h3,
#gk_bottom div.moduletable_menu h3,
#gk_bottom div.moduletable_text h3,
#gk_bottom div.moduletable_ver1 h3,
#gk_bottom div.moduletable_ver2 h3,
#gk_bottom div.moduletable_ver2a h3,
#gk_bottom div.moduletable_ver2b h3 {
	background: none!important;
}
div.moduletable_ver2 h3,
div.moduletable_ver2a h3,
div.moduletable_ver2b h3,
div.moduletable_ver3 h3,
div.moduletable_ver3a h3,
div.moduletable_ver3b h3 {
	background: none;
}
div.moduletable_ver1 h3 span,
div.moduletable_ver2 h3 span,
div.moduletable_ver3 h3 span {
	background: #fff;
}

/*
 * joomla.css
 */
 
div.date span strong {
	color: #1d1d1d;
	font-weight: normal;
}
.contentheading,
.componentheading {
	color: #c8001e;
} 
.tool-tip {
	background: #ffc;
	border: 1px solid #D4D5AA;
}
 
/*
 * gk_stuff.css
 */
 
#addons_a .gk_news_highlighter_interface .text,
.youah {
	color:#890000;
} 
#addons_a .gk_news_highlighter_item a:hover { 
	color: #890000; 
}
.gk_news_cat_wrap h3 a:hover { 
	color: #1d1d1d; 
}
.gk_news_ordering_list li:hover { 
	background: #1d1d1d; 
}
.gk_news_form_bottom div:hover span{
	color:#890000;
}
div.gk_npro_short_ulwrap ul li h4 a:hover,
div.gk_npro_short_ulwrap ul li:hover h4,
div.gk_npro_short_ulwrap ul li:hover h4 a { 
	color: #1d1d1d; 
}
div.gk_npro_short_ulwrap ul li h4,
div.gk_npro_short_ulwrap ul li h4 a {
	color: #890000;
}
.gk_cat_main ul li  a:hover {
	color: #1d1d1d;
}
#comments a { 
	color: #890000; 
}
#comments a:active,
#comments a:focus,
#comments a:hover { 
	color:#1d1d1d; 
}
.comments-form-message-error {
	background: #FFFFF3;
	border-top: 1px solid #F5F4DF;
	border-bottom: 1px solid #F5F4DF;
}
.comments-form-message-info {
	background: #fef6f6;
	border-top: 1px solid #f5d1d1;
	border-bottom: 1px solid #f5d1d1;
}
#comments .comment-author,
#comments .author-homepage {
	color: #890000;
}
#comments .hidden { 
	border:1px dotted #f5d1d1; 
}
.gk_news_form_bottom div:hover {
	color: #1d1d1d;
}
ul.jclist li,
ul.jclist_ver1 li,
ul.jclist_ver2 li,
ul.jclist_ver2a li,
ul.jclist_ver2b li,
ul.jclist_ver3 li,
ul.jclist_ver3a li,
ul.jclist_ver3b li,
ul.jclist_ver4 li,
ul.jclist_ver4a li,
ul.jclist_ver4b li {
	border:1px dotted #f5d1d1;
}
/*
 * typography.css
 */
 

pre,
.code1,
.code2 {
	background:#f7f7f7;
}
pre,
.code1 {
	border-left:5px solid #890000!important;
}
.code2 {
	border-top:5px solid #890000;
	border-bottom:5px solid #890000;
}
.code3 {
	border-top:1px solid #890000;
	border-bottom:1px solid #890000;
}
.code3 h4 {
	background:#fff;
}

p.info1,
p.info2,
p.info3,
p.info4 {
	background:transparent url(/templates/gk_twn/css/../images/icons/info.gif) no-repeat left center;
}
p.warning1,
p.warning2,
p.warning3,
p.warning4 {
	background:transparent url(/templates/gk_twn/css/../images/icons/warning.gif) no-repeat left center;
}
p.tips1,
p.tips2,
p.tips3,
p.tips4 {
	background:transparent url(/templates/gk_twn/css/../images/icons/tips.gif) no-repeat left center;
}
p.info2,
p.info4 {
	border-top:#d1e8f5 solid 1px;
	border-bottom:#d1e8f5 solid 1px;
	background-position:3px center;
}
p.info3,
p.info4 {
	background-color:#f4fbff;
	background-position: 7px center;
}
p.warning2,
p.warning4 {
	border-top:#f5d1d1 solid 1px;
	border-bottom:#f5d1d1 solid 1px;
	background-position: 3px center;
}
p.warning3,
p.warning4 {
	background-color:#f6eeee;
	background-position: 7px center;
}
p.tips2,
p.tips4 {
	border-top:#f5f4aa solid 1px;
	border-bottom:#f5f4aa solid 1px;
	background-position:3px center;
}
p.tips3,
p.tips4 {
	background-color:#fffff3;
	background-position: 7px center;
}

blockquote div.blockquote1 {
	background:transparent url(/templates/gk_twn/css/../images/style2/typography/open1.png) no-repeat left bottom;
}
blockquote div.blockquote1 div {
	background:transparent url(/templates/gk_twn/css/../images/style2/typography/close1.png) no-repeat right top;
}
blockquote div.blockquote2 {
	background:transparent url(/templates/gk_twn/css/../images/style2/typography/open1.png) no-repeat left top;
}
blockquote div.blockquote2 div {
	background:transparent url(/templates/gk_twn/css/../images/style2/typography/close1.png) no-repeat right top;
}
blockquote div.blockquote3 {
	background:transparent url(/templates/gk_twn/css/../images/style2/typography/open2.png) no-repeat left bottom;
}
blockquote div.blockquote3 div {
	background:transparent url(/templates/gk_twn/css/../images/style2/typography/close2.png) no-repeat right top;
}
blockquote div.blockquote4 {
	background:transparent url(/templates/gk_twn/css/../images/style2/typography/open2.png) no-repeat left top;
}
blockquote div.blockquote4 div {
	background:transparent url(/templates/gk_twn/css/../images/style2/typography/close2.png) no-repeat right top;
}

div.legend1 h4,
div.legend2 h4,
div.legend3 h4,
div.legend4 h4,
div.legend5 h4,
div.legend6 h4 {
	background: #f5f5f5;
}
div.legend3 h4:first-child,
div.legend5 h4:first-child {
	background:#e7e7e7;
}
div.legend4 h4:first-child,
div.legend6 h4:first-child {
	border:solid 1px #666;
}
div.legend1,
div.legend5,
div.legend6 {
	border:solid 1px #666;
}
div.legend2,
div.legend3,
div.legend4 {
	border-top:solid 1px #666;
	border-bottom:solid 1px #666;
}

.highlight-1 {
	background:#ffffda;
}
.highlight-2 {
	background:#890000;
	color:#fff;
}
.highlight-3 {
	background:#1d1d1d;
	color:#fff;
}
.highlight-4 {
	background:#333;
	color:#fff;
}

span.clear {
	border-top:1px solid #890000;
	border-bottom:1px solid #890000;
	color:#890000;
}
span.clear-1 {
	border-top:1px solid #1d1d1d;
	border-bottom:1px solid #1d1d1d;
	color:#890000;
}
span.clear-2 {
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	color:#333;
}
span.color {
	color:#890000;
}
span.color-1 {
	color:#1d1d1d;
}
span.color-2 {
	color:#890000;
	border-left:2px solid #890000;
}
span.color-3 {
	color:#333;
	border-left:2px solid #333;
}
span.color-4 {
	color:#890000;
	background:#fef6f6;
}
span.color-5 {
	color:#fff;
	background:#1d1d1d;
}
span.color-6 {
	color:#d48d1c;
	background:#ffe;
	border-top:1px solid #e9e9a1;
	border-bottom:1px solid #e9e9a1;
}
span.color-7 {
	background:#333;
	color:#fff;
}

ul.circle1 {
	list-style-image:url(/templates/gk_twn/css/../images/style2/typography/bullet3ul.png);
}
ul.circle2 {
	list-style-type:circle;
}
ul.bullet1 {
	list-style-image:url(/templates/gk_twn/css/../images/style2/typography/bullet_ol_1_dark.png);
}
ul.bullet2 {
	list-style-image:url(/templates/gk_twn/css/../images/style2/typography/bullet1ul.png);
}
ul.bullet3 {
	list-style-image:url(/templates/gk_twn/css/../images/style2/typography/bullet2ul.png);
}
ul.bullet4 {
	list-style-image:url(/templates/gk_twn/css/../images/style2/typography/bullet_ol_1_color.png);
}
ul.square1 {
	list-style-type:square;
}
ul.square2 {
	list-style-image:url(/templates/gk_twn/css/../images/style2/typography/bullet_squ1_dark.png);
}
ul.square3 {
	list-style-image:url(/templates/gk_twn/css/../images/style2/typography/bullet_squ1_color.png);
}

div.number1 span {
	background:transparent url(/templates/gk_twn/css/../images/style2/typography/bullet_ol_2.png) no-repeat center center;
	color:#fff;
}
div.number2 span {
	background:transparent url(/templates/gk_twn/css/../images/style2/typography/bullet_ol_2_color.png) no-repeat center center;
	color:#fff;
}

