/*
	usage: everywhere
*/
/*----------------------------------------------------------------------------------
  Tags preset
----------------------------------------------------------------------------------*/

* {
	padding: 0;
	margin: 0;
}
body,a,h1,h2,h3,h4,h5,h6,img,table,tbody,thead,tfoot,tr,th,td,hr,dl,dt,dd,p,q,blockquote,pre {border: 0;}

h1,h2,h3,h4,h5,h6 {margin: 0.7em 0;}

a:hover {text-decoration: none;}
p {
	margin: 1em 0;
	line-height: 1.4em;
}
table {
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1em 0;
}
th,td {
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
	padding: 8px 5px;
}
th {font-weight: bold;}
caption {
	font-weight: bold;
	padding: 0 0 5px 0;
	text-align: center !important;
}
hr {
	display: block;
	height: 1px;
	padding: 0;
	margin: 1em 0;
}

ul {margin-left: 25px;}
ol {margin-left: 32px;}
ul,ol {
	margin-top: 1em;
	margin-bottom: 1em;
}
ul ul, ol ol {margin: 0.3em 20px 0;}
li {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
ol {list-style-type: decimal;}
li {display: list-item;}
dt {font-weight: bold;}
dd {margin-left: 25px;}

abbr,acronym {cursor: help;}
strong {font-weight: bold;}
em, cite, q, blockquote {font-style: italic;}
code, pre {font-family: "Courier New", Courier, monospace;}
del {text-decoration: line-through;}

/*----------------------------------------------------------------------------------
  Common classes
----------------------------------------------------------------------------------*/

.nodisplay {display: none;}
.display-block {display: block !important;}
.hidden {display: none !important;}
* html .ie6-hidden {display: none !important;}
*+html .ie7-hidden {display: none !important;}
.invisible {visibility: hidden !important;}
.text-justify {text-align: justify !important;}
.text-left {text-align: left !important;}
.text-right {text-align: right !important;}
.text-center {text-align: center !important;}
.table-100 {width: 100% !important;}
.f-left {float: left !important;}
.f-right {float: right !important;}
.va-bottom {vertical-align: bottom;}
.va-middle {vertical-align: middle !important;}
.block-center, .marg-lr-auto {margin: 0 auto !important;}
.marg-tb {margin: 1em 0 !important;}
.marg-tb-050 {margin: 0.5em 0 !important;}
.marg-tb-200 {margin: 2em 0 !important;}
.marg-t {margin: 1em 0 0 0 !important;}
.marg-t-050 {margin: 0.5em 0 0 0 !important;}
.marg-t-200 {margin: 2em 0 0 0 !important;}
.marg-b {margin: 0 0 1em 0 !important;}
.marg-b-050 {margin: 0 0 0.5em 0 !important;}
.marg-b-200 {margin: 0 0 2em 0 !important;}
.marg-b-300 {margin: 0 0 3em 0 !important;}
.marg-off {margin: 0 !important;}
.font-085 {font-size: 0.85em !important;}
.font-090 {font-size: 0.9em !important;}
.font-100 {font-size: 1em !important;}
.font-110 {font-size: 1.1em !important;}
.font-120 {font-size: 1.2em !important;}
.font-135 {font-size: 1.35em !important;}
.font-150 {font-size: 1.5em !important;}
.font-normal {font-weight: normal !important;}
.font-bold {font-weight: bold !important;}
.line-180, .line-180 * {line-height: 1.8em !important;}
.cleaner {
	clear: both;
	display: block;
	float: none !important;
	font-size: 0.001em !important; /* Removes a text line in IE6 */
	height: 0;
	line-height: 0.001em !important; /* Removes a text line in IE6 */
	visibility: hidden !important;
}

/*----------------------------------------------------------------------------------
  Main layout
----------------------------------------------------------------------------------*/

body {
	background: #fff;
	font: 80%/130% "Arial CE", Arial, Verdana, sans-serif;
	text-align: left;
}
#frame-header, #frame-header-blocks {
	/* background: #00f; */ /**/
	height: 185px;
	margin: 0 auto;
	width: 874px;
}
#frame-header-bar {background: #df132a;}
#frame-header-bar div {
	height: 6px;
	font-size: 0.001em;
	line-height: 0.001em;
	margin: 0 auto;
	width: 874px;
}
#frame-site {
	margin: 0 auto;
	overflow: hidden;
	width: 874px;
}
#frame-main {
	overflow: hidden;
	padding: 20px 0 1px;
	margin-bottom: 2em;
}
#frame-footer-news {
	font-size: 0.9em;
	padding: 0 10px;
	margin: 1em 0;
}
#frame-footer-stats {
	background: #2c2c2c url(../images/frame-footer_left.gif) 0 bottom no-repeat;
	color: #fff;
	font-size: 1.2em;
	width: 100%; /* Solution for bug in IE <= 6 */
}
#frame-footer-stats div {
	background: url(../images/frame-footer_right.gif) right bottom no-repeat;
	padding: 10px;
}
#frame-footer-links {
	font-size: 0.85em;
	padding: 1px 10px 25px;
	position: relative;
	text-align: center;
}
#frame-header-blocks {
	position: absolute;
	top: 0;
}

/*----------------------------------------------------------------------------------
  Main layout variations
----------------------------------------------------------------------------------*/

.layout-devil-up #frame-header {background: url(../images/frame-header_devil-up.jpg) right bottom no-repeat;}
.layout-devil-up #frame-header-bar div {
	background: url(../images/frame-bar_middle_devil-up.jpg) right 0 no-repeat;
	height: 98px;
}
.layout-devil-up #frame-main {
	background: #f2f2f2 url(../images/frame-main_devil-up.jpg) right 0 no-repeat;
	border-bottom: 1px dotted #dadada;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
}
* html .layout-devil-up #frame-main {height: 100%;}

.layout-user #frame-header-bar div {
	font-size: 1em;
	height: 3.3em;
	line-height: 1.2em;
}

.layout-devil-down #frame-main {
	background: url(../images/frame-main_devil-down.jpg) right bottom no-repeat;
	padding-bottom: 180px;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 0;
}

/*----------------------------------------------------------------------------------
  In-document windows
----------------------------------------------------------------------------------*/

#frame-window, #frame-window-cover {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2000;
}
#frame-window {display: none;}
#frame-window-holder {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
#frame-window-cover {
	background: url(../images/frame-window-cover.png) 0 0 repeat;
	z-index: 1;
}

/* --[Window prototypes]--------------------------------------------------------- */

.window-ontop {
	display: none;
	position: absolute;
	left: 150px;
	top: 150px;
}

/* --[Window templates]--------------------------------------------------------- */

.window-ontop-1 {
	background: #df132a;
	padding: 7px;
	width: 600px;
}
.window-ontop-1_c1 {background: #fff url(../images/window-ontop-1_c1.gif) 0 0 no-repeat;}
.window-ontop-1_c2 {background: url(../images/window-ontop-1_c2.gif) right 0 no-repeat;}
.window-ontop-1_c3 {background: url(../images/window-ontop-1_c3.gif) right bottom no-repeat;}
.window-ontop-1_c4 {
	background: url(../images/window-ontop-1_c4.gif) 0 bottom no-repeat;
	padding: 1px 15px;
}
.window-ontop-1_instance-1 {width: 550px;}
.window-closer-1 {
	background: url(../images/window-closer-1_left.png) 0 0 no-repeat;
	font-size: 0.85em;
	font-family: Verdana,Arial,sans-serif;
	font-weight: bold;
	color: #fff;
	padding-left: 9px;
	position: absolute;
	right: 0;
	text-decoration: none;
	text-transform: lowercase;
	top: -1.2em;
}
* html .window-closer-1 {background-image: url(../images/window-closer-1_left_ie.gif);}
.window-closer-1:hover {text-decoration: underline;}
.window-closer-1 span {
	background: url(../images/window-closer-1_right.png) right 0 no-repeat;
	display: block;
	padding-right: 9px;
}
* html .window-closer-1 span {background-image: url(../images/window-closer-1_right_ie.gif);}
.window-closer-1 span span {
	background: #df132a;
	padding: 0;
}

/*----------------------------------------------------------------------------------
  Navigation appearance
----------------------------------------------------------------------------------*/

/* --[Global menus]-------------------------------------------------------------- */

.menu-main {
	bottom: 0;
	margin: 0;
	position: absolute;
}
* html .menu-main {bottom: -1px;}
.menu-main li {
	float: left;
	list-style-type: none;
	margin: 0 0 0 -1px;
}
.menu-main li a {
	background: #2c2c2c url(../images/menu-main-item_c1_hover.gif) 0 0 no-repeat;
	color: #fff;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 3px;
	position: relative; /* Solution for bug in IE <= 6 */
}
.menu-main li a:link, .menu-main li a:visited {background-image: url(../images/menu-main-item_c1.gif);}
.menu-main li a span {
	background: url(../images/menu-main-item_c2_hover.gif) right 0 no-repeat;
	display: block;
}
.menu-main li a:link span, .menu-main li a:visited span {background-image: url(../images/menu-main-item_c2.gif);}
.menu-main li a span span {background: url(../images/menu-main-item_c3_hover.gif) right bottom no-repeat;}
.menu-main li a:link span span, .menu-main li a:visited span span {background-image: url(../images/menu-main-item_c3.gif);}
.menu-main li a span span span {
	background: url(../images/menu-main-item_c4_hover.gif) 0 bottom no-repeat;
	padding: 13px 13px 12px 9px;
}
.menu-main li a:link span span span, .menu-main li a:visited span span span {background-image: url(../images/menu-main-item_c4.gif);}

.menu-main li a:hover {background: #df132a url(../images/menu-main-item_c1_hover.gif) 0 0 no-repeat;}
.menu-main li a:hover span {background-image: url(../images/menu-main-item_c2_hover.gif);}
.menu-main li a:hover span span {background-image: url(../images/menu-main-item_c3_hover.gif);}
.menu-main li a:hover span span span {background-image: url(../images/menu-main-item_c4_hover.gif);}

.menu-main li.active {
	margin-left: -5px;
	margin-right: 1px;
}
.menu-main li.active a {
	background: #df132a url(../images/menu-main-item_c1_active.gif) 0 0 no-repeat !important;
	margin-bottom: 0;
}
.menu-main li.active a span {
	background-image: url(../images/menu-main-item_c2_active.gif) !important;
}
.menu-main li.active a span span {background-image: url(../images/menu-main-item_c3_active.gif) !important;}
.menu-main li.active a span span span {
	background-image: url(../images/menu-main-item_c4_active.gif) !important;
	padding-bottom: 15px;
	padding-left: 12px;
	padding-right: 12px;
}
.menu-main li.prev-sibl a span span {background-image: url(../images/menu-main-item_c3_sib_hover.gif);}
.menu-main li.prev-sibl a:link span span, .menu-main li.prev-sibl a:visited span span {background-image: url(../images/menu-main-item_c3_sib.gif);}
.menu-main li.prev-sibl a span span span {background-image: url(../images/menu-main-item_c4_hover.gif);}
.menu-main li.prev-sibl a:link span span span, .menu-main li.prev-sibl a:visited span span span {background-image: url(../images/menu-main-item_c4.gif);}
.menu-main li.prev-sibl a:hover span span {background-image: url(../images/menu-main-item_c3_sib_hover.gif);}
.menu-main li.prev-sibl a:hover span span span {background-image: url(../images/menu-main-item_c4_hover.gif);}

.menu-main-2 {right: 0;}
.menu-main-2 li a:link, .menu-main-2 li a:visited {background-image: url(../images/menu-main-2-item_c1.gif);}
.menu-main-2 li a:link span, .menu-main-2 li a:visited span {background-image: url(../images/menu-main-2-item_c2.gif);}
.menu-main-2 li a:link span span, .menu-main-2 li a:visited span span {background-image: url(../images/menu-main-2-item_c3.gif);}
.menu-main-2 li a:link span span span, .menu-main-2 li a:visited span span span {background-image: url(../images/menu-main-2-item_c4.gif);}

.menu-main-2 li a, .menu-main-2 li a:hover {background-image: url(../images/menu-main-2-item_c1_hover.gif);}
.menu-main-2 li a span, .menu-main-2 li a:hover span {background-image: url(../images/menu-main-2-item_c2_hover.gif);}
.menu-main-2 li a span span, .menu-main-2 li a:hover span span {background-image: url(../images/menu-main-2-item_c3_hover.gif);}
.menu-main-2 li a span span span, .menu-main-2 li a:hover span span span {
	padding-left: 13px;
	padding-right: 9px;
	background-image: url(../images/menu-main-2-item_c4_hover.gif);
}

.menu-main-2 li.item-disabled a, .menu-main-2 li.item-disabled a:hover {
	background: #d5d5d5 url(../images/menu-main-2-item-disabled_c1.gif) 0 0 no-repeat;
	color: #777;
	cursor: default;
}
.menu-main-2 li.item-disabled a span, .menu-main-2 li.item-disabled a:hover span {background-image: url(../images/menu-main-2-item-disabled_c2.gif);}
.menu-main-2 li.item-disabled a span span, .menu-main-2 li.item-disabled a:hover span span {background-image: url(../images/menu-main-2-item-disabled_c3.gif);}
.menu-main-2 li.item-disabled a span span span, .menu-main-2 li.item-disabled a:hover span span span {background-image: url(../images/menu-main-2-item-disabled_c4.gif);}

.menu-main li.item-blue a, .menu-main-2 li.item-blue a:hover {
	background: #295d87 url(../images/menu-main-item_c1_blue.gif) 0 0 no-repeat !important;
	color: #fff;
}
.menu-main li.item-blue a span, .menu-main li.item-blue a:hover span {background-image: url(../images/menu-main-item_c2_blue.gif) !important;}
.menu-main li.item-blue a span span, .menu-main li.item-blue a:hover span span {background-image: url(../images/menu-main-item_c3_blue.gif) !important;}
.menu-main li.item-blue a span span span, .menu-main li.item-blue a:hover span span span {background-image: url(../images/menu-main-item_c4_blue.gif) !important;}
.menu-main li.item-blue-sibl a span span, .menu-main li.item-blue-sibl a:hover span span {background-image: url(../images/menu-main-item_c3_blue_sib.gif) !important;}

#menu-lang {
	margin: 0;
	top: 5px;
	position: absolute;
	text-align: left;
	width: 175px;
	z-index: 10;
}
#menu-lang ul#menu-lang-content {
	background: #fff;
	border: 1px solid #e7e7e7;
	bottom: 2.4em;
	display: none;
	position: absolute;
	margin: 0;
	width: 150px; /* =#menu-lang[width]-3-3-[arrow-width] */
}
#menu-lang ul#menu-lang-content li {
	display: block;
	list-style-type: none;
	margin: 0;
	position: relative;
	text-align: left;
}
#menu-lang ul#menu-lang-content li a {
	background: #f5f5f5;
	border: none;
	display: block;
	padding: 0;
	text-decoration: none;
	width: 100%; /* Solution for bug in IE <= 6 */
}
#menu-lang ul#menu-lang-content li a:hover {background: #d5d5d5;}
#menu-lang ul#menu-lang-content li span {
	display: block;
	padding: 0.5em 6px;
}
#menu-lang span.block-langselected {
	background: url(../images/block-langselected_middle.gif) 0 center repeat-x;
	display: block;
}
#menu-lang span.block-langselected span {
	background: url(../images/block-langselected_left.gif) 0 center no-repeat;
	display: block;
}
#menu-lang span.block-langselected span span {
	background: url(../images/block-langselected_right.gif) right center no-repeat;
	padding: 6px;
}
#menu-lang span.langitem {
	display: inline !important;
	background: url(../images/flag-size-1_cs.gif) 0 center no-repeat !important;
	padding: 0.5em 0 0.5em 23px !important;
}

/* --[Common menus]-------------------------------------------------------------- */

/* --[Isolated navigation elements]---------------------------------------------- */

input.button-black-1, input.button-black-3 {
	background: url(../images/button-black-1.png) center center no-repeat !important;
	height: 32px;
	width: 127px;
}
input.button-black-3 {
	background-image: url(../images/button-black-3.png) !important;
	width: 260px;
}
.button-black-4 {
	background: #000 url(../images/button-black-4.gif) 0 0 no-repeat;
	color: #fff;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	height: 28px;
	padding-top: 15px;
	text-align: center;
	text-decoration: none;
	width: 184px;
}
.button-black-4:hover {text-decoration: underline;}
.js-onclick-area {cursor: pointer;}

/*----------------------------------------------------------------------------------
  Content appearance
-----------------------------------------------------------------------------------*/

/* --[Headers]-------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.1em;
}
h1, h5 {
	color: #df132a;
	font-size: 2em;
}
*+html h1 {
	padding: 0.7em 0;
	margin: 0;
}
h2 {
	color: #000;
	font-size: 1.8em;
	margin-bottom: 0.3em;
}
h3 {
	color: #c03;
	font-size: 1.4em;
}
h4 {font-size: 1.3em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1.05em;}

.text-purp-1 {color: #ea212a;}
.text-red-1 {color: #df132a;}
.text-red-2 {color: #c00;}
.text-black {color: #000;}
.text-white-1 {
	color: #fff;
	padding: 0.3em 0;
	position: absolute;
	top: 200px;
}
.text-white-3 {
	color: #fff;
	font-size: 1.8em;
	line-height: 1.2em;
}
.text-white-5 {color: #fff !important;}

/* --[Common text]---------------------------------------------------------------- */

a {color: #df132a;}
a.extlink {
	background: url(../images/bullet-extlink-1.gif) right center no-repeat;
	padding-right: 12px;
	margin-right: 2px;
}
hr {
	background: #ccc;
	color: #ccc;
}
th {
	background: #2c2c2c;
	color: #fff;
}
th, td {border: 1px solid #2c2c2c;}
caption {color: #2c2c2c;}

ul.list-purp-1 {margin: 0 0 0 10px;}
ul.list-purp-1 li {
	background: url(../images/bullet-purp-1.png) 0 center no-repeat;
	display: block;
	list-style-type: none;
	padding: 0.8em 0 0.8em 20px;
	margin: 0;
}
* html ul.list-purp-1 li {height: 100%;}
ul.list-purp-2 {margin-left: 0;}
ul.list-purp-2 li {
	background: url(../images/bullet-purp-2.gif) 10px 0.65em no-repeat;
	list-style-type: none;
	padding-left: 25px;
}
ul.list-purp-2 a {
	cursor: pointer;
	text-decoration: underline;
}
ul.list-purp-2 a:hover {text-decoration: none;}
ol.list-purp-2 {
	color: #EA212A;
	font-weight: bold;
}
ol.list-purp-2 span {
	color: #000;
	font-weight: normal;
}
ul.list-white-1 {
	bottom: -1px;
	margin: 1em auto 0;
	position: relative;
	width: 830px;
}
* html ul.list-white-1 {bottom: -1px;}
ul.list-white-1 li {
	float: left;
	list-style-type: none;
	padding: 0 !important;
	margin: 0 2px 0 0 !important;
}
ul.list-white-1 li a {
	background: url(../images/list-white-1-item_left.gif) 0 0 no-repeat;
	color: #fff;
	display: block;
	font-size: 0.85em;
	font-weight: bold;
	padding-left: 11px;
	text-decoration: none;
	text-transform: lowercase;
}
ul.list-white-1 li a span {
	background: url(../images/list-white-1-item_right.gif) right 0 no-repeat;
	display: block;
	padding-right: 11px;
}
ul.list-white-1 li a span span {
	background: #df132a ;
	padding: 2px;
}
ul.list-white-1 li.active a, ul.list-white-1 a:hover {background-image: url(../images/list-white-1-item_left_active.gif);}
ul.list-white-1 li.active a span, ul.list-white-1 a:hover span {background-image: url(../images/list-white-1-item_right_active.gif);}
ul.list-white-1 li.active a span span, ul.list-white-1 li a:hover span span {
	background: #fff url(../images/list-white-1-item_middle_active.gif) 0 0 repeat-x;
	color: #df132a;
	padding-bottom: 3px;
}
.text-desc {color: #666;}
iframe {
	background: none;
	border: none;
	overflow: visible;
	width: 100%;
}
iframe.invisible {
	display: inline;
	height: 1px;
	width: 1px;
}
table.table-actions-1 th, table.table-actions-1 td {
	background: none;
	border: none;
}
table.table-actions-1 td {padding-left: 10px;}

/* --[Forms]---------------------------------------------------------------------- */

form {margin: 1em 0;}
fieldset {
	border: 1px solid #2c2c2c;
	padding: 0 15px;
	margin: 1em 0;
}
legend {
	color: #2c2c2c;
	font-weight: bold;
}
form table {width: 100%;}
form table.auto {width: auto;}
form th {
	width: 40%;
	font-weight: normal;
	text-align: left;
	padding-right: 15px;
}
form th, form td {
	background: none;
	border: none;
	color: #000;
	padding-left: 0;
}
form th, form td {vertical-align: top;}
form .descrip {font-size: 0.85em;}
* html label, * html input, * html textarea {font: 1em/130% "Arial CE", Arial, Verdana, sans-serif;}
* html input.input {line-height: normal !important;}
*+html input.input {line-height: normal !important;}

form .input, form select {
	border: 1px solid #666;
	padding: 0.3em;
}
form textarea {
	font-family: "Arial CE",Arial,Verdana,sans-serif;
	font-size: 1em;
}
form .input:focus, form select:focus, form textarea:focus {border-color: #000;}
form input[type='checkbox'] {
	margin: 0;
	padding: 0;
}

form input.input-text-1 {
	background: #fff;
	color: #000;
	font-size: 1.4em;
	padding: 0.6em 0.3em;
}
form input.input-text-1:focus {border-color: #333;}

form .input-width-1 {width: 50px;}
form .input-width-2 {width: 100px;}
form .input-width-3 {width: 150px;}
form .input-width-4 {width: 200px;}
form .input-width-5 {width: 250px;}
form .input-width-6 {width: 300px;}
form .input-width-7 {width: 350px;}
form .input-width-8 {width: 400px;}

form .input-height-1 {height: 50px;}
form .input-height-2 {height: 100px;}
form .input-height-3 {height: 150px;}
form .input-height-4 {height: 200px;}
form .input-height-5 {height: 250px;}
form .input-height-6 {height: 300px;}
form .input-height-7 {height: 350px;}
form .input-height-8 {height: 400px;}

form .submit { /* Buttons style */
	background: #2c2c2c;
	border: none;
	color: #fff;
	font-weight: bold;
	line-height: normal;
	padding: 0.4em 0.9em;
	text-align: center;
}
* html form .submit {
	font-size: 1em;
	font-weight: bold;
}
form.form-gray-1 input.input, form.form-gray-1 select, form.form-gray-1 textarea {
	border-color: #adadad;
	color: #333;
}
form.form-gray-1 input.input:focus, form.form-gray-1 select:focus, form.form-gray-1 textarea:focus {border-color: #333;}
form.form-gray-2 input.input, form.form-gray-2 select, form.form-gray-2 textarea {
	border-color: #999;
	color: #333;
}
form.form-gray-2 input.input:focus, form.form-gray-2 select:focus, form.form-gray-2 textarea:focus {border-color: #666;}

form.form-purp-1 label, form.form-gray-3 label {
	color: #DF132A;
	font-weight: bold;
}
form.form-purp-1 th, form.form-gray-3 th {padding-top: 12px;}
form.form-purp-1 td, form.form-gray-3 td {overflow: visible;} /* due to tooltips */
form.form-purp-1 .problem, form.form-gray-3 .problem {
	background-color: #fff1f1;
	border-color: #f00;
}
form.form-purp-1 .fixwidth, form.form-gray-3 .fixwidth {width: 205px;}

form.form-gray-3 label {color: #111;}
form.form-gray-3 .input:focus, form.form-gray-3 select:focus, form.form-gray-3 textarea:focus {background-color: #f2f2f2;}
form .holder-error-after {
	color: #f00;
	display: block;
	font-size: 0.85em;
}

/* --[Tooltips]------------------------------------------------------------------ */

.tooltip {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1999;
}
.tooltip-holder {position: relative;}

.tooltip-3 {
	background: #111;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	max-width: 300px;
	padding: 6px;
}
.tooltip-3 p {
	background: #111;
	color: #fff;
	padding: 5px;
	margin: 0;
}
* html .tooltip-3 {width: expression(this.offsetWidth > 300 ? '300px' : 'auto');}

/* --[Various blocks]------------------------------------------------------------ */

#block-siteindex {
	font-family: Verdana, Tahoma;
	font-size: 1.85em;
	font-weight: bold;
	height: 84px;
	left: 15px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	text-transform: uppercase;
	top: 30px;
	width: 224px;
}
#block-siteindex a {
	cursor: pointer;
	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%;
}
#block-siteindex span.cover {
	background: url(../images/block-siteindex.gif) 0 0 no-repeat;
	display: block;
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
#block-siteindex span.text {
	color: #000;
	display: block;
	padding: 1.3em 0 0 10px;
}
#block-systemlogin_top {
	background: url(../images/block-systemlogin_top.png) 0 0 no-repeat;
	top: 10px;
	padding-top: 11px;
	position: absolute;
	right: 0;
	width: 296px;
}
#block-systemlogin_bottom {
	background: url(../images/block-systemlogin_bottom.png) 0 bottom no-repeat;
	padding-bottom: 11px;
}
#block-systemlogin_middle {
	background: url(../images/block-systemlogin_middle.png) 0 0 repeat-y;
	padding: 1px 10px;
}
* html #block-systemlogin_middle {height: 100%;}
#block-systemlogin_top.block-unlogged {
	background-image: url(../images/block-systemlogin-unlogged_top.png);
	width: 332px;
}
#block-systemlogin_top.block-unlogged #block-systemlogin_bottom {background-image: url(../images/block-systemlogin-unlogged_bottom.png);}
#block-systemlogin_top.block-unlogged #block-systemlogin_middle {background-image: url(../images/block-systemlogin-unlogged_middle.png);}
#block-systemlogin_top .content {
	margin-bottom: -13px;
	position: relative;
	top: -8px
}
#block-systemlogin_top form input.input, #block-systemlogin_top p {font-size: 0.85em;}
#block-systemlogin_top form input.input {padding: 0.4em 0.3em;}
#block-systemlogin_top table {
	float: left;
	width: 130px;
}
#block-systemlogin_top table td {padding-right: 5px;}
#block-systemlogin_top table td input {width: 125px;}
#block-systemlogin_top #block-column-two {
	float: right;
	width: 130px;
}
#block-systemlogin_top a {color: #000;}

.block-purp-2_middle {
	background: url(../images/block-purp-2_middle.gif) 0 0 repeat-y;
	width: 874px;
}
.block-purp-2_top {
	background: url(../images/block-purp-2_top.gif) 0 0 no-repeat;
	padding-top: 15px;
}
.block-purp-2_bottom {
	background: url(../images/block-purp-2_bottom.gif) 0 bottom no-repeat;
	width: 874px; /* Solution for bug in IE <= 6 */
}
.block-purp-2_c3 {padding: 0 35px 15px;} /* Common padding */
* html .block-purp-2_c3 {height: 100%;}
.block-purp-2_middle .tight {padding: 0 20px 15px;} /* Tight padding */
.block-purp-2_middle .credit {position: relative;}
.block-purp-2_middle .block-credit-promo-1 {
	position: absolute;
	right: -9px;
	top: -33px;
}
* html .block-purp-2_middle .block-credit-promo-1 {top: -18px;}
*+html .block-purp-2_middle .block-credit-promo-1 {top: -18px;}
.block-devil-1 .block-purp-2_c3 {
	background: url(../images/block-devil-1_c3.jpg) right bottom no-repeat;
	padding-bottom: 210px;
}
.block-info-1 {
	background: #d7fbc1 url(../images/icon-devil-1.gif) 20px 50% no-repeat;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #79ab5a;
	font-size: 0.95em;
	margin: 1em 0;
}
.block-info-1 div {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #FFF;
	padding: 0 10px 0 80px;
}
.block-info-1 h2 {
	font-size: 1.3em;
	font-weight: bold;
}
.block-warning-1 {
	background-color: #c1dcfb;
	background-image: url(../images/icon-devil-2.gif);
	border-color: #4374ad;
}
.block-error-1 {
	background-color: #fbc1c7;
	background-image: url(../images/icon-devil-3.gif);
	border-color: #df132a;
}
.block-white-2_top {
	background: url(../images/block-white-2_top.gif) 0 0 no-repeat !important;
	margin: 0 auto 0.5em;
	padding: 9px 0 0 0 !important;
	width: 830px;
}
.block-white-2_bottom {
	background: url(../images/block-white-2_bottom.gif) 0 bottom no-repeat;
	padding: 0 0 9px 0 !important;
}
.block-white-2_middle {
	background: #fff url(../images/block-white-2_middle.gif) 0 0 repeat-y;
	height: 100%;
	padding: 1px 10px !important;
}

/* --[Others]--------------------------------------------------------------------- */

#frame-footer-stats ul {
	font-weight: bold;
	margin: 0.5em 0;
	text-align: center;
}
#frame-footer-stats ul li {
	border-right: 1px solid #474747;
	display: inline;
	padding: 0 10px;
}
#frame-footer-stats ul li.last {border-right: none;}
#frame-footer-stats ul li em {
	font-style: normal;
	font-weight: normal;
}

#frame-footer-links ul {
	margin: 10px 175px 10px 0; /* Right margin = #menu-lang[width] */
	text-align: center;
}
#frame-footer-links ul li {display: inline;}
#frame-footer-links ul li a {
	border-right: 1px solid #b1b1b1;
	color: #2c2c2c;
	padding: 0 7px;
}
#frame-footer-links ul li.last {padding-right: 15px;}
#frame-footer-links ul li.last a {border-right: none;}

#frame-footer-news h3 {
	border-right: 1px solid #bababa;
	display: inline;
	font-size: 1em;
	font-weight: bold;
	padding-right: 0.7em;
	margin-right: 0.5em;
}
#frame-footer-news p {display: inline;}

.marg-l-150 {margin-left: 1.5em;}
.pad-tb-060 {
	margin: 1.4em 0;
	padding: 0.6em 0;
}