/* +++ form +++ */
.SayEditorW {
	position: relative;
}

.SayEditorW textarea {
	border: none;
	width: 100%;
	resize: none;
	height: 50px;
}

.SayEditor {
	margin: 5px;
	min-height: 40px;
	overflow: hidden;
	font-size: 13px;
}

.SayEditor * {
	margin: 0;
	padding: 0;
}

.SayEditorAC {
	position: absolute;
}

.SayEditor .user {
	font-weight: bold;
}

.SayEditor a {
	color: #445F96;
}

.SayEditorDefaulText {
	position: absolute;
	top: 0px;
	left: 5px;
}

.SayForm {
	position: relative;
}

.SayForm .profileSmallIcon {
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	float:left;
}

.SayForm .SayFormEditor {
	margin-left: 60px;
}

.sayList .SayFormEditor {
	margin-bottom: 10px;
}

.sayList .heading {
	margin-bottom: 3px;
}

.sayList .heading a{
	font-weight:bold;
}

.sayList .comCount{
	font-weight:normal;
	margin-left:5px !important;
}

.SayFormEditor {
	position: relative;
}

.SayFormBottom {
	height: 35px;
	background-color: #F8F8F8;
	background-image: url('../../../say/img/form/bg.png');
	padding-left: 10px;
	padding-right: 7px;
	border-top: none;
}

.SayFormBottom table {
	position: relative;
	width: 100%;
	height: 100%;
}

.SayFormBottomIcon {
	white-space: nowrap;
	width: 16px;
}

.IE7 .SayFormBottomIcon {
	width: 60px !important;
}

.SayFormBottomIcon a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 19px;
	height: 19px;
	background-position: center top;
	overflow: hidden;
}

.SayFormBottomIcon a:hover {
	background-position: center -19px;
}

.addImageSayIcon {
	background-image: url('../../../say/img/form/camera.png');
}

.addVideoSayIcon {
	background-image: url('../../../say/img/form/add_video.png');
}

.addSmileySayIcon {
	background-image: url('../../../say/img/form/add_smiley.png');
}

.audienceSayIcon {
	background-image: url('../../../say/img/form/audience.png');
}

.audienceSayIcon.selected {
	background-position: center -38px;
}

.audienceSayIcon.selected:hover {
	background-position: center -57px;
}

.SayFormImage {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 40px;
	height: 40px;
	background-image: url('../../../gallery/img/upload.gif');
	background-position: center center;
}

.SayFormImageProgress {
	position: absolute;
	left: 3px;
	bottom: 3px;
	right: 3px;
	height: 3px;
	overflow: hidden;
}

.SayFormImageProgress div {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	background-color: #f60;
}

.SayFormImage .deleteIcon {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 16px;
	height: 16px;
}

.userComments .SayForm {
	margin-bottom: 10px;
}

.SayEditorLinkInfo {
	padding: 5px;
	background-color: #F8F8F8;
	overflow: hidden;
}

.SayEditorLinkInfo .closeIcon {
	float: right;
}

.sayList li .SayEditorLinkInfo .closeIcon {
	visibility: visible;
}

.SayFormWithPic .SayEditorLinkInfo {
	margin-left: 50px;
}

.sayList .body {
	font-size: 13px;
	overflow: hidden;
}

.sayText{
}

.SayEditorLinkInfo img {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.SayFormWithPic .SayEditorW {
	margin-left: 50px;
}

.SayFormComment {
	margin-top: 10px;
	margin-bottom: 10px;
}

.SayFormComment textarea {
	height: 20px;
}

.SayFormComment .SayEditor {
	min-height: 16px;
	margin: 4px;
}

.SayFormComment .button {
	width: 24px;
}

.SayFormComment .button .icon {
	padding-left: 16px;
}

.SayFormComment .buttonC {
	padding-left: 0;
	padding-right: 0;
}

.SayFormCommentBottom {
	text-align: right;
	padding-right: 30px;
}

.SayFormComment .SayEditor {
	font-size: 12px;
}

/* --- form --- */

li.SayInfoBx {
	padding: 10px;
	margin-top: 0;
	background-color: #f9f9f9;
	text-align: center;
}

li.SayNewMsgs {
	padding-left: 0;
	text-align: center;
}

.SayNewMsgs a {
	display: block;
	background-color: #f4f6f9;
	border: 1px solid #c9d0e0;
	padding: 5px;
	margin-bottom: 10px;
}

#sayAddForm {
	padding-left: 0;
}

#sayAddForm.answer {
	padding-left: 65px;
}

.IE7 #sayAddForm {
	overflow: hidden;
}

/*
#sayAddForm textarea{
	height:42px;
}*/

.sayRecs{
	padding-top: 5px;
	font-size:12px;
}

#sayMore {
	border-bottom: none;
}

#sayMore .rqOverlay {
	background-image: url('../../../i/loading/loading_16.gif')
}

.sayHiddenAddForm:first-child {
	display: none;
}

.userComments #sayMore {
	border-bottom: 0;
	padding-left: 0;
}

.sayGalleryPic {
	position: relative;
	display: inline-block;
}

.sayGalleryVideo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 39px;
	height: 38px;
	margin-left: -20px;
	margin-top: -20px;
	background-image: url('../../../say/img/play_video_small.png');
	opacity: 0.7;
	background-repeat: no-repeat;
	background-position: center center;
}

.sayGalleryVideo.EndoMondo {
	background-image: url('../../../say/img/endomondo.png');
}

.sayGalleryPic:hover .sayGalleryVideo {
	opacity: 1;
}

.sayBlog p {
	margin: 5px 0;
}

.sayBlog .blogImg {
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
}

.sayBlog a.blogImg,
.sayBlog a.blogImg img {
	display: inline-block;
}

.sayBlog a.blogImg:hover .sayGalleryVideo {
	opacity: 1;
}

.sayBlog .readMore{
	white-space:nowrap;
}

.sayBlog .sayTitle{
	font-weight:bold;
}

.SayEventBizMarket .price {
	background-color: #F05018;
	bottom: 5px;
	color: white;
	left: 5px;
	padding: 2px 5px;
	position: absolute;
	font-size: 11px;
	font-weight: bold;
}

.SayEventBizMarket .price_euro {
	color:#FAC9B8;
}

.sayGal18 {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 29px;
	height: 29px;
	background-image: url('../../../gallery/img/album_icons/18.png');
}

.sayEventForum .author{
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 3px 3px 3px 3px;
	height: 50px;
	width: 50px;
	float: left;
	font-weight:bold;
}

.sayEventForum .author a{
	display: block;
	height: 50px;
	width: 50px;
}

.sayEventForum .text{
	margin-left:55px;
}

.sayEventForum p{
	margin-top:10px;
}

#ct .is18plus {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 2px;
	width: 29px;
	height: 29px;
	background-image: url('../../../i/misc/18plus.png');
}

#ct .is18plus.image {
	left: auto;
	right: 2px;
	top: 2px;
	z-index: 2;
}

#ct .is18plus.default {
	float: left;
	margin-right: 5px;
	position: relative;
	top: 0px;
}

.sayBlog._18plus .icon {
	margin-left: 35px;
}

.bizpoll._18plus h3 {
	margin-left: 35px;
}

.sayLidoSpecial {
	margin-right: 10px;
	padding-left: 110px;
	background: url('../../../business/img/special/lido/8marts/flowers_100.jpg') no-repeat;
	min-height: 100px;
	height: auto;
	position: relative;
	width: 325px;
}

.sayLidoSpecial p {
	margin: 5px 0;
}

.sayLidoSpecial .send {
	text-align: center;
	position: absolute;
	bottom: 0;
	height: 20px;
	width: inherit;
}

.sayLidoSpecial .flowers {
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	left: 0;
}

a.sayRecCount {
	margin-left: 5px !important;
}

/* +++ say recommend button +++ */
.langlv .recommend-default {
	width: 94px;
}
.langru .recommend-default {
	width: 118px;
}

.recommend-default {
	text-decoration: none;
	display: inline-block;
}

.recommend-default table {
	width: 100%;
}

.recommend-default td {
	text-align: center;
	background-position: 0px 0px;
	padding: 0 !important;
}

.recommend-default .count {
	padding-left: 0px;
}

.recommend-default .saybutton {
	color: #fff;
	text-decoration: none !important;
	font-size: 11px;
	overflow: hidden;
	text-shadow: 0px 1px 0px #994A1B;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	cursor: pointer;
	background-image: url('../../../say/img/buttons.png');
	background-position: 0px 0px;
	border-radius: 3px;
	border: 1px solid #c9560a;
	position: relative;
	padding-left: 10px;
	margin-right: 2px;
}

.recommend-default:hover .saybutton {
	background-position: 0px 36px;
}

.recommend-default.active .saybutton {
	background-position: 0px 18px;
}

.recommend-default:hover {
	text-decoration: none !important;
}

.recommend-default .saybutton div.logo {
	position: absolute;
	left: 6px;
	top: 2px;
	width: 9px;
	height: 15px;
	background: url('../../../say/img/logo.png') repeat-x;
}

.recommend-default table.count {
	height: 20px;
	color: #ff842a;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	width: auto;
}

.recommend-default .count div.left {
	background: url('../../../say/img/bubble.png') 0px 0px no-repeat;
	display: block;
	height: 20px;
	width: 7px;
}

.recommend-default .count div.bg {
	display: block;
	height: 20px;
	padding: 0px 2px 0px 2px;
	background: url('../../../say/img/bubble_inner.png') repeat-x;
}

.recommend-default .count div.right {
	background: url('../../../say/img/bubble.png') 0px -20px no-repeat;
	height: 20px;
	width: 3px;
	display: block;

}

.recommend {
	display: inline-block;
	color: #fff;
	text-decoration: none !important;
	font-size: 11px;
	overflow: hidden;
	text-shadow: 0px 1px 0px #994A1B;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	cursor: hand;
}

.langlv .recommend {
	width: 84px;
}

.recommend table {
	width: 100%;
	height: 20px;
}

.recommend td {
	text-align: center;
	background-position: 0px 0px;
	padding: 0 !important;
}

.recommend tr:hover td {
	background-position: 0px -20px;
}

.recommend td:first-child {
	width: 18px;
	background-image: url('../../../say/img/recommend/logo.png');
}

.recMid {
	padding-right: 2px;
	background-image: url('../../../say/img/recommend/mid.png');
	background-color: #FF8800;
}

.recCMid {
	padding-left: 2px;
	background-image: url('../../../say/img/recommend/cmid.png');
	border-left: 1px solid #C96E0A;
}

.recCEnd {
	width: 4px;
	background-image: url('../../../say/img/recommend/cend.png');
}

.recEnd {
	width: 4px;
	background-image: url('../../../say/img/recommend/end.png');
}

.sayRecommendProfiles {
	max-height: 400px;
	overflow-y: auto;
}

.sayRecommendProfiles .formItem {
	margin-bottom: 3px;
}

div.likeBubble {
	width: 55px;
	height: 39px;
	background-image: url('../../../say/ext/like_bubble_orange.png');
	margin-bottom: 1px;
}

.recommend.likeBubble {
	width: 55px;
}

.likeBubble div {
	color: #ff6600;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding-top: 8px;
}

.likeIconButton {
	width: 20px;
	height: 20px;
	background-image: url('../../../say/ext/like_icon.png');
}

.likeIconButton:hover {
	background-position: 0px -20px;
}

/* --- say recommend button --- */

.swedbankIcon {
	background-image: url(../../../business/img/special/swedbank/invite/2nd/verdins.png);
}

.swedbankText {
	float: left;
	margin-left: 10px;
}

/* top */
.sayRate {
	position: relative;
}

.rateText {
	float: left;
	margin-left: 10px;
}

.rateText p {
	margin-bottom: 5px;
}

p.voteTopPic {
	margin-left: 16px;
}

a.voteTopPic {
	padding-left: 16px;
	background: url("../../../rate/img/star.png") no-repeat scroll 0 0 transparent
}

.voteTopPic, .voteTopPic a {
	color: #6F6F6F;
	font-size: 10px;
	font-weight: bold;
}

.sayList .SayFormComment .ddMenu {
	padding-right: 13px;
}

.sayList .cbxCaption {
	font-size: 11px;
}

.sayList li > div > .cbx {
	border-bottom: 1px solid #F5F5F5;
	padding: 5px;
}

.sayList li > div > .cbx:last-child {
	border: none;
}

.sayList .options {
	border-bottom: 1px solid #F5F5F5;
}

.sayList .options:last-child {
	border-bottom: none;
}

.sayMoreUser .cbxCaption {
	font-size: 12px;
	font-weight: bold;
}

li.sayMoreComments {
	padding-left: 0px;
}

li.sayMoreComments:hover {
	background: #fff;
}

.sayMoreComments .cbxContent {
	margin-left: 0px;
}

div.say-text-thumb {
	overflow: hidden;
	padding: 5px 0;
}

div.say-text-thumb div.say-thumb {
	float: left;
	width: 115px;
}

div.say-text-thumb div.say-text {
	margin-left: 115px;
}

div.say-text-thumb div.say-text .heading a {
	float: none;
	font-weight: normal;
}

div.say-text-thumb div.say-text .description {
	color: #7a7a7a;
}

.sayEmoText {
	margin-left: 52px;

}

.sayEmo span {
	float: left;
}

.sayList .Mosaic {
	position: relative;
	margin-bottom: 5px;
}

.sayList .Mosaic .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	padding-top: 30px;
	background-image: url('../../../say/img/pic_overlay.png');
	background-repeat: repeat-x;
	background-size: 100% 100%;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sayList .Mosaic .title a {
	color: #FFF;
}

.SayEventCount {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	width: 22px;
}

.SayEventCount div:first-child {
	background-color: #000000;
	opacity: 0.75;
}

.SayEventCount div {
	border-radius: 11px 11px 11px 11px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.SayEventRate .button {
	float: right;
}

.SayEventRatePic {
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
}

.SayEventRatePic img {
	display: block;
}

.SayEventPicLeft {
	float: left;
	margin-right: 5px;
}

.SayEventEvent ul.infoList {
	margin-left: 108px;
}

.SayEventEvent ul.infoList li {
	margin-top: 4px;
}

.sayEventEvent .timeGrayIcon {
	font-weight: bold;
}

.sayList p.icon,
.sayList div.icon {
	padding-top: 3px;
	padding-bottom: 3px;
	height: auto;
	background-position:left 4px;
}

.SayEventEvent .map {
	margin-left: 2px;
}

.SayEventEvent .map .friends{
	margin-top:8px;
}

.SayEventEvent .map .friends img {
	width:30px;
	height:30px;
	margin-right:2px;
	float:left;
}

.SayEventEvent .map .friends .more{
	width:30px;
	height:30px;
	display:block;
	float:left;
	background-color: #e7e7e7;
	color:#6f6f6f;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
}

.SayEventEvent .map .friends .more:hover{
	text-decoration: none;
}

.SayEventEvent img {
	cursor: pointer;
}

.SayEventPosts .title,
.SayEventGallery .title {
	font-weight: bold;
}

.SayEventRelship {
	position: relative;
	padding-top: 217px;
	width: 436px;
}

.SayEventRelshipLeft,
.SayEventRelshipRight {
	display: block;
	height: 217px;
	overflow: hidden;
	cursor: pointer;
}

.SayEventRelshipLeft {
	position: absolute;
	left: 0;
	right: 50%;
	top: 0;
	margin-right: 1px;
}

.SayEventRelshipRight {
	position: absolute;
	left: 50%;
	right: 0;
	top: 0;
	margin-left: 1px;
}

.SayEventRelship span {
	position: absolute;
	left: 50%;
	margin-left: -36px;
	width: 72px;
	height: 72px;
	top: 73px;
}

.SayEventRelshipStatus1 {
	background-image: url('../../../say/img/relship_1.png');
}

.SayEventRelshipStatus2 {
	background-image: url('../../../say/img/relship_2.png');
}

.SayEventRelshipStatus5 {
	background-image: url('../../../say/img/relship_5.png');
}

.SayEventRelship p{
	padding-top:5px;
}

.SayEventBizPoll .is18plus + .SayEventBizPollQ{
	margin-left:35px;
}

.SayEventBizPollQ {
	font-weight: bold;
}

.SayEventBizPollAnswer {
	background-color: #f8f8f8;
	padding: 5px;
	margin-bottom: 3px;
}

.SayEventBizPollAnswer span {
	float: right;
}

.SayEventBizPollA {
	display: inline-block;
	padding-top: 5px;
}

.SayEventBizPollTotal {
	float: right;
	padding: 5px;
}

.SayEventBizPollSel {
	font-weight: bold;
}

.SayEventBizPollChart {
	margin-top: -3px;
	overflow: hidden;
	height: 3px;
	background-color: #FFF;
}

.SayEventBizPollChart div {
	overflow: hidden;
	height: 3px;
}

.SayEventBizPoll .button {
	margin-top: 10px;
}

.SayEventFriend .profileSmallIcon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.recommendLink {
	position: relative;
	padding-right: 20px;
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #fff;
}

.recommendLink font {
	display: inline-block;
	vertical-align: bottom;
	overflow: hidden;
}

.recommendLink span {
	position: relative;
	visibility: hidden;
	left: 100px;
	display: inline-block;
	vertical-align: bottom;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.recommendLink:hover span {
	text-decoration: underline;
}
.mobile .sayList li .recommendLink span,
.sayList li:hover .recommendLink span {
	visibility: visible;
	left: 0;
}

.sayRecCount {
	position: relative;
	background-color: #fff;
}

.sayList li:hover .sayRecCount {
	color: #F60;
}

.sayMagazine a.titleImg {
	display: block;
}

.sayMagazine a.titleImg img {
	width: 100%;
	height: auto;
}

.sayMagazine .title strong {
	color: rgb(255, 102, 0);
}

.sayMagazine .title {
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}

.sayMagazine .more {
	white-space: nowrap;
}

.sayOtherUser{
	display:block;
	padding:5px;
	padding-left:30px;
	background-position:2px center;
	background-repeat:no-repeat;
	background-size:auto 20px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.badge.sayDayPhoto{
	background-color:#74c008;
	cursor:pointer;
}

.SayEventSkinChanged .author {
	color: #6f6f6f;
}
.SayEventSkinChanged img {
	display: block;
	width: 418px;
	margin-bottom: 2px;
}
.SayEventSkinChanged .solidSkin {
	width: 418px;
	height: 65px;
	margin-bottom: 2px;
}

.SayEventKinoCheckin .collage {
	margin-bottom: 5px;
}

.SayEventKinoCheckin .collage.notLoaded {
	display: none;
}

.SayEventKinoCheckin .collage {
	position: relative;
}

.SayEventKinoCheckin .collage a,
.SayEventKinoCheckin .collage img {
	width: 100%;
	display: block;
}

.SayEventKinoCheckin .collage div.i1 {
	position: relative;
	width: 27%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-right: 2px;
	float: left;
}

.SayEventKinoCheckin .collage div.i2 {
	position: absolute;
	left: 27%;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.SayEventKinoCheckin .collage div.i2 img {
	position: absolute;
}

.SayEventKinoCheckin.noUserPic .collage {
	float: left;
	display: inline-block;
	width: 170px;
}

.SayEventKinoCheckin.noUserPic .collage div.i1 {
	width: 100%;
	float: none;
}

.SayEventKinoCheckin.noUserPic .collage div.i2 {
	display: none;
}

.SayEventKinoCheckin.noUserPic p {
	margin-left: 180px;
}

.SayEventKinoCheckin.noUserPic .details {
	display: block;
	margin: 10px 0 20px 180px;
}

.SayEventKinoCheckin.noUserPic .details .title {
	display: block;
}

.SayEventKinoCheckin.noUserPic .details .title a {
	font-weight: bold;
}

.SayEventKinoCheckin.noUserPic .details .genres {
	margin-top: 6px;
}

.SayEventKinoCheckin.noUserPic .details .imdb {
	display: block;
	margin: 15px 0 15px;
}

.sayRadioSwitch {
	font-size: 12px;
	float: right;
}
.sayRadioSwitch .formItem {
	display: inline-block;
	margin-left: 15px;
}
.sayRadioSwitch .formItem input {
	width: 13px;
	height: 13px;
	top: 1px;
	margin-right: 2px;
}

.sayExtImg{
	display:block;
	float:left;
	max-height:260px;
	overflow:hidden;
	margin-right:7px;
	margin-bottom:5px;
	background-size:100% auto;
	background-position:center center;
}

.sayExtImg img{
	display:block;
	max-width:220px;
}

.sayLink{
}

.sayTitlePrefix{
}

.sayTitlePrefix img{
	max-width:16px;
	max-height:16px;
	margin-right:5px;
	vertical-align:top;
}

.sayHasImage .sayTitlePrefix{
	display:block;
	margin-bottom:3px;
}

.sayHasImage .sayLink{
	display:block;
	margin-bottom:10px;
}

.movieSay {
	width:100%;
}

.movieSay .poster {
	float:left;
	display:inline-block;
	width:170px;
	height:250px;
	overflow:hidden;
	margin-right:10px;
}

.movieSay .gallery {
	text-align: left;
	display:inline-block;
	height:250px;
	width:50%;
}

.movieSay .gallery .top {
	margin-top: -6px;
	margin-bottom: 5px;
}

.movieSay .gallery h3 {
	margin-bottom:4px;
}

.movieSay .gallery .genre {
	margin-bottom: 17px;
}

.movieSay .gallery .imdb {

}

.movieSay .gallery .comment {
	margin-top:16px;
}

.movieSay .likes {
	margin-top:10px;
	color:#6F6F6F;
}

.SayEventKinoCheckin .rateStars,
.movieSay .gallery .rateStars {
	background-image: url("../../../lapas/img/misc/starGray.png");
	height: 15px;
	margin-top: 6px;
}

.SayEventKinoCheckin .rateStars div,
.movieSay .gallery .rateStars div {
	background-image: url("../../../lapas/img/misc/star.png");
}

.movieSay .gallery .item {
	width:107px;
	height:106px;
	overflow:hidden;
	margin:0 2px 2px 0;
	float:left;
}

.movieSay .gallery .item img {
	margin-left:-50px;
}

.movieSay .gallery .trailer {
	background:#000;
	padding-top: 5px;
	height:101px;
	position:relative;
}

.movieSay .gallery .trailer .galAlbPlay {
	position: absolute;
	background-image: url("../../../say/img/play_video_small.png");
	width: 39px;
	height: 38px;
	margin-left: -20px;
	left: 50%;
	top: 30px;
	opacity: 0.7;
	cursor:pointer;
}

.movieSay .gallery .trailer .galAlbPlay:hover {
	opacity:1;
}

.movieSay .gallery .trailer img {
	margin:0;
}

.movieSay .footer {
	clear:both;
}

.movieRate {
	width:438px;
}

.movieRate .movie-say {
	display: inline-block;
	margin:0 2px 2px 0;
}

.movieRate .poster {
	overflow:hidden;
	margin-bottom:5px;
}

.kinoStars {
	background-image:url("../../../lapas/img/misc/starGraySmall.png");
	height:11px;
}

.kinoStars div {
	background-image:url("../../../lapas/img/misc/starSmall.png");
}

.movieRate .footer {
	clear:both;
	margin: 10px 0 0 0;
}

.movieRate .footer .icon {
	padding-bottom:0;
}

.adsBrandSay {
	position: relative;
	height: 175px;
}
.adsBrandSay .sayExtImg {
	margin-bottom: 0;
}
.adsBrandSay .sayTitlePrefix {
	display: block;
	margin-bottom: 3px;
}
.adsBrandSay .sayLink {
	display: block;
	margin-bottom: 10px;
}
.adsBrandSay .doActionBtn {
	position: absolute;
	bottom: 0;
	left: 180px;
	width: 254px;
	height: 35px;
}

.sayMainTopItem{
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:20px;
}

.sayMainTopItem + .sayMainTopItem{
	margin-top:10px;
}

.sayPostComments .comments{
	margin-left:60px;
}
/* +++ sayTop +++ */
.sayTopBlock{
	position:relative;
	margin-bottom:10px;
	border:1px solid #e7e7e7;
	max-width:320px;
}

.sayTopBlock:hover{
	background-color:#f6f6f6;
}

.sayTopBlockImg{
	max-height:300px;
	overflow:hidden;
	text-align:center;
	line-height:0;
}

.sayTopBlockImg img{
	max-width:320px;
}

.sayTopBlockSite{
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}

.sayTopContent{
	padding:10px;
}

.sayTopBlockTitle{
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	line-height:1.3em;
}

.sayTopCol{
	float:left;
	width:320px;
}

.sayTopCol + .sayTopCol{
	margin-left:10px;
}

.sayTopBlockViews{
	font-size:14px;
}

.sayTopContent > table{
	width:100%;
	margin-top:20px;
}

.sayTopContent p{
	font-size:13px;
}

.sayTopBlock .deleteIcon{
	position:absolute;
	top:5px;
	right:5px;
}

.sayCats .simpleTable td .formItemCheckbo{
	display:inline-block;
}

.sayTopCat{
	float:right;
}

.sayTopCat span{
	text-transform: capitalize;
}

#sayTopHeader p{
	float:right;
	padding:5px;
}

/* --- sayTop --- */