/*-------------------------------------------------------------* 
 |	                       		                                 |
 |	      Date:  15.08.2009		                                 |
 |	    Author:  Alexandra V. Vovk                              |
 |		Project:  iksmed.ru                                      |
 |	                       		                                 |
 *-------------------------------------------------------------*/


/*-------------------------------------------------------------* 
 |			RESET            		                                 |
 *-------------------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, 
table, th, td, dt, dd, p, blockquote, pre, form, fieldset
	{ margin: 0; padding: 0; }

/*-------------------------------------------------------------* 
 |			HTML TAGS        		                                 |
 *-------------------------------------------------------------*/
* { min-height: 1px; } 
body { border: 0; background: #fff ; font-size: 14px; font-family: "Tahoma"; color:#575850;}

div { display: block; border: 0; }

/* ------ links ------ */
a { color: #575850; text-decoration: none; outline: none;}
a:hover { text-decoration: none; color: #8fd400; }

/* ------ text format ------ */
p { border: 0; margin: 10px 0; }

h1, h2, h3, h4, h5 { border: 0; padding: 8px 0 7px 0; font-weight: bold; line-height: 100%;}
h1, h2 {font-size: 16px; text-align: center; }
h1 { color: #575850; }
h2 { color: #8fd400; }
h3 { font-size: 14px; color: #8fd400; }
h4 { font-size: 12px;}
h5 { font-size: 8px;}

hr { display: block; height: 1px; margin: 5px 0 15px 0; background:#8fd400;}

/* ----- tables ----- */
table { display: table; border-collapse: collapse; margin: 15px 0; border: 1px solid #575850; font-size: 100%; }
tr { display: table-row; }
th, td { display: table-cell; border: 1px solid #575850; padding: 5px; vertical-align: top; text-align: left; }
th { background: #8fd400; text-align: center; color: #575850; font-weight: bold; }

/* ----- lists ----- */
ul, ol { display: block; border: 1px; margin: 0 0 15px 45px;}
ol { list-style-type: decimal; }
ul { list-style: none; }
ol li { background: transparent; list-style-position: inside; padding: 0 0 5px 5px; }
li { background: url(img/marker.gif) 0 4px no-repeat; padding: 0 0 5px 15px; border: 0;}
ul ul, ul ol, ol ol, ol ul { margin: 0 0 0 20px;}

dl { border: 0; margin: 15px 0; }
dt { border: 0; font-weight: bold;}
dd { border: 0; margin: 0 0 0 30px; }

/* ----- forms ----- */
form { border: 0;}
fieldset { border: 0; }
legend { margin-left: 10px; font-size: 100%; font-weight: bold; color: #008; }
input	{ font: 16px "Tahoma", san-serif; width: 100px; border: none; margin: 3px 0 3px 0; }
input#submit { background: #8fd400; color: #575850; margin: 3px 0 3px 0; }
textarea	{ width: 166px; margin: 3px 0 3px 0; }

/* ----- others ------ */
a, img, span { border: 0; margin: 0; padding: 0; }
abbr, acronym { border-bottom: 1px dotted #CCC; cursor: help; }

del, .through { text-decoration: line-through; }
strong, .strong { font-weight: bold; }
cite, em, q, var { font-style: italic; }
code, kbd, samp { font-family: monospace; font-size: 110%; }
sub { font-size: 10px; }

/*-------------------------------------------------------------* 
 |			GENERIC CLASSES  		                                 |
 *-------------------------------------------------------------*/

/* ------ Floating ------ */
.f-left { float: left; }
.f-right { float: right; }

/* ------ Text align ------ */
.t-left { text-align: left; }
.t-center { text-align: center; }
.t-right { text-align: right; }

/* ----- paddings & margins ------ */
.p-null	{ padding: 0; }
.m-null { margin: 0; }

/* ----- align ----- */
.va-middle { vertical-align: middle; }

/* ----- clear floating ----- */
.clear { clear: both; }
.box { min-height: 1px; }
.box:after { content: "."; display: block; line-height: 0px; font-size: 0px; visibility: hidden; clear: both; }

/* ----- no screen ----- */
.noscreen { display: none; }

.w-all { width: 100% !important; }


/*-------------------------------------------------------------* 
 |			BASIC LAYOUT     		                                 |
 *-------------------------------------------------------------*/
#main1 { width: 1000px; margin: 0 auto; background: #fff; }
#main2 { width: 1000px; margin: 0 auto;  background: #fff; }
#page { width: 1000px; min-height: 1px; background: #fff url(img/page.gif) top right repeat-y; }
#page2 { width:1000px; margin:0 auto; min-height: 1px; background: #fff url(img/page.gif) top right repeat-y; }

#green-line-top { margin: 0 auto; background: #8fd400; width: 100%; height: 16px; border-top: 1px solid #fff; }
#green-line-top2 { margin: 0 auto; background: #8fd400; width: 1000px; height: 16px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; text-align: center; }

#img-left { float:left; margin:5px 15px 5px 0; border: 1px solid #575850; }
#img-right { float:right; margin:5px 0 5px 15px; border: 1px solid #575850;}
	
/*------------   ALT & TITLE STYLE  ---------------------------*/
#tooltip { background: url(img/tooltip.png) repeat; border: 1px solid #666666; color: black; font: menu; margin: 0px; padding: 3px 5px; position: absolute; visibility: hidden; }


/*-------------------------------------------------------------* 
 |			HEADER           		                                 |
 *-------------------------------------------------------------*/
#logo { float: left; width:225px; height:155px; margin:0; padding:0; background:#575850 url(img/logo2.gif) 0 0 no-repeat; color:#8fd400;}

	/* ----- DIVIDERS ----- */
 	#top-left-line	{ border-left: 1px solid white; float: right; width: 16px; height: 45px; margin: 0; padding:0; background: #575850; }
	#middle { float: left; width: 775px; height: 45px; margin: 0; padding: 0; background: #575850; color: #8fd400; }

	/* ----- ICONS IN HEADER ----- */
	#icons { border: 1px solid white; border-width: 0 1px; float: left; width: 147x; height: 37px; margin: 0; padding: 3px 0 5px 0; background: #575850; color: #8fd400; }
		#icons img { padding: 0 5px 0 5px;}

	/* ----- AJAX SEARCH IN HEADER ------ */
	#ajax-search { float: right; display: block; overflow: hidden; width: 360px;}
		#ajax-search fieldset { width: 360px; height: 45px; }
	#ajaxSearch_form { float:left; display:block ;color:#575850; width:360px; height:45px; padding:0; margin:0; background:#575850 url(img/search-bg.gif) top left no-repeat; }
	#ajaxSearch_input { width:306px; display:inline; height:22px; background:#fff; margin: 9px 10px 14px 10px; padding:0; vertical-align:middle; text-align:right; }
	#ajaxSearch_submit { text-indent: 30px; display:inline; width:25px; height:35px; padding: 0; margin: 5px 2px; color: #575850; background:#575850 url(img/find.gif) right no-repeat;}

	.AS_ajax_result {  color: #444; margin: 10px 0 3px 0; }
	.AS_ajax_resultLink { text-decoration: underline; font-weight: bold; }
	.AS_ajax_resultDescription{ color: #555; }
	.AS_ajax_more { color: #555; }

	/* ------ ANNOUNCE OF 2 ARTICLES IN HEADER ----- */
	.articles {float:left;width:315px;height:110px;background:#fff;font-size:12px;vertical-align: top;}
	#articles-div {float:left; width:7px; height:110px; margin:0; padding:0; background:#FFF;}
   		.articles .article { clear:both; margin:6px 10px 0 10px; padding:0;  background:#fff; height:92px; display: block;overflow: hidden;} /*  */
    		.articles .article p { text-align:justify; margin:3px 0 0 0; padding:0; line-height:100% }
    		.articles .article h3 { margin:0; padding:0; }
    		.articles .article a { font-size:14px; }
	   	.article-readmore {margin:0 10px; padding:0;font-size: 10px;text-align: right; line-height:100%;letter-spacing:1px;}
			.article-photo-short { float: left; margin:1px 10px 0 0; width:70px; border:1px solid #575850; }

	/* ----- RSS FEED BUTTON ----- */
	#rss { float: left; width: 120px; height: 110px; background: #fff url(img/rss2.gif); }
	#rss-left-line	{ float: left; width: 16px; height: 110px; margin: 0 0 0 2px; padding: 0; background: #575850; }


  
/*-------------------------------------------------------------* 
 |			LEFT COLUMN        		                              |
 *-------------------------------------------------------------*/
#left {float:left;width:225px;min-height:1px;background:#575850;}
	#left .leftboxdiv { width:225px; height:5px; background:#8fd400; border: 1px solid #fff; border-width:1px 0 1px 0; z-index:1000;}

	/*-------------------------------------------------------------* 
 	|			MENU                		                              |
 	*-------------------------------------------------------------*/
   #left #tabs { background:#fff; margin:0; padding:0; border:0; font-size:16px; font-weight:bold; line-height:150%;}
	    #left #tabs ul { margin:0; padding:0; list-style:none; }
	    #left #tabs ul li { width:225px; margin:1px 0 0 0; padding:0; float:left; }
	    #left #tabs ul li a {display:block; position:relative; height:28px; background:#575850; color:#fff; text-decoration:none; }
	    #left #tabs ul li a p {text-align:left;text-indent:10px; margin:0; padding:0; }
	    #left #tabs ul li a:hover {background:#8fd400; color:#575850;text-decoration: none;}
	    #left #tabs ul li.active a { background:#8fd400; color:#575850;}
      
      /* ----- MENU LEVEL 2 ----- */
	    #left #tabs ul.menu-l2 { border-top: 1px solid #fff; margin:0; padding:0; min-height:0px; list-style:none;}
		  #left #tabs ul.menu-l2 li { width:225px; margin:0; padding:0; float:left;  font-size:12px; line-height:110%; }
	    #left #tabs ul.menu-l2 li a { background:url(img/marker-menu-l2.gif) 24px 1px no-repeat #575850; height:auto; display:block; position:relative; padding:2px 5px 5px 40px; color:#fff; text-decoration:none; }
	    #left #tabs ul.menu-l2 li a p { text-align:left; text-indent:0px; margin:0; padding:0; }
	    #left #tabs ul.menu-l2 li a:hover { color:#8fd400; text-decoration: underline; background:url(img/marker-menu-l2-act.gif) 24px 1px no-repeat #575850;}
	    #left #tabs ul.menu-l2 li.active a { color:#8fd400; text-decoration: underline; background:url(img/marker-menu-l2-act.gif) 24px 1px no-repeat #575850;}

	/*-------------------------------------------------------------* 
 	|			NEWS ANNOUNCES IN LEFT COLUMN                         |
 	*-------------------------------------------------------------*/
	#left .leftbox { background: #575850; color: #fff; margin: 0; padding: 0 10px 5px 10px; border: 0;}
		#left .leftbox h2 { padding: 0; margin: 0; line-height: 150%; }
		#left .leftbox hr { background: #8fd400; width: 205px; height: 1px; margin: 3px 0 5px 0; border: none; }
		#left .leftbox a { color: #fff; text-decoration: underline; font-weight: bold; line-height: 120%;}
		#left .leftbox a:hover { color: #8fd400; text-decoration: underline; font-weight: bold; }
		#left .leftbox .article { font-size: 12px; margin: 5px 0 0 0; text-align: justify; line-height:110%; }
		#left .leftbox .date { font-size: 10px; font-weight: normal; margin: 0 0 15px 0; padding: 0; text-align: right; line-height: 100%; }

	/*-------------------------------------------------------------* 
 	|			ARCHIVE CALENDAR					                         |
 	*-------------------------------------------------------------*/
    .calendar {margin:0; padding:0;}
		.cal_tr {margin:0; padding:0; text-align:center; }
		.cal_th {margin:0; padding:2px 5px; color: white !important; text-align:center; }
		.cal_td {margin:0; padding:2px 5px; color: white !important; text-align:center; }
		.cal_link, .curDay {margin:0; padding:0; text-align:center; vertical-align: middle;}
    .cal_link a {margin:0; padding:2px 5px; background:#72726e; }
		.cal_link a:hover {margin:0; padding:2px 5px; text-align:center; background: #fff; text-decoration:none;}
		.curDay a {margin:0; padding:2px 5px; background:#8fd400;}
		.curDay a:hover {margin:0; padding:2px 5px;background:#fff;}
    .calendar-month { margin:0 0 10px 0; padding:0; font-weight: bold; color: white !important; }
				

		
/*-------------------------------------------------------------* 
 |			CONTENT            		                              |
 *-------------------------------------------------------------*/
.white-line { float: left; width: 775px; height: 1px; background: white; }
#content { float: left; width: 759px; background: white; padding-top: 5px; }
	

	/* ----- TEXT BOX ----- */
	#content #text { background:#fff;padding:0 0 0 0;margin:5px 10px 0px 10px; border-top: 1px solid #8fd400;} 
	#content #text p { text-indent:50px;  margin: 5px 0;  }
	#content #text p, #content #text li  { text-align:justify; line-height:140%; letter-spacing:0.8px;}
	#content #text h3 { text-indent: 50px; }
	
	#content #text table { margin: 0 auto; }
	
	#content .divider {float:left;width:9px;}
	
	/*-------------------------------------------------------------* 
 	|			TEXT NAVIGATION ELEMENTS           		               |
 	*-------------------------------------------------------------*/
		/* ----- BREADCRUMB NAVIGATOR ----- */
		.B_crumbBox { font-size: 12px; margin: 0 10px; }
		.B_lastCrumb { color: #575850; }
		a.B_homeCrumb, .B_crumb { color: black; }
		a:hover.B_homeCrumb, a:hover.B_crumb { color: #8fd400; text-decoration: underline; }

  		/*------------   ALPHABET NAVIGATOR  ---------------------------*/
		#letters { width:100%; text-align: left; margin-bottom: 10px; display: block; text-indent: 0 !important; }
		#letters a { color: #000; padding: 0 1px 0 0; font-weight: bold; }
		#letters a:hover { color: #8fd400; text-decoration: underline; }
		#letters .active { color: #8fd400; font-size: 16px; }

  		/*------------   LIST OF PAGES IN NEWS & ARTICLES ANNOUNCES  ---------------------------*/
		#paginate { float: left; width: 100%; clear:both; padding: 15px 0 5px 0; font:12px "Verdana"; letter-spacing:2px; text-align:center; }
		#paginate a { text-decoration:none; }
		#paginate a:hover { color:#8fd400; }
	
  		/*------------   LIST OF PAGES OF PAGE CONTENT ---------------------------*/
		#text-pages { width: 100%; clear:both; padding: 10px 0 0 0; font:12px "Verdana";  text-align:center; }
		#text-pages a { font-weight: bold; text-decoration:none; }
		#text-pages a:hover { color:#8fd400; }
		#text-pages a.active { color:#8fd400; font-weight: bold; text-decoration:none; }
		#text-pages a:hover.active { text-decoration: underline; }
		
	/*-------------------------------------------------------------* 
 	|			TEXT STYLES OF OTHERS ELEMENTS OF CONTENT             |
 	*-------------------------------------------------------------*/
		/* ----- AJAX SEARCH IN DOCUMENT (!not in header) ------ */
		#text #ajaxSearch_form { width: 100%; height:24px; text-align: center; padding:0; margin: 10px 0; background: #fff; }
		#text #ajaxSearch_input { border: 1px solid #72726e; width:450px; height:20px; background: #f2f2f2; margin:0; padding:2px 0 0 0; vertical-align:top; text-align:right; }
		#text #ajaxSearch_submit { text-align: center; margin:0; padding-bottom: 3px; text-indent: 0; width: 70px; height:24px; color: white; background: #575850; }
		#ajaxSearch_intro, p.ajaxSearch_resultsInfo { text-indent: 0 !important; text-decoration: underline; }
		.ajaxSearch_result { font-size: 12px; margin: 10px 0 3px 0; }
		.ajaxSearch_resultExtract p { margin: 0 0 15px 0 !important; text-indent: 0 !important; }
		.ajaxSearch_resultLink { font-size: 14px; text-decoration: underline; font-weight: bold; }
		.ajaxSearch_resultDescription{ color: #555; }
		.ajaxSearch_paging { font-size: 12px; padding: 5px 0; display: block; width: 100%; text-align: center; }
		.ajaxSearch_currentPage { color: #8fd400; }
		.ajaxSearch_highlight { font-weight: bold; }
		/*#text .AS_ajax_more { color: #555; }*/
			
		/* ----- ARTICLES IN CONTENT ------ */
  		#content #text .article { display:block;overflow:hidden;float:left; width:360px;height:160px; margin:0; padding:0; background:white;} 
  		#content #text .article p { text-indent:0px; display:block;overflow:hidden;height:110px;text-align:justify; margin:0; padding:0; line-height:112%; }
  		#content #text .article h3 { text-indent: 0; margin:0; padding:0; $padding:0 0 2px 0; height:16px; overflow:hidden;}
  		#content #text .readmore { float:left;padding:0;width:360px;margin:0; border-top:1px solid #575850; color:#575850; font:10px "Verdana"; text-align:right; }
  		#content #text .readmore span.rm {}
		#content #text .info { padding:0; margin:3px 0 1px 0; border-top:1px solid #575850; color:#575850; font:10px "Verdana"; text-align:left; }
		#content #text .info span.date {padding-left:15px; background:url("img/ico_date.gif") no-repeat;}
		.article-photo { float: left; display:block; overflow:hidden; margin:2px 10px 5px 0; width:100px; height:100px; border:1px solid #575850; }
			@media all and (min-width: 0) { #content .article { margin:0 0 0 0; padding:10px 0 0 0; } }
			
		/* ----- PUBLICATIONS BY DATE */	
		#content #text .publication { width: 100%; }
		#content #text .publication h3 { text-indent:0px; margin: 0 1px; padding: 0 5px 3px 5px;  }
		#content #text .publication p { text-indent: 0px; text-align: justify; padding: 0 5px; margin: 0 0 20px 0; background: #f2f2f2; }
		#content #text .publication .read { float: right; color: #ccc; padding-top: 2px; font-size: 12px; }
	
 	 	/*------------   DICTIONARY ANNOUNCESS  ---------------------------*/
		.disease { width: 50%; margin: 0; float: left;}
		.disease h1.ds { padding: 5px 0; font-size: 15px; padding-left: 30px; text-align: left; }
		.disease h1.ds a { color: #575850; }
		.disease h1.ds a:hover { text-decoration: underline; }


		/* ----- ODNAKNOPKA ----- */
		#odnaknopka { vertical-align: top; clear: both; border-top: 1px solid #8fd400; float: left; width:729px; display: block; text-align: right; margin: 10px 10px 20px 0; padding-top: 5px; line-height: 50%; }

/*-------------------------------------------------------------* 
|			FOOTER						          		               |
*-------------------------------------------------------------*/
#footer { float: left; width: 225px; min-height: 40px; background: #575850; margin: 0; }
	#footer p { margin: 5px; font-size: 12px; }
	#footer p a { font-size: 1px; color: #575850; }
	#footer p a:hover { color: #575850; }
	
	/*------------  COPYRIGHTS  ---------------------------*/
	#copys { float: left; width: 759px; min-height: 40px; background: #fff; }
		#copys p { margin: 10px 10px 0 0; font-size: 11px; }
		
		
