@charset "utf-8";

.contentPadding{
	height: 100px;
}

.item{
	
}

.item .title{
	position: relative;
	background-image: url("../images/podpora_titleBackground.png");
	background-repeat: no-repeat;
	width: 960px;
	height: 46px;
	cursor: pointer;
	margin-top: 2px;
}

.item .title .name{
	position: absolute;
	top: 16px;
	left: 22px;
	font-family: Gotham-Light;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
}

.item .title .plusMinus{
	position: absolute;
	top: 10px;
	right: 15px;
	font-family: Gotham-Medium;
	font-size: 24px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: normal;
}

.item .items{
	padding-bottom: 20px;
	display: none;
}

.item .items .titleRow{
	height: 38px;
}

.item .items .line{
	padding-top: 8px;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 8px;
}

.item .items table{
	width: 100%;
}

.item .items .col1{
	width: 22px;
}

.item .items .col2{
	width: 140px;
}

.item .items .col3{
	width: 648px;
}

.item .items .col4{
}