/** html,
* html body,*/
*:first-child+html {
  /*overflow-x: hidden;*/
}

body {
  padding: 0;
  margin: 0;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  background: #ededed;
}

/*
html>body { *font-size: 100%; }
*/

a, a:link {
  color: #00a1e5;
  text-decoration: none;
  font-weight: bold;
}

a.black {
  color: #333;
  font-weight: normal;
  text-decoration: underline;
}

a:hover, a:focus {
  text-decoration: underline;
}

p {
  margin: 0 0 1em 0;
  padding: 0;
}

img {
  border: none;
}

form {
  margin: 0;
  padding: 0;
}

form .line {
  margin-bottom: 6px;
}

label.overfield {
  display: block;
  color: #6a6a6a;
  position: absolute;
  padding: 4px 6px 0 6px;
  cursor: text;
  display: none;
}

* html label.overfield {
  padding-top: 5px;
}
*:first-child+html label.overfield {
  padding-top: 5px;
}

.lfloat {
  float: left;
}

.hidden {
}

.textfield {
  color: #6a6a6a;
  border: 1px solid #7e9db9;
  height: 15px;
  padding: 3px 5px;
  vertical-align: middle;
}

textarea {
  color: #6a6a6a;
  border: 1px solid #7e9db9;
  padding: 3px 5px;
}

.width60percent {
  width: 60%;
}

.width40percent {
  width: 40%;
}

.button {
  font-size: 75%;
  font-family: Tahoma;
  font-weight: bold!important;
  text-transform: uppercase;
  color: #fff!important;
  background: #0087c8 url(images/button.png) bottom left no-repeat;
  border: none;
  /*padding: 0 5px;*/
  height: 23px;
  cursor: pointer;
  vertical-align: middle;
  width: 59px;
  position: relative;
  padding: 3px 5px;
}

.register-button {
  margin-top: 13px;
  width: 72px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  font-size: 75%;
  font-family: Tahoma;
  display: block;
  font-weight: bold;
  color: #fff!important;
  text-decoration: none!important;
  text-transform: uppercase;
  background: #0087c8 url(images/register-button.png) left top no-repeat;
}

/*
.button-wrapper {
  padding: 0;
  height: 23px;
  vertical-align: middle;
}

.button-tl {
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: 5;
  margin-left: -1px;
  background: #fff;
}*/

.clear-block {
  clear: both;
}

/* Need to write absolute path to "images/transparent.gif" */


.png {
  position:relative;
  behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "/bitrix/templates/main/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}


.nobullet {
  list-style: none;
  line-height: 1.5;
  margin: 0 0 20px;
  padding: 0;
}

.nobullet li {
  padding-bottom: 2px;
}

#page {
  width: 977px;
  /*min-width: 977px;
  max-width: 1600px;*/
  margin: 0 auto;
  padding: 0 10px;
  font-size: 92.25%;
  overflow: hidden;
}
/*
* html #page {
  width: expression(document.body.clientWidth > 1600 ? "1600px" : "auto");
}
*/


/* Usability Bar */

#usability-bar {
  border-bottom: 1px solid #ccc;
  float: left;
  width: 100%;
  height: 31px;
  background: #fff;
}

#usability-bar-inner {
  padding: 0 18px;
}

#usability-bar a {
  color: #004b85;
  float: left;
  width: 18px;
  height: 26px;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
}

#usability-bar a span {
  vertical-align: bottom;
  line-height: 26px;
}

#usability-bar a.normal {
  font-size: 85%;
}

#usability-bar a.medium {
  font-size: 120%;
}

#usability-bar a.large {
  font-size: 150%;
}

#usability-bar a.text-only {
  margin-left: 10px;
  padding-top: 3px;
  width: auto;
  height: auto;
  line-height: 26px;
  color: #004b85;
  float: left;
}

#usability-bar a.skip-to-nav {
  float: right;
  width: auto;
  height: auto;
  line-height: 26px;
  padding-top: 3px;
  display: none;
}

#usability-bar a.text-only:hover {
  text-decoration: underline;
}

#usability-bar a.active {
  color: #fff;
  background: #0087c8 url(images/text-zoom-bg.png) left bottom no-repeat;
}

/* END Usability Bar */


/* Header */

#header {
  float: left;
  width: 100%;
  border-bottom: 1px solid #c0c1b6;
  background: #fff url(images/header-bg.png) left bottom repeat-x;
}

#logo {
  float: left;
  margin-top: 36px;
  margin-left: 17px;
}

#logo-bclub {
  float: right;
  margin-top: 3px;
  margin-right: 2px;
}

#header-links-container {
  float: right;
  width: 100%;
}

#header-links {
  float: right;
  padding: 0 10px 0;
  margin: 0;
  list-style: none;
}

#header-links li {
  margin: 0;
  padding: 0;
  float: left;
  display: inline;
}

#header-links a {
  float: left;
  padding: 4px 5px;
  color: #666;
  text-decoration: none;
  font-weight: normal;
}

#header-links a:hover {
  color: #44a1eb;
}

/* END Header */


/* Primary Links */

#primary-container {
  float: left;
  width: 100%;
  background: #eeeded url(images/primary-container-bg.png) left top repeat-x;
  padding: 5px 0 0 0;
  margin-right: -100%;
  height: 32px;
}

#primary {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #99c9df url(images/primary-bg.png) right top no-repeat;
}

#primary li {
  float: left;
  position: relative;
  list-style: none;
  background: url(images/primary-link-separator.png) left center no-repeat;
}

#primary li a {
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  line-height: 32px;
  padding: 0 9px;
  margin: 0 0 0 1px;
  background: #00a1e5 url(images/primary-link-bg.png) left bottom repeat-x;
}

#primary li.active a {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0 8px;
  color: #004b85;
  background: #d0ebfc url(images/primary-link-active-bg.png) left top repeat-x;
}

#primary li.active a:hover,
#primary li a:hover {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0 8px;
  color: #004b85;
  background: #d0ebfc url(images/primary-link-active-bg.png) left top repeat-x;
}

#primary li ul {
  display: block;
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  padding: 9px 0;
  margin: 0;
  z-index: 10;
  border-right: 1px solid #2479ba;
  border-left: 1px solid #2479ba;
  border-bottom: 2px solid #2479ba;
  background: #4b84af url(images/primary-ul-bg.png) top left repeat-x;
}

#primary li ul li {
  display: block;
  margin: 0;
  padding: 0 9px;
  background: none;
  clear: both;
}

#primary li.active ul li a,
#primary li ul li a {
  color: #fff !important;
  text-transform: none;
  margin: 0;
  padding: 0 0 6px 17px;
  line-height: 1;
  background: url(images/arrow-icon.png) 0 2px no-repeat !important;
  border: none !important;
  white-space: nowrap;
}

#primary li ul li.first a:hover,
#primary li ul li.active a:hover,
#primary li ul li a:hover,
#primary li.active ul li a:hover {
  text-decoration: underline;
  color: #fff;
  padding: 0 0 6px 17px;
  margin: 0;
  background: url(images/arrow-icon.png) 0 2px no-repeat;
  border: none;
}

#primary li:hover ul,
#primary li.hover ul {
  display: block;
}

/* END Primary Links */


.block {
  background: #fff url(images/block-shadow.png) left bottom repeat-x;
  padding: 0 0 12px 0;
  margin-bottom: 7px;
  clear: both;
  /*zoom:1;*/
  height: 1%;
  overflow: hidden;
}

.block .block-inner {
  border-bottom: 2px solid #00a1e5;
  padding: 16px;
  /*zoom:1;*/
  height: 1%;
}

* html .block .block-inner {
  padding-bottom: 3px;
}

.no-border-bottom .block-inner {
  border-bottom: none;
  padding-bottom: 6px;
}


#main {
  float: left;
  width: 100%;
  background: #ededed;
}

#content {
  float: left;
  width: 100%;
  margin-left: 0;
  margin-top: 37px;
  margin-right: -100%;
  padding-bottom: 25px;
}

.fullwidth #content .block {
  /*margin-right: -245px;*/
  width: 977px;
  /*margin-right: 0;*/
}

.fullwidth #content #banner-bar .block {
  width: 100%;
  /*margin-right: 0;*/
}

#content-inner {
  padding-right: 245px;
}

* html .fullwidth #primary-container {
  margin-left: -245px;
}

#content .block-inner {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 0;
}

#content .block-top-blue .block-inner {
  border-top: 6px solid #00a1e5;
}

#content .block-top-content-blue .content {
  border-top: 6px solid #00a1e5!important;
}

#content .border-top-none .block-inner {
  border-top: none;
}

#content .block-content-top-border-none .box .content {
  border-top: none!important;
}

#content .block-box-padding-top .box {
  padding-top: 10px;
}

#content .block .box {
  position: relative;
  float: left;
  width: 100%;
}

#content .block .column-50 {
  float: left;
  width: 50%;
  overflow: hidden;
}

#content .block .column-66 {
  float: left;
  width: 67%;
}

#content .block .column-33 {
  float: left;
  width: 33%;
}

#content .column-50 {
  float: left;
  clear: none;
  width: 49%;
}

#content .devide-column-66 {
  float: left;
  clear: none;
  width: 66%;
  margin-right: 1%;
}

#content .devide-column-33 {
  float: left;
  clear: none;
  width: 33%;
}

*:first-child+html #content .devide-column-66 {
  margin-right: 7px;
}

* html #content .devide-column-66 {
  margin-right: 7px;
}

#content .column-50-first {
  width: 50%;
  margin-right: 1%;
  clear: both;
}

*:first-child+html #content .column-50-first {
  margin-right: 7px;
}

* html #content .column-50-first {
  margin-right: 7px;
}

#content .block .box-first .content {
  background: url(images/box-dotted-border.png) 100% 20px no-repeat;
}

#content .separator-50 .block-inner {
  background: url(images/box-dotted-border.png) 50% 20px no-repeat;
}

#content .separator-67 .block-inner {
  background: url(images/box-dotted-border.png) 67% 20px no-repeat;
}

#main .block .box h2.title {
  color: #00a1e5;
  margin: 0;
  padding: 6px 18px 5px;
  font-size: 133.4%;
}

#main .block .box h2.blue-title {
  background: #00a1e5 url(images/block-title-blue-bg.png) left center repeat-x;
  padding: 4px 18px 3px;
  margin: 1px 0;
  color: #fff;
}

#content .border-top-none .box h2.blue-title {
  margin: 0;
}

#content .border-bottom-none .box .content  {
  border-top: none;
}

#content .margin-top .box h2.blue-title {
  margin: 10px 0 0;
}

#content .block .box .content {
  padding: 18px 18px 0;
  margin: 0 0 18px 0;
  position: relative;
  border-top: 1px solid #ccc;
  height: 1%;
  /*zoom:1;*/
}

#rightcol .block .box h2.title {
  border: none;
  padding: 0 0 8px 0;
}

#content .block .no-padding-box .content {
  padding: 0;
  margin: 0;
}

#main .block .box dl,
#main .block .box dt,
#main .block .box dd {
  margin: 0;
  padding: 0;
}

#main .block .box dl {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

#rightcol .block .box dl {
  margin-bottom: 15px;
}

#main .block .box dt {
  font-weight: bold;
  margin-bottom: 7px;
  line-height: 1.3;
}

#content .block .box dl.with-image dt {
	margin-left: 105px;
}

#content .block .box dl.partner dt {
	margin-left: 95px;
	margin-bottom: 0;
}

#content .block .box dl.partner dd {
	margin-left: 95px;
}

#content .block .box dl.partner dd.image {
	width: 80px;
	float: left;
	margin: 0;
}

#main .block .box dt .updated {
  color: #ff7800;
  font-size: 75%;
  vertical-align: top;
}

#main .block .box .more {
  clear: both;
  margin: 0;
}

#main .block .box .more a {
  font-weight: bold;
}

#main .block .box .pager {
  clear: both;
  margin: 0;
  color: #a5a5a5;
}

#main .block .box .pager strong,
#main .block .box .pager a {
  font-weight: bold!important;
  padding-left: 2px;
  padding-right: 2px;
}


/* Bar with banner */

#top-bar {
  float: left;
  width: 100%;
}

#top-bar #banner-bar {
  float: left;
  width: 100%;
  margin-left: 0;
  margin-right: -100%;
  background: #ededed;
}

#top-bar #banner-bar-inner {
  padding-right: 245px;
}

#top-bar #banner-bar .block {
  background-color: #ededed;
}

#top-bar #banner-bar .block-inner {
  background-color: #fff;
}

#top-bar #login-bar-container {
  float: right;
  width: 235px;
  margin-left: -235px;
  margin-top: 10px;
}

.fullwidth #login-bar-container .block-inner {
  height: 170px;
  overflow: hidden;
  padding-right: 0;
}

#banner-bar .block .block-inner {
  position: relative;
  padding: 0;
  overflow: hidden;
  height: 205px;
  border: none;
  border-bottom: 1px solid #fff;
}

#banner-bar .text {
  position: absolute;
  top:82px;
  height: 74px;
  width: 235px;
  padding: 10px 25px;
  overflow: auto;
  background: url(images/banner-text-bg.png) right top no-repeat;
}

#banner-bar .text h2 {
  margin: 0;
  padding: 0;
  font: 160% "Arial Black";
  text-transform: uppercase;
}

#banner-bar .text p {
  margin: 0;
  padding: 0;
  font-size: 120%;
}

#banner-top-note {
  height: 67px;
  background: #fff;
}

#banner-top-note img {
  display: block;
}

#banner {
  display: block;
}

/* END Bar with banner */



/* Slider block */

#main .block .box dl.with-image dd {
	margin-left: 105px;
}

#main .block .box dl.with-image dd.image {
	width: 93px;
	float: left;
	margin: 0;
}

#main .block .box-slider .content {
  position: relative;
  padding: 0 30px;
  height: 210px;
  overflow: hidden;
}

#main .block .box dl.slide {
	padding-top: 15px;
}

#main .block .box dl.slide dt {
	margin-left: 460px;
	margin-right: 20px;
}

#main .block .box dl.slide dd {
	margin-left: 460px;
	margin-right: 20px;
}

#main .block .box dl.slide dd.image {
	width: 440px;
}
#main .block .box .slider-container2 dl.slide dd.image {
	width: 365px;
}

#main .block .box .slider-container2 dl.slide dd.image img {
       padding: 0 32px 0 33px;
}

#main .block .box .slider-container2 dl.slide {
       padding: 0;
}

#main .block .box-slider2 {
       margin-bottom: 10px;
}

#next-slide,
#prev-slide {
  position: absolute;
  top:0;
  left:0;
  width: 30px;
  height: 140px;
  line-height: 140px;
  padding-top: 70px;
  color: #fff;
  font: 400% Verdana;
  font-weight: normal;
  background: #a4d4ea;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
  z-index: 3;
}

#next-slide:hover,
#prev-slide:hover {
  background: #b9e1f4;
}

#next-slide {
  right:0;
  left:auto;
}

#next-slide2,
#prev-slide2 {
  position: absolute;
  top:0;
  left:0;
  width: 30px;
  height: 140px;
  line-height: 140px;
  padding-top: 70px;
  color: #fff;
  font: 400% Verdana;
  font-weight: normal;
  background: #a4d4ea;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
  z-index: 7;
}

#next-slide2:hover,
#prev-slide2:hover {
  background: #b9e1f4;
}

#next-slide2 {
  right:0;
  left:auto;
}

/* END Slider block */


#main .block .box dl.speaking {
}

#main .block .box dl.speaking dd.image {
	width: 60px;
}

#main .block .box dl.speaking dt {
	margin-left: 73px;/*
	padding-top: 48px;
	margin-bottom: -48px;*/
}

#main .block .box dl dt.arrow {
  background: url(images/arrow-icon.png) 0 3px no-repeat;
  padding-left: 13px;
}

#main .block .box dl.speaking dd {
	margin-left: 0;
	margin-top: 8px;
  float: left;
  width: 100%;
  vertical-align: bottom;
}

#main .block .box .rss-link {
  position: absolute;
  right: 19px;
  top:5px;
  width: 43px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #0087c8 url(images/rss-button.png) left top no-repeat;
}

#main .block .box .print-link {
  position: absolute;
  right: 19px;
  top:8px;
  padding-left: 0;
  color: #a5a5a5;
  background: url(images/icon-print.png) 11px top no-repeat;
}

#main .block .box .print-link a {
  margin-left: 28px;
  font-weight: normal;
}

.flashgallery-block {
  margin-bottom: 10px;
}

#main .block .join-link {
  float: right;
  width: 84px;
  height: 29px;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 100%;
  background: #0087c8 url(images/join-button.png) left top no-repeat;
}

#rightcol {
  float: right;
  width: 235px;
  margin-left: -235px;
  margin-top: 37px;
}

/* Login bar */
#login-bar-container {/*
  float: right;
  width: 235px;
  margin-left: -235px;*/
  margin-top: 10px;
}

#login-bar-container #login-bar,
#login-bar-container #search-bar {
  padding-left: 16px;
}

#login-bar-container .block-inner {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 8px;
  background: url(images/block-shadow-top.png) left top repeat-x;
}

#login-bar-container p {
  margin: 6px 0;
  padding: 0;
}

#login-bar-container .line {
  margin-bottom: 2px;
}

#login-bar-container .textfield {  
  padding: 3px 5px;
  width: 144px;
}

#login-bar-container .pass-label {
  font-size: 170%;
  line-height: 17px;
}

* html #login-bar-container label.pass-label {
  padding-top: 7px;
}
*:first-child+html #login-bar-container label.pass-label {
  padding-top: 7px;
}

#login-bar-container a {
  text-decoration: none;  
  font-weight: normal;
}

#login-bar-container a:hover {
  text-decoration: underline;
}

#login-bar-container a.button {
  font-size: 80%;
  text-decoration: none!important;
  float: right;
  text-align: center;
  margin-right: 2px;
  height: 17px;
  padding: 5px 0 1px;
}

.my-profile {
  height: 25px;
  background: url(images/login-icon.png) 140px center no-repeat;
}

.my-profile a {
  vertical-align: middle;
}

#login-bar-container #password-field {
  background: url(images/login-icon.png) right center no-repeat;
  padding-right: 22px;
  width: 127px;
}

#search-query,
#search-query-company {
  background: url(images/search-icon.png) right center no-repeat;
  padding-right: 22px;
  width: 128px;
}

#search-query-company {
  width: 400px;
}

#login-bar-container #search-bar {
  margin: 0;
  margin-top: 10px;
  padding-top: 13px;
  border-top: 6px solid #00a1e5;
}
/* END Login bar */

.content-form textarea {
  width: 98%;
}

.content-form .line {
  float: left;
  width: 100%;
}

.content-form .last-line {
  padding-bottom: 10px;
}

* html .content-form .last-line {
  padding-bottom: 0;
}

*:first-child+html .content-form .last-line {
  padding-bottom: 0;
}

.content-form input.captcha {
  margin-right: 3px;
}

.content-form .captcha-image {
  vertical-align: top;
}

.content-form .reset {
  float: right;
  opacity: 0.35;
  filter: alpha(opacity=35);
}

/* Tabs */

ul.tabs {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  background: url(images/tabs-bg.png) left bottom repeat-x;
}

.tabs-empty {
  float: left;
  width: 100%;
  background: url(images/tabs-bg.png) left bottom repeat-x;
  padding: 8px 0;
  height: 1.3em;
}

ul.tabs li {
  float: left;
  color: #000;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

ul.tabs li.first {
  margin-left: 3px;
}
/*
ul.tabs span.top {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  width: 1px;
  background: #ededed;
}

ul.tabs span.bottom {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 1px;
  background: #fff;
}
ul.tabs .last span.bottom {
  display: none;
}

ul.tabs span.top-left {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  background: #ededed;
}

ul.tabs span.bottom-left {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 1px;
  background: #fff;
}
*/
ul.tabs li a {
  float: left;
  color: #000;
  text-decoration: none!important;
  padding: 8px 13px;
  background: #dae1eb url(images/tab-bg.png) left bottom;
  border-right: 1px solid #9bd3ff;
  border-bottom: 1px solid #79b7e9;
}

ul.tabs li.last a {
  border-right: none;
}

ul.tabs li.active a {
  color: #00469d;
  background: #f8fdff;
  border: 1px solid #5dabe8;
  border-bottom: none;
}

ul.tabs li.active a {
  color: #00469d;
  background: #f8fdff url(images) left bottom;
}

/* END Tabs */




/* Tabs Buttons */

ul.tabs-b {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: Verdana;
}

ul.tabs-b li {
  float: left;
  color: #000;
  font-weight: bold;
  margin: 2px 3px 0 0;
  padding: 0;
  background: #fafafa url(images/tabs-b-item-left.png) left top no-repeat;
}

ul.tabs-b li.last {
  margin-right: 0;
}

ul.tabs-b li a {
  float: left;
  color: #000;
  text-decoration: none!important;
  padding:7px 10px;
  background: url(images/tabs-b-item-right.png) right top no-repeat;
}

ul.tabs-b li.last a {
  border-right: none;
}

ul.tabs-b li.active {
  margin-top: 0;
  color: #fff;
  background: #00a1e5 url(images/tabs-b-item-left-active.png) left top no-repeat;
}

ul.tabs-b li.active a {
  padding: 9px 10px 7px;
  color: #fff;
  background: url(images/tabs-b-item-right-active.png) right top no-repeat;
}

/* END Tabs Buttons */


.banners {
  margin-top: 5px;
}


/* Secondary Bottom Menu */

#secondary-container {
  float: left;
  width: 100%;
  background: #00a1e5 url(images/secondary-bg.png) left bottom repeat-x;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#secondary {
  float: left;
  color: #fff;
  list-style: none;
  margin: 0;
  padding: 0 13px;
  font-size: 90%;
}

#secondary li {
  float: left;
  background: url(images/secondary-link-separator.png) left center no-repeat;
}

#secondary li.first {
  background: none;
}

#secondary a {
  float: left;
  margin: 0 0 0 1px;
  padding: 9px 6px 9px 5px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

#secondary a:hover {
  text-decoration: underline;
}

/* END Secondary Bottom Menu */


.footer-breadcrumb {
  padding: 0 20px;
}

#footer {
  float: left;
  width: 100%;
  background: #fff url(images/footer-shadow-left.png) left top no-repeat;
}

* html #footer {
  display: inline;
  margin-bottom: -36px;
}

#footer-inner {
  background: url(images/footer-shadow-right.png) right top no-repeat;
  padding: 22px 17px;
  position: relative;
}

#footer p {
  margin: 0;
  padding: 0;
}

#footer .copyright {
  font-size: 90%;
  font-weight: bold;
  color: #666;
}

#footer .registered {
  font-size: 85%;
  color: #8c8c8c;
}

#footer .developer {
  font-size: 85%;
  float: right;
}

.icon16x16 {
  padding: 1px 0 1px 22px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.icon-audio {
  background-image: url(images/icon-audio.png);
}

.icon-video {
  background-image: url(images/icon-video.png);
}

.icon-doc {
  background-image: url(images/icon-doc.png);
}

.icon-xls {
  background-image: url(images/icon-xls.png);
}

.icon-write-message {
  background-image: url(images/icon-write-message.png);
  padding: 1px 0 1px 26px;
  background-position: 3px center;
}

.icon-moderators {
  background-image: url(images/icon-moderators.png);
  padding: 1px 0 1px 26px;
  background-position: 3px center;
}

.icon-members {
  background-image: url(images/icon-members.png);
  background-position: left center;
  padding: 1px 0 1px 26px;
}

.icon-leave-group {
  background-image: url(images/icon-leave-group.png);
  padding: 1px 0 1px 26px;
}

.icon-subscribe-group {
  background-image: url(images/icon-subscribe-group.png);
  background-position: 3px center;
  padding: 1px 0 1px 26px;
}



#content .block ul.column-50 {
  margin: 0 0 20px 0;
  padding: 0;
}

#content .block .box .content .column-33 {
  float: left;
  width: 31%;
  margin-left: 2%;
  margin-bottom: 20px;
}

#content .block .box .content .column-first {
  margin-left: 0;
  margin-right: 2%;
  background: url(images/box-dotted-border.png) right top repeat-y;
}

#content .block .box .content .column-34 {
  float: left;
  margin-left: 2%;
  margin-right: 2%;
  width: 30%;
  background: url(images/box-dotted-border.png) right top repeat-y;
  margin-bottom: 20px;
}

.arrow-list li {
  padding: 0 0 0 17px;
  line-height: 1.5;
  list-style: none;
  background: url(images/arrow-icon.png) 0 5px no-repeat;
}

.col-95px {
	float: left;
	width: 93px;
}
.col-95px-near {
  margin-left: 107px;
}

.col-410px {
	float: left;
	width: 410px;
  margin-bottom: 17px;
  padding-right: 17px;
  background: url(images/box-dotted-border.png) right top repeat-y;
}
.col-410px-near {
  margin-left: 444px;
  margin-bottom: 20px;
}

.remain {
  color: #868686;
  margin-top: 10px;
}

.remain strong {
  color: #000;
  font-weight: normal;
}

#main .block .box dt {
  font-weight: normal;
  color: #a5a5a5;
}

#main .block .box dt span.links {
  padding-left: 3px;
  color: #a5a5a5;
}

#main .block .box dt span.links a {
  padding-left: 3px;
}

#main .block .box span.links strong {
  color: #333;
}

#main .block .box span.links a {
  font-weight: normal;
}

#main .block .box dt strong {
  color: #333;
}

#main .block .box .event dt strong {
  padding-right: 3px;
}

#main .block .box .event dt a {
  padding-left: 3px;
}

#main .block .box dd.vote {
  padding-top: 15px;
  color: #a5a5a5;
}

#main .block .box dd.vote a {
  padding-left: 22px;
  padding-right: 3px;
  padding-top: 3px;
  background: url(images/icon-vote.png) 0 0 no-repeat;
}

#main .block .box dd.vote strong {
  color: #868686;
  padding-left: 3px;
}

#main .block .box dd.vote strong span {
  color: #000;
}

.icon-user {
  padding-left: 18px;
  padding-right: 3px;
  font-weight: normal!important;
  background: url(images/icon-user.png) 0 0 no-repeat;
}

#main .block .box .discussion dt {
  font-weight: normal;
}

#main .block .box .discussion dt strong {
  font-size: 90%;
  padding-left: 3px;
}

#main .block .box .discussion dd.date {
  margin-top: 7px;
  font-size: 90%;
}

#main .block .box dd.date span.links {
  padding-left: 3px;
}

#main .block .box dd.date span.links a {
  padding-left: 3px;
}

#main .block .box .discussion dd.date strong {
  color: #8a8a8a;
}

.all-discussions {
  clear: both;
  background: url(images/box-dotted-border-hor.png) 0 0 repeat-x;
  padding-top: 15px;
}

table.columns th {
  text-align: left;
  padding-right: 5px;
  padding-bottom: 3px;
}

.padding-top-10 {
  padding-top: 10px;
}

.group-actions {
  padding-top: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.group-actions li {
  margin: 8px 0 0;
}

#main .block .box .members dt {
  margin-left: 80px;
}

#main .block .box .members dd.image {
	float: left;
	width: 64px;
}

#main .block .box .members dd.image img {
	border: 1px solid #b6b6b6;
	padding: 1px;
}

ul.bac-tabs {
      background-color: #fff;
}
/*
.gallery {
  width: 100%;
  margin: 0 auto 10px;
  color: #666666;
  background: #cdcac8 url(images/gallery-bg.png) left top repeat-x;
}

.gallery-slider {
  width: 670px;
  height: 5px;
  margin: 0 auto 0;
  padding: 15px 0;
  position: relative;
}

.ui-slider-handle {
  width: 270px;
  right: 270px;
  height: 4px;
  position: absolute;
  background: #d9d6d5;
  border-bottom: solid 1px #a6a3a2;
}

.gallery-scroll {
  width: 670px;
  margin: 0 auto;
  padding-top: 15px;
  height: 175px;
  overflow: hidden;
}

.gallery-holder {
  height: 175px;
}

.gallery-item {
  width: 140px;
  height: 175px;
  padding: 0;
  float: left;
}
*/



/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
    background: #cdcac8 url(images/gallery-bg.png) left top repeat-x;
    margin-bottom: 10px;
    padding: 0 6px;
    height: 210px;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 682px;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    color: #666666;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 138px;
    height: 185px;
    padding: 0;
    margin: 0;
    float: left;
}

.jcarousel-list li.last {
    width: 130px;
}

.gallery .title {
  display: block;
  height: 30px;
  padding: 10px 11px 5px 5px;
  font: 87% "Arial Black";
  vertical-align: bottom;
}

.gallery .image {
  display: block;
  width: 117px;
  height: 117px;
  padding: 8px 5px 5px 8px;
  background: url(images/gallery-item-bg.png) center center no-repeat;
}

.gallery li.active .image,
.gallery .image:hover {
  border: 2px solid #666;
  padding: 6px 3px 3px 6px;
}

.gallery img {
  display: block;
  padding: 0;
  margin: 0 auto;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    position: absolute;
    bottom: 12px;
    right: 13px;
    width: 7px;
    height: 13px;
    background: url(images/gallery-arrow-right.png) 0 0 no-repeat;
    cursor: pointer;
}

.jcarousel-prev {
    z-index: 3;
    position: absolute;
    bottom: 12px;
    left: 13px;
    width: 7px;
    height: 13px;
    background: url(images/gallery-arrow-left.png) 0 0 no-repeat;
    cursor: pointer;
}





/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}