/* * * * * * * * * * * * */
/* Dr. Andy Laboratorium */
/* ICQ:    221901026     */
/* mаil: dr_andy@mail.ru */
/* phone +38-096-4839592 */
/* * * * * * * * * * * * */
* { margin: 0;	padding: 0;	font-size: 100%; }

/* * * * * * * * * * * */
HTML, BODY {
 font-family: "Verdana", "Arial", Sans-Serif;
 font-size: 10pt;
 background-color: #FEFEFE;
 color: #000000;
 margin: 0px;
 padding: 0px;
}
FORM {
 margin: 0px; 
 padding: 0px;
}
IMG {
 padding: 0px;
 margin: 0px;
 border: 0px;
}
.divimg, .divimg IMG {
 padding: 2px;
 margin: 3px;
 font-size: smaller;
 text-align: center;
}
P {
 text-indent: 10pt;
 text-align: justify;
 padding: 2pt;
}
OL, UL {list-style-position: inside;}
SUP, SUB {font-size: smaller;}
H1 {
        margin: 16px; 
        color: #003333;
        font-weight: bold;
        font-size: 16pt;
	text-decoration: underline;
 text-shadow: #393939 0px 1px 1px;
        
}
H2 {
        margin: 12px; 
        color: #003333;
        font-weight: bold;
        font-size: 14pt;/*1.5em;*/
        font-style: oblique;
 text-shadow: #393939 0px 1px 1px;
}
H3 {
        margin: 8px; 
        color: #003333;
        font-weight: bold;
        font-size: 12pt;/*1.5em;*/
}
H4 {
        margin: 6px; 
        color: #003333;
        font-size: 11pt;/*1.5em;*/
}

.all {
   width: 100%;
   border: 0px solid #FEFEFE;
   margin: 0px;
   text-align: center;
}
.central
{
	width: 800px;
	text-align: left;
	padding: 0px 8px 0px 8px;
}
.toptile {width: 100%; background-image: url(../__img/top-bg.jpg); background-repeat: repeat-x;}
.contentbg
{
 background-image: url(../__img/bg1.jpg);
 background-repeat: no-repeat;
 padding: 1px;
}
.tdleft
{
	background-color: #99CCCC;
	background-image: url(../__img/grad_hl.gif);
	background-position: right top;
	background-repeat: repeat-y;

}
.tdright {
	background-color: #99CCCC;
	background-image: url(../__img/grad_hr.gif);
	background-repeat: repeat-y;
}
.topmenu {
    font-family: "Verdana", "Helvetica", sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: #FEFEEE !important;
	background-color: #336666;
	background-image: url(../__img/grad_v2.gif);
	background-repeat: repeat-x;
    margin: 0px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 3px;
}
.topmenu TD {
   vertical-align: middle;
    color: #FEFEEE;
}
.topmenu A,
.topmenu A:link,
.topmenu A:active,
.topmenu A:visited {
    color: #FEFEEE;
    text-decoration: none;
}
.topmenu A:hover {
    color: #FEFEEE;
    text-decoration: underline;
}

A,
A:link,
A:active,
A:visited {
    text-decoration: none;
}
A:hover {
    text-decoration: underline;
}
.menu {
  color: #636363;
  width: 190px;
	display: block;
	border: 1px solid #999999;
	border-radius: 3px;
	padding: 3px;
   background-color: #ECECEC;
   margin: 0px;
   text-indent: 1px; 
   font-size: 8.5pt;
	overflow:hidden;
  
}
.menu UL {list-style-position: outside;}
.menu LI {list-style: none; padding-bottom: 1px; padding-left: 0; white-space: nowrap; overflow:hidden;}
.menuhead {
		background-color: #99CCCC;
		display: block;
		width: 100%;
		white-space: nowrap;
		font-weight: bold;
	padding-top: 1px;
	padding-bottom: 2px;
		margin-top: 3px;
		margin-bottom: 1px;
		background-image: url(../__img/grad_v3.gif);
	background-repeat: repeat-x;
	text-shadow: #363636 0px 1px 1px;
}
.menu A,
.menu A:link,
.menu A:active,
.menu A:visited {
    color: #336666;
    text-decoration: none;
}
.menu A:hover {
    color: #336666;
    text-decoration: underline;
}
.flogin
{
 font-family: "Lucida Console", "Courier New", monospace;
 font-size: 12px;
 color: #336666;
 background-color: #FEFEFE;
 border-left: #aaaaaa 1px solid;
 border-bottom: #cfcfcf 1px solid;
 border-right: #bababa 1px solid;
 border-top: #909090 1px solid;
 margin: 0px;
 padding: 1px;
}
.blogin
{
 background-color: #99CCCC; 
 background-image: url(../__img/grad_v3.gif);
 color: #336666;
 font-size: 11px;
 font-weight: bold;
 height: 20px;
 padding: 2px;
 border-right: #aaaaaa 1px solid;
 border-top: #cfcfcf 0px solid;
 border-left: #bababa 0px solid;
 border-bottom: #909090 1px solid;
 cursor: pointer;
 border-radius: 3px;  
}
.copy {
   font-size: 9px;
	color: #636663;
	margin-top: 4px; 
	display: block;
	padding-top: 2px;
}
.copy A {
	color: #636663;
}
SMALL,
.small {
font-size: smaller;
}
.fb-like {
	clear: both;
	margin:5px;
}
.greenbox {
	margin: 5px;
	border: 1px solid #33CC66;
	border-radius: 4px;  
	padding: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #EEFFEE; 
}