* RAIKMANN for VOX CSS raikmann_for_vox.css */
ul.arrow2,
ul.checkbox2,
ul.check2,
ul.star2 {
	margin: 10px 0px 10px 0px;
	padding-left: 20px;
	list-style: none;
}

ul.arrow2 li,
ul.checkbox2 li,
ul.check2 li,
ul.star2 li {
	margin: 5px 0px 5px 0px;
	padding-left: 35px;
	font-weight: normal;
	line-height: 26px;  
}
ul.arrow2 li { background: url(../images/for_vox/typography/list_arrow.png) 0 0 no-repeat; }
ul.checkbox2 li { background: url(../images/for_vox/typography/list_checkbox.png) 0 0 no-repeat; }
ul.check2 li { background: url(../images/for_vox/typography/list_check.png) 0 0 no-repeat; }
ul.star2 li { background: url(../images/for_vox/typography/list_star.png) 0 0 no-repeat; }
/*п п╬п╫п╣я├ п╢п╬п╠п╟п╡п╩п╣п╫п╦я▐*/
/*for tip2*/
span.note2,
span.info2,
span.alert2,
span.download2,
span.tip2 { display: block; }

div.note2, span.note2 {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background: #f4f5f6;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
	text-align:justify;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
div.info2, span.info2,
div.alert2, span.alert2,
div.download2, span.download2,
div.tip2, span.tip2 {
	margin: 10px 0px 10px 0px;
	padding: 8px 10px 8px 35px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
div.info2, span.info2 {
	background: #f4f5f6 url(../images/for_vox/typography/box_info.png) 3px 5px no-repeat;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
}

div.alert2, span.alert2 {
	background: #fff5eb url(../images/for_vox/typography/box_alert.png) 3px 5px no-repeat;
	border-top: 1px dotted #ffb4a0;
	border-bottom: 1px dotted #ffb4a0;
}

div.download2, span.download2 {
	background: #f5faeb url(../images/for_vox/typography/box_download.png) 3px 5px no-repeat;
	border-top: 1px dotted #78be5a;
	border-bottom: 1px dotted #78be5a;
}

div.tip2, span.tip2 {
	background: #fffdeb url(../images/for_vox/typography/box_tip.png) 3px 5px no-repeat;
	border-top: 1px dotted #ffc864;
	border-bottom: 1px dotted #ffc864;
}

/*end */



div.tip2{
border: medium dashed #FF9966;
}

/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * Browser Reset
 ==========================
 ==========================
 ==========================
 *

 
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
				margin: 0;
				padding: 0;
}

fieldset, img { border: 0; }

 
a:focus { outline: none; }

 
 
html {
	height: 100%;
	margin-bottom: 1px;
}

/*
 * New standard values
 */

/* paragraph *******************
p {	margin: 1em 0; }

/* lists ********************
ul, ol, dl { margin: 1em 0; padding-left: 30px }
dl { margin: 1em 0; }
dd { padding-left: 40px; }

/* tables ****************
td, th { padding: 1px; }

/* forms ************************
 
fieldset { border: 1px solid #c8c8c8; }
legend { background: #ffffff; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #c8c8c8; background: #ffffff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaaaaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #8c8c8c; outline: 2px solid #dcdcdc; }
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button { cursor: pointer; }
input[type='hidden'] { display: none; }

fieldset { padding: 0 1em 1em 1em; }
legend { padding: 0 .8em 0 .8em; }
textarea, input[type='text'], input[type='password'] { padding: .1em 0 .1em .4em; }
option { padding: 0 .4em .1em .4em; }  
form div { margin: .8em 0 .8em 0; }
button, input[type='button'] { padding: .2em .3em .2em .1em; line-height: 100%; }

/* links ********************
a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

/* headings ******************
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 100%;
}

h1 { font-size: 300%; }
h2 { font-size: 250%; }
h3 { font-size: 200%; }
h4 { font-size: 175%; }
h5 { font-size: 150%; }
h6 { font-size: 125%; }

/* horizontal rule *******************
hr {
	margin: .5em 0 .5em 0;
	display: block;
	background: #c8c8c8;
	color: #c8c8c8;  
	height: 1px;
	border: none;
}

/* blockquotes, cites *****************
blockquote {
	margin: 1em 0 1em 1.5em;
	padding: .5em 0 .5em 0;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	font-style: italic;
	font-size: 120%
}

/* preformatted text elements ***************
pre {
	margin: 1em 0px 1em 0px;
	padding: .5em 0 .5em 1em;
	border: 1px dotted #aab4be;
	border-left: 20px solid #b4b4b4;
	background: #f4f5f6;
	font-size: 90%;
	/* Browser specific (not valid) styles to make preformatted text wrap *******
	/* white-space: pre-wrap;       /* css-3 ***********
	/* white-space: -moz-pre-wrap;  /* Mozilla, since 1999 **************
}

/* acronym *************
acronym, abbr {
	border-bottom: 1px dashed #969696;
	cursor: help;
}

===============================
================================
================================ */
/*
 * black styling
 * remove comments for dark colored templates
 */

/*
fieldset { border: 1px solid #323232; }
legend { background: #141414; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #323232; background: #141414; color: #646464; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #464646; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #646464; outline: 2px solid #282828; }

hr {
	background: #323232;
	color: #323232;
}

blockquote {
	border-top: 1px solid #323232;
	border-bottom: 1px solid #323232;
}

pre {
	border: 1px dotted #3c3c50;
	border-left: 20px solid #323232;
	background: #232328;
}

acronym, abbr {
	border-bottom: 1px dashed #969696;
}
*/
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * Page
 ==================================
 ===============================*/
 /*
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
}*/
.my {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
}
body.my div {color: #ff0000;

			
}
/*
body.yoopage {
	padding-bottom: 100px;
	background: #AAAFB4;
}
*/
/* set body font size (styleswitcher) *
body.font-small {
	font-size: 11px;
}

body.font-medium {
	font-size: 12px;
}

body.font-large {
	font-size: 13px;
}

/* center page *
div.wrapper {
	margin: auto; 
}

/*
 * Layout
 *
div#absolute {
	position: absolute;
	z-index: 15;
	top: 0px;
	left: 0px;
	width: 100%;
}

div#page-body {
	background: #E6E9EB url('images/page_t.png') repeat-x 0 0;
}

div#page-body div.page-body-img {
	background: none;
}

div#page-body div.page-body-b {
	background: url('images/page_b.png') repeat-x 0 100%;
}

div#header {
	width: auto;  
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 10;
	clear: both;  
}

div#toolbar {
	width: auto;  
	height: 24px;
	padding: 1px 140px 0px 10px;
	clear: both;  
	background: url('images/toolbar_bg.png') repeat-x 0 0;
	color: #C8C8C8;
	overflow: hidden;
}

div#date {
	margin: 3px 10px 0px 0px;
	float: left;
	font-size: 85%;
}

div#topmenu {
	margin: 3px 10px 0px 0px;
	float: left;
}

div#styleswitcher {
	  
	height: 20px;
	margin: 1px 0px 0px 20px;
	float: right;
}

div#styleswitcher a {
	width: 15px;
	height: 20px;
	float: right;
	text-decoration: none;
	display: block;
	 
}

a#switchfontsmall {
	background: url('images/styleswitcher_fontsmall.png') no-repeat 0 0;
}

a:hover#switchfontsmall {
	background: url('images/styleswitcher_fontsmall.png') no-repeat 0 -20px;
}

a#switchfontmedium {
	background: url('images/styleswitcher_fontmedium.png') no-repeat 0 0;
}

a:hover#switchfontmedium {
	background: url('images/styleswitcher_fontmedium.png') no-repeat 0 -20px;
}

a#switchfontlarge {
	background: url('images/styleswitcher_fontlarge.png') no-repeat 0 0;
}

a:hover#switchfontlarge {
	background: url('images/styleswitcher_fontlarge.png') no-repeat 0 -20px;
}

a#switchwidththin {
	background: url('images/styleswitcher_widththin.png') no-repeat 0 0;
}

a:hover#switchwidththin {
	background: url('images/styleswitcher_widththin.png') no-repeat 0 -20px;
}

a#switchwidthwide {
	background: url('images/styleswitcher_widthwide.png') no-repeat 0 0;
}

a:hover#switchwidthwide {
	background: url('images/styleswitcher_widthwide.png') no-repeat 0 -20px;
}

a#switchwidthfluid {
	background: url('images/styleswitcher_widthfluid.png') no-repeat 0 0;
}

a:hover#switchwidthfluid {
	background: url('images/styleswitcher_widthfluid.png') no-repeat 0 -20px;
}

div#headerbar {
	width: auto;  
	height: 65px;
	padding: 10px 20px 10px 200px;
	clear: both;  
	background: #000000 url('images/headerbar_bg.png') repeat-x 0 100%;
	color: #969696;
	overflow: hidden;
}

div#menubar {
	width: auto;  
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 40px;
	clear: both;  
	position: relative;
}

div#menubar div.menubar-m {
	height: 40px;
	background: url('images/menubar_m.png') repeat-x 0 0;
}

div#menubar div.menubar-l {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 40px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/demo/jul08/templates/yoo_evolution/css/../images/menubar_l.png', sizingMethod='scale'); background: none;
}

div#menubar div.menubar-r {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 40px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/demo/jul08/templates/yoo_evolution/css/../images/menubar_r.png', sizingMethod='scale'); background: none;
}

div#menu {
	position: absolute;
	top: 110px;
	left: 40px;
	z-index: 11;
	padding: 0px 0px 0px 1px;
	height: 40px;
	background: url('images/menu_sep_black.png') no-repeat 0 0;
}

div#logo {
	position: absolute;
	top: 25px;
	left: 0px;
}

div#search {
	position: absolute;
	top: 2px;
	right: 5px;
	z-index: 12;
	width: 120px;  
}

div#banner {
	position: absolute;
	top: 25px;
	right: -10px;
	width: 0px;
	z-index: 3;
}

div#wrapper {
	width: auto;  
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;  
}

div#wrapper div.wrapper-container-t {
	padding: 0px 10px 0px 10px;
	position: relative;
}

div#wrapper div.wrapper-t {
	height: 10px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/demo/jul08/templates/yoo_evolution/css/../images/wrapper_t.png', sizingMethod='scale'); background: none;
}

div#wrapper div.wrapper-tl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/demo/jul08/templates/yoo_evolution/css/../images/wrapper_tl.png', sizingMethod='scale'); background: none;
}

div#wrapper div.wrapper-tr {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/demo/jul08/templates/yoo_evolution/css/../images/wrapper_tr.png', sizingMethod='scale'); background: none;
}

div#wrapper div.wrapper-b {
	background: #ffffff url('images/wrapper_b.png') repeat-x 0 100%;
}

div#wrapper div.wrapper-l {
	background: url('images/wrapper_l.png') repeat-y 0 0;
}

div#wrapper div.wrapper-r {
	background: url('images/wrapper_r.png') repeat-y 100% 0;
}

div#wrapper div.wrapper-bl {
	background: url('images/wrapper_bl.png') no-repeat 0 100%;
}

div#wrapper div.wrapper-br {
	padding: 0px 10px 100px 10px;
	background: url('images/wrapper_br.png') no-repeat 100% 100%;
	overflow: hidden;
}

div#wrapper div.wrapper-container {
	margin-top: -10px;
}

div#top {
	width: auto;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;  
}

div#top .topbox {
	margin-top: 10px;
}

div#middle {
	width: auto;  
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;  
}

div#middle .background {
	min-height: 400px;
	 
	 
	 
	 
}

 
div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

 
.left div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

 
.right div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

div#left {
	width: 200px;  
	 
}

.left div#middle div#left {
	float: left;
}

.right div#middle div#left {
	float: right;
}

div#main {
	width: auto;
	 
}

 
div#main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

 
.left div#main {
	margin: 0px 0px 0px 210px;  
}

 
.right div#main {
	margin: 0px 210px 0px 0px;  
}

div#maintop {
	padding: 0px 0px 10px 0px;
}

div#mainmiddle {
	margin: 0px 0px 10px 0px;
}

.showright div#mainmiddle {  
	background: none;
}

div#right {
	width: 180px;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

div#content {
	width: auto;
	 
}

 
div#content {
	margin: 0px 0px 0px 0px;
}

 
.showright div#content {
	margin: 0px 190px 0px 0px;  
}

div#contenttop {
	margin: 0px 0px 10px 0px;
}

div#breadcrumb {
	height: 19px;
	font-size: 85%;
}

div#contentbottom {
	margin: 10px 0px 0px 0px;
}

div#mainbottom {
	padding: 0px 0px 0px 0px;
}

div#bottom {
	width: auto;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;  
}

div#bottom .bottomblock {
	margin-top: 10px;
	margin-bottom: -10px;
}

div#footer {
	width: auto;  
	margin: 10px -8px 0px -8px;
	padding: 18px 10px 2px 10px;
	clear: both;  
	background: #DCDFE1 url('images/footer_bg.png') repeat-x 0 0;
	text-align: center;
	zoom: 1;
}

div#footer a.anchor {
	margin: -10px 0px 0px 0px;
	width: 30px;
	height: 5px;
	background: url('images/footer_anchor.png') no-repeat 0 0;
	display: block;
	float: right;
	text-decoration: none;
}

==========================================
==========================================
==========================================/*
 * Clearing & Floating
 */

 
 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;  
	clear: both; 
	visibility: hidden;
}
	=======================*/
 
.clearfix { display: block; }

 
.floatbox { overflow:hidden; }

.float-left {
				float: left;
				overflow: auto;
}
.float-right { float: right; overflow: hidden; }

.width15 { width: 14.999%; }
.width18 { width: 18.333%; }
.width20 { width: 19.999%; }
.width23 { width: 22.999%; }
.width25 { width: 24.999%; }
.width33 { width: 33.333%; }
.width35 { width: 34.999%; }
.width40 { width: 39.999%; }
.width45 { width: 44.999%; }
.width50 { width: 49.999%; }
.width54 { width: 53.999%; }
.width65 { width: 64.999%; }
.width75 { width: 74.999%; }
.width100 { width: 100%; }

body.width-thin div.wrapper { width: 790px; }
body.width-wide div.wrapper { width: 960px; }
body.width-fluid div.wrapper { width: 90%; }
div#styleswitcher { width: 45px; }
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * links
 */
===================================
===============================
/*
a:link, a:visited {
	color: #aa1428;
}

a:hover {
	color: #ff0000;
}

body.green a:link, body.green a:visited { color: #5a8c00; }
body.green a:hover { color: #73c800; }
body.pink a:link, body.pink a:visited { color: #aa2dd2; }
body.pink a:hover { color: #fa4bff; }
body.orange a:link, body.orange a:visited { color: #ff3200; }
body.orange a:hover { color: #ff6400; }
body.blue a:link, body.blue a:visited { color: #1e87c8; }
body.blue a:hover { color: #00afff; }


 
a.external {
        padding-left: 13px;
        background: url('images/link_external.png') no-repeat 0 40%;
}

/*
 * highlighted emphasis
 ******************************************************

em.box, em.file, em.directory {
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
}

em.box { 
	padding: 0px 2px 0px 2px;
	background:#f4f5f6;
	border: 1px dotted #aab4be;
}

em.file { 
	padding: 0px 0px 0px 13px;
	background: url('images/em_file.png') no-repeat 0 1px;
	color: #000000;
}

em.directory { 
	padding: 0px 0px 0px 16px;
	background: url('images/em_directory.png') no-repeat 0 1px;
	color: #000000;
}

/*
 * unsorted lists
 ***************************************************
 
ul.arrow, ul.arrow-big,
ul.checkbox, ul.checkbox-big,
ul.check, ul.check-big,
ul.star, ul.star-big,
ul.plus, ul.plus-big {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

ul.arrow li,
ul.checkbox li,
ul.check li,
ul.star li,
ul.plus li {
	margin: 10px 0px 10px 0px;
	padding: 7px 0px 6px 35px;
	font-weight: bold;
	line-height: 100%
}

ul.arrow-big li,
ul.checkbox-big li,
ul.check-big li,
ul.star-big li,
ul.plus-big li {
	margin: 15px 0px 15px 0px;
	padding: 15px 0px 15px 60px;
	font-size: 200%;
	font-weight: bold;
}

ul.arrow li { background: url('images/list_arrow.png') no-repeat 0 0;
}
ul.arrow-big li { background: url('images/list_arrow_big.png') no-repeat 0 0;
}
ul.checkbox li { background: url('images/list_checkbox.png') no-repeat 0 0;
}
ul.checkbox-big li { background: url('images/list_checkbox_big.png') no-repeat 0 0;
}
ul.check li { background: url('images/list_check.png') no-repeat 0 0;
}
ul.check-big li { background: url('images/list_check_big.png') no-repeat 0 0;
}
ul.star li { background: url('images/list_star.png') no-repeat 0 0;
}
ul.star-big li { background: url('images/list_star_big.png') no-repeat 0 0;
}
ul.plus li { background: url('images/list_plus.png') no-repeat 0 0;
}
ul.plus-big li { background: url('images/list_plus_big.png') no-repeat 0 0;
}


/*
 * ordered lists
 ***********************************************
 
ol.disc, ol.disc-big {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 0px 15px;
}

ol.disc {
	padding: 0px 0px 0px 27px;
	background: url('images/list_disc.png') repeat-y 0 0;
}

ol.disc li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 12px;
	font-weight: bold;
	line-height: 28px;
}

ol.disc-big {
	padding: 0px 0px 0px 45px;
	font-size: 200%;
	background: url('images/list_disc_big.png') repeat-y 0 0;
}

ol.disc-big li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 20px;
	font-weight: bold;
	line-height: 45px;
}

/*
 * highlighted div and span boxes
 **************************************************

span.note,
span.info,
span.alert,
span.download,
span.tip {
	display: block;
}

div.note, span.note {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background: #f4f5f6;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
	text-align:justify;
}

div.info, span.info,
div.alert, span.alert,
div.download, span.download,
div.tip, span.tip {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
}

div.info, span.info {
	background: #f4f5f6 url('images/div_info.png') no-repeat 3px 3px;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
}

div.alert, span.alert {
	background: #fff5eb url('images/div_alert.png') no-repeat 3px 3px;
	border-top: 1px dotted #ffb4a0;
	border-bottom: 1px dotted #ffb4a0;
}

div.download, span.download {
	background: #f5faeb url('images/div_download.png') no-repeat 3px 3px;
	border-top: 1px dotted #78be5a;
	border-bottom: 1px dotted #78be5a;
}

div.tip, span.tip {
	background: #fffdeb url('images/div_tip.png') no-repeat 3px 3px;
	border-top: 1px dotted #ffc864;
	border-bottom: 1px dotted #ffc864;
}

/*
 * highlighted quotations
 **********************************************************

blockquote.quotation {
	border-style: none;
				border-color: inherit;
				border-width: medium;
				margin: 10px 0px;
				padding: 10px 35px;
				background: url('images/blockquote_start.png') no-repeat 0 0;
				text-align:justify;
}

blockquote.quotation p {
	margin: 0px -35px -10px 0px;
	padding: 0px 35px 10px 0px;
	background: url('images/blockquote_end.png') no-repeat 100% 100%;
}

blockquote.quotation-big {
	border-style: none;
				border-color: inherit;
				border-width: medium;
				margin: 10px 0px;
				padding: 50px;
				background: url('images/blockquote_big_start.png') no-repeat 0 0;
				font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
					font-size: 300%;
					text-transform: uppercase;
					font-weight: bold;
					line-height: 100%;
					text-align: left;
}

blockquote.quotation-big p {
	margin: 0px -50px -50px 0px;
	padding: 0px 30px 50px 0px;
	background: url('images/blockquote_big_end.png') no-repeat 100% 100%;
}

/*
 * headings
 *******************

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,Helvetica,sans-serif;
}

h1 {
	font-weight: normal;
	color: #7887A0;
}

h2 {
	color: #b4b4be;
}

h3 {
	color: #646478;
}

h4 {
	font-weight: normal;
	color: #7887A0;
}

h5 {
	color: #878796;
}

h6 {
	color: #7887A0;
}
*/
body.green h1, body.green h4, body.green h6 { color: #739141; }
body.pink h1, body.pink h4, body.pink h6 { color: #c83cbe; }
body.orange h1, body.orange h4, body.orange h6 { color: #f06400; }
body.blue h1, body.blue h4, body.blue h6 { color: #5591d7; }
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * topmenu
 ***************************
================================================
================================================
/*

 
div#topmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;  
}

div#topmenu li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}

div#topmenu li a {
	height: 20px;
	padding: 0px 10px 0px 10px;
	background: url('images/topmenu_item_bg.png') no-repeat 0 4px;
	float: left;
	display: block;
	position: relative;
	line-height: 17px;
	overflow: hidden;  
	font-size: 85%;
	text-decoration: none;
}

div#topmenu li.item1 a {
	padding: 0px 10px 0px 0px;
	background: none;
}

div#topmenu a:link, div#topmenu a:visited {
	color: #C8C8C8;
}

div#topmenu a:hover {
	color: #ffffff;
}

/*
 * menu
 ************************************************

 
div#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;  
}

div#menu li {
	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	z-index: 5;  
}

div#menu li a, #menu li span.separator {
	height: 40px;
	display: block;
	float: left;
	line-height: 32px;
	text-decoration: none;
	color: #646464;
}

div#menu li span {  
	display: block;
}

div#menu li span {  
	background-repeat: no-repeat;
	background-position: 95% 0px;
}

div#menu li a.current {  
	color: #aa1428;
}

div#menu a:hover, div#menu span.separator:hover, div#menu span.sfhover {  
	color: #000000;
}

div#menu li.active {  
	font-weight: bold;
}

div#menu li.active ul {  
	font-weight: normal;
}

div#menu li.parent span.separator {  
	cursor: pointer;
}

 
div#menu li.fancy {
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 4;
	overflow: hidden;
	background: none;
}

div#menu li.fancy div {
	background: none;
}

div#menu li.fancy div div {
	height: 39px;
	background: url('images/menu_level1_item_hover.png') repeat-x 0 0;
}

 
div#menu ul.menu {
	padding-right: 1px;
	background: url('images/menu_sep_white.png') no-repeat 100% 0;
}

div#menu li.level1 {
	background: url('images/menu_sep_white.png') no-repeat 0 0;
}

div#menu a.level1, div#menu span.level1 {
	background: url('images/menu_sep_black.png') no-repeat 100% 0;
	color: #464646;
	font-size: 135%;
}

div#menu a.level1 span, div#menu span.level1 span {
	padding: 0px 20px 0px 20px;
}

div#menu li:hover a.level1, div#menu li.sfhover a.level1, div#menu li:hover span.level1, div#menu li.sfhover span.level1 {  
	color: #000000;
}

div#menu li.active a.level1, div#menu li.active span.level1 {  
	color: #aa1428;
	font-weight: normal;
}

 
div#menu a.level1 span.title, div#menu span.level1 span.title{
	padding: 0px;
}

 
div#menu a.level1 span.sub, div#menu span.level1 span.sub {
	padding: 0px;
	font-size: 60%;
	font-weight: normal;
	color: #969696;
	margin-top: -6px;
	line-height: 10px;
}

 
div#menu li:hover a.level1 span.sub, div#menu li:hover span.level1 span.sub, div#menu li.sfhover a.level1 span.sub, div#menu li.sfhover span.level1 span.sub {
	color: #ffffff;
}

 
div#menu ul.menu ul {
	position: absolute;
	top: 40px;
	left: -999em;  
	width: 165px;
	padding: 0px 0px 10px 0px;
	background: url('images/menu_dropdown_bg.png') no-repeat 0 100%;
}

div#menu li:hover ul, div#menu li.sfhover ul {
	left: 0px;  
	z-index: 100;
}

div#menu li.level1 li {
   	width: 100%;  
	text-indent: 15px;
}

div#menu li.level1 li a, div#menu li.level1 li span.separator{
	height: 25px;
	padding: 0px;
	margin: 0px 1px 0px 1px;;
	background: #ebeced url('images/menu_level2_item.png') no-repeat 100% 0;
	float: none;  
	display: block;
	line-height: 25px;
}

div#menu li.level2 a.parent, div#menu li li.level2 span.parent {  
	background: #ebeced url('images/menu_level2_item_parent.png') no-repeat 100% 0;
}

 

 
div#menu li ul ul {
	margin: -41px 0 0 164px;  
}

div#menu li:hover ul ul, div#menu li.sfhover ul ul {
	border-top: 1px solid #c8c8c8;
}

 
div#menu li:hover ul ul, div#menu li.sfhover ul ul,  
div#menu li:hover ul ul ul, div#menu li.sfhover ul ul ul,  
div#menu li:hover ul ul ul ul, div#menu li.sfhover ul ul ul ul {  
	left: -999em;
}

 
div#menu li li:hover ul, div#menu li li.sfhover ul,  
div#menu li li li:hover ul, div#menu li li li.sfhover ul,  
div#menu li li li li:hover ul, div#menu li li li li.sfhover ul {  
	left: 0;
	z-index: 100;
}


/*
 * sub menu
 **************************************************
 
 
div#middle div.mod-menu div.module ul,
div#middle div.mod-menu div.module ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	list-style: none;
	background: #ebeced;
}

div#middle ul.menu li {
	margin: 0px;
	padding: 0px;
	display: block;
}

div#middle ul.menu a, div#middle ul.menu span.separator {
	height: 25px;
	display: block;
	line-height: 25px;
	text-decoration: none;
	color: #646464;
}

div#middle ul.menu li span {  
	display: block;
}

div#middle ul.menu li span {  
	background-repeat: no-repeat;
	background-position: 95% 0px;
}

div#middle ul.menu a.current, div#middle ul.menu a.current:hover {  
	color: #aa1428;
}

div#middle ul.menu a:hover, div#middle ul.menu span.separator:hover, div#middle ul.menu span.sfhover {  
	color: #000000;
}

div#middle ul.menu li.active {  
	font-weight: bold;
}

div#middle ul.menu li.active li {  
	font-weight: normal;
}

div#middle ul.menu li.parent span.separator {  
	cursor: pointer;
}

 
div#middle ul.menu li.level1 {
}

div#middle ul.menu a.level1, div#middle ul.menu span.level1 {
	background: #ebeced url('images/submenu_level1_item.png') no-repeat 100% 0;
	text-indent: 15px;
}

div#middle ul.menu li.parent a.level1, div#middle ul.menu li.parent span.level1 {  
	background: #ebeced url('images/submenu_level1_item_parent.png') no-repeat 100% 0;
}

 
div#middle ul.menu li.level2 {
}

div#middle ul.menu li.level2 a {
	height: 20px;
	line-height: 20px;
}

div#middle ul.menu a.level2 {
	background: #ebeced url('images/submenu_level2_item.png') no-repeat 100% 0;
	text-indent: 35px;
}

div#middle ul.menu a.level2 span {
	background: url('images/submenu_level2_item_icon.png') no-repeat 15px 2px;
}

 
div#middle ul.menu li.level3 {
}

div#middle ul.menu a.level3 {
	background: #ebeced;
	text-indent: 45px;
}

div#middle ul.menu a.level3 span {
	background: url('images/submenu_level3_item_icon.png') no-repeat 25px 2px;
}

 
div#middle ul.menu li.level4 {
}

div#middle ul.menu a.level4  {
	background: #ebeced;
	text-indent: 55px;
}

div#middle ul.menu a.level4 span {
	background: url('images/submenu_level4_item_icon.png') no-repeat 35px 2px;
}
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * module headers
 */

/* reset header for all modules */
div.module h3.moduleh3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 120%;
	color: #323232;
	font-weight: normal;
}

/* header span's */
div.module span.module-2,
div.module span.module-3 {
	display: block;
}

/*
 * space for adjoining modules
 */

.separator div.module {
				margin: 0px 10px 0px 0px;
				position: relative;
}

#left div.module,
#right div.module {
	margin: 0px 0px 10px 0px;
}

#top .topblock div.module {
	margin: 10px 0px 0px 0px;
}

#bottom .bottomblock div.module {
	margin: 0px 0px 10px 0px;
}

/*
 * styling for special positions
 */

div#toolbar div.module {
	margin-left: 20px;
	float: right;
}

div#headerbar div.module {
	margin-left: 20px;
	float: right;
	line-height: 125%;
}

div#headerbar h3 {
	font-size: 100%;
	font-weight: bold;
	color: #C8C8C8;
}

/*
 * module: blank
 */
 
div.mod-blank div.module {
	overflow: hidden;
}

div.mod-blank h3.moduleh3 {
	height: 20px;
	line-height: 20px;
}

/*
 * module: default
 */
div.mod-default div.module {
				background: url('module_default_br.png') no-repeat 100% 100%;
				position: relative;
}

div.mod-default div.module-2 {
				background: url('module_default_tr.png') no-repeat 100% 0;
}

div.mod-default div.module-3 {
				background: url('module_default_bl.png') no-repeat 0 100%;
}

div.mod-default div.module-4 {
				min-height: 60px;
				padding: 10px 15px 10px 15px;
				background: url('module_default_tl.png') no-repeat 0
0;
				overflow: hidden;
}

div.mod-default h3.moduleh3 {
				margin: -10px -15px 5px -15px;
				background: url('module_default_header_m.png') repeat-x 0 100%;
				line-height: 30px;
}

div.mod-default span.module-2 {
				background: url('module_default_header_l.png') no-repeat 0 100%;
}

div.mod-default span.module-3 {
				padding: 0px 0px 0px 15px;
				height: 30px;
				background: url('module_default_header_r.png') no-repeat 100% 100%;
}

div.mod-default h3.moduleh3 span.color {
	color: #646464;
}

/* default with badge new */
div.mod-default div.badge-new, div.mod-color div.badge-new,
div.mod-black div.badge-new {
				position: absolute;
				top: 0px;
				right: 0px;
				width: 39px;
				height: 39px;
				background: url('module_default_badge_new.png');
}
div.mod-default div.badge-newl, div.mod-color div.badge-newl,
div.mod-black div.badge-newl {
				position: absolute;
				left: 0px;
				width: 39px;
				height: 39px;
				background: url('module_default_badge_new.png');
}

/* default with badge top */
div.mod-default div.badge-top, div.mod-color div.badge-top, div.mod-black div.badge-top{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	height: 39px;
	background: url('module_default_badge_top.png');

	
}

/* default with badge pick */
div.mod-default div.badge-pick {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	height: 39px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/demo/jul08/templates/yoo_evolution/css/../images/module_default_badge_pick.png', sizingMethod='scale'); background: none;
}

/* grey */
div.mod-default div.grey { background: url('module_grey_br.png') no-repeat 100% 100%;
}
div.mod-default div.grey div.module-2 { background: url('module_grey_tr.png') no-repeat 100% 0;
}
div.mod-default div.grey div.module-3 { background: url('module_grey_bl.png') no-repeat 0 100%;
}
div.mod-default div.grey div.module-4 { background: url('module_grey_tl.png') no-repeat 0 0; 
min-height: 0px; }

/* menu */
div.mod-menu div.module-4 {
	padding: 10px 1px 10px 1px;
}

div.mod-menu h3.moduleh3 {
	margin: -10px -1px 0px -1px;
}

/*
 * module: black
 */
div.mod-black div.module {
				background: url('module_black_br.png') no-repeat 100%
100%;
				position: relative;
}

div.mod-black div.module-2 {
				background: url('module_black_tr.png') no-repeat 100%
0;
}

div.mod-black div.module-3 {
				background: url('module_black_bl.png') no-repeat 0
100%;
}

div.mod-black div.module-4 {
				min-height: 70px;
				padding: 10px 15px 10px 15px;
				background: url('module_black_tl.png') no-repeat 0
0;
				overflow: hidden;
				color: #969696;
}

div.mod-black div.module-5 {
	padding-bottom: 5px;
}

div.mod-black h3.moduleh3 {
				margin: -10px -15px 5px -15px;
				background: url('module_black_header_m.png') repeat-x 0
100%;
				line-height: 30px;
}

div.mod-black span.module-2 {
				background: url('module_black_header_l.png') no-repeat 0
100%;
}

div.mod-black span.module-3 {
				padding: 0px 0px 0px 15px;
				height: 30px;
				background: url('module_black_header_r.png') no-repeat 100%
100%;
}

div.mod-black h3.moduleh3 span.color {
	color: #646464;
}

/*
 * module: color
 */
 
/* orange */
div.mod-color div.module {
				background: url('module_orange_br.png') no-repeat 100%
100%;
				position: relative;
}

div.mod-color div.module-2 {
				background: url('module_orange_tr.png') no-repeat 100%
0;
}

div.mod-color div.module-3 {
				background: url('module_orange_bl.png') no-repeat 0
100%;
}

div.mod-color div.module-4 {
				padding: 10px 15px 10px 15px;
				background: url('module_orange_tl.png') no-repeat 0
0;
				overflow: hidden;
				color: #ffffff;
}

div.mod-color h3.moduleh3 {
	margin: -10px -15px 5px -15px;
	padding: 0px 10px 0px 10px;
	text-indent: 5px;
	line-height: 30px;
	font-weight: bold;
	color: #ffffff;
}

div.mod-color span.module-2 {
	height: 30px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/demo/jul08/templates/yoo_evolution/css/../images/module_color_header.png', sizingMethod='scale'); background: none;
}

div.mod-color h3.moduleh3 span.color {
	color: #ffffff;
}

/* blue */
div.mod-color div.blue {
				background: url('module_blue_br.png') no-repeat 100% 100%;
}
div.mod-color div.blue div.module-2 {
				background: url('module_blue_tr.png') no-repeat 100%
0;
}
div.mod-color div.blue div.module-3 {
				background: url('module_blue_bl.png') no-repeat 0 100%;
				height: auto;
}
div.mod-color div.blue div.module-4 {
				background: url('module_blue_tl.png') no-repeat 0 0;
}

/* green */
div.mod-color div.green {
				background: url('module_green_br.png') no-repeat 100%
100%;
}
div.mod-color div.green div.module-2 {
				background: url('module_green_tr.png') no-repeat 100%
0;
}
div.mod-color div.green div.module-3 {
				background: url('module_green_bl.png') no-repeat 0
100%;
}
div.mod-color div.green div.module-4 {
				background: url('module_green_tl.png') no-repeat 0
0;
}


div.mod-color a.readon, div.mod-color a.readmore {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/demo/jul08/templates/yoo_evolution/css/../images/readmore_black.png', sizingMethod='crop'); background: none;
}

#page div.mod-color a.readon:link,
#page div.mod-color a.readon:visited,
#page div.mod-color a.readmore:link,
#page div.mod-color a.readmore:visited {
	color: #ffffff;
}

#page div.mod-color a.readon:hover,
#page div.mod-color a.readmore:hover {
	background: url('images/readmore_black.png') no-repeat 0 -20px;
	color: #ffffff;
}

/*
 * module: tab
 */
div.mod-tab div.module {
	padding: 15px 0px 0px 0px;

}

div.mod-tab div.module-2 {
				background: url('module_tab_l.png') repeat-y 0
0;
}

div.mod-tab div.module-3 {
				background: url('module_tab_t.png') repeat-x 0
0;
}

div.mod-tab div.module-4 {
				background: url('module_tab_tr.png') no-repeat 100%
0;
}

div.mod-tab div.module-5 {
				min-height: 60px;
				padding: 18px 15px 10px 15px;
				background: url('module_tab_bl.png') no-repeat 0
100%;
				position: relative;
}

div.mod-tab div.header-container-1 {
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	position: absolute;
	top: -15px;
	left: 0px;
}

div.mod-tab div.header-container-2 {
	padding: 0px 20px 0px 15px;
	float: left;
	position: relative;
}

div.mod-tab h3.moduleh3 {
				height: 30px;
				background: url('module_tab_header_m.png') repeat-x 0
0;
				line-height: 30px;
}

div.mod-tab div.header-l {
				position: absolute;
				top: 0px;
				left: 0px;
				width: 15px;
				height: 30px;
				background: url('module_tab_header_l.png');
}

div.mod-tab div.header-r {
				position: absolute;
				top: 0px;
				right: 0px;
				width: 20px;
				height: 30px;
				background: url('module_tab_header_r.png');
}

div.mod-tab h3.moduleh3 span.color {
	color: #646464;
}
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * YOOsearch
 =======================================***********************************

div#yoo-search {
	width: 120px;
	height: 18px;
	padding: 0px;
	background: url('images/search_bg.png') no-repeat 0 0;
}

div#yoo-search input {
	width: 93px;  
	 
	height: 14px;  
	 
	padding: 2px 2px 2px 7px;
	 
	border: none;
	outline: none;
	background: none;
	float: left;
	color: #646464;
	font-size: 75%;
}

div#yoo-search button {
	border-style: none;
				border-color: inherit;
				border-width: medium;
				width: 18px;
					height: 18px;
					padding: 0px;
	background: url('images/search_button.png') no-repeat 0 0;
					cursor: pointer;
					text-indent: 100px;
					line-height: 0px;
}

div#yoo-search:hover, div#yoo-search div.sfhover  {
	background: url('images/search_bg.png') no-repeat 0 -18px;
}

div#yoo-search:hover input, div#yoo-search input.sfhover {
	color: #000000;
}

div#yoo-search input:focus, div#yoo-search input.sffocus {
	color: #000000;
}

/*
 * Joomla!
 *************************************************

 
.contentheading,
.componentheading {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 250%;
	line-height: 100%;
	font-weight: bold;
	color: #64696e;
}
*/
body.green .contentheading, body.green .componentheading { color: #6ea028; }
body.pink .contentheading, body.pink .componentheading { color: #8c3caa; }
body.orange .contentheading, body.orange .componentheading { color: #f04600; }
body.blue .contentheading, body.blue .componentheading { color: #5087d7; }

/*================================
-------------------------------- 
#overDiv {
	line-height: 100%;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

 
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	color: #323232;
}

.tool-title {
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url('../system/images/selector-arrow.png') no-repeat;
				margin-left: 0;
				margin-right: 0;
				margin-bottom: 0;
				padding-left: 0;
				padding-right: 0;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

 
.contentpane {
  margin: 0;
  padding: 0;
  width: auto;
}

 
.contentpaneopen {
  margin: 0;
  padding: 0;
  width: auto;
}

 
.contentdescription {
}

 
.article_separator {
	display: block;
	height: 50px;
	background: url('images/article_separator.png') no-repeat 50% 50%;
}

a.readon, a.readmore {
	margin: 10px 0px 0px 0px;
	width: 100px;
	height: 20px;
	background: none;
	display: block;
	float: left;
	line-height: 20px;
	text-indent: 10px;
	font-size: 90%;
}

#page a.readon:link, #page a.readon:visited, #page a.readmore:link, #page a.readmore:visited {
				background: url('readmore.png');
				color: #ffffff;
				text-decoration: none;
}

#page a.readon:hover, #page a.readmore:hover {
	background: url('images/readmore.png') no-repeat 0 -20px;
	color: #ffffff;
	text-decoration: none;
}

 
.small {
	font-size: 95%;
	font-style: italic;
	color: #969696;
}

 
.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 95%;
	font-weight: bold;
	color: #646464;
}

 
.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 95%;
	color: #646464;
}

 
.buttonheading {
}

.buttonheading img {
	margin-right: 2px;
}

 
div.mosimage {
	margin: 5px;
}

div.mosimage_caption {
	font-size: 95%;
}

 
.button {
	font-size: 95%;
}

.inputbox {
}

 
.sectiontableheader {
	padding: 5px 5px 5px 5px;
	background: #ebebeb;
	border-bottom: 1px solid #b4b4b4;
	font-weight : bold;
}

 
tr.sectiontableentry1 td {
	padding: 5px 5px 5px 5px;
	background: #fafafa;
	border-bottom: 1px solid #dcdcdc;
}

 
tr.sectiontableentry2 td {
	padding: 5px 5px 5px 5px;
	background: #f0f0f0;
	border-bottom: 1px solid #dcdcdc;
}

 
td.sectiontableentry1 {
	padding: 5px 5px 5px 5px;
	background: #fafafa;
	border-bottom: 1px solid #dcdcdc;
}

 
td.sectiontableentry2 {
	padding: 5px 5px 5px 5px;
	background: #f0f0f0;
	border-bottom: 1px solid #dcdcdc;
}

 
.poll {
}

.poll input.button {
	margin: 10px 0px 0px 0px;
}

/*
 * Joomla! system CSS file: system.css
 **************************************************
 
/* OpenID icon style ***************************************
input.system-openid {
   background: url(http://openid.net/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}


/* Unpublished ********************************************
.system-unpublished {
background: #e8edf1;
border-top: 4px solid #c4d3df;
border-bottom: 4px solid #c4d3df;
}

/* System Messages *****************************
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; padding: 0;}
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages *********************************
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages *************************************
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages *****************************************
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

/* Debug **********************************
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}

/*
 * Joomla! system CSS file: general.css
 */
 
 /* Form validation *******************************
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons ******************************************
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url('../system/images/j_button2_left.png') no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url('../system/images/j_button2_right.png') no-repeat 100% 0;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url('../system/images/j_button2_image.png') no-repeat 100% 0;
}

.button2-left .readmore {
	background: url('../system/images/j_button2_readmore.png') no-repeat 100% 0;
}

.button2-left .pagebreak {
	background: url('../system/images/j_button2_pagebreak.png') no-repeat 100% 0;
}

/* Tooltips ***************************************************
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

div.tooltip h4 {
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url('../system/images/selector-arrow.png') no-repeat;
				margin-left: 0;
				margin-right: 0;
				margin-bottom: 0;
				padding-left: 0;
				padding-right: 0;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes **********************************
.img_caption .left {
	float: left;
	margin-right: 1em;
}

.img_caption .right {
	float: right;
	margin-left: 1em;
}

.img_caption .left p {
	clear: left;
	text-align: center;
}

.img_caption .right p {
	clear: right;
	text-align: center;
}

/* Calendar *(*****************************************
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url('../system/images/calendar.png') no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * YOOsearch
 ***************************************************

div.default div.yoo-search div.searchbox {
	margin: 0px;
}

#page div.default div.yoo-search div.resultbox {
	position: absolute;
	right: -5px;
	top: 23px;
	z-index: 20;
}

/*
 * YOOgallery module
 *****************************************
 
div.module div.yoo-gallery {
	margin: 25px auto 25px auto;
	width: 490px;
}

div.module div.default div.yoo-gallery div.thumbnail-bg {
	border: 1px solid #464646;
	background: #141414;
}


/*
 * YOOlogin
 **********************************************/

 
/* quick ********************************************
#headerbar span.quick span.yoo-login { 
	margin-top: 10px;
}

#headerbar span.quick span.yoo-login span.login {
	width: 231px;
}

#headerbar span.quick span.yoo-login span.login span.login-button-text,
#headerbar span.quick span.yoo-login span.login span.login-button-icon {
	margin-right: 0px;
}

#headerbar span.quick span.yoo-login span.login span.lostpassword, 
#headerbar span.quick span.yoo-login span.login span.lostusername,
#headerbar span.quick span.yoo-login span.login span.registration {
	margin-top: 5px;
}

#headerbar span.quick span.yoo-login span.logout {
	margin-top: 20px;
	overflow: visible;
}

#headerbar span.quick span.yoo-login span.logout span.logout-button-text,
#headerbar span.quick span.yoo-login span.logout span.logout-button-icon {
	margin-right: 0px;
}

/* nifty quick *********************************************
#headerbar span.niftyquick span.yoo-login { 
	margin-top: 10px;
}

#headerbar span.niftyquick span.yoo-login span.login {
	width: 268px;
}

#headerbar span.niftyquick span.yoo-login span.login span.login-button {
	margin-right: 0px;
}

#headerbar span.niftyquick span.yoo-login span.login span.lostpassword, 
#headerbar span.niftyquick span.yoo-login span.login span.lostusername,
#headerbar span.niftyquick span.yoo-login span.login span.registration {
	margin-top: 5px;
}

#headerbar span.niftyquick span.yoo-login span.logout {
	margin-top: 20px;
	overflow: visible;
}

#headerbar span.niftyquick span.yoo-login span.logout span.logout-button {
	margin-right: 0px;
}

/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

 

 
/* clearing & floating */
/* http://www.positioniseverything.net/easyclearing.html */
/* http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/#comment28 ****************************
.clearfix { display: inline-block }  
.clearfix { display: block }         
* html .clearfix { height: 1% }      

 
* html .floatbox { width:100% }

 
.ie_fix_floats { 
	width: 100%;
	padding: 0 1px 0 1px;   
	margin: 0 -1px 0 -1px;  
	overflow: hidden;
}

 
html { height: auto; margin-bottom:0; }

 
body { position:relative }           
* html body { position:static }      
#middle { position: relative }       

 
/* Peekaboo Bug  */
/* http://www.positioniseverything.net/explorer/peekaboo.html */
/* * html #left { position:relative } */  
/* * html #right { position:relative } */  
/* * html #main { position:relative } */

 
/* Escaping Floats Bug, force hasLayout */
/* http://www.positioniseverything.net/explorer/escape-floats.html *************************
body { height: 1% }
div.wrapper, #header, #top, #middle, #bottom { zoom:1 }          
div.wrapper { height: 1% }                                       

 
/* Doubled Float Margins */
/* http://www.positioniseverything.net/explorer/doubled-margin.html ***********************
* html #left { display: inline }
* html #right { display: inline }

* html .float-left { display:inline; }
* html .float-right { display:inline; }

 
/* Italics bugs in IE 5.x and IE 6 */
/* http://www.positioniseverything.net/explorer/italicbug-ie.html ***********************
* html #left_container { overflow: visible; }
* html #right_container { overflow: visible; }
* html #main_container { overflow: visible; }
* html i, * html em { overflow: visible; display:inline-block; }

 
/* Expanding Box Problem */
/* http://www.positioniseverything.net/explorer/expandingboxbug.html *************************
* html #left_container { word-wrap: break-word; }
* html #right_container { word-wrap: break-word; }
* html #main_container { word-wrap: break-word; }

 
 
 



 
/* Italics bugs in IE 5.x and IE 6 */
/* http://www.positioniseverything.net/explorer/italicbug-ie.html *******************
* html textarea { overflow:scroll; overflow-x: hidden; }
* html input { overflow: hidden; }

 
/* IE/Win Guillotine Bug */
/* http://www.positioniseverything.net/explorer/guillotine.html ***********************/
/* http://www.thestyleworks.de/tut-art/ie7.shtml ************************************
* html body a, * html body a:hover { background-color: transparent; }

 
/* List-Numbering Bug *****************************************
body ol li { display:list-item; }/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * layout
 */
 
/* layout ******************************************
div#date {
	line-height: 160%;
}
 
div#styleswitcher a {
	cursor: pointer;  
}

div#banner {
	right: -130px;
	width: 120px;
}

div#menubar {
	zoom: 1;  
}

div#menubar div.menubar-m {
	overflow: hidden;
}

div#menubar div.menubar-l {
	overflow: hidden;
}

div#menubar div.menubar-r {
	overflow: hidden;
}

div#wrapper div.wrapper-container-t {
	zoom: 1;  
}

div#wrapper div.wrapper-t {
	overflow: hidden;
}

div#wrapper div.wrapper-tl {
	overflow: hidden;
}

div#wrapper div.wrapper-tr {
	overflow: hidden;
}

div#wrapper div.wrapper-br {
	zoom: 1;
}

div#middle .background {
	 
	height: 400px;  
}

div#footer {
	zoom: 1;  
}

/*
 * menus
 *******************************************************
 
div#menu {
	background: url('images/menu_sep_black_ie6.png') no-repeat 0 0;
}
 
div#menu ul.menu {
	background: url('images/menu_sep_white_ie6.png') no-repeat 100% 0;
}

div#menu li.level1 {
	background: url('images/menu_sep_white_ie6.png') no-repeat 0 0;
}

div#menu a.level1, div#menu span.level1 {
	background: url('images/menu_sep_black_ie6.png') no-repeat 100% 0;
}

div#menu li.sfhover a.current {
	color: #aa1428;
}

div#menu li.fancy {
	width: 0px;
}

div#menu ul.menu ul {
	background: url('images/menu_dropdown_bg_ie6.png') no-repeat 0 100%;
}

/*
 * modules
 ********************************************************

 
#toolbar div.module {
	width: 0px;
}

#headerbar div.module {
	width: 0px;
}

/* blank */
div.module div.blank {
	zoom: 1;  
}

/* default */
div.mod-default div.module-4 {
	height: auto;
	overflow: visible;
}



/* grey */
div.mod-grey div.grey div.module-4 {
	height: 0px;
}

/* black */
div.mod-black div.module-4 {
	height: 70px;
	overflow: visible;
}

/* color */
div.mod-color div.module-4 {
				height: auto;
				overflow: visible;
}

/* tab */
div.mod-tab div.module-5 {
	height: 60px;
	overflow: visible;
}

div.mod-tab div.header-container-1 {
	width: 0px;
	white-space: nowrap;
	overflow: visible;
}

div.mod-tab div.header-container-2 {
	zoom: 1;  
}

div.mod-tab h3.moduleh3 {
	overflow: hidden;
}

div.mod-tab div.header-l {
	overflow: hidden;
}

div.mod-tab div.header-r {
	overflow: hidden;
}

/*
 * joomla
 **************************************************
 
div#yoo-search input {
	width: 88px;
}


/* link fix for transparent background image ***************************
a.readmore, a.readon {
	cursor: pointer;
}

/*
 * typography
 ******************************************
 
ol.disc {
	padding: 0px 0px 0px 32px;
}

ul.arrow li { background: url('images/list_arrow_ie6.png') no-repeat 0 0;
}
ul.arrow-big li { background: url('images/list_arrow_big_ie6.png') no-repeat 0 0;
}
ul.checkbox li { background: url('images/list_checkbox_ie6.png') no-repeat 0 0;
}
ul.checkbox-big li { background: url('images/list_checkbox_big_ie6.png') no-repeat 0 0;
}
ul.check li { background: url('images/list_check_ie6.png') no-repeat 0 0;
}
ul.check-big li { background: url('images/list_check_big_ie6.png') no-repeat 0 0;
}
ul.star li { background: url('images/list_star_ie6.png') no-repeat 0 0;
}
ul.star-big li { background: url('images/list_star_big_ie6.png') no-repeat 0 0;
}
ul.plus li { background: url('images/list_plus_ie6.png') no-repeat 0 0;
}
ul.plus-big li { background: url('images/list_plus_big_ie6.png') no-repeat 0 0;
}

ol.disc {
	background: url('images/list_disc_ie6.png') repeat-y 0 0;
}

ol.disc-big {
	background: url('images/list_disc_big_ie6.png') repeat-y 0 0;
}

blockquote.quotation {
	background: url('images/blockquote_start_ie6.png') no-repeat 0 0;
}

blockquote.quotation p {
	background: url('images/blockquote_end_ie6.png') no-repeat 100% 100%;
}

blockquote.quotation-big {
	background: url('images/blockquote_big_start_ie6.png') no-repeat 0 0;
}

blockquote.quotation-big p {
	background: url('images/blockquote_big_end_ie6.png') no-repeat 100% 100%;
}

/*
 * extensions
 */
 /*
 * module: note
 */
div#top .topbox {
	margin-top: 15px;
}


div.mod-note div.box-t1 {
	padding: 0px 5px 0px 0px;
	background: url(module_note_tr.png) 100% 0 no-repeat;
}

div.mod-note div.box-t2 {
				height: 23px;
				background: url(module_note_t.png) 0 0 repeat-x;
}

div.mod-note div.box-1 {
	padding: 0px 5px 0px 0px;
	background: url(module_note_r.png) 100% 0 repeat-y;
}

div.mod-note div.box-2 {
	padding: 5px 15px 10px 15px;
	background: url(module_note_bg.png) 0 0 repeat;
	overflow: hidden;
}

div.mod-note div.box-b1 {
	background: url(module_note_bl.png) 0 0 no-repeat;
}

div.mod-note div.box-b2 {
	padding: 0px 5px 0px 6px;
	background: url(module_note_br.png) 100% 0 no-repeat;
}

div.mod-note div.box-b3 {
	height: 5px;
	background: url(module_note_b.png) 0 0 repeat-x;
}

div.mod-note h3.header {
	margin: 0px 0px 5px 0px;
	font-size: 150%;
	letter-spacing: -1px;
	color: #323232;
}

div.mod-note div.badge-new,
div.mod-note div.badge-top,
div.mod-note div.badge-pick {
	right: 4px;	
}


 
 
/*
 * module: bubble Шаблон nov08 end */
 div.mod-note div.badge-magnetblack { top: -20px; }
div.mod-note div.badge-magnetblack2 { top: -17px; }
div.mod-note div.badge-magnetwhite { top: -14px; }
div.mod-note div.badge-magnetwhite2 { top: -8px; }
div.mod-note div.badge-magnetorange { top: -5px; }
div.mod-note div.badge-magnetsmiley { top: -11px; }
div.mod-note div.badge-pin { top: -5px; }

/* polaroid2 */
div.mod-polaroid2 div.box-t1,
div.mod-polaroid2 div.box-3 {
	zoom: 1;
}

div.mod-polaroid2 div.badge-tape {
	top: 0px;
}

div.mod-polaroid2 div.box-t2,
div.mod-polaroid2 div.box-b3 {
	overflow: hidden;
}

div.mod-polaroid2 div.box-4 {
	font-style: normal;  
}

div.mod-polaroid2 div.badge-new { top: 13px; }
div.mod-polaroid2 div.badge-top { top: 13px; }
div.mod-polaroid2 div.badge-pick { top: 13px; }

/* tile */
div.mod-tile div.box-t2,
div.mod-tile div.box-2,
div.mod-tile div.box-b2 {
	zoom: 1;
}

div.mod-tile div.box-t3,
div.mod-tile div.box-b3  {
	overflow: hidden;
}
/* header span's */
div.module span.header-2,
div.module span.header-3 {
	display: block;
}
/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/*
 * module headers
 */

/* reset header for all modules */
div.module h3.header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 120%;
	color: #646464;
	font-weight: normal;
}



/*
 * badge styling for all modules
 div.module {
	position: relative;
}

 */
 
 
 /*
div.module div.badge-new {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	height: 39px;
	background: url(module_badge_new.png) 0 0 no-repeat;
	z-index: 1;
}

div.module div.badge-top {
				position: absolute;
				top: 0px;
				right: 0px;
				width: 39px;
				height: 39px;
				background: url(module_badge_top.png) 0 0 no-repeat;
				z-index: 10000;
} 



div.module div.badge-pick {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	height: 39px;
	background: url(module_badge_pick.png) 0 0 no-repeat;
	z-index: 1;
}*/

div.module div.badge-magnetblack {
	position: absolute;
	top: -30px;
	right: 60px;
	width: 60px;
	height: 60px;
	background: url(module_badge_magnetblack.png) 0 0 no-repeat;
	z-index: 1;
}

div.module div.badge-magnetblack2 {
				position: absolute;
				top: -27px;
				right: 50px;
				width: 60px;
				height: 60px;
				background: url(module_badge_magnetblack2.png) 0 0 no-repeat;
				z-index: 1000;
}

div.module div.badge-magnetwhite {
	position: absolute;
	top: -24px;
	right: 40px;
	width: 60px;
	height: 60px;
	background: url(module_badge_magnetwhite.png) 0 0 no-repeat;
	z-index: 1000;
}

div.module div.badge-magnetwhite2 {
				position: absolute;
				top: -18px;
				right: 30px;
				width: 60px;
				height: 60px;
				background: url(module_badge_magnetwhite2.png) 0 0 no-repeat;
				z-index: 1000;
}

div.module div.badge-magnetorange {
				position: absolute;
				top: -20px;
				right: 20px;
				width: 60px;
				height: 60px;
				background: url(module_badge_magnetorange.png) 0 0 no-repeat;
				z-index: 1000;
}

div.module div.badge-magnetsmiley {
				position: absolute;
				top: -23px;
				right: 10px;
				width: 60px;
				height: 60px;
				background: url(module_badge_magnetsmiley.png) 0 0 no-repeat;
				z-index: 1000;
}
/*
div.module div.badge-pin {
	position: absolute;
	top: -15px;
	left: 50%;
	width: 44px;
	height: 55px;
	margin-left: -22px;
	background: url(module_badge_pin.png) 0 0 no-repeat;
	z-index: 1;
}

/*
 * module: blank
 */
 
div.mod-blank div.module {
	overflow: hidden;
}

div.mod-blank h3.moduleh3 {
	height: 20px;
	line-height: 20px;
}




div.mod-bubble div.module {
	background: url(module_bubble_br.png) 100% 100% no-repeat;
}

div.mod-bubble div.module-2 {
	background: url(module_bubble_tr.png) 100% 0 no-repeat;
}

div.mod-bubble div.module-3 {
	background: url(module_bubble_bl.png) 0 100% no-repeat;
}

div.mod-bubble div.module-4 {
	min-height: 80px;
	 
	background: url(module_bubble_tl.png) 0 0 no-repeat;
}

div.mod-bubble div.module-5 {
	padding: 15px 15px 30px 15px;
	overflow: hidden;
}

div.mod-bubble h3.moduleh3 {
	margin-bottom: 5px;
	line-height: 20px;
	font-size: 140%;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}



/*
 * module: bubble Шаблон nov08 end 
 */





