body,html {
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	resize: none;
}

h1 {
	color: #1b64b0;
	font-size: 1.8em;
	font-weight: normal;
}

h2 {
	color: #1b64b0;
	font-size: 1.5em;
	font-weight: normal;
}

.registration-form-holder label {
	cursor: default;
}

.registration-form-holder {
	padding-left: 25px;
}

.registration-form-holder .control-label,.registration-form-holder .form-horizontal .control-label,.registration-form-holder .form-horizontal .control-label
	{
	float: none;
	display: block;
	padding-top: 5px;
	text-align: left;
	width: 250px;
}

.registration-form-holder .control-label.wide,.registration-form-holder .form-horizontal .control-label.wide,.registration-form-holder .form-horizontal .control-label.wide
	{
	width: 550px;
}

.registration-form-holder .control-label.authorization-label,.registration-form-holder .form-horizontal .control-label.authorization-label,.registration-form-holder .form-horizontal .control-label.authorization-label
	{
	cursor: pointer;
	padding-top: 0px;
	padding-left: 5px;
}

#page-container {
	padding-top: 20px;
}

.leftside {
	float: left;
}

.rightside {
	float: right;
}

.halfplace {
	width: 49%;
}

.controlgroup.fullwidth,.controlgroup.fullwidth textarea {
	width: 95%;
}

.controlgroup.fullwidth .warning {
	width: 95%;
}

.blacktext {
	color: #000000;
}

.nolist li {
	float: left;
	list-style: none;
}

.leftcontent {
	text-align: left;
}

.rightcontent {
	text-align: right;
}

.centercontent {
	text-align: center;
}

.logolist {
	width: 33%;
	height: 43px;
	padding-top: 3px;
}

.logocontainer {
	padding-bottom: 10px;
}

.logolist div {
	margin-top: 7px;
}

.logotext {
	color: #636467;
}

.lngchanger {
	width: 175px;
}

.lngchanger div {
	padding-top: 10px;
}

#searchdiv {
	padding-top: 5px;
}

.lngchanger a {
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	color: #636467;
}

.lngchanger a.active,.lngchanger a:hover {
	color: #1b64b0;
}

.hintinput {
	color: #ebebeb;
}

#content {
	width: 990px;
	margin: auto;
}

.wysiwyg_content {
	color: #636467;
	font-size: 10pt;
}

.wysiwyg_content table {
	width: 99%;
	margin: auto;
	border: 0;
}

.expand-btn-place {
	padding: 5px;
	font-weight: bold;
	color: #1b64b0;
	font-size: 12pt;
	height: 65px;
}

.my-expand {
	float: right;
	cursor: pointer;
	font-size: 9pt;
	font-weight: bold;
}

.my-expand-place button {
	float: right;
	margin-bottom: 3px;
}

.expand-content {
	padding-top: 10px;
}

.links-place {
	padding-top: 10px;
}

.bannerplace {
	padding-top: 5px;
}

.register {
	height: 220px;
	width: 220px;
	/*float: right;*/
	background: url('../img/design/register_background.png') transparent top
		center no-repeat;
	z-index: 999;
}

.sp-contacts {
	margin-top: 100px;
}

.sp-register {
	z-index: 998;
	width: 220px;
	left: -999px;
	top: -999px;
	position: absolute;
}

.register-btn-place {
	padding-top: 100px;
	text-align: center;
	width: 220px;
	height: 120px;
}

.register-btn-place div {
	color: #ffffff;
	font-size: 20pt;
	padding: 10px;
}

.ico {
	height: 35px;
	padding-top: 5px;
	padding-left: 40px;
}

.ico-address {
	background: url('../img/design/icon-address.png') transparent top left
		no-repeat;
}

.ico-phone {
	background: url('../img/design/icon-phone.png') transparent top left
		no-repeat;
}

.ico-fax {
	background: url('../img/design/icon-fax.png') transparent top left
		no-repeat;
}

.ico-mail {
	background: url('../img/design/icon-email.png') transparent top left
		no-repeat;
}

.map-block {
	padding-top: 56px;
}

.map-block img {
	z-index: 1;
}

.contacts-container {
	position: relative;
}

.contacts-container.smallcontainer {
	padding-top: 20px;
}

.foot-container {
	position: absolute;
}

.icon-arrow-right {
	cursor: pointer;
}

footer {
	background-color: #cccccc;
	background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),
		to(#cccccc));
	background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
	background-image: -o-linear-gradient(top, #ffffff, #cccccc);
	background-image: linear-gradient(to bottom, #ffffff, #cccccc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
		endColorstr='#ffcccccc', GradientType=0);
}

footer.smallfooter {
	padding-top: 250px;
}

.footzone {
	background-color: #3b3b3b;
	background-image: -moz-linear-gradient(top, #3b3b3b, #2e2e2e);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b3b3b),
		to(#2e2e2e));
	background-image: -webkit-linear-gradient(top, #3b3b3b, #2e2e2e);
	background-image: -o-linear-gradient(top, #3b3b3b, #2e2e2e);
	background-image: linear-gradient(to bottom, #3b3b3b, #2e2e2e);
	background-repeat: repeat-x;
	border-color: #252525;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b3b3b',
		endColorstr='#ff2e2e2e', GradientType=0);
	color: #ffffff;
	padding-top: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
}

.abcswitch {
	line-height: 2.5em;
	padding-bottom: 2px;
}

.producer-searchplace {
	padding: 15px;
}

.producers {
	font-size: 9pt;
}

.producers span,.doclist-doc span {
	color: #C94039;
}

.wide-dropdown a,.wide-dropdown .dropdown-selected {
	min-width: 250px;
}

#faq-category-chooser,#contacts-category-chooser {
	padding-bottom: 15px;
}

.question {
	cursor: pointer;
}

.answer td {
	padding: 15px;
	padding-left: 25px;
}

.fixed-summary {
	padding-top: 5px;
	height: 175px;
	overflow: hidden;
}

.formplace {
	margin-top: 20px;
}

.doclist-doc {
	padding-top: 15px;
	padding-bottom: 15px;
}

.doclist-doc a {
	font-weight: bold;
}

.fieldcontainer {
	padding-bottom: 10px;
}

.contacts-form-holder {
	padding-top: 5px;
}

.address-holder {
	padding-top: 15px;
}

.activesign {
	width: 20px;
	height: 9px;
	position: absolute;
	top: -100px;
	left: -100px;
	background: url('../img/design/menue_active.png') transparent top left
		no-repeat;
}

#producers-table tr {
	cursor: pointer;
}

#searchform input[type=text] {
	width: 210px;
}

#searchform button {
	margin-top: -72px;
}

#calendarplace {
	margin-top: -25px;
}

.sitemapcontainer {
	padding-bottom: 15px;
	apdding-top: 15px;
	font-size: 10pt;
}

.contact-us-btn-place {
	margin-top: -75px;
}

#wrap {
	padding-bottom: 200px;
}

table.e-calendar-view thead th,table.e-calendar-view tbody td {
	padding: 4px 5px;
	text-align: center;
	width: 22px;
	height: 18px;
}

table.e-calendar-view td.current {
	font-weight: bold;
}

table.e-calendar-view td.not-relevant {
	color: #cccccc;
}

.eeirr-calendar {
	margin-top: -25px;
}

.eeirr-calendar td {
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

.eeirr-calendar td.event {
	background-color: #005398;
	background-image: -moz-linear-gradient(top, #1684c7, #1b64b0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1684c7),
		to(#1b64b0));
	background-image: -webkit-linear-gradient(top, #1684c7, #1b64b0);
	background-image: -o-linear-gradient(top, #1684c7, #1b64b0);
	background-image: linear-gradient(to bottom, #1684c7, #1b64b0);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1684c7',
		endColorstr='#ff1b64b0', GradientType=0);
	cursor: pointer;
	color: #ffffff;
}

.eeirr-calendar td.event a {
	color: #ffffff;
}

.eeirr-calendar td.event div {
	color: #000000;
	font-size: 10pt;
}

.weekdays-row th,tr.month-year-row {
	border: 1px solid #cccccc;
	background-color: #ebebeb;
	background-image: -moz-linear-gradient(top, #ffffff, #ebebeb);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),
		to(#ebebeb));
	background-image: -webkit-linear-gradient(top, #ffffff, #ebebeb);
	background-image: -o-linear-gradient(top, #ffffff, #ebebeb);
	background-image: linear-gradient(to bottom, #ffffff, #ebebeb);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
		endColorstr='#ffebebeb', GradientType=0);
}

td.sat,td.sun {
	background-color: #ebebeb;
}

.other-contacts-place {
	padding-top: 25px;
}

.producer-searchplace input {
	margin-right: -5px;
}

.producer-searchplace button {
	margin-top: -10px;
}

.expandbutton {
	height: 65px;
	color: #1b64b0;
	font-weight: bold;
}

#registerCheckPlace {
	text-align: left;
	margin-top: -30px;
	padding-bottom: 15px;
	font-size: 9pt;
	padding-left: 2px;
}

div.floatdiv {
	float: left;
}

div.floatcontainer {
	float: left;
}

#registerCheckPlace div.producerlabel {
	padding-top: 2px;
	padding-left: 2px;
}

.clr {
	clear: both;
}

.registration-form-holder .fieldcontainer input,.registration-form-holder .fieldcontainer textarea,.registration-form-holder .fieldcontainer .uneditable-input
	{
	width: 500px;
}

#foreignCheckPlace {
	text-align: left;
	font-size: 9pt;
}

.registration-form-holder .fieldcontainer input[type=checkbox] {
	width: auto;
}

.floatdiv.infolabel {
	padding-top: 2px;
	padding-left: 2px;
	cursor: pointer;
}

.floatdiv.infolabel.infolabel-big {
	padding-top: 4px;
}

.leftpad {
	margin-left: 20px;
}

#contactus_text {
	color: #555;
}

.faqplace hr {
	margin: 0px 0px;
}

.faqs_h2 {
	cursor: pointer;
}

.to-contactform {
	/*margin-top: -90px;*/
	
}

.faqs_group {
	margin-top: 5px; padding : 3px;
	border: 2px solid #c7c7c7;
	padding: 3px;
}

.answer span {
	color: #636467;
}

a.more {
	background: url('../img/design/more.png') transparent 0px 6px no-repeat;
	padding-left: 10px;
}

a.less {
	background: url('../img/design/less.png') transparent 0px 6px no-repeat;
	padding-left: 10px;
}

.eeirr-block {
	padding-top: 10px;
}

#siimage {
	border: 0px;
	margin-right: 15px;
	margin-bottom: 7px;
}

.captcharefresh {
	border-style: none;
	font-size: 9pt;
	font-weight: bold;
}

.expand-lead {
	padding-top: 5px;
}

.wysiwyg_content table {
	width: 100%;
}

table.producers td.question-td {
	padding-left: 15px;
}

table.producers td.question-td.closed {
	background: url('../img/design/plus.png') transparent 0px 5px no-repeat;	
}

table.producers td.question-td.open {
	background: url('../img/design/minus.png') transparent 0px 5px no-repeat;	
}

.child-menu {
	padding-left: 20px;
}