/* hacks - do not remove! */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {}

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,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0px;
	padding: 0px;
}

/* basic styles */

.bh-gray {
	color: #5b5b5b;
}

.bh-normal {
	color: #005190;
}

.bh-highlight {
	color: #ff7800;
}

body {
	font-family: verdana, tahoma, arial, sans-serif;
	background: #fff;
	color: #5b5b5b;
	font-size: 10pt;
	text-align: center;
}

img {
	border: 0px;
}

a {
	color: #005190;
	text-decoration: none;
}

a.visited {
	color: #005190;
}

a:hover,
a.visited:hover {
	color: #ff7800;
}

a.visited.pic:hover,
a.pic:hover {
	border: 0px;
}

/* layout */

div#page-top-banner {
	padding: 10px 0px 8px 0px;
	background: url('../images/page-top-banner-bg.png') repeat-x bottom center;
}

div#page-bottom-banner {
	width: 988px;
	border-left: 1px dotted #c9c9c9;
	border-right: 1px dotted #c9c9c9;
	margin: 10px auto 10px auto;
}

div#page-upper {
	height: 97px;
	background: url('../images/page-upper-bg.png') repeat-x top center;
}

div#page-lower {
	background: url('../images/page-lower-bg.png') repeat-x top center;
}

div#page-foot {
	width: 1000px;
	margin: auto;
}

div#page-foot-bg {
	background: url('../images/page-foot-bg.png') repeat-y;
}

div#page-foot-top {
	padding-top: 4px;
	background: url('../images/page-foot-top-bg.png') no-repeat top center;
}

div#page-foot-bottom {
	padding-bottom: 4px;
	background: url('../images/page-foot-bottom-bg.png') no-repeat bottom center;
}

div#page-foot-content {
	font-size: 8pt;
	padding-top: 1px;
}

p#page-foot-left {
	float: left;
	padding-left: 13px;
}

p#page-foot-right {
	float: right;
	padding-right: 13px;
}

div#page-foot-clear {
	width: 1000px;
	clear: both;
	line-height: 0px;
	height: 0px;
}

div#logo-menu {
	position: relative;
	margin: auto;
	width: 1000px;
	height: 97px;
	background: url('../images/logo-menu-bg.png') no-repeat;
}

a#logo {
	display: block;
	width: 480px;
	height: 97px;
	margin: auto;
}

/* mainmenu */

ul#menu-left,
ul#menu-right {
	position: absolute;
	font-size: 8pt;
	padding: 0px 10px 0px 10px;
	top: 22px;
	list-style-type: none;
	list-style-position: outside;
}

ul#menu-left {
	text-align: left;
	left: 0px;
}

ul#menu-right {
	text-align: right;
	right: 0px;
}

ul#menu-left,
ul#menu-right,
ul#menu-left li,
ul#menu-right li {
	margin: 0;
	padding: 0;
}

ul#menu-left li,
ul#menu-right li {
	height: 19px;
}

ul#menu-left li a.item,
ul#menu-right li a.item {
	border: 0px;
	display: block;
}

ul#menu-left li a.item {
	padding-left: 12px;
	background: url('../images/bullet-blue-left.png') no-repeat left center;
}

ul#menu-right li a.item {
	padding-right: 12px;
	background: url('../images/bullet-blue-right.png') no-repeat right center;
}

ul#menu-left li a.item:hover {
	background: url('../images/bullet-orange-left.png') no-repeat left center;
}

ul#menu-right li a.item:hover {
	background: url('../images/bullet-orange-right.png') no-repeat right center;
}

ul#menu-left li a.item.grey {
	color: #5b5b5b;
	background: url('../images/bullet-grey-left.png') no-repeat left center;
}

ul#menu-right li a.item.grey {
	color: #5b5b5b;
	background: url('../images/bullet-grey-right.png') no-repeat right center;
}

ul#menu-left li a.item.grey:hover {
	color: #005190;
	background: url('../images/bullet-blue-left.png') no-repeat left center;
}

ul#menu-right li a.item.grey:hover {
	color: #005190;
	background: url('../images/bullet-blue-right.png') no-repeat right center;
}

/* services menu */

li#menu-services-handle {
	position: relative;
}

li#menu-services-handle a {
	position: relative;
	z-index: 699;
}

div#menu-services-bg {
	visibility: hidden;
	width: 646px;
	height: 213px;
	background: url('../images/servicesmenu-bg.png') no-repeat;
	position: absolute;
	top: -16px;
	left: -18px;
	z-index: 697;
}

div#menu-services {
	visibility: hidden;
	width: 646px;
	height: 213px;
	position: absolute;
	top: -16px;
	left: -18px;
	z-index: 698;
}

div#menu-services ul {
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	position: absolute;
	top: 60px;
}

ul#menu-services-left {
	left: 20px;
}

ul#menu-services-right {
	left: 350px;
}

div#menu-services ul li {
	background: no-repeat 2px 4px;
	height: 48px;
}

div#menu-services ul,
div#menu-services ul li {
	margin: 0;
	padding: 0;
}

div#menu-services ul li a {
	height: 48px;
	padding-left: 38px;
	display: block;
}

div#menu-services ul li#real-estate {
	background-image: url('../images/icon-immovable-estate.png');
}
div#menu-services ul li#personal {
	background-image: url('../images/icon-personal.png');
}
div#menu-services ul li#free-use {
	background-image: url('../images/icon-free-use.png');
}
div#menu-services ul li#debt-settlement {
	background-image: url('../images/icon-debt-settlement.png');
}
div#menu-services ul li#vehicle-leasing {
	background-image: url('../images/icon-vehicle-leasing.png');
}
div#menu-services ul li#corporate {
	background-image: url('../images/icon-corporate.png');
}

div#menu-services ul li a span {
	font-size: 11pt;
	font-family: verdana, sans-serif;
	position: relative;
	top: 10px;
}

/* content box */

div#content-box {
	width: 1000px;
	margin: auto;
}

div#content-box-bg {
	background: url('../images/content-box-bg.png') repeat-y;
}

div#content-box-top {
	background: url('../images/content-box-top-bg.png') no-repeat top center;
}

div#content-box-bottom {
	padding-bottom: 5px;
	background: url('../images/content-box-bottom-bg.png') no-repeat bottom center;
}

div#content-box-left {
	width: 735px;
	float: left;
	margin-top: 5px;
}

div#content-box-right {
	width: 255px;
	float: right;
	margin-top: 5px;
}

div#content-box-clear {
	clear: both;
	width: 1000px;
	height: 0px;
	line-height: 0px;
}

div#content-box-content {
	margin: 10px 10px 10px 15px;
	text-align: left;
	font-size: 10pt;
}

div#content-box-banners {
	margin: 10px 5px 10px 0px;
	text-align: center;
}

/* submenu */

div#submenu,
ul#submenu-items,
ul#submenu-items li,
ul#submenu-items li a {
	position: relative;
	height: 30px;
	display: block;
}

ul#submenu-items,
ul#submenu-items li {
	margin: 0;
	padding: 0;
}

div#submenu {
	margin-left: 5px;
	background: url('../images/submenu-bg.png') no-repeat;
}

ul#submenu-items li {
	float: left;
	z-index: 599;
}

ul#submenu-items li a {
	padding-left: 30px;
	padding-right: 30px;
}

ul#submenu-items li.first a {
	padding-left: 10px;
}

ul#submenu-items li a:hover,
ul#submenu-items li a.visited:hover {
	border: 0px;
}

ul#submenu-items li a span {
	position: relative;
	top: 7px;
}

div#submenu-slider {
	height: 3px;
	width: 0px;
	position: absolute;
	top: 26px;
	left: 10px;
	background: url('../images/submenu-slider.png') repeat-x;
	z-index: 598;
}

/* articles */

h2.article-title {
	font-family: verdana, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #005190;
	padding: 0.3em 0 0.4em 0;
}

span.article-sub {
	font-size: 8pt;
	color: #aaa;
}

p.article-body {
	text-align: justify;
	line-height: 150%;
}

p.article-foot {
	text-align: right;
	font-size: 8pt;
}

img.article-image {
	border: 1px dashed #ccc;
	padding: 1px;
}

img.article-image.left-aligned {
	margin: 5px 5px 5px 0px;
	float: left;
}

img.article-image.right-aligned {
	margin: 5px 0px 5px 5px;
	float: right;
}

/* banners */

div.banner-920x110 {
	width: 920px;
	height: 110px;
	position: relative;
	margin: auto;
}

div.banner-920x110 img.ad-sign {
	position: absolute;
	top: 32px;
	right: -14px;
}

div.banner-234x60 {
	width: 234px;
	height: 74px;
	position: relative;
	margin: 0px auto 8px auto;
}

div.banner-234x60 img.ad-sign {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

/* Form elements */

div.textarea {
	border: 1px solid #cacaca;
	background: #fff;
}

div.textarea div {
	padding: 3px;
}

textarea {
	font-family: verdana, tahoma, sans-serif;
	font-size: 10pt;
	background: transparent;
	color: #5b5b5b;
	font-size: 10pt;
	border: 0px;
	width: 100%;
	max-width: 100%;
}

input, select {
	font-family: verdana, tahoma, sans-serif;
	font-size: 10pt;
	border: 1px solid #cacaca;
	color: #5b5b5b;
	vertical-align: middle;
}

input {
	padding: 1px;
}

input.default,
textarea.default {
	color: #a8a8a8;
}

/* Application forms */

div#application-image {
	position: absolute;
	width: 326px;
	height: 326px;
	top: 3px;
	left: 8px;
	background-repeat: no-repeat;
}

p#application-head {
	margin-bottom: 10px;
	font-style: italic;
	text-align: center;
	color: #a8a8a8;
	font-size: 10pt;
}

form#application-form .errorMessage {
	display: block;
	color: red;
	font-size: 8pt;
}

form#application-form {
	text-align: center;
	position: relative;
}

form#application-form.real-estate div#application-image {
	background-image: url('../images/wm-immovable-estate.png');
}
form#application-form.personal div#application-image {
	background-image: url('../images/wm-personal.png');
}
form#application-form.free-use div#application-image {
	background-image: url('../images/wm-free-use.png');
}
form#application-form.debt-settlement div#application-image {
	background-image: url('../images/wm-debt-settlement.png');
}
form#application-form.vehicle-leasing div#application-image {
	background-image: url('../images/wm-vehicle-leasing.png');
}
form#application-form.corporate div#application-image {
	background-image: url('../images/wm-corporate.png');
}

form#application-form div#application-image-real-estate {
	background-image: url('../images/wm-immovable-estate.png');
}
form#application-form div#application-image-personal {
	background-image: url('../images/wm-personal.png');
}
form#application-form div#application-image-free-use {
	background-image: url('../images/wm-free-use.png');
}
form#application-form div#application-image-debt-settlement {
	background-image: url('../images/wm-debt-settlement.png');
}
form#application-formdiv#application-image-vehicle-leasing {
	background-image: url('../images/wm-vehicle-leasing.png');
}
form#application-form div#application-image-corporate {
	background-image: url('../images/wm-corporate.png');
}

form#application-form table.form-main {
	width: 700px;
	border: 1px dashed #e6e6e6;
	font-family: verdana, tahoma, sans-serif;
	font-size: 10pt;
	color: #005190;
	margin: auto;
	text-align: left;
}

form#application-form td {
	background: #f4f4f4;
	padding: 3px;
}

form#application-form tr td.t {
	vertical-align: top;
}

form#application-form tr td.cl {
	width: 320px;
}

form#application-form tr.r td {
	background: #d8e4f3;
}

form#application-form tr.w td {
	padding: 7px;
	text-align: center;
	color: #5b5b5b;
}

form#application-form tr.c td,
form#application-form tr.s td {
	text-align: center;
	padding: 7px;
}

form#application-form tr.c.y td {
	background: #e5f8e4;
	color: #467f14;
}

form#application-form tr.c input {
	position: relative;
	top: -1px;
	border: 0px;
	padding: 0px;
}

form#application-form tr.c a {
	color: #3989c7;
}

form#application-form tr.c a:hover {
	color: #ff7800;
}

form#application-form tr.c.y a {
	color: #467f14;
}

form#application-form tr.c.y a:hover {
	color: #ff7800;
}

form#application-form tr.r td.cr.icon {
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: 2px 3px;
	height: 26px;
}

form#application-form.real-estate td.icon {
	background-image: url('../images/icon-mini-immovable-estate.png');
}
form#application-form.personal td.icon {
	background-image: url('../images/icon-mini-personal.png');
}
form#application-form.free-use td.icon {
	background-image: url('../images/icon-mini-free-use.png');
}
form#application-form.debt-settlement td.icon {
	background-image: url('../images/icon-mini-debt-settlement.png');
}
form#application-form.vehicle-leasing td.icon {
	background-image: url('../images/icon-mini-vehicle-leasing.png');
}
form#application-form.corporate td.icon {
	background-image: url('../images/icon-mini-corporate.png');
}

input#app_captcha {
	width: 124px;
	vertical-align: middle;
}

img#captcha-guide,
img#captcha-image {
	vertical-align: middle;
}

a.submit {
	width: 90px;
	height: 26px;
	background: url('../images/button-send.png');
	display: block;
	margin: auto;
}

a.submit:hover {
	background-position: 0% 100%;
	color: #005190;
}

a.submit span {
	position: relative;
	top: 5px;
}

.app_name,
.app_address,
.app_cover_location,
.app_email,
.app_credit_reason,
.app_vehicle_model {
	width: 356px;
}

.app_place_of_birth {
	width: 212px;
}

.app_status,
.app_martial_status,
.app_employee_status,
.app_partner_employee_status,
.app_dependent_children,
.app_wage_acct,
.app_privt_res,
.app_kgr_presence,
.app_is_type,
.app_is_state,
.app_cover_type,
.app_cover_clear,
.app_new_vehicle,
.app_vehicle_type {
	width: 134px;
}

.app_postal_code {
	width: 35px;
}

.app_city {
	width: 316px;
}

.app_tel_a {
	width: 25px;
}

.app_tel_b {
	width: 100px;
}

.app_wage,
.app_partner_wage,
.app_credit_amount,
.app_monthly_amort,
.app_employment_date,
.app_is_value,
.app_cover_value,
.app_credit_value,
.app_vehicle_price {
	width: 130px;
}

.app_date_of_birth {
}

td.cr div.date_of_birth {
	font-size: 8pt;
}

td.cr div.date_of_birth input {
	text-align: center;
}

.app_credit_cover {
	width: 181px;
}

.app_privt_res_amount {
	width: 178px;
}

.app_acct_bank {
	width: 205px;
}

.app_vehicle_year {
	width: 58px;
}

.app_wine {
	width: 124px;
}

a.pager_link {
	display: inline;
}

div.pager_block {
	float: left;
}

div.status_tooltip {
	position: absolute;
	display: none;
}

div.status_tooltip div {
	padding: 1px 6px;
	border: 1px solid black;
	background: #c6d6e5;
	color: #005190;
	margin-left: 2px;
}


div.subscribe table {
	margin: 15px 0;
}

div.subscribe table.form-main tr td.cl {
	width: 200px;
}

div.subscribe table td {
}

div.subscribe table td.form-subscribe {
	vertical-align: middle;
}

div.unsubscribe-info {
	text-align: justify;
	margin-bottom: 70px;
}

table.agent-login table.form-main tr td.cl {
	width: 200px;
}

h1 {
	font-size: 10pt;
	margin-bottom: 10px;
	font-weight: bold;
	color: #3b3b3b;
}

div.page-content {
	color: #005190;
	margin: 5px;
}

div.page-content p {
	text-align: justify;
	margin-bottom: 5px;
}

table.credit_type_boxes {
	width: 100%;
}

table.credit_type_boxes td {
	vertical-align: top;
	text-align: center;
	padding-top: 20px;
	font-size: 12pt;
	font-weight: bold;
	width: 33%;
}

table.credit_type_boxes td.c2 {
	width: 34%;
}

div.credit_type_box img {
	margin: auto;
}

div.ajanlas div.ajanlom-form {
	width: 600px;
	margin: auto;
	margin-top: 20px;
}

div.ajanlas div.ajanlom-form table.form-main td.cl {
	width: 200px;
}

div.ajanlom {
}

div.ajanlom div.ajanlom-form table.form-main td.cl {
	width: 200px;
}

div.ajanlom div.ajanlom-form {
	background: url('../images/kep_ajanlom.png') no-repeat;
}

div.ajanlom div.ajanlom-form {
	padding-left: 230px;
	padding-top: 100px;
}

div.ajanlom-form div.email-content-box {
	font-style: italic;
	margin-top: 30px;
	margin-left: 40px;
}

div.ajanlom-form div.email-content-box {
}

div.ajanlom-form div.email-content-box span.intro {
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}

table.info-list td.info {
}

table.info-list td {
	vertical-align: top;
	padding-bottom: 15px;
}

table.info-list td img {
	margin-right: 10px;
}

table.info-list td .att {
	font-weight: bold;
	text-align: justify;
}

table.info-list td span.title {
	display: block;
	margin-bottom: 3px;
}

table.info-list td p.descr {
	color: #ff7800;
	color: #5b5b5b;
	text-align: justify;
	font-size: 90%;
}

table.info-list td div.info-list-image {
	margin-right: 10px;
}
