﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    direction: rtl;
    color: #000000;
}

a
{
    color: #000000;
    text-decoration: none;
    outline: none;
}

a:hover
{
    color: #F16821;
    cursor: pointer;
}

#container
{
    width: 980px;
    margin: auto;
    border: solid 1px black;
}

.10px
{
    font-size: 10px;
}

.14px
{
    font-size: 14px;
}

.orange
{
    color: #F16821;
}
.grey
{
    color: #999999;
}

.rtl
{
    direction: rtl;
}

.ltr
{
    direction: ltr;
}

.floatRight
{
    float: right;
}

.floatLeft
{
    float: left;
}

/* TOP BANNER */
.topLinks
{
    display: block;
    width: 100%;
    height: 31px;
    background-image: url('images/graphics/topGreyLine.jpg');
    font-weight: bold;
}
.topLinks ul
{
    margin: 0;
    padding: 0;
}
.topLinks ul li
{
    background-position: left;
    float: right;
    padding: 5px 15px 0 15px;
    list-style-type: none;
    background-image: url('images/graphics/topGreyLineSpace.jpg');
    background-repeat: no-repeat;
}

.topLinks ul li a
{
    color: #000000;
}

.topLinks ul li:hover
{
    background-image: url('images/graphics/topGreyLineHover.jpg');
    background-repeat: repeat;
}

/* NAVIGATION */

.navigation
{
    background-image: url('images/graphics/greyFader.jpg');
    background-repeat: repeat-y;
    background-position: right;
    padding-right: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
}

.navigation a
{
    
    padding: 0 15px 0 15px;
    background-image: url('images/graphics/orangePlay.gif');
    background-repeat: no-repeat;
    background-position: right;
    color: #666666;
    display: inline-block;
}

.navigation a:hover
{
    color: #F16821;
}

/* Grey Box */
.greyBox
{
    background-image: url('images/graphics/greyBoxBody.jpg');
}

.greyBox .header
{
    background-image: url('images/graphics/greyBoxHeader.jpg');
    height: 19px;
    font-weight: bold;
    padding: 4px 15px 0 0;
}

.greyBox .body
{
    padding: 4px 15px 0 13px;
}

.greyBox .search
{
    font-size: 10px;
}

.greyBox .search table tr td
{
    padding: 5px 0 5px 0;
}

.greyBox .search select, .greyBox .search input
{
    font-size: 12px;
    width: 115px;
}

.greyBox .search input
{
    width: 111px;
}

.greyBox .footer
{
    background-image: url('images/graphics/greyBoxFooter.jpg');
    height: 3px;
    clear: both;
    margin-bottom: 15px;
}

/* product Box */

td.productList, td.Details
{
    vertical-align: top;
}

.productBox
{
    width: 370px;
    border: solid 1px #E5E5E5;
    display: block;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.productBox .Details
{
    padding: 5px 10px 5px 10px;
    width: 270px;
}

.productBox .Header
{
    background-color: #e5e5e5;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    height: 16px;
}

.productBox .Description
{
    font-size: 12px;
    height: 74px;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.productBox .Description span
{
    }

.productBox .Price
{
    font-size: 12px;
    height: 20px;
}

.productBox .Image
{
    width: 110px;
    border-right: solid 1px #E5E5E5;
    text-align: center;
    height: 110px;
}

.productBox .Image img
{
}


/* PRODUCT PAGE */

.productText p
{
    font-weight: bold;
    color: #F16821;
    margin: 0px;
}

.productText ul
{
    padding: 10px 0 20px 0;
    margin: 0px;
    list-style-type: none;
}

.productText li
{
    background-position: right top;
    color: #666666;
    padding: 0 20px 4px 20px;
    margin: 0px;
    background-image: url('images/graphics/bulletText.gif');
    background-repeat: no-repeat;
}

.productText .ltr li
{
    background-position: left top;
}

.productText a
{
    color: #666666;
}

.productText a:hover
{
    color: #F16821;
}
