body, html {
	margin:0 auto;
}
#content {
	width:1200px;
	margin:0 auto;
	margin-top:60px; 
	text-align: left;  
}
.clear{
	clear:both;
}
#multipage_bar {
	height:50px;
	width:100%;
	background:#006CFF;
	position:fixed;
	top:50px;
	color:#fff;
	left:0px;
	display:block;
	z-index:1000000;
	border-bottom:10px solid #F4F4F4;
	text-align:center;
}
#multipage_bar  a {
	color:#fff;
	line-height:50px;
	padding-left:30px;
	padding-right:30px;
}
#multipage_next:after {
	font-family:'icomoon';
	font-size:20px;
	content:'\00CA';
	display:inline-block;
	vertical-align:middle;
	float:right;
}

#multipage_prev:before{
	font-family:'icomoon';
	content:'\00C9';
	float:left;
	font-size:20px;
	vertical-align:middle;
	display:inline-block;
}

#multipage_next:hover, #multipage_prev:hover {
	background:#fff;
	color:#006CFF;
}
#multipage_next {
	position:absolute;
	right:0px;
	top:0px;
}
#multipage_prev {
	position:absolute;
	left:0px;
	top:0px;
}
#multipage_bar form {
	margin:0 auto;
	width:1200px;
	position:relative;
	height:50px;
	display:block;
}
#top_menu_bar {
	height:50px;
	width:100%;
	background:#ffffff;
	position:fixed;
	top:0px;
	color:#707070;
	left:0px;
	display:block;
	z-index:1000000;
	text-align:center;
	font-size:16px;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(191,191,191,1);
	-moz-box-shadow: 0px 10px 10px 0px rgba(191,191,191,1);
	box-shadow: 0px 10px 10px 0px rgba(191,191,191,1);
}

#top_menu_bar .CC_logo {
    height: 40px;
    padding: 5px;
    float: left;
    padding-left: 0px;
}
#div1200 {
	width:1200px;
	text-align:left;
	margin:0 auto;
}
#main_manual_title {
	font-size:32px;
	margin-bottom:30px;
	font-weight:400;
}
/*
#manual_navigation, #manual_navigation ul {
	list-style:none;
	padding:0px;
	width:1200px;
	margin:0px;
}
#manual_navigation  li {
	padding:0px;
	margin:0px;
	color:#000;
	background:#fff;
	
}
#manual_navigation  li a {
	color:#000;
	display:block;
	padding-left:10px;
	padding-right:10px;
	line-height:40px;
}#manual_navigation  li a:hover{
	background:#fafafa;
}
#manual_navigation .has_more {
	position:absolute;
	right:10px;
	top:0px;
	line-height:26px;
	
}
#manual_navigation .has_more:before{
	content: '>';
}
#manual_navigation  li:before {
    content: '';
    display:none;
    width: 0;
    margin-left: 0;
}
#manual_navigation .manual_level1 {
	position:relative;
	border-right:2px solid #F4F4F4;
	float:left;
}
#manual_navigation .manual_level2 {
	position:relative;
	
} 
#manual_navigation .manual_ul2 {
	position:absolute;
	top:40px;
	font-size:16px;
	left:0px;
	display:none;
}
#manual_navigation .manual_ul3 {
    position: absolute;
    top: -1px; 
    right: -300px;
    width: 300px;
    display: none;
}
#manual_navigation .manual_ul2 li {
	border-top:1px solid #F4F4F4;
		width:300px;
}
#manual_navigation .manual_ul3 li {
	border-top:1px solid #F4F4F4;
	border-left:1px solid #F4F4F4;
		width:300px;
}
#manual_navigation .manual_ul2 li a {
	line-height:26px;

}
#manual_navigation .manual_level1:hover > ul, #manual_navigation .manual_level2:hover > ul
{
  
    display: inline;
}*/

.manual_path {
	font-size:13px;
	line-height:20px;
	margin-top:30px;
	
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #006CFF;
	clear:both;
}
.manual_path  a {
	color:#000;
}
.manual_path a:hover{
	color:#666;
}
.related_topics {
	list-style:none;
	padding:0px;
	padding-top:15px;
	width:100%;
	border-top:1px solid #006CFF;
}
.related_topics li:before {
	content:'';
	margin:0px;
	display:none;
}
.pdf_list, .video_list {
	padding:0px;
	padding-top:15px;
	width:100%;
	border-top:1px solid #006CFF;
	list-style:none;
	
}
.pdf_list li:before, .video_list li:before {
	content:'';
	margin:0px;
	display:none;
}
.pdf_list li, .video_list li {
	margin-bottom:10px; 
}

.pdf_list a {
	color:#000;
	
}
.pdf_list a:hover{
	color:#666 !important;
}
.pdf_list a:before {
	content:'\2020';
	margin-right:5px;
	font-family:'icomoon';
}
.video_list li {
	float:left;
	margin-right:25px;
	margin-bottom:25px;
	background:#fff;
	width:320px;
	position:relative;
}
.video_list p {
	clear:both;
	padding:10px;
	font-size:12px;
	width:300px;
}
.video_list iframe {
	float:left;
	border:none;
	padding:0px;
	margin:0px; 

}
.last_edit {
	font-size:14px;
	color:#999;
}
.shadow {
	box-shadow:none !important; border-radius: 0px !important;
}
.shadow_no_border {
	box-shadow: none !important; 
}
.shadow img{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important; border-radius: 10px !important;
}
.shadow_no_border img{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important; 
}
#helpful {
	height:50px;
	border-top:1px solid #006CFF;
	border-bottom:1px solid #006CFF;;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:10px;
}
#helpful  p {
	float:left;
	margin:0px;
	line-height:50px;
	width:auto;

}
#support_form textarea {
	width:800px;
	height:150px;
	padding:5px;
	border:1px solid #ccc;
	margin-bottom:20px;
}
#support_form h1 {
	font-weight:normal;
}
.not_logged {
	padding-bottom:10px;
	 border-bottom: 1px solid #006CFF;
}
#support_form input[type=submit] {
	  border: 1px solid #006CFF;
	  height:50px;
	  line-height:50px;
	  width:120px;
	  clear:both;
	  display:block;
	  font-size:16px;
	  padding:0px;
	  background:#F4F4F4;
}
#support_form input[type=submit]:hover {
	cursor:pointer;
	color:#fff;
	background:#006CFF;;
}
/* Customize the label (the container) */
#helpful .container {
  display: inline-block;

  position: relative;

height:50px;
	margin-left:20px;
	color:#006CFF;;
	width:102px;
  cursor: pointer;
  font-size: 16px;
line-height:50px;
text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
#helpful .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
#helpful .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  width: 100px;
  background-color: #F4F4F4;
  border: 1px solid #006CFF;
}

/* On mouse-over, add a grey background color */
#helpful .container:hover input ~ .checkmark {
  background-color: #006CFF;
  color:#fff;
}

/* When the radio button is checked, add a blue background */
#helpful .container input:checked ~ .checkmark {
  background-color: #006CFF;
  color:#fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
#helpful  .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
#helpful  .container input:checked ~ .checkmark:after {
  display: block;
}

/* ----------------------- custom select -------------------*/
	/* The container must be positioned relative: */
.custom-select {
  position: relative;
	width:600px;
	margin:0 auto;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {

}

/* Style the arrow inside the select element: */
.select-selected:before {
    font-size: 20px; 
    margin-right:10px;
    vertical-align:middle;
  content: "\00CC";
 	font-family:'icomoon';
 
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
 top: 14px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color:#006CFF;
 	line-height:48px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}
.select-selected {
	color:#fff;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
 
  left: 0;
  right: 0;
  z-index: 99999999999999999;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  color:#666;
}

#multipage_prev_bottom, #multipage_next_bottom {
	background:#006CFF;
	color:#fff;
	line-height:50px;
	width:150px;
	display:block;
	text-align: center;
	position:relative;
	margin-top:20px;
	margin-bottom:20px;
}
#multipage_prev_bottom:hover, #multipage_next_bottom:hover{
	background:#666;
}
 #multipage_next_bottom {float:right;}
 #multipage_prev_bottom {float:left;}
 
 #multipage_prev_bottom:before {
 	font-family:'icomoon';
	content:'\00C9';
	left:10px;
	top:0px;
	position:absolute;
	font-size:20px;
	vertical-align:middle;
	display:inline-block;
 }
 #multipage_next_bottom:after {
	font-family:'icomoon';
	font-size:20px;
	content:'\00CA';
	right:10px;
	top:0px;
	position:absolute;
	
	display:inline-block;
	vertical-align:middle;
}

#manual_search  input{
	height:35px;
	padding:0px 10px;
	line-height:35px;
	border:1px solid #ccc;
	width:300px;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}
#manual_search  input[type=submit] {
	width:100px;
	text-align:center;
	border:1px solid #006CFF;
	color: #006CFF; 
	cursor:pointer;
	background:#fff;

	text-transform:uppercase;
}