﻿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;
	   text-decoration: none;
}
/* 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: url('../img/bg.png');
}
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: 'carmelitbold';
    src: url('fonts/carmelitbold.eot');
    src: url('fonts/carmelitbold.eot?#iefix') format('embedded-opentype'),
        url('fonts/carmelitbold.woff') format('woff'),
        url('fonts/carmelitbold.ttf') format('truetype'),
        url('fonts/carmelitbold.svg#carmelit_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'carmelitregular';
    src: url('fonts/carmelitregular.eot');
    src: url('fonts/carmelitregular.eot?#iefix') format('embedded-opentype'),
        url('fonts/carmelitregular.woff') format('woff'),
        url('fonts/carmelitregular.ttf') format('truetype'),
        url('fonts/carmelitregular.svg#carmelit_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#wrapper {
    min-height:100%;
    position:relative;
}

header {
    display: block;
    height: 44px;
    width: 100%;
    background: url('../img/header-bg.png');
}

header .wrap {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

header .wrap ul#navigator {
    float: left;
    margin-left: 5px;
}

#NavMe {
    display: none;
} 

header .wrap ul#navigator li {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    text-shadow:1px 1px rgba(0,0,0, 0.23);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#23000000,direction=45);
}

header .wrap ul#navigator li a {
    padding-left: 21px;
    display: block;
    height: 44px;
    line-height: 44px;
    color: #e1e1e1;
    text-decoration: none;
    float: right;
}

header .wrap ul#navigator li:hover a {
    color: #fff;
}

header .wrap ul#navigator li a:before {
    display: block;
    float: right;
    margin-left: 3px;
    content: "";
    opacity: 0.7;
    filter: alpha(opacity = 70);
}

header .wrap ul#navigator li a:hover:before {
    opacity: 1;
    filter: alpha(opacity = 100);
}

header .wrap ul#navigator li a.n-1:before {
    background: url('../img/sprite.png') -169px -12px;
    width: 22px;
    height: 29px;
    margin-top: 7px;
}
header .wrap ul#navigator li a.n-2:before {
    background: url('../img/sprite.png') -141px -14px;
    width: 20px;
    height: 22px;
    margin-top: 12px;
}
header .wrap ul#navigator li a.n-3:before {
    background: url('../img/sprite.png') -109px -14px;
    width: 26px;
    height: 24px;
    margin-top: 10px;
}
header .wrap ul#navigator li a.n-4:before {
    background: url('../img/sprite.png') -75px -12px;
    width: 31px;
    height: 29px;
    margin-top: 7px;
}
header .wrap ul#navigator li a.n-5:before {
    background: url('../img/sprite.png') -41px -14px;
    width: 28px;
    height: 24px;
    margin-top: 10px;
}
header .wrap ul#navigator li a.n-6:before {
    background: url('../img/sprite.png') -7px -14px;
    width: 30px;
    height: 20px;
    margin-top: 13px;
}

header .wrap ul#navigator li a.facebook:before {
    background: url('../img/sprite.png') -703px -542px;
    width: 30px;
    height: 30px;
    margin-top: 7px;
}
header .wrap ul#navigator li a.facebook {
    padding-left: 5px;
}
header .wrap ul#navigator li a.twiter:before {
    background: url('../img/sprite.png') -745px -542px;
    width: 30px;
    height: 30px;
    margin-top: 7px;
}

header .wrap a.logo {
    background: url('../img/sprite.png') -6px -50px;
    width: 233px;
    height: 161px;
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
}

header .wrap a.logo img {
    position: absolute;
    top: 97px;
    right: 70px;
    width: 41px;
    height: 53px;
    display: block;
    z-index: 5;
}

.searchArea {
    width: 960px;
    margin: 0 auto;
    margin-top: 35px;
}

.searchArea  .adsBlocks {
    width: 431px;
    margin-right: 246px;

    overflow: hidden;
    margin-bottom: 43px;
}

.searchArea  .adsBlocks a.section {
    background: #ffd500;
    display: block;
    width: 200px;
    float: right;
    border-left: 1px solid #fff400;
    border-right: 1px solid #ffb600;
    height: 98px;
    padding-right: 2px;
    text-decoration: none;
    padding-top: 5px;
    behavior: url('ie-css3.htc');
    position: relative;
    cursor: pointer;
}

.searchArea .adsBlocks a.section.first {
    border-right: 0px;
    width: 189px;
    -webkit-border-radius: 0px 13px 13px 0px;
    -moz-border-radius: 0px 13px 13px 0px;
    border-radius: 0px 13px 13px 0px;
}

.searchArea  .adsBlocks a.section.second {
    border-left: 0px;
    padding-right: 3px;
    width: 226px;
    -webkit-border-radius: 13px 0px 0px 13px;
    -moz-border-radius: 13px 0px 0px 13px;
    border-radius: 13px 0px 0px 13px;
    padding-left: 4px;
	    text-align: center;
}

.searchArea  .adsBlocks a.section:hover {
    background: #d2d2ce;
}

.searchArea  .adsBlocks a.section i {
    display: block;
    background: url('../img/sprite.png') -15px -222px;
    width: 38px;
    height: 37px;
    float: right;
    margin-left: 7px;
    margin-top: 8px;
}

.searchArea .adsBlocks a.section h3 {
    font-size: 20px;
    color: #000;
    font-family: 'carmelitregular', arial;
}

.searchArea .adsBlocks a.section h4 {
    font-size: 17px;
    color: #000;
    font-family: 'carmelitregular', arial;
}

.searchArea .box {
    background: #ffd500;
    width: 954px;
    height: 273px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    behavior: url('ie-css3.htc');
    position: relative;
}

.searchArea .box .ish {
    position: absolute;
    top: -93px;
    left: 21px;
    background: url('../img/sprite.png') -63px -225px;
    width: 320px;
    height: 125px;
    z-index: 3;
}

.searchArea .box .shape1 {
    background: url('../img/sprite.png') -25px -521px;
    width: 588px;
    height: 154px;
    position: absolute;
    right: -82px;
    top: -20px;
}

.searchArea .box .shape2 {
    background: url('../img/sprite.png') -7px -701px;
    width: 588px;
    height: 154px;
    position: absolute;
    left: -30px;
    bottom: -22px;
}

.searchArea .box .shape3 {
    background: url('../img/sprite.png') -586px -4px;
    width: 389px;
    height: 154px;
    position: absolute;
    top: 0px;
    left: -25px;
    z-index: 2;
}

.searchArea .box .shape4 {
    background: url('../img/sprite.png') -582px -126px;
    width: 355px;
    height: 103px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.searchArea .box .shape5 {
    background: url('../img/sprite.png') 0px -407px;
    width: 951px;
    height: 103px;
    position: absolute;
    bottom: -36px;
    right: 0px;
    z-index: -1;
}

.searchArea .box form#searchBox {
    display: block;
    margin-top: 99px;
    margin-right: 35px;
    display:inline-block;
    position: relative;
    z-index: 9;
}

.searchArea .box form#searchBox input[type="text"] {
    height: 56px;
    line-height: 56px;
    background: rgb(252,251,248); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(252,251,248,1) 0%, rgba(252,251,247,1) 36%, rgba(239,238,234,1) 60%, rgba(208,207,203,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,251,248,1)), color-stop(36%,rgba(252,251,247,1)), color-stop(60%,rgba(239,238,234,1)), color-stop(100%,rgba(208,207,203,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(252,251,248,1) 0%,rgba(252,251,247,1) 36%,rgba(239,238,234,1) 60%,rgba(208,207,203,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(252,251,248,1) 0%,rgba(252,251,247,1) 36%,rgba(239,238,234,1) 60%,rgba(208,207,203,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(252,251,248,1) 0%,rgba(252,251,247,1) 36%,rgba(239,238,234,1) 60%,rgba(208,207,203,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(252,251,248,1) 0%,rgba(252,251,247,1) 36%,rgba(239,238,234,1) 60%,rgba(208,207,203,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfbf8', endColorstr='#d0cfcb',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #444242;
    font-size: 24px;
    font-family: 'carmelitregular', arial;
    padding-right: 10px;
    padding-left: 10px;
    width: 455px;
    float: right;
    margin-left: 10px;
    behavior: url('ie-css3.htc');
    position: relative;
    outline: 0;
}

.searchArea .box form#searchBox button {
    background: url('../img/sprite.png') -247px -75px;
    width: 160px;
    height: 111px;
    display: block;
    border: 0px;
    outline: 0;
    margin-right: 20px;
    margin-top: 10px;
    float: right;
    cursor: pointer;
    font-size: 24px;
    color: #000;
    font-family: 'carmelitbold', arial;
    text-align: center;
    line-height: 50px;
}

.searchArea .box form#searchBox button:before {
    display: block;
    background: url('../img/sprite.png') -203px -8px;
    width: 40px;
    height: 38px;
    content: "";
    margin-right: 15px;
    float: right;
    margin-top: 8px;
}

.searchArea .box form#searchBox button:after {
    content: "חפש";
    display: block;
    width: 111px;
}

.searchArea .box form#searchBox button:hover {
    opacity: 0.8;
    filter: alpha(opacity = 80);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    color: #fff;
}

.searchArea .box a.addbus {
    position: absolute;
    display: block;
    bottom: 5px;
    right: 35px;
    color: #000;
    font-size: 20px;
    font-family: 'carmelitregular', arial;
    text-decoration: none;
}

.searchArea .box a.addbus span {
    color: #4b4b4b;
    font-family: 'carmelitbold', arial;
}

.searchArea .box a.addbus:hover {
    color: #4b4b4b;
}

.sbHolder{
    background: rgb(252,251,248); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(252,251,248,1) 0%, rgba(252,251,247,1) 36%, rgba(239,238,234,1) 60%, rgba(208,207,203,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,251,248,1)), color-stop(36%,rgba(252,251,247,1)), color-stop(60%,rgba(239,238,234,1)), color-stop(100%,rgba(208,207,203,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(252,251,248,1) 0%,rgba(252,251,247,1) 36%,rgba(239,238,234,1) 60%,rgba(208,207,203,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(252,251,248,1) 0%,rgba(252,251,247,1) 36%,rgba(239,238,234,1) 60%,rgba(208,207,203,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(252,251,248,1) 0%,rgba(252,251,247,1) 36%,rgba(239,238,234,1) 60%,rgba(208,207,203,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(252,251,248,1) 0%,rgba(252,251,247,1) 36%,rgba(239,238,234,1) 60%,rgba(208,207,203,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfbf8', endColorstr='#d0cfcb',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    width: 239px;
    height: 56px;
    line-height: 56px;
    behavior: url('ie-css3.htc');
    position: relative;
    float: right;
    outline: none;
}

.sbSelector{
    display: block;
    height: 56px;
    right: 0;
    line-height: 56px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 14px;
    top: 0;
    width: 238px;
    color: #444242;
    font-size: 24px;
    font-family: 'carmelitregular', arial;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #444242;
    outline: none;
    text-decoration: none;
}

.sbToggle{
    background: url('../img/select-icons.png') -6px -128px no-repeat;
    display: block;
    height: 9px;
    outline: none;
    position: absolute;
    left: 10px;
    top: 21px;
    width: 21px;
    transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
}

.sbToggleOpen{
    background: url('../img/select-icons.png')-6px -27px no-repeat;
}

.sbHolderDisabled{
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

.sbOptions{
    background-color: #d2d2ce;
    border-top: solid 1px #dfdfdc;
    list-style: none;
    left: 0px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 51px !important;
    width: 230px;
    z-index: 1;
    overflow-y: auto;
    right: -1px;
    -webkit-border-radius: 7px 0px 7px 7px;
    -moz-border-radius: 7px 0px 7px 7px;
    border-radius: 7px 0px 7px 7px;
    behavior: url('ie-css3.htc');
}

.sbOptions li{
    padding: 0 4px;
    height: 36px;
    line-height: 36px;
    border-bottom: dotted 1px #dfdfdc;
}

.sbOptions li:hover {
    background: #aeaeac;
}

.sbOptions a{
    display: block;
    outline: none;
}
.sbOptions a:link, .sbOptions a:visited{
    color: #000;
    text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    color: #000;
}
.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 {
    width: 960px;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}

.container .shipuznik {
    position: absolute;
    z-index: 2;
    background: url('../img/sprite.png') -420px -5px;
    width: 154px;
    height: 387px;
    right: -65px;
    top: -82px;
}

.container .right {
    display: inline-block;
    float: right;
    width: 670px;
    margin-left: 15px;
    padding-bottom: 10px;
}

.container .left {
    float: right;
    display: inline-block;
    width: 240px;
}

.container .left .mehiron {
    margin-bottom: 15px;
}

.container .left .mehiron h3 {
    color: #0085ff;
    font-family: 'carmelitregular', arial;
    font-size: 24px;
    display: block;
}

.container .left .mehiron h3 span {
    color: #00427f;
}

.container .left .mehiron .con {
    color: #838383;
    font-size: 12px;
    margin-bottom: 8px;
}

.container .left .mehiron ul {
    width: 250px;
}

.container .left .mehiron ul li {
    overflow: hidden;
    height: 30px;
}

.container .left .mehiron ul li a {
    float: right;
    font-size: 12px;
    color: #00427f;
    text-decoration: none;
    width: 100%;
    height: 30px;
    line-height: 27px;
    padding-left: 10px;
    z-index: 2;
}

.container .left .mehiron ul li a div {
    overflow: hidden;
    white-space: nowrap;
    float: right;
}

.container .left .mehiron ul li a span:after {
    content: "..................................................................................";
    color: #838383
}

.container .left .mehiron ul li a:hover {
    color: #0085ff;
}

.container .left .mehiron ul li a i {
    display: block;
    background: url('../img/sprite.png') -19px -274px;
    width: 29px;
    height: 27px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-left: 5px;
    margin-top: 1px;
    position: absolute;
    left: 8px;
}

.container .left .block {
    margin-bottom: 20px;
    width: 241px;
    min-height: 80px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    behavior: url('ie-css3.htc');
    position: relative;
    background: #fff;
    padding: 10px;
}

.container .left .block h3 {
    display: block;
    color: #000;
    font-size: 20px;
    font-family: 'carmelitregular', arial;
    border-bottom: 1px solid #e1e1e1;
}

.container .left .block h3.n-7:after {
    display: block;
    background: url('../img/sprite.png') -255px -9px;
    width: 26px;
    height: 23px;
    float: left;
    content: "";
}

.container .left .block h3.n-8:after {
    display: block;
    background: url('../img/sprite.png') -289px -9px;
    width: 30px;
    height: 25px;
    float: left;
    content: "";
}

.container .left .block .con {
    font-size: 12px;
    color: #00427f;
    padding-bottom: 10px;
}

.container .left .block .con ul li  {
    color: #00427f;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    width: 100%;
    text-decoration: none;
}

.container .left .block .con ul li a:hover {
    color: #0085ff;
    text-decoration: underline;
}

.container .left section.solid {
    display: block;
    background: #ffd500;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url('ie-css3.htc');
    position: relative;
    height: 79px;
    margin-bottom: 20px;
    width: 262px;
}

.container .left section.solid:hover {
    background: #d2d2ce;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.container .left section.solid:before {
    display: block;
    background: url('../img/sprite.png') -628px -271px;
    width: 114px;
    height: 37px;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
}

.container .left section.solid a {
    display: block;
    font-size: 24px;
    font-family: 'carmelitregular', arial;
    height: 79px;
    line-height: 79px;
    width: 262px;
    text-decoration: none;
    color: #000;
}

.container .left section.solid a:before {
    content: "";
    background: url('../img/sprite.png') -330px -6px;
    width: 49px;
    height: 47px;
    float: right;
    display: block;
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 18px;
}

.container .page {
    width: 627px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    behavior: url('ie-css3.htc');
    position: relative;
    z-index: 3;
    min-height: 330px;
    background: rgba(255, 255, 255, 0.85);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#85ffffff,endColorstr=#85ffffff);
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 15px;
overflow: hidden;
}

.bussines-cont {
	width: 627px;
border: 1px solid #e1e1e1;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    behavior: url('ie-css3.htc');
    position: relative;
    z-index: 3;
    min-height: 150px;
    background: rgba(255, 255, 255, 0.85);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#85ffffff,endColorstr=#85ffffff);
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 15px;
overflow: hidden;
}
.bussines-cont .title { color:#00427f; font-weight:bold;font-size: 18px;}
.bussines-cont b { color: red;
font-weight: bold;
font-size: 14px;
margin-top: 11px;
display: block;}
.bussines-cont p {color:#000; font-size: 14px; display:block; padding-top: 6px;}
.bussines-cont a { float:left;color: #00427f;text-decoration: none;}
.bussines-cont a:hover { float:left;color: #000; text-decoration: underline;}


.container .page > h1 {
    display: block;
    font-size: 36px;
    font-family: 'carmelitregular', arial;
    color: #000;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
}

.container .page p.pagetext {
    font-size: 20px;
   
}

.container .page p.pagetext a {
    color: #00427f;
}

.container .page p.pagetext a:hover {
    color: #0085ff;
    text-decoration: underlien;
}

.flip {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
}

.container .page ul.cats {
    margin-right: 20px;
}

.container .page ul.cats li:before {
    content:'\2022';
    color: #ffd500;
    display: inline-block;
    position: relative;
    float: right;
    font-size: 20px;
    margin-left: 5px;
}

.container .page ul.cats li {
    float: right;
    width: 170px;
    margin-left: 48px;
    margin-bottom: 60px;
}

.container .page ul.cats li h2 {
    font-size: 18px;
    color: #000;
    display: block;
    border-bottom: 1px solid #e1e1e1;
}


.container .page ul.catsall li h2 {
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #e1e1e1;
}


.container .page ul.catsall {
    margin-right: 20px;
}

.container .page ul.catsall li:before {
    content:'\2022';
    color: #ffd500;
    display: inline-block;
    position: relative;
    float: right;
    font-size: 20px;
    margin-left: 5px;
}

.container .page ul.catsall li {
    float: right;
    width: 200px;
    margin-left: 48px;
    margin-bottom: 60px;
}



.container .page ul.catsall li h2 a {
    color: #000;
    text-decoration: none;
}

.container .page ul.catsall li h2 a:hover {
    color: #00427f;
}

.container .page ul.catsall li .links {
    width: 129px;
}

.container .page ul.catsall li .links a {
    color: #00427f;
    text-decoration: none;
    font-size: 12px;
}

.container .page ul.catsall li .links a:hover {
    color: #0085ff;
    text-decoration: underline;
}

.container .page ul.catsall li p.desc {
    display: block;
    font-size: 12px;
    color: #00427f;
    width: 162px;
}





.h24me{



}

  
	


.container .page ul.cats li h2 a {
    color: #000;
    text-decoration: none;
}

.container .page ul.cats li h2 a:hover {
    color: #00427f;
}

.container .page ul.cats li .links {
    width: 129px;
}

.container .page ul.cats li .links a {
    color: #00427f;
    text-decoration: none;
    font-size: 12px;
}

.container .page ul.cats li .links a:hover {
    color: #0085ff;
    text-decoration: underline;
}

.container .page ul.cats li p.desc {
    display: block;
    font-size: 12px;
    color: #00427f;
    width: 162px;
}

.container .area {
    margin-bottom: 10px;
    overflow: hidden;
}

.container .area .title h3 {
    color: #0085ff;
    font-size: 30px;
    font-family: 'carmelitregular', arial;
    display: block;
    float: right;
    overflow: hidden;
    white-space: nowrap;
    width: 600px;
}

.container .area.mainpage .title h3,.container .area.mainpage .title.tips h3 {
    width: 660px;
}

.container .area .title.tips h3 {
    width: 610px;
}

.container .area .title h3 span {
    color: #00427f;
    display: inline-block;
}

.container .area .title h3:after {
    content: "............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................";
    color: #838383;
    font-size: 12px;
}

.container .area .title a {
    text-decoration: none;
    color: #00427f;
    font-weight: bold;
    font-size: 12px;
    float: right;
    overflow: hidden;
    margin-top: 15px;
}

.container .area .title a:hover {
    color: #0085ff;
}

.container .area section.article {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #e1e1e1;
    width: 660px;
    overflow: hidden;
    margin-bottom: 10px;
}

.container .area section.article img {
    float: right;
    width: 110px;
    height: 110px;
    border: 1px solid #e1e1e1;
    margin-left: 10px;
}

.container .area section.article p {
    float: right;
    color: #838383;
    font-size: 14px;
    width: 485px;
    min-height: 107px;
    margin-bottom: 5px;
}

.container .area section.article p span.phonearea {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

.container .area section.article a.more {
    text-decoration: none;
    color: #00427f;
    font-weight: bold;
    font-size: 12px;
    float: left;
}

.container .area section.article a.more:hover {
    color: #0085ff;
}



.container .area section.article a.more2 {
    text-decoration: none;
    color: #00427f;
    font-weight: bold;
    font-size: 12px;

}

.container .area section.article a.more2:hover {
    color: #0085ff;
}



.container .area section.tip {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #e1e1e1;
    width: 660px;
    overflow: hidden;
    margin-bottom: 10px;
}

.container .area section.tip p {
    float: right;

    font-size: 12px;
    width: 585px;
    min-height: 61px;
    margin-bottom: 5px;
}

.container .area section.tip a.more {
    background: url('../img/sprite.png') -395px -10px;
    display: block;
    width: 28px;
    height: 19px;
    float: left;
    margin-top: 23px;
    margin-left: 10px;
}

footer {
    display: block;
    width: 100%;
    background: #3b3b3b;
    border-top: 13px solid #ffd500;
    min-height: 382px;
}

footer .wrap {
    width: 960px;
    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;
}

/**טופס**/

.page form[name="form1"] {
    display: block;
    width: 540px;
    margin-top: 20px;
    padding-bottom: 40px;
}

.page form[name="form1"] fieldset {
    display: block;
    margin-bottom: 15px;
}

.page form[name="form1"] fieldset label {
    float: right;
    display: block;
    font-weight: bold;
    font-size: 14px;
    width: 180px;
    height: 46px;
    line-height: 46px;
}

.page form[name="form1"] fieldset input,.page form[name="form1"] fieldset textarea {
    height: 46px;
    line-height: 46px;
    background: rgb(252,251,248);
    background: -moz-linear-gradient(top, rgba(252,251,248,1) 0%, rgba(252,251,247,1) 36%, rgba(239,238,234,1) 60%, rgba(208,207,203,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,251,248,1)), color-stop(36%,rgba(252,251,247,1)), color-stop(60%,rgba(239,238,234,1)), color-stop(100%,rgba(208,207,203,1)));
    background: -webkit-linear-gradient(top, rgba(252,251,248,1) 0%,rgba(252,251,247,1) 36%,rgba(239,238,234,1) 60%,rgba(208,207,203,1) 100%);
    background: -o-linear-gradient(top, rgba(252,251,248,1) 0%,rgba(252,251,247,1) 36%,rgba(239,238,234,1) 60%,rgba(208,207,203,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,251,248,1) 0%,rgba(252,251,247,1) 36%,rgba(239,238,234,1) 60%,rgba(208,207,203,1) 100%);
    background: linear-gradient(to bottom, rgba(252,251,248,1) 0%,rgba(252,251,247,1) 36%,rgba(239,238,234,1) 60%,rgba(208,207,203,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfbf8', endColorstr='#d0cfcb',GradientType=0 );
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #444242;
    font-size: 14px;
    font-family: arial;
    padding-right: 10px;
    padding-left: 10px;
    width: 325px;
    float: right;
    margin-left: 10px;
    behavior: url('ie-css3.htc');
    position: relative;
    outline: 0;
    overflow: hidden;
}

.page form[name="form1"] fieldset input:focus,.page form[name="form1"] fieldset textarea:focus {
    background: rgba(235, 197, 1, 0.5); 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50ebc501,endColorstr=#50ebc501);
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.page form[name="form1"] fieldset textarea {
    border: 0px;
    resize: none;
    height: 150px;
    line-height: normal;
}

.page form[name="form1"] fieldset .sbHolder {
    width: 350px;
}

.page form[name="form1"] fieldset .sbSelector {
    width: 310px;
}

.page form[name="form1"] fieldset .sbOptions {
    width: 350px;
    right: 0px;
    -webkit-border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    border-radius: 0px 0px 7px 7px;
    position: relative;
    behavior: url('ie-css3.htc');
}

.page form[name="form1"] button {
    width: 100px;
    height: 34px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    behavior: url('ie-css3.htc');
    position: relative; 
    background: #202020;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: 0px;
    outline: 0;
    float: left;
    cursor: pointer;
    margin-left: 11px;
}

.page form[name="form1"] button:hover {
    background: #ebc501;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.page form[name="form1"] button:after {
    content: "שלח";
}

/**טופס**/

/**שאלות ותשובות**/

div.right .faqblock section {
    display: block;
    overflow: hidden;
    min-height: 35px;
    background: #f0f0f0;
    width: 98%;
    font-size: 14px;
    font-weight: bold;
    color: #383838;
    margin-bottom: 7px;
    line-height: 35px;
    padding-right: 7px;
    padding-left: 7px;
}

div.right .faqblock section:hover p.text {
    color: #0085ff;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    cursor: pointer;
}

div.right .faqblock section p.text {
    float: right;
    width: 500px;
}

div.right .faqblock section a.open {
    float: left;
    text-decoration: none;
    margin-left: 20px;
    color: #383838;
    font-size: 12px;
}

div.right .faqblock section a.open i {
    background: url('../img/sprite.png') -395px -10px;
    display: block;
    float: right;
    width: 17px;
    height: 10px;
    margin-left: 5px;
    margin-top: 14px;
}

div.right .faqblock section a.open:hover {
    color: #0085ff;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

div.right .faqblock section .answer {
    display: none;
}

div.right .faqblock section .answer h5 {
    font-size: 14px;
    color: #383838;
}

div.right .faqblock section .answer form {
    display: block;
}

div.right .faqblock section .answer hr {
    margin-top: 0px;
}

div.right .faqblock section .answer .showComments .comment {
    border-bottom: 1px dashed #d0d0d0;
    padding-bottom: 5px;
    width: 400px;
    overflow: hidden;
}

div.right .faqblock section .answer .showComments .comment p {
    display: block;
    line-height: normal;
    font-size: 12px;
    font-weight: normal;
}

div.right .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;
}

div.right .faqblock section .answer form textarea:focus {
    background: rgba(235, 197, 1, 0.5); 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50ebc501,endColorstr=#50ebc501);
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

div.right .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;
}

div.right .faqblock section .answer form input[type="submit"]:hover {
    background: #ebc501;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

div.right .faqblock section .answer .tags {
    padding-bottom: 10px;
}

div.right .faqblock section .answer .tags b {
    display: inline-block;
    margin-left: 5px;
}

div.right .faqblock section .answer .tags a {
    color: #444;
	text-decoration: none;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffd500;
	position: relative;
	padding-right: 6px;
	padding-left: 9px;
	margin-bottom: 3px;
	font-size: 12px;
}

div.right .faqblock section .answer .tags a:hover {
    color: #000;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

div.right .faqblock section span.que {
    display: inline-block;
    color: #0085ff;
    margin-left: 2px;
    text-decoration: none;
}

div.right #addfaq {
    display: none;
    margin-bottom: 12px;
}

div.right #sendfriend {
    display: none;
    margin-bottom: 12px;
}

div.right ul.submenu {
    margin-bottom: 12px;
    margin-top: 0px;
    display: block;
    overflow: hidden;
}

div.right 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: #000;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: 0px;
    outline: 0;
    float: right;
    cursor: pointer;
    font-weight: bold;
}

div.right ul.submenu li.secondleft {
    float: left;
}

div.right ul.submenu li:hover {
    background: #ebc501;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

div.right ul.submenu li a {
    color: #fff;
    text-decoration: none;
    height: 30px;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
}

/**שאלות ותשובות**/

/** דף תת קטגוריה**/

.page .youtube {
    padding-top: 20px;
    width: 570px;
    padding-bottom: 10px;
    overflow: hidden;
}

.page h5 {
    display: block;
    color: #0085ff;
    font-family: 'carmelitregular', arial;
    font-size: 24px;
}

.page h5 span {
    color: #00427f;
}

.page .selectsArea .sbHolder {
    float: right;
    margin-left: 20px;
    width: 255px;
}

.page .selectsArea .sbSelector {
    width: 215px;
}

.page .selectsArea .sbOptions {
    width: 255px;
    right: 0px;
    top: 47px !important;
}

.page .mehiron {
    width: 529px;
    position: relative;
    margin-top: 20px;
}

.page .mehiron td.text8,.page .mehiron td.price {
    font-size: 16px;
    color: #00427f;
    font-weight: bold;
white-space:nowrap;
}


.text8{
white-space:nowrap;
}

.page .mehiron td.text8,.page .mehiron td.price2 {

background-image: url('/img/inline.png'); 
background-repeat: repeat-x; 
background-position:0px 17px;
width: 100%;

}



.page section.article {
    display: block;
    padding-bottom: 5px;
    width: 530px;
    overflow: hidden;
    margin-bottom: 10px;
}

.page section.article img {
    float: right;
    width: 110px;
    height: 110px;
    border: 1px solid #e1e1e1;
    margin-left: 10px;
}

.page section.article p {
    float: right;
    color: #838383;
    font-size: 12px;
    width: 408px;
    min-height: 107px;
    margin-bottom: 5px;
}

.page .phone {
    color: #0085ff;
    font-family: 'carmelitregular', arial;
    font-size: 32px;
    width: 510px;
    margin: 0 auto;
}

.page .phone #phone1 {
    display: inline-block;
    color:red;
    font-weight: bold;
    font-size:39px;
}

.contactpop {
    display: none;
}

.contactpop {
    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; 
}


#addfaq 
{
padding-right: 10px;

}
.contactpop i {
    display: block;
    background: url('../img/cancel.png');
    position: absolute;
    left: 10px;
    top: 5px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.contactpop h3 {
    display: block;
    float: right;
    color: #000;
    font-size: 36px;
    font-family: 'carmelitregular', arial;
    text-shadow: 1px 1px #fff; 
    margin-right: 45px;
}

.contactpop form {
    display: block;
    width: 456px;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 40px;
}

.contactpop form fieldset {
    display: block;
    margin-bottom: 15px;
}

.contactpop form fieldset label {
    float: right;
    display: block;
    font-weight: bold;
    font-size: 14px;
    width: 180px;
}

.contactpop form fieldset input[type="text"],.contactpop form fieldset input[type="email"],.contactpop form fieldset textarea {
    height: 46px;
    line-height: 46px;
    background: rgb(252,251,248);
    background: -moz-linear-gradient(top, rgba(252,251,248,1) 0%, rgba(252,251,247,1) 36%, rgba(239,238,234,1) 60%, rgba(208,207,203,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,251,248,1)), color-stop(36%,rgba(252,251,247,1)), color-stop(60%,rgba(239,238,234,1)), color-stop(100%,rgba(208,207,203,1)));
    background: -webkit-linear-gradient(top, rgba(252,251,248,1) 0%,rgba(252,251,247,1) 36%,rgba(239,238,234,1) 60%,rgba(208,207,203,1) 100%);
    background: -o-linear-gradient(top, rgba(252,251,248,1) 0%,rgba(252,251,247,1) 36%,rgba(239,238,234,1) 60%,rgba(208,207,203,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,251,248,1) 0%,rgba(252,251,247,1) 36%,rgba(239,238,234,1) 60%,rgba(208,207,203,1) 100%);
    background: linear-gradient(to bottom, rgba(252,251,248,1) 0%,rgba(252,251,247,1) 36%,rgba(239,238,234,1) 60%,rgba(208,207,203,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfbf8', endColorstr='#d0cfcb',GradientType=0 );
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #444242;
    font-size: 14px;
    font-family: arial;
    padding-right: 10px;
    padding-left: 10px;
    width: 240px;
    float: right;
    margin-left: 10px;
    behavior: url('ie-css3.htc');
    position: relative;
    outline: 0;
    overflow: hidden;
}

.contactpop form fieldset input:focus,.contactpop form fieldset textarea:focus {
    background: rgba(235, 197, 1, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50ebc501,endColorstr=#50ebc501);
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.contactpop form fieldset textarea {
    border: 0px;
    resize: none;
    height: 150px;
}

.contactpop 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;
}

.contactpop form button:hover {
    background: #ebc501;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.contactpop form button:after {
    content: "שלח";
}

#preview{
    position:absolute;
    border:1px solid #040404;
    background:#fff;
    padding:5px;
    display:none;
    color:#040404;
}

.contactpop .sbHolder {
    width: 259px;
}

.contactpop .sbSelector {
    width: 214px;
}

.contactpop .sbOptions {
    right: 0px;
    width: 259px;
}




#PPages {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	width: 100%;
}

#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;
text-align:center;
    padding: 6px 10px;
	float:right;
	margin-right: 9px;
	text-decoration:none;
	width: 17px;
	margin-top: 3px;
}

.aPages:hover {
background-color:#ffd500;
}

.aCurrent {
   background-color: #ffd500;
border-color: #3b3b3b;
color: #000000;
text-align: center;
font-weight: bold;
}


.arttitle {

	font-size: 18px;
	color: #000000;
	font-weight: bold;
	display: block;
	margin-left: 58px;
}



.arttitle a.more {
font-size: 18px;
color: #00427f;
font-weight: bold;
display: block;
margin-left: 58px;
text-decoration: none;
}

.arttitle a.more:hover { color: #0085ff; }

input{
border: 1px solid #A0A0A0;
}

textarea{
border: 1px solid #A0A0A0;
}

select, .sbHolder{
border: 1px solid #A0A0A0;
}

.moreshelot{
float: left;
color: red;
border-bottom: 1px solid #e1e1e1;
text-decoration: none;
font-weight: bold;
}


.moreshelot:hover {
color: black;
text-decoration: underline;
}

.tatcat1{
display:none !important;

}

#azataza{

font-weight: bold;
font-size: 20px;
margin-bottom: 5px;
}



.tags {
    padding-bottom: 10px;
}

.tags  b{
    display: inline-block;
    margin-left: 5px;
}

.tags a {
    color: #444;
	text-decoration: none;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffd500;
	position: relative;
	padding-right: 6px;
	padding-left: 9px;
	margin-bottom: 3px;
font-size: 14;
font-weight: bold;
}

.contactUs input[type="text"] {
	height: 30px;
	line-height: 32px;
	background: rgb(252,251,248);
	background: -moz-linear-gradient(top, rgba(252,251,248,1) 0%, rgba(252,251,247,1) 36%, rgba(239,238,234,1) 60%, rgba(208,207,203,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,251,248,1)), color-stop(36%,rgba(252,251,247,1)), color-stop(60%,rgba(239,238,234,1)), color-stop(100%,rgba(208,207,203,1)));
	background: -webkit-linear-gradient(top, rgba(252,251,248,1) 0%,rgba(252,251,247,1) 36%,rgba(239,238,234,1) 60%,rgba(208,207,203,1) 100%);
	background: -o-linear-gradient(top, rgba(252,251,248,1) 0%,rgba(252,251,247,1) 36%,rgba(239,238,234,1) 60%,rgba(208,207,203,1) 100%);
	background: -ms-linear-gradient(top, rgba(252,251,248,1) 0%,rgba(252,251,247,1) 36%,rgba(239,238,234,1) 60%,rgba(208,207,203,1) 100%);
	background: linear-gradient(to bottom, rgba(252,251,248,1) 0%,rgba(252,251,247,1) 36%,rgba(239,238,234,1) 60%,rgba(208,207,203,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfbf8', endColorstr='#d0cfcb',GradientType=0 );
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color: #444242;
	font-size: 14px;
	font-family: arial;
	padding-right: 10px;
	padding-left: 10px;
	width: 148px;
	float: right;
	margin-left: 10px;
	behavior: url('ie-css3.htc');
	position: relative;
	outline: 0;
	overflow: hidden;
}

.contactUs h2{
color: red;

}

.tags a:hover {
    color: #C2C2C2;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}


.mailerror{

color: red;
font-weight: bold;

}



.ee { 
  
    width: 150px;
border: 1px #000 solid;
max-height: 160px;
padding-top: 0;
display: inline-block;
-webkit-border-radius: 5px;
margin-right: 7px;
float: right;
-moz-border-radius: 5px;
border-radius: 5px;
overflow: auto;
background-color: #ffd500;
    
}

.ee img {
float: left;
margin: 10px 19px;
}

.ee li { 
padding: 5px 10px;
 z-index: 2; 
    height:24px;
    line-height:24px;
}
.ee li:not(.init) { float: left; width: 130px; display: none; background: #ddd; }
.ee li:not(.init):hover, .ee li.selected:not(.init) { background: #09f; }
.ee li.init { cursor: pointer; }

.kademt{
display: none;

}


.mishpat4u{
margin-right: 10px;
list-style-type: circle;
}

span[itemscope="itemscope"] {
	font-size: 12px;
	height: 31px;
line-height: 29px;
}

span[itemscope="itemscope"] a {text-decoration:none; color:#000;}


.erancon{
    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;
}




.pagination {
	margin-top: 20px;
}

.pagination a.LinkPage, .pagination span.ActivePage,.pagination a.controls {
	display: inline-block;
	background: #ffd500;
	margin-left: 0px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 2px 8px 2px 8px;
	margin-bottom: 3px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	position: relative;
	text-decoration: none;
	behavior: url('ie-css3.htc');
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
	    margin-right: 6px;
}
.pagination span.ActivePage,.pagination a.LinkPage:hover,.pagination a.controls:hover {
	background: #c14e16;
	
	
	}
	
	
#leadsmik{

display: none;
}

.cituvim{

color: black;

}

.h14me{
    color: #0085ff;
    font-size: 30px;
    font-family: 'carmelitregular', arial;
    display: block;
    float: right;
    overflow: hidden;


}

.adom4u{
color: red;

font-size: 1em;
font-weight: bold;

}


.n-7{
    display: block;
    color: #000;
    font-size: 20px;
    font-family: 'carmelitregular', arial;
    border-bottom: 1px solid #e1e1e1;

}


.n-7:after {
    display: block;
    background: url('../img/sprite.png') -255px -9px;
    width: 26px;
    height: 23px;
    float: left;
    content: "";
}



.facestyle{

border:none; 
overflow:hidden;
width:100px;
height:21px;

}


.likebox{


border:none; 
overflow:hidden;
width:263px;
 height:290px;


}


.selectarea{

float: right;
width: 270px;
margin-top: 11px;
}


.tipfloat{
float:left;
}


.catsim{

  color: #000;
    text-decoration: none;
	width: 129px;


}


.n-leads2{
font-size: 24px;
margin-right: 20px;
}

.zorkrshere{

font-weight: bold;


}


@media print { 
	/* your print styles go here */
	#header, #footer, #menu { display: none; } 
	body { font: 12pt georgia,serif; } 
	h1 { font-size: 18pt; } 
	h2 { font-size: 16pt; color: #000; }
}

.imgart{
	
width: 400px;	

}
@media screen and (min-width:600px){
#callnowbutton {
	display: none;
}
}


@media screen and (max-width:600px){

#callnowbutton {
    display: block;
    position: fixed;
    text-decoration: none;
    z-index: 2147483647;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 60px;
    border-top: 1px solid #33ee2d;
    border-bottom: 1px solid #008f00;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 60px;
    border-top: 1px solid #33ee2d;
    border-bottom: 1px solid #008f00;
    text-shadow: 0 1px #008f00;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 120%;
    padding-right: 27px;
    overflow: hidden;
    background: #06c100;
    display: flex;
    justify-content: center;
    align-items: center;
}

}


.area mainpage p, #forms{
	
	display: block;
	
}
.keta{
	clear: both;
	
}

