﻿body
{
    background-position: right;
    font-family: Arial;
    font-size: 20px;
    color: #0e3655;
    background-image: url('../../images/grad-lines.png');
    background-repeat: repeat-y;
    background-attachment: fixed;
    margin: 0px 20px 20px 20px;
    direction: rtl;
}
a, a:active, a:hover, a:link, a:visited
{
    text-decoration: none;
}
input, select, textarea
{
    border: 1pt solid #0e3655; /*Removes border*/
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-radius: 3px;
}


#imageProductContent
{
    direction: ltr;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #727272;
    text-align: left;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-radius: 3px;
}
.productContainner
{
    direction: ltr;
    margin-right: 320px;
    margin-top: 0px;
    width: 400px;
    text-align: left;
}
.productItem
{
    border: 1px solid #C0C0C0;
    direction: ltr;
    margin-right: 320px;
    margin-top: 0px;
    width: 400px;
    text-align: left;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 103px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-radius: 10px;
}
.productItem th
{
    font-weight: bold;
    font-size: 14px;
    color: Black;
    padding-bottom: 5px;
}

