/* --- Structure --- */
html {
	height:100%; 
	min-height:100%;
}

head:first-child+body html>body, html>body #wrapper {height:auto;}

body {
	position:relative;
	margin:0; padding:0;
	font-size:1em;
	font:62.8% Arial, Tahoma, Helvetica, sans-serif;
	min-width:940px;
	height:100%; 
	min-height:100%;
	background: #fff;
}

.wrapper {
	width:940px;
	margin:0 auto;
	position: relative;
}

/* --- End Structure --- */

/* --- Standart Tag's --- */
h1, h2, h3, h4, h5, h6, form, fieldset, p, dl, ul {margin:0;}
strong, b {font-weight:bold;}
em, i {font-style:italic;}
small {display:block;}
fieldset {border:0;}
img {border:none;}
/* --- End Standart Tag's --- */

/* --- Content --- */

#header {
	float: left;
	width: 100%;
	background: #fff url('../images/header_bg_bottom.gif') repeat-x bottom;
	padding-bottom: 23px;
	border-top: 5px solid #c1a875;
}

a.logo {
	position: relative;
	left: 60px;
	float: left;
	padding: 5px 0;
	margin-top:10px;
}

#header .slogan {
	position: relative;
	left: 110px; top: 10px;
	float: left;
	line-height: 50px;
	color: #000;
	font-size: 1.4em;
	font-family: Times New Roman;
	font-weight: bold;
}

#content {
	float: left;
	width: 100%;
	padding: 100px 0;
	_padding: 50px 0;
}

ul#wizard-links {
	float: right;
	padding: 0 20px 40px 0;
	margin: 0;
	list-style: none;
}

ul#wizard-links li {
	float: left;
	width: 64px;
	height: 44px;
	position: relative;
}

ul#wizard-links li.sub_step {
	margin-left: -64px;
}

ul#wizard-links li a {
	float: left;
	width: 44px;
	text-align: center;
	line-height: 44px;
	background: url('/images/step_active.gif') no-repeat;
	color: #000;
	font-family: Times New Roman;
	font-weight: bold;
	text-decoration: none;
	font-size: 2.0em;
}

ul#wizard-links li.disabled a {
	background: url('/images/step_inactive.gif') no-repeat;
}

ul#wizard-links li.errors a {
	color: #000 !important;
	background: url('/images/error_bg.gif') no-repeat !important;
}

ul#wizard-links li.active a {
	color: #fff !important;
	background: url('/images/step_active.gif') no-repeat !important;
	text-decoration: underline !important;
}

ul#wizard-links li a span {
	position: absolute;
	top:-15px; left:25px;
	float: left;
	width: 32px;
	text-align: center;
	line-height: 32px;
	background: url('/images/sub_step_active.gif') no-repeat ;
	text-decoration: none;
}

ul#wizard-links li.errors a span {
	background: url('/images/error_sub_bg.gif') no-repeat !important;
}


ul#wizard-links li.disabled a span {
	background: url('/images/sub_step_inactive.gif') no-repeat;
}

ul#wizard-links li.active a span {
	color: #fff !important;
	background: url('/images/sub_step_active.gif') no-repeat !important;
}


h3 {
	font-size: 2.0em;
	font-weight: normal;
	color: #c1a875;
	padding: 0 0 20px 0;
}

a {
	color: #c1a875;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

form {
	float: left;
	width:820px;
	margin: 0;
	padding: 0 0 0 0;
}

form fieldset {
	float: left;
	width:820px;
	margin: 0;
	padding: 0 0 20px 0;
}

form p
{
	float: left;
	width:820px;
	margin: 0;
	padding: 0 0 20px 0;
}

form fieldset.text {
	float: left;
	width:820px;
	margin: 0;
	padding: 0 0 25px 0;
	font-size: 1.2em;
	color: #333;
}

form p.text {
	float: left;
	width:820px;
	margin: 0;
	padding: 0 0 25px 0;
	font-size: 1.2em;
	color: #333;
}

#footer {
	width:100%;
	position: fixed;
	_position: static;
	_float: left;
	bottom: 0; left: 50%;
	margin-left: -470px;
	_margin-left: 0;
	background: #fff;
	z-index: 1;
}

form fieldset.additional_info {
	float: left;
	width:820px;
	margin: 0 auto;
	padding-top: 20px;
	border-top: 2px solid #c1a875;
}

form p.additional_info {
	padding-top: 20px;
}

form fieldset.additional_info label {
	width:820px;
	text-align: left;
	font-weight: normal;
	font-size: 1.6em;
	padding-bottom: 5px;
}

form p.additional_info label {
	width:820px;
	text-align: left;
	font-weight: normal;
	font-size: 1.6em;
	padding-bottom: 5px;
}

form fieldset.additional_info input {
	float: left;
	width: 100%;
	border-bottom: none;
	border-right: none;

	border: 1px solid #c7c7c7;
}

form p.additional_info textarea {
	float: left;
	width: 100%;
	height: 80px;
	overflow: auto;
	border-bottom: none;
	border-right: none;

	border: 1px solid #c7c7c7;
}

form fieldset label {
	float: left;
	width:240px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	color: #333;
	font-size: 1.2em;
	line-height: 20px;
}

form p label {
	float: left;
	width:240px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	color: #333;
	font-size: 1.2em;
	line-height: 20px;
}

form fieldset label.align_left {
	float: left;
	text-align: left;
	width: 700px;
	padding-left: 10px; 
}

form p label.align_left {
	float: left;
	text-align: left;
	width: 700px;
	padding-left: 10px; 
}

form fieldset label.align_left_short {
	text-align: left;
	width: 50px;
	padding-left: 10px; 
}

form p label.align_left_short {
	text-align: left;
	width: 50px;
	padding-left: 10px; 
}

form fieldset label.align_left_1 {
	text-align: left;
	width: 345px;
}

form p label.align_left_1 {
	text-align: left;
	width: 345px;
}

form fieldset label.align_left_2 {
	text-align: left;
	width: 300px;
}

form p label.align_left_2 {
	text-align: left;
	width: 300px;
}

form fieldset label.align_left_auto_w {
	text-align: left;
	width: auto;
	padding-right: 10px;
	padding-left: 10px; 
}

form p label.align_left_auto_w {
	text-align: left;
	width: auto;
	padding-right: 10px;
	padding-left: 10px; 
}

div.sub_otions {
	float: left;
	padding-left: 30px;
}

div.sub_otions label {
	font-weight: normal;
}

div.info {
	float: left;
	position: relative;
}

form fieldset span {
	position: absolute;
	color: #939393;
	font-size: 1.1em;
}

form p span {
	position: absolute;
	color: #939393;
	font-size: 1.1em;
}

div.info span.bottom {
	top: 23px;	left: 3px;
}

span.left {
	width:250px;
	padding-left: 4px;
}

div.info span.left {
	width:250px;
	top: 3px;	left: 100%;
	padding-left: 4px;
}

span.float_right {
	position: absolute;
	left: 0;
	float: right;
	width:340px;
	text-align: right;
	margin-left: 250px;
}

form fieldset input {
	float: left;
	width:335px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #000;
	font-size: 1.2em;
	border-bottom: none;
	border-right: none;

	border: 1px solid #c7c7c7;
	padding: 2px;
}

form p input {
	float: left;
	width:335px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #000;
	font-size: 1.2em;
	border-bottom: none;
	border-right: none;
	border: 1px solid #c7c7c7;
	padding: 2px;
}

form input.personcode, form input.number_input {
	width:231px;
	height: 22px;
	background: url('/images/ak_bg.gif') no-repeat left top;
	border: none;
	letter-spacing: 14px;
	padding-left: 8px;
	line-height: 20px;
}


form input.card_nr_bg {
	width:422px;
	height: 22px;
	background: url('/images/korteles_nr.gif') no-repeat left top;
	border: none;
	letter-spacing: 14px;
	padding-left: 8px;
	line-height: 20px;
}

form input.sask_nr_bg {
	width:338px;
	height: 22px;
	background: url('/images/saskaitos_nr.gif') no-repeat left top;
	border: none;
	letter-spacing: 14px;
	padding-left: 8px;
	line-height: 20px;
}

form input.id_numeris_bg {
	width:107px;
	height: 22px;
	background: url('/images/id_numeris.gif') no-repeat left top;
	border: none;
	letter-spacing: 14px;
	padding-left: 8px;
	line-height: 20px;
}

form fieldset input.checkbox, form fieldset input.radio {
	width: auto;
}

form p input.checkbox, form p input.radio {
	width: auto;
}

form fieldset input.w_1 {
	width:80px;
	margin-right: 10px;
}

form p input.w_1 {
	width:80px;
	margin-right: 10px;
}

form fieldset input.w_2 {
	width:240px;
	margin-right: 10px;
}

form p input.w_2 {
	width:240px;
	margin-right: 10px;
}

form fieldset select {
	float: left;
	width:335px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #000;
	font-size: 1.2em;
	border-bottom: none;
	border-right: none;

	border: 1px solid #c7c7c7;
	padding: 2px;
}

form p select {
	float: left;
	width:335px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #000;
	font-size: 1.2em;
	border-bottom: none;
	border-right: none;

	border: 1px solid #c7c7c7;
	padding: 2px;
}

form fieldset select.metai {
	width:65px;
	margin-right: 5px;
}

form p select.metai {
	width:65px;
	margin-right: 5px;
}

form fieldset select.menuo {
	width:45px;
	margin-right: 5px;
}

form p select.menuo {
	width:45px;
	margin-right: 5px;
}

form fieldset select.margin_right {
	margin-right: 20px;
}

form p select.margin_right {
	margin-right: 20px;
}

#wizard-actions {
	float: left;
	width:820px;
	text-align: right;
	padding-bottom: 10px;
}

div.padding_left {
	padding-left: 60px;
}

.margin_left {
	margin-left: 60px !important;
}



p {
	padding:0;
	margin: 0 0 20px 0;
}


ul.links {
	float: left;
	padding:0;
	margin: 0 0 20px 0;
	list-style: none;
}

ul.links li {
	display: block;
	padding: 0 0 0 40px;
	line-height: 20px;
	background: url('../images/bulet3.gif') no-repeat 19px 7px;
	list-style: none outside none;	
	text-indent:0;
	height:1%;
}

fieldset.marg_right {
	margin-right: 60px;
}

p.marg_right {
	margin-right: 60px;
}

fieldset.step_0_box {
	float: left;
	width:380px;
	background: url('/images/box_bg_1_bt.gif') no-repeat left bottom;
	padding-bottom: 0;
}

p.step_0_box {
	float: left;
	width:380px;
	background: url('/images/box_bg_1_bt.gif') no-repeat left bottom;
	padding-bottom: 0;
}

fieldset.step_0_box div.bg {
	float: left;
	width:360px;
	padding: 14px 10px;
	background: url('/images/box_bg_1_top.gif') no-repeat left top;
}

p.step_0_box div.bg {
	float: left;
	width:360px;
	padding: 14px 10px;
	background: url('/images/box_bg_1_top.gif') no-repeat left top;
}

fieldset.step_0_box div.title {
	float: left;
	width:360px;
	background: url('/images/box_bg_2_bt.gif') no-repeat left bottom;
	font-weight: normal;
	text-align: left;
}

p.step_0_box div.title {
	float: left;
	width:360px;
	background: url('/images/box_bg_2_bt.gif') no-repeat left bottom;
	font-weight: normal;
	text-align: left;
}

fieldset.step_0_box div.title span.bg {
	position: static;
	float: left;
	width:320px;
	background: url('/images/box_bg_2_top.gif') no-repeat left top;
	padding: 10px 20px;
}

p.step_0_box div.title span.bg {
	position: static;
	float: left;
	width:320px;
	background: url('/images/box_bg_2_top.gif') no-repeat left top;
	padding: 10px 20px;
}

fieldset.step_0_box div.title span.arrow {
	position: static;
	float: left;
	width:320px;
	background: url('/images/arrow.gif') no-repeat right center;
	color: #fff;
	cursor: pointer;
	font-size: 1.455em;
}

p.step_0_box div.title span.arrow {
	position: static;
	float: left;
	width:320px;
	background: url('/images/arrow.gif') no-repeat right center;
	color: #fff;
	cursor: pointer;
	font-size: 1.455em;
}


#draudimo_rusis_inv_details {
	float: left;
	padding: 20px 0 0 20px;
}

#draudimo_rusis_inv_details label {
	font-weight: normal;
}

#wizard-actions #navigation {
	display: none;
}

#arrow_top {
	position: relative;
	top: 70px; left: -55px;
	width: 831px;
	height: 23px;
	background: url('/images/arrows_top.gif') no-repeat right center;
	margin: 0 auto;
}

#arrow_bottom {
	position: absolute;
	top: -70px; left: 0;
	width: 831px;
	height: 23px;
	background: url('/images/arrows_bottom.gif') no-repeat right center;
}


/* --- End Content --- */



.clear {
	width:100%;
	clear:both;
}

table {
	behavior: expression(function(o){
		if (o.border == "0")
			o.className += " noborder"
		o.runtimeStyle.behavior = "none";
	}(this))
}


div.header
{
    width: 100%;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    color: #DDDDDD;
    font-weight: bold;
    background-color: #FFFFFF;
    padding: 10px 0 10px 0;
}

.error
{
    border: 1px solid red;
}

#error {
	position: fixed;
	_position: absolute;
	z-index:1000;
	top:130px;
	left:50%;
	width:300px;
	background-color:#c1a875;
	border:5px solid #fff;
	display:none;
	padding:10px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	margin-left: 150px;
}

#ui-datepicker-div {
    z-index:100;
}

