﻿/* Scroller */
#pscroller
{
width: 360px;
height: 50px;
}

/*------------------ DEFAULTS ------------------*/

body
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 0px;
}
a
{
    color: #1C4587;
    text-decoration: none;
}
a:hover
{
    color: #0802fe;
    text-decoration: underline;
}
form
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}
h1, h2, h3, h4, h5, h6
{
    margin: 0px;
    padding: 0px;
    color: #c8cad0;
}
h1
{
    font-size: 14pt;
    font-weight: normal;
    color: #c8cad0;
}
h2
{
    font-size: 14pt;
    font-weight: normal;
    color: #1C4587;
}
.image
{
    vertical-align: middle;
    border: 0px;
    padding: 0px;
    margin: 0px;
}
.button
{
    vertical-align: middle;
    border: 0px;
    padding: 0px;
    margin: 0px;
}
input,textarea,select
{
    font-family: Arial;
    font-size: 9pt;
    border: 1px solid #CCCCCC;
}
.inputSearch
{
    font-family: Arial;
    font-size: 8pt;
    border: 0px;
    width: 150px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    padding-left: 4px;
}
.inputNewsletter
{
    font-family: Arial;
    font-size: 8pt;
}


/*------------------ BACKGROUNDS ------------------*/

.bgBody
{
    background-image: url(../Images/bgBody.png);
    background-color: #FFFFFF;
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: no-repeat;
}
.bgHeader
{
    background-image: url(../Images/bgHeader.png);
    background-color: #FFFFFF;
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: no-repeat;
}
.bgHeaderLinks
{
    background-color: #c8cad0;
}
.bgContent
{
    background-image: url(../Images/bgContent.png);
    background-color: #FFFFFF;
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: no-repeat;
}
.bgFooter
{
    background-image: url(../Images/bgFooter.png);
    background-color: #FFFFFF;
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: no-repeat;
}
.bgMenu
{
    background-image: url(../Images/bgMenu.png);
    background-color: #FFFFFF;
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: no-repeat;
}
.bgMain
{
    background-image: url(../Images/bgMain.png);
    background-color: #FFFFFF;
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: repeat-y;
}
.bgBreadcrumbs /* רקע פירורי לחם */
{
    background-image: url(../Images/bgBreadcrumbs.png);
    background-color: #FFFFFF;
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: no-repeat;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 0px solid #c8cad0;
}
.bgTitle /* רקע כותרת */
{
    background-image: url(../Images/bgTitle.png);
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: no-repeat;
    height: 50px;
    padding-top: 13px;
    padding-right: 10px;
    padding-left: 10px;
}
.bgTitleHome
{
    background-image: url(../Images/bgTitleHome.png);
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: no-repeat;
}
.bgTripleTitle
{
    background-image: url(../Images/bgTripleTitle.png);
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: no-repeat;
    height: 50px;
    padding-top: 13px;
    padding-right: 10px;
    padding-left: 10px;
}
.bgTripleMain
{
    background-image: url(../Images/bgTripleMain.png);
    background-color: #FFFFFF;
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: repeat-y;
}
.bgBoxTitle
{
    background-image: url(../Images/bgBoxTitle.png);
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: no-repeat;
    height: 50px;
    padding-top: 13px;
    padding-right: 10px;
    padding-left: 10px;
}
.bgBox /* רקע קופסה */
{
    background-image: url(../Images/bgBox.png);
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: repeat-y;
}
.bgCategory1 /* רקע קטגוריה רמה א */
{
    background-image: url(../Images/bgCategory1.png);
    background-color: #c8cad0;
    background-position: inherit;
    background-attachment: inherit;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
}
.bgCategory2 /* רקע קטגוריה רמה ב */
{
    background-image: url(../Images/bgCategory2.png);
    background-color: #e0e2e8;
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
}
.bgCategory3 /* רקע קטגוריה רמה ג */
{
    background-image: url(../Images/bgCategory3.png);
    background-color: #e0e2e8;
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid #eaecf2;
}


/*------------------ HRS ------------------*/

hr
{
    height: 1px;
    color: #CCCCCC;
    background-color: #CCCCCC;
    border: none;
    margin: 0px;
    padding: 0px;
}
.hrCategory2 /* קו קטגוריה רמה ב */
{
    border-bottom: 1px solid #c8cad0;
}


/*------------------ TEXTS ------------------*/

/* Breadcrumbs */

.textBreadcrumbs /* פירורי לחם */
{
    font-size: 8pt;
    font-weight: bold;
    color: #1C4587;
}

/* Header */

.textHeaderLinks
{
    font-size: 9pt;
    font-weight: bold;
    background-color: #c8cad0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px;
    padding-left: 15px;
    border-left: 1px solid #FFFFFF;
}
.textHeaderLinksContact
{
    font-size: 9pt;
    font-weight: bold;
    color: #c8cad0;
    background-color: #1c4587;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px;
    padding-left: 15px;
    border-left: 1px solid #FFFFFF;
}

/* Footer */

.textFooterLinks /* קישורים בפוטר */
{
    font-size: 8pt;
    font-weight: bold;
}
.textFooterPayment /* מלל תשלום */
{
    font-size: 8pt;
    font-weight: bold;
}
.textFooterExchange /* קישורים להחלפה בפוטר */
{
    font-size: 8pt;
    font-weight: bold;
    color: #CCCCCC;
}

/* Titles */

.textTitleBig
{
    font-size: 18pt;
    font-weight: bold;
}
.textTitleMedium
{
    font-size: 14pt;
    font-weight: bold;
}
.textTitleSmall
{
    font-size: 9pt;
    font-weight: bold;
}
.textTitleFooter
{
    font-size: 11pt;
    font-weight: bold;
}
.textTitleNewsletter
{
    font-size: 9pt;
    font-weight: bold;
    color: Red;
}

/* Categories */

.textCategory1 /* קטגוריה רמה א */
{
    font-size: 9pt;
    font-weight: bold;
}
.textCategory2 /* קטגוריה רמה ב */
{
    font-size: 9pt;
    font-weight: bold;
}
.textCategory3 /* קטגוריה רמה ג */
{
    font-size: 9pt;
    font-weight: normal;
}

/* Boxes */

.textTagsCloud /* ענן תגיות */
{
    font-size: 11pt;
    font-weight: bold;
}
.textArchive /* ארכיון */
{
    font-size: 11pt;
    font-weight: bold;
}

/* Content */

.textLabel /* לייבל */
{
    font-size: 11pt;
    font-weight: bold;
    color: #FF0000;
}
.textValidator /* ולידציה */
{
    font-size: 11pt;
    font-weight: bold;
    color: #FF0000;
}
.textPages /* דפדוף עמודים */
{
    font-size: 8pt;
    font-weight: bold;
}
.textDescription
{
    font-size: 11pt;
}
.textDescriptionProduct
{
    font-size: 11pt;
}
.textBrief
{
    font-size: 11pt;
    font-weight: bold;
    text-align: justify;
}
.textSpecs
{
    font-size: 11pt;
}
.textContent
{
    font-size: 11pt;
    font-weight: normal;
    text-align: justify;
}
.textId
{
    font-size: 7pt;
    font-weight: bold;
    color: #0802fe;
}
.textDate
{
    font-size: 8pt;
    font-weight: bold;
}
.textName
{
    font-size: 8pt;
    font-weight: bold;
}
.textTags /* תגיות */
{
    font-size: 8pt;
    font-weight: bold;
}
.textChars
{
    font-size: 8pt;
    font-weight: bold;
}
.textPriceOriginal /* מחיר מחירון לא לשימוש */
{
    text-decoration: line-through;
}
.textPriceBefore /* מחיר לפני מבצע */
{
    text-decoration: line-through;
}
.textPriceNow /* מחיר נוכחי רגיל או מבצע */
{
    font-weight: bold;
    color: #c80101;
}
.textCompare
{
    vertical-align: top;
}
.textInfo
{
    font-size: 9pt;
    font-weight: bold;
}
.textRed
{
    font-size: 8pt;
    font-weight: bold;
    color: #c80101;
}
.textTickerRed
{
    color: #dc5050;
}
.textArticleRed
{
    font-weight: bold;
    color: #c80101;
}