﻿/* Default CSS Stylesheet for a new Web Application project */
body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.MenuClass {
    top: 109px;
    margin-bottom: 45px;
    position: absolute;
    z-index: 101;  
    width: 200px;
    left: 0px;
}

#mainTop {
    margin-left: 206px;
    margin-top: 10px;
    background-image: url(/webshop/images/frame_t.gif);
    background-repeat:no-repeat;
    width: 650px;
    height: 20px;
}

.MainClass {
    margin-left: 206px;
    padding: 10px 35px 20px 35px;
    background-image: url(/webshop/images/frame_m.gif);
    width: 578px;
    min-height: 350px;
}

.BasketClass {
    margin-left: 206px;
    background-image: url(/webshop/images/frame_b.gif);
    background-repeat:no-repeat;
    width: 648px;
    height: 21px;
}

.HideOverflow {
    text-overflow: ellipsis;
	overflow: hidden;
    white-space: nowrap;
}

.TopBtnClass {
    position: absolute;
    text-align: right;
    left: 215px;
    width: 585px;
    top: 135px;
    z-index: 102;
    font-weight: bold;
}

.Bottom {
    width: 848px;
    font-size: 2;
    text-align: center;
}

.thBackGround {
    font-weight: bold;
    font-size: 11px;
    background-image: url(/webshop/images/topp_bar.gif);
}

.tbBackGround {
    font-weight: bold;
    font-size: 11px;
    background-image: url(/webshop/images/topp_bar.gif);
}

.lblPersonData {
    font-size: 1.1em;
    width: 200px;
    padding: 3px 0px 3px 2px;
    margin-bottom: 4px;
    overflow: hidden;
    border: solid 1px Silver;
    display: block;
}

.InfoWindow {
    position: absolute;
    z-index: 1001;
    top: 200px;
    height: 160px;
    width: 280px;
    padding: 8px;
    left: 350px;
    border: solid 1px gray;
    background-color: White;
}
.faq_head 
{
    margin:8px 0px 8px 0px;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}
.faq_txt 
{
    margin:0px 0px 10px 20px;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    color: #000000;
}
