/**********************************************************************************************
    
	Tetra's styles for website www.tetra.ua
    author: Artem Radchenko (www.artemradchenko.com)

 	general styles for all kind of pages 

**********************************************************************************************/
BODY
{
	FONT-FAMILY: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	background-color:#FFF!important;
	color: #333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-shadow: #000 0 0;
}
p {
	font-size : 12px;
	text-shadow: #000 0 0;
}

/*ul>li{
	list-style-type : square;
}
ol>li, ol>li+ol>li {
	list-style-type : square;
}*/
ul {
	/*font-size : 12px;*/
}
ul li{
	list-style-type: square;
}
sup, sub{
	vertical-align: baseline;
	position: relative;
    font-size:  79%; //font-size: 89%;
    line-height: 0;
}
sup{top: -0.5em;}
sup{bottom: -0.5em;}
 
table{font-size: 12px;}
.style3 {font-size: 10px}

h1, h2, h3 {font-family:Arial, Helvetica, sans-serif; font-weight:normal;}
h3 {font-weight:bold}

h1{font-size : 20px; margin-top: 20px;}
h2{font-size : 18px; margin-top: 20px;}
h3{font-size : 16px; margin-top: 20px;}
h4{font-size : 14px; margin-top: 20px;}
h5{font-size : 12px; margin-top: 20px;}

h2>p, h2+p, h3+p, h3+ul, h3+li, h3+table {
	padding: 0;
	margin-bottom: 10px;
	margin-top: -8px;
	}


/**********************************************************************************************

 Stiles for body tables 
 **********************************************************************************************/
/* General */
.tab_big {
	height : 100%;
	width : 100%;
	z-index: 5;
}
.tab_top_corners {
	height : 100px;
	width : 5%;
}
.tab_text {
	height : 99%;
	vertical-align : top;
	text-align : left;
	font-size : 12px;
}
.tab_fence {
	height : 30px;
	background : url(../img/fence_top.gif);
	vertical-align : middle;
}
.tab_bottom{
	height : 100px;
	background-color : #CCCCCC;
}
.tab_bottom_line {
	height : 20px;
	background-image : url(../img/fence_top.gif);
}

.table_border{
	border: 1px solid #999999;
}

.tab_qwe{
	border-bottom : 1px solid #DDDDDD;
}
.tab_qwe_dbl{
	border-bottom : 2px solid #DDDDDD;
}

/**********************************************************************************************

Top main logo of tetra
**********************************************************************************************/
.toplogo{
	background-image : url(../img/rad_tetra_toplogo.gif);
	width : 45px;
	height : 100px;
	background-repeat : no-repeat;
	background-position : top;
}
.toplogo_text{
	height : 100px;
	vertical-align : bottom;
	text-align : left;
	font-size : 14px;
	font-family : Georgia, Garamond;
	font-weight : bold;
	color : #7F7F7F;
	padding-bottom : 15px;
}
.toplogo_slogan{
	height : 100px;
	vertical-align : bottom;
	text-align : right;
	font-size : 14px;
	font-family : Georgia;
	color : Silver;
	padding-bottom : 15px;
}



/**********************************************************************************************

Top main navigation bar styles
**********************************************************************************************/
/* Top menu */
.tab_menu_general {
	height : 200px;
	background-image : url(../img/fon_menu_top1.gif);
	background-color : Silver;
}
/* table for logo from 3 parts */
.tab_menu_logo1 {
	width : 82px;
	background-image : url(../img/fon_menu_top1.gif);
	background-color : Silver;
}
.tab_menu_logo2 {
	height : 200px;
	width : 26px;
}
.tab_menu_logo3 {
	width : 87px;
}
/* logo from 3 parts inside the navigation bar */
.mainlogo1{
	height : 200px;
	width : 82px;
	background-image : url(../img/rad_tetra_logo1.gif);
	background-position : right;
	background-repeat : no-repeat;
}
.mainlogo2{
	background-image : url(../img/rad_tetra_logo2.gif);
	height : 200px;
	width : 26px;
	background-position : center;
	background-repeat : no-repeat;
}
.mainlogo3{
	background-image : url(../img/rad_tetra_logo3.gif);
	height : 200px;
	width : 87px;
	background-position : left;
	background-repeat : no-repeat;
}
.tab_menu_1{
	width : 235px;
	vertical-align : middle;
	text-align : left;
}
.tab_menu_2{
	width : 47px;
	vertical-align : middle;
	text-align : left;
}
.tab_menu_3{
	vertical-align : middle;
	text-align : left;
}


/**********************************************************************************************

Arrows
 **********************************************************************************************/
.navigation_arrows {
	color : #CCCCCC;
	font-size : 30px;
}
.navigation_arrows A:link {
color : green;
	text-decoration: none;
}
.navigation_arrows A:visited {
	text-decoration: none;
	color : green;
}
.navigation_arrows A:HOVER, .navigation_arrows A:ACTIVE  {
	color : green;
	text-decoration: underline;
}


/**********************************************************************************************

Text styles in skin styles css
**********************************************************************************************/


/**********************************************************************************************

Copyright styles 
 **********************************************************************************************/
.copyright_text{
	width : 50%;
	height : 100px;
	color : #585768;
	vertical-align : top;
	text-align : left;
	font-size : 10px;
	padding-top : 10px;
}

.copyright_text A:link {
	text-decoration: none;
	color : #585768;
}
.copyright_text A:visited {
	text-decoration: none;
	color : #585768;
}
.copyright_text A:HOVER, .copyright_text A:ACTIVE  {
	color : #585768;
	text-decoration: underline;
}

.copyright_rad{
	height : 100px;
	color : #585768;
	vertical-align : top;
	text-align : right;
	font-family : Verdana, Tahoma;
	font-size : 10px;
	padding-top : 10px;
}
.copyright_rad A:link {
	text-decoration: none;
	color : #585768;
	cursor: default;
}
.copyright_rad A:visited {
	text-decoration: none;
	color : #585768;
}
.copyright_rad A:HOVER, .copyright_rad A:ACTIVE  {
	color : #585768;
	text-decoration: none;
	cursor: default;
}

/**********************************************************************************************

Map styles
**********************************************************************************************/
div.data {
	font-size: 50%;
	width: 60em;
	cursor: crosshair;
}
div.zoom {font-size: 1.5em; width: 50em}

/**********************************************************************************************

PDF Icons
**********************************************************************************************/
.pds_icon_1 {
	background-image : url(../../img/ico/Pdf_0.gif);
	background-repeat : no-repeat;
	background-position : top;
}
.pds_icon_2 {
	background-image : url(../../img/ico/Pdf.gif);
	background-repeat : no-repeat;
	background-position : top;
}
.pds_icon_1 a,
.pds_icon_2 a {
	width : 32px;
	height : 32px;
	margin : 3 3 3 3;
	display: block;
}

/**********************************************************************************************

 .doc Icons
**********************************************************************************************/
.doc_icon_2 {
	background-image : url(../../img/ico/doc.gif);
	background-repeat : no-repeat;
	background-position : top;
}
.doc_icon_2 a{
	width : 32px;
	height : 32px;
	margin : 3 3 3 3;
	display: block;
}

/**********************************************************************************************

Tetra Search Engine
**********************************************************************************************/
form {margin:0}
#search {
	float: left;
	background: url(../../../search_bg.png) no-repeat left bottom #fff;
	margin: 4px 0 0 0px;
	height: 22px;
	position: relative;
	left: 19px;
	width: 420px;
}

.searchbox, #mt_search {
	width: 388px;
	height: 18px;
	background: none;
	color: #000;
	left: 30px;
	border: none;
	position: absolute;
	top: 3px;
	margin: 0;
}
#searchbutton{
position: absolute;
left: 420px;
border: none;
margin: 0;
}

.searchbutton:hover {
	cursor: pointer;
	color: #447728;
}
/**********************************************************************************************

Index
**********************************************************************************************/

#notice {
	position: absolute;
	right:0px;
	top:555px;
	width: 27%;
	height:200px;
	z-index:100;
}
.vacancy {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.vacancy A:link, .vacancy A:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style : none;
	border-bottom-width: 1px;
}
.vacancy A:HOVER, .vacancy A:ACTIVE {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style : dashed;
	border-bottom-width: 1px;
}
.vacancy2 {font-size: 12px; color: #002F00;}
.vacancy2 A:link, .vacancy2 A:visited {
color: #002F00;
	text-decoration: none;
	border-bottom-style : dashed;
	border-bottom-width: 1px;
}
.vacancy2 A:HOVER, .vacancy2 A:ACTIVE {
	color: #002F00;
	text-decoration: none;
	border-bottom-style : solid;
	border-bottom-width: 1px;
}
.dilersolgin {
	border-top: solid 2px #999999;
	border-bottom: solid 2px #999999;
	z-index: 100;
	position: relative;
	width: 70%;
	margin: 30px 0 0 0;
	padding: 0;
	min-width: 150px;
	height: auto;
	background: #F7F7F7 url(../rad_green/_dealer_bgrnd.gif) 0 bottom no-repeat;
	/*background-color: #EAEAEA;*/
}
.dilersolgin small small {
	visibility: hidden;
}

.dilersolgin div.hr {
	height: 1px;
	border-top: dashed 1px #999999;
	margin-top: 12px;
	margin-bottom: -10px;
	width: 100%;
}
.dilersolgin div.hr hr {
  display: none;
}

.dilersolgin .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #666666;
	margin: 5 0 2 0;
	padding: 0;
}
.dilersolgin .input {
	width: 65%;
	height: 20px;
	border: 1px solid #999999;
	color: #569035;
	padding: 0 0 0 0;
	margin: 0 0 5 0;
	min-width: 101px;
}
.dilersolgin .submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #569035;
	background-color: #CCCCCC;
	background-image: url(../rad_green/dealer_submit.gif);
	border: 0;
	width: 80px;
	height: 20px;
}

/*  */

.dilersolgin2 {
	border: 1px;
	border-color: #999999;
	border-style: dashed;
	position: relative;
	width: 350px;
	margin: 0 0 0 0;
	padding: 5 5 5 5;
	min-width: 150px;
	height: auto;
}
.dilersolgin2 .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #666666;
	margin: 5 0 5 0;
	padding: 0 0 0 0;
}
.dilersolgin2 .input {
	width: 65%;
	height: 20px;
	border: 1px solid #999999;
	color: #569035;
	padding: 0 0 0 0;
	margin: 0 0 5 0;
	min-width: 101px;
}
.dilersolgin2 .submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #569035;
	background-color: #CCCCCC;
	background-image: url(../rad_green/dealer_submit.gif);
	border: 0;
	width: 80px;
	height: 20px;
}

/* dealers button */
.dealers_button {
	background-image : url(../../img/ico/xls.gif);
	width : 50px;
	height : 50px;
	border : 0;
	cursor: pointer; cursor: hand;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}
.dealers_button_2 {
	height : 20;
	border : 0;
	color: #569035;
	cursor: pointer;
	cursor: hand;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	background-color : White;
	text-decoration : underline;
	text-align : center;
	vertical-align : middle;
	font-size : 13px;
	font-family : Verdana, Tahoma;
	width : 150;
}



/* .floats */
.floats
{
/* Компенсируем отступы между float-блоками, чтобы они занимали все доступное пространство */
margin: -3em 0 0 -2em;

/* Эти правила для IE */
position: relative;
display: inline-block;
clear: both;
}
.floats:after
{
content: '';
display: block;
clear: both;
}
.floats .left
{
position: relative;
float: left;

/* Убираем удвоение отступов в IE */
display: inline;

/* Прячем все, что вдруг вылезло за наши ограничения */
overflow: hidden;

/* Отсупы между float-блоками */
margin: 3em 0 0 2em;

/* Задаем минимальную ширину по картинке и тексту */
width: 20em;
min-width: 187px;
}
.floats .left .r
{
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.floats .left .min
{
/* Задаем минимальную высоту по картинке */
margin: 0 0 236px 0;

/* Задаем минимальную высоту по тексту */
height: 4em;

/* Дублируем значение минимальной ширины по картинке для IE */
width: 187px;
}
.floats img {border:0}

.up_point_litera {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/radengine/img/point.png) no-repeat scroll center top;
}
