html, body {
    height: 100%;
    width: 100%;
    min-height: 100%;
}

.tbl_header1 {
    font-weight: bold;
}

.error, .error-message {
    font-weight: bold;
    color: red;
}

html, body, table {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

pre.debug {
    color: #000;
    background: #f0f0f0;
    padding: 1em;
    border: 2px dotted red;
}

.fullScreen {
    width: 100%;
    height: 100%;
}

.center {
    text-align: center;
    vertical-align: middle;
}

.ui-progressbar-indicator {
    line-height: 40px;
    position: absolute;
    text-indent: -20px;
    left: 50%;
}

.search-form {
    text-align: center;
}

.search-form table {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid gray;
}

.search-form table td {
    padding: 3px;
}

.search-form .search-plugins label {
    border: 1px dotted gray;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 2px;
    background-color: #f0f0f0;
}

.search-results {
    padding-top: 10px;
}

.search-results-list {
}

.search-result-plugin-name {
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: 1px dotted gray;
}

.search-result-plugin-list {
    padding-left: 15px;
}

.search-result-plugin-one {
    padding-bottom: 0px;
}

.search-result-plugin-one-title a {
    text-decoration: none;
    font-weight: bold;
    padding-bottom: 0px;
}

.search-result-plugin-one-body {
    font-style: italic;
    padding-left: 15px;
    padding-right: 3px;
    padding-bottom: 5px;
    text-align: justify;
}

.search-result-plugin-one-body .search-result-found-text {
    color: red;
    font-weight: bold;
}

#small_menu {
    position: relative;
    float: right;
    margin: 5px 14px 0 0;
}
#small_menu a {
    color: #666666;
}

#design__body_content {
    position: relative;
}
.news-block-container-most, .showblock_item {
    position: relative;
}
.AdminEditButton {
    position: absolute !important;
    z-index: 10000 !important;
    font: italic bold 10px sans-serif;
}
.news-block-container-most .AdminEditButton {
    bottom: 3px;
    right: 8px;
}
.oneblock_item .AdminEditButton {
    right: 20px;
    top: 0;
}
.top-news-container .AdminEditButton {
    bottom: 5px;
    right: 10px;
}
.showblock_item .AdminEditButton {
    bottom: -7px;
    right: 10px;
}
.AdminEditButton a {
    color: #666666;
    text-decoration: underline;
}

.AdminModerateButton {
    position: absolute !important;
    right: 0;
    z-index: 10000 !important;
    font: italic bold 10px sans-serif;
}
.news-block-container-most .AdminModerateButton {
    bottom: 3px;
    right: 8px;
}
.oneblock_item .AdminModerateButton {
    right: 20px;
    top: 0;
}
.top-news-container .AdminModerateButton {
    bottom: 5px;
    right: 10px;
}
.showblock_item .AdminModerateButton {
    bottom: -7px;
    right: 10px;
}
.AdminModerateButton a {
    color: #666666;
    text-decoration: underline;
}

.oneblock_item_comments {
    position: relative;
    margin: 10px 10px 10px 0;
}

.pagination-container {
    vertical-align: middle;
    text-align: center;
}

.pagination-container img {
    vertical-align: middle;
    border: 0px;
}

a, .phref {
    color: #999999;
    text-decoration: underline;
    cursor: pointer;
}

.voteresult-container .voteresult-answers-list {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    border-top: 1px dotted black;
    margin-bottom: 5px;
    border-bottom: 1px dotted black;
}

.voteresult-container .voteresult-answers-list .voteresult-answer {
    padding-top: 1px;
}

.voteresult-container .voteresult-answers-list .voteresult-answer .voteresult-answer-count {
    display: block;
    float: right;
}

.votelist-container {
}

.votelist-container .votelist-header {
    font-size: 1.5em;
    text-align: center;
    padding-bottom: 10px;
}

.votelist-container .votelist-item {
    padding-bottom: 10px;
    padding-top: 5px;
    border-top: 1px solid gray;
}

.uploadImage-list-container {
}

.uploadImage-list-container .uploadImage-list-item {
    float: left;
    border: 1px solid gray;
    width: 254px;
    height: 300px;
    padding: 2px;
    margin: 5px;
}

.hidden {
    display: none;
}

.uploadImage-list-container .uploadImage-list-item .uploadImage-list-item-image {
    border: 1px dotted gray;
    height: 250px;
}

.uploadImage-list-container .uploadImage-list-item .uploadImage-list-item-image img {
    max-width: 250px;
    max-height: 250px;
}

.uploadImage-list-container .uploadImage-list-item .uploadImage-list-item-actions {
    padding-top: 3px;
}

.uploadImage-list-container .uploadImage-list-item .uploadImage-list-item-actions input.uploadImage-list-item-action-upload {
    font-size: 10px;
}

/* *********************** Vertical menu *************************************** */
.menu-vertical-container {
    position: relative;
    z-index: 1000;
    top: 2px;
}

ul.pureCssMenuV a, ul.pureCssMenuV li.dis a:hover, ul.pureCssMenuV li.sep a:hover {
    display: block;
    vertical-align: middle;
    border-width: 0px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #DDFFFF; /*Цвет текста */
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}

ul.pureCssMenuV ul {
    display: none;
}

ul.pureCssMenuV li:hover>ul {
    display: block;
}

ul.pureCssMenuV ul {
    position: absolute;
    right: -15px;
    top: 16px;
    background-color: #ffffff;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

ul.pureCssMenuV ul ul {
    position: absolute;
    left: 98%;
    top: 2px;
}

ul.pureCssMenuV, ul.pureCssMenuV ul {
    margin: 0px;
    list-style: none;
    padding: 0;
    background-repeat: repeat;
}

ul.pureCssMenuV table {
    border-collapse: collapse;
}

ul.pureCssMenuV {
    display: block;
    /*    zoom:				1px;*/
    float: left;
}

ul.pureCssMenuV ul {

}

ul.pureCssMenuV li {
    display: block;
}

ul.pureCssMenuV a:active, ul.pureCssMenuV a:focus {
    outline-style: none;
}

ul.pureCssMenuV span {
    overflow: hidden;
    display: block;
    /*    background-image:			url();
    background-position: right center;
    background-repeat: no-repeat; */
}

ul.pureCssMenuV li {
    float: left;
}

ul.pureCssMenuV ul li {
    float: none;
    height: 23px;
    background: url("/img/design/pages/bg-004s-r.png") repeat-x;
}
ul.pureCssMenuV ul li:hover {
    background: url("/img/design/pages/bg-004sh-r.png") repeat-x;
}

ul.pureCssMenuV ul a {
    text-align: left;
    white-space: nowrap;
}

ul.pureCssMenuV li.sep {
    text-align: left;
    padding: 0px;
    line-height: 0;
    height: 100%;
}

ul.pureCssMenuV li.sep span {
    float: none;
    padding-right: 0;
    width: 5px;
    height: 18px;
    display: inline-block;
    background-color: #EEEEEE;
    background-image: none;
}

ul.pureCssMenuV ul li.sep span {
    width: 100px;
    height: 5px;
}

ul.pureCssMenuV li:hover {
    position: relative;
}

ul.pureCssMenuV li:hover>a {
/*    background-color: #FAF5A4;
    border-style: solid; */
    color: #DDFFFF;
    text-decoration: none;
}

ul.pureCssMenuV li a:hover {
    position: relative;
/*    background-color: #FAF5A4;
    border-style: solid; */
    color: #FFFFFF;
    text-decoration: none;
}

ul.pureCssMenuV li.dis a {
    color: #AAAAAA !important;
}

ul.pureCssMenuV img {
    border: none;
    float: left;
    _float: none;
    margin-right: 3px;
    width: 16px;
    height: 164px;
}

ul.pureCssMenuV ul img {
    width: 16px;
    height: 19px;
}

ul.pureCssMenuV img.over {
    display: none;
}

ul.pureCssMenuV li.dis a:hover img.over {
    display: none !important;
}

ul.pureCssMenuV li.dis a:hover img.def {
    display: inline !important;
}

ul.pureCssMenuV li:hover > a img.def {
    display: none;
}

ul.pureCssMenuV li:hover > a img.over {
    display: inline;
}

ul.pureCssMenuV a:hover img.over,
ul.pureCssMenuV a:hover ul img.def,
ul.pureCssMenuV a:hover a:hover ul img.def,
ul.pureCssMenuV a:hover a:hover img.over,
ul.pureCssMenuV a:hover a:hover a:hover img.over {
    display: inline;
}

ul.pureCssMenuV a:hover img.def,
ul.pureCssMenuV a:hover ul img.over,
ul.pureCssMenuV a:hover a:hover ul img.over,
ul.pureCssMenuV a:hover a:hover img.def,
ul.pureCssMenuV a:hover a:hover a:hover img.def {
    display: none;
}

ul.pureCssMenuV a:hover ul,
ul.pureCssMenuV a:hover a:hover ul {
    display: block;
}

ul.pureCssMenuV a:hover ul ul {
    display: none;
}

ul.pureCssMenuV ul span {
    position: relative;
    top: 3px;
    color: #00699e;
    /*    background-image:			url();*/
}

ul.pureCssMenuV li a.pureCssMenuVi0 {
    background-color: #2A78C3;
}

ul.pureCssMenuV li a.pureCssMenuVi0:hover {
    background-color: #FAF48F;
}

/* ********************* */

.menu-vertical-item {
    position: relative;
    float: left;
    margin: 0 3px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

/* *********************** Horizontal menu *************************************** */

ul.pureCssMenuH ul {
    display: none;
}

ul.pureCssMenuH li:hover>ul {
    display: block;
}

ul.pureCssMenuH ul {
    position: absolute;
    left: -1px;
    top: 98%;
}

ul.pureCssMenuH ul ul {
    position: absolute;
    left: 98%;
    top: -2px;
}

ul.pureCssMenuH, ul.pureCssMenuH ul {
    margin: 0px;
    list-style: none;
    padding: 0px 2px 2px 0px;
    background-color: #e0e0e0; /*Цвет фона меню */
    background-repeat: repeat;

}

ul.pureCssMenuH table {
    border-collapse: collapse;
}

ul.pureCssMenuH {
    display: block;
    /*    zoom:				1px;*/
    float: left;
}

ul.pureCssMenuH ul {

}

ul.pureCssMenuH li {
    display: block;
    margin: 2px 0px 0px 2px;
}

ul.pureCssMenuH a:active, ul.pureCssMenuH a:focus {
    outline-style: none;
}

ul.pureCssMenuH a, ul.pureCssMenuH li.dis a:hover, ul.pureCssMenuH li.sep a:hover {
    display: block;
    vertical-align: middle;
    border-width: 0px;
    text-align: left;
    text-decoration: none;
    padding: 3px 5px 1px 5px;
    font-size: 1.1em;
    color: #FFFFFF; /*Цвет текста */
    background-color: #716f6e; /*Цвет фона меню */
    text-decoration: none;
    cursor: pointer;
}

ul.pureCssMenuH span {
    overflow: hidden;
}

ul.pureCssMenuH li {
    float: left;
}

ul.pureCssMenuH ul li {
    float: none;
}

ul.pureCssMenuH ul a {
    text-align: left;
    white-space: nowrap;
}

ul.pureCssMenuH li.sep {
    text-align: left;
    padding: 0px;
    line-height: 0;
    height: 100%;
}

ul.pureCssMenuH li.sep span {
    float: none;
    padding-right: 0;
    width: 5px;
    height: 18px;
    display: inline-block;
    background-color: #EEEEEE;
    background-image: none;
}

ul.pureCssMenuH ul li.sep span {
    width: 100px;
    height: 5px;
}

ul.pureCssMenuH li:hover {
    position: relative;
}

ul.pureCssMenuH li:hover>a {
    background-color: #FAF5A4; /*Цвет выделенного элемента*/
    border-style: solid;
    color: #136F96;
    text-decoration: none;
}

ul.pureCssMenuH li a:hover {
    position: relative;
    background-color: #FAF5A4;
    border-style: solid;
    color: #091B2D;
    text-decoration: none;
}

ul.pureCssMenuH li.dis a {
    color: #AAAAAA !important;
}

ul.pureCssMenuH img {
    border: none;
    float: left;
    _float: none;
    margin-right: 3px;
    width: 16px;
    height: 164px;
}

ul.pureCssMenuH ul img {
    width: 16px;
    height: 19px;
}

ul.pureCssMenuH img.over {
    display: none;
}

ul.pureCssMenuH li.dis a:hover img.over {
    display: none !important;
}

ul.pureCssMenuH li.dis a:hover img.def {
    display: inline !important;
}

ul.pureCssMenuH li:hover > a img.def {
    display: none;
}

ul.pureCssMenuH li:hover > a img.over {
    display: inline;
}

ul.pureCssMenuH a:hover img.over,
ul.pureCssMenuH a:hover ul img.def,
ul.pureCssMenuH a:hover a:hover ul img.def,
ul.pureCssMenuH a:hover a:hover img.over,
ul.pureCssMenuH a:hover a:hover a:hover img.over {
    display: inline;
}

ul.pureCssMenuH a:hover img.def,
ul.pureCssMenuH a:hover ul img.over,
ul.pureCssMenuH a:hover a:hover ul img.over,
ul.pureCssMenuH a:hover a:hover img.def,
ul.pureCssMenuH a:hover a:hover a:hover img.def {
    display: none;
}

ul.pureCssMenuH a:hover ul,
ul.pureCssMenuH a:hover a:hover ul {
    display: block;
}

ul.pureCssMenuH a:hover ul ul {
    display: none;
}

ul.pureCssMenuH span {
    display: block;
    /*    background-image:			url();*/
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 13px;
}

ul.pureCssMenuH ul span {
    /*    background-image:			url();*/
}

ul.pureCssMenuH li a.pureCssMenuHi0 {
    background-color: #2A78C3;
}

ul.pureCssMenuH li a.pureCssMenuHi0:hover {
    background-color: #FAF48F;
}

/* ********************* */

.public-faq-grouplist-container {
}

.public-faq-grouplist-container .public-faq-grouplist-header,
.public-faq-form-container .public-faq-form-header {
    padding: 5px;
    font-size: 1.2em;
    font-weight: bold;
}

.public-faq-grouplist-container .public-faq-grouplist-item,
.public-faq-form-container table,
.public-faq-form-container .public-faq-form-actions {
    padding: 5px;
    padding-left: 30px;
}

.public-faq-form-container table,
.public-faq-form-container table td input
.public-faq-form-container table td textarea {
    width: 100%;
}

.public-faq-form-container table td.public-faq-form-field-descr {
    width: 9em;
}

.public-faq-manage {
    border-bottom: 1px solid gray;
}

.public-faq-list-container {
    padding-top: 3px;
}

.public-faq-item {
    padding-top: 5px;
    border-bottom: 1px dotted gray;
}

.public-faq-item .faq-who {
    font-style: italic;
    font-size: 1.1em;
}

.public-faq-item .faq-who .faq-who-name {
    font-weight: bold;
}

.public-faq-item .faq-question {
    padding-top: 5px;
    padding-left: 40px;
    font-style: italic;
}

.public-faq-item .faq-answer {
    padding-top: 5px;
    padding-left: 40px;
}

.settings-plugin-subategory-header {
    font-weight: bold;
    border-bottom: 1px dotted gray;
    padding: 3px;
}

.translate-incomplete td {
    background-color: #FFFDAF;
}

.translate-complete td {
    background-color: #B2FFB0;
}

.translate-deprecated td {
    background-color: #FFB6BF;
}

.multilangInputContainer .LanguagesContainer,
.multilangTextareaContainer .LanguagesContainer {
    display: block;
    margin: 2px;
    margin-bottom: 0px;
}

.multilangInputContainer .LanguagesContainer .selected,
.multilangTextareaContainer .LanguagesContainer .selected {
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    font-weight: bold;
}

.multilangInputContainer .LanguagesContainer .OneLanguage,
.multilangTextareaContainer .LanguagesContainer .OneLanguage {
    cursor: pointer;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 1px;
    margin-right: 1px;
    background-color: #FFB6BF;
}

.multilangInputContainer .LanguagesContainer .filled,
.multilangTextareaContainer .LanguagesContainer .filled {
    background-color: #B2FFB0;
}

#disign-berest-text a {
    color: #62ae64;
    text-decoration: none;
}

#disign-berest-text a:hover {
    color: #dbe551;
    text-decoration: none;
}

/* *** Top-news blok start *** */
.block_on_main {}
.show_list_group_container {
    position: relative;
    float: left;
}
.block_on_main_spacer {
    height: 8px;
    width: 768px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    background-image: url("../img/design/pages/block_on_main_spacer.png");
    background-repeat: repeat-x;
}

.news-block-container {
    height: 370px;
    width: 772px;
}
#most_important_news_border1 {
    float: left;
    width: 385px;
    height: 369px;
    border-right: 1px solid #567fb0;
    border-bottom: 1px solid #567fb0;
    border-radius: 0 0 3px 0;
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 2px 0;
    -khtml-border-radius: 0 0 4px 0;
 }
#most_important_news_border2 {
    float: left;
    width: 383px;
    height: 367px;
    margin-right: 1px;
    margin-bottom: 1px;
    border-right: 1px solid #99CCFF;
    border-bottom: 1px solid #99CCFF;
    border-radius: 0 0 3px 0;
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 2px 0;
    -khtml-border-radius: 0 0 4px 0;
}
.news-block-container-name {
    height: 25px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 18px;
    color: #999999 !important;
    width: 368px;
}
.news-block-container-most {
    height: 331px;
    overflow: hidden;
    float: left;
    width: 381px;
    border-right:
}
.most-news-foto {
    height: 210px;
    text-align: center;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
.most-news-foto img {
    max-height: 200px;
    max-width: 270px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.most-news-name {
    color: #333333 !important;
    max-height: 55px;
    width: 370px;
    text-align: left;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    font-size: 20px;
    overflow: hidden;
    font-weight: bold;
    line-height: 90%;
    position: relative;
}
.most-news-ptext {
    color: #333333 !important;
    max-height: 62px;
    width: 370px;
    text-align: justify;
    text-align-last: left;
    margin-top: 3px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    overflow: hidden;
}
.most-news-ptext .ptext-cover {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 62px;
    width: 100%;
    background: url("../img/design/pages/most-news-ptext.png") repeat-x;
}
.comments_count {
    position: relative;
    min-width: 10px;
    max-width: 50px;
    height: 15px;
    float: left;
    margin-left: 7px;
    margin-top: 2px;
    padding: 1px 10px 1px 22px;
    background: url("../img/design/pages/comments_ico.png") top left no-repeat;
    font-size: 10px;
}
.showblock_item .comments_count {
    margin-top: 0;
}
.most-news-timestamp {
    font-size: 9px;
    color: #999;
    height: 10px;
    width: 350px;
    margin: 3px auto 0;
}
.news-block-container-topnews {
    float: right;
    width: 386px;
    overflow: hidden;
    position: relative;
    height: 400px;
}
.top-news-container {
    height: 112px;
    width: 375px;
    margin-right: 5px;
    margin-bottom: 8px;
    margin-left: auto;
    overflow: hidden;
    position: relative;
    padding-top: 5px;
}
.top-news-container a {
    position: relative;
    width: 375px;
}
.top-news-container:nth-child(even) {
    background-color: #F4FAFE;
    border-bottom: 1px solid #567fb0;
}
.top-news-container:nth-child(odd) {
    background-color: #ffffff;
    border-bottom: 1px solid #99CCFF;
}
.news-block-container-topnews-odd .top-news-container:nth-child(even) {
    background-color: #F4FAFE;
    border-bottom: 1px solid #567fb0;
}
.news-block-container-topnews-odd .top-news-container:nth-child(odd) {
    border-bottom: 1px solid #99CCFF;
}
.news-block-container-topnews-even .top-news-container:nth-child(even) {
    background-color: #ffffff;
    border-bottom: 1px solid #99CCFF;
}
.news-block-container-topnews-even .top-news-container:nth-child(odd) {
    background-color: #F4FAFE;
    border-bottom: 1px solid #567fb0;
}
.top-news-img {
    position: relative;
    align: left;
    display: inline-block;
    float: left;
    text-align: center;
    width: 90px;
}
.top-news-img img {
    max-height: 70px;
    max-width: 80px;
    border: 1px solid #CCC;
    position: relative;
}
.top-news-name, .top-news-ptext {
    color: #333333 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.top-news-container .ptext-cover {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
}
.news-block-container-topnews-odd .top-news-container:nth-child(odd) .ptext-cover, .news-block-container-topnews-even .top-news-container:nth-child(even) .ptext-cover {
    background: url("../img/design/pages/top-news-ptext_w.png") repeat-x;
}
.news-block-container-topnews-odd .top-news-container:nth-child(even) .ptext-cover, .news-block-container-topnews-even .top-news-container:nth-child(odd) .ptext-cover {
    background: url("../img/design/pages/top-news-ptext_b.png") repeat-x;
}
.top-news-name {
    margin-bottom: 5px;
    max-height: 29px;
    min-height: 16px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 90%;
    position: relative;
}
.top-news-ptext {
    margin-top: 5px;
    max-height: 60px;
    text-align: justify;
    text-align-last: left;
    position: relative;
}
.top-news-timestamp {
    font-size: 9px;
    color: #999;
    height: 10px;
    width: 260px;
    margin-top: 5px;
}
/* *** Top-news blok end *** */

/* ************** Date & Time start ************** */
#site_time, #site_time_hover {
    float: left;
    height: 41px;
    left: 85px;
    margin-left: 7px;
    margin-top: 7px;
    position: absolute;
    text-align: center;
    top: 21px;
    width: 53px;
}
#site_time {
    background: url("../img/design/pages/bg-003-t.png") no-repeat;
}
#site_time_hover {
    background: url("../img/design/pages/bg-003-t-hover.png") no-repeat;
}
#site_time_stamp {
    color: #336699;
    font-size: 14px;
    font-weight: bold;
    left: 1px;
    letter-spacing: 2px;
    margin-top: 14px;
    position: relative;
}
#site_date {
    height: 77px;
    width: 66px;
    float: left;
    background-image: url("../img/design/pages/bg-003-d.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 13px;
    left: 15px;
    text-align: center;
}
#site_day_stamp, #site_month_stamp, #site_month_day_stamp {
    color: #336699;
    position: relative;
    width: 62px;
}
#site_month_day_stamp {
    font-size: 2.5em;
    font-weight: bold;
    margin-top: 10px;
}
#site_month_stamp {
    font-size: 0.8em;
    font-weight: bold;
    margin-top: -5px;
}
#site_day_stamp {
    font-size: 0.75em;
    margin-top: 0;
}
/* ************** Date & Time end ************** */
/* ************** Search string start ************* */
.bg-003-s-01, .bg-003-s-02r, .bg-003-s-03, .bg-003-s-04r, .bg-003-s-05 {
    position: relative;
    float: left;
    height: 27px;
}
.bg-003-s-01 {
    width: 4px;
    background: url("../img/design/pages/bg-003-s-01.png") no-repeat;
}
.bg-003-s-02r {
    border: none;
    margin: 0;
    background: url("../img/design/pages/bg-003-s-02r.png") repeat-x;
}
.bg-003-s-03 {
    width: 2px;
    background: url("../img/design/pages/bg-003-s-03.png") no-repeat;
}
.bg-003-s-04r {
    color: #ffffff;
    border: none;
    margin: 0;
    background: url("../img/design/pages/bg-003-s-04r.png") repeat-x;
    cursor: pointer;
    font-weight: bold;
}
.bg-003-s-05 {
    width: 4px;
    background: url("../img/design/pages/bg-003-s-05.png") no-repeat;
}
#HeaderSearchForm #SearchText {
    padding: 0 5px;
    color: #999999;
}

/* ************** Search string end ************* */

/* Right column start */
.right_block_separator {
    position: relative;
//    background: url("/img/design/pages/bg-005-02-lns.png") repeat-x;
//    height: 4px;
//    width: 248px;
//    margin: 0 -5px;
}
/* Right column end */

/* ***** Banners ***** */
.banners {
    cursor: pointer;
}
/* *********** */

/* ************** Affiche *************** */
#showaffiche_index {
    margin-right: 8px;
}
.page_name {
    position: relative;
    color: #999999 !important;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    margin-left: 18px;
    margin-top: 5px;
}
/* *********** */

/* ************** Questions *************** */
.voteresult-actions-container {
    position: relative;
    text-align: right;
}
.voteresult-action-showall {
    position: relative;
}
/* *********** */

/* ************** WebMaster *************** */
#design__bottom_footer .webmaster {
    position: relative;
    float: right;
    width: 15%;
    margin: 5px;
    text-align: center;
}
#design__bottom_footer .webmaster a {
    font-size: 0.8em;
}
#design__bottom_footer .webmaster img {
    height: 25px;
}
/* *********** */

/* SpecProjects */
.red_gradient .pureCssMenuV {
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,16,3,1) 0%, rgba(255,16,3,1) 45%, rgba(255,255,255,0) 70%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,16,3,1) 0%, rgba(255,16,3,1) 45%, rgba(255,255,255,0) 70%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,16,3,1) 0%, rgba(255,16,3,1) 45%, rgba(255,255,255,0) 70%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,16,3,1) 0%, rgba(255,16,3,1) 45%, rgba(255,255,255,0) 70%);
    background: radial-gradient(center, ellipse cover, rgba(255,16,3,1) 0%, rgba(255,16,3,1) 45%, rgba(255,255,255,0) 70%);
}
.red_gradient ul.pureCssMenuV ul li:hover {
    background: -moz-radial-gradient(center, ellipse farthest-side, rgba(255,16,3,1) 0%, rgba(255,255,255,0) 100%), url("/img/design/pages/bg-004s-r.png") repeat-x;
    background: -webkit-radial-gradient(center, ellipse farthest-side, rgba(255,16,3,1) 0%, rgba(255,255,255,0) 100%), url("/img/design/pages/bg-004s-r.png") repeat-x;
    background: -o-radial-gradient(center, ellipse farthest-side, rgba(255,16,3,1) 0%, rgba(255,255,255,0) 100%), url("/img/design/pages/bg-004s-r.png") repeat-x;
    background: -ms-radial-gradient(center, ellipse farthest-side, rgba(255,16,3,1) 0%, rgba(255,255,255,0) 100%), url("/img/design/pages/bg-004s-r.png") repeat-x;
    background: radial-gradient(center, ellipse farthest-side, rgba(255,16,3,1) 0%, rgba(255,255,255,0) 100%), url("/img/design/pages/bg-004s-r.png") repeat-x;
}
/* SpecProjects end */