/* General Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:none;
}
ol, ul {list-style:none;}
h1, h2, h3, h4, h5, h6, li {line-height:100%;}
blockquote, q {quotes:none;}
q:before,
q:after {content:"";}
table {border-collapse:collapse; border-spacing:0;}
input,textarea,select{
	font:12px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	padding:0;
	margin:0;
}
textarea{
	overflow:auto;
	resize:none;
}
form,fieldset{border-style:none;}
html{height:100%;}
body{
	color:#3f3f3f;
	font:12px/18px Arial, Helvetica, sans-serif;
	background:#fff;
	min-width:984px;
	height:100%;
}
a{
	color:#3f3f3f;
	text-decoration:none;
}
a:hover{text-decoration:none;}
a:focus{outline:none;}

/* General settings */
.wrapper{ margin:0 auto; width:964px; }
/*header*/
#header{
    width: 100%;
    overflow: hidden;
    height: 227px;
    background: url(/addons/shared_addons/themes/machmanuals/img/bgr_header.png) no-repeat 50% 0;
}
#logo{
    width: 315px;
    height: 58px;
    display: block;
    cursor: pointer;
    float: left;
    background: url(/addons/shared_addons/themes/machmanuals/img/logo.png) no-repeat;
    margin: 39px 0 -24px 0;
    position: relative;
}
#logo:hover span.home{
	display:block;
}
#logo span.home{
	display:none;
}
#logo span.home{
	bottom:0;
	left:0px;
	background:url(/addons/shared_addons/themes/machmanuals/img/bgr_back.png) no-repeat 0 4px;
	padding:0 0 0 22px;
	position:absolute;
}
#logo span.home span{
	color:#8c8c8c;
	font-size:11px;
	border-bottom:1px dashed #4d88d5;
	text-transform:uppercase;
}
#header .help{
    float: right;
    width: 400px;
    padding: 0;
}
#header .help a{
	background:#fff;
	float:right;
	color:#27a6d1;
	padding:3px 14px 4px 14px;
	text-transform:uppercase;
	font-size:11px;
}
#header .help a:hover{
	background:#f6f6f6;
}
#header .left_info{
	float:left;
	width:746px;
	clear:left;
	padding:41px 0 0 1px;
}
#header .left_info .slogan{
	background:url(/addons/shared_addons/themes/machmanuals/img/bgr_header_arrow.png) no-repeat 100% 5px;
	width:359px;
	float:left;
	margin:0 -18px 0 0;
	padding:0 18px 0 0;
}
#header .left_info .slogan h3{
	font-size:32px;
	line-height:32px;
	font-weight:normal;
	color:#3f3f3f;
	font-family:'HelveticaNeueLTStdThinRegular';
}
#header .left_info .database{
	float:left;
	width: 359px;
}
#header .left_info .database .number{
	background:#fff;
	font-family:'AvantGarGotItcTEEDemRegular';
	font-size:36px;
	line-height:36px;
	color:#3f3f3f;
	float:left;
	margin:5px 0 0 37px;
	padding:9px 20px 9px 21px;
}
#header .left_info .database .text{
	float:left;
	padding:0 0 0 17px;
}
#header .left_info .database .text h5{
	font-size:14px;
	line-height:20px;
	padding:0 0 7px 0;
}
#header .left_info .database .text p{
	font-size:14px;
	line-height:18px;
}
#header .left_info .database .text p span{
	font-size:12px;
	line-height:18px;
}
#header .right_btn{
	float:right;
	clear:right;
	width:188px;
	padding:37px 0 0 0;
}
#header .right_btn p{
	font-family:'HelveticaNeueLTStdThinRegular';
	font-size:16px;
	line-height:32px;
	padding:0;
}
#header .right_btn a{
	background:#27a6d1;
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	padding:7px 0;
	text-align:center;
}
#header .right_btn a:hover{
	background:#68c1df;
}
/*body*/
#body{
	width:100%;
}
#body .main_content{
	width:732px;
}
#body .contact_us{
	padding:0 0 24px 0;
	border-bottom:1px solid #e9ebeb;
	overflow:hidden;
	margin:0 0 27px 0;
}
#body .contact_us .entry{
	padding:0 0 1px 0;
	width:548px;
}
#body .contact_us h1{
	padding:0 0 18px 0
}
#body .contact_us form{
	width:548px;
}
#body .contact_us label{
	display:block;
	font-weight:bold;
	padding:0 0 2px 0;
}
#body .contact_us p.text_input{
	background:#e9ebeb;
	margin:0 0 10px 0;
	display:block;
	width:275px;
}
#body .contact_us p.text_input input{
	line-height:19px;
	padding:4px 8px;
	background:none;
	width:256px;
	border:none;
}
#body .contact_us p.text_input .error label{
    color: red;
}
#body .contact_us p.textarea{
	background:#e9ebeb;
	border:none;
	margin:0 0 10px 0;
	width:548px;
	display:block;
}
#body .contact_us .error label{
    color: red;
}

#body .contact_us textarea{
	line-height:19px;
	padding:4px 8px;
	background:none;
	width:532px;
	height:119px;
	border:none;
}
#body .contact_us .cacha{
	float:left;
	padding:4px 0 0 0;
}
#body .contact_us .cacha img{
	padding:9px 0 24px 0;
	float:left;
}
#body .contact_us .cacha p.verify{
	margin:4px 0 0 10px;
	float:left;
	background:#e9ebeb;
}
#body .contact_us .cacha p.verify input{
	width:37px;
	height:21px;
	border:none;
	background:none;
	padding:3px 10px;
}
#body .contact_us p.submit{
	background:#27a6d1;
	margin:7px 0 0 0;
	float:right;
}
#body .contact_us p.submit input{
	display:block;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
	padding:7px 19px 7px 18px;
	font-size:14px;
	border:none;
	background:none;
}
#body .contact_us p.submit:hover{
	background:#67c0de;
}
#body .product{
	width:732px;
	overflow:hidden;
	border-bottom:1px solid #e9ebeb;
	padding:0 0 64px 0;
	margin:0 0 27px 0;
}
#body .product .left_info{
	overflow:hidden;
	width:270px;
	float:left;
}
#body .product .left_info img{
	display:block;
	padding:4px 0 17px 0
}
#body .product .left_info p{
	font-size:12px;
	color:#27a6d1;
	padding:0 0 18px 0;
}
#body .product .left_info a{
	display:block;
	float:left;
	text-transform:uppercase;
	background:#27a6d1;
	color:#fff;
	font-size:14px;
	line-height:30px;
	padding:0 18px;
}
#body .product .left_info a:hover{
	background:#67c0de;
}
#body .product .right_info{
	width:432px;
	float:right;
}
#body .product .right_info h2{
	font-size:24px;
	line-height:26px;
	color:#3f3f3f;
	font-weight:normal;
	font-family:'HelveticaNeueLTStdThinRegular';
	padding:0 0 18px 0;
}
#body .product .right_info h5{
	padding:0 0 22px 0;
}
#body .product .right_info .types{
	padding:2px 0 0 0;
}
#body .product .right_info .types ul{
	overflow:hidden;
}
#body .product .right_info .types ul li{
	float:left;
	border-right:1px solid #e9ebeb;
	width:120px;
	margin:0 17px 0 0;
	padding:0 18px 0 0;
}
#body .product .right_info .types ul li.last{
	margin:0;
	border:none;
	padding:0;
}
#body .product .right_info .types ul li h4{
	text-align:center;
	text-transform:uppercase;
	width:120px;
	font-size:16px;
	line-height:34px;
	color:#fff;
	background:#3f3f3f;
}
#body .product .right_info .types ul li .price{
	font-weight:bold;
	font-size:12px;
	color:#27a6d1;
	padding:19px 0 19px 0;
}
#body .product .right_info .types ul li .price span{
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	color:#27a6d1;
}
#body .product .right_info .types ul li .btn_buy a{
	display:block;
	text-align:center;
	text-transform:uppercase;
	width:120px;
	font-size:14px;
	line-height:30px;
	color:#fff;
	background:#27a6d1;
	margin:0 0 20px 0;
}
#body .product .right_info .types ul li .btn_buy a:hover{
	background:#67c1df;
}
#body .product .right_info .types ul li .note p{
	line-height:18px;
	padding:0;
}
#body .product .right_info .types ul li.disable .note p.time{
	height:72px;
}
#body .product .right_info .types ul li.disable h4{
	background:#c9c9c9;
    cursor: default;
}
#body .product .right_info .types ul li.disable .price{
	color:#9b9b9b;
    cursor: default;
}
#body .product .right_info .types ul li.disable .price span{
	color:#c9c9c9;
    cursor: default;
}
#body .product .right_info .types ul li.disable .btn_buy a{
	background:#c9c9c9;
    cursor: default;
}
#body .product .right_info .types ul li.disable .note{
	color:#9b9b9b;
    cursor: default;
}
#body .product .right_info .types ul li .note p.time{
	height:72px;
}
h1{
	font-size:30px;
	line-height:30px;
	color:#3f3f3f;
	font-weight:normal;
	font-family:'HelveticaNeueLTStdThinRegular';
	padding:0 0 6px 0;
}
#body .faq{
	width:732px;
	padding:16px 0 14px 0;
	overflow:hidden;
}
#body .faq .box{
	overflow:hidden;
	border-bottom:1px solid #e9ebeb;
	margin:0 0 20px 0;
	padding:0 0 5px 0;
}
#body .faq .box .title{
	overflow:hidden;
}
#body .faq .box .title.active .number{
	background:#67c1df;
}
#body .faq .number{
	clear:left;
	font-family:'AvantGarGotItcTEEDemRegular';
	line-height:26px;
	font-size:19px;
	background:#27a6d1;
	float:left;
	color:#fff;
	width:28px;
	padding:2px 0 0 0;
	text-align:center;
}
#body .faq .question{
	display:block;
	float:left;
	margin:2px 0 21px 0;
	padding:0 0 0 14px;
}
#body .faq .question a{
	font-size:16px;
	line-height:20px;
	color:#3f3f3f;
}
#body .faq .question a:hover{
	border:none;
}
#body .faq .answer{
	display:none;
	width:689px;
	padding:0 0 0 43px;
}
#body .faq .answer p{
	padding:0 0 12px 0;
}
#body .sidebar{
	float:right;
	width:187px;
    background-color: white;
}
#body .sidebar .form{
	padding:28px 0 22px 0;
}
#body .sidebar h3{
	background:#999c9d;
	font-weight:normal;
	font-family:'HelveticaNeueLTStdThinRegular';
	color:#fff;
	text-transform:uppercase;
	font-size:17px;
	line-height:20px;
	padding:7px 13px;
}

#body .sidebar .form fieldset{
	border-bottom:1px dashed #ced2d3;
	border-left:1px dashed #ced2d3;
	border-right:1px dashed #ced2d3;
	padding:3px 0 0 0;
}
#body .sidebar .form fieldset p{
	padding:0 13px 0 13px;
}
#body .sidebar .form fieldset select{
	width:160px;
	height:27px;
}
#body .sidebar .form fieldset label{
	font-weight:bold;
	display:block;
	padding:9px 0 2px 0;
}
#body .sidebar .form fieldset input[type=submit]{
	background:#27a6d1;
	border:none;
	font-size:14px;
	line-height:20px;
	display:block;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
	text-align:center;
	width:160px;
	padding:5px 0 5px 0;
	margin:18px 0 18px 0;
}
#body .sidebar .form fieldset input[type=submit]:hover{
	background:#67c0de;
}
#body .sidebar .case .box{
	border-bottom:1px dashed #ced2d3;
	border-left:1px dashed #ced2d3;
	border-right:1px dashed #ced2d3;
}
#body .sidebar .case .box p{
	font-size:23px;
	text-align:center;
	padding:0px 10px 14px 10px;
	line-height:26px;
	font-family:'HelveticaNeueLTStdThinRegular';
}
#body .sidebar .case h3{
	text-align:center;
	padding:7px 0;
}
#body .sidebar .case img{
	display:block;
	text-align:center;
	padding:17px 0 7px 0;
	margin:auto;
}
#body .sidebar .case ul{
	padding:0 0 14px 0;
}
#body .sidebar .case ul li{
	padding:11px 7px 2px 13px;
}
#body .sidebar .case ul li a{
	border-bottom:1px dashed #4d88d5;
	text-align:left;
	font-size:12px;
	line-height:20px;
	padding:11px 0 0 0;
    margin-right: 7px;
}
#body .sidebar .case ul li a:hover{
	border:none;
}
#body .content{
	float:left;
	width:776px;
}
#body .document{
	height:105px;
	padding:0 0 43px 0;
}
#body .document ul{
	background:url(/addons/shared_addons/themes/machmanuals/img/bgr_document.png) no-repeat;
	height:77px;
	width:732px;
	float:left;
	margin:28px 0 0 0;
}
#body .document ul li{
	position:relative;
	float:left;
	padding:0 38px 0 0;
}
#body .document ul li.last{
	padding:0 0 0 2px;
	float:left;
}
#body .document ul li a{
	background:#3f3f3f;
	height:45px;
	width:187px;
	float:left;
	color:#fff;
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	margin:11px 0 0 12px;
	padding:9px 0 0 15px;
}
#body .document ul li a span{
	font-size:24px;
	line-height:34px;
}
#body .document ul li.one_line a{
	padding:11px 0 0 17px;
	height:43px;
	width:185px;
}
#body .document ul li a:hover{
	background:#666666;
}
#body .document ul li .help{
	position:absolute;
	background:url(/addons/shared_addons/themes/machmanuals/img/ico_document.png) no-repeat;
	top:7px;
	left:199px;
	width:20px;
	height:20px;
	display:block;
	cursor:help;
	padding:0;
	margin:0;
}
#body .document ul li .help:hover{
	background:url(/addons/shared_addons/themes/machmanuals/img/ico_document_hover.png) no-repeat;
}
#body .document ul li .help_content{
	width:287px;
	display:none;
	z-index:99;
	position:absolute;
	bottom:17px;
	left:-11px;
}
#body .document ul li .help:hover .help_content{
	display:block;
}
#body .document ul li .help .top{
	height:17px;
	background:url(/addons/shared_addons/themes/machmanuals/img/bgr_help_top.png) no-repeat;
}
#body .document ul li .help .body{
	background:url(/addons/shared_addons/themes/machmanuals/img/bgr_help_body.png) repeat-y;
	line-height:18px;
	width:237px;
	color:#3f3f3f;
	padding:7px 25px;
}
#body .document ul li .help .bottom{
	height:17px;
	background:url(/addons/shared_addons/themes/machmanuals/img/bgr_help_bottom.png) no-repeat;
}
#body .document ul li.last .help{
	left:201px;	
}
#body .items{
	margin:0 0 30px 0;
	width:732px;
}
#body .items ul{
	border-bottom:1px solid #e9ebeb;
	overflow:hidden;
	padding:12px 0 13px 0;
}
#body .items ul.head{
	border-bottom:2px solid #27a6d1;
	font-weight:bold;
	padding:0 0 3px 0;
}
#body .items ul li{
	background:none;
	line-height:18px;
	float:left;
}
#body .items ul li.id{
	width:70px;
	padding:0 10px 0 12px;
}
#body .items ul li.name{
	width:340px;
	padding:0 50px 0 0;
}
#body .items ul li.name a, #body .items ul li.category a{
	border-bottom:1px dashed #4d88d5;
}
#body .items ul li.name a:hover{
	border:none;
}
#body .items ul li.category{
	width:160px;
	padding:0 10px 0 0;
}
#body .items ul li.order{
	width:65px;
	padding:0 10px 0 0;
}
#body .items ul li.order a{
	color:#27a6d1;
	border-bottom:1px dashed #4d88d5;
}
#body .items ul li.order a:hover{
	color:#27a6d1;
	border:none;
}
#body .items .more{
	float:right;
	display:block;
	margin:21px 0 72px 0;
}
#body .items .more a{
	text-transform:uppercase;
	background:url(/addons/shared_addons/themes/machmanuals/img/ico_plus.png) no-repeat 100% 4px;
	color:#8c8c8c;
	float:right;
	font-size:11px;
	padding:0 22px 0 0;
}
#body .items .more a:hover{
	background:url(/addons/shared_addons/themes/machmanuals/img/ico_plus_hover.png) no-repeat 100% 4px;
}
#body .items .more a span{
	border-bottom:1px dashed #4d88d5;	
}
#body .items .more a:hover span{
	border:none;	
}
#body .items .less{
	float:right;
	display:block;
	margin:20px 0 80px 0;
}
#body .items .less a{
	text-transform:uppercase;
	background:url(/addons/shared_addons/themes/machmanuals/img/ico_less.png) no-repeat 100% 4px;
	color:#8c8c8c;
	float:right;
	font-size:11px;
	padding:0 22px 0 0;
}
#body .items .less a:hover{
	background:url(/addons/shared_addons/themes/machmanuals/img/ico_less_hover.png) no-repeat 100% 4px;
}
#body .items .less a span{
	border-bottom:1px dashed #4d88d5;	
}
#body .items .less a:hover span{
	border:none;	
}
.contact_form{
	overflow:hidden;
	width:355px;
	padding:0 29px 0 19px;
}
.contact_form h3{
	font-family:'HelveticaNeueLTStdThinRegular';
	font-size:30px;
	line-height:32px;
	padding:15px 0 20px 0;
}
.contact_form label{
	display:block;
	font-weight:bold;
	padding:10px 0 0 0;
}
.contact_form p.text_input{
	background:#e9ebeb;
}
.contact_form p.text_input input{
	width:335px;
	padding:3px 10px;
	height:21px;
	border:none;
	background:none;
}
.contact_form p.textarea{
	background:#e9ebeb;
}
.contact_form textarea{
	height:105px;
	border:none;
	background:none;
	width:335px;
	padding:3px 10px;
}
.contact_form img{
	display:block;
	padding:18px 0 24px 0;
	float:left;
}
.contact_form p.verify{
	margin:13px 0 0 10px;
	float:left;
	background:#e9ebeb;
}
.contact_form p.verify input{
	width:37px;
	height:21px;
	border:none;
	background:none;
	padding:3px 10px;
}
.contact_form p.submit{
	margin:13px 0 0 0;
	float:right;
	background:#27a6d1;
}
.contact_form p.submit:hover input{
	background:#67c0de;
}
.contact_form p.submit input{
	font-size:14px;
	text-transform:uppercase;
	line-height:20px;
	padding:5px 16px;
	color:#fff;
	border:none;
	background:none;
	cursor:pointer;
}
/*footer*/
#footer{
	width:100%;
	overflow:hidden;
	padding:0 0 30px 0;
}
#footer .footer_bgr{
	background:#e9ebeb;
	height:45px;
}
#footer .footer_head{
	overflow:hidden;
	padding:0 0 35px 0;
}
#footer .footer_head p{
	font-family:'HelveticaNeueLTStdThinRegular';
	float:left;
	color:#3f3f3f;
	font-size:22px;
	line-height:32px;
	padding:3px 0 0 0;
}
#footer .footer_head .top{
	float:right;
	padding:3px 0 0 0;
}
#footer .footer_head .know a{
	display:block;
	background:#27a6d1;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	float:left;
	padding:6px 19px;
	margin:3px 0 0 16px;
}
#footer .footer_head .top a{
	height:30px;
	background:url(/addons/shared_addons/themes/machmanuals/img/bgr_footer_arrow.png) no-repeat;
	border:none;
	display:block;
	width:31px;
}
#footer .footer_head .top a:hover{
	background:url(/addons/shared_addons/themes/machmanuals/img/bgr_footer_arrow_hover.png) no-repeat;
}
#footer .footer_head .know a:hover{
	background:#67c0de;
}
/*menu*/
#footer .menu{
	float:left;
	margin:-28px 0 0 0;
}
#footer .menu ul{
	float:left;
}
#footer .menu ul li{
	float:left;
}
#footer .menu ul li a{
	text-transform:uppercase;
	float:left;
	color:#8c8c8c;
	font-size:11px;
	display:block;
	margin:0px 16px 0 0;
	border-bottom:1px dashed #4d88d5;
}
#footer .menu ul li a:hover{
	border-bottom:none;
}
#footer .paypal{
	margin:-31px 0 0 0;
	float:right;
	color:#8c8c8c;
	text-transform:uppercase;
}
#footer .paypal p{
	font-size:11px;
	float:left;
	padding:0 12px 0 0;
}
#footer .paypal img{
	float:left;
}
#footer .left{
	float:left;
	font-size:11px;
	color:#8c8c8c;
	width:50%;
	padding:17px 0 0 0;
}
#footer .right{
	margin:17px 0 0 0;
	width:50%;
	float:right;
	font-size:11px;
	text-align:right;
	color:#8c8c8c;
}
#footer .right a{
	color:#8c8c8c;
	border-bottom:1px dashed #4d88d5;
}
#footer .right a:hover{
	border-bottom:none;
}
/* Main post content */
.entry{
	overflow:hidden;
	line-height:1.5em;
}
.entry a{
	color:#27a6d1;
	text-decoration:neno;
	border-bottom:1px dashed #4d88d5;
}
.entry a:hover{
	text-decoration:none;
}
.entry p{
	padding:0 0 22px 0;
}
hr{
	border-top:1px solid #e3e3e3;
	padding:0 0 27px 0;
	margin:13px 0 0 0;
}
.entry h1{
	font-size:30px;
	line-height:30px;
	color:#3f3f3f;
	font-weight:normal;
	font-family:'HelveticaNeueLTStdThinRegular';
	padding:0 0 6px 0;
}
.entry h2{
	font-size:24px;
	line-height:28px;
	color:#3f3f3f;
	font-weight:normal;
	font-family:'HelveticaNeueLTStdThinRegular';
	padding:0 0 6px 0;
}
.entry h3{
	font-size:20px;
	line-height:26px;
	color:#3f3f3f;
	font-weight:normal;
	font-family:'HelveticaNeueLTStdThinRegular';
	padding:0 0 10px 0;
}
.entry h4{
	font-size:16px;
	line-height:22px;
	color:#3f3f3f;
	font-weight:normal;
	font-family:'HelveticaNeueLTStdThinRegular';
	padding:0 0 20px 0;
}
.entry h5{
	font-size:14px;
	line-height:20px;
	color:#3f3f3f;
	font-weight:normal;
	font-family:'HelveticaNeueLTStdThinRegular';
	padding:0 0 13px 0;
}
.entry ul{
	padding:4px 0 20px 0;
}
.entry ul ul{ margin: 0; }
.entry ul li{
	background:url(/addons/shared_addons/themes/machmanuals/img/ico_list.png) no-repeat 0 3px;
	padding:0 0 10px 16px;
}

.entry ol{
	padding:4px 0 26px 0;
}
.entry ol li{
	list-style:decimal;
	margin:0 0 0 16px;
	padding:0 0 10px 3px;
}
.entry table{
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}
.entry table td, .entry table th{
	border: 1px solid #ccc;
	padding: 5px;
}
.entry table th{
	background: #eee;
}
.entry fieldset{
	border: 1px solid #eee;
	padding: 0 20px 20px 20px;
	margin: 0 0 20px 0;
}
.entry fieldset p{
	margin: 15px 0 5px 0;
}


/* Begin Images */
p img{
	padding: 0;
	max-width: 100%;
}
img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright, img.alignright, a img.alignright {
	float:right;
	margin:10px 0px 10px 16px;
}
.alignleft, img.alignleft, a img.alignleft {
	float:left;
	margin:10px 16px 10px 0;
}
.aligncenter, img.aligncenter, a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

/* Various Tags & Classes */
.entry acronym, .entry abbr, .entry span.caps{
	cursor: help;
}
.entry acronym, .entry abbr{
	border-bottom:1px dashed #dfcfba;
}
.entry blockquote{
	overflow:hidden;
	padding:9px 0 15px 0;
	font-style:italic;
}
.entry blockquote p{
	background:url(/addons/shared_addons/themes/machmanuals/img/bgr_quote.png) no-repeat 16px 18px;
	border:1px dashed #ced2d3;
	padding:27px 11px 25px 49px;
	width:670px;
	color:#7d7d7d;
}
.entry blockquote cite{
	float:right;
	background:url(/addons/shared_addons/themes/machmanuals/img/bgr_cite.png) no-repeat;
	padding:31px 0 0 0;
	font-size:11px;
}
.entry blockquote cite strong{
	font-weight:bold;
	font-style:normal;
}
.entry .highlight{
	background:#242424;
	color:#fff;
	padding:4px 6px;
}
.entry .highlight_2{
	background:#27a6d1;
	color:#fff;
	padding:4px 6px;
}
.center{
	text-align: center;
}
.hidden{
	display: none;
}
.nopost, .nocomments{
	text-align:center;
	padding: 20px 0 20px 0;
}
.entry pre, .entry code{
	font-family:mono-space,monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height:20px;
}
.entry code{
	padding:1px 20px 0 20px;
	background:#f6f6f6;
	border-top: 0;
	border-bottom: 0;
}
.entry .left{
	float:left;
	padding:4px 22px 15px 0;
}
.entry .right{
	float:right;
}
.entry .center{
	display:block;
	margin:auto;
}
.entry .table{
	padding:0 0 32px 0;
}
.entry .table ul{
	border-bottom:1px solid #e9ebeb;
	overflow:hidden;
	padding:12px 0 13px 0;
}
.entry .table ul.head{
	border-bottom:2px solid #27a6d1;
	font-weight:bold;
	padding:0 0 3px 0;
}
.entry .table ul li{
	background:none;
	line-height:18px;
	float:left;
}
.entry .table ul li a{
	color:#3f3f3f;
}
.entry .table ul li.id{
	width:70px;
	padding:0 10px 0 12px;
}
.entry .table ul li.name{
	width:340px;
	padding:0 50px 0 0;
}
.entry .table ul li.name a{
	border-bottom:1px dashed #4d88d5;
}
.entry .table ul li.name a:hover{
	border:none;
}
.entry .table ul li.category{
	width:160px;
	padding:0 10px 0 0;
}
.entry .table ul li.order{
	width:65px;
	padding:0 10px 0 0;
}
.entry .table ul li.order a{
	color:#27a6d1;
	border-bottom:1px dashed #4d88d5;
}
.entry .table ul li.order a:hover{
	color:#27a6d1;
	border:none;
}
.back{
	text-transform:uppercase;
	font-size:11px;
	margin:-6px 0 88px 0;
}
.back a{
	display:block;
	color:#8c8c8c;
	border:none;
	background:url(/addons/shared_addons/themes/machmanuals/img/bgr_back.png) no-repeat 0 4px;
	padding:0 0 0 22px;
}
.back a span{
	border-bottom:1px dashed #4d88d5;
}
.back a:hover span{
	border:none;
	color:#8c8c8c;
}
.back a:hover{
	background:url(/addons/shared_addons/themes/machmanuals/img/bgr_back_hover.png) no-repeat 0 4px;
}
sup{
	position: relative;
	top: -5px;
}
sub{
	position: relative;
	top: 5px;
}
code br{
	display: none;
}
.last{
	margin-right:0 !important;
	clear:right;
}
.clear{
	clear: both;
	line-height: 0;
}

@font-face {
	font-family:'AvantGarGotItcTEEDemRegular';
	src: url('/addons/shared_addons/themes/machmanuals/fonts/ae10015t-webfont.eot');
	src: url('/addons/shared_addons/themes/machmanuals/fonts/ae10015t-webfont.eot?#iefix') format('embedded-opentype'), url('/addons/shared_addons/themes/machmanuals/fonts/ae10015t-webfont.woff') format('woff'), url('/addons/shared_addons/themes/machmanuals/fonts/ae10015t-webfont.ttf') format('truetype'), url('/addons/shared_addons/themes/machmanuals/fonts/ae10015t-webfont.svg#AvantGarGotItcTEEDemRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:'HelveticaNeueLTStdThinRegular';
	src: url('/addons/shared_addons/themes/machmanuals/fonts/helveticaneueltstd-th-webfont.eot');
	src: url('/addons/shared_addons/themes/machmanuals/fonts/helveticaneueltstd-th-webfont.eot?#iefix') format('embedded-opentype'), url('/addons/shared_addons/themes/machmanuals/fonts/helveticaneueltstd-th-webfont.woff') format('woff'), url('/addons/shared_addons/themes/machmanuals/fonts/helveticaneueltstd-th-webfont.ttf') format('truetype'), url('/addons/shared_addons/themes/machmanuals/fonts/helveticaneueltstd-th-webfont.svg#HelveticaNeueLTStdThinRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*! fancyBox v2.0.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}

.fancybox-outer {
	padding: 0;
	margin: 0;
	background: #fff;
	border:5px solid #dee1e2;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 1003;	
}

.fancybox-opened .fancybox-outer {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	overflow: hidden;
}

.fancybox-error {
	color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -21px;
	width: 42px;
	height: 42px;
	background: url(/addons/shared_addons/themes/machmanuals/img/fancybox_loading.gif);
	opacity: 0.8;
	cursor: pointer;
	z-index: 1010;
}

.fancybox-prev span, .fancybox-next span {
	background-image: url(/addons/shared_addons/themes/machmanuals/img/fancybox_sprite.png);
}

.fancybox-close {
	position: absolute;
	top: -7px;
	right: -7px;
	background:url(/addons/shared_addons/themes/machmanuals/img/bgr_close.png) no-repeat;
	width:29px;
	height:29px;
	cursor: pointer;
	z-index: 1004;
}
.fancybox-close:hover {
	background-position:0 -29px;
}

.fancybox-prev, .fancybox-next {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url(/addons/shared_addons/themes/machmanuals/img/blank.gif); /* helps IE */
	z-index: 1003;
}

.fancybox-prev {
	left: 0;	
}

.fancybox-next {
	right: 0;
}

.fancybox-prev span, .fancybox-next span {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
}

.fancybox-prev span {
	background-position: 0 -36px;
}

.fancybox-next span {
	background-position: 0 -72px;
}

.fancybox-prev:hover, .fancybox-next:hover {
	visibility: visible;
}

.fancybox-prev:hover span {
	left: 20px;
}

.fancybox-next:hover span {
	left: auto;
	right: 20px;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: #000;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;	
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1005;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;	
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #e9ebeb;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  -o-box-shadow     : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 1010;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #e9ebeb;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border:0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 27px;
  line-height: 27px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 32px;
  top: 6px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(/addons/shared_addons/themes/machmanuals/img/chosen-sprite.png) right top no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: right top;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 5px;
  top: 4px;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url(/addons/shared_addons/themes/machmanuals/img/chosen-sprite.png) no-repeat 0 0;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
	background:#fff;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
  color: #333;
  border: 0;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(/addons/shared_addons/themes/machmanuals/img/chosen-sprite.png) right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #27a6d1;
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url(/addons/shared_addons/themes/machmanuals/img/chosen-sprite.png) no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url(/addons/shared_addons/themes/machmanuals/img/chosen-sprite.png) no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  border:0;
}
.chzn-container-active .chzn-single-with-drop {
  border:0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow   : 0 0 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow     : 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow        : 0 0 3px rgba(0, 0, 0, 0.15);
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: #fff url(/addons/shared_addons/themes/machmanuals/img/chosen-sprite.png) no-repeat -38px -22px;
  background: url(/addons/shared_addons/themes/machmanuals/img/chosen-sprite.png) no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url(/addons/shared_addons/themes/machmanuals/img/chosen-sprite.png) no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  
  background: url(/addons/shared_addons/themes/machmanuals/img/chosen-sprite.png) no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(/addons/shared_addons/themes/machmanuals/img/chosen-sprite.png) no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(/addons/shared_addons/themes/machmanuals/img/chosen-sprite.png) no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(/addons/shared_addons/themes/machmanuals/img/chosen-sprite.png) no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
/* @end */
