﻿/*-Navigation-*/
div#navHome
{
  background: url(/images/site/navHomeBg.gif) no-repeat;
  background-position: top right !important;
  padding: 10px 0 0 10px;
  width: 21px;
  height: 21px;
}
/*-_Right_-*/
div#rCenter
{ width: 221px; margin: 15px 76px 0 0 !important; }
div.contact
{
  margin: 0 0 25px 0;
}
div.phone, div.icq
{
  padding: 0 0 10px 20px;
  font-size: 14px;
  font-style: italic;
  color: #868a8e;
}
div.icq
{
  background: url(/images/icons/icq.png) top left no-repeat;
}
div.phone
{
  background: url(/images/site/contacts_phone.gif) top left no-repeat;
}


/*_Categories_*/
div#categoriesTop
{
  width: 570px;
  height: 217px;
  padding-top: 8px;
  margin: 17px 0 24px 0;
  background: url(/images/site/borderCatTop.gif) top no-repeat;
}
div#categoriesBot
{
  width: 570px;
  height: 210px;
  padding-bottom: 8px;
  background: url(/images/site/borderCatBottom.gif) bottom no-repeat;
}
div#categories
{
  width: 532px;
  height: 210px;
  padding: 0 13px 0 15px;
  border-left: 5px solid #e8e8e8;
  border-right: 5px solid #e8e8e8;
  font-size: 120%;
}
div.catGood
{
  width: 100px;
  height: 100px;
  margin: 0 44px 0 0;
  float: left;
  text-align: center;
}
div.catGood:hover
{ background: #eaeaea; }
div.catGood:hover a.catLink/*:hover, div.catGood:hover a.catLink:visited, div.catGood:hover a.catLink:active, div.catGood:hover a.catLink:link*/
{ color: #0072bc; }
div.catImg { height: 67px; }
div.catTxt { height: 33px; }
a.catLink:link, a.catLink:visited
{
  color: #ed145b;
  line-height: 1.2em !important;
  padding: 0 !important;
}

/*_Content_*/
div#content
{
  width: 530px;
  padding: 5px 0 0 20px;
}
div.textInform
{
  width: 100%;
  font-size: 130%;
  line-height: 1.3em;
}
div.textInform p
{ padding: 0.5em 0 0.6em 0; }

