﻿/*CSL*/
.topRightCorner
{
    position:fixed;
    top:10px;
    right: 10px;
    float: right;
    min-width: 250px;
    min-height: 80px;
    z-index: 5;
}

.phone .topRightCorner {
    display: none;    
}

.RightCornerUpper, .RightCornerDown
{
    min-height: 35px;
    min-width: 100%;
    display:block;
}

.Header_background
{
    clear:both;
}