/* Created by design.bg studios. Source code in this website is property of design.bg. */
/* ------------------ Framework ------------------ */
@import url(../../framework/reset.css); /* not change */
@import url(../../framework/classes.css);/* not change */
@import url(typography.css);
@import url(layout.css);
@import url(../object/jquery.fancybox-1.2.6.css);
/* framework print version css is loaded directly in html header */
/* ------------------ Tag styles  ---------------------- */
br.clear {
	display: block;

}
/* Form styles */
fieldset {
	border: 1px solid #666;
	background-color: #fff;
}
/* Table styles */
table {
	margin: 10px 0;
/*	border: 1px solid #666;*/
}
table th {
	padding: 5px;
	font-weight: bold;
}
table td {
	padding: 5px;
}
table thead th {
	background-color: #fff;
	padding: 10px 5px;
	/*border-bottom: 1px solid #666;*/
}/*
table tbody th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table tbody td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table tfoot th {
	border-top: 1px solid #666;
	background-color: #ccc;
}
table tfoot td {
	border-top: 1px solid #666;
	background-color: #ccc;
}*/
/* ------------------ Base styles  ---------------------- */
/* ------------------ Header ---------------------- */

.page_title {
	position:absolute;
	text-transform:uppercase;
	font-weight:bold;
	color:#163e77;
	font-size:11px;
	margin:23px 0 0 70px;
}
* html .page_title {
	left:0;
}
*+html .page_title {
	left:0;
}
.nav {
	overflow: hidden;
}
.lang {
	float: left;
	margin: 20px 0 0 13px;
}
.lang li,
.lang a {
	float: left;
}
.lang a {
	display: block;
	padding: 4px 8px;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
}
.lang li a:hover {
	background-color: #eee;
}
.inner .page_title {
	margin:24px 0 0 100px;
}
.nav li {
	display:inline;
	padding: 8px 15px;
	line-height:63px;
	font-size:13px;
	text-transform:uppercase;
}
.nav a {
	text-decoration:none;
	color:#545454;
}
.nav a:hover {
	text-decoration:underline;
	color:#0f50a2;
}
.nav .current {
	background-color: #88badb;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
.nav .current  a {
	color: #fff;
}
.nav .current:hover {
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
.nav .current  a:hover  {
	text-decoration: none;
}
/*
.nav .nav1_current {
	background: transparent url(../../../pics/nav1.jpg) no-repeat;
	padding:10px  22px 10px 22px;
}
.nav .nav1_current a{
	color:#fff;
}
.nav .nav1_current a:hover {
	color:#fff;
}
.nav .nav2_current {
	background: transparent url(../../../pics/nav2.jpg) no-repeat;
	padding:10px  22px 10px 22px;
}
.nav .nav2_current a{
	color:#fff;
}
.nav .nav2_current a:hover {
	color:#fff;
}
.nav .nav3_current {
	background: transparent url(../../../pics/nav3.jpg) no-repeat;
	padding:10px  22px 10px 22px;
}
.nav .nav3_current a{
	color:#fff;
}
.nav .nav3_current a:hover {
	color:#fff;
}
.nav .nav4_current {
	background: transparent url(../../../pics/nav4.jpg) no-repeat;
	padding:10px  22px 10px 22px;
}
.nav .nav4_current a{
	color:#fff;
}
.nav .nav4_current a:hover {
	color:#fff;
}

*/


.index .container {
	position:relative;
}
.index_links {
	position:absolute;
	left:227px;
	top:233px;
}
.index_link {
	display:block;
	width:155px;
	height:285px;
	float:left;
	margin-right:32px;
	position:relative;
}
.index_link .more_info {
	position:absolute;
	bottom:0;
	width:155px;
	height:79px;
	background-repeat:no-repeat;
	text-indent:-9999em;
}	
.link1 .more_info {
	background-position:left top;
}
.link2 .more_info {
	background-position:-180px top ;
}
.link3 .more_info {
	background-position:-360px top ;
}
.powered {
	text-align:center;
	width:100px;
	font-size:10px;
	margin-left:50px;
	float:left;
	margin-top:-20px;
}
* html .powered{
	margin-left:30px;
}
.powered img {
	margin-top:7px;
}
.footer_right {
	float:right;
	text-align:right;
	margin-right:16px;
	line-height:1.6;
	font-size:11px;
}
.inner .container {
	margin-top:126px;
	position:relative;
}
.container .content {
	float:right;
	width:540px;
	margin-top:68px;
}
.container .card_image {
	float:left;
	width:345px;
	margin-left:60px;
	width:332px;
	height:356px;
	text-indent:-9999em;
}
.term_contacts {
	float:left;
	margin-top:100px;
	margin-left:50px;
	position:fixed ;
}

* html .container .card_image {
	margin-left:30px;
}

.ci_1 {
	background:url(../../../pics/card1.png);
}
* html .ci_1 {
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="pics/card1.png", sizingMethod="crop");
}

.ci_2 {
	background:url(../../../pics/card2.png);
}
* html .ci_2 {
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="pics/card2.png", sizingMethod="crop");
}
.ci_3 {
	background:url(../../../pics/card3.png);
}
* html .ci_3 {
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="pics/card3.png", sizingMethod="crop");
}
.ci_small {
	background:url(../../../pics/card_small.png) no-repeat;
	margin-top:-20px;
	position:absolute;
	height:220px !important;
	left:0;
}
* html .ci_small {
	background:none;
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="pics/card_small.png", sizingMethod="crop");
}


.content h1 {
	font-size:18px;
	padding-left:15px;
	text-shadow:1px 1px 1px #ececec;
	font-weight:normal;
}

.card_title {
	position:absolute;
	right:0;
	width:475px;
	height:57px;
	background-repeat:no-repeat !important;
	margin-right:67px;
	text-indent:-9999em;
}
.title_5 {
	background:url(../../../pics/title1.png);
}
* html .title_5 {
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="pics/title1.png", sizingMethod="crop");
}

.title_6 {
	background:url(../../../pics/title2.png);
}
* html .title_6 {
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="pics/title2.png", sizingMethod="crop");
}
.title_7 {
	background:url(../../../pics/title3.png);
}
* html .title_7 {
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="pics/title3.png", sizingMethod="crop");
}
.content  {
	margin-top:30px;
	line-height:1.5;
	font-size:13px;
}
.content ul {
	list-style-position:outside;
	list-style:none;
	margin-left:0;
	margin-top:5px;
	padding:0;
	
}
.content ul li{
	margin-bottom:2px;
	padding-left:12px;
	background:url(../../../pics/bullet.gif) left 7px no-repeat;
}
h3 {
	margin:15px 0 5px 0;
	padding:0;
	font-size:16px;
	font-weight:bold;
}
.content p {
	margin:0 0 10px 0;
}
.copy .small {
	font-size:10px;
}
h4 {
	margin-top:20px;
}
.terms {
	padding:0 20px;
}
.card_links {
	margin:15px 0;
}
.content a {

}
/*
.content a {
	font-size:13px;
	font-weight:bold;
	padding:5px 10px;
	background:#ebebeb;
	text-decoration:none;
	border-bottom:2px solid #ccc;
	border-left:2px solid #ccc;
	margin-bottom:15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
*+html .card_links a {
	border-left:none;
}
* html .card_links a {
	border-left:none;
}*/
.partners_table td {
	vertical-align:middle;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
/*.content h1 a,
.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a, 
.content h6 a,
.content li a,
.gallery a,
.content .partners_table a {
	display:block;
	float: none;
	font-size: auto;
	font-weight:bold;
	padding: 0;
	margin: 0;
	background: transparent;
	text-decoration: underline;
	border: 0;
	white-space: auto;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.big_font .toolbar a,
.content .toolbar a {
	padding: 2px 10px;
	font-size: 12px !important;
	line-height: 12px !important;
}*/
.addthis_toolbox {
	margin-left: 8px;
}
/*
.content .toolbar .addthis_toolbox a {
	padding: 1px 2px;
}
*/

#resize {
	background: url(../../../pics/tools.gif) no-repeat -300px 0;	
	padding-left: 22px;
}
#resize:hover {
	background-position: -300px -100px;
}
.addthis_button {
	padding-left: 22px;
	background: url(../../../pics/tools.gif) no-repeat 0 0;
}
.addthis_button:hover {
	background-position: 0 -100px;
}





.content .partners_table a:hover {
	text-decoration: none;
}
.partners_table .align_right a {
	display:block;
	float:right;
}
.partners_table .align_center a {
	display:block;
	float:none;
}
.avto {
	float:left;
	margin-top:137px;
	width:290px;
	background:url(../../../pics/avto_arrow.gif) right center no-repeat;
	padding:156px 0 156px 70px;
}
.partners_table_big {
	border-top:1px solid #ccc;
	margin-top:20px;
}
.partners_table_big td {
	text-align:center;
	padding:33px 0;
	border-bottom:1px solid #ccc;
	vertical-align:middle;
}
.content .news_title {
	margin: 2em 0 0.2em 0;
	padding: 0;
}
.content .news_title a {
	font-size: 18px;
	font-weight: normal;
}	
.content .news_announce {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 2em;
}
.news_date {
	font-size: 90%; 
	color: #c00;
}
.pager {
	clear: both;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #d3d3d3;
	text-align: center;
}
.content a.current_page {
	background-color: #1A6278;
	color: #fff;
}
.big_font {
	font-size: 150%;
}
.big_font td a {
	font-size: 15px;
}
.toolbar {
	margin: 0 20px 0 0;
	line-height: 15px;
}
.toolbar a,
.toolbar div {
	line-height: 15px;
}
.content h1 {
	margin-bottom: 12px;
}
.gallery a {
	display: block;
	width: 85px;
	height: 85px;
	float: left;
	margin: 0 10px 10px 0;
	vertical-align: bottom;
}
.fancy_title table,
.fancy_title td {
	border: 0 !important;
}
.help_links {
	list-style: none;
	margin: 0;
	padding: 20px 5px;
	clear: both;
}
.help_links li {
	padding:8px 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
}
.request {
	display: block;
	color: #fff;
	background: #0c56b2 url(../../../pics/request.gif) repeat-x left center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	float: left;
	padding: 12px 12px;
	text-decoration: none;
	font-size: 18px;
}
.request:hover {
	color: #fff;
	text-decoration: none;
	background-image: none;
}
/* Form */
.hr {
	border-bottom: 1px solid #ccc;
	margin: 5px 0;
}
.hr hr {
	display: none;
}
.form fieldset {
	padding: 15px 0;
	background: transparent;
	border: 0;
}
.form legend {
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
.form label {
	float: left;
	width: 150px;
	margin: 5px 10px 5px 0;
	text-align: right;
	clear: left;
}
.form input {
	float: left;
	margin: 5px 0;
}
.form textarea {
	width: 65%;
	margin-top: 5px;
}
.form label.select_card {
	width: auto;
	clear: none;
	display: block;
	width: 24.9%;
	text-align: center;
	margin: 0;
	padding: 0 0 10px 0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
}
.form label.select_card  input {
	float: none;
}
.form label.select_card img {
	margin: 5px 0;
}
.form label.select_card strong {
	font-size: 18px;
}
.form label.current {
	background-color: #eee;
}
.form label.dublikat {
	padding-top: 10px;
	clear: both;
	float: none;
	display: block;
	width: 100%;
	text-align: left;
	margin: 0;
}
.form label.dublikat input {
	float: none;
}
.message_error {
	background-color: #900;
	color: #fff;
	padding: 5px 10px;
	clear: both;
}
.content .captcha {
	margin: 0 0 10px 160px;
}