/***CUSTOM CSS RULES FOR YOUR SITE***/
/*@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic');*/
body{

/*	font-family:Arial;
	font-size:13px; */
	font-family: 'Open Sans', sans-serif !important;
	font-size: 12pt !important;
	font-weight:normal !important;
	color:#616161 !important;
	text-align:left !important;
	line-height:1.2 !important;
}
a:link, a:visited{
	color:#925601;
	text-decoration:underline;
}

a:hover{
	color:#cc9900;
	text-decoration:none;
}

a:focus{
	outline:none;
}

img{
	border:none;
}
table.towns tr {
background: #DADADA;
}
table.towns tr td {
padding: 10px 10px;
border: 1px solid #C2C2C2;
}
table.towns tr.tit {
background: none;
}
table.towns tr.tit:hover {
background: none;
}
table.towns th {
  text-align: center;
  padding: 23px 0;
  background: #5BB87F;
  color: white;
  text-shadow: 0px 0px 5px #000;
  font-size: 14px;
 background: #5BB87F url('/images/border.png') 0 0 no-repeat;
}
table.towns tr:nth-child(2n) {
background: #fff;
}
table.towns span {
  font-size: 16px;
  color: #4C4C4C;
  font-weight: bold;
}
table.towns tr:hover {
	background: cornsilk;
}
.fixed{
  top:0;
  position:fixed;
  width:auto !important;
  display:none;
  border:none;
}
table.towns {
  width: 100%;
  border-collapse: collapse;
}
.news-date-time {
  color:#486DAA;
  font-size: 11px;
    color: #000;
    text-decoration: none;
    line-height: 23px;
    background: url(/bitrix/templates/growsvet_v1/./images/bg_news_news_date.jpg) left -23px no-repeat;
    width: 70px;
    height: 23px;
    float: left;
    margin: 0px 8px 0px 0px;
    padding: 0px 0px 0px 7px;
}
.news-date-time:hover {
  color: #fff;
    background: url(/bitrix/templates/growsvet_v1/./images/bg_news_news_date.jpg) left top no-repeat;
}