/**
 * Table of contents:
 * 		CSS-1		Global Reset
 * 		CSS-2		General
 * 		CSS-3		Header
 *		CSS-4		Menu
 *		CSS-5		Main promo
 *		CSS-6		Inner promo
 *		CSS-7		Map
 *		CSS-8		Branches
 *		CSS-9		News list (main page)
 *		CSS-10		Top Content
 *		CSS-11		News list (inner page)
 *		CSS-12		Free text
 *		CSS-13		Attachments list
 *		CSS-14		Error 404 Page
 *		CSS-15		Forms
 *		CSS-16		Finance
 *		CSS-17		Listing for private/coorporate first page
 *		CSS-18		Search results
 *		CSS-19		Right menu
 *		CSS-20		Sitemap
 *		CSS-21		Faq
 *		CSS-22		Footer
 */

/****************************************************************************
 * 								CSS-1	Global reset
 ****************************************************************************/
 

html, head, body, div, span,
p, h1, h2, h3, h4, h5, h6, strong, em, abbr, acronym, address, bdo, blockquote, cite, q, code, ins, del, dfn, kbd, pre, samp, var, br,
a, base,
img, area, map, object, param,
ul, ol, li, dl, dt, dd,
table, tr, td, th, tbody, thead, tfoot, col, colgroup, caption,
form, label, fieldset, legend,
b, i, tt, sub, sup, big, small, hr
{
	margin: 0;
	padding: 0;
}
input, textarea, select, option, optgroup, button {
	margin: 0;
	font: 100% Arial, Helvetica, sans-serif;
}
html {
	border: none;
	height: 100%;
}
body {
	font: 75% Arial, Helvetica, sans-serif;
	background: #fff;
	color: #333;
	height: 100%;
}

/*
input,
select,
textarea {
	vertical-align: middle;
    font: 100% <font family>;
    color: #;
}
input.empty,
select.empty,
textarea.empty {
	color: #;
}
.error {
	color: #;
}
*/


table {
	border-collapse: collapse;
	empty-cells: show;
}
table td {
	vertical-align: top;
}
a:link, a:visited, a:hover, a:active  {
    color: #7B4D8B;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
}
.clearInner {
	width: 100%;
	overflow: hidden;
}
.full {
	width: 100%;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.hidden {
	display: none;
}
.input_hidden {
	position: absolute;
	left: -1000px;
	top: -1000px;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 300%;
	color: #666;
	padding-bottom: 10px;
}
h2 {
	font-size: 150%;
	padding-bottom: 18px;
}
h3 {
	font-size: 117%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 92%;
}
h6 {
	font-size: 84%;
}

p {
	/*padding: 0 0 16px 0;*/
	padding: 0 0 4px 0;
}

/****************************************************************************
 * 									CSS-2	General
 ****************************************************************************/
 
.min_width { min-width: 980px; }

.wrapper {
	padding: 0 5%;
}
.wrapper_inner {
	margin: 0 15px 0 17px;
}
.main_page #bottom {
	padding-right: 0;
}
.main_page #bottom .wrapper_inner {
	margin-right: 0 !important;
}

.top {
	background: #F0F0F0 url(/pic/background/top.gif) left 71px repeat-x;
}
.inner .top {
	background: #F1F1F1 url(/pic/background/top_inner.gif) left 262px repeat-x;
}
.top .background {
	background: #F1F1F1 url(/pic/background/top_right.jpg) right 71px no-repeat;
}
.inner .top .background {
	background: url(/pic/background/top_right_inner.jpg) right 72px no-repeat;
}

ul.menu, ul.submenu {
	list-style: none;
}
ul.menu li, ul.submenu li{
	padding-left: 24px;
	padding-bottom: 6px;
	background: url(/pic/list_bullet.gif) 2px 8px no-repeat;
	color: #666;
}
ul.menu li.selected, ul.submenu li.selected {
	font-weight: bold;
}
ul.menu li.selected a, ul.submenu li.selected a {
	color: #666;
	text-decoration: none;
}

#top_content ul.menu {
	padding: 30px 0;
}
#top_content ul.menu li {
	padding-bottom: 22px;
	padding-left: 22px;
	background-image: url(/pic/list_bullet_menu.gif);
}
#top_content ul.menu li.selected a {
	font-size: 117%;
}
#top_content ul.menu li.selected li a {
	font-size: 100%;
}
#top_content ul.menu li.has_subelements {
	padding-bottom: 12px;
}
#top_content ul.menu li ul.menu, ul.submenu {
	padding: 0;
}
#top_content ul.menu li ul.menu {
	padding-top: 5px;
	padding-bottom: 28px;
}
#top_content ul.menu li li, ul.submenu li {
	font-weight: normal;
	padding: 8px 0 0 15px;
	background-image: url(/pic/list_bullet_menu_5.gif);
	background-position: left 15px;
}
#top_content ul.menu li li a, ul.submenu li a {
	color: #666;
	text-decoration: underline;
}
#top_content ul.menu li li a:hover, ul.submenu li a:hover {
	text-decoration: none;
}

#top_content ul.menu li li.selected, ul.submenu li.selected {
	font-weight: bold;
	padding-bottom: 0;
}
#top_content ul.menu li li.selected {
	background-image: url(/pic/list_bullet_menu_2.gif);
}
#top_content ul.menu li li.selected a, ul.submenu li.selected a {
	color: #666;
	text-decoration: none;
}
#top_content ul.menu li li.selected a {
	color: #7B4D8B;
}

ul.submenu {
	padding-bottom: 5px;
}
ul.submenu li {
	background-image: url(/pic/list_bullet_menu_3.gif);
	padding: 0 0 8px 15px;
	background-position: left 7px;
}

#top_content #left_menu ul.menu li {
	padding-right: 20px;
}
#top_content #left_menu ul.menu li li {
	padding-right: 0;
	padding-bottom: 1px;
}


.main_page .split {
	padding: 44px 0 20px;
}
.split .left {
	float: left;
	width: 60%;
}
.split .right {
	float: right;
	width: 39%;
}
.split.p50 .right, .split.p50 .left {
	width: 50%;
}

.shadow {
	position: relative;
}
.shadow .top .l, .shadow .bottom .l, .shadow .top .r, .shadow .bottom .r {
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0px;
}
.shadow .c {
	height: 6px;
}
.shadow .top .r, .shadow .bottom .r {
	left: auto;
	right: 0px;
}
.shadow .top, .shadow .bottom {
	padding: 0 6px;
	height: 6px;
	background: none;
}

.shadow .top .l { background: url(/pic/shadow_lt.png) left top no-repeat; }
.shadow .top .c { background: url(/pic/shadow_t.png) left top repeat-x; }
.shadow .top .r { background: url(/pic/shadow_rt.png) right top no-repeat; }
.shadow .bottom .l { background: url(/pic/shadow_lb.png) left top no-repeat; }
.shadow .bottom .c { background: url(/pic/shadow_b.png) left top repeat-x; }
.shadow .bottom .r { background: url(/pic/shadow_rb.png) right top no-repeat; }

.shadow .middle .l { background: url(/pic/shadow_l.png) right top repeat-y; width: 6px; }
.shadow .middle .r { background: url(/pic/shadow_r.png) right top repeat-y; width: 6px; }
.shadow .shadow_content { background: #fff; }

.container.error404 {
	height: 100%;
}
.container.error404 .min_width {
	height: 100%;
	background: #F1F1F1;
}
.container.error404 .back {
	padding-top: 90px;
	background: #F1F1F1;
}
.error404 .wrapper {
	padding: 0 16%;
}

.extra_top_padding {
	padding-top: 100px;
}

/****************************************************************************
 * 									CSS-3	Header
 ****************************************************************************/
#header {
 	background: #7B4D8B url(/pic/background/header_right.gif) right bottom no-repeat;
	padding-top: 13px;
	padding-bottom: 13px; 
	height: 100%;
}
.inner #header {
	background-image: url(/pic/background/header_right_inner.gif);
}
#header .logo {
	margin-left: 34px;
	float: left;
}
#header .links {
	float: right;
	padding: 18px 9px 0 0;
}
#header .links a {
	color: #fff;
	padding-left: 73px;
	outline: none;
}
#header .links a.lang {
	color: #EFC2FD;
	padding-left: 10px;
}
#header .wrapper_inner {
	padding-left: 25px;
}
.error404 #header {
	background-image: url(/pic/background/header_right_error.gif);
	padding-top: 11px;
	margin-bottom: 56px;
	height:auto;
}
.error404 #header .logo {
	margin-left: 0;
}

/****************************************************************************
 * 									CSS-4	Menu
 ****************************************************************************/
#menu {
	/*margin: 0 15px 0 16px;*/
	padding-top: 5px;
	position: relative;
}
#menu ul {
	list-style: none;
	float: left;
	width: 42%;
}
#menu ul li {
	float: left;
}
#menu .wrapper_inner {
	padding: 0 4% 0 4%;
}
#menu .left li {
	width: 49%;
	position: relative;
}
#menu .left li * {
	cursor: pointer;
}
#menu .left li a {
	display: block;
	text-align: center;
	padding: 18px 6px 0;
	height: 100%;
}
#menu .left li a span {
	display: block;
	height: 20px;
	overflow: hidden;
}
#menu .left li a span a {
	display: inline !important;
	height: auto !important;
	overflow: auto !important;
	padding: 0 !important;
}

#menu .left li.active img {
	margin-top: -20px;
}

#menu .right {
	width: 57%;
	float: right;
}
#menu .right td {
	text-align: center;
	padding-top: 16px;
}
#menu .right td a {
	height: 14px;
	overflow: hidden;
	display: block;
	outline: none;
	position: relative;
}

/* Menu selected */
#menu .left li {
	height: 53px;
	padding: 0;
}
#menu .left li a {
	height: 35px;
}
#menu .left li.active {
	position: relative;
	background: #fff url(/pic/menu_b.gif) left top repeat-x;
	z-index: 10;
}
#menu .left li.active .s_l {
	background: url(/pic/menu_l.gif) left top no-repeat;
	height: 53px;
}
#menu .left li.active .s_r {
	background: url(/pic/menu_r.gif) right top no-repeat;
	height: 53px;
}

/* Submenu selected */
#menu .right {
	margin-top: 7px;
}
#menu .right td.selected a img {
	margin-top: -14px;
	position: relative;
}
#menu .right td.selected {
	padding-top: 0;
}
#menu .right td.selected .s_c {
	background: #E6E6E6;
	height: 30px;
	padding-top: 16px; 
}
#menu .right td.selected .s_r {
	background: url(/pic/submenu_l.gif) left top no-repeat;
	height: 46px;
}
#menu .right td.selected .s_l {
	background: url(/pic/submenu_r.gif) right top no-repeat;
	height: 46px;
	padding: 0 12px;
}

/* Submenu active */
#menu .right td.active a img {
	margin-top: -14px;
	position: relative;
}
#menu .right td.active {
	padding-top: 0;
}
#menu .right td.active .s_c {
	height: 30px;
	padding-top: 16px; 
}
#menu .right td.active .s_r {
	height: 46px;
}
#menu .right td.active .s_l {
	height: 46px;
	padding: 0 12px;
}



/* Shadow */

#menu .menu_shadow {
	height: 6px;
	position: absolute;
	bottom: 0px;
	left: 5%;
	right: 5%;
	z-index: 6;
}
#menu .menu_shadow div {
	height: 6px;
}
#menu .menu_shadow .shad_l {
	background: url(/pic/menu_shadow_l.png) left top no-repeat;
	width: 70px;
	position: absolute;
	left: 0;
}
#menu .menu_shadow .shad_r {
	background: url(/pic/menu_shadow_r.png) left top no-repeat;
	width: 154px;
	position: absolute;
	right: 0;
}
#menu .menu_shadow .shad_c {
	background: url(/pic/menu_shadow_b.png) left top repeat-x;
	margin: 0 154px 0 70px;
}

.inner #menu .menu_shadow {
	left: 0;
}
.inner #menu .menu_shadow .shad_l {
	display: none;
}
.inner #menu .menu_shadow .shad_c {
	margin-left: 0;
}

/****************************************************************************
 * 									CSS-5	Main promo
 ****************************************************************************/
#main_promo {
	
}
#main_promo .on_menu_hover {
	padding: 10px 15px 10px 16px;
	height: 100%;
}
#main_promo .on_menu_hover.hover {
	background: url(/pic/cache.php?img=/pic/background/main_promo.png) left top repeat-x;
}
#main_promo .on_menu_hover .back {
	background: url(/pic/cache.php?img=/pic/background/illustration_main_c.jpg) left top repeat-x;
	height: 100%;
}
#main_promo .on_menu_hover .back .r {
	background: url(/pic/cache.php?img=/pic/background/illustration_main_r.jpg) right top no-repeat;
	height: 100%;
}
#main_promo .on_menu_hover .back .l {
	background: url(/pic/cache.php?img=/pic/background/illustration_main_l.jpg) left top no-repeat;
	padding: 25px 0 0 64px;
	min-height: 120px;
	width: 50%;
	color: #fff;
}
#main_promo .on_menu_hover.hover .back .l {
	background-image: url(/pic/cache.php?img=/pic/background/illustration_main_l_hover.jpg);
}
* html #main_promo .on_menu_hover .back .l {
	height: 120px;
}
#main_promo .on_menu_hover h2 {
	padding-bottom: 7px;
	font-size: 250%;
	color: #fff;
}
#main_promo .on_menu_hover h3 {
	font-size: 150%;
	padding-bottom: 7px;
	color: #fff;
}
#main_promo .on_menu_hover .deco {
	float: right;
	margin-right: 165px;
}
#main_promo .offers td {
	width: 22%;
}
#main_promo .offers td.empty {
	width: 4% !important;
}
#main_promo .offers td div.back {
	background: url(/pic/background/main_promo.jpg) left top no-repeat;
	height: 75px;
}
#main_promo .offers td div.back a {
	display: block;
	height: 75px;
}
/*
#main_promo .offers td div.first {
	margin: 0 0 0 5px;
}
*/
#main_promo .offers td div.last {
	margin: 0 0 0 auto;
}
#main_promo .offers h3, #main_promo .offers ul {
	padding-left: 25px;
}
#main_promo .offers h3 {
	padding-top: 10px;
	padding-bottom: 12px
}

#main_promo .main_buy {
	background: url(/pic/background/buy_c.gif) left top repeat-x;
	float: left;
	position: relative;
	margin: 4px 0 8px 10px;
}
#main_promo .main_buy .l {
	background: url(/pic/background/buy_left.gif) left top no-repeat;
}
#main_promo .main_buy .r {
	background: url(/pic/background/buy_right.gif) right top no-repeat;
	padding: 12px 40px 17px 32px;
}
#main_promo .main_buy a {
	color: #000;
}

/****************************************************************************
 * 									CSS-6	Inner promo
 ****************************************************************************/

#inner_promo {
	padding-bottom: 20px;
}
#inner_promo img {
	margin: 0 auto;
}

/****************************************************************************
 * 									CSS-7	Map
 ****************************************************************************/
.map {
	padding: 0;
}
.map h2 {
	font-size: 100%;
	padding-left: 0;
	padding-right: 28px;
	margin-left: -30px;
}
.map .right {
	width: 49%;
	text-align: right;
	background: url(/pic/icon_select.gif) right 3px no-repeat;
	font-size: 92%;
}
.map .right a {
	padding-right: 20px;
}
.map .img {
	
	height: 200px;
	/*margin: 0 auto;*/
	margin: 0 0 0 -102px;
	position: relative;
	z-index: 20;
	padding: 0;
	overflow: hidden;
}
.map .img #flash {
	position: relative;
	margin: 0 -15px 0 0;
	width: 100%;
}

/****************************************************************************
 * 									CSS-8	Branches
 ****************************************************************************/

/* Select */

.branches .selector_reposition {
	position: absolute;
	margin-left: -295px;
	height: 368px;
	width: 280px;
}
.branches .selector_reposition .selector_subposition {
	position: absolute;
	bottom: 0;
}
.branches .selector {
	overflow: hidden;
	padding: 0;
	position: relative;
}

.branches .select, .branches .select .back_l, .branches .select .back_r {
	background: url(/pic/branches_selector.gif) right top no-repeat;
}
.branches .select {
	background-position: left -64px;
	background-repeat: repeat-x;
	float: left;
	margin-left: 37px;
}
.branches .select .back_l {
	background-position: left -32px;
}
.branches .select .back_r {
	padding: 6px 49px 0 34px;
	width: 160px;
	height: 26px;
	font-weight: bold;
	font-size: 134%;
	color: #fff;
	cursor: pointer;
}
.branches #flash {
	margin: 0 auto;
	margin-left: -30px;
	position: relative;
}

/* Popup */

.branches {
	width: 100%;
}

/*
.branches .popup {
	position: absolute;
	border: 1px solid #9D7BA9;
	background: #fff;
	display: none;
	z-index: 10;
	margin: 0 0 0 50px;
}
.branches .popup_cont {
	padding: 10px 20px 15px;
	line-height: 200%;
	font-size: 100%;
}
.branches .popup .lt, .branches .popup .rt, .branches .popup .rb, .branches .popup .lb {
	background: url(/pic/branches_popup_corners.gif) left top no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
}

.branches .popup .lt { left: -1px; top: -1px; background-position: left top; }
.branches .popup .rt { right: -1px; top: -1px; background-position: right top; }
.branches .popup .rb { right: -1px; bottom: -1px; background-position: right bottom; }
.branches .popup .lb { left: -1px; bottom: -1px; background-position: left bottom; }

.branches .popup a.selected {
	font-weight: bold;
	color: #666;
	font-size: 134%;
	text-decoration: none;
}
*/

.branches .popup {
	position: absolute;
	display: none;
	z-index: 10;
	margin: 0 0 0 48px;
	width: 204px;
}
.branches .popup .top, .branches .popup .bottom {
	height: 10px;
	overflow: hidden;
	position: relative;
	width: 100%;
	background: none;
}
.branches .popup .side_l, .branches .popup .side_r {
	background: url(/pic/cache.php?img=/pic/branches_popup_corners.gif) left top no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
}
.branches .popup .side_l {
	left: 0px;
}
.branches .popup .side_r {
	right: 0;
}
.branches .popup .top .side_r { background-position: right top; }
.branches .popup .bottom .side_l { background-position: left bottom; }
.branches .popup .bottom .side_r { background-position: right bottom; }

.branches .popup .side_c {
	height: 9px;
	background: #fff;
	border-top: 1px solid #9D7BA9;
	margin: 0 10px;
}
.branches .popup .bottom .side_c {
	border-top: 0;
	border-bottom: 1px solid #9D7BA9;
}
.branches .popup_clipper {
	overflow: hidden;
}
.branches .popup_cont {
	padding: 0 22px 5px;
	line-height: 200%;
	font-size: 100%;
	background: #fff;
	border-left: 1px solid #9D7BA9;
	border-right: 1px solid #9D7BA9;
	white-space: nowrap;
}
.branches .popup a {
	outline: none;
}
.branches .popup a.selected {
	font-weight: bold;
	color: #666;
	font-size: 134%;
	text-decoration: none;
}

/* Places */

.branches .places {
	padding-bottom: 50px;
	width: 100%;
	overflow: hidden;
}
.branches .places h2 {
	color: #666;
	font-size: 134%;
	padding: 30px 0 12px 37px;
	border-bottom: 1px solid #D3D3D3;
}
.branches .places .type {
	display: none;
}
.branches .places .adr {
	width: 50%;
	float: left;
}
.branches .places .adr div {
	padding: 18px 40px 5px 40px;
	color: #333;
}
.branches .places .adr table {
	margin-top: 3px;
}
.branches .places .adr td {
	color: #666;
	padding-bottom: 2px;
	padding-right: 5px;
}
.branches .places .adr h3 {
	color: #666;
	font-weight: normal;
	font-size: 134%;
	padding-bottom: 3px;
}

*:first-child+html .branches .places .adr {
	width: 49%;
}

/****************************************************************************
 * 									CSS-9	News list
 ****************************************************************************/
 
.main_page .news_list {
	padding: 0 0 0 30px;
}
.main_page .news_list ul{
	list-style: none;
	width: 100%;
	overflow: hidden;
}
.main_page .news_list li {
	border-left: 1px solid #E6E6E6;
	float: left;
	width: 32%;
}
.main_page .news_list li.first {
	border: 0;
}
.main_page .news_list li .wrap {
	padding: 2px 18px 12px;
}
.main_page .news_list li .date {
	color: #999;
}
.main_page .news_list li h2 {
	font-size: 100%;
	padding-top: 12px;
	font-weight: normal;
	position: relative;
	z-index: 30;
}
.main_page .news_list .archive {
	padding: 24px 0 15px 18px;
}


/****************************************************************************
 * 									CSS-10	Content top
 ****************************************************************************/

#top_content .split {
	padding-left: 28px;
}

#top_content .split .left {
	width: 24%;
}
#top_content .split .right {
	width: 76%;
}
#top_content .split .split {
	padding: 0;
}
#top_content .split .left .split .left {
	width: 43%;
}
#top_content .split .left .split .right {
	width: 56%;
}
#top_content .split .split.side_menu {
	padding: 0;
	width: 100%;
	overflow: hidden;
}
#top_content .split .split.side_menu .left {
	width: 68%;
}
#top_content .split .split.side_menu .right {
	width: 31%;
	padding-top: 52px;
}
#top_content .form2 .split .left {
	width: 50%;
}
#top_content .form2 .split .right {
	width: 50%;
}



#top_content .wrap, #top_content .heading, .news_list, .text, .attachments, .form, .form2, .listing, .search_results, #sitemap {
	padding: 0 40px 0 32px;
}
#top_content .news_list li .wrap {
	padding: 0;
}

#top_content .heading {
	padding-bottom: 3px;
	border-bottom: 1px solid #D3D3D3;
	margin-bottom: 20px;
}
.error404 #top_content .heading {
	padding-left: 0;
	margin-left: 32px;
	padding-right: 0;
	margin-right: 40px;
}
#top_content .heading p {
	color: #666;
	line-height: 150%;
	padding-bottom: 14px;
}
#top_content .heading h1 {
	font-size: 200%;
	line-height: 100%;
}
* html #top_content .heading h1 {
	padding-bottom: 5px;
}
*:first-child+html #top_content .heading h1 {
	padding-bottom: 5px;
}

#top_content .heading h1 img {
	margin-top: 5px;
}
#top_content .nav {
	color: #999;
	padding-bottom: 5px;
	font-size: 75%;
}
#top_content .nav a {
	color: #999;
}
#top_content .heading .txt {
	margin-bottom: 15px;
}

/****************************************************************************
 * 									CSS-11	News list
 ****************************************************************************/

.news_list {
	padding-top: 0;
	padding-bottom: 20px;
	list-style: none;
}
.news_list ul {
	list-style: none;
}
.news_list li {
	padding: 0 0 12px;
	color: #666;
}
.news_list li .date {
	color: #999;
}
.news_list li h2 {
	padding: 2px 0 6px;
	font-size: 100%;
	font-weight: normal;
}

.news_list.short {
	border-top: 1px solid #D3D3D3;
	padding-top: 28px;
	margin-top: 25px;
}


/****************************************************************************
 * 									CSS-12	Free text
 ****************************************************************************/

.text {
	color: #333;
	padding-bottom: 20px;
	line-height: 150%;
}
.insurance_wrapper {
	padding-bottom: 25px;
}
.text.top_padding, .text.moneyback {
	padding-top: 28px;
} 
.text.news_item {
	color: #666;
	line-height: 150%;
	padding-bottom: 20px;
}
.text h2 {
	font-style: italic;
	font-size: 150%;
	font-weight: normal;
	margin-left: -23px;
	position: relative;
	color: #666;
	/*background: url(/pic/list_bullet.gif) left 25px no-repeat;*/
	padding: 15px 0 10px 23px;
}
.text h3 {
	font-size: 142%;
	font-style: normal;
	font-weight: bold;
	color: #666;
	padding-bottom: 21px;
}
.text h5 {
	font-size: 134%;
	color: #999;
	font-weight: normal;
	padding-bottom: 15px;
}
.text.news_item h1 {
	font-size: 142%;
	font-style: normal;
	font-weight: bold;
	color: #666;
	padding-bottom: 21px;
}
.text.news_item h2, .text.news_item h3 {
	font-size: 125%;
	font-weight: bold;
	font-style: normal;
	background: none;
	padding: 0 0 21px 0;
	margin: 0;
}
.text.news_item h3 {
	font-weight: normal;
}

.text p {
	/*padding-bottom: 20px;*/
	padding-bottom: 5px;
}
.text big {
	font-size: 117%;
}
.text.lighter {
	color: #666;
	line-height: 150%;
}
.text .lighter {
	color: #666;
}
.text ul, .text menu {
	list-style: none;
	padding-left: 0;
	padding-top: 5px;
}
.text menu {
	padding-top: 0;
	margin-top: 0;
	padding-left: 15px;
}
.text li {
	background: url(/pic/list_bullet.gif) left 8px no-repeat;
	padding-left: 21px;
	line-height: 150%;
	color: #333; 
}
.text menu li {
	background-image: url(/pic/list_bullet_menu_5.gif);
	background-position: left 9px;
	padding: 0 0 0 15px;
}
.text.news_item li, .text.lighter li {
	color: #666;
}
.text ol {
	margin-left: 20px;
	padding-bottom: 15px;
}
.text ol li {
	background: none;
	padding-left: 0;
}
* html .text ol {
	margin-left: 24px;
}
*:first-child+html .text ol {
	margin-left: 24px;
}


.text hr {
	border: 0;
	border-top: 1px solid #C9C9C9;
	height: 0;
	background: none;
	margin-bottom: 15px;
}

.text table.cooltable {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 15px;
}
.text table.cooltable th, .text table.cooltable tr.heading td { 
	border-bottom: 2px solid #7B4D8B;
	text-align: left;
	font-weight: bold;
	color: #666;
	padding: 5px 10px 5px;
	margin-bottom: 5px;
	border-top: none !important;
}
.text table.cooltable td {
	border-top: 1px solid #DCDCDC;
	padding: 7px 10px 10px;
}
.text table.cooltable tr.firstRow td {
	border-top: 0;
	padding-top: 12px;
}
.text table.cooltable tr:hover td {
	background: #F8F6F9;
}

/* Free text style for money back page, different color / font styles than default */

.text.moneyback {
	padding-top: 8px;
}
.text.moneyback h5 {
	padding-bottom: 29px;
}
.text.moneyback td {
	padding: 3px 10px 6px 0;
}
.text.moneyback span {
	color: #999;
}
.text.moneyback i {
	color: #666;
}
.text .dotted_link a {
	text-decoration: none;
	border-bottom: 1px dashed #7A4E8D;
}
.text .dotted_link a:hover {
	border: none;
}

/* Left menu text (under folder view block in octa and kasko form pages) */

.branches .left_menu_text .text, #left_menu .text {
	padding-left: 22px;
	position: relative;
	z-index: 20;
	color: #666;
	line-height: 150%;
}
.branches .left_menu_text {
	width: 175px;
	padding-left: 70px;
}
.branches .left_menu_text .text {
	padding: 0 0 15px 0;
	z-index: 1;
}
.branches .left_menu_text .text i {
	color: #999;
}
.branches .left_menu_text .text table {
	margin: 10px 0;
}
.branches .left_menu_text .feedback {
	background: url(/pic/icon_feedback.gif) left 1px no-repeat;
	padding: 1px 0 65px 36px;
}

/* Right side menu text */

.side_menu .right .text {
	padding: 0 5px 20px;
}
.branches .left_menu_text .text h3, .side_menu .text h3 {
	color: #999;
	font-size: 150%;
	font-weight: normal;
}

/****************************************************************************
 * 									CSS-13	Attachments list
 ****************************************************************************/


.attachments h3 {
	font-size: 134%;
	font-style: italic;
	font-weight: normal;
	color: #666;
	padding: 5px 0 20px;
}
.attachments ul {
	list-style: none;
	padding-bottom: 20px;
}
.attachments li {
	padding: 0 0 26px 64px;
}
.attachments li.pdf {
	background: url(/pic/cache.php?img=/pic/filetype_pdf.gif) 1px top no-repeat;
}
.attachments li h4 {
	font-size: 100%;
	font-weight: normal;
	padding: 0 0 10px 0;
}
.attachments li .size {
	color: #999;
}

/****************************************************************************
 * 									CSS-14	Error 404 Page
 ****************************************************************************/


.error404 .text, .error404 .text li {
	color: #666;
}
.error404 a {
	color: #939;
}
.error404 .text ul {
	padding-top: 10px;
	padding-left: 20px;
}

/****************************************************************************
 * 									CSS-15	Forms
 ****************************************************************************/

.form {
	padding-top: 3px;
	padding-bottom: 50px;
}
.form .form {
	padding: 0;
}

/*
.form .inner {
	background: #fff;
	border: 1px solid #D8D8D8;
	padding: 29px 25px 15px 20px;
}
*/

.form td {
	padding: 10px 0;
}
.form .lbl {
	width: 29%;
	padding-right: 25px;
	padding-top: 12px;
	white-space: nowrap;
}
.form label {
	color: #666;
}
.form input.txt, .form textarea {
	width: 97%;
	padding: 2px 1px;
}

.form textarea {
	height: 135px;
}

.form select.txt {
	width: 36%;
}
.form .select_wrapper {
	width: 36%;
	min-width: 150px;
}
.form .select_wrapper select.txt {
	width: 100%;
	min-width: 0;
}
.form .select_wrapper input.txt {
	width: 99%;
}

.form input.captcha {
	width: 20%;
}

.form .error_message {
	color: #BB2E56;
	padding-bottom: 15px;
	font-size: 116%;
	position: relative;
	margin-top: -5px;
}
.form.octa .error_message, .form.kasko .error_message {
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 15px;
}
.form .error label, .form label.error {
	color: #BB2E56;
	font-weight: bold;
}
.form.octa, .form.kasko {
	padding-right: 7%;
}
/*
.form.response .inner {
	padding: 12px;
}
.form.response .inner div {
	background: #F9F9F9;
	text-align: center;
	padding: 40px 50px 60px;
}
*/
.form .response .inner {
	text-align: center;
	padding: 20px 25px 25px;
}
.form .response .inner h1 {
	font-size: 298%;
	font-weight: normal;
	color: #7B4D8B;
	padding-bottom: 15px;
}
.form .response .inner p {
	font-size: 116%;
	color: #666;
}
.form .response .inner input {
	margin-top: 24px;
}
.form .response table {
	margin: 0;
}

.form2.octa .shadow, .form2.kasko .shadow {
	z-index: 3;
}
.form2.octa .deco, .form2.kasko .deco {
	position: absolute;
	z-index: 2;
	background: url(/pic/background/kasko_octa.jpg) left top no-repeat;
	width: 270px;
	height: 196px;
	margin-left: -220px;
	margin-top: -194px;	
}
.form2.octa .right, .form2.kasko .right {
	background: #7B4D8B;
}
.form2 .inner {
	background: none;
	border: none;
	padding: 5px 25px 25px 25px;
}
.form2 input.captcha, .form2 input.txt, .form2 select.txt, .form2 textarea.txt {
	border: 1px solid #D4D0C8;
	border-top: 1px solid #808080;
}

.form2 td {
	padding: 0;
}
.form2 label {
	padding: 15px 0 5px 0;
	display: block;
}
.form2 .btn {
	padding: 2px 1px;
	margin-top: 18px;
}
.form2 input.radio {
	margin-left: 4px; 
	margin-right: 5px;
	margin-bottom: -2px;
	position: relative;
}

.form2 input.captcha {
	width: 35%;
}



.form2 input.short {
	width: 35%;
}

.form2 img.captcha {
	margin: 5px 0 0 0;
}

.form2 .info {
	padding: 50px 10px 40px 13px;
}
.form2 .info h3 {
	color: #fff;
	font-size: 117%;
	border-bottom: 1px solid #C491D6;
	padding: 3px 15px 12px;
	margin-bottom: 5px;
}
.form2 .info td {
	vertical-align: middle;
	padding: 6px 0 6px 10px;
}
.form2 .info .odd td, .form2 .info .odd th {
	background: #704580;
}
.form2 .info label {
	padding: 0;
	display: inline;
	color: #fff;
	cursor: pointer;
}
.form2 .info .price {
	font-size: 117%;
	font-weight: bold;
	color: #fff;
	text-align: right;
	padding: 10px 27px 15px 10px;
}
.form2 .info .selected .price {
	font-size: 200%;
	color: #fc0;
	padding: 6px 15px 5px 10px;
}
.form2 .info .button {
	border-top: 1px solid #C491D6;
	padding: 22px 0 0 0;
	text-align: center;
	margin-top: 9px;
}

.form2 .split.closed .right {
	display: none;
}
/*
.form2.kasko .split.closed .right {
	display: block;
}
*/

/*
.form2.kasko .split .left {
	background: #fff !important;
}
.form2.kasko .shadow .shadow_content {
	background: #7B4D8B !important;
}
*/
.form2.kasko .info h3 {
	margin-bottom: 16px;
}
.form2.kasko .info table td {
	color: #FBEEFF;
	text-align: center;
	padding: 6px 0;
	cursor: pointer;
	width: 25%;
}
.form2.kasko .info table td.empty {
	height: 10px;
	padding: 0;
}
.form2.kasko .info table td.selected {
	padding: 6px 0;
}
.form2.kasko .info table th {
	color: #FBEEFF;
	font-size: 92%;	
	font-weight: normal;
	text-align: left;
	padding: 6px 2px 6px 8px;
}
.form2.kasko .info table .odd td, .form2.kasko .info table .odd th {
	background: #734782;
}
.form2.kasko .info table .data {
	background: #5D366B;
}
.form2.kasko .info table .foot td {
	border-top: 1px solid #5D366B;
	padding-top: 12px;
	padding-bottom: 18px;
	position: relative;
	font-size: 92%;
	font-weight: bold;
}
.form2.kasko .info table .foot th {
	border-top: 1px solid #5D366B;
}
.form2.kasko .info table .foot td.selected {
	color: #FFBA00;
	font-size: 117%;
}
.form2.kasko .info table .foot input {
	margin: 6px 0 0;
}
.form2.kasko .info table td.selected {
	background: #5D366B !important;
}
.form2.kasko .info table .foot td.selected span {
	font-weight: normal;
	font-size: 79%;
}
.form2 .radio_button {
	background: #734782 url(/pic/radio_background.gif) left top repeat-x;
	text-align: left !important;
	vertical-align: middle;
}
.form2 .radio_button label {
	font-size: 150%;
	color: #fff;
	font-weight: bold;
	min-height: 1px;
}
.form2 .radio_button label b {
	color: #FC0;
	font-size: 134%;
}
.form2.kasko .info table td.selected input.radio {
	margin-bottom: 0;
}
.form2.kasko .info .button {
	margin-top: 12px;
}

/* Contact form */
.form #fContent td {
	padding-top: 2px;
}
.form #fContent {
	padding: 0;
}
.form #fContent .inner {
	padding-left: 22px;
	padding-right: 25px;
}
.form #fContent input, .form #fContent select, .form #fContent textarea {
	margin-top: 15px;
}
.form #fContent .lbl {
	white-space: normal;
}
.form #fContent .error_message {
	margin: 0;
	padding: 17px 0 0 0;
}
.form #fContent .min_select_width {
	width: 36%;
	min-width: 160px;
}
.form #fContent .min_select_width select {
	width: 100%;
}
.form #captcha {
	margin-top: 7px;
}

.contactForm {
	padding-right: 3%;
}

/****************************************************************************
 * 									CSS-16	Finance
 ****************************************************************************/

.finance {
	padding: 16px 10px 50px 27px;
}
.finance #container {
	overflow: hidden;
}
.finance h2 {
	font-size: 150%;
	font-weight: normal;
	cursor: pointer;
	padding: 13px 0 0 33px;
	height: 30px;
	margin-top: 6px;
	border-top: 1px solid #F1F1F1;
}
.finance h2 a {
	color: #666;
	text-decoration: none;
	outline: none;
}
.finance h2.closed {
	font-size: 117%;
	font-weight: bold;
	background: #DFDFDF url(/pic/list_bullet.gif) 12px 23px no-repeat;
	border-top: 1px solid #C9C9C9;
}
.finance h2.closed a {
	color: #7B4D8B;
	text-decoration: underline;
}
.finance h2.closed a:hover {
	text-decoration: none;
}


.finance .element {
	overflow: hidden;
}
.finance .element .attachments {
	background: #EBEBEB;
	border-top: 3px solid #983399;
	padding-top: 30px;
	margin-bottom: 2px;
}
.finance .element .attachments ul {
	padding-bottom: 0;
}
.finance .element .attachments h4 {
	font-size: 150%;
}

.finance .element.el_closed {
	display: none;
}

.finance.shorter {
	padding-bottom: 0px;
}
.finance.shorter h2 {
	padding-top: 15px;
	background-position: 12px 15px;
	border-top: 1px solid #7A4E8D;
	background-color: #EAEAEA;
	font-size: 117%;
	font-weight: bold;
	height: auto;
}
.finance.shorter h2.closed {
	border-top: 1px solid #C9C9C9;
	background-color: #DFDFDF;
	padding-top: 7px;
	height: 24px;
}
.finance.shorter h3 {
	color: #666;
	font-size: 150%;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 10px;
}
.finance.shorter .element .attachments {
	border-top: 0;
}
.finance.shorter .element .attachments {
	padding-top: 20px;
}
.finance.shorter .element .attachments h4 {
	font-size: 100%;
	padding: 10px 0 20px;
}

/****************************************************************************
 * 					CSS-17	Listing for coorporate first page
 ****************************************************************************/

.listing {
	padding-top: 5px;
	padding-bottom: 50px;
	color: #666;
}
.listing .left, .listing .right {
	width: 49% !important;
}
.listing .left div, .listing .right div {
	padding-left: 77px;
	padding-bottom: 34px;
	min-height: 70px;
}
.listing .left img, .listing .right img {
	position: absolute;
	margin-left: -77px;
}
.listing h2 {
	line-height: 142%;
	font-size: 117%;
	font-weight: bold;
	padding: 0 0 10px;
}

/****************************************************************************
 * 							CSS-18	Search Results
 ****************************************************************************/

.search_results {
	list-style: none;
	padding-top: 18px;
	padding-bottom: 30px;
}
.search_results li {
	padding-bottom: 15px;
}
.search_results li h2 {
	padding: 0 0 5px 0;
	font-size: 100%;
	font-weight: normal;
}
.search_results li p {
	padding: 0 0 5px 0;
}
.search_results li p.path {
	padding-top: 0;
	font-size: 92%;
}
.search_results li p.path a {
	text-decoration: none;
	color: #ccc;
}
.search_results li p.path a:hover {
	text-decoration: underline;
	color: #999;
}

.navigation {
	padding: 0 0 29px 24px;
}
.navigation .clearInner {
	padding: 2px 0 0 0;
}
.navigation span {
	padding: 0 8px;
	display: block;
	float: left;
}
.navigation span.first {
	padding-right: 14px;
}
.navigation span.last {
	padding-left: 11px;
}
.navigation span.current {
	color: #fff;
	font-weight: bold;
	background: #7B4D8B;
	padding: 2px 0;
	margin: -2px 5px 0;
	position: relative;
	width: 20px;
	text-align: center;
}

/****************************************************************************
 * 									CSS-19	Right menu
 ****************************************************************************/


.simple_list {
	padding: 28px 0 20px;
}
.simple_list h3 {
	font-size: 117%;
	color: #666;
}
.simple_list ul {
	list-style: none;
}
.simple_list ul li {
	padding: 20px 0 0 11px;
}
.side_menu .right .simple_list {
	padding-left: 15px;
}

.promo_box {
	border: 1px solid #D5D5D5;
	border-bottom-color: #7B4D8B;
	background: #fff url(/pic/right_promo_gradient.gif) right top no-repeat;
	margin-bottom: 19px;
}
.promo_box div {
	background-repeat: no-repeat;
	background-position: left top;
}
.promo_box a {
	display: block;
	height: 48px;
	padding: 20px 0 0 78px;
}

/****************************************************************************
 * 									CSS-20	Sitemap
 ****************************************************************************/

#sitemap {
	padding-top: 25px;
}
#sitemap h2 {
	font-size: 134%;
	padding-bottom: 29px;
}
#sitemap h2 a {
	text-decoration: none;
}
#sitemap h2 a:hover {
	text-decoration: underline;
}
#sitemap .item {
	width: 33%;
	float: left;
}
#sitemap .item ul.menu {
	padding: 0 30px 29px 0;
}
#sitemap .item ul.menu ul.menu {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}
#sitemap .item ul.menu li {
	padding-bottom: 7px;
	padding-top: 2px;
	padding-left: 15px;
	background: none;
}
#sitemap .item ul.menu li li {
	padding: 9px 0 0 21px;
	background: none;
}
#sitemap .item ul.menu li li a {
	color: #666;
}

.sitemap_page .heading {
	padding-left: 24% !important;
}
.sitemap_page .heading .nav, .sitemap_page .heading h1 {
	padding-left: 32px;
}

/****************************************************************************
 * 									CSS-21	FAQ
 ****************************************************************************/

.faq {
	padding: 0 21px 0 11px;
}

/* Select box, popup */
.faq select, .faq .select .back_r {
	font-size: 117%;
	font-weight: normal;
}
.faq .select .back_r {
	text-decoration: underline;
}
.faq .select_box {
	background: url(/pic/background/faq.gif) right top no-repeat;
	padding-right: 38px;
	margin-right: 148px;
}
.faq .select_box-back {
	background: #DFDFDF;
	padding: 13px 0;
}

.faq .select {
	margin-left: 22px
}

.faq .select, .faq .select .back_l, .faq .select .back_r {
	background-image: url(/pic/faq_selector.gif);
}
.faq .popup a.selected {
	font-weight: normal;
	font-size: 117%;
}
.faq .popup a:hover {
	color: #666;
}

/* Question list */
.faq .questions {
	font-size: 117%;
	color: #666;
	padding-bottom: 55px;
}
.faq .questions li {
	padding: 26px 70px 32px 26px;
	list-style: none;
}
.faq .questions li.even {
	background: #E8E8E8;
}
.faq .questions li h3 {
	padding-bottom: 20px;
	font-size: 100%;
}
 
/****************************************************************************
 * 									CSS-22	Footer
 ****************************************************************************/
 
#footer {
	color: #666;
	font-size: 92%;
	padding-bottom: 50px;
	width: 100%;
	overflow: hidden;
}
.main_page #footer {
	border-top: 1px solid #E6E6E6;
}
.main_page .footer_wrapper {
	padding-right: 5%;
	margin-right:15px;
}
#footer a {
	color: #666;
}
#footer .links {
	padding: 35px 0 0 48px;
	float: left;
	list-style: none;
}
#footer .links li {
	padding-right: 55px;
	float: left;
}
#footer .copyright {
	float: left;
	padding: 5px 0 0 48px;
}
#footer .search {
	float: right;
	padding: 45px 35px 0 0;
}
#footer .search .submit {
	background: #fff url(/pic/icon_search.gif) left top no-repeat;
	width: 28px;
	height: 28px;
	border: none;
	margin: 0 0 0 11px;
	padding: 0;
}
#footer .search .text {
	border: 1px solid #D1D1D1;
	color: #333;
	padding: 4px;
}
#footer .author {
	clear: both;
	padding: 16px 0 0 45px;
}.print_only {
	display: none !important; 
}

@media print {
	* html .min_width_helper {
		display: none;
	}
	.min_width {
		min-width: 0px !important;
		margin: 0 !important;
		float: none !important;
	}
	
	.print_only {
		display: block !important;
	}
	.no_print {
		display: none !important;
	}
	
	.full {
		width: auto;
	}
	
	* {
		background: none !important;
	}
	
	#bottom .map, #inner_promo, #menu, #top_content .split #left_menu, #footer .author, #footer .search, #footer .links, #top_content .nav, #header .links {
		display: none;
	}
	#top_content .split .right {
		float: none;
		width: auto;
	}
	#top_content .split .split.side_menu {
		width: auto;
		overflow: visible;
	}
	#top_content .split .split.side_menu .right {
		display: none;
	}
	#top_content .split .split.side_menu .left {
		width: auto;
		float: none;
	}
	#main_promo .main_buy .r, .main_page .news_list, .search_results, #top_content .heading, .text, #footer .copyright, #top_content .split, #header {
		padding-left: 0;
	}
	#top_content .heading {
		padding-top: 20px;
		padding-left: 0 !important;
	}
	.sitemap_page .heading .nav, .sitemap_page .heading h1 {
		padding-left: 0;
	}
	#main_promo_1, #main_promo_2, #main_promo, #bottom {
		padding: 0 !important;
	}
	#top_content, #header .wrapper_inner, #bottom .wrapper_inner {
		padding: 0;
		margin: 0;
	}
	#header .logo {
		float: none;
		margin: 0;
	}
	
	/* Main page */
	
	#main_promo .offers .back {
		display: none;
	}
	#main_promo .back, #main_promo .back .r, #main_promo .back .l {
		height: auto !important;
	}
	#main_promo .on_menu_hover.hover .back .l {
		height: auto !important;
	}
	#main_promo .on_menu_hover.hover .back .l[style] {
		height: auto !important;
	}
	#main_promo .offers h3 {
		padding-left: 0;
		padding-top: 0 !important;
		padding-bottom: 20px;
	}
	
	#main_promo .back .l {
		min-height: 0 !important;
		padding-left: 0 !important;
		padding-bottom: 20px !important;
		width: auto !important;
	}	
	
	#main_promo .deco {
		display: none;
	}
	
	#main_promo .main_buy {
		margin: 0;
	}
	#main_promo .main_buy .r {
		padding-top: 0 !important;
	}
	
	#main_promo .offers td div {
		margin: 0;
	}
	
	.main_page .split {
		padding-top: 0;
	}

	.main_page .news_list .archive, .main_page .news_list li .wrap {
		padding: 0;
	}
	.main_page .news_list li .wrap {
		padding-bottom: 15px;
	}
	.main_page .news_list .archive {
		padding-bottom: 35px;
	}
	
	.main_page .news_list li {
		float: none;
		width: auto;
		border-top: 1px solid #E6E6E6;
		border-left: none;
		padding-top: 20px;
		padding-bottom: 0;
	}
	
	.main_page .news_list li h2 {
		line-height: 150% !important;
		padding-top: 5px;
	}
	
	/* Text */
	
	.text h2 {
		padding-left: 0;
		margin-left: 0;
		padding-right: 0;
		margin-right: 0;
		background: none;
	}
	.text.moneyback table {
		width: 90% !important;
	}
	
	/* News */
	
	.news_list {
		padding-left: 0;
	}
	.news_list li h2 {
		line-height: 150%;
		padding-top: 0;
	}
	
	
	/* Sitemap */
	
	#sitemap .item { 
		float: none;
		width: auto;
	}
	#sitemap {
		padding-left: 0;
	}
	
	
	/* Branches */
	
	.branches .select {
		margin-left: 0;
	}
	.branches .places h2, .branches .places .adr div {
		padding-left: 0;
	}
	.branches .selector {
		padding-top: 0;
		border: 0;
		padding-bottom: 0;
	}
	.branches .select .back_r {
		padding-left: 0;
	}
	.branches .selector_reposition, .branches #flash {
		display: none;
	}
	.branches .places .adr {
		float: none;
		width: auto;
	}
	
	.branches .places {
		overflow: visible;
		width: auto;
	}
	
	
	/* Listing */
	
	.listing {
		padding: 0;
	}
	.listing .left, .listing .right {
		float: none;
		width: auto;
	}
	
	/* Finance */
	.finance {
		padding-left: 0;
		padding-right: 0;
	}
	.finance * {
		overflow: visible !important;
		height: auto !important;
	}
	.finance .element {
		display: block !important;
	}
	.finance h2 {
		border: 0;
		padding-top: 13px;
	}
	.finance.shorter h3 {
		padding-left: 0;
	}
	.finance.shorter h2 {
		background: none;
		border: 0;
		font-size: 150%;
		font-weight: normal;
		padding-top: 13px;
	}
	.finance h2.closed a {
		color: #666;
		text-decoration: none;
	}
	.finance h2.closed {
		font-size: 150%;
		background: none;
		font-weight: normal;
		border: 0;
	}
	.finance.shorter .element .attachments {
		padding-top: 0;
	}
	.attachments li {
		padding-left: 0;
		background: none;
	}
	
	/* Form */
		
	.form {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.form .inner {
		padding: 0;
		margin: 0;
		background: none;
		border: 0;
	}
	.form .left, .form .right {
		float: none;
		width: auto;
	}
	.form table td, .form table th {
		border: none !important;
	}
	.form .button {
		display: none;
	}
	#top_content .form2 .split .right, .form .right {
		height: auto !important;
	}
	.form2 .info {
		padding: 50px 0 0 0;
	}
	.form2 input.radio {
		visibility: hidden;
	}
	.shadow .top, .shadow .bottom {
		display: none;
	}
	
	.form.response .inner div {
		padding: 0;
	}
	
	/* FAQ */
	.faq {
		padding: 0;
	}
	.faq .branches {
		display: none;
	}
	.faq .select .back_r {
		font-weight: bold;
		padding: 0;
		width: auto;
		font-sizE: 135%;
	}
	.faq .select {
		margin: 0;
	}
	.faq .questions li {
		padding: 10px 0;
		border-top: 1px dotted #D3D3D3;
	}
	.faq .questions li:first-child {
		border-top: none;
	}
	.faq .questions li h3 {
		padding-bottom: 10px;
	}
}