﻿html, body 
{
    height: 100%;
}

body 
{
    margin: 0;
    padding: 0;
    background: url(images/pixel-gray.gif);
    font: 0.8em Arial;
}

div.Container 
{
    direction: rtl;
    width: 780px;
    min-height: 100%;
	height: auto !important;
	height: 100%;
    margin: 0 auto -38px;
    background: #bbbbbb url(images/Header-Background.gif) repeat-x;
}

div.Header 
{
}

div.Logo 
{
    padding-top: 15px;
    margin-right: 44px;
    width: 214px;
    height: 31px;
    background: url(images/Logo.gif) no-repeat bottom;
}

div.Logo a 
{
    display: block;
    height: 100%;
}

div.Slogan 
{
    margin-right: 44px;
    color: #ffffcc;
    font: 14px Arial;
    margin-bottom: 10px;
}


div.Menu 
{
    margin: auto;
    width: 692px;
    height: 211px;
    background: white;
}

div.Menu ul 
{
    list-style-type: none;
    padding: 25px 30px 0 0;
    margin: 0;
    float: right;
}

div.Menu ul li 
{
    background: url(images/Menu-Bullet.gif) no-repeat right center;
    padding-right: 43px;
    margin: 5px 0;
}

div.Menu ul li a 
{
    font: 14px Arial;
    color: Black;
    text-decoration: none;
}

div.Menu ul li a:hover 
{
    text-decoration: underline;
}

div.Header-Image 
{
    width: 530px;
    height: 194px;
    margin: 8px;
    _margin: 8px 4px;
    float: left;
}

div.Content 
{
    width: 692px;
    margin: 10px auto;
}

div.Boxes 
{
    width: 120px;
    float: right;
    border-left: 1px solid #999999;
    padding: 10px;
}

div.Boxes form
{
    margin: 0;
}

div.Boxes form input 
{
    width: 100%;
    font: 12px Arial;
    border: 1px solid #666666;
}

div.Boxes button 
{
    cursor: pointer;
}

div.Boxes h3 
{
    font: bold 16px Arial;
    color: #993333;
    margin: 0 0 10px 0;
}

div.Boxes ul 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.Boxes ul li a 
{
    text-decoration: none;
    color: #333333;
    font: bold 14px Arial;
}

div.Boxes ul li a:hover 
{
    color: #F2F3B7;
}

div.Dotted 
{
    border-bottom: 1px solid #999999;
    margin: 10px 0;
}

div.Content-Text 
{
    width: 522px;
    margin-right: -1px;
    border-right: 1px solid #999999;
    float: right;
    color: #333333;
    padding-right: 20px;
}

div.Content-Text a 
{
    color: #333333;
    font-weight: bold;
}

div.Content-Text a:hover 
{
    color: #F2F3B7;
}

div.Content-Text h1 
{
    font: bold 22px Arial;
    margin: 0;
    color: #993333;
}

div.Content-Text h3 
{
    font: bold 18px Arial;
}

div.Content-Text h3 a 
{
    color: #333333;
}

div.Content-Text h3 a:hover 
{
    text-decoration: none;
}

div.Content-Text p, div.Content-Text ul, div.Content-Text ol
{
   margin-top: 0;
   margin-bottom: 0;
}

div.Article-Item table 
{
    width: 100%;
}

div.Article-Item table td
{
    vertical-align: top;
}

td.Preview-Image 
{
    width: 110px;
}

div.Article-Item table td.Preview-Image a img
{
    display: block;
    margin-top: 4px;
    border: 1px solid #993333;
    margin-left: 10px;
}

a.Read-More 
{
    display: block;
    background: #666666;
    color: white !important;
    padding: 2px 5px;
    float: right;
    margin-top: 10px;
    text-decoration: none;
}

a.Read-More:hover 
{
    background: #999999 !important;
}

div.Push 
{
    height: 48px;
    //height: 38px;
    clear: both;
}

div.Footer
{
    height: 38px;
}

div.Footer 
{
    direction: rtl;
    width: 780px;
    margin: auto;
    background: url(images/Footer-Background.gif) repeat-x;
}

div.Footer a 
{
    color: #ffffcc;
}

div.Copyrights 
{
    font: 11px Arial;
    color: #ffffcc;
    padding: 10px;
}

div.Pagin 
{
    clear: both;
}


div.Site-Crumb-Trails a, div.Pagin a
{
    color: #993333;
}

div.Comment-Header 
{
    padding: 0 5px;
}

div.Comments 
{
    padding: 0 5px;
}

div.Comments ol
{
    padding: 0;
}

div.Content ol 
{
    margin-top: 0;
    margin-bottom: 0;
}

div.Content ol li 
{
    margin-bottom: 10px;
}

div.Content ol li a 
{
    color: Blue;
}

div.Content ol li a:hover 
{
    text-decoration: none;
}

form.Contact label 
{
    display: block;
    font-weight: bold;
}

form.Contact input.input 
{
    width: 300px;
}

form.Contact textarea.input
{
    width: 300px;
    height: 100px;
}

div.Content button 
{
    width: 60px;
    cursor: pointer;
}

form label.lblCheckbox 
{
    display: inline;
}

.Hidden 
{
    display: none;
}

div.AddComment 
{
    direction: rtl;
    padding: 0 5px;
}

div.AddComment h3 
{
    background: none;
    color: Black;
    cursor: pointer;
    padding: 0;
}

div.AddComment form label 
{
    display: block;
    font: bold 12px Arial;
}

div.AddComment form .InpLike 
{
    width: 200px;
}

div.AddComment form textarea
{
    width: 200px;
    height: 100px;
    font: 12px Arial;
}

div.AddComment form .button 
{
    width: 80px;
    cursor: pointer;
}

span.Comments-Count 
{
    font: 11px Arial;
    color: Gray;
    text-transform: none;
}

div.Comment-Text 
{
    padding: 10px 0;
    
}

div.Comment-Hidden {
    display:none;
}

span.Comment-User 
{
    color: #666666;
    font: bold 11px Arial;
}

span.Comment-Date 
{
    font: 10px Arial;
}

div.Comment-Wrapper 
{
    border: 1px solid #999999!important;
    margin-bottom: 10px;
    background: #efefef!important;
}

div.Comments-Wrapper-Start 
{
    padding: 5px;
    border: 1px solid White;
}

div.Comment-Title a 
{
    color: Black;
    text-decoration: none;
    font-weight: bold;
}

div.Comment-Title a:hover 
{
    text-decoration: underline;
}

span.required 
{
    color: Red;
}

div.Gallery-Thumbs 
{
    margin-top: 10px;
}

a.Gallery-Title
{
    font-size: 12px !important;
    color: #333333;
}

a.Gallery-Title:hover 
{
    color: #666666 !important;
}

div.Gallery 
{
    padding-top: 10px;
}

div.Gallery-Item 
{
    width: 100px;	
    min-height: 135px;
    padding: 6px 6px 10px 6px;
    _padding: 4px 4px 10px 4px;
    _height: 120px;
    margin: 5px;
    float: right;
    text-align: center;
    background: white;
}

div.Gallery-Thumb a img 
{
    border: 1px solid #999999;
    width: 100px;
    height: 100px;
}

div.Gallery-Thumb a:hover
{
    color: #666666 !important;
}

div.Gallery a.Picture 
{
    display: block;
    text-align: center;
}

div.Gallery a.Picture img 
{
    border: 1px solid #993333;
}

div.Gallery a.Picture:hover img 
{
    border: 1px solid #999999;
}

div.Gallery div.Picture-Navigation 
{
    text-align: center;
    padding-bottom: 10px;
}

div.Product-Thumbs 
{
    margin: 10px;
}

div.Product-Thumbs a 
{
    width: 100px;
    height: 140px;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

div.Product-Thumbs a img 
{
    border: 2px solid #8a8778;
}

div.Product-Thumbs a div 
{
    text-align: center;
}
