

/* ------------------------------------------------- Errors */
div#messagesOuter{
	position: fixed;
	z-index:10000;
	background-color: #26150e;
	border: 2px solid #F00;
	right: 7px;
	top: 90px;
	color: #fff;
}
div#messagesOuter .in{
	background: transparent;
	border-bottom: 1px solid #666;
}
div#messagesOuter a{
	display: block;
	width: 12px;
	height: 12px;
	color: #fff;
	line-height: 12px;
	padding: 5px;
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
}
div#messagesOuter a:hover{
	color: #F00;
}
* html div#messagesOuter{
	position: absolute; 
	top: expression(90+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px'); 
	right: expression(7+((e=document.documentElement.scrollRight)?e:document.body.scrollRight)+'px');} 
}
div#messages{
	padding: 5px;
}
div#messages div.errors p{
	padding: 5px;
	margin: 0px;
}
div.message {
	padding: 5px;
}
.form-error, div.error input, div.error textarea{
	border-color: #900;
	border-style: dotted;
	background-color: #f99;
}
.error {
	font-family: Courier, monospace;
	padding: 0;
	margin: 0;
}
p.error em {
	color: #000;
	font-weight: normal;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
}
.success {
	background-color: green;
	color: #FFF;
}
/* ------------------------------------------------- End Errors */

table.cake-sql-log{
	background: #fff;
	border: 1px solid #000;
	border-collapse: collapse;
}
table.cake-sql-log td{
	border: 1px solid #000;
}

/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-g{}.yui3-u,.yui3-u-1,.yui3-u-1-2,.yui3-u-1-3,.yui3-u-2-3,.yui3-u-1-4,.yui3-u-3-4,.yui3-u-1-5,.yui3-u-2-5,.yui3-u-3-5,.yui3-u-4-5,.yui3-u-1-6,.yui3-u-5-6,.yui3-u-1-8,.yui3-u-3-8,.yui3-u-5-8,.yui3-u-7-8,.yui3-u-1-12,.yui3-u-5-12,.yui3-u-7-12,.yui3-u-11-12,.yui3-u-1-24,.yui3-u-5-24,.yui3-u-7-24,.yui3-u-11-24,.yui3-u-13-24,.yui3-u-17-24,.yui3-u-19-24,.yui3-u-23-24{display:inline-block;zoom:1;*display:inline;letter-spacing:normal;word-spacing:normal;vertical-align:top}.yui3-u-1{display:block}.yui3-u-1-2{width:49.5%}.yui3-u-1-3{width:33.33333%}.yui3-u-2-3{width:66.66666%}.yui3-u-1-4{width:24.5%}.yui3-u-3-4{width:75%}.yui3-u-1-5{width:20%}.yui3-u-2-5{width:40%}.yui3-u-3-5{width:60%}.yui3-u-4-5{width:80%}.yui3-u-1-6{width:16.656%}.yui3-u-5-6{width:83.33%}.yui3-u-1-8{width:12.5%}.yui3-u-3-8{width:37.5%}.yui3-u-5-8{width:62.5%}.yui3-u-7-8{width:87.5%}.yui3-u-1-12{width:8.3333%}.yui3-u-5-12{width:41.6666%}.yui3-u-7-12{width:58.3333%}.yui3-u-11-12{width:91.6666%}.yui3-u-1-24{width:4.1666%}.yui3-u-5-24{width:20.8333%}.yui3-u-7-24{width:29.1666%}.yui3-u-11-24{width:45.8333%}.yui3-u-13-24{width:54.1666%}.yui3-u-17-24{width:70.8333%}.yui3-u-19-24{width:79.1666%}.yui3-u-23-24{width:95.8333%}

* {
	margin: 0px;
	padding: 0px;
	outline: none;
	text-decoration: none;
	list-style: none;
	border: none;	
}

body { 
	height:100%;
	color: #666666;
	font: 13px Tahoma,Arial,Helvetica,sans-serif;
	background: #626262 url(../img/background.jpg) top left repeat-x;
	position: relative;
}

a {
	color: #40688e;
}

a:hover {
	
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

h1.title,
h2.title,
h3.title,
h4.title,
h5.title {
	height: 35px;
	line-height: 32px;
	padding: 0 0 0 50px;
	color: #7e7b7c;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../img/heading-title.jpg) no-repeat top left;
}

h1.article.title {
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	color: #231f20;
	background: none;
}

div.msg {
	margin: 0 0 30px 0;
}

/* HEADER */

div#header {
	width: 960px;
	height: 178px;
	margin: 0 auto;
	background: url("../img/header.jpg") no-repeat top center;
	position: relative;
}

/* 
a#header-logo {
	width: 197px;
	height: 124px;
	display: block;
	position: absolute;
	top: 25px;
	left: 20px;
}
*/

a#header-logo {
	width: 200px;
	height: 156px;
	display: block;
	position: absolute;
	top: 12px;
	left: 4px;
}

div#header-menu {
	height: 42px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
}

div#header-menu a {
	height: 32px;
	line-height: 35px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #231f20;
	float: left;
}

div#header-login {
	margin: 0 10px 0 0;
	position: relative;
	float: left;
	cursor: pointer;
}
span.logged {
	display: inline-block;
	float: left;	
}
span.logged a{
	color: #40688e !important;
	text-decoration: underline;
	margin-right: 10px;	
}
	

span.login {
	height: 32px;
	line-height: 35px;
	padding: 0 35px 0 15px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #231f20;
	background: url("../img/black-arrow-down.gif") no-repeat 58px 16px;
	position: relative;
	display: inline-block;
	float: left;
}
span.log{
	height: 32px;
	line-height: 35px;
	padding: 0 5px 0 15px;
	background: none;
	position: relative;
	display: inline-block;
	float: left;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #231f20;	
	cursor: text;
}

span.login.open {
	background: #FFFFFF url("../img/black-arrow-down.gif") no-repeat 58px 16px;
}

div#header-login span.line {
	width: 1px;
	height: 32px;
	font-size: 0;
	background: url("../img/login-line.gif") no-repeat top right;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}
div#login-panel div.input{
	position: relative;
}
div#login-panel div.input label{
    left: 5px;
    position: absolute;
    top: 6px;
}
div#login-panel {
	width: 240px;
	padding: 10px;
	background: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 32px;
	z-index: 20;
	cursor: default;
	display: none;
}

div#login-panel .input {
	height: 25px;
	margin: 10px 0 18px 0;
	background: #EDEDED;
	border: 1px solid #CBCBCB;
}

div#login-panel .input input {
	height: 18px;
	line-height: 23px;
	font-size: 11px;
	color: #666666;
	width: 97%;
	background: #EDEDED;
	padding: 3px;
	display: block;
}
div#login-panel .input label {
    color: #666666;
    font-size: 11px;
}

div#login-panel input.submit-login {
	height: 23px;
	padding: 0 4px;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background: url("../img/login-button.jpg");
	border: 1px solid #C1002A;
	display: block;
	float: left;
	cursor: pointer;
}

div#login-panel a.fpassword {
	width: 105;
	height: auto;
	line-height: normal;
	margin: 5px 10px;
	font-size: 11px;
	color: #666666;
	text-transform: none;
	font-weight: normal;
	float: left;
}
div#login-panel a.fpassword:hover {
	text-decoration: underline;
}
/* LANGUAGES */

div#languages {
	width: 68px;
	height: 32px;
	margin: 10px 0 0 10px;
	float: left;
}

div#languages a.bg, 
div#languages a.en {
	width: 24px;
	height: 32px;
	margin: 0 0 0 10px;
	display: block;
	float: left;
}

div#languages a.bg {
	background: url("../img/bg-lang.png");
}

div#languages a.en {
	background: url("../img/en-lang.png");
}

div#languages a.bg:hover,
div#languages a.en:hover,
div#languages a.bg.current,
div#languages a.en.current {
	background-position: 0 -32px;
}

div#languages a.bg.current,
div#languages a.en.current {
	cursor: default;
}

/* HEADRE BANNERS */

div#header-banners {
	width: 361px;
	position: absolute;
	bottom: 15px;
	right: 0px;
}

div#header-banners img {
	margin: 0 4px 0 0;
}

div#header-banners p {
/*	width: 110px;
	margin: 0 15px 0 0;
	text-align: right;
	font-size: 12px;
	color: #231f20;
	float: left;
*/
    margin: 0 0 5px 0;
    font-size: 12px;
    color: #231f20;
}

/* TOP MENU */

div#header-top-menu {
	width: 980px;
	height: 41px;
	margin: 0 auto;
	background: url("../img/top-menu.jpg");
	position: relative;
	z-index: 20;
}

div#header-top-menu li.level1 {
    background: url("../img/menu-line.jpg") no-repeat scroll right center transparent;
    float: left;
    position: relative;
}

div#header-top-menu li.level1 a {
	height: 41px;
	line-height: 39px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-align: center;
    padding: 0 30px;
}
div#header-top-menu li.level1:hover ul.level2{
	display: block;
}
div#header-top-menu li.level1:hover a.has-submenu,
div#header-top-menu ul.level1 li a:hover {
	color: #ffc3d0;
}

div#header-top-menu li.level1 a span.arrow {
    display: inline-block;
    height: 1em;
    margin: 0 0 -2px 6px;
    width: 1em;
	background: url("../img/top-menu-arrow.gif") no-repeat center right;
}
div#header-top-menu li.level1:hover a.has-submenu span.arrow,
div#header-top-menu li.level1 a.current span.arrow,
div#header-top-menu li.level1 a:hover span.arrow {
	background: url("../img/top-menu-arrow-h.gif") no-repeat center right;
}

div#header-top-menu li a.current {
	color: #ffc3d0;
}
div#header-top-menu ul.level1 li.rss {
	background: none repeat scroll 0 0 transparent;
	float: right;
	padding: 0;
}
div#header-top-menu ul.level1 li.rss a {
	height: 41px;
	line-height: 39px;
	padding: 0 35px 0 25px;
	background: url("../img/rss-icon.jpg") no-repeat 50% 0;
	display: block;
}

div#header-top-menu ul.level1 li.rss a:hover {
	background: url("../img/rss-icon.jpg") no-repeat 50% -41px;
}

div#header-top-menu div.left-angle,
div#header-top-menu div.right-angle {
	width: 10px;
	height: 10px;
	position: absolute;
}

div#header-top-menu div.left-angle {
	background: url("../img/top-menu-langle.gif");
	left: 0px;
	bottom: -10px;
}

div#header-top-menu div.right-angle {
	background: url("../img/top-menu-rangle.gif");
	right: 0px;
	bottom: -10px;
}

div#site-content {
	width: 970px;
	margin: 0 auto;
	padding: 0 0 0 10px;
	background: url("../img/site-bg.png");
}

div#site-content div.content {
	width: 620px;
	margin: 20px 10px;
	float: left;
	position: relative;
}

/* SUBMENU */

div#header-top-menu li.level1 ul.level2 {
	width: 200px;
	background: url(../img/submenu.png);
	position: absolute;
	top: 41px;
	left: -10px;
	z-index: 50;
	display: none;
}

div#header-top-menu ul.level2 li {
	background: none;
}

div#header-top-menu ul.level2 li a {
	width: 180px;
	height: auto;
	line-height: normal;
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: none;
	border-bottom: 1px solid #666666;
	display: block;
	float: none;
	text-align: left;
	position: relative;
	left: 0px;
}

/* SEARCH */

div#search-bar {
	width: 100%;
	height: 22px;
	margin: 0 0 20px 0;
	font-size: 11px;
	border: 1px solid #E3E3E3;
	float: left;
	position: relative;
	z-index: 10;
}

div#search-bar .input input {
	padding: 4px 4px 3px 4px;
	color: #6c6c6c;
	width: 595px;
	font-size: 11px;
}
div#search-bar .input label{
	left: 6px;
	top: 4px;
	position: absolute;
}
div#search-bar .submit input {
	width: 22px;
	height: 22px;
	font-size: 0px;
	background: url(../img/search-submit.jpg);
	position: absolute;
	top: 0px;
	right: 2px;
	cursor: pointer;
}

/* BREADCRUMBS */

div#breadcrumbs {
	margin: 0 0 20px 0;
}

div#breadcrumbs a {
	font-size: 11px;
	color: #BEBEBE;
	margin: 0 5px 0 0;
	padding: 5px 12px 5px 0;
	background: url(../img/breadcrumbs-arrow.gif) no-repeat center right;
	text-decoration: underline;
}

div#breadcrumbs a:hover {
	color: #666666;
}

div#breadcrumbs span {
	font-size: 11px;
	color: #BEBEBE;
	margin: 0 5px 0 0;
	padding: 5px 0;
}

/* SLIDER */

div#events-slider-container {
	width: 616px;
	height: 276px;
	padding: 1px;
	margin: 0 0 20px 0;
	border: 1px solid #E3E3E3;
	position: relative;
}

div#events-slider-container div.image {
	float: left;
	position: relative;
	width: 305px;
	height: 276px;
}
div#events-slider-container div.image a{
	position: absolute;
	left: 0;
	top: 0;
}
div#events-slider-container div.image img {
	display: block;
}

div#events-slider-container ul#events-slider {
	width: 310px;
	margin: 0 0 0 1px;
	position: relative;
	top: -1px;
	float: left;
}

div#events-slider-container ul#events-slider a {
	height: 78px;
	padding: 6px 10px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #d9d9d9;
	background: #f5f5f5;
	position: relative;
	display: block;
	width: 290px;
	float: left;
}

div#events-slider-container ul#events-slider a.last {
	height: 79px;
	padding: 6px 10px;
	border-top: 1px solid #FFFFFF;
	border-bottom: none;
}
div#events-slider-container ul#events-slider a.current,
div#events-slider-container ul#events-slider a:hover {
	background: url(../img/events-slider-current.gif);
}

div#events-slider-container ul#events-slider a span.title {
	color: #37597a;
	font-family: Georgia,Arial,Tahoma;
	font-size: 15px;
	display: block;
}

div#events-slider-container ul#events-slider a span.anotation {
	margin: 6px 0;
	font-size: 11px;
	color: #515151;
	display: block;
}

div#events-slider-container ul#events-slider a.current span.arrow {
	width: 8px;
	height: 15px;
	display: block;
	background: url(../img/events-slider-arrow-left.gif);
	position: absolute;
	top: 44%;
	left: -8px;
}

div#events-slider-container a.up-arrow {
	width: 21px;
	height: 20px;
	display: block;
	background: url(../img/slider-arrow-up.jpg);
	position: absolute;
	bottom: 1px;
	right: 23px;
	z-index: 19;
}

div#events-slider-container a.down-arrow {
	width: 21px;
	height: 20px;
	display: block;
	background: url(../img/slider-arrow-down.jpg);
	position: absolute;
	bottom: 1px;
	right: 1px;
	z-index: 19;
}

/* PAGER */

div.paging {
	margin: 20px 0 0 0;
	float: left;
}

div.paging span.page-text {
	margin: 0 10px 0 0;
	font-size: 11px;
}

div.paging span.current a {
	font-size: 12px;
	font-weight: bold;
	color: #C1002A;
	cursor: default;
}

div.paging span a {
	margin: 0 6px 0 0;
}

/* NEWS LIST */

div.inner-list div.member_info,
div.inner-list div.news {
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

div.inner-list h3.inner-title,
div.inner-full h1.inner-title,
div.inner-full h3.inner-title {
	margin: 0 0 15px 0;
	font-family: Arial,Tahoma;
	font-size: 20px;
	margin: 0 0 20px 0;
	color: #231f20;
}

/* MEMBERS LIST */

div.member-list {
	width: 620px;
	margin: 0 0 15px 0;
}

div.member-list a.logo {
    border: 1px solid #E3E3E3;
    display: block;
    float: left;
    margin: 0 35px;
    min-height: 50px;
    padding: 5px;
    text-align: center;
    width: 120px;
}

div.member-list a.title {
	margin: 0 0 5px 0;
}

div.member-list a.title:hover {
	text-decoration: underline;
}

div.member-list div.mhr {
	width: 420px;
	height: 1px;
	border-bottom: 1px solid #D1D1D1;
	float:right;
}

/* MEMBERS ARTICLE */

div.member-content {
	padding: 20px 0;
	border-top: 1px solid #D1D1D1;
}

div.member-content div.member-info div.label {
	width: 140px;
	margin: 0 0 15px 0;
	color: #231F20;
	font-weight: bold;
	float: left;
}

div.member-content div.member-info div.text {
	width: 480px;
	margin: 0 0 15px 0;
	float: left;
}

div.member-content div.member-info div.text a:hover {
	text-decoration: underline;
}

div.member-content h3.inner-title {
	font-family: Tahoma,Arial;
	font-size: 12px;
	color: #000000;
}

.member-image{
	margin-bottom: 14px;	
}

/* MEMBERS PROFILE */

ul.ul-list {
	margin: 30px 0 0 0;
	padding: 30px;
	border-top: 1px solid #DADADA;
}

ul.ul-list li {
	margin: 0 0 10px 0;
	list-style: disc outside none;
}

ul.ul-list li a:hover {
	text-decoration: underline;
}

div.member-box {
	margin: 10px 0 20px 0;
}

a.member-edit {
	margin: 5px 10px 0 0;
	font-size: 12px;
	float: left;
}

a.member-edit:hover {
	text-decoration: underline;
}

a.member-sent {
	height: 23px;
	padding: 0 4px;
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background: url(../img/login-button.jpg);
	border: 1px solid #C1002A;
	display: block;
	float: left;
}

/* SEARCH RESULTS */

div.inner-list h3.inner-title span.s-words {
	color: #666666;
}

span.s-select {
	background: #EF2F58;
	color: #FFFFFF;
}

/* CONTACTS */

div.contacts-content div.contacts-info {
	width: 318px;
	float: left;
}

div.contacts-content div.contacts-map {
	width: 300px;
	height: 188px;
	float: left;
}

div.contacts-info div.label {
	width: 125px;
	margin: 0 0 15px 0;
	color: #231F20;
	font-weight: bold;
	float: left;
}

div.contacts-info div.text {
	width: 175px;
	height: 16px;
	margin: 0 0 15px 0;
	float: left;
}

div.contacts-info div.text a:hover {
	text-decoration: underline;
}

div.contacts-map {
	width: 300px;
	height: 188px;
	float: left;
	background: #FF0000;
}

div.cell {
	margin: 15px 0;
}

div.inner-full div.input.text input{
	width: 98%;
	height: 24px;
	margin: 5px 0 0 0;
	border: 1px solid #D1D1D1;
}
div.inner-full div.input.password input{
	width: 98%;
	height: 24px;
	margin: 5px 0 0 0;
	border: 1px solid #D1D1D1;
}

div.inner-full div.input.textarea{
	margin: 5px 0 15px 0;	
}

div.inner-full div.input.textarea textarea{
	width: 97%;
	height: 96px;
	padding: 3px;
	border: 1px solid #D1D1D1;		
}

div.inner-full div.input1 input {
	width: 99%;
	height: 18px;
	padding: 3px;
	display: block;
}

div.inner-full label {
	cursor: pointer;
	display: block;
}

div.cell div.captcha {
	width: 618px;
	margin: 5px 0 15px 0;
	float: left;
}

div.cell div.captcha img {
	display: block;
}

div.cell div.captcha-input {
	width: 160px;
	margin: 5px 0 15px 0;
	border: 1px solid #D1D1D1;
	float: left;
}

div.cell div.captcha-input input {
	width: 96%;
	height: 18px;
	padding: 3px;
	display: block;
}

div.cell div.input.checkbox label{
	display: inline-block;
	margin-left: 7px;
}

div.inner-full div.submit input{
	height: 23px;
	padding: 0 4px 3px 4px;
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../img/login-button.jpg);
	border: 1px solid #C1002A;
	display: block;
	cursor: pointer;
}
	
div.inner-full div.submit{
	float: right;	
}
.contacts-info .text { margin: auto !important; }

/* NEWS LIST */

div.news-list div.news {
	border-top: 1px solid #CCCCCC;
	margin: 1px 0 20px 0;
	padding: 20px 0 0 0;
}

div.news-list div.news a.title,
div.inner-list div.news a.title,
div.inner-full div.news a.title {
	font-size: 20px;
	margin: 0 0 15px 0;
	font-family: Georgia,Arial,Tahoma;
	font-weight: normal;
	color: #375a7b;
	display: block;
}

div.news-list div.news a.title:hover,
div.inner-list div.news a.title:hover,
div.inner-full div.news a.title:hover {
	text-decoration: underline;
}

div.news-list div.news div.date,
div.inner-list div.news div.date,
div.inner-full div.news div.date {
	padding: 5px;
	background: #B2B2B2;
	font-size: 11px;
	color: #FFFFFF;
	position: relative;
	display: inline;
}
div.inner-list div.member_info div.text,
div.news-list div.news div.text,
div.inner-list div.news div.text,
div.inner-full div.news div.text {
	margin: 15px 0 0 0;
}
                  

div.news-list div.news div.date span.arrow,
div.inner-list div.news div.date span.arrow,
div.inner-full div.news div.date span.arrow {
	width: 7px;
	height: 4px;
	background: url(../img/date-arrow.gif) no-repeat;
	position: absolute;
	bottom: -4px;
	right: 10px;
}

div.news-list div.news div.news-image,
div.inner-list div.news div.news-image,
div.inner-full div.news div.news-image {
	width: 150px;
	margin: 5px 10px 30px 0;
	text-align: center;
	float: left;
}
div.news-list div.news div.news-image img,
div.inner-list div.news div.news-image img,
div.inner-full div.news div.news-image img {
	border: 3px solid #E6E6E6;
}

/* GALLERY */

.gallery {
	margin: 20px 0;
}

.gallery a {
	margin: 4px;
	display: block;
	border: 3px solid #E3E3E3;
	float: left;
}

.gallery a img {
	display: block;
}

/* REGISTER */

div.register {
	width: 640px;
	overflow: hidden;
}

div.register div.cell {
	margin: 0 15px 15px 0;
}

div.register h3.sub-title {
	margin: 0 0 15px 0;
	font-size: 13px;
	text-transform: uppercase;
}

div.cell.col2 {
	width: 302px;
	margin: 15px 20px 0 0;
	float: left;
}

div.cell.col2.logo {
	width: 295px;
	padding: 10px 0;
	margin: 15px 20px 0 0;
	border: 1px solid #D1D1D1;
	text-align: center;
	float: left;
}

div.registration div.input.text input{
	width: 298px;
	height: 24px;
	margin: 5px 0 0 0;
	border: 1px solid #D1D1D1;
}

div.cell div.input2.upload-logo {
	width: 298px;
	height: 24px;
	margin: 5px 0 0 0;
	border: 0px;
}

div.cell div.input2 input {
	width: 98%;
	height: 18px;
	padding: 3px;
	display: block;
}

div.cell div.input2.upload-logo input {
	width: 98%;
	height: 18px;
	padding: 3px;
	display: block;
	border: 1px solid #D1D1D1;
}

div.register div.cell div.sub-info {
	font-size: 10px;
	color: #AEAEAE;
}

/* SIDEBAR */

div#site-content div.sidebar {
	width: 300px;
	margin: 20px 10px;
	float: left;
}

div#site-content div.sidebar div.box {
	margin: 0 0 20px 0;
}

/* MEMBERS BOX */
div.sidebar div.members-slide{
	width: 256px;
	left: 21px;
	height: 110px;
}
div.sidebar div.slide-page{
	width: 256px;
	height: 110px;
}
div.sidebar div.members {
	margin: 0 0 20px 0;
	border-bottom: 2px solid #ED1846;
}

div.sidebar div.members div.body {
	margin: 1px 0;
	border: 1px solid #E3E3E3;
	background: url(../img/members-box.gif);
	position: relative;
}

div.sidebar div.members div.body div.thumb {
	margin: 20px 10px 20px 10px;
	float: left;
	width: 90px;
	height: 70px;
}

div.sidebar div.members div.body div.thumb img {
	border: 1px solid #EEEEEE;
}

div.sidebar div.members div.body div.info {
	width: 142px;
	margin: 20px 0;
	float: left;
}

div.sidebar div.members div.body div.info a.title {
	color: #231f20;
	font-weight: bold;
	font-size: 12px;
}

div.sidebar div.members div.body div.info a.site {
	font-size: 10px;
	font-weight: bold;
	color: #40688e;
}

div.sidebar div.members div.body div.info a.site:hover {
	text-decoration: underline;
}

div.sidebar div.members div.body a.left-arrow,
div.sidebar div.members div.body a.right-arrow {
	width: 21px;
	height: 20px;
	display: block;
	position: absolute;
	top: 42%;
	z-index: 10;
}

div.sidebar div.members div.body a.left-arrow {
	left: 0px;
	background: url(../img/slider-arrow-left.jpg);
}

div.sidebar div.members div.body a.right-arrow {
	right: 0px;
	background: url(../img/slider-arrow-right.jpg);
}

/* LINKS BOX */

div.sidebar div.links a.calendar,
div.sidebar div.links a.events,
div.sidebar div.links a.showrooms {
	width: 200px;
	height: 53px;
	margin: 0 0 4px 0;
	padding: 15px 90px 5px 10px;
	font-size: 18px;
	color: #375a7b;
	font-family: Georgia,Arial,Tahoma;
	display: block;
	font-style: italic;
}
div.sidebar div.links a.etique{
	margin-top: 15px;
	display: inline-block;
}
div.sidebar div.profile_info div.body{
	border: 1px solid #E3E3E3;
}
div.sidebar div.links a.calendar {
	background: url(../img/link1.jpg) no-repeat;
}

div.sidebar div.links a.calendar:hover {
	background-position: 0 -73px;
}

div.sidebar div.links a.events {
	background: url(../img/link2.jpg) no-repeat;
}

div.sidebar div.links a.events:hover {
	background-position: 0 -73px;
}

div.sidebar div.links a.showrooms {
	background: url(../img/link3.jpg) no-repeat;
}

div.sidebar div.links a.showrooms:hover {
	background-position: 0 -73px;
}

div.sidebar div.links a.catalogue {
    background: url("../img/catalogue_bg.jpg") no-repeat;
    color: #000000;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 56px;
    margin: 0 0 4px;
    padding: 27px 70px 5px 60px;
    width: 170px;
}

/* EVENTS SIDEBAR LIST */

div.sidebar div.events div.body {
	border: 1px solid #E3E3E3;
	padding: 10px;
}

div.events-sidebar {
	padding: 10px 0;
	border-bottom: 1px solid #D1D1D1;
}

div.events-sidebar.last {
	padding: 10px 0 0 0;
	border-bottom: none;
}

div.events-sidebar a.title {
	margin: 0 0 8px 0;
	font-size: 12px;
	font-family: Georgia,Tahoma,Arial;
	display: block;
}

div.events-sidebar a.title:hover {
	text-decoration: underline
}

div.events-sidebar span.date {
	font-size: 11px;
}

div.events-sidebar img {
	margin: 2px 10px 10px 0;
	float: left;
	border: 1px solid #E5E5E5;
}

div.sidebar div.right_sidebar div.body{
	margin: 1px 0;
	padding: 10px 10px;
	border: 1px solid #E3E3E3;
}
div.sidebar div.banner{
	margin-bottom: 5px;
}

/*div.right_sidebar h3.title{
	line-height: 16px;
	font-size: 12px;
}*/
/* PARTNERS BOX */

.right_sidebar.social .body a.youtube{
	margin-right: 25px
}
.right_sidebar.social .body {
	text-align: center;
}

div.sidebar div.partners div.body {
	margin: 1px 0;
	padding: 10px;
	border: 1px solid #E3E3E3;
}

div.sidebar div.partners div.body a,
div.sidebar div.partners div.body a.last {
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #E3E3E3;
	background: url(../img/partners-arrow.gif) 0 15px no-repeat;
	font-size: 10px;
	font-weight: bold;
	display: block;
}
div.sidebar div.profile_info div.body a{
	padding: 10px 0 10px 22px;
	border-bottom: 1px solid #E3E3E3;
	background: url(../img/partners-arrow.gif) 11px 15px no-repeat;
	font-size: 12px;
	display: block;
	text-transform: uppercase;
}
div.sidebar div.profile_info div.body a.active{
	font-weight: bold;	
}

div.sidebar div.partners div.body a:hover {
	text-decoration: underline;
}

div.sidebar div.partners div.body a.last {
	border-bottom: none;
}

/* MEMBERS SUBMENU */

div.sidebar div.member-submenu div.body {
	margin: 1px 0;
	padding: 10px;
	border: 1px solid #E3E3E3;
}

div.sidebar div.member-submenu h3.title {
	line-height: 35px;
	color: #7e7b7c;
	background: url(../img/member-submenu.jpg);
	padding: 0 0 0 10px;
	border-top: 1px solid #D5D5D5;
}

div.sidebar div.member-submenu div.body a,
div.sidebar div.member-submenu div.body a.last {
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #E3E3E3;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
}

div.sidebar div.member-submenu div.body a.current {
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #E3E3E3;
	background: url(../img/partners-arrow.gif) 0 15px no-repeat;
	font-size: 10px;
	font-weight: bold;
	display: block;
	cursor: default;
}

div.sidebar div.member-submenu div.body a.current:hover {
	text-decoration: none;
}

div.sidebar div.member-submenu div.body a:hover {
	text-decoration: underline;
}

div.sidebar div.member-submenu div.body a.last {
	border-bottom: none;
}

/* FOOTER */

div#footer {
	width: 980px;
	margin: 0 auto;
	background: url(../img/site-bg.png);
}

div#fbanners-slider {
	width: 960px;
	padding: 15px 0;
	margin: 0 auto;
	text-align: center;
	background: url(../img/brands-slider-line.gif) no-repeat top center;
}

div#fbanners-slider div.bottom-line {
	width: 960px;
	height: 12px;
	margin: 0 auto;
	background: url(../img/brands-slider-line.gif) no-repeat bottom center;
}

div#footer-info {
	width: 960px;
	height: 49px;
	margin: 0 auto;
	background: url(../img/footer-info.jpg);
	position: relative;
}

div#abk-copyright {
	margin: 0 10px;
	line-height: 49px;
	font-size: 11px;
	color: #DADADA;
}

a#corpus {
	height: 30px;
	line-height: 30px;
	padding: 0 105px 0;
	font-size: 11px;
	color: #DADADA;
	background: url(../img/corpus.jpg) no-repeat center right;
	position: absolute;
	right: 10px;
	top: 10px;
}

div.text ul li{
	margin-left: 25px;
	list-style: disc;
}
div.text ol li{
	margin-left: 25px;
	list-style: decimal;
}
div.text hr{
	border-bottom: 1px solid #6c6c6c;	
}

div.member_info a.title{
	font-size: 21px;
	text-decoration: underline;
	font-weight: bold;
	padding: 10px 0;
}
span.empty{
	width: 324px;
	display: block;
	float: left;
}
#footer-banner{
	margin-left: 33px;
	display: inline-block;
}

.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 95;
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
	z-index: 120;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../img/close.gif);
}
.nyroModalTitle {
	z-index: 120;
	top: -26px;
	left: 0;
	margin: 0;
    font-size: 1.1em;
	color: #ddd;
}
.nyroModalCont {
	z-index: 110;
	position: absolute;
	border: 4px solid #777;
	margin: 25px;
	background: #fff;
}
.nyroModalCont iframe {
	width: 600px;
	height: 400px;
}
.nyroModalError {
	border: 4px solid red;
	color: red;
	width: 250px;
	height: 250px;
}
.nyroModalError div {
	min-width: 0;
	min-height: 0;
	padding: 10px;
}
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
	position: relative;
	padding: 10px;
	min-height: 250px;
	min-width: 250px;
	max-width: 1000px;
}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
	position: relative;
	overflow: hidden;
}
.nyroModalHidden {
	left: -9999em;
	top: -9999em;
}
.nyroModalLoad {
	position: absolute;
	width: 100px;
	height: 100px;
	background: #fff url(../img/ajaxLoader.gif) no-repeat center;
	padding: 0;
}
.nyroModalPrev, .nyroModalNext {
	outline: none;
	position: absolute;
	top: 0;
	height: 60%;
	width: 150px;
	min-height: 50px;
	max-height: 300px;
	cursor: pointer;
	text-indent: -9999em;
	background: transparent url('data:image/gif;base64,AAAA') left 20% no-repeat;
}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
	height: 100%;
	width: 40%;
	max-height: none;
}
.nyroModalPrev {
	left: 0;
}
.nyroModalPrev:hover {
	background-image: url(../img/prev.gif);
}
.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
.nyroModalNext:hover {
	background-position: right 20%;
	background-image: url(../img/next.gif);
}