body {
	font: 81.25%/130.77% Arial, Helvetica, sans-serif;
}

@media all and (min-width: 0px) { body { font-size: 90.62%; } }

/*
body {
	font-size: 87.50%;
	font-size: 93.74%;
	font-size: 90.62%;
}
*/
a:visited { color: #718791; }
a, a:hover { color: #00608c; }

img { border: 0; }

input, select, textarea, button, img {
	vertical-align: middle;
	font-size: 100%;
}

button { overflow: visible; padding: 1px 5px; }

p, h1, h2, h3, h4, h5, h6, table, ul, ol, dl {
/*	margin: 0 0 1em;*/
	margin: 0;
	padding: 5px 0px;
	font-size: 100%;
}
h1 {
	padding-bottom: 15px;
}

p.summary { font-weight: bold; }

.box {
	position: relative;
	top: 2px; left: 3px;
	background: #e1e1e1;
	margin-bottom: 1em;
}
.box .content {
	position: relative;
	top: -2px; left: -3px;
	padding: 1em 1em 1px;
	border: solid 1px #d6d6d7;
	background: #fff;
}
.box .close {
	position: relative;
	float: right;
}

#financePrivate,
#financeCorporate {
	display: inline;
	float: left;
	width: 385px;
	border: solid 1px #ccc;
	margin: 15px 15px 1em 0; padding: 20px 15px;
	background: no-repeat 100% 100%;
	min-height: 190px;
}
* html #financePrivate,
* html #financeCorporate { height: 190px; }
#financePrivate { background-image: url('images/private.jpg') }
#financeCorporate { background-image: url('images/corporate.jpg') }

#financePrivate h2,
#financeCorporate h2 {
	margin-bottom: 1.5em;
}
#financePrivate ul,
#financeCorporate ul {
	padding: 0;
	list-style: none;
}
#financePrivate li,
#financeCorporate li {
	background: url('images/bull.gif') no-repeat 10px .4em;
	padding: 0 23px;
	margin: 0 0 1em;
}

.text ol {
	margin-left: 2em;
}



/* ****** kalendorius su parodom ar panasiai */

.datos {
	border-collapse: collapse;
}
.datos th {
	padding: 5px;
	text-align: left;
	border-bottom: 2px solid #ff6600;
}
.datos td {
	padding: 8px 5px;
	border-bottom: 1px solid #B0BFC3;
}
.menuo {
	color: #00608C;
	font-size: 17px;
	padding-left: 0px;
	margin-top: 20px;
	border: none;
	font-weight: bold;
}
.special {
	background: #FFFDE4;
}

/*******/

.left {
	float: left;
	margin-right: 10px;
}
.right {
	float: right;
	margin-left: 10px;
}

.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}  