﻿
/*------------------ DEFAULTS ------------------*/

body
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 0px;
}
a
{
    color: #CC0000;
    text-decoration: none;
}
a:hover
{
    color: #333333;
    text-decoration: none;
}
form
{
    margin: 0px;
    padding: 0px;
}
h1, h2, h3, h4, h5, h6
{
    margin: 0px;
    padding: 0px;
    color: #333333;
}
h1
{
    font-size: 24px;
    font-weight: bold;
}
h2
{
    font-size: 17.5px;
    font-weight: normal;
}
.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: 12px;
    border: 1px solid #FBE3E3;
    padding: 5px;
    margin: 0px;
}
.inputSearch
{
    font-family: Arial;
    font-size: 11px;
    border: 0px;
    height: 20px;
    width: 180px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}


/*------------------ 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: #;
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: no-repeat;
}
.bgContent
{
    background-image: url(../Images/bgContent.png);
    background-color: #FDF8F8;
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: no-repeat;
}
.bgFooter
{
    background-image: url(../Images/bgFooter.png);
    background-color: #;
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: no-repeat;
}
.bgMenu
{
    background-image: url(../Images/bgMenu.png);
    background-color: #;
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: no-repeat;
}
.bgMain
{
    background-color: #;
    background-image: url(../Images/bgMain.png);
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: no-repeat;
}
.bgMore
{
    background-image: url(../Images/bgMore.png);
    background-color: #;
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: no-repeat;
}
.bgBreadcrumbs
{
    background-image: url(../Images/bgBreadcrumbs.png);
    background-color: #;
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: no-repeat;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 0px;
    padding-left: 0px;
}
.bgTitle
{
    background-image: url(../Images/bgTitle.png);
    background-color: #;
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 6px;
    padding-right: 0px;
    padding-left: 0px;
}
.bgBox
{
    background-image: url(../Images/bgBox.png);
    background-color: #;
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: no-repeat;
}
.bgBoxContent
{
    background-image: url(../Images/bgBoxContent.png);
    background-color: #;
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;}
.bgCategory1
{
    background-image: url(../Images/bgCategory1.png);
    background-color: #;
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: no-repeat;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 0px;
    padding-left: 0px;
}
.bgCategory2
{
    background-image: url(../Images/bgCategory2.png);
    background-color: #;
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: no-repeat;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px;
    padding-left: 10px;
}
.bgCategory3
{
    background-image: url(../Images/bgCategory3.png);
    background-color: #;
    background-position: inherit;
    background-attachment: inherit;
    background-repeat: no-repeat;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px;
    padding-left: 10px;
}


/*------------------ HRS ------------------*/

hr
{
    height: 1px;
    background-image: url(../Images/hr.png);
    background-color: #F7DADA;
    border: none;
    margin: 0px;
    padding: 0px;
}
.hrBreadcrumbs
{
    height: 0px;
}
.hrTitle
{
    height: 2px;
    background-image: url(../Images/hrTitle.png);
    background-color: #F7DADA;
}
.hrBox
{
    height: 2px;
    background-image: url(../Images/hrBox.png);
    background-color: #F7DADA;
}
.hrCategory1
{
    height: 0px;
    background-image: url(../Images/hrCategory1.png);
    background-color: #;
}
.hrCategory2
{
    height: 1px;
    background-image: url(../Images/hrCategory2.png);
    background-color: #;
}
.hrCategory3
{
    height: 1px;
    background-image: url(../Images/hrCategory3.png);
    background-color: #;
}


/*------------------ TEXTS ------------------*/

/* Breadcrumbs */

.textBreadcrumbs
{
    font-size: 11px;
    color: #333333;
}

/* Header */

.textHeaderLinks
{
    font-size: 19px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #CC0000;
    padding-top: 0px;
    padding-bottom: 2px;
    padding-right: 6px;
    padding-left: 6px;
}

/* Footer */

.textFooterLinks
{
    font-size: 11px;
    font-weight: bold;
}
.textFooterPayment
{
    font-size: 11px;
    font-weight: bold;
}
.textFooterExchange
{
    font-size: 11px;
    font-weight: bold;
    color: #CCCCCC;
}

/* Titles */

.textTitleBig
{
    font-size: 24px;
    font-weight: bold;
}
.textTitleMedium
{
    font-size: 19px;
    font-weight: bold;
}
.textTitleSmall
{
    font-size: 12px;
    font-weight: bold;
}

/* Categories */

.textCategory1
{
    font-size: 19px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #CC0000;
    padding-top: 0px;
    padding-bottom: 2px;
    padding-right: 6px;
    padding-left: 6px;
}
.textCategory2
{
    font-size: 11px;
    font-weight: bold;
}
.textCategory3
{
    font-size: 11px;
    font-weight: normal;
}

/* Boxes */

.textTagsCloud
{
    font-size: 15px;
    font-weight: bold;
}
.textArchive
{
    font-size: 15px;
    font-weight: bold;
}

/* Content */

.textLabel
{
    font-size: 15px;
    font-weight: bold;
    color: #FF0000;
}
.textValidator
{
    font-size: 15px;
    font-weight: bold;
    color: #FF0000;
}
.textPages
{
    font-size: 11px;
    font-weight: bold;
}
.textDescription
{
    font-size: 12px;
    font-weight: normal;
}
.textBrief
{
    font-size: 15px;
    font-weight: bold;
    text-align: justify;
}
.textSpecs
{
    font-size: 15px;
}
.textContent
{
    font-size: 15px;
    font-weight: normal;
    text-align: justify;
}
.textId
{
    font-size: 11px;
    font-weight: bold;
}
.textDate
{
    font-size: 11px;
    font-weight: bold;
    color: #666666;
}
.textName
{
    font-size: 11px;
    font-weight: bold;
    color: #666666;
}
.textTags
{
    font-size: 11px;
    font-weight: bold;
    color: #666666;
}
.textChars
{
    font-size: 11px;
    font-weight: bold;
    color: #666666;
}
.textPriceOriginal
{
    font-size: 12px;
    font-weight: bold;
    text-decoration: line-through;
}
.textPriceBefore
{
    font-size: 15px;
    font-weight: bold;
    text-decoration: line-through;
}
.textPriceNow
{
    font-size: 17px;
    font-weight: bold;
    color: #CC0000;
}
.textInfo
{
    font-size: 11px;
    font-weight: bold;
    color: #CC0000;
}


/*------------------ UNIQUE ------------------*/

.bgLanguages
{
    background-image: url(../Images/bgLanguages.png);
    background-color: #FDF3F3;
}
.bgHomepage
{
    background-image: url(../Images/bgHomepage.png);
    background-repeat: no-repeat;
    background-color: #FDF3F3;
}
.textHomepageMidrash
{
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    background-color: #CC0000;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-right: 9px;
    padding-left: 9px;
}
.textHomepageVerse
{
    color: #CCCCCC;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    background-color: #CC0000;
}
.imageHeaderLinks
{
    vertical-align: top;
    padding-top: 0px;
    border: 0px;
}
.hrBody
{
    height: 1px;
    background-image: url(../Images/hrBody.png);
    background-color: #FFFFFF;
}
