@charset "utf-8";

/* ----------------------------------------------
 * COMMON
 * ---------------------------------------------- */
#products h2 {
	border-bottom: 1px solid #d4d4d4;
	margin: 40px 0 30px;
	padding-bottom: 20px;
	padding-right:200px;
	font-size: 26px;
}
#products .intro {
	margin-bottom: 30px;
}
#products .intro .description {
	margin-bottom: 30px;
}
#products .contentsType {
	display: none;
}
#products .belowSelectProduct {
	display: none;
}

/* ----------------------------------------------
 * mod-accordion
 * ---------------------------------------------- */
#products .mod-accordion .mod-accordion dt {
	margin-top: 20px;
	margin-bottom: 0;
}
#products .mod-accordion .mod-accordion dd .inner {
	padding: 20px 0;
}
#products .mod-accordion dd {
	display: block;
}
#products .mod-accordion dd.initClose {
	display: none;
}

/* ----------------------------------------------
 * productTitle
 * ---------------------------------------------- */
#products #productTitle {
	position: relative;
	overflow: hidden;
}
#products #productTitle .mod-button-plane {
	position: absolute;
	right: 0;
	top: 5px;
}
#products #productTitle .photo {
	display: inline-block;
	float: left;
}
#products #productTitle .name {
	float: right;
	width: 720px;
}
#products #productTitle .name h2 {
	margin: 0;
}

/* ----------------------------------------------
 * softwareTitle
 * ---------------------------------------------- */
#products #softwareTitle {
	position: relative;
	overflow: hidden;
}
#products #softwareTitle .mod-button-plane {
	position: absolute;
	right: 0;
	top: 45px;
}

/* ----------------------------------------------
 * pseudoTable
 * ---------------------------------------------- */
#products .pseudoTable {
	display: table;
	border: 1px solid #d4d4d4;
	width: 100%;
}
#products .pseudoTable,
#products .pseudoTable .row,
#products .pseudoTable .col {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
}
#products .pseudoTable .row {
	display: table-row;
}
#products .pseudoTable .col {
	display: table-cell;
	border: 1px solid #d4d4d4;
	vertical-align: middle;
}
#products .pseudoTable .header .col {
	border-bottom: none;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	background: #ededed;
}
#products .pseudoTable .col {
	padding: 15px 10px;
}

/* ----------------------------------------------
 * selectContents
 * ---------------------------------------------- */
#showSection .selectContents li {
	display: none;
}
#showSection.manual .selectContents .manual,
#showSection.firmware .selectContents .firmware,
#showSection.software .selectContents .software {
	display: block;
}
 
#products .selectContents {
	margin-bottom: 40px;
}
#products .selectContents ul {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}
#products .selectContents li {
	float: left;
	/*display:table;*/
	margin-right: 21px;
	padding-bottom: 24px;
	width: 306px;
	height: 100px;
}
#products .selectContents li:before {
	display: none !important;
}
/*#products .selectContents li:nth-child(3)*/
#products .selectContents li:first-child + li + li {
	margin-right: 0;
}
#products .selectContents li span,
#products .selectContents li a {
	position: relative;
	display: table-cell;
	border: 1px solid #d4d4d4;
	padding:0 25px 0 110px;
	width: 306px;
	height: 100px;
	line-height: nomal;
/*	text-align: center;*/
	font-size: 18px;
	vertical-align:middle;
}
html:lang(lv) #products .selectContents li span,
html:lang(lv) #products .selectContents li a{
	font-size: 13px;
}

html:lang(pl) #products .selectContents li span,
html:lang(pl) #products .selectContents li a {
	font-size: 15px;
}

#products .selectContents li span {
	font-weight: bold;
}
#products .selectContents li span:before,
#products .selectContents li a:before {
	display: block;
	content: '';
}
#products .selectContents li.manual span:before,
#products .selectContents li.manual a:before {
	position: absolute;
	left: 20px;
	top: 28px;
	width: 62px;
	height: 47px;
}
#products .selectContents li.manual span:before {background: url(/common2/img/page-products/bg_icon_01-on.png) left top no-repeat;}
#products .selectContents li.manual a:before {background: url(/common2/img/page-products/bg_icon_01.png) left top no-repeat;}

#products .selectContents li.firmware a:before,
#products .selectContents li.firmware span:before {
	position: absolute;
	left: 20px;
	top: 16px;
	width: 74px;
	height: 55px;
}
#products .selectContents li.firmware span:before {background: url(/common2/img/page-products/bg_icon_02-on.png) left top no-repeat;}
#products .selectContents li.firmware a:before {background: url(/common2/img/page-products/bg_icon_02.png) left top no-repeat;}

#products .selectContents li.software span:before,
#products .selectContents li.software a:before {
	position: absolute;
	left: 20px;
	top: 16px;
	width: 72px;
	height: 59px;
}
#products .selectContents li.software span:before {background: url(/common2/img/page-products/bg_icon_03-on.png) left top no-repeat;}
#products .selectContents li.software a:before {background: url(/common2/img/page-products/bg_icon_03.png) left top no-repeat;}

#products .selectContents li span:after {
	position: absolute;
	left: 0;
	top: 100px;
	display: block;
	content: '';
	width: 304px;
	height: 24px;
	background: url(/common2/img/page-products/bg_01.png) left top no-repeat;
}
#products .selectContents li a {
	color: #4d4d4d;
	background: #ededed;
}
#products .selectContents li a:hover {
	text-decoration: none;
}
#products .selectContents li a:after {
	position: absolute !important;
	right: 10px;
	top: 33px;
	/*top: 33px\9;*/
	font-weight: normal;
	font-size: 20px;
	font-family: FontAwesome;
	content: "\f105";
	/*-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);*/
}

/* ----------------------------------------------
 * contents
 * ---------------------------------------------- */
#products .contents ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#products .contents h3 {
	margin-top: 0;
	font-size: 20px;
}
#products .contents .section {
	margin-bottom: 40px;
}
#products .contents .section:last-child {
	margin-bottom: 0;
}
#products .contents ul li:before {
	float: left;
	display: block;
	content: '';
	font-weight: normal;
	font-size: 8px;
	font-family: FontAwesome;
	content: "\f0c8";
	line-height: 22px;
}
#products .contents ol {
	margin: 0;
	padding: 0;
	margin-left: 1.8em;
	padding-left: 0;
}
#products .contents li p {
	margin: 0 0 5px;
	margin-left: 20px;
}
#products .contents li:last-child p {
	margin-bottom: 0;
}

/* ----------------------------------------------
 * registRSS
 * ---------------------------------------------- */
#products .registRSS {
	margin: 50px 0;
}
#products .registRSS a {
	margin-right: 40px;
	font-weight: bold;
}
#products .registRSS a:before {
	float: left;
	content: '';
	display: block;
	margin-right: 10px;
	width: 14px;
	height: 15px;
	background: url(/common2/img/page-products/icon_01.png) left center no-repeat;
}
#products .registRSS p {
	line-height: 15px;
}

/* ----------------------------------------------
 * manual
 * ---------------------------------------------- */
#manual .title {
	overflow: hidden;
	margin-bottom: 20px;
}
#manual .title .photo {
	float: left;
}
#manual .title .name {
	margin: 0;
	margin-left: 240px;
	width: 720px;
}
#manual .title .name h2 {
	margin: 0;
}
#manual .scrollable {
	overflow-y: scroll;
	border: 1px solid #ccc;
	padding: 20px;
	height: 198px;
}
#manual .scrollable p {
	margin: 5px 0 20px;
}
#manual .scrollable .last {
	text-align: right;
	margin-bottom: 0;
}

/* pseudoTable */
#products .pseudoTable .col {
	width: 25%;
}
#products .pseudoTable .col.buttonCol {
	text-align: center;
}
#products .pseudoTable .col .button {
	width: 190px;
	height: 39px;
	line-height: 39px;
	font-size: 18px;
}
#products .pseudoTable .col .button span:after {
	float: right;
	display: block;
	content: '';
	margin-top: 10px;
	width: 18px;
	height: 18px;
	background: url(/common2/img/page-products/icon_02.png) left top no-repeat;
}

/* description */
#products .description dt {
	border-bottom: 2px solid #d4d4d4;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
#products .description dt a {
	color: #4d4d4d;
	text-decoration: none;
}
#products .description dd {
	margin: 0 0 30px;
}
#products .description dd:last-child {
	margin-bottom: 0;
}

/* ----------------------------------------------
 * viewer
 * ---------------------------------------------- */
#products .viewer {
	overflow: hidden;
	margin-top: 10px;
}
#products .viewer h2 {
	border: none;
	margin: 0 0 10px;
	padding: 0;
	font-size: 16px;
}
#products .viewer .icon {
	float: left;
}
#products .viewer .info {
	margin-left: 120px;
}
#products .viewer p {
	margin: 0 0 10px;
	font-size: 14px;
}
#products .viewer p.annotation {
	font-size: 12px;
}
#products .viewer li:before {
	float: none !important;
	display: inline-block !important;
	font-size: 14px !important;
	content: "\f105" !important;
}
