body , html{
	margin: 0px;
	height: 100%;
	width: 100%;
}
table.h100, td.h100 {
	height: 100%;
}
h1 {
	font-size: 14px;
}
a {
	color: #0D6FDC;
}
a.asinka {
	text-decoration: none;
	font-size: 10px;
	color: #707070;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D6FDC;
}
td.top_left {
	background-image: url(/tpl/main/images/top_left.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
td.top_right {
	background-image: url(/tpl/main/images/top_right.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
td.main {
	background-image: url(/tpl/main/images/main_phone.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
td.bottom {
	background-image: url(/tpl/main/images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
td.bottom_right {
	background-image: url(/tpl/main/images/bottom_right.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

input.w100, textarea.w100{
	width: 100%;
}

input, select, textarea{
	font-size:8pt;
	background-color:#FFFFFF;
	color:#0D6FE2;
	border-color:#0D6FE2;
	border-width:1px;
	border-style:solid;
}

span.errors{
	color:#FF0000;
}

ul.pages{
  padding:0;
  margin:0;
  list-style:none;
  font-size: 12px;
}

.listing{
  float:left;
  width:100%;
  text-align:center;
  padding:5px 0;
  overflow:hidden;
  height:30px;
  line-height:30px;
}
.listing li{
  display:inline;
  padding:0;
}

.listing .center a{
  padding:2px 5px;
  font-weight:100;
  background:#0D6FDC;
  border:0px solid #c7c7c7;
  color:#FFFFFF;
  text-decoration:none;
  margin:0 1px;
}
.listing .center a:hover{
  background:#FFFFFF;
  border:0px solid #666;
  color: #0D6FDC;
}
.listing .center a.active{
  background:#0FCA19;
  border:0px solid #666;
  color:#fff;
}
.listing .center span{
  font-weight:100;
  padding:0 5px;
}

hr {
	color:red;
	background-color:red;
	height: 1px;
	border-width:0px;
}

table .style1, table .style1 td, table .style1 th{
	border: 1px solid #760049;
	border-collapse: collapse;
	font-size: 12px;
	padding: 3px;
}

table .style1 th{
	color: #760049;
	font-weight: bold;
	font-size: 12px;
}

img.cat_item_img{
	border: 1px solid #0D6FDC;
	padding: 5px;
	margin: 5px;
}

a.main_cat{	font-size: 14px;}