﻿* 
{
    margin:0;
    padding:0;
}

body 
{
    font-size:14px;
    font-family:Arial;
    color:#333;
    background-color:#e7e5e5;
    direction:rtl;
    text-align:center;
}
.clear 
{
    display:none;
    clear:both;
}
img
{
    border:none;
}
a:link, a:visited
{
    font-size:1em;
    font-weight:bold;
    color:#a80177;
}
a:hover, a:active
{
    color:#1959c2;
}
.regularLinkBtn:link ,.regularLinkBtn:active, .regularLinkBtn:visited
{
    width:110px;
    height:30px;
    float:right;
    margin-left:10px;
    line-height:30px;
    display:block;
    text-align:center;
    color:#fff;
    font-size:1.1em;
    text-decoration:none;
    background-image:url(img/linkBtnOn.jpg);
    font-weight:bold;
}
.regularLinkBtn:hover 
{
    background-image:url(img/linkBtnOff.jpg);
    color:#fff;
}
.lblItemName
{
    font-size:0.8em;
    font-weight:bold;
}
#wrapper 
{
    width:860px;
    margin:0 auto;
    text-align:right;
    overflow:hidden;
}
#top
{
    float:left;
    font-size:0.8em;
    font-weight:bold;
}
#header 
{
    width:860px;
    height:88px;
    line-height:88px;
    background:url(img/minzaminlogo.jpg) right no-repeat #e7e5e5;
}
.lblSiteLogo 
{
    font-size:1.5em;
    font-weight:bold;
    float:right;
    width:240px;
}
.bListTopNavigation 
{
    list-style:none;
    float:right;
    margin-top:48px;
}
.bListTopNavigation li
{
    float:left;
}
.bListTopNavigation li a:link, .bListTopNavigation li a:visited
{
    width:110px;
    display:block;
    text-align:center;
    padding-top:10px;
    height:30px;
    line-height:30px;
    color:#fff;
    background-image:url(img/topMenuBtnLink.jpg);
    text-decoration:none;
}
.bListTopNavigation li a:active, .bListTopNavigation li a:hover
{
    color:#333;
    background-image:url(img/topMenuBtnActive.jpg);
}
#banner
{
    width:860px;
    height:140px;
    text-align:right;
    background-color:#fff;
   /* background:#fff left top no-repeat url(img/contentGirl.jpg);*/
}
#content 
{
    width:820px;
    text-align:right;
    overflow:hidden;
    background-color:#fff;
    padding:20px;
}
#rightContent 
{
    margin-top:30px;
    float:right;
    width:650px;
}
.singleMovie 
{
    overflow:hidden;
    width:650px;
    margin-bottom:40px;
}
.singleMovieInfo
{
    width:190px;
    margin-left:10px;
    float:right;
}
.singleMoviePictures
{
    width:450px;
    float:left;
}
.singleMoviePicture
{
    float:right;
}
#leftMenu 
{
    float:left;
    width:160px;
}
.sideTitle 
{
    font-size:1.4em;
    height:50px;
    line-height:50px;
    padding-bottom:0px;
    width:160px;
    font-weight:bold;
    color:#ff4c4f;
    background:#fff url(img/sideMenuTop.jpg) bottom no-repeat;
    border-bottom:2px #fff solid;
}
.bListCategories 
{
    list-style:none;
    overflow:hidden;
    width:160px;
    background:url(img/sideMenuBottom.jpg) bottom no-repeat;
    padding-bottom:35px;
}
.bListCategories li 
{
    margin:0 10px;
    display:inline;
}
.bListCategories li a:link,  .bListCategories li a:visited
{
    background-color:#aa0c7f;
    text-indent:1em;
    border-bottom:2px #fff solid;
    display:block;
    list-style:none;
    width:160px;
    height:30px;
    line-height:30px;
    color:#fff;
    font-size:1.2em;
    font-weight:bold;
    text-decoration:none;
}
.bListCategories li a:active,  .bListCategories li a:hover
{
    background-color:#1959c2;
}
#footer
{
    width:860px;
    text-align:center;
    height:50px;
    line-height:50px;
    margin-bottom:10px;
    font-size:0.8em;
    font-weight:bold;
    background-image:url(img/footerBackground.jpg);
}