﻿BODY,P,TD {FONT-SIZE: 13px; COLOR: #DDDDDD; FONT-FAMILY: Verdana}
h1 {FONT-SIZE: 20px ;COLOR: #CCCCCC}
a {COLOR: #FFFFCC}
.title {FONT-SIZE: 12px ;COLOR: #CCCCCC;}
.black {FONT-SIZE: 12px ;COLOR: #333333;}
a.black2 {FONT-SIZE: 14px ;FONT-WEIGHT: bold; COLOR: #333333;padding: 0px 50px 10px 00px}
a.black2:hover {COLOR: #000000;x}
.copy {FONT-SIZE: 11px ;COLOR: #CCCCCC;}
.lim {FONT-WEIGHT: bold; FONT-SIZE: 14px;COLOR: #CCCCCC;}
#tooltip{background:#FFFFFF;border:1px solid #666666;color:#333333;font:menu;margin:0px;padding:3px 5px;position:absolute;visibility:hidden}

/* начало мои изменения */

/* Начало Новый HEADER */
.header {
	width: 900px;
	height: 140px;
	background-color: #231F20;
	overflow: hidden;
	background: url(img/bg-header_900x140.jpg) no-repeat 50% 0;
	border-bottom: 9px solid #fcd617;
}
#logo {
	float: left;
	width: 139px;
	height: 45px;
	background-color: #231F20;
	overflow: hidden;
	background: url(img/logo.gif) no-repeat;
	margin: 16px 0 0 20px;
}

/* Конец Новый HEADER */

#text_in_head {
	font-size: 15px;
	position: relative;
	bottom: 40px;
	left: 10px;
}
#text_in_head  a{
	text-decoration: none;
	color: #FBD800;
}

#copy-text {
	position: relative;
	top: 19px;
	left: 210px;
}

#scroll-text {
	position: relative;
	bottom: 16px;
	/*border: 1px solid black;*/
}

#news-220 {
	list-style:none;
}

#new-in-sale {
	font-style: italic;
}

.btn_service{
	width: 130px;
	height: 44px;

	/*
	position: relative;
	top: 20px;
	left: 118px;
	*/
	/*
	background-color: #234455;
	border: 3px solid black;
	*/
	
	background: url(btn1.jpg) no-repeat;
}

.btn_service:hover{
	/*
	background-color: #214051;
	border: 3px solid black;
	*/
	background: url(btn1.jpg) no-repeat;
}
/*
.btn_link{
	text-decoration: none;
	
}

.btn_link a:hover{
	
}
*/
.post h2 {
	color: #FFFFCC;
}
#table_product5 {
	width: 335px; 
	overflow: hidden;
	border-spacing: 1px;
}
#table_rezka_trub {
	width: 100%; 
	overflow: hidden; border-spacing: 1px;
}
#table_rezka_trub a:link{
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
}
#table_rezka_trub a:hover{
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
}
#table_rezkametal, #table_rezkaplastic, #table_rezkaventilyacii, #table_snyatiefaski {
	width: 280px;
}

#table_product5 tr td, #table_rezka_trub tr td, #table_rezkametal tr td, #table_rezkaplastic tr td, #table_rezkaventilyacii tr td, #table_snyatiefaski tr td {
	padding: 5px;
	border: 1px solid #646464;
}
#table_product5 tr td a{
	text-decoration: underline;
	font-weight: bold;
}
#table_product5 tr td a:hover{
	text-decoration: none;
	font-weight: bold;
}


#table_product_news_alu tr td {
	padding: 5px;
	border: 1px solid #646464;
}
#table_product_news_alu {
	width: 300px; 
	overflow: hidden;
	border-spacing: 1px;
}
#table_product_news_alu tr td a{
	text-decoration: underline;
	font-weight: bold;
}
#table_product_news_alu tr td a:hover{
	text-decoration: none;
	font-weight: bold;
}

#table_pipebench tr td{
	padding: 5px;
	border: 1px solid #646464;
}
#table_pipebench tr td a{
	text-decoration: underline;
	font-weight: bold;
}
#table_pipebench tr td a:hover{
	text-decoration: none;
	font-weight: bold;
}

.post {
	background: none repeat scroll 0 0 #231F20;
}
.post a{
	text-decoration: none;
}
.post a:hover{
	text-decoration: underline;
}

.alignright {
	float: right;
	margin-top: 1px;
}
.info-box {
	width: 100%;
	/*float: left;*/
}
.table_statistikarezki tr td{
	width: 227px;
}
.table_statistikarezki tr{
	text-align: center;
}
#table_fe {
	border: 1px solid grey;
	text-align: center;
}
#table_fe tr td{
	border: 1px solid grey;
}

 #yandexmetrika {
	/*border: 1px solid green;*/
 }
 #yandexmetrika img{
	float: right;
	position: relative;
	bottom: 0px;
	right: 0px;
	/*border: 1px solid blue;*/
 }
 #rotorica_footer a:hover{
	color: #cccccc;
 }

/*
#table_rezkametal td{
	width: 227px;
}
*/

/* сверкающий текст */
@-webkit-keyframes blink {
 10% { transform: scale(1, 1) rotate(80deg); }
 20% { transform: scale(0, 0) rotate(160deg); }
 100% { transform: scale(0, 0) rotate(0deg); }
}
@keyframes blink {
 10% { transform: scale(1, 1) rotate(80deg); }
 20% { transform: scale(0, 0) rotate(160deg); }
 100% { transform: scale(0, 0) rotate(0deg); }
}
#blink {
  /*position: relative;
  display: inline-block;
  color: #000;
  text-shadow: 0 0 10px #3d7a97;
  background: #064578;*/
}
#blink:after, #blink:before {
  content: "";
  position: absolute; top: 0; left: 0;
  display: block;
  width: 100px;
  height: 100px;
  background-image: 
    radial-gradient(rgba(255,255,255,1), rgba(255,255,255,0) 30%),
    linear-gradient(45deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%),
    linear-gradient(135deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%);
  -webkit-animation: blink 10s linear infinite;
  animation: blink 10s linear infinite;
  transform: scale(0, 0) rotate(0deg);
}
#blink:before {
  top: -30%;
  right: 0; left: auto;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

#linkgreen a:visited{
	text-decoration: underline;
	color: #143c42;
}
#linkgreen a{
	text-decoration: underline;
	color: #143c42;
}
#linkgreen a:hover{
	text-decoration: none;
	color: #256973;
}


/* конец мои изменения */
