
/* +++ css/common.css +++ */
/* GLOBAL */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, img, pre, form, p, blockquote, fieldset, select, input, textarea, abbr, article, aside, command, details, figcaption, figure, footer, header, hgroup, mark, meter, nav, output, progress, section, summary, time, table, tr, td, th {
margin:0;
padding:0;
}
:focus{
outline:0;
outline:none;
}
html {
height: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
html, body {
width: 100%;
line-height: 16px;
}
body {
direction: ltr;
unicode-bidi: embed;
}
html {
height: 100%;
}
body{
font-family: Arial, sans-serif;
font-size:12px;
}
body.mac{
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
button, input, optgroup, select, textarea {
font: inherit;
}
textarea { /* FF fix */
font-size: 12px;
line-height: 16px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
display: block;
}
img {
border:0;
}
pre {
font-family:"Courier New", Courier, monospace;
tab-size:2;
-moz-tab-size:2;
-webkit-tab-size:2;
}
p{
margin-bottom:10px;
}
p:last-child{
margin-bottom:0;
}
input, input:focus{
outline:none;
}
h1 {
font-size:14px;
font-weight:bold;
border-bottom:1px #e7e7e7 solid;
padding-bottom:5px;
margin-bottom:10px;
}
h1 p a.closeIcon, h2 p a.closeIcon {
top: 3px;
}
h2:first-child {
margin-top: 0;
}
h3{
color:#6F6F6F;
}
h2, h4{
font-size:14px;
font-weight:bold;
}
h3{
font-size:13px;
}
h2, h3, h4{
margin-bottom:5px;
}
h1 p, h2 p, h3 p {
float: right;
}
h1 p, h2 p, h3 p{
text-decoration: none;
font-weight: normal;
font-size: 12px;
}
h1, h2, h3, h4, h5, h6{
-webkit-font-smoothing: antialiased;
position: relative;
}
hr{
background-color:#e7e7e7;
height:0;
margin-top:10px;
margin-bottom:10px;
border:none;
border-bottom:1px #e7e7e7 solid;
}
.marginTop{
margin-top:10px;
}
.marginBottom{
margin-bottom:10px;
}
.sep{
height:40px;
}
.sep:first-child{
height: 32px;
}
.sep:last-child h1{
/*border: none;*/
}
.radius3{
border-radius:3px;
-o-border-radius:3px;
-khtml-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
.radius3top{
border-top-left-radius:3px;
border-top-right-radius:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
-khtml-border-top-left-radius:3px;
-khtml-border-top-right-radius:3px;
-webkit-border-top-left-radius:3px;
-webkit-border-top-right-radius:3px;
}
.radius3bottom{
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-khtml-border-bottom-left-radius:3px;
-khtml-border-bottom-right-radius:3px;
-webkit-border-bottom-left-radius:3px;
-webkit-border-bottom-right-radius:3px;
}
.radius5{
border-radius:5px;
-o-border-radius:5px;
-khtml-border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.radius10{
border-radius:10px;
-o-border-radius:10px;
-khtml-border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
.radius10bottom{
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-khtml-border-bottom-left-radius:10px;
-khtml-border-bottom-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:5px;
}
.radius5top{
border-top-left-radius:5px;
border-top-right-radius:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-khtml-border-top-left-radius:5px;
-khtml-border-top-right-radius:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
}
.radius5bottom{
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-khtml-border-bottom-left-radius:5px;
-khtml-border-bottom-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
}
/*.clear {
line-height: 0;
font-size:0;
height:1px;
margin-top:-1px;
overflow:hidden;
visibility:hidden;
clear: both;
width:auto;
}*/
.clear {
clear: both;
display: block;
margin: 0;
padding: 0;
height: 0;
line-height: 1px;
font-size: 1px;
}
.wrap{
overflow:hidden;
clear:both;
}
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* drag order */
.dragable{
cursor:move;
}
.dragReplace{
background:none !important;
background-color:#FFFFFF !important;
outline:1px dashed #bebebe !important;
}
/* drag & drop */
.dragActive{
z-index:1;
}
table{
border-collapse:collapse;
}
/* ++LAYOUT */
body {
background-color:#FFFFFF;
background-repeat: repeat-x;
background-position: top;
color:#393939;
font-size:12px;
outline:none;
}
#container, #footer, #header {
position:relative;
/*
width:980px;
margin:0 auto;
*/
}
#content-wrap {
background-position:50% 50%;
background-repeat:repeat-y;
}
#content{
background:#FFF;
width:980px;
margin:auto;
padding:10px;
position:relative;
z-index:3;
}
#header{
z-index:100;
zoom: 1.0; /* IE fix */
}
#container {
background: #FFFFFF;
margin-bottom:10px;
}
#skinTop{
position:relative;
z-index:2;
background-position:center top;
background-repeat: no-repeat;
min-width:1000px;
}
#skinFoot{
position:relative;
background-position:center bottom;
background-repeat:no-repeat;
overflow:hidden;
margin-top:-100px;
clear:both;
z-index:1;
}
#skinBg {
background-repeat:repeat-x;
background-position:top center;
}
#outermost{
background-position:center top;
background-repeat:repeat-y;
position: relative;
z-index: 0;
}
#drIframeHTML .FF #outermost{
overflow-y:visible;
}
#ct, #lt, #rt {
float:left;
padding-top:20px;
overflow:hidden;
position: relative;
}
#lt {
margin-right: 10px;
}
#rt {
margin-left:10px;
}
#crtt {
float: right;
padding-top: 20px;
}
#bottom {
padding-top:10px;
clear:both;
}
#footer {
clear:both;
margin-top:20px;
border-top:1px solid #E7E7E7;
color: #6F6F6F;
text-align:center;
}
#footerLinks a {
color: #6F6F6F;
margin: 8px;
display: inline-block;
}
#footerLinks a.badge {
margin-right: 4px;
}
#footerLinks span.badge {
border-radius: 3px 3px 3px 3px;
color: rgb(255, 255, 255) !important;
display: inline-block;
font-size: 10px;
line-height: 13px;
padding: 1px 6px;
text-align: center;
text-shadow: none;
background-color: rgb(167, 167, 167);
color: rgb(255, 255, 255) !important;
margin-right: 8px;
}
#footerLinks span.badge.on {
background-color: rgb(255, 102, 0);
color: rgb(255, 255, 255) !important;
}
/* --LAYOUT */
span.error, span.help, span.tip {
display: inline-block;
color:#FF6600;
margin:2px 0 0 0;
font-size:11px;
font-weight: normal
}
span.help {
color:#8d8d8d;
}
/* Loading gifs */
.rqLoading, .rqOverlay{
background:url('//ifrype.com/i/loading/loading.gif') no-repeat center center;
width:32px;
height: 32px;
margin: auto;
}
.rqOverlay, .rqsOverlay{
position:absolute;
top:0;
left:0;
background-color:#fff;
opacity:0;
filter:alpha(opacity=50);
z-index:1;
}
.rqOverlay.delay{
transition:opacity 0.5s ease-out 0.3s;
}
.rqOverlay.fadeIn{
opacity:0.5;
}
.more .rqOverlay{
background-image:url('//ifrype.com/i/loading/loading_16.gif')
}
.rqLoadingText {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding-right: 30%;
padding-left: 30%;
padding-bottom: 50px;
color: #000;
text-align: center;
}
/* -- Loading gifs */
/* badge */
span.badge{
display:inline-block;
padding: 1px 6px 1px 6px;
text-align: center;
text-shadow:none;
color: #fff !important;
font-size: 10px;
line-height: 13px;
/*-webkit-border-radius:3px;*/
-moz-border-radius:3px;
border-radius:3px;
-o-border-radius:3px;
-khtml-border-radius:3px;
}
a span.badge{
position: absolute;
top: -7px;
right: 5px;
}
span.badge.on{
background-color: #f60;
color: #ffffff !important;
}
span.badge.off{
background-color: #a7a7a7;
color: #ffffff !important;
}
h1 .badge{
position:absolute;
right:0;
}
/* Column wrapper */
.colwrap {
overflow:hidden;
clear:both;
}
.col {
float:left;
}
.even-cols div.col {
width:49%;
}
.even-cols div.left {
margin-right:1%;
}
.even-cols div.right {
margin-left:1%;
}
div.profileSmallIcon, .profileSmallIconList li {
background-position: center center;
background-repeat: no-repeat;
background-size:100% 100%;
height: 50px;
width: 50px;
border-radius:3px;
-khtml-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-o-border-radius:3px;
}
div.profileSmallIcon.matrix{
float: left;
}
div.profileSmallIcon a, .profileSmallIconList a {
display: block;
height:100%;
width:100%;
}
.picture {
overflow: hidden;
}
.pictureA{
display: block;
width: 100%;
height: 100%;
}
/* +++ inline list +++ */
.inlineList{
list-style-type:none;
clear:both;
overflow:hidden;
padding-left:0;
margin-top:0;
}
.inlineList li {
float:left;
margin-right:10px;
margin-bottom:10px;
}
/* --- inline list --- */
.picOverlay{
position:absolute;
left:0;
right:0;
bottom:0;
background-image:url('//ifrype.com/i/sbook/polshs.png');
padding:5px;
}
.picOverlay a{
color:#c9c9c9;
}
#ToolTip{
position:fixed;
color:#fff;
border:1px solid #333;
padding:5px;
z-index:10000;
background-color:rgba(0,0,0,0.7);
max-width:400px;
word-wrap:break-word;
}
#ToolTip.tooltipTrans {
background: 0 none;
border: 0 none;
}
#ToolTip a {
color: #f3f3f3;
}
#ToolTip img{
display:block;
}
/* COLORS */
.color0{ color:#fff; }
.color1, .colorWarn { color:#ff6600; }
.color2 { color:#6F6F6F; }
.color3 { color:#8D8D8D; }
.inactive { color:#a7a7a7; }
.colorOk { color:#74c008; }
.colorText{ color:#393939; }
.colorDs{ color:#db6052; }
span.highlight {
background-color: #f9f4a1
}
button:focus{
outline:none;
}
a{
color:#275891;
text-decoration:none;
outline: none;
}
a:hover{
text-decoration:underline;
}
a.externalUrl{
background:url('//ifrype.com/i/icons/external.png') no-repeat right;
padding-right:12px;
word-wrap:break-word;
}
.icon{
background-position: left center;
background-repeat:no-repeat;
padding-left:20px;
min-height: 16px;
display:inline-block;
line-height: 16px;
vertical-align:middle;
}
.icon:empty{
padding-left:16px;
}
.icon.sayEvent{
height:auto;
}
.icon-right{
padding-left: 0;
padding-right: 20px;
background-position: right center;
}
span.icon {
padding: 2px 0 2px 20px;
}
a > span.icon {
line-height: 20px;
}
.rightIcon {/*Ikona labajā stūrī*/
position: absolute;
top: 8px;
right: 4px;
background-position: 0 0;
width: 16px;
height: 16px;
}
.SIcon{
position:relative;
display:inline-block;
vertical-align:top;
}
.SIcon + .SIcon,
.SIcon + .icon,
.icon + .SIcon{
margin-left:6px;
}
.SIcon:before{
content:" ";
width:16px;
height:16px;
display:inline-block;
background-position:0 0;
background-size:16px auto;
vertical-align:middle;
}
.SIconFlat.SIcon:before,
.SIconHovered .SIcon:before,
.SIconHover:hover .SIcon:before{
background-position:0 -16px;
}
.SIconFlat.SIcon:hover:before,
.SIconHover .SIcon:hover:before,
.SIcon:hover:before{
background-position:0 -32px;
}
.SIcon:not(:empty):before{
margin-right:4px;
}
ul{
list-style-type: none;
}
ul.simpleList li{
background: url('//ifrype.com/i/sbook/activeArrow.png') no-repeat 0 5px;
margin-left: 12px;
margin-bottom: 10px;
padding-left:10px;
}
ul.simpleList li.active a {
font-weight: bold;
}
ul.iconList li{
padding:3px 3px 3px 23px;
background-repeat:no-repeat;
background-position:left center;
}
.iconListNew{
margin-bottom:-3px;
}
ul.iconListNew li{
padding:3px 3px 3px 0;
}
ul.iconListNew li .icon {
padding-bottom: 1px;
padding-top: 1px;
}
ul.iconList li.noIcon{
padding-left:0;
}
ul.simpleList span.date{
color: #8D8D8D;
font-size: 10px;
}
ul.Textarea{
list-style-type:disc;
list-style-position:inside;
}
ol.Textarea{
list-style-type:decimal;
list-style-position:inside;
}
li.youLike a{
color:inherit;
}
#profileNewsItems div.removeEvent .deleteInactiveIcon:hover, #profileNewsItems div.removeEvent .deleteInactiveIconActive, .eventList div.removeEvent .deleteInactiveIcon:hover, .eventList div.removeEvent .deleteInactiveIconActive {
background-image:url(//ifrype.com/i/sbook/icons/delete_icon.png) !important;
}
.onlineWWWIcon{background-image:url('//ifrype.com/i/sbook/online_orange.png') !important; }
.onlineWAPIcon{background-image:url('//ifrype.com/i/sbook/online_green.png') !important; }
.onlineIPHONEIcon{ background-image:url('//ifrype.com/i/sbook/online_blue.png') !important; }
.onlineInvisibleIcon{ background-image:url('//ifrype.com/i/sbook/online_inv.png') !important; }
.onlineWWWbigIcon{background-image:url('//ifrype.com/i/sbook/online_orange_big.png') !important; }
.onlineWAPbigIcon{background-image:url('//ifrype.com/i/sbook/online_green_big.png') !important; }
.onlineIPHONEbigIcon{ background-image:url('//ifrype.com/i/sbook/online_blue_big.png') !important; }
.onlineInvisiblebigIcon{ background-image:url('//ifrype.com/i/sbook/online_inv_big.png') !important; }
.onlineMobileIcon{ background-image:url('//ifrype.com/i/sbook/online_blue.png') !important; }
.onlineMobilebigIcon{ background-image:url('//ifrype.com/i/sbook/online_blue_big.png') !important; }
p.onlineIconDescr{
color:#838383;
font-size: 10px;
}
p.onlineIconDescr span{
background-repeat: no-repeat;
background-position: 0 -1px;
padding-left:15px;
}
/* +++ lt +++ */
#lt .picture{
margin-bottom:20px;
}
#lt .picture a, #lt .picture  img{
display:block;
}
#lt .happyBirthday, #lt .happyNameday {
position: absolute;
top: 10px;
left: 10px;
width: 91px;
height: 72px;
}
#lt .happyNameday + .happyBirthday {
top: 92px;
}
#lt .happyBirthday {
background: url('//ifrype.com/i/profile/big_bd.png') no-repeat;
}
#lt .happyNameday {
background: url('//ifrype.com/i/profile/big_vd.png') no-repeat;
}
#lt .badgesBox img {
width:74px;
margin:0 3px;
float:left;
}
#lt .badgesBox h3 a {
font-weight:bold;
}
/* --- lt --- */
/* Tabulas */
.listTable {
width: 100%;
}
.listTable td, .listTable th {
text-align: left;
padding: 3px 3px 3px 0;
}
.listTable th,
.listTable td {
width:50%;
vertical-align: top;
}
.simpleTable {
border-collapse:collapse;
width:100%;
border:1px solid #EAEAEA;
}
.simpleTable > tr > th,
.simpleTable > tr > td,
.simpleTable > tbody > tr > th,
.simpleTable > tbody > tr > td{
padding:7px;
}
.simpleTable th,
.postText .simpleTable > thead > tr > th {
background-color:#6F6F6F;
border:1px solid #6F6F6F;
border-bottom:none;
text-align:left;
color:#FFF;
}
.simpleTable tr.level2 th{
background-color:#c9c9c9;
border:1px solid #c9c9c9;
color:#393939;
}
.simpleTable > thead > tr > th,
.simpleTable > thead > tr > td{
background:transparent;
border:none;
border-top:1px solid transparent;
border-bottom:1px solid #F60;
color:#F60;
padding:7px;
font-weight:bold;
}
.simpleTable > thead > tr > th:first-child,
.simpleTable > thead > tr > td:first-child{
border-left:1px solid transparent;
}
.simpleTable > thead > tr > th:last-child,
.simpleTable > thead > tr > td:last-child{
border-right:1px solid transparent;
}
.simpleTable > tr > td,
.simpleTable > tbody > tr > td{
vertical-align:top;
border-left:1px solid #EAEAEA;
}
.simpleTable td img{
vertical-align:middle;
}
.simpleTable > tr:last-child > td,
.simpleTable > tbody > tr:last-child > td{
border-bottom:none;
}
.simpleTable td.gray a{
color:#646464;
}
.simpleTable tr.highlight td {
font-weight:bold;
}
tr.nd, .simpleTable tr:nth-child(2n){
background-color:#F3F3F3;
}
.simpleTable tr td.gr{
color:#777576;
}
.simpleTableHover>tbody>tr:hover{
background-color:#eee;
}
.simpleTable.noborder td, .simpleTable.noborder, .simpleTable.noborder tr{
border:none;
}
.simpleTable.noborder td, .simpletable.noborder{
padding: 4px 0;
}
.simpleTable caption {
font-weight: bold;
padding-bottom: 5px;
}
.move{
width:19px;
height:84px;
background-image:url('//ifrype.com/i/sbook/move.png');
/*cursor:ns-resize;*/
}
/* +++ .insertSmiley +++ */
.insertSmiley{
min-height:262px;
}
.insertSmiley.cols-16 {
min-height: 182px;
}
.insertSmiley table{
width:100%;
}
.insertSmileyS:hover{
background-color:#c9c9c9;
}
.insertSmiley td{
border:1px solid #e7e7e7;
text-align:center;
height:32px;
}
.insertSmiley img{
cursor:pointer;
margin-top:4px;
margin-bottom:4px;
}
.insertSmiley .closeIcon{
position:absolute;
top:5px;
right:5px;
cursor:pointer;
width:16px;
height:16px;
}
/* --- .insertSmiley --- */
#lt .picture {
overflow: visible;
position: relative;
}
#lt .imgText span.received_gift {
position: absolute;
}
.smiley{
height:21px;
vertical-align:bottom;
width:auto;
}
/* Readable text */
.postText{
padding: 0 0 20px 0;
text-align:left;
font-size:13px;
line-height:20px;
word-wrap: break-word;
}
.postText p {
margin-bottom: 0;
padding-bottom: 5px
}
.postText .smiley {
position:relative;
top:-3px;
vertical-align:middle;
}
.postText h1 {
position: static;
border-bottom: none;
font-size: 25px;
line-height: 29px;
}
.postText h2 {
position: static;
font-size: 20px;
line-height: 24px;
}
.postText ul.Textarea, .postText ol.Textarea {
margin-bottom: 15px;
margin-left: 15px;
}
.postText blockquote {
background: none;
font-family: 'times new roman',sans-serif;
color: #393939;
margin-top:5px;
margin-bottom:15px;
padding: 4px 0 6px 18px;
font-size: 20px;
line-height:26px;
border-left: 6px solid #e5e5e5;
}
.articleList .postText blockquote {
font-size: 13px;
line-height: 25px;
border: 0;
padding-left: 0;
font-family: Arial,sans-serif;
}
.postText .teditorImage {
display: table;
}
.postText .teditorImage img {
display: block;
max-width: 730px;
}
.postText .teditorImage .description {
padding: 5px 10px;
border: 1px solid #e2e2e2;
min-height: 25px;
/*line-height: 18px;*/
word-wrap: break-word;
display: table-caption;
caption-side: bottom;
max-width: 708px; /* FF lai buut ok aaaa(a*n) */
}
.postText .teditorImage .description img {
display: inline;
}
.postText .teditorImage.posLeft {
margin-right: 17px;
}
.postText .teditorImage.posCenter {
margin-left: auto;
margin-right: auto;
}
.postText .teditorGallery .item {
float: left;
width: 171px;
margin-right: 5px;
margin-bottom: 5px;
position: relative;
}
.postText .teditorGallery .playButton {
background: url("//ifrype.com/say/img/play_video_small.png") no-repeat;
height: 38px;
opacity: 0.7;
position: absolute;
width: 39px;
margin-left: -19px;
left: 50%;
margin-top: -19px;
top: 50%;
}
.postText .teditorGallery .rightItem {
margin-right: 0;
}
.postText .teditorGallery img {
width: 171px;
display: block;
}
.postText .teditorGallery .description {
padding: 5px 10px;
border: 1px solid #e2e2e2;
min-height: 20px;
line-height: 18px;
word-wrap: break-word;
}
.postText h1,
.postText h2,
.postText .teditorImage,
.postText blockquote,
.postText .teditorGallery,
.postText hr {
margin-bottom: 10px
}
.smallText{
font-size:11px;
}
.embedPlaceholder {
/*clear:both;*/
position:relative;
background:black center center no-repeat;
cursor:pointer;
display:inline-block;
max-width: 100%;
}
.embedPlaceholder img {
opacity:0.7;
filter:alpha(opacity=70);
max-width:100%;
display: block;
}
.embedPlaceholder .playButton {
position:absolute;
width: 100% !important;
height: 100% !important;
background:url('//ifrype.com/say/img/play_video_small.png') center center no-repeat;
opacity: 0.7;
top: 0;
left: 0;
}
.embedPlaceholder:hover .playButton {
opacity: 1;
}
.embedPlaceholder iframe{
position:absolute;
top:0;
left:0;
}
body#TextareaBody{
padding:10px;
width:auto;
height:auto;
}
.TextAreaImg {
margin-right:5px;
margin-bottom:5px;
}
.TextAreaImg[onclick]{
cursor:pointer;
}
.TextAreaVideo{
width:165px;
height:130px;
background-color:#EEE;
background-position:center center;
background-repeat:no-repeat;
}
.TextareaSplit{
background:#EEE;
height:12px;
font-size:1px;
background: url('//ifrype.com/i/sbook/cut_line.png');
}
.Textarea img{
margin:5px;
}
.TextareaImgFloatLeft{
float:left;
margin-left:0;
margin-right:5px;
}
.TextareaImgFloatRight{
float:right;
margin-right:0;
margin-left:5px;
}
/*quotes */
blockquote{
background: url('//ifrype.com/i/sbook/quote.png') top left repeat-y;
font-style:italic;
color: #6f6f6f;
margin-top:5px;
margin-bottom:5px;
padding: 0 0 0 25px;
font-size: 12px;
line-height:18px;
}
blockquote:first-child{
margin-top:0;
}
.posText blockquote:last-child{
margin-bottom:0;
}
blockquote p:last-child {
padding-bottom: 0;
}
/* stars */
a.topStar, div.topStar {
background: url('//ifrype.com/i/sbook/star.png') 0 0 no-repeat;
width: 32px;
height: 22px;
float: left;
/*margin-right: 15px;*/
padding-right: 15px;
display: block;
font-weight: bold;
font-size: 13px;
text-align: center;
padding-top: 9px;
text-decoration: none;
text-shadow: 1px 1px 0 #ffffff;
color: #393939;
}
a.topStar:hover, div.topStar, a.topStar.active {
background-position: -47px 0;
text-shadow: 1px 1px 0 #b33f10;
color: #ffffff;
}
a.topStar:active {
background-position: -94px 0;
}
#fpemo{
position:absolute;
bottom:-3px;
right:1px;
width:40px;
}
#fpemo a{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
display:block;
background:url('//ifrype.com/i/px.gif') repeat center;
}
#fpemo a:hover{
border:0 #fff solid;
}
span.flag {
background:url('//ifrype.com/i/misc/rating.png') no-repeat center;
color:#FFFFFF;
display:block;
font-size:16px;
font-weight:bold;
height:30px;
line-height:30px;
text-align:center;
text-indent:-10px;
width:48px;
}
.album-cover,
.album-cover span {
display:block;
}
.album-cover span {
position:absolute;
left:0;
top:0;
}
.album-cover {
position:relative;
}
.album-cover,
.album-cover span.case {
width:167px;
height:152px;
}
.album-cover span.case {
background:url('//ifrype.com/i/misc/cover.png');
z-index:2;
}
.album-cover .sleeve {
height: 150px;
left: 16px;
position: absolute;
top: 1px;
width: 150px;
z-index: 1;
}
.album-cover.small-cover span.case {
background:url('//ifrype.com/i/misc/cover_small.png');
}
.album-cover.small-cover,
.album-cover.small-cover span.case {
height: 100px;
width: 111px;
}
.album-cover.small-cover .sleeve {
height: 100px;
left:10px;
top: 0;
width: 100px;
}
#artist-spotlight {
margin-bottom:30px;
}
#artist-spotlight .artist-pic {
height:175px;
width:175px;
overflow:hidden;
position:relative;
}
#artist-spotlight .artist-pic img {
position:relative;
}
#artist-spotlight h2.artist-name {
padding-bottom:0;
margin-top:10px;
}
table.col2 {
width:100%;
border-collapse:collapse;
}
table.col2 td {
width:50%;
padding:5px;
vertical-align:top;
}
table.col3,
table.col4 {
width:100%;
border-collapse:collapse;
}
table.col3 td {
width:33%;
padding:5px;
vertical-align:top;
}
table.col4 td {
width:25%;
padding:5px;
}
table.col23 td.left {
width:66%;
padding:5px;
vertical-align:top;
}
table.col23 td.right {
width:33%;
padding:5px;
vertical-align:top;
}
#iframeTop{
background-image:url('//ifrype.com/i/misc/login_bg2.png');
background-position:left top;
background-repeat:repeat-x;
height:85px;
padding-left:20px;
padding-right:20px;
margin-bottom:10px;
}
#iframeTop table{
width:100%;
height:100%;
}
#iframeTop td{
text-align:center;
}
#iframeTop .iframeTopSide{
width:150px;
}
#iframeTop h2{
padding:0;
}
#music-rt {
float:right;
width:200px;
margin-left:10px;
}
#music-ct {
float:left;
width:520px;
}
.hrText{
width:100%;
}
.hrTextC{
font-weight:bold;
padding:10px;
white-space:nowrap;
}
#profilePicture {
position: relative;
overflow: hidden;
}
#profilePicture .onlineStatus {
width: 16px;
height: 16px;
position: absolute;
right: -3px;
top: -3px;
padding: 0;
}
#profilePicture .profilePika {
position: absolute;
max-width: 100px;
max-height: 100px;
}
#lt .friendGroup {
position:relative;
height: 26px;
margin-bottom: 10px;
}
#lt .friendGroup .formItemMultiCheckbox {
position: absolute;
width: 100%;
}
#lt .friendGroup .formItemMultiCheckbox  .button {
margin-bottom: 0;
}
.bljembas {
width: 33px;
height: 33px;
position: absolute;
bottom: 0;
z-index:1;
}
.bljemba1 {left: 10px; }
.bljemba2 {left: 50px; }
.bljemba3 {left: 75px; }
.userList .bljemba1, .userList .bljemba2, .userList .bljemba3 {
/*top: 77px;*/
top: 53px; /* kameer ir favoriitu bljemba 77px -> 53px */
}
.userList .bljemba1.lielvardesJosta, .userList .bljemba2.lielvardesJosta, .userList .bljemba3.lielvardesJosta {
top: 60px;
}
.picture .bljembas, #profilePicture  .bljembas {
bottom:36px;
}
.picture .bljembas.lielvardesJosta, #profilePicture  .bljembas.lielvardesJosta {
bottom:43px;
}
#profilePicture .bljembas.addFavorite {
left: 0;
bottom: 30px;
}
.userList .bljembas.addFavorite {
left: 10px;
top: 85px;
}
#profilePicture .bljembas.xmasIcon ,
.userList .bljembas.xmasIcon {
left: 10px;
top:10px;
text-align: left;
height: 15px;
width:100%;
}
.headerExtended {
border-bottom: 1px solid #E7E7E7;
margin-bottom: 5px;
padding-bottom: 0;
}
.headerExtended .extendedHtml {
float: right;
}
.headerExtended .extendedHtml a.recommend {
display: block;
}
.headerExtended h1 {
float: left;
margin-bottom: 0;
border: none;
}
.received_gift {
position: absolute;
}
.skin-item {
position:relative;
float:left;
margin-right:7px;
margin-bottom:7px;
overflow:hidden;
cursor:pointer;
}
.skin-item,
.skin-item .skinSel {
width: 240px;
height: 114px;
}
.skin-list-sm .skin-item,
.skin-list-sm .skin-item .skinSel {
width:138px;
height:138px;
}
.skin-item .skinSel {
position:absolute;
left:0;
top:0;
z-index:4;
background:url('//ifrype.com/skins/img/notselectedSkin.png') no-repeat;
}
.skin-list-sm .skin-item .skinSel {
position:absolute;
left:0;
top:0;
z-index:4;
background:url('//ifrype.com/skins/img/notselectedSkin_sm.png') no-repeat;
}
.skin-item span.badge {
background: none repeat scroll 0 0 #FF6600;
border-radius: 5px 5px 5px 5px;
bottom: 12px;
color: #FFFFFF;
font-size: 10px;
padding: 0 8px 2px;
position: absolute;
right: 10px;
z-index: 10;
top:auto;
}
.skin-selected .skinSel {
background:url('//ifrype.com/skins/img/selectedSkin.png') no-repeat;
}
.skin-selected.skin-list-sm .skinSel {
background:url('//ifrype.com/skins/img/selectedSkin_sm.png') no-repeat;
}
.skin-item .picOverlay,
.skin-item .data {
bottom: 0;
height: 19px;
left: 0;
right: 0;
padding: 5px 10px;
position: absolute;
}
.skin-item .pic {
background-position: center center;
height: 114px;
}
.skin-item p.rating {
background:url('//ifrype.com/i/icons/star.png') no-repeat 0 1px;
padding-left:16px;
}
.skin-item p.title {
position: absolute;
right: 0;
left: 0;
bottom: 0;
color: #fff;
font-size: 11px;
font-weight: bold;
overflow: hidden;
height: 19px;
padding: 5px 10px;
}
.skin-item p.title img{
display: block;
float: left;
margin-right: 6px;
width: 16px;
}
.skin-item p {
margin:0;
padding:0;
}
.skin-item ul.color-blocks {
background:red;
position:absolute;
left:0;
top:0;
z-index:5;
width:100%;
}
.skin-list, .skin-list-sm {
overflow:hidden;
clear:both;
}
.spotlight {
overflow:hidden;
margin-bottom:30px;
}
.spotlight .spotlight-item {
float:left;
width:236px;
}
.spotlight .spotlight-item h2 {
margin-top:10px;
background-position:0 0;
padding-bottom:3px;
}
.spotlight .first {
margin-right:10px;
}
.spotlight .last {
margin-left:10px;
}
.spotlight a.spotlight-pic {
border:solid 1px #e7e7e7;
display:block;
height:180px;
background-position:center;
background-repeat:no-repeat;
cursor:pointer;
font-size:0;
}
.skin-item-wide {
margin-bottom: 10px;
border: 2px solid #e4e4e4;
padding: 2px;
background-color: #fff;
width: 722px;
position: relative;
background-position: top center; /* for old thumbs */
}
.skin-item-wide a {
display: block;
height: 114px;
overflow: hidden;
}
.skin-item-wide:hover {
border-color: #cdcdcd;
}
.skin-item-wide.skin-selected {
border-color: #fa6101;
}
.skin-item-wide .title {
display: none;
position: absolute;
bottom: 0;
height: 30px;
line-height: 30px;
background: #fff;
background: rgba(255, 255, 255, 0.9);
padding: 0 10px;
left: 0;
right: 0;
color: #4a494a;
font-weight: bold;
}
.skin-item-wide:hover .title {
display: block;
}
.skin-item-wide span.badge {
background: none repeat scroll 0 0 #FF6600;
border-radius: 5px 5px 5px 5px;
bottom: 7px;
color: #FFFFFF;
font-size: 10px;
padding: 0 8px 2px;
position: absolute;
right: 7px;
z-index: 10;
top: auto;
}
/*Draugiem dzimshanas dienas*/
#celebration{
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
overflow:hidden;
z-index:51;
background:url(//ifrype.com/d/birthday/img/6bday_sveiciens_bckrgr.png) repeat;
}
#fireworksContent{
position:absolute;
top:0;
height:600px;
}
#celebration #top{
position:absolute;
height:206px;
left:0;
top:0;
width:100%;
background:url(//ifrype.com/d/birthday/img/6bday_sveiciens_gradient1.png) repeat-x top center;
}
#celebration #bottom{
position:absolute;
height:206px;
left:0;
bottom:0;
width:100%;
background:url(//ifrype.com/d/birthday/img/6bday_sveiciens_gradient2.png) repeat-x top center;
}
#celebration #middle{
width:679px;
height:581px;
background:url(//ifrype.com/d/birthday/img/6bday_sveiciens_popup.png) no-repeat;
position:absolute;
top:20px;
}
#bt1{
position:absolute;
bottom:106px;
left:144px;
width:186px;
height:32px;
line-height:32px;
text-align:center;
font-weight:bold;
cursor:pointer;
color:#fff;
background:url(//ifrype.com/d/birthday/img/butt1.png) no-repeat;
}
#bt2{
cursor:pointer;
position:absolute;
bottom:106px;
text-align:center;
font-weight:bold;
left:347px;
width:186px;
height:32px;
line-height:32px;
color:#fff;
background:url(//ifrype.com/d/birthday/img/butt2.png) no-repeat;
}
#fireworksContent embed{
position:absolute;
top:0;
left:0;
}
#birthdayText{
color: #444444;
font-size: 14px;
height: 200px;
left: 130px;
position: absolute;
text-align: left;
top: 245px;
width: 445px;
line-height: 18px;
}
#birthdayText h2{
font-size:20px;
color: #F60;
padding-bottom: 10px;
}
#birthdayText {  }
/* Draugiem dzimshanas dienas */
.happy_bd, .happy_vd {
height: 104px;
left: -2px;
position: absolute;
top: -2px;
width: 104px;
z-index: 1;
}
.happy_bd {
background:url('//ifrype.com/i/profile/happy_bd.png') no-repeat;
}
.happy_vd {
background:url('//ifrype.com/i/profile/happy_vd.png') no-repeat;
}
.small-player {
display:none;
overflow: hidden;
}
.small-player-play {
display:block;
font-size:0;
line-height:0;
background:url('//ifrype.com/music/img/play.png') no-repeat 1px 1px;
}
.small-player,
.small-player-play {
height: 27px;
width: 26px;
}
.small-player-play:hover {
background-position:-27px 1px;
}
.small-player-play:active {
background-position:-54px 1px;
}
.small-player-wrap {
width:44px;
height:26px;
position:relative;
margin-right:10px;
}
.small-player-wrap a.fav-toggle {
display: block;
height: 18px;
position: absolute;
right: 0;
top:4px;
width: 23px;
z-index: 1;
background:url('//ifrype.com/music/img/sm_pl_fav_bg.png') right -18px no-repeat;
text-decoration:none;
}
.small-player-wrap a.fav-toggle.active {
background-position:right 0;
}
.small-player-play,
.small-player {
display:block;
position:absolute;
left:0;
top:0;
z-index:2;
}
.news-player-block {
overflow:hidden;
}
.news-player-block .small-player-wrap {
float:left;
}
.news-player-block p {
float:left;
line-height:28px;
color:#6F6F6F;
}
#regionalFirstpage{
margin-bottom:20px;
}
#regionalFirstpage h1{
margin-top:16px;
}
.panel {
background:#f5f5f5;
padding:5px;
margin-bottom:10px;
overflow:hidden;
border-top:solid 1px #e2e2e2;
}
.set-friend-skin {
left: 50%;
margin-left: -490px;
position: absolute;
right: 50%;
top: 0;
z-index:4;
width: 980px;
}
.set-friend-skin a {
background:url('//ifrype.com/i/sbook/polshs.png');
color: #FFFFFF;
display: block;
float: right;
font-size: 11px;
padding: 4px 8px;
-moz-border-radius-topleft: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-radius: 0 0 3px 5px;
border-radius: 0 0 3px 3px;
}
#firstage-drpoll-form .formItem  {
margin-left:0;
width:auto;
}
#DailyPoll.drpoll td{
border:none;
}
#weather-skin-temp {
text-shadow: 0 0 3px #000000;
filter: dropshadow(color=#000000, offx=0, offy=0);
color: #FFFFFF;
font-size: 48px;
position: absolute;
right: -2px;
top: -92px;
line-height:48px;
-webkit-font-smoothing: antialiased;
}
#weather-skin-temp span {
zoom: 1;
filter: alpha(opacity=20);
opacity: 0.2;
}
span.dot{
font-weight:bold;
margin-left:5px;
margin-right:5px;
}
.scrollTopButton{
position:absolute;
right:0;
width:39px;
height:39px;
background-image:url('//ifrype.com/i/scroll.png');
background-position:left top;
top:-45px;
cursor:pointer;
}
.scrollTopButton:hover{
background-position:-39px top;
}
#chatContent > .scrollTopButton{
right:10px;
}
/* Vēstuļu reklāmām, konstruktorā un vēstulēs */
.ve-heading {
font-size:22px;
font-weight:bold;
line-height:30px;
margin-bottom:15px;
min-height:21px;
}
.ve-subheading {
font-size:16px;
font-weight:normal;
margin-bottom:15px;
min-height:21px;
line-height:22px ;
}
.ve-image {
text-align:center;
margin-bottom:15px;
}
.ve-image img {
display:block;
margin:auto;
}
.ve-text {
margin-bottom:10px;
font-size: 13px;
line-height: 17px;
}
.pic-collage {
display: block;
font-size: 0;
line-height: 0;
position: relative;
}
.pic-collage .picc-inner {
overflow: hidden;
position: relative;
}
.pic-collage .more-link {
cursor:default;
}
/* Mazais */
.pic-collage.coll-size-small .picc-inner,
.pic-collage.coll-size-small {
width: 50px;
height: 50px;
}
.pic-collage.coll-size-small.pics-4 a.pw.pc3 {
line-height: 24px;
}
/* Lielais */
.pic-collage.coll-size-large .picc-inner,
.pic-collage.coll-size-large {
width:190px;
height:190px;
}
.pic-collage.coll-size-large.pics-4 a.pw.pc3 {
line-height:95px;
font-size:22px;
}
/* Blogu izmeers */
.pic-collage.coll-size-blog {
width:150px;
height:150px;
}
.pic-collage.coll-size-blog.pics-2 a.pw.pc1 {
border-left-width: 2px;
}
.pic-collage.coll-size-blog.pics-3 a.pw.pc1,
.pic-collage.coll-size-blog.pics-4 a.pw.pc0 {
border-right-width: 2px;
}
.pic-collage.coll-size-blog.pics-3 a.pw.pc0,
.pic-collage.coll-size-blog.pics-4 a.pw.pc0 {
border-bottom-width: 2px;
}
.pic-collage.coll-size-blog.pics-3 a.pw.pc1 {
border-top-width: 2px;
}
.pic-collage.coll-size-blog.pics-4 a.pw.pc3 {
border-width: 2px;
}
.pic-collage.coll-size-blog .picc-inner{
width: 150px;
height: 150px;
}
.pic-collage img {
display: block;
position: relative;
left:-50%;
}
.pic-collage a.pw {
display:block;
position:absolute;
overflow:hidden;
}
.pic-collage a.pw:hover {
text-decoration: none;
}
.pic-collage.pics-1 a.pw {
left:0;
top:0;
}
.pic-collage .onlineStatus {
z-index:2;
}
.pic-collage.pics-4 .onlineStatus.idx0,
.pic-collage.pics-2 .onlineStatus.idx0 {
left: 50%;
margin-left: -8px;
}
.pic-collage.pics-3 .onlineStatus.idx1,
.pic-collage.pics-4 .onlineStatus.idx2 {
left: 50%;
margin-left: -8px;
top:50%;
margin-top:-8px;
}
.pic-collage.pics-3 .onlineStatus.idx2 {
margin-top: -8px;
right: 0;
top: 50%;
margin-right: -8px;
}
.pic-collage.pics-3 .onlineStatus.idx1 {
z-index:3;
}
.pic-collage.pics-1 a.pw { width:100%;height:100%; }
.pic-collage.pics-1 a.pw img { left:0; width:100%;height:100%; }
.pic-collage.pics-2 a.pw { width:50%; height:100%; }
.pic-collage.pics-2 a.pw.pc0 {  }
.pic-collage.pics-2 a.pw.pc1 { border-left: 1px solid #FFFFFF; left: 50%; }
.pic-collage.pics-2 a.pw img { height:100%; }
.pic-collage.pics-3 a.pw {  }
.pic-collage.pics-3 a.pw.pc0 { border-bottom: 1px solid #FFFFFF; height: 50%; width: 100%; z-index: 1; }
.pic-collage.pics-3 a.pw.pc0 img { width: 100%; left:0; top:-50%; }
.pic-collage.pics-3 a.pw.pc1 { border-right: 1px solid #FFFFFF; border-top: 1px solid #FFFFFF; height: 50%; left: 0; top: 50%; width: 50%; z-index: 2; }
.pic-collage.pics-3 a.pw.pc1 img { width: 100%; height: 100%; left: 0; top: 0; }
.pic-collage.pics-3 a.pw.pc2 { height:50%; left:50%; top:50%;width:50%; }
.pic-collage.pics-3 a.pw.pc2 img { width: 100%; height: 100%; left: 0; top: 0; }
.pic-collage.pics-3 a.pw.pc3 { }
.pic-collage.pics-4 a.pw { width:50%; height:50%; }
.pic-collage.pics-4 a.pw img { width: 100%; height: 100%; left: 0; top: 0; }
.pic-collage.pics-4 a.pw.pc0 { border-bottom: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; left: 0; top: 0; z-index: 1; }
.pic-collage.pics-4 a.pw.pc1 { left:50%; top:0; }
.pic-collage.pics-4 a.pw.pc2 { left:0; top:50%; }
.pic-collage.pics-4 a.pw.pc3 {
background: none repeat scroll 0 0 #F8F8F8;
border: 1px solid #E7E7E7;
/*color: #787878;*/
color:#c8c8c8;
font-size: 11px;
height: 50%;
left: 50%;
text-align: center;
top: 50%;
width: 50%;
font-weight: bold;
}
.pic-collage .count {
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;
z-index: 2;
}
.pic-collage .count div:first-child {
background-color: #000;
opacity: 0.75;
}
.pic-collage .count div {
border-radius: 11px 11px 11px 11px;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.pic-collage .playButton {
margin-left: -19px;
left: 50%;
margin-top: -19px;
top: 50%;
}
.pic-collage img.moreImage{
width:auto !important;
height: auto !important;
display: inline;
margin-right: 5px;
top:2px !important;
}
.Mosaic{
position:relative;
display:block;
overflow:hidden;
}
.MosaicItem{
position:relative;
float:left;
background-repeat:no-repeat;
background-position:center center;
overflow:hidden;
}
.MosaicLinks{
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
overflow:hidden;
z-index:1;
}
.MosaicLinks a{
float:left;
position: relative;
background-image:url('//ifrype.com/i/px.gif');
}
/* +buttonGroup+ */
div.btnGroup {
display: inline-block;
}
div.btnGroup .btn {
box-sizing: border-box;
-moz-box-sizing:  border-box;
-webkit-box-sizing: border-box;
border: 1px solid #bebebe;
border-left: 0;
display: block;
float: left;
min-width: 87px;
text-align: center;
background-image: linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
background-image: -o-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(240,240,240)),
color-stop(1, rgb(255,255,255))
);
height: 42px;
line-height: 40px;
text-shadow: 0 3px 3px rgba(255, 255, 255, 1);
}
div.btnGroup > .btn:first-child {
border-radius: 3px 0 0 3px;
border: 1px solid #bebebe;
}
div.btnGroup > .btn:last-child {
border-radius: 0 3px 3px 0;
}
div.btnGroup > .btn:only-child{
border-radius: 3px;
}
div.btnGroup > .btn {
display: inline-block;
font-size: 10px;
line-height: 1;
margin-top: 5px;
text-transform: uppercase;
padding-top:5px;
}
div.btnGroup .btn strong {
color: #393939;
font-size: 19px;
display:block;
margin-bottom:2px;
}
div.btnGroup a.btn{
color:#393939;
}
div.btnGroup a.btn:hover{
text-decoration: none;
background-color: #d0d5d7;
background-image: linear-gradient(bottom, #d0d5d7 0%, rgb(255,255,255) 100%);
background-image: -o-linear-gradient(bottom, #d0d5d7 0%, rgb(255,255,255) 100%);
background-image: -moz-linear-gradient(bottom, #d0d5d7 0%, rgb(255,255,255) 100%);
background-image: -webkit-linear-gradient(bottom, #d0d5d7 0%, rgb(255,255,255) 100%);
background-image: -ms-linear-gradient(bottom, #d0d5d7 0%, rgb(255,255,255) 100%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, #d0d5d7),
color-stop(1, rgb(255,255,255))
);
}
/* -buttonGroup- */
.cut{
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
-ms-text-overflow: ellipsis;
}
#walletPayments {
}
#walletPayments .payment {
color:#fe0202;
white-space: nowrap;
}
#walletPayments .deposit {
color:#005200;
}
.walletPayments a {
display: inline-block;
}
.emoji {
font-family: 'DejaVuSans';
}
#mainAppSpotlight {
border: 1px solid #e7e7e7;
background-color: #f9f9f9;
width: 240px;
position: relative;
}
#mainAppSpotlight.rand2 {
width: 220px;
}
#mainAppSpotlight.fixed{
position:fixed;
z-index:1;
}
#mainAppSpotlight h2 {
margin-top:5px;
}
#mainAppSpotlight .appContent {
text-align: center;
padding: 15px 5px;
}
#mainAppSpotlight .appContent .imageWrap {
display: block;
width: 175px;
height: 100px;
margin: 0 auto;
border-radius: 3px;
background-position: center;
background-size:100% auto;
overflow:hidden;
}
#mainAppSpotlight .appContent .imageWrap img {
width:100%;
}
#mainAppSpotlight .appContent .players {
font-weight: normal;
margin-bottom: 10px;
vertical-align: middle;
}
#mainAppSpotlight .appContent .players .online {
background-color: #ff7100;
width: 6px;
height: 6px;
display: inline-block;
line-height: 6px;
margin-right: 2px;
}
.favoriteRemIcon {
position: absolute;
bottom: 30px;
left: 0;
}
.favoriteRemIcon .closeIcon {
position: absolute;
top: 0;
right: 0;
}
.xmasIcon {
position: absolute;
top: 0;
left: 0;
z-index: 0;
}
/* +ScrollBar+ */
.scrollBarParent {
position: relative;
overflow: hidden;
}
.scrollBarContent {
    position: relative;
    top: 0;
    left: 0;
}
.scrollBarTrack {
position: absolute;
right: 3px;
top: 0;
bottom: 0;
width: 5px;
opacity: 0;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.scrollBarParent:hover .scrollBarTrack {
opacity: 1;
}
.scrollBarTrackThumb {
cursor:pointer;
position:absolute;
top:0;
left:0;
width:5px;
background-color: #393939;
opacity: 0.6;
}
/* -ScrollBar- */
/* +ConfirmBox+ */
.confirmBoxBg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000000;
opacity: 0.8;
z-index: 1002;
}
.confirmBox {
position: fixed;
top: 50%;
left: 50%;
width: 250px;
padding: 16px;
margin-left: -141px;
z-index: 1002;
background: #ffffff;
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
}
.confirmBox .close {
width: 24px;
height: 24px;
display: block;
background: #f2f3f4 url('/gallery/img/fs/close_br_2x.png') no-repeat center center;
background-size: 10px 10px;
position: absolute;
top: 12px;
right: 12px;
}
.confirmBox .close:hover {
background-color: #e5e6e7;
}
.confirmBox h2 {
color: #000000;
margin-bottom: 12px;
width: 220px;
min-height: 16px;
}
.confirmBox .controls a {
width: 48%;
height: 32px;
background-color: #F3F3F3;
text-align: center;
line-height: 32px;
color: #6F6F6F;
display: block;
font-weight: bold;
text-decoration: none;
}
.confirmBox .controls a:hover {
background-color: #e7e7e7;
}
.confirmBox .controls .accept {
float: left;
}
.confirmBox .controls .decline {
float: right;
}
.confirmBoxSuccess {
position: fixed;
top: 50%;
left: 50%;
width: 320px;
padding: 16px;
margin-left: -141px;
z-index: 1002;
background: #ffffff url('//ifrype.com/i/misc/icn_sucess_2x.png') no-repeat 16px center;
background-size: 32px 32px;
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
opacity: 1;
-moz-transition: opacity 250ms ease-in-out;
-o-transition: opacity 250ms ease-in-out;
-webkit-transition: opacity 250ms ease-in-out;
transition: opacity 250ms ease-in-out;
}
.confirmBoxSuccess .close {
width: 24px;
height: 24px;
display: block;
background: #f2f3f4 url('/gallery/img/fs/close_br_2x.png') no-repeat center center;
background-size: 10px 10px;
position: absolute;
top: 12px;
right: 12px;
}
.confirmBoxSuccess .close:hover {
background-color: #e5e6e7;
}
.confirmBoxSuccess h2 {
color: #000000;
width: 220px;
padding: 16px 0 16px 40px;
}
/* -ConfirmBox- */
.commonFriendsButton {
position: absolute;
top: 93px;
right: 10px;
width: 18px;
height: 18px;
overflow: hidden;
z-index: 2;
background: url('//ifrype.com/i/icons/friends.png') no-repeat center center white;
border-radius: 5px 0 0 0;
}
.commonFriendsButton:hover {
overflow: visible;
z-index: 3;
}
.commonFriendsButton:hover .commonFriendsList {
display: block;
}
.commonFriendsList {
min-width: 170px;
position: absolute;
top: -15px;
left: 17px;
/*border-left: 25px solid rgba(0, 0, 0, 0);*/
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
background: white;
/*border: 1px solid gray;*/
display: none;
z-index: 3;
margin-left: 10px;
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
border-radius: 5px;
padding-bottom: 3px;
}
.commonFriendsList::before {
content: ".";
text-indent: -99999px;
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right: 10px solid white;
-webkit-filter: drop-shadow(-1px 0 0 rgba(0, 0, 0, 0.3));
filter: drop-shadow(-1px 0 0 rgba(0, 0, 0, 0.3));
position: absolute;
top: 15px;
left: -10px;
}
.commonFriendsList .commonTotal {
margin: 5px;
display: block;
text-align: left;
}
.commonFriendsList ul li a {
clear: both;
display: block;
width: 100%;
/*height: 38px;
padding: 8px 8px;*/
padding-left: 6px;
padding-top: 1px;
height: 27px;
box-sizing: border-box;
margin-right: 50px;
}
.commonFriendsList ul li a:hover {
background: #f8f8f8;
}
.commonFriendsList ul li a span {
/*float: left;*/
text-indent: 5px;
line-height: 25px;
min-width: 120px;
text-align: left;
display: block;
white-space: nowrap;
}
.commonFriendsList ul li a img, .commonFriendsList .othersImg {
float: left;
width: 25px;
height: 25px;
background: #F2F3F4;
color: #445f96;
line-height: 25px;
font-size: 10px;
}
.itemDelIcon{
position:absolute;
top:5px;
right:5px;
width:21px;
height:21px;
background-image:url('//ifrype.com/gallery/img/close.png');
}
.itemIcon{
-moz-transform:scale(0);
-webkit-transform:scale(0);
transform:scale(0);
-moz-transition:all 0.1s ease-out 0s;
-webkit-transition:all 0.1s ease-out 0s;
transition:all 0.1s ease-out 0s;
cursor:pointer;
}
.item:hover .itemIcon{
-moz-transform:scale(1);
-webkit-transform:scale(1);
transform:scale(1);
}
.profileChangePicture{
padding:0px;
margin-bottom:10px;
border: 1px solid #bebebe;
color: #393939;
width: 238px;
height: 24px;
line-height: 24px;
display: inline-block;
text-align: center;
background: url('/i/sbook/buttons2/link.png') repeat-x top;
font-size: 13px;
font-weight: 600;
}
.profileChangePicture img {
margin-right: 4px;
vertical-align: middle;
}
.profileButton {
padding: 0;
margin-bottom: 10px;
border: 1px solid #bebebe;
color: #393939;
height: 24px;
line-height: 24px;
display: inline-block;
text-align: center;
background: url('/i/sbook/buttons2/link.png') repeat-x top;
font-size: 13px;
font-weight: 600;
}
.profile-buttons-1 .profileButton {
width: 100%;
}
.profile-buttons-2 .profileButton {
width: 48%;
}
.profile-buttons-2 .profileChangePicture {
float: right;
}
#lt .picture{
margin-bottom:10px;
}
.serviceExpInfo {
margin-bottom: 5px;
}
.serviceExpInfo img {
width: 50px;
float: left;
margin-right: 8px;
}
#lt .sendGiftBtn {
background: url('/special/kartinas15/assets/img/btn_nosutit_kartiti.jpg') no-repeat;
height: 42px;
display: block;
margin-top: 10px;
}
#lt .sendGiftBtn:hover {
background-position-y: -42px;
}
#lt .sendGiftBtn:active {
background-position-y: -84px;
}
/* --- css/common.css --- */
/* stylebook */
/* +++ css/infobox.css +++ */
.InfoBox,
.InfoBoxOverlay{
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
}
.InfoBoxOverlay{
background-color:#000;
opacity:0.1;
filter:alpha(opacity=70);
}
.InfoBoxOverlay.InfoBoxAnimated{
opacity:0.7;
-moz-transition:opacity 0.2s;
-webkit-transition:opacity 0.2s;
transition:opacity 0.2s;
}
.InfoBoxOverlay.InfoBoxAnimated.gallery{
opacity:0.85;
}
.InfoBox{
text-align:center;
overflow:auto;
overflow-y:scroll;
opacity:0;
}
.InfoBox.InfoBoxAnimated{
opacity:1;
-moz-transition:opacity 0.5s;
-webkit-transition:opacity 0.5s;
transition:opacity 0.5s;
}
.InfoBox.InfoBoxReady{
opacity:1;
-moz-transition:none;
-webkit-transition:none;
transition:none;
}
.InfoBoxBorder{
position:relative;
display:inline-block;
text-align:left;
padding:3px;
margin-bottom:30px;
}
.bottom .InfoBoxBorder {
margin-bottom: 0;
}
.InfoBoxBorderAnimated{
-moz-transition:top 0.2s;
-webkit-transition:top 0.2s;
transition:top 0.2s;
}
.InfoBoxContentWrap{
padding:10px 12px;
border-radius:2px;
-o-border-radius:2px;
-khtml-border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
-webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.3);
box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.3);
    background: url('//ifrype.com/i/loading/loading_black_trans.gif') no-repeat center center;
}
.InfoBoxImg .InfoBoxContentWrap{
padding:10px;
}
.InfoBoxReady .InfoBoxContentWrap{
background-color:#fff;
background-image:none;
    overflow: hidden;
}
.InfoBoxNoPadding{
padding:0;
}
.InfoBoxTitle{
position:relative;
color:#fff;
font-size:14px;
font-weight:bold;
min-height:20px;
visibility:hidden;
}
.InfoBoxReady .InfoBoxTitle{
visibility:visible;
}
.InfoBoxTitle span{
position:absolute;
top:0;
left:0;
right:30px;
white-space:nowrap;
}
.InfoBoxClose{
position:absolute;
top:1px;
right:0;
width:13px;
height:13px;
background-image:url('//ifrype.com/i/sbook/box_close.png');
background-position:left center;
}
.InfoBoxClose:hover{
background-position:-13px center;
}
.InfoBoxContent{
position:relative;
min-height:70px;
min-width:70px;
}
.InfoBoxReady .InfoBoxContent{
min-height:0;
}
.InfoBoxIframe{
display:block;
width:70px;
height:70px;
visibility:hidden;
}
.InfoBoxReady .InfoBoxIframe{
width:100%;
min-width:100%;
max-width:100%;
height:auto;
visibility:visible;
}
.InfoBoxWarning .InfoBoxBorder{
background-color:#f60;
}
/* jaunais pavisam jocīgais infoboksis */
.InfoBox.galleryN .InfoBoxClose{
top:25px;
z-index:1;
}
.InfoBox.gallery .InfoBoxContentWrap{
padding:0;
box-shadow:none;
overflow:hidden;
}
.InfoBoxReady.gallery .InfoBoxContentWrap{
background:transparent;
}
.InfoBox #galleryLargePicContent{
background-color:#fff;
}
.InfoBox #galleryLargeBottom{
background-color:#fff;
/*padding-top:5px;*/
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
}
.InfoBox .galLargeColL{
width:615px;
}
.InfoBox.gallery #galleryLargePicH1{
padding-top:5px;
margin-bottom:7px;
border:none;
}
.InfoBox.gallery #galleryLargePicH1:empty{
display:none;
}
.InfoBox.gallery #galleryLargePicH1 a{
color:#fff;
}
.InfoBox .loadingTextWidth {
width: 300px;
}
.InfoBox .loadingText {
color: #fff;
position: absolute;
top: 50%;
padding-top: 30px;
text-align: center;
width: 250px;
left: 25px;
}
/* +++ Small popup +++ */
.smallPopup {
position:absolute;
width:300px;
background-image:url('//ifrype.com/i/sbook/box_bg.png');
z-index:68593;
}
.smallPopupPostponedSay{
background-color: #f1f1f1;
background-image: none;
border: 1px solid #bebebe;
color: #6f6f6f;
}
.smallPopupPostponedSay:after,
.smallPopupPostponedSay:before {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #eee;
top: -5px;
content: '';
right: 20%;
margin-right: -20px;
position: absolute;
}
/* Styling for second triangle (border) */
.smallPopupPostponedSay:before {
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid;
border-bottom-color: inherit; /* Can't be included in the shorthand to work */
top: -6px;
margin-right: -21px;
}
.smallPopupPostponedSay .postponedDate label{
color: #6f6f6f;
}
.smallPopupClose{
background-image:url('//ifrype.com/i/sbook/box_close.png');
background-position:left center;
width:13px;
height:13px;
}
.smallPopupClose:hover{
background-position:-13px center;
}
.smallPopupTitle{
color: #FFF;
font-weight:bold;
height: 14px;
padding: 5px 15px 5px 0;
margin: 0 10px;
}
.smallPopupPostponedSay .smallPopupTitle{
height:0px;
}
.smallPopupClose{
position:absolute;
right:4px;
top:6px;
}
.smallPopupContent{
background-color:#fff;
padding:5px;
margin:3px;
margin-top:0;
overflow:hidden;
}
.smallPopupPostponedSay .smallPopupContent{
background-color:#f1f1f1;
}
.smallPopupTitle div{
position:absolute;
left:4px;
top:4px;
right:20px;
white-space:nowrap;
overflow:hidden;
}
.smallPopupArrow{
background-image:url('//ifrype.com/i/sbook/v1/box_arrow_top.png');
height:7px;
position:absolute;
top:-7px;
width:13px;
}
.smallPopupPostponedSay .smallPopupArrow{
display:none;
}
.smallPopUpAD .smallPopupArrow{
top:auto;
bottom:-7px;
background-image:url('//ifrype.com/i/sbook/v1/box_arrow_bottom.png');
}
.smallPopupPostponedSay.smallPopUpAD .smallPopupArrow{
display:none;
}
/* --- Small popup --- */
.messageBoxText{
margin-bottom:10px;
}
.messageBoxText:last-child{
margin-bottom:0;
}
/* --- css/infobox.css --- */
/* +++ css/additionalOptions.css +++ */
.additionalOptions{
margin-bottom:10px;
overflow:hidden;
border-top: 1px solid #E7E7E7;
}
.additionalOptions .navig{
display:inline-table;
float:left;
line-height:26px;
}
.additionalOptions *{
float:left;
display:block;
margin-top:5px;
margin-right:10px;
}
.additionalOptions .navigBg, .additionalOptions .navigBg *{
margin-top:0;
margin-right:0;
}
.additionalOptions .navigBg{
margin-right:4px;
}
.additionalOptions .button, .additionalOptions .button *{
margin-top:0;
}
.additionalOptions .button *{
margin-right:0;
}
.additionalOptions .leftOptions{
float:left;
}
.additionalOptions .rightOptions{
float:right;
margin-right:0;
}
.additionalOptions .rightOptions > :last-child{
margin-right:0;
}
/* --- css/additionalOptions.css --- */
/* +++ css/boxes.css +++ */
.bx{
border:1px #E7E7E7 solid;
-webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -o-border-radius:5px;
    -khtml-border-radius:5px;
background-color:#ffffff;
padding:10px;
overflow:hidden;
position:relative;
}
.bx strong{
font-size:16px;
}
.bx.error{
border:1px #ff6600 solid;
}
.bx.ok{
border:1px #74c008 solid;
}
.bx.panel .btn {
margin-bottom:0;
}
.bx.ok strong{
color:#74c008;
}
.bx.error strong{
color:#ff6600;
}
.bx.info{
border:1px #6d9fc6 solid;
background-color:#E1EEF9;
}
.bx.gray {
background-color: #F3F3F3;
border-color: #F3F3F3;
}
.bx.info strong, .bx.info b{
color:#6d9fc6;
}
.bx.withheading{
padding:0px;
  background-color:#f8f8f8;
}
.bx .heading{
background-color:#e7e7e7;
border-bottom:1px #E7E7E7 solid;
padding:5px 10px;
}
.bx .content{
padding:10px;
color:#393939;
}
.bx a.closeIcon{
position: absolute;
top: 5px;
right: 5px;
}
.bx{
margin-bottom:10px;
}
.bx.ok .bxicon{
background-image:url(//ifrype.com/i/sbook/complete.png);
width:32px;
height:32px;
float:left;
margin-right:10px;
padding:0px;
}
.bx.error .bxicon{
background-image:url(//ifrype.com/i/sbook/error.png);
width:32px;
height:29px;
float:left;
margin-right:10px;
padding:0px;
}
.bx .bxicon{
background-image:url(//ifrype.com/i/sbook/info.png);
width:32px;
height:32px;
float:left;
margin-right:10px;
padding:0px;
}
.sbx{
margin-bottom:10px;
}
.sbx:last-child{
margin-bottom:0px;
}
.sbx .sbxTL{
width:9px;
background-image:url(//ifrype.com/i/sbook/bx/sbxc.png);
background-position:left top;
}
.sbx .sbxTC{
height:9px;
background-image:url(//ifrype.com/i/sbook/bx/sbxh.png);
background-position:left top;
background-repeat:relative-x;
}
.sbx .sbxTR{
width:9px;
background-image:url(//ifrype.com/i/sbook/bx/sbxc.png);
background-position:-9px top;
}
.sbx .sbxML{
background-image:url(//ifrype.com/i/sbook/bx/sbxv.png);
background-position:left top;
background-repeat:relative-y;
}
.sbxM{
padding:2px;
background-color:#fcfcfc;
}
.sbx .sbxMR{
background-image:url(//ifrype.com/i/sbook/bx/sbxv.png);
background-position:-9px top;
background-repeat:relative-y;
}
.sbx .sbxBL{
background-image:url(//ifrype.com/i/sbook/bx/sbxc.png);
background-position:left -9px;
}
.sbx .sbxBC{
height:9px;
background-image:url(//ifrype.com/i/sbook/bx/sbxh.png);
background-position:left -9px;
background-repeat:relative-x;
}
.sbx .sbxBR{
background-image:url(//ifrype.com/i/sbook/bx/sbxc.png);
background-position:-9px -9px;
}
.bx table.box td {
height:33px;
vertical-align:middle;
}
.step{
position:relative;
width:33px;
height:30px;
background-image:url('//ifrype.com/i/sbook/step.png');
}
.step b{
position:absolute;
top:6px;
left:0px;
right:4px;
text-align:center;
font-size:14px;
text-shadow:0 1px 0 #C25F25;
}
.bxNews{
border:1px solid #e5e5e5;
background-color:#f4f4f4;
position:relative;
margin-bottom:20px;
}
.bxNews > div{
border:1px solid #f5f5f5;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e2e2e2'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e2e2e2)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #f4f4f4,  #e2e2e2); /* for firefox 3.6+ */
padding:10px;
}
.bxNews > div > table{
width:100%;
}
.bxNews .closeIcon{
position:absolute;
top:4px;
right:0px;
}
/* +++ new */
.infoMsg{
margin-bottom:7px;
padding:5px;
padding-left:28px;
background-repeat:no-repeat;
background-position:6px 6px;
}
.infoMsg .closeIcon{
float:right;
}
.infoMsg.closableInfoMsg {
padding-right: 21px;
}
.bxIcon{
position:absolute;
top:6px;
left:6px;
width:16px;
height:16px;
opacity:0.5;
filter:alpha(opacity=50);
}
.infoMsg.successIcon{
position:relative;
background-color:#D3EDAF;
border:1px solid #BBD399;
}
.infoMsg.errorIcon{
position:relative;
background-color:#FFE1CD;
border:1px solid #E1BFA9;
}
.infoMsg.infoIcon{
position:relative;
background-color:#E1EEF9;
border:1px solid #CEDEE9;
}
.infoMsg.heartIcon{
position:relative;
background-color:#fedbdb;
border:1px solid #ee9999;
}
.infoMsg a.closeIcon{
position: absolute;
top: 5px;
right: 5px;
}
.largeInfoMsg {
box-sizing: border-box;
padding: 60px;
width: 100%;
background-color: #F7F8F9;
border: 1px solid #E8E9E9;
border-radius: 6px;
}
.largeInfoMsg .inner {
text-align: center;
font-size: 14px;
line-height: 20px;
background: transparent no-repeat center top;
background-size: 44px 44px;
padding-top: 50px;
}
.largeInfoMsg.success .inner {
background-image: url('//ifrype.com/i/icons/info/icn_48_succ.png');
}
.largeInfoMsg.error .inner {
background-image: url('//ifrype.com/i/icons/info/icn_48_warn.png');
}
/* --- css/boxes.css --- */
/* +++ css/pair_bx.css +++ */
.pairPicBox{
width:208px;
}
.pairPicBoxImgs{
position:relative;
height:100px;
}
.pairPicBoxImgs a{
display:block;
width:100%;
height:100%;
}
.pairPicBoxImgs a,
.pairPicBoxImgs a:hover {
text-decoration:none;
}
.pairPicBoxImg1{
position:absolute;
top:0px;
left:0px;
width:49%;
height:100%;
overflow:hidden;
text-align:center;
}
.pairPicBoxImg2{
position:absolute;
top:0px;
right:0px;
width:49%;
height:100%;
overflow:hidden;
text-align:center;
}
.pairPicBoxArr{
position:absolute;
top:52px;
left:50%;
width:40px;
height:40px;
margin-left:-20px;
margin-top:-20px;
background-image:url('//ifrype.com/i/sbook/bx/arrow.png');
}
/* --- css/pair_bx.css --- */
/* +++ css/breadcrumb.css +++ */
#breadCrumbTop{
overflow:hidden;
height:10px;
}
#breadCrumb{
border:1px solid #E7E7E7;
background:#f3f3f3;
height:32px;
position: relative;
overflow:hidden;
}
#breadCrumb .color2{
font-size:13px;
}
#breadcrumbSearch, .itemSearch {
width:200px;
float:right;
padding:4px;
position: relative;
}
#breadCrumb li{
height:32px;
line-height:32px;
display:block;
float: left;
margin-left:10px;
}
#breadCrumb li a{
line-height:32px;
}
#breadCrumb li.last a{
  color:#393939;
  font-weight:bold;
text-decoration: none;
}
/* --- css/breadcrumb.css --- */
/* +++ css/buttons.css +++ */
.button{
display:inline-block;
position:relative;
overflow:hidden;
height:24px;
-webkit-font-smoothing: antialiased;
cursor:pointer;
vertical-align:middle;
user-select:none;
-moz-user-select:none;
-webkit-user-select:none;
}
.button + .button{
margin-left:5px;
}
.button + .buttonStretch{
margin-left:0;
margin-top:5px;
}
.button > div{
text-align:center;
height:22px;
}
.FF .button > div{ /* HTML5 fix */
line-height:0;
}
.button button{
border:none;
outline:none;
}
.buttonDisabledO{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-color:#fff;
opacity:0.7;
filter:alpha(opacity=70);
display:none;
}
.buttonDisabled {
cursor: default;
}
.buttonDisabled .buttonDisabledO{
display:block;
}
.buttonC{
display:inline-block;
padding-left:10px;
padding-right:10px;
font-weight:bold;
text-align:center;
background:none;
background-repeat:no-repeat;
background-position:7px center;
white-space:nowrap;
overflow:hidden;
font-size:12px;
-webkit-font-smoothing: antialiased;
cursor:pointer;
min-width:10px;
height:100%;
}
.buttonC span.icon{
padding:1px 0 1px 20px;
}
.buttonC .icon:empty{
margin:0 -5px;
background-position:center center;
}
.buttonLarge .buttonC{
padding-left:20px;
padding-right:20px;
}
div.buttonC{
height:22px;
line-height:22px;
}
.buttonLarge div.buttonC{
height:36px;
line-height:36px;
}
.buttonIcon{ /* only icon */
width:10px;
background-position:center center;
}
.button a{
text-decoration:none;
display:block;
line-height:22px;
}
.IE7 .button a{
line-height:17px;
padding-top:2px;
padding-bottom:3px;
}
.button button{
height:22px;
width:100%;
}
.IE7 .button button{
width:auto;
}
.buttonStretch{
display:block;
width:100%;
}
.buttonStretch .buttonC{
display:block;
}
.IE7 .buttonStretch button{
width:100%;
}
#lt .button{
width:100%;
}
#lt .button button{
width:100%;
}
#lt .button{
margin-bottom:10px;
}
#lt .button:last-child{
margin-bottom:0;
}
/* +++ color +++ */
.button > div{
border:1px solid #2B63A6;
background-color:#52a1cd;
background-image:url( '//ifrype.com/i/sbook/buttons2/submit.png' );
background-position:left top;
background-repeat:repeat-x;
}
.buttonBlue .buttonC,
.button .buttonC {
color:#fff;
text-shadow:0 1px 0 #116292;
}
.buttonBlue > div:hover,
.button > div:hover {
background-color:#3288ba;
background-position:left -24px;
}
.buttonBlue > div:active,
.button > div:active {
background-color:#2b739c;
background-position:left -48px;
}
/* link */
.buttonLink > div{
border:1px solid #BEBEBE;
background-color:#f1f2f3;
background-image:url( '//ifrype.com/i/sbook/buttons2/link.png' );
}
.buttonLink .buttonC{
color:#393939;
text-shadow:0 1px 0 #f7f7f7;
}
.buttonLink > div:hover{
background-color:#dde2e4;
}
.buttonLink > div:active{
background-color:#d2d7d9;
}
/* buy */
.buttonBuy > div{
border:1px solid #B94B00;
background-color:#ee8225;
background-image:url( '//ifrype.com/i/sbook/buttons2/buy.png' );
}
.buttonBuy .buttonC{
color:#FFF;
text-shadow:0 1px 0 #c25f25;
}
.buttonBuy > div:hover{
background-color:#fc671c;
}
.buttonBuy > div:active{
background-color:#e25517;
}
/* purple */
.buttonPurple{
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.buttonPurple > div{
border: 1px solid #982B8D;
background: rgba(191,67,183,1);
background: -moz-linear-gradient(top, rgba(191,67,183,1) 0%, rgba(150,42,139,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(191,67,183,1)), color-stop(100%, rgba(150,42,139,1)));
background: -webkit-linear-gradient(top, rgba(191,67,183,1) 0%, rgba(150,42,139,1) 100%);
background: -o-linear-gradient(top, rgba(191,67,183,1) 0%, rgba(150,42,139,1) 100%);
background: -ms-linear-gradient(top, rgba(191,67,183,1) 0%, rgba(150,42,139,1) 100%);
background: linear-gradient(to bottom, rgba(191,67,183,1) 0%, rgba(150,42,139,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf43b7', endColorstr='#962a8b', GradientType=0 );
-webkit-box-shadow: 0 1px 0 0 rgba(35,36,37,1);
-moz-box-shadow: 0 1px 0 0 rgba(35,36,37,1);
box-shadow: 0 1px 0 0 rgba(35,36,37,1);
}
.buttonPurple .buttonC{
color: #FFF;
text-shadow: 0 1px 0 #9A258F;
}
.buttonPurple > div:hover{
border: 1px solid #b350aa;
background: rgba(209,104,200,1);
background: -moz-linear-gradient(top, rgba(209,104,200,1) 0%, rgba(179,81,169,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(209,104,200,1)), color-stop(100%, rgba(179,81,169,1)));
background: -webkit-linear-gradient(top, rgba(209,104,200,1) 0%, rgba(179,81,169,1) 100%);
background: -o-linear-gradient(top, rgba(209,104,200,1) 0%, rgba(179,81,169,1) 100%);
background: -ms-linear-gradient(top, rgba(209,104,200,1) 0%, rgba(179,81,169,1) 100%);
background: linear-gradient(to bottom, rgba(209,104,200,1) 0%, rgba(179,81,169,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d168c8', endColorstr='#b351a9', GradientType=0 );
}
.buttonPurple > div:active{
border: 1px solid #982B8D;
background: rgba(150,42,137,1);
background: -moz-linear-gradient(top, rgba(150,42,137,1) 0%, rgba(192,67,182,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(150,42,137,1)), color-stop(100%, rgba(192,67,182,1)));
background: -webkit-linear-gradient(top, rgba(150,42,137,1) 0%, rgba(192,67,182,1) 100%);
background: -o-linear-gradient(top, rgba(150,42,137,1) 0%, rgba(192,67,182,1) 100%);
background: -ms-linear-gradient(top, rgba(150,42,137,1) 0%, rgba(192,67,182,1) 100%);
background: linear-gradient(to bottom, rgba(150,42,137,1) 0%, rgba(192,67,182,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#962a89', endColorstr='#c043b6', GradientType=0 );
-webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}
/* +++ large +++ */
.buttonLarge{
height:38px;
}
.buttonLarge > div{
height:36px;
}
.buttonLarge a{
line-height:34px;
}
.IE7 .buttonLarge a{
line-height:29px;
padding-top:2px;
padding-bottom:3px;
}
.buttonLarge button{
height:36px;
}
.buttonLarge > div{
background-image:url( '//ifrype.com/i/sbook/buttons2/submit_large.png' );
}
.buttonLink.buttonLarge > div{
background-image:url( '//ifrype.com/i/sbook/buttons2/link_large.png' );
}
.buttonBuy.buttonLarge > div{
background-image:url( '//ifrype.com/i/sbook/buttons2/buy_large.png' );
}
.buttonLarge > div:hover{
background-position:left -38px;
}
.buttonLarge > div:active{
background-position:left -76px;
}
.buttonPurple.buttonLarge > div{
background: rgba(191,67,183,1);
background: -moz-linear-gradient(top, rgba(191,67,183,1) 0%, rgba(150,42,139,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(191,67,183,1)), color-stop(100%, rgba(150,42,139,1)));
background: -webkit-linear-gradient(top, rgba(191,67,183,1) 0%, rgba(150,42,139,1) 100%);
background: -o-linear-gradient(top, rgba(191,67,183,1) 0%, rgba(150,42,139,1) 100%);
background: -ms-linear-gradient(top, rgba(191,67,183,1) 0%, rgba(150,42,139,1) 100%);
background: linear-gradient(to bottom, rgba(191,67,183,1) 0%, rgba(150,42,139,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf43b7', endColorstr='#962a8b', GradientType=0 );
-webkit-box-shadow: 0 1px 0 0 rgba(35,36,37,1);
-moz-box-shadow: 0 1px 0 0 rgba(35,36,37,1);
box-shadow: 0 1px 0 0 rgba(35,36,37,1);
}
.buttonPurple.buttonLarge > div:hover{
background: rgba(209,104,200,1);
background: -moz-linear-gradient(top, rgba(209,104,200,1) 0%, rgba(179,81,169,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(209,104,200,1)), color-stop(100%, rgba(179,81,169,1)));
background: -webkit-linear-gradient(top, rgba(209,104,200,1) 0%, rgba(179,81,169,1) 100%);
background: -o-linear-gradient(top, rgba(209,104,200,1) 0%, rgba(179,81,169,1) 100%);
background: -ms-linear-gradient(top, rgba(209,104,200,1) 0%, rgba(179,81,169,1) 100%);
background: linear-gradient(to bottom, rgba(209,104,200,1) 0%, rgba(179,81,169,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d168c8', endColorstr='#b351a9', GradientType=0 );
background-position: left top;
}
.buttonPurple.buttonLarge > div:active{
background: rgba(150,42,137,1);
background: -moz-linear-gradient(top, rgba(150,42,137,1) 0%, rgba(192,67,182,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(150,42,137,1)), color-stop(100%, rgba(192,67,182,1)));
background: -webkit-linear-gradient(top, rgba(150,42,137,1) 0%, rgba(192,67,182,1) 100%);
background: -o-linear-gradient(top, rgba(150,42,137,1) 0%, rgba(192,67,182,1) 100%);
background: -ms-linear-gradient(top, rgba(150,42,137,1) 0%, rgba(192,67,182,1) 100%);
background: linear-gradient(to bottom, rgba(150,42,137,1) 0%, rgba(192,67,182,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#962a89', endColorstr='#c043b6', GradientType=0 );
-webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.25);
background-position: left top;
}
.buttonLarge .icon {
line-height: 34px;
}
.formButtons{
margin-top:10px;
padding:10px 0;
border-top:1px solid #e7E7E7;
}
.formButtons.noBottom{
padding-bottom:0;
}
/* +++ radiobutton-set +++ */
.radiobutton-set {
overflow:hidden;
border-right:solid 1px #fff;
border-bottom:solid 1px #fff;
float:left;
}
.radiobutton-set li {
float:left;
    background-color: #F1F2F3;
    background-image: url("//ifrype.com/i/sbook/buttons2/link.png");
    border: 1px solid #BEBEBE;
border-left:none;
}
.radiobutton-set li.first,
.radiobutton-set li.first a {
border-left:solid 1px #8f8f8f;
border-top-left-radius:3px;
border-bottom-left-radius:3px;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-topleft:3px;
-khtml-border-top-left-radius:3px;
-khtml-border-bottom-left-radius:3px;
-webkit-border-top-left-radius:3px;
-webkit-border-bottom-left-radius:3px;
}
.radiobutton-set li.last,
.radiobutton-set li.last a {
border-top-right-radius:3px;
border-bottom-right-radius:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topright:3px;
-khtml-border-top-right-radius:3px;
-khtml-border-bottom-right-radius:3px;
-webkit-border-top-right-radius:3px;
-webkit-border-bottom-right-radius:3px;
}
.radiobutton-set li.active {
/*
border-top-color:#202020;
border-bottom-color:#5f5f5f;
border-left:solid 1px #5d5e5e;
border-right-color:#565657;
-webkit-box-shadow: inset 1px 1px 2px #555556;
-moz-box-shadow: inset 1px 1px 2px #555556;
box-shadow: inset 1px 1px 2px #555556;
margin-left:-1px;
*/
 }
.radiobutton-set li.active{
/*background-image: url("//ifrype.com/i/sbook/buttons2/link.png") repeat-x 0 -48px;*/
background-position:0 -48px !important;
}
.radiobutton-set li:active {
/*background:url('//ifrype.com/i/sbook/buttonset/sprite.png') repeat-x 0 -44px;
background-color:#2b739c;*/
background-position:0 -48px !important;
}
.radiobutton-set li:hover {
background-position:0 -24px;
}
.radiobutton-set li.first.active {
margin-left:0;
}
.radiobutton-set li.active a {
/*
color: white;
text-shadow: #393939 0 1px 0;
*/
}
.radiobutton-set li a {
border:none !important;
}
.radiobutton-set li a:hover {
text-decoration:none;
}
.radiobutton-set li,
.radiobutton-set li a {
display:block;
height:22px;
text-align:center;
}
.radiobutton-set li a {
padding:0 13px;
line-height:22px;
font-size:11px;
font-weight:normal;
color:#5d5d5d;
text-shadow: #F7F7F7 0 1px 0;
}
/*
.radiobutton-set {
overflow:hidden;
}
.radiobutton-set li {
float:left;
background-position:center;
background-repeat:repeat-x;
}
.radiobutton-set li,
.radiobutton-set li span,
.radiobutton-set li a {
display:block;
height:25px;
}
.radiobutton-set li a {
line-height:25px;
font-size:11px;
text-decoration:none;
color:#696969;
padding:0 8px;
}
.radiobutton-set li a:hover {
color:#000;
}
.radiobutton-set .active a:hover,
.radiobutton-set .active a {
color:#fff;
}
.radiobutton-set li {
background-image:url('//ifrype.com/i/sbook/buttonset/def-bg.gif');
border-left:solid 1px #d7d7d7;
}
.radiobutton-set li.first {
border-left:none;
}
.radiobutton-set li.active {
background-image:url('//ifrype.com/i/sbook/buttonset/active-bg.gif');
}
.radiobutton-set li.first span {
background:url('//ifrype.com/i/sbook/buttonset/left-corn-def.gif') left center no-repeat;
}
.radiobutton-set li.first span.active {
background-image:url('//ifrype.com/i/sbook/buttonset/left-corn-act.gif');
}
.radiobutton-set li.last a {
background:url('//ifrype.com/i/sbook/buttonset/right-corn-def.gif') right center no-repeat;
}
.radiobutton-set li.last span.active a {
background-image:url('//ifrype.com/i/sbook/buttonset/right-corn-act.gif');
}
*/
.arrow-sliders{
overflow:hidden;
}
.arrow-sliders a{
display:block;
font-size:0;
line-height:0;
width:20px;
height:20px;
background-position:center;
background-repeat:no-repeat;
float:left;
}
.arrow-sliders a:hover{
border: none;
}
.arrow-sliders a.prev-slider {
background-image:url('//ifrype.com/i/sbook/sliders/sliders_left_default.gif');
}
.arrow-sliders a.next-slider {
background-image:url('//ifrype.com/i/sbook/sliders/sliders_right_default.gif');
}
.arrow-sliders a.prev-slider:active {
background-image:url('//ifrype.com/i/sbook/sliders/sliders_left_pressed.gif');
}
.arrow-sliders a.next-slider:active {
background-image:url('//ifrype.com/i/sbook/sliders/sliders_right_pressed.gif');
}
.buttonLink .downArrow {
background:url(//ifrype.com/i/sbook/select.png) no-repeat right 4px;
padding-right: 17px;
}
.button.hasBadge .buttonC {
padding-right: 25px;
}
.button .badge {
background: none repeat scroll 0 0 #FF6600;
border-radius: 3px 3px 3px 3px;
color: #FFFFFF;
display: block;
float: right;
font-size: 10px;
margin-right: 6px;
margin-top: 4px;
padding: 1px 6px;
position: absolute;
right: 0;
top: 0;
z-index: 1;
}
/* --- css/buttons.css --- */
/* +++ css/comments.css +++ */
.addFormButtons{
clear:both;
overflow:hidden;
}
.addFormButtons .button{
float:left;
}
.addFormButtons .addCommentSubmit{
float: right;
}
.addFormButtons .formItemSelect{
float:left;
margin-left:10px;
width:200px;
}
.userComments .userIcon{
float:left;
}
.userComments .userIcon a{
width:50px;
height:50px;
display:block;
}
.userComments .user-icon {
width:20px;
height:20px;
display:block;
float:left;
margin-right:10px;
}
.userComments > li{
clear:both;
background-position:0px 25px;
background-repeat:no-repeat;
position: relative;
padding-left:64px;
border-bottom: 1px solid #f5f5f5;
margin-top:10px;
line-height:17px;
}
.userComments > li:first-child{
margin-bottom:0;
}
.userComments > li.simpleComment{
padding-left:0px;
}
.userComments > li.yearSep {
padding-left: 0;
font-weight: bold;
font-size: 14px;
line-height: 22px;
margin-top: 16px;
}
.userComments > li.yearSep:first-child {
margin-top: 0;
}
.userComments li:last-child{
border:none;
}
.userComments > li .commentContent{
position:relative;
}
.userComments > li .commentContent .heading{
position:relative;
}
li.addform .replyArrow {
background:url(//ifrype.com/i/sbook/comments/com_arrow_grey.png) no-repeat scroll center;
}
.commentContent .heading > a,
.commentContent .heading > b{
margin-left: 5px;
}
.commentContent .heading > a:first-child{
font-weight:bold;
}
.commentContent .heading > span{
__color:#8d8d8d;
margin-left: 5px;
}
.commentContent .heading a:first-child,
.commentContent .heading span:first-child{
margin-left:0;
}
.commentContent .heading span.status_new{
padding: 0 3px 0 3px;
margin-left:10px;
-moz-border-radius: 3px;
border-radius: 3px 3px;
color:white;
background-color: #74c008;
}
.commentContent .heading .badge{
display:inline;
}
.userComments > li .body{
padding:0px 0px 5px 0px;
__min-height:30px;
word-wrap:break-word;
}
.commentContent .options{
padding-bottom:5px;
overflow:hidden;
}
.commentContent .options span{
display:inline-block;
vertical-align:top;
}
.commentContent .options a{
display:inline-block;
max-width:170px;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
vertical-align:top;
}
.commentContent .commentRight{
position:relative;
}
.commentContent .commentRight > a,
.commentContent .commentRight > span{
float:left;
}
.userComments > li .commentContent .closeIcon,
.userComments > li .commentContent .greySpeakerIcon,
.userComments > li .commentContent .greyStarIcon{
visibility:hidden;
}
.userComments > li .commentContent:hover .closeIcon,
.userComments > li .commentContent:hover .greySpeakerIcon,
.userComments > li .commentContent:hover .greyStarIcon,
.userComments > li .commentContent.hover .closeIcon,
.userComments > li .commentContent.hover .greySpeakerIcon,
.userComments > li .commentContent.hover .greyStarIcon,
.userComments > li .commentContent .greyStarIcon.active {
visibility:visible;
}
.commentContent .options a, .commentContent .options span{
font-size:11px;
}
.commentContent .options .commentRight a.disabled{
cursor:default;
color: #6f6f6f;
}
.commentContent .options .commentRight a.disabled:hover{
text-decoration: none;
}
.commentContent .options a + a{
margin-left:10px;
}
.commentContent .options .replyIcon{
font-weight:bold;
}
.userComments > li.addform .commentContent{
margin-bottom: 20px;
}
li.addform textarea{
height:70px;
}
li.addform  iframe{
height:200px;
}
.commentRight{
float:right;
}
.commentHeadingLeft{
float:left;
margin-bottom:3px;
}
.commentHeadingRight{
float:right;
padding-right:10px;
font-size:11px;
color:#8d8d8d;
}
.commentHeadingRight strong {
font-weight: normal;
}
.commentContent .heading{
overflow:hidden;
}
.simpleComments > li{
background-image:none;
margin-bottom:20px;
}
.replyComments .commentContent .replyArrow{
background:url(//ifrype.com/i/sbook/comments/com_arrow_up.png) no-repeat scroll center;
position:absolute;
left: 24px;
top: -12px;
width:27px;
height:12px;
}
.commentRight .closeIcon {
width: 16px;
height: 16px;
padding:0;
}
.userComments > li .profileImage {
position: absolute;
width: 50px;
height: 50px;
background-repeat: no-repeat;
background-position: center center;
top: 0px;
left: 0px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
-o-border-radius:5px;
-khtml-border-radius:5px;
}
.userComments > li.quote .profileImage, .userComments > li.answer .profileImage {
left: 66px;
}
.userComments > li.quote .commentContent, .userComments > li.answer .commentContent {
margin-left: 66px;
}
li.commentAutoHide textarea {
height:42px;
color:#a7a7a7;
}
li.commentAutoHide .addFormButtons,li.commentAutoHide .formTextareaInfo {
display:none;
}
.userComments li.bannedComment {
padding-left: 0;
}
.articleItem .commentContent .body {
padding-left:30px;
}
.articleItem .userComments > li .commentContent {
background:transparent;
}
.articleItem .userComments > li.quote .commentContent, 
.articleItem .userComments > li.answer .commentContent {
margin-left:-35px;
}
.commentWithAdmin{
float:left;
margin-left:10px;
margin-top:5px;
}
.comAnsw{
position:relative;
border-bottom:1px solid #F5F5F5;
margin-top:10px;
padding-bottom:5px;
}
.comAnsw:last-child{
border-bottom:none;
}
.comAnswProf{
display:block;
width:24px;
height:24px;
overflow:hidden;
}
.comAnsw .comAnswProf{
position:absolute;
top:0px;
left:0px;
}
.comAnswProf img{
width:100%;
height:100%;
}
.comAnswHead .user{
font-weight:bold;
}
.comAnswContent{
margin-left:30px;
}
.comAnswBody{
margin-bottom:3px;
}
.comAnswOptions{
font-size:11px;
}
.comAnswOptions .replyIcon{
font-weight:normal;
}
.comAnswRight{
float:right;
}
.comAnsw .comAnswRight .closeIcon{
visibility:hidden;
}
.comAnsw:hover .comAnswRight .closeIcon{
visibility:visible;
}
.commentsRate{
float:right;
}
.commentsRate *{
display:inline-block;
margin-left:3px;
margin-right:3px;
}
.commentsLike{
color:#72c200;
cursor:pointer;
}
.commentsDisLike{
color:#f34536;
cursor:pointer;
}
.commentsLikeButton{
cursor:pointer;
width:16px;
height:16px;
background-image:url('//ifrype.com/i/sbook/comments_like.png');
background-position:0 0;
}
.commentsLikeButton:hover{
background-position:0 -16px;
}
.commentsLikeButton.active{
background-position:0 -32px;
}
.commentsDisLikeButton{
cursor:pointer;
width:16px;
height:16px;
background-image:url('//ifrype.com/i/sbook/comments_like.png');
background-position:16px 0;
}
.commentsDisLikeButton:hover{
background-position:16px -16px;
}
.commentsDisLikeButton.active{
background-position:16px -32px;
}
.comments .item .options a + a{
margin-left:10px;
}
.commentsRateDisabled .commentsLikeButton{
background-position:0 0;
}
.commentsRateDisabled .commentsDisLikeButton{
background-position:16px 0;
}
.comTime{
white-space:nowrap;
}
.comments .item .Mosaic{
margin-top:5px;
}
.embedPlaceholder{
margin-top:5px;
margin-bottom:5px;
}
.uploadImage {
max-width: 100%;
cursor: pointer;
}
.gifContainer {
position: relative;
display: inline-block;
cursor: pointer;
}
.gifContainer.legacy {
cursor: default;
}
.gifContainer video {
max-width: 100%;
position: relative;
}
.gifContainer img {
max-width: 100%;
display: block;
}
.gifContainer .playButton {
position: absolute;
z-index: 1;
top: 0;
left: 0;
background: url('//ifrype.com/say/img/play_video_small.png') center center no-repeat;
opacity: 0.7;
width: 100%;
height: 100%;
}
.gifContainer:hover .playButton {
opacity: 1;
}
.gifContainer p {
margin-top: 5px;
}
.gifContainer .legacyGif {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.comments.galleryComments h3 {
font-size: 12px;
}
.comments.galleryComments > h3 {
font-weight: normal;
margin-bottom: 8px;
}
.comments.galleryComments div.profileSmallIcon {
width: 32px;
height: 32px;
}
.comments.galleryComments .content {
margin-left: 42px;
}
.comments.galleryComments .options a {
color: #8d8d8d;
}
.comments.galleryComments .childs {
margin-left: 42px;
}
.comments.galleryComments .childs > .item, .comments.galleryComments .childs > .item:first-child {
margin-top: 0;
border: 0;
}
.comments.galleryComments .childs > .item:last-child {
padding-bottom: 0;
}
.comments.galleryComments .replyLink {
margin-right: 5px;
}
.comments.galleryComments .commentsRate {
float: none;
}
.comments.galleryComments .commentsLikeButton {
width: 14px;
height: 14px;
background: url('//ifrype.com/gallery/img/fs/uvote.png') no-repeat top left;
margin-bottom: -2px;
}
.comments.galleryComments .commentsLikeButton:hover {
background-position: center left;
}
.comments.galleryComments .commentsLikeButton.active {
background-position: bottom left;
}
.comments.galleryComments .commentsDisLikeButton {
width: 14px;
height: 14px;
background: url('//ifrype.com/gallery/img/fs/dvote.png') no-repeat top left;
margin-bottom: -2px;
}
.comments.galleryComments .commentsDisLikeButton:hover {
 background-position: center left;
}
.comments.galleryComments .commentsDisLikeButton.active {
background-position: bottom left;
}
.comments.galleryComments .SayForm .SayFormEditor {
margin-left: 42px;
}
.comments.galleryComments .commentsTop .item:last-child {
padding-bottom: 0;
}
.comments.galleryComments .commentsTop .sep {
height: 30px;
}
.comments.galleryComments .commentsTop .sep h1 {
padding-bottom: 0;
border-color: #F5F5F5;
}
.comments.galleryComments .editorTextContainer {
position: relative;
}
.comments.galleryComments .inEditorIcons {
position: absolute;
bottom: 7px;
right: 0;
}
.comments.galleryComments .SayEditor {
min-height: 20px;
max-height: 60px;
margin: 5px 60px 5px 10px;
line-height: 20px;
}
.comments.galleryComments .hasImageInForm .SayEditor {
min-height: 40px;
margin-left: 5px;
}
.comments.galleryComments .SayEditorDefaulText {
top: 2px;
left: 10px;
}
.comments.galleryComments .hasImageInForm .SayEditorDefaulText {
left: 5px;
}
.comments.galleryComments .SayFormBottom {
background: none;
border: none;
padding: 0;
}
.comments.galleryComments .SayFormBottomIcon a {
width: 16px;
height: 16px;
}
.comments.galleryComments .SayFormBottomIcon a:hover {
background-position: bottom left;
}
.comments.galleryComments .addImageSayIcon {
background-image: url('//ifrype.com/gallery/img/fs/foto.png');
background-size: 16px auto;
}
.comments.galleryComments .addSmileySayIcon {
background-image: url('//ifrype.com/gallery/img/fs/smaids.png');
background-size: 16px auto;
}
.comments.galleryComments .ddMenuCaption {
max-width: 152px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
display: inline-block;
}
.comments.galleryComments .childs .ddMenuCaption {
max-width: 120px;
}
.comments.galleryComments .childs .childs .ddMenuCaption {
max-width: 86px;
}
.comments.galleryComments .SayForm {
min-height: 32px;
}
.comments.galleryComments .gifContainer {
display: block;
}
.comments.galleryComments > div > .SayForm, .comments.galleryComments > .SayForm {
padding-bottom: 0;
}
.comments.emptyComments #addComment {
border-top: 0;
padding-top: 8px;
}
.comments .commentsDisabled {
display: none;
}
.comments.galleryComments .item .options a + a {
margin-left:10px;
margin-right:10px;
}
.comments .videoTmpContainer .uploadImage, .comments .gifTmpContainer .uploadImage {
cursor: default;
}
.comments .videoContainer {
position: relative;
display: inline-block;
}
.comments .videoContainer .flashPlayer {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
/* +++ Retina images +++ */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
.comments.galleryComments .addImageSayIcon {
background-image: url('//ifrype.com/gallery/img/fs/foto_2x.png');
}
.comments.galleryComments .addSmileySayIcon {
background-image: url('//ifrype.com/gallery/img/fs/smaids_2x.png');
}
}
/* --- css/comments.css --- */
/* +++ css/pg.css +++ */
.navig{
display:inline;
margin:12px 0;
}
html>body .navig{
display:inline-table;
}
.navig a{
  background-image: url("//ifrype.com/i/sbook/buttons2/link.png");
background-repeat: repeat-x;
height:24px;
line-height: 24px;
display:block;
padding:0 8px;
text-decoration:none;
color:#6f6f6f;
background-color:#f1f2f3;
border:1px solid #C1C8CB;
border-right-width:0px;
text-shadow:0px 1px 0px #f7f7f7;
}
.navig a:hover{
background-position:left -24px;
}
.navig a:active{
background-position:left -48px;
font-weight:bold;
}
.navig a.active, .navig a.active:hover{
background-position:left -72px;
color:#393939 !important;
}
.navig td.first a {
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.navig td.last a {
border-right-width:1px;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.navig td.hidden{
visibility:hidden;
}
.navigBg{
text-align:center;
clear:both;
}
/* --- css/pg.css --- */
/* +++ css/sideevents.css +++ */
.sideEvents li{
background-position:1px 8px;
background-repeat: no-repeat;
color:#6f6f6f;
padding-left:22px;
position: relative;
}
.sideEvents .user{
font-weight:bold;
}
.sideEvents p{
padding-right:10px;
}
.sideEvents p .user{
font-weight:normal;
}
.sideEvents li{
margin-top:10px;
}
.sideEvents li:first-child{
margin-top:0px;
}
li.simpleInfo{
margin-top:0px;
}
.sideEvents li:last-child{
margin-bottom:0px;
}
.sideEvents li p a{
text-decoration: none;
color: #445f96;
font-weight: normal;
}
.sideEvents li p a:hover{
text-decoration: underline;
}
.sideEvents li a.closeIcon {
display: none;
top:4px;
}
.sideEvents a{
word-wrap:break-word;
}
.sideEvents li:hover a.closeIcon {
display: block;
}
.sideEvents li.simpleInfo, .sideEvents li.firstItem {
border: 0;
}
.sideEvents li.simpleInfo {
padding-left: 17px;
padding-top: 0px;
}
.sideEvents li.simpleInfo a{
font-size: 11px;
padding-left: 13px;
background: url('//ifrype.com/i/sbook/select_open.png') no-repeat 0px 1px;
}
.sideEvents .iconImg {
position: absolute;
left:0;
top:6px;
width:20px;
height: 20px;
}
/*
#expires 2012-07-01 falcon
*/
.etligoFp {
width: 18px;
height: 18px;
cursor: pointer;
    position: absolute;
left: 0;
top: 0;
display:block;
background-image: url(//ifrype.com/d/ligo/img/eventservericons/todo.png);
background-repeat: no-repeat;
}
.ligoEvbeer{background-image: url(//ifrype.com/d/ligo/img/eventservericons/beer.png)}
.ligoEvplace{background-image: url(//ifrype.com/d/ligo/img/eventservericons/event.png)}
.ligoEvidea{background-image: url(//ifrype.com/d/ligo/img/eventservericons/todo.png)}
.ligoEvpk{background-image: url(//ifrype.com/d/ligo/img/eventservericons/pk.png)}
.ligoEvpractical{background-image: url(//ifrype.com/d/ligo/img/eventservericons/todo.png)}
.ligoEvrecipe{background-image: url(//ifrype.com/d/ligo/img/eventservericons/todo.png)}
.ligoEvparty{background-image: url(//ifrype.com/d/ligo/img/eventservericons/event.png)}
/*
#expires
*/
/* --- css/sideevents.css --- */
/* +++ css/sidemenu.css +++ */
.sideMenu{
background-color:#fff;
overflow:hidden;
}
.sideMenu li{
margin:0px;
padding:0px;
position: relative;
zoom: 1.0; /* IE fix */
}
.sideMenu li div{
padding-left:32px;
background-position:5px 7px;
background-repeat: no-repeat;
}
.sideMenu li a{
position: relative;
padding-top:7px;
padding-bottom:7px;
margin-bottom:0px;
display:block;
}
.sideMenu li.hidden{
display:none;
}
.sideMenu.compact li a{
padding-top:3px;
padding-bottom:3px;
padding-left: 0px;
font-weight: normal;
}
.sideMenu.compact li div{
padding-left: 3px;
}
.sideMenu li a em{
font-weight:normal;
color:#a7a7a7;
font-style:normal;
}
.sideMenu li a span.badge {
top: 7px;
right: 0px;
text-decoration: none;
}
.sideMenu li a:hover span.badge {
text-decoration: none;
}
.sideMenu li a span.badge.off {
background-color: #a7a7a7;
}
.sideMenu li a.admin{
width: 16px;
position:absolute;
top:6px;
right:3px;
background: url('//ifrype.com/i/icons/uzstadijumi.png') repeat-x !important;
display:none;
}
.sideMenu li:hover a.admin{
display:block;
}
.sideMenu li.badge:hover a.admin{
right: 20px;
}
.sideMenu li.admin.badge:hover > div, .sideMenu li.admin.badge:hover {
background-position: 205px;
}
.sideMenu .activeMenu{
background-color:#f8f8f8;
}
.activeMenu > div > a{
font-weight:bold;
}
.sideMenu li a.highlite{
color: #ff6600;
}
.sideMenu .sideMenu li{
padding-left:35px;
}
.sideMenu .sideMenu li a {
border-top:none;
}
.sideMenu .iconImg {
padding-top:5px;
padding-left:3px;
width:20px;
height: 20px;
display: block;
float:left;
}
#lt .sideMenu:first-child{
margin-top:21px;
}
.noIcons li div {
padding-left: 5px;
}
/* +++ profileNews +++ */
#specialBox{
border-top:1px solid #E7E7E7;
}
.profileNews {
display: none;
color: #6F6F6F;
}
.profileNews .user{
font-weight:bold;
}
.profileNews li{
background-position: 26px center;
background-repeat: no-repeat;
overflow:hidden;
clear:both;
padding-left:6px;
padding-top:5px;
padding-bottom:5px;
}
.sideMenu2 li{
padding-bottom:5px;
}
.sideMenu2 li div{
position:relative;
background-repeat:no-repeat;
padding-left:20px;
}
.sideMenu2 .closeIcon{
position:absolute;
right:10px;
top:2px;
height:15px;
width:15px;
}
.profileNews .content-inner {
overflow:hidden;
padding-left:0;
}
.profileNews li.other {
filter:alpha(opacity=30);
 zoom: 1; 
-khtml-opacity:0.3;
opacity:0.3;
}
.profileNews li.other:hover {
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity:0.7;
opacity:0.7;
}
.profileNews li.today a {
font-weight:bold;
}
.profileNews li.other a {
/*background:#f8f8f8;*/
}
.profileNews li span.bubble {
color: #FFFFFF;
display: block;
float: left;
font-size: 11px;
margin-right: 10px;
padding: 0 5px;
text-align: center;
width: 70px;
padding:0;
}
.profileNews .icon {
padding-left:27px;
}
.profileNews li:hover>.sideMenu li:hover{
background-color: transparent;
}
.profileNews li a {
display: inline;
}
.profileNews li a:hover {
text-decoration: underline;
}
#calendarContent .profileNews li p {
float: left;
    width: 133px;
}
#calendarContent .profileNews li p a {
display:block;
float:left;
padding:0px;
}
.profileNews li p{
margin-right:5px;
}
.profileNews li p a {
font-weight:normal;
text-decoration:none;
margin-bottom: 0;
}
.profileNews li.simpleInfo {
border: 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 26px;
}
.profileNews li.simpleInfo a{
font-size: 11px;
background: url('//ifrype.com/i/sbook/select_open.png') no-repeat 0px 1px;
padding-left: 13px;
padding-top:0px;
padding-bottom:0px;
}
.profileNews span.eventTime {
color:#8D8D8D;
font-size:11px;
}
/* --- profileNews --- */
.profileNews p {
margin-bottom: 0;
}
ul.tree {
overflow:hidden;
border-bottom:1px solid #E7E7E7;
margin-bottom:30px;
}
ul.tree li {
border-top:1px solid #E7E7E7;
padding:6px 0 6px 32px;
position:relative;
}
ul.tree li:first-child {
border-top: none;
}
ul.tree li ul {
display:none;
padding:8px 0;
margin-left:2px;
}
ul.tree li ul li {
padding-left:0;
border:none;
padding-top:2px;
padding-bottom:2px;
}
ul.tree li ul li a {
font-size:12px;
color:#6F6F6F;
}
ul.tree li a {
color:#393939;
}
ul.tree li span {
cursor:pointer;
display:block;
float:left;
height:16px;
left:7px;
position:absolute;
text-indent:-1000px;
top:6px;
width:16px;
background-image:url('//ifrype.com/i/icons/add_gray.png');
}
ul.tree li.opened ul {
display:block;
}
ul.tree li.opened span {
background-image:url('//ifrype.com/i/icons/remove_gray.png');
}
a.galEvent{
padding:0 !important;
float:right;
margin-right:5px;
}
a.galEvent img{
width:50px;
height:50px;
}
span.galEvent{
display:block;
width:139px;
word-wrap:break-word;
}
.profileNews .xmasCal .bubble {
background: url('//ifrype.com/d/xmas13/assets/mk-advente.png') no-repeat;
padding-left: 25px;
width: 45px;
padding-top: 2px;
height: 18px;
}
/* --- css/sidemenu.css --- */
/* +++ css/sidenews.css +++ */
.sideNews li{
background-position:0px 8px;
background-repeat: no-repeat;
margin-bottom:0px;
padding-left:22px;
margin-bottom:10px;
}
.sideNews li:last-child{
margin-bottom:0px;
}
.sideNews li p a{
text-decoration:none;
}
.sideNews li p a:hover{
text-decoration:underline;
}
.sideNews strong{
font-weight:normal;
}
/* --- css/sidenews.css --- */
/* +++ css/sidemedia.css +++ */
.mediaSidebar .title {
float: left;
width: 160px;
padding-top: 10px;
display:block;
}
.mediaSidebar a:hover .title {
text-decoration: underline;
}
.mediaSidebar li {
height:55px;
font-weight:bold;
}
.mediaSidebar img {
margin-right:10px;
float:left;
}
/* reset follow pogai */
#followBox.drMedia .button ,
#followBox.drMedia .button a ,
#followBox.drMedia .icon ,
#followBox.drMedia .radius3 ,
#followBox.drMedia .buttonC {
background:transparent;
border:0;
color:#445F96;
font-weight:normal;
height:auto;
line-height:1em;
margin:0;
padding:0;
text-decoration: none;
text-shadow: none;
width:auto;
}
/* --- css/sidemedia.css --- */
/* +++ css/filters.css +++ */
.filterCategories {
margin-bottom: 10px;
width: 100%;
}
.filterCategories td {
border: 1px solid #e7e7e7;
vertical-align: top;
overflow: hidden;
}
.filterCategories td,
.filterSubCat td{
/*background:url(//ifrype.com/i/sbook/filters/filterCategory.png) repeat-x bottom;*/
}
.filterCategories td.active {
background: url(//ifrype.com/i/sbook/filters/filterCategory_active.png) repeat !important;
}
.filterCategories td a {
display: block;
/*height: 30px; */
width: auto;
background-repeat: no-repeat; 
background-position: center 10px;
color: #6f6f6f;
font-size: 10px;
line-height: 10px;
font-weight: bold;
text-align: center;
padding: 47px 5px 10px 5px;
text-decoration:none;
}
.filterCategories td:hover {
background-image:url('//ifrype.com/i/sbook/filters/filterCategory_hover.png');
}
.filterCategories td.active a {
color: #f3f3f3;
}
table.filterSubCat {
width: 100%;
border:none;
border-left:1px solid #e7e7e7;
border-top:1px solid #e7e7e7;
margin-top:10px;
margin-bottom:10px;
}
table.filterSubCat .additionalRow td {
border: 0;
background-image: none;
}
table.filterSubCat td {
border:none;
border-right:1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
height: 30px;
vertical-align: middle;
/*width:25%;*/
background-color:#FFF;
background-repeat: no-repeat; 
background-position:8px center;
padding-left:5px;
padding-right:5px;
}
table.filterCategories td.childHolder {
border: 1px solid #e7e7e7;
border-top:none;
border-right:none;
border-bottom:none;
}
table.filterSubCat td.empty {
background:#fff !important;
}
table.filterCategories td.childHolder table.filterSubCat {
border:none;
margin:0;
}
table.filterSubCat td a {
color: #6f6f6f;
line-height:15px;
display:block;
padding:5px 0 5px 29px;
text-align: left;
font-size: 12px;
min-height: 16px;
font-weight:bold;
position:relative;
}
table.filterSubCat td a .badge{
top:5px;
}
table.filterSubCat td a:hover,  table.filterSubCat td.activeSub a {
color: #393939;
text-decoration: none;
}
table.filterSubCat td.activeSub,
table.filterSubCat td:hover {
background-color:#f8f8f8;
}
table.filterSubCat span.badge {
background-color: #FF6600;
border: medium none;
border-radius: 5px 5px 5px 5px;
color: #FFFFFF;
float: right;
font-size: 10px;
line-height: 14px;
margin-right: 4px;
margin-top: 4px;
padding: 1px 6px;
text-align: center;
text-shadow: none;
}
/* search / autocomplete */
.filterSearcher .formItemBorder {
/*background-image:url("//ifrype.com/i/icons/search.png");
background-repeat: no-repeat;
background-position: right center;
*/
}
#breadcrumbSearch .searchButton{
position: absolute;
width: 16px;
height: 16px;
right: 6px;
top: 10px;
}
#centerSearch .searchButton {
position: absolute;
width: 16px;
height: 16px;
right: 6px;
top: 25px;
}
.filterSearcher .formItemPadding {
margin-right:20px;
}
/* Dropdown */
.dropdownList{
position:relative;
height:30px;
}
h1 .dropdownList, h2 .dropdownList, h3 .dropdownList{
position:absolute;
top:0px;
right:0px;
}
.dropdownList ul li:first-child {
font-weight: bold;
border: 0px;
background: url('//ifrype.com/i/sbook/select.png') right 4px no-repeat;
}
.dropdownList .hover li:hover, .dropdownList .clicked li:hover {
background-color:#E7E7E7;
}
.dropdownList ul {
font-weight: normal;
font-size:12px;
text-align: right;
position:absolute;
right:0;
border:1px solid transparent;
border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
-o-border-radius:5px;
height: 18px;
margin-top:0;
/*overflow:hidden;*/
z-index:10;
}
.dropdownList ul li{
border-top:1px solid #E7E7E7;
visibility:hidden;
white-space:nowrap;
}
.dropdownList .hover:hover, .dropdownList ul.clicked{
background-color: #f8f8f8;
border:1px solid #E7E7E7;
height:auto;
overflow:visible;
}
.dropdownList ul a:hover {
border-bottom:none;
}
.dropdownList .hover:hover li, .dropdownList ul.clicked li, .dropdownList ul li:first-child{
visibility:visible;
}
.dropdownList ul a {
padding: 2px 20px 2px 10px;
display:block;
color: #6f6f6f;
}
.dropdownList ul a:hover {
color: #393939;
text-decoration: none;
}
.dropdownList ul li:first-child a:hover {
color: #393939;
}
.dropdownList ul div.section li a {
white-space:nowrap;
overflow:hidden;
}
/* +++ ddMenu +++ */
.ddMenu{
position:relative;
padding-right:16px;
background-repeat:no-repeat;
background-image:url('//ifrype.com/i/sbook/select.png');
background-position:right center;
display:inline-block;
cursor:pointer;
}
h3 .ddMenu{
background-image:url('//ifrype.com/i/sbook/select_light.png');
}
.ddMenu + .ddMenu{
margin-left:10px;
}
.ddMenu.hidden {
display: none;
}
.ddMenuList{
position:absolute;
font-weight:normal;
font-size:12px;
border:1px solid #BEBEBE;
background-color:#F5F5F5;
padding-top:1px;
z-index:1;
}
.ddMenuList.withScroll {
padding: 5px 0;
}
.ddMenuListItem{
display:block;
background-repeat:no-repeat;
background-position:5px 13px;
white-space:nowrap;
padding:6px;
}
.ddMenuList a{
display:block;
}
.ddMenuArr{
position:absolute;
top:-4px;
left:5px;
width:5px;
height:5px;
background-image:url('//ifrype.com/i/sbook/ddmenu_arr.png');
}
.ddMenuTop .ddMenuArr{
top: auto;
bottom: -4px;
background-image:url('//ifrype.com/i/sbook/ddmenu_arr_down.png');
}
.ddMenuSelectable .ddMenuListItem{
padding-left:25px;
}
.ddMenuSelected{
background-image:url('//ifrype.com/i/sbook/tick.png');
}
.ddMenuList .formItemPermissions{
padding:5px;
}
/* --- ddMenu --- */
/* +++ dropDown +++ */
.Options{
position: absolute;
right:0;
top:32px;
background: #fefefe;
min-width: 150px;
-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
white-space: nowrap;
z-index: 1;
text-align:left;
color:#393939;
padding:6px 0;
font-weight:normal;
}
.Options:before{
position: absolute;
bottom: 100%;
right: 9px;
content: '';
/*
width:0;
height:0;
border-bottom: 7px solid #fefefe;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
*/
width:16px;
height:10px;
background-image:url('//ifrype.com/messages/img/bsturis_up.png');
}
.Options .item{
padding:5px 10px;
cursor:pointer;
}
.Options .item:first-child{
border-radius:3px 3px 0 0;
-moz-border-radius:3px 3px 0 0;
-webkit-border-radius:3px 3px 0 0;
}
.Options .item:first-child{
border-radius:0 0 3px 3px;
-moz-border-radius:0 0 3px 3px;
-webkit-border-radius:0 0 3px 3px;
}
.Options .item:hover, .Options .item.hover{
background-color:#f2f3f4;
}
.Options .itemSep{
border-bottom:1px solid #e7e7e7;
height:5px;
margin-bottom:5px;
}
.Options .itemSep:first-child{
display:none;
}
/* --- css/filters.css --- */
/* +++ css/articles.css +++ */
.shortArticle {
overflow:hidden;
clear:both;
margin-bottom:20px;
min-height:50px;
}
.shortArticle .profileSmallIcon {
display:block;
float:left;
width:50px;
position:relative;
}
.shortArticle .articleContent {
margin-left:59px;
}
.shortArticle .articleContent h3 {
margin:0;
padding:0;
}
.shortArticle .badge {
background:none repeat scroll 0 0 #A7A7A7;
bottom: 3px; 
right:3px;
color:#FFFFFF;
display:inline;
font-size:10px;
line-height:14px;
padding:1px 4px 2px 3px;
position:absolute;
text-shadow:none;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
-o-border-radius:5px;
-khtml-border-radius:5px;
}
.articleHeader {
position:relative;
}
.post .articleHeader .profileSmallIcon {
display: none;
}
.articleHeader .profileSmallIcon {
float:left;
margin-right:10px;
margin-bottom: 5px;
border-radius: 0;
}
.articleHeader .closeIcon {
position:absolute;
top:0;
right:0;
visibility:hidden;
}
.articleHeader .button{
position:relative;
top:-5px;
}
.articleItem:hover .closeIcon {
visibility:visible;
}
.articleItem .userComments > li {
border:none;
}
.articleItem .articleHeader h1,
.openArticle .articleHeader h1,
.postLeadNarrow .articleHeader h1 {
border:none;
margin:0 0 7px;
padding-top:0;
padding-bottom:3px;
font-size: 14px;
line-height: 16px;
}
.openArticle .articleHeader h1 {
font-size: 22px;
line-height: 26px;
}
.articleList .articleHeader h1 {
padding-top: 8px;
margin-bottom: 0;
}
.articleHeader ul li {
float:left;
margin-right:10px;
color:#6f6f6f;
}
.articleHeader ul li a {
/*font-weight: bold;*/
color: #6F6F6F;
}
.articleHeader .country {
background-repeat: no-repeat;
background-position: left;
padding-left: 20px;
}
.articleItem {
overflow:hidden;
clear:both;
padding:15px 0 8px 0;
border-bottom:solid 1px #F5F5F5;
}
.articleList > div:last-child .articleItem{
border-bottom:none;
}
.articleList > div:first-child{
padding-top:0;
}
.articleList .more {
font-style: normal;
font-weight: normal;
font-size: 13px;
}
.articleItem .articleFooter{
overflow:hidden;
clear:both;
}
.articleItem .articleFooter li {
float:left;
margin-right:15px;
}
.magazineFooter li a {
font-weight:bold;
}
.magazineFooter li i a {
color: #FF6600;
font-style: normal;
padding-left: 0;
}
.articleItem .articleFooter li a {
padding-left:17px;
background-position:left center;
background-repeat:no-repeat;
font-size:11px;
font-weight:bold;
}
.articleItem .articleFooter li a.Icon {
padding-left:0;
}
.articleItem .articleFooter li i {
font-style:normal;
color:#ff6600;
}
.articleItem .postImage, .openArticle .postImage {
float:right;
border-color:#fff;
border-style: solid;
border-width: 0 0 10px 10px;
position:relative;
z-index:1;
margin-top:20px;
}
.articleItem .postText, .openArticle .postText {
clear: left;
padding:10px 0;
margin:0;
}
.openArticle .postText {
margin-bottom:5px;
margin-top:10px;
/*border-top: 1px solid #E7E7E7;*/
}
.articleItem.highlight h1 a {
color:#ff6600;
}
.articleItem.highlight h1 a:hover { 
border-bottom: 1px solid #FF6600;
}
.calendar-item {
width:47px;
height: 48px;
background: url('//ifrype.com/i/sbook/cal.png') no-repeat;
}
.calendar-item dt {
color:#fff;
text-align:center;
font-size:10px;
line-height: 10px;
font-weight:bold;
padding:2px 0;
}
.calendar-item dd {
text-align:center;
line-height: 14px;
font-weight:bold;
font-size:20px; 
color:#393939;
padding-top: 11px;
text-shadow: 1px 0 0 #ffffff;
}
#poll:hover a.close{
display:block;
}
#poll{
display:block;
width:200px;
float:right;
margin-left:10px;
position:relative;
margin-bottom:10px;
}
#poll table{
width:100%;
}
#poll .my_answer{
font-weight:bold;
}
#poll td{
border-top:1px solid #e2e2e2;
padding:5px 0;
color:#383838;
}
#poll td.onright{
text-align:right;
}
#poll .results_square{
width:12px;
height:12px;
}
#poll .form_footer{
margin-top:10px;
padding-top:5px;
border-top:1px solid #e2e2e2;
margin-bottom:0;
}
#poll .creditnote{
color:#adadad;
font-size:11px;
text-align:center;
}
#textareaContent{
position:relative;
}
#textareaPoll{
position:relative;
top:0px;
right:0px;
z-index: 1;
}
#textareaContent.blog #textareaPoll{
position:absolute;
}
#textareaPoll.open{
width:240px;
}
#textareaPoll.open{
width:240px;
float:left;
margin-left:10px;
}
.formItemTextarea.small{
float:left;
width:480px;
}
.poll_public{
border: 1px solid #E7E7E7;
padding:10px;
}
h1 .subtitle_badge a, h1 .subtitle_badge a:hover {
    border: medium none;
    color: white;
    text-decoration: none;
}
.large-spotlight {
overflow:hidden;
position:relative;
margin-bottom:30px;
z-index:0;
}
.large-spotlight .image-block .slide,
.large-spotlight,
.large-spotlight .image-block,
.large-spotlight .pager-block {
height:228px;
}
.large-spotlight .image-block,
.large-spotlight .image-block .slide {
width:530px;
}
.large-spotlight .image-block {
position:relative;
}
.large-spotlight .image-block .slide {
background: none repeat scroll 0 0 #FFF;
left: 0;
overflow: hidden;
position: absolute;
text-align: center;
top: 0;
}
.large-spotlight .image-block .slide-title {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
bottom: 0;
left: 0;
position: absolute;
width: 530px;
}
.large-spotlight .image-block .slide-title td{
vertical-align:middle;
padding:12px;
text-align:left;
}
.large-spotlight .image-block .slide-title td a {
color:#FFF;
font-weight:bold;
font-size:12px;
}
.large-spotlight .image-block .slide img {
min-height: 228px;
position: relative; 
top:0px;
width: 530px;
}
.large-spotlight .pager-block {
position:absolute;
right:0;
top:0px;
width:222px;
z-index:200;
}
.large-spotlight .pager-block li {
padding-left:22px;
}
.large-spotlight .pager-block li:first-child span {
border-top:solid 1px #cacaca;
background-position:0px -1px;
}
.large-spotlight .pager-block li.active:first-child span {
background-position:0 -77px;
}
.large-spotlight .pager-block li a,
.large-spotlight .pager-block li strong,
.large-spotlight .pager-block li span {
display:block;
}
.large-spotlight .pager-block li,
.large-spotlight .pager-block li a,
.large-spotlight .pager-block li span {
height:76px;
color:#393939;
}
.large-spotlight .pager-block li a:hover {
text-decoration:none;
}
.large-spotlight .pager-block li span {
background:url('/music/img/spotlight.png') repeat-x 0 0px;
display:table-cell;
vertical-align:middle;
padding:0 10px;
width:180px;
}
.large-spotlight .pager-block li:hover span,
.large-spotlight .pager-block li.active span {
background-position:0 -76px;
}
.large-spotlight .pager-block li.active {
background:url('/music/img/spotlight.png') no-repeat -2px -153px;
}
.postLeadNarrow .postText {
padding-top: 10px;
padding-bottom: 5px;
}
.postLeadNarrow .postImage {
width: 200px;
}
.postLeadNarrow .embedPlaceholder .playButton {
background-image: url('//ifrype.com/say/img/play_video_small.png');
width: 39px;
height: 38px;
opacity: 0.7;
}
.postLeadNarrow .embedPlaceholder:hover .playButton {
background-position: 50% 50%;
opacity: 1;
}
/* +++ blog columns +++ */
.blogCol{
float: left;
width: 360px;
}
.blogCol + .blogCol {
margin-left: 10px;
}
.blogBlock {
position: relative;
margin-bottom: 10px;
border: 1px solid #e7e7e7;
max-width: 360px;
}
.blogBlock:hover .blogBlockContent {
background-color: #f6f6f6;
}
.blogBlock .title {
display: block;
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
line-height: 1.3em;
}
.blogBlock .title .flag {
margin-right: 2px;
position: relative;
top: 4px;
}
.blogBlockContent {
padding: 14px;
}
.blogBlockContent .text {
font-size: 13px;
line-height: 18px;
}
.blogBlock .image {
min-height: 100px;
max-height: 223px;
overflow: hidden;
}
.blogBlock .image img {
max-width: 358px;
}
.blogBlock .galleryMosaic {
position: relative;
}
.blogBlock .galleryMosaic .title {
position: absolute;
bottom: 14px;
left: 14px;
z-index: 1;
}
.blogBlock .galleryMosaic .title a {
color: #fff;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
/* --- blog columns --- */
/* --- css/articles.css --- */
/* +++ css/cbx.css +++ */
.cbx{
margin-bottom:5px;
}
.cbxCaption a{
text-decoration:none;
}
.cbx .cbxArrow{
background-image:url('//ifrype.com/i/sbook/select_open.png');
background-repeat:no-repeat;
background-position:-5px 1px;
padding-left:10px;
}
.cbx.open>.cbxCaption>.cbxArrow{
background-image:url('//ifrype.com/i/sbook/select.png');
background-position:-4px center;
}
.cbxCaption span{
cursor:pointer;
}
.cbxContent{
/*margin-left:20px;*/
padding-top:5px;
padding-bottom:10px;
}
.cbx>.cbxContent{
display:none;
}
.cbx.open>.cbxContent{
display:block;
}
.treeList li {
border-bottom: 1px solid #e7e7e7;
line-height: 30px;
}
.treeList .treeListChild {
border-top: 1px solid #e7e7e7;
margin: 0;
}
.treeList .treeListChild li {
/*background-color: #f3f3f3;*/
padding-left: 36px;
}
.treeListChild li:last-child {
border: 0;
}
.treeList .cbx {
padding: 0;
float:left;
width:12px;
margin-right:3px;
padding-top: 3px;
}
.treeList .cbx.open>.cbxArrow {
background-image:url('//ifrype.com/i/sbook/select.png');
background-position: top center;
}
.formItemMultiCheckbox {
width: auto;
}
.formItemMultiCheckbox .multiCbxContent {
display: none;
border: 1px solid #D7D7D7;
background-color: #F8F8F8;
padding: 0 8px 0 8px;
margin-top: 3px;
position: absolute;
z-index: 15;
}
.formItemMultiCheckbox.open .multiCbxContent {
display: block;
}
.formItemMultiCheckbox .multiCbxContent li {
border-bottom: 1px solid #D7D7D7;
padding: 5px 0 5px 0;
}
.formItemMultiCheckbox .multiCbxContent li:last-child {
border: none;
}
.formItemMultiCheckbox .multiCbxContent label {
font-weight: normal;
}
.formItemMultiCheckbox .multiCbxContent input {
    position: relative;
    top: 2px;
}
.formItemMultiCheckbox .multiCbxResult {
border-top: 1px solid #D7D7D7; 
text-align: center;
font-size: 12px;
display:none;
}
.formItemMultiCheckbox a {
text-overflow: ellipsis;
}
/* --- css/cbx.css --- */
/* +++ css/progress.css +++ */
.progress{
position:relative;
width:240px;
height:15px;
background-image:url('//ifrype.com/i/sbook/progress/bg.jpg');
}
.progress, .progress div{
font-size:1px;
line-height:1px;
}
.progressSmall{
width:100px;
background-image:url('//ifrype.com/i/sbook/progress/bg_sm.jpg');
}
.progressContent{
position:absolute;
top:2px;
left:2px;
width:236px;
height:11px;
overflow:hidden;
}
.progressSmall .progressContent{
width:96px;
}
.progressContents{
float:left;
height:100%;
}
.progressOverlay{
position:absolute;
top:1px;
left:1px;
width:238px;
height:13px;
background-image:url('//ifrype.com/i/sbook/progress/overlay.png');
}
.progressSmall .progressOverlay{
width:98px;
background-image:url('//ifrype.com/i/sbook/progress/overlay_sm.png');
}
.progressIcon{
position:relative;
background-image:url('//ifrype.com/i/sbook/progress/icon_bg.jpg');
width:15px;
height:15px;
}
.progressIcon, .progressIcon div{
font-size:1px;
line-height:1px;
}
.progressIconContent{
position:absolute;
top:2px;
left:2px;
width:11px;
height:11px;
}
.progressIconOverlay{
position:absolute;
top:1px;
left:1px;
width:13px;
height:13px;
background-image:url('//ifrype.com/i/sbook/progress/icon_overlay.png');
}
.progressCaptoins td{
padding:1px;
}
/* --- css/progress.css --- */
/* +++ css/ratestars.css +++ */
.rateStars{
font-size:1px;
line-height:1px;
width:98px;
height:18px;
overflow:hidden;
background-image:url('//ifrype.com/i/stars/bg_s.png');
background-position:left center;
}
.rateStars div{
float:left;
top:0px;
left:0px;
height:100%;
width:0px;
background-image:url('//ifrype.com/i/stars/c_s.png');
background-position:left center;
}
.rateStarsLarge{
width:225px;
height:44px;
background-image:url('//ifrype.com/i/stars/bg.png');
}
.rateStarsLarge div{
background-image:url('//ifrype.com/i/stars/c.png');
}
.rateStarsSmall{
width:65px;
height:12px;
background-image:url('//ifrype.com/i/stars/bg_small.png');
}
.rateStarsSmall div{
background-image:url('//ifrype.com/i/stars/c_small.png');
}
/* --- css/ratestars.css --- */
/* +++ css/emo.css +++ */
.emoSm{
width:20px;
height:20px;
background-position: center;
background-repeat: no-repeat;
}
.emoFpClose{
width: 16px;
height: 16px;
position: absolute;
right: 0;
top: -3px;
}
.closeEmo{
display:block;
width: 16px;
height: 16px;
position: absolute;
right: 0;
top: -3px;
}
.emoBigWrap{
position:absolute;
top:10px;
left:0;
}
.emoBigFp{
width:42px;
height:42px;
}
.emoBigFp img{
width:40px;
}
.emoBig{
width:60px;
height:60px;
position:absolute;
z-index:2;
top:50px;
left:5px;
}
#emoComment .userComments > li .profileImage {
border:none;
width:60px;
height:60px;
}
#emoComment .userComments > li{
padding-left:80px;
}
.emoBottom{
padding-left:80px;
margin-top:10px;
}
.emo38{
width:21px;
height:17px;
}
.emo39{
width:21px;
height:17px;
}
.emo40{
width:21px;
height:17px;
}
.emo41{
width:21px;
height:17px;
}
.emo42{
width:21px;
height:17px;
}
.emo43{
width:22px;
height:17px;
}
.emo45{
width:29px;
height:17px;
}
.emo58{
width:22px;
height:18px;
}
.emo59{
width:29px;
height:18px;
}
.emo60{
width:23px;
height:18px;
}
.emo61{
width:23px;
height:18px;
}
.emo63{
width:21px;
height:17px;
}
.emo64{
width:24px;
height:17px;
}
.emo65{
width:22px;
height:17px;
}
.emo67{
width:23px;
height:18px;
}
.emo68{
width:22px;
height:18px;
}
.emo69{
width:22px;
height:18px;
}
.emo71{
width:23px;
height:18px;
}
.emo74{
width:25px;
height:18px;
}
.emo78{ width:21px; }
.emo_b48{
width:64px;
height:59px;
}
.emo_b58{
width:68px;
height:58px;
}
.emo_b59{
width:69px;
height:57px;
}
.emo_b60{
width:71px;
height:58px;
}
.emo_b61{
width:66px;
height:50px;
}
/*Events*/
.emoEv0{background:url('//ifrype.com/i/emotions/event/smile_no_emotion.png') no-repeat scroll center;}
.emoEv1{background: url('//ifrype.com/i/emotions/event/smile_abroad.png') no-repeat scroll center;}
.emoEv2{background: url('//ifrype.com/i/emotions/event/smile_angry.png') no-repeat scroll center;}
.emoEv3{background: url('//ifrype.com/i/emotions/event/smile_cry.png') no-repeat scroll center;}
.emoEv4{background: url('//ifrype.com/i/emotions/event/smile_do_not_disturb.png') no-repeat scroll center;}
.emoEv5{background: url('//ifrype.com/i/emotions/event/smile_hangower.png') no-repeat scroll center;}
.emoEv6{background: url('//ifrype.com/i/emotions/event/smile_happy.png') no-repeat scroll center;}
.emoEv7{background: url('//ifrype.com/i/emotions/event/smile_in_love.png') no-repeat scroll center;}
.emoEv8{background: url('//ifrype.com/i/emotions/event/smile_kiss.png') no-repeat scroll center;}
.emoEv9{background: url('//ifrype.com/i/emotions/event/smile_lets_go_dance.png') no-repeat scroll center;}
.emoEv10{background: url('//ifrype.com/i/emotions/event/smile_meet_someone.png') no-repeat scroll center;}
.emoEv11{background: url('//ifrype.com/i/emotions/event/smile_new_galery.png') no-repeat scroll center;}
.emoEv12{background: url('//ifrype.com/i/emotions/event/smile_sick.png') no-repeat scroll center;}
.emoEv13{background: url('//ifrype.com/i/emotions/event/smile_sos.png') no-repeat scroll center;}
.emoEv14{background: url('//ifrype.com/i/emotions/event/smile_write_me.png') no-repeat scroll center;}
.emoEv15{background: url('//ifrype.com/i/emotions/event/smile_zb.png') no-repeat scroll center;}
.emoEv16{background: url('//ifrype.com/i/emotions/event/smile_revolution.png') no-repeat scroll center;}
.emoEv17{background: url('//ifrype.com/i/emotions/event/smile_batman.png') no-repeat scroll center;}
.emoEv18{background: url('//ifrype.com/i/emotions/event/smile_working.png') no-repeat scroll center;}
.emoEv19{background: url('//ifrype.com/i/emotions/event/smile_cool.png') no-repeat scroll center;}
.emoEv20{background: url('//ifrype.com/i/emotions/event/smile_devil.png') no-repeat scroll center;}
.emoEv21{background: url('//ifrype.com/i/emotions/event/smile_emo.png') no-repeat scroll center;}
.emoEv22{background: url('//ifrype.com/i/emotions/event/smile_sexy.png') no-repeat scroll center;}
.emoEv23{background: url('//ifrype.com/i/emotions/event/smile_skull.png') no-repeat scroll center;}
.emoEv24{background: url('//ifrype.com/i/emotions/event/smile_sleep.png') no-repeat scroll center;}
.emoEv25{background: url('//ifrype.com/i/emotions/event/smile_thumb_up.png') no-repeat scroll center;}
.emoEv26{background: url('//ifrype.com/i/emotions/event/smile_rapper.png') no-repeat scroll center;}
.emoEv27{background: url('//ifrype.com/i/emotions/event/smile_pirate.png') no-repeat scroll center;}
.emoEv28{background: url('//ifrype.com/i/emotions/event/smile_peace.png') no-repeat scroll center;}
.emoEv29{background: url('//ifrype.com/i/emotions/event/smile_basketball.png') no-repeat scroll center;}
.emoEv30{background: url('//ifrype.com/i/emotions/event/smile_lucky.png') no-repeat scroll center;}
.emoEv31{background: url('//ifrype.com/i/emotions/event/smile_lacplesis.png') no-repeat scroll center;}
.emoEv32{background: url('//ifrype.com/i/emotions/event/smile_santa.png') no-repeat scroll center;}
.emoEv33{background: url('//ifrype.com/i/emotions/event/smile_angel.png') no-repeat scroll center;}
.emoEv34{background: url('//ifrype.com/i/emotions/event/smile_tree.png') no-repeat scroll center;}
.emoEv35{background: url('//ifrype.com/i/emotions/event/smile_bored.png') no-repeat scroll center;}
.emoEv36{background: url('//ifrype.com/i/emotions/event/smile_clown.png') no-repeat scroll center;}
.emoEv37{background: url('//ifrype.com/i/emotions/event/smile_MR_T.png') no-repeat scroll center;}
.emoEv38{background: url('//ifrype.com/i/emotions/event/smile_heart.png') no-repeat scroll center;}
.emoEv39{background: url('//ifrype.com/i/emotions/event/smile_LT.png') no-repeat scroll center;}
.emoEv40{background: url('//ifrype.com/i/emotions/event/smile_moto.png') no-repeat scroll center;}
.emoEv41{background: url('//ifrype.com/i/emotions/event/smile_police.png') no-repeat scroll center;}
.emoEv42{background: url('//ifrype.com/i/emotions/event/smile_bmw.png') no-repeat scroll center;}
.emoEv43{background: url('//ifrype.com/i/emotions/event/smile_girl.png') no-repeat scroll center;}
.emoEv44{background: url('//ifrype.com/i/emotions/event/smile_hu.png') no-repeat scroll center;}
.emoEv45{background: url('//ifrype.com/i/emotions/event/smile_rabbit.png') no-repeat scroll center;}
.emoEv46{background: url('//ifrype.com/i/emotions/event/smile_morda.png') no-repeat scroll center;}
.emoEv47{background: url('//ifrype.com/i/emotions/event/smile_party.png') no-repeat scroll center;}
.emoEv48{background: url('//ifrype.com/i/emotions/event/smile_liigo.png') no-repeat scroll center;}
.emoEv49{background: url('//ifrype.com/i/emotions/event/smile_wizard.png') no-repeat scroll center;}
.emoEv50{background: url('//ifrype.com/i/emotions/event/smile_witch.png') no-repeat scroll center;}
.emoEv51{background: url('//ifrype.com/i/emotions/event/smile_zombie.png') no-repeat scroll center;}
.emoEv52{background: url('//ifrype.com/i/emotions/event/smile_pumpkin.png') no-repeat scroll center;}
.emoEv53{background: url('//ifrype.com/i/emotions/event/smile_cyclops.png') no-repeat scroll center;}
.emoEv54{background: url('//ifrype.com/i/emotions/event/smile_alien.png') no-repeat scroll center;}
.emoEv55{background: url('//ifrype.com/i/emotions/event/smile_army.png') no-repeat scroll center;}
.emoEv56{background: url('//ifrype.com/i/emotions/event/smile_cards.png') no-repeat scroll center;}
.emoEv57{background: url('//ifrype.com/i/emotions/event/smile_bomb.png') no-repeat scroll center;}
.emoEv58{background: url('//ifrype.com/i/emotions/event/smile_briedis.png') no-repeat scroll center;}
.emoEv59{background: url('//ifrype.com/i/emotions/event/smile_kachok.png') no-repeat scroll center;}
.emoEv60{background: url('//ifrype.com/i/emotions/event/smile_hockey.png') no-repeat scroll center;}
.emoEv61{background: url('//ifrype.com/i/emotions/event/smile_snowy.png') no-repeat scroll center;}
.emoEv62{background: url('//ifrype.com/i/emotions/event/smile_rose.png') no-repeat scroll center;}
.emoEv63{background: url('//ifrype.com/i/emotions/event/smile_headphones.png') no-repeat scroll center;}
.emoEv64{background: url('//ifrype.com/i/emotions/event/smile_drink.png') no-repeat scroll center;}
.emoEv65{background: url('//ifrype.com/i/emotions/event/smile_bartender.png') no-repeat scroll center;}
.emoEv66{background: url('//ifrype.com/i/emotions/event/smile_8ball.png') no-repeat scroll center;}
.emoEv67{background: url('//ifrype.com/i/emotions/event/smile_hockey.png') no-repeat scroll center;}
.emoEv68{background: url('//ifrype.com/i/emotions/event/smile_valentine.png') no-repeat scroll center;}
.emoEv69{background: url('//ifrype.com/i/emotions/event/smile_blonde.png') no-repeat scroll center;}
.emoEv70{background: url('//ifrype.com/i/emotions/event/smile_fire.png') no-repeat scroll center;}
.emoEv71{background: url('//ifrype.com/i/emotions/event/smile_bomzis.png') no-repeat scroll center;}
.emoEv72{background: url('//ifrype.com/i/emotions/event/smile_robo.png') no-repeat scroll center;}
.emoEv73{background: url('//ifrype.com/i/emotions/event/smile_flower.png') no-repeat scroll center;}
.emoEv74{background: url('//ifrype.com/i/emotions/event/smile_vampire.png') no-repeat scroll center;}
.emoEv75{background: url('//ifrype.com/i/emotions/event/smile_guitar.png') no-repeat scroll center;}
.emoEv76{background: url('//ifrype.com/i/emotions/event/smile_farm.png') no-repeat scroll center;}
.emoEv77{background: url('//ifrype.com/i/emotions/event/smile_hot.png') no-repeat scroll center;}
.emoEv78{background: url('//ifrype.com/i/emotions/event/smile_ice.png') no-repeat scroll center;}
.emoEv79{background: url('//ifrype.com/i/emotions/event/smile_barcelona.png') no-repeat scroll center;}
.emoEv80{background: url('//ifrype.com/i/emotions/event/smile_manchester.png') no-repeat scroll center;}
.emoEv81{background: url('//ifrype.com/i/emotions/event/smile_oligarhs.png') no-repeat scroll center;}
.emoEv82{background: url('//ifrype.com/i/emotions/event/smile_swim.png') no-repeat scroll center;}
.emoEv83{background: url('//ifrype.com/i/emotions/event/smile_bicycle.png') no-repeat scroll center;}
.emoEv84{background: url('//ifrype.com/i/emotions/event/smile_bubbles.png') no-repeat scroll center;}
.emoEv85{background: url('//ifrype.com/i/emotions/event/smile_fungus.png') no-repeat scroll center;}
.emoEv86{background: url('//ifrype.com/i/emotions/event/smile_schoolhappy.png') no-repeat scroll center;}
.emoEv87{background: url('//ifrype.com/i/emotions/event/smile_schoolangry.png') no-repeat scroll center;}
.emoEv88{background: url('//ifrype.com/i/emotions/event/smile_rain.png') no-repeat scroll center;}
.emoEv89{background: url('//ifrype.com/i/emotions/event/smile_autumn.png') no-repeat scroll center;}
.emoEv90{background: url('//ifrype.com/i/emotions/event/smile_candy.png') no-repeat scroll center;}
.emoEv91{background: url('//ifrype.com/i/emotions/event/smile_chef.png') no-repeat scroll center;}
.emoEv92{background: url('//ifrype.com/i/emotions/event/smile_candle.png') no-repeat scroll center;}
.emoEv93{background: url('//ifrype.com/i/emotions/event/smile_splat.png') no-repeat scroll center;}
.emoEv94{background: url('//ifrype.com/i/emotions/event/smile_bulb.png') no-repeat scroll center;}
.emoEv95{background: url('//ifrype.com/i/emotions/event/smile_decor.png') no-repeat scroll center;}
.emoEv96{background: url('//ifrype.com/i/emotions/event/smile_dragon.png') no-repeat scroll center;}
.emoEv97{background: url('//ifrype.com/i/emotions/event/smile_king.png') no-repeat scroll center;}
.emoEv98{background: url('//ifrype.com/i/emotions/event/smile_valentine2012.png') no-repeat scroll center;}
.emoEv99{background: url('//ifrype.com/i/emotions/event/smile_baby.png') no-repeat scroll center;}
.emoEv100{background: url('//ifrype.com/i/emotions/event/smile_chick.png') no-repeat scroll center;}
.emoEv101{background: url('//ifrype.com/i/emotions/event/smile_bear.png') no-repeat scroll center;}
.emoEv102{background: url('//ifrype.com/i/emotions/event/smile_puck.png') no-repeat scroll center;}
.emoEv103{background: url('//ifrype.com/i/emotions/event/smile_lightening.png') no-repeat scroll center;}
.emoEv104{background: url('//ifrype.com/i/emotions/event/smile_football.png') no-repeat scroll center;}
.etEmoFp {
width: 18px;
height: 18px;
cursor: pointer;
    position: absolute;
left: 0;
top: 0;
display:block;
}
#currentEmo .emoItem {
float:none;
}
#currentEmo .closeIcon {
font-size:11px;
line-height: 20px;
color:gray;
}
#currentEmo .closeIcon:hover {
color:black;
}
#currentEmo .emoItem .text {
background: #eee;
}
.emoItem {
display: inline-block;
height:75px;
width:48%;
position: relative;
margin-top:10px;
}
.emoItem.active{
border:solid 1px;
border-color: #f60;
}
.emoItem:after { /* for onclick bubble in Chrome/Activexobject IE */
position:absolute;
content: '';
width:100%;
top:0;
bottom:0;
height:80px;
left:0;
}
.emoItem:hover .text {
background: #eee;
}
.emoItem .text {
width: 230px;
padding:5px 10px;
display: inline-block;
border-radius:10px 10px 10px 0;
min-height:4em;
border-top-color: #efefef;
border-right-color: #efefef;
}
.emoItem .emoImage {
float:left;
margin-right:10px;
}
.emoItem .emoImage > * {
position: relative;
z-index: 1;
}
#emoBox {
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Q4ZTFlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2I1YzZkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(216,225,231,1)), color-stop(51%,rgba(181,198,208,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
min-height: 100px;
}
#emoBox .emoItem .text {
display:none;
}
#emoBox .emoItem .emoImage embed {
pointer-events: none;
}
#emoBox .emoItem .emoImage:before {
content: " ";
display: block;
width: 100%;
height: 64px;
position: absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:3;
}
#emoBox .emoItem .emoImage {
float:none;
}
#emoBox .emoItem {
width:20%;
text-align: center;
}
/* --- css/emo.css --- */
/* +++ css/emoimges.css +++ */
/* emo auto export */.emo0{background-image:url(//i.ifrype.com/emo/v9/emo_0.png);}
.emo_b0{background-image:url(//i.ifrype.com/emo/v9/emo_0_big.png);}
.emo182{background-image:url(//i.ifrype.com/emo/v9/emo_182.png);}
.emo_b182{background-image:url(//i.ifrype.com/emo/v9/emo_182_big.png);}
.emo181{background-image:url(//i.ifrype.com/emo/v9/emo_181.png);}
.emo_b181{background-image:url(//i.ifrype.com/emo/v9/emo_181_big.png);}
.emo180{background-image:url(//i.ifrype.com/emo/v9/emo_180.png);}
.emo_b180{background-image:url(//i.ifrype.com/emo/v9/emo_180_big.png);}
.emo179{background-image:url(//i.ifrype.com/emo/v9/emo_179.png);}
.emo_b179{background-image:url(//i.ifrype.com/emo/v9/emo_179_big.png);}
.emo178{background-image:url(//i.ifrype.com/emo/v9/emo_178.png);}
.emo_b178{background-image:url(//i.ifrype.com/emo/v9/emo_178_big.png);}
.emo177{background-image:url(//i.ifrype.com/emo/v9/emo_177.png);}
.emo_b177{background-image:url(//i.ifrype.com/emo/v9/emo_177_big.png);}
.emo176{background-image:url(//i.ifrype.com/emo/v9/emo_176.png);}
.emo_b176{background-image:url(//i.ifrype.com/emo/v9/emo_176_big.png);}
.emo175{background-image:url(//i.ifrype.com/emo/v9/emo_175.png);}
.emo_b175{background-image:url(//i.ifrype.com/emo/v9/emo_175_big.png);}
.emo174{background-image:url(//i.ifrype.com/emo/v9/emo_174.png);}
.emo_b174{background-image:url(//i.ifrype.com/emo/v9/emo_174_big.png);}
.emo173{background-image:url(//i.ifrype.com/emo/v9/emo_173.png);}
.emo_b173{background-image:url(//i.ifrype.com/emo/v9/emo_173_big.png);}
.emo172{background-image:url(//i.ifrype.com/emo/v9/emo_172.png);}
.emo_b172{background-image:url(//i.ifrype.com/emo/v9/emo_172_big.png);}
.emo171{background-image:url(//i.ifrype.com/emo/v9/emo_171.png);}
.emo_b171{background-image:url(//i.ifrype.com/emo/v9/emo_171_big.png);}
.emo170{background-image:url(//i.ifrype.com/emo/v9/emo_170.png);}
.emo_b170{background-image:url(//i.ifrype.com/emo/v9/emo_170_big.png);}
.emo169{background-image:url(//i.ifrype.com/emo/v9/emo_169.png);}
.emo_b169{background-image:url(//i.ifrype.com/emo/v9/emo_169_big.png);}
.emo168{background-image:url(//i.ifrype.com/emo/v9/emo_168.png);}
.emo_b168{background-image:url(//i.ifrype.com/emo/v9/emo_168_big.png);}
.emo167{background-image:url(//i.ifrype.com/emo/v9/emo_167.png);}
.emo_b167{background-image:url(//i.ifrype.com/emo/v9/emo_167_big.png);}
.emo166{background-image:url(//i.ifrype.com/emo/v9/emo_166.png);}
.emo_b166{background-image:url(//i.ifrype.com/emo/v9/emo_166_big.png);}
.emo165{background-image:url(//i.ifrype.com/emo/v9/emo_165.png);}
.emo_b165{background-image:url(//i.ifrype.com/emo/v9/emo_165_big.png);}
.emo164{background-image:url(//i.ifrype.com/emo/v9/emo_164.png);}
.emo_b164{background-image:url(//i.ifrype.com/emo/v9/emo_164_big.png);}
.emo163{background-image:url(//i.ifrype.com/emo/v9/emo_163.png);}
.emo_b163{background-image:url(//i.ifrype.com/emo/v9/emo_163_big.png);}
.emo162{background-image:url(//i.ifrype.com/emo/v9/emo_162.png);}
.emo_b162{background-image:url(//i.ifrype.com/emo/v9/emo_162_big.png);}
.emo161{background-image:url(//i.ifrype.com/emo/v9/emo_161.png);}
.emo_b161{background-image:url(//i.ifrype.com/emo/v9/emo_161_big.png);}
.emo160{background-image:url(//i.ifrype.com/emo/v9/emo_160.png);}
.emo_b160{background-image:url(//i.ifrype.com/emo/v9/emo_160_big.png);}
.emo159{background-image:url(//i.ifrype.com/emo/v9/emo_159.png);}
.emo_b159{background-image:url(//i.ifrype.com/emo/v9/emo_159_big.png);}
.emo158{background-image:url(//i.ifrype.com/emo/v9/emo_158.png);}
.emo_b158{background-image:url(//i.ifrype.com/emo/v9/emo_158_big.png);}
.emo157{background-image:url(//i.ifrype.com/emo/v9/emo_157.png);}
.emo_b157{background-image:url(//i.ifrype.com/emo/v9/emo_157_big.png);}
.emo156{background-image:url(//i.ifrype.com/emo/v9/emo_156.png);}
.emo_b156{background-image:url(//i.ifrype.com/emo/v9/emo_156_big.png);}
.emo155{background-image:url(//i.ifrype.com/emo/v9/emo_155.png);}
.emo_b155{background-image:url(//i.ifrype.com/emo/v9/emo_155_big.png);}
.emo154{background-image:url(//i.ifrype.com/emo/v9/emo_154.png);}
.emo_b154{background-image:url(//i.ifrype.com/emo/v9/emo_154_big.png);}
.emo153{background-image:url(//i.ifrype.com/emo/v9/emo_153.png);}
.emo_b153{background-image:url(//i.ifrype.com/emo/v9/emo_153_big.png);}
.emo152{background-image:url(//i.ifrype.com/emo/v9/emo_152.png);}
.emo_b152{background-image:url(//i.ifrype.com/emo/v9/emo_152_big.png);}
.emo151{background-image:url(//i.ifrype.com/emo/v9/emo_151.png);}
.emo_b151{background-image:url(//i.ifrype.com/emo/v9/emo_151_big.png);}
.emo150{background-image:url(//i.ifrype.com/emo/v9/emo_150.png);}
.emo_b150{background-image:url(//i.ifrype.com/emo/v9/emo_150_big.png);}
.emo149{background-image:url(//i.ifrype.com/emo/v9/emo_149.png);}
.emo_b149{background-image:url(//i.ifrype.com/emo/v9/emo_149_big.png);}
.emo148{background-image:url(//i.ifrype.com/emo/v9/emo_148.png);}
.emo_b148{background-image:url(//i.ifrype.com/emo/v9/emo_148_big.png);}
.emo147{background-image:url(//i.ifrype.com/emo/v9/emo_147.png);}
.emo_b147{background-image:url(//i.ifrype.com/emo/v9/emo_147_big.png);}
.emo146{background-image:url(//i.ifrype.com/emo/v9/emo_146.png);}
.emo_b146{background-image:url(//i.ifrype.com/emo/v9/emo_146_big.png);}
.emo144{background-image:url(//i.ifrype.com/emo/v9/emo_144.png);}
.emo_b144{background-image:url(//i.ifrype.com/emo/v9/emo_144_big.png);}
.emo143{background-image:url(//i.ifrype.com/emo/v9/emo_143.png);}
.emo_b143{background-image:url(//i.ifrype.com/emo/v9/emo_143_big.png);}
.emo142{background-image:url(//i.ifrype.com/emo/v9/emo_142.png);}
.emo_b142{background-image:url(//i.ifrype.com/emo/v9/emo_142_big.png);}
.emo141{background-image:url(//i.ifrype.com/emo/v9/emo_141.png);}
.emo_b141{background-image:url(//i.ifrype.com/emo/v9/emo_141_big.png);}
.emo140{background-image:url(//i.ifrype.com/emo/v9/emo_140.png);}
.emo_b140{background-image:url(//i.ifrype.com/emo/v9/emo_140_big.png);}
.emo134{background-image:url(//i.ifrype.com/emo/v9/emo_134.png);}
.emo_b134{background-image:url(//i.ifrype.com/emo/v9/emo_134_big.png);}
.emo133{background-image:url(//i.ifrype.com/emo/v9/emo_133.png);}
.emo_b133{background-image:url(//i.ifrype.com/emo/v9/emo_133_big.png);}
.emo132{background-image:url(//i.ifrype.com/emo/v9/emo_132.png);}
.emo_b132{background-image:url(//i.ifrype.com/emo/v9/emo_132_big.png);}
.emo131{background-image:url(//i.ifrype.com/emo/v9/emo_131.png);}
.emo_b131{background-image:url(//i.ifrype.com/emo/v9/emo_131_big.png);}
.emo130{background-image:url(//i.ifrype.com/emo/v9/emo_130.png);}
.emo_b130{background-image:url(//i.ifrype.com/emo/v9/emo_130_big.png);}
.emo129{background-image:url(//i.ifrype.com/emo/v9/emo_129.png);}
.emo_b129{background-image:url(//i.ifrype.com/emo/v9/emo_129_big.png);}
.emo128{background-image:url(//i.ifrype.com/emo/v9/emo_128.png);}
.emo_b128{background-image:url(//i.ifrype.com/emo/v9/emo_128_big.png);}
.emo127{background-image:url(//i.ifrype.com/emo/v9/emo_127.png);}
.emo_b127{background-image:url(//i.ifrype.com/emo/v9/emo_127_big.png);}
.emo126{background-image:url(//i.ifrype.com/emo/v9/emo_126.png);}
.emo_b126{background-image:url(//i.ifrype.com/emo/v9/emo_126_big.png);}
.emo125{background-image:url(//i.ifrype.com/emo/v9/emo_125.png);}
.emo_b125{background-image:url(//i.ifrype.com/emo/v9/emo_125_big.png);}
.emo124{background-image:url(//i.ifrype.com/emo/v9/emo_124.png);}
.emo_b124{background-image:url(//i.ifrype.com/emo/v9/emo_124_big.png);}
.emo123{background-image:url(//i.ifrype.com/emo/v9/emo_123.png);}
.emo_b123{background-image:url(//i.ifrype.com/emo/v9/emo_123_big.png);}
.emo122{background-image:url(//i.ifrype.com/emo/v9/emo_122.png);}
.emo_b122{background-image:url(//i.ifrype.com/emo/v9/emo_122_big.png);}
.emo121{background-image:url(//i.ifrype.com/emo/v9/emo_121.png);}
.emo_b121{background-image:url(//i.ifrype.com/emo/v9/emo_121_big.png);}
.emo120{background-image:url(//i.ifrype.com/emo/v9/emo_120.png);}
.emo_b120{background-image:url(//i.ifrype.com/emo/v9/emo_120_big.png);}
.emo119{background-image:url(//i.ifrype.com/emo/v9/emo_119.png);}
.emo_b119{background-image:url(//i.ifrype.com/emo/v9/emo_119_big.png);}
.emo118{background-image:url(//i.ifrype.com/emo/v9/emo_118.png);}
.emo_b118{background-image:url(//i.ifrype.com/emo/v9/emo_118_big.png);}
.emo117{background-image:url(//i.ifrype.com/emo/v9/emo_117.png);}
.emo_b117{background-image:url(//i.ifrype.com/emo/v9/emo_117_big.png);}
.emo116{background-image:url(//i.ifrype.com/emo/v9/emo_116.png);}
.emo_b116{background-image:url(//i.ifrype.com/emo/v9/emo_116_big.png);}
.emo115{background-image:url(//i.ifrype.com/emo/v9/emo_115.png);}
.emo_b115{background-image:url(//i.ifrype.com/emo/v9/emo_115_big.png);}
.emo114{background-image:url(//i.ifrype.com/emo/v9/emo_114.png);}
.emo_b114{background-image:url(//i.ifrype.com/emo/v9/emo_114_big.png);}
.emo113{background-image:url(//i.ifrype.com/emo/v9/emo_113.png);}
.emo_b113{background-image:url(//i.ifrype.com/emo/v9/emo_113_big.png);}
.emo112{background-image:url(//i.ifrype.com/emo/v9/emo_112.png);}
.emo_b112{background-image:url(//i.ifrype.com/emo/v9/emo_112_big.png);}
.emo111{background-image:url(//i.ifrype.com/emo/v9/emo_111.png);}
.emo_b111{background-image:url(//i.ifrype.com/emo/v9/emo_111_big.png);}
.emo110{background-image:url(//i.ifrype.com/emo/v9/emo_110.png);}
.emo_b110{background-image:url(//i.ifrype.com/emo/v9/emo_110_big.png);}
.emo109{background-image:url(//i.ifrype.com/emo/v9/emo_109.png);}
.emo_b109{background-image:url(//i.ifrype.com/emo/v9/emo_109_big.png);}
.emo108{background-image:url(//i.ifrype.com/emo/v9/emo_108.png);}
.emo_b108{background-image:url(//i.ifrype.com/emo/v9/emo_108_big.png);}
.emo107{background-image:url(//i.ifrype.com/emo/v9/emo_107.png);}
.emo_b107{background-image:url(//i.ifrype.com/emo/v9/emo_107_big.png);}
.emo106{background-image:url(//i.ifrype.com/emo/v9/emo_106.png);}
.emo_b106{background-image:url(//i.ifrype.com/emo/v9/emo_106_big.png);}
.emo105{background-image:url(//i.ifrype.com/emo/v9/emo_105.png);}
.emo_b105{background-image:url(//i.ifrype.com/emo/v9/emo_105_big.png);}
.emo104{background-image:url(//i.ifrype.com/emo/v9/emo_104.png);}
.emo_b104{background-image:url(//i.ifrype.com/emo/v9/emo_104_big.png);}
.emo103{background-image:url(//i.ifrype.com/emo/v9/emo_103.png);}
.emo_b103{background-image:url(//i.ifrype.com/emo/v9/emo_103_big.png);}
.emo102{background-image:url(//i.ifrype.com/emo/v9/emo_102.png);}
.emo_b102{background-image:url(//i.ifrype.com/emo/v9/emo_102_big.png);}
.emo101{background-image:url(//i.ifrype.com/emo/v9/emo_101.png);}
.emo_b101{background-image:url(//i.ifrype.com/emo/v9/emo_101_big.png);}
.emo100{background-image:url(//i.ifrype.com/emo/v9/emo_100.png);}
.emo_b100{background-image:url(//i.ifrype.com/emo/v9/emo_100_big.png);}
.emo99{background-image:url(//i.ifrype.com/emo/v9/emo_99.png);}
.emo_b99{background-image:url(//i.ifrype.com/emo/v9/emo_99_big.png);}
.emo98{background-image:url(//i.ifrype.com/emo/v9/emo_98.png);}
.emo_b98{background-image:url(//i.ifrype.com/emo/v9/emo_98_big.png);}
.emo97{background-image:url(//i.ifrype.com/emo/v9/emo_97.png);}
.emo_b97{background-image:url(//i.ifrype.com/emo/v9/emo_97_big.png);}
.emo96{background-image:url(//i.ifrype.com/emo/v9/emo_96.png);}
.emo_b96{background-image:url(//i.ifrype.com/emo/v9/emo_96_big.png);}
.emo95{background-image:url(//i.ifrype.com/emo/v9/emo_95.png);}
.emo_b95{background-image:url(//i.ifrype.com/emo/v9/emo_95_big.png);}
.emo94{background-image:url(//i.ifrype.com/emo/v9/emo_94.png);}
.emo_b94{background-image:url(//i.ifrype.com/emo/v9/emo_94_big.png);}
.emo92{background-image:url(//i.ifrype.com/emo/v9/emo_92.png);}
.emo_b92{background-image:url(//i.ifrype.com/emo/v9/emo_92_big.png);}
.emo91{background-image:url(//i.ifrype.com/emo/v9/emo_91.png);}
.emo_b91{background-image:url(//i.ifrype.com/emo/v9/emo_91_big.png);}
.emo90{background-image:url(//i.ifrype.com/emo/v9/emo_90.png);}
.emo_b90{background-image:url(//i.ifrype.com/emo/v9/emo_90_big.png);}
.emo89{background-image:url(//i.ifrype.com/emo/v9/emo_89.png);}
.emo_b89{background-image:url(//i.ifrype.com/emo/v9/emo_89_big.png);}
.emo88{background-image:url(//i.ifrype.com/emo/v9/emo_88.png);}
.emo_b88{background-image:url(//i.ifrype.com/emo/v9/emo_88_big.png);}
.emo87{background-image:url(//i.ifrype.com/emo/v9/emo_87.png);}
.emo_b87{background-image:url(//i.ifrype.com/emo/v9/emo_87_big.png);}
.emo86{background-image:url(//i.ifrype.com/emo/v9/emo_86.png);}
.emo_b86{background-image:url(//i.ifrype.com/emo/v9/emo_86_big.png);}
.emo85{background-image:url(//i.ifrype.com/emo/v9/emo_85.png);}
.emo_b85{background-image:url(//i.ifrype.com/emo/v9/emo_85_big.png);}
.emo84{background-image:url(//i.ifrype.com/emo/v9/emo_84.png);}
.emo_b84{background-image:url(//i.ifrype.com/emo/v9/emo_84_big.png);}
.emo83{background-image:url(//i.ifrype.com/emo/v9/emo_83.png);}
.emo_b83{background-image:url(//i.ifrype.com/emo/v9/emo_83_big.png);}
.emo82{background-image:url(//i.ifrype.com/emo/v9/emo_82.png);}
.emo_b82{background-image:url(//i.ifrype.com/emo/v9/emo_82_big.png);}
.emo81{background-image:url(//i.ifrype.com/emo/v9/emo_81.png);}
.emo_b81{background-image:url(//i.ifrype.com/emo/v9/emo_81_big.png);}
.emo80{background-image:url(//i.ifrype.com/emo/v9/emo_80.png);}
.emo_b80{background-image:url(//i.ifrype.com/emo/v9/emo_80_big.png);}
.emo79{background-image:url(//i.ifrype.com/emo/v9/emo_79.png);}
.emo_b79{background-image:url(//i.ifrype.com/emo/v9/emo_79_big.png);}
.emo78{background-image:url(//i.ifrype.com/emo/v9/emo_78.png);}
.emo_b78{background-image:url(//i.ifrype.com/emo/v9/emo_78_big.png);}
.emo77{background-image:url(//i.ifrype.com/emo/v9/emo_77.png);}
.emo_b77{background-image:url(//i.ifrype.com/emo/v9/emo_77_big.png);}
.emo76{background-image:url(//i.ifrype.com/emo/v9/emo_76.png);}
.emo_b76{background-image:url(//i.ifrype.com/emo/v9/emo_76_big.png);}
.emo75{background-image:url(//i.ifrype.com/emo/v9/emo_75.png);}
.emo_b75{background-image:url(//i.ifrype.com/emo/v9/emo_75_big.png);}
.emo74{background-image:url(//i.ifrype.com/emo/v9/emo_74.png);}
.emo_b74{background-image:url(//i.ifrype.com/emo/v9/emo_74_big.png);}
.emo73{background-image:url(//i.ifrype.com/emo/v9/emo_73.png);}
.emo_b73{background-image:url(//i.ifrype.com/emo/v9/emo_73_big.png);}
.emo72{background-image:url(//i.ifrype.com/emo/v9/emo_72.png);}
.emo_b72{background-image:url(//i.ifrype.com/emo/v9/emo_72_big.png);}
.emo71{background-image:url(//i.ifrype.com/emo/v9/emo_71.png);}
.emo_b71{background-image:url(//i.ifrype.com/emo/v9/emo_71_big.png);}
.emo70{background-image:url(//i.ifrype.com/emo/v9/emo_70.png);}
.emo_b70{background-image:url(//i.ifrype.com/emo/v9/emo_70_big.png);}
.emo69{background-image:url(//i.ifrype.com/emo/v9/emo_69.png);}
.emo_b69{background-image:url(//i.ifrype.com/emo/v9/emo_69_big.png);}
.emo68{background-image:url(//i.ifrype.com/emo/v9/emo_68.png);}
.emo_b68{background-image:url(//i.ifrype.com/emo/v9/emo_68_big.png);}
.emo67{background-image:url(//i.ifrype.com/emo/v9/emo_67.png);}
.emo_b67{background-image:url(//i.ifrype.com/emo/v9/emo_67_big.png);}
.emo66{background-image:url(//i.ifrype.com/emo/v9/emo_66.png);}
.emo_b66{background-image:url(//i.ifrype.com/emo/v9/emo_66_big.png);}
.emo65{background-image:url(//i.ifrype.com/emo/v9/emo_65.png);}
.emo_b65{background-image:url(//i.ifrype.com/emo/v9/emo_65_big.png);}
.emo64{background-image:url(//i.ifrype.com/emo/v9/emo_64.png);}
.emo_b64{background-image:url(//i.ifrype.com/emo/v9/emo_64_big.png);}
.emo63{background-image:url(//i.ifrype.com/emo/v9/emo_63.png);}
.emo_b63{background-image:url(//i.ifrype.com/emo/v9/emo_63_big.png);}
.emo62{background-image:url(//i.ifrype.com/emo/v9/emo_62.png);}
.emo_b62{background-image:url(//i.ifrype.com/emo/v9/emo_62_big.png);}
.emo61{background-image:url(//i.ifrype.com/emo/v9/emo_61.png);}
.emo_b61{background-image:url(//i.ifrype.com/emo/v9/emo_61_big.png);}
.emo60{background-image:url(//i.ifrype.com/emo/v9/emo_60.png);}
.emo_b60{background-image:url(//i.ifrype.com/emo/v9/emo_60_big.png);}
.emo59{background-image:url(//i.ifrype.com/emo/v9/emo_59.png);}
.emo_b59{background-image:url(//i.ifrype.com/emo/v9/emo_59_big.png);}
.emo58{background-image:url(//i.ifrype.com/emo/v9/emo_58.png);}
.emo_b58{background-image:url(//i.ifrype.com/emo/v9/emo_58_big.png);}
.emo57{background-image:url(//i.ifrype.com/emo/v9/emo_57.png);}
.emo_b57{background-image:url(//i.ifrype.com/emo/v9/emo_57_big.png);}
.emo56{background-image:url(//i.ifrype.com/emo/v9/emo_56.png);}
.emo_b56{background-image:url(//i.ifrype.com/emo/v9/emo_56_big.png);}
.emo55{background-image:url(//i.ifrype.com/emo/v9/emo_55.png);}
.emo_b55{background-image:url(//i.ifrype.com/emo/v9/emo_55_big.png);}
.emo54{background-image:url(//i.ifrype.com/emo/v9/emo_54.png);}
.emo_b54{background-image:url(//i.ifrype.com/emo/v9/emo_54_big.png);}
.emo53{background-image:url(//i.ifrype.com/emo/v9/emo_53.png);}
.emo_b53{background-image:url(//i.ifrype.com/emo/v9/emo_53_big.png);}
.emo52{background-image:url(//i.ifrype.com/emo/v9/emo_52.png);}
.emo_b52{background-image:url(//i.ifrype.com/emo/v9/emo_52_big.png);}
.emo51{background-image:url(//i.ifrype.com/emo/v9/emo_51.png);}
.emo_b51{background-image:url(//i.ifrype.com/emo/v9/emo_51_big.png);}
.emo50{background-image:url(//i.ifrype.com/emo/v9/emo_50.png);}
.emo_b50{background-image:url(//i.ifrype.com/emo/v9/emo_50_big.png);}
.emo49{background-image:url(//i.ifrype.com/emo/v9/emo_49.png);}
.emo_b49{background-image:url(//i.ifrype.com/emo/v9/emo_49_big.png);}
.emo48{background-image:url(//i.ifrype.com/emo/v9/emo_48.png);}
.emo_b48{background-image:url(//i.ifrype.com/emo/v9/emo_48_big.png);}
.emo47{background-image:url(//i.ifrype.com/emo/v9/emo_47.png);}
.emo_b47{background-image:url(//i.ifrype.com/emo/v9/emo_47_big.png);}
.emo45{background-image:url(//i.ifrype.com/emo/v9/emo_45.png);}
.emo_b45{background-image:url(//i.ifrype.com/emo/v9/emo_45_big.png);}
.emo44{background-image:url(//i.ifrype.com/emo/v9/emo_44.png);}
.emo_b44{background-image:url(//i.ifrype.com/emo/v9/emo_44_big.png);}
.emo43{background-image:url(//i.ifrype.com/emo/v9/emo_43.png);}
.emo_b43{background-image:url(//i.ifrype.com/emo/v9/emo_43_big.png);}
.emo42{background-image:url(//i.ifrype.com/emo/v9/emo_42.png);}
.emo_b42{background-image:url(//i.ifrype.com/emo/v9/emo_42_big.png);}
.emo41{background-image:url(//i.ifrype.com/emo/v9/emo_41.png);}
.emo_b41{background-image:url(//i.ifrype.com/emo/v9/emo_41_big.png);}
.emo40{background-image:url(//i.ifrype.com/emo/v9/emo_40.png);}
.emo_b40{background-image:url(//i.ifrype.com/emo/v9/emo_40_big.png);}
.emo39{background-image:url(//i.ifrype.com/emo/v9/emo_39.png);}
.emo_b39{background-image:url(//i.ifrype.com/emo/v9/emo_39_big.png);}
.emo38{background-image:url(//i.ifrype.com/emo/v9/emo_38.png);}
.emo_b38{background-image:url(//i.ifrype.com/emo/v9/emo_38_big.png);}
.emo37{background-image:url(//i.ifrype.com/emo/v9/emo_37.png);}
.emo_b37{background-image:url(//i.ifrype.com/emo/v9/emo_37_big.png);}
.emo36{background-image:url(//i.ifrype.com/emo/v9/emo_36.png);}
.emo_b36{background-image:url(//i.ifrype.com/emo/v9/emo_36_big.png);}
.emo35{background-image:url(//i.ifrype.com/emo/v9/emo_35.png);}
.emo_b35{background-image:url(//i.ifrype.com/emo/v9/emo_35_big.png);}
.emo34{background-image:url(//i.ifrype.com/emo/v9/emo_34.png);}
.emo_b34{background-image:url(//i.ifrype.com/emo/v9/emo_34_big.png);}
.emo33{background-image:url(//i.ifrype.com/emo/v9/emo_33.png);}
.emo_b33{background-image:url(//i.ifrype.com/emo/v9/emo_33_big.png);}
.emo32{background-image:url(//i.ifrype.com/emo/v9/emo_32.png);}
.emo_b32{background-image:url(//i.ifrype.com/emo/v9/emo_32_big.png);}
.emo31{background-image:url(//i.ifrype.com/emo/v9/emo_31.png);}
.emo_b31{background-image:url(//i.ifrype.com/emo/v9/emo_31_big.png);}
.emo30{background-image:url(//i.ifrype.com/emo/v9/emo_30.png);}
.emo_b30{background-image:url(//i.ifrype.com/emo/v9/emo_30_big.png);}
.emo29{background-image:url(//i.ifrype.com/emo/v9/emo_29.png);}
.emo_b29{background-image:url(//i.ifrype.com/emo/v9/emo_29_big.png);}
.emo28{background-image:url(//i.ifrype.com/emo/v9/emo_28.png);}
.emo_b28{background-image:url(//i.ifrype.com/emo/v9/emo_28_big.png);}
.emo27{background-image:url(//i.ifrype.com/emo/v9/emo_27.png);}
.emo_b27{background-image:url(//i.ifrype.com/emo/v9/emo_27_big.png);}
.emo26{background-image:url(//i.ifrype.com/emo/v9/emo_26.png);}
.emo_b26{background-image:url(//i.ifrype.com/emo/v9/emo_26_big.png);}
.emo25{background-image:url(//i.ifrype.com/emo/v9/emo_25.png);}
.emo_b25{background-image:url(//i.ifrype.com/emo/v9/emo_25_big.png);}
.emo24{background-image:url(//i.ifrype.com/emo/v9/emo_24.png);}
.emo_b24{background-image:url(//i.ifrype.com/emo/v9/emo_24_big.png);}
.emo23{background-image:url(//i.ifrype.com/emo/v9/emo_23.png);}
.emo_b23{background-image:url(//i.ifrype.com/emo/v9/emo_23_big.png);}
.emo22{background-image:url(//i.ifrype.com/emo/v9/emo_22.png);}
.emo_b22{background-image:url(//i.ifrype.com/emo/v9/emo_22_big.png);}
.emo21{background-image:url(//i.ifrype.com/emo/v9/emo_21.png);}
.emo_b21{background-image:url(//i.ifrype.com/emo/v9/emo_21_big.png);}
.emo20{background-image:url(//i.ifrype.com/emo/v9/emo_20.png);}
.emo_b20{background-image:url(//i.ifrype.com/emo/v9/emo_20_big.png);}
.emo19{background-image:url(//i.ifrype.com/emo/v9/emo_19.png);}
.emo_b19{background-image:url(//i.ifrype.com/emo/v9/emo_19_big.png);}
.emo18{background-image:url(//i.ifrype.com/emo/v9/emo_18.png);}
.emo_b18{background-image:url(//i.ifrype.com/emo/v9/emo_18_big.png);}
.emo17{background-image:url(//i.ifrype.com/emo/v9/emo_17.png);}
.emo_b17{background-image:url(//i.ifrype.com/emo/v9/emo_17_big.png);}
.emo16{background-image:url(//i.ifrype.com/emo/v9/emo_16.png);}
.emo_b16{background-image:url(//i.ifrype.com/emo/v9/emo_16_big.png);}
.emo15{background-image:url(//i.ifrype.com/emo/v9/emo_15.png);}
.emo_b15{background-image:url(//i.ifrype.com/emo/v9/emo_15_big.png);}
.emo14{background-image:url(//i.ifrype.com/emo/v9/emo_14.png);}
.emo_b14{background-image:url(//i.ifrype.com/emo/v9/emo_14_big.png);}
.emo13{background-image:url(//i.ifrype.com/emo/v9/emo_13.png);}
.emo_b13{background-image:url(//i.ifrype.com/emo/v9/emo_13_big.png);}
.emo12{background-image:url(//i.ifrype.com/emo/v9/emo_12.png);}
.emo_b12{background-image:url(//i.ifrype.com/emo/v9/emo_12_big.png);}
.emo11{background-image:url(//i.ifrype.com/emo/v9/emo_11.png);}
.emo_b11{background-image:url(//i.ifrype.com/emo/v9/emo_11_big.png);}
.emo10{background-image:url(//i.ifrype.com/emo/v9/emo_10.png);}
.emo_b10{background-image:url(//i.ifrype.com/emo/v9/emo_10_big.png);}
.emo9{background-image:url(//i.ifrype.com/emo/v9/emo_9.png);}
.emo_b9{background-image:url(//i.ifrype.com/emo/v9/emo_9_big.png);}
.emo8{background-image:url(//i.ifrype.com/emo/v9/emo_8.png);}
.emo_b8{background-image:url(//i.ifrype.com/emo/v9/emo_8_big.png);}
.emo7{background-image:url(//i.ifrype.com/emo/v9/emo_7.png);}
.emo_b7{background-image:url(//i.ifrype.com/emo/v9/emo_7_big.png);}
.emo6{background-image:url(//i.ifrype.com/emo/v9/emo_6.png);}
.emo_b6{background-image:url(//i.ifrype.com/emo/v9/emo_6_big.png);}
.emo5{background-image:url(//i.ifrype.com/emo/v9/emo_5.png);}
.emo_b5{background-image:url(//i.ifrype.com/emo/v9/emo_5_big.png);}
.emo4{background-image:url(//i.ifrype.com/emo/v9/emo_4.png);}
.emo_b4{background-image:url(//i.ifrype.com/emo/v9/emo_4_big.png);}
.emo3{background-image:url(//i.ifrype.com/emo/v9/emo_3.png);}
.emo_b3{background-image:url(//i.ifrype.com/emo/v9/emo_3_big.png);}
.emo2{background-image:url(//i.ifrype.com/emo/v9/emo_2.png);}
.emo_b2{background-image:url(//i.ifrype.com/emo/v9/emo_2_big.png);}
.emo1{background-image:url(//i.ifrype.com/emo/v9/emo_1.png);}
.emo_b1{background-image:url(//i.ifrype.com/emo/v9/emo_1_big.png);}
/* --- css/emoimges.css --- */
/* +++ css/userlist.css +++ */
.userList .newButton, .userList .newButtonList {
width: 99%;
}
.userList .userBox {
position: relative;
float: left;
padding-top: 10px;
padding-bottom: 10px;
width: 120px;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
-o-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
text-align: center;
color: #6F6F6F;
}
.userList .userBox:hover {
/*background-color: #F3F3F3;*/
}
.userPicture {
position: relative;
width: 100px;
height: 100px;
margin: 0 auto;
margin-bottom: 5px;
display: block;
}
.userPicture span.received_gift {
position: absolute;
}
.userList .friends .aboutInfo a {
color: #ff6600;
}
.userList .aboutInfo a {
font-weight: bold;
background-repeat: no-repeat;
text-decoration: none;
font-size: 12px;
}
.userList .aboutInfo {
font-size: 11px;
overflow: hidden;
word-wrap: break-word;
}
.userList .iconList {
margin-left: 20px;
text-align: left;
}
.userList .iconList li {
padding-left: 18px;
}
.userList .iconList a {
color: #737373;
font-size: 11px;
}
.onlineStatus {
width: 16px;
height: 16px;
position: absolute;
top: -6px;
right: -6px;
padding: 0;
}
#emoCallout {
position: absolute;
top: 0px;
left: 35px;
text-align: left;
z-index: 2;
max-width: 200px;
/*min-width:50px;*/
}
#emoCallout .bot {
height: 25px;
width: 30px;
margin-left: 10px;
background: url(//ifrype.com/i/emotions/emo_bottom.png) no-repeat scroll 0px 0px;
}
#emoCallout .mid {
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
-o-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
background: url(//ifrype.com/i/emotions/emo_bg.png) repeat;
padding: 8px;
font-size: 12px;
font-weight: bold;
color: #fff;
}
.adminBox {
text-align: left;
font-size: 11px;
margin-bottom: 5px;
overflow: hidden;
padding: 4px;
}
.adminBox .uid {
float: left;
font-weight: bold;
}
.adminBox .langInfo {
float: right;
padding-right: 3px;
}
.adminBox a {
font-weight: normal !important;
font-size: 12px;
}
.adminBox .email {
font-size: 11px;
}
span.popupPicture {
position: absolute;
bottom: 0;
right: 0;
left: 0;
cursor: pointer;
background-color: #000000;
opacity: 0.7;
filter: alpha(opacity=70);
display: none;
color: #ffffff;
}
.userPicture:hover span.popupPicture {
display: block;
}
/* +++ admin +++ */
.ADMIN .userList .clear {
visibility: visible;
border-top: 1px solid #ccc;
}
.adminLink {
color: #900;
}
.userAdminOpt {
text-align: left;
margin-right: 10px;
display: block;
font-size: 11px;
min-height: 220px;
}
.userAdminDynOpt {
text-align: left;
margin-right: 10px;
display: block;
font-size: 11px;
}
.userBoxCelebrity {
padding: 3px;
font-weight: bold;
background-color: #0A0;
color: #ffffff;
max-height: 30px;
overflow: hidden;
}
.userBoxKicked {
box-shadow: 0 0 0 1px #f60;
border: 1px solid #f60\9;
}
.userBoxBlocked {
box-shadow: 0 0 0 1px #f00;
border: 1px solid #f00\9;
}
.userBoxTP {
box-shadow: 0 0 0 1px #00f;
border: 1px solid #00f\9;
}
.userBoxDeleted {
box-shadow: 0 0 0 1px #000;
border: 1px solid #000\9;
}
/* --- admin --- */
.showFriends .fr {
color: #ff6600;
}
.userListVerified {
width: 9px;
height: 10px;
background: url('/special/verifikacija/assets/img/icn_9.png') no-repeat;
display: inline-block;
margin-left: 3px;
}
.userListNotVerified {
width: 9px;
height: 10px;
background: url('/special/verifikacija/assets/img/not-verified.png') no-repeat;
display: inline-block;
margin-left: 3px;
}
.flamingoProfile {
color: #29BB00;
}
.hideFlamingo {
color: #737373;
font-size: 11px;
}
/* --- css/userlist.css --- */
/* +++ css/tabs.css +++ */
ul.tabs {
overflow:hidden;
position:relative;
top:1px;
}
div.tabsWrap{
border-bottom:1px #e7e7e7 solid;
/*margin-bottom:30px;*/
display:inline-block;
z-index:1;
}
ul.tabs li {
float:left;
margin-right:10px;
border:1px #e7e7e7 solid;
border-top-right-radius:3px;
-moz-border-radius-topright:3px;
-webkit-border-top-right-radius:3px;
border-top-left-radius:3px;
-moz-border-radius-topleft:3px;
-webkit-border-top-left-radius:3px;
z-index: 2;
}
ul.tabs li.selected{
border-bottom:1px #fff solid;
}
ul.tabs li a {
padding:6px 15px;
display:block;
font-size:11px;
background-color:#f3f3f3;
font-weight:bold;
color:#445f96;
}
ul.tabs li.selected a {
background-color:#FFFFFF;
color:#393939;
text-decoration:none;
} 
/* --- css/tabs.css --- */
/* +++ css/forms.css +++ */
.formItem{
position:relative;
margin-bottom:10px;
}
.formItem .error{
display:block;
}
.formItem .error:empty{
display:none;
}
.formItem:last-child{
margin-bottom:0;
}
.formItem label{
display:block;
margin-bottom:2px;
color:#393939;
}
.formItemBorder{
border:1px solid #c9c9c9;
background-color:#fff;
}
.formItemBorder{
/*-moz-box-shadow:0 0 5px #ddd inset;
-webkit-box-shadow:0 0 5px #ddd inset;
box-shadow:0 0 5px #ddd inset;
*/
}
.formItemPadding{
margin:3px;
}
.formItemPadding > .textarea .menu {
margin:0;
}
.formItemPadding5{
margin:5px;
}
.formItem select{
height:18px;
line-height:14px; /* safari */
user-select:none;
-moz-user-select:none;
-webkit-user-select:none;
}
.formItem optgroup option{
padding-left:10px;
}
.formItemInput input, .formItem textarea, .formItem select{
padding:0;
margin:0;
width:100%;
border:none;
outline:none;
height:auto;
resize:none;
background:transparent;
/*-webkit-appearance: none; iphone*/
}
.IE8 .formItem textarea{ /* fucking IE8 scrolling bug */
width:500px;
min-width:100%;
max-width:100%;
}
.formItemTextarea .formItemPadding{ /* safikso IE scroll bugu */
overflow:hidden;
position:relative;
}
.formItem textarea{
height:75px;
position:relative;
z-index:1;
background:url('//ifrype.com/i/px.gif');
}
.formItemInput input{ /* for IE autocomplete and Chrome autofill */
margin-top:1px;
padding-top:3px;
padding-bottom:4px;
}
@-moz-document url-prefix() {
.formItemInput input {
margin-top: 0;
}
.formItem textarea {
background: #fff;
}
}
.formItemInput input:invalid {
box-shadow: none;
}
.formItemInput .formItemPadding{ /* for IE autocomplete and Chrome autofill */
margin-top:0;
margin-bottom:0;
height:22px;
overflow:hidden;
}
.formInputLarge .formItemPadding{
height:28px;
margin-left:9px;
}
.formInputLarge input{
font-size:14px;
padding-top:4px;
}
.formInputIcon .formItemBorder{
background-repeat:no-repeat;
background-position:3px center;
}
.formInputIcon_left .formItemPadding{
margin-left:23px;
}
.formInputIcon .formInputIcon_right{
background-position:right 3px center;
}
.formInputIcon_right .formItemPadding{
margin-right:23px;
}
.formItem .focus {
box-shadow:0 0 5px #0099ff;
-webkit-box-shadow:0 0 5px #0099ff; 
-moz-box-shadow:0 0 5px #0099ff; 
}
.formItemSelect .formItemPadding{ /* opera */
height:16px;
}
/* IE7 */
.IE7 .formItemSelect .formItemBorder{
border:none;
}
.IE7 .formItemSelect .formItemPadding{
padding:0;
height:auto;
}
.formItemCheckbox input{
position:relative;
top:2px;
margin-left:1px;
cursor: pointer;
}
.FF .formItemCheckbox input{
top:1px;
}
.Safari .formItemCheckbox input{
position:static;
}
.formItemCheckbox {
padding-top:4px;
}
.formItemCheckbox label {
font-weight:normal;
display:inline;
}
.formItemError > label{
color:#ff6600;
}
.formItemError .formItemBorder{
border-color:#F68C00;
-moz-box-shadow: 0 0 3px #ff6600;
-webkit-box-shadow: 0 0 3px #ff6600;
box-shadow: 0 0 3px #ff6600;
}
.formItemSuccess > label{
color: #74c008;
}
.formItemSuccess .formItemBorder{
border-color: #74c008;
}
.formTable{
width:100%;
table-layout:fixed;
margin-bottom:10px;
}
.formTable:last-child{
margin-bottom:0;
}
.formTable > tbody > tr > td, .formTable > tr > td{
padding-right:5px;
padding-bottom:10px;
vertical-align:top;
}
.formTable td:last-child{
padding-right:0;
}
.formTable > tbody > tr:last-child td{
padding-bottom:0;
}
.formItem .textarea {
border:none;
}
.formItemCheckbox .help {
margin-left: 5px;
}
.formItem input[readonly], .formItem textarea[readonly] {
background-color:#f8f8f8;
}
.formItem input[disabled],
.formItem input[readonly],
.formItem textarea[disabled],
.formItem textarea[readonly],
.formItem select[disabled],
.formItemDisabled .formItemBorder,
.disabledRadio,
.formItemCheckbox.formItemDisabled span {
background-color:#f8f8f8;
color:#a7a7a7;
}
.formItem input#postponeDate[readonly], .formItemDisabled.postponedDate .formItemBorder{
background-color:#fff;
color: #000;
}
.formItemCaption{
margin-bottom:0;
}
/* +++ .multiItems +++ */
.multiItems{
margin-bottom:10px;
overflow:hidden;
}
.multiItems .container{
/*border-bottom: 1px solid #e7e7e7;*/
padding-bottom:3px;
margin-bottom:0;
}
.multiItems a.removeButton{
position:absolute;
right:6px;
bottom:5px;
width: 16px;
height: 16px;
background: url('//ifrype.com/i/sbook/forms/removeItem.png') no-repeat center center;
}
.multiItems a.addButton{
display:block;
padding: 5px 25px 5px 5px;
background: url('//ifrype.com/i/sbook/forms/addItem.png') no-repeat right center;
text-align: right;
margin-right:5px;
margin-left:100px;
color:#393939;
float:right;
}
.multiItems .empty a.removeButton{
display:none
}
.multiItems div.item{
position: relative;
padding-right:30px;
}
.multiItems .item + .item{
margin-top:5px;
}
table.formTable .buttonWrap {
padding-top:15px;
}
table.formTable .buttonWrap .btn {
margin-bottom:0;
}
.formTextareaInfo{
border-top:1px solid #ccc;
background-color:#F8F8F8;
color:#6f6f6f;
padding:0 5px;
height:22px;
line-height:22px;
}
.formTextareaInfoRight{
float:right;
display:none;
}
.formTextareaInfo.largeFooter .SIcon + .SIcon {
margin-right: 6px;
}
.formTextareaInfo.largeFooter .SIcon {
float: right;
}
.formTextareaInfo.largeFooter .formTextareaInfoRight {
float: left;
}
.formTextareaInfo.largeFooter {
padding: 5px;
}
.formItemAutocomplete .formItemPadding{
margin:0;
position:relative;
min-height:22px;
}
.formItemAutocompleteButton .formItemBorder{
margin-right:40px;
}
.formItemAutocompleteButton .button{
position:absolute;
right:-40px;
top:-1px;
}
.formItemFile .buttonC{
position:relative;
}
.formItemFile .buttonC > div{
position:absolute;
top:0;
left:0;
overflow:hidden;
width:100%;
height:100%;
}
.formItemFile .buttonC input{
position:absolute;
top:0;
right:0;
font-size:30px;
opacity:0;
filter:alpha(opacity=0);
}
.formItemFileName{
display:inline-block;
overflow:hidden;
height:26px;
line-height:27px;
margin-left:5px;
vertical-align:middle;
}
.permGroups{
position:relative;
overflow:hidden;
}
.permGroup {
padding-left:20px;
padding-bottom:7px;
float:left;
}
/* +++ slider +++ */
.formItemSlider label span{
font-weight:normal;
}
.formSlider{
position:relative;
height:11px;
font-size:11px;
-moz-user-select:none;
-webkit-user-select:none;
margin-bottom:5px;
}
.formSliderCur{
position:absolute;
top:0;
height:11px;
background-image:url('//ifrype.com/i/sbook/slider/bg_silver.png');
}
.formSliderV{
position:absolute;
top:-4px;
width:20px;
height:20px;
cursor:ew-resize;
background-image:url('//ifrype.com/i/sbook/slider/btn_silver.png');
background-position:left top;
}
.formSliderV:hover{
background-position:-20px 0;
}
.formSliderV:active{
background-position:-40px 0;
}
.formSliderTo .formSliderArrow{
left:17px;
bottom:-3px;
}
.formSliderFrom .formSliderArrow{
left:17px;
top:-3px;
}
/* --- slider --- */
/* address */
.formItemAddress input{
width:100%;
border:none;
}
.formItemAddress table{
margin-left:1px;
width:99%;
}
.formAddressCell{
border-right:1px solid #C9C9C9;
padding-right:2px;
text-align:right;
white-space:nowrap;
width:20%;
}
.formAddressCell{
background-color: #F5F5F5
}
.formAddressValue{
border-left:1px solid #C9C9C9;
padding-left:2px;
}
.formItemAddress #exturlAvailable{
position: absolute;
top:4px;
right: -160px;
width: 150px;
}
.formItemAddress #isAvailable, .formItemAddress #notAvailable {
font-weight: bold;
display: none;
font-size: 12px;
}
/* --- address --- */
/* +++ titleInput +++ */
.formItemTitleInput .formItemBorder{
padding:0 10px 0 10px;
}
.formItemTitleInput input{
width:100%;
height:35px;
line-height: 35px;
font-size:14px;
color:#c2c2c2;
border:none;
}
/* --- titleInput --- */
ul.checkbox-list {
overflow:hidden;
clear:both;
margin-bottom:30px;
}
ul.checkbox-list li {
float:left;
width:25%;
}
.formLabel {
margin-bottom:3px;
}
.formItemBorder{
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.formItemFocus .formItemBorder, .formItemFocus.formItemBorder{
border:1px solid #2B63A6;
-moz-box-shadow: 0 0 3px #6490c8;
-webkit-box-shadow: 0 0 3px #6490c8;
box-shadow: 0 0 3px #6490c8;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.formFooter{
border-top:1px solid #E2E2E2;
background-color:#F5F5F5;
}
div.formFooter{
padding:10px;
}
.smallPopupContent .formFooter{
margin:-5px;
margin-top:5px;
}
.smallPopupContent .formFooter:first-child{
margin-top:-5px;
}
.InfoBoxContent .formFooter,
#infobox3_box_content .formFooter {
margin:0 -10px -10px;
}
.InfoBoxContentWrap.InfoBoxNoPadding .InfoBoxContent .formFooter,
.InfoBoxContentWrap.InfoBoxNoPadding #infobox3_box_content .formFooter {
margin:0;
}
.InfoBoxContent .formHeader,
#infobox3_box_content .formHeader {
    margin:-10px -12px 0;
    padding: 10px;
    border-top: 0 none;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
}
.formHeader .circleProgressSmall {
    position: absolute;
    bottom: -7px;
    left: 12px;
    z-index: 5;
}
.formFooter p{
margin-top:5px;
margin-right:10px;
float:right;
}
.IE7 .formFooter p{
position:absolute;
right:0;
}
.formRadioList .formItem{
margin-bottom:5px;
}
.formHeader{
text-align:right;
padding:5px;
background-color:#F5F5F5;
border-top:1px solid #E2E2E2;
margin-bottom:10px;
}
.formHeader .buttonLarge{
width:240px;
}
.headerExtended + .formHeader,
h1 + .formHeader{
border-top:none;
margin-top:-10px;
}
.headerExtended + .formFooter {
border-top: none;
margin-top: -5px;
}
#adv17177 + .formHeader {
    border-top: none;
    margin-top: -10px;
}
.dailyPoll .formItem {
margin-bottom: 4px;
}
/* +++ formsWrap +++ */
.formsWrap{
margin-bottom:10px;
}
.formsWrap:last-child{
margin-bottom:0;
}
.formsWrap > .formItemCheckbox{
margin-left:145px;
}
.formsWrap > .formItem > label{
float:left;
width:140px;
text-align:right;
margin-top:5px;
height: 16px;
overflow: hidden;
}
.formsWrap > .formItemTextarea > label{
overflow:visible;
height:auto;
}
.formsWrap > .formItemSlider > label{
margin-top:-2px;
}
.formsWrap > .formItemCheckbox > label{
float:none;
}
.formsWrap > .formItem > div{
margin-left:145px;
}
.formsWrap > .formItem > div.formSlider{
overflow:visible;
}
.IE .formsWrap > .formItem > div{
overflow:hidden;
}
.formsWrap > .formItem.formItemCheckbox {
width: auto;
}
.formsWrap > .formItem{
width:405px;
}
.formsWrap > .formItemTextarea,
.formsWrap > .formItemStretch{
width:auto;
}
.formsWrap > .formItemItem > label{
/*margin-top:0;*/
}
.formItemAddress .infoIcon, .formsWrap > .formItemInput .infoIcon, .formsWrap > .formItemUpload .infoIcon, .formsWrap > .formItemSelect .infoIcon, .formsWrap > .formItemAutocomplete .infoIcon{
width:16px;
margin-left:10px;
}
.formItem > .help:empty{
display:none;
}
.formsWrap > .formItemInput .help,
.formsWrap > .formItemInput .infoIcon,
.formsWrap > .formItemInput .error,
.formsWrap > .formItemSelect .help,
.formsWrap > .formItemSelect .infoIcon,
.formsWrap > .formItemSelect .error,
.formsWrap > .formItemUpload .infoIcon,
.formsWrap > .formItemAutocomplete .help,
.formsWrap > .formItemAutocomplete .infoIcon,
.formsWrap > .formItemAutocomplete .error,
.formsWrap > .formItemAddress .help,
.formsWrap > .formItemAddress .infoIcon,
.formsWrap > .formItemAddress .error,
.formsWrap > .formItemAC .help,
.formsWrap > .formItemAC .infoIcon,
.formsWrap > .formItemAC .error{
position:absolute;
top:4px;
left:100%;
padding-left:10px;
white-space:nowrap;
}
.formsWrap > .formItemTextarea .help,
.formsWrap > .formItemTextarea .infoIcon,
.formsWrap > .formItemTextarea .error, 
.formsWrap > .formItemAddress .help,
.formsWrap > .formItemAddress .error,
.formsWrap > .formItemSlider .help,
.formsWrap > .formItemSlider .error,
.formsWrap > .formItemUpload .help,
.formsWrap > .formItemUpload .error,
.formsWrap > .formItemItem .help,
.formsWrap > .formItemItem .error{
margin-left:145px;
}
.formsWrap > .formItemItem .formItemInput .help,
.formsWrap > .formItemItem .formItemSelect .help,
.formsWrap > .formItemItem .formItemAutocomplete .help,
.formsWrap > .formItemItem .formItemAddress .help,
.formsWrap > .formItemItem .formItemAC .help{
position:absolute;
top:4px;
left:100%;
padding-left:10px;
white-space:nowrap;
margin-left: 0;
}
.formsWrap > .formItemItem .formItemInput .help a,
.formsWrap > .formItemItem .formItemSelect .help a,
.formsWrap > .formItemItem .formItemAutocomplete .help a,
.formsWrap > .formItemItem .formItemAddress .help a,
.formsWrap > .formItemItem .formItemAC .help a{
display: inline-block;
}
.formsWrap .formFooter{
padding-left:145px;
}
.formsWrap > .formItemSlider .formSliderValue{
position:absolute;
top:-2px;
left:100%;
white-space:nowrap;
padding-left:10px;
}
/* --- formsWrap --- */
/* +++ AC +++ */
.formItemAC .formItemBorder{
position:relative;
}
.formItemAC .formItemPadding{
position:relative;
margin:0;
padding:0 1px;
min-height:22px;
}
.formItemAC .ACInput input{
margin:0;
padding:0;
border:none;
outline:none;
background:none;
background-image:url('//ifrype.com/i/px.gif');
}
.formItemAC .ACInput,
.formItemAC .ACValue{
position:relative;
display:inline-block;
overflow:hidden;
vertical-align:top;
margin:2px;
}
.formItemAC .ACInput{
margin:3px;
height:16px;
overflow:hidden;
width:85px;
}
.ACInput input{
width:100%;
}
.formItemAC .ACValue{
padding-left:3px;
background-color:#F5F5F5;
border:1px solid #BEBEBE;
}
.formItemAC .ACValue div{
margin-right:16px;
max-width:100px;
}
.formItemAC .ACInput,
.formItemAC .ACValue div{
height:16px;
line-height:17px;
}
.formItemAC .closeIcon{
position:absolute;
right:0;
top:0;
width:16px;
height:16px;
background-repeat:no-repeat;
background-position:center center;
}
.multiACListItem.disabled{
cursor:not-allowed;
opacity:0.5;
filter:alpha(opacity=50);
}
.ACPlaceHolder{
position:absolute;
top:4px;
left:4px;
}
.ACInput .ACPlaceHolder{
top:0;
left:0;
}
.formItemDisabled .ACInput,
.formItemDisabled .ACValue .closeIcon{
display:none;
}
.formItemDisabled .ACValue div{
margin-right:2px;
}
.ACValueDisabled .closeIcon{
display:none;
}
.formItemAC .ACValueDisabled div{
margin-right:5px;
}
/* --- AC --- */
/* +++ MapRadius +++ */
.FormMapRadiusWnd .mapCont {
width: 700px;
height: 400px;
float: left;
}
.FormMapRadiusWnd .rightCol {
width: 180px;
height: 400px;
float: right;
margin-left: 10px;
overflow: auto;
}
.FormMapRadiusWnd .rightCol li {
margin-bottom: 3px;
}
.FormMapRadiusWnd .formFooter {
margin-top: 10px;
}
.FormMapRadiusWnd .contextMenu {
position: absolute;
width: 200px;
background-color: #fff;
padding: 10px;
border: 1px solid #aaa;
z-index: 10;
}
.FormMapRadiusWnd .btnDelete {
color: #f00;
float: right;
line-height: 24px;
}
.FormMapRadiusWnd .infoBlock {
margin-top: 3px;
}
.FormMapRadiusWnd .infoBlock .value {
font-weight: bold;
}
.FormMapRadiusWnd .contextMenuOverlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 5;
}
/* --- MapRadius --- */
.formItemEditor .formItemPadding{
margin:0;
}
.formCalendar{
min-height:100px;
}
.formCalendar .datePicker{
width:200px;
}
/* +++ DatePeriod +++ */
.formDatePeriod{
position:relative;
}
.formDatePeriod > label{
display:block;
}
.formDatePeriod .formItemBorder{
display:inline-block;
}
.formDatePeriodTable{
height:22px;
table-layout:fixed;
}
.formDatePeriodTable td{
background-color:#F1F2F3;
background-image:url('//ifrype.com/i/sbook/buttons2/link.png');
background-position:left top;
cursor:pointer;
}
.formDatePeriodTable td:hover{
background-position:left -24px;
}
.formDatePeriodTable .caption{
text-align:center;
min-width:45px;
}
.formDatePeriodTable .prev,
.formDatePeriodTable .next{
width:22px;
}
.formDatePeriodTable .caption{
margin-left:5px;
margin-right:5px;
font-weight:bold;
white-space:nowrap;
}
.formDatePeriodTable .caption:first-letter{
text-transform:capitalize;
}
.formDatePeriodDP{
position:absolute;
top:35px;
left:0;
box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
border:1px solid #C1C8CB;
padding:5px;
padding-right:0;
background-color:#fff;
z-index:1;
}
.formDatePeriodDP .arrow{
position:absolute;
top:-8px;
left:20px;
height:8px;
width:13px;
background-image:url('//ifrype.com/i/sbook/tooltipbox_arrow_top.png');
}
.formDatePeriodDP .datePickerGrid{
border:none;
}
.formDatePeriodDP .datePicker{
margin-right:5px;
}
.formDatePeriodDP .periods{
vertical-align:top;
}
.formDatePeriodDP .periods a{
display:block;
padding:5px;
white-space:nowrap;
}
.formDatePeriodDP .periods a:first-letter{
text-transform:capitalize;
}
.formDatePeriodDP .periods:not(:empty){
border-left:1px solid #C1C8CB;
}
/* --- DatePeriod --- */
/* +++ Calendar +++ */
.FormCalendar{
width:240px;
min-height:180px; /*Lai layout neleekaatu, kameer laadee*/
margin-bottom:10px;
}
.FormCalendar .datePicker{
width:auto;
}
.FormCalendar .datePickerGrid:not(.datePickerMonthGrid){
line-height:28px;
}
/* --- Calendar --- */
/* --- css/forms.css --- */
/* +++ services/pb.css +++ */
.pb{
width:500px;
text-align:left;
overflow:hidden;
}
.pbDescr{
margin:5px;
}
.pbDescr h1{
border:none;
padding-bottom:0;
}
.pbDescr img.serviceIcon {
width: 128px;
height: auto;
}
.pbTable{
width:100%;
}
.pbCol1{
width:40px;
vertical-align:top;
}
.pbChangeType{
padding-top:20px;
text-align:right;
}
.pb form{
padding-bottom:20px;
}
.pbUserCredits{
padding-bottom:10px;
}
.pbUserCredits.notEnough > * {
color: #ff6600;
}
.pbP{
padding-top:6px;
}
.pbCont{
background-color:#f5f5f5;
padding:10px;
}
.pbTabs{
margin-left:140px;
display:inline-block;
font-size:12px;
font-weight:normal;
height:21px;
}
.pbTabs > span{
display:inline-block;
border:1px solid #E7E7E7;
border-bottom:none;
margin-right:5px;
padding:5px;
cursor:pointer;
}
.pbTabsSel{
background-color:#F5F5F5;
font-weight:bold;
}
.pbCredits{
margin-left:140px;
}
.pbCC {
margin-left: 140px;
}
.pbSMS form{
margin-left:140px;
}
.pbSmsButton{
max-width:300px;
margin-left:auto;
margin-right:auto;
text-align: center;
}
.pbSmsButton .buttonBuy{
width:274px;
display:inline-block;
}
.pbSmsButton .buttonBuy .buttonC{
padding-right:0px;
}
.pbButtonCaption,
.pbButtonPrice{
display:inline-block;
text-align:center;
}
.pbButtonCaption{
width:63%;
}
.pbButtonPrice{
width:37%;
border-left:1px solid #B94B00;
background-image:url('//ifrype.com/i/sbook/buttons2/buy.png');
background-position:left -24px;
padding-right:10px;
}
.pb .dropdownList ul a {
padding-top:5px;
padding-right:15px;
}
div.noServiceBlock{
text-align:center;
}
.noServiceBlock .button{
width:250px;
}
.noServiceBlock b{
color:inherit !important;
}
.euroBalance {
color:#8D8D92;
}
.euroBalanceThin {
font-weight:normal;
}
/* jaunais maksājumu logs: */
#servicesBuyCreditsPopup #servicesDelayInfoPopup {
margin: 10px;
}
.purchaseCredits {
width: 400px;
margin: 0 auto;
}
.pStep {
border-bottom: 1px solid #e7e7e7;
padding: 0 20px;
}
.pStep.disabled {
color: #a7a7a7;
}
.pStep.collapsed {
cursor: pointer;
}
.pStep.disabled.collapsed {
cursor: default;
}
.pStep:last-child {
border-bottom: 0;
}
.pStep .stepTitle {
height: 40px;
line-height: 40px;
margin-bottom: 0;
}
.pStep .stepTitle p {
font-weight: bold;
}
.pStep .stepTitle p:empty {
display: none;
}
.pStep .formItem:last-child {
margin-bottom: 10px;
}
.pStep #pbCheckout {
    margin: 0 -20px 10px;
}
.pStep .pointsback {
margin: 0 -20px 10px;
}
.amountOptions {
text-align: center;
}
.amountOptions .amountItem {
display: inline-block;
margin-left: 0;
margin-bottom: 10px;
margin-right: 15px;
}
.amountOptions .amountItem:nth-child(4n),
.amountOptions .amountItem.fourthItem {
margin-right: 0;
}
.amountOptions .amountItem.buttonLarge .buttonC {
padding: 0;
}
.amountOptions .amountItem.selected > div {
border-color: #74c008;
}
.pbReceiveText {
margin-left: 15px;
}
.pbReceiveText:last-child {
margin-top: 10px;
margin-bottom: 20px;
}
.stepTitle .selectedAmount {
margin-right: 5px;
}
.methodsOptions {
}
.methodsOptions .methodGroup {
display: inline-block;
vertical-align: top;
width: 33.3%;
}
.methodGroup .methodItem {
margin-bottom: 15px;
}
.methodItem .methodIcon {
vertical-align: top;
cursor: pointer;
margin-left: 5px;
}
.methodItem .methodIcon.mobilly,
.methodItem .methodIcon.digilink {
vertical-align: baseline;
}
.methodItem .methodIcon.elink,
.methodItem .methodIcon.nordea {
position: relative;
top: -1px;
}
.methodItem .methodIcon.inord {
position: relative;
top: -2px;
}
.methodItem .methodIcon.paypal {
position: relative;
top: 2px;
}
.amountBtn {
width: 71px;
}
.purchaseContainer {
text-align: center;
padding: 10px 20px;
margin-bottom: 0;
}
.purchaseContainer .purchaseBtn {
min-width: 266px;
}
.paymentCancelBtn {
z-index: 2;
position: absolute;
bottom: 40px;
}
/* +++ Purchase With Card +++ */
.purchaseWithCard .options {
margin-left: 140px;
margin-bottom: 10px;
}
.purchaseWithCard .cards {
background: url('//ifrype.com/services/img/cards.png') no-repeat 0 10px;
padding-top: 37px;
padding-bottom: 10px;
width: 170px;
border-top: 1px solid #e1e1e1;
margin-left: 140px;
}
.purchaseWithCard .savedCard {
margin-left: 140px;
margin-bottom: 10px;
}
.purchaseWithCard .pointsback {
margin-bottom: 10px;
margin-left: -10px;
margin-right: -10px;
}
.purchaseWithCard .buyButtonContainer {
text-align: center;
}
/* --- Purchase With Card --- */
.banklinkOptions .methodItem {
width: 50%;
float: left;
}
.donationTitle {
margin-top: 5px;
text-align: center;
font-weight: bold;
font-size: 12px;
margin-bottom: 15px;
}
.donationTitle .amountContainer {
width: 212px;
margin: auto;
text-align: left;
border-bottom: 1px solid #E0E5EB;
padding-bottom: 2px;
}
.donationTitle .chooseBank {
margin-top: 15px;
font-size: 13px;
}
.donationPStep {
border-bottom: 0;
text-align: center;
}
.donationPStep .donationsOptWrapper {
width: 170px;
margin-left: 120px;
text-align: left;
border-bottom: 1px solid #E1E1E1;
}
.donationBankList .stepContent {
margin-left: 90px;
}
.donationBankList h2 {
text-align: center;
}
/* --- services/pb.css --- */
/* +++ css/steps.css +++ */
.steps{
width:100%;
height:19px;
border-bottom:1px solid #e2e2e2;
margin-bottom:49px;
}
.steps table{
width:100%;
height:39px;
}
.steps td{
text-align:center;
vertical-align:top;
}
.steps td a, .steps td span{
display:block;
width:33px;
height:33px;
line-height:35px;
background: url("//ifrype.com/i/sbook/steps/inactive.png") 0 0 no-repeat;
font-size:19px;
font-weight:bold;
-webkit-font-smoothing: antialiased;
color:#393939;
text-decoration:none;
text-shadow:0 1px 1px #fff;
cursor:default;
margin:0 auto;
}
.steps td a{
cursor:pointer;
}
.steps td a.active, .steps td span.active{
height:39px;
background:url("//ifrype.com/i/sbook/steps/active.png") 0 0 no-repeat;
color:#fff;
text-shadow:0 1px 1px #cc1f00;
}
.circleProgressSmall {
    height: 13px;
}
.circleProgressSmall .smallStep {
    display: inline-block;
    background: url("//ifrype.com/i/steps/circles.png") no-repeat;
    width: 13px;
    height: 13px;
    margin: 0 6px;
}
.circleProgressSmall .smallStep:first-child,
.circleProgressSmall .smallStep.firstStep {
    margin-left: 0;
}
.circleProgressSmall .smallStep:last-child,
.circleProgressSmall .smallStep.lastStep {
    margin-right: 0;
}
.circleProgressSmall .smallStep.currentStep {
    background-position: 0 -13px;
}
.circleProgressSmall .smallStep.completedStep {
    background-position: 0 -26px;
}
/* --- css/steps.css --- */
/* +++ css/menu.css +++ */
#menu{
position:relative;
margin: 0;
padding: 0;
height: 35px;
line-height:35px;
width:980px;
font-size:13px;
border-collapse:separate;
border-spacing:0px;
-moz-transition: all 1s;
-webkit-transition: all 1s;
}
#menu tr{
margin:0;
padding: 0;
}
#menu td {
margin: 0;
padding: 0;
height: 100%;
line-height: 35px;
}
#menu td a {
border:solid 1px transparent;
background-position: 0 0;
background-repeat: repeat-x;
height: 35px;
display: block;
position: relative;
text-align: center;
padding: 0 10px;
text-decoration:none;
font-weight: bold;
-webkit-font-smoothing: antialiased;
white-space:nowrap;
}
#menu td a.withdropdown {
padding: 0 18px 0 9px;
}
#menuHome, #menuSearch{
width:50px;
}
#menu #menuHome a,#menu #menuSearch a{
padding:0 0;
}
#menu td.first a{
-webkit-border-bottom-left-radius:3px;
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-bottomleft:3px;
border-top-left-radius:3px;
border-bottom-left-radius:3px;
}
#menu td.last a{
-webkit-border-bottom-right-radius:3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topright:3px;
-moz-border-radius-bottomright:3px;
border-top-right-radius:3px;
border-bottom-right-radius:3px;
}
#menu td a:hover {
    background-position: 0 -88px;
}
#menu td a:active {
    background-position: 0 -44px;
}
#menuWrap{
position:relative;
}
#menuWrap.menuFixed{
position:fixed;
z-index:1;
}
#menuWrap.menuFixed #menu100{
position:fixed;
left:0;
right:0;
height:36px;
border-bottom:1px solid transparent;
}
#menuWrap.menuFixed{
padding-top:8px;
background-color:#fff;
}
#menuWrap.menuFixed #menu{
position:relative;
z-index:2;
}
#dropdown{
top:100%;
}
#dropdown span.badge {
background: none repeat scroll 0 0 #FF6600;
color: #FFFFFF;
float: right;
font-size: 10px;
margin-right: 10px;
margin-top:7px;
padding: 1px 6px;
-moz-border-radius: 3px;
border-radius: 3px;
position:absolute;
right:0;
top:0;
display:block;
z-index:1;
}
#dropdown div.section li {
position:relative;
}
#menuHome span, #menuSearch span {
display:block;
background-repeat:no-repeat;
background-position:  center center;
}
#menu a span.badge.on{
background-color: #f60;
color: #fff;
}
#menu a span.badge.off{
color: #fff;
}
#menu td.open.last a{
-webkit-border-bottom-right-radius:0;
-moz-border-radius-bottomright:0;
border-bottom-right-radius:0;
}
#menu td.open a, #menu td.open a:hover{
border-color: #3f3f3f;
color:#FFF !important;
text-shadow:none;
}
#menu a span.badge{
display: block;
padding:1px 6px;
position: absolute;
text-align: center;
text-shadow:none;
top: -7px;
right: 5px;
border:none;
color: #fff;
font-size: 10px;
line-height: 14px;
-moz-border-radius:3px;
border-radius:3px;
-o-border-radius:3px;
/* no rounded borders for safari, add 0 below*/ 
-webkit-border-radius:3px;
-khtml-border-radius:3px;
}
#menu a span.badge.left {
left: 2px;
right: auto;
padding-left: 3px;
padding-right: 3px;
}
#menu a.icon{
background-repeat:no-repeat;
background-position: 17px center;
}
#menu span.menuIcon {
background-position:-6px 0;
display:block;
height:16px;
left:8px;
position:absolute;
top:13px;
width:18px;
z-index:10;
cursor:pointer;
}
#menu span.menuIcon:hover {
background-position:17px 0;
}
#menu td div {
position:relative;
}
#menu td div a {
padding-left:27px;
}
#menu a span.hasdropdown{
background-position:center 16px;
background-repeat:no-repeat;
display:block;
__float:right;
height:34px;
position:absolute;
right:6px;
top:0;
width:8px;
}
#menu td.open a{
background: #3F3F3F !important;
background-image: none;
position: relative;
border-color: #3F3F3F;
}
#searchAutocomplete, #dropdown {
right:0;
width:220px;
display:none;
position:absolute;
z-index:3;
background:#3F3F3F;
color:#FFF;
box-shadow:0 2px 4px #3F3F3F;
-webkit-box-shadow: 0 2px 4px #3F3F3F;
-moz-box-shadow: 0 2px 4px #3F3F3F;
padding: 5px 0;
}
#dropdown div.section{
float: left;
width: 180px;
font-size: 12px;
}
#dropdown div.section h2, #searchResults h2{
color: #c9c9c9 ;
font-size: 12px;
line-height:12px;
margin: 0;
padding: 10px 0 3px 10px;
text-shadow: #000 1px 1px 2px;
}
#dropdown div.section.odd{
margin-left:10px;
}
#dropdown div.section ul, #dropdown div.section li{
margin:0;
padding: 0;
}
#dropdown div.section ul{
list-style: none;
padding: 3px 0 0;
}
#dropdown div.section li a{
position: relative;
line-height:14px;
text-shadow: #000 1px 1px 2px;
color: #fff;
text-align:  left;
text-decoration: none;
display: block;
padding:8px 5px 8px 33px;
white-space: nowrap;
overflow: hidden;
}
#dropdown div.section li a.icon{
background-repeat: no-repeat;
background-position: 7px center;
margin-right:0;
}
#dropdown div.section li img{
width:20px;
height: 20px;
position: absolute;
left:3px;
top:5px;
}
#dropdown div.section li img.external{
right:8px;
left:auto;
top:8px;
height:auto;
width:auto;
}
#dropdown div.section li:hover{
background: url('//ifrype.com/i/menu/hover.png') repeat-x #52a1cd;
text-decoration:none;
}
#head {
height:29px;
position: relative;
}
#head #headings {
float:left;
}
#logoutLinks {
float:right;
}
#logoutLinks ul,
#head #headings ul {
overflow:hidden;
}
#head #headings ul li {
float:left;
margin-right:10px;
}
#head #headings ul li .icon {
padding-top:1px;
}
#head #headings .userBalance {
padding-top: 2px;
}
#logoutLinks ul li {
float:left;
margin-left:10px;
}
#logoutLinks ul li a {
color:#6e6d6d;
font-size:12px;
font-weight:bold;
-webkit-font-smoothing: antialiased;
}
#logoutLinks ul li#logout a {
color:#333;
background:url('//ifrype.com/i/icons/logout.png') no-repeat 100% 50%;
padding-right:15px;
}
#logoutLinks ul li#invisibility a {
background-position:center center;
background-repeat:no-repeat;
display:block;
height:19px;
width:16px;
}
#wrap{
position: static;
font-family: Helvetica, sans-serif !important;
}
/*SMALL LOGIN */
#nologinHeader {
padding-top:5px;
height: 35px;
border-bottom: 8px solid #ff6600;
}
#loginBody #nologinHeader {
border-bottom: 0;
margin:0 10px;
}
#loginBody #ct {
float: none;
margin: 0 auto;
clear:both;
width:800px;
}
#smallHeaderLogo{
display: block;
float:left;
}
#smallLoginForm {
float:right;
width:700px;
}
#smallLoginForm td{
padding-left:5px;
padding-bottom:5px;
vertical-align:top;
}
#smallLoginForm .formItem {
width:120px;
margin:0px;
}
#smallLoginForm .captcha img {
position: relative;
top: -12px;
float: left;
margin-right: 3px;
}
#smallLoginForm .captcha .formItem {
float: left;
width: 45px;
}
/*--SMALL LOGIN */
/*
#searchAutocomplete {
position:absolute;
right:-5px;
width:210px;
top:-55px;
z-index:6000;
padding: 5px 0;
} */
#searchResults {
background:#3F3F3F;
box-shadow:0 2px 4px #3F3F3F;
-webkit-box-shadow: 0 2px 4px #3F3F3F;
-moz-box-shadow: 0 2px 4px #3F3F3F;
padding:30px 0 0 0;
margin-top:-30px;
background-position: center center;
}
#searchAutocomplete .formItemBorder {
background-position: 190px center;
}
#searchAutocomplete .formItemPadding {
margin-right: 20px;
margin-left:4px;
background-position: right center;
}
#searchAutocomplete .filterSearcher {
width:210px;
margin:0 5px;
}
#searchResults img {
width:30px;
height: 30px;
float:left;
margin-right:10px;
}
#searchResults i.icon {
position:absolute;
left:30px;
margin-top:-5px;
margin-bottom:-5px;
}
#searchResults div a {
    white-space: nowrap;
height: 30px;
padding:4px 10px;
font-weight: normal;
border: none;
overflow: hidden;
display:block;
color: #c9c9c9;
}
#searchSections {
margin-top:10px;
}
#searchResults #searchSections a{
height:16px;
}
#searchResults #searchSections a img {
height:16px;
background-repeat:no-repeat;
background-position:center center;
}
#searchResults a.active {
background: url('//ifrype.com/i/menu/hover.png') repeat-x #52a1cd;
text-decoration:none;
}
#searchResults div a b{
color: #FFF;
font-weight:bold;
}
#my-name, #logout { 
margin-top:2px; 
}
#searchResults a.buttonC {
text-decoration:none;
    white-space: nowrap;
height: auto;
line-height:22px;
border: 1px solid #F3F3F3;
text-shadow:0 1px 0 #F7F7F7;
color: #686C6E;
    background: none no-repeat scroll 22px center transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
padding: 0 10px;
    text-align: center;
width: 175px;
}
#searchResults .verifySearchIcon {
width: 9px;
height: 10px;
background: url('/special/verifikacija/assets/img/icn_9.png') no-repeat;
display: inline-block;
margin-right: 5px;
}
.madBadge {
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 10px;
line-height: 13px;
padding: 1px 6px;
text-align: center;
text-shadow: none;
background-color: #f60;
margin-right: 8px;
position: relative;
top: -1px;
right: -3px;
}
.madBadge:hover {
text-decoration: none;
}
/*.statistics-cat {
width: 233px;
height: 61px;
overflow: hidden;
position: absolute;
bottom: 0;
left: 444px;
}
.statistics-cat .text {
width: 139px;
height: 30px;
background: url('//ifrype.com/i/temp/statistikas_kakis/ps_callout.png');
position: absolute;
top: 9px;
left: 0;
opacity: 0;
color: #38545d;
font-size: 11px;
font-weight: bold;
font-family: Helvetica, Arial, sans-serif;
line-height: 16px;
padding: 8px 8px;
z-index: 1;
animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-webkit-animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-moz-animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
animation-delay: 2s;
-webkit-animation-delay: 2s;
-moz-animation-delay: 2s;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
}
.statistics-cat .text.medium {
font-size: 10px;
}
.statistics-cat .text.small {
font-size: 10px;
line-height: 12px;
height: 34px;
padding: 6px 8px;
}
.statistics-cat .cat {
width: 81px;
height: 56px;
position: absolute;
bottom: 0;
left: 142px;
}
.statistics-cat .cat-paw-left {
opacity: 0;
width: 24px;
height: 11px;
background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_kek.png');
background-size: 24px 11px;
position: absolute;
bottom: 0;
left: 0;
animation: leftpaw 0.8s ease-out;
-webkit-animation: leftpaw 0.8s ease-out;
-moz-animation: leftpaw 0.8s ease-out;
animation-delay: 1s;
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
}
.statistics-cat .cat-paw-right {
opacity: 0;
width: 20px;
height: 10px;
background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_kel.png');
background-size: 20px 10px;
position: absolute;
bottom: 0;
right: 0;
animation: rightpaw 0.8s ease-out;
-webkit-animation: rightpaw 0.8s ease-out;
-moz-animation: rightpaw 0.8s ease-out;
animation-delay: 1s;
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
}
.statistics-cat .cat-body {
opacity: 0;
width: 56px;
height: 39px;
background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_bod.png');
background-size: 56px 39px;
position: absolute;
bottom: -2px;
left: 15px;
animation: catbody 0.8s ease-out;
-webkit-animation: catbody 0.8s ease-out;
-moz-animation: catbody 0.8s ease-out;
animation-delay: 1.3s;
-webkit-animation-delay: 1.3s;
-moz-animation-delay: 1.3s;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
}
.statistics-cat .cat-head {
opacity: 0;
width: 51px;
height: 54px;
background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_gal.png');
background-size: 51px 54px;
position: absolute;
bottom: 2px;
left: 18px;
animation: cathead 0.8s ease-out;
-webkit-animation: cathead 0.8s ease-out;
-moz-animation: cathead 0.8s ease-out;
animation-delay: 1.3s;
-webkit-animation-delay: 1.3s;
-moz-animation-delay: 1.3s;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
}
.statistics-cat .cat-eyebrows {
width: 51px;
height: 32px;
background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_uza.png');
background-size: 51px 32px;
position: absolute;
top: -1px;
left: 0;
animation: cateyebrows 2s  ease;
-webkit-animation: cateyebrows 2s  ease;
-moz-animation: cateyebrows 2s  ease;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
animation-delay: 2s;
-webkit-animation-delay: 2s;
-moz-animation-delay: 2s;
}
.statistics-cat .close {
width: 15px;
height: 15px;
display: block;
background: url('//ifrype.com/i/temp/statistikas_kakis/mini_close_sprite.png') no-repeat left top;
background-size: 15px auto;
position: absolute;
right: 0;
top: 5px;
}
.statistics-cat .close:hover {
background-position: left center;
}
.statistics-cat .close:active {
background-position: left bottom;
}
.statistics-cat.simple .text, .statistics-cat.simple .cat-paw-left, .statistics-cat.simple .cat-paw-right, .statistics-cat.simple .cat-body, .statistics-cat.simple .cat-head {
opacity: 1;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
.statistics-cat .text {
background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_callout_2x.png');
}
.statistics-cat .cat-paw-left {
background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_kek_2x.png');
}
.statistics-cat .cat-paw-right {
background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_kel_2x.png');
}
.statistics-cat .cat-body {
background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_bod_2x.png');
}
.statistics-cat .cat-head {
background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_gal_2x.png');
}
.statistics-cat .cat-eyebrows {
background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_uza_2x.png');
}
.statistics-cat .close {
background-image: url('//ifrype.com/i/temp/statistikas_kakis/mini_close_sprite_2x.png');
}
}
@keyframes visshowtext {
0% {
opacity: 0;
left: 20px;
}
100% {
opacity: 1;
left: 0;
}
}
@-webkit-keyframes visshowtext {
0% {
opacity: 0;
left: 20px;
}
100% {
opacity: 1;
left: 0;
}
}
@-moz-keyframes visshowtext {
0% {
opacity: 0;
left: 20px;
}
100% {
opacity: 1;
left: 0;
}
}
@keyframes leftpaw {
0% {
bottom: -11px;
left: 16px;
opacity: 1;
}
20% {
left: 16px;
opacity: 1;
}
100% {
bottom: 0;
left: 0;
opacity: 1;
}
}
@-webkit-keyframes leftpaw {
0% {
bottom: -11px;
left: 16px;
opacity: 1;
}
20% {
left: 16px;
opacity: 1;
}
100% {
bottom: 0;
left: 0;
opacity: 1;
}
}
@-moz-keyframes leftpaw {
0% {
bottom: -11px;
left: 16px;
opacity: 1;
}
20% {
left: 16px;
opacity: 1;
}
100% {
bottom: 0;
left: 0;
opacity: 1;
}
}
@keyframes rightpaw {
0% {
bottom: -10px;
right: 16px;
opacity: 1;
}
20% {
right: 16px;
opacity: 1;
}
100% {
bottom: 0;
right: 0;
opacity: 1;
}
}
@-webkit-keyframes rightpaw {
0% {
bottom: -10px;
right: 16px;
opacity: 1;
}
20% {
right: 16px;
opacity: 1;
}
100% {
bottom: 0;
right: 0;
opacity: 1;
}
}
@-moz-keyframes rightpaw {
0% {
bottom: -10px;
right: 16px;
opacity: 1;
}
20% {
right: 16px;
opacity: 1;
}
100% {
bottom: 0;
right: 0;
opacity: 1;
}
}
@keyframes catbody {
0% {
bottom: -39px;
opacity: 1;
}
100% {
bottom: -2px;
opacity: 1;
}
}
@-webkit-keyframes catbody {
0% {
bottom: -39px;
opacity: 1;
}
100% {
bottom: -2px;
opacity: 1;
}
}
@-moz-keyframes catbody {
0% {
bottom: -39px;
opacity: 1;
}
100% {
bottom: -2px;
opacity: 1;
}
}
@keyframes cathead {
0% {
bottom: -54px;
opacity: 1;
}
75% {
bottom: 7px;
}
100% {
bottom: 2px;
opacity: 1;
}
}
@-webkit-keyframes cathead {
0% {
bottom: -54px;
opacity: 1;
}
75% {
bottom: 7px;
}
100% {
bottom: 2px;
opacity: 1;
}
}
@-moz-keyframes cathead {
0% {
bottom: -54px;
opacity: 1;
}
75% {
bottom: 7px;
}
100% {
bottom: 2px;
opacity: 1;
}
}
@keyframes cateyebrows {
0% {
top: -1px;
}
12% {
top: -3px;
}
24% {
top: -1px;
}
36% {
top: -3px;
}
48% {
top: -1px;
}
100% {
top: -1px;
}
}
@-webkit-keyframes cateyebrows {
0% {
top: -1px;
}
12% {
top: -3px;
}
24% {
top: -1px;
}
36% {
top: -3px;
}
48% {
top: -1px;
}
100% {
top: -1px;
}
}
@-moz-keyframes cateyebrows {
0% {
top: -1px;
}
12% {
top: -3px;
}
24% {
top: -1px;
}
36% {
top: -3px;
}
48% {
top: -1px;
}
100% {
top: -1px;
}
}*/
#head .statistics {
width: 210px;
height: 52px;
overflow: hidden;
position: absolute;
bottom: 0;
left: 455px;
}
#head .statistics .sun {
width: 47px;
height: 47px;
position: absolute;
right: 0;
bottom: -47px;
animation: visshowsun 0.8s ease-out;
-webkit-animation: visshowsun 0.8s ease-out;
-moz-animation: visshowsun 0.8s ease-out;
animation-delay: 1s;
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
}
#head .statistics .sun .outer {
width: 47px;
height: 47px;
position: absolute;
top: 0;
left: 0;
background: url('//ifrype.com/i/temp/statistikas_saule/sau_bck.png');
animation: visrotatesun 8s linear;
-webkit-animation: visrotatesun 8s linear;
-moz-animation: visrotatesun 8s linear;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
animation-delay: 1.8s;
-webkit-animation-delay: 1.8s;
-moz-animation-delay: 1.8s;
}
#head .statistics .sun .inner {
width: 47px;
height: 47px;
position: absolute;
top: 0;
left: 0;
background: url('//ifrype.com/i/temp/statistikas_saule/sau_frn.png') no-repeat center center;
}
#head .statistics .text {
width: 139px;
height: 30px;
background: url('//ifrype.com/i/temp/statistikas_saule/sau_call.png');
position: absolute;
top: 0;
left: 0;
opacity: 0;
color: #38545d;
font-size: 11px;
font-weight: bold;
font-family: Helvetica, Arial, sans-serif;
line-height: 16px;
padding: 8px 8px;
animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-webkit-animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-moz-animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
animation-delay: 1.5s;
-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
}
#head .statistics .text.medium {
font-size: 10px;
}
#head .statistics .text.small {
font-size: 10px;
line-height: 12px;
height: 34px;
padding: 6px 8px;
}
#head .statistics .closeIcon {
position: absolute;
top: 5px;
right: -2px;
visibility: hidden;
animation: visshowclose 3s ease-out;
-webkit-animation: visshowclose 3s ease-out;
-moz-animation: visshowclose 3s ease-out;
}
#head .statistics:hover .closeIcon {
visibility: visible;
}
@keyframes visshowclose {
0% {
opacity: 0;
}
60% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes visshowclose {
0% {
opacity: 0;
}
60% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes visshowclose {
0% {
opacity: 0;
}
60% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes visrotatesun {
0% {
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes visrotatesun {
0% {
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes visrotatesun {
0% {
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes visshowsun {
0% {
bottom: -67px;
}
70% {
bottom: -5px;
}
100% {
bottom: -10px;
}
}
@-webkit-keyframes visshowsun {
0% {
bottom: -67px;
}
70% {
bottom: -5px;
}
100% {
bottom: -10px;
}
}
@-moz-keyframes visshowsun {
0% {
bottom: -67px;
}
70% {
bottom: -5px;
}
100% {
bottom: -10px;
}
}
@keyframes visshowtext {
0% {
opacity: 0;
left: 20px;
}
100% {
opacity: 1;
left: 0;
}
}
@-webkit-keyframes visshowtext {
0% {
opacity: 0;
left: 20px;
}
100% {
opacity: 1;
left: 0;
}
}
@-moz-keyframes visshowtext {
0% {
opacity: 0;
left: 20px;
}
100% {
opacity: 1;
left: 0;
}
}
.menu-work-block {
position: absolute;
bottom: 3px;
left: 267px;
z-index: 0;
height: 32px;
}
.menu-work-block .workman {
background: url("/i/temp/teirdarbs/te_ir_darbs_2x.png") no-repeat;
background-size: 28px 32px;
display: inline-block;
line-height: 36px;
font-weight: bold;
padding-left:35px;
color: #2057c5;
cursor: pointer;
}
.menu-work-block .cclose {
display: inline-block;
bottom: 14px;
position: relative;
cursor: pointer;
}
.statistics-duck {
position: absolute;
bottom: 0;
left: 518px;
z-index: 0;
}
.statistics-duck .duck-container {
position: relative;
}
.statistics-duck .pond {
width: 148px;
height: 15px;
background-image: url('/i/temp/statistikas_pile/ps_pile_dks_2x.png');
background-image: url('/i/temp/statistikas_pile/ps_pile_dks.png')\9;
background-size: 148px 15px;
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
}
.statistics-duck .body {
width: 61px;
height: 28px;
background-image: url('/i/temp/statistikas_pile/ps_pile_rum_2x.png');
background-image: url('/i/temp/statistikas_pile/ps_pile_rum.png')\9;
background-size: 61px 28px;
position: absolute;
left: 32px;
bottom: 0;
animation: duckbodymove 4s cubic-bezier(0.77, 0, 0.175, 1) infinite;
-webkit-animation: duckbodymove 4s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
.statistics-duck .head-container {
width: 48px;
height: 38px;
position: absolute;
left: 48px;
bottom: 18px;
animation: duckheadmove 4s cubic-bezier(0.77, 0, 0.175, 1) infinite;
-webkit-animation: duckheadmove 4s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
.statistics-duck .head {
width: 48px;
height: 38px;
background-image: url('/i/temp/statistikas_pile/ps_pile_ga_2x.png');
background-image: url('/i/temp/statistikas_pile/ps_pile_ga.png')\9;
background-position: 0 0;
background-size: 48px 76px;
animation: duckblink 8s steps(1) infinite;
-webkit-animation: duckblink 8s steps(1) infinite;
}
.statistics-duck .text {
height: 25px;
position: absolute;
left: 106px;
bottom: 25px;
background: #28A634;
border-radius: 3px;
border-bottom-left-radius: 0;
white-space: nowrap;
color: #ffffff;
line-height: 25px;
padding: 0 16px;
}
.statistics-duck .text:before {
content: ' ';
width: 9px;
height: 9px;
position: absolute;
left: -6px;
bottom: 0;
background-image: url('/i/temp/statistikas_pile/ps_pile_ccor_2x.png');
background-image: url('/i/temp/statistikas_pile/ps_pile_ccor.png')\9;
background-size: 9px 9px;
z-index: -1;
}
.statistics-duck .closeIcon {
position: absolute;
left: 0;
bottom: 24px;
}
@keyframes duckblink {
0% {
background-position: 0 0;
}
85% {
background-position: 0 -38px;
}
90% {
background-position: 0 0;
}
95% {
background-position: 0 -38px;
}
100% {
background-position: 0 0;
}
}
@keyframes duckbodymove {
0% {
transform: translate3d(0, 0, 0);
}
50% {
transform: translate3d(0, 4px, 0);
}
100% {
transform: translate3d(0, 0, 0);
}
}
@keyframes duckheadmove {
0% {
transform: translate3d(0, 0, 0);
}
50% {
transform: translate3d(0, 6px, 0);
}
100% {
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes duckblink {
0% {
background-position: 0 0;
}
85% {
background-position: 0 -38px;
}
90% {
background-position: 0 0;
}
95% {
background-position: 0 -38px;
}
100% {
background-position: 0 0;
}
}
@-webkit-keyframes duckbodymove {
0% {
-webkit-transform: translate3d(0, 0, 0);
}
50% {
-webkit-transform: translate3d(0, 4px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes duckheadmove {
0% {
-webkit-transform: translate3d(0, 0, 0);
}
50% {
-webkit-transform: translate3d(0, 6px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
}
}
@-ms-keyframes duckblink {
0% {
background-position: 0 0;
}
85% {
background-position: 0 -38px;
}
90% {
background-position: 0 0;
}
95% {
background-position: 0 -38px;
}
100% {
background-position: 0 0;
}
}
@-ms-keyframes duckbodymove {
0% {
-ms-transform: translate3d(0, 0, 0);
}
50% {
-ms-transform: translate3d(0, 4px, 0);
}
100% {
-ms-transform: translate3d(0, 0, 0);
}
}
@-ms-keyframes duckheadmove {
0% {
-ms-transform: translate3d(0, 0, 0);
}
50% {
-ms-transform: translate3d(0, 6px, 0);
}
100% {
-ms-transform: translate3d(0, 0, 0);
}
}
.statistics-bear {
width: 216px;
height: 56px;
overflow: hidden;
position: absolute;
bottom: 0;
left: 460px;
}
.statistics-bear .text {
width: 139px;
height: 30px;
background: url('//ifrype.com/i/temp/statistikas_kakis/ps_callout.png');
position: absolute;
top: 5px;
left: 0;
opacity: 0;
color: #38545d;
font-size: 11px;
font-weight: bold;
font-family: Helvetica, Arial, sans-serif;
line-height: 16px;
padding: 8px 8px;
z-index: 1;
animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-webkit-animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-moz-animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
animation-delay: 2s;
-webkit-animation-delay: 2s;
-moz-animation-delay: 2s;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
}
.statistics-bear .bear {
width: 75px;
height: 56px;
position: absolute;
bottom: 0;
left: 142px;
background: url('//ifrype.com/i/temp/statistikas_lacis/ani3topcrop_4x.png');
-webkit-animation:playBear 1.9s steps(29,end) infinite;
animation:playBear 1.9s steps(29,end) infinite
}
.statistics-bear .close {
width: 15px;
height: 15px;
display: block;
background: url('//ifrype.com/i/temp/statistikas_kakis/mini_close_sprite.png') no-repeat left top;
background-size: 15px auto;
position: absolute;
right: 0;
top: 5px;
}
.statistics-bear .close:hover {
background-position: left center;
}
.statistics-bear .close:active {
background-position: left bottom;
}
@-webkit-keyframes playBear{100%{background-position:-2900%}}
@keyframes playBear{100%{background-position:-2900%}}
/* --- css/menu.css --- */
/* +++ css/icons.css +++ */
/* Icons */
.iconHover{
opacity:0.5;
filter:alpha(opacity=50);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.iconHover:hover{
opacity:1;
filter:alpha(opacity=100);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.editGrayIcon{ background-image:url('//ifrype.com/i/icons/editGray.png'); }
.editWhiteIcon{ background-image:url('//ifrype.com/i/icons/edit_white.png'); }
.closeIcon{ background-image:url('//ifrype.com/i/icons/v2/close.png'); }
.closeIcon:hover{ background-image:url('//ifrype.com/i/icons/close_hover.png'); }
.closeWhiteIcon { background-image:url('//ifrype.com/i/icons/close_w.png'); }
.closeGrayIcon { background-image:url('//ifrype.com/i/icons/close_gray.png'); } /*grey*/
.deleteIcon { background-image:url('//ifrype.com/i/icons/delete.png'); }
.removeIcon { background-image:url('//ifrype.com/i/icons/remove.png'); }
.textIcon { background-image:url('//ifrype.com/i/icons/text.png');}
.buttonsIcon { background-image:url('//ifrype.com/i/icons/buttons.png');}
.blocksIcon {background-image:url('//ifrype.com/i/icons/blocks.png');}
.commentIcon {background-image:url('//ifrype.com/i/icons/comments.png');}
.commentsIcon {background-image:url('//ifrype.com/i/icons/diskusijas.png');}
.discussionsIcon {background-image:url('//ifrype.com/i/icons/diskusijas.png');}
.red_flagIcon {background-image:url('//ifrype.com/i/icons/admin_zinojumi.png');}
.recommendIcon {background-image:url('//ifrype.com/i/icons/ieteikt.png');}
.suggestIcon{ background-image:url('//ifrype.com/say/img/suggest.png'); }
.suggIcon{ background-image: url('//ifrype.com/i/icons/sugg.png'); }
.sayCommentIcon { background-image: url('//ifrype.com/say/img/comment.png'); }
.sayCommentIcon:hover { background-position: 0 -16px; }
.sayLikeIcon { background-image: url('//ifrype.com/say/img/like.png'); }
.sayLikeIcon:hover { background-position: 0 -16px; }
.sayRecommendIcon { background-image: url('//ifrype.com/say/img/recommend.png'); }
.sayRecommendIcon:hover { background-position: 0 -16px; }
.sayPinnedIcon { background-image: url("//ifrype.com/say/img/pintotop_2x.png"); background-size: 16px;}
.settingsIcon {background-image:url('//ifrype.com/i/icons/uzstadijumi.png');}
.commentsGrayIcon {background-image:url('//ifrype.com/i/icons/comment.png');} /*grey*/
.commentsBlueIcon {background-image:url('//ifrype.com/i/icons/blueComment.png');} /*blue*/
.iconsIcon {background-image:url('//ifrype.com/i/icons/icons.png');}
.formsIcon {background-image:url('//ifrype.com/i/icons/forms.png');}
.filtersIcon {background-image:url('//ifrype.com/i/icons/filters.png');}
.rotateIcon {background-image:url('//ifrype.com/i/icons/rotate.png');}
.close2Icon { background-image:url('//ifrype.com/i/icons/close2.png');}
.close3Icon { background-image:url('//ifrype.com/i/icons/close3.png');}
.colorPaletIcon {background-image:url('//ifrype.com/i/icons/colorPalet.png');}
.blogIcon {background-image:url('//ifrype.com/i/icons/blog.png');}
.blogFollowIcon {background-image:url('//ifrype.com/i/icons/blogFollow.png');}
.blogUnfollowIcon {background-image:url('//ifrype.com/i/icons/blogUnfollow.png');}
.blogActualIcon {background-image: url('//ifrype.com/i/icons/blogsActualIcon.png');}
.blogFriendsIcon {background-image:url('//ifrype.com/i/icons/blogFriends.png');}
.blogAllIcon {background-image:url('//ifrype.com/i/icons/blogsAll.png');}
.bcardIcon {background-image:url('//ifrype.com/i/icons/blogsAll.png');}
.calendarIcon {background-image:url('//ifrype.com/i/icons/calendar.png');}
.calendarBlueIcon {background-image:url('//ifrype.com/i/icons/calendar-blue.png');}
.calendarGrayIcon {background-image:url('//ifrype.com/i/icons/calendarGray.png');}
.calendarGrayAltIcon {background-image:url('//ifrype.com/i/icons/calendarGrayAlt.png');}
.newsIcon {background-image:url('//ifrype.com/i/icons/information.png');}
.smileIcon, .smileyIcon{background-image:url('//ifrype.com/i/icons/smile.gif');}
.uploadIcon {background-image:url('//ifrype.com/i/icons/upload.png');} /*white*/
.addToTopIcon {background-image:url('//ifrype.com/i/icons/addToTop.png');} /*white*/
.addPostWhiteIcon {background-image:url('//ifrype.com/i/icons/addPost.png');} /*white*/
.plusIcon {background-image:url('//ifrype.com/i/icons/plus.png');} /*white*/
.plusGrayIcon {background-image:url('//ifrype.com/i/icons/plusGray.png');} /*white*/
.minusGrayIcon {background-image:url('//ifrype.com/i/icons/minusGray.png');}
.searchIcon {background-image:url('//ifrype.com/i/icons/search.png');}
.searchGalleryTopIcon {background-image:url('//ifrype.com/i/icons/search-gallery.png');}
.tripsIcon {background-image:url('//ifrype.com/i/icons/trips.png');}
.placesIcon { background-image:url('//ifrype.com/i/icons/places.png');}
.historyIcon { background-image:url('//ifrype.com/i/icons/history.png');}
.checkinIcon {background-image:url('//ifrype.com/i/icons/checkin.png');}
.homeIcon {background-image:url('//ifrype.com/i/icons/home.png');}
.codeIcon {background-image:url('//ifrype.com/i/icons/code.png');}
.sketchIcon {background-image: url('//ifrype.com/i/icons/application-image.png');}
.greyfriendsIcon {background-image: url('//ifrype.com/i/icons/users_grey.png');}
.greyUserIcon {background-image: url('//ifrype.com/i/icons/userGreyIcon.png');} /*grey*/
.greySettingsIcon {background-image: url('//ifrype.com/i/icons/settingsIcon.png');} /*grey*/
.blackSettingsIcon {background-image: url('//ifrype.com/i/icons/settingsBlackIcon.png');} /*grey*/
.blackAddMemberIcon {background-image: url('//ifrype.com/i/icons/add_member_black.png');}
.articlesIcon {background-image: url('//ifrype.com/i/icons/report.png');}
.invisibleIcon {background-image: url('//ifrype.com/i/icons/v2/invisible.png');} /*grey*/
.visibleIcon {background-image: url('//ifrype.com/i/icons/v2/visible.png');}/*grey*/
.addPostIcon {background-image: url('//ifrype.com/i/icons/add_post.png');}/*grey*/
.creditsIcon {background-image: url('//ifrype.com/i/icons/credits2.png');}/*grey*/
.sefsIcon {background-image: url('//ifrype.com/i/icons/sefs.png');}
.commentsAddIcon {background-image: url('//ifrype.com/i/icons/comments_add.png');}
.commentsRemoveIcon{background-image: url('//ifrype.com/i/icons/comments_cancel.png');}
.commentsDeleteIcon{background-image: url('//ifrype.com/i/icons/comments_del.png');}
.businessIcon {background-image: url('//ifrype.com/i/icons/business.png');}
.new_whiteIcon {background-image: url('//ifrype.com/i/icons/plus.png');} /*white*/
.new_topicIcon {background-image: url('//ifrype.com/i/icons/new_topic.png');} /*white*/
.favoriteIcon {background-image: url('//ifrype.com/i/icons/fav.png');}
.rateIcon {background-image: url('//ifrype.com/i/icons/fav.png');}
.skatuveIcon{   background-image: url('//ifrype.com/i/icons/skatuve.png'); }
.galleryMyIcon {background-image: url('//ifrype.com/i/icons/gallery/gallery_my.png');}
.galleryIcon {background-image:url('//ifrype.com/i/icons/pictures.png');}
.galleryAddIcon { background-image: url('//ifrype.com/i/icons/galleryAdd.png');}
.galleryEditIcon { background-image: url('//ifrype.com/i/icons/galleryEdit.png');}
.gallerySelectUserIcon {background-image: url('//ifrype.com/i/icons/gallerySelectUser.png');}
.galleryCommentsIcon {background-image: url('//ifrype.com/i/icons/gallery/comments.png');}
.galleryIInPictureIcon {background-image: url('//ifrype.com/i/icons/gallery/iin.png');}
.galleryTop50Icon{ background-image:url('//ifrype.com/gallery/img/top50.png'); }
.gallery5YearStatsIcon{ background-image:url('//ifrype.com/gallery/img/5.png'); }
.eventsIcon {background-image: url('//ifrype.com/i/icons/events.png');}
.eventsNewEventIcon {background-image: url('//ifrype.com/i/icons/eventsNewEvent.png');}
.eventsNotGoIcon { background-image: url('//ifrype.com/i/icons/eventsNotGo.png');}
.eventsWillGoIcon { background-image: url('//ifrype.com/i/icons/eventsWillGo.png');}
.groupsIcon { background-image: url('//ifrype.com/i/icons/groups.png');}
.groupsAddIcon { background-image: url('//ifrype.com/i/icons/groupsAdd.png');}
.groupsRemoveIcon { background-image: url('//ifrype.com/i/icons/groupsRemove.png');}
.hotIcon { background-image: url('//ifrype.com/i/icons/hot.png');}
.hotAddPostIcon { background-image: url('//ifrype.com/i/icons/hotAddPost.png');}
.musicIcon { background-image: url('//ifrype.com/i/icons/music.png');}
.musicAddIcon { background-image: url('//ifrype.com/i/icons/musicAdd.png');}
.musicMessageIcon { background-image: url('//ifrype.com/i/icons/musicMessage.png');}
.musicRemoveIcon { background-image: url('//ifrype.com/i/icons/musicRemove.png');}
.pagesIcon { background-image: url('//ifrype.com/i/icons/pages.png');}
.pagesAddIcon { background-image: url('//ifrype.com/i/icons/pagesAdd.png');}
.pagesEditIcon { background-image: url('//ifrype.com/i/icons/pagesEdit.png');}
.pagesEventIcon { background-image: url('//ifrype.com/i/icons/pagesEvent.png');}
.pagesRemoveIcon { background-image: url('//ifrype.com/i/icons/pagesRemove.png');}
.puzzleIcon { background-image: url('//ifrype.com/i/icons/puzzle.png');}
.sayIcon { background-image: url('//ifrype.com/i/icons/say.png');}
.sayAddWatchIcon { background-image: url('//ifrype.com/i/icons/sayAddWatch.png');}
.sayRemoveWatchIcon {background-image: url('//ifrype.com/i/icons/sayUnfollow.png');}
.sayNewPostIcon { background-image: url('//ifrype.com/i/icons/sayNewPost.png');}
.skinsIcon { background-image: url('//ifrype.com/i/icons/skins.png');}
.skinsChangeIcon { background-image: url('//ifrype.com/i/icons/skinsChange.png');}
.skinsSellIcon { background-image: url('//ifrype.com/i/icons/skinsSell.png');}
.travelIcon { background-image: url('//ifrype.com/i/icons/travel.png');}
.travelAddPostIcon{background-image: url('//ifrype.com/i/icons/travelAddPost.png');}
.profileIcon {background-image:url('//ifrype.com/i/icons/profile.png');}
.friendIcon {background-image: url('//ifrype.com/i/icons/friend.png');}
.friendsIcon {background-image: url('//ifrype.com/i/icons/friends.png');}
.friendsMusicIcon {background-image: url('//ifrype.com/i/icons/friends.png');}
.friendsOnlineIcon {background-image: url('//ifrype.com/i/icons/friendsOnline.png');}
.frFriendsOnlineIcon{background-image: url('//ifrype.com/i/icons/frFriendsOnline.png');}
.friendshipIcon { background-image: url('//ifrype.com/i/icons/friendship.png');}
.messagesImageIcon { background-image: url('//ifrype.com/i/icons/mail-open-image.png');}
.friendshipCancelIcon {background-image: url('//ifrype.com/i/icons/friendshipCancel.png');}
.unknownIcon { background-image: url('//ifrype.com/i/icons/unknown.png');}
.dragIcon { background-image: url('//ifrype.com/i/icons/drag.png');}
.dragUpDownIcon { background-image: url('//ifrype.com/i/icons/dragUpDown.png');}
.statIcon {background-image: url('//ifrype.com/i/icons/stat.png');}
.statsUpIcon {background-image: url('//ifrype.com/i/icons/stats_up.png'); }
.statsDownIcon {background-image: url('//ifrype.com/i/icons/stats_down.png'); }
.pictureIcon {background-image: url('//ifrype.com/i/icons/image.png');}
.picturesIcon {background-image: url('//ifrype.com/i/icons/pictures.png');}
.videoIcon {background-image: url('//ifrype.com/i/icons/video.png');}
.phpIcon { background-image: url('//ifrype.com/i/icons/php.png');}
.mostVisitedIcon { background-image: url('//ifrype.com/i/icons/mostVisited.png');}
.pictureTopIcon { background-image: url('//ifrype.com/i/icons/pictureTop.png');}
.greyStarIcon { background-image: url('//ifrype.com/i/icons/star.png');} /*grey*/
.messagesNewIcon {background-image: url('//ifrype.com/i/icons/messagesNew.png');} /*white*/
.plusSmallIcon {background-image:url('//ifrype.com/i/icons/plusSmall.png');} /*white*/
.messageIcon {background-image: url('//ifrype.com/i/icons/message.png');}
.messagesSentIcon {background-image: url('//ifrype.com/i/icons/messagesSent.png');}
.messagesDraftIcon {background-image: url('//ifrype.com/i/icons/messagesDraft.png');}
.messagesReceivedIcon {background-image: url('//ifrype.com/i/icons/messagesReceived.png');}
.messagesCreateIcon {background-image: url('//ifrype.com/i/icons/messagesCreate.png');}
.messagesFavIcon {background-image: url('//ifrype.com/i/icons/messagesFav.png');}
.messagesDeleteIcon {background-image: url('//ifrype.com/i/icons/messagesDelete.png');}
.tableIcon {background-image: url('//ifrype.com/i/icons/table.png');}
.smsIcon {background-image: url('//ifrype.com/i/icons/sms.png');}
.smsAddIcon {background-image: url('//ifrype.com/i/icons/sms_add.png');}
.advertIcon {background-image: url('//ifrype.com/i/icons/advert.png');}
.giftIcon {background-image: url('//ifrype.com/i/icons/gift.png');}
.rssIcon {background-image: url('//ifrype.com/i/icons/rss.png');}
.colorIcon {background-image: url('//ifrype.com/i/icons/color.png');}
.downloadIcon {background-image: url('//ifrype.com/i/icons/download.png');}
.editIcon {background-image: url('//ifrype.com/gallery/img/fs/icn_labot1.png');}
.editBlueIcon {background-image: url('//ifrype.com/i/icons/edit_blue.png');}
.slideShowIcon {background-image: url('//ifrype.com/i/icons/slide_show.png');}
.topIcon {background-image: url('//ifrype.com/i/icons/top.png');}
.favoritesIcon, .musicfavoritesIcon {background-image: url('//ifrype.com/i/icons/favorites.png');}
.favoritesAddIcon {background-image: url('//ifrype.com/i/icons/favorites_add.png');}
.favoritesDeleteIcon {background-image: url('//ifrype.com/i/icons/favorites_delete.png');}
.lastestIcon {background-image: url('//ifrype.com/i/icons/lastest.png');}
.adminIcon {background-image: url('//ifrype.com/i/icons/adminIcon.png');}
.documentIcon {background-image: url('//ifrype.com/i/icons/documentIcon.png');}
.notificationIcon {background-image: url('//ifrype.com/i/icons/notificationIcon.png');}
.projectsIcon {background-image: url('//ifrype.com/i/icons/projectsIcon.png');}
.securityIcon {background-image: url('//ifrype.com/i/icons/securityIcon.png');}
.profileEditIcon {background-image: url('//ifrype.com/i/icons/profileEditIcon.png');}
.blockedUserIcon {background-image: url('//ifrype.com/i/icons/blockedUserIcon.png');}
.userUnblockIcon {background-image: url('//ifrype.com/i/icons/userUnblockIcon.png');}
.activitiesIcon {background-image: url('//ifrype.com/i/icons/activitiesIcon.png');}
.noAdsIcon {background-image: url('//ifrype.com/i/icons/noAdsIcon.png');}
.applicationIcon {background-image: url('//ifrype.com/i/icons/application.png');}
.applicationSettingsIcon {background-image: url('//ifrype.com/i/icons/applicationSettings.png');}
.applicationCatalogIcon {background-image: url('//ifrype.com/i/icons/applicationsCatalogIcon.png');}
.applicationEditIcon {background-image: url('//ifrype.com/i/icons/applicationsEditIcon.png');}
.applicationUninstallIcon {background-image: url('//ifrype.com/i/icons/removeApp.png');}
.applicationActualIcon {background-image: url('//ifrype.com/i/icons/applicationsActualIcon.png');}
.musicTopIcon {background-image: url('//ifrype.com/i/icons/musicTopIcon.png');}
.musicActualIcon {background-image: url('//ifrype.com/i/icons/musicActualIcon.png');}
.musicCatalogIcon {background-image: url('//ifrype.com/i/icons/musicCatalogIcon.png');}
.musicNewsIcon {background-image: url('//ifrype.com/i/icons/musicNewsIcon.png');}
.rotateLeftIcon {background-image:url('//ifrype.com/i/icons/rotate_left.png');}
.rotateRightIcon {background-image:url('//ifrype.com/i/icons/rotate_right.png');}
.attachIcon {background-image:url('//ifrype.com/i/icons/attach.png');}
.createSkinIcon {background-image:url('//ifrype.com/i/icons/createSkin.png');}/*white*/
.whitePlayIcon {background-image:url('//ifrype.com/i/icons/playWhite.png');}/*white*/
.whiteOpenIcon {background-image:url('//ifrype.com/i/icons/openWhite.png');}/*white*/
.guestBookIcon {background-image:url('//ifrype.com/i/icons/guestBook.png');}
.alertWhiteIcon {background-image:url('//ifrype.com/i/icons/alert_white.png');}
.successIcon {background-image:url('//ifrype.com/i/icons/v2/success.png');}
.successWhiteIcon {background-image:url('//ifrype.com/i/icons/success_white.png');}
a.successIcon:hover{background-image:url('//ifrype.com/i/icons/v2/success_hover.png'); }
.failIcon{background-image:url('//ifrype.com/i/icons/v2/error.png'); }
.errorIcon{background-image: url('//ifrype.com/i/icons/error.png'); }
a.errorIcon:hover{background-image: url('//ifrype.com/i/icons/error_hover.png'); }
.infoIcon{background-image:url('//ifrype.com/i/icons/inc_info_2x.png'); background-size: 14px auto;}
a.infoIcon:hover{background-image:url('//ifrype.com/i/icons/v2/info_hover.png'); }
.infoGrayIcon {background-image:url('//ifrype.com/i/icons/info_gray.png');}
.errorWhiteIcon{ background-image:url('//ifrype.com/i/icons/error2.png'); }/*white*/
.infoWhiteIcon{ background-image:url('//ifrype.com/i/icons/info_white.png'); }/*white*/
.refreshIcon{background-image:url('//ifrype.com/i/icons/arrow-circle-double-135.png');}
.giftCalendarIcon {background-image:url('//ifrype.com/i/icons/giftCalendar.png');}
.receivedGiftsIcon {background-image:url('//ifrype.com/i/icons/receivedGifts.png');}
.sentGiftsIcon {background-image:url('//ifrype.com/i/icons/sentGifts.png');}
.cakeIcon {background-image:url('//ifrype.com/i/icons/cakeIcon.png');}
.greyArrowLeftIcon {background-image:url('//ifrype.com/i/icons/arrowLeftGrey.png');} /*grey*/
.greyArrowRightIcon {background-image:url('//ifrype.com/i/icons/arrowRightGrey.png');} /*grey*/
.greyArrowUpIcon {background-image:url('//ifrype.com/i/icons/arrowUpGrey.png');} /*grey*/
.greyArrowDownIcon {background-image:url('//ifrype.com/i/icons/arrowDownGrey.png');} /*grey*/
.informationIcon { background-image: url('//ifrype.com/i/icons/information.png'); }
.policeIcon { background-image: url('//ifrype.com/i/icons/police.png'); }
.bugIcon { background-image: url('//ifrype.com/i/icons/bug.png'); }
.linkIcon{ background-image: url('//ifrype.com/i/icons/link.png'); }
.zoneIcon{ background-image: url('//ifrype.com/i/icons/zone.png'); }
.rulesIcon{ background-image: url('//ifrype.com/i/icons/rules.png'); }
.statisticsIcon{ background-image: url('//ifrype.com/i/icons/statistics.png'); }
.statistics2Icon{ background-image: url('//ifrype.com/i/icons/statistics.png'); }
.pollsIcon{ background-image: url('//ifrype.com/i/icons/polls.png'); }
.addPollIcon{ background-image: url('//ifrype.com/i/icons/polls_add.png'); }
.eventBoxIcon{ background-image: url('//ifrype.com/i/icons/eventBox.png'); }
.partnersIcon{ background-image: url('//ifrype.com/i/icons/partners.png'); }
.faqIcon{ background-image: url('//ifrype.com/i/icons/faq.png'); }
.addFaqIcon{ background-image: url('//ifrype.com/i/icons/addQuestion.png'); }
.contactsIcon{ background-image: url('//ifrype.com/i/icons/contacts.png'); }
.clientIcon{ background-image: url('//ifrype.com/i/icons/clientIcon.png'); }
.colorsIcon { background-image:url('//ifrype.com/i/icons/manas_adinas.png'); }
.shopIcon { background-image:url('//ifrype.com/i/icons/veikals.png'); }
.addGrayIcon{ background-image:url('//ifrype.com/i/icons/blue/v2/plus.png'); }/*grey*/
.removeGrayIcon{ background-image:url('//ifrype.com/i/icons/remove_gray.png'); }/*grey*/
.tagIcon{ background-image:url('//ifrype.com/i/icons/tag.png'); }
.tagGrayIcon{ background-image:url('//ifrype.com/i/icons/grey16/tag.png'); }/*grey*/
.locationGrayIcon{ background-image:url('//ifrype.com/i/icons/grey16/marker.png'); }/*grey*/
.placeGrayIcon{ background-image:url('//ifrype.com/i/icons/grey16/place.png'); }/*grey*/
.globeGrayIcon{ background-image:url('//ifrype.com/i/icons/grey16/globe.png'); }/*grey*/
.mailGrayIcon{ background-image:url('//ifrype.com/i/icons/grey16/mail.png'); }/*grey*/
.phoneGrayIcon{ background-image:url('//ifrype.com/i/icons/grey16/phone.png'); }/*grey*/
.timeGrayIcon{ background-image:url('//ifrype.com/i/icons/grey16/time.png'); }/*grey*/
.recommendGrayIcon{ background-image:url('//ifrype.com/i/icons/recommend_gray.png'); }/*grey*/
.mapEditIcon{ background-image:url('//ifrype.com/i/icons/mapEditIcon.png'); }
.messageEditIcon{ background-image:url('//ifrype.com/i/icons/messageEditIcon.png'); }
.securtyEditIcon{ background-image:url('//ifrype.com/i/icons/securtyEditIcon.png'); }
.applicationInviteIcon{ background-image:url('//ifrype.com/i/icons/applicationInviteIcon.png'); }
.guestBookAddIcon{ background-image:url('//ifrype.com/i/icons/guestBookAddIcon.png'); }
.mapPointIcon{ background-image:url('//ifrype.com/i/icons/mapPointIcon.png'); }
.musicFollowIcon{ background-image:url('//ifrype.com/i/icons/musicFollowIcon.png'); }
.servicesAutomaticPaymentIcon{ background-image:url('//ifrype.com/i/icons/servicesAutomaticPaymentIcon.png'); }
.paymentIcon{ background-image:url('//ifrype.com/i/icons/payment.png'); }
.skinAddIcon{ background-image:url('//ifrype.com/i/icons/skinAddIcon.png'); }
.skinRateIcon{ background-image:url('//ifrype.com/i/icons/skinRateIcon.png'); }
.skinsWeatherIcon{ background-image:url('//ifrype.com/i/icons/skinsWeatherIcon.png'); }
.specialSkinsIcon{ background-image:url('//ifrype.com/i/icons/specialSkinsIcon.png'); }
.smsFailIcon{ background-image:url('//ifrype.com/i/icons/smsFailIcon.png'); }
.ticketAddIcon{ background-image:url('//ifrype.com/i/icons/ticketAddIcon.png'); }
.ticketIcon{ background-image:url('//ifrype.com/i/icons/ticketIcon.png'); }
.bookIcon{ background-image:url('//ifrype.com/i/icons/bio.png'); }
.externalUrlIcon {background-image:url('//ifrype.com/i/icons/external.png'); background-size: 10px auto;}/*grey*/
.cropIcon{ background-image:url('//ifrype.com/i/icons/cropicon.png'); }
.servicesIcon{ background-image:url('//ifrype.com/i/icons/services.png'); }
.draugiemIcon{ background-image:url('//ifrype.com/i/icons/draugiem.png'); }
.draugiemlvIcon{ background-image:url('//ifrype.com/i/icons/draugiemlv.png'); }
.draugiemLogoIcon{ background-image:url('//ifrype.com/i/icons/draugiem_logo.png'); }
.chartUpIcon {background-image: url('//ifrype.com/i/icons/musicTopIcon.png');}
.creditIcon{background-image: url('//ifrype.com/i/icons/credit.png');}
.moneyIcon{background-image: url('//ifrype.com/i/icons/money.png');}
.addIcon{background-image: url('//ifrype.com/i/icons/add.png');}
.messagesAlertIcon{background-image: url('//ifrype.com/i/icons/messagesAlert.png');}
.miniAdsIcon{background-image: url('//ifrype.com/i/icons/miniAds.png');}
.sayHighlightIcon{background-image: url('//ifrype.com/i/icons/say_highlight.png');}
.pagesBillIcon{background-image: url('//ifrype.com/i/icons/pagesBill.png');}
.pagesEmployeesIcon{background-image: url('//ifrype.com/i/icons/pagesEmployees.png');}
.pagesFollowersBlockIcon{background-image: url('//ifrype.com/i/icons/pagesFollowersBlock.png');}
.pagesFrontPageIcon{background-image: url('//ifrype.com/i/icons/pagesFrontPage.png');}
.pagesLayoutIcon{background-image: url('//ifrype.com/i/icons/pagesLayout.png');}
.pagesNavigationIcon{background-image: url('//ifrype.com/i/icons/pagesNavigation.png');}
.pagesProfileEditIcon{background-image: url('//ifrype.com/i/icons/pagesProfileEdit.png');}
.pagesFeedbackIcon{background-image: url('//ifrype.com/i/icons/pagesFeedback.png');}
.checkGrayIcon{background-image:url('//ifrype.com/i/icons/tickGray.png');}
.checkWhiteIcon{background-image:url('//ifrype.com/i/icons/checkWhite.png');}
.checkIcon{background-image:url('//ifrype.com/i/icons/tick.png');}
.zipLvIcon{background-image:url('//ifrype.com/i/icons/ziplv.png');}
.rgiftsIcon{background-image:url('//ifrype.com/i/icons/rgiftsi.png');}
.perkamkopaIcon{background-image:url('//ifrype.com/i/icons/perkamkopa.png');}
.bannersIcon{ background-image: url('//ifrype.com/i/icons/banners.png'); }
.confirmedPageIcon{ background-image: url('//ifrype.com/i/icons/confirmedpage.png'); }
.confirmedPageInverseIcon{ background-image: url('//ifrype.com/i/icons/confirmedpageinv.png');}
.changeOrderIcon{ background-image: url('//ifrype.com/i/icons/change_order.png'); }
.emoSmallIcon{ background-image: url('//ifrype.com/i/emotions/emo_small.png'); }
.horoscopesIcon{ background-image:url('//ifrype.com/i/icons/balance.png'); }
.pagesActualIcon{ background-image: url('//ifrype.com/i/icons/pagesActual.png'); }
.likeIcon{background-image:url('//ifrype.com/i/icons/like.png');}
.blueLikeIcon{background-image:url('//ifrype.com/i/icons/blueLike.png');}
.heartIcon{background-image:url('//ifrype.com/i/icons/heart.png');}
.heart2Icon{background-image:url('//ifrype.com/i/icons/heart2.png');}
.pdf{background-image:url('//ifrype.com/i/icons/document-pdf-text.png');}
.dashboardIcon{background-image:url('//ifrype.com/i/icons/dashboard.png');}
.eventsUserIcon{background-image:url('//ifrype.com/i/icons/myEvents.png');}
.playIcon{background-image:url('//ifrype.com/i/icons/play.png');}
.pauseIcon{background-image:url('//ifrype.com/i/icons/pause.png');}
.stopIcon{background-image:url('//ifrype.com/i/icons/stop.png');}
.zoomIcon{background-image:url('//ifrype.com/i/icons/zoom.png');}
.thumbDownIcon{background-image:url('//ifrype.com/i/icons/thumbDown.png');}
.paletteIcon{background-image:url('//ifrype.com/i/icons/palette.png');}
.headphoneIcon{background-image:url('//ifrype.com/i/icons/headphone.png');}
.tickGrayIcon{ background-image:url('//ifrype.com/i/icons/grey16/yes.png'); padding-left:19px; }/*grey*/
.tickGreenIcon{ background-image:url('//ifrype.com/i/icons/32/icn_checked11_2x.png'); background-size: 16px; padding-left:19px; }/*green*/
.questGrayIcon{ background-image:url('//ifrype.com/i/icons/grey16/maybe.png'); padding-left:12px; }/*grey*/
.pagespaletteIcon{background-image:url('//ifrype.com/i/icons/pagespalette.png');}
.marketIcon{background-image:url('//ifrype.com/i/icons/market.png');}
.megaphoneIcon{background-image:url('//ifrype.com/i/icons/megaphone.png');}
.sortpagesIcon{background-image:url('//ifrype.com/i/icons/sortpages.png');}
.toolsIcon{background-image:url('//ifrype.com/i/icons/tools.png');}
.layoutIcon{background-image:url('//ifrype.com/i/icons/layout.png');}
.contentIcon{background-image:url('//ifrype.com/i/icons/content.png');}
.arrowIcon{background-image:url('//ifrype.com/i/icons/arrow.png');}
.gift2Icon { background-image:url('//ifrype.com/i/icons/giftIcon.png'); }
.skipIcon { background-image:url('//ifrype.com/i/icons/skipIcon.png'); }
.namedayIcon {
background: url("//ifrype.com/rate/img/nd_icon.png") no-repeat;
}
.sayPlaceIcon{background-image:url('//ifrype.com/d/places/img/pin_ico.png');}
.ulIcon{background-image:url('//ifrype.com/i/icons/ul.png');}
.olIcon{background-image:url('//ifrype.com/i/icons/ol.png');}
.walletGreyIcon { background-image:url('//ifrype.com/i/icons/wallet_grey.png'); } /*grey*/
.wallet2Icon { background-image:url('//ifrype.com/i/icons/macins.png'); }
.qrcodeIcon { background-image:url('//ifrype.com/i/icons/qrcode.png'); } /*grey*/
.latvijaIcon { background-image:url('//ifrype.com/i/icons/latvija.png'); }
.bigLetterIcon { background-image:url('//ifrype.com/i/icons/big-letter.png'); }
.booksIcon { background-image:url('//ifrype.com/i/icons/books.png'); }
.globeIcon { background-image:url('//ifrype.com/i/icons/globe.png'); }
.maskIcon { background-image:url('//ifrype.com/i/icons/mask.png'); }
.cardIcon { background-image:url('//ifrype.com/i/icons/card.png'); }
.puzzle2Icon { background-image:url('//ifrype.com/i/icons/puzzle2.png'); }
.rocketIcon { background-image:url('//ifrype.com/i/icons/rocket.png'); }
.rubyIcon { background-image:url('//ifrype.com/i/icons/ruby.png'); }
.medal2Icon { background-image:url('//ifrype.com/i/icons/medal.png'); }
.joystickIcon { background-image:url('//ifrype.com/i/icons/joystick.png'); }
.clockSelectIcon { background-image:url('//ifrype.com/i/icons/clock-select.png'); }
.pagesNewsIcon {background-image:url('//ifrype.com/i/icons/pagesNews.png'); }
.iphoneappIcon {background-image:url('//ifrype.com/i/icons/iphoneapp.png'); }
.androidappIcon {background-image:url('//ifrype.com/i/icons/androidapp.png'); }
.braucamIcon {background-image:url('//ifrype.com/i/icons/braucam.png');}
.dpollsIcon  {background-image:url('//ifrype.com/ads/dpolls/img/question-balloon.png'); }
.medalIcon {background-image:url('//ifrype.com/i/icons/medal-red.png');}
.visitedFrFriendsIcon {background-image:url('//ifrype.com/i/icons/drdr_apm.png');}
.visitedFriendsIcon {background-image:url('//ifrype.com/i/icons/dr_apm.png');}
.friendsTopIcon {background-image:url('//ifrype.com/i/icons/dr_top.png');}
.redGiftIcon {background-image:url('//ifrype.com/i/icons/redGift.png');}
.misijaIcon {background-image:url('//ifrype.com/d/profile/img/misijaIcon.png');}
.moveGreyIcon { background-image:url('//ifrype.com/i/icons/icon_move.gif');}
.close2Icon { background-image:url('//ifrype.com/i/icons/icon_close.gif');}
.oranzerijaIcon { background-image: url('//ifrype.com/i/icons/oranzerija.png'); }
.visitorsIcon { background-image: url('//ifrype.com/i/icons/visitors.png'); }
.stats2012Icon { background-image: url('//ifrype.com/d/stats2012/res/i/icon.png'); }
.lapas2012Icon { background-image: url('//ifrype.com/d/lapas2012/assets/i/icon.png'); }
.searchInputIcon { background-image: url('//ifrype.com/i/icons/searchInput.png');}
.fireIcon{background-image: url('//ifrype.com/i/icons/fire_icon.png'); }
.greyUsersIcon {background-image:url('//ifrype.com/i/icons/greyUsersIcon.png');}
.greyLinkIcon { background-image:url('//ifrype.com/i/icons/linkGrey.gif');}
.businessCardIcon { background-image:url('//ifrype.com/i/icons/vizitkartes.png');}
.conversationsIcon { background-image:url('//ifrype.com/i/icons/conversations.png');}
.poweronoffIcon {background-image:url('//ifrype.com/i/icons/poweronoff.png');}
.googleAnalyticsIcon {background-image:url('//ifrype.com/i/icons/analytics.png');}
.openConvIcon{background-image:url('//ifrype.com/i/icons/inc_converstaion.png');}
.guessWhoIcon{background-image:url('//ifrype.com/i/icons/guess_who.png');}
.pdzcookieIcon{background-image:url('//ifrype.com/i/icons/pdzcepums.png');}
.statsGrayIcon{background-image:url('//ifrype.com/i/icons/icn_stats_sprite_2x.png'); background-size: 16px; background-position: 0 0;}
.umbrellaIcon{background-image:url('//ifrype.com/i/icons/umbrella.jpg');}
.malaizijaIcon{background-image:url('//ifrype.com/i/icons/palma.png');}
.statsGrayIcon:hover {
background-position: 0 -16px;
}
.greyDeleteIcon {
background-image:url('//ifrype.com/i/icons/delete_grey.png');
background-position:0px -1px;
}
.greyDeleteIcon:hover {
background-position:0 -17px;
}
.openConversationIcon {
background-image:url('//ifrype.com/i/icons/open_conversation.png');
background-position:0px -2px;
height:17px;
}
.openConversationIcon:hover {
background-position:0 -18px;
}
.greyStarIcon {
background-image:url('//ifrype.com/i/icons/star_grey.png');
background-position:0px 0px;
}
.greyStarIcon:hover {
background-position:0 -16px;
}
.greyStarIcon.active,
.greyStarIcon:active {
background-position:0 -32px;
}
.greySpeakerIcon {
    background-image: url('//ifrype.com/i/icons/speaker_grey.png');
    background-position: 0 0;
}
.greySpeakerIcon:hover,
.greySpeakerIcon.active,
.greySpeakerIcon:active {
    background-position: 0 -16px;
}
.yellowBulletRight { background-image: url("//ifrype.com/i/icons/bullet_right_yellow.png"); }
.attachGreyIcon {background-image: url('//ifrype.com/i/icons/iconAttachGrey.png');}
.attachGreyIcon:hover {background-position:0 -22px;}
.smileyGreyIcon {background-image: url('//ifrype.com/i/icons/iconSmileyGrey.png');}
.videoGreyIcon {background-image: url('//ifrype.com/i/icons/iconVideoGrey.png');}
.licenceIcon {background-image: url('//ifrype.com/i/icons/licence.png');}
.voteDnIcon ,
.voteUpIcon { background-image: url('//ifrype.com/kino/assets/thumbs.png'); height:16px; width:16px; }
.voteUpIcon.on {background-position: 0 -16px;}
.voteDnIcon.on {background-position: -16px -16px;}
.clapBoardIcon {background-image: url('//ifrype.com/kino/assets/clapperboard.png');}
.commentLikeIcon {background-image:url("//ifrype.com/i/sbook/commentLike.png");}
.likesIcon {background-image:url("//ifrype.com/i/icons/likes.png");}
.greyArrowBackIcon { background-image:url('//ifrype.com/i/icons/grey_arrow_back.png'); }
.greyArrowNextIcon { background-image:url('//ifrype.com/i/icons/grey_arrow_next.png'); }
.blueArrowNextIcon { background-image:url('//ifrype.com/i/icons/blue_arrow_next.png'); }
.darkCalendarIcon { background-image:url('//ifrype.com/i/icons/dark_calendar.png'); }
.leaveConversationIcon { background-image:url('//ifrype.com/i/conv/leave_conversation.png'); }
.arrowBackIcon {background-image: url('//ifrype.com/i/icons/arrowBack.png');}
.arrowAngleBackIcon { background-image: url('//ifrype.com/i/conv/arrow_angle_back.png'); }
.trashIcon { background-image:url('//ifrype.com/i/icons/trash.png'); }
.trashFlatIcon { background-image:url('//ifrype.com/i/conv/trash_flat.png'); background-position: left top; }
.trashFlatLightIcon { background-image:url('//ifrype.com/i/conv/trash_flat.png'); background-position: left -32px; }
.trashFlatLightIcon:hover { background-position: left 0; }
.filesIcon { background-image:url('//ifrype.com/i/icons/files.png'); }
.embedIcon { background-image: url('//ifrype.com/i/icons/embed-16x16.png'); }
.captureinKeyIcon { background-image: url('//ifrype.com/i/icons/captureinKey.jpg'); }
.pointsbackIcon { background-image: url('//ifrype.com/services/img/pb_icon.png'); }
.greyRoundStarIcon { background-image: url('//ifrype.com/i/icons/greyStarIcon.png'); }
.addUserFlatIcon { background-image: url('//ifrype.com/i/icons/addUserFlat.png'); background-position: left 2px; }
.addPeopleFlatGrayIcon { background-image: url('//ifrype.com/i/conv/add_people_flat.png'); }
.smileyTalkIcon { background-image: url('//ifrype.com/i/icons/smileyTalk.png'); }
.stats2013Icon { background-image: url('//ifrype.com/d/stats2013/assets/stats2013.png'); }
.stats2013PagesIcon { background-image: url('//ifrype.com/d/stats2013/assets/stats2013.png'); }
.repliedIcon{background-image:url('//ifrype.com/i/icons/replied.png'); background-position:3px 0px;  }
.scheduledIcon{background-image:url('//ifrype.com/i/icons/scheduled.png'); }
.madsWhiteArrowRightIcon { background-image:url('//ifrype.com/ads/mini/img/v4/white_arrow_right.png'); }
.updatesIcon{background-image:url('//ifrype.com/i/icons/updates.png'); }
.updatesAddIcon{background-image:url('//ifrype.com/i/icons/updatesAdd.png'); }
.lineHeartIcon{background-image:url('//ifrype.com/i/icons/lineHeart.png'); }
.achievementIcon{background-image:url('//ifrype.com/i/icons/16x16-medal.png'); }
.recommendWhiteIcon{background-image:url('//ifrype.com/i/icons/recommend_white.png'); }
.repeatBlueIcon{background-image:url('//ifrype.com/i/icons/repeat.png'); }
.arcadeGamesIcon{background-image:url('//ifrype.com/i/icons/arcadeGames.png'); }
.strategyGamesIcon{background-image:url('//ifrype.com/i/icons/strategyGames.png'); }
.onlineGamesIcon{background-image:url('//ifrype.com/i/icons/onlineGames.png'); }
.favAddIcon{background-image:url('//ifrype.com/i/icons/favorits_add.png'); }
.favDelIcon{background-image:url('//ifrype.com/i/icons/favorits_remove.png'); }
.favorites2Icon{background-image:url('//ifrype.com/i/icons/favorites2.png'); }
.specificationIcon{background-image:url('//ifrype.com/i/icons/specification.png'); }
.previewIcon{background-image:url('//ifrype.com/i/icons/preview.png'); }
.stickersIcon{background-image:url('//ifrype.com/i/icons/stickers.png'); }
.stickersGrayIcon{background-image:url('//ifrype.com/i/icons/stickers_gray.png'); }
.cameraIcon{background-image:url('//ifrype.com/i/icons/cameraIcon.png'); }
.lightningIcon{background-image:url('//ifrype.com/i/icons/lightningIcon.png'); }
.folderIcon{background-image:url('//ifrype.com/i/icons/folder.png'); }
.targetPlusIcon{background-image:url('//ifrype.com/i/icons/targetPlus.png'); }
.pdfIcon{background-image:url('//ifrype.com/i/icons/pdf.png'); }
.blueprintIcon{background-image:url('//ifrype.com/i/icons/blueprintIcon.png'); }
.playDiceIcon{background-image:url('//ifrype.com/i/icons/playDice.png');}
.googleDriveIcon{background-image:url('//ifrype.com/i/icons/google_drive.png');}
.verifyIcon{background-image:url('//ifrype.com/account/img/verify/verify_icon.png');}
.friendProfileGalleriesIcon{background-image: url('//ifrype.com/i/icons/friends.png');}
.whiteSortIcon{background-image: url('//ifrype.com/i/icons/sod_icn_sort.png');}
.whiteCalendarIcon{background-image: url('//ifrype.com/i/icons/sod_icn_cal.png');}
.whiteListIcon{background-image: url('//ifrype.com/i/icons/sod_icn_list.png');}
.whiteAdminIcon{background-image: url('//ifrype.com/i/icons/sod_icn_adm.png');}
.authHistoryIcon{background-image:url('//ifrype.com/account/img/authhistory/authhistory_icon.png');}
.gift_newIcon {background-image: url('//ifrype.com/i/icons/gift.png');}
.discountOrangeIcon { background-image: url('//ifrype.com/i/icons/discount_orange.png'); }
.onlineRecentMobileIcon{
background-image:url('//ifrype.com/i/icons/mobile_recent_gray.png');
background-position-y: 35%; /* bit higher */
}
.orangeArrowUpIcon {background-image: url('//ifrype.com/i/icons/icn_augsu_2x.png'); background-size: 12px 14px;}
.spotlightIcon {background-image: url('//ifrype.com/i/icons/icn_starmetis_2x.png'); background-size: 16px 16px;}
.superVoteIcon {background-image: url('//ifrype.com/i/icons/icn_sBalssWhite_16_2x.png'); background-size: 10px 15px;}
.whiteStarIcon {background-image: url('//ifrype.com/i/icons/icn_starWhite_16_2x.png'); background-size: 16px 16px;}
.orangeStarIcon {background-image: url('//ifrype.com/i/icons/icn_starOr_16_2x.png'); background-size: 16px 16px;}
.orangeSuperVoteIcon {background-image: url('//ifrype.com/i/icons/icn_sBalssOr_16_2x.png'); background-size: 10px 15px;}
.replyIcon {background-image:url('//ifrype.com/i/icons/icn_c_reply_2x.png'); background-size:auto 16px;}
.walletIcon { background-image:url('//ifrype.com/i/icons/icn_walletIcon_2x.png'); background-size: 16px auto;}
.smileyThanksIcon{background-image:url('//ifrype.com/i/icons/icn_smile_2x.png');  background-size:auto 16px;}
.smileyThanksDoneIcon{background-image:url('//ifrype.com/i/icons/icn_happy_2x.png');  background-size:auto 16px;}
.dzDienaIcon {background-image:url('//ifrype.com/i/icons/icn_dzdiena_2x.png'); background-size:auto 16px;}
.vDienaIcon {background-image:url('//ifrype.com/i/icons/icn_vdiena_2x.png'); background-size:auto 16px;}
.emptyPieIcon {background-image:url('//ifrype.com/i/icons/inc_empty_2x.png'); background-size:auto 8px;}
.redCancelIcon {background-image:url('//ifrype.com/i/icons/icn_x8_ds_2x.png'); background-size:auto 16px;}
.wearSkinIcon{background-image: url('//ifrype.com/i/icons/icn_skinUse_2x.png');  background-size:auto 16px;}
.eraseIcon {background-image:url('//ifrype.com/i/icons/icn_erase_2x.png'); background-size:auto 16px;}
.forwardIcon {background-image:url('/i/icons/icn_fwdpub_2x.png'); background-size:auto 16px;}
.loterijaIcon {background-image:url('/i/icons/loterija.png');}
.zsvSpecTopIcon {background-image:url('/i/icons/zsvSpecTop.png');}
.showMoreIcon {background-image:url('/i/icons/icn_showmore_2x.png'); background-size:auto 16px;}
.showMoreBlueIcon {background-image:url('/i/icons/icn_showmore_a_2x.png'); background-size:auto 16px;}
.votedIcon {background-image:url('/i/icons/icn_voted16_2x.png'); background-size:auto 16px;}
.changeUpIcon {background-image:url('/i/icons/icn_chup16_2x.png'); background-size:auto 16px;}
.changeSameIcon {background-image:url('/i/icons/icn_chso16_2x.png'); background-size:auto 16px;}
/******* IE8 fallback *******/
.IE8 .replyIcon {background-image:url('//ifrype.com/i/icons/icn_c_reply.png');}
.IE8 .walletIcon { background-image:url('//ifrype.com/i/icons/icn_walletIcon.png');}
.IE8 .smileyThanksIcon{background-image:url('//ifrype.com/i/icons/icn_smile.png');}
.IE8 .smileyThanksDoneIcon{background-image:url('//ifrype.com/i/icons/icn_happy.png');}
.IE8 .dzDienaIcon {background-image:url('//ifrype.com/i/icons/icn_dzdiena.png');}
.IE8 .vDienaIcon {background-image:url('//ifrype.com/i/icons/icn_vdiena.png');}
.IE8 .emptyPieIcon {background-image:url('//ifrype.com/i/icons/inc_empty.png');}
.IE8 .redCancelIcon {background-image:url('//ifrype.com/i/icons/icn_x8_ds.png');}
.IE8 .wearSkinIcon{background-image: url('//ifrype.com/i/icons/icn_skinUse.png');}
.IE8 .eraseIcon {background-image:url('//ifrype.com/i/icons/icn_erase.png');}
.IE8 .forwardIcon {background-image:url('//ifrype.com/i/icons/icn_fwdpub.png');}
.IE8 .orangeArrowUpIcon {background-image: url('//ifrype.com/i/icons/icn_augsu.png');}
.IE8 .spotlightIcon {background-image: url('//ifrype.com/i/icons/icn_starmetis.png');}
.IE8 .superVoteIcon {background-image: url('//ifrype.com/i/icons/icn_sBalssWhite_16.png');}
.IE8 .whiteStarIcon {background-image: url('//ifrype.com/i/icons/icn_starWhite_16.png');}
.IE8 .orangeStarIcon {background-image: url('//ifrype.com/i/icons/icn_starOr_16.png');}
.IE8 .orangeSuperVoteIcon {background-image: url('//ifrype.com/i/icons/icn_sBalssOr_16.png');}
.IE8 .showMoreIcon {background-image:url('/i/icons/icn_showmore.png');}
.IE8 .showMoreBlueIcon {background-image:url('/i/icons/icn_showmore_a.png');}
.IE8 .votedIcon {background-image:url('/i/icons/icn_voted16.png');}
.IE8 .changeUpIcon {background-image:url('/i/icons/icn_chup16.png');}
.IE8 .changeSameIcon {background-image:url('/i/icons/icn_chso16.png');}
/*****************************************************/
/**************** AKCIJAS & PROJEKTI: ****************/
/*****************************************************/
.musicFestivalIcon{ background-image:url('//ifrype.com/i/icons/music_festival.png'); }
.labiedarbiIcon{ background-image:url('//ifrype.com/i/icons/LabieDarbi_simbols_16x16.png'); }
.HTC_PICIcon{background-image:url('//ifrype.com/special/htc/img/icon.png');}
.rudensTops2Icon {background-image:url('//ifrype.com/i/special/sene.png');}
.kirbinatorsIcon { background-image:url('//ifrype.com/i/special/kirbinators.png'); }
.sep11bellIcon{background-image:url('//ifrype.com/i/temp/sep11/bell.png');}
.sep11appleIcon{background-image:url('//ifrype.com/i/temp/sep11/apple.png');}
.fatherIcon { background-image:url('//ifrype.com/i/icons/father_icon.png'); }
.fatherGiftIcon { background-image:url('//ifrype.com/i/icons/father_gift.png'); }
.userList .okarteIcon {
top: 60px !important;
}
.okarteIcon {background-image:url('//ifrype.com/business/img/special/okarte/maska.png'); width: 50px !important;height: 50px !important;}
.kalIcon{background-image:url('//ifrype.com/business/img/special/kalev/images/kalev_icon_16x16.png');}
.vpiensIcon{background-image:url('//ifrype.com/business/img/special/valmieraspiens/VP2.png');}
.dirolsIcon{background-image:url('//ifrype.com/business/img/special/svaigsunbezzelastibas/dirol.png');}
.origoIcon{background-image:url('//ifrype.com/business/img/special/origo/iorigo.jpg');}
.laima_jellyIcon {background-image:url('//ifrype.com/business/img/special/laima/lm.png');}
.dissbrainIcon {background-image:url('//ifrype.com/business/img/special/diss/diss.png');}
.spelmanuIcon {background-image:url('//ifrype.com/business/img/special/spelmanunakts/eye.png');}
.ciekursIcon {background-image:url('//ifrype.com/business/img/special/davasapni/ciekurs_16x16.png');}
.ciekurs33Icon {background-image:url('//ifrype.com/business/img/special/davasapni/ciekurs_33x33.png');}
.lidoIcon {background-image:url('//ifrype.com/business/img/special/lido/lido.png');}
.alfaGiftsIcon {background-image:url('//ifrype.com/business/img/special/alfa/alfa16x16.png');}
.ZZIcon {background-image:url('//ifrype.com/business/img/special/zeltazivtina/egle2.png');}
.zzchp12Icon {background-image:url('//ifrype.com/business/img/special/zeltazivtina/zzchp12/icon.png'); }
.zzchp1233Icon {background-image:url('//ifrype.com/business/img/special/zeltazivtina/zzchp12/badge_33x33.png'); }
.davaPrieku33Icon {background-image:url('//ifrype.com/business/img/special/davaberniemprieku/badge_33x33.png'); }
.davaPriekuIcon {background-image:url('//ifrype.com/business/img/special/davaberniemprieku/icon.png'); }
.improIcon {background-image:url('//ifrype.com/business/img/special/impro/impro_logo16pix.png');}
.eihsebaIcon {background-image:url('//ifrype.com/business/img/special/eihseba/eihseba_tristuris.gif');}
.lidoParisiIcon {background-image:url('//ifrype.com/business/img/special/lido/parisi/parisi.png'); }
.lbl20Icon{background-image:url('//ifrype.com/special/lbl20/img/sport_basketball_1.png'); }
.pajautaIcon  {background-image:url('//ifrype.com/business/img/special/pajauta/pajauta.gif'); }
.satiktiesStastiIcon  {background-image:url('//ifrype.com/business/img/special/satikties/stasti_ico.png'); }
.satiktiesStastiIcon {background-image:url('//ifrype.com/business/img/special/satikties/stasti_ico.png');}
.valodnieksIcon{background-image:url('//ifrype.com/valodnieks/img/event.png');}
.finish-special-iconIcon{background-image: url('//ifrype.com/business/img/special/finish/finish_16x16.png');}
.mtbmaratonsIcon{background-image: url('//ifrype.com/business/img/special/mtbmaratons/bike.png');}
.labestibasdienaIcon {background-image:url('//ifrype.com/business/img/special/labestibasdiena/sirds_33x33.png');}
.blendamedIcon {background-image:url('//ifrype.com/business/img/special/blendamed/ikona.png');}
.friskiesAkcijaIcon{ background-image:url('//ifrype.com/special/friskies/images/event.png'); }
.oligarhsIcon{ background-image:url('//ifrype.com/i/emotions/event/smile_oligarhs.png'); }
.narvesenIcon{background-image:url('//ifrype.com/business/img/special/narvesen/narv_speles_ikona_16x16-16.png');}
.cesualusIcon{background-image:url('//ifrype.com/business/img/special/cesualus/icon.png');}
.balticMilesIcon{background-image:url('//ifrype.com/business/img/special/balticmiles/baltic_miles.png');}
.tele2Icon{background-image:url('//ifrype.com/business/img/special/tele2/icon.png');}
.tele2MiljonsIcon{background-image:url('//ifrype.com/business/img/special/tele2/miljons/iconT2.png');}
.ldzIcon{background-image:url('//www.draugiem.lv/business/img/special/ldz/ldz_api_ikona_siciem_lielajiem.jpg');}
.aldarisDinamoIcon {background-image: url("//ifrype.com/lapas/img/special/aldaris/dinamo/aldaris_icon.png");}
.aldarisSienaIcon {background-image: url("//ifrype.com/business/img/special/aldaris/siena/ALDARIS_16x16_3.png");}
.gadamonetaIcon {background-image:url('//ifrype.com/special/moneta/img/icon.png'); }
.lido8martsIcon {background-image:url('//ifrype.com/business/img/special/lido/8marts/icon.png'); }
.eiropaIcon {background-image:url('//ifrype.com/special/eiropa/img/ico.png');}
.izcilnieki12Icon { background-image: url('//ifrype.com/business/img/special/izcilnieki/icon_16.png'); }
.izcilnieki12_33Icon { background-image: url('//ifrype.com/business/img/special/izcilnieki/icon_33.png'); }
.polsPrakseIcon { background-image: url('//ifrype.com/business/img/special/pols/icon_16.jpg'); }
.LMTIcon {background-image:url('//ifrype.com/lapas/special/lmt/fanusiena/assets/16x16_karogs.png');}
.klasikaIcon {background-image:url('//ifrype.com/business/img/special/klasika/ico.png');}
.citadeleIcon {background-image:url('//ifrype.com/business/img/special/citadelebanka/ikona.png');}
.gazeIcon {background-image:url('//ifrype.com/lapas/img/special/latvijasgaze/icon.png');}
.biteIcon { background-image:url('//ifrype.com/business/img/special/bitelv/favicon.png');}
.dshirtIcon{background-image: url('//ifrype.com/business/img/special/draugiem/shirt.png');}
.xmasTreeIcon { background-image: url('//ifrype.com/i/icons/xmastree.png'); }
.xmasMailIcon { background-image: url('//ifrype.com/i/icons/xmasmail.png'); }
.xmasDecorationIcon { background-image: url('//ifrype.com/i/icons/xmasdecoration.png'); }
.marts2013Icon { background-image: url('//ifrype.com/i/special/flower.png'); }
.ziedonaLaiksIcon { background-image: url('//ifrype.com/i/special/pen.png'); }
.ladybirdIcon { background-image: url('//ifrype.com/i/special/ladybird.png'); }
.apsveikumsLatvijaiIcon{background-image: url('//ifrype.com/i/special/latvija.png');}
.drTvMazajiemIcon{background-image: url('//ifrype.com/i/special/tvmazajiem.png');}
.septembrisActualIcon{background-image: url('//ifrype.com/i/special/septembris.png');}
.olympic12Icon { background-image: url('//ifrype.com/d/olimpiade/img/olympic_icon.png'); }
.nikeRigaRunIcon { background-image: url('//ifrype.com/business/img/special/nikerigarun/nrr_icon_16x16.gif'); }
.liktendarzsAlejaIcon{background-image:url('//ifrype.com/business/img/special/liktendarzs/icon.png');}
.tuEsiTuVariIcon { background-image: url('//ifrype.com/lapas/img/special/citadelebanka/tetv/icon_16.png'); }
.sunIcon { background-image: url('//ifrype.com/i/icons/sun_ico.png'); }
.zteIcon { background-image: url('//ifrype.com/lapas/img/special/zte/songs/icon.jpg'); }
.fotodrukaIcon { background-image: url('//ifrype.com/i/icons/fotodruka.png'); }
.birojaDziveTicTacToeIcon { background-image: url('//ifrype.com/lapas/img/special/birojadzive/tictactoe/icon_16.png'); }
.lacplesisAlusNewIcon { background-image: url('//ifrype.com/business/img/special/lacplesisalus/icon_16_new.png'); }
.havanaclubFindIcon { background-image: url('//ifrype.com/lapas/img/special/havanaclub/find/icon_16.png'); }
.ballisuZversIcon { background-image: url('//ifrype.com/lapas/img/special/balsamcocktail/test/icon_16.png'); }
.alfaCoinsIcon { background-image: url('//ifrype.com/lapas/img/special/alfa/shops/Ikona.png'); }
.galacticoIcon {background-image: url('//ifrype.com/gifts/img/special/ikona16.png'); }
.superfmSongsIcon {background-image: url('//ifrype.com/lapas/img/special/superfm/spele/icon_16.png'); }
.JamesBondIcon {background-image: url('//ifrype.com/d/jamesbond/img/icon16.png'); }
.samsungVelosIcon {background-image: url('//ifrype.com/lapas/img/special/samsung/velos/icon_16.png'); }
.lofbergsKDzTipsIcon {background-image: url('//ifrype.com/lapas/img/special/lofbergs/act_ico_16.png');}
.ad_optionsIcon {background-image: url('//ifrype.com/img/ad_options.png');}
.tele2TarifiIcon {background-image: url('//ifrype.com/lapas/img/special/tele2/zelts/icon.png');}
.parbrivibuIcon {background-image: url('//ifrype.com/d/parbrivibu/res/icon.png');}
.parbrivibuLenteIcon {background-image: url('//ifrype.com/d/parbrivibu/res/icon_lente.png');}
.martinDienaIcon {background-image: url('//ifrype.com/i/icons/act_ic.png');}
.atklajLatvijuIcon {background-image: url('//ifrype.com/lapas/special/atklajlatviju/vietas/assets/bilzu_ramiti_logo_16x16.png'); }
.samsung_emo_gs3Icon {background-image: url('//ifrype.com/lapas/img/special/samsung/emocijas/gs3.png');}
.samsung_emo_nx1000Icon {background-image: url('//ifrype.com/lapas/img/special/samsung/emocijas/nx1000.png');}
.samsung_emo_laptopIcon {background-image: url('//ifrype.com/lapas/img/special/samsung/emocijas/laptop.png');}
.samsung_emo_gangnamIcon {background-image: url('//ifrype.com/lapas/img/special/samsung/emocijas/gangnam.png');}
.modernadzive_stilometrsIcon {background-image: url('//ifrype.com/lapas/img/special/modernadzive/stilometrs/Moderna_dzive_16x16.png');}
.rasaGribIcon { background-image: url('//ifrype.com/lapas/img/special/rasaprodukti/grozs/icon.png'); }
.alfaGifts12Icon { background-image: url('//ifrype.com/lapas/img/special/alfa/gifts12/icon_16.png'); }
.samsung_noteIcon {background-image: url('//ifrype.com/lapas/img/special/samsung/note/note2-icon.png');}
.samsungNoteIcon {background-image: url('//ifrype.com/lapas/img/special/samsung/note/note2-icon.png');}
.adventeDavanaIcon { background-image: url('//ifrype.com/d/advente/res/i/giftIcon.png'); }
.lieliskaDavanaAdinaIcon { background-image: url('//ifrype.com/lapas/img/special/lieliskadavana/uzliecadinu/icon.png'); }
.aldarisEtiketeIcon { background-image: url('//ifrype.com/lapas/img/special/aldaris/etikete/icon.png'); }
.bbcPikosanasIcon { background-image: url('//ifrype.com/lapas/img/special/balsamcocktail/pikosanas/icon.png'); }
.bbcPikosanas2Icon { background-image: url('//ifrype.com/lapas/img/special/balsamcocktail/pikosanas/ikona_16x16_-1.png'); }
.colgateSmileIcon { background-image: url('//ifrype.com/i/special/colgateSmile.png'); }
.g4s_drosakavieta_lvIcon {background-image: url('//ifrype.com/lapas/img/special/g4s/drosakaVietaLatvija/g4s_icon.png');}
.havanaIcon {background-image: url('//ifrype.com/lapas/img/special/havanaclub/labakaisdarbspasaule/zemeslode.png');}
.saimeIcon {background-image: url('//ifrype.com/d/saime/img/MS_ciltskoks-ikona_16x16.png');}
.lacplesismemoryIcon { background-image: url('//ifrype.com/lapas/img/special/lacplesisalus/memory/icon.jpg'); }
.ekmeseiropaiIcon { background-image: url('//ifrype.com/lapas/special/esmaja/meseiropai/assets/icon_16.png'); }
.lorealKissIcon {background-image: url('//ifrype.com/special/loreal/img/icon.png');}
.vday2013smileIcon {background-image: url('//ifrype.com/d/valentine/assets/img/opensmile.png');}
.milkaUzdrikstiesUzaicinatIcon { background-image: url('//ifrype.com/lapas/img/special/milka/uzdrikstiesuzaicinat/icon.png'); }
.rimiIcon { background-image: url('//ifrype.com/lapas/img/special/rimi/16x16px.png'); }
.samsungUzdaviniTVIcon {background-image: url('//ifrype.com/lapas/special/samsung/uzdavinitv/assets/icon.png');}
.eXpCRiekstsIcon {background-image: url('//ifrype.com/lapas/special/experiments/cietaisrieksts/assets/icon.png');}
.eiropasspeleIcon {background-image: url('//ifrype.com/lapas/special/esmaja/eiropasspele/assets/icon_16.png');}
.latBankMonetIcon {background-image: url('//ifrype.com/special/latvijasbanka/img/icon.png');}
.premiaGooglyEyesIcon {background-image: url('//ifrype.com/lapas/special/premia/googlyeyes/assets/icon.jpg');}
.aldaraHokejsIcon {background-image: url('//ifrype.com/lapas/special/aldaris/hokejs/assets/icon.png');}
.klasikaBildeIcon {background-image: url('//ifrype.com/lapas/special/klasika/bilde/assets/icon.png');}
.eggIcon { background-image: url('//ifrype.com/d/easter/res/img/eggIcon.png');}
.eggPaintIcon { background-image: url('//ifrype.com/i/special/egg2.png');}
.spring13Icon { background-image: url('//ifrype.com/i/special/spring13.png');}
.prataVetraVVKDIcon { background-image: url('//ifrype.com/i/special/prata_vetra_vvkd.png');}
.instagramIcon { background-image: url('//ifrype.com/i/special/instagram.png');}
.legolandijaIcon { background-image: url('//ifrype.com/lapas/special/saga/legolandija/assets/icon_16.png'); }
.csddrulledrosiIcon { background-image: url('//ifrype.com/lapas/special/csdd/rulledrosi/assets/icon_16.png'); }
.mothersday13Icon {background-image: url('//ifrype.com/d/mothersday/assets/img/heart.png'); }
.dansukkermdIcon { background-image: url('//ifrype.com/lapas/special/dansukker/mamindiena/assets/icon_16.png'); }
.flowerIcon {background-image: url('//ifrype.com/i/icons/flower.png');}
.dzsvDejoIcon {background-image: url('//ifrype.com/lapas/special/dziesmusvetki/karte/assets/img/pilseta-2.png'); }
.dzsvDziedIcon {background-image: url('//ifrype.com/lapas/special/dziesmusvetki/karte/assets/img/pilseta-1.png'); }
.dzsvAtbalstaIcon {background-image: url('//ifrype.com/lapas/special/dziesmusvetki/karte/assets/img/pilseta-3.png'); }
.bernudiena13Icon{background-image:url('//ifrype.com/d/bernudiena13/assets/ico.png'); }
.lacplesisNoraujIcon { background-image: url('//ifrype.com/lapas/special/lacplesisalus/noraujaugsu/assets/mai13-dzintara-alus-16x16.gif'); }
.samsungGalaxyS4Icon { background-image: url('//ifrype.com/lapas/special/samsung/galaxys4/assets/v2/icon.png'); }
.klasikaAvizeIcon { background-image: url('//ifrype.com/lapas/special/klasika/avize/assets/v2/icon.png'); }
.maybellineDreamIcon { background-image: url('//ifrype.com/special/maybellinedream/assets/icon.gif'); }
.papardeIcon { background-image:url('//ifrype.com/d/ligo/img/game13/paparde2.png'); }
.vainagsIcon { background-image:url('//ifrype.com/d/ligo/img/game13/vainags.png'); }
.ugunskursIcon { background-image:url('//ifrype.com/d/ligo/img/game13/ugunskurs.png'); }
.laimaJostaIcon { background-image:url('//ifrype.com/lapas/special/laima/josta/assets/icon.png'); }
.captainMorganFestivalIcon { background-image:url('//ifrype.com/lapas/special/captainmorgan/komanda/assets/icon_festival.png'); }
.statoilDziesmusvetkiIcon { background-image:url('//ifrype.com/lapas/special/statoil/dziesmusvetki/assets/icon.png'); }
.pkspeleIcon { background-image:url('//ifrype.com/special/pkspele/assets/icon.png'); }
.milisavusirdiIcon { background-image: url('//ifrype.com/lapas/special/milisavusirdi/tests/assets/icon.png'); }
.vwjettahybridIcon { background-image: url('//ifrype.com/lapas/special/mollerauto/vwjetta/assets/icon.png'); }
.skaistasLapasIcon { background-image: url('//ifrype.com/special/skaistaslapas/assets/16_ico.png'); }
.laikaMasinaIcon { background-image: url('//ifrype.com/d/1septembris/assets/sept1_icon.png'); }
.tevadienaIcon { background-image: url('//ifrype.com/d/tevadiena/assets/ziile.png');}
.seeneIcon {background-image: url('//ifrype.com/d/senuraza/assets/09-2013-senu-grozs-16x16.png');}
.recepteIcon {background-image: url('//ifrype.com/d/senuraza/assets/katlins-ikona.png');}
.aldarisTkreklsIcon { background-image: url('//ifrype.com/lapas/special/aldaris/tkrekls/assets/icon.png'); }
.arodbiedribasPastsIcon { background-image: url('//ifrype.com/lapas/special/arodbiedribas/pasts/assets/icon.png'); }
.euroKalendarsIcon { background-image: url('//ifrype.com/lapas/special/eirolatvija/kalendars/assets/icon.png'); }
.karjerasDienasIcon { background-image: url('//ifrype.com/lapas/special/viaa/karjerasdienas/assets/icon.png'); }
.euroskorStilaTestsIcon { background-image: url('//ifrype.com/lapas/special/euroskor/stilatests/assets/icon.png'); }
.havanastarIcon { background-image: url('//ifrype.com/lapas/special/havanaclub/video/assets/icon.jpg'); }
.flower18Icon { background-image: url('//ifrype.com/i/icons/flower_18.png'); }
.smileDayIcon { background-image: url('//ifrype.com/i/icons/smileDay.png'); }
.hwMaskasIcon { background-image: url('//ifrype.com/d/maskuballe/assets/maskuballe-icon-16x16.png'); }
.hwRandinsIcon { background-image: url('//ifrype.com/d/maskuballe/assets/maskuballe-icon-randins-16x16.png'); }
.rudensTopsIcon { background-image: url('//ifrype.com/skins/css/zelta_rudens_img/atops-16x16.png');  }
.ziemasTopsIcon { background-image: url('//ifrype.com/skins/css/ziemas_tops_img/draugiem-adinu-tops-ziema-16x16.png');  }
.horoskopuTopsIcon { background-image: url('//ifrype.com/skins/css/tops/horoskopi16x16.png');  }
.vasarasTopsIcon { background-image: url('//ifrype.com/skins/css/tops/vasara16x16.png');  }
.lidoMekleshanaIcon { background-image: url('//ifrype.com/lapas/special/lido/meklet/assets/icon.png'); }
.sportaPiezimesIcon { background-image: url('//ifrype.com/lapas/special/sportaavize/piezimes/assets/icon.png'); }
.autopliusDivkaujaIcon { background-image: url('//ifrype.com/lapas/special/autoplius/divkauja/assets/icon.png'); }
.fotodrukaRedIcon { background-image: url('//ifrype.com/i/icons/fotodrukaRed.png'); }
.galerijaCentrsIcon { background-image: url('//ifrype.com/ads/img/GC_draugiem.png'); }
.veselibasTestsIcon { background-image: url('//ifrype.com/lapas/special/viriesaveseliba/veselibastests/assets/icon.png'); }
.rl20Icon { background-image: url('//ifrype.com/special/RL20/assets/icon.png'); }
.lvsvIcon { background-image: url('//ifrype.com/d/latvijassvetki/assets/lv_ico.png'); }
.tele2IesakiIcon { background-image: url('//ifrype.com/lapas/special/tele2/iesaki/assets/icon.png'); }
.douglasAdventeIcon { background-image: url('//ifrype.com/lapas/special/douglas/advente/assets/icon.png'); }
.europarlIcon { background-image: url('//ifrype.com/lapas/special/europarl/datuaizsardziba/assets/icon.jpg'); }
.frommeIcon { background-image: url('//ifrype.com/gifts/special/fromme/assets/fromme_16x16px.png'); }
.dusmigaomeIcon { background-image: url('//ifrype.com/i/icons/dusmigaome.png'); }
.eiroMonetasIcon { background-image: url('//ifrype.com/lapas/special/eirolatvija/monetas/assets/icon.png'); }
.jamesonIcon { background-image: url('//ifrype.com/lapas/special/jameson/cocktail/assets/jameson-16x16.png'); }
.xmas13Icon { background-image: url('//ifrype.com/d/xmas13/assets/zmsv-16x16.png'); }
.sorbexIcon { background-image: url('//ifrype.com/d/sorbex/assets/img/icon.png'); }
.sveciteIcon { background-image: url('//ifrype.com/d/xmas13/assets/svecite.png'); }
.anttilaIcon { background-image: url('//ifrype.com/lapas/special/anttila/tests/assets/anttila-draugiem-ikona-16x16.png'); }
.newHorizonsMotivIcon { background-image: url('//ifrype.com/lapas/special/newhorizons/motivation/assets/icon.png'); }
.lattelecomIcon { background-image: url('//ifrype.com/lapas/special/lattelecom/galaxy/assets/samsung_16x16.png'); }
.amigoMusicIcon { background-image: url('//ifrype.com/music/img/amigo-dzintardziesmas.png'); }
.dzintaraDziesmaIcon { background-image: url('//ifrype.com/music/img/dzintaradziesma-icon.png'); }
.amberSongsIcon { background-image: url('//ifrype.com/music/img/amber_songs_btn.png'); }
.mmreceptesIcon { background-image: url('//ifrype.com/business/img/special/musumantojums/zmsv-recep-16x16.png'); }
.zsvpadomiIcon { background-image: url('//ifrype.com/business/img/special/mammamuntetiemlv/zmsv-mammam-16x16.png'); }
.zsvpastsIcon { background-image: url('//ifrype.com/d/xmas13/assets/pasts/zmsv-pasts-16x16.png'); }
.zsvkarteIcon { background-image: url('//ifrype.com/d/xmas13/assets/karte/zmsv-pasaule-16x16.png'); }
.euroCoinIcon { background-image: url('//ifrype.com/i/icons/euroCoin.png'); }
.horseIcon { background-image: url('//ifrype.com/i/icons/horse.png'); }
.augstskolaIcon { background-image: url('//ifrype.com/lapas/special/augstskola/aptauja/assets/augstskola.png'); }
.samsungSkolaIcon { background-image: url('//ifrype.com/special/skolanakotnei/assets/SN_16x16_new.png'); }
.maybellineBetterSkinIcon { background-image: url('//ifrype.com/special/betterskin/assets/img/icon.jpg'); }
.lidoJautajumsIcon { background-image: url('//ifrype.com/lapas/special/lido/jautajums/assets/lido_kafija_ico.png'); }
.ngLidmasinaIcon { background-image: url('//ifrype.com/business/img/special/nationalgeographiclatvia/ico.png'); }
.valentine14Icon { background-image: url('//ifrype.com/d/valentine14/assets/valentina-diena-16x16.png'); }
.padominsIcon { background-image: url('//ifrype.com/lapas/special/profesors/sasildi/assets/ikona_16x16.png'); }
.borjomiIcon { background-image: url('//ifrype.com/lapas/special/borjomi/atbrivonolieka/assets/iconA.jpg'); }
.borjomi2Icon { background-image: url('//ifrype.com/lapas/special/borjomi/atbrivonolieka/assets/iconB.jpg'); }
.borjomi3Icon { background-image: url('//ifrype.com/lapas/special/borjomi/atbrivonolieka/assets/icon3.png'); }
.sochiIcon { background-image: url('//ifrype.com/d/sochi2014/assets/olimpiskas-ikona-16x16.png'); }
.captureinIcon { background-image: url('//ifrype.com/i/icons/capturein.jpg'); }
.enudienaIcon { background-image: url('//ifrype.com/i/icons/enu-diena.png'); }
.buchaIcon { background-image: url('//ifrype.com/i/icons/lupas-16x16.png'); }
.oscarIcon { background-image: url('//ifrype.com/i/icons/oscar.png'); }
.sievdIcon { background-image: url('//ifrype.com/i/icons/sieviesudiena-16x16.png'); }
.smiltenesPiensIcon { background-image: url('//ifrype.com/i/icons/smiltenes_piens.png'); }
.asicsIcon { background-image: url('//ifrype.com/i/icons/asics.png'); }
.dgadiIcon { background-image: url('//ifrype.com/d/10gadi/assets/img/dr10-16x16.png'); }
.tele2TestsIcon { background-image: url('//ifrype.com/lapas/special/tele2/tests/assets/16px-mbb-dr-app.png'); }
.vanillatravelIcon { background-image: url('//ifrype.com/i/icons/vanillatravel.png'); }
.vanillatravel2Icon { background-image: url('//ifrype.com/i/icons/vanillatravel2.png'); }
.lieldienas14Icon { background-image: url('//ifrype.com/d/lieldienas14/assets/img/icon.png'); }
.olukaujas14Icon { background-image: url('//ifrype.com/d/lieldienas14/assets/img/icon_2.png'); }
.herkulessIcon { background-image: url('//ifrype.com/i/icons/herkuless.png'); }
.amigoMDIcon { background-image: url('//ifrype.com/i/icons/apsveic-mammu-ikona-16x16.png'); }
.mamindiena14Icon { background-image: url('//ifrype.com/i/icons/md14_16x16.png'); }
.elektrodrosibaIcon { background-image: url('//ifrype.com/lapas/special/elektrodrosiba/esigudraks/assets/icon.png'); }
.hokejaRipaIcon { background-image: url('//ifrype.com/i/icons/hokejaRipa.png'); }
.ferratumHokejsIcon { background-image: url('//ifrype.com/special/hokejs/assets/iconstar.png'); }
.aldarisEtikete2Icon { background-image: url('//ifrype.com/lapas/special/aldaris/etikete/assets/icon.png'); }
.ogaIcon { background-image: url('//ifrype.com/lapas/special/tukumapiens/oga/assets/icon.png'); }
.fantaIcon { background-image: url('//ifrype.com/lapas/special/fanta/tituls/assets/icon.png'); }
.jautinsIcon { background-image: url('//ifrype.com/i/icons/IKONA-QUIZ-v2.png'); }
.zeltadraugiIcon { background-image: url('//ifrype.com/i/icons/zd-16x16.png'); }
.r92Icon { background-image: url('//ifrype.com/i/icons/92_ico.png'); }
.oneTouchRadarsIcon { background-image: url('//ifrype.com/special/pirmasreizesradars/assets/icon.jpg'); }
.fifaIcon { background-image: url('//ifrype.com/special/futbols/assets/bumba-16x16.png'); }
.r92Icon { background-image: url('//ifrype.com/i/icons/92_ico.png'); }
.zeltaIesmsIcon { background-image: url('//ifrype.com/i/icons/zelta_iesms.png'); }
.jani14Icon { background-image: url('//ifrype.com/i/icons/jani14.png'); }
.tele2ParziniIcon { background-image: url('//ifrype.com/i/icons/tele2_parzini.png'); }
.alkoutletIcon { background-image: url('//ifrype.com/i/icons/alkoutlet.jpg'); }
.rozudienaIcon { background-image: url('//ifrype.com/i/icons/rozudiena_16x16.png'); }
.colaIcon { background-image: url('//ifrype.com/lapas/special/coca-cola/izsaki/assets/img/cola-icona.png'); }
.tutovariIcon { background-image: url('//ifrype.com/lapas/special/tutovari/pievienojies/assets/16x16.png'); }
.atletikaIcon { background-image: url('//ifrype.com/lapas/special/atletikafitness/nopelni/assets/icon.jpg'); }
.gotinaIcon { background-image: url('//ifrype.com/special/gotina/assets/gotina_16.png'); }
.narvesenFreshIcon { background-image: url('//ifrype.com/lapas/special/narvesenlv/fresh/assets/16x16-ikona.png'); }
.odzinaIcon { background-image: url('//ifrype.com/special/odzina/assets/oga_ico.png'); }
.cikkarstsIcon { background-image: url('//ifrype.com/special/cikkarsts/assets/16x16.png'); }
.dansukkerHoroskopsIcon { background-image: url('//ifrype.com/lapas/special/dansukker/horoskops/assets/img/16x16_ikona.png'); }
.tevadiena2014Icon { background-image: url('//ifrype.com/special/tevadiena2014/assets/16x16.png');}
.viaaKarjerasnedIcon { background-image: url('//ifrype.com/lapas/special/viaa/karjerasned/assets/img/icon.png'); }
.tavasirdsIcon { background-image: url('//ifrype.com/lapas/special/sveiksunvesels/tavasirds/assets/img/sveiksunvesels_logo_16x16px.png'); }
.santamariaIcon { background-image: url('//ifrype.com/lapas/special/santamaria/garsvielas/assets/img/SM_16x16px.png'); }
.gudrinieksIcon { background-image: url('//ifrype.com/special/gudrinieks/assets/16x16.png');}
.ajtestIcon { background-image: url('//ifrype.com/lapas/special/ajprodukti/ergonomika/assets/img/aj_tests_icona.png'); }
.tenkasIcon { background-image: url('//ifrype.com/special/tenkas/assets/16x16.png'); }
.tuesilvIcon {background-image: url('//ifrype.com/lapas/special/tuesilv/latvija/assets/img/icon.png'); }
.gadaautoIcon {background-image: url('//ifrype.com/lapas/special/iautolv/gadaauto/assets/img/icon.png'); }
.slatavaKartisIcon {background-image: url('//ifrype.com/lapas/special/slatava/kartis/assets/img/icon.png'); }
.latvija2014Icon { background-image: url('//ifrype.com/special/latvijassvetki2014/assets/16X16.png'); }
.latvijai96Icon { background-image: url('//ifrype.com/special/latvijai96/assets/img/latvijai96-16x16.png'); }
.delfizinasIcon { background-image: url('//ifrype.com/lapas/special/delfi/delfizinas/assets/img/16x16.png'); }
.savejieIcon { background-image: url('//ifrype.com/special/satiecsavejos/assets/16X16.jpg'); }
.draugusienaIcon {background-image: url('//ifrype.com/lapas/special/www.1a.lv/draugusiena/assets/img/icon.png'); }
.poptopIcon { background-image: url('//ifrype.com/i/icons/poptop16.png'); }
.gourmetCoffeeIcon { background-image: url('//ifrype.com/lapas/special/melnacoffee/gourmet/assets/img/16x16.png'); }
.xmas14Icon { background-image: url('//ifrype.com/special/xmas14/assets/16x16.png'); }
.kartinasAmigoIcon { background-image: url('//ifrype.com/lapas/special/amigo/kartinas/assets/img/icon.png'); }
.alkoutletDzeriensIcon { background-image: url('//ifrype.com/lapas/special/alkoutlet/dzeriens/assets/img/alkoutlet-16x16px.png'); }
.zsvTopIcon { background-image: url('//ifrype.com/i/icons/zmsv_tops_16x16.png'); }
.vinaAmoralleIcon { background-image: url('//ifrype.com/lapas/special/vina/amoralle/assets/img/16x16.png'); }
.topPantiniIcon { background-image: url('//ifrype.com/lapas/special/top/pantini/assets/img/16x16.png'); }
.klasikaGarsasIcon { background-image: url('//ifrype.com/lapas/special/klasika/jaunasgarsas/assets/img/icon.png'); }
.xmas14RukisIcon { background-image: url('//ifrype.com/special/xmas14/assets/rukis/16x16-ruki.png'); }
.xmas14PastsIcon { background-image: url('//ifrype.com/special/xmas14/assets/pasts/16x16menu-ikona-piedava-zs-pasts.png'); }
.negliteIcon { background-image: url('//ifrype.com/lapas/special/bitelv/neglite/assets/img/16x16.png'); }
.ondoTestsIcon { background-image: url('//ifrype.com/lapas/special/ondo.lv/tests/assets/img/16x16.png'); }
.stats2014Icon { background-image: url('//ifrype.com/special/stats2014/assets/16x16.png'); }
.ny2015Icon {background-image: url('//ifrype.com/i/icons/ny2015.jpg');}
.iceageTopIcon {background-image: url('//ifrype.com/i/icons/iceageTop.png');}
.proftestIcon {background-image: url('//ifrype.com/lapas/special/latvija/proftests/assets/img/icon.png');}
.lapas2014Icon { background-image: url('//ifrype.com/special/lapas2014/assets/16x16.png'); }
.drauguspogulisIcon { background-image: url('//ifrype.com/special/drauguspogulis/assets/16x16.png'); }
.valentine2015Icon { background-image: url('//ifrype.com/special/valentine2015/assets/16x16.png'); }
.supermankiIcon { background-image: url('//ifrype.com/lapas/special/supermanki/spele/assets/img/16x16.png'); }
.friskiesIcon { background-image: url('//ifrype.com/lapas/special/friskies/laime/assets/img/16x16.jpg'); }
.astesIcon { background-image: url('//ifrype.com/rate/assets/images/special/astes/16x16.png'); }
.ugunsgreksIcon { background-image: url('//ifrype.com/special/ugunsgreks/assets/icon.png'); }
.r1tvIcon { background-image: url('//ifrype.com/lapas/special/r1tv/tests/assets/img/icon.png'); }
.mynthonlvIcon {  background-image: url('//ifrype.com/lapas/special/mynthonlv/spele/assets/img/16x16.jpg'); }
.sievd2015Icon { background-image: url('//ifrype.com/special/velmjusaraksts/assets/16x16.png'); }
.santaTestsIcon {  background-image: url('//ifrype.com/lapas/special/santamaria/tests/assets/img/icon.png'); }
.sievd15Icon {  background-image: url('//ifrype.com/special/svetkukartites/assets/16x16.png'); }
.sarlotelikierisIcon {  background-image: url('//ifrype.com/lapas/special/likierissarlote/komplimenti/assets/img/16x16.png'); }
.ekoTvIcon {  background-image: url('//ifrype.com/lapas/special/ekoshop/tv/assets/icon.png'); }
.lieldienas15Icon {  background-image: url('//ifrype.com/special/lieldienas15/assets/16x16.png'); }
.zakutestsIcon{ background-image: url('//ifrype.com/special/zakutests/assets/16x16.jpg'); }
.aprilAprilIcon{ background-image: url('//ifrype.com/special/aprilapril/16x16.png'); }
.numeroIcon{ background-image: url('//ifrype.com/special/magiskie/assets/16x16.png'); }
.numeromatchIcon{ background-image: url('//ifrype.com/special/magiskie/assets/16x16_3.png'); }
.zzbildesIcon{ background-image: url('//ifrype.com/special/bildes/assets/img/16x16.png'); }
.zzbildesActualIcon{ background-image: url('//ifrype.com/special/bildes/assets/img/16x16_2.png'); }
.bingoIcon { background-image: url('//ifrype.com/lapas/special/superbingo/bingo/assets/img/icon.png'); }
.phoneadIcon { background-image: url('//ifrype.com/lapas/special/phoneadcom/kino/assets/img/icon.png'); }
.bbqmeistarsIcon { background-image: url('//ifrype.com/lapas/special/santamaria/bbqmeistars/assets/img/16x16_2.png'); }
.dzsvKarteIcon { background-image: url('//ifrype.com/lapas/special/dziedundejo/karte/assets/img/16x16.png'); }
.basket2015Icon { background-image: url('//ifrype.com/i/icons/basket.jpg');}
.premiauzdevumiIcon { background-image: url('//ifrype.com/lapas/special/premia/uzdevumi/assets/img/16x16.png');}
.spilvaTestIcon { background-image: url('//ifrype.com/lapas/special/spilva/tests/assets/img/icon.png');}
.klasikaBildesIcon { background-image: url('//ifrype.com/lapas/special/klasika/bildes/assets/img/icon.png');}
.alkJaniIcon { background-image: url('//ifrype.com/lapas/special/alkoutlet/jani/assets/img/icon.png');}
.manapilsetaIcon { background-image: url('//ifrype.com/special/manapilseta/assets/img/16x16.png');}
.vikimaratonsIcon { background-image: url('//ifrype.com/lapas/special/vikimaratons/nobalso/assets/img/16x16.png');}
.baltaisshakeIcon { background-image: url('//ifrype.com/special/baltaisshake_api/assets/img/16x16.jpg');}
.pieveselibasIcon { background-image: url('//ifrype.com/lapas/special/pieveselibas/veseliba/assets/img/16x16.png');}
.zz1septIcon { background-image: url('//ifrype.com/special/toreizuntagad/assets/img/ZZ-zimulis-16x16.png');}
.todayIcon { background-image: url('//ifrype.com/sodien/img/icons/icn_sod_act_32.png'); background-size: 16px;}
.zvaigznajsIcon { background-image: url('//ifrype.com/special/zvaigznaji/assets/star-icon32.png'); background-size: 16px;}
.liberiIcon { background-image: url('//ifrype.com/lapas/special/www.liberi.lv/lieliskamamma/assets/img/16x16.png'); }
.viaaapdIcon { background-image: url('//ifrype.com/lapas/special/viaa/profesijas/assets/img/activity.png'); }
.dziugasIcon { background-image: url('//ifrype.com/lapas/special/dziugas/eksperts/assets/img/16x16.png'); }
.laibutuskaidrsIcon { background-image: url('//ifrype.com/lapas/special/sveiksunvesels/laibutuskaidrs/assets/img/LaiBuutuSkaidrs_Logo_16x16.jpg'); }
.numero2Icon{ background-image: url('//ifrype.com/special/magiskie/assets/16x16real.png'); }
.romantikaIcon{ background-image: url('//ifrype.com/special/rudensromantika/assets/ic-rudens32.png'); background-size: 16px;}
.dobelesPastaIcon{ background-image: url('//ifrype.com/lapas/special/dobelesdzirnavnieks/pasta/assets/img/16x16px.png'); }
.flirtsIcon{ background-image: url('//ifrype.com/special/flirts/assets/ic-sirsnins-32.png');  background-size: 16px;}
.manadziesmaIcon{ background-image: url('//ifrype.com/special/manadziesma/assets/ic-manadziesma.png');}
.rasensdejoIcon{ background-image: url('//ifrype.com/lapas/special/rasens/rasensdejo/assets/rasens_icon.png'); }
.zzkajamgaisaIcon{ background-image: url('//ifrype.com/lapas/special/zeltazivtina/kajamgaisa/assets/img/16x16.png'); }
.topzinulatvijuIcon{ background-image: url('//ifrype.com/special/zinulatviju/assets/img/01-ikona-16x16.png'); }
.atklajlatvijasgarsuIcon{ background-image: url('//ifrype.com/lapas/special/atklajlatviju/atklajlatvijasgarsu/assets/image/16atklaj.png'); }
.varonuLatvijaIcon{ background-image: url('//ifrype.com/i/icons/karte-ikona-32.png'); background-size: 16px;}
.hivinformetsIcon{ background-image: url('//ifrype.com/lapas/special/sveiksunvesels/hivinformets/assets/img/HIV_tests_Logo_16x16.jpg'); background-size: 16px;}
.zverudetektivsIcon{ background-image: url('//ifrype.com/special/zverudetektivs/assets/ic-zoo32.png'); background-size: 16px;}
.milvardiniIcon{ background-image: url('//ifrype.com/i/icons/picon_milvardini_16x16.png'); }
.xmas15Icon{ background-image: url('//ifrype.com/special/xmas15/assets/ic_xmas15_32.png'); background-size: 16px; }
.gadapersonibaIcon{ background-image: url('//ifrype.com/special/gadapersoniba/assets/img/kronis32.png'); background-size: 16px; }
.milisavusirdiIcon{ background-image: url('//ifrype.com/lapas/special/sveiksunvesels/milisavusirdi/assets/image/milisavusirdi_16.png'); background-size: 16px; }
.sirsnigienovelejumiIcon{ background-image: url('//ifrype.com/lapas/special/milka/sirsnigienovelejumi/assets/image/milka16x16.png'); background-size: 16px; }
.magijalvsieriniIcon{ background-image: url('//ifrype.com/lapas/special/magijalv/sierini/assets/img/16x16.png'); }
.huaweidavanasIcon{ background-image: url('//ifrype.com/lapas/special/huawei/huaweidavanas/assets/image/huawei_32x32.png'); background-size: 16px; }
.xmasmail15Icon{ background-image: url('//ifrype.com/special/kartinas15/assets/img/icon_zp32.png'); background-size: 16px;}
.sskolanakotneiIcon{ background-image: url('//ifrype.com/special/skolanakotnei/assets/ss_16x16_ikona.jpg');}
.ziemasfIcon{ background-image: url('//ifrype.com/special/ziemasfantazija/assets/fantazija-ikona-32.png'); background-size: 16px;}
.tchibozilesanaIcon { background-image: url('//ifrype.com/lapas/special/tchibolatvia/zilesana/assets/img/tchibo_logo_16x16.jpg'); background-size: 16px;}
.stats2015Icon { background-image: url('//ifrype.com/special/stats2015/assets/icon.png'); background-size: 16px;}
.lapas2015Icon { background-image: url('//ifrype.com/special/lapas2015/assets/icon.png'); background-size: 16px;}
.jaungads2016Icon { background-image: url('//ifrype.com/special/jaungads2016/assets/img/icon.png'); background-size: 16px;}
.latcreditkonkurssIcon { background-image: url('//ifrype.com/lapas/special/latcredit/konkurss/assets/image/16x16.jpg'); background-size: 16px;}
.leduspilsIcon { background-image: url('//ifrype.com/special/leduspils/assets/lp_icon_32.png'); background-size: 16px;}
.leduspilsPrincessIcon { background-image: url('//ifrype.com/special/leduspils/assets/lp_icon_m16.png'); background-size: 16px;}
.leduspilsPrincisIcon { background-image: url('//ifrype.com/special/leduspils/assets/lp_icon_z16.png'); background-size: 16px;}
.pikaIcon { background-image: url('//ifrype.com/special/pikas/assets/16-snowman.png');}
.bucasRozesIcon { background-image: url('//ifrype.com/special/bucasrozes/assets/valentins-icon-32.png'); background-size: 16px;}
.saldumvardiIcon { background-image: url('//ifrype.com/d/saldumvardi/assets/i/32x32.png'); background-size: 16px;}
.santamariagarsvielasIcon { background-image: url('//ifrype.com/lapas/special/santamaria/garsvielumaisijums/assets/image/16x16px.png'); background-size: 16px;}
/*********************** END *************************/
/**************** AKCIJAS & PROJEKTI: *****************/
/*****************************************************/
/* --- css/icons.css --- */
/* +++ css/spriteIcons.css +++ */
.optionsSIcon:before{ background-image:url('/i/icons/sprite/icn_dropmenu.png'); }
.trashSIcon:before{ background-image:url('/i/icons/sprite/icn_trash.png'); }
.favSIcon:before{ background-image:url('/i/icons/sprite/icn_fav.png'); }
.favSIcon.on:before{ background-position:0 -64px !important; }
.attachSIcon:before{ background-image:url('/i/icons/sprite/icn_attach.png'); }
.smileySIcon:before{ background-image:url('/i/icons/sprite/icn_smaids.png'); }
.stickerSIcon:before{ background-image:url('/i/icons/sprite/icn_stickers.png'); }
.searchSIcon:before{ background-image:url('/i/icons/sprite/btnicn_find.png'); }
.backSIcon:before{ background-image:url('/i/icons/sprite/bnticn_back.png'); }
.settingsSIcon:before{ background-image:url('/i/icons/sprite/icn_settings.png'); }
.videoSIcon:before { background-image: url('/i/icons/sprite/icn_video_2x.png'); }
.photoSIcon:before { background-image: url('/i/icons/sprite/inc_foto_2x.png'); }
/* --- css/spriteIcons.css --- */
/* +++ css/tooltipbox.css +++ */
.toolTipBox {
background: url('//ifrype.com/i/sbook/tooltipbox_bg.png');
border: 1px solid #c6c6c6;
position: absolute;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
min-width: 200px;
}
.toolTipBox .arrow {
background-image: url("//ifrype.com/i/sbook/tooltipbox_arrow_top.png");
height: 8px;
position: absolute;
top: -8px;
width: 13px;
}
.toolTipBoxAD .arrow {
top: auto;
bottom: -8px;
background-image:url('//ifrype.com/i/sbook/tooltipbox_arrow_bottom.png');
}
.toolTipBoxRight .arrow {
top: auto;
bottom: -8px;
background-image:url('//ifrype.com/i/sbook/tooltipbox_arrow_left.png');
height: 13px;
width: 8px;
left: -8px;
}
.toolTipBoxLeft .arrow {
top: auto;
bottom: -8px;
background-image:url('//ifrype.com/i/sbook/tooltipbox_arrow_right.png');
height: 13px;
width: 8px;
right: -8px;
}
.toolTipBox .overSender {
height: 27px;
position: absolute;
top: -27px;
/*background: #f00;*/
/*opacity: .3;*/
}
.toolTipBoxAD .overSender {
top: auto;
}
.toolTipBoxRight.overSender {
top: auto;
}
.toolTipBox .overSender.withoutLink {
cursor: default;
}
.toolTipBox .rqLoading {
display: block;
margin: 25px auto;
}
.toolTipBox.position-top .arrow {
    bottom: -8px;
    left: 50%;
    margin-left: -7px;
    top: auto;
    background-image:url('//ifrype.com/i/sbook/tooltipbox_arrow_bottom.png');
}
/*
------------------------------------------
                say info
------------------------------------------
*/
.toolTipBox .bottom {
background-color: #f5f5f5;
border-top: 1px solid #e2e2e2;
padding: 6px;
}
.toolTipBox .bottom.pageInfo #followButton{
display:inline-block;
margin-right:10px;
}
.toolTipBox .bottom.pageInfo{
text-align: center;
}
.toolTipBox .container {
padding: 5px 5px 10px;
}
/* friend */
.toolTipBox .friendInfo {
width: 350px;
}
.toolTipBox .friendInfo .image {
width: 100px;
height: 100px;
float: left;
margin: 0 10px 10px 0;
}
.toolTipBox .friendInfo h2 {
margin-top: 15px;
}
.toolTipBox .friendInfo p {
margin-bottom: 3px;
font-size: 0.9em;
}
.toolTipBox .friendInfo p span {
color: #777;
padding-right: 3px;
}
.toolTipBox .friendInfo .rightCol {
padding-left: 110px;
}
/* gallery comment */
.toolTipBox .galleryCommentInfo {
width: 500px;
}
.toolTipBox .galleryCommentInfo .image {
width: 175px;
height: 175px;
float: left;
margin: 0 10px 10px 0;
}
.toolTipBox .galleryCommentInfo .user {
height: 55px;
}
.toolTipBox .galleryCommentInfo .user div {
padding-top: 15px;
}
.toolTipBox .galleryCommentInfo .userImage {
width: 50px;
height: 50px;
float: left;
margin-right: 10px;
}
/* application */
.toolTipBox .applicationInfo {
width: 460px;
}
.toolTipBox .applicationInfo .appImage {
width: 175px;
margin: 0 10px 10px 0;
float: left;
}
.toolTipBox .applicationInfo .rightCol {
padding-left: 185px;
}
.toolTipBox .applicationInfo h2 {
font-size: 12px;
}
.toolTipBox .applicationInfo .users {
margin-top: 10px;
margin-bottom: 3px;
}
.toolTipBox .applicationInfo li {
display: inline-block;
margin-right: 3px;
}
/* music */
.toolTipBox .musicInfo {
width: 390px;
}
.toolTipBox .musicInfo .appImage {
width: 100px;
height: 100px;
margin: 0 10px 10px 0;
float: left;
}
.toolTipBox .musicInfo .rightCol {
padding-left: 110px;
}
.toolTipBox .musicInfo h2 {
font-size: 12px;
}
.toolTipBox .musicInfo .users {
margin-top: 10px;
margin-bottom: 3px;
}
.toolTipBox .musicInfo li {
display: inline-block;
margin-right: 3px;
}
/* lapas */
.toolTipBox .pageInfo {
width: 390px;
}
.toolTipBox .pageInfo .leftCol {
width:100px;
float:left;
}
.toolTipBox .pageInfo .leftCol .appImage {
width: 100px;
height: 100px;
margin: 0 10px 0px 0;
display:block;
}
.toolTipBox .pageInfo .leftCol .btnGroup{
margin-bottom: 10px;
}
.toolTipBox .pageInfo .leftCol .btnGroup .btn{
width:100px;
}
.toolTipBox .pageInfo .rightCol {
padding-left: 110px;
}
.toolTipBox .pageInfo h2 {
font-size: 12px;
}
.toolTipBox .pageInfo .users {
margin-top: 10px;
margin-bottom: 3px;
}
.toolTipBox .pageInfo li {
display: inline-block;
margin-right: 3px;
}
/* static info */
.toolTipBox .giftInfo, .toolTipBox .rateInfo {
width: 390px;
}
.toolTipBox .giftInfo .image, .toolTipBox .rateInfo .image {
float: left;
width: 128px;
height: 128px;
margin: 5px 0 5px 5px;
}
.toolTipBox .giftInfo .image {
background: url('/services/img/icons/gifts_month128.png') no-repeat;
}
.toolTipBox .rateInfo .image {
background: url('/services/img/icons/top_stats128.png') no-repeat;
}
.toolTipBox .giftInfo .rightCol, .toolTipBox .rateInfo .rightCol {
padding-right: 5px;
}
.toolTipBox .giftInfo .rightCol, .toolTipBox .rateInfo .rightCol {
padding-left: 148px;
}
/* lapas infobox */
#pageinfobox {
padding: 4px 4px 0;
width: 212px;
}
#pageinfobox .picture{
max-width: 210px;
border: 1px solid #dbdbdb;
}
#pageinfobox .box {
border: 1px solid #dbdbdb;
border-top: none;
position: relative;
top: -4px;
padding: 10px;
background-color: #FFFFFF;
}
#pageinfobox .bottom {
display: block;
padding: 10px;
position: relative;
top: -4px;
border: 1px solid #dbdbdb;
border-top: none;
background-color: #f6f6f6;
}
#pageinfobox .bottom .friendscount {
font-size: 20px;
font-weight: bold;
}
#pageinfobox .bottom .friendstext {
display: block;
color: #6f6f6f;
}
#pageinfobox .bottom .users {
position: absolute;
top: 10px;
right: 10px;
}
#pageinfobox .bottom .users a img {
width: 30px;
height: 30px;
}
#pageinfobox .bottom .users a {
margin-right: 5px;
}
#pageinfobox .link {
display: block;
font-weight: bold;
padding-top: 4px;
margin-bottom: 10px;
}
#pageinfobox .about {
line-height: 16px;
overflow: hidden;
}
.toolTipBox .subtext{
position:relative;
top:-10px;
}
/* --- css/tooltipbox.css --- */
/* +++ css/tooltip.css +++ */
#Tooltip {
position: absolute;
z-index: 1002;
background: #ffffff;
padding: 5px 10px;
margin-right: 10px;
font-weight: bold;
color: #000000;
font-size: 13px;
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
white-space: nowrap;
}
#Tooltip.left:after {
content: '';
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid #ffffff;
position: absolute;
left: 100%;
top: 50%;
margin-top: -5px;
}
#Tooltip.right:after {
content: '';
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right: 5px solid #ffffff;
position: absolute;
right: 100%;
top: 50%;
margin-top: -5px;
}
#Tooltip.bottom:after {
content: '';
width: 0;
height: 0;
border-left: 5px solid transparent;
border-bottom: 5px solid #ffffff;
border-right: 5px solid transparent;
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -5px;
}
#Tooltip.top:after {
content: '';
width: 0;
height: 0;
border-left: 5px solid transparent;
border-top: 5px solid #ffffff;
border-right: 5px solid transparent;
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
}
#Tooltip.animated {
-webkit-animation-duration:0.15s;
animation-duration:0.15s;
-webkit-animation-fill-mode:both;
animation-fill-mode:both;
}
@-webkit-keyframes bounceInRight {
0%,100% {
-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
transition-timing-function: cubic-bezier(0.215,.61,.355,1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(10px,0,0) scale3d(0.8, 0.8, 0.8);
transform: translate3d(10px,0,0) scale3d(0.8, 0.8, 0.8);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
0%,100% {
-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
transition-timing-function: cubic-bezier(0.215,.61,.355,1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(10px,0,0) scale3d(0.8, 0.8, 0.8);
transform: translate3d(10px,0,0) scale3d(0.8, 0.8, 0.8);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
#Tooltip.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
/* --- css/tooltip.css --- */
/* other */
/* +++ css/multi_ac.css +++ */
.multi_ac{
position:relative;
overflow:hidden;
text-align:left;
min-height:22px;
}
.multi_ac input{
border:none;
outline:none;
background:#ffffff !important;
margin:0px;
padding:0px;
width:70px;
}
.multiACValues{
position:relative;
top:0px;
left:0px;
max-height:150px;
overflow-y:auto;
}
.multiACValues > div{
position:relative;
margin:1px;
float:left;
padding-left:3px;
}
.multiACValue{
border:1px solid #BEBEBE;
background-color:#F5F5F5;
/* background-image:url('//ifrype.com/i/sbook/acvalue.png'); */
}
.multiACValue div{
white-space:nowrap;
overflow:hidden;
margin-right:16px;
padding:1px;
max-width:100px;
text-overflow:ellipsis;
}
.multiACInput{
height:20px;
background-color:transparent;
}
.multiACInput input{
margin:2px;
}
.multiACValue  .closeIcon{
position:absolute;
display:block;
top:1px;
right:0px;
width:16px;
height:16px;
}
.multiACList{
position:absolute;
border-top:none;
z-index:1001;
background-color:#FFF;
opacity:0.9;
padding-bottom:5px;
box-shadow:1px 1px 6px #333;
-webkit-box-shadow:1px 1px 6px #333;
-moz-box-shadow:1px 1px 6px #333;
overflow: hidden;
}
.multiACList:empty{
display:none;
}
.IE .multiACList{
border:1px solid #ccc
}
.multiACListItem{
position:relative;
text-align:left;
padding:2px;
padding-left:20px;
padding-right:5px;
white-space:nowrap;
background-position:2px center;
background-repeat:repeat-x;
cursor:pointer;
height:20px;
line-height: 20px;
max-width:300px;
min-width:150px;
}
.multiACValue img.thumb {
display:none;
}
.multiACList .multiACListItem img.thumb {
display: block;
width: 20px;
height: 20px;
float: left;
margin-left: -18px;
margin-right: 3px;
}
.multiACListItem .thumbIcon{
width:16px;
height:16px;
display:block;
float: left;
margin-left:-16px;
margin-right:5px;
margin-top:2px;
}
.multiACListItem .icon{
position:absolute;
top:-2px;
left:-2px;
}
.multiACListItem.hover{
background-image:url('//ifrype.com/i/menu/hover.png');
color:#FFF;
}
.multi_ac td, .multi_ac table{
margin:0;
padding:0;
border-collapse:collapse;
}
.multiAcText{
position:absolute;
top:0;
left:4px;
right:0;
padding-left:4px;
padding-top:4px;
white-space:nowrap;
}
.multiACInput .multiAcText{
padding-left:2px;
padding-top:2px;
}
.multiAcItemDisabled{
color:#747474;
}
.multiAcItemGroup{
background-color:#ECECEC;
color:#700;
}
.multiACListAddLink {
font-weight:bold;
}
.multiACListCaption{
padding-left:5px;
padding-right:5px;
}
/* --- css/multi_ac.css --- */
/* +++ css/friendlist.css +++ */
.FriendList{
position:relative;
height:300px;
overflow:hidden;
border:1px solid #AEAEAE;
-moz-border-radius:3px 3px 3px 3px;
}
.FriendList .bg{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background-color:#fff;
opacity:0.5;
}
.FriendList .letters{
position:relative;
border-bottom:1px solid #eee;
background-image:url( '//ifrype.com/i/sbook/buttons2/link.png' );
background-position:left top;
}
.FriendList .letters table{
width:100%;
}
.FriendList .letters td{
padding:2px;
width:3%;
text-align:center;
cursor:pointer;
}
.FriendList .letters td.selected{
color:#fff;
background-color:#6f6f6f;
font-weight:bold;
}
.FriendList .list{
position:relative;
height:278px;
overflow:auto;
background-repeat:no-repeat;
background-position:center center; 
}
.FriendList .list table .col1{
padding:4px;
width:14px;
}
.FriendList .list td{
padding-top:5px;
padding-bottom:5px;
}
.FriendList .list img{
width:20px;
height:20px;
}
.FriendList .list td div{ 
overflow:hidden;
white-space:nowrap;
background-position:left center;
background-repeat:no-repeat;
padding-left:15px;
}
.FriendList .startText{
padding-top:150px;
text-align:center;
color:#a7a7a7;
background-image:url('//ifrype.com/i/sbook/arrow_up.png');
background-position:center 85px;
background-repeat:no-repeat;
}
.FriendListItemGroup{
background-color:#ECECEC;
color:#700;
}
.FriendListItemDisabled{
color:#747474;
}
.friendListLoad{
background-image:url('//ifrype.com/i/loading/loading.gif');
}
/* lapaam adminu listei */
.bizAdminList .profile {
width: 75px;
height: 75px;
float: left;
text-align: center;
}
.bizAdminList .usrUrl {
width: 50px;
height: 50px;
display: inline-block;
}
.bizAdminList img {
display: block;
height: 50px;
width: 50px;
}
/* --- css/friendlist.css --- */
/* +++ say/say_common.css +++ */
/* +++ form +++ */
.SayEditorW {
position: relative;
}
.custom-target-checkbox {
float: right;
padding-top: 0;
}
.formSlider {
margin-top:5px;
}
.SayEditorW textarea {
border: none;
width: 100%;
resize: none;
height: 50px;
}
.radio-left .formItemCheckbox {
float: left;
margin-right: 5px;
padding-top: 0;
}
.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 .heading .greyUsersIcon {
position:relative;
top:-2px;
-moz-user-select:none;
-webkit-user-select:none;
user-select:none;
}
.sayList .heading .yellowBulletRight {
font-size: 10px;
color: #a7a7a7;
padding: 2px 0 2px 16px;
font-weight: normal;
vertical-align: middle;
}
.sayList .heading .sayActual {
background-image: url("//ifrype.com/i/icons/say_actual.png");
font-size: 11px;
font-weight: normal;
padding: 2px 0 2px 16px;
margin-left: 10px;
color: #db6565;
}
.sayList .heading .saySource {
font-weight: normal;
}
.sayList .heading{
overflow:visible;
}
.sayList .heading .Options{
right:-10px;
top:24px;
z-index:2;
}
.sayList .comCount{
font-weight:normal;
margin-left:5px !important;
}
.sayList a.comTime{
font-weight:normal;
}
.DEV .sayList .seen .comTime,
.uid178429 .sayList .seen .comTime{
color:red;
}
.SayFormEditor {
position: relative;
}
.SayFormBottom {
height: 35px;
background-color: #F8F8F8;
background-image: url('//ifrype.com/say/img/form/bg.png');
padding-left: 10px;
padding-right: 7px;
border-top: none;
}
.SayFormBottom table {
position: relative;
width: 100%;
height: 100%;
}
.SayFormBottom table td:last-child{
width:90px;
}
.SayFormBottom.noProfiles table td:last-child{
width:auto;
}
.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;
}
.SayFormCustomBottomIcon {
white-space: nowrap;
width: 16px;
text-align: right;
}
.SayFormCustomBottomIcon a {
display: inline-block;
vertical-align: middle;
margin-right: 8px;
margin-bottom: 8px;
width: 16px;
height: 16px;
background-position: center top;
overflow: hidden;
}
.SayFormCustomBottomIcon a:hover {
background-position: bottom left;
}
.addImageSayIcon {
background-image: url('//ifrype.com/say/img/form/camera.png');
}
.addVideoSayIcon {
background-image: url('//ifrype.com/say/img/form/add_video.png');
}
.addSmileySayIcon {
background-image: url('//ifrype.com/say/img/form/add_smiley.png');
}
.addSmileySay2Icon {
background-image: url('//ifrype.com/gallery/img/fs/smaids.png');
background-size: 16px auto;
}
.audienceSayIcon {
background-image: url('//ifrype.com/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('//ifrype.com/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;
}
.SayFormGifEncodeProgress {
position: absolute;
left: 0;
bottom: 0;
right: 0;
top: 0;
background-image: url('//ifrype.com/gallery/img/upload.gif');
background-position: center center;
opacity: 0.6;
display: none;
}
.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 li .body {
font-size: 13px;
overflow: hidden;
padding-bottom: 10px;
position:relative;
}
.sayList .body.sayHasImage {
max-width: 436px;
}
.sayHasImage .sayTextEls {
display: block;
}
.Mosaic + .sayTextEls, .Mosaic + div:empty + .sayTextEls, .SayEventGallery + .sayTextEls {
display: block;
margin-top: 5px;
}
.sayText{
display: block;
margin-bottom: 5px;
}
.sayExtImg{
display:block;
max-height:280px;
overflow:hidden;
background-size:100% auto;
background-position:center center;
}
.sayExtImg img{
display:block;
max-width:436px;
}
.saySmImg .sayExtImg,
.sayExtImg.smallImg {
float: left;
margin-right: 10px;
}
.saySmImg .sayExtImg img,
.sayExtImg.smallImg img {
max-width: 145px;
}
.sayHasImage .sayExtInfo {
padding: 10px;
background-color: #fbfbfb;
border: 1px solid #f6f6f6;
}
.Mosaic.widthAuto + .sayExtInfo,
.sayExtImg.smallImg + .sayExtInfo {
background-color: transparent;
border: none;
}
.sayTextEls + .sayExtInfo {
margin-top: 5px;
}
.sayLink{
}
.sayTitlePrefix{
display: block;
}
.sayTitlePrefix img{
display: none;
max-width:16px;
max-height:16px;
margin-right:5px;
vertical-align:top;
}
.sayDescr {
margin-bottom: 0;
font-size: 12px;
}
.sayLink + .sayDescr {
margin-top: 5px;
}
.sayHost {
font-size: 11px;
}
.sayHasImage .sayTitlePrefix{
display:block;
margin-bottom:3px;
}
.sayHasImage .sayLink{
display:block;
font-weight: bold;
}
.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;
}
.sayFans{
padding-top: 5px;
font-size:12px;
}
.sayFans > div {
padding-top: 5px
}
.sayFans img {
width:30px;
height:30px;
margin-right:2px;
float:left;
}
.sayFans .more{
width:30px;
height:30px;
display:block;
float:left;
background-color: #e7e7e7;
color:#6f6f6f;
line-height: 30px;
text-align: center;
overflow: hidden;
}
.sayFans .more:hover{
text-decoration: none;
}
#sayMore {
border-bottom: none;
}
#sayMore .rqOverlay {
background-image: url('//ifrype.com/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: -18px;
background-image: url('//ifrype.com/say/img/play_video_small.png');
opacity: 0.7;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
background-repeat: no-repeat;
background-position: center center;
}
.sayGalleryVideo.EndoMondo {
background-image: url('//ifrype.com/say/img/endomondo.png');
}
.galleryYoutubeItem {
position: relative;
}
.galleryYoutubeItem img {
display: block;
max-width: 100%;
}
.galleryYoutubeItem > a {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.MosaicLinks a:hover .sayGalleryVideo, .galleryYoutubeItem a:hover .sayGalleryVideo {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.sayBlog p {
margin: 5px 0 0;
}
.sayBlog .rssImage {
margin-top: 5px;
width: 100px;
float: left;
}
.sayBlog.hasRSSImage > p {
padding-left: 110px;
}
.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;
}
.SayEventBizHours .workingHours {
color: #6f6f6f;
}
.SayEventBizHours .workingHours .today {
font-weight: bold;
}
.SayEventBizHours .workingHours .days {
min-width: 75px;
}
.SayEventBizHours .workingHours .holidayDate {
float: right;
padding-right: 13px;
}
.SayEventBizHours .workingHours .hours:before {
content: "";
display: inline-block;
margin-right: 5px;
width: 8px;
height: 8px;
border: 1px solid #c9c9c9;
border-radius: 5px;
}
.SayEventBizHours .workingHours .today .hours:before {
background-color: #d6d5d5;
}
.SayEventBizHours .workingHours .today.closed .hours:before {
border-color: #b75656;
background-color: #cf7777;
}
.SayEventBizHours .workingHours .today.openNow .hours:before {
border-color: #5fa100;
background-color: #74c008;
}
.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('//ifrype.com/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('//ifrype.com/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: 0;
}
.bizpoll._18plus h3 {
margin-left: 35px;
}
.sayLidoSpecial {
margin-right: 10px;
padding-left: 110px;
background: url('//ifrype.com/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;
}
.langhu .recommend-default {
width: 105px;
}
.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('//ifrype.com/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('//ifrype.com/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('//ifrype.com/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('//ifrype.com/say/img/bubble_inner.png') repeat-x;
}
.recommend-default .count div.right {
background: url('//ifrype.com/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('//ifrype.com/say/img/recommend/logo.png');
}
.recMid {
padding-right: 2px;
background-image: url('//ifrype.com/say/img/recommend/mid.png');
background-color: #FF8800;
}
.recCMid {
padding-left: 2px;
background-image: url('//ifrype.com/say/img/recommend/cmid.png');
border-left: 1px solid #C96E0A;
}
.recCEnd {
width: 4px;
background-image: url('//ifrype.com/say/img/recommend/cend.png');
}
.recEnd {
width: 4px;
background-image: url('//ifrype.com/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('//ifrype.com/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('//ifrype.com/say/ext/like_icon.png');
}
.likeIconButton:hover {
background-position: 0px -20px;
}
/* --- say recommend button --- */
.swedbankIcon {
background-image: url(//ifrype.com/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("//ifrype.com/i/icons/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;
padding-bottom: 10px;
position:relative;
}
.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;
}
.sayList .Mosaic .title, .galleryYoutubeItem .title {
position: absolute;
left: 0;
right: 0;
bottom: 0;
color: #FFF;
font-weight: bold;
padding: 10px;
padding-top: 30px;
background-image: url('//ifrype.com/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, .galleryYoutubeItem .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 .commentContent .options a + a {
font-size: 12px;
color: #6f6f6f;
}
.sayList .commentContent p.icon,
.sayList .commentContent div.icon {
padding-top: 3px;
padding-bottom: 3px;
height: auto;
background-position:left 4px;
}
.sayList .commentContent .sayCommentIcon,
.sayList .commentContent .sayLikeIcon {
background-position: 0 0;
}
.sayList .commentContent .sayCommentIcon:hover,
.sayList .commentContent .sayLikeIcon:hover {
background-position: 0 -16px;
}
.sayList .commentContent .sayLikeIcon.liked,
.sayList .commentContent .sayRecommendIcon.recommended {
background-position: 0 -32px;
}
.sayList .commentContent .sayCommentIcon,
.sayList .commentContent .sayLikeIcon,
.sayList .commentContent .sayCancelRec,
.sayList .commentContent .sayRecommendIcon {
color: #6f6f6f;
}
.sayList .commentContent .options a.sayCommentIcon + a.likeCount,
.sayList .commentContent .options a + span {
margin-left: 10px;
}
.sayList .commentContent .options a,
.sayList .commentContent .options span {
font-size: 12px;
}
.sayList .commentContent .options a.comCount,
.sayList .commentContent .options a.likeCount,
.sayList .commentContent .options a.recCount {
color: #445f96;
margin-left: 5px;
}
.sayList li:hover .commentContent .options a.comCount,
.sayList li:hover .commentContent .options a.likeCount,
.sayList li:hover .commentContent .options a.recCount {
color: #f60;
}
.sayList li:hover .commentContent .options a.likeCount.hideLike,
.sayList li:hover .commentContent .options a.recCount.hideRec {
color: #445f96;
}
.sayList .commentContent a.sayfollow {
text-decoration: none;
margin-right: -15px;
margin-top: 1px;
background-repeat: no-repeat;
padding-left: 15px;
background-position-y: 1px;
}
.commentContent:hover a.sayfollow {
margin-right: 10px;
}
.sayList .commentContent a.sayfollow.active {
cursor: default;
padding-left: 19px;
color: #6ab500;
background-position-y: 0;
}
.sayList .commentContent .sFav {
margin-right: 10px !important;
}
.SayEventEvent .map {
margin-left: 2px;
}
.SayEventEvent .map > div {
display: block;
}
.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;
}
.SayEventPosts .Mosaic {
margin-bottom: 5px;
}
.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('//ifrype.com/say/img/relship_1.png');
}
.SayEventRelshipStatus2 {
background-image: url('//ifrype.com/say/img/relship_2.png');
}
.SayEventRelshipStatus5 {
background-image: url('//ifrype.com/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-left: 20px;
background-position: left 0;
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;
}
.SayEventBizMagazine a.titleImg {
display: block;
}
.SayEventBizMagazine a.titleImg img {
width: 100%;
height: auto;
}
.SayEventBizMagazine .title strong {
color: rgb(255, 102, 0);
}
.SayEventBizMagazine .title {
font-size: 13px;
font-weight: bold;
margin-top: 5px;
margin-bottom: 5px;
display: block;
}
.SayEventBizMagazine .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 .movie-info {
padding-left: 180px;
}
.SayEventKinoCheckin .clapBoardIcon {
margin-bottom: 5px;
}
.SayEventKinoCheckin.noUserPic .details {
display: block;
margin: 5px 0 20px;
}
.SayEventKinoCheckin .title a {
font-weight: bold;
}
.SayEventKinoCheckin.noUserPic .details .genres {
margin-top: 6px;
}
.SayEventKinoCheckin.noUserPic .details .imdb {
display: block;
margin: 10px 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;
}
.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("//ifrype.com/lapas/img/misc/starGray.png");
height: 15px;
margin-top: 6px;
}
.SayEventKinoCheckin .rateStars div,
.movieSay .gallery .rateStars div {
background-image: url("//ifrype.com/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("//ifrype.com/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("//ifrype.com/lapas/img/misc/starGraySmall.png");
height:11px;
}
.kinoStars div {
background-image:url("//ifrype.com/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;
float: left;
margin-right: 10px;
}
.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;
}
#sayMainTop h3 {
margin: 10px 0;
}
#sayMainTop h3 a.icon {
float: right;
}
.sayMainTopItem {
margin-bottom: 0;
text-align: left;
}
.sayMainTopItem .adDisclaimer {
font-size: 10px;
color: #a7a7a7;
padding: 2px 0 2px 16px;
font-weight: normal;
display: inline-block;
}
.sayMainTopItem + .sayMainTopItem{
margin-top:15px;
}
.sayMainTopItem .source {
    font-size: 10px;
}
.sayMainTopItem .favImg {
display: block;
float: left;
margin-right: 6px;
}
.sayMainTopItem .source.fav {
line-height: 16px;
vertical-align: middle;
}
.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;
background-size:16px 16px;
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 --- */
#SayTabs{
border-bottom:1px solid #e7e7e7;
}
#SayTabs .tab{
position:relative;
display:inline-block;
top:1px;
border:1px solid #e7e7e7;
background-color:#f3f3f3;
margin-right:5px;
padding:6px 12px;
font-weight:bold;
}
#SayTabs .tab.selected{
background-color:#fff;
border-bottom:1px solid #fff;
color:#393939;
}
#SayTabs .saySearch{
position:relative;
float:right;
width:26px;
height:26px;
border:1px solid #e7e7e7;
background-repeat:no-repeat;
background-position:right center;
transition:width linear 0.2s 0s;
-moz-transition:width linear 0.2s 0s;
-webkit-transition:width linear 0.2s 0s;
-o-transition:width linear 0.2s 0s;
display:none;
}
.langlv #SayTabs .saySearch{
display:block;
width:140px;
}
#SayTabs .saySearch input{
border:none;
outline:none;
position:absolute;
top:6px;
left:5px;
transition:all linear 0.2s 0s;
-moz-transition:all linear 0.2s 0s;
-webkit-transition:all linear 0.2s 0s;
-o-transition:all linear 0.2s 0s;
__width:1px;
__opacity:0;
}
#SayTabs .saySearchOpen{
border:1px solid #2B63A6;
-moz-box-shadow: 0 0 3px #6490c8;
-webkit-box-shadow: 0 0 3px #6490c8;
box-shadow: 0 0 3px #6490c8;
}
#SayTabs .saySearch input{
display:block;
width:110px;
opacity:1;
}
.sayList .infoMsg{
margin-top:10px;
}
.sayNoFav{
margin-top:10px;
background-repeat:no-repeat;
background-position:8px 12px;
background-color:#f6f6f6;
padding:5px;
padding-left:22px;
}
.sayNoFav p{
padding:5px;
font-size:13px;
}
#SayHashTags {
margin-bottom: 10px;
}
#SayHashTagsItems {
display: inline-block;
margin-left: 8px;
}
#SayHashTagsItems li {
background-color: #fff;
border: 1px solid #f5f5f5;
padding: 4px 8px;
display: inline-block;
margin: 0 4px;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}
#SayHashTagsItems li:hover {
background-color: #fafafa;
}
.SayEventEndoMondo{
max-width:436px;
}
.SayEventEndoMondo .title:first-letter{
text-transform:capitalize;
}
.SayEventEndoMondo table{
width:100%;
table-layout:fixed;
}
.SayEventEndoMondo .typeIcon{
width:35px;
height:45px;
background-repeat:no-repeat;
background-position:center center;
}
.SayEventEndoMondo table div:first-letter{
text-transform:capitalize;
}
.SayEventEndoMondo table div{
white-space:nowrap;
}
#SayEventDLieldienas14 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: #52791c;
padding: 13px;
}
#SayEventDLieldienas14 .friendsThink {
font-size: 14px;
color: #e4ef7f;
}
#SayEventDLieldienas14 .typeItems {
margin-bottom: 9px;
border-bottom: 1px solid #5b861f;
}
.typeItems .typeItem {
display: inline-block;
background-repeat: no-repeat;
padding-left: 55px;
width: 148px;
height: 45px;
overflow: hidden;
vertical-align: top;
margin-bottom: 15px;
font-size: 16px;
line-height: 24px;
font-weight: bold;
color: #f5ffd1;
}
.typeItems .typeItem.type1 {
background-image: url("/d/lieldienas14/assets/img/say/bunny_1.png");
}
.typeItems .typeItem.type2 {
background-image: url("/d/lieldienas14/assets/img/say/bunny_2.png");
}
.typeItems .typeItem.type3 {
background-image: url("/d/lieldienas14/assets/img/say/bunny_3.png");
}
.typeItems .typeItem.type4 {
background-image: url("/d/lieldienas14/assets/img/say/bunny_4.png");
}
.typePercent {
font-size: 18px;
line-height: 20px;
font-weight: bold;
color: #e4ef7f;
}
#SayEventDLieldienas14 .btnFindOutYour {
background: url("/d/lieldienas14/assets/img/say/btn_find_out.png") no-repeat;
width: 230px;
height: 30px;
display: block;
margin: 0 auto;
text-indent: -800px;
overflow: hidden;
}
#SayEventDLieldienas14 .btnFindOutYour:hover {
background-position: 0 -30px;
}
#SayEventDLieldienas14 .btnFindOutYour:active {
background-position: 0 -60px;
}
#SayEventDAptaujas {
position: relative;
min-height: 150px;
padding-left: 160px;
overflow: hidden;
}
#SayEventDAptaujas > .img {
position: absolute;
top: 0;
left: 0;
width: 150px;
height: 150px;
}
#SayEventDAptaujas p a{
font-weight:bold;
}
#SayEventDAptaujas > .img img{
width:100%;
height:100%;
}
#SayEventDAptaujas > .btnFindOutYour {
background-color: #ca6083;
font-size: 14px;
color: #fff;
padding: 10px 15px;
margin-top: 20px;
position: absolute;
bottom: 0;
width:245px;
text-align:center;
}
.SayEventD .img{
display:block;
}
.SayEventD .img img{
max-width:100%;
}
.SayEventD p a{
font-weight:bold;
}
.SayEventD .btnFindOutYour{
display:block;
background-color: #ca6083;
font-size: 14px;
color: #fff;
padding: 10px 15px;
margin-top:10px;
text-align:center;
}
.SayEventGroups .Mosaic{
margin-bottom:5px;
}
.SayEventGroups .profileSmallIcon{
float:left;
margin-right:5px;
margin-bottom:5px;
width:34px;
height:34px;
}
.SayEventGroups .title{
cursor:pointer;
font-size:14px;
font-weight:bold;
display:block;
margin-top:2px;
margin-bottom:5px;
}
.SayEventsAchievement {}
.SayEventsAchievement .bigImg img {
width: 175px;
height:175px;
}
.SayEventsAchievement .bigImg {
width:190px;
float:left;
border-right:1px solid #f0f0f0;
margin-right: 10px;
}
.SayEventsAchievement .caption {
font-weight: bold;
display: block;
margin:0.5em 0;
}
.SayEventsAchievement .moreAbout img {
margin-right: 2px;
}
.SayEventsAchievement .text {
float:left;
width: 210px;
}
.SayEventsAchievement .caption .achievementIcon {
margin-right:5px;
}
.sayList .sayItemPigsort .heading {
font-weight: bold;
color: #6f6f6f;
}
.sayItemPigsort .pigsortItems {
padding-top: 10px;
}
.sayItemPigsort .pigsortItem {
display: inline-block;
margin-right: 8px;
vertical-align: top;
}
.sayItemPigsort .pigsortItem:last-child {
margin-right: 0;
}
.sayItemPigsort .pigsortItem .image {
width: 140px;
height: 140px;
position: relative;
}
.sayItemPigsort .pigsortItem img {
width: 140px;
height: 140px;
display: block;
}
.sayItemPigsort .pigsortItem.pigsortGalleryItem img {
width: auto;
height: auto;
}
.sayItemPigsort .pigsortItem .info {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 10px;
padding-top: 30px;
background-image: url('//ifrype.com/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;
}
.sayItemPigsort .pigsortItem .title {
color: #ffffff;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.sayItemPigsort .pigsortItem.pigsortGalleryItem .title {
position: static;
padding: 0;
background: none;
}
.sayItemPigsort .pigsortItem .user {
color: #e7e7e7;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
opacity: 0.8;
}
.sayItemPigsort .pigsortItem .image a {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
display: block;
}
.sayItemPigsort .pigsortItem .share {
padding-top: 5px;
color: #8d8d8d;
font-size: 12px;
}
.sayItemPigsort .pigsortItem .userTitle {
margin-top: 5px;
font-weight: bold;
font-size: 13px;
display: inline-block;
}
.sayItemPigsort .pigsortItem .followers {
color: #8d8d8d;
}
.sayItemPigsort .pigsortPagesItem,
.sayItemPigsort .pigsortEventsItem,
.sayItemPigsort .pigsortKinoItem {
width: 100%;
}
.sayItemPigsort .pigsortPagesItem .image,
.sayItemPigsort .pigsortEventsItem .image,
.sayItemPigsort .pigsortKinoItem .image {
width: 128px;
height: 128px;
float: left;
margin-right: 12px;
border-radius: 2px;
}
.sayItemPigsort .pigsortPagesItem .image > div,
.sayItemPigsort .pigsortEventsItem .image > div,
.sayItemPigsort .pigsortKinoItem .image > div {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 2px;
}
.sayItemPigsort .pigsortPagesItem .image img,
.sayItemPigsort .pigsortEventsItem .image img,
.sayItemPigsort .pigsortKinoItem .image img {
width: 128px;
height: 128px;
display: block;
border-radius: 2px;
}
.sayItemPigsort .pigsortPagesItem .pageInfo,
.sayItemPigsort .pigsortEventsItem .eventInfo,
.sayItemPigsort .pigsortKinoItem .movieInfo {
padding-left: 140px;
width: 100%;
box-sizing: border-box;
}
.sayItemPigsort .pigsortPagesItem .pageInfo .top,
.sayItemPigsort .pigsortEventsItem .eventInfo .top,
.sayItemPigsort .pigsortKinoItem .movieInfo .top {
margin-bottom: 4px;
position: relative;
}
.sayItemPigsort .pigsortPagesItem .pageInfo .top .button .buttonC span.icon, .sayItemPigsort .pigsortEventsItem .eventInfo .top .button .buttonC span.icon {
padding-left: 12px;
}
.sayItemPigsort .pigsortPagesItem .pageInfo .top .button, .sayItemPigsort .pigsortEventsItem .eventInfo .top .button {
position: absolute;
right: 0;
top: 3px;
}
.sayItemPigsort .pigsortPagesItem .pageInfo .userTitle,
.sayItemPigsort .pigsortEventsItem .eventInfo .userTitle,
.sayItemPigsort .pigsortKinoItem .movieInfo .userTitle {
font-size: 14px;
}
.sayItemPigsort .pigsortPagesItem .pageInfo .followers,
.sayItemPigsort .pigsortEventsItem .eventInfo .participants,
.sayItemPigsort .pigsortKinoItem .movieInfo .likes {
font-size: 13px;
color: #8d8d8d;
}
.sayItemPigsort .pigsortPagesItem .officialPage {
width: 12px;
background: url('//ifrype.com/lapas/img/icn_official.png') no-repeat;
display: inline-block;
height: 14px;
margin-left: 4px;
position: relative;
top: 4px;
}
.sayItemPigsort .pigsortPagesItem .description,
.sayItemPigsort .pigsortEventsItem .description,
.sayItemPigsort .pigsortKinoItem .description {
margin-top: 10px;
color: #6F6F6F;
font-size: 12px;
}
.sayItemPigsort .pigsortPagesItem .youFollow, .sayItemPigsort .pigsortEventsItem .youGo {
color: #66ad00;
background: url('//ifrype.com/say/img/tuseko_z.png') no-repeat left center;
padding-left: 16px;
position: absolute;
right: 0;
top: 4px;
}
.sayItemPigsort .pigsortApplicationsItem {
width: 100%;
}
.sayItemPigsort .pigsortApplicationsItem .image {
width: 128px;
height: 128px;
float: left;
margin-right: 12px;
border-radius: 2px;
}
.sayItemPigsort .pigsortApplicationsItem .image > div {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 2px;
}
.sayItemPigsort .pigsortApplicationsItem .image img {
width: 128px;
height: 128px;
display: block;
border-radius: 2px;
}
.sayItemPigsort .pigsortApplicationsItem .appInfo {
padding-left: 140px;
width: 100%;
box-sizing: border-box;
}
.sayItemPigsort .pigsortApplicationsItem .appInfo .top {
margin-bottom: 4px;
position: relative;
}
.sayItemPigsort .pigsortApplicationsItem .appInfo .top .button .buttonC span.icon {
padding-left: 16px;
}
.sayItemPigsort .pigsortApplicationsItem .appInfo .top .button {
position: absolute;
right: 0;
top: 3px;
}
.sayItemPigsort .pigsortApplicationsItem .appInfo .userTitle {
font-size: 14px;
}
.sayItemPigsort .pigsortApplicationsItem .appInfo .players {
font-size: 13px;
color: #8d8d8d;
}
.sayItemPigsort .pigsortApplicationsItem .description {
margin-top: 10px;
color: #6F6F6F;
font-size: 12px;
}
.sayList .sayItemPigsort1 .body, .sayList .sayItemPigsort9 .body {
padding-bottom: 0;
}
.sayList .sayItemPigsort6 .profileImage,
.sayList .sayItemPigsort5 .profileImage {
background-size: 50px auto;
}
.sayList .sayItemFakeRate .heading {
font-weight: bold;
color: #6f6f6f;
}
.sayItemFakeRate .sayFakeRateItems {
margin-top: 10px;
}
.sayItemFakeRate .sayFakeRateItem {
width: 140px;
float: left;
margin-right: 8px;
}
.sayItemFakeRate .sayFakeRateItem.last {
margin-right: 0;
}
.sayItemFakeRate .sayFakeRateItem .picture {
position: relative;
}
.sayItemFakeRate .sayFakeRateItem .picture img {
width: 140px;
height: 140px;
display: block;
}
.sayItemFakeRate .sayFakeRateItem .picture > div {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 1px solid #000000;
opacity: 0.08;
}
.sayItemFakeRate .sayFakeRateItem .picture > a {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.sayItemFakeRate .sayFakeRateItem .info {
background: #FBFBFB;
border: 1px solid #F6F6F6;
border-top: 0;
padding: 5px 10px;
}
.sayItemFakeRate .sayFakeRateItem .info a {
font-weight: bold;
font-size: 13px;
}
.sayItemFakeRate .sayFakeRateItem .info .votes {
color: #8D8D8D;
}
.sayBlogPopup {
width: 400px;
}
.sayBlogPopup .tourFooter .buttonC {
padding: 0 15px;
}
.SayItemStats .SayList{
float:left;
width:500px;
}
.SayItemStats .SayList .options,
.SayItemStats .SayList .heading .commentRight{
display:none;
}
/* Add brand say from item */
.commentContent .customBrandSay {
background: #fff9e6;
padding: 6px 5px 4px 5px;
display: none;
width: 100%;
margin-top: 10px;
border-radius: 3px;
border: 1px dashed #efe2d0;
color: #424242;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.commentContent .customBrandSay .greySpeakerIcon {
visibility: visible !important;
margin-right: 8px;
}
.commentContent .customBrandSay span {
margin-top: 1px;
}
/* end */
.SayItem .pinnedInfo {
margin-bottom: 5px;
color: #ff6600;
margin-left: -62px;
}
.userComments > .SayItem.pinned .profileImage {
top: 27px;
}
.SayItem.pinned {
margin-bottom: 32px;
}
.SayItem.pinned .commentRight {
margin-top: -22px;
}
.SayItemStats .stat{
float:right;
width:350px;
}
.SayItemStats .stat table{
width:100%;
table-layout:fixed;
}
.SayItemStats .stat table td{
vertical-align:top;
}
.SayItemStats .stat .main{
background-color:#f8f8f8;
border:1px solid #dbdbdb;
}
.SayItemStats .stat .main td{
padding:10px;
}
.SayItemStats .stat .main td:last-child{
border-left:1px solid #dbdbdb;
}
.SayItemStats .stat .main b{
display:block;
}
.SayItemStats .stat .main div{
font-size:20px;
line-height:1.3em;
font-weight:bold;
}
.SayItemStats .stat .values td{
padding:5px;
border-bottom:1px solid #ededed;
}
.SayItemStats .stat .values td:last-child{
text-align:right;
font-weight:bold;
}
.loadingVideo {
width: 100%;
height: 142px;
padding-top: 102px;
background: #F8F8F8;
}
.sayVideo .VideoPlayer {
max-height: 300px;
}
.saySinglePost .sayVideo .VideoPlayer {
max-height: 100%;
}
.sayVideo .VideoPlayer .poster .posterImage {
max-height: 300px;
margin: 0 auto;
}
.saySinglePost .sayVideo .VideoPlayer .poster .posterImage {
max-height: 100%;
margin: 0 auto;
}
.sayVideo .VideoPlayer .videoOverlay {
cursor: pointer;
}
.sk-fading-circle {
margin: 0 auto;
width: 40px;
height: 40px;
position: relative;
}
.sk-fading-circle .sk-circle {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.sk-fading-circle .sk-circle:before {
content: '';
display: block;
margin: 0 auto;
width: 15%;
height: 15%;
background-color: #8E8E8E;
border-radius: 100%;
-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
-webkit-transform: rotate(120deg);
-ms-transform: rotate(120deg);
transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
-webkit-transform: rotate(150deg);
-ms-transform: rotate(150deg);
transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
-webkit-transform: rotate(210deg);
-ms-transform: rotate(210deg);
transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
-webkit-transform: rotate(240deg);
-ms-transform: rotate(240deg);
transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
-webkit-transform: rotate(300deg);
-ms-transform: rotate(300deg);
transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
-webkit-transform: rotate(330deg);
-ms-transform: rotate(330deg);
transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
0%, 39%, 100% { opacity: 0; }
40% { opacity: 1; }
}
@keyframes sk-circleFadeDelay {
0%, 39%, 100% { opacity: 0; }
40% { opacity: 1; }
}
/* --- say/say_common.css --- */
/* +++ tour/tour.css +++ */
#tour{
position:relative;
height:218px;
width:500px;
background-image:url('//ifrype.com/tour/bg.png');
-webkit-font-smoothing: antialiased;
margin-bottom:10px;
}
#tour > div{
padding:20px;
}
#tour .buttonC{
font-size:18px;
}
#tourH{
color:#fff;
font-size:35px;
line-height:40px;
font-weight:bold;
margin-bottom:10px;
text-shadow: #994A1B 0px 1px 0px;
letter-spacing:-1px;
}
.langhu #tourH{
font-size:30px;
}
#tourP{
font-size:16px;
height:67px;
overflow:hidden;
color:#713600;
line-height:21px;
}
#tour a{
color:#fff;
position:absolute;
right:20px;
bottom:10px;
}
.tourBg{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-image:url('//ifrype.com/i/px.gif');
}
.tourBox .InfoBoxContentWrap {
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
border-radius: 4px;
padding: 0;
}
.tourClose {
position: absolute;
top: 11px;
right: 15px;
width: 13px;
height: 13px;
z-index: 2;
}
.tourArrowRight::after, .tourArrowLeft::after {
content: "";
position: absolute;
width: 0;
height: 0;
margin-left: -0.5em;
box-sizing: border-box;
border: 7px solid black;
border-radius: 2px;
border-color: transparent transparent #fff #fff;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
box-shadow: -2px 2px 1px 0 rgba(0, 0, 0, 0.15);
}
.tourArrowRight::after {
right: -10px;
top: 38px;
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.tourArrowLeft::after {
left: 10px;
top: 20px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.bottom .tourArrowRight::after {
top: auto;
bottom: 38px;
}
.tourArrowBottomFxd::after {
content: "";
position: absolute;
width: 0;
height: 0;
margin-left: -0.5em;
box-sizing: border-box;
border: 7px solid black;
border-radius: 2px;
border-color: transparent transparent #fff #fff;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
box-shadow: -2px 2px 1px 0 rgba(0, 0, 0, 0.15);
-webkit-transform: rotate(315deg);
-ms-transform: rotate(315deg);
transform: rotate(315deg);
top: auto;
bottom: -10px;
left: 150px;
}
.tourArrowBottom::after {
top: auto;
bottom: 10px;
border-color: transparent transparent #f8f8f8 #f8f8f8;
}
.tourOverlay{
position:absolute;
background-color:#000;
opacity:0.8;
filter:alpha(opacity=80);
}
.tourInfoBoxOverlay {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
overflow: auto;
}
.tourContent {
padding: 20px 24px 15px;
}
.tourLarge .tourContent {
padding: 30px 36px 15px;
}
.tourFooter {
border-top: 1px solid #e7e7e7;
background-color: #f8f8f8;
}
.tourFooter td {
padding: 12px;
width: 33%;
}
.tourBox .tourH3 {
font-size: 18px;
line-height: 18px;
margin-bottom: 10px;
font-weight: normal;
color: #393939;
}
.tourBox.tourLarge .tourH3 {
text-align: center;
font-size: 24px;
line-height: 24px;
}
.tourBox .tourText {
font-size: 14px;
line-height: 20px;
color: #6f6f6f;
}
.tourBox.tourLarge .tourText {
font-size: 16px;
color: #8d8d8d;
}
.tourBox .tourImage img {
display: block;
margin: 5px auto;
border: 1px solid #e7e7e7;
padding: 5px;
max-width: 100%;
}
.tourBox .tourImage.withoutBorder img {
border: 0;
margin-top: 0;
margin-bottom: 0;
padding: 0;
}
.tourBox .tourImage .picNote {
text-align: center;
font-style: italic;
color: #999;
}
.tourBox .InfoBoxBorder {
margin-bottom: 0;
}
.tourProgress span {
display: inline-block;
width: 4px;
height: 4px;
border-radius: 4px;
border: 2px solid #c5c5c5;
background-color: #fff;
margin-left: 2px;
margin-right: 2px;
}
.tourFooter .tourProgress {
padding-left: 3px;
padding-right: 3px;
}
.tourProgress span.done {
background-color: #64a0e7;
border-color: #64a0e7;
}
.feedbackContent p {
text-align: center;
}
.feedbackContent .formRadioList {
text-align: center;
margin-bottom: 20px;
}
.feedbackContent .formRadioList .formItemCheckbox {
display: inline-block;
margin: 0 5px;
font-size: 15px;
}
/* --- tour/tour.css --- */
/* +++ talk/talk.css +++ */
#chatContent{
position:fixed;
height:1px;
font-size:1px;
left:0;
bottom:0;
width:100%;
z-index:1000;
}
#chat{
position:relative;
top:-24px;
font-size:12px;
float:right;
height:25px;
text-align:left;
z-index:1;
}
.chatWin{
position:relative;
float:right;
width:250px;
height:100%;
margin-left:-1px;
margin-right:7px;
}
.chatWin .stickerBox{
position:absolute;
right:0;
bottom:0;
background:#fff;
}
.chatWinW{
position:absolute;
left:0;
right:0;
bottom:0;
background-color:#FFF;
border:1px solid #bebebe;
border-bottom:none;
}
.chatWinHeader{
position:relative;
height:25px;
background-image:url('//ifrype.com/talk/img/v1/top.png');
background-position:left top;
background-repeat:repeat-x;
cursor:pointer;  
}
.chatWinHeaderBG{
position:absolute;
left:0;
right:0;
top:0;
height:25px;
background-image:url('//ifrype.com/talk/img/v1/top.png');
background-position:left bottom;
background-repeat:repeat-x;
visibility:hidden;
opacity:0;
transition:all 0.7s;
-webkit-transition:all 0.7s;
}
.blink .chatWinHeaderBG{
visibility:visible;
opacity:1;
}
.chatWinTitle .badge{
transition:all 0.7s;
-webkit-transition:all 0.7s;
}
.blink .chatWinTitle .badge{
color:#f60 !important;
background-color:#fff;
}
.chatWinContent{
overflow:hidden;
max-height:0;
border-top:1px solid #bebebe;
visibility:hidden;
transition:all 0.7s;
-webkit-transition:all 0.7s;
}
.chatWinOpen .chatWinContent{
max-height:535px;
visibility:visible;
}
.chatOnline{
padding-top:5px;
padding-bottom:5px;
max-height:300px;
overflow-y:auto;
overflow-x:hidden;
}
.chatUser{
display:block;
position:relative;
padding:6px;
padding-left:40px;
padding-right:23px;
background-position:6px center;
background-size:27px auto;
background-repeat:no-repeat;
}
.chatUser:hover{
text-decoration:none;
background-color:#f5f5f5;
}
.chatUser i{
position:absolute;
width:16px;
height:16px;
right:5px;
top:50%;
margin-top:-8px;
}
.chatWinHeader table{
position:relative;
table-layout:fixed;
height:100%;
width:100%;
}
.chatWinHeader td.chatWinIcon{
width:25px;
background-repeat:no-repeat;
background-position:center center;
}
.chatWinHeader td:last-child{
background-position:2px center;
}
.chatWinTitle{
position:relative;
width:100%;
height:14px;
}
.FF .chatWinTitle{
top:-1px;
}
.chatWinTitleText{
position:absolute;
top:0;
left:0;
max-width:100%;
font-weight:bold;
}
.chatWinTitle b{
display:inline-block;
width:25px;
}
.chatWinTitle .badge{
position:absolute;
top:0;
right:0;
font-weight:normal;
}
.chatSettings{
visibility:hidden;
max-height:0;
overflow:hidden;
transition:all 0.5s;
-webkit-transition:all 0.5s;
background-color:#484848;
color:#fff;
padding:0 5px 0 5px;
}
.chatSettingsOpen{
visibility:visible;
max-height:100px;
padding-top:5px;
padding-bottom:5px;
}
.chatSettings label{
display:block;
}
.chatSearch{
padding:5px;
background-color:#F3F3F3;
border-bottom:1px solid #bebebe;
}
.chatSearch div{
border:1px solid #bebebe;
background-color:#fff;
background-repeat:no-repeat;
background-position:right 5px center;
}
.chatSearch input{
border:none;
outline:none;
margin:3px;
width:190px;
font-size:11px;
}
.chatNotifies{
position:absolute;
bottom:100%;
left:0;
right:0;
z-index:1;
}
.chatNotify{
overflow:hidden;
max-height:0;
border:1px solid #bebebe;
background-color:#f5f5f5;
max-width:100%;
padding:5px;
margin-bottom:10px;
transition:all 0.5s;
-webkit-transition:all 0.5s;
opacity:0;
}
.chatNotifyUser{
font-weight:bold;
}
.chatNotifyExp{
max-height:200px;
opacity:1;
}
.chatEventIcon{
float:left;
width:20px;
height:20px;
background-position:left top;
background-repeat:no-repeat;
}
.chatInput{
position:relative;
border-top:1px solid #bebebe;
box-shadow:0 0 5px rgba(0,0,0,0.2);
overflow:hidden;
}
.chatInput .textareaAutoHeight{
margin: 5px 50px 5px 5px;
}
.chatInput .color2{
position:absolute;
top:6px;
left:6px;
}
.chatInput textarea{
position:relative;
width:100%;
min-width:100%;
max-width:100%;
height:16px;
border:none;
outline:none;
resize:none;
background:transparent;
background-color:rgba(0,0,0,0);
/*font-family:DejaVuSans,Arial,sans-serif;*/
}
.chatInput .chatSmileyIcon{
position:absolute;
top:5px;
right:5px;
padding-left:18px;
}
.chatInput .stickersGrayIcon{
position:absolute;
top:5px;
right:25px;
padding-left:18px;
}
.chatMsgs{
padding-top:5px;
padding-bottom:5px;
max-height:300px;
overflow-x:hidden;
overflow-y:auto;
}
.chatMsg{
position:relative;
padding: 5px 35px;
min-height:16px;
}
.chatMsgText{
overflow:hidden;
max-width:100%;
word-wrap:break-word;
}
.chatMsgWithIcon{
min-height:30px;
}
.chatMsgUserIcon{
position:absolute;
top:5px;
left:5px;
height:25px;
width:25px;
cursor:pointer;
}
.chatMsgTime{
position:absolute;
right:5px;
top:2px;
font-size:11px;
}
.chatMsgBorder{
position:absolute;
top:-8px;
left:0;
right:0;
border-top:1px solid #e7e7e7;
text-align:center;
}
.chatMsgWithBorder{
margin-top:14px;
}
.chatMsgBorder span{
position:relative;
display:inline-block;
background-color:#fff;
top:-9px;
padding-left:5px;
padding-right:5px;
}
.chatMsgMy{
background-color:#f8f8f8;
}
.chatSmileyIcon{
background-image:url('//ifrype.com/talk/img/smiley.png');
opacity:0.5;
}
.chatSmileyIcon:hover{
opacity:1;
}
.chatLoadMore{
display:block;
padding:5px;
font-size:11px;
text-align:center;
}
.chatAttachs{
overflow:hidden;
}
.chatAttach{
display:block;
float:left;
position:relative;
width:72px;
height:72px;
margin-right:5px;
margin-bottom:5px;
background-color:#f0f0f0;
background-repeat:no-repeat;
background-position:center 30%;
}
.chatAttachImg{
background-size:100% 100%;
}
.chatAttachFN{
position:absolute;
left:3px;
right:3px;
top:40px;
text-align:center;
font-size:11px;
}
.chatUpload{
min-height:0;
max-height:170px;
overflow-x:hidden;
overflow-y:auto;
}
.chatUpload:not(:empty){
border-bottom:1px solid #BEBEBE;
}
.chatUploadItem{
position:relative;
float:left;
width:65px;
height:65px;
border:1px solid #ccc;
margin:5px;
background-position:center center;
background-repeat:no-repeat;
}
.chatUploadItem img{
width:100%;
height:100%;
}
.chatUploadItemProgress{
position:absolute;
top:28px;
left:10px;
right:10px;
height:6px;
border:2px solid #8d8d8d;
padding:2px;
}
.chatUploadItemProgress div{
width:0;
height:6px;
background-color:#8d8d8d;
-moz-transition:all 0.1s ease-out 0s;
-webkit-transition:all 0.1s ease-out 0s;
transition:all 0.1s ease-out 0s;
}
.chatUploadItemDel{
position:absolute;
top:5px;
right:5px;
width:21px;
height:21px;
background-image:url('//ifrype.com/gallery/img/close.png');
-moz-transform:scale(0);
-webkit-transform:scale(0);
transform:scale(0);
-moz-transition:all 0.1s ease-out 0s;
-webkit-transition:all 0.1s ease-out 0s;
transition:all 0.1s ease-out 0s;
}
.IE .chatUploadItemDel{
display:none;
}
.chatUploadItem:hover .chatUploadItemDel{
-moz-transform:scale(1);
-webkit-transform:scale(1);
transform:scale(1);
}
.IE .chatUploadItem:hover .chatUploadItemDel{
display:block;
}
.chatUploadItemFn{
position:absolute;
left:2px;
right:2px;
bottom:1px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:11px;
}
.chatAttachIcon{
background-image:url('//ifrype.com/talk/img/attach.png');
}
.blink .chatAttachIcon{
background-image:url('//ifrype.com/talk/img/attach_white.png');
}
.chatCloseIcon{
background-image:url('//ifrype.com/talk/img/close.png');
}
.blink .chatCloseIcon{
background-image:url('//ifrype.com/talk/img/close_white.png');
}
.chatRoomIcon{
background-image:url('//ifrype.com/talk/img/users.png');
}
.blink .chatRoomIcon{
background-image:url('//ifrype.com/talk/img/users_white.png');
}
.chatOpenIcon{
background-image:url('//ifrype.com/talk/img/open.png');
}
.blink .chatOpenIcon{
background-image:url('//ifrype.com/talk/img/open_white.png');
}
.chatWin .flashUpload{
width:20px;
height:20px;
}
.chatWriting{
height:25px;
background-repeat:no-repeat;
background-position:35px center;
background-image:url('//ifrype.com/talk/img/writing.gif');
margin:5px;
}
.chatWriting img{
width:25px;
height:25px;
}
.chatDropzone{
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
outline: 3px dashed #AEAEAE;
outline-offset:-20px;
background:rgba(248,248,248,0.8);
}
.chatDropzone div{
color: #6F6F6F;
font-weight: bold;
margin-top: -7px;
position: absolute;
text-align: center;
top: 50%;
width: 100%;
}
.convUsers{
max-height:300px;
overflow:auto;
padding:5px;
}
.galleryStatsIcon {
width: 38px;
height: 32px;
background-image: url('//ifrype.com/talk/img/icn_glooks.png');
margin-right: 5px;
}
.lookingProfileIcon {
width: 40px;
height: 34px;
background-image: url('//ifrype.com/talk/img/icn_plooks.png');
margin-right: 5px;
}
.lookingProfileBg {
width: 34px;
height: 34px;
margin-right: 5px;
background-size: 34px 34px;
}
.galleryPublishThumb {
width: 34px;
height: 34px;
margin-right: 5px;
background-size: 34px 34px;
}
/* --- talk/talk.css --- */
 
