/* --------- */
/*    Adv    */
/* --------- */

div.Layout div.Container.Shadow.AdvCt
{
    float: left;
}

/* frontpage */
div.Layout div.Container.Shadow.AdvCt.pos2
{
    float: right;
}

/* adv fix */
.TopPane .Advs img
{
    width: 900px;
    height: 250px;
}

/* --------- */
/*    News   */
/* --------- */
.News img
{
    display: block;
    margin-bottom: 10px;
}
.News .DateText
{
    color: #86888C;
    font-size: 12px;
}
.News .item .DateText
{
    padding-left: 4px;
}

.News .Current .Title
{
    font-weight: bold;

    width: 100%; /*Fancy font kravdi hettar..*/
}
.News .Current .Text
{
    margin-top: 10px;
}

.News .List
{
    margin-top: 20px;
    padding-top: 10px;
    border-top: solid 1px #E2E3E4; /* Color from .Border in main*/
    width: 100%;
}
.News .List .item
{
    width: auto;
    margin-bottom: 6px;
}


.NewsSnippet
{
    margin-bottom: -10px;
}

.NewsSnippet .Item
{
    overflow: hidden;
    margin-bottom: 40px;
}

.NewsSnippet .Image
{
    width: 124px;
    height: 61px;
    background-position: center center;
    float: left;
}
.NewsSnippet .Image .Border
{
    background: url('../Images/newsborder.gif') no-repeat center center;
    height: 100%;
    width: 100%;
}

.NewsSnippet .Info
{
    float: right;
    width: 198px;
}

.NewsSnippet .Title
{
    display: block;
}

.NewsSnippet .readmore
{
    color: #6ebb31;
}

.ie6 .NewsSnippet .Item
{
    height: 75px;
    overflow: visible;
}

/* ---------- */
/*    Forms   */
/* ---------- */

.Forms div
{
    min-height: 24px;
    background-color: #f3f3f4;
    margin: 2px 0;
    overflow: hidden;
}
.Forms span
{
    width: 130px;
    float: left;
    line-height: 24px;
    padding-left: 8px;
    color: #86888C;
    font-weight: bold;
    font-size: 12px;
}

.Forms .Text.Heading
{
    border-top: solid 1px #d3d2e3;
    background-color: #221f73;
    border-bottom: solid 2px #78ab41;
    height: 21px;
    line-height: 22px;
    color: #fff;
    padding: 0 8px;
    font-weight: bold;
    font-size: 12px;
}

.Forms .Text.Regular
{
    padding: 0 8px;
}

.Forms input.Large, .Forms textarea.Large
{
    width: 242px;
    margin: 2px 0;
}

.Forms .Button
{
    margin-top: 10px;
    background: url('../Images/greenButton.jpg') no-repeat 0 0;
    float: right;
}
.Forms .Button input
{
    border: 0;
    cursor: pointer;
    background: url('../Images/greenButton.jpg') no-repeat right 0;
    margin: 0 0 0 10px;
    padding: 3px 15px 10px 0px;
    color: #fff;
    font-weight: bold;
}


/* validation */
.Forms div.ValidationMessage
{
    min-height: 0;
    *min-height: auto;
    *height: 0;
}
.Forms div.NormalRed
{
    padding-left: 142px;
    color: Red;
    font-size: 10px;
    min-height: 18px;
    margin: 0;
}

/* special fix */
.Forms .CheckBoxList span
{
    display: none;
}
.Forms .CheckBoxList span.optionsForm
{
    display: block;
    width: 380px;
}

/* ---------- */
/*  Contacts  */
/* ---------- */

.Contacts img
{
    float: left;
    width: 80px;
    margin-right: 5px;
}

.Contacts div
{
    overflow: hidden;
    padding-right: 5px;
    font-size: 12px;
}

.Contacts .Contact
{
    width: 50%;
    float: left;
    padding:0;
    margin-bottom: 15px;
}