@charset "utf-8";

#subMenuClicked{
	display: none;	
}

#page .visual{
	height: 407px;
	position: relative;
	overflow: hidden;
	background-image: url('../images/software_slide1.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

#page .visual .content{
	position: relative;
	width: 960px;
	height: 100%;
	margin: auto;
}

#page .visual .content .title{
	position: absolute;
	left: 453px;
	top: 97px;
	font-family: Gotham-Book;
	font-size: 35px;
	color: #475456;
	line-height: 35px;
	text-transform: uppercase;
}

#page .visual .content .text{
	position: absolute;
	left: 646px;
	top: 269px;
	font-family: Gotham-Light;
	font-size: 12px;
	color: #303030;
	line-height: 20px;
}

#page .line{
	height: 3px;
	background-image: url("../images/centralPanel_line.png");
	background-position: center center;
	background-repeat: no-repeat;
}

#page .infoContainer{
	padding-top: 35px;
}

#page .infoContainer table{
	width: 100%;
}

#page .infoContainer .topPart .vSep1{
	width: 28px;
}


/* left side */
#page .infoContainer .topPart .leftSide{
	width: 292px;
}

#page .infoContainer .topPart .leftSide .photoContainer{
	width: 292px;
}

#page .infoContainer .topPart .leftSide .photoHidden{
	display: none;
}

#page .infoContainer .topPart .leftSide .title{
	font-family: Gotham-Book;
	font-size: 30px;
	color: #f08002;
	padding-top: 8px;
}

#page .infoContainer .topPart .leftSide .tuvImage{
	padding-top: 20px;
	padding-left: 7px;
}



/* right side */
#page .infoContainer .topPart .rightSide{
}

#page .infoContainer .topPart .rightSide .title{
	font-family: Gotham-Book;
	font-size: 48px;
	line-height: 40px;
	color: #f08002;
	text-transform: uppercase;
}

#page .infoContainer .topPart .rightSide .text{
	font-family: Gotham-Light;
	font-size: 12px;
	line-height: 20px;
	color: #303030;
	padding-top: 15px;
}


/* left side */
#page .infoContainer .bottomPart .leftSide{
	width: 325px;
}

#page .infoContainer .bottomPart .leftSide .title{
	font-family: Gotham-Book;
	font-size: 30px;
	color: #f08002;
	padding-top: 20px;
	padding-bottom: 15px;
}

#page .infoContainer ..bottomPart leftSide .tuvImage{
	padding-top: 15px;
	padding-left: 7px;
}

#page .infoContainer .leftSide .madeInImage{
	padding-left: 7px;
	padding-top: 24px;
}


/* right side */
#page .infoContainer .bottomPart .rightSide1{
	
}

#page .infoContainer .bottomPart .rightSide1 .title{
	font-family: Gotham-Book;
	font-size: 30px;
	color: #f08002;
	padding-top: 30px;
	padding-bottom: 15px;
}

#page .infoContainer .bottomPart .rightSide2{
	width: 151px;
}

#page .infoContainer .bottomPart .rightSide2 .downloadButtonContainer{
	padding-top: 10px;
}

#page .infoContainer .bottomPart .rightSide2 .downloadButtonContainer .downloadBtn{
	background-image: url('../images/download_btn.png');
	background-repeat: no-repeat;
	width: 151px;
	height: 55px;
	cursor: pointer;
	margin: auto;
}

#page .infoContainer .bottomPart .rightSide2 .downloadButtonContainer .downloadBtn table{
	width: 100%;
	height: 100%;
}

#page .infoContainer .bottomPart .rightSide2 .downloadButtonContainer .downloadBtn .image{
	width: 68px;
}

#page .infoContainer .bottomPart .rightSide2 .downloadButtonContainer .downloadBtn .text{
	font-family: Gotham-Medium;
	font-size: 12px;
	color: #3c3c3c;
}

#page .infoContainer .basicInfoContainer{
	
}

#page .infoContainer .basicInfoContainer .item{
	
}

#page .infoContainer .basicInfoContainer .item .title{
	position: relative;
	background-image: url("../images/podpora_titleBackground.png");
	background-repeat: no-repeat;
	background-position: right center;
	width: 635px;
	height: 46px;
	cursor: pointer;
	margin-top: 2px;
}

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

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

#page .infoContainer .basicInfoContainer .item .detail{
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 22px;
	padding-top: 10px;
	display: none;
}


