/*
#------------------------------------------------------------------------
# Finance Business -August 2011 (for Joomla 1.6)
#
# Copyright (C) 2007-2011 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software. It is based on GavickPro's GAVERN framework.
NOTE:  It is not free or public. This theme is for members of the GavickPro club only.
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */
/* Basic elements */
body {
	min-height: 100%;
	background: #fff;
	color: #555;
	font-size: 13px;
	line-height: 1.8;
}
a {
	color: #3477bb;
	text-decoration: none;
	z-index: 1000002000000000000000000000;
}
a:hover,a:active,a:focus {
	color: #3477bb;
	text-decoration: underline;
}
.gkCol pre,.gkCol blockquote,.gkCol ol,.gkCol ul {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5 {
	font-weight: normal;
}
h1 {
	font-size: 240%;
}
h2 {
	font-size: 200%;
}
h3 {
	font-size: 115%;
}
h4 {
	font-size: 102%;
}
h5 {
	font-size: 100%;
}
ul {
	list-style: none;
}
ul li,ol li {
	line-height: 2.6;
}
p {
	margin: 0.5em 0;
}
.gkArticleContent p {
	margin: 10px 0;
}
/* Containers */
#gkHeader {
	border: 1px solid #e5e5e5;
	overflow: hidden;
	width: 99.9% !important;
}
#gkHeaderModule1 {
	float: left;
}
#gkHeaderModule2 {
	float: right;
}
#gkHeaderModule1 > div,#gkHeaderModule2 > div {
	border-left: 1px solid #e5e5e5;
	padding-left: 20px;
}
#gkHeaderModule1 > div {
	border-left: none;
	padding-left: 0px !important;
}
#gkPageTop {
	margin-bottom: 20px;
	min-height: 96px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom:1px solid #ff3334;
	border-top: none;
	-webkit-border-radius: 0 0 1px 1px;
	-moz-border-radius: 0 0 1px 1px;
	border-radius: 0 0 1px 1px;
	position: relative;
	overflow: visible;
}
#gkMenu {
	margin: 0px;
	clear: both;
	border-top: 0px solid #dcdcdc;
	position: relative;
	background: #ff3334;
	margin-bottom:5px;
}
#gkButtons {
	float: right;
	height: 25px;
	margin: 38px 20px 0 0;
	line-height: 24px;
	background: transparent url('../images/style1/btn.png') repeat-x 0 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#gkButtons a {
	font-size: 12px;
	display: block;
	height: 25px;
	color: #fff;
	padding: 0 17px;
	border-left: 1px solid #fff;
	float: left;
}
#gkButtons a:first-child {
	border-left: none;
}
#gkMainbodyWrap {
	padding: 30px;
	border: 1px solid #e5e5e5;
}
#gkContent {
	background: #fff;
}
/* Logo */
#gkLogo {
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
}
h1#gkLogo a img {
	display: block;
	height: 96px;
	margin: 0;
	top: 0;
	left: 0;
}
h1#gkLogo a.cssLogo {
	
	display: block;
	height: 96px;
	margin: 0;
	text-indent: -999em;
	width: 554px;
	top: 0;
	left: 0;
	z-index: 1001;
}
#gkLogo.text {
	width: auto;
	float: left;
	margin: 12px 0 0 20px;
}
#gkLogo.text a,#gkLogo.text .gkLogoSlogan {
	display: block;
	background: none;
	font-size: 40px;
	line-height: 50px;
	text-indent: 0;
	text-align: center;
	color: #1a1a1a;
	text-decoration: none;
}
#gkLogo.text .gkLogoSlogan {
	font-size: 16px;
	line-height: 10px;
	margin: -5px 0 18px 0;
}
#gkLogo.text a {
	padding: 0;
	width: auto !important;
}
/* Article breadcrumb */
#gkBreadcrumb {
	background: transparent;
	height: 42px;
	line-height: 42px;
	border-bottom: 0px solid #e5e5e5;
	margin: -30px -30px 10px -30px;
	padding: 0 20px;
}

#gkBreadcrumb .gkBreadcrumbStart {
display:none;
}

.breadcrumbs {
	float: left;
	width: 90%;
	font-size: 12px;
	color: #3477bb;
}
.breadcrumbs a {
	color: #555;
}
.breadcrumbs a:hover {
	color: #3477bb;
	text-decoration: none;
}
.breadcrumbs span,.breadcrumbs .pathway {
	float: left;
}
.breadcrumbs .separator {
	width: 6px;
	height: 24px;
	margin-left:7px;
	margin-right:7px;
	display: block;
	color:#989898;
}
#gkTools {
	float: right;
	width: auto;
	margin-top: 14px;
}
#gkTools a {
	background: url("../images/light/tools.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display: block;
	float: left;
	height: 16px;
	text-indent: -999em;
	width: 16px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1.0;
}
#gkTools a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
}
a#gkToolsReset {
	background-position: -16px 0 !important;
}
a#gkToolsDec {
	background-position: -32px 0 !important;
}
/* Top section */
#gkTop1,#gkTop2 {
	margin-bottom: 20px !important;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	width: 99.9% !important;
}
#gkTop1 .gkCol > div,#gkTop2 .gkCol > div {
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #e5e5e5 !important;
	overflow: hidden;
	margin-bottom: 15px;
}
#gkTop1 .gkCol:first-child > div,#gkTop2 .gkCol:first-child > div {
	border-left: none !important;
}
/* User section */
#gkUser1{
	margin-top: 20px !important;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	width: 99.9% !important;
}
#gkUser1 .gkCol > div,#gkUser2 .gkCol > div {
	padding-left: 7px;
	padding-right: 10px;
	border-left: 0px solid #e5e5e5 !important;
	overflow: hidden;
	margin-bottom: 15px;
	/* float: left; */
	display: block;
	clear: both;
}
#gkUser1 .gkCol:first-child > div,#gkUser2 .gkCol:first-child > div {
	border-left: none !important;
}
/* Bottom  section */
#gkBottomWrap {
	background: transparent;
	overflow: hidden;
	font-size: 12px;
	color: #fff;
	padding: 0 0 0px;
}
#gkBottomWrap .header {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
	font-size: 14px;
}
#gkBottomWrap a {
	color: #888;
}
#gkBottomWrap a:hover {
	color: #fff;
	text-decoration: underline;
}
#gkBottomWrap .box ul li {
	list-style: disc inside;
}
#gkBottom1,#gkBottom2 {
	margin: 1px 0 22px;
	float: left;
	overflow: hidden;
	border-top: 0px solid #222;
}
#gkBottom1 .gkCol > div,#gkBottom2 .gkCol > div {
	padding: 5px 20px 0;
	border-left: 5px solid #ffffff;
}
#gkBottom1 .gkCol:first-child > div,#gkBottom2 .gkCol:first-child > div {
	border-left: none;
}
/* Bottom */
#gkMiddleBar {
	height: 49px;
	line-height: 49px;
}
#gkSocialIcons {
	float: left;
	margin: 14px 0 0 20px;
}
#gkSearch {
	float: right;
}
#gkSearch input {
	background: #fff url('../images/light/search_bg.png') no-repeat right 0;
	height: 25px;
	line-height: 25px;
	color: #1b1f23;
	font-size: 12px;
	width: 200px;
	margin: 9px 18px 0 0;
	text-indent: 14px;
}
/* social icons */
#gkSocialIcons a {
	background: transparent url('../images/light/social_icons.png') no-repeat 0 0;
	display: block;
	float: left;
	height: 23px;
	margin: 0 6px 0 0;
	width: 24px;
	text-indent: -999em;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#gkIconsTwitter {
	background-position: -24px 0 !important;
}
#gkIconsVimeo {
	background-position: -48px 0 !important;
}
#gkSocialIcons a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
/* Footer */
#gkFooterWrap {
	clear: both;
	margin-top: 20px;
	overflow: hidden;
	border-top: 0px solid #e5e5e5;
}
#gkFooter {
	margin: 0 auto;
	padding: 20px 4px;
	width: auto;
}
#gkFooterNav {
	text-align:center;
}
#gkFooterNav ul li {
	float: left;
	font-size: 11px;
	border-top: none !important;
	padding: 0 10px;
	line-height: 11px;
	margin: 0;
	border-left: 0px solid #dcdcdc;
}
#gkFooterNav ul li:first-child {
	border-left: none;
	padding-left: 0;
}
#gkFooter a {
	color: #555;
}
#gkStyleArea {
	margin-left: 20px;
}
#gkStyleArea,#gkCopyrights,span.mobileSwitcher a {
	font-size: 11px;
	line-height: 11px;
}
span.mobileSwitcher a {
	margin: 6px 10px 0 0;
	font-weight: bold;
}
#gkStyleArea a {
	display: block;
	width: 12px;
	height: 11px;
	float: left;
	text-indent: -9999em;
	background: url('../images/colors.png') no-repeat 0 0;
}
a#gkStyle2 {
	background-position: -15px 0 !important;
}
a#gkStyle3 {
	background-position: -30px 0 !important;
}
a#gkStyle4 {
	background-position: -45px 0 !important;
}
#gkFrameworkLogo {
	display: block;
	width: 130px;
	height: 42px;
	margin: 23px auto 46px;
	background: url('../images/framework-logo.png') no-repeat 0 0;
	text-indent: -9999em;
}
/* Module styles */
.box > h3,.box_menu > h3,.box_text > h3 {
	font-size: 14px;
	font-weight: normal;
	color: #1a1a1a;
	padding: 12px 0 0 0;
	margin: 0 0 6px 0;
	text-transform: uppercase;
}
.box > h3 a,.box_menu > h3 a,.box_text > h3 a {
    color: #1a1a1a;
}
#gkWrap2 .box ul {
	padding: 0;
}
#gkWrap2 .box ul li {
	border-top: 1px solid #e5e5e5;
	list-style-type: none;
	line-height: 20px;
}
#gkWrap2 .box ul li a{
	font-weight: bold;
	padding-left: 7px;
}
#gkWrap2 .box ul li:first-child {
	border-top: none;
}
#gkMain .box,#gkMain .box_menu,#gkMain .box_text {
	padding: 0 20px 20px 20px;
	border: 1px solid #e5e5e5;
}
.box,.box_menu,.box_text {
	margin-top: 20px;
}
.box:first-child,.box_menu:first-child,.box_text:first-child {
	margin-top: 0px;
}
.content {
	clear: both;
}
.content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* restrictions */
.box .nsp {
	position: relative;
}
/* suffixes*/
/* _text */
#gkWrap2 .box_text .bannergroup_text {
	font-weight: normal;
	font-size: 115%;
}
#gkWrap2 .box_text .banneritem {
	font-size: 87%;
}
#gkWrap2 .box_text .bannerfooter {
	font-size: 73.9%;
	text-align: right;
	font-style: italic;
}
#gkWrap2 .box_text .bannerfooter a {
	text-decoration: underline;
}
#gkWrap2 .box_text .banneritem {
	border-bottom: 1px solid #e5e5e5;
	margin-top: 10px;
	padding-bottom: 10px;
}
/* clear */
.box.clear,.box.clear > div.content {
	padding: 0 !important;
	background: none !important;
	border: none !important;
	margin: 0 !important;
}
/* clean */
.box.clean,.box.clean > div.content {
	padding: 0 !important;
}
/* font1 */
#gkWrap2 .box.font1 > h3,#gkWrap2 .box_menu.font1 > h3,#gkWrap2 .box_text.font1 > h3 {
	font-size: 40px;
	line-height: 40px;
	letter-spacing:-3px;
}
/* font2 */
#gkWrap2 .box.font2,#gkWrap2 .box_menu.font2,#gkWrap2 .box_text.font2 {
	background: #f7f7f7;
}
/* smaller */
#gkWrap2 .box.smaller > h3,#gkWrap2 .box_menu.smaller > h3,#gkWrap2 .box_text.smaller > h3 {
	font-size: 14px;
}
/* color */
#gkWrap2 .box.color > h3,#gkWrap2 .box_menu.color > h3,#gkWrap2 .box_text.color > h3,#gkWrap2 .box.color > h3 a,#gkWrap2 .box_menu.color > h3 a,#gkWrap2 .box_text.color > h3 a {
	color: #3477bb;
}
/* color1 */
#gkWrap2 .box.color1 > h3,#gkWrap2 .box_menu.color1 > h3,#gkWrap2 .box_text.color1 > h3 {
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding: 1px 6px 0;
	margin: 16px 0;
	float: left;
	background: #e73f23;
	color: #fff;
}
/* color2 */
#gkWrap2 .box.color2 > h3,#gkWrap2 .box_menu.color2 > h3,#gkWrap2 .box_text.color2 > h3 {
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding: 1px 6px 0;
	margin: 16px 0;
	float: left;
	background: #a864a8;
	color: #fff;
}
/* color3 */
#gkWrap2 .box.color3 > h3,#gkWrap2 .box_menu.color3 > h3,#gkWrap2 .box_text.color3 > h3 {
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding: 1px 6px 0;
	margin: 16px 0;
	float: left;
	background: #f26522;
	color: #fff;
}
/* color4 */
#gkWrap2 .box.color4 > h3,#gkWrap2 .box_menu.color4 > h3,#gkWrap2 .box_text.color4 > h3 {
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding: 1px 6px 0;
	margin: 16px 0;
	float: left;
	background: #f06eaa;
	color: #fff;
}
/* color1-color4 */
#gkWrap2 .box.color1 > h3 a,#gkWrap2 .box_menu.color1 > h3 a,#gkWrap2 .box_text.color1 > h3 a,#gkWrap2 .box.color2 > h3 a,#gkWrap2 .box_menu.color2 > h3 a,#gkWrap2 .box_text.color2 > h3 a, #gkWrap2 .box.color3 > h3 a,#gkWrap2 .box_menu.color3 > h3 a,#gkWrap2 .box_text.color3 > h3 a,#gkWrap2 .box.color4 > h3 a,#gkWrap2 .box_menu.color4 > h3 a,#gkWrap2 .box_text.color4 > h3 a {
    color:#fff;
}    
#gkWrap2 .box.color1 .content,#gkWrap2 .box_menu.color1 .content,#gkWrap2 .box_text.color1 .content,#gkWrap2 .box.color2 .content,#gkWrap2 .box_menu.color2 .content,#gkWrap2 .box_text.color2 .content,#gkWrap2 .box.color3 .content,#gkWrap2 .box_menu.color3 .content,#gkWrap2 .box_text.color3 .content,#gkWrap2 .box.color4 .content,#gkWrap2 .box_menu.color4 .content,#gkWrap2 .box_text.color4 .content {
	padding-top: 10px;
}
/* icons suffixes */
#gkWrap2 .box.icon-rss > h3,#gkWrap2 .box.icon-mail > h3,#gkWrap2 .box.icon-alert > h3,#gkWrap2 .box.icon-cog > h3,#gkWrap2 .box.icon-clock > h3,#gkWrap2 .box.icon-calendar > h3,#gkWrap2 .box.icon-chat > h3,#gkWrap2 .box.icon-marker > h3,#gkWrap2 .box.icon-document > h3,#gkWrap2 .box.icon-mac > h3,#gkWrap2 .box.icon-ipad > h3,#gkWrap2 .box.icon-info > h3,#gkWrap2 .box.icon-access > h3 {
	padding-left: 45px;
	background: transparent url('../images/style1/module_icons.png') no-repeat 0 0;
	padding-top: 0;
	height: 32px;
	margin-top: 10px;
}
.box.icon-rss > h3 {
	background-position: 0 0 !important;
}
.box.icon-mail > h3 {
	background-position: 0 -42px !important;
}
.box.icon-alert > h3 {
	background-position: 0 -76px !important;
}
.box.icon-cog > h3 {
	background-position: 0 -120px !important;
}
.box.icon-clock > h3 {
	background-position: 0 -158px !important;
}
.box.icon-calendar > h3 {
	background-position: 0 -198px !important;
}
.box.icon-chat > h3 {
	background-position: 0 -244px !important;
}
.box.icon-marker > h3 {
	background-position: 0 -278px !important;
}
.box.icon-document > h3 {
	background-position: 0 -324px !important;
}
.box.icon-mac > h3 {
	background-position: 0 -369px !important;
}
.box.icon-ipad > h3 {
	background-position: 0 -419px !important;
}
.box.icon-info > h3 {
	background-position: 0 -461px !important;
}
.box.icon-access > h3 {
	background-position: 0 -509px !important;
}
/* popup */
#gkPopupOverlay,#gkPopupLogin,#gkPopupRegister {
	display: none;
	overflow: hidden;
	width: 520px;
	margin-left: -320px;
	position: fixed;
	z-index: 1000002;
	left: 50%;
	top: 50%;
	background: #fff;
}
#gkPopupLogin,#gkPopupRegister {
	-webkit-box-shadow: 0 0 15px #999;
	-moz-box-shadow: 0 0 15px #999;
	box-shadow: 0 0 15px #999;
}
#gkPopupLogin {
	width: 300px;
	margin-left: -150px;
}
.gkPopupWrap {
	padding: 25px 0 25px 25px;
	margin: 4px;
}
#gkPopupOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000001;
	top: 0;
	left: 0;
	background: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=77)";
	filter: alpha(opacity=77);
	opacity: 0.77;
	margin-left: 0;
	border: none;
}
.gkPopupWrap h3 {
	font-size: 28px;
	line-height: 32px;
	margin: 0 0 10px 0;
	color: #373636;
	letter-spacing:-1px;
}
#gkPopupRegister dl dt:first-child {
	font-size: 10px;
	display: block;
	width: 100%;
}
#gkPopupRegister dt {
	float: left;
	width: 35%;
	clear: both;
}
#gkPopupRegister dt,#gkPopupRegister dd {
	line-height: 41px;
	height: 41px;
}
#gkPopupRegister legend {
	display: none;
}
#gkPopupRegister dd:last-child {
	height: 130px;
	width: 100%;
	clear: both;
}
#gkPopupLogin input[type="text"],#gkPopupLogin input[type="password"] {
	clear: both;
	display: block;
	width: 235px;
}
#gkPopupRegister input[type="text"],#gkPopupRegister input[type="password"],#gkPopupRegister input {
	width: 271px;
}
#login-form .buttons {
	width: 100%;
	clear: both;
	overflow: hidden;
}
#login-form li {
	line-height: 2.0;
	padding-left: 15px;
	background: transparent url('../images/style1/menu_dot.png') no-repeat 5px center;
}
#gkPopupRegister dd:last-child {
	height: 120px;
}
h1,
h2,
h3,
h4,
h5,
div.gk-menu > ul.level0 > li,
div#gkDropMain > ul > li,
#gkWrap2 .box_text .bannergroup_text,
.search-results dt.result-title a,
.nspMainPortalMode3 .nspTitleTab .nspTitle,
.registration legend,
.gkIsTextTitle a,
.k2store_product_price span.product_price,
tr.cart_subtotal td+td,
div#k2storeCartPopup div.componentheading span,
.nspK2store span.nspK2storePrice {
	text-transform: uppercase!important;
}
#gkWrap2 .box_text .banneritem,
#gkWrap2 .box_text .bannerfooter {
	text-transform: none !important;
}
#gkWrap2 .box_text .bannergroup_text {
	font-size:90%;
}
#gkWrap2 .box_text .banneritem {
    font-size:115%;
}
#gkWrap2 .box_text .bannerfooter {
    font-size:94.4%;
}

#gkHeaderModule1 div.box div div p {
margin:0px;
line-height:0px;
}

div.gk-menu > ul.level0 > li {
text-align:center;
display:block;
float:none;
display: table-cell;
  width: auto;
 line-height: 10px;
}

div.gk-menu > ul.level0 {
    width: 100%;
    display: table;
    table-layout: fixed;
	 line-height: 10px;
}

#kereses {
position:absolute;
right:1px;
top: 40px;
}

#kereses input.button {
background:none;
color: #c6c6c6;
float:right;
display:inline;
padding-top:4px;
text-transform:none;
font-weight:normal;
font-size: 12px;

}

#kereses input#mod-search-searchword {
border:2px solid black;
background-color:#ffffff;
}

#gkUser1header {
background-color: #ff3334;
border:0px;
text-transform: uppercase;
color:#ffffff;
padding-left:10px;
letter-spacing: 4px;
font-size:11px;
font-weight:normal;
padding-top:3px;
}

.k2ItemsBlock .moduleItemImage {
margin: 0px;
border: 1px solid #dadada;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 2px;
padding-right: 0px;
}

.k2ItemsBlock ul li .moduleItemIntrotext a.moduleItemImage img {
margin:0px;
}

.k2ItemsBlock ul li .moduleItemIntrotext {
padding: 0px;
text-align:left;
}

#headertitle {
text-transform: uppercase;
color: #fc3532;
font-size:11px;
font-weight:bold;
}

#gkUser2 {
border:0px;
margin-top: 20px !important;
overflow: hidden;
width: 99.9% !important;
}

#gkUser2 .gkCol > div {
padding-left:0px;
margin-bottom:0px;
padding-right:0px;
}

#gkuseruser7 div.content{
height:180px;
}

#gkuseruser7 {
border:1px solid #e5e5e5;
}

#gkbottombottom2 div.box, #gkbottombottom3 div.box, #gkbottombottom4 div.box, #gkbottombottom5 div.box{
background-color: #e5e5e5;
}

#gkMiddleBar {
display:none;
}

#gkFooter {
background-color: #000000;
}

#gkFooter  a{
color:#ffffff;
}

#gkCopyrights {
color:#ffffff;
}

#gkFooter {
text-align:center;
}

#gkFooterNav {
padding-left:265px;
text-transform:uppercase;
}

#gkFooterNav ul {
display:inline;
}

#gkWrap3 #gkBottomWrap div.gkCol div.box h3.header {
background-color: #ff3a37;
margin:0px;
padding:0px;
width:150px;
padding-left:5px;
font-size:12px;
margin-top:8px;
}

#gkBottom1 p {
color:#000000;
}

#gkBottom1 textarea {
background-color:#ffffff;
border:1px solid black;
}

#gkBottom1 select {
background-color:#ffffff;
border:1px solid black;
width:150px;
}

#gkbottombottom2 div.box, #gkbottombottom3 div.box, #gkbottombottom4 div.box, #gkbottombottom5 div.box {
min-height: 580px;
}

.itemToolbar {
margin:0px;
}

span.menu-title:hover, a.haschild span.menu-title {
background-color: #ff3334;
}

div.gk-menu > ul.level0 > li > .childcontent {
background:none;
}

.item h4 a {
font-size:12px;
line-height:5px;
}

div#txmod_141 .item h4 {
margin-top:0px;
}

div.gk-menu > ul.level0 > li > a span {
font-size:10px;
}

div.mod-languageslang {
position:absolute;
top:40px;
right:280px;
}

div.mod-languageslang ul li {
list-style-type: none;
display:inline;
}

div#kereses img{
display:inline;
position:absolute;
white-space:none;
left:-28px;
top:6px;
}

div.mod-languageslang li a {
color: #ff3334;
}

div.mod-languageslang li a:active, div.mod-languageslang li a:hover, div.mod-languageslang li a:focus {
color: #ff3334;
text-decoration:none;
}

#gkUser1 div.gkBoxWrap div.box div.content p {
line-height:15px;
}

#hirek {
color:#ff3737;
bottom:0px;
padding-left:40px;
z-index:10000;
}

#txmod_141 {
height:160px;
}

#hirek a{
color:#ff3737;
text-transform:uppercase;
font-weight:bold;
}

.gkIsText {
display:none;
}

div.orgdiagram a.bp-readmore {
display:none;
}

#toc {
	position: absolute;
	top:0px;
	left:-10px;
	width: 200px;
	max-width: 200px;
	display:inline;
	float:left;
	border:0px solid #e5e5e5;
	background: transparent;
	z-index:9999;
}

div.fixed {
position: fixed;   
top: 20px;  
}


#k2Container {
display:inline;
position:relative;
top:1px;
}

#autoanchormenu_140 ul li {
	width: 200px;
	list-style-type: none;
	padding-left:-2px;
	line-height:13px;
	padding-bottom:16px;
	font-weight:normal;
}

#autoanchormenu_140 ul li a{
	font-size:12px;
	text-decoration:none;
	color:#989898;
	text-transform:none;
}


#autoanchormenu_140 ul li a:hover{
	text-decoration:none;
	color:#989898;
}

span.toch1 {
font-size:14px;
font-weight:bold;
padding-left:0px;
color:#fd0601;
}


#autoanchormenu_140 ul {
	width: 200px;
}

#autoanchormenu_140 {
	width: 200px;
	padding-right:10px;
	padding-left:0px;
	padding-top:10px;
	padding-bottom:10px;
}

div.itemHeader {
position:relative;
z-index: 10;   //2013.12.13 linkek nem voltak láthatóak a Chrome-ba
}

div.itemToolbar, div.itemLinks {
display:inline;
z-index: 10;   //2013.12.13 linkek nem voltak láthatóak a Chrome-ba
}

div.itemBody {
position:relative;
top:0px;
z-index: 10;   //2013.12.12 linkek nem voltak láthatóak a Chrome-ba
}

div.itemBody2 {
position:relative;
top:0px;
}

#itemJobbHasab {
float:right;
display:inline;
width:700px;
max-width:700px;
}

#k2Container .itemBody{
padding-top:0px;
min-width:700px;
width:700px;
top:1px;
float:right;
left:8px;
}

#k2Container .itemBody2{
padding-top:0px;
}

.google-visualization-orgchart-node {
font-size:10px;
}

#k2Container .itemFullText ul li {
line-height:1em;
}

div.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background: #272727;
border: 10px solid black;
color: white;
padding: 3px;
width: 250px; /*width of tooltip*/
}

#gkHeaderModule2 div.boxngm {
padding-left:0px;
border-left:0px; 
}

#orgchart table tr td {
padding:0px; 
}

#orgchart {
border:0px;
}

#toc ul.menu li {
line-height:14px;
font-size:12px;
color:#989898;
padding-bottom:12px;
}

#toc ul.menu li a{
color:#989898;

}

div.breadcrumbs a.pathway {
color:#bfbfbf;
}

div.breadcrumbs span.pathway {
color:#494949;
}

div#itemJobbHasab h2.itemTitle {
text-transform:none!important;
color:#656565;
padding-left:8px;
}

div#itemJobbHasab div.itemToolbar ul{
padding-left:8px;
}

input#modlgn-username, input#modlgn-passwd {
background-color: #ffffff;
border: 1px solid black;
width: 200px;
}

div.boxidopont {
margin-top:0px;
}

.powered_by, .powered_by_1 {
display:none;
}

span.toch1, #autoanchormenu_140 ul li a.auto_anchor_menu_item {
text-transform:uppercase;
}
 
div.login-greeting {
color:black;
padding-top:7px;
padding-bottom:7px;
}

div.search label {
color:black;
}

div.search input.inputbox {
width:170px;
}

div.calendar tr.headrow {
position:relative;
max-height:30px;
}


div.calendar tr.headrow td {

}

#keresesgomb {
cursor:pointer;
}

#gkUser1 div.gkBoxWrap div.box div.content div.topbox p.question {
padding-top:15px;
padding-bottom:15px;
}

#k2ModuleBox133 ul li p {
display:none;
}

#k2ModuleBox133 ul li p.text {
display:block;
}

#k2ModuleBox207 ul li.lastItem p {
display:none;
}

#k2ModuleBox207 ul li.lastItem p.text {
display:block;
}

#k2ModuleBox208 ul li.lastItem p {
display:none;
}


div.jvotesystem div.endbox {
padding-top:10px;
}

div.pagebox div.answersnavi {
padding-top:5px;
}

div.pagebox {
padding-top:10px;
}

span.answertext {
padding-left:8px;
}

div.customkereses {
display:inline; 
float:left;
margin-right: 20px;
}

td.customkeresestd {
}

td.customkeresestdhighlight {
background: #efefef;
font-weight:bold;
}

table.jd_search_form {
border:1px solid grey;
width:900px;
max-width:900px;
min-width:900px;
}


#valaszto1, #valaszto2, #valaszto3 {
max-width:190px;

}

div.box div.content form.Chronoform div.ccms_form_element label {
color: #000000;
font-size:12px;
font-weight: normal;
line-height:14px;
margin:0px 0 3px;
}

#gkbottombottom2 .ccms_form_element {
padding-left:0px;
}

div.box div.content form.Chronoform div.ccms_form_element input.elkuld {
padding:0px !important;
padding-left:3px !important;
padding-right:3px !important;
}

div.box div.content form.Chronoform .ccms_form_element {
margin-bottom:0px;
}

div.chronoform {
display:none;
}

.ccms_form_element input, textarea, input[type="file"] {}

#kerdezo_felulet {
width: 600px;
}

#kerdezo_felulet .oszlop1{
max-width: 300px;
min-width: 300px;
width: 300px;
}

#kerdezo_felulet .oszlop2{
width: 300px;
}

#url1 a{
color:#ff3334;
font-size: 14px;
font-weight:bold;
}

div#gkuseruser1 div.box div.content p{
font-size: 11px;
text-align: justify;
word-spacing:1px;
}

div#gkuseruser2 div.box div.content p{
font-size: 11px;
text-align: justify;
word-spacing:1px;
}

div#gkuseruser3 div.box div.content p{
font-size: 11px;
text-align: justify;
word-spacing:1px;
}

div#gkuseruser4 div.box div.content span.szavazo{
font-size: 11px;
text-align: justify;
word-spacing:1px;
line-height: 15px;
margin-top:0.5em;
padding:0;
display:block;
}

div.jvotesystem div.endbox {
display:none;
}

div.jvotesystem {
}

div.moduleItemIntrotext a.moduleItemImage img {

}

#chrono_verification1_container_div,#id2_container_div,#id3_container_div,#id4_container_div,#input_textarea_91_container_div,#input_text_51_container_div,#input_submit_81_container_div {
display:none;
}

#gkbottombottom2 div.content p {
font-size: 12px;
text-align: justify;
word-spacing:1px;
}

#gkbottombottom3 div.content p {
font-size: 12px;
text-align: justify;
word-spacing:1px;
}

#gkbottombottom4 div.content p {
font-size: 12px;
text-align: justify;
word-spacing:1px;
}

.display_none {
display:none;
}

.kerdes {
font-weight:bold;
}

.tartalomra a {
padding-left:15px;
padding-top:7px;
position: absolute;
left:80px;
font-size: 20px;
font-weight:bold;
color: #fc3532;
}

.tartalomra img {
position: absolute;
top:15px;
}

.tartalomra a:hover {
color: #fc3532;
}

.thankyoumailalert {
color:#ff3a37;
font-weight:bold;
font-size:16px;
padding-top:10px;
}

#datumvalasztasalert {
color:#ff3a37;
font-weight:bold;
font-size:14px;
position:relative;
top:-10px;
}

div.span12 div.tabbable ul.nav-pills {
display:none;
}

#sablonvalaszto {
display:none;
}

p.hint {
color:red;
font-weight:normal;
font-size: 10px;
line-height:1.2 !important;
}

.navi a.scaling {
padding-right:40px;
}

.jvs-module .navi div.naviWeiter  {
right: 25px;
position: relative;
}

.jvs-module .navi div.naviWeiter a.answerlist {
padding-right:40px;
}

div.naviPages a.barchart {
padding-right:46px;
}

div.box div.content ul.menu li {
padding-top:9px;
line-height:1.5;
}
div.onmegnem {
font-size:12px;
font-weight:normal;
color:black;
}

#tartozkodasideje {
max-width:230px;
}