/*Голосование*/
.sectiontableheader {
  font-size:11px;
}
.xtbuttons {
  text-align:center;
  margin:10px 0px 20px 0px;
}
.xtbuttons .button {
  font-size:11px;
}

/*Баннеры*/
div.bannergroup div.banneritem {
  margin-bottom:10px;
}

#market_list {
  padding:0;
  outline:none;
  font:10px Verdana, Arial;
  margin:25px;
}
#market_list h3.title {
  color:#000F90;
  margin-top:10px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px
}
#market_list .sortable {
  width:100%;
  border-left:1px solid #c6d5e1;
  border-top:1px solid #c6d5e1;
  border-bottom:none;
  margin:0 auto 15px;
  text-align:center
}
#market_list .sortable th {
  height: 20px;
  background:url(../../../images/market/header.gif);
  text-align:center;
  color:#000;
  border:1px solid #fff;
  border-right:none
}
#market_list .sortable th h3 {
  font-size:10px;
  height: 20px;
  margin: 3px 2px;
}
#market_list h3.foot {
  color:#000d85;
  margin-top:10px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px
}
#market_list .sortable td {
  background-color: #f2f6f8;
  padding:4px 6px 6px;
  border-bottom:1px solid #c6d5e1;
  border-right:1px solid #c6d5e1;
  font-size: 12px
}
#market_list .sortable td.white {
  background-color: #ffffff !important;
}
#market_list .sortable td.price {
  background-color: #ffffff !important;
  font-weight: bold;
  color: #597d98 !important
}
#market_list .sortable .desc h3 {
  background:url(../../../images/market/desc.gif) 7px center no-repeat;
  cursor:pointer;
  padding-left:18px
}
#market_list .sortable .asc h3 {
  background:url(../../../images/market/asc.gif) 7px  center no-repeat;
  cursor:pointer;
  padding-left:18px
}
#market_list .sortable th:hover {
  color:#E32618
}

#market_title {
  margin:0;
  padding:0;
  font:12px Verdana,Arial
}
#market_title #acc {
  width:90%;
  list-style:none;
  color:#033;
  margin:0 auto 40px
}
#market_title #acc h3 {
  border:1px solid #9ac1c9;
  padding:4px 6px 4px;
  font-weight:bold;
  margin:5px 0px 0px 0px;
  cursor:pointer;
  background:url(../../../images/market/header.gif)
}
#market_title #acc h3.nocursor {
  cursor:auto
}
#market_title #acc h3:hover {
  background:url(../../../images/market/header_over.gif)
}
#market_title a {
  color:#033;
  text-decoration: none
}
#market_title #acc .acc-section {
  overflow:hidden;
  background:#fff
}
#market_title #acc .acc-content {
  padding:15px;
  border:1px solid #9ac1c9;
  border-top:none;
  background:#fff
}
#market_title #nested {
  width:425px;
  list-style:none;
  color:#033;
  margin-bottom:15px;
  padding-left: 10px
}
#market_title #nested ul, li {
  list-style-type: none
}
#market_title #nested h3 {
  /*width:411px;*/
  border:1px solid #9ac1c9;
  padding:4px 6px 4px;
  font-weight:bold;
  margin-top:5px;
  margin-bottom: 0px;
  cursor:pointer;
  background:url(../../../images/market/header.gif)
}
#market_title #nested h3:hover {
  background:url(../../../images/market/header_over.gif)
}
#market_title #nested .acc-section {
  overflow:hidden;
  background:#fff
}
#market_title #nested .acc-content {
  /*width:393px;*/
  padding:15px;
  border:1px solid #9ac1c9;
  border-top:none;
  background:#fff
}
#market_title #nested .acc-selected {
  background:url(../../../images/market/header_over.gif)
}

/* *-*-*-*  Tabl for Vacancy  *-*-*-* */
#tab-vacancy td {
	background-color:#F3F9FB;
	border-color:#888888 #C3D7E0 #C3D7E0;
	border-style:dashed solid solid;
	border-width:2px 1px 1px;
	padding-top:20px;
}

/* *-*-*-*  Tabl for Tarif  *-*-*-* */
.tbl-cap {
	font-size: large;
	background-color: #1770B0;
	text-align: center;
	vertical-align: middle;
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #252525;
	border-right-color: #252525;
	border-bottom-color: #252525;
	border-left-color: #252525;
	color: #FBFBFB;
	font-weight: bold;
	background-image: url(../../../images/grey-up.png);
	background-repeat: repeat-x;
	background-position: bottom;
	text-shadow:2px 1px 2px #202040;
}
.tbl-cap span {
	font-size: small;
	font-weight: normal;
	color: #E0E0E0;
}
.tbl-cap p {
	font-size: x-small;
	color: #FCFCFC;
	text-align: left;
	clip: rect(auto,auto,auto,auto);
	margin-right: 10px;
	margin-bottom: 3px;
	font-weight: normal;
}
.tbl-undcap {
	font-size: 12px;
	font-weight: bold;
	color: #050505;
	background-color: #86BBFC;
	text-align: right;
	vertical-align: middle;
	background-image: url(../../../images/grey-up.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tbl-undcap span {
	font-weight: bolder;
	background-color: #00FF01;
	padding-right: 3px;
	padding-left: 3px;
}
.tbl-undcap th {
	border: 1px solid #204F8A;
}
.tbl-bottom {
	font-size: x-small;
	font-weight: normal;
	color: #002060;
	background-color: #8AB8DE;
	background-image: url(../../../images/foot-bkg.png);
	background-repeat: repeat-x;
	background-position: top;
}
.tbl-bottom td {
	border-top: 1px solid #204F8A;
	border-right: 1px solid #204F8A;
	border-bottom: 4px double #204F8A;
	border-left: 1px solid #204F8A;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
#inl-1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #204F8A;
	border-right-color: #204F8A;
	border-bottom-color: #204F8A;
	border-left-color: #204F8A;
}
#inl-2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #204F8A;
	border-right-color: #204F8A;
	border-bottom-color: #204F8A;
	border-left-color: #204F8A;
}
#inl-3 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #204F8A;
	border-right-color: #204F8A;
	border-bottom-color: #204F8A;
	border-left-color: #204F8A;
}.bg001 {
	background-color: #DBEEF3;
}
.bg-1 {
	background-color: #F3F9FB;
}
.bg-2 {
	background-color: #FCFCFC;
}
.bg001 #inl-w {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #204F8A;
	border-right-color: #204F8A;
	border-bottom-color: #204F8A;
	border-left-color: #204F8A;
}
.tbl-bottom span {
	color: #FF0011;
	font-weight: bold;
}
.tarif01 {
	text-align: center;
	vertical-align: middle;
}


.smallsize {
	font-size: x-small;
}
.inl-r {
	background-color:#F9ECE2;
}
.inl-g {
	background-color:#E2F8CC;
}
.inl-b {
	background-color:#D7E4FF;
}

/* *-*-*-*  Tabl for STB  *-*-*-* */
#tab-stb {
	width: 100%;
}
#tab-stb h3 {
	padding-top:5px;
	border-bottom:1px dotted #ACACAC;
}
#tab-stb h4 {
	font-size:110%;
	margin-bottom:3px;
	margin-top:15px;
	padding-bottom:0;
	padding-left:12px;
	padding-top:0;
}
#tab-stb td {
	border-bottom:2px dashed #A8ADAD;
	padding-right:10px;
	vertical-align:top;
}
#tab-stb-fon {
	padding-top:15px;
	background-color:transparent;
}

/* *-*-*-*  for magazine  *-*-*-* */
.module-whitec {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 4px 10px;
    padding: 7px 0 10px 4px;
}
.module-whitec h3 {
    color: #101040;
    margin: 0 0 15px;
    padding-top: 10px;
    text-align: center;
    text-shadow: -4px 5px 3px #CCCCCC;
}

