@charset "utf-8";
@import "brandtoday.css";
/* common styles */

html {
    height: 100%;
}

body {
    font-family: "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, Helvetica, sans-serif;
    font-size: 0.75em;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    background: #FFFFFF url(/images/page_bg.png) top repeat-x;
    height: 100%;
    margin: 0 auto;
    padding: 0;
	max-width: 1600px;
}
/*   START BACKGROUND  */
body.layer_bg{
	background: #fff;
}
#outer{padding-left:5px !important; padding-right:5px !important; background:#fff !important; }
#footer{position:relative; z-index:3; background-color:#fff !important; padding-left:5px !important; padding-right:5px !important; width:984px; margin:0 auto; }
#wrapper{position:relative; z-index:2; width:994px; margin:0 auto -60px auto  !important;}
#footer .container{padding: 15px 0 0 0 !important;}
.offset_bg_top{padding-top:100px;}
body.layer_bg .bg_layer1{background: #ffffff url(/images/bg_layer1.jpg) center top no-repeat;  z-index: 1; position: fixed;top: 0;bottom: 0;max-width: 1600px;width: 100%;left: auto; right: auto;}
body.layer_bg .bg_layer_top{background: url(/images/bg_layer_top.png) center top no-repeat;  z-index: 1; position: fixed;top: 0;bottom: 0;max-width: 1600px;width: 100%;left: auto; right: auto;}
body.layer_bg .bg_layer_left{background: url(/images/bg_layer_left.png) left top no-repeat;  z-index: 1; position: fixed;top: 0;bottom: 0;max-width: 1600px;width: 100%;left: auto; right: auto;}
body.layer_bg .bg_layer_right{background: url(/images/bg_layer_right.png) right top no-repeat;  z-index: 1; position: fixed;top: 0;bottom: 0;max-width: 1600px;width: 100%;left: auto; right: auto;}
#bg_link{cursor:pointer; display:block; position:absolute; z-index:1; top:0; left:0; right:0; bottom:0;}
body.full_bg{
	background: #fff;	
}
body.full_bg .bg_layer1{background: #ffffff url(/images/bg_full.jpg) center top no-repeat;  z-index: 1; position: fixed;top: 0;bottom: 0;max-width: 1600px;width: 100%;left: auto; right: auto;}
body.full_bg .bg_layer_top, body.full_bg .bg_layer_left, body.full_bg .bg_layer_right{background:none;}
/*   END BACKGROUND  */
form {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

p {
    margin: 0 0 1em 0;
}

ul {
    list-style: none;
    margin: 0 0 1em 0;
    padding: 0;
}

ul li {
    list-style-image: none;
    margin: 0;
    padding: 0;
}

label {
    color: #555555;
    float: left;
    clear: right;
    height: 1em;
    line-height: 1em;
    display: block;
    margin: 0 0 3px 0;
}

label.double {
    line-height: 1.2em;
    height: 2.4em;
}

blockquote {
    font-style: italic;
    border-left: 1px solid #E1E1E1;
    padding: 0 0 0 1em;
    margin: 0;
}

pre {
    font-size: 12px
}

/* links */

h3 a {
    text-decoration: none
}

a {
    color: #005b7f;
    outline: none;
}

a:hover {
    color: #707070;
    text-decoration: none;
}

a.active {
    color: #707070;
    text-decoration: none;
}

a.off {
    cursor: default;
}

/* helpers */

.fullWidth {
    width: 100%;
}

.expanded {
    height: 100%;
}

.lowCase {
    text-transform: lowercase;
}

.upCase {
    text-transform: uppercase;
}

.parameters {
    display: none;
}

.spacer {
    clear: both;
}

.textRight {
    text-align: right;
}

.paddingRight {
    padding: 0 1em 0 0;
}

.paddingLeft {
    padding: 0 0 0 1em;
}

.indent {
    margin: 1em 0 0 0;
    display: block;
}

/* fields */

.textField {
    font-family: "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, Helvetica, sans-serif;
    font-size: 1em;
    color: #000000;
    border: 1px solid #CCCCCC;
    clear: both;
    height: 1.333em;
    line-height: 1.333em;
    margin: 0 0 1em 0;
    padding: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

select {
    font-family: "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, Helvetica, sans-serif;
    font-size: 1em;
    color: #000000;
    border: 1px solid #CCCCCC;
    height: 1.4em;
    line-height: 1.4em;
    margin: 0px;
}

option {
    font-size: 1em;
}

select.ad_select {
    width: 100%
}

/* custom fields */

.textField.light {
    color: #a1a1a1;
}

/* buttons */

.pager a.active {
    display: inline;
    float: left !important
}

.button, .pager a {
    background: #dadada url(/images/buttons/textures_CCCCCC_40x100.png) 0 40% repeat-x;
    border: 1px solid #CCCCCC;
    font-size: 1em;
    color: #555555;
    cursor: pointer;
    text-decoration: none;
    display: block;
    float: right;
    width: auto;
    height: 1.667em;
    line-height: 1.6em;
    margin: 0 0 0 10px;
    padding: 0 8px 0 8px;
    outline: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.button:hover, .pager a:hover {
    color: #707070;
    background: #F5F5F5;
}

.button.active, .pager a.active {
    color: #707070;
    background: #F5F5F5;
}


/* controls */

/* dropDownList */

.dropDownList {
    background: #FFFFFF;
    border: 1px solid #e1e1e1;
    float: left;
    position: absolute;
    padding: 0 2px 0 2px;
    margin: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.dropDownList .title {
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    color: #000000;
    height: 1.667em;
    min-height: 1.667em;
    line-height: 1.6em;
    padding: 0 0 0 2px;
    margin: 0;
}

.dropDownList .selector {
    float: right;
    position: relative;
    top: 50%;
    margin: -8px 0 0 10px;
}

.dropDownList .title.active .ui-icon {
    background-image: url(/images/ui/ui-icons_707070_256x240.png);
}

.dropDownList .title:hover .ui-icon {
    background-image: url(/images/ui/ui-icons_707070_256x240.png);
}

.dropDownList .title.active .selector .ui-icon {
    background-image: url(/images/ui/ui-icons_999999_256x240.png);
}

.dropDownList .title:hover .selector .ui-icon {
    background-image: url(/images/ui/ui-icons_999999_256x240.png);
}

.dropDownList .text {
    float: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

.dropDownList .slider {
    z-index: 9;
    width: auto;
    display: none;
    overflow: auto;
    max-height: 12.375em;
    padding: 0;
    margin: 2px 0 2px 0;
}

* html .dropDownList .slider {
    height: 12.375em;
}

.dropDownList dd {
    display: none;
}

.dropDownList dt {
    cursor: pointer;
    color: #555555;
    padding: 0 20px 0px 2px;
    margin: 0;
    line-height: 1.125em;
}

.dropDownList dt a.link {
    display: block;
}

.dropDownList dt:hover {
    background: #ececec;
}

.dropDownList dt.header {
    font-weight: bold;
    background: #ececec;
    cursor: default;
}

/* checkbox */

.checkBox {
    text-decoration: none;
    color: #555555;
    cursor: pointer;
}

.checkBox .container {
    background-image: url(/images/controls/control_bg_active.png) !important;
}

.checkBox .container .icon {
    background: none;
}

.checkBox.checked .container .icon {
    background: url(/images/ui/ui-icons_707070_256x240.png) -66px -146px no-repeat;
}

/* radiobuttons */

.radio {
    height: 1em;
    line-height: 1em;
    margin: 0 0 12px 0;
}

.radioButton {
    text-decoration: none;
    color: #555555;
    cursor: pointer;
    padding: 0 12px 0 0;
}

.radioButton .container {
    background-image: url(/images/controls/control_bg_active.png) !important;
}

.radioButton .container .icon {
    background: none;
}

.radioButton.checked .container .icon {
    background: url(/images/ui/ui-icons_707070_256x240.png) -66px -146px no-repeat;
}

/* pager */

.pager {
    height: 1.667em;
    line-height: 1.667em;
    margin: 0;
}

.pager .title {
    float: left;
    line-height: 1.333em;
    margin: 0 4px 0 0;
}

.pager a {
    float: left;
    height: 1.333em;
    line-height: 1.333em;
    padding: 0 5px 0 5px;
    margin: 0 2px 0 0;
}

/* alphabet */

.alphabet {
    margin: 0 0 1em 0;
    font-size: 16px;
    text-align: center;
}

.alphabet div {
    margin: -.1em 0 0 0;
}

.alphabet a {
    line-height: 2em;
    text-decoration: none;
    margin: 0 .1em 0 0;
}

.alphabet .letter:hover {
    font-size: 1.5em;
    line-height: 1em;
}

.alphabet .letter {
    text-decoration: underline;
}

.undrl {
    text-decoration: underline;
}


/* event controls */

/* pointer */

.pointer {
    height: 1.667em;
    min-height: 20px;
    line-height: 1.5em;
    display: block;
    float: left;
}

.pointer .container {
    text-decoration: none;
    background: url(/images/icons/icon_bg.png) left no-repeat;
    width: 20px;
    height: 20px;
    overflow: hidden;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

.bt_brand {
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    border: 2px solid #080E79;
    margin-bottom: 20px;
}

.bt_brand IMG {
    max-width: 110px;
    margin-top: 5px;
    margin-bottom: 3px;
    padding-top: 7px;
}

.pointer.text .container {
    position: relative;
    top: 50%;
    margin: -10px 10px 0 0;
}

.pointer .icon {
    text-decoration: none;
    background: url(/images/icons/icons_707070.png) top left no-repeat;
    overflow: hidden;
    width: 20px;
    height: 20px;
}

.pointer.event:hover .container {
    background-image: url(/images/icons/icon_bg_active.png);
}

.pointer.event.active .container {
    background: url(/images/icons/icon_bg_active.png) left no-repeat;
}

.pointer.event:hover .icon {
    background-image: url(/images/icons/icons_999999.png);
}

.pointer.event.active .icon {
    background-image: url(/images/icons/icons_999999.png);
}

/* filter */

.filtersList li {
    float: left;
    width: 195px;
    overflow: hidden;
    height: 1.667em;
    margin: 0 0 .5em 0;
}

.filtersList li.bottom {
    margin: 0;
}

.pointer.filter {
    width: 100%;
    display: block;
    text-decoration: none;
}

.pointer.filter .container {
    background: url(/images/icons/icon_filter_bg.png) left no-repeat;
}

.pointer.filter .icon {
    background: url(/images/icons/icons_filter_FFFFFF.png) top left no-repeat;
}

.pointer.filter.event:hover .container {
    background: none;
}

.pointer.filter.event.active .container {
    background: none;
}

.pointer.filter.event:hover .icon {
    background-image: url(/images/icons/icons_filter_7d7d7d.png);
}

.pointer.filter.event.active .icon {
    background-image: url(/images/icons/icons_filter_7d7d7d.png);
}

/* control */

.control {
    text-decoration: none;
    height: 1em;
    line-height: 1em;
    display: block;
    float: left;
    margin: 0 5px 2px 0;
}



.control .container {
    text-decoration: none;
    background: url(/images/controls/control_bg.png) left no-repeat;
    width: 12px;
    height: 12px;
    line-height: 12px;
    overflow: hidden;
    top: 50%;
    position: relative;
    display: block;
    float: left;
    padding: 0;
    margin: -6px 5px 0 0;
}

.control .icon {
    text-decoration: none;
    background: url(/images/ui/ui-icons_707070_256x240.png) top left no-repeat;
    background-position: -162px -147px;
    width: 10px;
    height: 10px;
    overflow: hidden;
}

.control.event:hover .container {

}

.control.event.active .container {

}

.control.event:hover .icon {
    background-image: url(/images/ui/ui-icons_999999_256x240.png);
}

.control.event.active .icon {
    background-image: url(/images/ui/ui-icons_999999_256x240.png);
}

/* buttons */

.button .container {
    text-decoration: none;
    background: none;
    width: 20px;
    height: 20px;
    overflow: hidden;
    top: 50%;
    position: relative;
    display: block;
    float: left;
    margin: -10px 4px 0 -6px;
}

.button .container.notext {
    margin: -10px -6px 0 -6px;
}

.button .icon {
    text-decoration: none;
    background: url(/images/icons/icons_707070.png) top left no-repeat;
    background-position: 0 -100px;
    overflow: hidden;
    width: 20px;
    height: 20px;
}

.button:hover .icon {
    background-image: url(/images/icons/icons_999999.png);
}

.button.active .icon {
    background: url(/images/icons/icons_999999.png) top left no-repeat;
}


/* common containers */

#wrapper {
    min-height: 100%;
    margin: 0 0 -60px 0;
}

/* stupid IE hack */

* html #wrapper {
    height: 100%;
}

#outer {
    width: 984px;
    margin: 0 auto;
    padding: 0 0 60px 0;
}

/* headers styles */

h4 {
    color: #707070;
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 1em 0;
}

h3 {
    color: #707070;
    font-size: 1.167em;
    font-weight: normal;
    margin: 0 0 1em 0;
}

h2 {
    color: #707070;
    font-size: 1.333em;
    font-weight: normal;
    margin: 0 0 1em 0;
}

h1 {
    color: #707070;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 1em 0;
}

/* panels */

.panelRight {
    text-align: right;
    clear: both;
    margin: 1em 0 0 0;
    padding: 0;
}

.panelLeft {
    text-align: left;
    clear: both;
    margin: 1em 0 0 0;
    padding: 0;
}

.panelBottom {
    margin: 0 0 1em 0;
}

.panelButtons {
    clear: both;
    height: 1.667em;
}

.panelControl {
    clear: both;
    height: 1.5em;
    margin: 0 0 1em 0;
}

.panelFields {
    margin: 0 6px 0 0;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}


/* grid */

#tableGrid {
    width: 100%;
    margin: 0;
    clear: both;
}

#tableGrid td.submenu {
    width: 204px;
}

#tableGrid td.right {
    width: 120px;
    padding: 0 0 0 10px;
}

/* tables */

.grid {
    border: 0;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

.grid td {
    border: 0;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.panel td.topLeft {
    width: 4px;
    height: 4px;
    background: url(/images/panel_top_left.gif) top left no-repeat;
}

.panel td.topRight {
    width: 4px;
    height: 4px;
    background: url(/images/panel_top_right.gif) top right no-repeat;
}

.panel td.bottomLeft {
    width: 4px;
    height: 4px;
    background: url(/images/panel_bottom_left.gif) bottom left no-repeat;
}

.panel td.bottomRight {
    width: 4px;
    height: 4px;
    background: url(/images/panel_bottom_right.gif) bottom right no-repeat;
}

table.controls {
    width: 100%;
}

table.controls td {
    width: 50%;
}

/* header */

#header {
    float: left;
    width: 100%;
    background: url(/images/header_bg.png) top no-repeat;
    padding: 0;
    margin: 0;
}

/* logo */

#logo {
    background: url(/images/logo.png) no-repeat;
    text-decoration: none;
    float: left;
    display: block;
    width: 190px;
    height: 34px;
    margin: 16px 0 0 6px;
}

/* main menu */

#menu {
    padding: 0;
    margin: 26px 0 0 202px;
}

/*#menu .spacer {
    min-height: 100%;
    margin: 0 0 -2.167em 0;
    clear: inherit;
}

* html #menu .spacer {
    height: 100%;
}*/
#menuList {
    list-style-image: none;
    list-style: none;
    /*width: 530px;*/
    height: 2.167em;
    overflow: hidden;
    padding: 0;
    margin: 0 15px 0 0
}

#menuList li {
    float: left;
    list-style-image: none;
    list-style: none;
    margin: 0;
    padding: 0;
}


#menuList li a.mainMenu {
    background: url(/images/buttons/menu1_bg.png) bottom repeat-x;
    color: #FFFFFF;
    float: left;
    white-space: nowrap;
    text-decoration: none;
    font-size: 1.167em;
    font-weight: normal;
    display: block;
    line-height: 1.714em;
    height: 1.857em;
}

#menuList li a.mainMenu .title {
    float: left;
    height: 1.857em;
}

#menuList li a.mainMenu:hover {
    color: #e1e1e1;
}

#menuList li a.mainMenu.active {
    background: url(/images/buttons/menu1_bg_active.png) bottom repeat-x;
    color: #000000;
}

#menuList li a.mainMenu .left {
    background: url(/images/buttons/menu1_left.png) bottom left no-repeat;
    float: left;
    width: 10px;
    height: 1.857em;
}

#menuList li a.mainMenu.active .left {
    background: url(/images/buttons/menu1_left_active.png) bottom left no-repeat;
}

#menuList li a.mainMenu .right {
    background: url(/images/buttons/menu1_right.png) bottom right  no-repeat;
    float: left;
    width: 10px;
    height: 1.857em;
}

#menuList li a.mainMenu.active .right {
    background: url(/images/buttons/menu1_right_active.png) bottom right no-repeat;
}

.header-container {
    float: right;
}

#header-links {
    float: left;
    margin: 12px 15px 0 0;
}

#header-links a {
    text-decoration: underline;
    margin-left: 10px
}

/* social networks */
#snets {
    float: left;
    margin: 15px 0 0 0;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.snet {
    float: left;
    margin: 5px 6px;
}

.snet a {
    float: left;
    width: 18px;
    height: 18px;
    background-attachment: scroll;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/images/icons/socialnetworks2.png);
    overflow: hidden;
}

.snfb {background-position: 0 -76px}
.snfb:hover {background-position: -18px -76px}

.snvk {background-position: 0 0}
.snvk:hover {background-position: -18px 0}

.snlj {background-position: 0 -38px}
.snlj:hover {background-position: -18px -38px}

.sntw {background-position: 0 -57px}
.sntw:hover {background-position: -18px -57px}

.snok {background-position: 0 -191px}
.snok:hover {background-position: -18px -191px}

.snml {background-position: 0 -95px}
.snml:hover {background-position: -18px -95px}


/* shopping cart */

#cart {
    float: left;
    font-size: 12px;
    margin: 5px 0 10px 0;
    padding: 5px;
    border: 1px solid #cccccc;
    width: 100%;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#cart .cart-link {
    float: left;
    margin: 1px 10px 5px 10px
}

#cart .cart-link a {
    color: #555555;
    text-decoration: none;
    text-shadow: 2px 2px 2px #cccccc
}

#cart .cart-link a:hover {
    color: #000000
}

#cart .cart-link a img {
    margin: 0 10px -7px 0
}

#cart .cart-goods {
    float: left;
    margin: 6px 0 0 0
}

#cart .cart-goods .cart-goods-quantity {
    font-weight: bold
}


/* search */

#search {
    width: 215px;
    overflow: hidden;
    float: left;
    clear: none;
    margin: 10px 15px 0 0;
}

#search .textField {
    float: right;
    width: 170px;
    clear: none;
    margin: 0;
}

#search .button {
    float: right;
    margin: 0 0 0 6px;
}

/* submenu */

#submenu {
    margin: 10px -1px 0 0;
    padding: 0;
    position: relative;
    z-index: 9;
}

#submenu li.top {
    padding: 1px 0 0 0;
}

* html #submenu li.top {
    background: url(/images/buttons/submenu_bg.png) top no-repeat;
}

#submenu li.top:hover {
    background: url(/images/buttons/submenu_bg.png) top no-repeat;
}

#submenu li.top.active {
    background: url(/images/buttons/submenu_bg.png) top no-repeat;
}

#submenu a.submenuLink {
    background: url(/images/buttons/submenu.png) no-repeat;
    color: #464646;
    text-decoration: none;
    display: block;
    width: 189px;
    height: 2.083em;
    margin: 0;
    padding: 0 4px 0 12px;
    line-height: 2em;
    overflow: hidden;
}

#submenu a.submenuLink sup {
    color: #707070;
    font-size: 11px;
    line-height: 11px;
}

#submenu a.submenuLink:hover {
    background: url(/images/buttons/submenu_active.png) no-repeat;
    color: #707070;
}

#submenu a.submenuLink.active {
    background: url(/images/buttons/submenu_active.png) no-repeat;
    color: #707070;
}

/* sublist */

#sublist {
    margin: 2px 0 5px 0;
    padding: 0;
}

#sublist .sublistItem:hover {
    background: url(/images/buttons/sublist_active.png) left no-repeat;
}

#sublist .sublistItem.active {
    background: url(/images/buttons/sublist_active.png) left no-repeat;
}

#sublist .sublistLink {
    border-bottom: 1px dashed #e1e1e1;
    color: #464646;
    text-decoration: none;
    display: block;
    padding: .1em 0 .2em 0;
    margin: 0 12px 0 12px;
}

#sublist .sublistLink.bottom {
    border: 0;
}

#sublist .sublistLink:hover {
    color: #707070;
}

#sublist .sublistLink.active {
    color: #707070;
}

/* markers */

#sublist .sublistLink.marker0 {
    padding-left: 18px;
    background: url(/images/controls/marker_green.png) left no-repeat;
}

#sublist .sublistLink.marker1 {
    padding-left: 18px;
    background: url(/images/controls/marker_blue.png) left no-repeat;
}

#sublist .sublistLink.marker2 {
    padding-left: 18px;
    background: url(/images/controls/marker_yellow.png) left no-repeat;
}


/* pagesearch */

#pagesearch {
    overflow: hidden;
    float: left;
    clear: none;
    margin: -3px 8px 0 0;
}

#pagesearch .textField {
    float: left;
    width: 572px;
    clear: none;
    margin: 0;
}

#pagesearch .button {
    float: left;
    margin: 0 0 0 6px;
}

/* login */

#login {
    float: left;
    width: 193px;
    margin: 0 0 0 0;
}

#login #txtLogin {

}

#login .textField {
    width: 156px;
    float: left;
    margin: 0 0 4px 0;
}

#login .button {
    margin: 0 0 0 4px;
    float: left;
}

#login .floatRight {
    margin: 0 34px 0 0;
}

#login .links {
    color: #707070;
}

#login .links ul { margin: 0; padding: 0}
#login .links ul li {
    list-style-type: none;
}

#login .links a {
    clear: both;
    text-decoration: none;
}

/* pather */

#pather {
    float: right;
    width: 765px;
    margin: 10px 0 8px 0;
}

#pather a.path {
    text-decoration: none;
}

#pather a.path:hover {
    color: #707070;
}

/* window */

#tableWindow {
    width: 100%;
}

#tableWindow .topLeft {
    background: url(/images/window_top_left.png) top left no-repeat;
    width: 5px;
    height: 11px;
}

#tableWindow .rowTop {
    background: url(/images/window_top_bg.png) top repeat-x;
    height: 11px;
}

#tableWindow .topRight {
    background: url(/images/window_top_right.png) top right no-repeat;
    width: 5px;
    height: 11px;
}

#tableWindow .rowLeft {
    background: url(/images/window_left_bg.png) left repeat-y;
    width: 5px;
}

#tableWindow .rowRight {
    background: url(/images/window_right_bg.png) right repeat-y;
    width: 5px;
}

#tableWindow .bottomLeft {
    background: url(/images/window_bottom_left.png) bottom left no-repeat;
    width: 5px;
    height: 22px;
}

#tableWindow .rowBottom {
    background: url(/images/window_bottom_bg.png) bottom repeat-x;
    height: 22px;
}

#tableWindow .bottomRight {
    background: url(/images/window_bottom_right.png) bottom right no-repeat;
    width: 5px;
    height: 22px;
}

#tableWindow .rowCenter {
    background: #FFFFFF;
}

/* icons */

.ui-icon.icon-white {
    background-image: url(/images/ui/ui-icons_FFFFFF_256x240.png);
}

/* controls icons */

.icon.control_question {
    background-position: -50px -146px;
}

.icon.control_more {
    background-position: -35px -34px;
}

.icon.icon_up {
    background-position: -140px -80px;
}

.icon.icon_down {
    background-position: -160px -80px;
}


/* buttons icons */

.icon.button_login {
    background-position: -60px -100px;
}

.icon.button_insert {
    background-position: -20px -100px;
}

.icon.button_close {
    background-position: -40px -100px;
}

/* menu icons */

.icon.section_registration {
    background-position: -60px 0;
}

.icon.section_users {
    background-position: 0 0;
}

.icon.section_post {
    background-position: -20px 0;
}

/* filters icons */

.filter .icon.icon_service2 {
    background-position: -20px 0;
}

.filter .icon.icon_service3 {
    background-position: -40px 0;
}

.filter .icon.icon_service4 {
    background-position: -60px 0;
}

.filter .icon.icon_service5 {
    background-position: -80px 0;
}

.filter .icon.icon_service6 {
    background-position: -100px 0;
}

.filter .icon.icon_service7 {
    background-position: -120px 0;
}

.filter .icon.icon_service8 {
    background-position: -140px 0;
}

/* weditor icons */

.icon.weditor_bold {
    background-position: 0 -60px;
}

.icon.weditor_italic {
    background-position: -20px -60px;
}

.icon.weditor_underline {
    background-position: -40px -60px;
}

.icon.weditor_strike {
    background-position: -60px -60px;
}

.icon.weditor_link {
    background-position: -80px -60px;
}

.icon.weditor_unlink {
    background-position: -100px -60px;
}

.icon.weditor_image {
    background-position: -120px -60px;
}

.icon.weditor_video {
    background-position: -140px -60px;
}

.icon.weditor_blockquote {
    background-position: -180px -60px;
}

.icon.weditor_list {
    background-position: -160px -60px;
}

.icon.weditor_charmap {
    background-position: -200px -60px;
}

.icon.weditor_preview {
    background-position: -240px -60px;
}

.icon.weditor_html {
    background-position: -260px -60px;
}

/* wo icons */

.icon.icon_phone {
    background-position: -100px -80px;
}

.icon.icon_address {
    background-position: -20px -80px;
}

.icon.icon_web {
    background-position: -80px -60px;
}

.icon.icon_info {
    background-position: -120px -80px;
}

.icon.icon_company {
    background-position: -140px -80px;
}

/* banners */

.banner780 {
    float: right;
    width: 780px;
    height: 90px;
    overflow: hidden;
    margin: 12px 0 0 0;
}

.banner120x400 {
    width: 120px;
    overflow: hidden;
    margin: 0 0 12px 0;
}

.banner120x120 {
    width: 120px;
    overflow: hidden;
    margin: 0 0 12px 0;
}

.banner200 {
    width: 200px;
    overflow: hidden;
    margin: 12px 0 12px 0;
}


/* content */

#content {
    padding: 0 10px 0 10px;
    margin: -8px 0 0 0;
    min-height: 370px;
}

* html #content {
    height: 370px;
}

/* filters */

.filter {
    width: 290px;
}

.filter .text {
    width: 260px;
}

#sltRegion {
    z-index: 4;
}

#sltCity {
    z-index: 3;
}

#sltDistrict {
    z-index: 2;
}

#sltMetro {
    z-index: 1;
}

/* cards */

.card-old {
    border-bottom: 1px dashed #CCCCCC;
    margin: 0 0 1em 0;
}

.card-notice {
    margin: 0 0 1em 0;
    float: left;
    width: 300px;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    height: 153px;
    overflow: hidden;
    margin-bottom: 17px;
    cursor: pointer;
}

.card {
    border: 1px solid #e3e3e3;
    padding: 6px;
    border-radius: 4px;
    margin: 0 0 1em 0;
    cursor: pointer;
}

.card:hover {
    border: 1px solid #ccc;
    padding: 6px;
    border-radius: 4px;
    margin: 0 0 1em 0;
    background: #F5F5F5;
}

.card-notice:hover {
    border: 1px solid #BABABA;
}

.card .lite {
    color: #555555;
}

.card-notice .lite {
    color: #555555;
}

.nonono {
    /*visibility: hidden;*/
}

.card .block {
    clear: both;
    margin: 0 0 .5em 0;
}

.blue-label {
    background: #14537D;
    color: white;
    padding: 2px 3px;
    border-radius: 3px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #0F486E;
    font-size: 11px;
    border: 1px solid #0F466B;
}

.card-notice .block {
    clear: both;
    margin: 0 0 .5em 0;
}

.card .photo {
    float: left;
    margin: 0 5px 5px 0;
}

/* news */

#tableNews td.newsRight {
    border-left: 1px dashed #e1e1e1;
}

.news_title {
    text-decoration: none;
}

.newsShares {
    float: left;
    width: 96%;
    background: #f5f5f5;
    padding: 10px 1.5%;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.newsShare {
    float: right;
    margin-left: 7px
}

.newsShare:last-child {
    margin-right: 0;
}

/* companies */

.company {
    margin: .5em 0 .5em 0;
    padding: 0 0 .5em 0;
    border-bottom: 1px dashed #e1e1e1;
}

.company .pointer {
    color: #000000;
    text-decoration: none;
}

.company .pointer:hover {
    color: #707070 !important;
}

.company .address .pointer {
    height: 1.667em;
    overflow: hidden;
	color: blue;
}

.company div.line {
    float: none;
    min-height: 1.667em;
    line-height: 1.667em;
    margin: 0 0 2px 0;
    clear: both;
}

* html .company div.line {
    height: 1.667em;
    overflow: hidden;
}

.company .title {
    float: left;
    font-size: 1.167em;
    font-weight: bold;
    line-height: 1.286em;
}

.company .title a span {
    float: left
}

.company .companyServices {
    float: right;
    margin: 0;
}

.company .companyServices .companyService {
    float: left;
    width: 20px;
    margin: 0 2px 0 0;
}

.company .companyServices .filter {
    width: auto
}

/* hascard + class */

.company.hascard2 {
    padding: .5em 0;
    background: #ececec
}

.company.hascard3 {
    padding: .5em 0;
    border: 2px solid #3366ff
}

.hascard-icon {
    margin: 3px 0 0 4px
}

/* brands */

#sltBrands {
    z-index: 5;
}

#sltBrands .link a.link {
    font-size: 0.833em;
    text-decoration: none;
}

#brands .letter {
    color: #555555;
    border-bottom: 1px dashed #ececec;
    text-align: center;
    font-size: 1.333em;
    padding: 0 0 2px 0;
    margin: 1em 0 .5em 0;
}

#brands a.brand {
    text-decoration: none;
}

#brands .control {
    float: none;
}

/* services */

#services {
    margin: .5em 0 1em 0;
}

#services .header {
    height: 2em;
}

#services .left {
    background: url(/images/controls/panel_filter_header_left.png) bottom left no-repeat;
    width: 10px;
    height: 2em;
    float: left;
}

#services .right {
    background: url(/images/controls/panel_filter_header_right.png) bottom right no-repeat;
    width: 10px;
    height: 2em;
    float: left;
}

#services .title {
    color: #555555;
    background: url(/images/controls/panel_filter_bg.png) bottom repeat-x;
    height: 2em;
    line-height: 2em;
    float: left;
}

#services .tableServices {
    border: 0;
    border-collapse: collapse;
    width: 100%;
}

#services .tableServices td {
    border: 0;
    border-collapse: collapse;
    padding: 0;
}

#services .tableServices .bg {
    background: url(/images/controls/panel_filter_bg.png);
}

#services .tableServices .topRight {
    background: url(/images/controls/panel_filter_top_right.png) bottom left no-repeat;
    width: 10px;
    height: 10px;
}

#services .tableServices td.bottomLeft {
    background: url(/images/controls/panel_filter_bottom_left.png) top right no-repeat;
    width: 10px;
    height: 10px;
}

#services .tableServices td.bottomRight {
    background: url(/images/controls/panel_filter_bottom_right.png) bottom left no-repeat;
    width: 10px;
    height: 10px;
}


/* tags */

.tag {
    float: right;
    height: 16px;
    color: #FFFFFF;
}

.tag.left {
    float: left;
    margin: 0 6px 0 0;
}

.tag .left {
    background: url(/images/controls/tag_left.png) no-repeat;
    float: left;
    width: 4px;
    height: 16px;
}

.tag .right {
    background: url(/images/controls/tag_right.png) no-repeat;
    float: left;
    width: 4px;
    height: 16px;
}

.tag .center {
    background: url(/images/controls/tag_bg.png) repeat-x;
    float: left;
    height: 16px;
    padding: 0 4px 0 4px;
}

.tag .center .ui-icon {
    float: left;
    margin: 0 2px 0 -4px;
    opacity: 1;
    filter: Alpha(Opacity=100);
}

/* yellow tag */

.tag.marker_yellow .left {
    background: url(/images/controls/tag_yellow_left.png) no-repeat;
}

.tag.marker_yellow .right {
    background: url(/images/controls/tag_yellow_right.png) no-repeat;
}

.tag.marker_yellow .center {
    background: url(/images/controls/tag_yellow_bg.png) repeat-x;
}

/* blue tag */

.tag.marker_blue .left {
    background: url(/images/controls/tag_blue_left.png) no-repeat;
}

.tag.marker_blue .right {
    background: url(/images/controls/tag_blue_right.png) no-repeat;
}

.tag.marker_blue .center {
    background: url(/images/controls/tag_blue_bg.png) repeat-x;
}

/* green tag */

.tag.marker_green .left {
    background: url(/images/controls/tag_green_left.png) no-repeat;
}

.tag.marker_green .right {
    background: url(/images/controls/tag_green_right.png) no-repeat;
}

.tag.marker_green .center {
    background: url(/images/controls/tag_green_bg.png) repeat-x;
}


/* weditor */

.weditor .post {
    width: 500px;
}

.weditor .weditorField {
    height: 25em;
    margin: 0;
}

.weditor .panelFrame {
    padding: 0 0 12px 0;
}

.weditor .weditorContainer {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.weditor .weditorContainer.resizable {
    background: #F5F5F5;
}

.weditor .weditorContainer .size {
    position: absolute;
    bottom: 2em;
    right: 2em;
    color: #707070;
    font-size: 1.167em;
    text-align: center;
    margin: auto;
}

.weditor .weditorField {
    margin: 0;
}

.weditor .weditorFrame {
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}

.weditor .panelControls .separator {
    width: 10px;
    height: 20px;
    float: left;
}

.weditor .panelControls {
    height: 20px;
    margin: 0 0 2px 0;
}

.weditor .panelControls .pointer {
    margin: 0 0 0 2px;
}

/* weditor dialogs */

#dialogLink .dialogContent {
    width: 320px;
}



/* footer */

#footer {
    background: url(/images/footer_bg.png) bottom repeat-x;
    padding: 10px 0 0 0;
}

#footer .container {
    width: 780px;
    font-size: 0.917em;
    color: #707070;
    background: none;
    clear: both;
    margin: 0 auto;
    padding: 15px 0 0 204px;
}

/* new */

.rubricks_title {
    clear: both;
    width: 100%;
}

.rubricks {
    margin: auto;
    width: 85%;
}

.new {
    margin: 0 3px;
    color: #cd0a0a;
    font-weight: bold;
    text-decoration: blink
}

.rubricks .extext {
    float: left;
    font-size: 10px;
    padding-left: 5px
}

.rubrick {
    float: left;
    width: 49%;
    padding-top: 5px;
    padding-right: 1%;
}


.card .block.comment {
    text-align: right;
}

.comments {
    float: left;
    width: 100%;
}

.comments .block.comment {
    float: left;
    width: 100%;
    text-align: left;
}

.comments .block.comment .c_head {
    padding: 2px 5px;
    background: #ABC6DD;
}

.comments .block.comment .c_date {
    float: right;
}
.comments .block.comment .c_author {
    float: left;
}
.comments .block.comment .c_text {
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-left: 10px;
}

.admin_controls {
    float: right;
    margin: 0 0 0 15px;
    text-align: right
}

.admin_controls .admin_control {
    float: left;
    margin: 0 2px 0 0
}

#counters {
    width: 100%;
    text-align: center;
}

.counter {
    display: inline-block;
}

#subscribe {
    width: 120px;
    text-align: center;
}

#subscribe .text {
    width: 115px;
    text-align: justify;
    font-size: 11px;
    font-family: sans-serif;
}

#subscribe .inputtext {
    width: 114px;
}

.newsControls {
    float: right;
}

.newsControls ul li {
    list-style-type: none;
    display: inline-block;
}

.questions {
    width: 200px;
}

.questions li p {
    padding: 0;
    margin: 0;
    font-size: 11px;
}

.questions li a {

}

/* asking */

#asking {
    float: left;
    width: 100%;
}

#asking #lcol {
    float: left;
    width: 160px;
}

#asking #lcol .asking_person {
    float: left;
    font-size: 12px;
    margin-bottom: 10px;
    text-decoration: none;
    text-align: justify;
    font-family: arial, sans-serif;
}

#asking #lcol .asking_person.active {
    font-weight: normal;
}

#asking #rcol {
    margin-left: 180px;
}

/* search page */
#pagesearch {
    float: left;
    width: 100%
}

#pagesearch #errs {
    float: left;
    width: 100%;
    margin: 0 0 10px
}

#pagesearch #errs .err {
    float: left;
    width: 100%;
    color: #ff1111;
    font-size: 14px;
    font-weight: bold
}

/* forms */
.form {
    float: left;
    width: 400px;
    margin: auto;
    position: relative
}

.form .form-row {
    float: left;
    margin: 3px 0;
    width: 400px
}

.form .form-row.w580 {
    width: 580px
}

.form .form-row .form-label {
    float: left;
    width: 180px
}

.form .form-row .form-input {
    float: left;
    width: 216px
}

.form .form-row .form-input.w400 {
    width: 400px
}

.form-checkbox {
    clear: both
}

.form-checkbox input {
    float: left;
}

.form-checkbox label {
    float: left;
    margin: 3px 0 0 0
}

.inputtext {
    border: 1px solid #cccccc;
    width: 216px
}

.inputtext:hover {
    border: 1px solid #000000;
}

.inputfile {
}

.inputsubmit {
    border: 1px solid #000000;
    background: #dddddd;
    cursor: pointer;
    margin-top: 15px       
}

.sm-textarea {
    font-size: 12px;
    width: 216px;
    height: 76px;
    border: 1px solid #cccccc
}
.sm-textarea:hover {
    border: 1px solid #000000;
}


#errs {
    float: left;
    text-align: left;
}

#errs .err {
    clear: both;
    font-size: 14px;
    color: #ff1111;
}

#sucs {
    float: left;
    text-align: left;
}

#sucs .suc {
    clear: both;
    font-size: 14px;
    color: #009933;
}

/* vote */

#candidates {
    float: left;
    width: 100%;
}

#candidates td {
    width: 50%;
    border: 1px dashed #cccccc;
    padding: 4px
}

.candidate .admin_controls {
    width: 100%;
}

.candidate p {
    margin-bottom: 7px;
}

.candidate .candidate_image {
    float: left;
    /* width: 160px; */
    text-align: center;
}

.candidate .vote_button {
    text-align: center;
    padding-bottom: 10px;
}

.candidate .vote_button a {
    float: right;
}

.candidate .candidate_desc {
    position: relative;
    margin-left: 165px;
    margin-right: 10px
}

.candidate .votes {
    text-align: center;
    font-size: 16px;
}

.candidate .votes b {
    font-size: 24px;
}

.candidate .voted {
    font-size: 12px;
    font-weight: bold;
}

/* search*/

#txtSearch {
}

#searchResults {}

#searchResults dl {
    padding: 5px;
    font-size: 13px;
}

#searchResults dl a {
    font-size: 13px;
}

#searchResults .artox a {
    font-weight: bold;
}

#searchResults dl.gray {
    background:none repeat scroll 0 0 #F4F4F4;
}

#searchResults dd {
    font-size: 12px;
    color: #222222;
}

/* edit company */

table.company_edit {
    width: 100%
}

.fsobstv input {
    float: left
}

.fsobstv label {
    margin-top: 4px
}

.cerubr {
    float: left;
    width: 100%
}

.cerubr input {
    float: left
}

.cerubr label {
    margin-top: 3px
}

.cerubrdesc {
    float: left;
    width: 98%;
    padding: 1%;
    margin: 1% 0;
    border: 1px solid #ccc
}

.dbg {
    position: absolute;
    left: 0
}

#searchResults table#catalog {
    width: 100%
}

#searchResults table#catalog th {
    vertical-align: middle;
    text-align: center
}

#searchResults table#catalog td {
    vertical-align: middle;
    text-align: center
}

.ui-datepicker-current-day, .ui-datepicker-today a {
    font-weight: bold !important;
    color: #000000 !important
}

#maintain {
    width: 980px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    background: #ffffff url(/images/maintain.png) no-repeat 10px 50% scroll;
    border: 2px solid #4d4d4d
}

#maintain_message {
    margin: 4px 0 0 68px;
    font-size: 14px
}

#debug {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    background: #ffffff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 12px;
    font-family: monospace;
}

#debug pre {
    font-size: 12px;
    font-family: monospace;
}

.green-button {
    background: #14537D;
    color: #fff;
    padding: 4px 6px;
    border-radius: 3px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #0C3E5E;
    border: 1px solid #114569;
}

.green-button:hover {
    background: #19679C;
    color: #fff;
}

.adv-block {
    background: #eee;
    border: 1px solid #ccc;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 20px;
}

.adv-block-free {
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 20px;
}

.adv-block-space {
    margin-top: 20px;
}

.adv-block H3 {
    font-weight: bold;
    color: #111;
    font-family: 'Trebuchet MS', sans-serif;
}

.adv-block IMG {
    margin-right: 3px;
}

.adv-block-free H3 {
    font-weight: bold;
    color: #111;
    font-family: 'Trebuchet MS', sans-serif;
    margin-bottom: 8px;
}

.adv-block-free IMG {
    margin-right: 3px;
}

.clean-input {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #B8B8B8;
    padding: 3px;
    outline: none !important;
}

.clean-submit {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #B8B8B8;
    padding: 3px;
    background: #eee;
    cursor: pointer;
}

.clean-input:hover {
    border: 1px solid #8F8F8F;
}

.clean-input:focus {
    border: 1px solid #8F8F8F;
}

.clean-form-row {
    margin-bottom: 15px;
}

.lite-time {
    color: #666;
    display: block;
    font-size: 11px;
    margin-bottom: 2px;
}

.brand-news-block {
    margin-bottom: 7px;
}

.brand-news-block A {
    color: #14537D;
    font-size: 13px;
}

.brand-news {
    padding-bottom: 3px;
}

.brandbook-card {
    border: 1px solid #DBDBDB;
    float: left;
    margin-left: 5px;
    -moz-box-shadow: 2px 0 2px #eee;
    -webkit-box-shadow: 2px 0 2px #eee;
    box-shadow: 2px 0 2px #eee;
}
.brandbook-link {
    font-size: 13px;
}

.brandbook-card IMG {
    width: 80px;
}

.brandbook-card:hover {
    border: 1px solid #ccc;
}

.brandbook-thumbs {
    overflow: hidden;
    margin-top: 5px;
    padding-top: 8px;
    padding-left: 37px;
    border-top: 1px dashed #E1E1E1;
}

.brandbook-go {
    margin-top: 12px;
    margin-bottom: 5px;
    text-align: center;
}

.brandbook-go A {
    text-decoration: none;
    color: #fff;
    background: #ADADAD;
    padding: 2px 4px;
    text-shadow: 1px 1px 0 #9E9E9E;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #9E9E9E;
    -moz-box-shadow: 0px 1px 2px #ccc;
    -webkit-box-shadow: 0px 1px 2px #ccc;
    box-shadow: 0px 1px 2px #ccc;
}

.brandbook-go A:hover {
    background: #B3B3B3;
}

.regblock {
    float: left;
    background: #f4f4f4;
    min-height: 40px;
    margin-left: 11px;
    border: 1px solid #e3e3e3;
    padding: 5px;
    width: 180px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tags-news {
    font-size: 11px;
    color: #555;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter:alpha(opacity=5);
    padding-bottom: 2px;
}

.tags-news:hover {
    font-size: 11px;
    color: #555;
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=1);
    padding-bottom: 2px;
}

.no-opacity {
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=1);
}

.tags-news A {
    text-decoration: none;
    background-color: #eee;
    padding: 2px 3px;
    color: #555;
    margin-left: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #DBDBDB;
}

.tags-news A:hover {
    text-decoration: none;
    background-color: #ccc;
    border: 1px solid #B8B8B8;
    padding: 2px 3px;
    color: #555;
    margin-left: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.green-button-work {
    border: 1px solid #2A7A25;
    background: #34872E;
    color: #fff;
    padding: 4px 6px;    
    text-decoration: none;
    text-shadow: 1px 1px 0 #0F486E;
}

.left-border {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.right-border {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: none;
}

.green-button-work:hover {
    background: #41A839;
    color: #fff;
    text-shadow: 1px 1px 0 #358C2E;
}

.more-news {
    color: #fff;
    display: inline-block;
    background: #34872E;
    padding: 0 5px;
    text-decoration: none;
    border: 1px solid #2A7A25;
    text-shadow: 1px 1px 0 #0F486E;
    border-radius: 3px;
}

.more-news:hover {
    background: #41A839;
    color: #fff;
    text-shadow: 1px 1px 0 #358C2E;
}

.fltr A {
    display: inline-block;
    margin-right: 3px;
    font-size: 14px;
}

.fltr {
    text-align: center;
    .margin-bottom: 30px;
}

.limitation {
    background-color: #E86464;
    color: #fff;
    border: 1px solid #D14F4F;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 2px 4px;
    text-decoration: none;
    width: 21px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    margin-left: -40px;
    float: left;
    margin-top: 7px;
}

.forum-post-user {
    color: #444;
}

.forum-post-date {
    margin-top: 7px;
}

.forum-post-author {
    float: left;
}

.forum-post-info {
    padding: 5px;
    width: 553px;
    background: #F0F0F0;
    color: #555;
    font-family: "Helventica Neue", Arial, sans-serif;
}

.forum-post-text {
    background: #fafafa;
    float: left;
    width: 538px;
    margin-left: 14px;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.forum-post {
    margin-bottom: 25px;
    overflow: hidden;
}

.forum-post-separator {
    border-top: 1px #ccc dashed;
    margin-bottom: 24px;
}

.forum-topic:hover {
    background: #f1f1f1;
}

.pure-form {
    padding: 7px 7px;
    display: inline-block;
    border: 1px solid #BFBFBF;
    font-size: 12px;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-transition: .3s linear border;
    -moz-transition: .3s linear border;
    -ms-transition: .3s linear border;
    -o-transition: .3s linear border;
    transition: .3s linear border;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sb-form-co {
    display: none;
}

.newsHeader > h1{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 28px; 
	font-weight: normal; 
	margin-bottom: 5px; 
	display: block;
	color: #000;
}
.card-old > h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 28px; 
	font-weight: normal; 
	margin-bottom: 5px; 
	display: block;
	color: #000;
}
.brandbkh1 > h1{
	font-family: Verdana; 
	font-size: 18px; 
	font-weight: bold; 
	margin-bottom: 5px; 
	display: block;
	color: #000;
	float: left;
}