/********** PAGES COMMON STYLE */

body {
    font-size: 16px;
    font-family: Tahoma, Arial, Sans-serif;
}


/* Font */

.pageTitle h2,
.subPageTitle h3,
.mainMenu ul li a,
#footerTop .footerTitle,
#footerBottom,
.devicesMenuBtn button .btnLabel,
#boxSlider .slider .sliderTitle .sliderTitleText {
    font-family: DroidKufi-Regular, Tahoma, arial, helvetica, clean, sans-serif;
}


/* Search By This Field */

#searchByThisField .nb {
    text-align: left;
    padding-left: 15px;
}


/********** PAGE HEADER */

#headerTop {
    font-size: 16px;
}


/* Baseline */

.headerBaseline .cieName {
    padding-right: 10px;
}


/* Header Contacts */

.headerContacts .sContacts .sContactIcn {
    float: right;
    margin-left: 5px;
}

.headerContacts .sContacts .sContactIcn .sContactIcnImg {
    background-position: center;
}


/* Languages */

.websiteLanguages ul li a {
    margin-right: 2px;
}

.headerWebsiteLanguages {
    text-align: left;
}


/********** PAGE BODY */

.pageTitle {
    font-size: 16px;
}

.subPageTitle {
    font-size: 14px;
}

.sectionTitle h3 {
    font-size: 20px;
}


/****************** Sidebar */

.side-bar .box .boxTitle {
    background-image: -moz-linear-gradient(left, #C8222E, #1E1D56);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C8222E) to(#1E1D56));
    background-image: -webkit-linear-gradient(left, #C8222E, #1E1D56);
    background-image: -o-linear-gradient(left, #C8222E, #1E1D56);
    background-image: linear-gradient(to right, #C8222E, #1E1D56);
}

.side-bar .box .boxTitle h2 {
    font-size: 17px;
}


/* Box Menu */

.box .boxContent .boxMenu ul li.current a {
    background-position: 5% center;
    background-image: url(../icons/arrows/rtl/white7x5.png);
}


/****************** Contacts Page */

#contactsPageContainer .contactDetails .contactRow .contactInfo {
    padding-right: 23px;
    background-position: right 2px;
}


/* Footer Top */

#footerTop .footerTitle {
    font-size: 14px;
}

#footerTop .footerTitle .footerTitleLine {
    right: 0;
}


/* Footer Socials */

#footerTop .footerSocials .socialsTitle {
    margin-left: 10px;
}