﻿/* Product
--------------------------------------------------------------------------------*/
/* Product List */
#product .side-nav {
	float: left;
	width: 230px;
}
#product .item-list {
	margin-left: 245px;
}
#ad-banner,
#store-banner {
	position: relative;
	margin-bottom: 15px;
}
#store-banner img {
	margin: 0 auto;
}
#ad-banner .swiper-container,
#ad-banner .swiper-slide,
#ad-banner .btn-swipe a {
	height: 88px;
}
#ad-banner .btn-swipe {
	position: absolute;
	z-index: 99;
}
#ad-banner .btn-swipe.btn-prev {
	left: 0;
	top: 0;
	margin: 0 10px;
}
#ad-banner .btn-swipe.btn-next {
	right: 0;
	top: 0;
	margin: 0 10px;
}
#ad-banner .pagination-swipe {
	position: absolute;
	left: 50%;
	bottom: 10px;
	z-index: 99;
}
.side-nav .cell {
	margin-bottom: 15px;
}
.side-nav .cell h3 {
	padding: 8px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	background: #888;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.side-nav .cell h4 {
	padding: 8px 15px;
	background: #F8F8F8;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.side-nav .cell .outer {
	border: 1px solid #DDD;
	border-top: 0;
}
.side-nav .cell .inner {
	padding: 5px 15px 10px 15px;
}
.side-nav .cell .list-group {
	margin: 0;
}
.side-filter .power-search {
	margin-left: 44px;
	padding: 10px 0;
}
.side-filter .power-search .btn {
	width: 110px;
	text-align: center;
}
.side-filter .inner {
	max-height: 142px;
	overflow-y: auto;
}
.side-filter .list-group {
	zoom: 1;
}
.side-filter .list-group.featured {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #EAEAEA;
}
.side-filter .list-group:after {
	content: "";
	display: table;
	clear: both;
}
.side-filter .list-group li {
	float: left;
	width: 100%;
	max-height: 36px;
	overflow: hidden;
}
.side-filter .list-group li a {
	float: left;
	padding-left: 22px;
	max-height: 35px;
	overflow: hidden;
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -245px;
	border-bottom: 0;
}
.side-filter .list-group li a:hover {
	color: #F90;
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -377px;
}
.side-filter .list-group li .selected {
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -285px;
}
.side-filter .list-group li .selected:hover {
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -417px;
}
.side-filter .list-group li a label {
	cursor: pointer;
}
.side-filter .list-group li a label span {
	display: none;
}
.side-filter .list-group .item-filter-loading {
	height: 18px;
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-loading-sm.gif) no-repeat center;
}
.side-filter .icon-rating-sm strong {
	margin-right: 4px;
	font-weight: normal;
}
.item-control {
	margin-bottom: 15px;
	border: 1px solid #DDD;
	border-bottom: 0;
	overflow: hidden;
}
.item-control.fixed {
	position: fixed;
	top: 0;
	z-index: 999;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 9px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 3px 9px rgba(0,0,0,0.2);
	-o-box-shadow: 0 3px 9px rgba(0,0,0,0.2);
	box-shadow: 0 3px 9px rgba(0,0,0,0.2);
}
.item-control .form-control {
	margin-bottom: 0;
}
.item-control .item-action {
	padding: 8px;
	background: #F8F8F8;
	border-bottom: 1px solid #DDD;
}
.item-control .item-action .btn {
	margin-bottom: 0;
}
.item-control .item-search {
	float: left;
	margin-right: 15px;
}
.item-control .item-search .form-control {
	width: 130px;
}
.item-control .item-sold {
	float: left;
}
.item-control .item-sold .title {
	float: left;
	margin: 4px 8px 0 0;
}
.item-control .item-sold .form-checkbox {
	float: left;
	margin: 4px 0 0 0;
}
.item-control .item-display {
	float: right;
}
.item-control .item-sort,
.item-control .item-view {
	float: left;
}
.item-control .item-view {
	margin: 0 3px 0 15px;
}
.item-control .item-sort label,
.item-control .item-view label {
	float: left;
	margin: 4px 8px 0 0;
}
.item-control .item-view-grid,
.item-control .item-view-row {
	float: left;
	margin-top: 3px;
	width: 18px;
	height: 18px;
	border: 1px solid #AAA;
	background-image: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-view.png);
	background-repeat: no-repeat;
}
.item-control .item-sort .form-control {
	float: left;
}
.item-control .item-view-grid {
	background-position: left top;
}
.item-control .item-view-row {
	margin-left: 5px;
	background-position: -18px top;
}
.item-control .item-view-grid:hover {
	background-position: -36px top;
}
.item-control .item-view-row:hover {
	background-position: -54px top;
}
.item-control .item-view-grid.active {
	background-position: -72px top;
}
.item-control .item-view-row.active {
	background-position: -90px top;
}
.item-control .item-filter {
	padding: 8px;
	padding-top: 0;
	background: #FFF;
	border-bottom: 1px solid #DDD;
}
.item-control .item-filter .btn {
	margin-top: 8px;
}
.item-control .item-filter-selected {
	float: left;
	margin: 8px 8px 0 0;
	padding: 3px 9px;
	background: #E6EFF6;
	border: 1px solid #BBD2EF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.item-control .item-filter-selected span {
	float: left;
	white-space: nowrap;
}
.item-control .item-filter-selected .icon-remove {
	margin: 2px 0 0 8px;
}
.item-page {
	float: left;
	margin: 5px 0 20px 0;
	width: 100%;
	overflow: hidden;
}
.item-page .pagination {
	position: relative;
	left: 50%;
	float: left;
}
.item-page .pagination li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0 5px;
}
.item-list .alert {
	text-align: center;
}
.item-list .alert strong {
	margin-right: 8px;
	font-size: 16px;
}
.item-list .item-list-warp {
	float: left;
	width: 100%;
}
.item-list .items {
	position: relative;
	margin-bottom: 15px;
	border-bottom: 1px solid #EAEAEA;
}
.item-list .items:hover .item-desc a {
	border-bottom: 1px solid #F90;
}
.item-list .item-img {
	position: relative;
	margin-bottom: 10px;
	height: 160px;
}
.item-list .item-img img {
	margin: 0 auto;
	height: 100%;
}
.item-list .item-compare {
	margin-bottom: 5px;
	zoom: 1;
}
.item-list .item-compare .inner {
	position: relative;
	left: 50%;
	float: left;
}
.item-list .item-compare-box {
	position: relative;
	float: left;
	left: -50%;
}
.item-list .item-compare .item-compare-select {
	position: relative;
	float: left;
	margin: 4px 2px 4px 0;
	width: 16px;
	height: 16px;
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -245px;
	border-bottom: 0;
}
.item-list .item-compare .item-compare-select:hover {
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -377px;
}
.item-list .item-compare .item-compare-select.selected {
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -285px;
}
.item-list .item-compare .item-compare-select.selected:hover {
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -417px;
}
.item-list .item-compare .item-compare-btn {
	position: relative;
	left: -50%;
	float: left;
	padding: 3px 5px;
	background: #FFF;
	border: 1px solid transparent;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.item-list .item-compare .item-compare-btn:hover {
	border: 1px solid #DEDEDE;
}
.item-list .item-compare .item-compare-btn.btn-disabled:hover {
	border: 1px solid transparent;
}
.item-list .item-desc {
	margin-bottom: 5px;
	overflow: hidden;
	font-size: 13px;
	font-weight: bold;
	font-weight: normal;
}
.item-list .item-desc a {
	border-bottom: 1px solid transparent;
}
.item-list .item-promo {
	margin-bottom: 10px;
	height: 36px;
	overflow: hidden;
	color: #F80;
}
.item-list .item-promo-red {
	color: #C00;
}
.item-list .item-promo-green {
	color: #728900;
}
.item-list .item-bullet {
	height: 48px;
}
.item-list .item-bullet,
.item-list .item-featured,
.product-details .item-bullet {
	margin-bottom: 10px;
	font-size: 12px;
	color: #666;
}
.item-list .item-bullet li,
.item-list .item-featured li,
.product-details .item-bullet li {
	padding-left: 10px;
	height: 16px;
	overflow: hidden;
	background: url(https://ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-bullet.png) no-repeat left center;
	white-space: nowrap;
}
.product-details .item-bullet li {
	height: auto;
	white-space: normal;
}
.item-list .item-featured li {
	height: auto;
	white-space: normal;
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-bullet.png) no-repeat left 6px;
}
.item-list .item-featured {
	margin-bottom: 0;
}
.item-list .item-featured label {
	margin-right: 5px;
	font-weight: bold;
}
.item-list .item-rating {
	margin-bottom: 10px;
	zoom: 1;
}
.item-list .item-compare:after,
.item-list .item-rating:after,
.item-list .item-price:after {
	content: "";
	display: table;
	clear: both;
}
.item-list .item-save {
	overflow: hidden;
}
.item-list .item-save span {
	color: #C00;
}
.item-list .item-price {
	margin-bottom: 3px;
	zoom: 1;
}
.item-list .item-price-was {
	font-size: 12px;
	color: #666;
	text-decoration: line-through;
}
.item-list .item-price-now {
	font-size: 20px;
	font-weight: bold;
}
.item-list .item-price-now .item-map-price {
	display: block;
	font-size: 13px;
}
.item-list .item-price-now span {
	/*font-size: 12px;
	font-weight: normal;*/
}
.item-list .item-membership {
	margin-top: 5px;
	width: 20px;
	height: 19px;
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-membership.png) no-repeat left -25px;
}
.item-list .item-shipping {
	overflow: hidden;
	color: #728900;
}
.item-list .item-qty-price td {
	font-size: 12px;
	color: #666;
	border-bottom: 1px solid #EAEAEA;
}
.item-list .item-rebate {
	margin-bottom: 3px;
	overflow: hidden;
	font-size: 12px;
}
.item-list .item-rebate strong {
	color: #012D6B;
}
.item-list .item-seller {
	overflow: hidden;
}
.item-list .item-md-pick {
	position: absolute;
	left: 0;
	top: -30px;
	float: left;
	width: 24px;
	height: 72px;
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-badge.png) no-repeat left top;
}
.item-list .item-free-shipping {
	position: absolute;
	right: 0;
	bottom: 0;
	float: left;
	width: 54px;
	height: 54px;
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-badge.png) no-repeat left -77px;
}
.item-list .item-combo {
	position: absolute;
	left: 0;
	bottom: 0;
	float: left;
	width: 80px;
	height: 60px;
	border: 1px solid #DDD;
}
.item-compare-box #popover-compare .popover {
	top: 50%;
	right: 25px;
	left: auto;
}
.item-comapre-box #popover-compare {
	position: absolute;
	bottom: 100px;
}
#popover-compare,
#popover-combo {
	display: none;
}
#popover-compare h3,
#popover-combo h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #EAEAEA;
	white-space: nowrap;
}
#popover-compare .popover-content,
#popover-combo .popover-content  {
	padding-top: 10px;
}
#popover-compare .btn-group,
#popover-combo .btn-group {
	width: 280px;
}
#popover-compare .btn-group .btn,
#popover-combo .btn-group .btn {
	float: right;
	margin-left: 8px;
}
#popover-compare .items-compare,
#popover-combo .items-combo {
	width: 280px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EAEAEA;
}
#popover-compare .items-compare .item-compare-img,
#popover-combo .items-combo .item-combo-img {
	float: left;
}
#popover-compare .items-compare .item-compare-img img,
#popover-combo .items-combo .item-combo-img img {
	float: left;
	margin-top: 3px;
	width: 40px;
}
#popover-compare .items-compare .item-compare-desc,
#popover-combo .items-combo .item-combo-desc {
	margin: 0 24px 0 50px;
	height: 36px;
	overflow: hidden;
}
#popover-compare .items-compare .icon-remove,
#popover-combo .items-combo .icon-remove {
	float: right;
	margin-top: 11px;
}
#popover-combo .item-combo-total {
	margin-top: 10px;
}
#popover-combo .item-combo-total strong {
	float: left;
	margin-top: 5px;
}
#popover-combo .item-combo-total .item-price-now {
	float: right;
	font-size: 20px;
    font-weight: bold;
}
#popover-combo .item-combo-total .item-map-price {
	font-size: 13px;
}
#popover-combo .item-combo-total .item-price-was .pull-right {
	text-decoration: line-through;
}
#popover-combo .item-combo-total .item-price-save .pull-right {
	color: #C00;
}
#popover-combo .item-combo-total .group {
	clear: both;
	padding-top: 5px;
}
#popover-combo .item-combo-list {
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}
#popover-combo .item-combo-list .items-combo:last-child {
	margin-bottom: 0;
}

/* Product List Grid View */
.item-list-grid .items {
	padding: 15px;
	height: 475px;
}
.item-list-grid .item-desc {
	height: 54px;
}
.item-list-grid .item-featured {
	display: none;
}
.item-list-grid .item-rating {
	height: 16px;
}
.item-list-grid .item-save {
	height: 18px;
}
.item-list-grid .item-price-was {
	height: 16px;
}
.item-list-grid .item-price-now {
	float: left;
	height: 28px;
}
.item-list-grid .item-price-now .item-map-price {
	margin-top: 4px;
}
.item-list-grid .item-membership {
	float: left;
	margin-left: 10px;
}
.item-list-grid .item-shipping {
	height: 18px;
}
.item-list-grid .item-rebate {
	height: 16px;
}
.item-list-grid .item-seller {
	height: 18px;
}
/* Product List Row View */
.item-list-row .col-3 {
	width: 100%;
}
.item-list-row .items {
	padding: 15px 195px 30px 248px;
	height: auto;
	zoom: 1;
}
.item-list-row .items:after {
	content: "";
	display: table;
	clear: both;
}
.item-list-row .item-group-left {
	float: left;
	margin: 0 0 0 -248px;
	padding-left: 15px;
	width: 218px;
}
.item-list-row .item-group-right {
	float: right;
	margin: 0 -195px 0 0;
	padding-right: 15px;
	width: 170px;
	text-align: right;
}
.item-list-row .item-gorup-center {
	float: left;
	width: 100%;
	overflow: hidden;
}
.item-list-row .item-price-now {
	float: right;
}
.item-list-row .item-membership {
	float: right;
	margin-left: 0;
	margin-right: 10px;
}
.item-list-row .item-desc, .item-list-row .item-promo, .item-list-row .item-price-was, .item-list-row .item-price-now, .item-list-row .item-rebate, .item-list-row .item-seller {
	height: auto;
}
.item-list-row .item-bullet {
	display: none;
}
.item-list-row .item-featured {
	display: block;
}
.seo-content {
	margin: 20px 0;
	border: 1px solid #DDD;
}
.seo-content h3 {
	padding: 10px 15px;
	border-bottom: 1px solid #DDD;
	overflow: hidden;
	background: #F8F8F8;
	font-size: 16px;
}
.seo-content .inner {
	padding: 30px;
}
.seo-content h4 {
	margin-bottom: 10px;
	font-size: 16px;
}
.seo-content h5 {
	margin-bottom: 8px;
}
.seo-content .section {
	padding-bottom: 15px;
}
.seo-content .section p {
	margin-bottom: 15px;
}
.seo-content .col-left h4,
.seo-content .col-left h5,
.seo-content .col-left p {
	margin-right: 15px;
}
.seo-content .col-right h4,
.seo-content .col-right h5,
.seo-content .col-right p {
	margin-left: 15px;
}
/* Product Details */
.product-details {
	padding: 0 315px;
}
.product-details .item-gallery {
	float: left;
	margin-left: -315px;
	width: 300px;
}
.product-details .item-img-info {
	margin-bottom: 5px;
}
.product-details .logo-brand {
	float: right;
	border-bottom: 0;
}
.product-details .item-img {
	margin-bottom: 15px;
}
.product-details .item-img img {
	width: 100%;
}
.product-details .item-thumb {
	overflow: hidden;
}
.product-details .item-thumb ul {
	position: relative;
	left: 50%;
	float: left;
}
.product-details .item-thumb li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0 2px;
}
.product-details .item-thumb li a {
	display: block;
	padding: 2px;
	border: 1px solid #DDD;
}
.product-details .item-thumb li a.active,
.product-details .item-thumb li a:hover {
	display: block;
	padding: 2px;
	border: 1px solid #F90;
}
.product-details .item-thumb li a img {
	width: 35px;
	height: auto;
}
.product-details .item-thumb li a.item-tour {
	padding: 2px 9px 3px 9px;
	font-size: 18px;
}
.product-details .item-thumb li a.item-thumb-more {
	padding: 4px 9px 8px 9px;
	font-weight: bold;
}
.product-details .item-social {
	margin-top: 30px;
}
.product-details .item-social label {
	float: left;
}
.product-details .item-social ul {
	position: relative;
	left: 50%;
	float: left;
}
.product-details .item-social li {
	position: relative;
	left: -50%;
	float: left;
}
.product-details .item-social li a {
	float: left;
	margin-left: 15px;
	width: 16px;
	height: 16px;
	overflow: hidden;
	border-bottom: 0;
}
.product-details .item-product,
.product-details .item-group {
	float: left;
	width: 100%;
}
.product-details .item-desc {
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 1.3;
}
.product-details .item-code {
	margin-bottom: 5px;
	color: #666;
	font-size: 12px;
}
.product-details .item-code .item-open-market {
	display: inline-block;
    margin-right: 8px;
    padding: 3px 5px;
    color: #012D6B;
    font-weight: bold;
    background: #E6EFF6;
    border: 1px solid #BBD2EF;
    border-radius: 3px;
}
.product-details .item-code em {
	padding: 0 8px;
	color: #888;
}
.product-details .item-promo {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #F80;
}
.product-details .item-rating {
	margin-bottom: 5px;
	overflow: hidden;
}
.product-details .item-rating em {
	float: left;
	padding: 0 8px;
	color: #888;
}
.product-details .item-rating .item-write-review {
	float: left;
}
.product-details .item-info {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #EAEAEA;
	overflow: hidden;
}
.product-details .item-price-now {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	font-size: 28px;
	font-weight: bold;
}
.product-details .item-product .item-map-price {
	font-size: 16px;
	font-weight: bold;
}
.product-details .item-price-info {
	float: left;
	margin-top: 6px;
	font-size: 12px;
}
.product-details .item-price-was {
	color: #666;
	text-decoration: line-through;
}
.product-details .item-price-save {
	color: #C00;
}
.product-details .item-my-price {
    display: inline-block;
	position: relative;
    margin-bottom: 10px;
	padding: 5px 10px;
    background: #012D6B;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.product-details .item-my-price:after,
.product-details .item-my-price:before {
    position: absolute;
    left: 50%;
	bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
}
.product-details .item-my-price:after {
    margin-left: -4px;
	border-color: rgba(1, 45, 107, 0);
    border-bottom-color: #012D6B;
    border-width: 4px;
}
.product-details .item-my-price:before {
    margin-left: -5px;
    border-color: rgba(1, 45, 107, 0);
    border-bottom-color: #012D6B;
    border-width: 5px;
}
.product-details .item-my-price .fa,
.product-details .item-my-price span {
	color: #F80;
}
.product-details .item-my-price a {
    color: #FFF;
    border-bottom: 0;
}
.product-details .item-rewards {
	margin-bottom: 5px;
	font-weight: bold;
}
.product-details .item-rewards label {
	float: left;
	margin-right: 6px;
	padding: 0px 5px 1px 5px;
	background: #F90;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.product-details .item-rewards .item-rewards-info {
	float: left;
	margin-top: 1px;
}
.product-details .item-rewards .popover * {
	font-weight: normal;
}
.product-details .item-rewards .item-rewards-info strong {
	color: #F80;
}
.product-details .item-rebate-price {
	margin-bottom: 5px;
}
.product-details .item-rebate-price strong {
	color: #012D6B;
}
.product-details .item-stock {
	margin-bottom: 5px;
}
.product-details .item-stock .img-tooltip {
	border-bottom: 0;
}
.product-details .item-stock .popover p {
	font-weight: normal;
}
.product-details .item-stock-note {
	color: #C00;
}
.product-details .item-mkt {
	padding: 5px 10px;
	background: #FFF;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.product-details .item-seller label {
	display: block;
	font-weight: bold;
}
.product-details .img-tooltip .fa {
	color: #666;
}
.product-details .img-tooltip .fa:hover {
	color: #000;
}
.product-details .item-seller .img-tooltip {
	margin-right: 5px;
	border-bottom: 0;
}
.product-details .item-global-seller,
.product-details .item-gmc-seller {
	margin-top: 5px;
	cursor: default;
}

.seller-modal .item-global-seller,
.seller-modal .item-gmc-seller {
	margin-bottom: 5px;
	cursor: default;
}
.seller-modal .item-global-seller .fa,
.product-details .item-global-seller .fa {
	float: left;
	margin: 1px 5px 0 0;
	font-size: 16px;
	color: #012D6B;
}
.seller-modal .item-gmc-seller span,
.product-details .item-gmc-seller span {
	float: left;
	margin: 4px 5px 0 0;
    width: 52px;
    height: 10px;
    background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-gmc.png) no-repeat;
}
.product-details .item-shipped {
	margin-top: 5px;
}
.product-details .item-shipped label {
	font-weight: bold;
}
.product-details .item-shipped .img-tooltip {
	border-bottom: 0;
}
.product-details .item-seller .img-tooltip img,
.product-details .item-shipped .img-tooltip img {
	display: inline;
	margin-left: 2px;
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -325px;
	vertical-align: bottom;
}
.product-details .item-seller .icon-rating-seller {
	float: none;
}
.product-details .item-release {
	margin-top: 5px;
	font-weight: bold;
}
.product-details .item-qty-price {
	width: 200px;
}
.product-details .item-qty-price h3 {
	margin-bottom: 5px;
}
.product-details .item-qty-price td {
	font-size: 12px;
	padding: 5px 0;
	color: #666;
	border-bottom: 1px solid #EAEAEA;
}
.product-details .item-action {
	float: right;
	margin-right: -295px;
	width: 280px;
}
.product-details .item-status {
	padding: 6px 10px;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
}
.product-details .item-status-green {
	background: #728900;
}
.product-details .item-status-red {
	background: #C00;
}
.product-details .item-status-orange {
	background: #F90;
}
.product-details .item-status .icon-tooltip {
	margin-top: 4px;
}
.product-details .item-status a {
	border-bottom: 0;
}
.product-details .item-status .fa {
	margin-left: 5px;
	color: #000;
    opacity: 0.6;
	border-bottom: 0;
}
.product-details .item-status a:hover .fa {
	opacity: 1;
}
.product-details .item-status .popover {
	font-size: 13px;
	color: #333;
	font-weight: normal;
}
.product-details .item-status .popover h4 {
	margin-bottom: 10px;
	font-size: 16px;
}
.product-details .item-status .popover .list-group-bullet {
	margin-top: 0;
}
.product-details .item-status .popover .list-group-bullet {
	margin: 0 0 10px 0;
}
.product-details .item-pane  {
	padding: 10px;
	padding-bottom: 0;
	background: #F3F3F3;
	border: 1px solid #DDD;
}
.product-details .item-order-history,
.product-details .item-log-on {
	margin-bottom: 15px;
}

#biz .product-details .item-pane .alert {
    display: block;
	margin-bottom: 10px;
}

.product-details .item-pane .alert {
	margin-bottom: 10px;
}
.product-details .item-pane .alert .msg {
	padding: 5px 10px;
}
.product-details .item-pane .alert .img-tooltip .fa {
	cursor: pointer;
}
.product-details .item-pane .alert .popover * {
	color: #333;
}
.product-details .item-pane .btn-group-xs {
	margin: 10px 0;
}
.product-details .item-qty {
	margin: 10px 0;
    padding-top: 10px;
    border-top: 1px solid #DDD;
}
.product-details .item-qty label {
	float: left;
	margin: 4px 8px 0 0;
}
.product-details .item-qty .form-control {
	float: left;
	width: 38px;
}
.product-details .item-qty div.form-control {
	position: relative;
	padding: 0;
	width: 60px;
	overflow: hidden;
}
.product-details .item-qty div.form-control input {
	padding: 8px;
	width: 28px;
	border: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.product-details .item-qty .item-qty-btn {
	position: absolute;
	display: block;
	width: 17px;
	height: 17px;
	line-height: 16px;
	text-align: center;
	color: #666;
	border: 1px solid #CCC;
	background: #FFF;
}
.product-details .item-qty .item-qty-btn:hover {
	background: #F3F3F3;
}
.product-details .item-qty .item-qty-plus {
	right: -1px;
	top: -1px;
	border-radius: 0 3px 0 0;
}
.product-details .item-qty .item-qty-minus {
	right: -1px;
	bottom: -1px;
	border-radius: 0 0 3px 0;
}
.product-details .item-qty .popover, #modal-sellers .popover, #mini-bar .popover, #item-warranty-content .popover, .product-details .item-frequnency .popover {
	max-width: 400px;
}
#mini-bar .popover {
    margin-top: 46px;
}
#mini-bar .popover .arrow {
    margin-top: -52px;
}
.product-details .item-qty .popover-content .intermediate-popover .btn-group {
	margin-left: 0;
}
.product-details .item-qty .btn-group {
	margin-left: 70px;
}
.product-details .item-qty .btn-group-lg {
	margin-left: 0;
}
.product-details .item-qty .btn-group .btn-cart {
	width: 164px;
	padding: 8px 10px;
}
.product-details .item-qty .btn-group-lg .btn-cart {
	width: 236px;
}
.product-details .item-qty .btn-group .btn-error {
	color: #C00;
	background: #FFF;
	border: 1px solid #FFF;
	cursor: default;
}

.product-details .item-pane .btn-cart {
	width: 244px;
	text-align: center;
}
.product-details .item-pane .btn-text,
.product-details .item-pane .btn-text:hover {
	color: #C00;
	background: #FFF;
	border: 1px solid #DDD;
	cursor: default;
}
.product-details .btn-group-xs .btn-to-buy {
	float: left;
	margin-bottom: 8px;
	width: 110px;
}
.product-details .btn-group-xs .btn-price-alert {
	float: right;
	margin-bottom: 8px;
	width: 100px;
}
.product-details .btn-group-xs .btn-to-buy.btn-block,
.product-details .btn-group-xs .btn-price-alert.btn-block {
	width: 238px;
	text-align: center;
}
.product-details .btn-group-xs .btn-compare {
	position: relative;
	margin: 0 auto;
	width: 118px;
	clear: both;
}
.product-details .btn-group-xs .btn-compare input {
	float: left;
    margin: 3px 0 0 0;
}
.product-details .btn-group-xs .btn-compare label {
	display: block;
    margin-left: 20px;
    cursor: pointer;
}
.product-details .btn-group-xs .btn-compare #popover-compare .popover {
    top: 50%;
    right: 126px;
    left: auto;
}
.product-details .item-option {
	margin-top: 20px;
	border-top: 1px solid #EAEAEA;
	overflow: hidden;
}
.product-details .item-option h3 {
	margin-top: 15px;
}
.product-details .item-option h3 span {
	font-weight: normal;
}
.product-details .item-option-tile li {
	float: left;
	margin: 8px 8px 0 0;
	border: 1px solid transparent;
	background: #F3F3F3;
}
.product-details .item-option-tile li a {
	display: block;
	float: left;
	padding: 8px 12px;
	border: 0;
}
.product-details .item-option-tile li:hover,
.product-details .item-option-tile li.selected {
	border: 1px solid #012D6B;
	cursor: pointer;
}
.product-details .item-option-tile li.disabled {
	filter: alpha(opacity=30);
	-khtml-opacity: 0.3;
    -moz-opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
	opacity: 0.3;
}
.product-details .item-option-tile li.disabled:hover {
	border: 1px solid #CCC;
}
.product-details .item-option-tile li.disabled a {
	color: #333;
}
.product-details .item-option-tile li.selected a {
	color: #FFF;
	background: #012D6B;
}
.product-details .item-option-color li {
	padding: 2px;
	background: none;
}
.product-details .item-option-color li a {
	width: 0;
	height: 8px;
    border: 1px solid #CCC;
}
.product-details .item-option-color li.black a {
	background: #333;
}
.product-details .item-option-color li.blue a {
	background: #369;
}
.product-details .item-option-color li.green a {
	background: #728900;
}
.product-details .item-option-color li.red a {
	background: #C00;
}
.product-details .item-option-color li.gray a {
	background: #CCC;
}
.product-details .item-option-color li.white a {
	background: #FFF;
}
.product-details .item-option-select .form-control {
	margin-top: 8px;
}
.product-details ul.item-bullet {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #EAEAEA;
}
.product-details ul.item-bullet li {
	margin: 5px 0;
	font-size: 14px;
	color: #333;
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-bullet.png) no-repeat left 8px;
	overflow: visible;
}
.product-details .item-msg-info {
	margin-top: 20px;
}
.product-details .item-sub {
    padding: 15px 0 0 0;
    overflow: hidden;
}
.product-details .item-sub.item-sub-top {
    padding: 0 0 15px 0;
}
.product-details .item-sub .item-sub-title {
	padding-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    border-bottom: 1px solid #EAEAEA;
}
.product-details .item-sub .item-sub-wrap {
	margin: 15px 0;
}
.product-details .item-sub .item-sub-image {
    float: left;
    width: 60px;
    text-align: center;
}
.product-details .item-sub .item-sub-image img {
    display: block;
    width: 100%;
}
.product-details .item-sub .item-sub-image a {
	border-bottom: 0;
}
.product-details .item-sub .item-sub-image .fa {
	font-size: 42px;
}
.product-details .item-sub .item-sub-content {
    margin-left: 75px;
    padding-top: 3px;
}
.product-details .item-sub .item-sub-desc {
	margin-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-details .item-sub .item-sub-desc a {
	border-bottom: 0;
}
.product-details .item-sub .item-sub-desc a:hover {
	border-bottom: 1px solid #F90;
}
.product-details .item-sub .item-sub-price {
	font-size: 14px;
	font-weight: bold;
}
.product-details .item-sub .item-sub-info em {
    padding: 0 8px;
    color: #888;
}
.product-details .item-configuration {
    padding: 15px 0 0 0;
}
.product-details .item-configuration .item-configuration-title {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    border-bottom: 1px solid #EAEAEA;
}
.product-details .item-configuration .swiper-prev, .product-details .item-configuration .swiper-next {
    display: inline-block;
    margin-left: 3px;
    color: #333;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 0;
    cursor: pointer;
}
.product-details .item-configuration .swiper-prev:hover, .product-details .item-configuration .swiper-next:hover {
    color: #012D6B;
}
.product-details .item-configuration .swiper-btns  {
	position: relative;
    float: right;
    display: block;
    height: 30px;
}
.product-details .item-configuration .swiper-pagination-bullet  {
	margin-left: 3px;
	width: 6px;
    height: 6px;
}
.product-details .item-configuration .swiper-pagination-bullet-active {
    background: #333;
}
.product-details .item-configuration .swiper-pagination  {
    position: absolute;
    top: 2px;
    right: 50px;
}
.product-details .item-configuration .swiper-pagination-switch {
    left: 0;
}
.product-details .item-configuration .item-configuration-content {
    position: relative;
    margin: 15px 0;
}
.product-details .item-configuration .item-configuration-main {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    float: left;
}
.product-details .item-configuration .item-configuration-main img {
    display: block;
    float: left;
    width: 60px;
}
.product-details .item-configuration .item-configuration-main .fa {
    float: left;
    margin: 16px 14px 0 14px;
    color: #333;
    font-style: normal;
}
.product-details .item-configuration .item-configuration-list {
    margin-left: 100px;
}
.product-details .item-configuration .item-configuration-list li {
    display: inline-block;
    margin: 5px 5px 5px 0;
}
.product-details .item-configuration .item-configuration-list li span {
    display: block;
    padding: 2px;
    max-width: 210px;
    font-size: 13px;
    color: #333;
    border: 1px solid #CCC;
    background: #F3F3F3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-details .item-configuration .item-configuration-visual li span {
    background: #FFF;
    border: 1px solid #CCC;
}
.product-details .item-configuration .item-configuration-visual li span img {
    display: block;
    width: 48px;
    height: 36px;
}
.product-details .item-configuration .item-configuration-cta span {
    border-bottom: 1px solid #transparent;
}
.product-details .item-configuration .item-configuration-visual:hover .item-configuration-cta span {
    border-bottom: 1px solid #F90;
}
.product-details .item-rebate {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #DDD;
}
.product-details .item-rebate p {
	margin-bottom: 5px;
}
.product-details .item-rebate .icon {
	border-bottom: 0;
}
.product-details .item-rebate .icon span {
	border-bottom: 1px solid #CCC;
}
.product-details .item-rebate .icon:hover span {
	border-bottom: 1px solid #F90;
}
.product-details .item-addon {
	margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #DDD;
}
.product-details .item-addon .item-addon-inner {
	padding: 10px;
	background: #FFF;
	-webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.product-details .item-addon .form-select-block {
    display: inline-block;
    position: relative;
    width: 100%;
    white-space: nowrap;
}
.product-details .item-addon .form-select-block > select {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.product-details .item-addon .form-select-name {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 8px 80px 8px 8px;
    height: 34px;
    box-sizing: border-box;
    border: 1px solid #DDD;
    background: #FFF;
    vertical-align: middle;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.product-details .item-addon .form-select-name + .fa {
    position: absolute;
    right: 8px;
    line-height: 36px;
}
.product-details .item-addon .form-select-name span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-details .item-addon .form-select-name strong {
    position: absolute;
    top: 7px;
    right: 30px;
}
.product-details .item-addon .item-addon-title {
    padding: 5px 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    background: #666;
}
.product-details .item-addon .item-addon-wrap {
	margin-bottom: 10px;
}
.product-details .item-addon .item-addon-wrap .fa-plus {
    float: left;
    margin: 19px 8px 0 8px;
}
.product-details .item-addon .item-addon-wrap .item-addon-main {
	padding: 3px;
    height: 45px;
    width: 60px;
}
.product-details .item-addon .item-addon-main {
    float: left;
}
.product-details .item-addon .item-addon-plus {
    float: left;
}
.product-details .item-addon .item-addon-plus-img {
	position: relative;
	padding: 2px;
	float: left;
	border: 1px solid #DDD;
	background: #FFF;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    height: 45px;
}
.product-details .item-addon .item-addon-plus-img img {
	width: 60px;
}
.product-details .item-addon .item-addon-plus-img .item-addon-remove {
	position: absolute;
	right: -6px;
	top: -6px;
	width: 12px;
	height: 12px;
	color: #FFF;
	background: #666;
	border-radius: 100px;
	cursor: pointer;
}
.product-details .item-addon .item-addon-plus-img .fa {
	display: block;
	margin: 0 0 0 2px;
	color: #FFF;
	font-size: 10px;
}
.product-details .item-addon .item-addon-plus-img .item-addon-remove:hover {
	background: #C00;
}
.product-details .item-addon .item-addon-plus-img img {
	display: block;
}
.product-details .item-addon .item-addon-plus-img.is-empty {
	border: 1px solid transparent;
}
.product-details .item-addon .item-addon-plus-img.is-empty img {
	width: 60px;
	height: 45px;
}
.product-details .item-addon .item-addon-plus-img.is-empty .item-addon-remove {
	display: none;
}
.product-details .item-addon .item-addon-info {
    margin: 0 0 10px 0;
}
.product-details .item-addon .item-addon-info .item-addon-info-title {
    color: #012D6B;
    border-bottom: 1px solid transparent;
}
.product-details .item-addon .item-addon-info .item-addon-info-title:hover {
    border-bottom: 1px solid #F90
}
.product-details .item-addon .item-addon-info a {
	border-bottom: 0;
}
.product-details .item-addon-option li {
	margin-top: 10px;
}
.product-details .item-addon-option li input {
	float: left;
	margin: 2px 0 0 0;
}
.product-details .item-addon-option li label strong {
	float: right;
	text-align: right;
}
.product-details .item-addon-option-content {
	margin: 0 55px 0 22px;
}
.product-details .item-service {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #DDD;
}
.product-details .item-service h3 {
	margin-bottom: 10px;
}
.product-details .item-service h3 label {
	float: left;
	font-size: 14px;
}
.product-details .item-service h3 a {
	float: right;
	margin-top: 2px;
	font-weight: normal;
	line-height: 1.2;
}
.product-details .item-service .services {
	margin-top: 8px;
}
.product-details .item-service .services input {
	float: left;
	margin: 3px 0 0 0;
}
.product-details .item-service .services label {
	display: block;
	margin-left: 20px;
	cursor: pointer;
}
.product-details .item-service .services label .img-tooltip {
	border-bottom: 0;
}
.product-details .item-service .services label .img-tooltip img {
	display: inline;
	margin-left: 2px;
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -325px;
	vertical-align: bottom;
}
.product-details .item-service .services label .popover * {
	color: #333;
}
.product-details .item-service .services label .group {
	margin-right: 55px;
	color: #666;
}
.product-details .item-service .services label strong {
	float: right;
}
.product-details .item-service .services label strong del {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: right;
}
.product-details .item-service .item-service-more {
	margin-top: 10px;
}
.product-details .item-service .item-service-more a {
	float: right;
}
.product-details .seller-pane {
	margin-top: 15px;
	border: 1px solid #DDD;
}
.product-details .seller-pane h3 {
	padding: 10px;
	background: #F3F3F3;
}
.product-details .seller-pane h3 label {
	float: left;
	font-size: 14px;
}
.product-details .seller-pane h3 a {
	float: right;
	margin-top: 2px;
	font-weight: normal;
	line-height: 1.2;
}
.product-details .seller-pane .sellers {
	padding: 10px 10px 5px 10px;
	border-top: 1px solid #DDD;
}
.product-details .seller-pane .item-seller-price {
	margin-bottom: 5px;
}
.product-details .seller-pane .item-seller-price label {
	float: left;
	color: #666;
	font-size: 12px;
}
.product-details .seller-pane .item-seller-price label strong {
	display: block;
	font-size: 14px;
	color: #333;
}
.product-details .seller-pane .item-seller-price .btn {
	float: right;
	padding: 2px 6px;
	font-size: 12px;
}
.product-details .seller-pane .item-seller-rating,
.product-details .seller-pane .item-subscription {
	margin-bottom: 5px;
}
.product-details .seller-pane .item-seller-rating .icon-rating-seller {
	float: none;
}
.product-details .seller-pane .item-seller label {
	font-weight: normal;
}
.product-desc {
	margin-top: 30px;
	clear: both;
}
.product-desc #item-features.item-list {
	margin: 0;
}
.product-desc #item-features .swipers {
	position: relative;
	padding: 0 25px;
}
.product-desc #item-features .swiper-button-prev {
	left: 0;
}
.product-desc #item-features .swiper-button-next {
	right: 0;
}
.product-desc #item-features .items {
	margin-bottom: 0;
	height: auto;
	border-bottom: 0;
}
.product-desc #item-features .item-combo-num {
	position: absolute;
	left: 15px;
	top: 0;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: bold;
    text-transform: uppercase;
	background: #EEE;
	z-index: 99;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.product-desc #item-features .btn-swipe.btn-prev {
	float: left;
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-swipe.png) no-repeat left center;
}
.product-desc #item-features .btn-swipe.btn-prev:hover {
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-swipe.png) no-repeat -30px center;
}
.product-desc #item-features .btn-swipe.btn-next {
	float: right;
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-swipe.png) no-repeat -15px center;
}
.product-desc #item-features .btn-swipe.btn-next:hover {
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-swipe.png) no-repeat -45px center;
}
.product-desc #item-features .item-features-main {
	float: left;
}
.product-desc #item-features .item-features-main img {
    float: left;
    width: 60px;
}
.product-desc #item-features .item-features-main-desc {
	float: left;
    margin: 5px 0 0 10px;
    width: 200px;
    height: 36px;
    font-size: 13px;
    overflow: hidden;
}
.product-desc #item-features .item-features-info {
	padding-top: 15px;
    margin-bottom: -5px;
	border-top: 1px solid #EAEAEA;
}
.product-desc #item-features .item-features-control {
	float: right;
	margin-top: 5px;
}
.product-desc #item-features .item-features-qty {
	position: relative;
	float: left;
	margin: 9px 20px 0 0;
}
.product-desc #item-features .item-features-qty .popover {
	top: 50%;
    right: 110px;
    left: auto;
}
.product-desc #item-features .item-features-total {
	float: left;
	margin: 4px 20px 0 0;
}
.product-desc #item-features .item-features-cta {
	float: left;
}
.product-desc #item-features .item-features-btn {
	margin-top: 15px;
}
.product-desc #item-features .item-feautres-action {
	padding-top: 15px;
    margin-bottom: -5px;
    border-top: 1px solid #EAEAEA;
	text-align: center;
}
.product-desc #item-features .item-feautres-action a {
	border-bottom: 1px solid transparent;
}
.product-desc #item-features .items .item-price-save {
	clear: both;
	color: #C00;
	font-size: 12px;
	height: 16px;
}
.product-desc #item-features .items .item-popover-content {
	display: none;
}
.product-desc #item-features #item-features-combo #popover-combo {
 	display: block;
 }
.product-desc .item-tabs {
	border-bottom: 1px solid #DDD;
}
.product-desc .item-tabs .nav-tabs {
	position: relative;
	float: left;
	border-bottom: 0;
	/*border-left: 0;*/
}
.product-desc .item-tabs .nav-tabs li {
	position: relative;
	float: left;
}
.product-desc .item-tabs .nav-tabs li.first {
	border-left: 1px solid #DDD;
}
.product-desc .item-tabs .nav-tabs li a {
	display: block;
	padding: 12px 30px 10px 30px;
	min-width: 0;
    color: #012D6B;
    font-weight: bold;
    background: #EEE;
}
.product-desc .item-tabs .nav-tabs li a span {
	padding-bottom: 0;
	border-bottom: 0;
}
.product-desc .item-tabs .nav-tabs li a:hover {
	padding-top: 10px;
    border-top: 3px solid #012D6B;
}
.product-desc .item-tabs .nav-tabs li.active a {
	padding-top: 10px;
    color: #333;
    background: #FFF;
    border-top: 3px solid #F90;
}
.product-desc .tab-content .tab-pane {
	margin-bottom: 20px;
	padding: 20px 15px;
	border: 1px solid #DDD;
	border-top: 0;
}
#product .product-combo .row {
	width: auto;
}
#product .product-combo.item-list-grid {
	margin-left: 0;
}
.product-combo.item-list-grid {
	border: 1px solid #DDD;
}
.product-combo.item-list-grid .items {
	margin-bottom: 0;
	height: auto;
}
.product-combo.item-list-grid .item-img {
	height: auto;
}
.product-combo.item-list-grid .item-img img {
	height: auto;
}
.product-combo.item-list-grid .item-price-total {
	float: left;
	width: 100%;
	margin-top: -1px;
	background: #F8F8F8;
	border-top: 1px solid #DDD;
}
.product-combo.item-list-grid .item-desc strong {
	color: #F80;
}
.product-details-lg {
	padding: 0 295px 0 0;
}
.product-details-lg .item-gallery {
	float: left;
	margin-left: 0;
	width: 45%;
}
.product-details-lg .item-group {
	float: none;
	margin-left: 48%;
	width: auto;
}
.item-price-total .list-group {
	float: right;
	margin: 10px 15px 15px 15px;
	width: 330px;
	font-weight: bold;
	text-align: right;
}
.item-price-total .list-group li {
	float: left;
	width: 100%;
}
.item-price-total .list-group .order-green {
	color: #468847;
}
.item-price-total .list-group .order-red {
	color: #C00;
}
.item-price-total .list-group label {
	float: left;
	width: 200px;
	font-weight: normal;
	color: #666;
}
.item-price-total .list-group label span {
	float: right;
}
.item-price-total .order-total, .item-price-total .order-total label {
	font-size: 16px;
	font-weight: bold;
}
.item-text-thumb {
	margin-bottom: 30px;
}
.item-text-thumb  h6 {
	margin: 0 0 5px 75px;
}
.item-text-thumb  p {
	margin: 0 0 0 75px;
}
.item-text-thumb  .text-thumb {
	margin-bottom: 20px;
}
.item-text-thumb  .text-thumb.left img {
	float: left;
	width: 60px;
}
.item-text-thumb  .text-thumb.right img {
	float: right;
	width: 60px;
}
.item-spec h4,
.item-reviews h4 {
	margin-bottom: 15px;
	font-size: 20px;
}
.item-spec h5 {
	margin-bottom: 8px;
	font-size: 16px;
}
.item-spec .popover h5 {
	margin-bottom: 5px;
}
.item-spec h5 label {
	float: left;
}
.item-spec h5 .icon-tooltip {
	margin-top: 4px;
}
.item-spec h5 .popover * {
	font-size: 13px;
	font-weight: normal;
}
.item-spec h5 .popover h5 {
	font-weight: bold;
}
.item-spec .table {
	margin-bottom: 15px;
}
.item-spec .table.no-margin {
	margin-bottom: 0;
}
.item-spec .table th {
	font-weight: normal;
	vertical-align: top;
}
.item-spec .table-w180 {
	width: 180px;
}
.item-spec .table .list-group {
	margin-top: -5px;
}
.item-warranty h4, .item-warranty h5 {
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #DDD;
}
.item-warranty .item-warranty-banner {
	margin-bottom: 15px;
}
.item-warranty .item-warranty-banner img {
	margin: 0 auto;
}
.item-warranty .item-warranty-plan {
	padding-bottom: 15px;
}
.item-warranty .item-warranty-img {
	float: left;
	width: 120px;
}
.item-warranty .item-warranty-plan .list-group-bullet {
	margin: 5px 330px 0 130px;
}
.item-warranty .item-warranty-options {
	float: right;
	margin: 0;
	width: 320px;
}
.item-warranty .item-warranty-options input {
	float: left;
	margin: 3px 0 0 0;
}
.item-warranty .item-warranty-options label {
	display: block;
    margin-left: 20px;
    cursor: pointer;
}
.item-warranty .item-warranty-options span {
	float: right;
	width: 80px;
	font-weight: bold;
	text-align: right;
}
.item-warranty .item-warranty-summary {
	padding-top: 15px;
	border-top: 1px solid #DDD;
	text-align: center;
}
.item-warranty .item-warranty-summary img,
.item-warranty .item-warranty-summary span,
.item-warranty .item-warranty-summary .btn {
	display: inline-block;
	vertical-align: top;
}
.item-warranty .item-warranty-summary img {
	width: 60px;
}
.item-warranty .item-warranty-summary .fa-plus {
	margin: 16px 5px 0 5px;
}
.item-warranty .item-warranty-summary .btn {
	float: none;
	margin-top: 5px;
}
.item-warranty .item-warranty-equal {
	margin: 8px 5px 0 5px;
	font-size: 19px;
	font-weight: bold;
}
.item-warranty .item-warranty-total {
	float: none;
	margin: 8px 15px 0 0;
	font-size: 20px;
	font-weight: bold;	
}
.item-warranty .item-warranty-total .item-map-price {
    font-size: 13px;
}
.item-warranty .item-warranty-options label span del {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    text-align: right;
}
/* Product Reviews */
.review-pane {
	margin-bottom: 15px;
	padding: 15px;
	background: #F8F8F8;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.review-pane .review-summary {
	float: left;
	margin-right: 30px;
}
.review-rating {
	margin-bottom: 5px;
}
.review-rating h5 {
	float: left;
	margin: 2px 0 0 10px;
	font-size: 16px;
}
.review-summary ul {
	float: left;
}
.review-summary li {
	margin-top: 10px;
	zoom: 1;
}
.review-summary li:after {
	content: "";
	display: table;
	clear: both;
}
.review-summary li label {
	float: left;
	width: 50px;
}
.review-summary li label.selected a {
	border-bottom: 0;
	color: #333;
	cursor: default;
}
.review-summary li label span {
	display: none;
}
.review-summary li .review-rate {
	float: left;
	margin: 1px 8px 0 0;
	width: 400px;
	height: 15px;
	background: #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
.review-summary li .review-rate span {
	display: block;
	height: 15px;
	background: #F90;
}
.review-summary li .review-pct {
	float: left;
	margin-right: 8px;
}
.review-summary li .review-num {
	float: left;
	color: #666;
}
.review-filter {
	float: left;
	margin-top: 10px;
	padding: 0 30px;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
}
.review-filter .list-group {
	float: left;
	margin: 0;
}
.review-filter .list-group li {
	margin-top: 10px;
	zoom: 1;
}
.review-filter .list-group li:after {
	content: "";
	display: table;
	clear: both;
}
.review-filter .list-group li a {
	float: left;
	padding-left: 22px;
	max-height: 35px;
	overflow: hidden;
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -245px;
	border-bottom: 0;
}
.review-filter .list-group li a:hover {
	color: #F90;
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -377px;
}
.review-filter .list-group li .selected {
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -285px;
}
.review-filter .list-group li .selected:hover {
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -417px;
}
.review-filter .list-group li a label {
	cursor: pointer;
}
.review-filter .list-group li a label span {
	display: none;
}
.review-write {
	float: left;
	margin: 10px 0 0 30px;
}
.review-write .btn {
	margin-top: 10px;
}
.review-vs {
	position: relative;
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.review-vs-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -18px;
	margin-top: -18px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #FFF;
	background: #F90;
	text-align: center;
	font-size: 12px;
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	-ms-border-radius: 36px;
	-o-border-radius: 36px;
	border-radius: 36px;
	z-index: 99;
}
.review-vs .box-left {
	margin: 0;
	padding-right: 45px;
	border-right: 1px solid #EAEAEA;
}
.review-vs .box-right {
	margin: 0 0 0 -1px;
	padding-left: 45px;
	border-left: 1px solid #EAEAEA;
}
.review-vs h5 {
	margin-bottom: 15px;
	font-size: 16px;
	text-align: center;
}
.review-vs .review-title span {
	float: left;
}
.review-vs .review-title h6 {
	margin-bottom: 10px;
	margin-left: 78px;
}
.review-vs .review-title a {
	color: #333;
	border-bottom: 0;	
}
.review-vs .review-title a:hover {
	color: #012D6B;	
}
.review-vs .review-content {
	margin-bottom: 10px;
}
.review-vs .review-info {
	color: #666;
}
.review-vs .review-info strong {
	color: #333;
	font-weight: bold;
}
.review-control {
	border: 1px solid #DDD;
	border-bottom: 0;
	overflow: hidden;
}
.review-control .form-control {
	margin-bottom: 0;
}
.review-control .review-action {
	padding: 8px;
	background: #F8F8F8;
	border-bottom: 1px solid #DDD;
}
.review-control .review-action .btn {
	margin-bottom: 0;
}
.review-control .review-search {
	float: left;
}
.review-control .review-search .form-control {
	width: 130px;
}
.review-control .review-display {
	float: right;
}
.review-control .review-sort {
	float: left;
}
.review-control .review-sort label {
	float: left;
	margin: 4px 8px 0 0;
}
.review-control .review-sort .form-control {
	float: left;
}
.review-control .review-filter-list {
	padding: 8px;
	padding-top: 0;
	background: #FFF;
	border-bottom: 1px solid #DDD;
}
.review-control .review-filter-list .btn {
	margin-top: 8px;
}
.review-control .review-filter-selected {
	float: left;
	margin: 8px 8px 0 0;
	padding: 3px 9px;
	background: #E6EFF6;
	border: 1px solid #BBD2EF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.review-control .review-filter-selected span {
	float: left;
	white-space: nowrap;
}
.review-control .review-filter-selected .icon-remove {
	margin: 2px 0 0 8px;
}
.reviews {
	border: 1px solid #DDD;
	border-top: 0;
}
.reviews .review-profile {
	float: left;
	width: 200px;
}
.reviews .review-neb {
	margin-bottom: 5px;
	height: 43px;
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-neb-review.png) no-repeat left top;
}
.reviews .review-user {
	padding: 10px 15px;
	font-size: 16px;
	font-weight: bold;
}
.reviews .review-org {
	margin-top: 5px;
	padding: 0 15px;
	font-weight: bold;
	color: #012D6A;
}
.reviews .review-org label {
	display: block;
	color: #333;
}
.reviews .review-org-info {
	margin: 0 15px 15px 15px;
}
.reviews .review-org-info li {
	color: #666;
}
.reviews .review-verified-owner,
.reviews .review-eggxpert {
	margin-top: 5px;
	padding: 0 15px;
}
.reviews .review-verified-owner span {
	float: left;
	padding: 3px 9px;
	color: #468847;
	background-color: #DFF0D8;
	border-color: #D6E9C6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.reviews .review-eggxpert span {
	float: left;
	padding: 3px 9px;
	color: #012D6B;
	background-color: #E6EFF6;
	border-color: #BBD2EF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.reviews .review-eggxpert span label{
	padding-left: 15px;
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat -3px -584px;
	cursor: pointer;
}
.reviews .review-title {
	margin-bottom: 15px;
	padding: 10px 0;
	border-bottom: 1px solid #EAEAEA;
	overflow: hidden;
}
.reviews .review-title .review-date {
	float: right;
	margin-top: 4px;
	color: #666;
}
.reviews .review-title .icon-rating-sm {
	margin: 3px 0 0 0;
}
.reviews .review-title h5 {
	margin: 0 170px 0 78px;
	font-size: 16px;
}
.reviews .review-content {
	margin-left: 200px;
	padding: 0 15px;
	border-left: 1px solid #EAEAEA;
}
.reviews .review-content p {
	margin-bottom: 10px;
}
.reviews .review-pros,
.reviews .review-cons,
.reviews .review-bottom-line {
	padding-bottom: 15px;
}
.reviews .review-pros label,
.reviews .review-cons label,
.reviews .review-bottom-line label {
	float: left;
	font-weight: bold;
	width: 85px;
}
.reviews .review-pros-content,
.reviews .review-cons-content,
.reviews .review-bottom-line-content {
	margin-left: 100px;
}
.reviews .review-response {
	display: block;
	margin: 15px 0;
	padding: 15px;
	padding-bottom: 5px;
	background: #F0F3F6;
	border-left: 3px solid #DDD;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.reviews .review-response h6 {
	margin-bottom: 5px;
}
.reviews .review-info {
	margin-bottom: 15px;
}
.reviews .review-info label {
	color: #666;
}
.reviews .review-info-tech {
	float: left;
	margin-right: 15px;
}
.reviews .review-info-ownership {
	float: left;
}
.reviews .review-vote {
	padding: 10px 0;
	border-top: 1px solid #EAEAEA;
}
.reviews .review-vote .alert {
	float: right;
	margin-bottom: 0;
}
.reviews .review-vote .btn-group {
	float: right;
}
.reviews .review-vote .review-vote-info {
	float: left;
	margin-top: 4px;
}
.reviews .review-vote .btn-group .btn {
	margin-left: 10px;
}
.item-reviews .item-page {
	float: none;
	margin: 0;
	padding: 10px 0;
	width: auto;
	overflow: hidden;
	background: #F8F8F8;
	border: 1px solid #DDD;
	border-top: 0;
}
#product .item-shopping-insight.item-list,
#product .item-extra.item-list,
#product .item-similar-compare.item-list {
	margin: 0 0 20px 0;
	border: 1px solid #DDD;
}
.item-shopping-insight .outer,
.item-extra .outer,
.item-similar-compare .outer {
	padding: 15px;
}
.item-shopping-insight h4,
.item-extra h4,
.item-similar-compare h4 {
	padding: 10px 15px;
	border-bottom: 1px solid #DDD;
	overflow: hidden;
	font-size: 16px;
	background: #F8F8F8;
}
.item-shopping-insight.item-list-grid .items,
.item-extra.item-list-grid .items,
.item-similar-compare.item-list-grid .items {
	margin-bottom: 0;
	padding: 15px 15px 12px 15px;
	height: auto;
	border: 0;
}
.item-similar-compare .btn-group,
.item-extra .btn-group {
	padding: 10px 15px;
	border-top: 1px solid #DDD;
	overflow: hidden;
	background: #F8F8F8;
}
.item-insight {
	padding: 15px 0;
}
.item-insight .item-insight-img {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.item-insight .item-insight-txt {
	margin-top: 10px;
	text-align: center;
	color: #666;
	font-weight: bold;
}
.item-extra .outer {
	position: relative;
	padding: 0;
}
.item-extra .swiper-container,
.item-extra .swiper-slide {
	height: 386px;
}
.item-extra .item-extra-tabs {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 201px;
	z-index: 99;
}
.item-extra .item-extra-tabs .nav-tabs {
	border: 0;
}
.item-extra .item-extra-tabs li {
	position: static;
	left: auto;
	float: left;
	margin: 0;
	width: 100%;
}
.item-extra .item-extra-tabs li.active {
	border-bottom: 0;
}
.item-extra .item-extra-tabs li a {
	float: none;
	display: block;
	padding-right: 12px;
	text-align: left;
	min-width: 0;
	border-top: 0;
	border-left: 3px solid transparent;
	background: #F8F8F8;
}
.item-extra .item-extra-tabs li.active a,
.item-extra .item-extra-tabs li.active a:hover {
	border-right: 0;
	border-bottom: 1px solid #DDD;
	background: #FFF;
	border-left: 3px solid #F90;
}
.item-extra .item-extra-tabs li a:hover {
	border-left: 3px solid #012D6B;
}
.item-extra .item-extra-tabs li.active a span,
.item-extra .item-extra-tabs li a:hover span {
	border-bottom: 0;	
}
.item-extra .tab-content {
	margin-left: 200px;
	border-left: 1px solid #DDD;
	min-height: 416px;
}
.product-desc .item-extra .tab-pane {
	margin-bottom: 0;
	padding: 0 15px;
	border: 0;
}
.item-extra .swipers {
	margin: 0 15px;
	padding: 15px 0;
}
.item-extra .btn-swipe a {
	height: 416px;
}
.item-extra .btn-swipe a {
	display: block;
	width: 15px;
	overflow: hidden;
	border-bottom: 0;
}
.item-extra .btn-swipe.btn-prev {
	float: left;
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-swipe.png) no-repeat left center;
}
.item-extra .btn-swipe.btn-prev:hover {
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-swipe.png) no-repeat -30px center;
}
.item-extra .btn-swipe.btn-next {
	float: right;
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-swipe.png) no-repeat -15px center;
}
.item-extra .btn-swipe.btn-next:hover {
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-swipe.png) no-repeat -45px center;
}
.item-extra-selected,
.item-features-selected {
	margin-top: 10px;
}
.item-extra-selected a,
.item-features-selected a {
	float: left;
	padding-left: 22px;
	max-height: 35px;
	overflow: hidden;
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -245px;
	border-bottom: 0;
}
.item-extra-selected a:hover,
.item-features-selected a:hover {
	color: #F90;
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -377px;
}
.item-extra-selected .selected,
.item-features-selected .selected {
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -285px;
}
.item-extra-selected .selected:hover,
.item-features-selected .selected:hover {
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -417px;
}
.item-extra .item-extra-list .items {
	padding: 0;
	margin-bottom: 15px;
}
.item-extra .item-extra-list .items.current {
	padding: 15px 0;
	border-bottom: 1px solid #EAEAEA;
}
.item-extra-list .item-select {
	float: left;
	width: 25px;
	height: 25px;
}
.item-extra-list .item-img {
	float: left;
	margin-bottom: 0;
	width: 80px;
	height: auto;
}
.item-extra-list .item-img img {
	width: 80px;
	height: auto;
}
.item-extra-list .item-price {
	float: right;
	font-weight: bold;
	text-align: right;
}
.item-extra-list .item-price span {
	display: block;
	color: #666;
	font-weight: normal;
}
.item-extra-list .item-content {
	margin: 0 155px 0 120px;
}
.item-extra-list .item-content .item-desc {
	height: auto;
}
.item-extra .btn-group .item-extra-selected-tab {
	float: right;
	margin: 7px 30px 0 0;
}
.item-extra .btn-group .item-extra-selected-tab strong {
	margin-left: 10px;
}
/* Search Results */
#search-related .btn-group {
	float: right;
	margin-right: -5px;
}
#search-related .msg {
	text-align: left;
}
#search-related .search-related-content {
	margin-right: 170px;
}
#search-related .item-control {
	float: left;
	margin: 15px 0 0 0;
	padding-top: 10px;
	width: 100%;
	border: 0;
	border-top: 1px solid #DDD;
}
#search-related .item-control .item-filter {
	margin-top: 0;
	padding: 0;
	background: none;
	border: 0;
}
#search-related .search-related-content .group {
	margin-top: 5px;
	overflow: hidden;
}
#search-related .search-related-content .search-terms {
	margin-top: 0;
	font-size: 16px;
}
#search-related .search-related-content label {
	float: left;
	margin-right: 8px;
	font-weight: bold;
}
#search-related .search-related-content p {
}
#search-related .search-related-content p a {
	margin-right: 8px;
}
#search-related .search-related-content p strong {
	color: #F80;
}
#search-related .search-related-similar {
	color: #C00;
}
#search-related-items .page-hr {
	margin-bottom: 15px;
	overflow: hidden;
}
#product #search-related-items {
	margin-left: 0;
}
#search-related-items .item-img {
	height: 195px;
}
#search-related-items.item-list-grid .items {
	height: 479px;
}
#search-related-items h3 {
	float: left;
}
#search-related-items .page-hr a {
	float: right;
}
#search-related-items.item-list-grid .items {
	border-bottom: 0;
}
/* Quantity Discounts Store */
#qty-store {
	padding-bottom: 30px;
}
#qty-store .item-list .items {
	margin-bottom: 0;
	padding: 15px;
	height: auto;
	border-bottom: 0;
}
#qty-store .item-list .item-img {
	height: 195px;
}
#qty-store .item-list .item-img img {
	width: 260px;
	height: auto;
}
#qty-store .item-list .item-save {
	margin-top: 10px;
}
#qty-store .item-list .item-shipping {
	margin: 10px 0;
}
#qty-store .side-nav {
	float: left;
	width: 220px;
}
#qty-store .side-menu {
	margin-bottom: 30px;
}
#qty-store-spotlight {
	position: relative;
	margin-left: 235px;
	padding: 0 5px;
	border: 1px solid #DDD;
}
#qty-store-spotlight h3 {
	padding: 8px 10px 0 10px;
}
#qty-store .item-list-row .item-img {
	float: left;
	*width: 260px;
}
#qty-store .item-list-row .item-desc {
	max-height: 90px;
	overflow: hidden;
}
#qty-store .item-list-row .item-price {
	float: right;
	width: 195px;
}
#qty-store .item-list-row .item-group {
	margin: 0 205px 0 275px;
}
#qty-store .item-list-row .item-price .item-save {
	margin-top: 0;
	text-align: right;
}
#qty-store .item-list-row .item-price .item-qty-price {
	float: left;
	margin-top: 10px;
	width: 100%;
}
#qty-store .item-list-row .item-shipping {
	margin-top: 0;
}
#qty-store .item-list-row .item-bullet {
	display: block;
}
#qty-store .item-list-row .swiper-container, #qty-store .item-list-row .swiper-slide {
	height: 254px;
}
#qty-store .item-list-row .btn-swipe a {
	height: 224px;
}
#qty-store .item-list-row .pagination-swipe {
	position: absolute;
	left: 50%;
	bottom: 15px;
}
#qty-store h3 {
	font-size: 16px;
	text-transform: uppercase;
}
#qty-store .quick-nav {
	margin-bottom: 30px;
	padding: 8px 15px;
	background: #F8F8F8;
	border-bottom: 1px solid #EAEAEA;
}
#qty-store .quick-nav a {
	border-bottom: 1px solid transparent;
}
#qty-store .quick-nav a:hover {
	border-bottom: 1px solid #F90;
}
#qty-store .quick-nav em {
	padding: 0 8px;
	color: #888;
}
#qty-store h4 {
	margin: 15px 0 5px 0;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}
#qty-store h4 a {
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #666;
}
#qty-store .swipers {
	margin: 0 15px;
}
#qty-store .swiper-container, #qty-store .swiper-slide {
	height: 516px;
	overflow: hidden;
}
#qty-store .item-list .col-3 {
	width: 25%;
	*width: 24.97%;
}
#qty-store .btn-swipe a {
	height: 516px;
}
.btn-swipe a {
	display: block;
	width: 15px;
	overflow: hidden;
	border-bottom: 0;
}
.btn-swipe.btn-prev {
	float: left;
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-swipe.png) no-repeat left center;
}
.btn-swipe.btn-prev:hover {
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-swipe.png) no-repeat -30px center;
}
.btn-swipe.btn-next {
	float: right;
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-swipe.png) no-repeat -15px center;
}
.btn-swipe.btn-next:hover {
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-swipe.png) no-repeat -45px center;
}
/* Intermediate Popover */
.intermediate-popover {
	padding: 5px;
}
.intermediate-popover .item-msg {
	margin: 5px 0;
	padding: 0 10px 0 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	background: #78AA3B url(//ssl-images.newegg.com/webresource/b2b/en/images/icon-confirm.png) no-repeat left center;
	color: #FFF;
}
.intermediate-popover .btn-group {
	margin-top: 15px;
	zoom: 1;
}
.intermediate-popover .btn-group a {
	float: right;
}
.intermediate-popover .btn-group .continue {
	margin: 8px 15px 0 0;
	color: #666;
	border-bottom: 1px solid #CCC;
	text-transform: uppercase;
}
.intermediate-popover .btn-group .continue:hover {
	border-bottom: 1px solid #F90;
}
.intermediate-popover .btn-group:after {
	content: "";
	display: table;
	clear: both;
}
.intermediate-popover .btn {
	float: left;
	padding: 8px 16px;
	overflow: hidden;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	background: #DEDEDE;
	background: -webkit-gradient(linear, left top, left bottom, from(#F3F3F3), to(#DEDEDE));
	background: -webkit-linear-gradient(top, #F3F3F3, #DEDEDE);
	background: -moz-linear-gradient(top, #F3F3F3, #DEDEDE);
	background: -ms-linear-gradient(top, #F3F3F3, #DEDEDE);
	background: -o-linear-gradient(top, #F3F3F3, #DEDEDE);
	background: linear-gradient(top, #F3F3F3, #DEDEDE);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F3F3', endColorstr='#DEDEDE');
	border: 1px solid #DEDEDE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.intermediate-popover .btn:hover,
.intermediate-popover .btn.active {
	background: #F3F3F3;
	background: -webkit-gradient(linear, left top, left bottom, from(#DEDEDE), to(#F3F3F3));
	background: -webkit-linear-gradient(top, #DEDEDE, #F3F3F3);
	background: -moz-linear-gradient(top, #DEDEDE, #F3F3F3);
	background: -ms-linear-gradient(top, #DEDEDE, #F3F3F3);
	background: -o-linear-gradient(top, #DEDEDE, #F3F3F3);
	background: linear-gradient(top, #DEDEDE, #F3F3F3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DEDEDE', endColorstr='#F3F3F3');
	border: 1px solid #DEDEDE;
}
.intermediate-popover .btn-default {
	color: #FFF;
	background: #4D77B3;
	background: -webkit-gradient(linear, left top, left bottom, from(#6E96D2), to(#4D77B3));
	background: -webkit-linear-gradient(top, #6E96D2, #4D77B3);
	background: -moz-linear-gradient(top, #6E96D2, #4D77B3);
	background: -ms-linear-gradient(top, #6E96D2, #4D77B3);
	background: -o-linear-gradient(top, #6E96D2, #4D77B3);
	background: linear-gradient(top, #6E96D2, #4D77B3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6E96D2', endColorstr='#4D77B3');
	border: 1px solid #4D77B3;
}
.intermediate-popover .btn-default:hover,
.intermediate-popover .btn-default.active {
	background: #6E96D2;
	background: -webkit-gradient(linear, left top, left bottom, from(#4D77B3), to(#6E96D2));
	background: -webkit-linear-gradient(top, #4D77B3, #6E96D2);
	background: -moz-linear-gradient(top, #4D77B3, #6E96D2);
	background: -ms-linear-gradient(top, #4D77B3, #6E96D2);
	background: -o-linear-gradient(top, #4D77B3, #6E96D2);
	background: linear-gradient(top, #4D77B3, #6E96D2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D77B3', endColorstr='#6E96D2');
	border: 1px solid #4D77B3;
}
#popover-intermediate .popover {
	max-width: 400px;
}
.popover-seller {
	width: 316px;
}
.popover-seller .item-seller-title,
.popover-seller .item-seller-note {
	color: #666;
}
.popover-seller .item-seller-name {
	margin-bottom: 5px;
	color: #012D6B;
	font-weight: bold;
}
.popover-seller .item-seller-name .fa {
	color: #666;
}
.popover-seller .item-seller-name .fa:hover {
	color: #000;
}
.popover-seller .item-seller-name a {
	font-weight: bold;
	border-bottom: 1px solid transparent;
}
.popover-seller .item-seller-name a:hover {
	border-bottom: 1px solid #F90;
}
.popover-seller .item-seller-name .item-seller-contact:hover {
	border-bottom: 1px solid transparent;
}
.popover-seller .item-seller-rating {
	float: right;
	margin-left: 10px;
}
#mini-bar {
    position: fixed;
    top: -105px;
    left: 0;
    width: 100%;
    z-index: 997;
    background: #FFF;
    border-bottom: 1px solid #CCC;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#mini-bar.fixed {
    top: 0;
    opacity: 1;
}
#mini-bar .mini-bar-container {
    margin: 0 auto;
    padding: 10px 15px 0 15px;
    min-width: 728px;
    max-width: 1240px;
}
#mini-bar .mini-bar-wrap {
    margin: 0 360px 0 0;
}
#mini-bar .mini-bar-image {
    float: left;
    width: 60px;
} 
#mini-bar .mini-bar-image img {
    display: block;
    width: 100%;
}
#mini-bar .mini-bar-content {
    margin-left: 75px;
    padding-top: 3px;
}
#mini-bar .mini-bar-desc {
	margin-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#mini-bar .mini-bar-desc a {
	border-bottom: 0;
}
#mini-bar .mini-bar-desc a:hover {
	border-bottom: 1px solid #F90;
}
#mini-bar .mini-bar-cta {
	float: right;
	margin-top: 5px;
}
#mini-bar .mini-bar-cta .btn-error {
	color: #C00;
    background: #FFF;
    cursor: default;
}
#mini-bar .mini-bar-price {
	float: right;
    margin: 0 15px 0 0;
    text-align: right;
}
#mini-bar .mini-bar-price .item-price-now {
	font-size: 20px;
    font-weight: bold;
}
#mini-bar .mini-bar-price .item-map-price {
	display: block;
	margin-top: 4px;
	font-size: 13px;
}
#mini-bar .mini-bar-price .item-price-ship {
	color: #666;
    font-size: 12px;
} 
#mini-bar .mini-bar-stock {
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#mini-bar .mini-bar-stock .mini-bar-note {
    color: #666;
}
#mini-bar .nav-tabs {
    border: 0;
}
#mini-bar .nav-tabs li {
	margin-left: 1px;
    padding: 0;
    font-weight: bold;
    border-left: 0;
    border-bottom: 3px solid transparent;
    background: none;
    line-height: normal;
}
#mini-bar .nav-tabs li.active {
    border-bottom: 3px solid #ff9726;
}
#mini-bar .nav-tabs li span {
    border-bottom: 0;
}
#mini-bar .nav-tabs li a {
    display: block;
    padding: 10px 30px 8px 30px;
    min-width: 0;
    color: #666;
    border: 0;
    background: none;
}
#mini-bar .nav-tabs li a:hover {
    color: #012D6B;
}
#mini-bar .nav-tabs li.active a {
	color: #333;
}
#mini-bar .mini-bar-tab .mini-bar-back {
    float: right;
    margin: 7px 0 0 0;
}
#mini-bar .mini-bar-tab .mini-bar-back a {
    color: #666;
    font-weight: bold;
    border-bottom: 0;
}
#mini-bar .mini-bar-tab .mini-bar-back a:hover {
    color: #012D6B;
}
#mini-bar .mini-bar-tab .mini-bar-back a span {
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
}
@media(max-width: 1180px) {
.item-list-row .items {
	padding: 15px 195px 30px 190px;
}
.item-list-row .item-group-left {
	float: left;
	width: 160px;
	margin: 0 0 0 -190px;
}
.item-list-row .item-img {
	height: 120px;
}
.item-list-grid .col-3 {
	width: 33.33333333333333%;
}
.item-list-grid .item-recommend .col-3 {
	width: 100%;
}
.product-details .item-info {
	padding-right: 0;
}
.product-details .item-qty-price {
	float: none;
	margin-top: 30px;
}
#qty-store .item-list .item-img {
	height: 165px;
}
#qty-store .item-list .item-img img {
	width: 220px;
}
#qty-store .item-list-row .item-group {
	margin-left: 235px;
}
#qty-store .swiper-container,
#qty-store .swiper-slide,
#qty-store .btn-swipe a {
	height: 486px;
}
#search-related-items.item-list-grid .col-3,
.item-similar-compare.item-list-grid .col-3,
.item-shopping-insight.item-list-grid .col-3 {
	width: 25%;
	*width: 24.97%;
}
#search-related-items .item-img,
.item-similar-compare.item-list-grid .item-img,
.item-shopping-insight.item-list-grid .item-img {
	height: auto;
}
#search-related-items .item-img img,
.item-similar-compare.item-list-grid .item-img img,
.item-shopping-insight.item-list-grid .item-img img {
	width: 100%;
}
#search-related-items.item-list-grid .items {
	height: auto;
}
.review-summary li .review-rate {
	width: 300px;
}
}
@media(max-width: 1080px) {
#qty-store .item-list .item-img {
	height: 150px;
}
#qty-store .item-list .item-img img {
	width: 200px;
}
#qty-store .item-list-row .item-group {
	margin-left: 215px;
}
#qty-store .swiper-container, #qty-store .swiper-slide, #qty-store .btn-swipe a {
	height: 471px;
}
.review-summary li .review-rate {
	width: 200px;
}
.item-extra.item-list-grid .item-img {
	height: auto;
}
.item-extra.item-list-grid .swipers .item-img img {
	width: 200px;
	height: auto;
}
.item-extra .btn-swipe a {
	height: 406px;
}
.item-extra .tab-content {
	min-height: 406px;
}
.item-extra .swiper-container,
.item-extra .swiper-slide {
	height: 376px;
}
}
@media(max-width: 980px) {
.item-list-grid .col-3 {
	width: 50%;
	*width: 49.97%;
}
.item-list-grid .item-recommend .col-3 {
	width: 100%;
}
.item-list-row .items {
	padding: 15px 15px 30px 190px;
}
.item-list-row .item-group-right {
	float: none;
	padding-top: 15px;
	clear: both;
	text-align: left;
}
.item-list-row .item-price-now {
	float: none;
}
.item-control .item-display {
	clear: both;
	float: left;
	margin-top: 10px;
}
#qty-store .item-list .item-img {
	height: 120px;
}
#qty-store .item-list .item-img img {
	width: 160px;
}
#qty-store .item-list-row .item-img img {
	width: 120px;
}
#qty-store .item-list-row .item-group {
	margin-left: 135px;
}
#qty-store .swiper-container, #qty-store .swiper-slide, #qty-store .btn-swipe a {
	height: 441px;
}
#search-related-items.item-list-grid .col-3,
.item-similar-compare.item-list-grid .col-3,
.item-shopping-insight.item-list-grid .col-3 {
	width: 25%;
	*width: 24.97%;
}
#search-related-items .item-img,
#item-features.item-list-grid .item-img,
.item-similar-compare.item-list-grid .item-img,
.item-shopping-insight.item-list-grid .item-img {
	height: auto;
}
#search-related-items .item-img img,
#item-features.item-list-grid .item-img img,
.item-similar-compare.item-list-grid .item-img img,
.item-shopping-insight.item-list-grid .item-img img {
	width: 100%;
}
.review-write {
	margin: 15px 0 0 0;
	padding-top: 15px;
	width: 100%;
	border-top: 1px solid #EAEAEA;
}
.review-write h5 {
	float: left;
	margin: 9px 10px 0 0;
}
.review-write .btn {
	margin-top: 0;
}
.review-summary li .review-rate {
	width: 300px;
}
.review-filter {
	margin-right: 0;
	border-right: 0;
}
.item-extra.item-list-grid .swipers .item-img img {
	width: 160px;
}
.item-extra .btn-swipe a {
	height: 376px;
}
.item-extra .tab-content {
	min-height: 376px;
}
.item-extra .swiper-container,
.item-extra .swiper-slide {
	height: 346px;
}
.item-extra-list .item-content {
	margin-right: 125px;
}
}
@media(max-width: 880px) {
.product-details .item-info {
	padding-right: 0;
}
.product-details .item-info-group {
	float: none;
}
.product-details .item-qty-price {
	float: none;
	margin-top: 30px;
}
#qty-store .item-list .item-img {
	height: 105px;
}
#qty-store .item-list .item-img img {
	width: 140px;
}
#qty-store .item-list-row .item-img img {
	width: 60px;
}
#qty-store .item-list-row .item-group {
	margin-left: 75px;
}
#qty-store .swiper-container, #qty-store .swiper-slide, #qty-store .btn-swipe a {
	height: 426px;
}
.review-summary li .review-rate {
	width: 200px;
}
.item-extra.item-list-grid .swipers .item-img img {
	width: 120px;
}
.item-extra .btn-swipe a {
	height: 366px;
}
.item-extra .tab-content {
	min-height: 366px;
}
.item-extra .swiper-container,
.item-extra .swiper-slide {
	height: 336px;
}
.item-extra-list .item-content {
	margin-right: 95px;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#qty-store .item-list-row .swiper-container, #qty-store .item-list-row .swiper-slide {
	height: 252px;
}
#qty-store .item-list-row .btn-swipe a {
	height: 222px;
}
}

/*Image Gallery GalleryContainer2016*/
#GalleryContainer2016{ position:absolute;width:970px;font-size:1.2em; z-index:999; background-color:#FFFFFF; padding:15px; -webkit-border-horizontal-spacing: 0px;-webkit-border-vertical-spacing: 0px;background-image: none;background-origin: padding-box;border-bottom-color: black;border-bottom-left-radius: 7px;border-bottom-right-radius: 7px;border-bottom-style: solid;border-bottom-width: 1px;border-collapse: separate;border-left-color: black;border-left-style: solid;border-left-width: 1px;border-right-color: black;border-right-style: solid;border-right-width: 1px;border-top-color: black;border-top-left-radius: 7px;border-top-right-radius: 7px;border-top-style: solid;border-top-width: 1px;}
#GalleryContainer2016 .box{float:none;clear:both;padding:0;margin:5px 0;text-align:left;}
#GalleryContainer2016 .box .boxOut{padding:10px;border:1px solid #CCC;background:#F0F0F0;}
#GalleryContainer2016 .box .boxIn{}
#GalleryContainer2016 .box .boxHead{display:block;margin:0 0 15px 0;padding:.25em 0;font:normal 1.65em/1 helvetica,arial,verdana,sans-serif;color:#4070b0;}
#GalleryContainer2016 .box .boxHead span{font:.65em Verdana, Arial, Helvetica, sans-serif;color:#999;}
#GalleryContainer2016.segment,#GalleryContainer2016.widget{display:block;margin:2px 0 15px 0;text-align:left;}
#GalleryContainer2016 .segment .segHead{display:block;margin:0 0 .5em 0;font:bold 1.1em verdana,sans-serif;}
#GalleryContainer2016 fieldset.segment{margin-bottom:10px;}
#GalleryContainer2016 legend.segHead{margin:0;color:#444;}
#GalleryContainer2016 .snippet{display:block;margin:2px 0 10px 0;text-align:left;}

#GalleryContainer2016 ul.bullet{margin:0 10px;padding:0 10px;}
#GalleryContainer2016 ul.bullet li{padding:3px 0;}

#GalleryContainer2016 a.blockLinkSi:link,#GalleryContainer2016 a.blockLinkSi:visited{display:block;padding:2px;cursor:pointer;border:0;color:#3A3A3A;}
#GalleryContainer2016 a.blockLinkSi:active,#GalleryContainer2016 a.blockLinkSi:hover{display:block;padding:2px;cursor:pointer;border:0;color:#06F;}
#GalleryContainer2016 abbr{border:0;}

#GalleryContainer2016 #threesixty img{width:203px;height:68px;}
#GalleryContainer2016 #threesixty{background:url("//ssl-images.newegg.com/webresource/b2b/en/images/link_rotationalView.png") no-repeat center center;}

#GalleryContainer2016 #segGoBack{clear:left;text-align:center;}

#GalleryContainer2016 #segClose{position:absolute;top:5px;right:10px;}

#GalleryContainer2016 #widViewer{float:left;width:723px;height:535px;}
#GalleryContainer2016 #widViewer #galleryFlash{float:left;width:660px;height:535px;margin-right:-2px;}
#GalleryContainer2016 #widViewer #galleryDHTML{float:left;}
#GalleryContainer2016 #widViewer .slideControl{float:left;width:30px;height:480px;margin-right:-2px;}
#GalleryContainer2016 #widViewer .slideControl a{margin-top:210px;background:url("//ssl-images.newegg.com/webresource/b2b/en/images/spr_slideControls_imageGallery.png") no-repeat;}
#GalleryContainer2016 #widViewer .slideControl img{width:30px;height:50px;}
#GalleryContainer2016 #segSlideLeft a:link,#GalleryContainer2016 #segSlideLeft a:visited,#GalleryContainer2016 #segSlideLeft a:hover{background-position:0 top;}
#GalleryContainer2016 #segSlideLeft a:active{background-position:-200px top;}
#GalleryContainer2016 #segSlideRight a:link,#GalleryContainer2016 #segSlideRight a:visited,#GalleryContainer2016 #segSlideRight a:hover{background-position:-50px top;}
#GalleryContainer2016 #segSlideRight a:active{background-position:-250px top;}

#GalleryContainer2016 #segCopyright{clear:both;padding-top:15px;font-size:.85em;text-align:center;}
#GalleryContainer2016 #divSurvey{margin:0;padding:0;text-align:left;font-size:0.9em;height:22px;}
#GalleryContainer2016 #divSurvey .surveyFlag{float:none !important;margin:0;padding:0;}
#GalleryContainer2016 #divSurvey .surveyFlag a,#GalleryContainer2016 #divSurvey .surveyFlag a:hover{margin:0;padding:0;font-size:1.0em}
#GalleryContainer2016 #comboDesc{float:right;width:201px;list-style:none;margin-right:-5px;font:normal 1.0em/20px verdana,arial,sans-serif;}

.GalleryContainer2016Mask_off{display:none}
.GalleryContainer2016Mask_on{display:block;position:fixed; z-index:998; top:0px; left:0px; width:100%;opacity:.6;filter:alpha(opacity=60);height:100%; background-color:rgba(100, 100, 100, .5)}

#GalleryContainer2016 .maincontent{clear: both;}

#GalleryContainer2016 .containertitle{width: 772px;margin-top: -4px;float: left;margin-left: -4px;margin-bottom: 8px;}
#GalleryContainer2016 .containertitle span{color: #636669;display: inline;float: none;font-family: helvetica, arial, sans-serif;font-size: 17px;font-style: normal;font-variant: normal;font-weight: normal;line-height: 20px;margin-bottom: 8px;}
#GalleryContainer2016 .containertitle img{background-attachment: scroll;background-clip:border-box;background-color: transparent;background-image: url("//ssl-images.newegg.com/webresource/b2b/en/images/spr_product.6.6.1.png");background-origin: padding-box;background-position: -40px -360px;border-collapse: separate;border-color: #636669;color: #636669;display: block;float: left;font-family: helvetica, arial, sans-serif;font-size: 17px;font-style: normal;font-variant: normal;font-weight: normal;height: 30px;line-height: 20px;margin-left: -4px;margin-right: 4px;margin-top: -4px;vertical-align: bottom;width: 30px;}

#GalleryContainer2016>a{float: right;border-bottom-color: #FFFFFF; cursor:pointer}
#GalleryContainer2016>a:hover{border-bottom-color: #FFFFFF;}
#GalleryContainer2016 .galleryBtnClose img{height: 18px;background-image: url("//ssl-images.newegg.com/webresource/b2b/en/images/spr_product.6.6.1.png");background-position: -150px -440px;width:18px;height: 18px;margin-right: -8px;margin-top: -8px;}

#GalleryContainer2016 #CurImg{ text-align:center;}

.product-panel{
    width:660px;
    height:535px;
    border:2px solid #CECECE;
    float:left;
    margin-left:2px;
    margin-bottom:35px;
    position:relative
}
.image-panel{
    overflow:hidden;
    height:500px;
    width:660px;
    position:relative
}
.image-panel img{
    position:absolute
}

.tool-panel{
    background-color:#F2F2F2;height:35px
}
.tool-panel input.range{
    width:240px;vertical-align:middle;margin-left:10px;padding:0
}
.tool-panel div{
    display:block;float:left;padding:5px
}
.tool-panel div label{
    font-size:14px;color:#666;font-weight:700
}
.tool-panel div.spin{
    margin-left:70px
}
.tool-panel div.zoom{
    margin-left:50px
}
                                      
.tool-panel div.zoom .add,.tool-panel div.zoom .reset,.tool-panel div.zoom .sub{
    font-size:12px;
    min-width:24px;
    height:24px;
    text-align:center;
    font-weight:700;
    color:#666;
    margin-right:6px
}
#galleryDFIS .loading{
    position:absolute;
    top:50%;left:50%;
    width:130px;height:130px;
    margin-left:-65px;
    margin-top:-65px;
    display:none
}
#galleryDFIS .loading .loader{
    padding:0;
    text-align:center;
    color:#707070;
    font-size:14px
}
#galleryDFIS .loader .fa{
    display:block;
    margin-bottom:15px;
    font-size:80px
}
.product-details .item-method {
    margin-top: 10px;
    padding: 10px;
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.product-details .item-method .form-radio {
  margin-top: 10px;
}
.product-details .item-method .form-radio.no-margin {
  margin-top: 0;
}
.product-details .item-method .form-radio label {
    margin-bottom: 3px;
}
.product-details .item-method .form-radio .item-price-new {
  clear: both;
  margin: 0 0 0 22px;
}
.product-details .item-method .form-radio .item-price-now {
  display: inline-block;
  float: none;
  margin: 0;
  font-size: 14px;
}
.product-details .item-method .form-radio .item-price-save {
  display: inline-block;
  margin-left: 5px;
}
.product-details .item-method.item-license .form-radio .item-price-new {
  float: left;
  margin-left: 10px;
  clear: none;
}
.product-details .item-frequnency {
  margin: 10px 0;
  padding-top: 10px;
  border-top: 1px solid #DDD;
}
.product-details .item-frequnency select {
  margin-bottom: 10px;
  width: 100%;
}
.product-details .item-frequnency .img-tooltip {
	border-bottom: 0;
}

/*SNET popup modal*/
.st-modal .item-img {
    float: left;
    width: 200px;
}

.st-modal .item-img .squaretrade-logo {
    display: block;
    margin: 0 auto;
    width: 100px;
}

.st-modal .item-img .squaretrade-hero {
    margin: 25px auto 0 auto;
    width: 200px;
}

.st-modal .item-content {
    margin-left: 220px;
}

.st-modal .item-content h5 {
    margin-bottom: 10px;
    font-size: 15px;
}

.st-modal .item-content .item-price {
    margin-bottom: 15px;
}

.st-modal .item-content .item-price-was {
    font-size: 12px;
    color: #666;
    text-decoration: line-through;
}

.st-modal .item-content .item-price-now {
    font-size: 20px;
    font-weight: bold;
}

.st-modal .item-content .item-features li {
    margin: 5px 0;
    padding-left: 10px;
    height: auto;
    color: #333;
    background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-bullet.png) no-repeat left 6px;
    overflow: visible;
    white-space: normal;
}
