.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */

.clear {
	clear:both;
	font-size:0;
}

a {
outline:none;
}

body {
	margin: 0;
	padding: 0;
	background: #AAE74A url(/images/img04.gif) repeat-x;
}

body, th, td, input, textarea {
/*
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
*/
	margin: 0 auto;
	font-family: Verdana , Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 1.6em;
	/*color: #676767;*/
}

p, ol, ul {
	line-height: 170%;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 960px;
	height: 120px;
	margin: 0 auto;
}

#logo {
	float: left;
	height: 120px;
	margin-left: 10px;
	background: url(/images/logo.gif) no-repeat left center;
	width:550px;
}

#logo h1, #logo p {
	/*text-transform: lowercase;*/
}

#logo h1 {
	margin: 0;
	padding: 25px 0 0 215px;
	letter-spacing: -2px;
	font-size: 3em;
	font-weight: normal;
	color: #000000;
}

#logo h1 a {
	color: #000000;
}

#logo p {
	margin: -10px 0 0 2px;
	padding: 0 0 0 215px;
	text-transform: lowercase;
}

#lang {
	float: right;
	width: 270px;
	border:0px solid blue;
	text-align:right;
	padding: 20px 10px 0 0;
}

#lang a {
	/*color: #FF8900;*/
	color: #FF6200;
}
/* search form */
#search {
	float: right;
	width: 280px;
	border:0px solid blue;
}

#search form {
	margin: 0;
	padding: 23px 0 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search #query, #search #x {
	float: left;
}

#search #query {
	width: 188px;
	margin: 4px 6px 0 0;
	padding: 2px 5px 5px;
	background: url(/images/img02.gif) repeat-x;
	border: 1px solid #ACACAC;
	font-size:0.9em;
}

#search #query.highlight {
	border: 1px solid #FFCC99;
	background-color:#fffacd;
	background-image:none;
}


#search #x {
	width: 67px;
	height: 28px;
	padding: 0;
	background: #006BFF url(/images/img03.gif) no-repeat;
	border: none;
	text-transform: lowercase;
	color: #FFFFFF;
}

/* Menu */
#menu {
/*	width: 965px; */
	width: 970px;
	height: 50px;
	margin: 0 auto;
	
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size:1.1em;
	overflow:hidden;
}

#menu.ukr {
/*	width: 965px; */
	width: 970px;
	height: 50px;
	margin: 0 auto;
	
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size:1.1em;
	overflow:hidden;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
}

#menu.ukr li {
	margin: 0 2px 0 2px;	
}

#menu a {
	display: block;
	float: left;
	height: 38px;
	padding: 8px 18px 0 18px;
/*	padding: 8px 20px 0 20px; */
	text-decoration: none;
	text-transform: lowercase;
	color: #000000;
}

#menu a:hover {
	/*text-decoration: underline;*/
}

#menu .current_page_item {
	background: url(/images/img05.gif) no-repeat;
}

#menu .current_page_item a {
	background: url(/images/img06.gif) no-repeat right top;
	font-weight: bold;
}

/* Page */
#page {
	width: 962px;
	margin: 0 auto;
	background: #FFFFFF url(/images/img07.gif) repeat-y;
}

/* Content */

#content {
	float: right;
	width: 700px;
	padding: 11px 11px 0 5px;
	background: url(/images/img09.gif) no-repeat;
}

#content a {
	/*color: #FF8900;*/
	color: #FF6200;
	/*
	text-decoration:none;
	border-bottom:1px solid #ffcc88;
	*/
}

/*
#content a:hover {
	background-color:#ffdab9;
	border-bottom:1px solid #ffffaa;
	border-top:1px solid #ffffaa;
}
*/

#content p.o {
	text-align:justify;
}

.pagetitle {
	height: 33px;
	margin: 0;
	padding: 8px 0 0 15px;
	background: url(/images/img13.gif) no-repeat;
	font-size: 1.3em;
	color: #FFFFFF;
}

#content #rss-posts {
	display: block;
	margin: -30px 15px 0px 0px;
	padding: 0 20px 0 0;
	background: url(/images/rss.gif) no-repeat right center;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
}

.post {
	padding: 10px 30px 0 30px;
}

.title {
	margin: 0;
	font-size: 2.0em;
	font-weight: normal;
}

.title_small {
	margin: 0;
	font-size: 2.0em;
	font-weight: normal;
}

.byline {
	margin: 0 0 20px 0;
}

.meta {
	border-top: 1px dotted #CCCCCC;
	text-align: right;
}

.meta .more, .meta .comments {
	padding-left: 15px;
	background: url(/images/img14.gif) no-repeat left center;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 230px; 
	padding: 11px 5px 0px 11px;
	background: url(/images/img08.gif) no-repeat;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	font-size:0.9em;
}

#sidebar li ul {
	padding: 10px 10px;
}

#sidebar li ul.list {
	padding: 10px 15px;
	font-size:1.2em;
}


#sidebar li ul.small {
	padding: 10px 10px;
	font-size:1.1em;
}

#sidebar span.big {
	font-size:1.1em;
}


/*
#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(/images/img12.gif) no-repeat left center; 
}
*/

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(/images/img12.gif) no-repeat left center; 
	margin-top: 5px;
}

#sidebar li li.active {
	margin: 0;
	padding-left: 15px;
	background: url(/images/img14.gif) no-repeat left center;
	margin-top: 5px;
}

#sidebar li li.sub {
	margin: 0;
	padding-left: 24px;
	background: none;
}

#sidebar h2 {
	height: 33px;
	margin: 0;
	padding: 8px 0 0 15px;
	background: url(/images/img11.gif) no-repeat;
	font-size: 1.4em;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	color: #0065FF;
}

#sidebar li ul li a:hover {	
	text-decoration: underline;
}

#sidebar .active a {
	text-decoration: none;
	font-weight: bold ;
	color: #FF8900;
}


/* Footer */
#footer {
	width: 962px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(/images/img10.gif) no-repeat;
	margin-bottom:0px;
}

#footer p {
	margin: 0;
	text-align: center;
	/*color: #FFFFFF;*/
	color: #FCFCFC;
	padding-top: 10px;
	line-height: 100%;
}

#footer p.link {
	font-size: 11px;
	color: #00002D;
}

#footer a {
	color: #FFFFFF;
}

/* Main */
p.m {
	margin-top: 25px;
	margin-bottom: 5px;
	text-align:justify;
}

p.my {
	text-indent: 20px;
	margin: 5px;
	text-align:justify;
}

p.my_con {
	text-indent: 20px;
	margin: 5px;
	text-align:justify;
	line-height:100%;
}

p.my_right {
	text-indent: 20px;
	margin: 5px;
	text-align:right;
}

p.my_center {
	text-indent: 20px;
	margin: 5px;
	text-align: center;
}

p.my_centered {
	margin: 5px;
	text-align: center;
}

p.quote {
	text-align:justify;
}

p.quote_s {
	padding:0 48px;
	text-align:right;
}

blockquote {
  background: transparent url(/images/quoleft.png) left top no-repeat;
  margin-left:-10px;
  margin-right:-10px;
}
blockquote div {
  padding: 0 48px;
  background: transparent url(/images/quoright.png) right bottom no-repeat;
}


span.my {
	text-indent: 20px;
	margin: 5px;
	text-align:justify;
}

span.title {
	font-weight: bold;
/*	color: #006600; */
/*	color: #00cc00; */
	color: #00aa00;
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
/*	font-size:1.2em;*/
	font-size:1.1em;
}

span.title2 {
	font-weight: bold;
	/*color: #FF8900;*/
	color: #000066;
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	font-size:1.2em;
}

span.title3 {
	font-weight: bold;
	/*color: #FF8900;*/
	color: #6F56B6;
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	font-size:1.2em;
}

span.blue {
/*	font-weight: bold;*/
	color: #000066;
	font-size:1.0em;
}

#content ul.list {
	text-align:justify;
	list-style-type:disc;
	margin-top:0px;	
	vertical-align: middle;
}

#content ul.list li {
	text-align:justify;
	margin-bottom: 10px;
/*	font-size:14px; */
	vertical-align: middle;
}


#content ul.mylist {
	text-align:justify;
	list-style-type:square;
	margin-top:0px;
	vertical-align: middle;
}

#content ul.mylist li {
	text-align:justify;
	margin-bottom: 10px;
/*	font-size:14px; */
	vertical-align: middle;
}

#content ul.mylist_c {
	list-style-type:disc;
	vertical-align: middle;
	text-align:justify;
	margin-top:0px;
}

#content ul.mylist_w {
	text-align:justify;
	padding:0px;
	/*margin-top:10px;*/
	/*list-style: none url(/images/li_1.gif) outside;*/
	margin:10px 0px 0px 20px;
	list-style-type:none;
	list-style-position:outside;
	vertical-align:middle;
}

#content ul.mylist_w li {
	text-align:justify;
	margin-bottom: 10px;
	margin-top:0px;
	/*padding-left:3px;*/
	vertical-align: middle;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url(/images/li_1.gif);
	padding-left:30px;
	padding-top:1px;
	padding-bottom:1px;
}

#content ul.mylist_wad {
	padding:0px;
	margin:10px 0px 0px 20px;
	list-style-type:none;
	list-style-position:outside;
	vertical-align:middle;
	text-align:justify;
}

#content ul.mylist_wad li {
	text-align:justify;
	color: #6F56B6;
	font-size:1.0em;
	margin-bottom: 10px;
	margin-top: 0px;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url(/images/li_1.gif);
	padding-left:30px;	
	padding-top:1px;
	padding-bottom:1px;
	vertical-align: middle;
}


#content h2 {
	text-align:center;
	font-size: 1.3em; 
	font-weight:bold;
	color: #676767;
	margin-bottom:5px;
/*	color: #94230F; */
/*	color: #0f4f8d; */
}

#content h2.promo {
	/*color: #8b4513;*/
	/* color: #00cc00; */
	color: #008800;	
}

#content h1.ad {
	text-align:center;
	font-size: 1.3em;
	font-weight:bold;
/*	color: #94230F; */
/*	color: #0f4f8d; */
	color: #676767;
	margin-bottom:5px;
}

#content #promo {
	float: left;
	margin-right: 20px;
	margin-bottom: 3px;
	margin-top: 0px;	
	margin-left: 0; 
	height: 1%;
}

p.my_promo_q {
	text-indent: 20px;
	text-align:justify;
	color:#724513;
	margin: 5px;
	font-size:1.05em;
	font-style:italic;
}

p.my_brown {
	text-indent: 20px;
	text-align:justify;
/*	color:#724513;*/
	color:#cc0000;
	margin: 5px;
	font-size:1.05em;
	font-weight:bold;
}

p.my_right_q {
	text-indent: 20px;
	margin: 5px;
	text-align:right;
	color:#724513;
	font-style:italic;
	font-size:1.1em;
}

/* \*/
* html p.my_promo_q {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}
/* */

/* \*/
* html p.my_right_q {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}
/* */


span.promo {
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
/*	font-size: 14px; */
	/*color: #8b4513;*/
/*	color: #00cc00; */
	color: #008800;
	font-size:1.0em;
	font-weight:bold;
}
span.promo2 {
	/*color: #8b4513;*/
/*	color: #00cc00; */
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
/*	font-size: 14px; */
	color: #008800;
	font-size:1.0em;
	font-weight:bold;
}

span.lang {
	color:#a9a9a9;
	padding-left:5px;
}

/* Contacts form */
#contacts {
	width:275px;
}

#contacts form {
	margin: 0;
	margin-left: 20px;
	padding: 0 0 0 0;
}

#contacts label {
	width: 150px;
	float: left;
	clear: left;
	margin-top:5px;
}

#contacts #n, #t, #e, #m {
	float: left;
	clear: left;
	width: 240px;
	margin: 4px 6px 0 0;
	padding: 2px 5px 5px;
	background: url(/images/img02.gif) repeat-x;
	border: 1px solid #ACACAC;
	font-size:0.9em;
}

#contacts #m {
	overflow:auto;
}

/* \*/
* html #contacts #m {
	overflow: auto;
	o\verflow-y:auto;
}
/* */

#contacts #xs {
	float: right;
	clear: both;
	width: 100px;
	height: 28px;
	padding: 0;
	background: #006BFF url(/images/img031.gif) no-repeat;
	border: none;
	text-transform: lowercase;
	color: #FFFFFF;
	margin-top:10px;
}

.studio1_div_right {
	float: right;
	margin-right: 0px;
	margin-left: 25px;
	margin-bottom: 0px;
	height: 155px;
	width: 200px;
}

img.studio1_img_right {
	height: 155px;
	width: 200px;	
}

#content div.studio_div_center {
	clear:both;
	float:none;
	margin:20px auto 20px auto;
}

#content img.studio_img_center {
	border:0px;
	margin:0px;
	padding:0px;
}

.psychology2_div_center {
	float:none;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 356px;
	width: 462px;
}

img.psychology2_img_center {
	height: 356px;
	width: 462px;
}

img.advices_img_center {
	height: 384px;
	width: 512px;
}

.advices_div_center {
	float:none;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 512px;
	height: 384px;
}

img.advices_img_small_center {
	height: 307px;
	width: 410px;
}

.advices_div_small_center {
	float:none;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 410px;
	height: 307px;
}


table.psychology_5 {
	border:0px;
	text-align:center;
	vertical-align:middle;
}

table.psychology_5 td.out_1 {
	border:0px;
	text-align:center;
	vertical-align:middle;
	height:50px;
	font-weight:bold;
	font-size:15px;
}

table.psychology_5 td.out_2 {
	border:0px;
	width:50px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	font-size:15px;
}

table.psychology_5 td.in {
	border:1px solid black;
	border-collapse:collapse;
	text-align:left;
	vertical-align:top;
	padding-top:20px;
	padding-left:10px;
	padding-right:20px;
}

table.psychology_9 {
	border:0px;
	text-align:center;
	vertical-align:middle;
}

table.psychology_9 td.in {
	border:1px solid black;
	border-collapse:collapse;
	text-align:left;
	vertical-align:top;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	width:25%;
	font-size:12px;
}

table.psychology_11 {
	border:1px solid black;
	text-align:center;
	vertical-align:middle;
	margin:20px;
	border-collapse:collapse;
}

table.psychology_11 td {
	border:1px solid #696969;
	padding-left:10px;
	padding-right:10px;
}

table.psychology_11 td.tit {
	text-align:center;
	font-weight:bold;
}

table.psychology_11 td.nums {
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}

table.psychology_12 {
	border:1px solid black;
	text-align:left;
	vertical-align:middle;
	margin:20px;
	border-collapse:collapse;
}

table.psychology_12 td {
	border:1px solid #696969;
	padding-left:7px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

table.psychology_12 td.tit {
	text-align:center;
	font-weight:bold;
}

table.psychology_12 td.nums {
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}

H2 {
/*	color: #94230F; */
}

#content ol.search {
	text-align:justify;
}

#content ol.search_w {
	text-align:justify;
	margin-top:0px;
}

#content ol.search_w li {
	text-align:justify;
	margin-bottom: 10px;
}

span.search_title {
	font-weight:bold;
}

span.search_size {
	font-size:90%;
	color:Gray;
}

span.search_desc {
	font-style:italic;
}

span.search_pages {
	text-align:center;
}

span.search_match {
	color:black;
	/*background-color:#ffffe0;*/
	background-color:#ffff99;
	text-align:justify;
	font-weight:bold;
	/*
	border-bottom:1px solid #ffffaa;
	border-top:1px solid #ffffaa;
	*/
}

a img { 
	border: none; 
}

#content div.hr, div.hr_sect {
	clear:both;
	float:none;
	border-top: 1px dotted #CCCCCC;	
	line-height:0px;
	margin-top:3px;
	margin-bottom:3px;
}

#content div.hr_sect {
	margin-top:10px;
	padding-top:5px;
	margin-bottom:3px;
	line-height:normal;
}

#content h2.c404 {
	text-align:center;
	font-size: 1.2em;
	font-weight:bold;
}

#content div.album_big, div.album, div.album_main  {
	float:left;
	text-align:center;
	padding:0px;
	margin:0px;
	margin-right:5px;
/*
	margin-bottom:25px;
*/
}

#content div.album_big {
	clear:both;
/*	width:580px;*/
	width: 92%;
	height:160px;
	margin-top:7px;
	margin-bottom:7px;
	padding-left:40px;
}

#content div.album_main {
	width:205px;
	height:160px;
	float:left;
}

#content div.album_desc {
	float:left;
	/*height:160px;*/
	width:360px;
	padding-top:20px;
	padding-left:10px;
	text-align:justify;
}

#content div.album {
	width:205px;
	/*height:200px;*/
	height:auto;
	float:left;
	margin-top:10px;
	margin-right:4px;
}

#content div.album_br {
	clear:both;
	float:none;
	line-height:0px;
	margin-top:3px;
	margin-bottom:3px;
}

#content div.album_h {
	width:200px;
	height:150px;
	float:left;
	text-align:center;
	margin: 0; 
	padding: 0;	
	margin-bottom: 5px;	
}

#content div.album_title {
	width:205px;
	/*height:65px;*/
	float:left;	
	text-align:center;
	margin: 0; 
	padding: 0;	
}

#content div.thumb {
	width:200px;
	height:150px;
	position: relative; 
	top: 50%; 
	left: auto;
	margin-top: -75px; 
	line-height: 150px;
}


#content img.thumb {
   /*
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;	
	*/
	width:200px;
	height:150px;
	vertical-align:middle;
   border: 1px solid #e6e6e6;
	padding: 2px;
	background: #f6f6f6 url(/images/ajax-loader_photo.gif) no-repeat center center;
}

#content div.drawing {
	width:315px; /* +5 */
	/*height:200px;*/
	height:auto;
	float:left;
	margin-top:10px;
	margin-right:1px;
}

#content div.drawing_h {
	width:310px;
	height:218px;
	float:left;
	text-align:center;
	margin: 0; 
	padding: 0;	
	margin-bottom: 5px;	
}

#content div.drawing_title {
	width:315px;
	/*height:65px;*/
	float:left;	
	text-align:center;
	margin: 0; 
	padding: 0;	
}

#content div.thumb_drawing {
	width:310px;
	height:218px;
	position: relative; 
	top: 50%; 
	left: auto;
	margin-top: -109px; 
	line-height: 150px;
}

#content img.thumb_drawing {
   /*
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;	
	*/
	width:310px;
	height:218px;
	vertical-align:middle;
   border: 1px solid #e6e6e6;
	padding: 2px;
	background: #f6f6f6 url(/images/ajax-loader_photo.gif) no-repeat center center;
}


/*
#content img.thumb:hover {
	background: #ccc;
	border-color: #ccc #ccc #ccc #ccc; border-style: solid; border-width:1px;
	padding: 4px;
    background-color: #f3f3f3;
    border: 1px solid #cccccc;

}
*/

#content a.thumb {
	border:0;
	text-decoration:none;
}

#content a.thumb:hover {
	border-bottom:1px dotted;
}

#content a.thumb_main {
	border:0;
	text-decoration:none;
	font-size:1.3em;
	font-weight:bold;
}

#content a.thumb_main:hover {
	border-bottom:1px dotted;
}

#content a.bcrumb {
	font-size:1.2em;
}
#content span.bcrumb {
	font-size:1.2em;
	font-weight:bold;
}

#content div.nav {
	float:right;
	border:1px solid black;
	width:100px;
	height:50px;
}

#content div.image_big {
	width: 638px;
	/*height: 474px;*/
	float:left;
	clear:both;
	text-align:center;
	margin:0px;
	padding:0px;
}

#content div.image_big_h {
	width: 638px;
	height: 474px;
	float:left;
	text-align:center;
	margin: 0; 
	padding: 0;	
	margin-bottom:12px;
}

#content div.image_b_thumb {
	height:474px;
	position: relative; 
	top: 50%; 
	left: auto; 
	margin-top: -236px; 
	line-height: 474px;
}

#content img.image_b_thumb {
	vertical-align:middle;
   border: 1px solid #e6e6e6;
	padding: 2px;
	background: #f6f6f6 url(/images/ajax-loader_photo.gif) no-repeat center center;
	width:630px;
	height:472px;
}
#content #gallerytitle {
    border-bottom: 1px solid #E6E6DF;
    padding-bottom: 14px;
    margin-bottom: 20px;
    /*min-height: 40px;
  _height: 40px;*/
}

.imgnav {
    float: right;
    width: 140px;
    text-align: center;
    border: 1px solid #D5E6EE;
    background: #EEF5F9;
    margin-top: -10px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
    display: block;
    width: 50%;
    height: 100%;
    float: left;
    padding: 4px 0;
    font-size: 120%;
    text-decoration: none;
    line-height: 180%;
    color: #237898;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
    background-color: #fff;
    text-decoration: none;
    color: #002E5B;
}
.imgnav .imgprevious a {
    float: left;
}
.imgnav .imgnext a {
    float: right;
}

/*
#counters A IMG{opacity:0.3; -moz-opacity:0.3; filter:alpha(opacity=30);}
#counters a:hover img {opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);}
*/

div.rotator
{
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 206px;
	height:156px;
	background: #f6f6f6 url(/images/ajax-loader_photo.gif) no-repeat center center;
}

div.rotator_l
{
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 206px;
	height:156px;
	background-image:none;
}

div.rotator img, div.rotator_l img
{
	border: 0;
	cursor: pointer;
	width: 200px;
	height: 150px;
	vertical-align:middle;
   border: 1px solid #e6e6e6;
	padding: 2px;
}

div.rotator img.off, div.rotator_l img.off
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	zoom:1;
}

#content ol.studio {
	text-align:justify;
	margin-top:0px;
}

#content ul.simple {
	list-style-type:none;
	text-align:justify;
	margin-top:0px;	
}

#content .ratingblock {
	display:block;
	border-top:1px solid #999;
	padding-bottom:8px;
	margin-bottom:8px;
	margin-left:15px;
}

#content .ratingblock .ratingtl {
	font-weight:bold;
}

#content .ratingblock .reviewcount {
	font-size:0.9em;
}

#content .ratingblock .rateopt {
	display:inline;
	font-size:0.9em;
}

#content .ratingblock .ratebtn {
	font-size:0.8em;
	border:1px solid gray;
	margin-left:30px;
}

#content .ratingblock .rateopt .opt {
	margin-left:7px;
}

span.rate {
	vertical-align:middle;
	border:0;
}

div.rater {
	clear:both;
	/*padding: 10px;*/
	padding:5px;
	border: 1px dotted #74d4f7;
	text-align:center;
	margin-bottom: 0px;
	margin-left: 10px;
	background: #e6f6fb;
	float:right;
}

img.rate_img {
	border:0;
	width:30px;
	height:30px;
}

span.descr {
	color:#565656;
	font-size:0.9em;
}

p.descr {
	color:#565656;
	font-size:0.9em;
	margin-top:0px;
	margin-bottom:0px;
	line-height:1.5em;
	text-align:justify;
}

#content ul.mylist_ww {
	text-align:justify;
	/*margin-top:10px;*/
	vertical-align:middle;
	padding:0px;
	margin: 10px 0px 0px 20px;
}

#content ul.mylist_ww li {
	text-align:justify;
	margin-bottom: 14px;
	/*margin-top:0px;*/
	/*padding-left:0px;*/
	vertical-align: middle;
	list-style-position:outside;
	list-style-type:none;
	list-style: none;
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:30px;
	/*margin-left:-20px;*/
	padding-top:1px;
	padding-bottom:1px;
}

#content ul.mylist_ww li.w1 {
	/*list-style: none url(/images/li_1.gif) outside;*/
	background-image: url(/images/li_1.gif);
}
#content ul.mylist_ww li.w2 {
/*	list-style: none url(/images/li_2.gif) outside; */
	background-image: url(/images/li_2.gif);
}
#content ul.mylist_ww li.w3 {
/*	list-style: none url(/images/li_3.gif) outside; */
	background-image: url(/images/li_3.gif);	
}
#content ul.mylist_ww li.w4 {
/*	list-style: none url(/images/li_4.gif) outside; */
	background-image: url(/images/li_4.gif);
}
#content ul.mylist_ww li.w5 {
/*	list-style: none url(/images/li_5.gif) outside; */
	background-image: url(/images/li_5.gif);
}
#content ul.mylist_ww li.w6 {
/*	list-style: none url(/images/li_6.gif) outside; */
	background-image: url(/images/li_6.gif);
}
#content ul.mylist_ww li.w7 {
/*	list-style: none url(/images/li_7.gif) outside; */
	background-image: url(/images/li_7.gif);
}
#content ul.mylist_ww li.w8 {
/*	list-style: none url(/images/li_8.gif) outside; */
	background-image: url(/images/li_8.gif);
}
#content ul.mylist_ww li.w9 {
/*	list-style: none url(/images/li_9.gif) outside; */
	background-image: url(/images/li_9.gif);
}
#content ul.mylist_ww li.w10 {
/*	list-style: none url(/images/li_10.gif) outside; */
	background-image: url(/images/li_10.gif);
}
#content ul.mylist_ww li.w {
	list-style-position:outside;
	list-style-type:none;
	list-style: none;
	padding-left:0px;
	padding-top:1px;
	padding-bottom:1px;
	margin-bottom:18px;
}
img.artlist {
	height:50px; 
	width:66px; 
	float:left; 
	margin-right:12px; 
	vertical-align:middle; 
	margin-top:5px;
	border:0px;
}
div.related {
	padding-left: 10px;
	text-align:left;
	margin:0px;
	clear:both;
}

#content p.tags {
	font-size:11px;
/*	vertical-align:middle; */
	text-decoration: none;
	margin-top:-5px;
	text-align:justify;
}

#content p.tags a.tags {
	font-size:11px;
	/*font-weight:bold;*/
/*	vertical-align:middle; */
	white-space:nowrap;
	text-decoration: none;
	color: #0065FF;	
}

#content p.tags a.tags:hover {
	font-size:11px;
	/*font-weight:bold;*/
/*	vertical-align:middle; */
	white-space:nowrap;
	text-decoration: underline;
	color: #0065FF;	
}

hr.tags {
	border:0px;
	height:1px; 
	border-bottom:1px solid #74a4b7;
	line-height:1px; 
	font-size:1px;
	margin-bottom:5px;
}

#tagline {
	width:100%;
	text-align:center;
	font-size:9px;
	color:Gray;
	/*padding-left:2px;
	padding-right:2px;*/
}

#tagline a
{
  /*color: #7aabe2;*/
  color:#3d4fcc;
  border: 0;
  /*border-bottom:1px dotted #7aabe2;*/
  text-decoration:none;
  /*white-space:nowrap; */
  vertical-align:baseline;
  font-family: Trebuchet MS, Verdana, Tahoma;
}

#tagline a:hover
{
  border: 0;
  /*color:#3d4fcc;*/
  color: #000066;
  /*border-bottom:1px solid #3d4fcc;*/
}

#tagline span.a
{
  /*color: #7aabe2;*/
  color:#3d4fcc;
  border: 0;
  /*border-bottom:1px dotted #7aabe2;*/
  text-decoration:none;
  /*white-space:nowrap; */
  vertical-align:baseline;
  font-family: Trebuchet MS, Verdana, Tahoma;
  font-size:11px;
  padding-left:6px;
  padding-right:6px;
}


#content div.pict {
	float:left;
}
#content div.pict img {
	max-width:300px;
	min-width:300px;
	min-height:225px;
	max-height:225px;
	overflow:hidden;
	border:0;
}
div.rotator img.on, div.rotator_l img.on
{
	zoom:1;
}
ol.simple {
	text-align:justify;
}
ol.simple li {
	margin-bottom:5px;
}

#content img.lesson {
	float:right;
	margin-right:20px;
	margin-left:20px;
	margin-bottom:10px;
	width:200px;
	height:150px;
	border:0;
}


.ad_v {
	background-color:#FFF9F0;
	border:1px solid #FBE5C0;
	color:#000000;
	font-size: 1.0em;
	line-height:100%;
}

.ad_v a {
	color:#006600;
}


/* ADs */
#ad .ad_h {
	font-size: 1.0em;
	line-height:100%;
	padding: 0;
	margin:0;
	width:99%;
	clear:both;
	margin-top:20px;
	font-family:Verdana, Lucida Grande, Tahoma, Arial, Helvetica, sans-serif, Calibri, Georgia;
}

#ad .ad_hi {
	line-height:100%;
	padding:0px;
	width:100%;
	font-size: 1.0em;
}

#ad .ad_h span.adt {
	height:20px;
	width:70px;
	display: block;
	line-height:20px;
	text-align:center;
	font-size: 0.9em;
}

#ad .ad_h .ad_hi .block {
	margin:3px;
	float:left;
	display:block;
	border:0px solid blue;
	min-height:50px;
}

#ad .ad_h .ad_hi .odd {
	width:32%;
}

#ad .ad_h .ad_hi .even {
	width:48%;
}

#ad .ad_h .ad_hi .one {
	width:98%;
}

#ad .ad_h .ad_hi span.at {
	margin: 3px 5px 0px 5px;
	display: block;
	font-size: 0.9em;
	text-decoration:underline;
	font-weight:bold;
	cursor:pointer;
}

#ad .ad_h .ad_hi span.at:first-letter {
	text-transform:uppercase;
}

#ad .ad_h .ad_hi span.at a {
}

#ad .ad_h .ad_hi span.at a:first-letter {
	text-transform:uppercase;
}

#ad .ad_h .ad_hi span.at a:hover {
	text-decoration:underline;
}

#ad .ad_h .ad_hi span.itd {
	margin: 2px 5px 2px 5px;
	margin-bottom:2px;
	display:block;
	font-size: 0.9em;
}

#ad .ad_h .ad_hi span.itu {
	margin: 0px 5px 5px 5px;
	margin-bottom:5px;
	display:block;
	font-size: 0.9em;
}


/* Direct 1 theme */
#ad .ad_h_direct {
	color:#006600;
	font-family:Verdana, Tahoma, Lucida Grande, Arial, Helvetica, sans-serif, Calibri, Georgia;
	font-size:0.9em;
}

#ad .ad_hi_direct {
	border:1px solid #FBE5C0;
	background-color:#FFF9F0;
	color:#006600;
}

#ad .ad_h span.adt_direct {
	background-color:#FBE5C0;
	color:#626262;
}

#ad .ad_h .ad_hi span.at_direct {
	color:#000066;
	text-decoration:none;
}

#ad .ad_h .ad_hi span.at_direct a {
	color:#000066;
	text-decoration:none;
}

#ad .ad_h .ad_hi span.itd_direct {
	color:#A9A9A9;
}

#ad .ad_h .ad_hi span.itu_direct {
	color:#006600;
}

/* Direct 2 theme */
#ad .ad_h_direct2 {
	color:#006600;
}

#ad .ad_hi_direct2 {
	border:1px solid #B7C3D2;
	background-color:#EBF0F5;
}

#ad .ad_h span.adt_direct2 {
	background-color:#EBF0F5;
	color:#626262;
}

#ad .ad_h .ad_hi span.at_direct2 {
	color:#000000;
}

#ad .ad_h .ad_hi span.at_direct2 a {
	color:#000000;
}

#ad .ad_h .ad_hi span.itd_direct2 {
	color:#090909;
}

#ad .ad_h .ad_hi span.itu_direct2 {
	color:#006600;
}

/* Direct 3 theme */
#ad .ad_h_direct3 {
	color:#000000;
}

#ad .ad_hi_direct3 {
	border:1px solid #FFBC79;
	background-color:#FFF9DF;
	font-family: Tahoma, Helvetica, sans-serif, Calibri, Georgia;
}

#ad .ad_h span.adt_direct3 {
	background-color:#FFFFFF;
	color:#626262;
}

#ad .ad_h .ad_hi span.at_direct3 {
	color:#AA0000;
}

#ad .ad_h .ad_hi span.at_direct3 a {
	color:#AA0000;
}

#ad .ad_h .ad_hi span.itd_direct3 {
	color:#444444;
}

#ad .ad_h .ad_hi span.itu_direct3 {
	color:#444444;
}


/*
h2 {
  font: 22px Georgia, "Times New Roman";
  position: relative;
  color: #0094D6;
  margin: 10px 0;
  padding: 0;
}
h2 b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: #FFF;
  overflow: hidden;
  opacity: 0.63;
  filter: alpha(opacity=63);
  -moz-opacity: 0.63;
}
*/


a.acat {
	font-size:12px;
	vertical-align:middle;
	white-space:nowrap;
	text-decoration: none;
	color: #0065FF;
}

a.acat:hover {
	text-decoration: underline;
}

div.cat {
	font-size:11px;
	vertical-align:middle;
	white-space:nowrap;
	text-decoration: none;	
}

div.cat a {
	color:#0065FF;
	text-decoration: none;
	white-space:nowrap;
}

div.cat a:hover {
	color:#0065FF;
	text-decoration: underline;
}

#menu li.i {background:url(/images/menubg.gif) no-repeat 0 -50px;}
#menu li.i a {background:url(/images/menubgr.gif) no-repeat right -50px;}
/* 0 -50px;}*/
	
div.articleslist {
	/*float:left;*/
	width:605px;
	height: 220px;
	margin-left:0px;
	margin-right:0px;
	border:0px solid blue;
	margin-top:0px;
	margin-bottom:0px;
	overflow:hidden;
}

div.articleslist_50 {
	float:left;
	/*width:48%;*/
	width:305px;
	margin-left:0px;
	margin-right:0px;
	border:0px solid blue;
	margin-top:0px;
	margin-bottom:0px;	
	padding-left:10px;
}

span.w1 {
	background-image: url(/images/li_1.gif);
}
span.w2 {
	background-image: url(/images/li_2.gif);
}
span.w3 {
	background-image: url(/images/li_3.gif);
}
span.w4 {
	background-image: url(/images/li_4.gif);
}
span.w5 {
	background-image: url(/images/li_5.gif);
}
span.w6 {
	background-image: url(/images/li_6.gif);
}
span.w7 {
	background-image: url(/images/li_7.gif);
}
span.w8 {
	background-image: url(/images/li_8.gif);
}
span.w9 {
	background-image: url(/images/li_9.gif);
}
span.w10 {
	background-image: url(/images/li_10.gif);
}

span.article_a {
	/*clear:both;*/
	height:100px; 
	width:95%;
	border:0px solid red;
	display:block;
	text-align:justify;
	margin-bottom: 4px;
	margin-top:0px;
	vertical-align: middle;
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:30px;
	/*margin-left:-20px;*/
	padding-top:1px;
	padding-bottom:1px;	
}

div.article_a {
	margin:0px;
	padding:0px;
	border:0px solid green;
}

#a_nav {float:right;}
/*#a_nav a, #a_nav strong { margin: 0 5px; padding: 3px 5px; border: 1px solid #ccc; text-decoration: none }*/
#a_nav a {margin:5px 0px; padding:5px 5px; border:1px solid #ccc; display:block; text-decoration: none; text-align:center;}
#a_nav a.activeSlide {
	background: antiquewhite;
	font-weight:bold;
}
#a_nav a:focus { outline: none; }


#sidebar span.a {
	text-decoration: none;
	color: #0065FF;	
}