﻿/* NEW CSS*/

body
{
	background-color:#ffffff;
	margin-top: 5px;
}

table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	
}

OL
{
	list-style-type: none;
}

A:link, A:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	
}
A:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #0066cc;
	text-decoration: underline;
}

/* Navigation */
.lang-change
{
	font-size: 10px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990066;
	text-decoration: underline;
	padding-left: 10px;
}
.lang-change A:link, .lang-change A:visited
{
	font-size: 10px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990066;
	text-decoration: underline;
	padding-left: 10px;
}
.lang-change A:hover
{
	font-size: 10px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0066cc;
	text-decoration: underline;
	padding-left: 10px;
}


.breadcrumbs
{
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.breadcrumbs A:link, .breadcrumbs A:visited
{
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
.breadcrumbs A:hover
{
	font-size: 11px;
	color: #0066cc;
}
.breadcrumbs:link
{
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
	line-height: 30px;
}
.breadcrumbs:hover
{
	font-size: 11px;
	color: #0066cc;
}

/* Bottom Menu Navigation */
.bot-nav
{
	font-size: 11px;
	line-height: 14px;
	color: #990099;
}
.bot-nav A:link, .bot-nav A:visited
{
	font-size: 11px;
	line-height: 14px;
	color: #990099;
	text-decoration: underline;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990099;
}
.bot-nav A:hover
{
	font-size: 11px;
	line-height: 14px;
	color: #0066cc;
}
/* Bottom Menu Navigation - end */

/* Main Menu Sub Level Navigation */
.main-level-nav
{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 66px;
	background-image: url(Resources/separ.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 66px;
}

.main-level-nav:link, .main-level-nav:visited
{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 66px;
	background-image: url(Resources/separ.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 66px;
}

.main-level-nav:hover
{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990066;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 66px;
	background-image: url(Resources/separ1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 66px;
}

.main-level-nav:active
{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990066;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 66px;
	background-image: url(Resources/separ1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 66px;
}

.main-level-nav-selected
{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990066;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 66px;
	background-image: url(Resources/separ1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 66px;
}

.main-level-nav-selected:link, .main-level-nav-selected:visited
{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990066;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 66px;
	background-image: url(Resources/separ1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 66px;
}

.main-level-nav-selected:hover
{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990066;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 66px;
	background-image: url(Resources/separ1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 66px;
}

.main-level-nav-selected:active
{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990066;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 66px;
	background-image: url(Resources/separ1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 66px;
}

.sub-level-nav 
{
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
}
.sub-level-nav:link, .sub-level-nav:visited
{
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
}
.sub-level-nav:hover
{
	font-size: 14px;
	line-height: 30px;
	color: #990066;
	text-decoration: underline;
	font-weight: bold;
	padding-left: 15px;
}
.sub-level-nav:active
{
	font-size: 14px;
	line-height: 30px;
	color: #990066;
	text-decoration: underline;
	font-weight: bold;
	padding-left: 15px;
}

.sub-level-bgn
{
	background-color: #efd9ef;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
/* Main Menu Sub Level Navigation - end*/
/* Navigation - end*/
/* Backgrounds */
.nav-bgn
{
	background-image: url(Resources/nav-bgn.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 68px;
	width: 764px;
}
.top1
{
	background-image: url(Resources/top1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 47px;
	width: 222px;
}
.bot1
{
	background-image: url(Resources/bot1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 222px;
}
.bgn1
{
	background-color: #f3f3f3;
	}
.bgn-h
{
	background-image: url(Resources/bgn-h.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 48px;
}
.corner
{
	background-image: url(Resources/corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 48px;
	width: 48px;
}
.top2
{
	background-image: url(Resources/top2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 246px;
	width: 535px;
	padding-top: 15px;
    padding-right: 35px;
	padding-left: 35px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e7e7e7;
	border-left-color: #e7e7e7;
	
}
.bot2
{
	background-image: url(Resources/bot2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	width: 535px;
	padding-right: 6px;
	padding-left: 6px;
}
.top3
{
	background-image: url(Resources/top3.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 246px;
	width: 765px;
	padding-top: 15px;
    padding-right: 35px;
	padding-left: 35px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e7e7e7;
	border-left-color: #e7e7e7;
	
}
.bot3
{
	background-image: url(Resources/bot3.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	width: 765px;
	padding-right: 6px;
	padding-left: 6px;
}

.tel
{
	background-image: url(Resources/tel.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 30px;
}

.table1
{
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
}

.bord1
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f3f3f3;
	border-left-color: #f3f3f3;
}

.bord2
{
	border: 1px solid #f3f3f3;
}
	
.bord3
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.pad2
{
	padding-right: 6px;
	padding-left: 6px;
}
.pad3
{
	padding: 15px;
}

.pad4
{
	padding-top: 15px;
}
.pad5
{
	padding-right: 15px;
	padding-left: 15px;
}
/* Backgrounds - end*/

/* Headings */
.h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990099;
	text-decoration: none;
}
.h1 A:link, .h1 A:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990099;
	text-decoration: underline;
}
.h1 A:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066cc;
	text-decoration: underline;
}
.h1:link, .h1:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990099;
	text-decoration: underline;
}

.h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
}
.h2 A:link, .h2 A:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990099;
	text-decoration: underline;
	line-height: 15px;
}
.h2 A:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0066cc;
	text-decoration: underline;
	line-height: 15px;
}
.h2:link, .h2:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990099;
	text-decoration: underline;
	line-height: 15px;
}

.h3
{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.h3 A:link, .h3 A:visited
{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.h3 A:hover
{
	font-size: 14px;
	font-weight: bold;
	color: #0066cc;
	text-decoration: underline;
}
.h3:link, .h3:visited
{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.h5
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.h5 A:link, .h5 A:visited
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
.h5 A:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #0066cc;
	text-decoration: underline;
}
.h5:link, .h5:visited
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

.h6
{
	font-weight: bold;
	line-height: 14px;
	color: #990099;
	text-decoration: none;
}
.h6 A:link, .h6 A:visited
{
	font-weight: bold;
	line-height: 14px;
	color: #990099;
	text-decoration: underline;
}
.h6 A:hover
{
	font-weight: bold;
	line-height: 14px;
	color: #0066cc;
	text-decoration: underline;
}
.h6:link, .h6:visited
{
	font-weight: bold;
	line-height: 14px;
	color: #990099;
	text-decoration: underline;
}

/*OLD CSS*/
h1.h0
{
	padding-top:7px;
}
.h0
{
	font-size: 16px !important;color: #990099;font-weight: bold;
}
a.h0
{
	text-decoration: none !important;	color: #990099 !important;
	background-repeat: no-repeat;background-position: 0px 3px;}
	
a.h0:hover
{
	color: #000000 !important;	text-decoration: underline !important;	background-color: inherit;
	}
a.h0:visited
{
	text-decoration: none;	color: #990099;
}

a.h0 span
{
	font-size: 16px;	font-weight: bold;
}


/* Backgrounds */
.top-bgn1
{
	background-image: url(Resources/1top-bgn.gif);
	background-repeat: repeat-x
}
.bot-bgn1
{
	background-image: url(Resources/1bot-bgn.gif);
	background-repeat: repeat-x
}
.L-bgn1
{
	background-image: url(Resources/1-y-bgnL.gif);
	background-repeat: repeat-y
}
.R-bgn1
{
	background-image: url(Resources/1-y-bgnR.gif);
	background-repeat: repeat-y
}
.top-bgn2
{
	background-image: url(Resources2top-bgn.gif);
	background-repeat: repeat-x;
}
.bot-bgn2
{
	background-image: url(Resources/2bot-bgn.gif);
	background-repeat: repeat-x
}
.L-bgn2
{
	background-image: url(Resources/2-y-bgnL.gif);
	background-repeat: repeat-y
}
.R-bgn2
{
	background-image: url(Resources/2-y-bgnR.gif);
	background-repeat: repeat-y
}
.bgn2
{
	background: #a7a7a7;
}
.top-bgn3
{
	background-image: url(Resources/3top-bgn.gif);
	background-repeat: repeat-x
}
.bot-bgn3
{
	background-image: url(Resources/3bot-bgn.gif);
	background-repeat: repeat-x
}
.L-bgn3
{
	background-image: url(Resources/3-y-bgnL.gif);
	background-repeat: repeat-y
}
.R-bgn3
{
	background-image: url(Resources/3-y-bgnR.gif);
	background-repeat: repeat-y
}
.bgn3
{
	background: #f4f4f4;
	padding: 4px;
}
.top-bgn4
{
 background-image: url(Resources/4top-bgn.gif);
 background-repeat: repeat-x;
}
.bot-bgn4
{
 background-image: url(Resources/4bot-bgn.gif);
 background-repeat: repeat-x;
}
.L-bgn4
{
 background-image: url(Resources/4-y-bgnL.gif);
 background-repeat: repeat-y;
}
.R-bgn4
{
 background-image: url(Resources/4-y-bgnR.gif);
 background-repeat: repeat-y;
}
.bgn4
{
 background: #f7b1c8;
}
.top-bgn5
{
 background-image: url(Resources/5top-bgn.gif);
 background-repeat: repeat-x;
}
.L-bgn5
{
 background-image: url(Resources/5-y-bgnL.gif);
 background-repeat: repeat-y;
}
.R-bgn5
{
 background-image: url(Resources/5-y-bgnR.gif);
 background-repeat: repeat-y;
}
.bgn5
{
	background: #EFD9EF;
}

.testimonials
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #565656;
	font-weight: normal;
}
.padding-cells
{
	padding: 4px;
}
.loanSwitch
{
	background: #f7b1c8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
}
.siteMapPath
{
	height: 25px;
	background-image: url(Resources/breadcrums-high.gif);
	background-repeat: repeat-x
}
.creditland
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #565656;
	font-weight: bold;
}

table.sample div
{

padding-right: 10px;
padding-top: 10px;	
padding-bottom: 10px;	
padding-left: 10px;
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: #dcdcdc;
	border-collapse: collapse;

}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
		border-color: #dcdcdc;
	background-color: white;
}

table.sample td 
{
	border-width: 1px 1px 1px 1px;
     padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: #dcdcdc;
	background-color: white;
	width: 50%;
}


table.sample_noborder {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
}


table.sample_noborder th
{
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: groove groove groove groove;
	border-color: black black black black;
	text-align: left;
}
table.sample_noborder td 
{
	vertical-align:middle;
	text-align:center;
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: groove groove groove groove;
    text-align:left;
	width:50%;
}

table.sample_noborder div
{

padding-right: 10px;
padding-top: 5px;	
padding-bottom: 5px;	
padding-left: 10px;
}

ul.intable 
{
 vertical-align :middle;
 list-style-position: outside;
 list-style-type :disc;
 padding: 0px 0px 0px 0px;
}

.row_header
{
	height:25px;
	text-align:center;
}

.row_data td
{

  text-align: justify !important;
  vertical-align :middle;
  padding-bottom: 10px !important;
  padding-top: 10px !important;	
  padding-left: 5px !important;
  padding-right: 10px !important;
  

}

/*ApplyForm*/

.bgColorMortageLoansLight
{
   background-color: #FFE9FF;
}

.bgColorMortageLoansDark
{
   background-color: #EFD9EF;
}

.colHeader a:link
{
   font-size: 7pt !important;
}

.bgColorLightGrey
{
   background-color: #f2f2f2;
}

.bgColorDarkGrey
{
   background-color: #e6e6e6;
}

/*EstatesContent*/
.txt-d{
	background-position:right center;
	background-repeat:no-repeat;
	background-image:url(img/dd-down.gif);
}
.nav_url
{
	color: #336699 !important;
	font-weight: normal !important;
	white-space: normal;
	display: inline;
	padding-right: 10px;	
	line-height: 16px;
	vertical-align: top;
}
.nav_url A:link, .nav_url A:visited, a.nav_url, a.nav_url:visited
{
	text-decoration: none;
	color: #CC0000;
}
.nav_url A:hover
{
	text-decoration: underline;
	color: #CC0000;
}
.art_date
{
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}
.quick_navigation
{
	display:inline;
	float:right;
	margin:8px 0px 8px 8px;
	padding:8px;
	width:200px;
	text-align:left;
	border:1px solid #CCCCCC;
	line-height:140%;
}
.bgn-row1
{
	padding: 4px;
	border-right-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	border-width: 1px;
	border-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #e0f5ff;
}
.error
{
	color: Red;
	font-family: Verdana, Sans-Serif;
	font-size: 7pt;
	font-weight: bold;
}
.advicesSubmenu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 21px;
	background-color: #fff9a9;
}
/*categories(cat)titles-big-products, katalozi-banka*/
.cat
{
	font-size: 21px;
	color: #CC0000;
	line-height: 22px;
}
.cat A:link
{
	text-decoration: none;
	color: #CC0000;
}
.cat A:visited
{
	text-decoration: none;
	color: #CC0000 !important;
}
.cat A:hover
{
	text-decoration: none;
	color: #336699 !important;
	background-color: transparent;
}
