/* Created by: Kirowski Rt. */
/* Base elements begin */

body {
	font-size: 12px;
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	background-color: #e7e7e7;
	padding: 0px;
	margin: 0px;
}

td {
	font-size: 12px;
	color: #000000;
	font-family: arial,helvetica,sans-serif;
}

a:link, a:active, a:visited
{
	color: #e20074;
	text-decoration: none;
	cursor: pointer;
}

a:hover
{
	color: #e20074;
	text-decoration: underline;
	cursor: pointer;
}

input {
	font-size: 11px;
	font-family: arial,helvetica,sans-serif;
	background-color: #ffffff;
	/*padding-bottom: 1px;*/
	/*padding-top: 1px;*/
	margin-top: -1px;
	/*line-height: 14px;*/
}

select {
	font-size: 11px;
	font-family: arial,helvetica,sans-serif;
	/*padding-top: 0px;
	margin-top: 0px;
	background-color: #ffffff;
	line-height: 14px;*/
}

textarea {
	font-size: 11px;
	font-family: arial,helvetica,sans-serif;
	color: #000000;
	background-color: #ffffff;
}

form
{
	display: inline;
}

/*made in KTI :) */
p {
	padding-right: 8px;
	padding-bottom: 14px;
	clear: left;
	border: 0px red solid;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

/*Base elements end*/


/*Bg begin*/
.KiBgfff
{
	background-color: #ffffff;
}

.KiBgf5f
{
	background-color: #f5f5f5;
}

.KiBge7e
{
	background-color: #e7e7e7;
}

.KiBgccc
{
	background-color: #cccccc;
}

.KiBg999
{
	background-color: #999999;
}

.KiBg666
{
	background-color: #666666;
}

.KiBg333
{
	background-color: #333333;
}

.KiBgMTK
{
	background-color: #8FAFCC;
}
/*Bg end*/

/*TopMenu begin */
.KiTopMenuBg
{
	background-color: #e20074;
}

.KiHeaderText
{
	height: 42px;
	background: #e20074;
}

.KiTopMenuLink a:link, .KiTopMenuLink a:active, .KiTopMenuLink a:visited, .KiTopMenuLinkLast a:link, .KiTopMenuLinkLast a:active, .KiTopMenuLinkLast a:visited
{
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

.KiLanguage a:hover, .KiTopMenuLink a:hover, .KiTopMenuLinkLast a:hover
{
	text-decoration: underline;
	color: #ffffff;
}

.KiTopMenuLink, .KiTopMenuLinkLast
{
	padding-top: 2px;
	float: right;
}

.KiTopMenuLink div
{
	padding-right: 4px;
	font-size: 11px;
	color: #ffffff;
}

.KiTopMenuLinkLast div
{
	padding-right: 5px;
	font-size: 11px;
	color: #ffffff;
}

.KiHeaderPic
{
	background-color: #ffffff;
}
/*TopMenu end */

/*History begin*/
#KiHistory
{
	background-color: #e7e7e7;
	font-size: 10px;
	width: 590px;
	padding-top: 8px;
	padding-bottom: 10px;
}

#KiHistory div
{
	padding-left: 8px;
	padding-right: 8px;
}

#KiHistory a:hover
{
	color: #e20074;
	text-decoration: underline;
}

#KiHistory a
{
	color: #000000;
	text-decoration: underline;
}

#KiHistory span
{
	color: #e20074;
}
/* History end */

/*Main menu start*/
#KiMainMenu {
	font-size: 12px;
	height: 26px;
	background: #cccccc;
	background-repeat: repeat-x;
	text-align: right;
	padding-right: 0px;
	border: 0px blue solid;
	width: 779px;
	border: 0px red solid;
	white-space: nowrap;
}

#KiMainMenu ul {
	padding: 0;
	margin: 0;
	text-align: right;
	padding-left: 189px;
}

#KiMainMenu li {
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0;
	display: block;
	padding-top: 5px;
	padding-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
	border: 0px yellow solid;
	cursor: hand;
}

#KiMainMenu li ul {
	background-image: url(../../images/header/bg_ul.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #e7e7e7;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 1px;
	min-width: 179px;
	width: 154px;
	border: 0px red solid;
	cursor: hand;
}

#KiMainMenu li a {
	display: block;
	padding-bottom: 0px;
	text-decoration: none;
}


#KiMainMenu li a:hover {
	color: #e20074;
	text-decoration: none;
}

* html #KiMainMenu li li a {
	width: 100%;
}

#KiMainMenu li a span {
	padding-left: 7px;
	padding-right: 7px;
	text-decoration: none;
	width: 0px;
	white-space: nowrap;
	cursor: hand;
}

#KiMainMenu li li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-left: 0px;
	margin-left: 0px;
	float: none;
	display: inline;
	white-space: normal;
}

#KiMainMenu li li a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 15px;
	margin: 0px;
	background: #cccccc;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-indent: -10px;
	width: 154px;
	font-family: arial,helvetica,sans-serif;
	background-image: url(../../images/header/bg_uls.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#KiMainMenu li li a:hover {
	color: #333333;
	text-decoration: none;
	background: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
}

.KiMainMenuOn
{
	background: #e7e7e7;
	background-position: right;
	color: #ffffff;
	cursor: hand;
	cursor: pointer;
}

.KiMainMenuOn a:visited,.KiMainMenuOn a:link,.KiMainMenuOn a:active, .KiMainMenuOn a:ahover
{
	color: #e20074;
	text-decoration: none;
}

.KiMainMenuOff
{
	color: #333333;
	background-image: url(../../images/header/bg_li.gif); 
	background-repeat: no-repeat;
	background-position: right;
}

.KiMainMenuOff a:visited,.KiMainMenuOff a:link,.KiMainMenuOff a:active
{
	color: #333333;
	text-decoration: none;
}

.KiMainMenuOff a:hover
{
	color: #333333;
	text-decoration: none;
}

.KiMainMenuOffLast
{
	background: #cccccc;
	color: #333333;
	border-bottom: 1px #ffffff solid;
}

.KiMainMenuOffLast a:visited,.KiMainMenuOffLast a:link,.KiMainMenuOffLast a:active
{
	color: #333333;
	text-decoration: none;
}

.KiMainMenuOffLast a:hover
{
	color: #333333;
	text-decoration: none;
}

.KiMainMenuChange
{
	background-image: url(../../images/header/bg_li2.gif);
	background-repeat: no-repeat;
	background-position: right;
	background: #cccccc;
}

.KiMainMenuChange a:visited,.KiMainMenuChange a:link,.KiMainMenuChange a:active
{
	color: #333333;
	text-decoration: none;
}

.KiHideSel
{
	visibility: hidden;
	padding-bottom: 5px;
}

.KiDontHideSel
{
	visibility: show;
	padding-bottom: 5px;
}
/*Main menu end */

/*Search begin */
#KiSearch
{
	padding-left: 6px;
}
/*Search end */

/*Left box begin */
.KiContainerLeftBox
{
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	background: #cccccc;
	font-size: 11px;
}

.KiLeftBoxTitleMTK, .KiLeftBoxTitleWithMTK
{
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background: #8FAFCC;
	margin-bottom: 5px;
}

.KiLeftBoxTitleWithMTK
{
	margin-bottom: 0px;
}

.KiLeftBoxTitleMTK div, .KiLeftBoxTitleWithMTK div
{
	padding-left: 6px;
	padding-right: 6px;
}

.KiLeftBoxPic
{
	padding-bottom: 5px;
}

.KiLeftBoxSubTitle
{
	color: #333333;
	padding-bottom: 5px;
	font-weight: bold;
	padding-left: 6px;
	width: 164px;
	font-size: 12px;
}

.KiLeftBoxMet
{
	float: left;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	border: 0px red solid;
	padding-bottom: 3px;
	padding-top: 0px;
	width: 155px;
}

.KiLeftBoxMet span
{
	font-size: 11px;
	font-weight: normal;
}

.KiLeftBoxIcon
{
	text-align: center;
	padding-top: 3px;
	clear: left;
	float: left;
	border: 0px red solid;
	width: 22px;
}

.KiLeftBoxLinkIn, .KiLeftBoxLinkInLast
{
	padding-left: 22px;
	float: left;
	clear: left;
	width: 155px;
	color: #e20074;
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: normal;
}

.KiLeftBoxLinkInLast
{
	padding-bottom: 7px;
}

.KiLeftBoxLink, .KiLeftBoxLinkLast
{
	padding-left: 16px;
	text-indent: -10px;
	float: left;
	width: 154px;
}

.KiLeftBoxLink
{
	padding-bottom: 0px;
}

.KiLeftBoxLinkLast
{
	padding-bottom: 6px;
}

.KiLeftBoxLink a:link, .KiLeftBoxLink a:visited, .KiLeftBoxLink a:active, .KiLeftBoxLinkLast a:link, .KiLeftBoxLinkLast a:visited, .KiLeftBoxLinkLast a:active
{
	color: #000000;
	text-decoration: none;
}

.KiLeftBoxLink a:hover, .KiLeftBoxLinkLast a:hover
{
	color: #000000;
	text-decoration: underline;
}

.KiLeftBoxAddText
{
	padding-left: 6px;
	padding-right: 8px;
	color: #333333;
	clear: left;
}

.KiLeftBoxAddText div
{
	width: 164px;
	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	padding-top: 5px;
	padding-bottom: 7px;
}

.KiLeftBoxLogo
{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 6px;
}

.KiLeftBoxName, .KiLeftBoxNameSmall
{
	padding-bottom: 7px;
	padding-left: 6px;
	font-size: 11px;
}

.KiLeftBoxNameSmall
{
	padding-bottom: 4px;
}

.KiLeftBoxNameSmallDesc
{
	padding-top: 5px;
	color: #e20074;
	float:left;
}

.KiLeftBoxInput, .KiLeftBoxInputSmall
{
	padding-bottom: 7px;
	padding-left: 6px;
}

.KiLeftBoxInputSmall
{
	padding-bottom: 4px;
}

.KiLeftBoxInputButton, .KiLeftBoxInputButtonSmall
{
	padding-bottom: 7px;
	padding-left: 4px;
	float: left;
}

.KiLeftBoxInputButtonSmall
{
	padding-bottom: 4px;
	float: right;
}

.KiLeftBoxInputButtonIn
{
	padding-bottom: 7px;
}

.KiSearchButton
{
	width: 49px;
	background: #e7e7e7;
}
/*Left box end*/

/*Content begin*/
#KiContents
{
	float: left;
	width: 574px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	margin: 0px;
	/* background-color: blue; */
}

#KiTitleText
{
	color: #e20074;
	font-size: 18px;
	padding-top: 7px;
	padding-bottom: 4px;
	padding-right: 27px;
}

.KiText
{
	padding-right: 8px;
	padding-bottom: 14px;
	clear: left;
	border: 0px red solid;
}

.KiTextSmall
{
	padding-right: 8px;
	padding-bottom: 7px;
	clear: left;
}

.KiText11
{
	font-size: 11px;
	clear: left;
}

.KiTextLast
{
	padding-right: 8px;
	clear: left;
}

.KiVSpacer
{
	padding: 0px;
	margin: 0px;
	padding-bottom: 18px;
	clear: left;
}

.KiVSpacerSmall
{
	padding: 0px;
	margin: 0px;
	padding-bottom: 8px;
	clear: left;
}

.KiStrong, .kiemel
{
	color: #333333 !important;
	font-weight: bold !important;
}

.KiStrong12
{
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}

.KiDigitLink, .KiDigitLinkLast, .KiDigitLinkFirst
{
	color: #e20074;
	text-indent: -10px;
	padding-left: 10px;
	clear: left;
}

.KiDigitLinkLast
{
	padding-bottom: 6px;
	clear: left;
}

.KiDigitLinkFirst
{
	padding-top: 5px;
	clear: left;
}

.KiLongLinkTitle
{
	font-weight: bold;
	color: #333333;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 8px;
}

.KiLongLink, .KiLongLinkOut
{
	text-indent: -10px;
	padding-left: 10px;
	clear: left;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px #cccccc solid;
	padding-bottom: 2px;
	padding-top: 2px;
}

.KiLongLinkOut
{
	padding-left: 19px;
	border-bottom: 0px;
	padding-bottom: 5px;
}

.KiLongLinkIn, .KiLongLinkInLast
{
	text-indent: -10px;
	padding-left: 18px;
	clear: left;
	padding-bottom: 5px;
}

.KiLongLinkInLast
{
	border-bottom: 1px #cccccc solid;
}

.KiLongLink a:link, .KiLongLink a:visited, .KiLongLink a:active, .KiLongLinkIn a:link, .KiLongLinkIn a:visited, .KiLongLinkIn a:active, .KiLongLink a:hover, .KiLongLinkIn a:hover, .KiLongLinkInLast a:link, .KiLongLinkInLast a:visited, .KiLongLinkInLast a:active, .KiLongLinkInLast a:hover
{
	color: #000000;
}

.KiComment
{
	font-size: 11px;
	color: #666666;
	clear: left;
}
/*Content end*/

/*Boxes begin*/
.KiPromoBox
{
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
}
/*Boxes end*/

/*Footer begin*/
#KiCompany
{
	font-size: 11px;
	color: #666666;
}

#KiCompany div
{
	padding-left: 6px;
	padding-top: 9px;
}

#KiCompanySpacer
{
	background: #999999;
	border-top: 8px #e7e7e7 solid;
}

#KiFooter
{
	background: #999999;
	color: #ffffff;
	font-size: 11px;
	padding-top: 8px;
	padding-bottom: 7px;
	border-top: 8px #e7e7e7 solid;
}

#KiFooter div
{
	padding-right: 4px;
	float: left;
}

#KiFooter a
{
	color: #ffffff;
	text-decoration: none;
}

#KiFooter a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/*Footer end*/

/*Home begin*/
.KiHomePic
{
	vertical-align: top;
	padding-right: 10px;
	text-align: right;
	border-right: 1px #e7e7e7 solid;
}

.KiHomeText
{
	padding-top: 34px;
	vertical-align: top;
	padding-left: 10px;
}

.KiHomeSig
{
	padding-top: 5px;
}

.KiHomeSig span
{
	font-size: 11px;
}
/*Home end*/

/*Tablazatok begin*/
.KiTablefff th, .KiTablefff td
{
	border-bottom: 1px #cccccc solid;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
}

.KiTablefff th
{
	color: #333333;
	font-weight: bold;
}

.KiTablefff a:hover, .KiTablefff a:link, .KiTablefff a:visited, .KiTablefff a:active
{
	font-size: 11px;
}

.KiTablefff span
{
	color: #e20074;
}

.KiTablee7e th
{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 8px;
	font-weight: bold;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	background: #e7e7e7;
	text-align: left;
	font-size: 12px;
}

.KiTablee7e .KiLast
{
	border-right: 0px
}

.KiTablee7e td
{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px #cccccc solid;
	background: #f5f5f5;
}

.KiTablee7e .KiAlt
{
	background: #ffffff;
}

.KiTablee7e .KiSub
{
	background: #e7e7e7;
	font-weight: bold;
}

.KiTablee7eGroup th
{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 8px;
	font-weight: bold;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	background: #e7e7e7;
	text-align: left;
	font-size: 12px;
}

.KiTablee7eGroup .KiLast
{
	border-right: 0px
}

.KiTablee7eGroup td
{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 5px;
	border-bottom: 1px #cccccc solid;
	vertical-align: top;
}

.KiTablee7eGroup .KiAlt
{
	background: #f5f5f5;
}

.KiTablee7eGroup .KiAltRow
{
	border: 0px;
}

.KiTablee7eGroup .KiSub
{
	background: #e7e7e7;
	font-weight: bold;
	padding-bottom: 2px;
}

.KiTableKeret{
	text-align:left;
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.KiTableRight{
	padding-bottom: 5px;
	border-bottom: 1px #cccccc solid;
	vertical-align: top;
}

/* Tablazatok end */

/*Lists begin*/
ul
{
	list-style-image: url(../../images/icons/list_bullet.gif);

	margin-left: 16px;
	/*margin-left: 0px;*/
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
	margin-bottom: 0px;
}

ul li
{
	padding-bottom: 3px;
}

ul.KiSubList
{
	list-style-image: url(../../images/icons/sublist_bullet.gif);
	
	margin-left: 33px;
	/*margin-left: 16px;*/
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	margin-bottom: 0px;
}

ul.KiSubList li
{
	padding-bottom: 3px;
}
/*List end*/

/*Form begin*/
.KiForm th, .KiFormBasket th
{
	background: #cccccc;
	font-weight: bold;
	padding-left: 8px;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #333333;
	border-bottom: 3px #ffffff solid;
}

.KiFormBasket th
{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 0px;
}

div.KiFormIcon, div.KiFormIconText
{
	float: right;
}

/*.KiFormIcon
{
	padding-left: 0px;
	padding-right: 0px;
}*/

.KiFormIconText, .KiFormIconText a, td.KiFormLinkLast div.KiFormIconText, td.KiFormLinkLast div.KiFormIconText a
{
	padding-left: 2px;
	padding-right: 4px;
}

.KiFormIcon, .KiFormIconText
{
	border: 0px #000000 solid;
}

td.KiFormBasket, .KiFormBasket th.KiFormBasket, .KiFormBasketLast, .KiFormLinkLast, .KiFormBasketSum
{
	text-align: right;
	color: #333333;
}

.KiFormBasket td.KiFormBasketSum
{
	font-weight: bold;
	border-bottom: 3px #cccccc solid;
	padding-bottom: 2px;
	padding-top: 5px;
}

.KiFormBasketLast, .KiFormLinkLast, .KiFormBasketSum
{
	background: #F5F5F5;
}

.KiForm td, .KiFormBasket td
{
	border-bottom: 1px #cccccc solid;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-size: 11px;
}

.KiFormBasket td
{
	padding-bottom: 1px;
	padding-top: 2px;
}
.KiFormBasket td.KiFormBasketLast, .KiFormBasket td.KiFormLinkLast
{
	padding-bottom: 5px;
	padding-top: 5px;
}

td.KiFormFirstRow
{
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-size: 11px;
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}

td.KiFormLastRow
{
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-size: 11px;
	border-bottom: 3px #ffffff solid;
}

.KiFormName
{
	width: 174px;
	float: left;
	padding-top: 3px;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}

.KiFormInput
{
	padding-left: 10px;
	float: left;
}

.KiFormInputTitle
{
	width: 174px;
	padding-top: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
}

.KiFormTextareaMove
{
	overflow: hidden;
	width:167px;
	height:89px;
	padding: 0px;
	padding-left: 3px;
	margin: 0px;
}

.KiFormInputSelect
{
	float: left;
	padding-top: 0px;
	padding-left: 10px;
}

.KiFormInputMore
{
	padding-left: 4px;
	float: left;
}

.KiFormInputMoreText
{
	padding-left: 4px;
	float: left;
	padding-top: 3px;
	font-size: 12px;
}

.KiFormInputMoreText span
{
	color: #e20074;
}

.KiFormInputMoreRadio
{
	padding-left: 4px;
	float: left;
	padding-top: 2px;
}

.KiFormCheckbox
{
	padding-left: 0px;
	float: left;
}

.KiFormComment
{
	clear: left;
	color: #666666;
	font-size: 11px;
	padding-top: 2px;
}

.KiFormCommentIn
{
	clear: left;
	color: #666666;
	font-size: 11px;
	padding-top: 2px;
	font-weight: normal;
}

.KiFormDownload
{
	padding-top: 3px;
	color: #e20074;
	font-size: 12px;
}

.KiFormLink, .KiFormLink a:active,  .KiFormLink a:link, .KiFormLink a:visited,.KiFormLinkLast, .KiFormLinkLast a:active,  .KiFormLinkLast a:link, .KiFormLinkLast a:visited
{
	padding-top: 3px;
	color: #e20074;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

 .KiFormLink a:hover, .KiFormLinkLast a:hover
{
	text-decoration: underline;
}

td.KiFormLinkLast
{
	padding-left: 10px;
}

td.KiFormSubmit
{
	padding-left: 192px;
	background: #f5f5f5;
	border: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 3px #ffffff solid;
}

.KiFormSubmit input
{
	background-color: #e7e7e7;
	font-weight: bold;
	color: #333333;
}

.KiFormWarning
{
	color: #e20074;
	font-weight: bold;
	padding-bottom: 8px;
}

.KiButton
{
	background-color: #e7e7e7;
}

.KiSearchButton
{
	width: 49px;
	background: #e7e7e7;
}
/*Form end*/

/* Kep box begin */

.KiPicContainerTextField, .KiPicContainerTextFieldBottom, .KiPicContainerTextFieldBordered
{
	background: #f5f5f5;
}

.KiPicContainerTextFieldBottom, .KiPicContainerTextFieldBordered
{
	border-bottom: 1px #cccccc solid;
}

.KiPicContainerTextFieldBordered
{
	border-top: 1px #cccccc solid;
}

.KiPicContainerPicField
{
	vertical-align: top;
	background: #cccccc;
}

.KiPicContainerPic
{
	border: 1px #cccccc solid;
}

.KiPicContainerText, .KiPicContainerNarrowText
{
	height: 115px;
	font-size: 11px;
}

.KiPicContainerText div, .KiPicContainerNarrowText div
{
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

strong
{
	color: #333333;
}

.KiPicContainerNarrowText
{
	height: 46px;

}

.KiPicContainerLinkIcon
{
	padding-left: 8px;
	margin-right: 4px;
	float: left;
}

.KiPicContainerLinkText
{
	float: left;
}

.KiPicContainerLink
{
	border: 0px red solid;
	font-size:11px;
	color: #e20074;
	height: 19px;
	padding-left: 0px;
	float: left;
}

/* Kep box end */

/*Popup begin*/
.KiPopupBorder, .KiPopupBorderPic
{
	border: 8px #e7e7e7 solid;
	padding: 8px;
	padding-top: 5px;
}

.KiPopupBorderPic
{
	padding: 0px;
	text-align: center;
}
.KiPopupTitle
{
	padding-bottom: 6px;
	color: #e20074;
	font-weight: bold;
}

.KiPopupName
{
	padding: 8px 0px 8px 8px;
	color: #e20074;
	font-weight: bold;
	background: #cccccc;
}

.KiPopupSubTitle
{
	padding-bottom: 6px;
	font-weight: bold;
	color: #333333;
}

.KiPopupInput
{
	padding-bottom: 4px;
}

.KiPopupSubmit
{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 4px;
	padding-right: 4px;
	background: #f5f5f5;
}

.KiPopupSubmit input
{
	background: #e7e7e7;
}

.KiPopupClose
{
	color: #e20074;
	font-size: 11px;
}

/*Popup end*/