<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,select,input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-size:inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.4;
    direction: rtl;
    height: 100%;
    font-family: arial;
    background: #dbdbdb;
}
ol, ul {
    list-style: none;
}
:focus {
    outline: 0;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*end css reset*/

div.clear{
    clear:both;
    margin:0 !important;
    padding:0 !important;
}

strong, b {
    font-weight: bold;
}

html {
    height: 100%;
}

@font-face {
    font-family: 'Myriad-Pro';
    src: url('fonts/Myriad-Pro.eot'); /* IE */  
    src: local('Myriad-Pro'), url('fonts/Myriad-Pro.ttf') format('truetype'); /* non-IE */
    src: local('Myriad-Pro'), url('fonts/Myriad-Pro.woff') format('woff'); /* Modern Browsers */
}

.topPas {
    background: #000;
    height: 27px;
    width: 100%;
    margin-bottom: 10px;
}

.topPas .bsd {
    float: right;
    color: #fff;
    font-size: 18px;
    font-family: 'Guttman Stam', arial;
    margin-right: 10px;
    height: 27px;
    line-height: 27px;
}

.topPas address {
    display: block;
    float: left;
    color: #fff;
    font-size: 14px;
    font-family: 'Guttman Stam', arial;
    margin-left: 10px;
    height: 27px;
    line-height: 27px;
}

#wrapper {
    min-height:100%;
    position:relative;
}

header {
    display: block;
    width: 916px;
    margin: 0 auto;
}

header a.logo {
    display: block;
    background: url('../img/sprite.png') 0px 0px;
    width: 284px;
    height: 115px;
    float: right;
}

header .adsArea {
    float: left;
    margin-left: 9px;
    margin-top: 60px;
    
}

header .adsArea h3 {
    font-size: 30px;
    display: block;
    color: #c8c8c8;
    margin-bottom: 10px;
    font-family: 'Guttman Stam', arial;
    margin-right: 30px;
    text-shadow:1px 1px #fff;
}

header .adsArea h3 span {
    color: #02c2df;
    font-size: 18px;
    display: inline-block;
    margin-right: 8px;
}

header .adsArea a img {
    border: 1px solid #000;
    display: block;
}

#container {
    width: 897px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 440px;
}

#container nav {
    height: 46px;
    background: #02c2df;
    width: 100%;
    margin-top: 20px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

#container nav:after {
    content: "";
    background: url('../img/sprite.png') 0px -222px;
    width: 900px;
    height: 20px;
    display: block;
    margin-top: 46px;
    position: absolute;
}

#container nav ul#navigator {
    float: right;
    display: block;
    margin-left: 10px;
    width: 603px;
}

#container nav ul#navigator &gt; li {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    float: right;
    height: 46px;
    line-height: 46px;
    text-shadow:1px 1px rgba(0, 0, 0, 0.30);
}

#container nav ul#navigator &gt; li a {
    color: #fff;
    text-decoration: none;
    padding-right: 12px;
    padding-left: 12px;
    cursor: pointer;
}

#container nav ul#navigator &gt; li a:hover {
    color: #000;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#container nav ul#navigator &gt; li:after {
    width: 1px;
    border-right: 1px solid #03d7ea;
    border-left: 1px solid #01add4;
    float: left;
    display: block;
    content: "";
    height: 46px;
}

#container nav .searchArea input[type="text"] {
    height: 30px;
    display: block;
    width: 215px;
    border: 0px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 30px;
    font-size: 12px;
    color: #a3a3a3;
    margin-top: 8px;
    outline: 0;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(236,236,236,1) 72%, rgba(221,221,221,1) 83%, rgba(191,191,191,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(55%,rgba(255,255,255,1)), color-stop(72%,rgba(236,236,236,1)), color-stop(83%,rgba(221,221,221,1)), color-stop(100%,rgba(191,191,191,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 55%,rgba(236,236,236,1) 72%,rgba(221,221,221,1) 83%,rgba(191,191,191,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 55%,rgba(236,236,236,1) 72%,rgba(221,221,221,1) 83%,rgba(191,191,191,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 55%,rgba(236,236,236,1) 72%,rgba(221,221,221,1) 83%,rgba(191,191,191,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 55%,rgba(236,236,236,1) 72%,rgba(221,221,221,1) 83%,rgba(191,191,191,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-9 */
    behavior: url('ie-css3.htc');
    position: relative; 
    float: right;
    margin-left: 10px;
}

#container nav .searchArea button {
    content: "";
    display: block;
    border: 0px;
    outline: 0;
    background: url('../img/sprite.png') -1px -126px;
    width: 31px;
    height: 28px;
    cursor: pointer;
    margin-top: 12px;
    float: right;
}

#container nav .searchArea button:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
}

#container .news {
    background: #f0f0f0;
    width: 895px;
    height: 27px;
    line-height: 27px;
    color: black;
    font-size: 12px;
    margin-top: 23px;
    border: 1px solid #fff;
    border-top: 1px solid #c5c5c5;
    margin-bottom: 15px;
    border-left: 1px solid #c5c5c5;
}

#container .news i {
    background: url('../img/sprite.png') -12px -159px;
    display: block;
    float: right;
    width: 14px;
    height: 10px;
    margin-left: 2px;
    margin-top: 10px;
    margin-right: 10px;
}

#container .news h4 {
    display: block;
    float: right;
    color: #02c2df;
    font-weight: bold;
    margin-left: 15px;
}

#container .news span {
    color: black;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}

#container .news a {
    color: #1d1d1d;
    font-weight: bold;
    text-decoration: none;
}

#container .news a:hover {
    text-decoration: underline;
}

#container .news #news {
    width: 780px;
    overflow: hidden;
    position: relative;
    float: right;
}

#container &gt; div.right {
    float: right;
    width: 229px;
    margin-left: 12px;
    float: right;
}

#container &gt; div.left {
    float: right;
    width: 655px;
}

#container &gt; div.right .block {
    margin-bottom: 20px;
    overflow: hidden;
}

#container &gt; div.right .block h3 {
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 229px;
    font-size: 14px;
    font-family: 'Guttman Stam', arial;
    color: #02c2df;
    background: #000;
}

#container &gt; div.right .block .con {
    background: #f0f0f0;
    width: 209px;
    overflow: hidden;
    padding: 10px;
}

#container &gt; div.right .block .con ul.menuright li {
    border-bottom: 1px solid #d0d0d0;
    font-weight: bold;
    color: #000;
    font-size: 12px;
    width: 100%;
}

#container &gt; div.right .block .con ul.menuright li i {
    background: url('../img/sprite.png') -12px -159px;
    display: block;
    float: right;
    width: 14px;
    height: 10px;
    margin-left: 2px;
    margin-top: 4px;
}

#container &gt; div.right .block .con ul.menuright li a {
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
    width: 100%;
    color: #000;
    text-decoration: none;
}

#container &gt; div.right .block .con ul.menuright li a:hover {
    color: #02c2df;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#container &gt; div.right .block .con a.msg,#container &gt; div.right .block .con a.radio {
    color: #383838;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    height: 33px;
    display: block;
    line-height: 33px;
    cursor: pointer;
}

#container &gt; div.right .block .con a.radio {
    height: 46px;
    line-height: 46px;
}

#container &gt; div.right .block .con a.msg:hover,#container &gt; div.right .block .con a.radio:hover {
    color: #02c2df;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#container &gt; div.right .block .con a.msg i {
    background: url('../img/sprite.png') -258px -129px;
    width: 52px;
    height: 33px;
    float: left;
    margin-right: 15px;
    display: block;
}

#container &gt; div.right .block .con a.radio i {
    background: url('../img/radio.png');
    width: 49px;
    height: 46px;
    float: left;
    margin-right: 10px;
    display: block;
}

#container &gt; div.right .block .con .alhot {
    font-size: 14px;
}

#container &gt; div.right .block .con a {
    text-decoration: none;
    color: #444444;
}

#container &gt; div.right .block .con a:hover {
    color: #02c2df;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#container &gt; div.right .tehilim img {
    width: 229px;
    margin-bottom: 15px;
}

#container &gt; div.right .block .con {
    font-size: 12px;
    color: #444444;
}

#container &gt; div.right .block .con ul.works li {
    border-bottom: 1px solid #d0d0d0;
    padding-top: 7px;
    padding-bottom: 7px;
}

.sbHolder{
    background: #02c2df;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    width: 229px;
    height: 36px;
    line-height: 36px;
    position: relative;
    float: right;
    outline: none;
}

.sbSelector{
    display: block;
    height: 36px;
    right: 0;
    line-height: 36px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 14px;
    top: 0;
    width: 188px;
    font-weight: bold;
    font-size: 14px;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #fff;
    outline: none;
    text-decoration: none;
}

.sbToggle{
    background: url('../img/select-icons.png') 0 -116px no-repeat;
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    left: 10px;
    top: 3px;
    width: 30px;
}

.sbToggleOpen{
    background: url('../img/select-icons.png') 0 -16px no-repeat;
}

.sbHolderDisabled{
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

.sbHolderDisabled .sbHolder{

}

.sbHolderDisabled .sbToggle{

}

.sbOptions{
    background-color: #212121;
    border-top: solid 1px #515151;
    list-style: none;
    left: 0px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 34px !important;
    width: 230px;
    z-index: 1;
    overflow-y: auto;
    right: -1px;
}

.sbOptions li{
    padding: 0 7px;
    border-bottom: dotted 1px #515151;
}

.sbOptions li:hover {
    background: #02c2df;
}

.sbOptions a{
    display: block;
    outline: none;
}
.sbOptions a:link, .sbOptions a:visited{
    color: #fff;
    text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    color: #fff;
}
.sbOptions li.last a{
    border-bottom: none;
}
.sbOptions .sbDisabled{
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
    padding-left: 17px;
}

#container &gt; div.left .favvideob {
    background: #f0f0f0;
    width: 653px;
    height: 185px;
    overflow: hidden;
    padding: 1px;
    margin-bottom: 3px;
}

#container &gt; div.left .favvideob .con {
    float: right;
    width: 318px;
    height: 157px;
    padding: 15px;
    color: #383838;
    font-size: 18px;
    font-family: 'Guttman Stam', arial;
}

#container &gt; div.left .favvideob .con h4 {
    display: block;
    color: #1d1d1d;
    font-size: 26px;
    font-family: 'Guttman Stam', arial;
}

#container &gt; div.left .favvideob .con p {
    display: block;
    height: 78px;
    width: 318px;
    font-family: arial;
}

#container &gt; div.left .favvideob .con span {
    display: block;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #02c2df;
    float: left;
}

#container &gt; div.left .favvideob .con span a {
    color: #02c2df;
    text-decoration: none;
}

#container &gt; div.left .favvideob .con span a:hover {
    color: white;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

#container &gt; div.left .favvideob .con span i {
    background: url('../img/sprite.png') -12px -159px;
    display: inline-block;
    width: 14px;
    height: 10px;
    margin-left: 2px;
    margin-top: 4px;
}

#container &gt; div.left .favvideob .mainpic {
    float: right;
    width: 305px;
    height: 184px;
    position: relative;
}

#container &gt; div.left .favvideob .mainpic img {
    width: 305px;
    height: 184px;
}

#container &gt; div.left .favvideob .mainpic .caption {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 54px;
    width: 290px;
    background: rgba(0,0,0, 0.53);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#53000000,endColorstr=#53000000);
    color: #c7c7c7;
    font-size: 18px;
    line-height: 54px;
    padding-right: 15px;
}

#container &gt; div.left .title {
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 2px;
}

#container &gt; div.left .title i {
    display: block;
    float: right;
    margin-left: 15px;
}

#container &gt; div.left .title i.n-1 {
    background: url('../img/sprite.png') -47px -125px;
    width: 42px;
    height: 39px;
}

#container &gt; div.left .title i.n-2 {
    background: url('../img/sprite.png') -99px -125px;
    width: 42px;
    height: 45px;
}

#container &gt; div.left .title i.n-3 {
    background: url('../img/sprite.png') -160px -125px;
    width: 42px;
    height: 45px;
}

#container &gt; div.left .title i.n-4 {
    background: url('../img/sprite.png') -205px -125px;
    width: 42px;
    height: 45px;
}

#container &gt; div.left .title i.n-5 {
    background: url('../img/sprite.png') 9px -182px;
    width: 42px;
    height: 38px;
}

#container &gt; div.left .title i.n-6 {
    background: url('../img/sprite.png') -37px -183px;
    width: 42px;
    height: 37px;
}

#container &gt; div.left .title i.n-7 {
    background: url('../img/sprite.png') -80px -184px;
    width: 42px;
    height: 37px;
}

#container &gt; div.left .title h3 {
    display: block;
    float: right;
    color: #383838;
    font-size: 24px;
    font-family: 'Guttman Stam', arial;
    text-shadow: 1px 1px #fff;
}

#container &gt; div.left .title h4 {
    display: block;
    float: left;
    color: #383838;
    font-size: 24px;
    font-family: 'Myriad-Pro', arial;
    text-shadow: 1px 1px #fff;
}

#container &gt; div.left .newvideos section {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}

#container &gt; div.left .newvideos section:last-child {
    margin-bottom: 0px;
}

#container &gt; div.left .newvideos section .block {
    background: #f0f0f0;
    float: right;
    width: 318px;
    height: 69px;
    padding: 2px;
    margin-left: 10px;
}

#container &gt; div.left .newvideos section .block:nth-child(even) {
    margin-left: 0px;
}

#container &gt; div.left .newvideos section .block img {
    float: right;
    width: 95px;
    height: 69px;
    margin-left: 10px;
}

#container &gt; div.left .newvideos section .block img:hover, #container &gt; div.left .newvideos section .block:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
}

#container &gt; div.left .newvideos section .block p {
    font-size: 12px;
    color: #383838;
    float: right;
    display: block;
    width: 211px;
    height: 69px;
}

#container &gt; div.left .newvideos section .block p a {
    text-decoration: none;
    color: #383838;
}

#container &gt; div.left .newvideos section .block p a:hover,#container &gt; div.left .newvideos section .block:hover a {
    color: #02c2df;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#container &gt; div.left a.more {
    color: #02c2df;
    text-decoration: none;
    float: left;
    font-size: 12px;
    font-weight: bold;
}

#container &gt; div.left a.more i {
    background: url('../img/sprite.png') -12px -159px;
    display: inline-block;
    width: 14px;
    height: 10px;
    margin-left: 2px;
    margin-top: 4px;
}

#container &gt; div.left a.more:hover {
    color: #383838;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#container &gt; div.left .faqblock section {
    display: block;
    overflow: hidden;
    background: #f0f0f0;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #383838;
    margin-bottom: 7px;
    padding: 7px;
}

#container &gt; div.left .faqblock section:hover p.text {
    color: #02c2df;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#container &gt; div.left .faqblock section p.text {
    float: right;
    width: 500px;
    cursor: pointer;
}

#container &gt; div.left .faqblock section a.sendfriend, #container &gt; div.left .faqblock section a.newpage {
    padding: 5px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    behavior: url('ie-css3.htc');
    position: relative;
    background: #02c2df !important;
    text-align: center;
    color: #fff !important;
    font-size: 14px;
    border: 0px;
    outline: 0;
    float: left;
    cursor: pointer;
    display: block;
    margin-left: 7px;
    margin-bottom: 10px;
	text-decoration: none;
}

#container &gt; div.left .faqblock section a.sendfriend:hover,#container &gt; div.left .faqblock section a.newpage:hover {
    background: rgba(191, 191, 191, 0.5) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50bfbfbf,endColorstr=#50bfbfbf) !important;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

#container &gt; div.left .faqblock section a.open {
    float: left;
    text-decoration: none;
    margin-left: 20px;
    color: #383838;
    font-size: 12px;
}

#container &gt; div.left .faqblock section a.open i {
    background: url('../img/sprite.png') -12px -159px;
    display: block;
    float: right;
    width: 14px;
    height: 10px;
    margin-left: 2px;
    margin-top: 4px;
}

#container &gt; div.left .faqblock section a.open:hover {
    color: #02c2df;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#container &gt; div.left .faqblock section .answer {
    display: none;
    width: 615px;
}

#container &gt; div.left .faqblock section .answer2 {

    width: 615px;
}


#container &gt; div.left .faqblock section .answer h5 {
    font-size: 14px;
    color: #383838;
}

#container &gt; div.left .faqblock section .answer form {
    display: block;
}

#container &gt; div.left .faqblock section .answer hr {
    margin-top: 0px;
}

#container &gt; div.left .faqblock section .answer .showComments .comment {
    border-bottom: 1px dashed #d0d0d0;
    padding-bottom: 5px;
    width: 400px;
    overflow: hidden;
}

#container &gt; div.left .faqblock section .answer .showComments .comment p {
    display: block;
    line-height: normal;
    font-size: 12px;
    font-weight: normal;
}

#container &gt; div.left .faqblock section .answer form textarea {
    width: 340px;
    height: 74px;
    border: 0px;
    resize: none;
    line-height: 34px;
    padding-right: 10px;
    padding-left: 10px;
    background: rgba(191, 191, 191, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50bfbfbf,endColorstr=#50bfbfbf);
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    behavior: url('ie-css3.htc');
    position: relative;
    outline: 0;
    display: block;
    overflow: hidden;
}

#container &gt; div.left .faqblock section .answer form textarea:focus {
    background: rgba(2, 194, 223, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5002c2df,endColorstr=#5002c2df);
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

#container &gt; div.left .faqblock section .answer form input[type="submit"] {
    padding-right: 10px;
    padding-left: 10px;
    height: 30px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    behavior: url('ie-css3.htc');
    position: relative;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: 0px;
    outline: 0;
    margin-top: 5px;
    display: block;
    cursor: pointer;
    line-height: 30px;
}

#container &gt; div.left .faqblock section .answer form input[type="submit"]:hover {
    background: #02c2df;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

#container &gt; div.left .faqblock section .answer .tags {
    padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
}

#container &gt; div.left .faqblock section .answer .tags b {
    display: inline-block;
    margin-left: 5px;
}

#container &gt; div.left .faqblock section .answer .tags a.tag {
    color: #fff;
    text-decoration: none;
	display: inline-block;
	padding: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #02c2df;
	position: relative;
	padding-right: 15px;
	padding-left: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}

#container &gt; div.left .faqblock section .answer .tags a.tag:before {
	display: block;
	position: absolute;
	right: 0px;
	top: 8px;
	background: url('/img/tag.png');
	width: 8px;
	height: 8px;
	content: "";
	margin-right: 2px;
}

#container &gt; div.left .faqblock section span.que {
    display: inline-block;
    color: #02c2df;
    margin-left: 2px;
    text-decoration: none;
}

#container &gt; div.left .shortblock section {
    display: block;
    overflow: hidden;
    margin-bottom: 3px;
    height: 69px;
    background: #f0f0f0;
    cursor: pointer;
}

#container &gt; div.left .shortblock section img {
    width: 95px;
    height: 69px;
    float: right;
    margin-left: 15px;
}

#container &gt; div.left .shortblock section img:hover,#container &gt; div.left .shortblock section:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
}

#container &gt; div.left .shortblock section p {
    display: block;
    float: right;
    width: 536px;
    font-size: 14px;
    margin-top: 27px;
}

#container &gt; div.left .shortblock.articles section p {
    font-size: 12px;
    font-weight: bold;
}

#container &gt; div.left .shortblock section p a {
    color: #383838;
    text-decoration: none;
}

#container &gt; div.left .shortblock section p a:hover,#container &gt; div.left .shortblock section:hover p.text a {
    color: #02c2df;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#container &gt; div.left .shortblock section p a span {
    color: #02c2df;
    font-style: italic;
    display: inline-block;
    margin-left: 2px;
}

#container &gt; div.left .shortblock section p a i {
    display: block;
    float: left;
    margin-left: 20px;
    background: url('../img/sprite.png') -26px -159px;
    width: 22px;
    height: 12px;
    margin-top: 5px;
}

#container &gt; div.left .broadcasting {
    border-collapse: separate; 
    border-spacing: 0px 3px;
}

#container &gt; div.left .broadcasting thead th {
    background: #02c2df;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding-right: 5px;
    text-align: right;
    padding-top: 4px;
    padding-bottom: 4px;
}

#container &gt; div.left .broadcasting thead th.name {
    width: 204px;
}

#container &gt; div.left .broadcasting thead th.subject {
    width: 245px;
}

#container &gt; div.left .broadcasting thead th.day {
    width: 117px;
}

#container &gt; div.left .broadcasting thead th.hour {
    width: 69px;
}

#container &gt; div.left .broadcasting tbody tr {
    background: #f0f0f0;
    margin-bottom: 2px;
}

#container &gt; div.left .broadcasting tbody tr td {
    color: #383838;
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#container &gt; div.left .broadcasting.list tbody tr td {
	height: 48px;
	padding: 0;
	vertical-align: middle;
	padding-right: 20px;
}

#container &gt; div.left .womenblock a {
    float: right;
    display: block;
    margin-left: 24px;
}

#container &gt; div.left .womenblock a:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
}

#container &gt; div.left .womenblock a:last-child {
    margin-left: 0px;
}

#container &gt; div.left .womenblock a img {
    width: 85px;
    height: 63px;
    border: 2px solid #fff;
}

#container &gt; div.left .page {
    width: 625px;
    min-height: 157px;
    padding: 15px;
    color: #383838;
    font-size: 16px;
    font-family: arial;
    background: #f0f0f0;
}

#container &gt; div.left .page form[name="contact"] {
    display: block;
    width: 540px;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 40px;
}

#container &gt; div.left .page form[name="contact"] fieldset {
    display: block;
    margin-bottom: 15px;
}

#container &gt; div.left .page form[name="contact"] fieldset label {
    float: right;
    display: block;
    font-weight: bold;
    font-size: 14px;
    width: 180px;
}

#container &gt; div.left .page form[name="contact"] fieldset input,#container &gt; div.left .page form[name="contact"] fieldset textarea {
    width: 340px;
    height: 34px;
    line-height: 34px;
    padding-right: 10px;
    padding-left: 10px;
    background: rgba(191, 191, 191, 0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50bfbfbf,endColorstr=#50bfbfbf);
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    behavior: url('ie-css3.htc');
    position: relative; 
    outline: 0;
    overflow: hidden;
}

#container &gt; div.left .page form[name="contact"] fieldset input:focus,#container &gt; div.left .page form[name="contact"] fieldset textarea:focus {
    background: rgba(2, 194, 223, 0.5); 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5002c2df,endColorstr=#5002c2df);
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

#container &gt; div.left .page form[name="contact"] fieldset textarea {
    border: 0px;
    resize: none;
    height: 150px;
}

#container &gt; div.left .page .youtube {
    width: 560px;
    margin: 0 auto;
    overflow: hidden;
}

#container &gt; div.left .page .youtube p.con {
    display: block;
    width: 560px;
}

#container &gt; div.left .page .youtube .tags {
    padding-bottom: 10px;
}

#container &gt; div.left .page .youtube b {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
}

#container &gt; div.left .page .youtube .tags a {
    color: #444;
    text-decoration: none;
}

#container &gt; div.left .page .youtube .tags a:hover {
    color: #02c2df;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#container &gt; div.left .page .youtube h5 {
    font-size: 14px;
    color: #383838;
    font-weight: bold;
}

#container &gt; div.left .page .youtube form {
    display: block;
}

#container &gt; div.left .page .youtube hr {
    margin-top: 0px;
}

#container &gt; div.left .page .youtube .showComments .comment {
    border-bottom: 1px dashed #d0d0d0;
    padding-bottom: 5px;
    width: 400px;
    overflow: hidden;
}

#container &gt; div.left .page .youtube .showComments .comment p {
    display: block;
    line-height: normal;
    font-size: 12px;
    font-weight: normal;
}

#container &gt; div.left .page .youtube form textarea {
    width: 340px;
    height: 74px;
    border: 0px;
    resize: none;
    line-height: 34px;
    padding-right: 10px;
    padding-left: 10px;
    background: rgba(191, 191, 191, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50bfbfbf,endColorstr=#50bfbfbf);
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    behavior: url('ie-css3.htc');
    position: relative;
    outline: 0;
    display: block;
    overflow: hidden;
}

#container &gt; div.left .page .youtube form textarea:focus {
    background: rgba(2, 194, 223, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5002c2df,endColorstr=#5002c2df);
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

#container &gt; div.left .page .youtube form input[type="submit"] {
    padding-right: 10px;
    padding-left: 10px;
    height: 30px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    behavior: url('ie-css3.htc');
    position: relative;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: 0px;
    outline: 0;
    margin-top: 5px;
    display: block;
    cursor: pointer;
    line-height: 30px;
}

#container &gt; div.left .page .youtube form input[type="submit"]:hover {
    background: #02c2df;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

#container &gt; div.left #addfaq {
    display: none;
    margin-bottom: 12px;
}

#container &gt; div.left #sendfriend {
    display: none;
    margin-bottom: 12px;
}

#container &gt; div.left ul.submenu {
    margin-bottom: 12px;
    margin-top: 0px;
    display: block;
    overflow: hidden;
}

#container &gt; div.left ul.submenu li {
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    behavior: url('ie-css3.htc');
    position: relative; 
    background: #02c2df;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: 0px;
    outline: 0;
    float: right;
    cursor: pointer;
}

#container &gt; div.left ul.submenu li.secondleft {
    float: left;
}

#container &gt; div.left ul.submenu li:hover {
    background: rgba(191, 191, 191, 0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50bfbfbf,endColorstr=#50bfbfbf);
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

#container &gt; div.left ul.submenu li a {
    color: #fff;
    text-decoration: none;
    height: 30px;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
}

#container &gt; div.left .page form[name="contact"] button {
    width: 100px;
    height: 34px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    behavior: url('ie-css3.htc');
    position: relative; 
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: 0px;
    outline: 0;
    float: left;
    cursor: pointer;
}

#container &gt; div.left .page form[name="contact"] button:hover {
    background: #02c2df;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

#container &gt; div.left .page form[name="contact"] button:after {
    content: "שלח";
}

.openpop {
    display: none;
}

.openpop {
    display:none;
    background-color: #fff;
    width: 550px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    behavior: url('ie-css3.htc');
    position: relative; 
}

.openpop i {
    display: block;
    background: url('../img/cancel.png');
    position: absolute;
    left: 10px;
    top: 5px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.openpop h3 {
    display: block;
    float: right;
    color: #383838;
    font-size: 24px;
    font-family: 'Guttman Stam', arial;
    text-shadow: 1px 1px #fff; 
    margin-right: 45px;
}


.openpop form {
    display: block;
    width: 456px;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 40px;
}

.openpop form fieldset {
    display: block;
    margin-bottom: 15px;
}

.openpop form fieldset label {
    float: right;
    display: block;
    font-weight: bold;
    font-size: 14px;
    width: 180px;
}

.openpop form fieldset input,.openpop form fieldset textarea {
    width: 240px;
    height: 34px;
    line-height: 34px;
    padding-right: 10px;
    padding-left: 10px;
    background: rgba(191, 191, 191, 0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50bfbfbf,endColorstr=#50bfbfbf);
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    behavior: url('ie-css3.htc');
    position: relative; 
    outline: 0;
    overflow: hidden;
}

.openpop form fieldset input:focus,.openpop form fieldset textarea:focus {
    background: rgba(2, 194, 223, 0.5); 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5002c2df,endColorstr=#5002c2df);
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.openpop form fieldset textarea {
    border: 0px;
    resize: none;
    height: 150px;
}

.openpop form button {
    width: 100px;
    height: 34px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    behavior: url('ie-css3.htc');
    position: relative; 
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: 0px;
    outline: 0;
    float: left;
    cursor: pointer;
    margin-left: 16px;
}

.openpop form button:hover {
    background: #02c2df;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.openpop form button:after {
    content: "שלח";
}

#preview{
    position:absolute;
    border:1px solid #040404;
    background:#fff;
    padding:5px;
    display:none;
    color:#040404;
}

footer {
    display: block;
    width: 100%;
    background: #000;
    border-top: 13px solid #02c2df;
    min-height: 382px;
    position: absolute;
    bottom: 0;
}

footer .wrap {
    width: 897px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 65px;
}

footer .wrap .blocks {
    margin-right: 160px;
    margin-bottom: 97px;
    overflow: hidden;
}

footer .wrap .blocks .block {
    float: right;
    width: 115px;
    margin-left: 33px;
}

footer .wrap .blocks .block ul li {
    font-size: 12px;
    border-bottom: 1px dotted #616161;
    color: #616161;
}

footer .wrap .blocks .block ul li.active {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #fff;
}

footer .wrap .blocks .block ul li a {
    color: #616161;
    width: 100%;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
}

footer .wrap .blocks .block ul li a:hover {
    color: #fff;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.webid {
    background: url('../img/webid.png') no-repeat;
    float: right;
    height: 35px;
    line-height: 48px;
    width: 126px;
    background-position: right;
    padding-right: 57px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-family: arial;
    margin-top: -32px;
    margin-right: 15px;
}

footer .wrap .cp {
    float: left;
    color: #fff;
    font-size: 12px;
    margin-top: -18px;
}

#container &gt; div.left .searchArea {
    margin-bottom: 10px;
    overflow: hidden;
}

#container &gt; div.left .searchArea .block {
    float: right;
    width: 300px;
    border: 1px solid #02c2df;
    margin-left: 10px;
    background: #f0f0f0;
    padding: 10px;
    padding-bottom: 20px;
}

#container &gt; div.left .searchArea .block:nth-child(even) {
    margin-left: 0px;
}

#container &gt; div.left .searchArea .block h4 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #383838;
    margin-bottom: 15px;
}

#container &gt; div.left .searchArea .block input[type="text"] {
    width: 214px;
    height: 34px;
    line-height: 34px;
    padding-right: 10px;
    padding-left: 10px;
    background: rgba(191, 191, 191, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50bfbfbf,endColorstr=#50bfbfbf);
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    behavior: url('ie-css3.htc');
    position: relative;
    outline: 0;
    overflow: hidden;
    float: right;
    margin-left: 10px;
    border: 1px solid #000000;
}

#container &gt; div.left .searchArea .block input[type="submit"] {
    padding-right: 10px;
    padding-left: 10px;
    height: 34px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    behavior: url('ie-css3.htc');
    position: relative;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: 0px;
    outline: 0;
    float: left;
    cursor: pointer;
}

#container &gt; div.left .searchArea .block input[type="submit"]:hover {
    background: #02c2df;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

#container &gt; div.left .searchArea .block input:focus {
    background: rgba(2, 194, 223, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5002c2df,endColorstr=#5002c2df);
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

#container &gt; div.left .selectsArea {
    padding-bottom: 47px;
    position: relative;
}

#container &gt; div.left .selectsArea .sbHolder {
    float: right;
    width: 322px;
    margin-left: 10px;
    position: absolute;
    right: 0px;
}

#container &gt; div.left .selectsArea#timesArea .sbHolder {
    position: relative;
}

#container &gt; div.left .selectsArea .sbSelector {
    width: 267px;
}

#container &gt; div.left .selectsArea .sbOptions {
    width: 322px;
    right: 0;
}

#PPages {
float:right;
margin-right:20px;
margin-top:10px;
}

#PPages span {
font-size:14px;
margin-top:8px;
}

.aPages {
    background-color: #EBEBEB;
    border: 2px solid #C1C1C1;
    border-radius: 5px 5px 5px 5px;
    color: #424242;
    display: block;
    font-size: 13px;
    padding: 6px 10px;
	float:right;
	margin-right: 9px;
	text-decoration:none;
	width: 17px;
	margin-top: 3px;
}

.aPages:hover {
background-color:#E5E3E3;
}

.aCurrent {
    background-color: #02c2df;
    border-color: #02c2df;
    color: #000000;
    font-weight: bold;
}

.loadstate, .loadstate body {
    overflow: hidden;
}

.loadstate body &gt; * {
    visibility: hidden;
}

.loadstate #qLoverlay {
    visibility: visible;
}

.loadstate #qLbar {
    visibility: visible;
}

#qLoverlay {
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 666999;
    top: 0;
    left: 0;
    background: #dbdbdb;
}

#qLbar {
    visibility: hidden;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -80px;
    margin-left: -40px;
    background: url('/img/loader.gif') no-repeat;
    z-index: 667999;
}

.baiot {
    background: url('/img/baiot.png');
    width: 90px;
    height: 90px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    cursor: pointer;
}

table.events {
    margin-top: 15px;
    margin-bottom: 15px;
}

table.events tr {
    border-bottom: 2px solid #424242;
}

table.events tr td.name {
    width: 93px;
    color: #fff;
    padding-right: 10px;
    height: 33px;
    line-height: 33px;
    background: rgb(94,94,94);
    background: -moz-linear-gradient(top, rgba(94,94,94,1) 0%, rgba(68,68,68,1) 66%, rgba(66,66,66,1) 73%, rgba(66,66,66,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,94,94,1)), color-stop(66%,rgba(68,68,68,1)), color-stop(73%,rgba(66,66,66,1)), color-stop(100%,rgba(66,66,66,1)));
    background: -webkit-linear-gradient(top, rgba(94,94,94,1) 0%,rgba(68,68,68,1) 66%,rgba(66,66,66,1) 73%,rgba(66,66,66,1) 100%);
    background: -o-linear-gradient(top, rgba(94,94,94,1) 0%,rgba(68,68,68,1) 66%,rgba(66,66,66,1) 73%,rgba(66,66,66,1) 100%);
    background: -ms-linear-gradient(top, rgba(94,94,94,1) 0%,rgba(68,68,68,1) 66%,rgba(66,66,66,1) 73%,rgba(66,66,66,1) 100%);
    background: linear-gradient(to bottom, rgba(94,94,94,1) 0%,rgba(68,68,68,1) 66%,rgba(66,66,66,1) 73%,rgba(66,66,66,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#424242',GradientType=0 );
    margin-left: 10px;
}

table.events tr td.value {
    width: 500px;
    background: #d7d7d7;
    padding-right: 12px;
}

.eventHead {
    cursor: pointer;
}

.eventHead:hover div {
    color: #02c2df;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.eventHead div {
    float: right;
    margin-left: 1%;
}

.eventHead div.name {
    width: 40%;
}

.eventHead div.cat {
    width: 31%;
}

.eventHead div.place {
    width: 25%;
}

#container &gt; div.left .page form[name="contact"] fieldset .sbHolder {
    background: rgba(191, 191, 191, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50bfbfbf,endColorstr=#50bfbfbf);
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    behavior: url('ie-css3.htc');
    position: relative; 
}

#container &gt; div.left .page form[name="contact"] fieldset .sbSelector {
    color: #000;
}

#container &gt; div.left .page form[name="contact"] fieldset .sbHolder,
#container &gt; div.left .page form[name="contact"] fieldset .sbOptions {
    width: 358px;
    right: 0;
}

#container &gt; div.left .page form[name="contact"] fieldset .sbOptions {
    top: 28px !important;
}

#container &gt; div.left .page form[name="contact"] fieldset.twoselects .sbHolder {
    width: 175px;
    float: right;
    margin-left: 10px;
}

#container &gt; div.left .page form[name="contact"] fieldset.twoselects .sbOptions {
    width: 175px;
    right: 0;
    top: 28px !important;
}

.ratingArea {
	float: right;
	margin-right: 15px;
}
.ratingArea span.text {
	float: right;
	margin-left: 5px;
}

.star-rating {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100px;
    height: 16px;
    position: relative;
    background: url('/img/star_rating.png') top left repeat-x;
    display: block;
	float: right;
}

.star-rating li {
    padding: 0px;
    margin: 0px;
    float: right;
}

.star-rating a.one-star {
    right: 0px;
}

.star-rating li a {
    display: block;
    width: 20px;
    height: 16px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0px;
	cursor: pointer;
}

.star-rating a.one-star {
    right: 0px;
}
.star-rating a.one-star:hover {
    width: 20px;
}
.star-rating a.two-stars {
	right: 20px;
}
.star-rating a.two-stars:hover {
	width: 40px;
}
.star-rating a.three-stars {
	right: 40px;
}
.star-rating a.three-stars:hover {
	width: 60px;
}
.star-rating a.four-stars {
	right: 60px;
}
.star-rating a.four-stars:hover {
	width: 80px;
}
.star-rating a.five-stars {
	right: 80px;
}
.star-rating a.five-stars:hover {
	width: 100px;
}

.star-rating li a:hover {
    background: url('/img/star_rating.png') 0px -22px;
    z-index: 1;
    right: 0px;
}

a.down {
	width: 48px;
	height: 48px;
	background: url('/img/down.png');
	margin: 0 auto;
	display: block;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	margin-left: 11px;
}

a.listen {
	width: 48px;
	height: 48px;
	background: url('/img/listen.png');
	margin: 0 auto;
	display: block;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	margin-left: 11px;
}

a.watch {
	width: 48px;
	height: 48px;
	background: url('/img/watch.png');
	margin: 0 auto;
	display: block;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	margin-left: 11px;
}

a.down:hover, a.listen:hover, a.watch:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.adgasha{

background-color: #FFFF00;
font-weight: bold;


}





.button4send {
    width: 100px;
    height: 34px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    behavior: url('ie-css3.htc');
    position: relative; 
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: 0px;
    outline: 0;
    float: left;
    cursor: pointer;
    margin-left: 16px;
}

.button4send :hover {
    background: #02c2df;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

#opensemia, #openzfia {
	cursor: pointer;
}



.disable{
display:none;

}




.redbox {
    margin: 2%;
    border: 1px dotted red;
    padding: 2%;
    width: 93%;
}

.complex.kabala section .con input {
    width: 48%;
    height: 34px;
    line-height: 34px;
    padding-right: 1%;
    padding-left: 1%;
    background: rgba(191, 191, 191, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50bfbfbf,endColorstr=#50bfbfbf);
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    behavior: url('ie-css3.htc');
    position: relative;
    outline: 0;
    overflow: hidden;
    font-family: arial;
}

.complex.kabala section .con select {
    height: 34px;
    width: 49%;
    padding-right: 1%;
    padding-left: 1%;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    direction: rtl;
    background: rgba(191, 191, 191, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50bfbfbf,endColorstr=#50bfbfbf);
}

.complex.kabala section .con input:focus {
    background: rgba(2, 194, 223, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5002c2df,endColorstr=#5002c2df);
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.complex.kabala section .con button:hover {
    background: #02c2df;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.complex.kabala section .con button {
    width: 100px;
    height: 34px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    behavior: url('ie-css3.htc');
    position: relative;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: 0px;
    outline: 0;
    float: left;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 0.5%;
}

section h5 {
    display: block;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #02c2df;
}




.sendus span.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}





#outputles {
    color: #D8000C;
    background-color: #FFBABA;
    font-size: 20px;
}


#logstat { 

color: red;

}



.zfiabutton {
width: 100px;
height: 19px;
-webkit-border-radius: 13px;
-moz-border-radius: 13px;
border-radius: 13px;
behavior: url('ie-css3.htc');
position: relative;
background: #000;
text-align: center;
color: white;
font-size: 14px;
border: 0px;
outline: 0;
float: left;
cursor: pointer;
margin-left: 11px;
}

.news2span
{
width: 100% !important;

}</pre></body></html>