﻿#baseinfo
{
    line-height: 150%;
}

#baseinfo h2
{
    background-color: #E3EEF8;
    border-bottom: 1px solid #B8D4E8;
    display: block;
    font-size: 14px;
    margin-top: 1px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 4px;
}

.category
{
    border-bottom: 1px solid #DDDDDD;
    line-height: 20px;
    margin: 15px 15px 10px;
    padding-bottom: 7px;
}
#baseinfo span {
    color:#999999;
    font-weight:bold;
    height:auto;
    position:absolute;
}
#baseinfo dl
{
    margin-bottom: 10px;
    margin-left: 50px;
}
#baseinfo dt
{
    color: #666666;
    float: left;
    font-weight: bold;
    line-height: 21px;
    padding-right: 5px;
    text-align: right;
    width: 160px;
}
#baseinfo dd {
    float:left;
    line-height:21px;
}

.column
{
	float: left;
	width: 48%;
	min-width: 400px;
	margin-right: 10px;
}
p
{
	margin: 5px 0 5px 0;
	padding: 0px;
}
p label
{
	display: inline-block;
	width: 120px;
	text-align: right;
	margin-right: 5px;
}
.hidden
{
	display: none;
}

