body{
  background: #fbf7f7;
}


.menu-bg{
	background:rgb(23,96,147);
	height: 53px;
}
.menu{
	background: rgb(43,72,92);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 28px;
	border: 1px solid rgb(101,165,209);
}
.fst li{
	list-style: none;
	float: left;
	margin-right: 5px;
	font-size: 11px;
	height: 25px;
  padding: 0 10px;
}
.fst li a{
	color: rgb(165,202,228);
}
.fst ul{
	margin: 0px;
}
.fst li:hover{
  background:rgb(23,96,147);
}
.fst li a:hover{
  color: white;
}
.fst li.q:before{
   font-family: FontAwesome;
  content: "\f015";
  color: rgb(165,202,228);
  margin-right: 3px;
  width: 1.4em;
}
.fst li.w:before{
   font-family: FontAwesome;
  content: '\f0e6';
  color: black;
  margin-right: 3px;
  width: 1.4em;
}
.fst li.e:before{
   font-family: FontAwesome;
  content: "\f15a";
  color: rgb(165,202,228);
  margin-right: 3px;
  width: 1.4em;
}
.fst li.r:before{
   font-family: FontAwesome;
  content: "\f02d";
  color: rgb(165,202,228);
  margin-right: 3px;
  width: 1.4em;
}
.fst li.t:before{
   font-family: FontAwesome;
  content: "\f21b";
  color: rgb(165,202,228);
  margin-right: 3px;
  width: 1.4em;
}
.fst li.y:before{
   font-family: FontAwesome;
  content: "\f11b";
  color: rgb(165,202,228);
  margin-right: 3px;
  width: 1.4em;
}
.fst li.u:before{
   font-family: FontAwesome;
  content: "\f091";
  color: rgb(165,202,228);
  margin-right: 3px;
  width: 1.4em;
}
.fst li.ii:before{
   font-family: FontAwesome;
  content: "\f16a";
  color: rgb(165,202,228);
  margin-right: 3px;
  width: 1.4em;
}
.fst li.o:before{
   font-family: FontAwesome;
  content: "\f27b";
  color: rgb(165,202,228);
  margin-right: 3px;
  width: 1.4em;
}
.fst li.p:before{
   font-family: FontAwesome;
  content: "\f028";
  color: rgb(165,202,228);
  margin-right: 3px;
  width: 1.4em;
}
.fst li.a:before{
   font-family: FontAwesome;
  content: "\f005";
  color: rgb(165,202,228);
  margin-right: 3px;
  width: 1.4em;
}
.fst li.s:before{
   font-family: FontAwesome;
  content: "\f0e8";
  color: rgb(165,202,228);
  margin-right: 3px;
  width: 1.4em;
}
.fst li.d:before{
   font-family: FontAwesome;
  content: "\f0ac";
  color: rgb(165,202,228);
  margin-right: 3px;
  width: 1.4em;
}








.fst-line{
  background-color: rgb(3,42,70);
  border-bottom: 1px solid rgb(101,165,209);
  height: 5px;
}
.sc-line{
  background-color: rgb(23,96,147);
  min-height: 100px;
}
.main{
  background-color: #fbf7f7;
  min-height: 500px;
}
.login{
      text-align: center;
    height: 27px;
    width: 198px;
    background: black;
    box-shadow: 0px 2px 5px rgb(3,42,70);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: 137px;
}
.login a{
  color: white;
  font-size: 11px;
}
.fst{
  font-size: 11px;
  background-color: rgb(43,72,92);
  padding: 0 5px;
  border: 1px solid rgb(101,165,209);
  border-bottom: 1px solid rgb(3,42,70);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 25px;
  line-height: 20px;
}
.scd{
  background: rgb(101,165,209) url('img/navigation-tab.png') repeat-x top;
  width: 100%;
  padding: 0;
  border: none;
  overflow: hidden;
  zoom: 1;
  height: 25px;
  background-position: 0px -25px;
}
.na{
  margin-top: 30px;
  width: 100%;
}



@media screen and (max-width: 600px) {
  .fst{
    height: 80px;
    text-align: center;

  }
  .ser{
    opacity: 0;
  }
  .hid{
    display: none;
  }
  .sc{
    font-size: 11px;
    line-height: 10px !important;
  }
}
.act{
  font-weight: bold;
  
  background: rgb(101,165,209) url('img/navigation-tab.png') repeat-x top;
}
.act a{
  color: black !important;
}
.act a:hover{
  color: black !important;
}
.act:hover{
  font-weight: bold !important;
  background: rgb(101,165,209) url('img/navigation-tab.png') repeat-x top !important;
}
.scd ul li{
  list-style: none;
  font-size: 11px;
  float: left;
  margin-right: 10px;
  line-height: 24px;
}
.scd a{
  color:white;
  padding: 0 9px;
}


.scd li.z:before{
   font-family: FontAwesome;
  content: "\f002";
  color: white;
  margin-right: 3px;
  width: 1.4em;
}
.scd li.x:before{
   font-family: FontAwesome;
 content: "\f006";
  color: white;
  margin-right: 3px;
  width: 1.4em;
}
.scd li a:hover{
  color: rgb(43,72,92);
  text-decoration: none;
  background-color: rgb(215,237,252);
  border: 1px solid rgb(108,178,228);
  border-radius: 5px;
  text-shadow: 1px 1px 0px rgb(240,247,252);
  outline: 0;
}
.ser{
  position: absolute;
    right: 148px;
    top: 107px;
}
header{
  margin-bottom: 30px;
}
.breadcrub{
  font-size: 11px;
  background: rgb(240,247,252) url('img/category-23px-light.png') repeat-x top;
  border: 1px solid rgb(165,202,228);
  border-radius: 5px;
  max-width: 100%;
  height: 24px;
}
.breadcrub li{
  list-style: none;
  float: left;
  padding: 0 20px;
  line-height: 22px;
}
.breadcrub ul{
  padding: 0px;
}
.breadcrub li:hover{
 background: rgb(156, 197, 225);
}
.breadcrub li a{
  color:rgb(23,96,147);
  text-decoration: none;
}
.lst{
  font-weight: bold;
}
.arrow{
  border: 12px solid transparent;
border-right: 1px none black;
border-left-color: rgb(165,202,228);
-moz-border-right-colors: rgb(165,202,228);
display: block;
position: absolute;
top: 0px;
z-index: 50;
width: 0px;
height: 0px;
}
.arrow span{
  border: 12px solid transparent;
border-right: 1px none black;
border-left-color: rgb(240,247,252);
-moz-border-right-colors: rgb(240,247,252);
display: block;
position: absolute;
left: -13px;
top: -12px;
z-index: 51;
white-space: nowrap;
overflow: hidden;
text-indent: 9999px;
width: 0px;
height: 0px;
}
.scCont{
  margin-top: 10px;
 
padding: 3px;
margin-bottom: 10px;
border: 1px solid rgb(165,202,228);
border-radius: 5px;
font-size: 13pt;
}
.sc{
  height: 40px;
  background: rgb(215,237,252) url('img/category-23px-light.png') repeat-x top;
  padding: 10px;
  line-height: 16px;
}
.sc a{
  color: rgb(23,96,147);
}
.shopName h1{
  font-size: 18px;
}
.info{
  font-size: 11px;
  color: rgb(150,150,150);
  margin-top: 2px;
}
.shopName{
      line-height: 0px;
}
.metka span{

  font-size: 11px;
}
.metka{
  margin-top: 10px;
}
.metka a{
  color: rgb(23,96,147);
  text-decoration: none;
  font-size: 11px;
  border-radius: 60px 0px 0px 60px;
border: 1px solid rgb(165,202,228);
background: rgb(240,247,252);
}
.pageNavHeader{
  font-size: 11px;
  display: block;
float: left;
margin-right: 3px;
margin-bottom: .5em;
}
.PageNav{
  font-size: 11px;
padding: 2px 0;
line-height: 16px;
word-wrap: normal;
min-width: 150px;
white-space: nowrap;
margin-top: 20px;
margin-bottom: -.5em;
}
.PageNav a{
  color: rgb(143,108,63);
text-decoration: none;
background-color: rgb(255,244,229);
border: 1px solid rgb(249,217,176);
border-radius: 3px;
text-align: center;
       padding: 0px 5px;20
}
.currentPage {
    color: rgb(43,72,92) !important;
    background-color: rgb(240,247,252) !important;
    border-color: rgb(108,178,228) !important;
    position: relative !important;
}
.PageNav a:hover{
  background: rgb(255, 192, 107);
}
hr{
  background: rgb(240,247,252);
}
.messageUserBlock{
  background: rgb(215,237,252) url('img/tab-selected-light.png') repeat-x bottom;
border: 1px solid rgb(215,237,252);
border-radius: 5px;
position: relative;
width: 122px;
}
.avatarHolder{
  background-color: rgb(240,247,252);
padding: 10px 10px 3px;
border-radius: 4px;
position: relative;
}
.usertext{
  padding: 3px 6px 0px;
}
.username{
  font-weight: bold;
display: block;
overflow: hidden;
line-height: 16px;
font-size: 11px;
}
.username span{
  color: rgb(255,153,32);
}
.userTitle{
  font-size: 11px;
display: block;
}
.information{
  color:rgb(150,150,150);
  padding: 0px 3px;
  text-align: left;
  font-size: 10px;
}
.stats{
  padding: 0 3px;
  font-size: 10px;
  text-align: right;
}

.lin{
  margin-top: 10px;
  border-bottom: 1px dashed rgb(215,237,252);
}