﻿@charset "utf-8";
/* base style file
 * 1、general
 * 2、header
 * 3、footer
 * 4、nav
 * 5、widgets
 5.1 Validator
 * 6、validation
 * 99、other
 1. IE  9 >   56%
 2. IE  8 >   28%
 3. IE 10 >   10%
 4. IE  7 >    6%
 5. IE  6 > 0.25%
 * -------------------------------------------------- */
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, tt, var,
dl, dt, dd, ul, ol, li,
form, label, fieldset, legend, textarea, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: normal;
	font-family: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: none;
	-ms-interpolation-mode: bicubic;
}
strong {
	margin:0 3px;
	font-weight: bold;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.2em;
}
.bodyFix{
	height: 100%;
	overflow: hidden;
}
:focus {
	outline: 0;
}
ul, ol {
	list-style: none;
}
textarea {
	resize: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img {
	display: block;
}
.fix {
	*clear: left;
    *zoom:1;
}
.fix:after {
	display: block;
	content: "fix";
	visibility: hidden;
	height:0;
	font-size: 0;
	overflow: hidden;
	clear:both;
	>zoom: 1;
}
div.show{
  display: block;
}
.popContainerFixed{
	position: absolute;
	top: 0;
	left: 7%;
    width: 86%;
    z-index: 100002;
}
.popContainerFixed p{
	padding: 5px 20px;
}
.popContainerFixed .rightHead {
    font-weight: 700;
    text-align: left;
    margin:10px;
    text-transform: uppercase;
}
.popContainerFixed p {
    line-height: 25px;
    text-align: left;
}
.imeDisable{
	ime-mode: disabled;
}
input::-ms-clear{display:none;}
:-ms-input-placeholder {
    color: #B2B2B2!important
}
input[type="search"]{
	background: transparent;
	-webkit-appearance: none;
	font-family: Helvetica, Arial, sans-serif;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
/*fonts*/
@font-face {
	font-family: 'Open Sans Condensed';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/OpenSans-CondLight.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Cond Light'),
  		 local('OpenSans-CondensedLight'),
		 url('fonts/OpenSans-CondLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('fonts/OpenSans-CondLight.woff') format('woff'), /* Modern Browsers */
	     url('fonts/OpenSans-CondLight.ttf') format('truetype'); /* Safari, Android, iOS */
	     /* url('fonts/OpenSans-CondLight.svg#open_sanscondensed_light') format('svg');  Legacy iOS */
}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.1.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}
/* 1、general
 * -------------------------------------------------- */
html {
	height: 100%;
}
body {
	min-width: 320px;
	overflow-y: scroll;
	>overflow-y: hidden;
	background-color: #FFF;
	color: #0D0D0D;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
a {
	color: #0D0D0D;
	text-decoration: none;
}
a:hover {
	color: #B2890B;
}
input {
	margin: 0;
	padding: 0;
}
.hidden {
	display: none;
}
.noMargin {
	margin: 0!important;
}
.noMarginT {
	margin-top: 0!important;
}
.noMarginR {
	margin-right: 0!important;
}
.noMarginB {
	margin-bottom: 0!important;
}
.noMarginL {
	margin-left: 0!important;
}
.clear,.block{
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
}
.block {
    clear: both;
    display: block;
    height: auto;
    overflow: visible;
}
.fontGray{
	color: #7f7f7f;
}
html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
#Wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 320px;
	min-height: 100%;
}
#Main {
	padding-bottom: 300px;
}
.footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 250px;
	visibility: hidden\9\0;
}
#Wrapper.wrapperFixed {
	position: absolute;
	height: 500px;
	overflow: hidden;
}
#Wrapper.wrapperFixed .maskAll {
	position: absolute;
    display: block;
	width: 100%;
	height: 100%;
    opacity:1;
	background: #303030 url(../images/bg_mask.png) top left repeat-x;
	z-index: 9999;
    left: auto;
    right: auto;
    bottom: auto;
    top:auto;
}
#Wrapper.wrapperFixed .maskAllSearch{
	background-color: #fff;
}
/* back to newegg
 * -------------------------------------------------- */
div.backen{
    height:30px;
    line-height: 30px;
    background:white;
    text-align: right;
    /*width:auto;*/
    padding-top: 0;
}
div.backen div{
    text-align: right;
    padding-top:0;
    margin:0 auto;
}
div.backen a:hover{
    color:#0d0d0d;
}
.backen span{
    vertical-align: middle;
    display:inline-block;
    overflow: hidden;
    margin-left:10px;
    margin-top:-2px;
}
.backen .iconNewegg{
    width:58px;
    height: 26px;
    line-height: 100px;
    background: url("../images/icon/icon_Newegg.png") no-repeat;
}
.backen .iconNeweggCA{
	background: url("../images/icon/icon_NeweggCA.png") no-repeat;
 }
.backen .iconNutrend{
    width:54px;
    height: 26px;
    line-height: 100px;
    background: url("../images/icon/icon_Nutrend.png") no-repeat;
}
/* 2、header
 * -------------------------------------------------- */
.header {
	width: 100%;
	height: 60px;
	background-color: #0D0D0D;
	>zoom: 1;
	>position: relative;
	>z-index: 10003;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
.headerShadow{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: rgba(13,13,13,0.88);
	z-index: 10000;
}
.header_wrap{
	position: relative;
	width: 85%;
	/*max-width: 1100px;*/
	height: 60px;
	margin: 0 auto;
	z-index: 100;
}
.header .logo {
	position: relative;
	float: left;
	margin-top: 10px;
}
.header .logo a {
	position: relative;
	display: block;
	width: 146px;
	height: 40px;
	overflow: hidden;
}
.logo .tm {
	position: absolute;
	z-index: 2;
	top: -3px;
	right: -13px;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
}
:root .logo .tm {
	top: -2px\9;
}
.logo img {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.0)), to(rgba(255,255,255,0.2))); /* Chrome, Safari 4+ */
	background-image: -webkit-linear-gradient(0, 0, rgba(0,0,0,1), rgba(255,255,255,0.2)); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,1), rgba(255,255,255,0.2)); /* Firefox 3.6-15 */
	background-image:      -o-linear-gradient(left, rgba(0,0,0,1), rgba(255,255,255,0.2)); /* Opera 11.10-12.00 */
	background-image:         linear-gradient(to right, rgba(0,0,0,1), rgba(255,255,255,0.2)); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	background-size: 0px 0px;
}
.logo img:hover {
	animation: NFLogo 1s alternate linear 1;
	-moz-animation: NFLogo 1s alternate linear 1; /* Firefox */
	-webkit-animation: NFLogo 1s alternate linear 1; /* Safari and Chrome */
	-o-animation: NFLogo 1s alternate linear 1; /* Opera */
}
@keyframes NFLogo{
	from { background-size: 0px 0px; }
	to { background-size: 584px 160px; }
}
@-webkit-keyframes NFLogo{
	from { background-size: 0px 0px; }
	to { background-size: 584px 160px; }
}
@-moz-keyframes NFLogo{
	from { background-size: 0px 0px; }
	to { background-size: 584px 160px; }
}
@-o-keyframes NFLogo{
	from { background-size: 0px 0px; }
	to { background-size: 584px 160px; }
}
@media screen and (-webkit-min-device-pixel-ratio:-1) {
	.logo .tm {
		top: -2px;
	}
}
.header .logo img {
	display: block;
	width: 100%;
	height: auto;
}
.header .logo img {
	display: block;
	width: 100%;
	height: auto;
}
/* menu */
.header .mainMenu {
	position: relative;
	float: left;
	margin-left: 35px;
    height:60px;
}
.header .category li {
	position: relative;
	float: left;
	height: 60px;
	padding: 0 14px;
}
.header .category li > a {
	color: #fff;
	font: normal 18px/60px "Open Sans Condensed", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.header .category li a:hover {
	color: #ffc410;
}
.header .category li.current > a {
	border-bottom: 2px solid #ffc410;
}
.header .category li.hover > a{
	color: #ffc410;
}
.header .category li.hide{
	display: none;
}
.header .category li.backTo{
    display: none;
}
.backTo .iconNewegg{
    display: inline-block;
    margin-left:10px;
    width:58px;
    height:26px;
    background: url("../images/icon/icon_Newegg.png") 0 0 no-repeat scroll;
    vertical-align: middle;
}
.backTo .iconNeweggCA{
	background: url("../images/icon/icon_NeweggCA.png") 0 0 no-repeat scroll;
}
.backTo .iconNutrend{
    display: inline-block;
    margin-left:10px;
    width:54px;
    height:26px;
    background: url("../images/icon/icon_Nutrend.png") 0 0 no-repeat scroll;
    vertical-align: middle;
}
.header .mainMenu .popContainer{
	top: 60px;
	left: 1px;
	width: 461px;
	padding: 10px 0 10px 10px;
}
.header .mainMenu li .arrow{
	display: none;
	z-index: 11;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	overflow: hidden;
}
.header .mainMenu li .arrow span{
	display: block;
	width: 0;
	height: 0;
	margin: -8px auto;
	border: 8px dashed transparent;
	border-bottom: 8px solid #ebebeb;
	font-size: 0;
	line-height: 0;
}
.header .mainMenu li.hover .arrow{
	display: block;
}
.header .mainMenu .popContainer dl{
	float: left;
}
.header .mainMenu .popContainer dl dt{
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
}
.header .mainMenu .popContainer dl dd{
	padding: 7px 10px 7px 0;
}
.header .mainMenu .popContainer dl dd a{
	display: block;
	overflow: hidden;
	line-height: 1.5;
}
.header .mainMenu .popContainer dl dd a .iconArrowRight{
	position: relative;
	display: inline-block;
	margin-left: 5px;
}
.header .mainMenu .popContainer dl dd a:hover .iconArrowRight{
	border-color: #fff #fff #fff #b2890b;
}
.header .mainMenu .popContainer dl dd a:hover{
	color: #b2890b;
}
.header .mainMenu .popContainer dl.categoryList{
	width: 150px;
	padding-bottom: 32px;
	border-right: 1px solid #ebebeb;
}
.header .mainMenu .popContainer dl.categoryList a{
	word-wrap: break-word;
}
.header .mainMenu .popContainer dl.salesList{
	position: relative;
	float: left;
	width: 310px;
	margin-left: -1px;
	border-left: 1px solid #ebebeb;
}
.header .mainMenu .popContainer dl.salesList dt{
	margin-left: 20px;
}
.header .mainMenu .popContainer dl.salesList dd{
	padding: 2px 0 0 0;
}
.header .mainMenu .popContainer dl.salesList dd a{
	position: relative;
	display: block;
	padding: 10px 0;
	color: #0d0d0d;
}
.header .mainMenu .popContainer dl.salesList dd a .mask{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 310px;
	height: 80px;
	background: #0d0d0d;
	opacity: 0.05;
	filter: alpha(opacity=5);
}
.header .mainMenu .popContainer dl.salesList dd a:hover .mask{
	display: block;
}
.header .mainMenu .popContainer dl.salesList dd a .pic{
	float: left;
    width: 80px;
    height: 60px;
    margin-left: 20px;
}
.header .mainMenu .popContainer dl.salesList dd a .pic img{
    width: 100%;
}
.header .mainMenu .popContainer dl.salesList dd a h3,
.header .mainMenu .popContainer dl.salesList dd a p{
	margin-left: 120px;
}
.header .mainMenu .popContainer dl.salesList dd a h3{
	width: 180px;
	height: 24px;
	margin-bottom: 5px;
	line-height: 24px;
	overflow: hidden;
	color: #0D0D0D;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.header .mainMenu .popContainer dl.salesList dd a p del{
	margin-right: 10px;
	color: #7f7f7f;
}
.header .mainMenu .popContainer dl dd.morelink a{
	margin-top: 5px;
	/*color: #7f7f7f;*/
}
.header .mainMenu .popContainer dl dd.morelink a:hover{
	color: #b2890b;
}
.header .mainMenu .popContainer .iconArrowRight{
	position: relative;
	display: inline-block;
	margin-left: 5px;
}
.header .mainMenu .popContainer a:hover .iconArrowRight{
	border-color: #fff #fff #fff #b2890b;
}
.header .mainMenu .popContainer .moreLink{
	position: absolute;
	bottom: 15px;
	left: 10px;
	color: #7f7f7f;
}
.header .mainMenu .popContainer .moreLink:hover{
	color: #b2890b;
}
.header .mainMenu .popContainer .moreLink.sale{
	left: 180px;
}
.header .more .icons,
.header_search .icons,
.header_cart .icons,
.header_account .icons{
	display: block;
	width: 30px;
	height: 30px;
	margin: 15px auto 0;
	background: url(../images/icon/icons_header.png);
}
.header .more{
	display: none;
	position: absolute;
	top: 0;
	right: 170px;
	padding: 0 10px;
	width: 60px;
	height: 60px;
}
.header .more .icons{
	background-position: 0 -120px;
}
.header_search .inputBtn{
    float:right;
	background-position: 0 -150px;
    margin-top:0;
    border:0;
    opacity: 0.3;
    background: url("../images/icon/icon_search.png") no-repeat scroll center center #fff;
    transition:all 200ms linear 0s;
}
.header_account .icons{
	background-position: 0 0;
}
.header_account_logged .icons{
	padding-left: 2px;
	background-position: right -30px;
	background-repeat: no-repeat;
}
.header_cart .icons{
	background-position: 0 -90px;
}
.header_cart_none .icons{
	background-position: 0 -60px;
}
.header .more .icon {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 0; 
	height: 0;
	margin-left: -7px;
	border: 8px dashed transparent;
	border-bottom: 8px solid #303030;
	font-size: 0;
	line-height: 0;
}
.header_search{
	position: absolute;
	right: 160px;
    top:14px;
	width: 170px;
	height: 32px;
	padding: 0;
    background: white;
}
.header_search .inputText{
    width:130px;
    border:0;
    height:32px;
    float:left;
    padding:0 5px;
}
.header_search .popContainer {
	width: 280px; 
	right: 0;
	top: 35px;
	padding-bottom: 0
}
.header_search .popContainer .arrow {
	display: none;
	right: -20px;
}
.header_search_mini{
    width: 170px;
}
.header_search_mini .inputText{
    width: 130px;
}
.headerSearchWrap{
	padding: 10px;
}
.headerSearchWrap .inputTextSearch{
	width: 255px;
	height: 30px;
	padding-left: 5px;
	border: 1px solid #CCC;
	background: url(../images/icon/icon_search.png) 233px center no-repeat;
}
.headerSearchWrap .resultList{
	margin-top: 5px;
}
.headerSearchWrap .resultList .title{
	padding: 0 6px;
	line-height: 34px;
	color: #7f7f7f;
}
.headerSearchWrap .resultList li{
	height: 34px;
	padding: 0 6px;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}
.headerSearchWrap .resultList li.hover{
	background: #f0f0f0;
}
.headerSearchWrap .resultList a.clearHistory {
	display: block;
	border-top: 1px solid #ebebeb;
	line-height: 40px;
	text-align: right;
}
.headerSearchWrap .searchInputWrap{
	height: 30px;
	border: 1px solid #CCC;
}
.headerSearchWrap .searchInputWrap .inputText{
	float: left;
	width: 222px;
	height: 20px;
	margin: 5px 0 0 6px;
	border: 0;
}
.headerSearchWrap .searchInputWrap .inputBtn{
	width: 30px;
	height: 30px;
	border: 0;
	background: #fff url(../images/icon/icon_search.png) center center no-repeat;
	text-indent: -9999px;
	cursor: default;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.header_search .inputBtnActive{
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
}
.headerSearchWrapMobile{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	background-color: #fff;
	z-index: 10001;
}
.headerSearchWrapMobileSearch{
	min-height: 480px;
}
.headerSearchWrapMobile.menuShow{
	display: block;
	top: 48px;
}
.headerSearchWrapMobile .resultList{
	display: none;
	margin: 0;
	padding: 0 20px;
	background-color: #fff;
}
.headerSearchWrapMobile .resultList .title{
	border-bottom: 1px solid #ebebeb;
	height: 40px;
	padding: 0 6px;
	line-height: 40px;
}
.headerSearchWrapMobile .resultList li{
	height: 40px;
	padding: 0 6px;
	line-height: 40px;
}
.headerSearchWrapMobile .searchArea{
	position: relative;
	height: 38px;
	margin: 0;
	padding: 15px 20px;
	background-color: #303030;
	border: none;
	overflow: hidden;
}
.headerSearchWrapMobile .keywordArea{
	position: relative;
	height: 36px;
	margin-right: 0;
	border: 1px solid #ccc;
	-webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
.headerSearchWrapMobile .searchArea .inputText{
	float: left;
	overflow: hidden;
	width: 100%;
	height: 36px;
	margin: 0;
	border: none;
	font-size: 20px;
	text-indent: 38%;
	color: #fff;
	background: #303030 url(../images/icon/icon_search_gray.png) no-repeat;
    background-position: 35% center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
    -webkit-appearance: none;
}
.headerSearchWrapMobile .searchAreaActive .keywordArea{
	background: #fff;
}
.headerSearchWrapMobile .searchAreaActive .inputText{
	padding: 0 36px 0 6px;
	background-position: 6px center;
	background-image: none;
	background-color: #fff;
	text-indent: 0;
	color: #0d0d0d;
	-webkit-appearance: none;
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-tap-highlight-color: rgba(255,0,0,0);
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	text-align: left;
}
.headerSearchWrapMobile .searchArea .inputText.gray{
	color: #a9a9a9;
	text-align: center;
	text-indent: 0;
	background-position: 35% center;
}
.headerSearchWrapMobile .searchArea .inputTextDesktop{
	padding-left: 10px;
	background: #fff;
}
.headerSearchWrapMobile .searchArea .inputBtn{
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	height: 36px;
	border: 0;
	background: #fff url(../images/icon/icon_search.png) center center no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	opacity: 0.3;
}
.headerSearchWrapMobile .searchArea .inputBtnActive{
	opacity: 1;
}
.headerSearchWrapMobile .searchArea .delBtn{
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	height: 36px;
	background: #fff url(../images/icon/icon_x.png) center center no-repeat;
}
.headerSearchWrapMobile .searchArea .searchCancel{
	position: absolute;
	top: 15px;
	right: -100px;
	width: 100px;
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	color: #fff;
	-webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
.headerSearchWrapMobile .searchAreaActive .searchCancel{
	right: 0;
}
.headerSearchWrapMobileOut{
	height: 600px;
}
.header_account {
	position: absolute;
	right: 80px;
	padding: 0 10px;
	width: 60px;
	height: 100%;
}
.header_account .link {
	float: left;
	height: 60px;
	width: 60px;
}
.header_cart {
	position: absolute;
	right: 0;
	padding: 0 10px;
	width: 60px;
	height: 100%;
}
.header_cart .link {
	float: left;
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 12px;
}
.header_cart .cartItem .info a {
	display: block;
}
.header_cart .link span.num {
	display: block;
	position: absolute;
	top: 14px;
	right: 20px;
	padding: 0 3px 0 2px;
	min-width: 12px;
	height: 16px;
	border-radius: 16px;
	background: #FFD040;
	line-height: 16px;
	color: #0D0D0D;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.header_cart .link .color {
	display: inline;
	color: #ffc410;
}
.header_cart .cartItem .tagGift{
	margin-top: 8px;
	line-height: 20px;
}
.iconFreeGift,
.iconPromoGift{
	float: left;
	width: 18px;
	height: 19px;
	margin-right: 8px;
	background: url(../images/icon/icons_new.png) -120px -210px;
}
.iconPromoGift{
	background-position: -120px -240px;
}
.header_account.hover,
.header_cart.hover {
	background-color: #373737;
}
/* mini cart */
.header_cart .popContainer {
	top: 60px;
	right: 0;
	width: 710px;
}
.header_cart .popContainer .arrow {
	right: -10px;
}
.header_cart .list {
	padding: 0 20px;
}
.header_cart .empty {
	padding-bottom: 0;
	width: 422px;
}
.header_cart .empty .list {
	padding: 0;
	>padding-top: 60px;
	height: 163px;
	text-align: center;
}
.header_cart .empty .icon_info {
	display: block;
	margin: 60px auto 21px auto;
	width: 34px;
	height: 34px;
	background: url(../images/icon/icons_new.png) no-repeat -44px -120px;
}
.header_cart .empty .list p {
	margin-bottom: 30px;
	font-weight: bold;
}
.header_cart .foot {
	clear: both;
	position: relative;
	padding-bottom: 15px;
	border-top: 1px solid #e5e5e5;
	text-align: right;
}
.header_cart .foot span {
	position: absolute;
	top: -8px;
	left: 230px;
	padding: 0 3px;
	background-color: #fff;
	color: #7f7f7f;
	font-size: 12px;
}
.header_cart .foot span a{
	color: #7f7f7f;
}
.header_cart .foot span a:hover{
	color: #B2890B;
}
.header_cart .foot p {
	height: 55px;
	color: #404040;
	font-size: 16px;
	line-height: 55px;
}
.header_cart .foot p span {
	position: static;
	color: #0D0D0D;
	font-size: 16px;
	font-weight: bold;
}
.header_cart .foot strong {
	padding-left: 5px;
	color: #0D0D0D;
	font-weight: bold;
}
.header_cart .formBtn2 {
	width: 210px;
	background-image: url(../images/icon/icon_whiteArrow_light.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.header_cart .cartItem {
	margin: 20px 0;
}
.header_cart .itemProperty strong {
	padding-left: 5px;
}
.header_cart .cartItem .qty {
	margin: 20px 0 0 20px;
}
.header_cart .deleteBtn {
	float: right;
	margin: 17px 0 0 30px;
}
/* account menu */
.header_account .popContainer {
	top: 60px;
	right: -60px;
	width: 212px;
	padding: 5px 0;
}
.header_account .popContainer .arrow {
	right: 50px;
}
.header_account .list li {
	margin: 0 14px;
	line-height: 36px;
	overflow: hidden;
}
.header_account .list li label{
	float: left;
	margin-left: 6px;
	color: #7f7f7f;
}
.header_account .list li .name{
	float: left;
	max-width: 125px;
	margin-left: 5px;
	text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #cc9c0c;
}
.header_account .list a {
	display: block;
	padding: 0 6px;
	color: #0d0d0d;
	font-size: 14px;
	line-height: 34px;
}
.header_account .list a:hover {
	background: #f0f0f0;
	color: #0d0d0d;
}
.header_account p {
	height: 16px;
	overflow: hidden;
	text-align: right;
}
.header_account p .name {
	*display: inline-block;
	float: right;
	*float: none;
	padding-left:2px;
	max-width: 65px;
	max-width: 64px\9;
	height: 100%;
	overflow: hidden;
	text-align: right;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}
.header_account .list .buttonArea {
	padding: 15px 0 5px 0;
	height: 35px;
}
.header_account .list .buttonArea .formBtn2 {
	float: left;
	width: 182px;
	*margin-left: -14px;
	background-image: url(../images/icon/icon_whiteArrow_light.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.header_account .list .logout {
	margin-top: 10px;
	border-top: 1px solid #E6E6E6;
}
.header .verisign, .header .chase {
	display: none;
}
/* 3、footer
 * -------------------------------------------------- */
.footer {
	height: 250px;
	background-color: #0D0D0D;
	color: #fff;
	text-align: center;
}
.footer .links .hide {
	display: none;
}
.footer .links .show {
	display: inline;
}
.footer_wrap {
	position: relative;
	margin: 0 auto;
}
.footer .quickLink {
	display: none;
}
.footer a {
	color: #fff;
}
.footer .logo {
	padding: 35px 0 10px 0;
}
.footer .logo img {
	display: inline;
}
.footer p {
	color: #7f7f7f;
	font-size: 11px;
	text-transform: uppercase;
}
.footer ul {
	margin: 0 auto;
	text-align: center;
}
.footer li {
	>float: left;
	display: inline-block;
	margin-right: 40px;
	margin-bottom: 5px;
	font-size: 11px;
	text-transform: uppercase;
}
.footer li.last {
	margin: 0 0 0 -20px;
	color: #333;
	white-space: nowrap;
}
.footer li.last span {
	margin-left: 20px;
	color: #fff;
}
.footer li a {
	color: #fff;
	font-size: 11px;
}
.footer li a:hover {
	color: #B2890B;
}
.footer .share {
	margin: 30px auto 0 auto;
	padding: 0;
}
.footer .share .iconShare {
	background-color: #fff;
}
.footer a.icon_facebook {
	background-position: -68px -158px;
}
.footer a.icon_facebook:hover {
	background-color: #3B5A97;
}
.footer .icon_tumblr {
	background-position: -68px -251px;
}
.footer a.icon_tumblr:hover {
	background-color: #2C4762;
}
.footer .icon_pinterest {
	background-position: -68px -221px;
}
.footer a.icon_pinterest:hover {
	background-color: #C91F25;
}
.footer .icon_twitter {
	background-position: -68px -189px;
}
.footer a.icon_twitter:hover {
	background-color: #32C1F0;
}
.footer .icon_instagram {
	margin-right: 0;
	background-position: 0 -251px;
}
.footer a.icon_instagram:hover {
	background-color: #895F3D;
}
.footer a.icon_qq {
	background-position: 0 -335px;
}
.footer a.icon_qq:hover {
	background-color: #378adc;
}
.footer a.icon_qzone {
	background-position: 0 -462px;
}
.footer a.icon_qzone:hover {
	background-color: #f3b526;
}
.footer a.icon_t {
	background-position: 0 -522px;
}
.footer a.icon_t:hover {
	background-color: #38a6d7;
}
.footer a.icon_weibo {
	background-position: 0 -579px;
}
.footer a.icon_weibo:hover {
	background-color: #d32e2e;
}
/* 4、nav
 * -------------------------------------------------- */
/* thumbs nav */
.thumbs {
	margin-bottom: 30px;
	color: #7f7f7f;
	font-size: 12px;
}
.top .thumbs {
	margin-bottom: 0;
}
.thumbs a {
	color: #7f7f7f;
	margin-right:5px;
}
.thumbs a:hover {
	color: #B2890B;
}
/* 5、widgets
 * -------------------------------------------------- */
/* section common style */
.section {
	margin: 0 auto;
	margin-bottom: 30px;
	width: 85%;
	max-width: 1100px;
	overflow: hidden;
}
.section.top {
	margin-top: 30px;
}
.sectionLoading {
	margin: 0 auto 50px auto;
	width: 100%;
	height: 38px;
	background-color: #f7f7f7;
	text-align: center;
	line-height: 38px;
}
.section.sectionPolicy {
	max-width: 1100px;
	padding: 30px 0;
	background: #F0F0F0;
}
.priceOff,
.tagA,
.tagS,
.tagSE{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9;
	width: 70px;
	height: 70px;
	border-radius: 35px;
}
.priceOff {
	background-color: rgba(0,0,0,0.7);
	color: #FFF;
	font: normal 55px/70px "Open Sans Condensed", Helvetica, Arial, sans-serif;
	text-indent: 9px;
	text-align: right;
}
.priceOff span {
	float: left;
	width: 45px;
	text-align: right;
	font-size: 48px;
	line-height: 70px;
}
.priceOff i {
	position: absolute;
	top: 26px;
	right: 10px;
	display: block;
	width: 20px;
	font: normal 22px/0px "Open Sans Condensed", Helvetica, Arial, sans-serif;
}
.priceOff i.last {
	margin-top: 22px;
	font-size: 12px;
	text-transform: uppercase;
}
.tagA{
	padding-top: 12px;
	padding-right: 3px;
	line-height: 16px;
	font-size: 16px;
	text-indent: 2px;
}
.tagS{
	padding-top: 12px;
	font-size: 16px;
	text-indent: 0px;
}
.tagA,
.tagS,
.tagSE {
	display: block;
	padding-top: 15px;
	width: 65px;
	height: 55px;
	padding-right: 5px;
	border-radius: 35px;
	background-color: rgba(225,62,62,0.7);
	color: #FFF;
	font: normal 18px/22px "Open Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: italic;
	text-align: center;
	text-transform: uppercase;
}
.tagS,
.tagSE{
	height: 46px;
	padding-top: 24px;
	background-color: rgba(0,0,0,0.4);
}
.tagSE{
	padding-top: 12px;
	height: 58px;
}
.tagG,
.tagSale15,
.tagDay2{
	z-index: 1;
	position: absolute;
	right: 10px;
	top: 10px;
	background-image: url(../images/tag.png);
}
.tagG {
	width: 104px;
	height: 57px;
	background-position: 0 -50px;
}
.tagSale15 {
	width: 106px;
	height: 70px;
	background-position: -120px -50px;
}
.tagDay2 {
	width: 86px;
	height: 58px;
	background-position: -240px -50px;
}
/* input[type=text] */
/* formatInput */
.formatInput {
	display: inline-block;
	overflow: hidden;
	border: 1px solid #fff;
	height: 18px;
	text-indent: 2px;
	word-break: normal;
	word-spacing: normal;
}
.formatInput span {
	display: inline-block;
	margin: 0 3px;
	width: 18px;
	height: 16px;
	border: 1px solid #aaa;
	font: bold 14px/16px Helvetica,Arial,sans-serif;
	text-align: center;
	vertical-align: middle;
	cursor: text;
}
.formatInput span:focus {
	border-color: #666;
}
/* form input, select, radiobox, checkbox */
.formText, 
.formArea {
	padding-left: 10px;
	width: 78px;
	height: 33px;
	border: 1px solid #CCC;
	line-height: 33px\9;
}
.formArea {
	line-height: normal;
}
.formError .formText {
	border-color: #C00;
	color: #C00;
}
.formError .errorInfo {
	clear: both;
	color: #D85353;
	padding-top: 5px;
}
.formSelect {
padding-left: 6px;
height: 35px;
border: 1px solid #CCC;
>margin-top: 8px;
height: auto\9;
margin-top: 8px\0;
padding-left: 10px\0;
/*height: auto\0;*/
}
body:nth-of-type(1) .formSelect{padding-left: 10px;} 
:root .formSelect {
	margin-top: 0\9;
	height: 35px\9;
}
/*@-moz-document url-prefix(){.formSelect { margin-top: 8px; height: auto; }}*/
.formCheckbox, 
.formRadiobox {
	vertical-align: middle;
}
.addressList .formRadiobox{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-top: -4px;
	>vertical-align: top;
	>margin-top: 6px;
}
/* icons */
.iconShare {
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	background: #0d0d0d url(../images/icon/icons_new.png) 0 0 no-repeat;
	cursor: pointer;
	transition-property: background-color 120ms linear 0;
	-moz-transition: background-color 120ms linear 0;
	-webkit-transition: background-color 120ms linear 0;
	-o-transition: background-color 120ms linear 0;
}
.icon_facebook {
	background-position: -44px -158px;
}
.icon_facebook:hover {
	background-color: #3B5A97;
}
.icon_tumblr {
	background-position: -44px -251px;
}
.icon_tumblr:hover {
	background-color: #2C4762;
}
.icon_instagram {
	background-position: 0 -285px;
}
.icon_instagram:hover {
	background-color: #895F3D;
}
.icon_pinterest {
	background-position: -44px -221px;
}
.icon_pinterest:hover {
	background-color: #C91F25;
}
.icon_twitter {
	background-position: -44px -189px;
} 
.icon_twitter:hover {
	background-color: #32C1F0;
}
.icon_email {
	background-position: -44px -285px;
}
.icon_email:hover {
	background-color: #FF7800;
}
.icon_qq {
	background-position: 0 -366px;
}
.icon_qq:hover {
	background-color: #378adc;
}
.icon_qzone {
	background-position: 0 -489px;
}
.icon_qzone:hover {
	background-color: #f3b526;
}
.icon_t {
	background-position: 0 -552px;
}
.icon_t:hover {
	background-color: #38a6d7;
}
.icon_weibo {
	background-position: -32px -579px;
}
.icon_weibo:hover {
	background-color: #d32e2e;
}
.iconArrowLeft,
.iconArrowUp,
.iconArrowRight,
.iconArrowDown {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	border-width: 4px 4px;
	border-style: solid;
	font-size: 0;
}
.iconArrowUp {
	border-color:  #fff #fff #C2C2C2 #fff;
}
.iconArrowRight {
	border-width: 5px 4px 4px 5px;
	border-color: #fff #fff #fff #C2C2C2;
}
.iconArrowDown {
	border-color: #C2C2C2 #fff #fff #fff;
}
.iconArrowLeft {
	border-color: #fff #C2C2C2 #fff #fff;
}
.iconPopMore{
	width:3px;
	height:100%;
	background:url("../images/icon/icon_pop.png") no-repeat center;
}
.iconCountry{
	display: inline-block;
	width: 20px;
	height: 14px;
	margin-bottom: -3px;
	margin-right: 10px;
}
.chn{background: url(../images/icon/icon_china.png) no-repeat;}
.twn{background: url(../images/icon/icon_china_taiwan.png) no-repeat;}
.usa{background: url(../images/icon/icon_United-States.png) no-repeat;}
.aus{background: url(../images/icon/icon_Australia.png) no-repeat;}
.gbr{background: url(../images/icon/icon_United-Kingdom.png) no-repeat;}
.ind{background: url(../images/icon/icon_India.png) no-repeat;}
.irl{background: url(../images/icon/icon_Ireland.png) no-repeat;}
.nld{background: url(../images/icon/icon_Netherlands.png) no-repeat;}
.nzl{background: url(../images/icon/icon_New-Zealand.png) no-repeat;}
.pol{background: url(../images/icon/icon_Poland.png) no-repeat;}
.sgp{background: url(../images/icon/icon_Singapore.png) no-repeat;}
/* Select Style */
.selectWrap {
	position: relative;
	display: block;
	height: 40px;
	line-height: 40px;
}
.selectWrap.disabled .selectValue {
	color: #7f7f7f;
}
.selectWrap .selectLabel {
	float: left;
	overflow: hidden;
	color: #7f7f7f;
	text-indent: 20px;
	cursor: default;
}
.selectValue {
	position: relative;
	display: block;
	padding-right: 30px;
	overflow: hidden;
	cursor: default;
	text-align: right;
	padding-right:40px;
}
.selectOptionsWrap {
	position: absolute;
	left: 0;
    background-color: #fff;
	overflow: auto;
}
.selectItems {
	display: block;
	overflow: hidden;
	width: 100%;
	background: #F8F8F8;
	text-indent: 20px;
	cursor: default;
}
.selectItems.none {
	color: #7f7f7f;
}
.selectItems.hover {
	background: #D7D7D7;
}
.maskBox {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	background-color: #0D0D0D;
	opacity: 0;
	filter: alpha(opacity=0)
}
.selectPop{
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.selectPop .selectValue{
	padding-right:40px;
}
.selectPop .iconPopMore{
	position: absolute;
	right:22px;
	top:0;
}
div.board div.selectPop div.selectLabel {
	width:91px;
	height:40px;
	line-height:40px;
	z-index:1;
}

/* buttons */
.buttonScroll {
	display: none;
	position: fixed;
	bottom: 50px;
	z-index: 10001;
	width: 50px;
	height: 50px;
	border-radius: 2px;
	background: #0D0D0D url(../images/button/arrow_up.png) no-repeat center center;
	opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
}
.firstBtn, .secondBtn {
	width: 290px;
	height: 50px;
	border: 0;
	border-radius: 2px;
	font: 28px/50px "Open Sans Condensed", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	-webkit-appearance: none;
}
.firstBtn {
	background: #FFC410 url(../images/icon/icon_blackArrow_light.png) no-repeat right center;
}
.firstBtn:hover {
	background-color: #FFD324;
}
.firstBtn:active {
	border: 1px solid #FFD324;
}
.secondBtn {
	background: #7F7F7F url(../images/icon/icon_whiteArrow_light.png) no-repeat right center;
	color: #FFF;
}
.secondBtn:hover {
	background-color: #999;
}
.secondBtn:active {
	border: 1px solid #999;
}
.firstBtn_disabled, 
.firstBtn_disabled:hover, 
.firstBtn_disabled:active {
	border: 0;
	background: #FFE79F url(../images/icon/icon_greyArrow_light.png) no-repeat right center;
	color: #B3B3B3;
	cursor: default;
}
.formBtn, .formBtn2 {
	padding: 0 10px;
	>padding: 0 5px;
	height: 35px;
	border: 0;
	border-radius: 2px;
	background-color: #7F7F7F;
	color: #FFF;
	font: 16px/35px "Open Sans Condensed", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	-webkit-appearance: none;
}
.formBtn:hover {
	background-color: #999;
}
.formBtn:active {
	padding: 0 9px;
	border: 1px solid #999;
}
.formBtn2 {
	background-color: #0D0D0D;
}
.formBtn2:hover {
	background-color: #404040;
}
.formBtn2:active {
	padding: 0 9px;
	border: 1px solid #404040;
}
.formBtnDisabled,
.formBtnDisabled:hover,
.formBtnDisabled:active{
	padding: 0 10px !important;
	border: 0 !important;
	background-color: #bbb;
	cursor: default;
}
.linkBtn {
	margin:0 5px;
	color: #7F7F7F;
	font-size: 12px;
	text-decoration: underline;
	text-transform: uppercase;
}
.linkBtn:hover {
	color: #B2890B;
}
.linkBtnDisable,
.linkBtnDisable:hover{
	color: #CBCBCB;
	cursor: default;
}
.protect .linkBtn{
	font-size:14px;
}

.popLink {
	position: relative;
	/*z-index: 2;*/
	>zoom: 1;
}
.deleteBtn,
.pop_close {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background: url(../images/icon/icons_new.png) no-repeat -120px -10px;
	text-indent: -9999em;
	line-height: 24px;
	cursor: pointer;
}
.pop_close{
	width: 40px;
	height: 40px;
	background-position: -110px 0px;
}
.deleteBtn:hover{
	background-position: -120px -60px;
}
.pop_close:hover{
	background-position: -110px -50px;
}
.button-icon-right {
  font-size: 12px;
  margin-top: -1px;
  margin-right: 1px;
}
/* 5.1 Validator
 * -------------------------------------------------- */
.validator {
	margin-bottom: 30px;
    padding: 5px;
    width: 290px;
    height: 117px;
    background-color: #E3E3E3;
    text-align: center;
}
.validator .validatorCode {
    margin-bottom:10px;
    margin:0 auto;
    text-align:center;
    width:120px;
    height:40px;
}
.validator .description {
    font-size:11px;
    color:#333;
    line-height:1.2em;
    text-align:center;
    margin:10px 0px;
}
.validator .playAudio {
    color:#000;
    text-decoration:none;
    font-size:11px;
    line-height:1.2em;
    cursor:pointer;
}
.validator .retry {
    color:#000;
    text-decoration:none;
    font-size:11px;
    line-height:1.2em;
    cursor:pointer;
}
/* 6、validation
 * -------------------------------------------------- */
input.input-validation-error {
    border: 1px solid #c00;
    color: #c00;
}
textarea.input-validation-error {
	border: 1px solid #c00;
	color: #c00;
}
span.field-validation-error {
    color: #d85353;
    display: block;
}
.form_Address span.field-validation-error span {
    >display: block;
    >width: 240px;
}
select.input-validation-error {
    border: 1px solid #c00;
}
.emailShare .form span.field-validation-error {
    width:428px;
}
/*
* 7, tabs
--------------------------------------------------
*/
.tabs .tab_options {
	margin-bottom: 20px;
	padding-left: 10px;
	border-bottom: 1px solid #EBEBEB;
	*zoom: 1;
}
.tabs .tab_options > li {
	display: inline-block;
	margin: 0 0 -1px 0;
	padding: 10px 20px;
	color: #0D0D0D;
	cursor: pointer;
	*float: left;
}
.tabs .tab_options > .tab_current {
	border: 1px solid #EBEBEB;
	border-bottom: 1px solid #FFF;
	color: #B2890B;
	cursor: default;
}
.tabs .tab_body {
	clear: both;
}
/* 99、others
 * -------------------------------------------------- */
/* share icons */
.share {
	height: 62px;
	text-align: center;
	letter-spacing: 0;
	word-spacing: 0;
	font-size: 0;
}
.shareCN{
	display: none;
}
#ChangeCountry{
	display:inline;
}
.share span {
	letter-spacing: normal;
	word-spacing: inherit;
	font-size: 14px;
}
.share span,
.share a {
	display: inline-block;
	margin: 0 28px 0 0;
	overflow: hidden;
	line-height: 26px;
}
.share a:last-child {
	margin-right: 0;
}
.share span {
	display: block;
	margin: 0 0 5px 20px;
	color: #7f7f7f;
	text-align: left;
}
.share #gtrust_badges{
    height: 35px;
    overflow: hidden;
    display: inline-block;
    margin-bottom:0;
    margin-left:0;
}
.share #gtrust_badges div{
    margin-left: 28px;
}
.share #gtrust_badges img{
    position: relative;
    top:-8px;
}
/* container form */
.container {
	clear: both;
	position: relative;
	margin-bottom: 30px;
	border: 4px solid #EBEBEB;
	>zoom: 1;
}
.container .caption {
	margin: 11px 20px;
	height:30px;
}
.container .note {
	margin: 0 20px 10px 20px;
}
.container .container_linkBtn {
	position: absolute;
	top: 20px;
	right: 20px;
}
.cartList{
	z-index: 111
}
.cartList .tip_top_info, 
.cartList .tip_top_error, 
.cartList .tip_top_warning, 
.cartList .tip_top_succeed {
	clear: both;
	margin: 10px 20px 30px 120px;
}
.container .form {
	padding: 0 20px;
}
.form {
	>overflow: hidden;
	margin-bottom: 20px;
}
.form li {
	display: inline;
	float: left;
}
.form .formText, 
.form .formSelect {
	margin-bottom: 10px;
}
.form .formError {
	margin-bottom: 8px;
}
.form .formError .errorInfo {
	line-height: 1.5;
}
.form .formError .formText, 
.form .formError .formSelect {
	margin-bottom: 2px;
}
.formTitle {
	display: block;
	height: 34px;
	color: #7F7F7F;
	line-height: 34px;
	>white-space: nowrap;
}
.formTitle ins {
	font-size: 12px;
	text-decoration: none;
}
.formTitle em {
	font-style: italic;
	font-size: 12px;
}
.iePlaceholder {
	position: relative\9;
}
.iePlaceholder .formTitle {
	display: none;
	display: block\9;
	position: absolute\9;
	left: 11px\9;
}
.form_FirstName .formText, 
.form_LastName .formText {
	width: 250px;
}
.form_LastName {
	margin-left: 10px;
}
.form_Address .formText, 
.form_Address2 .formText, 
.form_CardholderName .formText,
.form_CardNumber .formText {
	width: 522px;
}
.form_CardNumber .formText{
	font-size: 16px;
}
.form_State, 
.form_ZipCode{
	margin-left: 10px;
}
.form_Country{
	margin-right:10px;
}
.form_ExpirationDate .formSelect {
	margin-right: 10px;
}
.form_City .formText {
	width: 168px
} 
.form_State .formSelect {
	width: 170px;
}
.form_ExpirationDate .formSelect {
	width: 170px;
}
.form_Phone .formText {
	width: 168px;
}
.form_ZipCode .formText {
	width: 152px
} 
.form_SecurityCode .formText {
	width: 78px;
}
.form_Phone,
.form_SecurityCode {
	width: 100%;
}
.form_SecurityCode .formText, 
.form_SecurityCode img {
	display: inline;
	float: left;
	margin-right: 10px;
}
.form_SecurityCode img {
	width: 56px;
	height: 35px;
}
.form_Password, 
.form_UserName, 
.form_Email,
.form_Area {
	width: 100%;
}
.form_Password .formText, 
.form_UserName .formText, 
.form_Email .formText,
.form_Area .formArea {
	width: 314px;
}
.form_Country .formSelect,
.form_Currency .formSelect {
	width:190px;
	background: #fff;
}
.form_SetDefault {
	width: 100%;
	margin-bottom: 10px;
	height: 34px;
	line-height: 34px;
}
.form_btnArea{
	margin-top: 5px;
}
.form_btnArea .formBtn, 
.form_btnArea .formBtn2 {
	float: left;
	margin-right: 15px;
	width: 100px;
}
.mask_CardNumber {
	background: no-repeat right center;
	background-size: 38px 22px;
}
.popContainer {
	display: none;
	position: absolute;
	top: 0;
	z-index: 10;
	padding-bottom: 15px;
	border: 4px solid #EBEBEB;
	background-color: #FFF;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.40);
}
.popContainer .arrow {
	position: absolute;
	top: -14px;
	width: 92px;
	height: 10px;
	overflow: hidden;
	background: url(../images/icon/icons_new.png) no-repeat -22px -551px;
}
.popContainer .longarrow {
    position: absolute;
    top: -14px;
    width: 100%;
    height: 10px;
    right:0;
    overflow: hidden;
}
.popContainer .popTitle {
	margin-left: 20px;
	padding: 15px 0 5px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
.switchBox dt {
	height: 58px;
	cursor: pointer;
}
.switchBox dt .caption {
	float: left;
	margin: 11px 15px 0 20px;
}
.switchBox dt .OnOff {
	float: left;
	margin-top: 20px;
	width: 20px;
	height: 19px;
	overflow: hidden;
	background: url(../images/icon/icons_new.png) no-repeat -24px -19px;
}
.switchBox dt:hover .OnOff {
	background-position: -24px -57px;
}
.switchBox dt .OnOff_ON {
	background-position: -24px 0;
}
.switchBox dt:hover .OnOff_ON {
	background-position: -24px -38px;
}
.switchBox dt .price {
	float: right;
	margin: 20px;
}
/* address list, card list */
.addressInfo {
	padding: 0 0 20px 17px;
}
.addressInfo p {
	line-height: 1.5;
    word-wrap: break-word;
}
.addressInfo .name {
	font-weight: bold;
	line-height: 1.9;
}
.addressList {
	padding: 0 20px 10px 20px;
	>zoom: 1;
}
.addressList dt {
	position: relative;
	margin-bottom: 10px;
	border-bottom: 1px solid #E6E6E6;
	>zoom: 1;
}
.addressList dt label {
	display: inline-block;
	margin-right: 110px;
	padding: 8px 0;
	line-height: 18px;
	word-wrap: break-word;
	font-weight: bold;
}
.addressList dt .edit {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 34px;
}
.addressList dd {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E6E6E6;
	>zoom: 1;
}
.addressList dd .form {
	*width: 540px;
	padding: 0;
}
.addressList dt.new {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0px solid #FFF;
	>zoom: 1;
}
.addressList dt.new label {
	text-transform: uppercase;
}
.addressList dd.new {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.addressList dd.new .form_btnArea {
	margin-bottom: 10px;
}
.cardList dt {
	min-height: 66px;
}
.cardList dt .formRadiobox {
	position: absolute;
	top: 14px;
	left: 0;
	>top: 1px;
}
.cardList dt .addressInfo {
	position: absolute;
	top: 7px;
	left: 20px;
	padding-left: 0;
}
.cardList dt .form_SecurityCode {
	display: inline;
	float: left;
	margin-left: 220px;
	padding-bottom: 20px;
	width: 200px;
}
.cardList dt label.formTitle {
	display: block;
	margin-right: 0;
	padding: 0;
	line-height: 34px;
	color: #7F7F7F;
	font-weight: normal;
}
.cardList .new {
	padding: 0;
	min-height: 33px;
	border: 0;
}
.cardList .new .addressInfo label {
	margin: 0;
	padding: 0;
	line-height: 20px;
}
.triple {
     float: left;
     width: 220px;
 }
.justGiftCard {
	width: 390px;
}
.triple .addressInfo {
	padding: 0 20px 10px 20px;
}
.triple .buttonArea {
	margin: 0 0 20px 20px;
}
.triple .form_SecurityCode {
	margin: 0 0 16px 20px;
	width: auto;
}
.markDft {
	position: absolute;
	right: 0;
	bottom: 20px;
	padding-left: 17px;
	color: #448ACA;
	font-size: 12px;
}
.markDft span {
	position: absolute;
	left: 0;
	top: 2px;
	width: 11px;
	height: 10px;
	overflow: hidden;
	background: url(../images/icon/icons_new.png) no-repeat -24px -76px;
}
/* form tip */
.tip_top_info, 
.tip_top_error, 
.tip_top_warning, 
.tip_top_succeed {
	*clear: both;
	position: relative;
	margin-bottom: 30px;
	padding: 15px 20px 15px 60px;
	border: 1px solid #EBEBEB;
	background: #F7F7F7;
	>zoom: 1;
}
.tip_top_error {
	border: 1px solid #F9DCDC;
	background: #FCE9E9;
}
.tip_top_warning {
	margin-top: 10px;
	border: 1px solid #F6E7BB;
	background: #FFFAEB;
}
.tip_top_warning .arrow{
	position: absolute;
	left: 40px;
	top: -16px;
	width: 0; 
	height: 0; 
	border: 8px dashed transparent;
	border-bottom: 8px solid #F6E7BB;
	font-size: 0;
	line-height: 0;
}
.tip_top_succeed {
	border: 1px solid #CBE0C1;
	background: #E8EFE3;
}
.section.invite_wrap {
	margin: -10px auto 20px auto;
}
.invite_linkInfo {
	position: relative;
	display: block;
	background: url(../images/background/bg_invite_line.png) repeat-x 0 center;
	line-height: 40px;
	>zoom: 1;
}
.invite_wrap p {
	margin: 0 auto;
	padding: 0 15px 0 40px;
	width: 160px;
	background: #fff url(../images/background/bg_invite.png) no-repeat 15px center;
	font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}
.tip_top_info .icon, 
.tip_top_error .icon, 
.tip_top_warning .icon, 
.tip_top_succeed .icon {
	position: absolute;
	top: 12px;
	left: 20px;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background:  url(../images/icon/icons_new.png) no-repeat 0 -24px;
}
.tip_top_error .icon {
	background-position: 0 -72px;
}
.tip_top_warning .icon {
	background-position: 0 -96px;
}
.tip_top_succeed .icon {
	background-position: 0 -120px;
}
.tip_top_info .close, 
.tip_top_error .close, 
.tip_top_warning .close, 
.tip_top_succeed .close, 
.invite_linkInfo .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 14px;
	height: 14px;
	overflow: hidden;
	background:  url(../images/icon/icons_new.png) no-repeat -24px -86px;
	cursor: pointer;
}
.invite_linkInfo .close {
	top: 13px;
}
.tip_top_info .close:hover, 
.tip_top_error .close:hover, 
.tip_top_warning .close:hover, 
.tip_top_succeed .close:hover, 
.invite_linkInfo .close:hover {
	background-position: -24px -100px;
}
.tip_top_info p, 
.tip_top_error p, 
.tip_top_warning p, 
.tip_top_succeed p {
	line-height: 1.5;
}
.tip_top_info .more, 
.tip_top_error .more, 
.tip_top_warning .more, 
.tip_top_succeed .more {
	text-decoration: underline;
}
.tipItem li {
	float: left;
	margin-top: 20px;
	width: 100%;
}
.tipItem .img {
	float: left;
	width: 80px;
}
.tipItem .img img {
	width: 100%;
}
.tipItem .itemName {
	float: left;
	margin-left: 10px;
	width: 420px;
}
.tipItem .itemName .fontGrey{
	margin-right: 5px;
	color: #7F7F7F;
	text-transform: uppercase;
}
.note {
	margin-bottom: 30px;
	color: #7F7F7F;
	font-size: 12px;
	line-height: 1.5;
}
.wraningLink {
	padding: 5px 0 5px 36px;
	z-index: auto;
}
.infoLink {
	padding: 3px 0 5px 30px;
	z-index: auto;
}
.mirLink {
	z-index: auto;
}
.wraningLink:hover,
.infoLink:hover,
.mirLink:hover {
	z-index: 9999;
}
.wraningLink .icon, 
.infoLink .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(../images/icon/icons_new.png) no-repeat 0 -96px;
}
.infoLink .icon {
	background-position: 0 -431px;
}
.wraningLink .popContainer,
.infoLink .popContainer,
.mirLink .popContainer {
	top: 30px;
	left: 0;
    z-index: 999999;
	width: 352px;
	text-align: left;
}
.mirLink .popContainer {
	top: 20px;
	width: 280px;
}
.infoLink .popContainer {
	width: 280px;
}
.wraningLink .popContainer .arrow {
	left: 40px;
}
.infoLink .popContainer .arrow {
	left: 15px;
}
.mirLink .popContainer .arrow {
	right: 50px;
}
.wraningLink .popContainer p,
.infoLink .popContainer p,
.mirLink .popContainer p {
	padding: 5px 20px;
	line-height: 1.5;
}
.warningDelay{
	margin: 0 0 20px 0 !important;
}
/* h1 h2 */
.categoryTitle {
	position: relative;
	font: 30px/30px "Open Sans Condensed", Helvetica, Arial, sans-serif;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.caption {
	color: #B2890B;
	font: 24px "Open Sans Condensed", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* typography, "Always A Big Deal" and "FlashCash" */
.typographyFont {
	font: normal 18px/1.5 "Open Sans Condensed", Helvetica, Arial, sans-serif;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.typographyFont strong {
	font-weight: normal;
	font-size: 24px;
}
/* list item title */
.itemName {
	font-weight: bold;
	line-height: 1.5;
}
.itemProperty {
	overflow: hidden;
	font-size: 12px;
	line-height: 2;
}
.itemProperty span {
	display: block;
	color: #7F7F7F;
	white-space: nowrap;
}
.itemProperty span strong {
	margin:0 5px;
	color: #0D0D0D;
	font-weight: normal;
}
/* bullet list */
.bullet {
	margin-left: 20px;
	list-style: outside disc;
	color: #7f7f7f;
	font-size: 12px;
}
.bullet li {
	line-height: 1.5;
	/*white-space: nowrap;*/
}
/* cart item list */
#normalCart .itemLoding {
    background:url(../images/icon/icon_loader.gif) no-repeat 50% 50%;
    height:60px
}
.cartItem {
	margin: 20px 20px 0 20px;
}
.cartItem .info {
	display: inline;
	float: left;
	margin-left: 20px;
	width: 27%;
	min-height: 10px;
}
.cartItemAccountGift.first{
	padding-top: 15px;
	border-top: 1px solid #E6E6E6;
}
.cartItemAccountGift .info{
	margin-top: 15px;
	font-weight: bold;
	color: #577F17;
}
.cartItemAccountGift .qty,
.cartItemAccountGift .price{
	padding-top: 15px;
	color: #577F17;
}
.cartItem .info .wraningLink {
	line-height: 24px;
	>line-height: normal;
}
.cartItem .info .wraningLink .popContainer{
	padding-bottom: 0;
}
.cartItem .info .wraningLink .popContainer dl{
	max-height: 250px;
	overflow-y: auto;
}
.cartItem .info .seller {
	margin-top: 3px;
	margin-bottom: 10px;
	padding-right: 20px;
	line-height: 1.5;
	font-size: 12px;
	color: #7f7f7f;
}
.cartItem .info .seller a.linkBtn{
	text-transform: none;
	color: #0d0d0d;
}
.cartItem .info .seller .popLink{
	z-index: 10;
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-left: 5px;
	color: #0d0d0d;
}
.cartItem .info .seller .link{
	border: 0;
}
.cartItem .info .seller .icon{
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icon/help.png);
}
.cartItem .info .seller .popContainer{
	left: -110px;
	top: 28px;
	width: 352px;
	text-align: left;
}
.cartItem .info .seller .popContainer .arrow{
	left: 70px;
}
.cartItem .info .seller .popContainer dd p{
	padding: 5px 20px;
	line-height: 1.5;
	font-size: 14px;
}
.cartItem .info .seller .popContainer dd p a{
	font-size: 14px;
}
.cartItem .info .note {
	margin: 0;
}
.cartItem .itemName {
	display: block;
	word-wrap: break-word;
    word-break: break-all;
}
.cartItem .endTime {
	display: inline;
	float: left;
	margin: 20px 0 0 20px;
	width: 130px;
}
.cartItem .qty {
	display: inline;
	float: left;
	margin: 10px 0 0 20px;
}
.cartItem .qty .num {
	display: inline;
	width: 58px;
	height: 33px;
	border: 1px solid #CCC;
	text-align: center;
}
.cartItem .qty .errorInfo {
	>text-align: center;
}
.cartItem .qty .linkBtn {
	clear: both;
	display: block;
	visibility: hidden;
}
.cartItem .update .linkBtn {
	visibility: visible;
	padding: 5px 0;
}
.cartItem .del {
	float: left;
	margin: 20px 0 0 20px;
}
.cartItem .price {
	float: right;
	margin-top: 20px;
	font-weight: bold;
	text-align: right;
}
.cartItem .price img {
	display: inline;
	margin-right: 3px;
	vertical-align: middle;
}
.cartItem .price span {
	font-weight: normal;
	font-size: 12px;
}
.cartItem .img {
	float: left;
	width: 80px;
}
.cartItem .img img {
	width: 100%;
	max-width: 80px;
	max-height: 60px;
}
.cartItem .fontGrey{
	margin-right: 5px;
	color: #7F7F7F;
	text-transform: uppercase;
}
.cartItemGift .qty{
	margin-top: 20px;
}
.cartItemGift .price{
	margin-top: 14px;
}
.cartShip {
	margin: 20px 20px 0 20px;
}
.cartShip dt {
	height: 40px;
}
.cartShip dt .title {
	float: left;
	line-height: 40px;
}
.cartShip dt .price {
	float: right;
	line-height: 40px;
}
.cartShip .methodList li {
	padding-top: 8px;
	height: 22px;
}
.cartShip .methodList li .formRadiobox {
	float: left;
	margin-right: 5px;
}
.cartShip .methodList li label {
	float: left;
	width: 70px;
}
.cartShip .methodList ins {
	float: left;
	color: #7F7F7F;
	font-size: 12px;
	text-decoration: none;
}
/* login */
h1.loginTitle {
	float: none;
	padding-bottom: 11px;
	border-bottom: 2px solid #EBEBEB;
}
.loginRegister {
	float: left;
	width: 50%;
}
.loginRegister .caption {
	margin: 0 0 10px 0;
}
.loginRegister .note {
	margin: 0 0 10px 0;
}
.loginRegister .form li {
	clear: both;
	float: left;
	padding: 10px 0 0 0;
	width: 300px;
	min-height: 35px;
}
.loginRegister .form a {
	text-decoration: underline;
	color: #7F7F7F;
}
.loginRegister .form a:hover {
	text-decoration: underline;
	color: #B2890B;
}
/*.loginRegister .form .formText {
	width: 288px;
}*/
.loginRegister .form .formCheckbox_wrap {
	float: left;
}
.loginRegister .form .forgot {
	float: right;
}
.loginRegister .buttonArea .firstBtn, 
.loginRegister .buttonArea .secondBtn {
	/*width: 300px;*/
	width: 326px;
}
.login .note {
	padding-right: 40px;
}
.register {
	padding-left: 50px;
	width: 44%;
	border-left: 1px solid #EDEDED;
}
.register .form li {
	width: 100%;
}
/* end time */
.endTime {
	padding-left: 24px;
	width: 170px;
	background: url(../images/icon/icon_clock_gray.png) no-repeat 0 center;
	color: #7F7F7F;
	font-size: 12px;
	line-height: 18px;
}
.endTime strong {
	margin:0 5px;
	color: #0D0D0D;
	font-weight: normal;
}
/* menu and main */
.menu_wrap {
	clear: both;
	position: relative;
	float: left;
	margin-bottom: 30px;
	width: 190px;
}
.menu_title {
	display: none;
}
.menu {
	position: relative;
	width: 190px;
	background-color: #FFF;
}
.menu_wrap .fixed {
	position: fixed;
	top: 70px;
}
.menu li {
	height: 40px;
}
.menu li a {
	display: block;
	padding-left: 10px;
	line-height: 40px;
	>zoom: 1;
}
.menu li a.tworow {
	padding-top: 2px;
	font-size: 14px;
	line-height: 17px
}
.menu .current a {
	height: 40px;
	background: url(../images/background/bg_menu_current.png) no-repeat 0 0;
	color: #0D0D0D;
	line-height: 40px;
}
.menu .signout {
	margin-top: 20px;
	border-top: 1px solid #EBEBEB;
}
.main_wrap {
	margin: 30px 0 0 250px;
}
.main_wrap .categoryTitle {
	display: none;
}
.main {
	float: left;
	width: 100%;
	min-height: 240px;
}
/* validation */
.validation {
	clear: both;
	padding: 0 0 20px 0;
}
.validation img {
	display: inline;
	vertical-align: middle;
}
.validation .note img {
	margin-left: 10px;
}
.validationBody {
	padding: 10px 0;
	width: 300px;
	background-color: #E3E3E3;
	text-align: center;
}
.validationBody .note {
	padding-right: 0;
	font-size: 12px;
}
.validationBody .note img {
	margin-left: 0;
}
.validationBody .operation img {
	>vertical-align: auto;
}
.container .validation {
	margin: 0 20px;
}
.container .validation .note {
	margin: 20px 0 10px 0;
}
/* page bar */
.pageBar {
	padding: 0 0 20px 0;
	text-align: center;
}
.pageBar .pages {
	display: inline;
}
.pageBar .pages li {
	display: inline;
	margin: 0 5px;
}
.pageBar .pages a {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.pageBar .pages a:hover {
	border-radius: 10px;
	background-color: #000;
	color: #FFF;
}
.pageBar .pages .current a {
	font-weight: bold;
	text-decoration: underline;
}
.pageBar .pages .disable a {
	color: #CBCBCB;
	cursor: default;
}
.pageBar .pages .disable a:hover {
	background-color: transparent;
	color: #CBCBCB;
}
.pageBar .pages .prev {
	padding-left: 17px;
	width: auto;
	background: url(../images/icon/page.png) no-repeat left -30px;
}
.pageBar .pages .prev:hover {
	background-color: transparent;
	background-position: left -60px;
	color: #B2890B;
}
.pageBar .pages .disable .prev {
	background-position: left 0;
}
.pageBar .pages .next {
	padding-right: 17px;
	width: auto;
	background: url(../images/icon/page.png) no-repeat right -30px;
}
.pageBar .pages .next:hover {
	background-color: transparent;
	background-position: right -60px;
	color: #B2890B;
}
.pageBar .pages .disable .next {
	background-position: right 0;
}
/* popup new window style */
.newWin .title {
	margin: 20px;
	color: #404040;
	font-weight: bold;
}
.newWin p {
	margin: 10px 20px;
	color: #404040;
	line-height: 1.5;
}
.newWin a {
	text-decoration: underline;
}
.newWin img{
	width: 100%;
	max-width: 661px;
}
/* 404 */
.errorBox,
.comingsoon {
	margin-top: 30px;
}
.errorBox .container,
.comingsoon .container {
	min-height: 310px;
}
.errorBox .thumbs,
.comingsoon .thumbs {
	float: none;
	margin-bottom: 20px;
}
.errorBox .icon {
	float: left;
	margin: 83px  0 0 250px;
	width: 115px;
	height: 122px;
	background: url(../images/background/bg_404Error.png) no-repeat 0 0;
}
.errorBox h1 {
	margin: 90px 0 5px 390px;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 24px;
	font-weight: normal;
}
.errorBox p {
	margin-left: 390px;
	line-height: 21px;
}
.errorBox span {
	display: block;
	margin: 18px 0 0 390px;
	color: #7f7f7f;
}
.errorBox span a,
.comingsoon a {
	color: #0d0d0d;
	text-decoration: underline;
}
.errorBox span a:hover,
.comingsoon a:hover {
	color: #B2890B;
}
.comingsoon h1 {
	margin: 90px 0 5px 0;
	text-align: center;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 24px;
	font-weight: normal;
}
.comingsoon p {
	text-align: center;
	line-height: 21px;
}
.thanks {
	border: 0;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}
.thanks .box {
	margin: 20px 0 10px 0;
	padding: 10px;
	background-color: #F90;
	text-align: center;
}
.thanks .box p {
	margin-bottom: 10px;
}
.thanks img {
	display: block;
	margin: 0 auto;
}
.thanks .text {
	margin: 20px auto 0 auto;
	width: 60%;
}
.errorMsg{
	padding: 15px;
}
.errorMsg span,
.errorMsg p{
	margin: 0;
}
.errorMsg .icon1{
	float: left;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: url(../images/icon/icons_new.png) no-repeat 0 -72px;
}
.errorMsg .errorMsgWarning{
	margin: 2px 0 0 38px;
	line-height: 1.5;
}
.errorMsg .errorMsgWarning sup{
	line-height: 12px;
}
.errorMsg .errorMsgWarning p{
	margin-bottom: 10px;
}
.errorMsg .errorMsgWarning ul{
	padding: 0px 0 10px 15px;
}
.errorMsg .errorMsgWarning li{
	padding: 0 0 0 18px;
	background: url(../images/icon/icon_dot.png) no-repeat left 7px;
}
.errorMsg .errorMsgWarning a{
	font-weight: bold;
	border-bottom: 1px solid #0D0D0D;
}
.errorMsg .errorMsgWarning a:hover{
	border-bottom: 1px solid #b2890b;
}
.errorMsg .buttonArea{
	margin: 30px 0 20px;
}
.errorMsg .buttonArea input{
	padding: 0 40px;
	>padding: 0 20px;
	background-image: url(../images/icon/icon_whiteArrow_light_left.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.errorMsg .buttonArea input:active{
	padding: 0 39px;
}
/* pop up */
.popup {
	position: absolute;
	top: -1000px;
	z-index: 10001;
	padding: 30px;
	width: 400px;
	background-color: #fff;
}
.pop_close {
	position: absolute;
	top: 0;
	right: 0;
}
.pop_title {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 11px;
	border-bottom: 2px solid #EBEBEB;
	font: 30px/30px "Open Sans Condensed", Helvetica, Arial, sans-serif;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.popupMaskBox {
	z-index: 10000;
	height: 100%;
	opacity: 0.4;
	filter: alpha(opacity=40)
}
/* pop login & register */
.pop_content .loginRegister {
	float: none;
	width: auto;
}
.pop_content .loginRegister .buttonArea .firstBtn,
.pop_content .loginRegister .buttonArea .secondBtn,
.pop_content .loginRegister .form li {
	width: 100%;
}
.pop_content .loginRegister .form .formText {
	width: 328px;
}
.pop_content .loginRegister .buttonArea {
	margin-top: 10px;
}
.pop_content .loginRegister .secondBox {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ebebeb;
}
.pop_content .loginRegister.register {
	padding: 0;
	border: 0;
}
.pop_content .loginRegister .form .regText {
	line-height: 18px;
}
.pop_content .loginRegister .form .regText a {
	display: block;
}
/* pop email share */
#PopEmailShare, 
#PopInvite ,
#PopDataRecovery,
#PopWarranty {
	top: -10000px;
	width: 440px;
}
.emailShare  .pic {
	float: left;
	width: 80px;
}
.emailShare img {
	display: block;
}
.emailShare .mainInfo {
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
}
.emailShare .mainInfo h3,
.emailShare .mainInfo span,
.emailShare .mainInfo strong {
	display: block;
	margin-left: 100px;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
}
.emailShare .mainInfo h3 {
	width: 340px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}
.emailShare .mainInfo .link {
	margin-left: 100px;
	*margin-top: -18px;
}
.emailShare .mainInfo .link span {
	float: left;
	margin: 0;
	color :#7f7f7f;
	font-weight: normal;
}
.emailShare .mainInfo .link strong {
	float: left;
	margin: 0 0 0 3px;
	width: 270px;
	overflow: hidden;
	color: #0d0d0d;
	font-weight: normal;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}
.emailShare .form i {
	font-size:12px;
}
.emailShare .form .formArea {
	height: 78px;
}
.emailShare .form .formText,
.emailShare .form .formArea {
	width: 428px;
}
.emailShare .buttonArea {
	margin-top: 20px;
	*margin: 0;
	*padding-top: 20px;
	*height: 35px;
}
.emailShare .buttonArea .formBtn {
	width: 100px;
	background-color: #0D0D0D;
}
.emailShare .buttonArea .formBtn:hover {
	background-color: #404040;
}
/* pop warranty */
#PopWarranty,#PopDataRecovery{
	width:500px;
	padding-bottom: 14px;
}
#PopWarranty .pop_title,#PopDataRecovery .pop_title{
	margin-bottom: 30px;
}
.oneRow{
	height:auto;
	margin-left:42px;
	/*padding:15px 0;*/
}
.oneRow .oneTitle{
	position: relative;
	line-height: 21px;
	font-size:16px;
	color:#222;
	font-weight: 700;
	margin-bottom: 12px;
}
.oneRow .oneTitle .icon{
	position: absolute;
	width:18px;
	height:20px;
	left:-30px;
	background-image: url("../images/icon/warranty.png");
	background-repeat: no-repeat;
}
.oneRow .oneTitle .icon1{
	background-position: -18px 0;
}
.oneRow .oneTitle .icon2{
	background-position: -36px 0;
}
.oneRow .oneTitle span{
	display: block;
	font-weight: 400;
	font-family: Helvetica,Arial,sans-serif;
}
.oneRow .oneSub{
	line-height: 21px;
	font-size:14px;
	color:#7f7f7f;
	margin-bottom: 28px;
}
.oneRow .oneOption{
	float:left;
	cursor: pointer;
	margin-right:20px;
	margin-bottom: 26px;
	padding:6px 30px;
	text-align: center;
	border:2px solid #ccc;
}
.oneRow .oneOption:hover{
	border-color: #0d0d0d;
}
.oneRow .oneOption p{
	font-size:16px;
	line-height: 22px;
}
.oneRow .oneOption .year{
	font: 16px/30px "Open Sans Condensed",Helvetica,Arial,sans-serif
}
.oneRow .oneOption .price{
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 500;
}
.oneRow .oneOption.selected{
	border-color: #0d0d0d;
	background-image:url(../images/button/tab.png);
	background-repeat: no-repeat;
	background-position: right top;
}

/* pop change country*/
.form_Currency,.form_Country {
	position: relative;
}
.pseudo-dropdown {
	position: relative;
}
.form_Currency .pseudo-dropdown-button span, .form_Country .pseudo-dropdown-button span{
	float: left;
}
.form_Currency .pseudo-dropdown-button i, .form_Country .pseudo-dropdown-button i{
	float: right;
}
.form_Currency .pseudo-dropdown-select, .form_Country .pseudo-dropdown-select {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	opacity: 0;
	z-index: 1;
}

/*loding mask style*/
.loadmask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #CCC;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    zoom: 1;
}
.loadmask-msg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20001;
    padding: 2px;
    border: 1px solid #6593cf;
    background: #c3daf9;
}
.loadmask-msg div {
	padding: 5px 10px 5px 25px;
	border: 1px solid #a3bad9;
	background: #fbfbfb url('../images/icon/icon_loader.gif') no-repeat 5px 5px;
	color: #222;
	font: normal 11px/16px tahoma, arial, helvetica, sans-serif;
	cursor: wait;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}
/* width 960px */
.w1024 .header {
	position: relative;
	width: 100%;
	min-width: 960px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.w1024 .header_wrap {
	width: 97.9%;
	max-width: 984px;
	margin: 0 auto;
}
.w1024Media .popup {
	position: absolute;
}
.w1024 .section,
.w1024 .section.top {
	width: 97.9%;
	max-width: 984px;
}
@media only screen and (max-width: 1024px) and (min-width: 1023px){
	.w1024 .header .mainMenu {
		margin-left: 25px;
	}
}
@media only screen and (max-width: 960px){
	.w1024 .header_wrap,
	.w1024 .section,
	.w1024 .section.top {
		min-width: 940px;
	}
}
.w1024 .section.invite_wrap {
	margin: -10px 10px 20px 10px;
	*margin: -10px auto 20px auto;
}
.w1024 .information {
	*padding-top: 0;
}
.w1024 .footer {
	margin: 0 auto;
    width:100%;
}
.w1024 #Wrapper {
    min-width: 960px;
}
.w1024Media .footer_left {
	margin-left: 10px;
	width: 250px;
}
.w1024Media .footer_right {
	margin-left: 250px;
}
.w1024 .menu_wrap .fixed {
	position: relative;
	top: auto;
}
/* animate css */
.pageBar .pages a,
/*.tip_top_info .close, .tip_top_error .close, .tip_top_warning .close, .tip_top_succeed .close, .invite_linkInfo .close,*/
.smallpic .prev, .smallpic .next,
/*.deleteBtn,*/
 /*.pop_close, */
.subscribeBox .todayLink {
	-webkit-transition: all .15s ease-in;
	-moz-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	-ms-transition: all .15s ease-in;
	transition: all .15s ease-in;
}
/* swiper BOF */
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
}
.swiper-slide.single{
	float: none;
	display: inline-block;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
.swiper-container {
	width: 100%;
	height: auto;
	color: #fff;
	text-align: center;
}
.thumbnail {
	position: absolute;
	left: 25%;
	bottom: 10px;
	z-index: 3;
	width: 50%;
	height: 8px;
	text-align: center;
}
.thumbnail span {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
	width: 8px;
	height: 8px;
	background: rgba(255,255,255,0.3);
	border: 2px solid rgba(13,13,13,0.65);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: pointer;
}
.thumbnail span.current {
	/*background: #b2890b;*/
	background: rgba(178,137,11,0.9);
	border: 0;
}
/* mobile download guide */
.mobileGuide{
	width: auto;
	height: 45px;
	margin: 0 2.8125% 20px;
	background: #0D0D0D;
	line-height: 45px;
	font-size: 14px;
	text-align: center;
	border-radius: 3px;
}
.mobileGuide a{
	display: block;
	color: #fff;
}
.mobileGuide a:hover{
	color: #fff;
}
.mobileGuide .highlight{
	color: #FEC30F;
}
.mobileGuide .iconGooglePlay,
.mobileGuide .iconAppStore{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin: -2px 5px 0 8px;
}
.mobileGuide .iconGooglePlay{
	width: 18px;
	height: 20px;
	background: url(../images/icon/icon_googleplay.png);
}
.mobileGuide .iconAppStore{
	width: 13px;
	height: 22px;
	background: url(../images/icon/icon_appstore.png);
}
.mobileGuide .fontGoogle{
	font-family: Georgia;
}
.sectionDisclaimer{
	margin-top: 30px;
}
.sectionDisclaimer .main_wrap_nomenu{
	margin-left: 0;
}
.sectionDisclaimer .main_wrap .categoryTitle{
	margin: 30px 0 20px 0;
	display: block;
	color: #b2890b;
	font-size: 24px;
	line-height: 30px;
}
.sectionDisclaimer .main_wrap .centerTitleBar{
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 16px;
	color: #0D0D0D;
}
.sectionDisclaimer .main_wrap p{
	display: block;
	margin-bottom: 15px;
	color: #404040;
	line-height: 21px;
}
.sectionDisclaimer .main_wrap ul{
	margin: 0 0 15px 15px;
	color: #404040;
	line-height: 21px;
}
.sectionDisclaimer .main_wrap li{
	padding-left: 12px;
	background: url(../images/icon/icon_dot.png) no-repeat left 7px;
	color: #404040;
	line-height: 21px;
}
.sectionDisclaimer .main_wrap .submitBtnWrap{
	text-align: right;
}
.sellerAbout dl{
	margin: 20px 0;
	list-style: none;
}
.sectionDisclaimer .main_wrap dl li{
	margin-left: 15px;
	margin-top: 10px;
	padding-left: 0;
	background-image: none;
	list-style: none;
}
.sellerAbout .returnPolicy{
	margin: 30px 0 10px;
	line-height: 1.5;
	font-size: 16px;
	font-weight: bold;
}
.sellerAbout h4{
	margin-top: 10px;
	line-height: 30px;
	font-weight: bold;
}
@media only screen and (max-width: 480px){
	.sectionDisclaimer .main_wrap .submitBtnWrap{
		text-align: center;
	}
}
/*----- Sweepstakes Pop -----*/
.popupSweepstakesShare{
	width: 440px;
}
@media only screen and (max-width: 768px){
	.popupSweepstakesShare {
		margin: 10px 3%;
		padding: 20px 4%;
		width: 86%;
	}
    .headerSearchWrapMobile .searchArea .inputText.gray{
        background-position: 35% center;
    }
}
@media only screen and (max-width: 960px){
	.popupSweepstakesShare {
		position: absolute;
		top: -1000px;
	}
}
.sweepstakesPop p.txt{
	padding: 5px 0;
	line-height: 1.5;
}
.sweepstakesPop p.txt strong{
	font-size: 16px;
}
.sweepstakesPop .shareBox{
	margin-top: 15px;
}
.shareBox .shareItem{
	position: relative;
	height: 36px;
	border-bottom: 1px solid #ccc;
}
.shareBox .shareItem a{
	float: left;
	margin-right: 28px;
}
.shareBox .shareItem a.icon_email{
	margin-right: 0;
}
.shareBox .shareItem a.iconActive.icon_facebook{
	background-color: #3B5A97;
}
.shareBox .shareItem a.iconActive.icon_tumblr{
	background-color: #2C4762;
}
.shareBox .shareItem a.iconActive.icon_instagram{
	background-color: #895F3D;
}
.shareBox .shareItem a.iconActive.icon_pinterest{
	background-color: #C91F25;
}
.shareBox .shareItem a.iconActive.icon_twitter{
	background-color: #32C1F0;
}
.shareBox .shareItem a.iconActive.icon_email{
	background-color: #FF7800;
}
.shareBox .shareItem .arrow{
	position: absolute;
	left: 8px;
	top: 26px;
	width: 0; 
	height: 0; 
	border: 5px dashed transparent;
	border-bottom: 5px solid #aaa;
	font-size: 0;
	line-height: 0;
}
.shareBox .shareItem .arrowBorder{
	position: absolute;
	left: -5px;
	top: -4px;
	width: 0; 
	height: 0px; 
	border: 5px dashed transparent;
	border-bottom: 5px solid #fff;
	font-size: 0;
	line-height: 0;
}
.shareBox .con{
	display: none;
	padding: 20px;
	border: 1px solid #ccc;
	border-top: 0;
}
.shareBox .conActive{
	display: block;
}
.shareBox .shareCon{
	position: relative;
	min-height: 70px;
	padding: 0 10px;
	line-height: 18px;
}
.shareBox .shareCon .prev,
.shareBox .shareCon .next{
	position: absolute;
	top: 100px;
	width: 10px;
	height: 20px;
	padding: 14px 19px;
	cursor: default;
}
.shareBox .shareCon .prev{
	left: -28px;
}
.shareBox .shareCon .prev span,
.shareBox .shareCon .next span{
	position: relative;
	display: block;
	width: 0; 
	height: 0;
	border-bottom: 10px dashed transparent;
	border-top: 10px dashed transparent;
	font-size: 0;
	line-height: 0;
}
.shareBox .shareCon .prev span{
	border-right: 10px solid #aaa;
}
.shareBox .shareCon .prev span i,
.shareBox .shareCon .next span i{
	position: absolute;
	display: block;
	top: -10px;
	width: 0px; 
	height: 0px;
	border-bottom: 10px dashed transparent;
	border-top: 10px dashed transparent;
	font-size: 0px;
	line-height: 0px;
}
.shareBox .shareCon .prev span i{
	left: 3px;
	border-right: 10px solid #fff;
}
.shareBox .shareCon .next{
	right: -28px;
}
.shareBox .shareCon .next span{
	border-left: 10px solid #aaa;
}
.shareBox .shareCon .next span i{
	right: 3px;
	border-left: 10px solid #fff;
}
.shareBox .shareCon .prevAble,
.shareBox .shareCon .nextAble{
	cursor: pointer;
}
.shareBox .shareCon .prevAble span{
	border-right: 10px solid #0d0d0d;
}
.shareBox .shareCon .nextAble span{
	border-left: 10px solid #0d0d0d;
}
.shareBox .shareCon li{
	display: none;
	width: 100%;
}
.shareBox .shareCon li.itemActive{
	display: block;
}
.shareBox .shareCon .link{
	color: #7f7f7f;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.shareBox .buttonArea{
	clear: both;
	overflow: hidden;
	margin-top: 0;
	padding-top: 20px;
}
.shareBox .buttonArea input.formBtn{
	width: 100px;
	background-color: #0D0D0D;
}
.shareBox .buttonArea input.formBtn:hover{
	background-color: #404040;
}
.shareBox .buttonArea a.formBtn{
	display: block;
	width: 100px;
	padding: 0;
	background-color: #0D0D0D;
	text-align: center;
}
.shareBox .buttonArea a.formBtn:active{
	border: 1px solid #999;
	height: 33px;
	width: 98px;
}
.shareBox .buttonArea a.formBtn:hover{
	background-color: #404040;
	color: #fff;
}
.shareBox .checkboxWrap{
	position: relative;
	margin-bottom: -5px;
	padding-left: 18px;
	>padding-left: 20px;
	line-height: 18px;
}
.shareBox .checkboxWrap input{
	position: absolute;
	left: 0;
	top: 3px;
	>top: -2px;
}
.shareBox .shareConPro .pic{
	float: left;
	width: 120px;
}
.shareBox .shareConPro .name{
	margin-left: 135px;
	margin-bottom: 3px;
	line-height: 1.5;
	font-size: 14px;
	>font-weight: normal;
	word-wrap: break-word;
}
.shareBox .shareConPro .des{
	margin-top: 5px;
	margin-left: 135px;
	line-height: 1.5;
	font-size: 12px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.shareBox .shareConPro .link{
	margin-left: 135px;
	margin-top: 5px;
	padding: 0;
	line-height: 1.5;
	font-size: 12px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.shareBox .shareConPro .prev,
.shareBox .shareConPro .next
{
	top: 50px;
}
.shareBox .shareConTwitter p{
	min-height: 80px;
	margin-top: -5px;
	line-height: 1.5;
	overflow: hidden;
	word-wrap: break-word;
}
.shareBox .shareConTumblr h3.name{
	margin-top: -5px;
}
.shareBox .shareConTwitter .prev,
.shareBox .shareConTwitter .next
{
	top: 40px;
}
.shareBox .shareConTumblr .name,
.shareBox .shareConTumblr .des,
.shareBox .shareConTumblr .link
{
	margin-left: 0;
}
.shareBox .shareConEmail{
	margin-bottom: 20px;
}
.shareBox .shareConEmail ul{
	overflow: hidden;
}
.shareBox .shareConEmail li{
	float: left;
	width: 50%;
}
.shareBox .shareConEmail li .leftPic{
	float: left;
	width: 64px;
	margin-top: 3px;
	text-align: center;
}
.shareBox .shareConEmail li .leftPic img{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.shareBox .shareConEmail li .checkbox{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.shareBox .shareConEmail li h3{
	max-height: 72px;
	overflow: hidden;
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.5;
	font-size: 12px;
	color: #7f7f7f;
	word-break: break-word;
}
.shareBox .shareConEmail .prev,
.shareBox .shareConEmail .next{
	top: 24px;
}
.shareBox .shareConEmailMin li{
	width: 100%;
}
.shareBox .shareConSingle {
	padding: 0;
}
.shareBox .shareConSingle .prev,
.shareBox .shareConSingle .next
{
	display: none;
}
.shareBox .shareConProDetail{
	padding: 0;
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
}
.shareBox .emailCon{
	clear: both;
}
.shareBox .emailCon li{
	overflow: hidden;
	padding-bottom: 12px;
}
.shareBox .emailCon li label{
	float: left;
	width: 45px;
	line-height: 37px;
	color: #7f7f7f;
}
.shareBox .emailCon li.fixedEmail label{
	line-height: 20px;
}
.shareBox .fromName{
	margin-left: 45px;
	line-height: 20px;
	word-wrap: break-word;
}
.shareBox .formTitle{
	margin-top: 8px;
	margin-left: 47px;
	line-height: 21px;
}
.shareBox .emailPic{
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin-right: 2px;
	padding: 12px 12px 0;
}
.shareBox .emailPic img{
	display: block;
	width: 100%;
	padding-bottom: 12px;
	border-bottom: 1px solid #ebebeb;
}
.shareBox .fromEmail{
	height: 19px;
	line-height: 19px;
	font-size: 13px;
}
.shareBox .textarea{
	/*float: left;*/
	min-height: 54px;
	padding: 8px 12px;
	border: 1px solid #ccc;
	font-size: 13px;
	line-height: 19px;
	font-family: Helvetica, Arial, sans-serif;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.shareBox textarea.input-validation-error {
    border: 1px solid #c00;
    color: #c00;
}
.shareBox .textareaTo{
	min-height: 19px;
}
.shareBox .textareaMax{
	max-height: 300px;
	overflow-y: auto; 
}
.shareBox .numLimit{
	margin-top: 6px;
	margin-right: 1px;
	line-height: 20px;
	font-size: 12px;
	color: #7f7f7f;
	text-align: right;
}

.shareBox .form_Currency .formTitle, .shareBox .form_Country .formTitle{
	margin-left: 0;
}
.shareBox .formText{
	padding: 8px 12px;
}
.shareBox .field-validation-error span{
	display: block;
	padding-top: 5px;
	padding-left: 45px;
}
.shareBoxSweepstakes .shareConPro .pic{
	float: none;
	width: 100%;
}
.shareBoxSweepstakes .shareConProDetail{
	padding-bottom: 10px;
}
.shareBoxSweepstakes .shareConPro .name,
.shareBoxSweepstakes .shareConPro .des,
.shareBoxSweepstakes .shareConPro .link
{
	margin-top: 5px;
	margin-left: 0;
}
.txtstuff {
	resize: none;
	transition: height 0.2s;
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	overflow: hidden;
}
.hiddendiv {
	display: none;
	overflow: hidden;
	background-color: red;
	word-wrap: break-word;
	overflow-wrap: break-word;
	padding: 8px 12px;
	line-height: 19px;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
}
.lbr {
	line-height: 3px;
}
.shareBox .sendSuc{
	visibility: hidden;
	margin-left: 15px;
	line-height: 24px;
	color: green;
}
.shareBox .buttonAreaSuc .sendSuc{
	visibility: visible;
}
.shareBox .iconSuc{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-top: -4px;
	margin-right: 3px;
	background: url(../images/icon/icons_new.png) no-repeat 0 -120px;
}
@media only screen and (max-width: 768px){
	.shareBox .formText,
	.shareBox .textarea,
	.hiddendiv{
		font-size: 14px;
		line-height: 21px;
	}
	.shareBox .textareaTo{
		min-height: 21px;
	}
}
@media only screen and (max-width: 400px){
	.shareBox .textareaTo{
		min-height: 42px;
	}
}
@media only screen and (max-width: 430px){
	.sweepstakesPop .shareBox .textareaTo{
		min-height: 42px;
	}
}
@media only screen and (max-width: 480px){
	.shareBox .shareConPro .pic{
		float: none;
		width: 100%;
		max-width: 180px;
		margin: 0 auto 20px;
	}
	.shareBoxSweepstakes .shareConPro .pic{
		max-width: 1000px;
	}
	.shareBox .buttonAreaSuc .sendSuc{
		display: block;
		margin: 10px 0 0 0;
	}
	.shareBox .shareConPro .name,
	.shareBox .shareConPro .des,
	.shareBox .shareConPro .link
	{
		margin-left: 0;
		font-size: 14px;
	}
}
/*----- Sweepstakes Pop end -----*/
.fb{
    display: none;
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 60px;
	height: 58px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: url(../images/feedback_new.png) 0 0 no-repeat;
	text-indent: -9999em;
    cursor: pointer;
}
.fb.hover{
	opacity: 1;
	filter: alpha(opacity=100);
}
.goTop{
	display: none;
	position: fixed;
	z-index: 100000;
	bottom: 60px;
	right: 19px;
	width: 72px;
	height: 60px;
	background: url(../images/go_top.png);
	opacity: 0.7;
	color: #FFF;
	text-indent: -9999em;
	cursor: pointer;
	filter: alpha(opacity=70);
}
.goTop.dis{
	display: block;
}
.goTop.hover{
	opacity: 1;
	filter: alpha(opacity=100);
}
.goTop.emit{
	height: 217px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.bodyIE .header_wrap,
.bodyIE .section{
	width: 1100px;
}
.bodyIE .sectionBanner{
	width: 960px;
}
.bodyIE .backen div{
    width:auto;
}
/* validate password */
.instruction {
	position: relative;
	margin-bottom: 15px;
	padding: 10px 0 0 0;
	max-width: 324px;
	border: 1px solid #CBE0C1;
	background: #E8EFE3;
}
@media only screen and (max-width: 768px) {
	.instruction {
		max-width: 800px;
	}
}
.instruction .right {
	border-left: 1px solid #666;
}
.instruction .rule-title {
	padding: 0 10px 10px 10px;
	color: #0D0D0D;
}
.instruction .rules li {
	clear: none;
	display: block;
	float: none;
	margin: 0 0 10px 10px;
	padding: 0;
	width: auto!important;
	min-height: 0;
	color: #7F7F7F;
}
.instruction .rules li.checked {
	color: #81BB58;
}
.instruction .arrow {
	position: absolute;
	top: -16px;
	left: 10px;
	color: #CBE0C1;
	font-size: 24px;
}
.instruction .arrow:before {
	content: "\f0d8";
}
.instruction .arrow .arrow {
	top: 1px;
	left: 0;
	color: #E8EFE3;
}
.triplefix .triple {
    width: 190px;
}
/*@import Medialayout*/
@media only screen and (max-width: 1279px){
    .goTop,
    .goTop.dis,
    .fb{
        display: none;
    }
}
@media only screen and (max-width: 1100px) {
    .header_wrap{
        width: 94%;
    }
    .section{
        width: 94%;
    }
    div.backen div{
        width:94%;
    }
}
@media only screen and (max-width: 1025px) {
    .header_wrap{
        width: 93.75%;
    }
    .header_account,
    .header_cart,
    .header_search{
        padding: 0 5px;
    }
    .header_cart .link span.num{
        right: 15px;
    }
    .header_cart .popContainer .arrow{
        right: -15px;
    }
    .header_account{
        right: 70px;
    }
    .header_account .popContainer .arrow{
        right: 45px;
    }
    .header_search{
        right: 140px;
    }
    .header_search .popContainer{
        right: 5px;
    }
}
@media only screen and (max-width: 1350px) {
    .header .category li:nth-last-child(3) {
        display:none;
    }
}
@media only screen and (max-width: 1220px) {
    .header .category li:nth-last-child(4) {
        display:none;
    }
}
@media only screen and (max-width: 1024px){
    .header .mainMenu .category li{
        display:block;
    }
    .backen{
        display: none;
    }
    .footer_left {
        margin-left: 10px;
        width: 250px;
    }
    .footer_right {
        margin-left: 250px;
    }
    .header {
        padding: 0;
        height: auto;
    }
    .header_wrap {
        min-width: 320px;
        height: auto;
        padding-top: 60px;
    }
    .header .logo {
        position: absolute;
        float: none;
        top: 10px;
        margin-top: 0;
    }
    .header {
        position: relative;
        z-index: 10000;
    }
    .header_account,
    .header_cart,
    .header_search{
        padding: 0 10px;
    }
    .header .category li.backTo{
        display: block;
    }
    .header_cart .link span.num{
        right: 20px;
    }
    .header_cart .popContainer .arrow{
        right: -10px;
    }
    .header_account{
        right: 80px;
    }
    .header_account .popContainer .arrow{
        right: 50px;
    }
    .header_search{
        right: 160px;
    }
    .header .mainMenu {
        display: none;
        float: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        margin: 0;
        height: 0;
        overflow: hidden;
        /*-webkit-transform-style: preserve-3d;
        -webkit-transition: height 200ms ease-in-out;
        transform-style: preserve-3d;
        transition: height 200ms ease-in-out;*/
    }
    .header .mainMenu.opened {
        height: auto;
        display:block;
    }
    .header .mainMenu .headerSearchWrap{
        display: block;
    }
    .header .mainMenu .headerSearchWrap .resultList{
        display: none;
    }
    .header .mainMenu .category{
        margin-top: 70px;
        border-top: 1px solid #393939;
    }
    .header .mainMenu li{
        float: none;
    }
    .header .mainMenu .category li {
        float: none;
        padding-left: 20px;
        line-style: none;
        height: 48px;
        line-height: 48px;
        border-bottom: 1px solid #393939;
    }
    .header .more{
        display: block;
    }
    .header .mainMenu .category li > a {
        display: block;
        line-height: 48px;
        text-transform: uppercase;
    }
    .header .mainMenu .category li > a img{
        display: inline;
        width:120px;
    }
    .header .mainMenu .category li a:hover {
        color: #ffc410;
    }
    .header .mainMenu .category li.current a {
        border-bottom: none;
        color: #cc9c0c;
    }
    .header .mainMenu .category li:last-child {
        display: block;
        /*border-bottom: none;*/
    }
    .header .logo {
        position: absolute;
        left: 0;
        top: 10px;
        margin: 0;
    }
    .header_cart,
    .header_account{
        top: 0;
    }
    .header_account{
        right: 80px;
    }
    .header_cart{
        right: 0;
    }
    .header_search{
        display: none;
    }
    .header .verisign,
    .header .chase {
        display: none;
    }
    .right .price .currentBody .current,.right .price .currentBody .iconMembership{
        float: left;
    }

    .right .baseInfo .checklist .rightHelp{
        background: none;
        height:auto;
        width: auto;
        line-height: 22px;
        top:auto;
        margin-left:30px;
        text-decoration: underline;
        position: static;
        vertical-align:middle;
        color:#7f7f7f;
    }
    .right .baseInfo .price .eggpoints .popContainer,
    .right .baseInfo .price .priceNote .popContainer,
    .right .baseInfo .price .premier  .popContainer,
    .right .baseInfo .checklist .popContainer{
        width:280px;
        right:3%;
    }
    .right .baseInfo .price .premier .popContainer{
        right:-110px;
    }
    .premier .popContainer .arrow{
        left:100px
    }
    .right .baseInfo .price .ironEgg > a span,
    .right .baseInfo .price .ironEgg > div{
        margin-left: 0;
        margin-right:20px;
    }

}
.maskAll {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 997;
    /*width: 100%;
    height: 100%;*/
    background: #0D0D0D;
    opacity: 0.4;
    display: none;
}
@media only screen and (max-width: 960px) {
    .w1024 .section,
    .w1024 .section.top {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .rightPopContainer{
        width:97%;
    }
    .right .baseInfo div.checklist  .popContainer{
        right:0;
    }
    .right .baseInfo div.checklist  .popContainer .arrow{
        right:25px;
    }

    .right .baseInfo .price .eggpoints .popContainer{
        right:-20px;
    }
    .right .baseInfo .price .premier .popContainer{
        right:-174px;
    }
    .right .baseInfo .price .premier  .popContainer .arrow{
        right:auto;
        left:61px;
    }
    .right .baseInfo .price .priceNote .popContainer{
        right:-20px;
    }

}
@media only screen and (max-width: 768px){
    .header_wrap{
        width: 100%;
    }
    .header {
        margin-bottom: 20px;
        -webkit-transition: all 0s ease-in;
        -moz-transition: all 0s ease-in;
        -o-transition: all 0s ease-in;
        -ms-transition: all 0s ease-in;
        transition: all 0s ease-in;
    }
    .header .logo{
        left: 2.5%;
    }
    .header_cart{
        right: 15px;
    }
    .header_account {
        right: 95px;
    }
    .header .more {
        right: 175px;
    }
    .header,
    .footer {
        width: 100%;
    }
    .section.fullScreen {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .header .verisign,
    .header .chase {
        display: none;
    }
    .footer {
        margin-top: 20px;
        height: auto;
        border: 0;
    }
    .footer .logo {
        padding-top: 0;
    }
    .footer .share{
        height: 48px;
    }
    .footer .links{
        padding-bottom: 10px;
    }
    .footer .links .hide {
        display: inline-block;
    }
    .footer .links .show {
        display: none;
    }
    .footer_wrap {
        width: auto;
        max-width: none;
    }
    .footer .links li {
        display: inline-block;
        margin: 5px 3.3%;
        text-transform: uppercase;
    }
    .footer .links a {
        font-size: 10px;
    }
    .footer .quickLink {
        display: block;
        margin-bottom: 30px;
        padding-bottom: 0;
        border-bottom: 1px solid #262626;
        font-weight: bold;
    }
    .footer .quickLink  li{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .footer .right {
        font-size: 10px;
    }
    .footer .shareLink a {
        margin: 15px 24px 15px 0;
        width: 7.5%;
        max-width: 26px;
    }
    .footer .shareLink a:last-child {
        margin-right: 0;
    }
    .footer .shareLink img {
        display: inline;
        width: 100%;
    }
    .main {
        float: none;
    }
    .thumbnail {
        height: 15px;
    }
    .thumbnail span{
        width: 6px;
        height: 6px;
        margin: 0 5px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-width: 1px;
    }
    .mask {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 997;
        /*width: 100%;
        height: 100%;*/
        background: #0D0D0D;
        opacity: 0.4;
    }
    .cartShip .methodList li:first-child {
        border: 0;
    }
    .warningDelay{
        margin: -10px 3.4% 15px !important;
        background-color: #FFFAEB !important;
    }
    body .section,
    .section.top,
    .information {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .section {
        margin-left: 2.8125%;
        margin-right: 2.8125%;
        width: auto;
    }
    body {
        font-size: 1.4em;
    }
    body .section.fix.upcoming {
        margin-top: -20px;
    }
    .section.top {
        margin-top: 0;
    }
    .tabs .tab_options > li {
        font-size: 1.2em;
    }
    .note {
        margin-bottom: 20px;
    }
    .container {
        margin-bottom: 20px;
    }
    .container .form {
        padding: 0 3.4%;
    }
    .formText,
    .formArea {
        font-size: 1.2em;
    }
    .formBtn, .formBtn2 {
        font: 1.2em/35px "Open Sans Condensed", Helvetica, Arial, sans-serif;
    }
    .form_FirstName,
    .form_LastName,
    .form_Address,
    .form_Address2,
    .form_CardholderName,
    .form_CardNumber,
    .form_City,
    .form_Phone,
    .form_State,
    .form_ZipCode,
    .form_ExpirationDate,
    .form_SecurityCode,
    .form_Password,
    .form_UserName,
    .form_Email,
    .form_Area {
        margin-left: 0;
        width: 100%;
    }
    .form_FirstName .formText,
    .form_LastName .formText,
    .form_Address .formText,
    .form_Address2 .formText,
    .form_CardholderName .formText,
    .form_CardNumber .formText,
    .form_City .formText,
    .form_Phone .formText,
    .form_ZipCode .formText,
    .form_Password .formText,
    .form_UserName .formText,
    .form_Email .formText,
    .form_Area .formArea {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .form_SecurityCode .formText {
        width: 120px;
    }
    .form_State .formSelect {
        width: 100%;
    }
    .form_ExpirationDate .formSelect {
        margin-right: 1.7%;
        width: 47.3%;
    }
    .section.fullScreen.invite_wrap {
        margin-top: -10px;
        margin-bottom: 10px;
    }
    .invite_linkInfo {
        line-height: 2;
    }
    .caption {
        font-size: 1.6em;
    }
    .container .caption {
        margin: 10px 3.4%;
    }
    .tip_top_info,
    .tip_top_error,
    .tip_top_warning,
    .tip_top_succeed {
        margin-bottom: 20px;
        padding-left: 40px;
    }
    .tip_top_info .icon,
    .tip_top_error .icon,
    .tip_top_warning .icon,
    .tip_top_succeed .icon {
        left: 10px;
    }
    .container .tip_top_info,
    .container .tip_top_error,
    .container .tip_top_warning,
    .container .tip_top_succeed,
    .cartSummary div.tip_top_warning {
        margin: 10px 3.4% 0 3.4%;
    }
    .tipItem .img {
        width: 25%;
    }
    .tipItem .itemName {
        margin-left: 3.9%;
        width: 70%;
    }
    .cartItem {
        position: relative;
        min-height: 60px;
        margin: 20px 3.4% 10px 3.4%;
    }
    .cartItem .img {
        position: absolute;
        top: 0;
        left: 0;
        /*width: 30%;*/
    }
    .cartItemAccountGift .img{
        top: 5px;
    }
    .cartItem .info {
        float: none;
        display: block;
        margin-left: 100px;
        width: auto;
    }
    .cartItemAccountGift .qty,
    .cartItemAccountGift .price{
        padding-top: 0;
    }
    .endTime {
        max-width: none;
    }
    .cartItem .endTime {
        clear: both;
        margin: 6px 0 0 100px;
    }
    .cartItem .qty {
        clear: left;
    }
    .cartItem .qty .num {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .cartItem .del {
        /*margin-left: 4%;*/
    }
    .cartShip {
        margin: 0;
    }
    .cartShip dt {
        margin: 20px 3.4% 0 3.4%;
        cursor: pointer;
    }
    .cartShip dt .arrow {
        float: left;
        margin: 12px 0 0 5px;
        width: 20px;
        height: 19px;
        overflow: hidden;
        background: url(../images/icon/icons_new.png) no-repeat -24px -19px;
    }
    .cartShip dd {
        display: none;
    }
    .cartShip_ON dt {
        background: url(../images/mobile/m_arrow_ship_t.png) no-repeat 30% bottom;
    }
    .cartShip_ON dt.noBg{
        background: none;
    }
    .cartShip_ON dt .arrow {
        background-position: -24px 0;
    }
    .cartShip_ON dd {
        display: block;
        background: #EBEBEB;
    }
    .cartShip .methodList li {
        float: left;
        padding: 6px 0;
        width: 100%;
        height: auto;
        border-top: 1px solid #FFF;
    }
    .cartShip .methodList li .formRadiobox {
        margin: 1px 0 0 3.4%;
    }
    .cartShip .methodListZipcode li .formRadiobox {
        margin: 8px 0 0 3.4%;
    }
    .cartShip .methodList li label {
        display: block;
        float: none;
        width: auto;
        margin-left: 40px;
    }
    .cartShip .methodList ins {
        display: block;
        float: none;
        margin-left: 40px;
    }
    .switchBox dt .OnOff {
        margin-top: 17px;
    }
    .switchBox dt .caption {
        margin-left: 3.4%;
    }
    .switchBox dt .price {
        margin-right: 3.4%;
    }
    .cardList dt .formRadiobox {
        position: relative;
        top: auto;
        left: auto;
        float: left;
        margin: 10px 0 0 0;
    }
    .cardList dt .addressInfo {
        position: relative;
        top: auto;
        left: auto;
        float: left;
        margin: 7px 0 0 10px;
        padding: 0;
    }
    .cardList dt .form_SecurityCode {
        margin-left: 20px;
        width: auto;
    }
    .triplefix .triple {
        position: relative;
        width: 100%;
    }
    .justGiftCard .name {
        padding-right: 50px;
    }
    .triple .addressInfo {
        padding: 0 3.4% 10px 3.4%;
    }
    .triple .addressInfo .formBtn{
        width: 100%;
    }
    .triple .buttonArea {
        position: absolute;
        right: 3.4%;
        top: 55px;
    }
    .triple:nth-child(3) .caption {
        display: none;
    }
    .triple:nth-child(3) .buttonArea {
        top: 0;
    }
    .triple .form_SecurityCode {
        margin-left: 3.4%;
    }
    .menu_wrap {
        display: block;
        float: none;
        margin-bottom: 20px;
        width: auto;
        border: 4px solid #EBEBEB;
    }
    .menu_title {
        position: relative;
        display: block;
        padding: 12px 0;
        width: 100%;
        background: #F4F4F4;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
    }
    .menu_title .icon {
        position: absolute;
        top: 10px;
        right: 12%;
        display: block;
        width: 24px;
        height: 24px;
        background: url(../images/icon/icons_new@2x.png) no-repeat 0 -350px;
        background-size: 94px 608px;
    }
    .menu {
        display: none;
        width: auto;
        border-top: 3px solid #EBEBEB;
        background: #FFF;
    }
    .menu li {
        height: auto;
        border-top: 1px solid #EBEBEB;
    }
    .menu li a,
    .menu li a.tworow {
        padding: 12px 0 12px 3.4%;
        height: auto;
        line-height: normal;
    }
    .menu .current a {
        top: auto;
        height: auto;
        background: none;
        font-weight: bold;
        line-height: normal;
    }
    .main_wrap {
        margin: 0 0 20px 0;
    }
    .main_wrap .categoryTitle {
        display: block;
        margin: 0 0 20px 0;
    }
    .main_wrap .categoryTitle a {
        display: block;
        padding-left: 40px;
        background: url(../images/mobile/m_icons_back.png) no-repeat left center;
    }
    .main {
        float: none;
    }
    .pageBar {
        position: relative;
        padding: 30px 0 10px 0;
    }
    .pageBar .pages li:first-child {
        position: absolute;
        top: 0;
        left: 0;
    }
    .pageBar .pages li:last-child {
        position: absolute;
        top: 0;
        right: 0;
    }
    .addressList {
        padding: 0 3.4% 10px 3.4%;
    }
    .errorBox .icon {
        float: none;
        margin: 40px auto 0 auto;
    }
    .errorBox h1 {
        margin: 20px;
        text-align: center;
    }
    .errorBox p {
        margin: 5px 20px;
    }
    .errorBox span {
        margin: 18px 0 20px 20px;
    }
    .errorMsg span,
    .errorMsg p{
        margin: 0;
    }
    .popup {
        margin: 10px 3%;
        padding: 20px 4%;
        width: 86%;
    }
    .popup .loginRegister .form .formText,
    .emailShare .form .formText,
    .emailShare .form .formArea {
        width: 96%;
    }
    #PopEmailShare, #PopInvite,#PopDataRecovery,#PopWarranty {
        width: 86%;
        overflow: hidden;
    }
    .popup .pop_title {
        font-size: 1.8em;
    }
    .emailShare .mainInfo h3,
    .emailShare .mainInfo .link strong {
        float: none;
        width: auto;
    }
    .popContainer {
        position: fixed;
        top: 30%;
        left: 3% !important;
        right: 3%;
        z-index: 998;
        width: auto;
        overflow: auto;
    }
    .eggpointPopContainer,
	.premierPopContainer,
	.warrantyHelpPopContainer,
	.dataRecoveryHelpPopContainer{
        top: 20%;
    }
    .popContainer .arrow {
        display: none;
    }
    .mask {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 997;
        background: #0D0D0D;
        opacity: 0.4;
    }
    .thumbs {
        display: none;
    }
    .right .baseInfo .price .eggpoints .popContainer,
    .right .baseInfo .price .priceNote .popContainer,
    .right .baseInfo .price .premier  .popContainer,
    .right .baseInfo .checklist .popContainer,
	.right #Warranty .warrantyHelpPopContainer,
	.right #DataRecovery .dataRecoveryHelpPopContainer{
        width:auto;
        height: auto;
        right:3%;
    }
    .paymentMessage{
        display: none;
    }
}
@media only screen and (max-width: 640px){
    .banner_wrap {
        margin-left: -25%;
        margin-right: -25%;
    }
    .thumbnail {
        height: 12px;
    }
    .header_wrap {
        padding-top: 48px;
    }
    .header .logo{
        top: 8px;
    }
    .header .logo a {
        width: 116px;
        height: auto;
    }
    .header .logo img {
        width: 100%;
        height: auto;
    }
    .header .mainMenu{
        top: 48px;
    }
    .header .more .icon{
        bottom: -5px;
    }
    .header .more,
    .header .header_account,
    .header .header_cart,
    .header .header_search {
        top: 4px;
        right: 10px;
        width: 50px;
        height: 40px;
    }
    .header .more .icons,
    .header_search .icons,
    .header_cart .icons,
    .header_account .icons{
        margin-top: 5px;
    }
    .header .mainMenu .category li{
        height: 40px;
        padding: 0 15px;
        line-height: 40px;
    }
    .header .mainMenu .category li > a{
        line-height: 40px;
        font-size: 16px;
    }
    .header .mainMenu .account{
        padding-left: 15px;
        padding-right: 15px;
    }
    .header .more{
        right: 150px;
    }
    .header .header_account {
        right: 80px;
        cursor: pointer;
    }
    .header .header_account .link {
        background-position: -100px 0;
    }
    .header .header_account .link p {
        display: none;
    }
    .header .header_search{
        display: none;
    }
    .header_account .link,
    .header_search,
    .header .header_cart .link{
        width: 50px;
        height: 40px;
        top: 4px;
    }
    .header .header_cart .link span.num {
        top: 4px;
        right: 15px;
    }
    .header .header_cart .link > .color {
        display: none;
    }
    .header .header_cart .link span .color {
        position: absolute;
        top: 2px;
        right: 5px;
        padding: 0 2px;
        min-width: 30%;
        border: 3px solid #FFF;
        border-radius: 15px;
        background: #FFD040;
        color: #0D0D0D;
        font-weight: bold;
        font-size: 0.9em;
        text-align: center;
        text-indent: 0;
    }
    .headerSearchWrapMobile .searchInputWrap{
        padding: 0 10px;
    }
    .headerSearchWrapMobile .searchInputWrap .inputText{
        width: 63%;
        height: 30px;
        line-height: 16px;
        font-size: 16px;
    }
    .headerSearchWrapMobile .searchInputWrap .inputBtn{
        left: 59%;
        top: 11px;
    }
    .headerSearchWrapMobile .searchInputWrap .delBtn{
        left: 62%;
        top: 11px;
        width: 30px;
        height: 30px;
    }
    .headerSearchWrapMobile .searchInputWrap .searchCancel{
        font-size: 16px;
    }
    #Wrapper.wrapperFixed {
        height: 550px;
    }
    .headerSearchWrapMobile .searchArea{
        height: 32px;
        padding: 10px 15px;
    }
    .headerSearchWrapMobile .keywordArea{
        height: 30px;
    }
    .headerSearchWrapMobile .searchArea .inputText{
        height: 30px;
        font-size: 16px;
        line-height: 30px;
    }
    .headerSearchWrapMobile .searchAreaActive .inputText{
        line-height: 16px;
    }
    .header .mainMenu .category{
        margin-top: 52px;
    }
    .headerSearchWrapMobile .searchArea .delBtn,
    .headerSearchWrapMobile .searchArea .inputBtn{
        width: 30px;
        height: 30px;
    }
    .headerSearchWrapMobile .resultList{
        padding: 0 15px;
    }
    .headerSearchWrapMobile .resultList ul{
        max-height: 150px;
        overflow: hidden;
    }
    .headerSearchWrap .resultList .title{
        height: 30px;
        line-height: 30px;
    }
    .headerSearchWrap .resultList li{
        height: 30px;
        line-height: 30px;
    }
    .headerSearchWrapMobile .searchArea .inputText.gray{
        background-position: 35% center;
    }
    .headerSearchWrapMobile .searchArea .searchCancel{
        top: 10px;
        line-height: 32px;
        height: 32px;
        font-size: 14px;
    }
    .headerSearchWrapMobile .searchAreaActive .searchCancel{
        right: 0;
    }
    #Wrapper.wrapperFixed .maskAll{
        background-position: 0 -28px;
    }
    .form_CardNumber .formText{
        font-size: 14px;
    }
    .searchBar .condition_keywords .formText{
        font-size: 16px;
    }
    .headerSearchWrapMobile .searchArea .inputText.gray{
        background-position: 30% center;
    }
    .section{
        margin: 0 2%;
    }
    .header .logo{
        left: 2%;
    }
}
@media only screen and (max-width: 639px){
    .headerSearchWrapMobile .searchArea .searchCancel{
        right: -60px;
        width: 60px;
    }
    .headerSearchWrapMobile .searchAreaActive .searchCancel{
        right: 0;
    }
    .headerSearchWrapMobile .searchAreaActive .inputText{
        padding: 0 30px 0 6px;
        background-position: 6px center;
        text-indent: 0;
    }
    .section{
        margin: 0 2.5%;
    }
    .header .logo{
        left: 2.5%;
    }
}
@media only screen and (max-width: 480px){
    .header .more,
    .header .header_account,
    .header .header_cart,
    .header .header_search{
        padding: 0;
    }
    .header .header_cart .link span.num {
        right: 5px;
    }
    .header .more{
        right: 110px;
    }
    .header .header_account {
        right: 60px;
    }
    .headerSearchWrapMobile .searchArea .inputText{
        background-position: 20%;
        text-indent: 26%;
    }
    .headerSearchWrapMobile .searchArea .inputText.gray{
        background-position: 22% center;
        text-indent: 0;
    }
    .headerSearchWrapMobile .searchAreaActive .inputText{
        text-indent: 0;
    }
    .cartItem .info{
        margin-left: 92px;
    }
    .cartItem .qty{
        margin-left: 92px;
    }
}
@media only screen and (max-width: 320px){
    .headerSearchWrapMobile .searchArea .inputText.gray{
        background-position: 20% center;
        text-indent: 0;
    }
    .headerSearchWrapMobile .searchArea .inputText {
        background-position: 20%;
    }
}

@media only screen and (max-width: 610px) and (min-width: 600px){
    .section{
        margin: 0 1.9%;
    }
    .header .logo{
        left: 1.9%;
    }
}
@media only screen and (max-width: 568px) and (min-width: 567px){
    .section{
        margin: 0 1.5%;
    }
    .header .logo{
        left: 1.5%;
    }
}
@media only screen and (max-width: 480px) and (min-width: 479px){
    .section{
        margin: 0 2.1%;
    }
    .header .logo{
        left: 2.1%;
    }
}
@media only screen and (max-width: 360px) and (min-width: 359px){
    .section{
        margin: 0 3.2%;
    }
    .header .logo{
        left: 3.2%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .iconShare,
    .tip_top_info .icon,
    .tip_top_error .icon,
    .tip_top_warning .icon,
    .tip_top_succeed .icon,
    .wraningLink .icon,
    .infoLink .icon,
    .deleteBtn, .pop_close,
    .cartShip dt .arrow,
    .cartShip_ON dt .arrow,
    .switchBox dt .OnOff,
    .switchBox dt:hover .OnOff,
    .switchBox dt:hover .OnOff_ON,
    .tip_top_info .close,
    .tip_top_error .close,
    .tip_top_warning .close,
    .tip_top_succeed .close,
    .invite_linkInfo .close,
    .section .cartEmpty .icon,
    .section .searchEmpty .icon,
    .deleteBtn:hover,
    .pop_close:hover,
    .markDft span,
    .errorMsg .icon1{
        background-image: url(../images/icon/icons_new@2x.png);
        background-size: 150px 608px;
    }
    .pageBar .pages .next,
    .pageBar .pages .prev {
        background-image: url(../images/icon/page@2x.png);
        background-size: 200px 90px;
    }
    .header .more .icons,
    .header_search .icons,
    .header_cart .icons,
    .header_account .icons{
        background-image: url(../images/icon/icons_header@2x.png);
        background-size: 30px 180px;
    }
    .headerSearchWrapMobile .searchArea .inputText{
        background-image: url(../images/icon/icon_search_gray@2x.png);
        background-size: 16px 17px;
    }
    .headerSearchWrapMobile .searchAreaActive .inputText{
        background: none;
    }
    .headerSearchWrapMobile .searchArea .delBtn{
        background-image: url(../images/icon/icon_x@2x.png);
        background-size: 18px 18px;
    }
    .section .endTime,
    .cartItem .endTime {
        background-image: url(../images/icon/icon_clock_gray@2x.png);
        background-size: 18px 18px;
    }
    .section .firstBtn {
        background-image: url(../images/icon/icon_blackArrow_light@2x.png);
        background-size: 18px 14px;
    }
    .section .secondBtn,
    .section .cartEmpty .formBtn2,
    .header_cart .foot .formBtn2 {
        background-image: url(../images/icon/icon_whiteArrow_light@2x.png);
        background-size: 18px 14px;
    }
    .invite_wrap p {
        background-image: url(../images/background/bg_invite@2x.png);
        background-size: 60px 26px;
    }
    .section .banner .slide_prev,
    .section .banner .slide_next{
        background-image: url(../images/icon/icon_slide@2x.png);
        background-size: 80px 80px;
    }
    .returnPolicy li {
        background-image: url(../images/background/bg_dot_list@2x.png);
        background-size: 6px 6px;
    }
    .section .otherinfo .detail_box .wraningLink .icon{
        background-image: url(../images/icon/help@2x.png);
        background-size: 20px 20px;
    }
    .shareBox .iconSuc{
        background-image: url(../images/icon/icons_new@2x.png);
        background-size: 150px 608px;
    }
    .errorMsg .buttonArea input{
        background-image: url(../images/icon/icon_whiteArrow_light_left@2x.png);
        background-size: 18px 14px;
    }
    .section .banner .slide_prev,
    .section .banner .slide_next{
        background-image: url(../images/icon/icon_slide@2x.png);
        background-size: 80px 80px;
    }
    .mobileGuide .iconGooglePlay{
        background-image: url(../images/icon/icon_googleplay@2x.png);
        background-size: 18px 20px;
    }
    .mobileGuide .iconAppStore{
        background-image: url(../images/icon/icon_appstore@2x.png);
        background-size: 13px 22px;
    }
    .tagG,
    .tagSale15,
    .tagDay2{
        background-image: url(../images/tag@2x.png);
        background-size: 330px 120px;
    }
    .backen .iconNewegg,.backTo .iconNewegg{
        background: url("../images/icon/icon_Newegg@2x.png");
        background-size:114px 77px;
    }
	.backen .iconNeweggCA,.backTo .iconNeweggCA{
		background: url("../images/icon/icon_NeweggCA@2x.png");
        background-size: 114px 77px;
	}
    .backen .iconNutrend,.backTo .iconNutrend{
        background: url("../images/icon/icon_Nutrend@2x.png");
        background-size:105px 77px;
    }
    .footer a.icon_qq {
        background-position: 0 -374px;
    }
    .icon_qq {
        background-position: 0 -405px;
    }
}

.keyMsg{
	position:fixed;
	top:30%;
	left:30%;
	padding:30px;
	z-index:10000000;
	display: none;
	background-color:white;
}

.keyMsg .title{
	/*height:40px;
	font-size:30px;
	margin-bottom: 20px;
	color:#0d0d0d;
	border-bottom: 1px solid #ebebeb;
	font:24px/28px "Open Sans Condensed",Helvetica,Arial,sans-serif;*/
}
.keyMsg .close{
	/*position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	background: url("../images/icon/icons_new.png") no-repeat scroll;
	background-position: -120px -10px;*/
}
.keyMsg .one{
	float:left;
	width:240px;
}
.keyMsg .one dt{
	color:#0d0d0d;
	margin-bottom: 20px;
}
.keyMsg .one dd{
	position: relative;
	height:36px;
	line-height: 36px;
	margin-bottom: 20px;
}
.keyMsg .one dd .icon{
	float:left;
	height: 36px;
	min-width: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #0d0d0d;
	color:white;
	border-radius: 3px;
}
.keyMsg .one dd .mark{
	float:left;
	height: 36px;
	line-height: 36px;
	width: 20px;
	text-align: center;
}
.keyMsg .one dd .info{
	position: absolute;
	top:0;
	left:112px;
	color:#7f7f7f;
	text-align: left;
}
.keyMsg .icon.w46{
	width: 46px;
}
.keyMask .icon.w46{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100000;
	width: 100%;
	background-color: #0D0D0D;
	opacity: 0;
}
