/* Copyright (C) 2009 - 2011 Yadyra.ru */

/*
 * 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: 10px 0px 15px 0px; }

/* 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 0 .1em .4em; }
form div { margin: .8em 0 .8em 0; }
button, input[type='button'], input[type='submit'] { 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: 15px 0px 15px 0px;
	display: block;
	background: #c8c8c8;
	height: 1px;
	border: none;
}

/* blockquotes */
blockquote {
	margin: 10px 0 10px 15px;
	padding: 0px 0px 0px 0px;
	font-style: italic;
	font-size: 130%
}

blockquote:first-letter {
	font-size: 150%
}

/* preformatted text elements */
pre {
	margin: 10px 0 10px 0px;
	padding: 5px 0 5px 10px;
	border: 1px dotted #aab4be;
	border-left: 20px solid #b4b4b4;
	background: #fafafa;
	font-size: 90%;
	color: #2E8B57;
	font-family: "Courier New", Courier, monospace;
	/* 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;
	font-variant: small-caps;
	text-transform: lowercase;
}

/*
 * 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;
}
*//* Copyright (C) 2009 - 2011 Yadyra.ru */

/*
 * Page
 */
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
}

body.yoopage {
	background: url(../images/page_bg.jpg) 50% 0 repeat;
}

/* center page */
div.wrapper {
	margin: auto; 
}

/*
 * Layout
 */

div#absolute {
	position: absolute;
	z-index: 15;
	top: 0px;
	left: 0px;
	width: 100%;
}

div#page-header {
	background: url(../images/page_header_bg.jpg) 50% 0 repeat;
}

div#page-header div.page-header-t {
	/*background: url(../images/page_header_t.png) 50% 0 repeat-x;*/
}

div#page-header div.page-header-b {
	background: url(../images/page_header_b.png) 50% 100% repeat-x;
}

div#header {
	width: auto;  
	height: 230px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 10;
	clear: both;  
}

div#toolbar {
	width: auto;  
	height: 25px;
	padding: 0px 0px 0px 0px;
	clear: both;  
	overflow: hidden;
	font-size: 85%;
	line-height: 250%;
}

div#date {
	margin: 0px 10px 0px 0px;
	float: left;
	color: #ffffff;
}

div#topmenu {
	margin: 0px 10px 0px 0px;
	float: left;
}

div#headerbar {
	width: auto;  
	height: 155px;
	padding: 0px 0px 0px 600px;
	clear: both;  
	overflow: hidden;
}

div#menu {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 45px;
	padding-top: 6px;
	z-index: 11;
	font-family: Georgia, "Times New Roman", Times, serif;
}


div#search {
	position: absolute;
	bottom: -64px;
	right: 0px;
	width: 143px;  
	height: 46px;
	padding: 18px 0px 0px 19px;
	background: url(../images/searchbox_bg.png) 0 0 no-repeat;
}

div#banner {
	position: absolute;
	top: 250px;
	right: -15px;
	width: 0px;
	z-index: 3;
}

div#page-body {
	padding-top: 50px;
	background: url(../images/page_body_t.png) 50% 0 repeat-x;
}

div#top {
	width: auto;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;  
}

div#top .topbox {
	margin-top: 15px;
}

div#middle {
	width: auto;  
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	clear: both;  
}

div#middle .background {
	min-height: 200px;
	 
	 
	 
	 
}

 
div#middle .background {
	background: none;
}

div#breadcrumbs {
	margin: 0px 0px 0px 0px;
	height: 30px;
	overflow: hidden;
	font-family: "Courier New", Courier, monospace;
}

div#breadcrumbs a, div#breadcrumbs span {
	display: block;
	height: 30px;
	padding: 0px 15px 0px 10px;
	background: url(../images/breadcrumb_item.png) 100% 100% no-repeat;
	float: left;
	line-height: 25px;
}

div#breadcrumbs a {
	text-decoration: underline;
}

 
.left div#middle .background {
	background: none;
}

 
.right div#middle .background {
	background: none;
}

div#left {
	width: 250px;  
	 
}

.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 265px;  
}

 
.right div#main {
	margin: 0px 265px 0px 0px;  
}

div#main div.main-tr {
	padding: 0px 100px 0px 0px;
	background: url(../images/main_tr.png) 100% 0 no-repeat;
}

div#main div.main-t {
	padding: 0px 0px 0px 100px;
	background: #ffffff;
}

div#main div.main-pin {
	height: 35px;
	background: url(../images/main_pin.png) 50% 0 no-repeat;
}

div#main div.main-r {
	padding: 0px 10px 0px 0px;
	background: url(../images/main_r.png) 100% 0 repeat-y;
}

div#main div.main-m {
	padding: 0px 20px 20px 20px;
	background: #ffffff;
}

div#main div.main-bl {
	background: url(../images/main_bl.png) 0 0 no-repeat;
}

div#main div.main-br {
	padding: 0px 100px 0px 100px;
	background: url(../images/main_br.png) 100% 0 no-repeat;
}

div#main div.main-b {
	height: 15px;
	background: url(../images/main_b.png) 0 0 repeat-x;
}

body.blog div#main div.main-tr { display: none; }
body.blog div#main div.main-r { background: none; padding: 0px; }
body.blog div#main div.main-m { background: none; padding: 0px; }
body.blog div#main div.main-bl { display: none; }

div#maintop {
	padding: 0px 0px 15px 0px;
}

div#mainmiddle {
	margin: 0px 0px 15px 0px;
	 
	 
}

.showright div#mainmiddle {  
	background: url(../images/right_bg.png) 100% 0 repeat-y;
}

body.blog 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 210px 0px 0px;  
}

div#contenttop {
	margin: 0px 0px 15px 0px;
}

div#contentbottom {
	margin: 15px 0px 0px 0px;
}

div#mainbottom {
	padding: 0px 0px 0px 0px;
}

div#bottom {
	width: auto;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	clear: both;  
}

div#bottom .bottomblock {
	margin-top: 15px;
	margin-bottom: -15px;
}

div#footer {
	width: auto;  
	min-height: 50px;
	 
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	clear: both;  
	text-align: center;
	color: #000000;
}

div#footer div.footer-bg {
	display: inline;
	background: #ffffff;
}

div#footer a:link, div#footer a:visited {
	color: #000000;
}

div#footer a:hover {
	color: #000000;
}

div#footer a.anchor {
	margin: 0px 0px 0px 0px;
	width: 30px;
	height: 5px;
	background: url(../images/footer_anchor.png) 0 0 no-repeat;
	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; }
.float-right { float: right; }

.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%; }
.fb_message_informMarkUp{ display: none; }

.moremore {display:none;}
.description .moremore {display:block;}
.cash{
float:left;
padding-right:20px;
padding-bottom:20px;}div.wrapper { width: 920px; }/* Copyright (C) 2009 - 2011 Yadyra.ru */

/*
 * headings
 */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,Helvetica,sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif
}

h1 {
	font-weight: normal;
	color: #d25028;
}

#page h1 a {
	color: #d25028;
	text-decoration: none;
}

h2 {
	font-weight: normal;
	color: #8C9196;
}

h3 {
	font-weight: normal;
	color: #50555A;
}

h4 {
	font-weight: normal;
	color: #d25028;
}

h5 {
	font-weight: normal;
	color: #6E7378;
}

h6 {
	font-weight: normal;
	color: #d25028;
}

/*
 * anchor
 */

a:link, a:visited {
	color: #d25028;
}

a:hover {
	color: #ff0000;
}

a.icon-folder {
        padding-left: 17px;
        background: url(../images/typography/icon_folder.png) 0 40% no-repeat;
}

a.icon-file {
        padding-left: 17px;
        background: url(../images/typography/icon_file.png) 0 40% no-repeat;
}

a.icon-download {
        padding-left: 17px;
        background: url(../images/typography/icon_download.png) 0 40% no-repeat;
}

a.icon-external {
        padding-left: 17px;
        background: url(../images/typography/icon_external.png) 0 40% no-repeat;
}

a.icon-pdf {
        padding-left: 17px;
        background: url(../images/pdf_button.png) 0 40% no-repeat;
}

/*
 * emphasis
 */

em.box { 
	padding: 0px 4px 0px 4px;
	background: #e6e9eb;
	border-bottom: 1px dotted #646464;
	font-style: normal;
}

/*
 * unsorted lists
 */

ul.arrow,
ul.checkbox,
ul.check,
ul.star {
	margin: 10px 0px 10px 0px;
	padding-left: 20px;
	list-style: none;
}

ul.arrow li,
ul.checkbox li,
ul.check li,
ul.star li {
	margin: 5px 0px 5px 0px;
	padding-left: 35px;
	font-weight: bold;
	line-height: 26px;  
}

ul.arrow li { background: url(../images/typography/list_arrow.png) 0 0 no-repeat; }
ul.checkbox li { background: url(../images/typography/list_checkbox.png) 0 0 no-repeat; }
ul.check li { background: url(../images/typography/list_check.png) 0 0 no-repeat; }
ul.star li { background: url(../images/typography/list_star.png) 0 0 no-repeat; }


/*
 * ordered lists
 */

ol.disc {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 45px;
	background: url(../images/typography/list_disc.png) 20px 0px repeat-y;
}

ol.disc li {
	margin: 5px 0px 5px 0px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 26px;  
}

/*
 * horizontal rule
 */
 
hr.dotted {
	margin: 15px 0px 15px 0px;
	display: block;
	background: url(../images/typography/line_dotted.png) 0 0 repeat-x;
	height: 1px;
	border: none;
}

/*
 * highlighted div and span tags
 */

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: 8px 10px 8px 35px;
}

div.info, span.info {
	background: #f4f5f6 url(../images/typography/box_info.png) 3px 5px no-repeat;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
}

div.alert, span.alert {
	background: #fff5eb url(../images/typography/box_alert.png) 3px 5px no-repeat;
	border-top: 1px dotted #ffb4a0;
	border-bottom: 1px dotted #ffb4a0;
}

div.download, span.download {
	background: #f5faeb url(../images/typography/box_download.png) 3px 5px no-repeat;
	border-top: 1px dotted #78be5a;
	border-bottom: 1px dotted #78be5a;
}

div.tip, span.tip {
	
}

/*
 * p tag with dropcaps
 */
 
p.dropcap:first-letter {
	display: block;
	margin: 7px 4px 0px 0px;
	float: left;
	font-size: 280%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*
 * blockquotes
 */

q.blockquote {
	display: block;
}

q.blockquote {
	margin: 10px 0px 10px 15px;
	padding: 0px 0px 0px 0px;
	font-style: italic;
	font-size: 130%
}

q.blockquote:before,
q.blockquote:after {
  content: "";
}

blockquote:first-letter,
q.blockquote:first-letter,
blockquote.quotation p:first-letter {
	font-size: 150%
}

blockquote.quotation {
	margin: 10px 0px 10px 0px;
	padding: 10px 35px 10px 35px;
	border: none;
	background: url(../images/typography/blockquote_start.png) 0 0 no-repeat;
	text-align:justify;
}

blockquote.quotation p {
	margin: 0px -35px -10px 0px;
	padding: 0px 35px 10px 0px;
	background: url(../images/typography/blockquote_end.png) 100% 100% no-repeat;
}

/*
 * floating boxes
 */

body .inset-left {
	margin: 15px 15px 10px 0px;
	float: left;
}

body .inset-right {
	margin: 15px 0px 10px 15px;
	float: right;
}/* Copyright (C) 2009 - 2011 Yadyra.ru */

/*
 * 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 {
	display: block;
	height: 25px;
	padding: 0px 10px 0px 10px;
	background: url(../images/topmenu_item_bg.png) 0 8px no-repeat;
	float: left;
	overflow: hidden;  
	text-decoration: none;
}

div#topmenu li.item1 a {
	padding: 0px 10px 0px 0px;
	background: none;
}

div#topmenu a:link, div#topmenu a:visited {
	color: #ffffff;
}

div#topmenu a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/*
 * 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: 45px;
	display: block;
	float: left;
	line-height: 32px;
	text-decoration: none;
	color: #323232;
}

div#menu li span {  
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;  
	background-position: 95% 0px;  
}

div#menu li a.current {  
}

div#menu a:hover,
div#menu span.separator:hover,
div#menu span.sfhover {  
	/* color: #000000; */
}

div#menu a.active, div#menu span.active {  
}

div#menu li.parent span.separator {  
	cursor: pointer;
}

 
div#menu ul.menu {
}

div#menu li.level1 {
	padding: 0px 10px 0px 20px;
	background: url(../images/menu_level1_item_l.png) 0 0 no-repeat;
}

div#menu a.level1, div#menu span.level1 {
	background: url(../images/menu_level1_item_r.png) 100% 0 no-repeat;
	padding: 0px 23px 0px 0px;
	font-size: 180%;
	letter-spacing: -1px;
	line-height: 180%;
}

div#menu li.active a.level1 {   
}

div#menu a.level1 span, div#menu span.level1 span {
}

 
div#menu a.level1 span.title, div#menu span.level1 span.title{
	padding: 0px;
	font-size: 90%;
	line-height: 140%;
}

 
div#menu a.level1 span.sub, div#menu span.level1 span.sub {
	margin-top: -3px;
	padding: 0px 0px 0px 0px;
	background: none;
	font-size: 50%;
	font-weight: normal;
	color: #323232;
	line-height: 10px;
	letter-spacing: 0px;
}

 
div#menu li.fancy {
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 4;
	overflow: hidden;
}

div#menu li.fancy div.fancy-1 {
}

div#menu li.fancy div.fancy-2 {
	padding: 0px 13px 0px 0px;
}

div#menu li.fancy div.fancy-3 {
	height: 52px;
	background: url(../images/menu_fancy_bg.png) 50% 0 no-repeat;
}

 
div#menu ul.menu ul {
	position: absolute;
	top: 45px;
	left: -999em;  
	width: 165px;
	padding: 0px 0px 15px 0px;
	background: url(../images/menu_dropdown_bg.png) 0 100% no-repeat;
}

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.first {
	padding-top: 15px;
   	background: url(../images/menu_level2_item_first.png) 0 0 no-repeat;
}

div#menu li.level1 li a, div#menu li.level1 li span.separator {
	height: 25px;
	padding: 0px;
	margin: 0px 1px 0px 1px;
	background: none;
	float: none;  
	display: block;
	line-height: 25px;
}

div#menu li.level2 a.parent, div#menu li li.level2 span.parent {  
	background: url(../images/menu_level2_item_parent.png) 100% 0 no-repeat;
}

div#menu li.level2 a.active, div#menu li.level2 span.active {  
}

div#menu li.level2 a:hover,
div#menu li.level2 span.separator:hover,
div#menu li.level2 span.sfhover {  
	background: url(../images/menu_level2_item_hover.png) 0 0 no-repeat;
}

div#menu li.level2 a.parent:hover,
div#menu li.level2 span.parent:hover,
div#menu li.level2 span.sfhover {  
	background: url(../images/menu_level2_item_parent_hover.png) 0 0 no-repeat;
}

 

 
div#menu li ul ul {
	margin: -33px 0 0 163px;  
}

div#menu li ul ul ul {
	margin: -45px 0 0 163px;  
}

div#menu li:hover ul ul, div#menu li.sfhover ul ul {
	border-top: none;
}

div#menu li.level2 li.first {
	padding-top: 3px;
	background: none;
}

 
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;
}

div#middle ul.menu li {
	margin: 0px;
	padding: 0px;
	display: block;
}

div#middle ul.menu a, div#middle ul.menu span.separator {
	height: 25px;
	background: url(../images/submenu_l_item.png) 0 0 no-repeat;
	display: block;
	line-height: 25px;
	text-decoration: none;
	color: #323232;
}

div#right ul.menu a, div#right ul.menu span.separator {  
	background: none;
	color: #323232;
}

div#middle ul.menu li span {  
	display: block;
	background-repeat: no-repeat;  
	background-position: 95% 0px;  
}

div#middle ul.menu a.current {  
	font-weight: bold;
}

div#middle ul.menu a:hover,
div#middle ul.menu span.separator:hover,
div#middle ul.menu span.sfhover {  
	/* color: #ff0000; */
}

div#middle ul.menu a.active, div#middle ul.menu span.active {  
	/*color: #ffffff;*/
}

div#middle ul.menu li.parent span.separator {  
	cursor: pointer;
}

div#middle ul.menu a.parent, div#middle ul.menu span.parent {  
	background: url(../images/submenu_l_item_parent.png) 0 0 no-repeat;
}

div#right ul.menu a.parent, div#right ul.menu span.parent {  
	background: url(../images/submenu_r_item_parent.png) 0 0 no-repeat;
}

 
div#middle ul.menu li.level1 {
}

div#middle ul.menu a.level1, div#middle ul.menu span.level1 {
	text-indent: 5px;
}

 
div#middle ul.menu li.level2 {
	background: url(../images/submenu_level2_item.png) 5px 0px no-repeat;
}

div#middle ul.menu a.level2 {
	text-indent: 20px;
}

div#middle ul.menu a.level2 span {
}

 
div#middle ul.menu li.level3 {
	background: url(../images/submenu_level2_item.png) 15px 0px no-repeat;
}

div#middle ul.menu a.level3 {
	text-indent: 30px;
}

div#middle ul.menu a.level3 span {
}

 
div#middle ul.menu li.level4 {
	background: url(../images/submenu_level2_item.png) 25px 0px no-repeat;
}

div#middle ul.menu a.level4  {
	text-indent: 40px;
}

div#middle ul.menu a.level4 span {
}
/* Copyright (C) 2009 - 2011 Yadyra.ru */

/*
 * 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;
}

/* header span's */
div.module span.header-2,
div.module span.header-3 {
	display: block;
}

/*
 * space for adjoining modules
 */

.separator div.module {
	margin: 0px 15px 0px 0px;
}

#left div.module,
#right div.module {
	margin: 0px 0px 25px 0px;
}

#top .topblock div.module {
	margin: 15px 0px 0px 0px;
}

#bottom .bottomblock div.module {
	margin: 0px 0px 15px 0px;
}

/*
 * styling for special positions
 */

div#toolbar div.module {
	margin-left: 20px;
	float: right;
}

div#headerbar div.module {
	margin-left: 20px;
	float: right;
}

/*
 * 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(../images/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(../images/module_badge_top.png) 0 0 no-repeat;
	z-index: 1;
}

div.module div.badge-pick {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	height: 39px;
	background: url(../images/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(../images/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(../images/module_badge_magnetblack2.png) 0 0 no-repeat;
	z-index: 1;
}

div.module div.badge-magnetwhite {
	position: absolute;
	top: -24px;
	right: 40px;
	width: 60px;
	height: 60px;
	background: url(../images/module_badge_magnetwhite.png) 0 0 no-repeat;
	z-index: 1;
}

div.module div.badge-magnetwhite2 {
	position: absolute;
	top: -18px;
	right: 30px;
	width: 60px;
	height: 60px;
	background: url(../images/module_badge_magnetwhite2.png) 0 0 no-repeat;
	z-index: 1;
}

div.module div.badge-magnetorange {
	position: absolute;
	top: -20px;
	right: 20px;
	width: 60px;
	height: 60px;
	background: url(../images/module_badge_magnetorange.png) 0 0 no-repeat;
	z-index: 1;
}

div.module div.badge-magnetsmiley {
	position: absolute;
	top: -23px;
	right: 10px;
	width: 60px;
	height: 60px;
	background: url(../images/module_badge_magnetsmiley.png) 0 0 no-repeat;
	z-index: 1;
}

div.module div.badge-pin {
	position: absolute;
	top: -15px;
	left: 50%;
	width: 44px;
	height: 55px;
	margin-left: -22px;
	background: url(../images/module_badge_pin.png) 0 0 no-repeat;
	z-index: 1;
}

/*
 * module: blank
 */
 
div.mod-blank div.module {
	overflow: hidden;
}

div.mod-blank h3.module {
	height: 20px;
	line-height: 20px;
}

/*
 * module: headerbar (only for header position)
 */
 
div.mod-headerbar div.module {
	padding-top: 15px;
}

div.mod-headerbar div.box-1 {
	background: url(../images/module_headerbar_l.png) 0 0 no-repeat;
}

div.mod-headerbar div.box-2 {
	padding: 0px 25px 0px 25px;
	background: url(../images/module_headerbar_r.png) 100% 0 no-repeat;
}

div.mod-headerbar div.box-3 {
	height: 80px;
	padding: 30px 5px 30px 10px;
	background: url(../images/module_headerbar_m.png) 0 0 repeat-x;
	overflow: hidden;
}

div.mod-headerbar div.badge-soldier {
	position: absolute;
	top: 0;
	left: -15px;
	width: 47px;
	height: 157px;
	background: url(../images/module_headerbar_soldier.png) 0 0 no-repeat;
	z-index: 1;
}

/* blank */
#headermodule div.module-blank {
	margin: 0px 0px 0px 10px;
	overflow: hidden;
	float: right;
}

/*
 * module: postit2
 */

div.mod-postit2 div.box-t1 {
	padding: 0px 5px 0px 0px;
	background: url(../images/module_postit2_tr.png) 100% 0 no-repeat;
}

div.mod-postit2 div.box-t2 {
	height: 5px;
	background: #F5E586;
}

div.mod-postit2 div.box-1 {
	padding: 0px 5px 0px 0px;
	background: url(../images/module_postit2_r.png) 100% 0 repeat-y;
}

div.mod-postit2 div.box-2 {
	padding: 10px 15px 0px 15px;
	background: #FAE989;
	overflow: hidden;
	color: #323232;
}

div.mod-postit2 div.box-b1 {
	background: url(../images/module_postit2_bl.png) 0 0 no-repeat;
}

div.mod-postit2 div.box-b2 {
	padding: 0px 135px 0px 10px;
	background: url(../images/module_postit2_br.png) 100% 0 no-repeat;
}

div.mod-postit2 div.box-b3 {
	height: 35px;
	background: url(../images/module_postit2_b.png) 0 0 repeat-x;
}

div.mod-postit2 h3.header {
	height: 30px;
	margin: -10px -15px 5px -15px;
	background: #F5E586;
	font-size: 150%;
	line-height: 30px;
	text-indent: 15px;
	letter-spacing: -1px;
	color: #323232;
}

div.mod-postit2 div.badge-new,
div.mod-postit2 div.badge-top,
div.mod-postit2 div.badge-pick {
	right: 4px;	
}

/*
 * module: polaroid2
 */

div.mod-polaroid2 div.badge-tape {
	position: absolute;
	top: -13px;
	left: 50%;
	width: 114px;
	height: 38px;
	margin-left: -57px;
	background: url(../images/module_polaroid2_tape.png) 0 0 no-repeat;
	z-index: 1;
}

div.mod-polaroid2 div.box-t1 {
	margin-top: 13px;
	padding: 0px 5px 0px 0px;
	background: url(../images/module_polaroid2_tr.png) 100% 0 no-repeat;
}

div.mod-polaroid2 div.box-t2 {
	height: 13px;
	background: #FFFFF9;
}

div.mod-polaroid2 div.box-1 {
	padding: 0px 5px 0px 0px;
	background: url(../images/module_polaroid2_r.png) 100% 0 repeat-y;
	overflow: hidden;
}

div.mod-polaroid2 div.box-2 {
	padding: 0px 13px 5px 13px;
	background: #FFFFF9 url(../images/module_polaroid2_bg.png) 0 100% repeat-x;
}

div.mod-polaroid2 div.box-3 {
	margin-bottom: 5px;
	background: #000000;
}

div.mod-polaroid2 div.box-4 {
	padding: 10px 15px 10px 15px;
	overflow: hidden;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #C8C8C8;
}

div.mod-polaroid2 div.box-b1 {
	background: url(../images/module_polaroid2_bl.png) 0 0 no-repeat;
}

div.mod-polaroid2 div.box-b2 {
	padding: 0px 10px 0px 10px;
	background: url(../images/module_polaroid2_br.png) 100% 0 no-repeat;
}

div.mod-polaroid2 div.box-b3 {
	height: 5px;
	background: url(../images/module_polaroid2_b.png) 0 0 repeat-x;
}

div.mod-polaroid2 h3.header {
	height: 25px;
	margin: 0px 0px 0px 0px;
	font-size: 150%;
	line-height: 25px;
	text-align: center;
	letter-spacing: -1px;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #323232;
}

div.mod-polaroid2 div.badge-new,
div.mod-polaroid2 div.badge-top,
div.mod-polaroid2 div.badge-pick {
	right: 4px;	
}

/*
 * module: tile
 */

div.mod-tile div.box-t1 {
	background: url(../images/module_tile_tl.png) 0 0 no-repeat;
}

div.mod-tile div.box-t2 {
	padding: 0px 17px 0px 12px;
	background: url(../images/module_tile_tr.png) 100% 0 no-repeat;
}

div.mod-tile div.box-t3 {
	height: 12px;
	background: url(../images/module_tile_t.png) 0 0 repeat-x;
}

div.mod-tile div.box-1 {
	background: url(../images/module_tile_l.png) 0 0 repeat-y;
}

div.mod-tile div.box-2 {
	padding: 0px 10px 0px 5px;
	background: url(../images/module_tile_r.png) 100% 0 repeat-y;
}

div.mod-tile div.box-3 {
	padding: 0px 10px 0px 10px;
	background: #F5F5F5;
	overflow: hidden;
}

div.mod-tile div.box-b1 {
	background: url(../images/module_tile_bl.png) 0 0 no-repeat;
}

div.mod-tile div.box-b2 {
	padding: 0px 17px 0px 12px;
	background: url(../images/module_tile_br.png) 100% 0 no-repeat;
}

div.mod-tile div.box-b3 {
	height: 17px;
	background: url(../images/module_tile_b.png) 0 0 repeat-x;
}

div.mod-tile h3.header {
	margin: 0px 0px 5px 0px;
	font-size: 150%;
	letter-spacing: -1px;
}

div.mod-tile h3.header span.color {
	color: #141414;
}

div.mod-tile div.badge-new,
div.mod-tile div.badge-top,
div.mod-tile div.badge-pick {
	right: 4px;	
}

/*
 * module: menu
 */

div.mod-menu div.box-3 {
	padding: 0px 10px 15px 10px;
}

/*
 * module: note
 */

div.mod-note div.box-t1 {
	padding: 0px 5px 0px 0px;
	background: url(../images/module_note_tr.png) 100% 0 no-repeat;
}

div.mod-note div.box-t2 {
	height: 23px;
	background: url(../images/module_note_t.png) 0 0 repeat-x;
}

div.mod-note div.box-1 {
	padding: 0px 5px 0px 0px;
	background: url(../images/module_note_r.png) 100% 0 repeat-y;
}

div.mod-note div.box-2 {
	padding: 5px 15px 10px 15px;
	background: url(../images/module_note_bg.png) 0 0 repeat;
	overflow: hidden;
}

div.mod-note div.box-b1 {
	background: url(../images/module_note_bl.png) 0 0 no-repeat;
}

div.mod-note div.box-b2 {
	padding: 0px 5px 0px 6px;
	background: url(../images/module_note_br.png) 100% 0 no-repeat;
}

div.mod-note div.box-b3 {
	height: 5px;
	background: url(../images/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;	
}

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; }

/*
 * module: cardboard
 */

div.mod-cardboard div.box-t1 {
	background: url(../images/module_cardboard_tl.png) 0 0 no-repeat;
}

div.mod-cardboard div.box-t2 {
	padding: 0px 20px 0px 15px;
	background: url(../images/module_cardboard_tr.png) 100% 0 no-repeat;
}

div.mod-cardboard div.box-t3 {
	height: 10px;
	background: url(../images/module_cardboard_t.png) 0 0 repeat-x;
}

div.mod-cardboard div.box-1 {
	background: url(../images/module_cardboard_l.png) 0 0 repeat-y;
}

div.mod-cardboard div.box-2 {
	padding: 0px 20px 0px 15px;
	background: url(../images/module_cardboard_r.png) 100% 0 repeat-y;
}

div.mod-cardboard div.box-3 {
	padding: 5px 0px 0px 5px;
	background: url(../images/module_cardboard_bg.png) 0 0 repeat;
	overflow: hidden;
	color: #323232;
}

div.mod-cardboard div.box-b1 {
	background: url(../images/module_cardboard_bl.png) 0 0 no-repeat;
}

div.mod-cardboard div.box-b2 {
	padding: 0px 50px 0px 15px;
	background: url(../images/module_cardboard_br.png) 100% 0 no-repeat;
}

div.mod-cardboard div.box-b3 {
	height: 25px;
	background: url(../images/module_cardboard_b.png) 0 0 repeat-x;
}

div.mod-cardboard h3.header {
	margin: 0px 0px 5px 0px;
	font-size: 150%;
	letter-spacing: -1px;
	color: #323232;
}

div.mod-cardboard h3.header span.color {
	color: #000000;
}

div.mod-cardboard div.badge-new,
div.mod-cardboard div.badge-top,
div.mod-cardboard div.badge-pick {
	right: 4px;	
}

div.mod-cardboard a:link, div.mod-cardboard a:visited {
	color: #ffffff;
}

div.mod-cardboard a:hover {
	color: #ffffff;
}

/*
 * module: dotted
 */
 
div.mod-dotted div.module {
	padding: 0px 0px 15px 0px;
}

div.mod-dotted div.box-1 {
	overflow: hidden;
}

div.mod-dotted h3.header {
	margin: 0px 0px 3px 0px;
	padding:0px 0px 6px 0px;
	background: url(../images/module_dotted_header.png) 0 100% repeat-x;
	font-size: 150%;
	letter-spacing: -1px;
}

div.mod-dotted h3.header span.color {
	color: #141414;
}

/*
 * module: print
 */

div.mod-print div.box-t1 {
	padding: 0px 5px 0px 0px;
	background: url(../images/module_print_tr.png) 100% 0 no-repeat;
}

div.mod-print div.box-t2 {
	height: 5px;
	background: #F3F1E5;
}

div.mod-print div.box-1 {
	background: url(../images/module_print_r.png) 100% 0 repeat-y;
}

div.mod-print div.box-2 {
	padding: 0px 39px 0px 34px;
	background: url(../images/module_print_l.png) 0 0 repeat-y;
}

div.mod-print div.box-3 {
	padding: 12px 5px 18px 5px;
	background: #F3F1E5;
	overflow: hidden;
	font-family: "Courier New", Courier, monospace;
}

div.mod-print div.box-b1 {
	background: url(../images/module_print_bl.png) 0 0 no-repeat;
}

div.mod-print div.box-b2 {
	padding: 0px 10px 0px 10px;
	background: url(../images/module_print_br.png) 100% 0 no-repeat;
}

div.mod-print div.box-b3 {
	height: 5px;
	background: url(../images/module_print_b.png) 0 0 repeat-x;
}

div.mod-print h3.header {
	margin: 0px 0px 5px 0px;
	font-size: 150%;
	letter-spacing: -1px;
	font-family: "Courier New", Courier, monospace;
	color: #323232;
}

/*
 * module: clip
 */

div.mod-clip div.badge-paperclip {
	position: absolute;
	top: 10px;
	right: -4px;
	width: 42px;
	height: 22px;
	background: url(../images/module_clip_paperclip.png) 0 0 no-repeat;
	z-index: 1;
}

div.mod-clip div.box-t1 {
	padding: 0px 5px 0px 0px;
	background: url(../images/module_clip_tr.png) 100% 0 no-repeat;
}

div.mod-clip div.box-t2 {
	height: 5px;
	background: #FFF9E7;
}

div.mod-clip div.box-1 {
	padding: 0px 5px 0px 0px;
	background: url(../images/module_clip_r.png) 100% 0 repeat-y;
}

div.mod-clip div.box-2 {
	padding: 10px 10px 10px 15px;
	background: #FFF9E7;
	overflow: hidden;
	color: #323232;
}

div.mod-clip div.box-b1 {
	background: url(../images/module_clip_bl.png) 0 0 no-repeat;
}

div.mod-clip div.box-b2 {
	padding: 0px 10px 0px 10px;
	background: url(../images/module_clip_br.png) 100% 0 no-repeat;
}

div.mod-clip div.box-b3 {
	height: 5px;
	background: url(../images/module_clip_b.png) 0 0 repeat-x;
}

div.mod-clip h3.header {
	margin: 0px 0px 5px 0px;
	font-size: 150%;
	letter-spacing: -1px;
}/* Copyright (C) 2009 - 2011 Yadyra.ru */

/*
 * global CSS
 * not inside joomla CSS class
 */

/* readmore button */
p.readmore {
	overflow: hidden;
}

a.readmore {
	width: 100px;
	height: 20px;
	background: transparent url(../images/readmore.png) 0 0 no-repeat; /* ie6png:crop */
	display: block;
	float: left;
	line-height: 20px;
	text-indent: 25px;
	font-size: 90%;
}

a.readmore:link, a.readmore:visited {
	color: #9C5B59;
	text-decoration: none;
}

a.readmore:hover {
	background: transparent url(../images/readmore.png) 0 -20px no-repeat;
	color: #660000;
	text-decoration: none;
}

body.yoopage a.readmore:link, body.yoopage a.readmore:visited { color: #9C5B59; }
body.yoopage a.readmore:hover { color: #660000; }

/* tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	color: #323232;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/*
 * general
 * used by Jommla core components
 */

div.joomla h1 {
	letter-spacing: -1px;
}

div.joomla h2,
div.joomla h3,
div.joomla h4,
div.joomla h5 {
	letter-spacing: -1px;
}

div.joomla h1.pagetitle {
}

div.joomla div.description {
	margin: 10px 0px 10px 0px;
	overflow: hidden;
}

div.joomla div.description img.left {
	margin-right: 15px;
	float: left;
}

div.joomla div.description img.right {
	margin-left: 15px;
	float: right;
}

div.joomla div.filter {
	margin: 10px 0px 10px 0px;
}

div.joomla th {
	padding: 5px 5px 5px 5px;
	background: #ebebeb;
	border-bottom: 1px solid #b4b4b4;
	font-weight : bold;
}

div.joomla tr.even td {
	padding: 5px 5px 5px 5px;
	background: #f0f0f0;
	border-bottom: 1px solid #dcdcdc;
}

div.joomla tr.odd td {
	padding: 5px 5px 5px 5px;
	background: #fafafa;
	border-bottom: 1px solid #dcdcdc;
}

 
div.joomla span.number {
	color: #969696;
	font-style: italic;
}

/*
 * com_content
 * blog layout (frontpage, category, section)
 * sub selectors: blog
 */
 
div.joomla div.blog-description {  
	margin: 0px 0px 20px 0px;
}
 
div.joomla div.blog div.description {  
	margin: 10px 0px 15px 0px;
	padding-bottom: 20px;
}

div.joomla div.leadingarticles {
	overflow: hidden;
}

div.joomla div.teaserarticles {
	overflow: hidden;
}

div.joomla div.item {
	margin-bottom: 15px;
}

div.joomla div.item-tr {
	padding: 0px 100px 0px 0px;
	background: url(../images/main_tr.png) 100% 0 no-repeat;
}

div.joomla div.item-t {
	padding: 0px 0px 0px 100px;
	background: #ffffff;
}

div.joomla div.item-pin {
	height: 35px;
	background: url(../images/main_pin.png) 50% 0 no-repeat;
}

div.joomla div.item-r {
	padding: 0px 10px 0px 0px;
	background: url(../images/main_r.png) 100% 0 repeat-y;
}

div.joomla div.item-m {
	padding: 0px 20px 20px 20px;
	background: #ffffff;
	overflow: hidden;
}

div.joomla div.item-bl {
	background: url(../images/main_bl.png) 0 0 no-repeat;
}

div.joomla div.item-br {
	padding: 0px 100px 0px 100px;
	background: url(../images/main_br.png) 100% 0 no-repeat;
}

div.joomla div.item-b {
	height: 15px;
	background: url(../images/main_b.png) 0 0 repeat-x;
}

div.joomla div.multicolumns div.item {
	margin: 0px 15px 15px 15px;
}

div.joomla div.multicolumns div.first div.item {
	margin-left: 0px;
}

div.joomla div.multicolumns div.last div.item {
	margin-right: 0px;
}

div.joomla div.morearticles {
	margin: 10px 0px 10px 0px;
}

div.joomla div.pagination {
	text-align: center;
}

div.joomla div.pagination span {
	background: #ffffff;
	color: #000000;
}

div.joomla div.pagination p.results {
	margin: 0px;
}

/*
 * com_content
 * list layout (frontpage, category, section)
 * sub selectors: sectionlist, categorylist
 */

/*
 * com_content
 * article layout
 * sub seletors: article
 */

div.joomla div.headline {
	overflow: hidden;
}

div.joomla h1.title {
	float: left;
}

div.joomla div.multicolumns h1.title {
	font-size: 200%;
	letter-spacing: -1px;
}

div.joomla span.icon {
	display: block;
	margin-top: 10px;
	float: right;
}

div.joomla div.multicolumns span.icon {
	margin-top: 5px;
}

div.joomla span.edit {
	margin-left: 10px;
	float: left;
}

div.joomla span.pdf {
	margin-right: 5px;
}

div.joomla span.print {
	margin-right: 5px;
}

div.joomla span.email {
}

div.joomla span.printscreen {
}

div.joomla p.iteminfo {
	margin: 0px 0px 15px 0px;
}

div.joomla p.articleinfo {
}

div.joomla p.articleinfo span.modified,
div.joomla p.articleinfo span.author,
div.joomla p.articleinfo span.created,
div.joomla p.articleinfo span.url {
	display: block;
	font-size: 95%;
}

div.joomla p.articleinfo span.author {
	color: #969696;
	font-style: italic;
}

div.joomla p.articleinfo span.created {
	font-weight: bold;
}

/*
 * com_content
 * editing an article
 * sub seletors: edit-article
 */

div.joomla div.edit-article fieldset {
	margin-bottom: 30px;
}

div.joomla div.edit-article fieldset div {
	overflow: hidden;
}

div.joomla div.edit-article label.label-left {
	display: block;
	width: 150px;
	float: left;
}

div.joomla div.edit-article div.save {
	margin: 0px;
	float: right;
}

div.joomla div.edit-article div#editor-xtd-buttons {
	margin-bottom: 0px;
	overflow: hidden;
}

div.joomla div.edit-article div#editor-xtd-buttons div {
	margin: 0px;
}

div.joomla div.edit-article div#editor-xtd-buttons div.button2-left {
	margin-right: 5px;
}

div.joomla div.edit-article div#editor-xtd-buttons a:link,
div.joomla div.edit-article div#editor-xtd-buttons a:visited,
div.joomla div.edit-article div#editor-xtd-buttons a:hover {
	color: #323232;
}

/*
 * com_weblinks
 * sub seletors: weblinks
 */

div.joomla div.weblinks fieldset {
}

div.joomla div.weblinks fieldset div {
	overflow: hidden;
}

div.joomla div.weblinks label.label-left {
	display: block;
	width: 150px;
	float: left;
}

/*
 * com_search
 * sub seletors: search
 */

div.joomla div.search p.info {
	margin: 0px;
	color: #969696;
	font-style: italic;
}

div.joomla div.search span.highlight {
	background: #ffffaa;
}

/*
 * com_poll
 * sub seletors: poll
 */

div.joomla div.poll fieldset {
	margin: 15px 0px 10px 0px;
}

/*
 * com_contact
 * sub seletors: contact
 */

div.joomla div.contact h1 {
	margin-bottom: 0px;
	font-size: 250%;
	font-weight: normal;
	letter-spacing: -1px;
}

div.joomla div.contact h2 {
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
}

div.joomla div.contact div.image {
	float: right;
}

div.joomla div.contact table {
	margin-bottom: 10px;
}

div.joomla div.contact label.label-top {
	display: block;
}

/*
 * com_user
 * sub seletors: user
 */

div.joomla div.user label.label-left,
div.joomla div.user span.label-left  {
	display: block;
	width: 130px;
	float: left;
}

/*
 * mod_search
 */

div.module-search {
	width: 120px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	background: url(../images/search_bg.png) 0 0 no-repeat;
}

div.module-search input {
	width: 93px;
	height: 14px;
	padding: 2px 2px 2px 7px;
	border: none;
	outline: none;
	background: none;
	float: left;
	color: #646464;
	font-size: 80%;
}

div.module-search input:focus {
	outline: none;
}

div.module-search button {
	width: 18px;
	height: 18px;
	padding: 0px;
	border: none;
	background: url(../images/search_button.png) 0 0 no-repeat;
	cursor: pointer;
	text-indent: 100px;
	line-height: 0px;
}

div.module-search:hover{
	background: url(../images/search_bg.png) 0 -18px no-repeat;
}

div.module-search:hover input {
	color: #000000;
}

div.module-search input:focus {
	color: #000000;
}

/*
 * legacy Joomla styling only for third party components
 */

.contentheading,
.componentheading {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 250%;
	line-height: 100%;
	font-weight: bold;
	color: #c8001e;
	letter-spacing: -1px;
}

/*
 * 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) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../../system/images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
	background: url(../../system/images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../../system/images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

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;
}
/* Copyright (C) 2009 - 2011 Yadyra.ru */

#left #form-login fieldset {
	border: none;
}

/*
 * YOOsearch
 */

#page div.default div.yoo-search div.resultbox {
	position: absolute;
	right: 150px;
	top: -19px;
	z-index: 20;
}

#page div.default div.yoo-search h3.search-header {
	background: #897c6b;
	color: #ffffff;

}

#page div.default div.yoo-search div.resultbox-bg {
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	background: #fffeec;
}

#page div.default div.yoo-search div.resultbox-bl {
	background: url(../images/yoosearch/resultbox_bl.png) 0 100% no-repeat;
}

#page div.default div.yoo-search div.resultbox-br {
	background: url(../images/yoosearch/resultbox_br.png) 100% 100% no-repeat;
}

#page div.default div.yoo-search div.resultbox-b {
	background: url(../images/yoosearch/resultbox_b.png) 0 100% repeat-x;
}

#page div.default div.yoo-search span.search-more {
	background: url(../images/yoosearch/more_icon.png) 0 0 no-repeat;
}

#page div.default div.yoo-search .resultbox-bg a {
	background: #fffeec;
}

#page div.default div.yoo-search .resultbox-bg a:hover {
	background: #F0E4B5;
}


/*
 * YOOlogin
 */

 
/* quick */
#headerbar span.quick span.yoo-login { 
}

#headerbar span.quick span.yoo-login span.login {
	width: 126px;
}

#headerbar span.quick span.yoo-login span.login span.username,
#headerbar span.quick span.yoo-login span.login span.password {
	margin-bottom: 5px;
}

#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: 10px;
	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;
}/* Copyright (C) 2009 - 2011 Yadyra.ru */

/*
 * Page
 */
 
div#page-header {
	background: url(../images/spring.png) 50% 0 repeat;
	background-color:#b1e1ce;
}
div#logo{
position: absolute;
top: 0px;
left: 0px;
width:353px;
height:180px;
background: url(../images/spring-logo.png) 0 0 no-repeat;
}
