/* JQM Demos custom CSS */
body{font-family:Arial, Helvetica, sans-senif; font-size:1em; }
html,body{min-width:320px;}
a{ text-decoration:none}
/* Header */
.jqm-demos .jqm-header {
	background: #f5f5f5;
	border:0;
	-webkit-box-shadow:0px 0 3px #aaa;
	-moz-box-shadow:0px 0 3px #aaa;
	box-shadow:0px 0 3px #aaa;
}
.jqm-demos .jqm-header h2 {
	padding: .4em 0 .4em;
	margin: 0 3em 0 3em;
}
.jqm-demos .jqm-header h2 a {
	display: inline-block;
	text-decoration: none;
	min-height: 40px;
}
.jqm-demos .jqm-header h2 img {
	display: block;
	max-width: 10em;
	max-height:1.8em;
	margin-top:6px;
}
.jqm-demos .jqm-header h2 > img {
	display: inline-block;
}
.jqm-demos .jqm-header p {
	position: absolute;
	bottom: -2em;
	left: 1em;
	margin: 0;
	color: #666;
	font-weight: 300;
	text-transform: uppercase;
}
.jqm-demos .jqm-header .ui-btn {
	width: 2.2em;
	height: 2.2em;
	background: none;
	border: 0;
	top: 50%;
	margin-top: -1.1em;
	-webkit-border-radius: .3125em;
	border-radius: .3125em;
	/*opacity: .8;
	filter: Alpha(Opacity=80);*/
}
.jqm-demos .jqm-header .my-account,.jqm-demos .jqm-header .Search{ padding:0; margin-top:-1.1em; top:50%; position:absolute;}
.jqm-demos .jqm-header .my-account{ right:2.8em}
.jqm-demos .jqm-header .Search{}
.jqm-demos .jqm-header .my-account img{ /*width:70%;*/ margin-top:3px;}
.jqm-demos .jqm-header .Search img{margin-top:3px;}
/*.jqm-demos .jqm-header .ui-btn.HomePage,.jqm-demos .jqm-header .ui-btn.my-account
{
    opacity: 0.3;
	filter: Alpha(Opacity=30);}*/
/* Footer */
.jqm-demos .jqm-footer.ui-footer {
	position: absolute;
	bottom: 0;
	padding-bottom: 0;
}
.jqm-demos .jqm-footer {

}
.jqm-demos .jqm-footer p {
	color: #999;
	font-weight: 300;
	margin: 0 1.25em 1.25em;
	text-align:center
}
.jqm-demos .jqm-footer p:first-child {
	color: #888;
	font-weight: 400;
	margin: 1em 1em .75em;
	text-align:center
}

/* Content */
.jqm-demos .jqm-content {
	padding-top: 3em;
}
.jqm-demos .jqm-content > h1,
.jqm-demos .jqm-content > h2,
.jqm-demos .jqm-content > h3,
.jqm-demos .jqm-content > p,
.jqm-demos .jqm-content > ul li,
.jqm-demos .jqm-content > a {
	font-weight: 300;
}
.jqm-demos .jqm-content > h1 {
	margin: 0 0 .625em;
}
.jqm-demos .jqm-content > h2 {
	color: #3eb249;
	background-color: transparent;
	border-bottom: 1px solid #ddd;
	padding-bottom: .2em;
	margin: 0 0 .7375em;
}
.jqm-demos .jqm-content > h3 {
	color: #3eb249;
	background-color: transparent;
	margin: 0 0 1em;
}
.jqm-demos .jqm-content > p {
	line-height: 1.5;
}
.jqm-demos .jqm-content > ul:not(.jqm-list) li {
	line-height: 1.5;
}
.jqm-demos .jqm-content > p {
	margin: 0 0 1.25em;
}
.jqm-demos .jqm-content > ul,
.jqm-demos .jqm-content > ol {
	padding-left: 1.3em;
}
.jqm-demos .jqm-content > .ui-listview {
	padding-left: 0;
}
.jqm-demos .jqm-content > a,
.jqm-demos .jqm-content > p a,
.jqm-demos .jqm-content > ul:not(.jqm-list) li a {
	font-weight: 400;
	text-decoration: none;
}
.jqm-demos .jqm-content strong {
	font-weight: 700;
}
.jqm-demos .jqm-content > p strong {
	font-weight: 400;
}

/* Homepage */
.jqm-home > .jqm-content > img {
	width: 400px;
	max-width: 100%;
	display: block;
	margin: 2.5em 0;
}
.jqm-home .ui-grid-a {
	/*margin: 2.5em -.5em -.5em;*/
}
.jqm-block-content {
	margin: .5em;
	padding: 1em;
	background: #fff;
	border: 1px solid #eee;
	-webkit-border-radius: .3125em;
	border-radius: .3125em;
}
.jqm-block-content h3 {
	font-weight: 300;
	color: #3eb249;
	border-bottom: 1px solid #ddd;
	padding-bottom: .25em;
	margin: 0 0 .5em;
}
.jqm-block-content p {
	font-weight: 300;
	line-height: 1.4;
	margin: .7em 0;
}
.jqm-block-content p:last-child {
	margin-bottom: 0;
}
.jqm-block-content a:link {
	font-weight: 300;
	text-decoration: none;
}

/* Code */
.jqm-content pre,
.jqm-content code {
	background: #e5e5e5;
	background: rgba(0,0,0,.05);
	padding: 0 .125em;
}
.jqm-content pre {
	padding: 0 1em 1.2em;
	white-space: pre-wrap;
}
.jqm-content pre > code {
	padding: 0;
	background: none;
}

/* Lists */
.jqm-demos .jqm-search .jqm-list {
	margin: 0 -1em 1em;
}
.jqm-demos .jqm-list .ui-btn,
.jqm-demos .jqm-list .ui-btn:visited,
.jqm-demos .jqm-list .ui-li-divider {
	font-weight: 300;
	text-shadow: none !important;
}
.jqm-demos .jqm-list .ui-btn:hover,
.jqm-demos .jqm-list .ui-btn:active {
	color: #3388cc;
}
.jqm-demos .jqm-list .ui-btn.ui-btn-active {
	color: #fff;
}
.jqm-demos .jqm-list .ui-li-divider {
	color: #3eb249;
}

/* Navmenu */
.jqm-navmenu-panel .ui-listview > li .ui-collapsible-heading {
	margin: 0;
}
.jqm-navmenu-panel .ui-collapsible.ui-li-static {
	padding: 0;
	background:#f9f9f9;
	border-bottom:0;
	margin:0 0.2em
}
.jqm-navmenu-panel .ui-collapsible + li > .ui-btn,
.jqm-navmenu-panel .ui-collapsible + .ui-collapsible > .ui-collapsible-heading > .ui-btn,
.jqm-navmenu-panel .ui-panel-inner > .ui-listview > li.ui-first-child .ui-btn {
	border-top: none !important;
}
.jqm-navmenu-panel .ui-listview .ui-listview .ui-btn {
	padding:.7em 1.5em;
	color: #666;
	border-bottom:1px dashed #ccc
}
.jqm-navmenu-panel .ui-listview .ui-listview .ui-btn.ui-btn-active {
	color: #fff;
}
.jqm-navmenu-panel .ui-btn:after {
	
}
.jqm-demos .jqm-navmenu-panel.jqm-panel-page-nav {
	display: none;
	position: absolute;
	top: 178px;
	left: 12px;
}
.jqm-demos .jqm-navmenu-panel.jqm-panel-page-nav ul li:first-child a{
	border-top: none;
}
/* Search */
.jqm-search-panel .ui-panel-inner {
	padding-top: 0;
}
.jqm-search-panel .ui-input-search {
	margin: 1em 0;
}
.jqm-search-panel .ui-input-search.ui-focus {
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
}
.jqm-list .jqm-search-results-keywords {
    padding: .46857em 0 0;
    font-weight: 300;
    color: #999;
    display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ui-btn-active .jqm-search-results-keywords {
    color: #fff;
}
.jqm-search-results-highlight {
    color: #3388cc;
    font-weight: 400;
}
.ui-btn-active .jqm-search-results-highlight {
    color: #fff;
    font-weight: 300;
}

/* Quick links */
.jqm-demos .jqm-content .jqm-deeplink {
	display: block;
	color: #999;
	font-weight: 300;
	border-top: 1px solid #eee;
	text-align: right;
	padding-top: .2em;
	margin: 0 0 1.5em;
}
.jqm-demos .jqm-content .jqm-deeplink:after {
	content: "";
	display: block;
	float: right;
	margin: .1em 0 0 .5em;
	width: 1em;
	height: 1em;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: .4;
	filter: Alpha(Opacity=40);
}

/* View source links */
.jqm-demos .jqm-content .jqm-view-source-link,
.jqm-demos .jqm-content .jqm-view-source-link:visited,
.jqm-demos .jqm-content .jqm-view-source-link:hover,
.jqm-demos .jqm-content .jqm-view-source-link:active {
	color: #3eb249;
	font-weight: 400;
	margin: 2em 0 1.5em 1em;
}
.jqm-demos .jqm-content .jqm-view-source-link.ui-btn-active:link {
	color: #fff;
}

@media (min-width: 60em) {/*
	.jqm-demos .jqm-header h2 {
		padding: 1em 0 .7em;
		margin: 0 1em 0 3%;
		text-align: left;
	}
	.jqm-demos .jqm-header h2 img {
		
	}
	.jqm-demos .jqm-header p {
		bottom: auto;
		left: auto;
		top: 50%;
		right: 15%;
		font-size: 1.2em;
		margin-top: -.625em;
	}
	.jqm-demos .jqm-navmenu-link {
		display: none;
	}
	.jqm-demos .jqm-search-link {
		right: 3%;
	}
	.jqm-demos .jqm-footer p {
		float: right;
		margin: 1.5em 3% 1.5em 1.5em;
	}
	.jqm-demos .jqm-footer p:first-child {
		float: left;
		margin: 1.25em 1.25em 1.25em 3%;
	}
	.jqm-demos .jqm-navmenu-panel {
		visibility: visible;
		position: relative;
		left: 0;
		float: left;
		width: 25%;
		background: none;
		-webkit-transition: none !important;
		-moz-transition: none !important;
		transition: none !important;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		transform: none !important;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.jqm-demos.jqm-panel-page .jqm-navmenu-panel {
		display: none;
	}
	html .jqm-demos.jqm-panel-page .jqm-navmenu-panel.jqm-panel-page-nav {
		display: block;
	}
	.jqm-demos .jqm-navmenu-panel .ui-panel-inner {
		margin-top: 3em;
		margin-bottom: 3em;
	}
	.jqm-demos .jqm-content {
		
		padding-top: 2em;
		padding-left: 5%;
		padding-right: 3%;
		
	}
    .jqm-demos .jqm-content.jqm-fullwidth {
		width: auto;
		padding-left: 15%;
		padding-right: 15%;
		float: none;
	}
	.jqm-navmenu-panel .ui-listview .ui-btn {
		padding-left: 12.5%;
	}
	.jqm-navmenu-panel .ui-listview .ui-listview .ui-btn {
		padding-left: 15%;
	}
	.jqm-navmenu-panel .ui-collapsible,
	.jqm-navmenu-panel .ui-collapsible-content,
	.jqm-navmenu-panel .ui-btn {
		background: none !important;
		border-color: #ddd !important;
	}
	.jqm-navmenu-panel .ui-btn.ui-btn-active {
		color: #3388cc !important;
	}
	.jqm-navmenu-panel .ui-btn::after {
		opacity: 0;
		-webkit-transition: opacity 500ms ease;
		-moz-transition: opacity 500ms ease;
		transition: opacity 500ms ease;
	}
	.jqm-navmenu-panel .ui-btn:hover::after {
		opacity: .4;
	}
	.jqm-search-panel {
		width: 26em;
		right: -26em;
		z-index: 1003; 
	}
	.jqm-search-panel.ui-panel-animate.ui-panel-position-right {
		-webkit-transform: translate3d(26em,0,0);
		-moz-transform: translate3d(26em,0,0);
		transform: translate3d(26em,0,0);
	}
	.ui-panel-dismiss-open.ui-panel-dismiss-position-right {
		left: -17em;
		right: 17em;
	}*/
}
@media (min-width: 35em) {
	.jqm-block-content {
		min-height: 18em;
	}
}

/* View source popup */
#jqm-view-source-popup.ui-popup-container {
	width: 90%;
	max-width: 1500px;
}
.jqm-view-source .ui-collapsible-set {
	margin: 0;
}
.jqm-view-source .ui-collapsible-heading .ui-btn {
	font-weight: 400;
}
.jqm-view-source .ui-collapsible-heading .ui-btn-inner {
	padding: .4em;
}
.jqm-view-source .ui-collapsible-content {
	padding: 0;
	overflow: auto;
}
.jqm-view-source .ui-collapsible-content .phpStatus {
	padding: 1em;
}
.jqm-view-source .ui-collapsible-content > div,
.jqm-view-source .ui-collapsible-content .syntaxhighlighter {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}
.jqm-view-source .ui-collapsible-content::-webkit-scrollbar {
    width: 5px;
}
.jqm-view-source .ui-collapsible-content::-webkit-scrollbar-track {
    background: transparent;
}
.jqm-view-source .ui-collapsible-content::-webkit-scrollbar-thumb {
	background: #435A5F;
	border: solid #222;
	border-width: 12px 2px 12px 0;
	border-bottom-right-radius: 5px;
}
.jqm-view-source .ui-collapsible-content td.code .container > textarea {
	resize: none;
}

/* Button C - HTML */
.jqm-view-source .ui-btn.ui-btn-c,
.jqm-view-source .ui-btn.ui-btn-c:visited,
.jqm-view-source .ui-btn.ui-btn-c:hover,
.jqm-view-source .ui-btn.ui-btn-c:active,
.jqm-view-source .ui-btn.ui-btn-c.ui-btn-active {
	background: #005aff;
	border-color: #0033cc;
	color: #fff;
	text-shadow: 0 1px 0 #0033cc;
}
/* Button D - PHP */
.jqm-view-source .ui-btn.ui-btn-d,
.jqm-view-source .ui-btn.ui-btn-d:visited,
.jqm-view-source .ui-btn.ui-btn-d:hover,
.jqm-view-source .ui-btn.ui-btn-d:active,
.jqm-view-source .ui-btn.ui-btn-d.ui-btn-active {
	background: #ed1c24;
	border-color: #ff0000;
	color: #fff;
	text-shadow: 0 1px 0 #ff0000;
}
/* Button E - JS */
.jqm-view-source .ui-btn.ui-btn-e,
.jqm-view-source .ui-btn.ui-btn-e:visited,
.jqm-view-source .ui-btn.ui-btn-e:hover,
.jqm-view-source .ui-btn.ui-btn-e:active,
.jqm-view-source .ui-btn.ui-btn-e.ui-btn-active {
	background: #3EB249;
	border-color: #108040;
	color: #fff;
	text-shadow: 0 1px 0 #108040;
}
/* Button F - CSS */
.jqm-view-source .ui-btn.ui-btn-f,
.jqm-view-source .ui-btn.ui-btn-f:visited,
.jqm-view-source .ui-btn.ui-btn-f:hover,
.jqm-view-source .ui-btn.ui-btn-f:active,
.jqm-view-source .ui-btn.ui-btn-f.ui-btn-active {
	background: #ec008c;
	border-color: #cc0099;
	color: #fff;
	text-shadow: 0 1px 0 #cc0099;
}

/**
 * SyntaxHighlighter
 * http://alexgorbatchev.com/SyntaxHighlighter
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
 *
 * @version
 * 3.0.83 (July 02 2010)
 *
 * @copyright
 * Copyright (C) 2004-2010 Alex Gorbatchev.
 *
 * @license
 * Dual licensed under the MIT and GPL licenses.
 */
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
	background: none;
	border: 0;
	bottom: auto;
	float: none;
	left: auto;
	height: auto;
	line-height: 18px;
	margin: 0;
	outline: 0;
	overflow: visible;
	padding: 0;
	position: static;
	right: auto;
	text-align: left;
	top: auto;
	vertical-align: baseline;
	width: auto;
	box-sizing: content-box;
	font-weight: normal;
	font-style: normal;
	min-height: inherit;
	min-height: auto;
}
.syntaxhighlighter {
	width: auto;
	margin: 0;
	padding: 1em 0;
	position: relative;
	overflow: auto;
}
.syntaxhighlighter.source {
	overflow: hidden;
}
.syntaxhighlighter .bold {
	font-weight: bold;
}
.syntaxhighlighter .italic {
	font-style: italic;
}
.syntaxhighlighter .line {
	white-space: pre;
	white-space: pre-wrap;
}
.syntaxhighlighter table {
	width: 100%;
}
.syntaxhighlighter table caption {
	text-align: left;
	padding: .5em 0 0.5em 1em;
}
.syntaxhighlighter table td.code {
	width: 100%;
}
.syntaxhighlighter table td.code .container {
	position: relative;
}
.syntaxhighlighter table td.code .container textarea {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	background: white;
	padding-left: 1em;
	overflow: hidden;
	white-space: pre;
}
.syntaxhighlighter table td.gutter .line {
	text-align: right;
	padding: 0 0.5em 0 1em;
}
.syntaxhighlighter table td.code .line {
	padding: 0 1em;
}
.syntaxhighlighter.show {
	display: block;
}
.syntaxhighlighter.collapsed table {
	display: none;
}
.syntaxhighlighter .line.alt1 {
	background-color: transparent;
}
.syntaxhighlighter .line.alt2 {
	background-color: transparent;
}
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
	background-color: #253e5a;
}
.syntaxhighlighter .line.highlighted.number {
	color: #38566f;
}
.syntaxhighlighter table caption {
	color: #d1edff;
}
.syntaxhighlighter .gutter {
	color: #afafaf;
}
.syntaxhighlighter .gutter .line {
	border-right: 3px solid #435a5f;
}
.syntaxhighlighter .gutter .line.highlighted {
	background-color: #435a5f;
	color: #0f192a;
}
.syntaxhighlighter.collapsed {
	overflow: visible;
}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
	color: #eee;
}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
	color: #5ba1cf;
}
.syntaxhighlighter .string {
	color: #98da31;
}
.syntaxhighlighter .string a {
	color: #1dc116;
}
.syntaxhighlighter .keyword {
	color: #ffae00;
}
.syntaxhighlighter .preprocessor {
	color: #8aa6c1;
}
.syntaxhighlighter .variable {
	color: #ffaa3e;
}
.syntaxhighlighter .value {
	color: #f7e741;
}
.syntaxhighlighter .functions {
	color: #ffaa3e;
}
.syntaxhighlighter .constants {
	color: #e0e8ff;
}
.syntaxhighlighter .script {
	font-weight: bold;
	color: #b43d3d;
	background-color: none;
}
.syntaxhighlighter .color1 {
	color: #8df;
}
.syntaxhighlighter .color1 a {
	color: #f8bb00;
}
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
	color: white;
}
.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
	color: #ffaa3e;
}
.syntaxhighlighter table td.code {
	cursor: text;
}
.syntaxhighlighter table td.code .container textarea {
	background: #eee;
	white-space: pre;
	white-space: pre-wrap;
}
.syntaxhighlighter ::-moz-selection {
	background-color: #3399ff;
	color: #fff;
	text-shadow: none;
}
.syntaxhighlighter ::-webkit-selection {
	background-color: #3399ff;
	color: #fff;
	text-shadow: none;
}
.syntaxhighlighter ::selection {
	background-color: #3399ff;
	color: #fff;
	text-shadow: none;
}



/*.device {
  width: 200px;
  height: 300px;
  padding: 30px 40px;
  background: #f8f8f8;
  margin: 5px auto;
}*/
.descnavbarcontent .device {
  margin: 10px auto 5px auto;
  position:relative;
  width:200px;
  height:230px;
}
.descnavbarcontent .swiper-container
{
    height: 200px;
    overflow: hidden;
    width: 200px;
    }
.descnavbarcontent .pagination {
    bottom: 5px;
    left: 25px;
    position: absolute;
    text-align: center;
    width: 150px;
    display:block;
    height:6px;
}
.descnavbarcontent .swiper-slide td {
    height: 200px;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}
.NewProducts .device {
  margin: 10px auto 5px auto;
  position:relative;
}
.device .arrow-left,.device .arrow-right{width: 21px;
  height: 15px;position: absolute; bottom:0}
.device .arrow-left {
  background: url(../img/back_next.png) no-repeat left -513px;
  left: 0;
}
.device .arrow-right {
  background: url(../img/back_next.png) no-repeat right -557px;
  right: 0;
}
.NewProducts .swiper-container,.IndexCategories .swiper-container
{
  height:150px;
  overflow:hidden; 
  margin:8px 0 8px 5px; 
  width:320px;
}
.RelatedGuide .swiper-container
{
  height:200px;
  overflow:hidden; 
  margin:8px 0 8px 10px; 
  width:320px;  
}
.RelatedGuide .state img{ max-width:25px;max-height:25px}
.content-slide {
  padding: 20px;
  color: #fff;
}
.NewProducts .swiper-slide{ width:120px;height:150px;}
.NewProducts .ProductName a,.NewProducts .ProductName a:hover{ color:#004691; line-height:15px;}
.NewProducts .ProductName{ height:30px; overflow:hidden; line-height:15px;}
.title {
  margin-bottom: 10px;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #ccc;
  /*box-shadow: 0px 1px 2px #555 inset;*/
  margin: 0 3px 8px 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #FD9E20;
}
.pagination{ /*display:none text-align:center;width:150px; position:absolute; bottom:5px; left:25px;*/}
.swiper-slide{float:left;}
.swiper-slide td.ImgTd{ width:110px; height:110px; text-align:center; vertical-align:middle; border:1px solid #eee; padding:1px;}
.swiper-slide td.ImgTd img{max-width:100px; max-height:100px;}

.device-index {
  width: 320px;
  height: 110px;
  padding: 0px;
  background: #f8f8f8;
  margin: 5px auto;
}
.device-index .arrow-left {
  background: url(../img/back_next.png) no-repeat left -260px;
  left: 1em;
}
.device-index .arrow-right {
  background: url(../img/back_next.png) no-repeat right 0;
  right: 1em;
}
.swiper-container-index {
  height: 110px;
  width: 320px;
  overflow:hidden;
}
.device-index .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:3px;
  width: 100%;
  display:block;
}
.register_div {
	width: 100%;
	float: left;
	/*padding: 40px 0px 40px 80px;*/
	margin: 20px 0
}

	.register_div .register a {
		display: block;
		background: #75B006;
		color: #fff;
		text-align: center;
		width: 50%;
		height: 30px;
		line-height: 30px;
		text-decoration: none;
		margin: 0 auto;
		font-size: 15px;
	}

		.register_div .register a:hover {
			background: #83C606;
		}

.RelatedGuide .swiper-slide{ width:120px;height:150px;}



/******scroll begin******/
a.abtn {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -20000px;
	top: 50px;
}

a.aleft {
	left: 0px;
}

a.aright {
	right: 0px;
}

.newproductshow a.abtn {
	top: 80px
}

#hottoyswrap .hotproductshow {
	clear: both;
	height: 140px;
	margin: 0;
	/*width: 500px;*/
	position: relative;
	text-align: center;
}

	#hottoyswrap .hotproductshow .scrollcontainer {
		height: 140px;
		margin-left: 28px;
		width: 440px;
		overflow: hidden;
		position: relative;
	}

		#hottoyswrap .hotproductshow .scrollcontainer ul {
			position: absolute;
			width: 20000px;
		}

		#hottoyswrap .hotproductshow .scrollcontainer li {
			padding: 0;
			height: 140px;
			width: 110px;
			float: left;
			clear: none;
			text-align: center;
		}

			#hottoyswrap .hotproductshow .scrollcontainer li div.scrollbox {
				height: 140px;
				margin: 0 auto;
				width: 110px;
				position: relative;
			}

				#hottoyswrap .hotproductshow .scrollcontainer li div.scrollbox td {
					width: 110px;
					height: 100px;
					text-align: center;
					vertical-align: middle
				}

.mainmenu #hottoyswrap .hotproductshow .scrollcontainer li div.scrollbox td img {
	float: none;
}

.newproductshow {
	clear: both;
	height: 170px;
	margin: 0;
	position: relative;
	text-align: center;
}

	.newproductshow .scrollcontainer {
		height: 170px;
		margin-left: 22px;
	}



		.newproductshow .scrollcontainer li {
			padding: 0;
			width: 118px;
			float: left;
			clear: none;
			text-align: center;
		}

			.newproductshow .scrollcontainer li div.scrollbox {
				margin: 0 auto;
				padding: 1px;
				width: 116px;
				position: relative;
			}

	.newproductshow .ProductCode {
		display: none
	}

	.newproductshow .ProductName a {
		color: #004691;
		line-height: 16px;
		text-align: center;
		display: block;
	}

	.newproductshow .NewProImgTd {
		width: 188px;
		height: 130px;
		text-align: center;
		vertical-align: middle
	}

	.newproductshow .scrollcontainer li:hover .ProductName a {
		text-decoration: underline
	}

	.newproductshow .scrollcontainer li:hover img {
		filter: alpha(opacity=80);
		opacity: 0.8
	}
/******scroll end*******/

.NewProducts .Header, .IndexCategories .Header {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-bottom: 17px;
	margin-top: 20px;
	text-align: left;
}

	.NewProducts .Header .title, .IndexCategories .Header .title {
		float: left
	}

.NewProducts_Category {
	float: left;
	margin-left: 18px;
}

	.NewProducts_Category li.CurentMonth {
		color: #FF9A00
	}

	.NewProducts_Category li {
		color: #222222;
		cursor: pointer;
		float: left;
		font-size: 12px;
		font-weight: normal;
	}

		.NewProducts_Category li.line {
			background: none repeat scroll 0 0 #333333;
			height: 9px;
			margin: 6px 5px 0;
			padding: 0;
			width: 1px;
		}

.newproductshow .scrollcontainer li div.ProductName {
	margin-top: 5px;
}

.IndexCategories {
	margin-top: 20px;
}

.IndexCategories {
	clear: both;
	position: relative;
	text-align: center;
}

	.IndexCategories .scrollcontainer {
		height: 190px;
		margin-left: 42px;
		width: 900px;
		overflow: hidden;
		position: relative;
	}

		.IndexCategories .scrollcontainer ul {
			position: absolute;
			width: 20000px;
		}

		.IndexCategories .scrollcontainer li {
			padding: 0;
			height: 190px;
			/*width: 175px;*/
			float: left;
			clear: none;
			text-align: left;
		}

			.IndexCategories .scrollcontainer li div.scrollbox {
				height: 190px;
				margin: 0 auto;
				padding: 1px;
				position: relative;
				float: left
			}

	.IndexCategories .ProductCode {
		display: none
	}

	.IndexCategories .ProductName a {
		color: #004691;
		line-height: 16px;
		text-align: center;
		display: block;
	}

	.IndexCategories .NewProImgTd { /*width:175px;*/
		height: 130px;
		text-align: center;
		vertical-align: middle
	}

	.IndexCategories .scrollcontainer li:hover .ProductName a {
		text-decoration: underline
	}

	.IndexCategories .scrollcontainer li:hover img {
		filter: alpha(opacity=80);
		opacity: 0.8
	}

	.IndexCategories a.abtn {
		top: 115px;
	}

.IndexCategoriesItem dt {
	clear: both;
	color: #004691;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
	padding-right: 30px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.IndexCategories {
	margin-top: 30px;
}

.IndexCategoriesItem dl {
	float: left
}

.IndexCategoriesItem dt {
	font-weight: bold;
	color: #004691;
	clear: both;
	margin-bottom: 10px;
	text-align: left;
	padding-right: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.IndexCategoriesItem dd {
	float: left;
	color: #444;
	line-height: 20px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

	.IndexCategoriesItem dd.BlankSpace {
		width: 71px;
		height: 100px;
	}

	.IndexCategoriesItem dd span {
	}

		.IndexCategoriesItem dd span:hover, .IndexCategoriesItem dd a:hover {
			text-decoration: underline;
			color: #004691;
			cursor: pointer
		}

.hotbrand a.abtn {
	top: 70px;
}