@charset "utf-8";

.single_image {
	float:left;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:10px;
	width:auto;
	height:auto;
	cursor:pointer;
	font-size:10px;
	clear: right;
}

.single_image:hover {
    color: #f78c00;
}

.big_image {
	position:absolute;
	width:100%;
	height:100%;
	z-index: 1;
	top: 0px;
	right: 0px;
	visibility: hidden;
}

.big_image_bg {
	background-color:#000;
	opacity: 0.5;
	width:100%;
	height:100%;
}

.big_image_image {
	position:absolute;
	width:auto;
	height:auto;
	top: 0px;
	left: 0px;


}

.closeBtn{
	position:relative;
	padding-top: 5px;
	margin-left: 0px;
}

.imgCaption {
	font-size: 18px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
}

.description{
	float:left;
	width:auto;
	min-height:150px;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
}

.description_txt{
	margin-top:10px;
}

.info_block{
	position:relative;
	margin-top: 15px;
	height:auto;
	display:block;
	height:auto;
}

.caption{
	color: #2F71AD;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14pt;
	font-weight: normal;
	width:auto;
	height:auto;
	display:block;
}

.info_block_txt{
	overflow:auto;
	height:auto;
	display:block;
}

.product_field{
	float:left;
	width:48%;
	height:auto;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #2F71AD;
	margin-right: 10px;
}

.product_field_title{
	float:left;
	width:40%;
	height:auto;
	font-weight: bold;
}

.product_field_data{
	float:left;
	width:60%;
	height:auto;
}

.download_field{
	float:left;
	width:auto;
	height:auto;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #2F71AD;
	margin-right: 15px;
}


.features{
	position:relative;
	margin-top: 15px;
	height:auto;
	display:block;
	height:auto;
}

.features_caption1{
	color: #2F71AD;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14pt;
	font-weight: normal;
	width:auto;
	height:auto;
	display:block;
}
.features_caption2{
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13pt;
	font-weight: bold;
	width:auto;
	height:auto;
	display:block;
}

.features_item{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #2F71AD;
	width:98%;
	margin-bottom:5px;
}

.feature_image{
}

.feature_desc{
	float:left;
	width:75%;
	height:auto;
}

.feature_title{
	float:left;
	width:100%;
	height:auto;
	font-weight: bold;
}

.feature_txt{
	float:left;
	width:100%;
	height:auto;
}

.clear:after {
        content: "&nbsp;";
        display: block;
        clear: both;
        visibility: hidden;
        height: 0;
        line-height: 0;
}

ol{
	margin-top:3px;
	margin-bottom:3px;
}

li{
	font-size: 11pt;
}