/* vHead */
.vHeadDiv {
    margin-top: 14px;
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    margin-bottom:0;
}

.vHeadRubriz {
	font: Arial;
	font-size: 10px;
	font-weight: normal;
	color: rgb(164, 164, 164);
    text-transform: uppercase;
}
.vHeadLogo {
    float: right;
    width: 200px;
    text-align:right;
    margin:0 9px 0 0;
}
.vHeadLink, .vHeadLogo span {
	font: Arial;
	font-size: 11px;
	font-weight: normal;
	color: rgb(164, 164, 164);
}

.vHeadLine {
	margin:11px 0 13px 9px;
}

.vHeadZLine {
    margin-bottom: 10px;
    margin-left: 21px;
}
.vHeadZLineLast {
    margin-left: 21px;
}

.Tliql .vHeadZLine,.Tliql .vHeadZLineLast {
	margin-left: 40px;
}

.vHeadImg {
	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin-right: 7px;
}

.vHeadItem {
	white-space: nowrap;
	width: 99px;
	float: left;
}

.Tliql .vHeadItem {
	float: left;
	width: 132px;
	/* width: 165px; */
}

.vHeadItemLast {
	white-space: nowrap;
	width: 123px;
	float: left;
}

.Tliql .vHeadItemLast {
	white-space: nowrap;
	width: 140px;
	float: left;
}

.vHeadInput {
    float: left;
    margin-right:20px;
}

.vHeadInput  span{
    font: Arial;
    font-size: 12px;
    font-weight: normal;
    color: rgb(75, 75, 75);
    vertical-align:top;
}

.vHeadRadio {
	margin-right: 7px;
}
