﻿#leftcol {
    clear: both;
	width: 175px;
	float: left;
	padding: 15px 20px 20px 0px;
}

#leftcol ul {
    list-style-image: url(../img/bullet.gif);
    font-weight: bold;
    padding: 7px 0px 20px 40px;
    vertical-align: bottom;
    line-height: 150%;
}

#leftcol ul ul {
    list-style-image: none;
    list-style: none;
    font-weight: normal;
    padding: 0;
    margin-top: 0px;
    font-size: 100%;
}

#leftcol ul ul li a:hover {
    background-color: #FFC719;
}

#leftcol ul ul li a.selected {
    color: #999999;
}

#content {
	padding: 15px 205px 0 200px;
}

#content_big {
    padding: 15px 205px 0 20px;
}


#partner {
    clear: both;
    padding-left: 200px;
}

#partner td {
    padding-right: 7px;
}

.popup {
    width: 250px;
    min-height: 300px;
    border: 1px solid #000000;
    color: #000000;
    background-color: #FFFFFF;
    position: absolute;
    top: 250px;
    left: 25%;
}

.popup .head {
    height: 20px;
    color: #FFFFFF;
    background-color: #990000;
    border-bottom: 1px solid #000000;
}

.popup .contents {
    padding: 10px;
}

.popup ul {
    list-style-type: disc;
    padding-left: 15px;
}

img.news {
    float: left;
    margin-right: 10px;
}

