html,body {height:100%;}
body {
	color: #000;
	font:13px Arial, Helvetica, sans-serif;
	margin:0;
	background: url(../images/bg-all.gif) repeat-x;
	min-width:790px;
}
img {border-style: none}
a:link, a:visited, a:active  {
	text-decoration:none;
	cursor:pointer;
	color:#0e84d6;
}
a:hover{text-decoration:none;}
input, textarea, select{
	font:12px arial,sans-serif;
	vertical-align:middle;	
	outline:none;	
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* Layouts */
.wrapper-holder{min-height:100%;}
* html .wrapper-holder{height:100%;}
#wrapper{
	width:790px;
	margin:0 auto;
	padding:0 0 257px;
	position:relative;
}
/* header */
#header{
	min-height:52px;
	padding:8px 0 0;
}
* html #header{height:50px;}
#header h1{margin:0;}
#header .logo{
	background: url(../images/logo.gif) no-repeat;
	width:124px;
	height:36px;
	overflow:hidden;
	text-indent:-9999em;
}
#header .logo a{
	display:block;
	height:100%;
}
#header .login-box{
	float:right;
	margin:3px 0 0;
}
#header .log-out{
	background: url(../images/btn-log-out.gif) no-repeat;
	width:84px;
	height:27px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
}
.event-banner{margin:0 0 9px;}
.event-banner img{
	display:block;
	margin:0 auto;
}
/* main-nav */
#main-nav{
	color:#000;
	font-size:13px;
	font-weight:bold;
	margin:0 0 -11px;
}
#main-nav ul{
	margin:0 0 0 -4px;
	padding:0 0 10px;
	list-style:none;
	overflow:hidden;
	height:1%;
}
#main-nav li{
	float:left;
	margin:0 0 0 4px;
	display:inline;
}
#main-nav a{
	color:#000;
	text-decoration:none;
	float:left;
	position:relative;
}
#main-nav a:hover{color:#0e84d6;}
#main-nav li a span{
	height:30px;
	line-height:30px;
	cursor:pointer;
	padding:0 19px;
}
#main-nav li.active a{color:#fff;}
#main-nav li.active a:hover{color:#fff;}
#main-nav li.active a span{float:left;}
#main-nav li .arr,
#main-nav li .r{
	display:none;
	padding:0;
}
#main-nav li.active a .arr{
	background: url(../images/bg-main-nav-active-arr.png) no-repeat;
	width:20px;
	height:11px;
	font-size:0;
	position:absolute;
	display:block;
	left:40%;
	top:29px;
}
#main-nav li.active a .text{
	background: url(../images/bg-main-nav-active.png) no-repeat;
	padding:0 2px 0 10px;
}
#main-nav li.active a .r{
	background: url(../images/bg-main-nav-active-end.png) no-repeat;
	width:7px;
	font-size:0;
	display:block;
}
/* slide-area */
.slide-area{margin:0 0 7px;}
.slide-area img{
	display:block;
	border:1px solid #aeaeae;
}
/* add-post-panel */
.add-post-panel{
	background:#f8f8f8;
	border:1px solid #dfdfdf;
	padding:24px 26px 8px 10px;
	margin:0 0 14px;
}
.add-post-panel .header{
	overflow:hidden;
	height:1%;
	margin:0 0 10px;
}
.add-post-panel .header .photo{float:left;}
.add-post-panel .holder{
	float:right;
	width:655px;
}
.add-post-panel .header strong{
	font-size:14px;
	color:#898989;
	float:left;
	margin:8px 0 0 14px;
}
.add-post-panel .header span{
	font-size:24px;
	font-weight:bold;
	color:#000;
	float:right;
	margin:0 0 13px;
}
.add-post-panel .textarea{
	background: url(../images/bg-textarea-add1.gif) no-repeat;
	width:617px;
	padding:7px 20px 3px 17px;
	float:left;
}
.add-post-panel .textarea textarea{
	padding:0;
	margin:0;
	display:block;
	border:0;
	height:39px;
	overflow:auto;
	font-size:14px;
	color:#000;
	width:100%;
	max-width:100%;
}
.add-post-panel .content{
	overflow:hidden;
	height:1%;
}
.add-post-panel .add{
	float:right;
	background: url(../images/btn-add.gif) no-repeat;
	width:124px;
	height:34px;
	overflow:hidden;
	text-indent:-9999em;
}
.btn-blue {
	float:right;
	height:34px;
	overflow:hidden;
	color:#fff;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
}
.btn-blue span {
	font-size:14px !important;
	line-height:16px !important;
	color:#fff !important;
	padding:0 !important;
	margin:0 !important;
}
.btn-blue .l {
	float:left;
	background:url(../images/add-btn.png) no-repeat;
	width:10px;
	height:34px;
	cursor:pointer;
	overflow:hidden;
}
.btn-blue .c {
	float:left;
	background:url(../images/btn-add-c.png) no-repeat;
	height:26px;
	cursor:pointer;
	overflow:hidden;
	padding:8px 38px 0 !important;
}
.acess-from .btn-blue .c {
	padding:8px 21px 0 !important;
}
.basic-info .btn-blue .c {
	padding:8px 21px 0 !important;
}
.actions .btn-blue .c {
	padding:8px 21px 0 !important;
}
.actions .btn-blue.acaba-btn .c {
	padding:8px 32px 0 !important;
}
.btn-blue .r {
	float:left;
	background:url(../images/add-btn-r.png) no-repeat;
	width:10px;
	height:34px;
	cursor:pointer;
	overflow:hidden;
}
.btn-blue:hover {
	text-decoration:none;
}
.add-post-panel .text{
	color:#757575;
	font-size:11px;
	margin:0 250px 0 0;
}
.add-post-panel .text p{margin:0;}
.block2 .gray{
	background:#f8f8f8;
	border:1px solid #dfdfdf;
	padding:12px 33px 5px;
	margin:0 0 8px;
}
.block2 .dark-gray{
	background:#d6d6d6;
	border:1px solid #dfdfdf;
	color:#000;
	padding:9px 32px 8px;
	margin:0 0 8px;
}
.block2 p{margin:0;}
/* message-boxes */
.success-message{
	background:#d8ffab url(../images/ico-success.gif) no-repeat 10px 3px;
	margin:0 65px 21px;
	border:1px solid #93d977;
	padding:4px 0 6px 50px;
}
.wrong-message{
	background:#ff6767 url(../images/ico-wrong.gif) no-repeat 10px 3px;
	margin:0 65px 8px;
	border:1px solid #f00;
	padding:4px 0 6px 50px;
}
.warning-message{
	background:#ffd7d7 url(../images/ico-warning.gif) no-repeat 10px 1px;
	margin:0 65px 8px;
	border:1px solid #ed9696;
	padding:4px 20px 7px 50px;
	font-size:12px;
	position:relative;
	min-height:15px
}
* html .warning-message{height:15px;}
.attention-message{
	background:#fdf864 url(../images/bg-attention-box.gif) repeat-x;
	border-bottom:1px solid #ffea00;
	font-size:13px;
	padding:9px 30px 4px 18px;
	position:relative;
	margin:0 0 5px;
}
.attention-message strong.attention-ico{
	color:#ff0101;
	background: url(../images/ico-attention.png) no-repeat;
	min-height:19px;
	padding:0 0 0 25px;
	display:block;
}
* html .attention-message strong.attention-ico{height:19px;}
.attention-message .content span{display:block;}
.attention-message .close{
	background: url(../images/btn-close-message.png) no-repeat;
	width:16px;
	height:16px;
	position:absolute;
	top:6px;
	right:10px;
	overflow:hidden;
	text-indent:-9999em;
	cursor:pointer;
}
.warning-message p,
.wrong-message p,
.success-message p{margin:0;}
.warning-message .close{
	background: url(../images/btn-close-message.gif) no-repeat;
	width:16px;
	height:16px;
	overflow:hidden;
	display:block;
	position:absolute;
	right:2px;
	text-indent:-9999em;
	top:2px;
}
/* search visitors */
.search-visitors{margin:0 0 10px;}
.search-visitors .title-item{
	background:#d6d6d6;
	overflow:hidden;
	height:1%;
	padding:10px 0 8px 32px;
}
.search-visitors .title-item span{
	float:left;
	margin:0 7px 0 0;
}
.search-visitors .title-item a{
	background: url(../images/btn-title-box-visitors.gif) no-repeat;
	width:15px;
	height:15px;
	overflow:hidden;
	text-indent:-9999em;
	float:left;
	margin:2px 0 0;
}
.search-visitors .title-item .less{background-position:0 0;}
.search-visitors .title-item .more{background-position:0 -15px;}
.search-visitors .filter-box fieldset{
	background:#f8f8f8;
	padding:14px 0 12px;
	margin:0 0 9px;
}
.search-visitors .tag-list{
	background: url(../images/bg-gray-box.gif) repeat-x 0 100%;
	overflow:hidden;
	height:1%;
	padding:0 0 11px;
	margin:0 0 14px;
}
.search-visitors .tag-list .refinement{
	color:#000;
	font-size:13px;
	width:96px;
	float:left;
	text-align:right;
}
.search-visitors .tag-list .refinement em{
	font-size:12px;
	color:#797979;
	display:block;
	margin:7px 0 0;
}
.search-visitors .tag-list .refinement span{display:block;}
.search-visitors .tag-list ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.search-visitors .tag-list li{
	display:inline;
	float:left;
	margin:0 0 0 10px;
	padding:0 0 4px;
	width:153px;
}
.search-visitors .tag-list a{
	background:#d5d5d5;
	color:#000;
	display:block;
	height:1%;
	padding:2px 5px;
}
.search-visitors .tag-list a.selected{
	color:#fff;
	background:#38baf0;
}
.search-visitors .tag-list a:hover{text-decoration:none;}
.search-visitors .parameters{
	width:640px;
	margin:0 0 -5px;
}
.search-visitors .parameters .row{
	overflow:hidden;
	height:1%;
	padding:0 0 17px;
}
.search-visitors .parameters label{
	width:141px;
	font-size:13px;
	color:#000;
	float:left;
	height:28px;
	line-height:28px;
	text-align:right;
}
.search-visitors .parameters .area{
	background: url(../images/bg-input-area1.gif) no-repeat;
	padding:6px 9px 5px;
	border-bottom:1px solid #f3f3f3;
	float:right;
	width:470px;
}
.search-visitors .parameters input{
	border:0;
	padding:0;
	margin:0;
	display:block;
	width:100%;
	font-size:13px;
	color:#b9b9b9;
}
.search-visitors .button input{
	background: url(../images/btn-apply-filter.gif) no-repeat;
	width:124px;
	height:34px;
	margin:0 auto;
	border:0;
	text-indent:-9999em;
	overflow:hidden;
	display:block;
	font-size:0;
	cursor:pointer;
}
.search-visitors .title-box{
	font-size:14px;
	color:#000;
	overflow:hidden;
	height:1%;
	margin:0 1px 8px 32px;
}
.search-visitors .title-box ul{
	margin:0 -9px 0 0;
	padding:0;
	list-style:none;
	float:right;
	font-size:12px;
	display:inline;
}
.search-visitors .title-box li{
	float:left;
	margin:0 9px 0 0;
	display:inline;
}
.search-visitors .title-box a{
	background: url(../images/btn-title-results.gif) no-repeat;
	width:73px;
	height:20px;
	color:#a1a0a0;
	line-height:20px;
	text-align:center;
	float:left;
}
.search-visitors .title-box .next a{background-position:0 0;}
.search-visitors .title-box .prev a{background-position:0 -20px;}
.search-visitors .title-box p{margin:0;}
.search-visitors .item-list{
	margin:0 0 24px;
	padding:0;
	list-style:none;
	border-top:1px solid #d1d1d1;
}
.search-visitors .item-list li{
	overflow:hidden;
	height:1%;
	border-bottom:1px solid #d1d1d1;
	padding:8px 0 4px;
}
.search-visitors .item-list .photo{
	float:left;
	width:90px;
	margin:1px 0 0;
	text-align:center;
}
.search-visitors .item-list .photo img{
	display:block;
	margin:0 auto 1px;
}
.search-visitors .item-list .info{
	font-size:14px;
	font-style:italic;
	width:690px;
	float:right;
	padding:0 8px 0 0;
}
.search-visitors .item-list .star-ico{
	margin:0 5px 0 3px;
	float:left;
}
.search-visitors .item-list .star-ico a{
	float:left;
	background: url(../images/bg-star-nav.gif) no-repeat;
	width:24px;
	height:24px;
	overflow:hidden;
	position:relative;
	text-indent:-9999em;
}
.search-visitors .star-ico a.on{background-position:0 0;}
.search-visitors .star-ico a.off{background-position:0 -24px;}
.search-visitors .item-list .name{	
	font-style:normal;
	color:#000;
}
.search-visitors .item-list .name strong{display:block;}
.search-visitors .item-list .name span{
	font-weight:bold;
	color:#707070;
}
.search-visitors .item-list p{margin:0;}
.search-visitors .paging-w1{
	position:relative;
	width:100%;
	overflow:hidden;
}
.search-visitors .paging-w2{
	position:relative;
	left:50%;
	float:left;
}
.search-visitors .paging-w3{
	float:left;
	left:-50%;
	position:relative;
}
.search-visitors .paging{
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px;
}
.search-visitors .paging li{
	float:left;
	background: url(../images/divider-paging-results.gif) no-repeat 0 12px;
	padding:0 1px 0 5px;
}
.search-visitors .paging a{color:#797979;}
.search-visitors .paging strong{
	color:#fff;
	background:#797979;
}
.search-visitors .paging a,
.search-visitors .paging strong{
	height:20px;
	line-height:20px;
	width:15px;
	text-align:center;
	float:left;
}
.search-visitors .paging .first-child,
.search-visitors .paging .prev,
.search-visitors .paging .next{background-image:none;}
.search-visitors .paging .prev a,
.search-visitors .paging .next a{
	background: url(../images/btn-paging-results.gif) no-repeat;
	width:4px;
	height:8px;
	overflow:hidden;
	text-indent:-9999em;
	margin:6px 0 0;
}
.search-visitors .paging .prev a{background-position:0 0;}
.search-visitors .paging .next a{background-position:0 -8px;}
/* profile-panel */
.profile-panel{
	background:#f8f8f8;
	border:1px solid #dfdfdf;
	padding:20px 0 2px;
	margin:0 0 14px;
}
.profile-panel .part1{
	padding:0 25px 3px 32px;
	overflow:hidden;
	height:1%;
	background: url(../images/bg-gray-box.gif) repeat-x 0 100%;
}
.setting{
	border:0;
	background:#f8f8f8 url(../images/bg-gray-box.gif) repeat-x 0 100%;
	padding:20px 0 12px;
	margin:0 0 5px;
}
.setting .part1{
	background:none;
	margin:0 0 9px;
}
.profile-panel .part1 .photo{
	width:152px;
	float:left;
}
.setting .part1 .photo{margin:5px 0  0;}
.profile-panel .part1 .photo img{
	display:block;
	margin:0 auto 5px;
}
.profile-panel .part1 .photo ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.profile-panel .part1 .info{
	font-size:14px;
	width:570px;
	float:right;
}
.note-block{
	float:left;
	width:100%;
	color:#797979;
	font-style:italic;
	font-size:11px;
	padding:3px 0 4px;
}
.note-block .follow{
	background: url(../images/ico-follow.gif) no-repeat;
	font-size:12px;
	padding:0 0 0 20px;
	font-style:normal;
	display:block;
	margin:0 0 4px;
}
.note-block p{margin:0;}
.profile-panel .part1 .info a{color:#000;}
.profile-panel .part1 .add-favorite{
	float:right;
	text-align:right;
	color:#797979;
	font-size:11px;
}
.profile-panel .part1 .add-favorite a{
	float:right;
	width:24px;
	height:24px;
	overflow:hidden;
	text-indent:-9999em;
	margin:0 0 3px;
	cursor:pointer;
}
.profile-panel .part1 .add-favorite a.on{background: url(../images/bg-star-nav-on.png) no-repeat;}
.profile-panel .part1 .add-favorite a.off{background: url(../images/bg-star-nav-off.png) no-repeat;}
.profile-panel .part1 .add-favorite span{
	display:block;
	clear:both;
}
.visiblity-tools{
	float:right;
	margin:43px 34px 0 0;
	padding:0;
	list-style:none;
	font-size:12px;
	display:inline;
}
.visiblity-tools li{padding:0 0 6px;}
.profile-panel .info .visiblity-tools a{
	color:#797979;
	padding:6px 25px 3px 0;
	display:block;
}
.profile-panel .info .visiblity-tools .lock{background: url(../images/ico-visiblity-lock.gif) no-repeat 100% 0;}
.profile-panel .info .visiblity-tools .unlock{background: url(../images/ico-visiblity-unlock.gif) no-repeat 100% 0;}
.profile-panel .part1 .info .name{
	padding:0 0 0 31px;
	margin:0 0 7px;
}
.profile-panel .part1 .info .name strong{
	display:block;
	margin:0 0 3px;
}
.profile-panel .part1 .info dl{
	margin:0;
	overflow:hidden;
	height:1%;
}
.profile-panel .part1 .info dt{
	float:left;
	clear:left;
	margin:0 5px 2px 0;
}
.profile-panel .part1 .info dt span{
	width:28px;
	height:25px;
	overflow:hidden;
	display:block;
	text-indent:-9999em;
}
.profile-panel .part1 .phone{background: url(../images/ico-phone.gif) no-repeat;}
.profile-panel .part1 .mail{background: url(../images/ico-mail.gif) no-repeat;}
.profile-panel .part1 .linkedin{background: url(../images/ico-linkeldin.gif) no-repeat;}
.profile-panel .part1 .twitter{background: url(../images/ico-twitter.gif) no-repeat;}
.profile-panel .part1 .info dd{
	margin:0 0 2px;
	min-height:28px;
	line-height:28px;
}
* html .profile-panel .part1 dd{height:28px;}
.profile-panel .part1 .info .gray-text{color:#8c8c8c;}
.profile-panel .part1 .info2{
	float:right;
	width:566px;
}
.profile-panel .part1 .message{margin:26px 165px 0 0;}
.profile-panel .part1 .message strong{
	display:block;
	margin:0 0 4px;
}
.profile-panel .part1 .message p{margin:0 0 9px;}
.profile-panel .part1 .info2 dl{
	margin:0;
	color:#797979;
	font-size:14px;
	font-style:italic;
	overflow:hidden;
	height:1%;
}
.profile-panel .part1 .info2 dt{
	float:left;
	clear:left;
	margin:5px 4px 0 0;
}
.profile-panel .part1 .info2 dd{margin:0;}
.profile-panel .part1 .info2 dd img{display:inline;}
.profile-panel .tag-list{
	overflow:hidden;
	height:1%;
	padding:14px 0 11px;
	color:#797979;
	font-size:13px;
}
.profile-panel .tag-list .refinement{
	width:67px;
	float:left;
	text-align:right;
	margin:0 11px 0 0;
	font-weight:bold;
}
.profile-panel .tag-list .refinement em{
	font-size:12px;
	color:#797979;
	display:block;
	margin:7px 0 0;
}
.profile-panel .tag-list .refinement span{display:block;}
.profile-panel .tag-list ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.profile-panel .tag-list li{
	display:inline;
	float:left;
	margin:0 0 0 10px;
	padding:0 0 4px;
	width:153px;
}
.profile-panel .tag-list a{
	background:#d5d5d5;
	color:#000;
	display:block;
	height:1%;
	padding:2px 5px;
}
.profile-panel .tag-list a.selected{
	color:#fff;
	background:#38baf0;
}
.profile-panel .tag-list a:hover{text-decoration:none;}
.profile-panel .part3{
	background: url(../images/bg-gray-box.gif) repeat-x 0 100%;
	padding:13px 0 0 31px;
}
.profile-panel .part3 strong.title{
	color:#797979;
	font-size:13px;
	display:block;
	margin:0 0 8px;
}
.profile-panel .part3 .columns{
	overflow:hidden;
	width:817px;
	margin:0 0 0 -60px;
	padding:0 0 8px;
}
.profile-panel .part3 .column{
	float:left;
	margin:0 0 0 60px;
	width:206px;
	display:inline;
}
.profile-panel .part3 .photo{
	float:left;
	width:67px;
	text-align:center;
}
.profile-panel .part3 .photo a{display:block;}
.profile-panel .part3 .info{
	float:right;
	font-size:14px;
	margin:5px 0 0;
	width:127px;
}
.profile-panel .part3 .info a{
	font-size:12px;
	display:block;
	margin:3px 0 0;
}
.block2 ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:13px;
}
.block2 li{
	display:inline;
	margin:0 73px 0 0;
}
.block2 li a{
	color:#000;
	text-decoration:none;
}
.block2 li a:hover{color:#0e84d6;}
.block2 li a.active{
	text-decoration:none;
	color:#0e84d6;
}
/* step-panel */
.step-panel{margin:0 0 18px;}
.step-panel .gray-holder{
	margin:0 45px;
	background:#f8f8f8 url(../images/bg-gray-box.gif) repeat-x 0 100%;
	padding:40px 0 23px;
	height:1%;
}
.step-panel .navbar{
	width:384px;
	margin:0 0 37px 133px;
}
.step-panel .navbar strong{
	font-size:14px;
	display:block;
	margin:0 0 2px;
}
.step-panel .navbar .menu{
	position:relative;
	margin:0 0 0 43px;
}
.step-panel .menu .indicator{
	background: url(../images/bg-steps-indicator2.jpg) no-repeat 3px 0;
	width:342px;
	height:34px;
	font-size:12px;
}
.step-panel .menu .step1{background: url(../images/bg-steps-indicator3.jpg) no-repeat;}
.step-panel .menu .step2{background: url(../images/bg-steps-indicator3.jpg) no-repeat 0 -34px;}
.step-panel .menu .step3{background: url(../images/bg-steps-indicator3.jpg) no-repeat 0 -68px;}
.step-panel .menu .step4{background: url(../images/bg-steps-indicator3.jpg) no-repeat 0 -102px;}
.step-panel .menu .indicator ul {
	margin:0;
	width:342px;
	height:34px;
}
.step-panel .menu .indicator ul li {
	float:left;
	margin:0;
	width:26px;
	height:32px;
	text-indent:-9999px;
	overflow:hidden;
	visibility:hidden;
}
.step-panel .menu .indicator ul li.active {
	visibility:visible;
}
.step-panel .menu .indicator ul li.done {
	visibility:visible;
	background-position:0 -32px !important;
}
.step-panel .menu .indicator ul li.item1 {
	background:url(../images/bg-step1.gif) no-repeat;
	margin:1px 0 0 25px;
}
.step-panel .menu .indicator ul li.item2 {
	background:url(../images/bg-step2.gif) no-repeat;
	margin:1px 0 0 61px;
}
.step-panel .menu .indicator ul li.item3 {
	background:url(../images/bg-step3.gif) no-repeat;
	margin:1px 0 0 68px;
}
.step-panel .menu .indicator ul li.item4 {
	background:url(../images/bg-step4.gif) no-repeat;
	margin:1px 0 0 66px;
}


.step-panel .menu ul{
	margin:0;
	padding:0;
	list-style:none;
	width:352px;
}
.step-panel .menu ul:after{
	content:"";
	display:block;
	clear:both;
}
.step-panel .menu li{
	width:150px;
	float:left;
	margin:0 -31px;
	text-align:center;
	display:inline;
	font-size:12px;
}
.step-panel .menu li strong {
	display:inline;
	margin:0;
	font-size:12px;
}
.step-panel .menu li.step-description1 {
	width:102px;
	margin:0;
	text-align:left;
	padding:0 0 0 10px;
}
.step-panel .menu li.step-description2 {
	width:60px;
	margin:0;
	text-align:left;
}
.step-panel .menu li.step-description3 {
	width:114px;
	margin:0;
	text-align:left;
}
.step-panel .menu li.step-description4 {
	width:60px;
	margin:0;
	text-align:left;
}
.step-panel .logo{
	background: url(../images/logo-step-boxs.png) no-repeat;
	width:271px;
	height:152px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
	margin:0 auto -38px;
	position:relative;
}
/* picture-block */
.picture-block{
	width:150px;
	margin:0 auto 24px;
}
.picture-block img{
	display:block;
	margin:0 0 10px;
}
.personal-edit .photo .button,
.picture-block .button{
	background: url(../images/btn-gray.gif) no-repeat;
	display:block;
}
.personal-edit .photo .button strong,
.picture-block .button strong{
	background: url(../images/btn-gray-end.gif) no-repeat 100% 0;
	height:27px;
	line-height:27px;
	text-align:center;
	display:block;
}
.more-info{margin:0 25px 0 125px;}
.step-panel fieldset .row{margin:0 0 10px;}
.step-panel .acess-from .row{margin:0 0 14px;}
.step-panel fieldset .row label{
	color:#737373;
	font-size:14px;
	display:block;
	margin:0 0 2px;
}
.step-panel fieldset label span{color:#f00;}
.step-panel fieldset .row .area{
	background: url(../images/bg-input-area1.gif) no-repeat;
	border-bottom:1px solid #f3f3f3;
	padding:6px 9px 5px;
}
.step-panel fieldset .row .text{width:431px;}
.step-panel fieldset .two-columns .text{width:200px;}
.step-panel fieldset .two-columns .text2{width:210px;}
.step-panel fieldset .two-columns{
	overflow:hidden;
	height:1%;
}
.step-panel fieldset .two-columns .column{
	float:left;
	margin:0 3px 0 0;
}
.step-panel fieldset .row .area input{
	font-size:14px;
	color:#000;
	border:0;
	padding:0;
	margin:0;
	display:block;
	width:100%;
}
.more-info .holder{
	overflow:hidden;
	height:1%;
	padding:9px 0 0;
}
.step-panel .message{
	font-size:12px;
	float:left;
}
.step-panel .message p{margin:0;}
.step-panel .eror{color:#ff0101;}
.basic-info .message{width:323px;}
.more-info .message{width:342px;}
.tags-block .message{margin:7px 0 0;}
.explanation-block .message{margin:7px 0 0;}
.step-panel .actions{
	float:right;
	margin:0 -17px 0 0;
	padding:0;
	list-style:none;
	font-size:14px;
	display:inline;
}
.step-panel .actions li{
	float:left;
	background: url(../images/divider-actions-more.gif) no-repeat 0 11px;
	padding:0 0 0 17px;
	margin:0 17px 0 0;
	display:inline;
}
.step-panel .actions li:first-child{background-image:none;}
.step-panel .actions a{
	float:left;
	color:#0e84d6;
	height:34px;
	line-height:34px;
}
.step-panel a.blue-button{
	background: url(../images/bg-blue-button.gif) no-repeat;
	height:34px;
	line-height:34px;
	width:124px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	display:block;
}
.step-panel a.blue-button:hover{text-decoration:none;}
.basic-info fieldset{margin:0 0 0 125px;}
.basic-info fieldset .holder{
	overflow:hidden;
	height:1%;
	padding:18px 0 0;
	margin:0 121px 0 0;
}
.basic-info a.blue-button{float:right;}
/* tags-block */
.tags-block{margin:0 0 0 28px;}
.tags-block .holder{
	overflow:hidden;
	height:1%;
	margin:0 24px 0 0;
}
.tags-list{margin:0 0 35px;}
.tags-list p{margin:0 0 16px;}
.tags-list ul{
	margin:0 0 0 -10px;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.tags-list li{
	float:left;
	width:153px;
	margin:0 0 0 10px;
	padding:0 0 4px;
	display:inline;
}
.tags-list li a{
	background:#d5d5d5;
	display:block;
	color:#000;
	padding:2px 5px;
	height:1%;
}
.tags-list li a:hover{text-decoration:none;}
.tags-list li a.selected{
	background:#38baf0;
	color:#fff;
}
/* explanation */
.explanation-block{margin:0 0 0 28px;}
.explanation-block .writing-box{
	width:641px;
	margin:0 0 28px;
}
.explanation-block .writing-box p{margin:0 0 2px;}
.explanation-block .writing-box p span{color:#fc0000;}
.explanation-block .textarea-holder{
	height:1%;
	overflow:hidden;
}
.explanation-block .holder{
	margin:0 23px 0 0;
	overflow:hidden;
	height:1%;
}
.explanation-block strong.characters{
	text-align:right;
	font-size:24px;
	color:#000;
	display:block;
	line-height:20px;
	margin:0 0 5px;
}
.explanation-block .textarea{
	background: url(../images/bg-input-area1.gif) no-repeat;
	padding:7px 20px 3px 4px;
}
.explanation-block .textarea textarea{
	padding:0;
	margin:0;
	border:0;
	width:100%;
	height:39px;
	overflow:auto;
}
/* acess-from */
.acess-from fieldset{
	padding:16px 0 0;
	margin:0 0 0 126px;
}
.acess-from .holder{
	overflow:hidden;
	height:1%;
	margin:-7px 121px 0 0;
}
.acess-from a.blue-button{float:right;}
.acess-from .message{
	margin:8px 0 0 5px;
	display:inline;
}
.acess-from .message input{
	float:left;
	width:16px;
	height:15px;
	padding:0;
	margin:0 7px 0 0;
}
.acess-from .message label{
	float:left;
	color:#797979;
	font-size:12px;
}
/* inbox-panel */
.inbox-panel .items{margin:0 0 30px;}
.inbox-panel .item{
	overflow:hidden;
	height:1%;
	background: url(../images/bg-gray-box.gif) repeat-x 0 100%;
	position:relative;
	padding:9px 0 5px;
}
.inbox-panel .unread{background:#ebf3ff url(../images/bg-gray-box.gif) repeat-x 0 100%;}
.inbox-panel .new{font-weight:bold;}
.inbox-panel .item .photo{
	float:left;
	width:52px;
	text-align:center;
	font-size:10px;
	font-weight:normal;
}
.inbox-panel .item .photo a{display:block;}
.inbox-panel .item .message{
	float:right;
	width:685px;
	font-size:12px;
	padding:0 45px 0 0;
}
.inbox-panel .item .message .title-block{margin:0 0 3px;}
.inbox-panel .item .message .date{
	float:right;
	font-style:italic;
	color:#797979;
	font-weight:normal;
	margin:-3px 0 0;
}
.inbox-panel .item .message dl{
	margin:0;
	overflow:hidden;
	height:1%;
}
.inbox-panel .item .message dt{
	clear:left;
	float:left;
	color:#797979;
	margin:0 5px 0 0;
}
.inbox-panel .item .message dd{margin:0;}
.inbox-panel .item .message .content p{margin:0 0 13px;}
.inbox-panel .item .learn{
	width:40px;
	text-align:center;
	position:absolute;
	top:38px;
	right:2px;
	font-weight:normal;
}
.inbox-panel .item .learn a{
	color:#797979;
	font-size:10px;
	display:block;
}
.inbox-panel .item .learn .ico{
	width:13px;
	height:9px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
	margin:0 auto;
	cursor:pointer;
}
.inbox-panel .item .learn a.on .ico{background: url(../images/ico-learn-more-on.png) no-repeat;}
.inbox-panel .item .learn a.off .ico{background: url(../images/ico-learn-more-off.png) no-repeat;}
.inbox-panel .button{
	width:100%;
	float:left;
	padding:3px 0 16px;
}
.inbox-panel .button a{
	background: url(../images/btn-reply-send1.gif) no-repeat;
	width:58px;
	height:27px;
	text-align:center;
	font-weight:bold;
	color:#797979;
	font-size:13px;
	display:block;
	margin:0 auto;
	line-height:27px;
}
/* reply-message */
.reply-message-block{
	overflow:hidden;
	height:1%;
	margin:0 0 10px 10px;
}
.reply-message-block .photo{
	float:right;
	width:70px;
	margin:4px 0 0;
	text-align:center;
	font-size:10px;
}
.reply-message-block .photo img{
	display:block;
	margin:0 auto;
}
.reply-message-block .message{
	width:707px;
	float:left;
}
.reply-message-block .message dl{
	margin:0 0 14px;
	overflow:hidden;
	height:1%;
}
.reply-message-block .message dt{
	clear:both;
	float:left;
}
.reply-message-block .message dd{margin:0;}
.reply-message-block .message .textarea{
	padding:8px 10px 12px 10px;
	border:1px solid #8a8a8a;
	margin:0 0 17px;
}
.reply-message-block .message .textarea textarea{
	height:201px;
	overflow:auto;
	width:100%;
	border:0;
	line-height:13px;
	max-width:100%;
}
.reply-message-block .buttons-list{
	list-style:none;
	overflow:hidden;
	height:1%;
	color:#797979;
	font-weight:bold;
	margin:0;
	padding:0;
	position:relative;
	float:left;
	left:-50%;
}
.reply-message-block .buttons-list-w1{
	width:100%;
	overflow:hidden;
	position:relative;
}
.reply-message-block .buttons-list-w2{
	position:relative;
	left:50%;
	float:left;
}
.reply-message-block .buttons-list li{
	float:left;
	margin:0 18px 0 0;
}
.reply-message-block .buttons-list a{
	height:27px;
	line-height:27px;
	float:left;
	color:#797979;
}
.reply-message-block .button{
	background: url(../images/btn-reply-send1.gif) no-repeat;
	width:58px;
	height:27px;
	text-align:center;
	color:#797979;
	font-size:13px;
	display:block;
	line-height:27px;
}
/* calendar-navbar */
.calendar-navbar{padding:0 0 0 21px;}
.calendar-navbar ul{
	margin:0 0 0 5px;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
	font-size:26px;
	text-align:center;
}
.calendar-navbar li{
	margin:0 0 0 -5px;
	float:left;
	display:inline;
	background: url(../images/bg-calendar-active.gif) no-repeat -200px 0;
	width:85px;
	padding:15px 7px 0 6px;
}
.calendar-navbar li a{
	display:block;
	width:85px;
	height:100%;
}
.calendar-navbar li a:hover{text-decoration:none;}
.calendar-navbar li.active{background: url(../images/bg-calendar-active.gif) no-repeat;}
.calendar-navbar li span{
	font-size:12px;
	display:block;
	color:#fff;
	font-weight:bold;
	margin:0 7px 4px 0;
}
.calendar-navbar li strong{
	color:#c9c9c9;
	margin:0 7px 16px 0;
	display:block;
}
.calendar-navbar li.active strong{color:#797979;}
.calendar-navbar li em{
	font-style:normal;
	font-size:14px;
	display:block;
	padding:0 0 8px;
	margin:0 8px;
	color:#797979;
}
.calendar-navbar li.active em{
	border-bottom:2px solid #000;
	color:#000;
}
.calendar-events{margin:0 0 14px;}
.calendar-events table{
	border-collapse:collapse;
	border-bottom:1px solid #d1d1d1;
}
.calendar-events p{margin:0;}
.calendar-events th{
	border-width:1px 0;
	border-color:#000;
	border-style:solid;
}
.calendar-events tr.gray td{background:#fafafa;}
.calendar-events td{
	font-size:12px;
	padding:6px 0 5px;
}
.calendar-events .time{
	width:76px;
	text-align:center;
	font-weight:bold;
	vertical-align:top;
	padding:4px 0;
}
.calendar-events .time span{display:block;}
.calendar-events .desc{
	width:567px;
	text-align:left;
}
.calendar-events .tools{
	overflow:hidden;
	height:1%;
}
.calendar-events .tools em{
	color:#646464;
	margin:0 15px 0 0;
}
.calendar-events .tools a{float:right;}
.calendar-events .time .ico{
	background: url(../images/ico-alert-time-events.gif) no-repeat;
	width:15px;
	height:15px;
	overflow:hidden;
	text-indent:-9999em;
	margin:0 auto;
	display:block;
}
.calendar-events .people{
	width:68px;
	text-align:center;
}
.calendar-events td.people{
	font-size:16px;
	font-weight:bold
}
.calendar-events .attending{
	width:78px;
	text-align:center;
}
.calendar-events td.attending{
	color:#797979;
	font-size:12px;
}
.calendar-events td.attending a {
	color:#797979;
}
.calendar-events td.attending .ico{
	width:26px;
	height:26px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
	margin:0 auto;
	cursor:pointer;
}
.calendar-events td.on .ico{background: url(../images/ico-attending-on.png) no-repeat;}
.calendar-events td.off .ico{background: url(../images/ico-attending-off.png) no-repeat;}
/* personal-edit */
.personal-edit fieldset{
	overflow:hidden;
	height:1%;
	background:#f8f8f8 url(../images/bg-gray-box.gif) repeat-x 0 100%;
	padding:24px 7px 16px 33px;
	margin:0 0 10px;
}
.personal-edit .photo{
	float:left;
	width:154px;
}
.personal-edit .info{
	width:614px;
	float:right;
	margin:0 0 0 -18px;
	display:inline;
}
.personal-edit .row{
	overflow:hidden;
	height:1%;
	padding:0 60px 23px 0;
}
.personal-edit label{
	color:#797979;
	font-size:13px;
	text-align:right;
	width:95px;
	float:left;
	margin:3px 0 0;
	font-weight:bold;
}
.personal-edit label span{
	color:#f00;
	font-size:16px;
}
.personal-edit .row .area{
	width:430px;
	float:right;
	background: url(../images/bg-input-area1.gif) no-repeat;
	border-bottom:1px solid #f3f3f3;
	padding:6px 9px 5px;
	position:relative;
}
.personal-edit .row .area .promt-message{
	position:absolute;
	top:29px;
	font-size:11px;
	color:#f00;
	left:5px;
}
.personal-edit .row .area .make-ptivate{
	position:absolute;
	top:7px;
	width:105px;
	font-size:11px;
	text-indent:0;
	font-style:italic;
	color:#797979;
	right:-54px;
}
.personal-edit .row .area .make-ptivate .ico{
	float:right;
	margin:0 23px 0 0;
	display:inline;
}
.personal-edit .row .area .make-ptivate em{
	display:block;
	clear:both;
}
.personal-edit .row .area input{
	width:100%;
	border:0;
	padding:0;
	margin:0;
	color:#797979;
	font-size:13px;
	position:relative;
}
/* locate */
.locate-block{
	background:#f8f8f8;
	border:1px solid #dfdfdf;
	padding:13px 37px 8px;
	margin:0 0 11px;
}
.locate-holder{
	background: url(../images/bg-because-location.gif) no-repeat 0 29px;
	padding:0 0 0 73px;
	height:1%;
}
.locate-block .title-box{
	overflow:hidden;
	height:1%;
	padding:9px 0 0;
}
.locate-block strong{
	font-size:16px;
	display:block;
	color:#797979;
}
.locate-block span{
	float:right;
	font-size:24px;
	font-weight:bold;
	margin:-12px 0 0;
}
.locate-block .textarea{
	padding:8px 10px 8px;
	background: url(../images/bg-input-area1.gif) no-repeat;
	margin:0 0 7px;
}
.locate-block textarea{
	font-size:14px;
	color:#000;
	width:100%;
	border:0;
	height:32px;
	overflow:auto;
	max-width:100%;
}
.locate-block .holder{
	overflow:hidden;
	height:1%;
}
.locate-block a.blue-button{float:right;}
.description2-block{
	font-size:14px;
	border-bottom:1px solid #d1d1d1;
	padding:0 0 15px;
	margin:0 0 15px;
}
.description2-block h3{
	font-size:14px;
	color:#898989;
	margin:0 0 13px;
}
.description2-block p{margin:0;}
/* message-result1 */
.message-result1{
	position:relative;
	border:1px solid #000;
	padding:3px 0 11px 7px;
	margin:0 0 1px;
}
.message-result1 .promt{
	display:block;
	font-size:12px;
	color:#797979;
	margin:0 0 6px;
}
.message-result1 .content{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	margin:0 96px 0 6px;
}
.message-results .edit-button,
.message-result1 .edit-button{
	color:#797979;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	line-height:19px;
	background: url(../images/bg-edit-btn.gif) no-repeat;
	width:44px;
	height:19px;
	font-style:normal;
}
.message-result1 .edit-button{
	bottom:7px;
	right:5px;
	position:absolute;
}
.message-results .edit-button{display:block;}
.message-results .close,
.message-result1 .close{
	background: url(../images/btn-close-message.png) no-repeat;
	width:16px;
	height:16px;
	position:absolute;
	right:4px;
	text-indent:-9999em;
	overflow:hidden;
	cursor:pointer;
}
.message-result1 .close{top:3px;}
.message-results .close{top:7px;}
.message-results{margin:0 0 11px;}
.message-results .item{
	text-align:center;
	font-size:14px;
	font-style:italic;
	position:relative;
	border-bottom:1px solid #d1d1d1;
	padding:14px 145px 14px 12px;
	height:1%;
}
.message-results .item p{margin:0;}
.message-results .buttons{
	position:absolute;
	bottom:8px;
	right:61px;
	width:44px;
}
.message-results .buttons .holder{
	overflow:hidden;
	height:1%;
	margin:0 0 5px;
}
.message-results .buttons .holder a{
	float:left;
	background: url(../images/bg-up-down-btn.gif) no-repeat;
	width:22px;
	height:19px;
	text-indent:-9999em;
	overflow:hidden;
	cursor:default;
}
.message-results .buttons .holder a span {
	float:left;
	width:21px;
	height:19px;
	cursor:pointer;
	margin:0 1px 0 0;
}
.message-results .buttons a.up{background-position:0 0;}
.message-results .buttons a.down{background-position:-22px 0;}
.results-phrases{
	padding:0 19px 11px;
	border-bottom:1px solid #d1d1d1;
	margin:0 0 23px;
}
.results-phrases h3{
	color:#797979;
	font-size:13px;
	display:block;
	margin:0 0 16px;
}
.results-phrases .content{
	text-align:center;
	font-size:14px;
	font-style:italic;
	margin:0 50px;
}
.results-phrases .content p{margin:0 0 19px;}
/* recent-block */
.recent-block{
	padding:0 19px 0 17px;
	margin:0 0 20px;
}
.recent-block h3{
	display:block;
	font-size:13px;
	color:#797979;
	margin:0;
}
.recent-block .item{
	overflow:hidden;
	height:1%;
	padding:0 0 8px;
}
.recent-block .holder{
	overflow:hidden;
	height:1%;
}
.recent-block .ico{
	float:left;
	width:40px;	
}
.recent-block .leens span,
.recent-block .ico span{
	width:32px;
	height:31px;
	margin:0 auto;
	display:block;
	text-indent:-9999em;
	overflow:hidden;
}
.recent-block .ico span{background: url(../images/ico-recent-comment.gif) no-repeat;}
.recent-block .no span{background-position:0 0;}
.recent-block .yes span{background-position:0 -31px;}
.recent-block .leens span{background: url(../images/ico-recent-comment.gif) no-repeat 0 -62px;}
.recent-block .content{
	float:right;
	font-style:italic;
	width:710px;
}
.recent-block .date{
	display:block;
	text-align:right;
	color:#797979;
	font-style:italic;
}
.recent-block .title-comment{
	display:block;
	font-style:normal;
	margin:0 0 0 44px;
}
.recent-block .content p{margin:0;}
.more-items{
	font-weight:bold;
	font-size:14px;
	color:#0e84d6;
	text-align:center;
	
}
.recent-block .more-items{padding:18px 21px 0 0;}
.latest-comments .more-items{padding:0 21px 0 0;}
.recent-activity .more-items{padding:27px 0 0 35px}
/* description-block */
.description-block{
	padding:0 20px 20px;
	border-bottom:1px solid #d1d1d1;
	margin:0 0 20px;
}
.description-block .title-description{
	color:#797979;
	display:block;
	margin:0 0 12px;
}
.description-block p{margin:0 0 13px;}
.agenda-block{
	padding:0 19px;
	margin:0 0 20px;
}
.agenda-block h3{
	margin:0 0 6px;
	color:#797979;
	font-size:13px;
}
.agenda-block .item{
	font-style:italic;
	padding:0 0 13px;
}
.agenda-block .item .date{
	font-size:12px;
	color:#797979;
	display:block;
	font-style:normal;
	margin:0 0 5px;
}
.agenda-block .item h4{
	font-size:14px;
	margin:0;
	font-style:normal;
}
.agenda-block .item p{margin:0;}
/* latest-comments */
.latest-comments{
	padding:0 34px 0 18px;
	margin:0 0 36px;
}
.latest-comments h3{
	margin:0 0 9px;
	color:#797979;
	font-size:13px;
}
.latest-comments .item{
	overflow:hidden;
	height:1%;
	font-size:12px;
	padding:0 0 8px;
}
.latest-comments .photo{
	float:left;
	width:70px;
	text-align:center;
	margin:3px 0 0;
}
.latest-comments .photo img{
	display:block;
	margin:0 auto;
}
.latest-comments .photo a{display:block;}
.latest-comments .info{
	float:right;
	width:662px;
}
.latest-comments .title-block{
	overflow:hidden;
	height:1%;
	margin:0 0 4px;
}
.latest-comments .title-block .date{
	float:right;
	color:#797979;
}
.latest-comments .title-block strong{
	display:block;
	margin:0 0 -1px;
}
.latest-comments .content{
	font-size:14px;
	font-style:italic;
	margin:0 10px 0 0;
}
.latest-comments .content p{margin:0;}
/* launch-block */
.launch-block{
	font-size:14px;
	margin:0 0 23px;
}
.launch-block .title-block{
	overflow:hidden;
	height:1%;
	margin:0 0 12px;
}
.launch-block .title-block .attending{
	color:#898989;
	font-size:12px;
	width:54px;
	float:right;
}
.launch-block .attending .ico{
	width:26px;
	height:26px;
	display:block;
	margin:0 auto;
	overflow:hidden;
	text-indent:-9999em;
}
.launch-block .title-block .on .ico{background: url(../images/ico-attending-on.png) no-repeat;}
.launch-block .title-block .off .ico{background: url(../images/ico-attending-off.png) no-repeat;}
.launch-block .title-block h3{
	margin:0 0 5px;
	font-size:18px;
}
.launch-block .columns-holder{
	border:1px solid #dfdfdf;
	padding:13px 0 11px;
	overflow:hidden;
	width:788px;
}
.launch-block .columns{
	overflow:hidden;
	width:882px;
	margin:0 0 0 -75px;
}
.launch-block .icons span{
	padding:3px 0 3px 23px;
	display:block;
}
.launch-block .icons .place{background: url(../images/ico-place-launch.gif) no-repeat;}
.launch-block .icons .dollar{background: url(../images/ico-dollar-launch.gif) no-repeat;}
.launch-block .icons .hashtag{background: url(../images/ico-hashtag-launch.gif) no-repeat;}
.launch-block .columns .column{
	float:left;
	width:196px;
	margin:0 0 0 94px;
	display:inline;
}
/* speakers-block */
.speakers-block{
	border-bottom:1px solid #d1d1d1;
	padding:0 0 16px;
	margin:0 0 22px;
}
.speakers-block h3{
	margin:0 0 9px;
	font-size:14px;
	color:#797979;
}
.speakers-block .columns{
	margin:0 0 0 -42px;
	overflow:hidden;
	width:832px;
}
.speakers-block .column{
	width:230px;
	margin:0 0 0 42px;
	float:left;
	display:inline;
}
.speakers-block .photo{
	width:68px;
	float:left;
}
.speakers-block .photo img{
	display:block;
	margin:0 auto;
}
.speakers-block .info{
	float:right;
	width:152px;
	font-size:12px;
	margin:4px 0 0;
}
.speakers-block .name{
	font-size:13px;
	margin:0 0 6px;
}
.speakers-block .info .name strong{display:block;}
/* attending-block */
.attending-block{margin:0 0 19px;}
.attending-block h3{
	margin:0 0 8px;
	color:#797979;
	font-size:14px;
}
.attending-block .holder{margin:0 0 0 14px;}
.attending-block .title-block{
	font-size:14px;
	margin:0 0 20px 6px;
}
.attending-block .title-block strong{font-size:20px;}
.attending-block .gallery{
	margin:0 0 0 -17px;
	padding:0;
	list-style:none;
	overflow:hidden;
	font-size:10px;
	width:791px;
}
.attending-block .gallery li{
	float:left;
	width:80px;
	margin:0 0 0 17px;
	display:inline;
}
.attending-block .gallery .photo{
	display:block;
	margin:0 auto 3px;
}
.attending-block .gallery li a{color:#000;}
/* recent-activity */
.recent-activity{padding:0 0 35px;}
.recent-activity h3{
	margin:0 0 7px 10px;
	font-size:14px;
	color:#797979;
}
.recent-activity .item{
	overflow:hidden;
	height:1%;
	border-bottom:1px solid #d1d1d1;
	padding:8px 9px 5px 10px;
}
.recent-activity .photo{
	float:left;
	width:68px;
	margin:2px 0 0;
	text-align:center;
	font-size:12px;
}
.recent-activity .photo img{
	display:block;
	margin:0 auto;
}
.recent-activity .info{
	float:right;
	width:692px;
}
.recent-activity .title-box{
	overflow:hidden;
	height:1%;
	margin:0 0 2px;
}
.recent-activity .title-box em{
	float:right;
	color:#818080;
	font-size:12px;
}
.recent-activity .title-box strong{display:block;}
.recent-activity .holder{height:1%;}
.recent-activity .holder:after{
	content:"";
	clear:both;
	display:block;
}
.recent-activity .ico{
	float:left;
	width:33px;
}
.recent-activity .chat span{
	background: url(../images/ico-chat.gif) no-repeat;
	width:32px;
	height:31px;
}
.recent-activity .leens span{
	background: url(../images/ico-leens.gif) no-repeat;
	width:32px;
	height:31px;
}
.recent-activity .topic span{
	background: url(../images/ico-topic.gif) no-repeat;
	width:37px;
	height:34px;
}
.recent-activity .ico span{
	float:left;
	text-indent:-9999em;
	overflow:hidden;
}
.recent-activity .text-box{
	float:right;
	width:655px;
}
.photo2{
	font-size:12px;
	text-align:center;
	margin:-17px 0 0;
	width:60px;
	position:relative;
}
.inbox-panel .photo2{
	margin:0;
	font-size:10px;
	width:50px;
}
.align-right{float:right;}
.photo2 img{
	display:block;
	margin:0 auto;
}
.recent-activity .text-box .text-normal{
	font-style:normal;
	display:block;
	padding:7px 0 0;
}
.recent-activity .text-box p{margin:0;}
/* tag-section2 */
.tag-section2{
	background:#f8f8f8 url(../images/bg-gray-box.gif) repeat-x 0 100%;
	padding:0 0 23px;
	margin:0 0 5px;
}
.tag-section2 .tag-list{
	overflow:hidden;
	height:1%;
	padding:12px 0 11px;
	margin:0 0 5px;
}
.tag-section2 .tag-list .refinement{
	color:#797979;
	font-size:13px;
	width:78px;
	float:left;
	text-align:right;
}
.tag-section2 .tag-list .refinement span{display:block;}
.tag-section2 .tag-list ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.tag-section2 .tag-list li{
	display:inline;
	float:left;
	margin:0 0 0 10px;
	padding:0 0 4px;
	width:153px;
}
.tag-section2 .tag-list a{
	background:#d5d5d5;
	color:#000;
	display:block;
	height:1%;
	padding:2px 5px;
}
.tag-section2 .tag-list a.selected{
	color:#fff;
	background:#38baf0;
}
.tag-section2 .tag-list a:hover{text-decoration:none;}
.locate-block a.blue-button,
.personal-edit a.blue-button,
.setting a.blue-button,
.tag-section2 a.blue-button{
	background: url(../images/bg-blue-button.gif) no-repeat;
	height:34px;
	line-height:34px;
	width:124px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	display:block;
	margin:0 auto;
}
a.blue-button:hover{text-decoration:none;}
.personal-edit a.blue-button{margin:-10px 0 0 279px;}
.add-btn-holder {
	height:1%;
	overflow:hidden;
	padding:0 0 0 332px;
}
.info .add-btn-holder {
	padding:0 0 0 281px;
}
.add-btn-holder .btn-blue {
	float:left;
}








/* footer */
.footer-holder{
	background: url(../images/bg-footer.gif) repeat-x;
	height:225px;
	margin:-225px 0 0;
	position:relative;
}
#footer{
	margin:0 auto;
	width:790px;
	padding:31px 0 0;
}
#footer .columns{
	margin:0 0 0 -10px;
	width:800px;
	overflow:hidden;
}
#footer .column{
	float:left;
	width:190px;
	margin:0 0 0 10px;
	display:inline;
}
#footer strong.title{
	font-size:14px;
	color:#000101;
	display:block;
	margin:0 0 8px;
}
#footer strong.title span {
	color:#0e84d6;
}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
}
#footer li{
	background:#e0e0e0;
	margin:0 0 3px;
	height:1%;
}
#footer li a{
	background:#e0e0e0;
	display:block;
	padding:2px 0 2px 7px;
	color:#000;
}
#footer li a:hover{
	background:#8a8a8a;
	color:#fff;
	text-decoration:none;
}
#footer .contact span{
	display:block;
	padding:2px 0 2px 7px;
}
#footer .follow{
	overflow:hidden;
	height:1%;
}
#footer .follow span{
	float:left;
	margin:0 6px 0 0;
	padding:0;
	cursor:pointer;
}
#footer .ico-twitter{
	background: url(../images/ico-twitter.png) no-repeat;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-9999em;
}
#footer .by-holder{
	overflow:hidden;
	width:790px;
	color:#898989;
	font-size:12px;
	position:absolute;
	bottom:41px;
}
#footer .language{
	float:right;
	color:#000;
}
#footer .language a{color:#000;}
#footer .by-holder p{margin:0;}
/* public page */
.public-page{background: url(../images/bg-all-public.gif) repeat-x;}
.public-page #wrapper{padding:0 0 117px;}
.public-page #header .login-box {
	float:right;
	margin:-2px 0 0;
}
.public-page #main-nav{
	margin:0;
	font-size:14px;
	padding:11px 0 0;
}
.public-page #main-nav li{margin:0 0 0 1px;}
.public-page #main-nav li a span{height:31px;}
.public-page #main-nav a{color:#fff;}
.public-page #main-nav a:hover,
.public-page #main-nav li.active a,
.public-page #main-nav li.active a:hover{color:#007db0;}
.public-page #main-nav li.active a .arr {
	background:transparent url(../images/bg-main-nav-active-arr2.png) no-repeat 0 0;
	width:7px;
	height:5px;
	left:46%;
}
.public-page #main-nav a .text{padding:0 9px;}
.public-page #main-nav li.active a .text {
	background:transparent url(../images/bg-main-nav-active2.png) no-repeat 0 0;
	padding:0 11px 0 17px;
}
.public-page #main-nav li.active a .r {
	background:transparent url(../images/bg-main-nav-active-end2.png) no-repeat 0 0;
	width:8px;
	display:block;
	font-size:0;
}
/* login-form */
.login-form fieldset{float:left;}
.login-form .area{
	float:left;
	margin:0 11px 0 0;
}
.login-form label{
	display:block;
	color:#797979;
	font-size:10px;
	padding:0 0 0 2px;
}
.login-form .area input{
	border:1px solid #c4c4c4;
	background-color:#fff;
	font-size:12px;
	width:159px;
	padding:4px 3px 2px;
	color:#000;
}
.login-form .submit{
	background: url(../images/btn-submit-log-in.gif) no-repeat;
	width:84px;
	height:24px;
	overflow:hidden;
	text-indent:-9999em;
	line-height:0;
	float:left;
	border:0;
	margin:12px 0 0 -5px;
	display:inline;
	cursor:pointer;
}
/* intro-block */
.intro-block{
	font-size:18px;
	color:#000;
	padding:0 0 43px;
}
.intro-block .title-box{margin:0 0 30px;}
.title-box .button-box{
	float:right;
	position:relative;
}
.title-box .sign-up{
	background: url(../images/btn-sign-up.gif) no-repeat;
	width:194px;
	height:49px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
	margin:5px 57px 0 0;
}
.title-box .free{
	position:absolute;
	top:15px;
	right:3px;
	background: url(../images/ico-free.gif) no-repeat;
	width:71px;
	height:46px;
	overflow:hidden;
	text-indent:-9999em;
}
.title-box h2{
	margin:0;
	font-size:30px;
	color:#797979;
	background: url(../images/bg-header-bola.gif) no-repeat 3px 6px;
	min-height:45px;
	padding:25px 0 4px 84px;
}
* html .title-box h2{height:45px;}
.its-all-about{
	/*background: url(../images/text-its-all-about.gif) no-repeat;*/
	width:340px;
	height:30px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
}
.intro-block .text-holder{margin:0 27px;}
.intro-block p{margin:0;}
.intro-block .three-blocks{
	overflow:hidden;
	width:790px;
	padding:38px 0 0;
}
.intro-block .holder{
	margin:0 0 0 -18px;
	width:808px;
	overflow:hidden;
}
.intro-block .box{
	float:left;
	width:235px;
	display:inline;
	margin:0 0 0 18px;
}
.intro-block .agenda{width:254px;}
.intro-block h3{
	margin:0 0 5px;
	font-size:24px;
	color:#010101;
	text-align:center;
}
.intro-block .photo{
	height:225px;
}
.intro-block .agenda .photo{margin:0 -33px 0 6px;}
.intro-block .networking .photo{
	margin:0 -28px 0 -7px;
	position:relative;
	z-index:1;
}
.intro-block .mobile .photo{margin:0 -23px 0 -25px;}
.intro-block .networking .photo img{margin:13px 0 0;}
.intro-block .mobile .photo img{margin:5px 0 0;}
.intro-block .text{
	font-size:14px;
	color:#696969;
}
.intro-block .text .more{
	color:#2d9deb;
	font-size:11px;
	float:right;
	margin:-11px 0 0;
}
/* events block */
.events-block{
	overflow:hidden;
	height:1%;
	padding:0 4px 40px 5px;
}
.events-block .list-events{
	background: url(../images/bg-events-list-mid.gif) repeat-y;
	width:317px;
	float:left;
}
.events-block .list-events .t{
	background: url(../images/bg-events-list-top.gif) no-repeat;
	height:1%;
}
.events-block .list-events .b{
	background: url(../images/bg-events-list-btm.gif) no-repeat 0 100%;
	padding:24px 29px 37px 21px;
}
.events-block .list-events h3{
	margin:0 0 10px;
	font-size:24px;
}
.events-block .list-events a{color:#000;}
.events-block .list-events ul{
	margin:0;
	padding:0;
	list-style:none;
}
.events-block .list-events li{
	overflow:hidden;
	height:1%;
	padding:0 0 5px;
}
.events-block .list-events img{
	float:left;
	border:1px solid #e4e4e4;
	margin:0 7px 0 0;
}
.events-block .list-events li strong{
	display:block;
	margin:13px 0 0;
}
.events-block .list-events .more{
	float:right;
	font-weight:bold;
	font-size:12px;
	color:#2d9deb;
	margin:-13px 0 0;
}
.ad-event-form{font-size:12px;}
.ad-event-form fieldset{
	width:430px;
	float:right;
	margin:4px 0 0;
}
.second-area .ad-event-form fieldset{
	float:none;
	margin:0 auto;
	background: url(../images/bg-event-form-mid.gif) repeat-y;
	width:478px;
}
.second-area .ad-event-form .t{
	background: url(../images/bg-event-form-top.gif) no-repeat;
}
.second-area .ad-event-form .b{
	background: url(../images/bg-event-form-btm.gif) no-repeat 0 100%;
	padding:0 30px 32px;
}
.ad-event-form h3{
	font-size:24px;
	margin:0 0 23px;
}
.ad-event-form .row{
	overflow:hidden;
	height:1%;
	padding:0 0 12px;
}
.ad-event-form label{
	color:#838383;
	font-size:14px;
	display:block;
	margin:0 0 5px;
}
.ad-event-form label .error{
	color:#ec0000;
	font-size:13px;
}
.ad-event-form input{
	padding:0;
	margin:0;
	border:0;
}
.ad-event-form input.text{
	width:394px;
	font-size:14px;
	color:#000;
	border:1px solid #c4c4c4;
	display:block;
	padding:5px;
}
.ad-event-form .calendar-row{
	height:1%;
	padding:0 0 11px;
}
.ad-event-form .calendar-row:after{
	content:"";
	clear:both;
	display:block;
}
.ad-event-form .calendar-row .col{
	float:left;
	width:165px;
}
.ad-event-form .calendar-row .box{
	float:left;
	width:100%;
}
.ad-event-form .calendar-row input.text{
	width:78px;
	float:left;
	margin:0 3px 0 0;
}
.ad-event-form .calendar-row a{
	background: url(../images/btn-calendar.gif) no-repeat;
	width:27px;
	height:27px;
	float:left;
	overflow:hidden;
	text-indent:-9999em;
}
.ad-event-form .button-holder{
	text-align:right;
	padding:11px 26px 0 0;
}
.second-area .ad-event-form .button-holder{padding:11px 15px 0 0;}
.ad-event-form .create-link{
	display:block;
	clear:both;
	color:#7a7a7a;
}
.ad-event-form .submit{
	background: url(../images/btn-ad-event.gif) no-repeat;
	width:122px;
	height:38px;
	overflow:hidden;
	text-indent:-9999em;
	line-height:0;
	float:right;
	cursor:pointer;
	margin:0 0 6px;
}
.ad-event-form a{color:#2d9deb;}
/* networking-block */
.networking-block{margin:0 0 66px;}
.networking-block .title-box{margin:0 0 31px;}
.features-networking{
	background: url(../images/text-features-networking.gif) no-repeat;
	width:362px;
	height:30px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
}
.features-agenda{
	background: url(../images/text-features-agenda.gif) no-repeat;
	width:362px;
	height:30px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
}
.features-community{
	background: url(../images/text-features-community.gif) no-repeat;
	width:362px;
	height:30px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
}
.features-mobile{
	background: url(../images/text-features-mobile.gif) no-repeat;
	width:362px;
	height:30px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
}
.features-other{
	background: url(../images/text-features-other.gif) no-repeat;
	width:362px;
	height:30px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
}
.networking-block .holder{
	overflow:hidden;
	height:1%;
}
.networking-block .nav{
	float:left;
	margin:7px 0 0;
	padding:0;
	list-style:none;
	border:1px solid #d7d7d7;
	font-size:11px;
	width:298px;
}
.networking-block .nav li{
	float:left;
	width:100%;
}
.networking-block .nav li.gray{background:#f8f8f8;}
.networking-block .nav a{
	color:#838383;
	display:block;
	height:1%;
	padding:20px 12px 24px 12px;
}
.networking-block .nav a:after{
	content:"";
	clear:both;
	display:block;
}
.networking-block .nav a.active{
	border:1px solid #a8b5be;
	background:#e5f2fa;
	margin:-1px -1px 0;
	width:274px;
	padding:20px 12px 24px 12px;
	position:relative;
}
.networking-block .nav .arr{
	display:none;
	background: url(../images/arr-networking-nav.gif) no-repeat;
	width:9px;
	height:16px;
	position:absolute;
	top:41%;
	right:-9px;
	overflow:hidden;
	text-indent:-9999em;
}
.networking-block .nav a.active .arr{display:block;}
.networking-block .nav img{
	float:left;
	margin:0 7px 0 0;
}
.networking-block .nav a strong{
	font-size:13px;
	color:#010101;
	display:block;
}
.networking-block .content{
	float:right;
	width:470px;
	color:#797979;
}
.networking-block .photo{
	background: url(../images/bg-frame-photo.gif) no-repeat;
	width:432px;
	min-height:173px;
	position:relative;
	padding:20px 0 0 23px;
	margin:0 0 18px;
}
* html .networking-block .photo{height:173px;}
.networking-block .photo img{display:block;}
.networking-block .photo .lupa{
	bottom:-21px;
	position:absolute;
	right:13px;
}
.networking-block .content h3{
	color:#adadad;
	font-size:28px;
	font-weight:normal;
	margin:0 0 6px;
}
.networking-block .content .text{
	line-height:24px;
	margin:0 9px;
}
.networking-block .content p{margin:0 0 22px;}
.networking-block .note{
	display:block;
	overflow:hidden;
	height:1%;
	padding:4px 0 0;
}
.networking-block .items-block{
	color:#898989;
	margin:0 19px 0 27px;
}
.networking-block .item{
	overflow:hidden;
	height:1%;
	padding:0 0 14px;
}
.networking-block .items-block .image{
	float:left;
	border:1px solid #9c9c9c;
	margin:0 23px 0 0;
}
.networking-block .items-block .heading{
	color:#696969;
	font-size:14px;
	font-weight:bold;
	margin:0 0 11px;
}
.networking-block .items-block h3{
	font-size:16px;
	margin:0;
}
.networking-block .items-block .more{
	background: url(../images/ico-blue-arr-more.gif) no-repeat;
	width:17px;
	height:18px;
	overflow:hidden;
	text-indent:-9999em;
	float:right;
	margin:0 4px 0 0;
}
.networking-block .items-block p{margin:0;}
.networking-block .items-block p span{display:block;}
.public-page .align-left{
	float:left;
	margin:-4px 4px 0 0;
}
.public-page .align-right{
	float:right;
	margin:-4px 0 0 4px;
}
.apstore-box{margin:0 0 30px;}
.avialable-app-store{
	background: url(../images/ico-app-store.gif) no-repeat;
	width:167px;
	height:58px;
	display:block;
	margin:0 auto 30px;
	text-indent:-9999em;
	overflow:hidden;
}
.apstore-box .iphone{margin:0 -17px;}
.apstore-box .iphone img{display:block;}
/* events-info-block */
.events-info-block .title-box{margin:0 0 32px;}
.events{
	background: url(../images/text-events.gif) no-repeat;
	width:186px;
	height:25px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
}
.about-us{
	background: url(../images/text-about.gif) no-repeat;
	width:233px;
	height:25px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
}
.terms{
	background: url(../images/text-terms.gif) no-repeat;
	width:281px;
	height:25px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
}
.help{
	background: url(../images/text-help.gif) no-repeat;
	width:233px;
	height:25px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
}
.feedback{
	background: url(../images/text-feedback.gif) no-repeat;
	width:233px;
	height:25px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
}
.contact-us{
	background: url(../images/text-contact.gif) no-repeat;
	width:233px;
	height:25px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
}
.why-use{
	background: url(../images/text-why-use.gif) no-repeat;
	width:233px;
	height:25px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
}
.events-info{
	background: url(../images/text-events-info.gif) no-repeat;
	width:186px;
	height:25px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
}
.events-info-block .holder{
	overflow:hidden;
	height:1%;
	padding:0 0 52px;
}
.events-info-block .ad{
	float:left;
	margin:8px 0 0;
}
.events-info-block .ad img{display:block;}
.events-info-block .content{
	float:right;
	width:460px;
	color:#797979;
	margin:0 16px 0 0;
	display:inline;
}
.events-info-block .heading{margin:0 0 15px;}
.events-info-block h3{
	margin:0;
	font-size:33px;
	color:#010101;
}
.events-info-block .heading ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:25px;
}
.events-info-block .heading li{display:inline;}
.events-info-block .heading a{color:#adadad;}
.events-info-block .desc{
	margin:0 0 18px;
	line-height:24px;
	overflow:hidden;
	height:1%;
}
.events-info-block .desc dt{
	font-weight:bold;
	float:left;
	clear:left;
}
.events-info-block .desc dd{margin:0;}
.events-info-block .desc address{
	overflow:hidden;
	height:1%;
	font-style:normal;
}
.events-info-block .desc address span{display:block;}
.events-info-block .desc .tags{
	margin:0;
	padding:0 0 23px 26px;
	list-style:none;
	font-style:italic;
	background: url(../images/ico-tags-list.gif) no-repeat;
}
.events-info-block .desc .tags li{display:inline;}
.events-info-block .desc .tags a{color:#999;}
.map-placeholder{
	background: url(../images/bg-frame-map.gif) no-repeat;
	width:325px;
	height:326px;
	padding:17px 0 0 19px;
	margin:0 0 26px 52px;
}
.map-placeholder .map{display:block;}
.events-info-block .buttons{
	overflow:hidden;
	height:1%;
	font-weight:bold;
	font-size:14px;
	margin:0 -13px 0 0;
}
.events-info-block .buttons ul{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	line-height:28px;
}
.events-info-block .buttons li{
	float:left;
	margin:0 14px 0 0;
}
.events-info-block .buttons a{color:#959595;}
.im-going{
	background: url(../images/btn-im-going.gif) no-repeat;
	width:89px;
	height:28px;
	overflow:hidden;
	text-indent:-9999em;
	float:left;
}
.events-info-block .second-area{
	color:#adadad;
	font-size:14px;
	padding:0 0 112px;
}
.events-info-block .second-area h2{
	font-size:28px;
	color:#696969;
	margin:0 53px 43px;
	font-weight:normal;
}
.graph-block{
	overflow:hidden;
	height:1%;
	margin:0 0 36px 19px;
}
.graph-block .definition{
	float:right;
	width:426px;
	color:#898989;
	font-size:18px;
	margin:20px 0 0;
}
.graph-block .definition .large{font-size:28px;}
.graph-block .definition ul{
	margin:0 0 0 55px;
	padding:0;
	list-style:none;
}
.graph-block .graph{
	float:left;
	width:325px;
}
.graph-block .graph img{
	display:block;
	border:1px solid #b3b3b3;
	margin:0 auto 14px;
}
.graph-block .caption{
	font-size:12px;
	color:#adadad;
}
.events-info-block .two-boxs{
	overflow:hidden;
	height:1%;
	line-height:17px;
	padding:0 0 6px;
}
.events-info-block .two-boxs .column1{
	float:left;
	width:380px;
}
.events-info-block .two-boxs .column2{
	float:right;
	width:373px;
}
.events-info-block .two-boxs .large{
	color:#898989;
	font-size:28px;
	line-height:33px;
}
.events-info-block .two-boxs .extra-data{
	margin:0 0 0 10px;
	overflow:hidden;
	height:1%;
}
.events-info-block .second-area h3{
	color:#696969;
	font-size:28px;
	margin:0 0 11px;
	position:relative;	
	line-height:28px;
}
.events-info-block .column1 h3{
	width:430px;
	margin:0 -50px 11px 0;
}
.events-info-block .two-boxs .box{margin:0 0 65px;}
.events-info-block .second-area .ad-event-form h3{
	font-size:24px;
	color:#000;
	margin:0 -7px 25px -1px;
	text-align:center;
	font-weight:bold;
	width:auto;
}
.events-info-block h3.intermediate{
	width:auto;
	margin:0 0 78px 30px;
	line-height:33px;
}
.events-info-block p{margin:0;}
.events-info-block .definition p{margin:0 0 18px;}
.events-info-block .extra-data p{margin:0 0 26px;}
/* partners-block */
.soma-barselona{
	background: url(../images/logo-soma-barselona.gif) no-repeat;
	width:221px;
	height:87px;
	overflow:hidden;
	text-indent:-9999em;
	float:right;
	margin:-7px 0 0 27px;
}
.partners-block h3{
	font-size:28px;
	color:#898989;
	margin:0 0 16px;
	font-weight:normal;
}
.faq-section h3{margin:0 0 11px;}
.partners-block .info{
	color:#696969;
	font-size:17px;
	margin:0 38px 27px 0;
	padding:5px 0 0;
}
.partners-block p{margin:0;}
.partners-block .team-items{
	color:#adadad;
	margin:0 0 65px;
}
.partners-block .item{
	overflow:hidden;
	height:1%;
	padding:0 0 20px;
}
.partners-block .item img{
	float:left;
	margin:0 9px 0 0;
}
.partners-block .item .heading{
	color:#696969;
	font-size:14px;
	margin:0 0 5px;
}
.partners-block .item .heading strong{
	font-size:18px;
	display:block;
}
.partners-block .position{
	overflow:hidden;
	height:1%;
	margin:0 39px 0 0;
}
.partners-block .position .desc{
	float:left;
	width:380px;
	margin:50px 0 0;
}
.partners-block .position h4{
	font-size:33px;
	color:#010101;
	margin:0;
}
.partners-block .position .extra-data{
	font-size:25px;
	color:#adadad;
	display:block;
	margin:0 0 16px;
}
.partners-block .position address{
	color:#797979;
	font-style:normal;
	line-height:22px;
}
.partners-block .map-placeholder{
	float:right;
	margin:0;
}
.terms-list,
.terms-list ul{
	margin:0;
	padding:0;
	list-style:none;
	color:#a7a7a7;
	font-size:11px;
	line-height:13px;
}
.terms-list{margin:0 0 67px;}
.terms-list li{
	overflow:hidden;
	height:1%;
	padding:0 0 15px;
}
.terms-list ul li{padding:0;}
.terms-list .num{
	width:40px;
	float:left;
}
.faq-section {
	font-size:14px;
	color:#adadad;
	padding:0 0 26px;
}
.faq-section ul{
	margin:0;
	padding:0;
	list-style:none;	
}
.faq-section h4{
	color:#898989;
	font-size:16px;
	margin:0;
}
.answers-list h4{margin:0;}
ul.questions-list{
	margin:0 0 64px;
	line-height:24px;
}
ul.answers-list li{padding:0 0 24px;}
.feedback-form .intro{
	color:#a7a7a7;
	font-size:18px;
	margin:0 20px -7px 8px;
	background: url(../images/bg-intro-feedback.gif) no-repeat 100% 0;
	padding:14px 115px 0 0;
	min-height:98px
}
* html .feedback-form .intro{height:98px;}
.feedback-form .intro p{margin:0;}
.feedback-form .textarea{
	background: url(../images/bg-textarea-mid.gif) repeat-y;
	width:782px;
	margin:0 0 20px;
}
.feedback-form .textarea .t{
	background: url(../images/bg-textarea-top.gif) no-repeat;
}
.feedback-form .textarea .b{
	background: url(../images/bg-textarea-btm.gif) no-repeat 0 100%;
	padding:10px 9px 10px 17px;
}
.feedback-form textarea{
	width:746px;
	margin:0;
	line-height:20px;
	padding:0;
	display:block;
	border:0;
	font-size:14px;
	color:#000;
	min-height:227px;
	max-width:756px;
	overflow:auto;
}
* html .feedback-form textarea{height:227px;}
.feedback-form .row{
	overflow:hidden;
	height:1%;
	padding:0 7px 24px 0;
}
.feedback-form .row label{
	color:#898989;
	font-size:16px;
	line-height:34px;
}
.feedback-form .row label strong{color:#696969;}
.feedback-form .text{
	background: url(../images/bg-input-feedback.gif) no-repeat;
	width:427px;
	height:27px;
	float:right;
	padding:7px 15px 0;
	display:inline;
}
.feedback-form input{
	padding:0;
	margin:0;
	display:block;
	border:0;
	font-size:14px;
}
.feedback-form .text input{width:100%;}
.feedback-form .button{
	overflow:hidden;
	height:1%;
	margin:0 0 20px;
	padding:0 15px 0 0;
}
.feedback-form .button .send{
	background: url(../images/btn-send.gif) no-repeat;
	width:122px;
	height:38px;
	text-indent:-9999em;
	overflow:hidden;
	line-height:0;
	cursor:pointer;
	float:right;
}
.thank-alert{
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#000;
	margin:0 40px 73px 0;
}
.thank-alert strong{
	background: url(../images/text-thank-you.gif) no-repeat;
	width:196px;
	height:38px;
	text-indent:-9999em;
	overflow:hidden;
	margin:0 auto 5px;
	display:block;
}
.three-boxs{
	overflow:hidden;
	width:790px;
	color:#868686;
	font-size:14px;
}
.three-boxs .holder{
	overflow:hidden;
	margin:0 0 0 -110px;
	width:908px;
}
.three-boxs a{color:#868686;}
.three-boxs .box{
	float:left;
	width:155px;
	margin:0 0 0 118px;
	display:inline;
}
.three-boxs .addres{
	width:215px;
	text-align:center;
}
.three-boxs h3{
	color:#a7a7a7;
	font-size:28px;
	margin:0 0 26px;
	min-height:38px;
	padding:0 0 0 40px;
	font-weight:normal;
	text-align:left;
}
* html .three-boxs h3{height:38px;}
.three-boxs .addres h3{
	background: url(../images/bg-title-address.gif) no-repeat 12px 0;
	padding:0 0 0 57px;
}
.three-boxs .email h3{background: url(../images/bg-title-email.gif) no-repeat;}
.three-boxs .call-us h3{background: url(../images/bg-title-call-list.gif) no-repeat;}
.three-boxs .name{margin:-17px 0 9px;}
.three-boxs .name span{display:block;}
.three-boxs address{font-style:normal;}
.three-boxs dl{
	margin:0;
}
.three-boxs dt{font-weight:bold;}
.three-boxs dd{
	margin:0;
	text-align:right;
	padding:0 0 12px;
}
.three-boxs dd span{display:block;}
.public-page #footer{
	position:relative;
	padding:12px 0 0;
}
.public-page .footer-holder {
	height:68px;
	margin:-68px 0 0;
	position:relative;
}
/* direct form */
.direct-form fieldset{margin:0 0 50px 19px;}
.direct-form h3{
	color:#a7a7a7;
	font-size:28px;
	margin:0 0 13px;
	font-weight:normal;
	overflow:hidden;
	height:1%;
}
.direct-form h3 span{
	float:left;
	background: url(../images/bg-direct-form-title.gif) no-repeat 100% 0;
	padding:14px 39px 0 0;
}
.direct-form .row{
	overflow:hidden;
	height:1%;
	padding:0 0 19px;
}
.direct-form .label{
	float:left;
	width:74px;
	position:relative;
	text-align:right;
	margin:0 18px 0 0;
}
.direct-form .label .required{
	position:absolute;
	top:16px;
	right:0;
	font-size:11px;
	color:#898989;
}
.direct-form label{
	font-size:14px;
	font-weight:bold;
	color:#696868;
}
.direct-form input{
	padding:0;
	margin:0;
	display:block;
	border:0;
}
.direct-form input.text{
	width:444px;
	border:1px solid #b8b8b8;
	font-size:14px;
	padding:1px 5px 0px;
}
.direct-form .button{
	overflow:hidden;
	height:1%;
	margin:-3px 0 0;
	padding:0 34px 0 0;
}
.direct-form textarea{
	margin:0;
	display:block;
	width:630px;
	font-size:14px;
	line-height:20px;
	max-width:640px;
	overflow:auto;
	border:none;
	min-height:208px;
	padding:0;
}
* html .direct-form textarea{height:208px;}
.direct-form .textarea{
	width:630px;
	padding:6px 5px;
	height:220px;
	border:1px solid #b8b8b8;
	float:left;
}
.direct-form .send{
	background: url(../images/btn-send.gif) no-repeat;
	width:122px;
	height:38px;
	overflow:hidden;
	text-indent:-9999em;
	float:right;
	line-height:0;
	cursor:pointer;
}
/* social networks */
.social-networks{
	overflow:hidden;
	height:1%;
	margin:0 19px;
}
.social-networks *{float:left;}
.social-networks h4{
	font-size:28px;
	color:#a7a7a7;
	margin:0 18px 0 0;
	font-weight:normal;
}
.social-networks ul{
	margin:0;
	padding:0;
	list-style:none;
}
.social-networks li{margin:0 11px 0 0;}
#footer ul.nav{
	margin:0;
	padding:0 0 14px;
	list-style:none;
	font-size:13px;
	text-align:center;
}
#footer ul.nav li{
	display:inline;
	background: url(../images/divider-footer-list.gif) no-repeat 0 4px;
	margin:0;
	padding:0 4px 0 9px;
}
#footer ul.nav li:first-child{background-image:none;}
#footer ul.nav a{
	color:#adadad;
	padding:0;
	display:inline;
	background:none;
}
#footer ul.nav a:hover{
	text-decoration:none;
	color:#adadad;
	background:none;
}

/* copyright text */
.copyright-holder-w1{
	width:100%;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.copyright-holder-w2{
	left:50%;
	position:relative;
	float:left;
}
.copyright-holder-w3{
	left:-50%;
	position:relative;
	float:left;
	background: url(../images/bg-copyright.gif) no-repeat;
}
#footer .copyright{
	background: url(../images/bg-copyright-end.gif) no-repeat 100% 0;
	height:19px;
	float:left;
	padding:3px 8px 0;
}
#footer .copyright span{
	float:left;
	height:16px;
	overflow:hidden;
	text-indent:-9999em;
}
.text-copiright{
	background: url(../images/text-copiright.gif) no-repeat;
	width:51px;
}
.text-soma-barselona{
	background: url(../images/text-soma-barselona.gif) no-repeat;
	width:126px;
}
.text-allright-reserved{
	background: url(../images/text-allright-reserved.gif) no-repeat;
	width:106px;
}
/* lang-option */
#footer ul.lang{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	bottom:6px;
	right:5px;
	font-size:12px;
	color:#adadad;
}
#footer ul.lang li{
	display:inline;
	margin:0;
	background: url(../images/divider-lang-links.gif) no-repeat 0 7px;
	padding:0 3px 0 9px;
}
#footer ul.lang li:first-child{background-image:none;}

#footer ul.lang a{
	padding:0;
	display:inline;
	background:none;
	color:#2d9deb;
}
#footer ul.lang  a:hover{
	background:none;
	color:#2d9deb;
}
#footer ul.lang .no-link{
	color:#adadad;
}
#footer ul.lang .no-link:hover{
	color:#adadad;
}/*
#footer ul.lang .link a{
	padding:0;
	display:inline;
	background:none;
	color:#2d9deb;
}
#footer ul.lang .link a:hover{
	background:none;
	color:#2d9deb;
}
#footer ul.lang .no-link a{
	padding:0;
	display:inline;
	background:none;
	color:#2d9deb;
}
#footer ul.lang .no-link a:hover{
	background:none;
	color:#2d9deb;
}
*/
.direct-form-error
{
    color:#ec0000;
	font-size:12px;
	padding-left:90px
}

/*English Terms and Conditions*/
p.MsoNormal
	{margin-top:0cm;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:0cm;
	line-height:115%;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	}
p.MsoListParagraphCxSpFirst
	{margin-top:0cm;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:36.0pt;
	margin-bottom:.0001pt;
	line-height:115%;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	}
p.MsoListParagraphCxSpMiddle
	{margin-top:0cm;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:36.0pt;
	margin-bottom:.0001pt;
	line-height:115%;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	}
p.MsoListParagraphCxSpLast
	{margin-top:0cm;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:36.0pt;
	line-height:115%;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	}