﻿*
{
    margin:0;
    padding:0;
}
body 
{
    font-size:12px;
    font-family:Arial;
    text-align:center;
    direction:rtl;
    color:#fff;
    background-color:#333;
}
img
{
    border:none;
}
ul
{
    list-style-type:square;
}
a:link, a:visited, a:active
{
    font-weight:bold;
    color:#fff;
}
a:hover
{
    color:Red;
}
h1
{
    font-size:0.9em;
    font-weight:bold;
    text-align:right;
    color:#fff;
    float:right;
    width:565px;
    margin-top:3px;
}
h2
{
    margin-top:20px;
}
.menuSeperator
{
    color:#666;
    text-align:center;
}
#wrapper
{
    width:820px;
    overflow:hidden;
    margin:0 auto;
}
.top
{
    height:16px;
    line-height:16px;
    width:760px;
    margin:0 30px;
    overflow:hidden;
}
.top h1
{
    float:right;
}
.top ul
{
    float:left;
}
.top ul li
{
    float:right;
    display:block;
    height:16px;
    line-height:16px;
}
.header
{
    width:760px;
    padding:0 30px;
    overflow:hidden;
    height:60px;
    background-image:url(images/headerBackground.png);
    overflow:hidden;
}
.header img
{
    float:right;
    width:100px;
    height:60px;
}
.header ul
{
    list-style-type:none;
    width:654px;
    height:46px;
    float:right;
    margin-top:12px;
    border:solid #333;
    border-width:1px 1px 1px 0px;
}
.header ul li
{
    display:block;
    float:right;
}
.header ul li a:link, .header ul li a:visited, .header ul li a:active
{
    width:108px;
    height:46px;
    line-height:46px;
    font-size:1.4em;
    font-family:Aharoni,Arial;
    display:block;
    background-image:url(images/headerMenuLink.png);
    border-left:1px solid #333;
}
.header ul li a:hover
{
    background-image:url(images/headerMenuHover.png);
    font-size:1.6em;
    color:#fff;
}
.content
{
    background-image:url(images/bodyBackground.png);
    text-align:right;
    padding:0px 30px 20px 30px;
    width:760px;
    overflow:hidden;
}
.itemTemplate
{
    width:220px;
    height:170px;
    float:right;
    background-image:url(images/mainpageItemBackground.png);
    padding:10px 10px 36px 10px;
    margin:0 0 0 19px;
    overflow:hidden
}
.itemTemplateFix
{
    margin:0 !important;
}
.itemName
{
    font-size:1.3em !important;
}
.itemTop
{
    overflow:hidden;
}
.itemImage
{
    float:right;
    width:100px;
    height:100px;
    padding:2px;
    display:block;
}
.itemImage:hover
{
    border:1px solid #666 !important;
    padding:1px;
}
.itemInfo
{
    float:left;
    width:100px;
    margin-right:16px;
}
.itemInfo span
{
    display:block;
    font-size:0.9em;
    font-weight:bold;
}
.itemTemplate p
{
    font-size:0.9em;
    font-weight:bold;
    width:220px;
    padding-top:10px;
    border-top:solid #222 1px;
}
.itemBtn
{
    width:100px;
    height:20px;
    line-height:20px;
    background-image:url(images/itemBtn.png);
    display:block;
    text-align:center;
    clear:both;
}
.btnActiveItem 
{
    float:right;
    display:block;
    width:100px;
    height:20px;
    line-height:20px;
    background-image:url(images/btnActive.gif);
    margin:2px 0px 5px 0px;
}
.btnPassiveItem 
{
    float:right;
    display:block;
    width:100px;
    height:20px;
    line-height:20px;
    background-image:url(images/btnPassive.jpg);
    margin:2px 0px 5px 0px;
}
.itemStars
{
    background-image:url(images/starIcon.png);
    height:20px;
    width:20px;
    display:block;
    float:right;
}
.footer
{
    clear:both;
    width:780px;
    padding:10px 20px;
    overflow:hidden;
    text-align:center;
    margin:0 auto;
    height:180px;
    background-image:url(images/footerBackground.png);
}
.footerBox
{
    width:240px;
    padding:10px;
    float:right;
    text-align:right;
}
.footerBox ul
{
    padding:1em 2em;
}
.footerBox p
{
    padding:1em;
}
.footerTitle
{
    display:block;
    font-size:1.4em;
    font-weight:bold;
    font-family:Aharoni,Arial;
    color:#fff;
    background-color:#222;
    height:20px;
    line-height:20px;
    border:solid #666;
    border-width:1px 0;
    text-indent:5px;
}
.copyrights
{
    font-size:0.9em;
    font-weight:bold;
    height:30px;
    line-height:30px;
    clear:both;
}
