﻿html,head,body,iframe,
div,blockquote,q,img,object,param,embed,area,map,b,i,u,em,strong,tt,sub,sup,big,small,
h1,h2,h3,h4,h5,h6,
abbr,acronym,address,bdo,cite,code,ins,del,dfn,kbd,br,
ul,ol,li,dl,dt,dd,
table,tr,td,th,tbody,thead,tfoot,col,colgroup,caption,
form,label,fieldset,legend,
a,base,span,pre,p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul, ol {
	list-style: none;
}/**
  * Global reset
  */

body, html {
	height: 100%;
}
html {
	border: none;
}

body {
	color: #666;
}

a, a:active, a:link {
	color: #666;
}
a:hover {
	color: #3B73B9;
}

*:focus {
	outline: 0;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
}

* html body {
	behavior: url(/csshover.htc);
}

/**
  * Typography: fonts, font sizes, font styles.
  */

body {
	font: 69% Arial, Tahoma, Verdana, sans-serif;
}

h1,h2,h3,h4,h5 {
	font-family: Arial, Tahoma, Verdana;
}
h1, h1 a {
	font-size: 129%;
	padding: 0 0 1em;
	color: #3c75ba;
	text-decoration: none;
}
h2
{
	font-size: 100%;
	color: #3c75ba ! important;
	margin-top: 1.5em;
	padding-bottom: 5px;
	text-decoration: none;	
}

h2 a:link{
	font-size: 100%;
	color: #3c75ba ! important;
	text-decoration: none;	
}

h2 a:visited {
	font-size: 100%;
	color: #3c75ba ! important;
	text-decoration: none;	
}

h2 a:hover
{
	text-decoration: underline;
}

h2 a:active {
	font-size: 100%;
	color: #3c75ba ! important;
	text-decoration: none;	
}



h3 {
	font-size: 100%;
	padding-bottom: 5px;
}
h4, h5 {
	font-size: 100%;
}

h2 a {
	color: #3E72B8;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/**
  * Grid definition
  */
 
.wrapper {
	width: 750px;
	margin: 0 auto;
}
.wrapper.width_1024 {
	width: 974px;
}


.clear_inner {
	width: 100%;
	overflow: hidden;
}
.clear {
	width: 100%;
	clear: both;
	height: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}

/**
  * Grid
  */
.grid_side, .grid_middle, .grid_content {
	margin-left: 20px;
	float: left;
}
.grid_side.nomargin, .grid_middle.nomargin, .grid_content.nomargin {
	margin-left: 0;
}

.grid_side {
	width: 170px;
}
.grid_middle {
	width: 560px;
}
.grid_middle .grid_side {
	float: right;
	clear: right;
}
.grid_content {
	width: 370px;
}

.grid_item {
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
}

/**
  * Grid for 1024px width
  */
.width_1024 .grid_side {
	width: 220px
}
.width_1024 .grid_middle {
	width: 724px;
}
.width_1024 .grid_content {
	width: 474px;
}

/**
  * Forms
  */
 
textarea, input.text
{
	font-size: 100%;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	background-color: #EFEFEF;
	color: #666;
}
select {
	font-size: 100%;
}

input.text
{
	color: #666666; 
	padding: 1px 1px 1px 5px;
}

.button.simple {
	background: url(/pic/cache.php?img=forms/button_simple.gif) left top no-repeat;
	width: 16px;
	height: 16px !important;
	padding: 0;
	border: 0;
	cursor: pointer;
	float: left;
}
.button.simple:hover {
	background-position: left -16px;
}
.hidden {
 	display: none;
}
.invisible {
	visibility: hidden;
}

/**
  * ---------------------------------- HEADER -----------------------------------
  */
  
#header {
	padding: 20px 0 0;
}
#header .search, #header .login {
	float: right;
}
#header .left, #header .right {
	width: 49%;
}

#header a, #menu a {
	text-decoration: none;
}
#header a:hover, #menu a:hover {
	text-decoration: underline;
}

/* -- Languages -- */

#header .languages 
{
	margin-right: 5px;
}

#header .languages li {
	float: right;
	border-right: 1px solid #D9D9D9;
	padding: 0 7px;
}
.mac #header .languages {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#header .languages li:first-child {
	border-right: 0;
	margin-right: -7px;
}
* html #header .languages li {
	border-width: expression(!previousSibling ? '0' : '0 1px 0 0');
	margin-right: expression(!previousSibling ? '-7px' : '0');
}

/* -- Login -- */

#header .login, #header .search {
	padding-top: 15px;
}

/* -- Search -- */

#header .search {
	padding-left: 21px;
}
#header .search input, .search input {
	float: left;
	margin-right: 0;
}
#header .search input.text, input.text {
	padding: 0 1px 0 5px;
	position: relative;
	margin: 0 5px 0 0;
}

/**
  * ------------------------------------- MENU ---------------------------------------------
  */

#menu {
	padding: 20px 0 0 0;
	border-bottom: 1px solid #E6E6E6;
	height: 23px;
}
#menu .home {
	padding: 8px 4px 0 5px;
	//padding-top: 6px;
	position: absolute;
	z-index: 10;
}

/* Top Menu */
#menu .left
{
	width: 39%;
	padding:0;
	margin: 0;
}
#menu .left ul {
	position: relative;
	padding-left: 23px;
}
* html #menu .left ul {
	height: 20px;
}

#menu .left ul li {
	margin: 1px 2px 0 0px;
	padding: 0 4px 2px 4px;
	float: left;
	background: #F5F5F5;	
}
#menu .left ul li a {
	display: block;
	height: 20px;
}

#menu .left ul li div {
	background: #F5F5F5;
	width: 122px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center -20px;
}

#menu .left ul li:hover div, #menu .left ul li:hover {
	background-position: center -40px;
	background-color: #3B73B9;
}

#menu .left ul li.active {
	margin-top: 0;
	border-top: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-bottom: 1px solid #fff ! important;
	/*padding: 0 7px 2px 7px;*/
	background-color: #fff;
	margin-bottom: -1px;
}
* html #menu .left ul li.active {
	margin-bottom: -2px;
	position: relative;
}

#menu .left ul li.active div, #menu .left ul li.active:hover, #menu .left ul li.active:hover div {
	background-color: #fff !important;
	background-position: center top;
}

/* Right menu */

#menu .right {
	margin-right: -6px;
	position: relative;
	padding: 4px 5px 4px;
	z-index: 10;
}
#menu .right li {
	float: left;
	border-left: 1px solid #D9D9D9;
	padding: 0 4px;
}
#menu .right li:first-child {
	border-left: 0;
}
* html #menu .right li {
	border-left-width: expression(!previousSibling ? '0px' : '1px');
}
#menu .right li a {
	color: #666;
}
#menu .right li a:hover {
	color: #3B73B9;
}

#menu .right li.active a {
	color: #ef8f21;
}

/* Submenu */

#sub_menu {
	width: 100%;
	margin-bottom: 2px;
}

#sub_menu td {
	padding: 2px 0 0 2px;
}


#sub_menu td:first-child {
	padding-left: 0;
}
* html #sub_menu td {
	padding-left: expression(!previousSibling ? '0px' : '2px');
}

/* Opera menu TD width to 'auto' */
#sub_menu td {
	width: auto;	/* Apply to all */
	//width: 17%;	/* Apply to IE */
}
div[class|="wrapper content-wrapper"] #sub_menu td {
	width: 17%;		/* Apply to all except IE7, Opera and Safari (win) */
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#sub_menu td {
		width: 17%;	/* Apply to safari */
	}
}

#sub_menu td a {
	display: block;
	height: 20px;
	overflow: hidden;
	text-align: center;
	padding: 0 10px 0 10px;
	background-color: #E6E6E6;
}
#sub_menu td a img {
	margin-top: -20px;
}
#sub_menu td a:hover {
	background-color: #3B73B9;
}
#sub_menu td a:hover img {
	margin-top: -40px;
}
#sub_menu td.active a, #sub_menu td.active a:hover {
	background-color: #fff;
	border-top: 2px solid #E6E6E6;
	border-bottom: 2px solid #E6E6E6;
	height: 16px;
}
#sub_menu td.active a img , #sub_menu td.active a:hover img {
	margin-top: -2px;
}

/**
  * ------------------------------------- SIDEBAR ---------------------------------------------
  */

.grid_item .border {
	border: 1px solid #ccc;
	border-top-width: 0px;
	overflow: hidden;
}
.grid_item .border:first-child {
	border-top-width: 1px;
}
* html .grid_item .border {
	border-top-width: expression(!previousSibling ? '1px' : '0px');
}

.padding {
	padding: 14px 15px 12px 12px;
}

.grid_item h3 {
	padding-bottom: 10px;
}

/**
 * Font size picker
 */
.fontsize {
	text-align: right;
	overflow: hidden;
	min-height: 0;
	float: right;
}
* html .fontsize {
	height: 1%;
}
.fontsize span,
.fontsize .size-0,
.fontsize .size-1,
.fontsize .size-2 {
	display: block;
	float: right;
}
.fontsize span {
	margin-right: 7px;
	color: #666;
	line-height: 1.6em;
}
.fontsize .size-0,
.fontsize .size-1,
.fontsize .size-2 {
	border: 1px solid #ccc;
	width: 15px;
	height: 15px;
	line-height: 1.3em;
	color: #9A9A9A;
	text-decoration: none;
	text-align: center;
	margin-left: 3px;
}
.fontsize .size-0 {
	font-size: 10px;
	line-height: 1.5em;
}
.fontsize .size-1 {
	font-size: 12px;
	line-height: 1.25em;
}
.fontsize .size-2 {
	font-size: 15px;
	line-height: 1em;
}

.fontsize .size-0:hover,
.fontsize .size-1:hover,
.fontsize .size-2:hover {
	text-decoration: none;
	color: #9A9A9A;
	cursor: pointer;
}

.fontsize .active,
.fontsize .active:hover {
	background: #3D76BD;
	border-color: #3D76BD;
	color: #fff;
}


.grid_top .fontsize {
	padding-top: 18px;
}



/**
  * Minimap
  */
.minimap {
	height: 15px;
	margin: 7px 0 0 0;
	padding: 7px 0 0 53px;
	background: url(/pic/icon_minimap.gif) 2px top no-repeat;
}

/**
  * Special Offers
  */
.special_offers {
	padding-bottom: 22px;
}
.special_offers label {
	margin-bottom: 6px;
	display: block;
}
.special_offers select, .special_offers input {
	float: left;
}
.special_offers select {
	width: 120px;
}
.special_offers input {
	margin-left: 5px;
	margin-top: 1px;
	//margin-top: 2px;
}

/**
  * Banner
  */
.banner
{
	padding: 0;
	text-align: center;
}
.banner .inner {
	width: 100%;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0;
}

/**
  * List, login
  */
.list {
	padding-bottom: 16px;
	background: #F2F8FD;
}
.list li, .list_special li {
	padding: 3 px 0 1px;
	zoom: 1;
}
.list li a, .list_special li a, .list_special li.star a, .hintItem {
	background: url(/pic/bullet_right.gif) left 4px no-repeat;
	text-decoration: none;
	padding-left: 18px;
	display: block;
}

.list li a:hover, .list_special li a:hover {
	text-decoration: underline;
}
.list_special li a, .list_special li.arrow a {
	background: url(/pic/bullet_login.gif) left 1px no-repeat;
	margin-bottom: 5px;
}
.list_special li.arrow {
	padding-bottom: 5px;
	//padding-bottom: 2px;
}
.list_special li.arrow a {
	margin-bottom: 0;
}
.list_special h3 {
	border-bottom: 1px dotted #ccc;
	padding: 13px 12px 13px
}
.list_special .padding {
	padding-top: 10px;
}

/**
  * Text
  */
.text p {
	padding-bottom: 12px;
}

/**
  * News
  */
.news_sidebar h3 {
	background: #E6E6E6;
	padding: 7px 0 7px 10px;
	margin-bottom: 2px;
	
}
.news_sidebar .inner {
	background: #F5F5F5;
	padding: 17px 14px 15px 10px;
}
.news_sidebar .inner li {
	padding: 0 0 5px 14px;
	background: url(/pic/bullet_news.gif) left 4px no-repeat;
}
.news_sidebar a {
	text-decoration: none;
}
.news_sidebar a:hover {
	text-decoration: underline;
}

/**
  * Currencies
  */
.currencies {
	
}
.currencies table {
	
}
.currencies .rate {
	padding-left: 10px;
	text-align: left;
	width: 40%;
}
.currencies .rise {
	text-align: left;
	width: 10%;
}
.currencies .flag {
	text-align: center;
}
.currencies .more {
	border-top: 1px dotted #ccc;
	padding: 5px 0 6px 10px;
}

/**
  * Tree view
  */
.tree_view {
	padding-top: 25px;
}
.tree_view a {
	text-decoration: none;
}
.tree_view ul {
	background: url(/pic/dots.gif) left bottom repeat-x;
}
.tree_view li {
	background: url(/pic/dots.gif) left top repeat-x;
	padding: 6px;
}
.tree_view li ul, .tree_view li li {
	background: none;
}
.tree_view li.active a {
	font-weight: bold;
	color: #3B73B9;
}
.tree_view li .sub {
	padding: 0;
}
.tree_view li ul {
	padding-top: 4px;
}
.tree_view li li {
	padding: 3px 3px 3px 16px;
}
.tree_view li.active a:hover {
	text-decoration: underline;
}

.tree_view .sub {
	margin-left: 25px;
	background: none;
	padding: 3px 6px;
}
.tree_view .sub.lastInList {
	padding-bottom: 8px;
}
.tree_view .subsub.lastInList {
	padding-bottom: 5px;
}
.tree_view .hasSubmenu, .tree_view .sub.hasSubmenu.lastInList {
	padding-bottom: 3px;
}

.tree_view .subsub
{
	margin-left: 50px;
	background: none;
	padding: 3px 6px;
}

.tree_view .active 
{
	color: #3B73B9;
	font-weight: bold;
}
  
/**
  * ---------------------------------------- CONTENT -----------------------------------------------
  */
.heading {
	margin-top: 0;
	margin-bottom: 20px;
}
.heading img.h1 {
	margin-bottom: 12px;
}
.heading img.h2 {
	margin-bottom: 10px;
}
.heading .buttons {
	width: 100%;
	overflow: hidden;
	padding-bottom: 12px;
}
.heading div h1 {
	width: 50%;
}

/**
  * -------------------------------------- OFFER LIST ---------------------------------------------
  */
.offers_list {
	
}
.offers_list li {
	border-top: 1px solid #ccc;
	padding: 17px 0;
	width: 100%;
	overflow: hidden;
}
.offers_list li:first-child {
	border-top-width: 0;
	padding-top: 0;
}
* html .offers_list li {
	border-top-width: expression(!previousSibling ? '0px' : '1px');
	padding-top: expression(!previousSibling ? '0px' : '17px');
}
.offers_list .image {
	position: absolute;
	margin-top: 2px;
}
.offers_list .description {
	padding: 0 0 0 80px;
}
.offers_list .description h2 {
	padding-bottom: 5px;
	margin-top: 0;
}
.offers_list .description h2 a {
	color: #3B73B9;
	text-decoration: none;
}
.offers_list.mainpage .description h2 {
	font-size: 137%;
}
.offers_list.mainpage .description h2 a {
	padding-right: 14px;
	background: url(/pic/bullet_right_2.gif) right 5px no-repeat;
}
.offers_list .description h2.empty a {
	padding: 0;
	background: none;
}

.offers_list .buttons, .buttons {
	padding-top: 14px;
}	
.offers_list .buttons .button, .buttons .button, .calc .button, .button {
	height: 20px;
	overflow: hidden;
	display: block;
	float: left;
	margin-right: 6px;
	position: relative;
}
.button.right {
	float: right;
	margin-left: 6px;
	margin-right: 0;
	position: relative;
}
#tdGraph .button.right {
	margin-left: 0;
}
.offers_list .buttons .button:hover img, .buttons .button:hover img, .calc .button:hover img, .button:hover img {
	margin-top: -20px;
	position: relative;
}

.buttonR {
	height: 20px;
	overflow: hidden;
	display: block;
	float: right;
	margin-left: 6px;
	position: relative;
}
.buttonR:hover img {
	margin-top: -20px;
	position: relative;
}

#tdGraph.right_button_fix .button.right {
	//float: none !important;
	//position: relative !important;
	//margin-left: -40px;
}

/**
  * -------------------------------------- Free text ---------------------------------------------
  */
.print {
	text-align: right;
	padding-bottom: 5px;
	font-size: 91%;
	clear: right;
}
.print a {
	padding-left: 12px;
	color: #999;
	background: url(/pic/bullet_right.gif) left 3px no-repeat;
}

.free_text .print {
	padding-bottom: 10px;
}
.free_text a {
	color: #3B73B9;
	text-decoration: none;
}
.free_text a:hover {
	text-decoration: underline;
}
.free_text .print a {
	background: url(/pic/bullet_right.gif) left 3px no-repeat;
	padding-left: 14px;
	text-decoration: none;
	color: #666;
}
.free_text .print a:hover {
	text-decoration: underline;
	color: #3B73B9;
}

.GEblue {
	color: #4586c3 ! important;
}

.GEred {
	color: #ee3324;
}

.GEcarName {
	color: #4586c3 ! important;
	font-size: 120%;
	padding: 0 0 15px 0;
}

.free_text ul {
	color:#636563;
	list-style-type:disc;
	margin: 0 0 16px;
}
.free_text ol {
	list-style: decimal;
	margin: 0 0 16px 6px;
}
.free_text ol {
	margin-left: 20px;
}
.free_text li {
	margin-left:16px;
	padding-left:0pt;
}
.free_text h2 {
	color: #3E72B8;
	font-weight: bold;
	padding: 0 0 10px;
}
.free_text h3 {
	color: #636563;
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 10px;
}
.free_text table {
	width: 100%;
}
.free_text td {
	text-align: left;
}
.free_text p {
	padding: 0 0 16px;
}

.free_text .DataTable
{
	margin-bottom: 8px;	
	margin-bottom: 16px;
	border-top: 1px solid #999; 
}
.free_text .DataTable p
{
	padding: 0;
}
.free_text .DataTable td, .free_text .DataTable th
{
	vertical-align: top;
	padding: 4px !important;
	text-align: center;
	padding: 3px 5px;
}
.free_text .DataTableHeader
{
	border-bottom: 3px solid #CCCCCC !important;
	font-weight: bold;
	background-color: #F5F5F5;
	text-align: center;
	vertical-align: top;
	padding: 4px !important;

}
.free_text .DataTableEvenRow
{
	background-color: #F5F5F5;
}


/* Car page table */
 .CarDesc
{
	margin-top: 15px;	
	margin-bottom: 16px;
	width: 100%;
}

.CarDesc td, .CarDesc th
{
	vertical-align: top;
	padding: 4px ;
	text-align: center;
	padding: 3px 5px;
	width: 25%;
}

.CarDesc td
{
	padding-right: 10px;
	padding-top: 15px;	
	padding-bottom: 15px;
	padding-left: 2px;
	font-size: 105%;
	color: #323232;
	text-align: left;
	border-bottom: 1px solid #CCCCCC !important;	
}

.CarDesc td.seller
{
	padding-right:0;
}
.CarDesc td ul
{
	margin:0!important;
	padding:0 5px 0 15px!important;
	list-style-type: disc;
}

.CarDesc td ul li
{
	padding: 0 0 1px 0;
	text-align: left;
}

.CarDesc td p
{
	padding: 0 ;
	margin: 0 0 1px 0;
}

.CarDesc td h2
{
	margin-top: 0;
	font-size: 150%;
	margin-bottom: 5px;
}

.CarDesc td h2 span
{
	font-weight: normal;
}


.CarDesc .CarDescTH p
{
	padding: 0;
}

.CarDesc .CarDescTH
{
	font-weight: bold;
	background-color: white;
	text-align: left;
	vertical-align: top;
	padding: 7px 2px;
	text-transform: uppercase;
	color: #323232;	
	font-size: 100%;	
}

.CarDesc .price_details .price
{
	background-color: #3a73b8;
	margin: 0;		
	border-bottom: 1px solid white!important;
}

.CarDesc .price_details .price strong
{
	font-size: 165%;
}

.CarDesc .price_details .monthly_payment, .CarDesc .price_details .price
{
	color: white;
}

.CarDesc .car_img
{
	overflow: hidden;
	width: 200px;
	height: 150px;
	margin-bottom: 1px;
	
}

.CarDesc .price_details
{
	margin-bottom: 10px;
}

.CarDesc .price_details td
{
	overflow: hidden;
	padding: 5px;
	font-size: 95%;
}

.CarDesc .allow_expand_1
{
	overflow: hidden;
	position: relative;
}
.CarDesc .allow_expand_1 .overlay {
	position: absolute;
	width: 180px;
	height: 11px;
	bottom: -1px;
	background: url(/pic/overlay.png) left bottom repeat-x;
}
* html .CarDesc .allow_expand_1 .overlay {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/pic/overlay.png, sizingMethod=scale);
}
.CarDesc .more
{
	display: none;
	padding: 10px 0 0;
}
.CarDesc .more a {
	background: url(/pic/arrow_down.gif) right 6px no-repeat;
	color: #375F9C;
	padding-right: 12px;
}
.CarDesc .more a:hover {
	text-decoration: none;
}


.CarDescEvenRow
{
	background-color: #white;
}

.intro
{
	margin: 30px 0 10px 0;
}

.free_text .tableContacts 
{
	margin-bottom: 16px;
	border-top: 1px solid #999; 
}

.free_text .tableContacts p
{
	padding: 0;
}

.free_text .tableContacts td
{
	vertical-align: top;
	padding: 4px !important;
	text-align: left;
	padding: 3px 5px;
}

.free_text .tableContacts td a
{
	text-decoration: underline;
	color: #3B73B9 !important;	
}
.free_text .tableContacts td a:hover
{
	color: #3B73B9 !important;
}
.free_text .tableContacts td a:visited
{
	color: #660066;
}

.free_text .tableContactsHeader
{
	border-bottom: 3px solid #ccc !important;
	font-weight: bold;
	background-color: #F5F5F5;
	text-align: left;
	vertical-align: top;
	padding: 4px !important;

}
.free_text .tableContactsEvenRow
{
	background-color: #F5F5F5;
}

/**
  * -------------------------------------- FOOTER ---------------------------------------------
  */
#footer {
	margin-top: 20px;
	border-top: 1px solid #ccc;
	padding: 6px 0 40px;
}
#footer a {
	text-decoration: none;
	padding-right: 15px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .copy {
	padding-top: 6px;
	color: #999;
	font-size: 82%;
}

/* --------------CALCs styles -------------------------------------------------------------------- */

.calc td
{
	padding: 5px;
	padding-left: 0;
}

.calc td.formName{
	width: 20%;
	padding: 0px 10px 0px 0px;
	
}

.calc td.formField{
	width: 70%;
}


.error
{
	color: red;
}
input.error, select.error, textarea.error {
	border: 1px solid #EF301C;
	color: #666;
}
td.error {
	color: #EF301C;
	font-weight: bold;
}

.odd
{
	padding: 5px 5px 5px 5px !important;
	background-color: #f5f5f5;
}

.even
{
	padding: 5px 5px 5px 5px;
	background-color: white!important;
}

.calcSummary
{
	margin-bottom: 10px;
	margin-top: 18px;
}
.calcSummary td
{
	padding: 4px;
}

.calc input
{
	font-size: 11px;
	padding-left: 3px;
}

.response {
	background: #F5F5F5;
	padding: 15px 10px;
	margin-bottom: 12px;
}

input.input_control{
	width: 150px;
}

/* ------------------------ Apply form --------------------------------------- */

.tblNavigate
{
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #CCCCCC;	
	width: 100%;
}

.hlpQuestion {
	vertical-align: top;
	padding: 0 0 0 3px;
	cursor: pointer;
	position: absolute;
}
*[class="hlpQuestion"] span {
	position: absolute;
}

.popup {
	display: block;
	width: 166px;
	z-index: 10;
	position: absolute;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
}

.popup .triangle {
	position: absolute;
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 1;
}
* html .popup .triangle {
	background: none;
}
.popup.left .triangle {
	left: -18px;
	top: 25px;
	background-image: url(/pic/forms/popup_triangle_left.png);
	width: 19px;
	height: 26px;
}
* html .popup.left .triangle {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/pic/forms/popup_triangle_left.png, sizingMethod=crop);
}

.popup .top {
    background: #FFF;
	border-style: solid;
	border-color: #D7D7D7;
	border-width: 1px 1px 0 1px;
	height: 9px;
	margin: 0 7px 0 0;
	position: relative;
}
.popup .top .right {
    background: url(/pic/forms/popup_top_right.png) left top no-repeat;
    height: 10px;
    width: 7px;
    position: absolute;
    right: -8px;
    top: -1px;
}
* html .popup .top .right {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/pic/forms/popup_top_right.png, sizingMethod=crop);
}

.popup .bottom {
    background: url(/pic/forms/popup_bottom_left.png) left top no-repeat;
    padding: 0 0 0 12px;
    height: 12px;
    position: relative;
}
* html .popup .bottom {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/pic/forms/popup_bottom_left.png, sizingMethod=crop);
}
.popup .bottom .back {
    height: 12px;
    margin: 0 14px 0 0;
    background: url(/pic/forms/popup_bottom_back.png) left top repeat-x;
}
* html .popup .bottom .back {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/pic/forms/popup_bottom_back.png, sizingMethod=scale);
}
.popup .bottom .right {
    background: url(/pic/forms/popup_bottom_right.png) left top no-repeat;
    height: 12px;
    width: 14px;
    position: absolute;
    right: 0;
    top: 0;
}
* html .popup .bottom .right {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/pic/forms/popup_bottom_right.png, sizingMethod=crop);
}

.popup .cont {
    width: 100%;
	border-collapse: collapse;
	border-left: 1px solid #D7D7D7;
	margin-left: 1px;
	//margin-left: 0px;	
}

.popup .cont td {
	padding: 0;
}

.popup .cont .right {
	width: 8px;
    //width: 7px;
    background: url(/pic/forms/popup_cont_right.png) left top repeat-y;
    height: 100%;
    border-left: 1px solid #D7D7D7;   
    padding-top:8px;
    padding-bottom:8px;    
}

* html .popup .cont .right {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/pic/forms/popup_cont_right.png, sizingMethod=scale);
}

.popup .cont .back {
	padding: 0px 5px 2px 10px ! important;	
	background: white;
}


#frmLeasingForm input, .hlpQuestion
{
	vertical-align: middle;
}

#frmLeasingForm input
{
	font-size: 11px;
}

/* styles by VK ------------------------------------------- */
#radio_btns label, #radio_btns input
{
	vertical-align: middle;
}

h2.highlight
{
	padding-top:0;
	margin-top:0;
}

#popupFEEDBACKDIV.popup .top .right {
    background: url(/pic/form/popup_feedback_right_top.png) left top no-repeat;
}
#popupFEEDBACKDIV.popup {
	width: 242px;
}
.mac.gecko #popupFEEDBACKDIV.popup {
	width: 272px !important;
}
* html #popupFEEDBACKDIV.popup .top .right {
	background: none;
	right: -9px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/pic/form/popup_feedback_right_top.png, sizingMethod=crop);
}
#popupFEEDBACKDIV.popup .cont .right {
    background: url(/pic/form/popup_feedback_right.png) left top repeat-y;
}
* html #popupFEEDBACKDIV.popup .cont .right {
	background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/pic/form/popup_feedback_right.png, sizingMethod=scale);
}
#popupFEEDBACKDIV.popup .bottom .right {
    background: url(/pic/form/popup_feedback_right_bottom.png) left top no-repeat;
}
* html #popupFEEDBACKDIV.popup .bottom .right {
	background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/pic/form/popup_feedback_right_bottom.png, sizingMethod=crop);
}
#popupFEEDBACKDIV.popup .bottom {
    background: url(/pic/form/popup_feedback_left_bottom.png) left top no-repeat;
}
* html #popupFEEDBACKDIV.popup .bottom {
	background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/pic/form/popup_feedback_left_bottom.png, sizingMethod=crop);
}
#popupFEEDBACKDIV.popup .bottom .back {
    background: url(/pic/form/popup_feedback_bottom.png) left top repeat-x;
}
* html #popupFEEDBACKDIV.popup .bottom .back {
	background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/pic/form/popup_feedback_bottom.png, sizingMethod=scale);
}

/* formPDF */

.formPDF input
{
    width: 175px;
    vertical-align: middle;
}


.formPDF input[class~=inp224]{
	width: 209px;
}

.formPDF input[class~=inp170]{
	width: 155px;
}

.formPDF input[class~=inp48]{
	width: 48px;
}

.formPDF input[class~=inp24]{
	width: 24px;
}


.formPDF select
{
	width: 179px;
	//width: 181px;
}

.formPDF td
{
	vertical-align: middle;
	padding: 5px 5px 5px 0px;
	text-align: left;
	white-space: normal;
}
.formPDF td:first-child {
	padding: 0 10px 0 0;
}
* html .formPDF {
	padding: expression(!previousSibling ? '0 10px 0 0' : '5px 5px 5px 0');
}

.nonMandatory { 
	color: rgb(204, 204, 204);
}

.f { 
	color: rgb(204, 204, 204);
}

.formPDFSection
{
	padding-top: 20px !important;
	padding-bottom: 5px !important;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	color: #3B73B9;
}

td.formPDFAddress
{
	padding-top: 20px;
/*	padding-left: 50px;*/
	font-weight: bold;
	font-family: Arial;
	color: #3B73B9;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.formPDFBB
{
	padding-bottom: 10px !important;
	border-bottom: 1px solid #CCCCCC;
	height: 55px;
	//height: 42px;
	vertical-align: top;
}
.formPDFBB[class]
{
	padding-bottom: 15px !important;
}
.formPDF h1
{
	color: #3573B9;
	padding-bottom: 5px;
}
.formPDF ul
{
	margin-bottom: 5px;
}

.formPDF p
{
	padding-bottom: 5px;
}

.NoPadding td
{
	padding: 0;
}

/***/

.tableContacts 
{
	width: 100%;
	margin-bottom: 16px;
}

.tableContacts p
{
	margin: 0;
	padding: 0;
}

.tableContacts td
{
	vertical-align: top;

	text-align: left;
	padding: 9px 0px 9px 9px ! important;
}

.tableContacts td td
{
	padding: 0 0px 5px 0 ! important;
}
.tableContacts td a
{
	text-decoration: underline;
	color: #3B73B9 !important;	
}

.tableContacts td a:hover
{
	color: #3B73B9 !important;
}
.tableContacts td a:visited
{
	color: #660066;
}

.tableContactsHeader
{
	border-bottom: 2px solid #CCCCCC !important;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 14px 9px 4px 9px !important;

}

.tableContactsEvenRow
{
	background-color: #F5F5F5;
	border-bottom: 1px solid white;	
}

.ListNavigation {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 18px 0 4px;
}
.ListNavigation td a
{
	margin: 0 5px 0 5px;
	text-decoration: none;
}
.ListNavigation td a:hover {
	text-decoration: underline;
}

.ListNavigation td img
{
	margin: 0 2px 0 2px;
}
.ChoosePlaceControls {
	margin-top: 18px;
}

/* ----- Currencies Rates table ----- */

#rates, #indices
{
	width: 100%;
	margin-top: 5px;
}

#rates tr.hr th
{
	border-bottom: 2px solid #ccc;
	text-align: left;
}

#indices th
{
	border-bottom: 2px solid #ccc;
	text-align: left;
	font-size: 8px;
}

#indices th, #indices td
{
	padding: 5px 3px 5px 0px;
	overflow: hidden;
	font-size: 9px;	
}
#indices.normal th, #indices.normal td
{
	font-size: 100%;
}

#indices td:first-child
{
	padding-left: 5px;
}

* html #indices td
{
	padding-left: expression(!previousSibling ? '5px' : '0');
}

#rates td.even, #rates tr.even td, #indices .even td 
{
	background-color: #f5f5f5;
}

#rates td, #rates th
{
	padding: 5px 5px 5px 15px ! important;
}

#rates.normal td, #rates.normal th {
	padding: 5px 3px 5px 5px !important;
}

#rates .rateCurrency
{
	border-bottom: 1px solid #ccc;
}

 /* ------------ Search Hints ----------------- */
 
#search_hints_div
{
	position: absolute;
	z-index: 15; 	
	background: white;
	overflow: auto;
}
 
.SearchHints
{
	border: 1px solid #9EB4DD;
	background-color: white;
	width: 100%;
	display:block;

}

 #search_hints_div div
{
	vertical-align: top;
	padding: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}

.SearchHints span
{
	color: #346AB3;
}

.SearchHints_IE
{
	top: 17px;
/*	margin-left: -160px;*/
}

.SearchHints_Op
{
/*	margin-top: 15px;
	margin-left: px;*/
}
.SearchHints_FF
{
	/*
	top: 17px;
	left: 500px;
	margin-bottom: -800px;
	*/
}
.SearchHints .Spacer
{
	height: 6px;
}

.SearchHints .SectionText
{
	cursor: pointer;
	cursor: hand;
}

.SearchHints .CurLine
{
	background-color: #E3E3E3;
}

.searchResults
{ 
	padding: 30px ! important;
	margin: 45px !important ;
}

.searchResults li
{
	margin: 15px;	
	padding: 10px;
	background-color: olive ! important;
}

/* Search results */

#searchContainer {
	width: 100%;
	padding-bottom: 20px;
}
#searchContainer .heading {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 12px;
}
#searchContainer .info_txt {
	padding: 0 15px 12px 25px;
	color: #999;
}
#searchContainer .info_txt b {
	color: #000;
}
#searchContainer input, #searchContainer label
{
	vertical-align: middle;
}

#searchContainer .nav {
	float: right;
	padding-top: 9px;
}
#searchContainer .nav span {
	padding-right: 10px;
}
#searchContainer .nav a {
	text-decoration: none;
	padding: 0 5px;
}
#searchContainer .nav a:hover {
	text-decoration: underline;
}
#searchContainer #sFull {
	margin-left: 22px;
}
#searchContainer .resultCount {
	float: right;
	padding: 12px 10px 0 25px;	
}

#searchResults .searchItem {
	padding: 5px 10px 0 0;
	margin: 15px 15px 0 25px;
}
#searchResults .searchItem h2 {
	margin-top: 0;
}
#searchResults .searchItem p {
	color: #333;
}
#searchContainer .searchIn {
	float: left;
	padding: 7px 0 0 22px;
	//padding-top: 9px;
}
#searchContainer .searchIn input {
	//margin-top: -3px;
}
#searchContainer .searchIn label {
	padding-top: 3px;
}
#searchContainer .notFound {
	background: #F5F5F5;
	padding: 30px;
	margin-top: 30px;
	color: #333;
}

/* ---------------- Map Tip ------------------ */

.mapTip {
	position: absolute;
	z-index: 10;
	visibility: hidden;
}
.mapTip .mapTip_text {
	background: url(/pic/tip_background.gif) left top repeat-x;
	white-space: nowrap;
	padding: 1px 5px 1px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	left: -50%;
	margin-left: 10px;
	position: relative;
}
.mapTip .arrow {
	margin: -1px 0 0 0;
	position: relative;
}

.n24pTip {
	position: absolute;
	z-index: 10;
	visibility: hidden;
}
.n24pTip .n24pTip_text {
	background: #f5f5f5;	
	padding: 8px;
	color: #555;
	font-size: 80% ! important;
	left: -50%;
	margin-left: 10px;
	position: relative;
	border: 1px solid #ddd;
}

.n24pTip .arrow {
	margin: 0 0 -1px 0;
	position: relative;
	z-index:11;
}

.mapSel
{
    font-weight: bold;
    font-size: 110%;
}

/* ----------------- Calculators ----------------- */

.calc td td {
	padding: 0 5px 0 0;
}
.calc .results td {
	padding: 5px 5px 5px 0;
}
.calc .firstTr td {
	padding-top: 12px;
}
.calc .lastTr td, .QuestionForm .lastTr td {
	padding-bottom: 18px;
}
.calc .btns td, .QuestionForm .btns td {
	padding-top: 13px !important;
	border-top: 1px solid #CDCDCD;	
}
.calc sup {
	color: #666;
}
.calc #tdDiscl td, .calc #tdDiscl sup {
	color: #666;

}
.calc #tdDiscl td {
	padding-bottom: 1em;
}
 .calc .calcDescription {
 	padding-top: 25px;
 }

.iban_wrapper label {
	display: block;
	padding: 2px 0 6px 0;
}
.iban_wrapper label.open a {
	font-weight: bold;
	color: #3B73B9;
	text-decoration: none;
}
.iban_wrapper .free_text {
	padding-bottom: 18px;
}

.iban_wrapper #iban_calc_1 input, .iban_wrapper #iban_calc_3 input {
	width: 160px;
	margin-bottom: 8px;
}
.iban_wrapper #iban_calc_1 select {
	width: 167px;
	//width: 166px;
	margin-bottom: 8px;
}
.iban_wrapper #iban_calc_2 label, .iban_wrapper #iban_calc_3 label {
	float: left;
	width: 97px;
	padding: 2px 0 0;
}
.iban_wrapper #iban_calc_2 .button, .iban_wrapper #iban_calc_3 .button {
	margin-left: 97px;
	margin-top: 8px;
}
.iban_wrapper #iban_calc_3 .button {
	margin-top: 0;
}
.iban_wrapper .result {
	position: relative;
	border-top: 2px solid #fff;
	margin-bottom: -8px;
	padding: 8px 12px 8px 110px;
	background: #F5F5F5;
	zoom: 1;
}

.iban {
	background: #F5F5F5;
	width: 100%;
	overflow: hidden;
	margin: 0 0 15px;
	display: none;
	padding: 8px 0;
}
.iban.open {
	display: block;
}
.iban form {
	padding: 7px 12px 10px;
}
.iban select, .iban .txt {
	font-size: 92%;
	//font-size: 100%;
}
.iban  .free_text {
	margin: 0 0 15px;
	background: #fff;
}

.iban input
{
	padding-left: 3px;
}

.iban select
{
	padding-left: 1px;
}

/* ------------------- MAP ----------------------- */

.ChoosePlace h2 {
	color: #3E72B8;
}
.ChoosePlace td {
	padding-right: 10px;
}

/* ------------ Sitemap ----------- */

.sitemap {
	width: 100%;
	overflow: hidden;
	margin-bottom: -40px;
}
.sitemap .heading {
	margin-bottom: 0;
}

.sitemap a {
	text-decoration: none;
	color: #666;
}
.sitemap a:hover {
	text-decoration: underline;
}
.sitemap h2 a, .sitemap h3 a {
	color: #3B73B9;
}

.sitemap h2 {
	font-size: 119%;
	padding: 11px 0 0;
}

.sitemap h3 {
	padding: 15px 0 5px;
}

.sitemap span {
	display: block;
	padding: 0 10px;
}
.sitemap .section {
	float: left;
	width: 30%;
	padding: 10px;
}

.sitemap .section .siteLevel2 
{
	margin-left: 10px;
}

.sitemap .section .siteLevel3 
{
	margin-left: 20px;
	margin-bottom: 7px; 
}

.sitemap .section .siteLevel4 
{
	margin-left: 30px;
	margin-bottom: 7px; 
}

.sitemap h2+span {
	padding-top: 15px;
}
* html .sitemap span {
	padding-top: expression(previousSibling && previousSibling.tagName == 'H2' ? '15px' : '0px');
}

/* ----------- ERROR 404 ---------- */
.error404 {
	border-top: 1px solid #E5E5E5;
	margin: 25px 0 0 0;
	padding: 40px 200px 0 90px;
	font-size: 110%;
}
.error404 h1 {
	padding: 0 0 15px 0;
}
.error404 .txt p {
	padding: 0 0 12px 0;
}
.error404 .txt li {
	background: url(/pic/bullet.gif) 1px 6px no-repeat;
	padding: 0 0 0 8px;
}
.error404 .list {
	background: #fff;
	padding-top: 25px;
}
.error404 .list a {
	color: #3B73B9;
	display: inline;
}

/* ------------------------------- Question form --------------------------------------------- */

.QuestionForm td, .sfCalc td
{
	padding: 5px;
	padding-left: 0;
}

.QuestionForm input
{
	width: 205px;
	/*background-color: #efefef;*/
	font-size: 11px;	
}
.QuestionForm select
{
	width: 213px;
}
.QuestionForm textarea
{
	width: 205px;
	height: 72px;
	background: #fff;
}

.Asterisk
{
	color: red;
}

/* ------ */
/*  Styles for tables */
.DataTable
{
	width: 100%;
	margin-top: 8px;	
	margin-bottom: 16px; 

}
.DataTable p
{
	margin: 0;
	padding: 0;
}

.DataTable  th
{
	border-bottom: 2px solid #CCC;
}

.DataTable td, .DataTable th
{
	/*text-align: left;*/
	vertical-align: top;
	padding: 4px !important;
	/*border: 1px solid #999;*/
	text-align: center;
	padding: 3px 5px;	
	text-align: center ! important;
	
}

.DataTable td
{
	background-color: #F5F5F5;	
	
}

.DataTable td.DataTableHeader
{
	border-bottom: 2px solid #CCCCCC !important;	
	font-weight: bold;
	background-color: white;
	text-align: center;
	vertical-align: top;
	padding: 4px !important;
	background-color: white !important;	
}


.DataTable td.DataTableHeaderDeposit
{	
	font-weight: bold;
	background-color: white;
	text-align: center;
	vertical-align: top;
	padding: 4px !important;
	background-color: white !important;		
}


.DataTable td.DataTableHeaderMulti
{	
	border-bottom: 1px solid #CCCCCC !important;	
	font-weight: bold;
	background-color: white;
	text-align: left;
	vertical-align: top;
	padding: 4px 0px 4px 0px !important;
	background-color: #F3F8FE !important;	
	width: 20%;
	height: 30px;
}

.DataTable td.DepositName
{
	border-bottom: 1px solid #CCCCCC !important;	
	font-weight: bold;
	background-color: white;
	text-align: center;
	vertical-align: top;
	padding: 4px !important;
	background-color: white !important;	
}

.DataTable td.DataDeposit{
	padding: 5px 0px 5px 5px ! important;
	text-align: left ! important;	
	cursor: auto;

}
.DataTable td.DataDepositHover{
	padding: 5px 0px 5px 5px ! important;
	text-align: left ! important;
	color: #FFFFFF ! important;
	background-color: #4E80BF ! important;
	cursor: pointer;

}

.DataTable td.DataDeposit span.depositRate{	
	color: #9C9C9C ! important;
}


td.DepositName a, td.DepositName a:active,  td.DepositName a:link {
	color: #3B73B9;
	font-size: 11px;
}

td.DepositName a:hover {
	color: #3B73B9;
	font-size: 11px;
}



.DataTableEvenRow
{
	background-color: white !important;
}

/*  ---------------- */

.BlueBlock
{
	margin-bottom: 16px;
	margin-top: 8px;	
	width: 100% ! important;	
}

.TextBlock .Txt .BlueBlock h2
{
	margin-top: 0;
}

.TextBlock .Txt .BlueBlock ul
{
	margin-bottom: 0;
	padding-bottom: 0;
}

.BlueBlock td
{
	text-align: left;
	background-color: #f3f8fe;
	padding: 10px 15px 15px 15px;	
}
.BlueBlock h2 {
	margin-top: 0.5em;
}
.BlueBlock ul, .BlueBlock ol {
	padding-bottom: 5px !important;
	padding-top: 5px !important;
}

/* ---- Text block ---- */

.TextBlock .Txt a {
color:#3B73B9 !important;
}

.TextBlock .Txt ul, ol {
padding: 10px 25px 15px;
}
.TextBlock .Txt ul {
	list-style: none;
	padding-left: 0;
}
.TextBlock .Txt ul li {
	background: url(/pic/bullet_2.gif) 13px 6px no-repeat;
	padding-left: 25px;
}
.TextBlock .Txt ol li 
{
	list-style-type: decimal;
}

.TextBlock .Txt ul ul,
.TextBlock .Txt ul ol,
.TextBlock .Txt ol ul,
.TextBlock .Txt ol ol {
	padding-top: 5px;
	padding-bottom: 8px;
}

.TextBlock .Txt ul>ul { /* FIX for </li><ul> , For IE6 its layout engine fixes this */
	padding-left: 25px;
}
.TextBlock .Txt li>ul {
	padding-left: 0;
}

/* ------------------------------- News list --------------------------------------------- */

.NewsList h2 {
	padding-bottom: 0;
	margin-top: 0;
}
.NewsDate
{
	margin-bottom: 1.1em;
	margin-top: 0.2em;
	color: #999;
}
.NewsText {
	padding-bottom: 1.5em;
}

/* ------------------------------- Print version --------------------------------------------- */

.print_version .clear_inner, .print_version .left, .print_version .right {
	width: auto !important;
	float: none;
}
.print_version #header {
	position: absolute;
	width: auto !important;
}
.print_version .print, .print_version #footer .links, .print_version #menu, .print_version #sub_menu, .print_version #header .right, .print_version .grid_side {
	display: none;
}
.print_version .grid_content {
	width: auto;
	float: none;
}
.print_version .grid_middle {
	margin-left: 0;
	margin-top: 110px;
	width: auto;
	float: none;
}
.print_version .heading {
	border: 0 !important;
	padding-top: 0px;
	margin-bottom: 0;	
}
.print_version .heading div {
	background: none;
	min-height: 0 !important;
	padding-top: 0 !important;
}

.print_version .TextBlock .Txt ul, .print_version .TextBlock .Txt ol {
	margin-left: 25px;
}
.print_version .TextBlock .Txt ul {
	list-style-image: none;
	list-style: disc;
}
.print_version .TextBlock .Txt ul li, .print_version .TextBlock .Txt ol li {
	background: none;
	list-style-type: disc !important;
	padding-left: 0;
}

.daysOfWeek
{
	width: 50px;
}

@media print {
	.wrapper {
		width: auto;
		margin: 0;
	}
	
	.clear_inner, .left, .right {
		float: none !important;
		width: auto !important;
	}
	
	#header  {
		position: absolute;
		width: auto !important;
	}
	
	.print, #footer .links, #menu, #sub_menu, #header .right, .grid_side {
		display: none;
	}

	.grid_content {
		width: auto;
		float: none;
	}
	.grid_middle {
		margin-left: 0;
		margin-top: 110px;
		width: auto;
		float: none;
	}
	.heading {
		border: 0 !important;
		padding-top: 0px;
		margin-bottom: 0;
	}
	.heading div {
		background: none !important;
		min-height: 0 !important;
		padding-top: 0 !important;
	}
	
	.TextBlock .Txt ul, .TextBlock .Txt ol {
		margin-left: 25px;
	}
	.TextBlock .Txt ul {
		list-style-image: none;
		list-style: disc;		
	}
	.TextBlock .Txt ul li, .TextBlock .Txt ol li {
		background: none;
		list-style-type: disc !important;
		padding-left: 0;
	}
}

.naudas24punkts
{
	background-color: #eff7fa;
	vertical-align: middle ! important;
	border-bottom: 1px solid white;
}

.tableContactsEvenRow.naudas24punkts
{
	background-color: #ddeef5;
	vertical-align: middle ! important;	
}

select[class="safariFix"] {
	position: relative;
	margin-left: 0px;
}

.pdfList .odd
{
	background: white ! important;
}

.pdfList .even
{
	background: #f5f5f5 ! important;
}

.pdfList td
{
	padding: 10px;
}

.pdfList .pdfIcon, .pdfList .pdfSize
{
	width: 100px;
	text-align: center;

}

.pdfList .pdfIcon, .pdfList .pdfSize, .pdfList .pdfDate
{
	font-size: 9px;
	font-family: inherit;
}

.pdfList .pdfIcon
{
	height: 41px;
	background-image: url(/pic/zip_icon.gif);	
	background-position: center 10px;
	background-repeat: no-repeat;	
}




.tblSiteMap td
{
	vartical-align: top;
	padding-left: 20px;
	padding-top: 20px;
}

.tblSiteMap .level1
{
}
.tblSiteMap .level2
{
	margin-left: 10px;
}
.tblSiteMap .level3
{
	margin-left: 20px;
}

.tblSiteMap .level1, .tblSiteMap .level2, .tblSiteMap .level3 
{
	margin-bottom: 10px;
}

#fVisit input.error 
{
	border: 1px solid red;
}

#tdMultiLink2{
	background-color: #F3F8FE !important;
}

#tdBtn{
	border-top: 1px solid #CDCDCD; 
	text-align: right; 
	vertical-align:top;
}

#tdMultiLink1{	
	vertical-align: bottom;
}

#aMultiLink1{	
	position: relative;
	bottom: 5px;
}

#aMultiLink2{		
	position: relative;
	top: 5px;
}


#iMultiLink1{	
	position: relative; 
	bottom: 7px;
}

#iMultiLink2{	
	position: relative;
	top: 3px;
}