* {
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    color: #444;
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    color: #444;
    background-color: #FFF;
    margin: 0px;
    padding: 0px;
    min-width: 970px;
    position: relative;
}

.jqmWindow {
    margin-left:-200px !important;
    top:20% !important;
    width:400px !important;
}

a, a:hover {
    color: #4096CD;
    text-decoration: underline;
    font-weight: normal;
}
a:hover {
    color: #FF5223;
}

strong {font-weight: bold;}

h1, h2, h3, h4 { margin: 10px 0px 0px 0px; padding: 0px 0px 2px; font-weight: bold; }

h1 { font-size: 18px; font-weight: normal; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
h4 { font-size: 12px; }

.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.no-clear {
    clear: none !important;
}
.clear-left {
    clear: left !important;
}
.clear-right {
    clear: right !important;
}

.relative {position: relative;}
.absolute {position: absolute;}

.infoBox {
    padding: 10px;
    padding-left: 40px;
    background: #FCE6A4 url(/media/images/icons/information-shield.png) 10px 10px no-repeat;
    text-align: justify;
    line-height: 1.5;
    margin: 10px 0px;
}

.infoBox.ibRed {
    background-color: #FAA !important;
}

.help {
    font-size: 10px;
    color: #0077AA;
}

.datetime {
    font-style: italic;
    color: #888;
}

.adds-error {
    padding: 10px;
    padding-left: 40px;
    background: #ffcccc url(/media/images/icons/exclamation.png) 10px 10px no-repeat;
    text-align: justify;
    line-height: 1.5;
}

.resultConteiner {
    padding: 10px;
    padding-left: 40px;
    text-align: justify;
    line-height: 1.5;
    margin: 10px 0px;
}
.resultConteiner.error {
    background: #FAA url(/media/images/icons/exclamation.png) 10px 10px no-repeat;
}
.resultConteiner.success {
    background: #FCE6A4 url(/media/images/icons/tick-circle-frame.png) 10px 10px no-repeat;
}

.error { color: #A00 !important; }
.success { color: #0A0 !important; }

.italic_grey {
    color: #888;
    font-style: italic;
}
.italic_grey a {
    display: inline !important;
}

.color-gray {
    color: #888;
}

.align-center {
    text-align: center !important;
}
.align-left {
    text-align: left !important;
}
.align-right {
    text-align: right !important;
}

ul.numeric {
    list-style-type: decimal;
}

.block-delimiter {
    margin: 10px 0px;
    border-bottom: 1px dotted #D3D3D3;
}

tr.vip td, li.vip div.li {
    background-color: #FEFAE4 !important;
    border-top: 2px solid #E2DAA6 !important;
}
li.vip div.li-numero {
    color: #000 !important;
}

#multi-list, #multi-list div {
    float: none !important;
    clear: both;
    margin: 0px !important;
}

#header {
    position: relative;
    text-align: center;
    margin: 0px 10px 0px 20px;
    overflow: hidden;
    clear: both;
    height: 24px;
    background: #FFF url(/media/site/images/header-w-fill.gif) 0 100% repeat-x;
}
#header .left-border {
    position: absolute;
    width: 2px;
    height: 24px;
    top: 0;
    left: 0;
    margin: 0px;
    padding: 0px;
    background: #FFF url(/media/site/images/header-w-left.gif) 0 100% no-repeat;
}
#header .right-border {
    position: absolute;
    width: 3px;
    height: 24px;
    top: 0;
    right: 0;
    margin: 0px;
    padding: 0px;
    background: #FFF url(/media/site/images/header-w-right.gif) 0 100% no-repeat;
}
#header .header-content {
    position: relative;
    text-align: center;
    height: 17px;
    overflow: hidden;
    margin: 0px 20px;
    padding: 5px 0px 0px;
}
#header .header-content ul li {
    margin: 0px 20px 0px 0px;
    display: inline;
}
#header .header-content .weather {
    position: absolute;
    left: 50%;
    margin-left: -110px;
    font-size: 12px;
    color: #000;
}
#header .header-content .currency {
    font-size: 12px;
    color: #000;
}
.currency .minus {
    color: #FF5223;
}
.currency .plus {
    color: #00AA00;
}

#body {
    overflow: hidden;
    margin: 15px 10px;
}

#body #leftSide {
    overflow: hidden;
    float: left;
    width: 230px;
}

#body #leftSide .logo {
    text-align: right;
}

#body #leftSide .promoArea {
    margin: 30px auto;
}
.promoArea .maybeyourpromo {
    margin: 10px auto;
    width: 198px;
    height: 198px;
    border: 1px dashed #D3D3D3;
    text-align: center;
}
.promoArea .maybeyourpromo a {
    display: block;
    margin-top: 90px;
    color: #A3A3A3;
    text-decoration: none;
}

#body #leftSide #authArea {
    margin: 10px auto;
}

.loginTable, .loginTable table {
    position: relative;
    width: 100%;
}
.loginTable td {
    position: relative;
}
.loginTable td td {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 2px;
}
.loginTable td.avatar {
    padding: 0px;
    width: 49px;
    height: 49px;
    overflow: hidden;
}
.loginTable td input.text {
    width: 110px;
    padding: 1px;
    margin: 2px 0px;
    font-size: 11px;
}
.loginTable td input.button {
    padding: 2px 10px;
    font-size: 11px;
}
.loginTable td label {
    font-size: 11px;
}
.loginTable td a {
    font-size: 11px;
}
.loginTable td .usernameArea {
    height: 30px;
    white-space: normal;
    font-weight: bold;
}
.username {
    font-weight: normal;
    font-size: 11px;
}

#authArea .userActionsArea {
    margin-top: 15px;
}

.smallico {
    padding-left: 20px !important;
}
.smallico.favor {
    background: transparent url(/media/images/icons/bookmark-document.png) 0 0 no-repeat;
}
.smallico.home {
    background: transparent url(/media/images/icons/home.png) 0 0 no-repeat;
}
.smallico.print {
    background: transparent url(/media/images/icons/printer.png) 0 0 no-repeat;
}
.smallico.send {
    background: transparent url(/media/images/icons/mail.png) 0 0 no-repeat;
}
.smallico.error {
    background: transparent url(/media/images/icons/exclamation.png) 0 0 no-repeat;
}
.smallico.exit {
    background: transparent url(/media/images/icons/door-open-out.png) 0 0 no-repeat;
}
.smallico.profile {
    background: transparent url(/media/images/icons/user--pencil.png) 0 0 no-repeat;
}
.smallico.org-add {
    background: transparent url(/media/images/icons/company_add.png) 0 0 no-repeat;
}
.smallico.bbs-add {
    font-size: 11px;
    color:#8EB6CF;
    font-weight:normal;
    text-decoration:none;
    background: transparent url(/media/images/icons/bbs_add.png) 0 0 no-repeat;
}
.smallico.news-add {
    font-size: 11px;
    color:#8EB6CF;
    font-weight:normal;
    text-decoration:none;
    background: transparent url(/media/images/icons/news_add.png) 0 0 no-repeat;
}
.smallico.iweather {
    background: transparent url(/media/images/icons/weather.png) 0 0 no-repeat;
}
.smallico.icurrency {
    background: transparent url(/media/images/icons/currency.png) 0 0 no-repeat;
}

.field .smallico {
    line-height: 16px;
}

.userActionsArea ul {
    margin: 0px 20px;
}
.userActionsArea li {
    padding: 3px 0px;
}
.userActionsArea li.delimiter {
    height: 5px;
}
.userActionsArea li a {
    font-size: 11px;
}
.userActionsArea li.error a {
    color: #FF5223;
}

.box {
    overflow: hidden;
}
.box .top, .box .bottom {
    background-position: 0 0;
    height: 10px;
}
.box .bottom {
    background-position: 0 100%;
}
.box .middle {
    padding: 0px 10px;
}

.box.gray200 {
    width: 200px;
}
.box.gray200 .top, .box.gray200 .bottom {
    background-image: url(/media/site/images/boxes/gray_box_200.gif);
    background-repeat: no-repeat;
}
.box.gray200 .middle {
    background-color: #F3F3F3;
}

.box.white180 {
    width: 180px;
}
.box.white180 .arrow-up {
    background: transparent url(/media/site/images/boxes/white_arrow_up.gif) 140px 0 no-repeat;
    height: 13px;
}
.box.white180 .top, .box.white180 .bottom {
    background-image: url(/media/site/images/boxes/white_box_180.gif);
    background-repeat: no-repeat;
}
.box.white180 .middle {
    background-color: #FFF;
}

#body #rightSide {
    margin-left: 240px;
}

#body #rightSide #topNavi {
    height: 120px;
}

#topNavi .headerTabs {
    height: 20px;
    padding: 0px;
    margin: 0px;
}
#topNavi .headerTabs li {
    display: inline;
    padding: 0px;
    margin: 0px;
}
#topNavi .headerTabs li div {
    background: #FFF url(/media/site/images/header-tabs.gif) left -60px no-repeat;
    margin-left:2px;
}
#topNavi .headerTabs li.first div {
    margin-left:0px;
}
#topNavi .headerTabs li.first div div {
    margin-left:5px;
}
#topNavi .headerTabs li div div {
    background: #FFF url(/media/site/images/header-tabs.gif) right -60px no-repeat;
    margin-left: 5px;
    padding-right: 5px;
}
#topNavi .headerTabs li.active div {
    background: #FFF url(/media/site/images/header-tabs.gif) left top no-repeat;
}
#topNavi .headerTabs li.active div div {
    background: #FFF url(/media/site/images/header-tabs.gif) right top no-repeat;
}
#topNavi .headerTabs li div, #topNavi .headerTabs li div div {
    float: left;
    height: 20px;
}
#topNavi .headerTabs li a {
    display: block;
    width: 180px;
    height: 15px;
    float: left;
    text-align: center;
    padding: 5px 10px 0px;
    color: #777;
    font-weight: bold;
    text-decoration: none;
}
#topNavi .headerTabs li.active a {
    color: #FFF;
}

#topNavi .headerTabsArea {
    height: 100px;
    background: #0D5F9D url(/media/site/images/header-blue-bg.gif) 0 0 repeat-x;
}

#topNavi .headerTabsArea .headerTabsContent {
    height: 71px;
    overflow: hidden;
}

#topNavi .headerTabsArea .headerTabsContent .search_areas {
    display: none;
    margin: 10px 0px 10px 10px;
    width: 550px;
    float: left;
}
#topNavi .headerTabsArea .headerTabsContent .promoArea {
    float: right;
    width: 150px;
    height: 70px;
    overflow: hidden;
}
.headerTabsContent .promoArea .maybeyourpromo {
    width: 148px;
    height: 68px;
    border: 1px dashed #EEE;
    margin: 0px;
    overflow: hidden;
}
.headerTabsContent .promoArea .maybeyourpromo a {
    margin-top: 20px;
    color: #EEE;
}

.search_areas form input[type=text] {
    width: 400px;
    border: 0px none;
    padding: 2px;
}

.font10 * {
    font-size: 10px !important;
}

#searchForm {
    padding: 0px;
    margin: 0px;
}
#searchForm td {
	font-size: 12px;
	color: #444;
}
#searchForm input.text-input {
	width: 200px;
	border: 0px none;
	padding: 2px;
}
#searchForm a {
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
}
#searchForm a:hover {
    color: #FFF;
	border-bottom: 1px dashed #FFF;
}

.headerTopMenu {
    height: 29px;
    padding: 0px;
    margin: 0px 10px;
}
.headerTopMenu li {
    padding: 0px;
    margin: 0px;
    float: left;
	font-size: 11px;
    height: 29px;
	color: #FFF;
}
.headerTopMenu li div {
    padding: 0px;
    margin: 0px;
    float: left;
    height: 29px;
}
.headerTopMenu li div div {
    padding: 0px;
    margin: 0px;
    height: 22px;
    padding: 7px 8px 0px 4px;
    margin-left: 5px;
	color: #FFF;
}
.headerTopMenu li div div a {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}
.headerTopMenu li div div a:hover {
	color: #FF5223;
	text-decoration: underline;
}
.headerTopMenu li.active div {
    background: url(/media/site/images/top_menu_active.png) 0px 0px no-repeat;
}
.headerTopMenu li.active div div {
    background: url(/media/site/images/top_menu_active.png) 100% 0px no-repeat;
}
.headerTopMenu li.active div div a {
	color: #000;
	text-decoration: none;
}
.headerTopMenu li.active div div a:hover {
	color: #000;
	text-decoration: underline;
}

#body #rightSide #categoryArea {
}

#categoryArea #categoryAreaContent {
    display: block;
    border: 1px solid #DEECF9;
    background-color: #F5FAFE;
}
#categoryArea #categoryAreaShow {
    overflow: hidden;
    height: 19px;
    margin: 0px;
    padding: 0px;
}
#categoryArea #categoryAreaShow .shButton {
    float: right;
    margin: 0px;
    padding: 0px;
    height: 19px;
    background: #FFF url(/media/site/images/show-hide.gif) 0 100% no-repeat;
}
#categoryArea #categoryAreaShow .shButton a {
    font-size: 12px;
    color: #777;
    border-bottom: 1px dashed #777;
    text-decoration: none;
    font-style: italic;
    margin: 0px 10px;
}
.shButton.hidden a {
/*    background: transparent url(/media/images/icons/arrow-switch-270.png) 0 0 no-repeat;*/
}
.shButton.block a {
/*    background: transparent url(/media/images/icons/arrow-switch-090.png) 0 0 no-repeat;*/
}

#body #rightSide #contentArea h1, #body #rightSide #contentArea h2, #body #rightSide #contentArea h3 {
    color: #4096CD;
    padding: 5px 0px;
    font-size: 20px;
    font-weight: normal;
}
#body #rightSide #contentArea h2 {
    font-size: 18px;
}
#body #rightSide #contentArea .h_and_btn {
    position: relative;
    overflow: hidden;
    clear: both;
}
#body #rightSide #contentArea .h_and_btn h2 {
    float: left;
    margin: 0px;
    white-space: normal;
}
.h_and_btn #show_all_orgs {
    display: block;
    width: 208px;
    height: 20px;
    background: transparent url(/media/site/images/show_all_orgs.png) 0 0 no-repeat;
    float: right;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding-top: 6px;
}
.h_and_btn #show_all_orgs span {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

#body #rightSide #contentArea h3 {
    font-size: 16px;
}
#body #rightSide #contentArea p {
    line-height: 1.5;
}
#body #rightSide #contentArea li {
    list-style-position: inside;
}
#body #rightSide #contentArea table {
    width: 100%;   
}
#body #rightSide #contentArea table th {
    text-align: center;
    font-weight: bold;
}
#body #rightSide #contentArea table th, #body #rightSide #contentArea table td {
    padding: 5px 10px;
}

#body #rightSide #contentArea table.info th, #body #rightSide #contentArea table.info td {
    background-color: #EEE;
    border: 1px solid #FFF;
}

.snoska {
    color: #AAA;
}

#footer {
    position: relative;
    text-align: center;
    margin: 5px 10px;
    overflow: hidden;
    clear: both;
}
#footer #l-side {
    float: left;
    width: 200px;
    overflow: hidden;
    padding: 10px 15px 0px;
    text-align: left;
}
#footer #r-side {
    position: relative;
    margin-left: 240px;
    height: 62px;
    background: #FFF url(/media/site/images/footer-fill.gif) 0 0 repeat-x;
}
#footer #r-side .left-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 62px;
    background: #FFF url(/media/site/images/footer-left.gif) 0 0 no-repeat;
}
#footer #r-side .right-border {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 62px;
    background: #FFF url(/media/site/images/footer-right.gif) 0 0 no-repeat;
}
#footer #r-side #r-content {
    height: 62px;
    background: transparent url(/media/site/images/bottom-logo.gif) 20px 0 no-repeat;
}
#r-content #r-middle {
    padding: 23px 10px 0px;
    overflow: hidden;
    height: 20px;
}
#r-content #r-middle #copyright {
    float: right;
    color: #FFF;
}

#r-content #r-middle #r-menu {
    float: left;
    margin-left: 80px;
}
#r-content #r-middle #r-menu ul li {
    display: inline;
    margin: 0px 5px;
}
#r-content #r-middle #r-menu ul li a {
    text-decoration: underline;
    color: #FFF;
}
#r-content #r-middle #r-menu ul li a:hover {
    color: #FF5223;
}

#counters {
    text-align: right;
    margin: 10px 20px;
    overflow: hidden;
    clear: both;
}

/****************************************************************************/

.subCatArea {
    margin: 15px auto;
}
.subCatArea .scTabs {
    height: 40px;
    padding: 0px;
    margin: 0px;
}
.subCatArea .scTabs li {
    display: inline;
    padding: 0px;
    margin: 0px;
}
.subCatArea .scTabs li div {
    background: #FFF url(/media/site/images/header-tabs.gif) left -60px no-repeat;
    margin-left:2px;
}
.subCatArea .scTabs li.first div {
    margin-left:0px;
}
.subCatArea .scTabs li.first div div {
    margin-left:5px;
}
.subCatArea .scTabs li div div {
    background: #FFF url(/media/site/images/header-tabs.gif) right -60px no-repeat;
    margin-left: 5px;
    padding-right: 5px;
}
.subCatArea .scTabs li.active div {
    background: #FFF url(/media/site/images/header-tabs.gif) left top no-repeat;
}
.subCatArea .scTabs li.active div div {
    background: #FFF url(/media/site/images/header-tabs.gif) right top no-repeat;
}
.subCatArea .scTabs li.mover div {
    background: #FFF url(/media/site/images/header-tabs.gif) left -120px no-repeat;
}
.subCatArea .scTabs li.mover div div {
    background: #FFF url(/media/site/images/header-tabs.gif) right -120px no-repeat;
}
.subCatArea .scTabs li div, .subCatArea .scTabs li div div {
    float: left;
    height: 40px;
}
.subCatArea .scTabs li a {
    display: block;
    width: 145px;
    height: 35px;
    float: left;
    text-align: center;
    padding: 5px 10px 0px;
    color: #888;
    font-weight: normal;
    text-decoration: none;
}
.subCatArea .scTabs li a span {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #555;
}
.subCatArea .scTabs li.active a, .subCatArea .scTabs li.active a span {
    color: #FFF;
}

.scTabsContentArea .sc_header {
    position: relative;
    background: #0D5F9D url(/media/site/images/header-blue-bg.gif) 0 0 repeat-x;
    padding: 5px;
}
.sc_header .shButton {
    text-decoration: none;
}
.sc_header .cat_list {
    margin: 0px auto 10px;
    text-align: center;
}
.sc_header .cat_list li {
    display: inline;
    color: #FFF;
}
.sc_header .cat_list li a {
    font-size: 11px;
    text-decoration: underline;
    color: #FFF;
}
.sc_header .cat_list li a:hover {
    text-decoration: none;
    color: #FF5223;
}
.sc_header h3 {
    color: #FFF !important;
    font-size: 14px !important;
    font-weight: normal !important;
    text-align: center !important;
    margin: 0px auto !important;
}
.sc_header .btn {
    position: absolute;
    bottom: 0px;
    right: 15px;
    padding: 0px;
    margin: 0px;
    float: left;
    height: 29px;
    background: url(/media/site/images/top_menu_active.png) 0px 0px no-repeat;
}
.sc_header .btn div {
    padding: 0px;
    margin: 0px;
    height: 29px;
    margin-left: 5px;
    background: url(/media/site/images/top_menu_active.png) 100% 0px no-repeat;
}
.sc_header .btn div a {
    font-size: 12px;
    font-weight: normal;
    display: block;
    height: 22px;
    padding: 7px 5px 0px 0px;
    color: #000;
    text-decoration: none;
}
.sc_header .btn div a:hover {
    color: #000;
    text-decoration: underline;
}

.scTabsContentArea .sc_content_area {
    display: none;
}

.scTabsContentArea .sc_content {
    padding: 15px;
    overflow: hidden;
}
.sc_content .sub_cat_adv {
    float: right;
}
.sc_content .cat_list, .sc_content .cat-list {
    margin-right: 220px;
}
.sc_content .cat_list li {
    float: left;
    width: 320px;
    padding: 4px 20px 4px 10px;
    /*white-space: nowrap;*/
}

.sc_content .cat-list {
    position: relative;    
}
.fade {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    background: transparent url(/media/images/backgr/fade.png) 0 0 repeat-y;
    z-index: 1;
}

.sc_content .cat-list, .sc_content .cat-list li, .sc_content .cat-list li a, .sc_content .cat-list li .li {
    overflow: hidden;
    white-space: nowrap;
}
.sc_content .cat-list table {
    white-space: normal;
}
.sc_content .cat-list li .li-numero {
    padding: 10px 3px 0px;
    font-size: 12px;
    font-weight: bold;
    color: #E5E5E5;
    width: 30px;
    float: left;
}
.sc_content .cat-list li .li {
    margin-left: 32px;
    padding: 3px;
}
.sc_content .cat-list li.even .li {
    background-color: #F3F3F3;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
.sc_content .cat-list li a {
    font-size: 13px;
}

.sell-list, .sell-list li, .sell-list li a, .sell-list li .li {
    overflow: hidden;
    white-space: nowrap;
}
.sell-list table {
    white-space: normal;
}
.sell-list li .li-numero {
    padding: 10px 3px 0px;
    font-size: 12px;
    font-weight: bold;
    color: #E5E5E5;
    width: 30px;
    float: left;
}
.sell-list li .li {
    margin-left: 32px;
    padding: 3px;
}
.sell-list li.even .li {
    background-color: #F3F3F3;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
.sell-list li a {
    font-size: 13px;
}
/****************************************************************************/

.sitemap, .sitemap ul {
    margin-left: 15px;    
}
.sitemap li,.sitemap li a {
    font-size: 15px;
    font-weight: bold;
    color: #4096CD;
    margin: 3px 0px;
}
.sitemap li li,.sitemap li li a {
    font-size: 13px;
    font-weight: bold;
}
.sitemap li li li,.sitemap li li li a {
    list-style-type: circle;
    font-size: 12px;
    font-weight: bold;
}
.sitemap li li li li,.sitemap li li li li a {
    list-style-type: disc;
    font-size: 12px;
    font-weight: normal;
}

/****************************************************************************/
.anons-block {}

.anons-block .block-header {
    position: relative;
    height: 40px;
    background: #FFF url(/media/site/images/h-bg.gif) 0 0 repeat-x;
    color: #FFF !important;
}
.anons-block .block-header h2 {
    color: #FFF !important;
    padding: 10px 0px 0px 10px !important;
}
.anons-block .block-header .btn {
    position: absolute;
    bottom: 0px;
    right: 15px;
    padding: 0px;
    margin: 0px;
    height: 29px;
    background: url(/media/site/images/top_menu_active.png) 0px 0px no-repeat;
}
.anons-block .block-header .btn div {
    padding: 0px;
    margin: 0px;
    height: 29px;
    margin-left: 5px;
    background: url(/media/site/images/top_menu_active.png) 100% 0px no-repeat;
}
.anons-block .block-header .btn div a {
    font-size: 12px;
    font-weight: normal;
    display: block;
    height: 22px;
    padding: 7px 5px 0px 0px;
    color: #000;
    text-decoration: none;
}
.anons-block .block-header .btn div a:hover {
    color: #000;
    text-decoration: underline;
}
.anons-block .block-content {
    padding: 10px;
    overflow: hidden;
}
.anons-block .block-content .one-last {
    width: 250px;
    float: left;
    overflow: hidden;
}
.anons-block .block-content .one-last .title {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
.anons-block .block-content .one-last .title a {
    font-weight: bold;
    font-size: 13px;
}
.anons-block .block-content .one-last .anons-text {
    margin: 5px 0px 0px;
    text-align: left;
    overflow: hidden;
}
.anons-block .block-content .one-last .anons-text img {
    margin: 0px 5px 5px 0px;
    float: left;
}
.anons-block .block-content .other-list {
    margin-left: 270px;
}
.anons-block .block-content .other-list li {
    margin: 4px 0px;
}
.anons-block .block-content .other-list ul li .datetime {
    width: 80px;
    margin-right: 5px;
    text-align: right;
    float: left;
}
.anons-block .block-content .other-list ul li .anons-image {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-left: 5px;
    float: left;
}
.anons-block .block-content .other-list ul li .info {
    overflow: hidden;
    margin-left: 150px;
}
.anons-block .block-content .other-list ul li div,.anons-block .block-content .last-list ul li div {
    white-space: nowrap;
    overflow: hidden;
}
.anons-block .block-content .other-list ul li div a,.anons-block .block-content .last-list ul li div a {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    float: none;
}
.anons-block .block-content .sells {
    position: relative;
    float: left;
    background: transparent url(/media/site/images/percent.gif) 100% 0 no-repeat;
    width: 49%;
    overflow: hidden;
}
.anons-block .block-content .last-list {
    margin-left: 50%;
    overflow: hidden;
}
.anons-block .block-content ul li .li {
    padding: 2px;
}
.anons-block .block-content ul li.even .li {
    background-color: #F3F3F3;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
.anons-block .block-content h3 {
    margin: 0px !important; 
    font-weight: bold !important;
}
/****************************************************************************/
ul.pages {
    margin: 10px auto;
    text-align: center;
}
ul.pages li {
    display: inline;
    padding: 3px 5px;
    background-color: #F5FAFE;
    border: 1px solid #E5FAFE;
    text-align: center;
    margin: 0px 3px;
}
ul.pages li a {
    font-size: 12px;
    text-decoration: none;
}
ul.pages li.current {
    font-size: 14px;
    background-color: #FFF;
    border: 0px none;
    font-weight: bold;
    text-decoration: none;
}

#YMapsID table {
    width: auto !important;
}
#YMapsID table td {
    padding: 0px !important;
    margin: 0px !important;
}

/*##########################*/
table.bulletinTable th {
    background-color: #F0F0F0;
    border-bottom: 1px solid #CCCCCC;
    font-weight: bold;
    padding: 5px;
}
table.bulletinTable td {
    border-bottom: 1px solid #F0F0F0;
    padding: 5px;
}

.bulletinInfo {
    white-space: normal;
}
.bulletinInfo .bulletinWrap {
    padding: 5px;
    background-color: #E9E9E9;
}
.bulletinWrap .bulletinContact {
    background-color: #F6F6F6;
    padding: 15px;
}
.bulletinWrap .bulletinText {
    background-color: #FFF;
    padding: 15px;
}
.bulletinWrap .bulletinFiles {
    background-color: #FFF;
    padding: 15px;
}

/*********************************************************/
#YDMapListConteiner {
    display: none;
    width: auto;
    height: 300px;
    border: 1px solid #F5C05C;
    background-color: #FAEBC3;
}
#YDMapListConteiner table td {
    padding: 0px !important;
    margin: 0px !important;
}
.YMaps-b-balloon-frame {
    width: auto !important;
}

/*********************************************************/
.gg-VS-ya td {
	vertical-align: top;
}
.gg-VS-ya td .text-input {
	width: 300px !important;
}

.gg-VS-ya td .yaform-holster {
	margin: 4px 0 0 20px !important;
}
.gg-VS-ya td .yaform-holster .yaform__input-text {
    border: 1px solid #7E9DB9;
    padding: 2px;
    width: 200px !important;
}
.gg-VS-ya td .yaform-holster #yandexform0 .yaform__search, .gg-VS-ya td .yaform-holster #yandexform0 .yaform__search td, .gg-VS-ya td .yaform-holster #yandexform0 .yaform__precise-i {
    background-color: transparent !important;
}

.multimedia-portfolio {
	overflow: hidden;
}
.multimedia-portfolio li {
	float: left;
	display: block;
	width: 105px;
	height: 105px;
	border: 1px solid #E9E9E9;
	background-color: #F6F6F6;
	padding: 5px;
	margin: 1px;
	overflow: hidden;
}
.multimedia-portfolio li a {
	display: block;
	width: 105px;
	height: 105px;
	overflow: hidden;
}

.video_link {
	background: transparent url(/media/site/images/video.png) 50% 50% no-repeat;
}
