/* calendar styles */
#calendar-body {
  width: 100%;
}
.block-calendar {
	overflow: hidden;
	width: 100%;
        background-color: #fff;
}
.block-calendar a {
  text-decoration: none;
}
#similar {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
    border: 1px solid #E4E4E4;
}
.static {
    width: 100%;
}
.calendar-container {
  background-color: #fff;
  font-family: Verdana,​Geneva,​sans-serif;
  width: 165px;
  float: left;
    margin-top: 20px;
    padding: 0 0 20px 10px;
    border-right: 1px solid #E4E4E4;
}
.calendar-archive {
    margin-left: 20px !important;
    border: none !important;
}
.rbc_week,
.rbc_daynames {
  font-size: 12px;
  position: relative;
  overflow:hidden;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.calendar-container .rbc_weekend,
.calendar-container .rbc_day {
  display: inline;
  float: left;
  height: 20px;
  overflow: visible;
  text-align: center;
  width: 20px !important;
  margin: 3px 0;
}
.calendar-container .rbc_weekend {
  color: #000;
  width: 15%;
}
.rbc_week .rbc_value {
  margin: auto;
  text-align: center;
}
.blank .rbc_value {
}
.rbc_week a .rbc_value {
  color: #2d6992;
  text-decoration: underline;
}
.rbc_week a:hover .rbc_value {
  border-color: #48f;
  color: #fff;
}
.rbc_week .rbc_value {
  color: #000;
  height: 17px;
  width: 21px;
}
.rbc_daynames {
  height: 18px;
  margin-bottom: 6px;
}

.rbc_month {
  height: 27px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
}
.rbc_month .month-title {
  padding-top: 2px;
}
.rbc_month .calendar-prev,
.rbc_month .calendar-next {
  border: none;
  height: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 20px;
}
.rbc_month .calendar-prev {
  left: 6px;
  top: 6px;
}
.rbc_month .calendar-next {
  right: 6px;
  top: 6px;
}
.rbc_month a .calendar-prev {
  background: transparent url("arrows.png") no-repeat 0 0;
}
.rbc_month a .calendar-next {
  background: transparent url("arrows.png") no-repeat 0 -20px;
}
.rbc_month a:hover .calendar-prev {
  background: transparent url("arrows.png") no-repeat -20px 0;
}
.rbc_month a:hover .calendar-next {
  background: transparent url("arrows.png") no-repeat -20px -20px;
}

/* calendar loader styles */
.calendar_loader {
  height: 0px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 0px;
}
.calendar_loader div {
  background: url("ajax-loader.gif") no-repeat;
  height: 16px;
  margin-left: -10px;
  margin-top: -10px;
  width: 16px;
}

div.tooltip div.rbc_value {
    color: #3469b7;
    text-decoration: underline;
}
div.rbc_value:hover {
    cursor: pointer;
}
div.tooltip a {
    color: #2D6992 !important;
}

/* tooltip styles */
#tiptip_holder {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 99999;
}
#tiptip_holder.tip_top {
  padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
  padding-top: 5px;
}
#tiptip_holder.tip_right {
  padding-left: 5px;
}
#tiptip_holder.tip_left {
  padding-right: 5px;
}
#tiptip_content {
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 0 3px #48f;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 0 3px #48f;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: 3px;
  box-shadow: 0 0 3px #48f;
  color: #333;
  font-size: 11px;
  line-height: 1.3em;
  padding: 4px 8px;
}
#tiptip_arrow,
#tiptip_arrow_inner {
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  position: absolute;
  width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
  border-top-color: #fff;
  margin-left: -6px;
  margin-top: -7px;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  border-bottom-color: #fff;
  margin-left: -6px;
  margin-top: -5px;
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
  border-right-color: #fff;
  margin-left: -5px;
  margin-top: -6px;
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
  border-left-color: #fff;
  margin-left: -7px;
  margin-top: -6px;
}
#tiptip_content ul {
  font-size: 11px;
  list-style: none;
  margin: 0;
  padding: 5px 10px;
}
#tiptip_content a {
  text-decoration: underline;
}
#tiptip_content .tooltip_summary {
  padding: 0;
  text-align: right;
}

/* tooltip loader styles */
.tooltip_loader {
  height: 16px;
  padding: 8px 8px;
  width: 16px;
}
.tooltip_loader div {
  background: url("ajax-loader.gif") no-repeat;
  height: 16px;
  width: 16px;
}
#calendar {
    margin: 10px 0 0 0;
    border: 1px solid #e4e4e4;
}
#calendar-block {
    position: relative;
    overflow: hidden;
}
#icon_t {
    float: left;
    width: 130px;
    overflow: hidden;
}
#calendar-block img {
    display: block;
    width: 108px;
    float: left;
    margin: 5px;;
    border: 2px solid #bfbbbb;
}
#calendar-info {
    position: relative;
    float: left;
    width: 300px;
    padding: 10px;
}
#calendar-info a {
    text-decoration: none;
    color: #21608C;
}
#calendar-info p {
    font-size: 12px;
    color: #302d2d;
    margin-bottom: 10px;
}
#calendar-info span {
    font-size: 12px;
    color: #21608C;
    /*font-weight: bold;*/
}
#calendar-content {
    position: relative;
    float: right;
    width: 122px;
    font-size: 13px;
    margin-top: 20px;
    padding: 0 10px;
}
#calendar-content img {
    display: block;
    position: relative;
    margin: 72px auto 0 auto;
}
#calendar-content ul {
    list-style-type: none;
}
#calendar-content li {
    margin-bottom: 12px;
}
#calendar-content li a {
    color: #2d6992;
    text-decoration: underline;
}
#month, #year {
    display: block;
    position: relative;
    float: left;
    margin-top: 10px;
    font-size: 12px;
}
#month {
    width: 103px;
}
#year {
    width: 60px;
    margin-left: 1px;
}

p.small {
    font-size: 10px !important;
    color: #747171 !important;
    line-height: 8pt;
    font-weight: bold;
}
.icon-t {
    width: 108px;
}
#navDate {
    margin-bottom: 5px;
    font-size: 12px;
    display: inline-block;
    float: left;
    width: 172px;
}
#nextDate, #prevDate {
    text-decoration: none;
    color: #21608c;
    font-size: 12px;
}
#event {
    margin: 12px 0 0 0;
    border: 1px solid #e4e4e4;
    overflow: hidden;
}
#event-list {
    position: relative;
    margin: 10px 0 0 10px;
}
#event-list ul {
    list-style-type: none;
}
#event-list li {
    margin-bottom: 21px;
    padding-bottom: 10px;
    border-bottom: 1px solid #95B2C6;
    width: 300px;
}
.event-h {
    font-weight: bold;
    font-size: 10px;
    color: #3c3f40;
}
.event-text {
    margin-top: 6px;
    font-size: 13px;
    color: #414344;
}
.event-text a {
    font-size: 11px;
    color: #21608C;
}
#info {
    overflow: hidden;
    border: 1px solid #D5D5D5;
    background-color: #f5f5f5;
}
#info-1 {
    background: url(../img/info/icons.jpg) 0 -99px no-repeat;
}
#info-2 {
    background: url(../img/info/icons.jpg) 0 1px no-repeat;
}
#info-3 {
    background: url(../img/info/icons.jpg) 2px -27px no-repeat;
}
#info-4 {
    background: url(../img/info/icons.jpg) 0 -65px no-repeat;
}
#h-info {
    position: relative;
    text-align: center;
    font-size: 12px;
    color: #3d3e3e;
    font-weight: bold;
    height: 46px;
    background: url(../img/bg/info-bg.jpg) repeat-x #f5f5f5;
    padding-top: 5px;
}
#photo {
    position: relative;
    height: 194px;
    margin: 10px 0 0 12px;
    overflow: hidden;
}
#photo img {
    float: left;
}
#photo ul {
    list-style-type: none;
    display: block;
    position: absolute;
    top: 10px;
    left: 140px;
    overflow: hidden;
    width: 165px;
}
#photo li {
    margin: 12px 0 0 0;
    padding-left: 23px;

}
#photo a {
    color: #484848;
    font-size: 13px;
}
#info1 {
    background: url(../img/info/icons.jpg) left 1px no-repeat;
}
#info2 {
    background: url(../img/info/icons.jpg) 2px -29px no-repeat;
}
#info3 {
    background: url(../img/info/icons.jpg) left -56px no-repeat;
}
#info4 {
    background: url(../img/info/icons.jpg) left -99px no-repeat;
}
#info-text {
    position: relative;
    width: 294px;
    border: 1px solid #e0e7ef;
    margin: 10px auto;
    background-color: #fff;
    overflow: hidden;
}
#info-text p {
    margin: 7px 10px;
    font-size: 11px;
    text-align: center;
    color: #21608c;
    height: 91px;
}
#info-text a {
    text-decoration: none;
    color: #21608C;
}
#lenta-nav {
    margin: 20px 0 20px 10px;
    font-size: 14px;
}
#lenta-nav {
    color: #807580;
}
#lenta-nav a {
    text-decoration: none;
    color: #21608C;
    font-weight: bold;
}
#lenta {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin-top: 10px;
}
#lenta img {
    float:left;
    margin: 0 12px 0 0;
}
#lenta ul {
    margin: 0 5px;
    list-style-type: none;
}
#lenta li {
    display: block;
    position: relative;
    margin-bottom: 33px;

}
#lenta p a {
    text-decoration: none;
    color: #21608c;
    /*font-weight: bold;*/
    font-size: 14px;
}
#lenta p {
    font-size: 13px;
}
#lenta p.pre  a {
    color: #21608C;
    font-size: 11px !important;
}
#gwrap {
    position: relative;
    width: 310px;
    margin: 0 auto;
    overflow: hidden;
}
#gslider {
    position: relative;
    width: 260px;
    min-height: 170px;
    margin: 25px auto 20px;
    overflow: hidden;
}
#gslider ul {
    position: relative;
    list-style-type: none;
    width: 9999px;
}
#gslider li {
    float: left;
}
#gcarousel {
    position: relative;
    width: 310px;
    margin: 5px auto 5px;
}
#allvlink {
    margin: 3px 0 0 !important;
}
#allvlink a {
    font-size: 12px;
    color: #21608C !important;
}
#gcarousel li {
    width: 63px !important;
    margin: 7px 5px 0;
}
#slides-wrap {
    position: relative;
    width: 292px;
    margin: 0 auto;
    height: 58px;
    overflow: hidden;
}
#gcarousel li a {
    display: block;
    position: relative;
    width: 63px;
    height: 46px;
}
.flex-direction-nav {
    list-style-type: none !important;
}
.flex-direction-nav li {
    float: left;
}
#sliderNav {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 25px;
    margin: 0 auto;
}
.prev, .next {
    display: block;
    position: relative;
    cursor: pointer;
    color: #2D6992;
}
.prev {
    float: left;
}
.next {
    float: right;
}
#media {
    width: 100%;
    border: 1px solid #e4e4e4;
    margin: 15px 0 0 0;
    overflow: hidden;
    height: 452px;
}
#media div div span {
    display: block;
}
#media div a {
    color: #134c9b;
    text-decoration: none;
    font-size: 12px;
}
#media-app {
    position: relative;
    width: 188px;
    height: 122px;
    border: 1px solid #e4e4e4;
    margin: 22px 0 20px 66px;
}
#media p {
    text-align: center;
    font-size: 12px;
    color: #636668;
    margin: 0 15px;
}
#media p a {
    color: #636668;
}
.media {
    width: 50%;
    display: inline !important;
}
.media:hover, .vlink:hover {
    cursor: pointer;
}
.vlink {
    display: block;
    width: 100%;
    height: 100%;
}
#video {
    position: relative;
    width: 256px;
    height: 170px;
    margin: 25px auto 20px;

}
.videoItem h4 {
    margin: 10px 0 30px;
}
#media-date {
    display: block;
    margin-top: 10px;
    position: relative;
    text-align: center;
    font-size: 12px;
    color: #21608C;
    font-weight: bold;
}
#media-list {
    position: relative;
    overflow: hidden;
    margin: 10px 10px 0 10px;
    color: #21608C;
}
#media-list #larrow {
    display: block;
    position: relative;
    float: left;
}
#media-list  #rarrow {
    display: block;
    position: relative;
    float: right;
}
#e-date {
    color: #21608c !important;
}
#m-title {
    margin-bottom: 5px !important;
    height: 70px;
}
#menu-wrap ul.menu, #menu-wrap ul.menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu-wrap ul.menu {
    line-height: 1.0;
}
#menu-wrap ul.menu ul {
    position: absolute;
    top: -999em;
    width: 13em;
    z-index: 10px;
}

#menu-wrap ul.menu ul li {
    width: 100%;
}
#menu-wrap ul.menu li:hover {
    visibility: inherit;
}
#menu-wrap ul.menu li {
    float:  left;
    position: relative;
}
#menu-wrap ul.menu a{
    font-size: 13px;
}
#menu-wrap ul.menu a {
    display: block;
    position: relative;
}
#menu-wrap ul.menu li:hover ul,
#menu-wrap ul.menu li.sfHover ul {
    left:  0;
    top:  2em;
    z-index: 99 !important;
}
#menu-wrap ul.menu li:hover li ul,
#menu-wrap ul.menu li.sfHover li ul {
    top: -999em;
}
#menu-wrap ul.menu li li:hover ul,
#menu-wrap ul.menu li li.sfHover ul {
    left: 13em;
    top: 0;
}
#menu-wrap ul.menu li li:hover li ul,
#menu-wrap ul.menu li li.sfHover li ul {
    top: -999em;
}
#menu-wrap ul.menu li li li:hover ul,
#menu-wrap ul.menu li li li.sfHover ul {
    left: 10em;
    top: 0;
}
/**/
#menu-wrap > ul.menu {
    float: left;
    margin-bottom: 1em;
}
#menu-wrap > ul.menu > li > a {
    border-right: 1px solid #CFDEFF;
    margin: .75em 0;
    text-decoration:none;
    padding: 0 15px;
}
#menu-wrap ul.menu a, #menu-wrap ul.menu a:visited  {
    color: #fff;
}
#menu-wrap> ul.menu > li:hover {
    background: url(../img/menu/menu-hover.jpg) 50% 0% no-repeat;
}
#menu-wrap ul.menu li ul {
    background: url(../img/bg/meni-item-bg.png) repeat;
    font-weight: bold;
    padding: 5px 0;
}
#menu-wrap ul.menu li ul a {
    font-size: 11px;
    text-decoration: none;
    padding: 3px 0 3px 20px;
}
#menu-wrap ul.menu li ul a:hover {
    background-color: #c54249;
}
#menu-wrapul.menu li:hover, #menu-wrap ul.menu li.sfHover,
#menu-wrap ul.menu a:focus, #menu-wrap ul.menu a:hover, #menu-wrap ul.menu a:active {
    outline: 0;
}
#news-nav {
    position: relative;
    height: 40px;
    border: 1px solid #dfdfdf;
    background: url(../img/bg/news-bg.jpg) repeat-x;
    margin-top: 5px;
}
#news-nav div {
    position: absolute;
    width: 600px !important;
    margin: 11px 0 0 0;
}
#news-nav span a {
    font-size: 20px;
    color: #21608C;
    text-decoration: none;
}
#news-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#news-nav li {
    position: relative;
    float: left;
}
#news-nav li a {
    text-decoration: none;
    color: #21608c;
    font-size: 14px;
    border-right: 1px solid #D5D5D5;
    padding: 0 5px;
}
#nav-wrap {
    position: relative;
    width: 600px;
    margin: 0 0 0 25px !important;
    overflow: hidden !important;
}
#nav-wrap li{
    width: 600px !important;
}
.n-item {
    display: block;
    position: relative;
    float: left;
    height: 30px;
    padding-top: 10px;
}
#prev-l, #next-l {
    position: absolute;
    top: 7px;
    width: 15px;
    height: 25px;
    cursor: pointer;
    color: #21608C;
    font-size: 16px;
}
#prev-l {
    left : 5px;
}
#next-l {
    right: 5px;
}


#slider {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
}
#slider-img {
    position: relative;
    overflow: hidden;
    float: left;
    width: 402px;
    height: 298px;
}
#pre-body {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.preview {
    position: absolute;
    width: 100%;
    bottom: 0;
    left:0;
    overflow: hidden;
    display: none;
}
#slider-img  img {
    display: none;
}
img.active-img {
    display: block !important;
    height: 298px;
}
#pointer {
    display: block;
    width:26px;
    height: 13px;
    background: url(../img/slider/pointer.png) left bottom no-repeat;
    margin-left: 30px;
}
.preview div {
    position: relative;
    width: 100%;
    margin:0;
    overflow: hidden;
    background: url(../img/bg/slider-bg.png) repeat;
}
#pre-body p {
    margin: 0 20px 10px 20px;
    font-size: 12px;
}
#pre-body a {
    text-decoration: none;
    text-align: justify;
    color: #21608C;
}
#preview-h {
    font-weight: bold;
    margin-top: 12px !important;
    height: 28px;
    overflow: hidden;
}
#slider-text {
    position: relative;
}
#slider-list {
    position: relative;
    float: left;
    width: 261px;
    height: 297px;
    border-bottom: 1px solid #D5D5D5;
}
#slider-list span {
    display: block;
    position: absolute;
    width: 260px;
    height: 54px;
    left: -5px;
    top: 10px;
    overflow: hidden;
}
#slider-list span a {
    display: block;
    margin-left: 90px;
    position: relative;
    overflow: hidden;
}
#slider-list li:hover span {
    background: url(../img/slider/slider-arrow.png) left 50% no-repeat;
}
.active-n-li {
    background: url(../img/bg/anews-bg.jpg)  0% 100% repeat-x;
}
.active-n-li a {
    color: #fff !important;
}
.active-n-li span {
    background: url(../img/slider/slider-arrow.png) left 50% no-repeat;
}
#slider-list li {
    display: block;
    position: relative;
    padding: 14px 4px 12px 11px;
    height: 47.5px;
    border-bottom: 1px solid #d5d5d5;
}
#slider-list li div {
    display: none;
}
#slider-list li a {
    text-decoration: none;
    color: #21608C;
    font-size: 11px;
}
#slider-list li:hover {
    background: url(../img/bg/anews-bg.jpg)  0% 100% repeat-x;
}
#slider-list li:hover div {
    display: block;
}
#slider-list li:hover a {
    color: #fff;
}
#slider-list img {
    float: left;
    margin-right: 5px;
    z-index: 2;
}
#slider-list p {
    display: none;
}
#slider-i {
    position: relative;
    width: 100%;
    height: 100%;
}
#preview-b {
    height: 70px;
    overflow: hidden;
}
#login {
    position: relative;
    width: 500px;
    margin: 10px 0 0 30px;
}
#container .form-text, .form-file {
    width: 300px;
    height: 30px;
    border: 1px solid #DFDFDF;
    padding: 0 5px;
    line-height: 30px;
    font-size: 14px;
}
textarea  {
    font-size: 14px;
    border: 1px solid #DFDFDF;
    height: 200px;
    resize: none;
    padding: 5px;
}
label {
    font-size: 15px;
    margin: 5px;
    color: #134c9b;
    display: block !important;
}
.description {
    font-size: 12px;
    color: #484848;
    margin: 3px;
}
#edit-submit, #edit-preview {
    width: 150px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    border: 1px solid #032F57;
    background-color: #21608c;
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
}
.field-item p {

}
.comment-title, .comment-m {
    font-size: 16px;
    color: #032F57;
}
#comments  {
    overflow: hidden;
}
#comments .content {
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #DFDFDF;
}
.comment {
    position: relative;
    border: 1px solid #DFDFDF;
    overflow: hidden;
    padding: 5px;
    margin: 5px 0;
}
#options li {
    padding: 0 3px 0 0 !important;
}
#options a, .submitted {
    font-size: 12px;
    color: #636668;
}
.submitted {
    float: left;
}
#options {
    float: right;
}
#br {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#breadcrumb {
    padding: 0 0 10px;
    font-size: 12px !important;
    font-family: Verdana,Geneva,sans-serif !important;
    border-bottom: 1px solid #9bb7cb;
    line-height: 30px !important;
}
#breadcrumb a, #breadcrumb span {
    color: #336699;
    text-decoration: none;
}
#social {
    position: relative;
    width: 100%;
    margin: 10px 20px 10px 0;
    height: 20px;
    border-top: 1px solid #25589F;
    padding-top: 10px;
}
#social ul {
    list-style-type: none;
}
#social li {
    float: left;
    margin-left: 5px;
}
#social #mail {
    width: 60px;
}
#vk {
    padding-top: 2px;
    width: 80px;
}
.slinks {
    display: block;
    float: left;
    list-style-type: none;
    height: 16px;

}
.slinks li {
    float: left;
    margin-right: 4px;
    width: 16px;
    height: 16px;
}
.slinks a {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
}
#lprint {
    display: block;
    position: relative;
    float: right;
    font-size: 12px;
    color: #336699;
    padding-left: 33px;
    background: url(../img/print.png) 0 0 no-repeat;
}
#print {
    background: url(../img/fileprint.png) 0 0 no-repeat;
}
#pgallery, #galleryInfo {
    position: relative;
    overflow: hidden;
    width: 100%;
}
#galleryInfo h3 {
    margin: 5px 0 20px 0 !important;
}
.galleryBlock {
    position: relative;
    float: left;
    width: 172px;
    height: 172px;
    margin: 0 10px 10px 0;
}
#pgallery img {
    padding: 6px;
    border: 1px solid silver;
    margin: 0 !important;
}
#p-list {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 5px;
}
.pItem img {
    padding: 6px;
    border: 1px solid silver;
    margin: 0 10px 10px 0 !important;
    float: left;
}
.pItem {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px !important;
    list-style-type: none;
}
.pItem p {
    text-indent: 0 !important;
    margin: 0 !important;
}
.p-link {
    text-decoration: none;
    color: #336699;
    padding: 10px 0;
}
.p-date {
    font-size: 12px !important;
}
.n-body {
    font-size: 12px !important;
}
.slink {
    /*display: inline-block;*/
}
.more {
    color: #21608C;
    font-size: 12px !important;
}
.ph-block {
    position: relative;
    float: left;
    width: 322px !important;
    margin: 4px 0 0 5px !important;
}
.ph-cont {
    width: 650px !important;
    margin: 5px 5px 0 0 !important;
    float: right;
}
.ph-title {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.tags {
    color: #336699;
    margin: 10px 10px 15px 20px;
}
.tags li {
    margin-bottom: 10px !important;
}
.tags a {
    color: #336699;
    font-family: inherit;
    font-size: 12px;
    text-decoration: none;
}
#pagination span, #pagination a {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    display: block;
    position: relative;
    float: left;
}
#pagination #ptitle {
    margin-right: 5px;
}
#pagination #curPage, #pagination a {
    padding-left: 7px;
}
#pagination a {
    color: #21608C;
}
.social-b {
    position: relative;
    float: left;
}
.rss-l {
    display: block;
    float: left;
    width: 80px;
}
#rssIcon {
    display: block;
    width: 14px;
    height: 14px;
    position: relative;
    float: right;
    background: url(../img/rss.png)  80% 50% no-repeat;
    margin: 10px 14px 0 0;
}
.m-block {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #F5F5F5;
    border: 1px solid #DFDFDF;
}
.cImage {
    padding: 4px;
    margin: 2px 0 0 !important;
    border: 1px solid silver;
}
.cNews {
    background-color: #fff;
}
.slides li {
    display: block;
    width: 260px;
}
.slides a {
    display: block;
}
.slides img {
    display:block;
    margin:0 auto;
}
.dots {
    padding: 3px 0 0 7px;
    font-size: 12px !important;
}
.m-block-active {
color: #184d97 !important;
}
#e-list {
    width: 550px;
    position: relative;
}
#e-list ul {
    list-style-type: none;;
}