html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
body {
	font-size: 13px;
	color:#333;
	width:650px;
	background: #ffffff;
}
a {
	color:#FE7F00;
	text-decoration: none; 
	cursor: pointer; 
}
a:hover { 
	text-decoration: none;
}
h1 {
	font-size:22px;
	font-weight:normal;
	margin:20px 0;
	color:#666;
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
}
h2 {
	font-size:20px;
	font-weight:normal;
	margin:10px 0;
	color:#666;
}
h3 {
	font-size:18px;
	font-weight:normal;
	margin:5px 0;
	color:#666;
	line-height:25px;
}
#accordion-faq ul, #accordion-faq ol {
	margin: 10px 10px 10px 30px;
	padding: 0;
}
#accordion-faq ul li, #accordion-faq ol li {
	margin: 5px 0;
}
#help-content {
	width:650px;
	display:block;
	margin:0;
	padding:0;
	position:absolute;
	left:0px;
	opacity:0;
	transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
#cat-buttons {
	list-style:none;
	margin:10px 0;
	height:500px;
	overflow-y: auto;
	overflow-x: hidden;
}
#cat-buttons li {
	line-height:55px;
	width:645px;
	padding:0;
	font-size:14px;
	border: 1px solid #B1B1B1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 10px 0;
	overflow:hidden;
	background-color:#F7F7F7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#E9E9E9)); /* Chrome, Safari 4+ */
	background-image: -webkit-linear-gradient(top, #F7F7F7, #E9E9E9); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:    -moz-linear-gradient(top, #F7F7F7, #E9E9E9); /* Firefox 3.6-15 */
	background-image:      -o-linear-gradient(top, #F7F7F7, #E9E9E9); /* Opera 11.10-12.00 */
	background-image:         linear-gradient(to bottom, #F7F7F7, #E9E9E9); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
	vertical-align:top;
	text-shadow:0px 1px 0px #FFFFFF;
	transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	display:block;
	position:relative;
}
#cat-buttons li:hover {
	border: 1px solid #B1B1B1;
	-moz-box-shadow:inset 0px 0px 10px 0px #BBBBBB;
	-webkit-box-shadow:inset 0px 0px 10px 0px #BBBBBB;
	box-shadow:inset 0px 0px 10px 0px #BBBBBB;
}
#cat-buttons li a {
	color:#666;
	padding-left:20px;
	display: block;
}
#cat-buttons li .cat-btn-title div {
	font-size:18px;
	font-weight:normal;
	color:#333;
	float:left;
	min-width:110px;
}
#cat-buttons li a .arrow {
	background-image: url('/theme/editor/img/arrows.gif?1675422427');
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background-position: 0px -33px;
	width: 33px;
	height: 33px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	transition: right 0.25s ease-in-out;
    -webkit-transition: right 0.25s ease-in-out;
    -moz-transition: right 0.25s ease-in-out;
}
#cat-buttons li:hover > a .arrow {
	right: 5px;
	background-position: 30px -33px;
}
#cat-buttons li:hover > a, #cat-buttons li:hover > a b {
	color: #000;
}
#cat-buttons li .icon {
	width:33px;
	height:33px;
	margin:12px 15px 0 0;
	float:left;
	background-image: url('/theme/editor/img/icons_33.png?1675422427');
}
#cat-btn_1 a .icon {
	background-position: 0px 0px;	
}
#cat-btn_1:hover > a .icon {
	background-position: 33px 0px;	
}
#cat-btn_2 a .icon {
	background-position: 0px -1320px;	
}
#cat-btn_2:hover > a .icon {
	background-position: 33px -1320px;	
}
#cat-btn_3 a .icon {
	background-position: 0px -66px;	
}
#cat-btn_3:hover > a .icon {
	background-position: 33px -66px;	
}
#cat-btn_4 a .icon {
	background-position: 0px -1188px;	
}
#cat-btn_4:hover > a .icon {
	background-position: 33px -1188px;	
}
#cat-btn_5 a .icon {
	background-position: 0px -297px;	
}
#cat-btn_5:hover > a .icon {
	background-position: 33px -297px;	
}
#cat-btn_6 a .icon {
	background-position: 0px -231px;	
}
#cat-btn_6:hover > a .icon {
	background-position: 33px -231px;	
}
#subcat-buttons {
	list-style:none;
	margin:10px 0;
	height:500px;
	clear:both;
	display:block;
	overflow-y: auto;
	overflow-x: hidden;
}
#subcat-buttons li {
	line-height:45px;
	width:630px;
	padding:0;
	font-size:18px;
	font-weight:normal;
	color:#333;
	border: 1px solid #B1B1B1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 10px 0;
	overflow:hidden;
	background-color:#F7F7F7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#E9E9E9)); /* Chrome, Safari 4+ */
	background-image: -webkit-linear-gradient(top, #F7F7F7, #E9E9E9); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:    -moz-linear-gradient(top, #F7F7F7, #E9E9E9); /* Firefox 3.6-15 */
	background-image:      -o-linear-gradient(top, #F7F7F7, #E9E9E9); /* Opera 11.10-12.00 */
	background-image:         linear-gradient(to bottom, #F7F7F7, #E9E9E9); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
	vertical-align:top;
	text-shadow:0px 1px 0px #FFFFFF;
	transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	display:block;
	position:relative;
}
#subcat-buttons li:hover {
	border: 1px solid #B1B1B1;
	-moz-box-shadow:inset 0px 0px 10px 0px #BBBBBB;
	-webkit-box-shadow:inset 0px 0px 10px 0px #BBBBBB;
	box-shadow:inset 0px 0px 10px 0px #BBBBBB;
}
#subcat-buttons li a {
	color:#333;
	padding-left:20px;
	display: block;
}
#subcat-buttons li:hover > a {
	color:#FE7F00;
}
#subcat-buttons li .arrow {
	background-image: url('/theme/editor/img/arrows.gif?1675422427');
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background-position: 0px -33px;
	width: 33px;
	height: 33px;
	display: block;
	position: absolute;
	top: 5px;
	right: 10px;
	transition: right 0.25s ease-in-out;
    -webkit-transition: right 0.25s ease-in-out;
    -moz-transition: right 0.25s ease-in-out;
}
#subcat-buttons li:hover > .arrow {
	right: 5px;
	background-position: 30px -33px;
}
#subcat-help-container {
	height:500px;
	overflow-y: auto;
	overflow-x: hidden;
}
#video-help-list {
	list-style:none;
	margin:10px 20px 20px 20px;
	border: 1px solid #AAAAAA;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#video-help-list li {
	padding:10px;
	border-top: 1px solid #AAAAAA;
}
#video-help-list li:first-child {
	border-top: 0;
}
#video-help-list li a {
	color:#000;
	font-weight:bold;
}
#video-help-list li a:hover {
	color:#FE7F00;
}
#video-help-list .ui-accordion-header-icon {
	float:left;
	margin-right: 6px;
}
#video-help-list li a:hover > .ui-accordion-header-icon {
	background-image: url('/libs/jquery/css/custom-theme/images/ui-icons_EF4E08_256x240.png?1675422427');
}
.video-icon, .faq-icon {
	background-image: url('/theme/editor/img/help-icons.png?1675422427');
	width:25px;
	height:25px;
	margin-right:5px;
	float:left;
}
.video-icon {
	background-position: 0px 0px;
}
.faq-icon {
	background-position: 0px -25px;
}
#breadcrumbs {
	list-style:none;
	margin: 5px 0 10px 0;
	display:block;
	height:25px;
	border-bottom:1px solid #CCC;
}
#breadcrumbs li {
	padding:0px;
	float:left;
	display:inline-block;
	font-size:14px;
}
#breadcrumbs li a {
	text-decoration:underline;
	color:#666;
}
#breadcrumbs li .separate {
	margin: 0px 5px;
}
#accordion-faq {
	margin:0px 20px;
}
#accordion-faq h3 {
	font-weight:bold;
}
#video-container {
	border: 1px solid #AAA;
	padding: 5px;
	-moz-box-shadow: 0px 0px 5px 0px #999;
	-webkit-box-shadow: 0px 0px 5px 0px #999;
	box-shadow: 0px 0px 5px 0px #999;
	background-color: #FFF;
	margin:15px 5px;
	width:625px;
	height:350px;
}
#video-container p {
	font-size:20px;
	text-align:center;
	line-height:290px;
	color: #CCC;
}
#help-text {
	height: 180px;
	overflow-y: auto;
	overflow-x: hidden;
	margin:17px 20px 0px 20px;
}
#footer {
	position:relative;
	border-top:1px solid #CCC;
	margin:20px 0;
	height: 30px;
}
#footer a {
	color:#999;
	font-size:15px;
}
#footer a:hover {
	color:#FE7F00;
	text-decoration:underline;
}
#footer .back-help {
	position:absolute;
	top:10px;
	left:0px;
}
#footer .more-help {
	position:absolute;
	top:10px;
	right:0px;
}
#help-form {
	list-style:none;
	margin:10px 20px;
	height:400px;
}
#help-form label {
	font-weight:bold;
}
#help-form input {
	width:220px;
}
#help-form textarea {
	width:300px;
	height:100px;
}
#hform-submit {
	font-size: 14px;
	padding: 5px 10px;
}