

/*
 *	Common
 */

BODY, HTML
{
	height: 100%;
}

.clearfix:before, .clearfix:after { content:""; display:table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.i-clearfix:before, .i-clearfix:after { content:""; display:table; }
.i-clearfix:after { clear: both; }
.i-clearfix { zoom: 1; }

.cleaner
{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	padding: 0px;
	margin: 0px;
	border: none;
}

.vtop
{
	vertical-align: top;
}

.vmiddle
{
	vertical-align: middle;
}

.vbot
{
	vertical-align: bottom;
}

.hleft
{
	text-align: left;
}

.hcenter
{
	text-align: center;
}

.hright
{
	text-align: right;
}

.fleft
{
	float: left;
}

.fright
{
	float: right;
}

.fcenter
{
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.nowrap
{
	white-space: nowrap;
}

.normal
{
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

.bold
{
	font-weight: bold;
}

.wauto
{
	width: auto;
}

.w1
{
	width: 1%;
}

.w49
{
	width: 49%;
}

.w99 {
	width: 100%;
}

.w100 {
	width: 100%;
}

.g-hidden {
	display: none !important;
/*	visibility: hidden; */
}

.g-opacity {
	opacity: 0;
}

.g-clrfix:after {
	content: '.';
	display: block;
	clear: both;
	font: 0/0 a;
	height: 0;
	visibility: hidden;
}

.g-relative {
	position: relative;
}

.g-inline-block {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
.g-inline-block {
  *display: inline;
}

/*
 *	Icecat
 */

TABLE.tblparams
{
	border-collapse: collapse;
	width: 100%;
}

TABLE.tblparams TH
{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #DDDDDD;
	background: #F0F0F0;
	text-align: left;
}

TABLE.tblparams TH H3
{
	padding: 5px 10px 5px 10px;
	border-top: 15px solid #FFFFFF;
	font-size: 13px;
	margin: 0px;
	color: #000000;
}

TABLE.tblparams TD
{
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 10px 5px 0px;
}

TABLE.tblparams TD.n
{
	font-weight: bold;
}

.tblparams .paramfalse
{
	width: 16px;
	height: 16px;
	background-image: url( /_common/Skins/Default/Img/Common/icon-bool_false.gif );
	background-repeat: no-repeat;
	background-position: center center;
}

.tblparams .paramtrue
{
	width: 16px;
	height: 16px;
	background-image: url( /_common/Skins/Default/Img/Common/icon-bool_true.gif );
	background-repeat: no-repeat;
	background-position: center center;
}

/*
 *	Shipping link
 */

.blockshippingtermslink
{
	font-size: 11px;
	margin: 5px 0px 0px 0px;
}

/*
 *	Password forgot
 */

.tbl-form-login
{
	border-collapse: collapse;
	margin: 0px 0px 20px 0px;
	width: auto;
}

.tbl-form-login TD
{
	vertical-align: middle;
}

.tbl-form-login TD.cell-caption
{
	font-weight: bold;
	padding: 5px 10px 5px 0px;
}

.tbl-form-login TD.cell-control
{
	padding: 5px 10px 5px 0px;
}

.tbl-form-login TD.cell-control INPUT
{
	width: 200px;
}

.block-link-forgot
{
	margin: 10px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #cccccc;
}


/*
 *	Ajax payment calculator
 */

.blockpaymentplan
{
	border: 1px solid #DDDDDD;
	padding: 10px 15px 10px 15px;
	margin: 10px 0px 10px 0px;
	background-color: #FFFFFF;
}

.blockpaymentplan IMG
{
	margin: 0px 0px 10px 0px;
}

.blockpaymentplan P
{
	margin: 0px 0px 10px 0px;
}

.blockpaymentplan SELECT
{
	margin: 0px 0px 10px 0px;
	width: 100%;
}

.blockpaymentplan TABLE
{
	border-collapse: collapse;
	width: 100%;
}

.blockpaymentplan TABLE.tblstatic TH
{
	border: 1px solid #DDDDDD;
	padding: 2px 3px 2px 3px;
	text-align: center;
	font-weight: bold;
	background-color: #DDDDDD;
	vertical-align: top;
}

.blockpaymentplan TABLE.tblstatic TD
{
	border: 1px solid #DDDDDD;
	padding: 2px 3px 2px 3px;
	font-weight: normal;
	background-color: #FFFFFF;
}

.blockpaymentplan TABLE.tbldynamic TH
{
	border-bottom: 1px solid #DDDDDD;
	padding: 2px 3px 2px 3px;
	text-align: left;
	font-weight: bold;
	background-color: #FFFFFF;
	width: 50%;
}

.blockpaymentplan TABLE.tbldynamic TD
{
	border-bottom: 1px solid #DDDDDD;
	padding: 2px 3px 2px 3px;
	font-weight: normal;
	background-color: #FFFFFF;
}

/*
 *	Ajax supplies configurator
 */
 
.blocksuppliesfilter
{
	border: 1px solid #CCCCCC;
	padding: 10px 15px 5px 15px;
	margin: 0px 0px 15px 0px;
}

.blocksuppliesfiltercontrol
{
	font-size: 16px;
	padding: 0px 15px 0px 0px;
}

.blocksuppliesfiltercontrol:last-child
{
	padding: 0px 0px 0px 0px;
}

.blocksuppliesfiltercontrol INPUT
{
	font-size: 16px;
	margin: 5px 0px 1px 0px;
	width: 320px;
}

.blocksuppliesfiltercontrol SELECT
{
	font-size: 16px;
	margin: 5px 0px 1px 0px;
	width: 135px;
}

.blocksuppliesfilter SMALL
{
	font-size: 10px;
	color: #666666;
}

.blocksuppliesfiltercontroltextonly
{
	padding: 8px 15px 0px 0px;
}

.tblsuppliesproducts
{
	border-collapse: collapse;
	width: 100%;
}

.tblsuppliesproducts TD
{
	border-right: 1px solid #CCCCCC;
	width: 33%;
	padding: 0px 20px 10px 20px;
	font-size: 12px;
	vertical-align: top;
}

.tblsuppliesproducts TR TD:last-child
{
	border-right: none;
	padding: 0px 0px 10px 20px;
}

.tblsuppliesproducts TR TD:first-child
{
	padding: 0px 20px 10px 0px;
}

.blocksupplieserror
{
	font-weight: bold;
	color: #B7221B;
	text-align: center;
}

.blocksuppliesloader
{
	display: block;
	position: absolute;
	text-align: center;
	left:50%;
	z-index: 9001;
	margin-left: -41px; 
	border: 5px solid #DDDDDD;
	padding: 20px 20px 20px 20px;
	background-color: #FFFFFF;
	font-weight: bold;
	opacity: 0.8;
	margin-top: 25px;
}

.blocksuppliesloader IMG
{
	opacity: 1;
}

/*
 *	Busy indicator
 */
 
.block-busy-indicator-background
{	
	opacity: 0.4;
}

.block-busy-indicator
{
	position: absolute;
	text-align: center;
	top:50%;
	left:50%;
	z-index: 9001;
	margin-left: -41px; 
	margin-top: -41px;
	border: 5px solid #DDDDDD;
	padding: 20px 20px 20px 20px;
	background-color: #FFFFFF;
	font-weight: bold;
	background-image: url( /_common/Skins/Default/Img/Common/pic-progress.gif );
	background-repeat: no-repeat;
	background-position: center center;
	width: 32px;
	height: 32px;
	opacity: 1;
}

/*
 *	Mobile subscriptions
 */
 
.tbl-wo-subscr
{
	width: 100%;
	border-collapse: collapse;
	background-color: #FFFFFF;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.tbl-wo-subscr TD
{
	padding: 10px 10px 10px 0px;
}

.tbl-wo-subscr TD TABLE
{
	float: right;
	margin: 5px 0px 0px 0px;
}

.tbl-wo-subscr TD TABLE TD
{
	padding: 0px 0px 0px 0px;
}

.tbl-wo-subscr TD:last-child TABLE TD IMG
{
	margin: 0px 0px 0px 0px;
}

.tbl-wo-subscr TD:last-child
{
	padding-right: 0px;
}

.tbl-wo-subscr TD:last-child IMG
{
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
}

.subscr-phone
{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.tbl-subscr
{
	border: 1px solid #cccccc;
	width: 100%;
	border-collapse: collapse;
	background-color: #FFFFFF;
	margin: 0px 0px 10px 0px;
}

.subscr-from,
.subscr-from .PDActiveTab,
.subscr-from .PDActiveTabCornerRight, 
.subscr-from .PDActiveTabCornerLeft {
	background-color: #FFFFFF;
	background-image: none;
	font-weight: bold;
	padding-left: 0px;
	color: #000000;
}

.subscr-featured
{
	color: #bb0000;
	font-weight: bold;
}

.subscr-service
{
	color: #666666;
}

.subscr-service SPAN
{
	color: #000000;
}

.tbl-subscr TH
{
	background-color: #f3f3f3;
	color: #000000;
	border-left: 1px solid #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	vertical-align: bottom;
	padding: 5px 5px 5px 5px;
}

.tbl-subscr TH:first-child
{
	border-left: #cccccc;
}

.tbl-subscr TD.subscr-group
{
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	padding: 15px 5px 5px 5px;
	border-bottom: 2px solid #cccccc;
}

.tbl-subscr TD
{
	color: #000000;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #cccccc;
}

.tbl-subscr TR.subscr-row-no-border TD
{
	border-bottom: none;
}

.tbl-subscr TR.subscr-row-special TD
{
	padding: 0px 5px 5px 5px;
}

.subscr-plus
{
	width: 7px;
	height: 7px;
	border: 1px solid #cccccc;
	font-size: 8px;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 4px 5px 0px 0px;
	float: left;
}

.subscr-plus DIV
{
	margin: -2px 0px 0px 1px;
}

A.subscr-name:link, A.subscr-name:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}

A.subscr-name:hover, A.subscr-name:active
{
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed #333333;
}

A.subscr-moreinfo:link, A.subscr-moreinfo:visited
{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}

A.subscr-moreinfo:hover, A.subscr-moreinfo:active
{
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed #333333;
}

.subscr-price
{
	font-size: 12px;
}

.subscr-price IMG
{
	margin: -2px 0px 0px 0px;
}

.subscr-price-small
{
	font-size: 11px;
}

.subscr-details
{
	border-top: none;
}

.tbl-subscr-details
{
	border-collapse: collapse;
	margin: 10px 0px 0px 0px;
	width: 45%;
}

.tbl-subscr-details TR:nth-child(odd)
{
	background-color: #f3f3f3;
}

.tbl-subscr-details TD
{
	border: none;
	padding: 2px 5px 2px 5px;
}

.tbl-subscr-details TD:nth-child(even)
{
	text-align: right;
}

/*
 *	Modal window
 */

#modal-overlay
{
	background: #CCCCCC;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	-moz-opacity: 0.6;
	opacity: .60;
	filter: alpha(opacity=60);
}

.modal-window
{
	display: none;
}

.modal-container
{
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 100;
	height: 100%;
}

.modal-container .modal-box
{
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: auto auto auto auto;
	width: 640px;
	text-align: left;
	top: 50%;
	left: 50%;
	height: 480px;
	margin-left: -320px;
	margin-top: -240px;
	position: absolute;
	overflow: auto;
}

.modal-container .modal-box-header
{
	padding: 10px 10px 10px 20px;
	background-color: #EEEEEE;
}

.modal-container .modal-box-title
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	float: left;
}

.modal-box-content
{
	padding: 10px 20px 10px 20px;
	
}

.modal-container .modal-btn-close
{
	float: right;
	display: inline-block;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	padding: 2px 5px 2px 5px;
	font-size: 11px;
}
	
.modal-container .loader
{
	position: relative;
	padding: 100px 0 100px 0;
	text-align: center;
}

/*
 *	Ajax pager
 */

.block-pager TABLE {
	border-collapse: collapse;
	width: 100%;
}

.block-pager TABLE TD {
	padding: 0;
	text-align: center;
}

.block-pager TABLE TD.block-pager-summary {
	text-align: left;
	padding: 0 10px 0 0;
}

.block-pager TABLE TD.block-pager-resize {
	text-align: right;
	padding: 0 0 0 10px;
}

.block-pager UL {
	margin: 0;
	padding: 0;
	list-style: none;
}

.block-pager UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	border-right: 1px solid #ccc;
	float: left;
}

.block-pager UL LI A,
.block-pager UL LI SPAN,
.block-pager UL LI EM {
	padding: 1px 5px 1px 5px;
	font-size: 11px;
	display: block;
}

.block-pager UL LI EM {
	color: #fff;
	font-style: normal;
	background: #999;
	text-shadow: 0 1px #888;
}

.block-pager UL LI:last-child {
	border-right: none;
}


/********************/
/* Testseek Reviews */
/********************/
.ts-wrapper {
	min-height: 500px;
}

.ts-wrapper iframe {
	min-height: 750px;
	height: auto !important;
	height: 750px;
}

.ts-award {
	float: left;
	width: 80px;
	margin: 0 20px 0 0;
	text-align: center;
}

.ts-award-image {
	margin: 0 0 10px;
	width: 60px;
}

.ts-award-image IMG {
	max-width: 60px;
	max-height: 60px;
}

.ts-award .ts-award-image {
	margin: 0 0 10px;
	width: 80px;
}

.ts-award .ts-award-image IMG {
	max-width: 80px;
	max-height: 80px;
}

.ts-labels {
	float: right;
	width: 60px;
	text-align: center;
}

.ts-labels_summary {
	width: 80px;
}

.ts-footer {
	text-align: right;
}

.ts-awards {
	margin: 0 0 10px;
}

.ts-filter {
	margin: 0 0 20px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.ts-filter_bottom {
	margin-bottom: 10px;
}

/* rating pager */
.ts-pager {
	float: right;
}

.ts-pager .block-pager-summary,
.ts-pager .block-pager-resize {
	display: none;
}

/* sorting */
.ts-sort {
	float: left;
	font-size: .9em;
	font-weight: normal;
}

.ts-sort__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ts-sort__list-item {
	float: left;
	margin: 0;
	padding: 0;
}

.ts-sort__list-item:first-child {
	margin: 0 8px 0 0;
	padding: 2px 0;
	font-weight: bold;
}

.ts-sort__list-item:nth-child(3) {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.ts-sort__list-link,
.ts-sort__list-selected {
	display: inline-block;
	margin: 0;
	padding: 2px 8px;
}

.ts-sort__list-selected {
	margin: 0 -3px;
	color: #fff;
	background: #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 1px #888;
}

/* review */
.ts-review {
	padding: 0 0 10px;
	margin: 0 0 20px;
	border-bottom: 1px dashed #ccc;
	font-size: .9em;
}
.ts-review:last-child {
	margin: 0;
	border-bottom: none;
}

.ts-comments {
	padding-right: 80px;
}

.ts-comments__header {
	margin: 0 0 10px;
	padding: 0;
	color: #666;
	font-weight: normal;
	border-bottom: 1px solid #eee;
}

.ts-comments__flag {
	margin: 0 2px 0 0;
}

.ts-comments__review-link {
	float: right;
}

.ts-comments__site-link {
	font-weight: bold;
}

.ts-comment {
	margin: 0 0 10px;
	min-height: 20px;
}

.ts-comment__good {
}

.ts-comment__bad {
}

.ts-comment__bottomline {
}

.ts-comment .icon {
	float: left;
	margin: 0 5px 0 0;
	font-size: 1.6em;
	color: #acd373;
/*	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
	-moz-transform: matrix(-1, 0, 0, 1, 0, 0);
	-o-transform: matrix(-1, 0, 0, 1, 0, 0);
	transform: matrix(-1, 0, 0, 1, 0, 0); */
}

.ts-comment__bad .icon {
	color: #f26c4f;
}

.ts-comment__bottomline .icon {
	color: #7da7d9;
}

/* rating with stars */
.ts-rating {
	margin: 0;
}

.ts-rating_specials {
	margin: 10px 0;
}

.ts-rating_details {
	margin: 10px 0;
}

.ts-rating__title {
	margin-right: 2px;
	font-weight: bolder;
}

.ts-rating__stars {
}

.ts-rating__stars .icon {
	font-size: 1.3em;
	color: #fcd500;
	letter-spacing: -.15em;
	vertical-align: -2px;
}

.ts-rating__links {
	margin-left: 5px;
}

.ts-rating__links:before {
	content: "(";
	margin: 0 -2px 0 0;
}
.ts-rating__links:after {
	content: ")";
	margin: 0 0 0 -2px;
}

.ts-rating_specials .ts-rating__title,
.ts-rating_specials .ts-rating__links {
	display: none;
}

/* rating score */
.ts-score {
	margin: 0 0 10px;
	padding: 5px 0 0;
	width: 56px;
	height: 51px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: center;
	background-color: #eee;
	border: 2px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 4px #ccc, 0 0 10px #fff inset;
	-moz-box-shadow:0 1px 4px #ccc, 0 0 10px #fff inset;
	box-shadow:0 1px 4px #ccc, 0 0 10px #fff inset;
	text-shadow: 0 1px #fff;
}

.ts-score__text {
	margin: 0 1px 3px 0;
}

.ts-score__text_reviews {
	font-weight: normal;
}

.ts-score__digit {
	position: relative;
	display: inline-block;
	margin: 0;
	font-size: 21px;
	font-weight: normal;
}

.ts-score__digit .ts-score__percent {
	position: absolute;
	top: 1px;
	right: -1em;
	font-size: .5em;
}

.ts-score.ts-score_zero {
	background-color: #fff;
	color: #ccc;
	text-shadow: none;
}

.ts-score.ts-score_good {
	-webkit-box-shadow:0 1px 4px #acd373, 0 0 10px #d1ff8f inset;
	-moz-box-shadow:0 1px 4px #acd373, 0 0 10px #d1ff8f inset;
	box-shadow:0 1px 4px #acd373, 0 0 10px #d1ff8f inset;
	background-color: #acd373;
	border: 2px solid #89be3c;
	color: #fff;
	text-shadow: 0 1px #89be3c;
}

.ts-score_good .ts-score__digit {
	margin: 0 5px 0 0;
}

.ts-labels_summary .ts-score {
	width: 76px;
	height: 69px;
	padding: 7px 0 0;
	margin: 0;
}

.ts-labels_summary .ts-score .ts-score__text {
	font-size: 1.1em;
}

.ts-labels_summary .ts-score .ts-score__text_reviews {
	font-size: 1em;
	font-weight: normal;
}

.ts-labels_summary .ts-score .ts-score__digit {
	font-size: 28px;
	font-weight: normal;
}

/* rating summary */
.ts-summary {
	margin: 0 0 15px;
}

.ts-summary__award {
	float: left;
	width: 80px;
	margin: 0 20px 0 0;
	font-size: .9em;
	text-align: center;
}

.ts-summary__award-image {
	display: block;
	max-width: 80px;
	max-height: 80px;
	margin: 3px auto 7px;
}

.ts-summary__comment {
	padding: 0 100px;
}

.ts-summary__comment-link {
	display: inline-block;
	position: relative;
	margin: 5px -1.3em 0 0;
}
.ts-summary__comment-link .icon {
	position: absolute;
	top: 0;
	right: -1.3em;
	font-size: 1.3em;
	text-decoration: none !important;
	cursor: default !important;
	pointer-events: none;
}
/* end Testseek Reviews */



/*******************/
/* Customer review */
/*******************/
.customer-reviews {
	margin: 10px 0 20px;
	padding: 10px;
	border: 1px solid #ccc;
}

.customer-reviews__link-top {
	display: inline-block;
	margin-top: 10px;
}

.customer-reviews__title {
	margin:0 0 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.customer-reviews__link-login {
}

.customer-reviews__link-write-review {
	position: relative;
	display: inline-block;
	margin-left: 1.2em;
}

.customer-reviews__link-write-review .icon {
	position: absolute;
	top: 1px;
	left: -1.2em;
	font-size: 1.2em;
	text-decoration: none !important;
	cursor: default !important;
	pointer-events: none;
}

.customer-reviews__write-comment {
	margin: 10px 0 0;
}

.customer-mark {
	display: inline-block;
	margin: 0 0 10px;
}

.customer-mark__title {
	margin-right: 5px;
	font-weight: bold;
	vertical-align: middle;
}

.customer-mark input[type="radio"],
.customer-mark label {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.customer-mark label {
	margin: 0 10px 0 1px;
}
.customer-mark label:last-child {
	margin-right: 3px;
}

.customer-mark__explanation {
	vertical-align: middle;
}

.customer-write-comment {
	margin: 0 0 5px;
}

.customer-write-comment__title {
	margin: 0 0 5px;
	font-weight: bold;
}

.customer-write-comment__textarea {
	width: 100%;
	height: 80px !important;
	margin: 0 0 10px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: vertical;
}

.customer-write-comment__author {
	font-weight: bold;
	vertical-align: middle;
	display: inline-block;
}

.customer-write-comment__author input[type="text"] {
	display: inline-block !important;
	width: 250px;
	margin: 0 0 0 5px;
	vertical-align: baseline;
}

.customer-comment {
	margin: 10px 0;
	padding:0 0 10px;
	border-bottom: 1px dashed #ccc;
}
.customer-comment:first-child {
	padding-top: 10px;
	border-top: 1px solid #ccc;
}
.customer-comment:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.customer-comment__user-name {
	margin: 0 0 0 10px;
	font-weight: bold;
}
.customer-comment__user-name:after {
	content: ',';
	margin: 0 0 0 -2px;
	font-weight: normal;
}

.customer-comment__link-delete {
	margin: 0 0 0 10px;
}

.customer-comment__text {
	margin: 5px 0 0;
}
/* end customer review */


/*
 *	jcarousel
 */

.jcarousel-skin-tango .jcarousel-container {
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 550px;
	padding: 0px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
	overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width: 550px;
	height: 100px;
}

.jcarousel-skin-tango .jcarousel-item {
	width: 100px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
}

.jcarousel-skin-tango .jcarousel-item a {
	width: 100px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.jcarousel-skin-tango .jcarousel-item a img {
	vertical-align: middle;
	max-width: 100px;
	max-height: 100px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
	margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}

/*
 * Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 15px;
	height: 100px;
	cursor: pointer;
	background: transparent url(/_common/Skins/Default/Img/Common/jcarousel-arrows.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
	background-position: 0 -100px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background-position: 0 -200px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -300px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 15px;
	height: 100px;
	cursor: pointer;
	background: transparent url(/_common/Skins/Default/Img/Common/jcarousel-arrows.png) no-repeat -15px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
	background-position: -15px -100px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background-position: -15px -200px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-position: -15px -300px;
}


/*
 *	Country flags
 */

.country-flag
{
	width: 19px;
	height: 11px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url( /_common/Skins/Default/Img/Common/flag-empty.gif );
	display: inline-block;
	text-indent: -9999px;
}

.country-flag-au
{
	background-image: url( /_common/Skins/Default/Img/Common/flag-au.gif );
}

.country-flag-de
{
	background-image: url( /_common/Skins/Default/Img/Common/flag-de.gif );
}

.country-flag-dk
{
	background-image: url( /_common/Skins/Default/Img/Common/flag-dk.gif );
}

.country-flag-es
{
	background-image: url( /_common/Skins/Default/Img/Common/flag-es.gif );
}

.country-flag-fr
{
	background-image: url( /_common/Skins/Default/Img/Common/flag-fr.gif );
}

.country-flag-it
{
	background-image: url( /_common/Skins/Default/Img/Common/flag-it.gif );
}

.country-flag-nl
{
	background-image: url( /_common/Skins/Default/Img/Common/flag-nl.gif );
}

.country-flag-no
{
	background-image: url( /_common/Skins/Default/Img/Common/flag-no.gif );
}

.country-flag-se
{
	background-image: url( /_common/Skins/Default/Img/Common/flag-se.gif );
}

.country-flag-uk
{
	background-image: url( /_common/Skins/Default/Img/Common/flag-uk.gif );
}

.country-flag-us
{
	background-image: url( /_common/Skins/Default/Img/Common/flag-us.gif );
}

/*
 *	Ajax Buy Button Notification
 */
.notifyBtn
{
	background: url( /_common/Skins/Default/Img/Common/notifyBtn_bg.png );
	display: none;
	width: 174px;
	height: 77px;
	position: absolute;
	margin: 5px 0 0 0;
	z-index: 9000;
}
.notifyBtn DIV
{
	color: #000;
	font-size: 11px;
	padding: 10px 17px 5px 23px;
	white-space: normal;
}
.notifyBtn DIV span {
	background: url( /_common/Skins/Default/Img/Common/notifyBtn_li.gif ) no-repeat 0 7px;
	display: block;
	font-weight: bold;
	padding: 3px 0 2px 11px;
	margin: 2px 0 0 0;
}
.notifyBtn DIV span a {
	color: #000;
	font-size: 11px;
}
.relative {
	position: relative;
}

/*
 *	Compare products / Add to comparison
 */

.b-add-to-compare {
	font-size: 11px;
	margin-bottom: 10px;
}

a.b-add-to-compare__link:link, a.b-add-to-compare__link:visited {
	color: #137798;
	text-decoration: underline;
}

a.b-add-to-compare__link:hover, a.b-add-to-compare__link:active {
	color: #000000;
	text-decoration: underline;
}

a.b-add-to-compare__link_action_remove:link, a.b-add-to-compare__link_action_remove:visited {
	color: #990000;
	text-decoration: none;
	border-bottom: 1px dashed #990000;
}

a.b-add-to-compare__link_action_remove:hover, a.b-add-to-compare__link_action_remove:active {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}

a.b-add-to-compare__link_action_add:link, a.b-add-to-compare__link_action_add:visited {
	color: #0160B4;
	text-decoration: none;
	border-bottom: 1px dashed #0160B4;
}

a.b-add-to-compare__link_action_add:hover, a.b-add-to-compare__link_action_add:active {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}

/*
 *	Compare products / Compare control
 */

.b-compare-control {
	font-size: 11px;
	margin: 0px 0px 15px 0px;

	border: 1px solid #cccccc;
	
	padding: 10px 10px 10px 10px
}

a.b-compare-control__link:link, a.b-compare-control__link:visited {
	color: #0160B4;
	text-decoration: underline;
}

a.b-compare-control__link:hover, a.b-compare-control__link:active {
	color: #000000;
	text-decoration: underline;
}

a.b-compare-control__link_action_show-all:link, a.b-compare-control__link_action_show-all:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}

a.b-compare-control__link_action_show-all:hover, a.b-compare-control__link_action_show-all:active {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}

.b-compare-control__item {
	padding: 0px 20px 10px 0px;
	border-bottom: 1px solid #cccccc;
	margin: 0px 0px 10px 0px;
}

.b-compare-control__item:last-child, .b-compare-control__item_border_none {
	padding: 0px 20px 0px 0px;
	border-bottom: none;
	margin: 0px 0px 0px 0px;
}

a.b-compare-control__link_action_remove:link, a.b-compare-control__link_action_remove:visited {
	color: transparent;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	background: url( /_common/Skins/Default/Img/Common/link-delete.png ) no-repeat;
	float: right;
	position: relative;
	display: none;
	margin-right: -20px;
	margin-top: -15px;
}

a.b-compare-control__link_action_remove:hover, a.b-compare-control__link_action_remove:active {
}

.b-compare-control__show-more {
	margin-top: 5px;
}

.b-compare-control-list-wrapper {
	position: absolute;
}

.b-compare-control-list {
	position: relative;
	width: 150px;
	top: 11px;
	left: -10px;
	margin: 0;
	padding: 10px 10px 10px 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 20px #dcdcdc;
	z-index: 9999;
}

.b-compare-control-list__corner {
	position: absolute;
	display: block;
	top: -10px;
	left: 20px;
	width: 36px;
	height: 10px;
	background: url( /_common/Skins/Default/Img/Common/crn-top.png ) no-repeat;
	z-index: 1000;
}

/*
 *	Compare products / Products Comparison
 */

.b-products-comparison__compare-table {
	 border-collapse: collapse;
	 background-color: #ffffff;
}

.b-products-comparison__compare-cell {

	padding: 5px 10px 5px 10px;
	font-size: 11px;
	width: 170px;
	min-width: 170px;
}

.b-products-comparison__compare-cell_type_group {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 2px solid #cccccc;
}

.b-products-comparison__compare-cell_type_name {
	font-weight: bold;
	min-height: 16px;
	width: 170px;
	min-width: 170px;
}

.b-products-comparison__compare-cell_type_product {
	vertical-align: top;
	width: 170px;
	min-width: 170px;
	border-right: 1px solid #cccccc;
}

.b-products-comparison__compare-cell_type_product:last-child {
	border-right: none;
}

.b-products-comparison__compare-cell_type_switcher {
	vertical-align: top;
	border: none;
	padding: 5px 5px 0px 0px;
	width: 170px;
	min-width: 170px;
}

.b-products-comparison__compare-cell_state_differs {
	background-color: #fffdeb;
}

.b-products-comparison__compare-row:hover {
	background-color: #f0f0f0;
}

.b-products-comparison__product-name {
	height: 50px;
	overflow: hidden;
	text-owerflow: ellipsis;
}

.b-products-comparison__product-name {
	font-size: 11px;
	margin: 0px 0px 10px 0px;
}

.b-products-comparison__product-stock {
	font-size: 11px;
	margin: 0px 0px 10px 10px;
	float: right;
}

.b-products-comparison__product-sku {
	font-size: 11px;
	margin: 0px 0px 10px 0px;
}

.b-products-comparison__product-rating {
	height: 16px;
	margin: 0px 0px 10px 0px;
}

.b-products-comparison__product-rating .ts-rating__title {
	display: none;
}

.b-products-comparison__product-price {
/*	height: 13px; */
	margin: 0px 0px 10px 0px;
/*	float: left; */
}

.b-products-comparison__product-picture {
	height: 54px;
	text-align: center;
	margin: 0px 0px 10px 0px;
}

a.b-products-comparison__link_action_remove:link, a.b-products-comparison__link_action_remove:visited {
	color: #990000;
	text-decoration: none;
	border-bottom: 1px dashed #990000;
}

a.b-products-comparison__link_action_remove:hover, a.b-products-comparison__link_action_remove:active {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}

.b-products-comparison__param {
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center center;
}

.b-products-comparison__param_value_true
{
	background-image: url( /_common/Skins/Default/Img/Common/icon-bool_true.gif );
}

.b-products-comparison__param_value_false
{
	background-image: url( /_common/Skins/Default/Img/Common/icon-bool_false.gif );
}

.b-products-comparison__switcher-container {
	float: left;
	margin: 0px 30px 15px 0px;
}

.b-products-comparison__switcher-title {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 5px 0px 0px;
	display: inline-block;
}

.b-products-comparison__switcher {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
}

.b-products-comparison__switcher-item {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	
	padding: 2px 5px 2px 5px;
	border-right: 1px solid #cccccc;
}

.b-products-comparison__link-switcher-item_state_selected {
	background-color: #e8f1cd;
}

.b-products-comparison__switcher-item:last-child {
	border-right: none;
}

.b-products-comparison__link-switcher:link, .b-products-comparison__link-switcher:visited {
	color: #0160B4;
	text-decoration: none;
	border-bottom: 1px dashed #0160B4;
}

.b-products-comparison__link-switcher:hover, .b-products-comparison__link-switcher:active {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}

.b-products-comparison__link-switcher_type_category:link, .b-products-comparison__link-switcher_type_category:visited {
	color: #0160B4;
	text-decoration: underline;
	border-bottom: none;
}

.b-products-comparison__link-switcher_type_category:hover, .b-products-comparison__link-switcher_type_category:active {
	color: #000000;
	text-decoration: underline;
	border-bottom: none;
}

.b-products-comparison__link-switcher[disabled="disabled"] {
	color: #666666;
	text-decoration: none;
	border-bottom: none;
	cursor: default;
}

.b-products-comparison__link-switcher-item_state_selected .b-products-comparison__link-switcher,
.b-products-comparison__link-switcher-item_state_selected .b-products-comparison__link-switcher_type_category {
	color: #000000;
	text-decoration: none;
	border-bottom: none;
	cursor: default;
}

/*
 *	Page Blocks
 */

.b-page-header {
	font-size: 18px;
	margin: 0px 0px 15px 0px;
	font-weight: normal;
	color: #000000;
}

/*
 *	Common Popup
 */

.b-popup-body {
	background: #ffffff;
	padding: 10px 20px 10px 20px;
}

.b-popup-header {
	border-bottom: 1px solid #cccccc;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	display: inline-block;
	width: 100%;
}

.b-popup-header__logo {
	display: inline-block;
	margin: 0px 0px 0px 0px;
}

.b-popup-header__link-close, .b-popup-footer__link-close {
	display: inline-block;
	background-image: url( /_common/Skins/Default/Img/Common/modal_close.png );
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 0px 20px;
	min-height: 18px;
}

.b-popup-header__link-close {
	margin: 0px 0px 0px 20px;
	position: relative;
	top: -5px;
}

.b-popup-footer {
	border-top: 1px solid #cccccc;
	padding: 10px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}

.logo_cc{ position: absolute; width: 125px; height: 30px; margin: 7px 0 0 -165px; }

/*
 * FacebookShop
 */

.b-fb-page {
	background: #fff;
	margin: 0;
	padding: 0;
}
.b-fb-shop {
	width: 773px;
	border: 0;
	padding: 0 10px;
}
.b-fb-list__folder {
	padding: 0;
	margin-bottom: 10px;
	font-family: Arial, Tahoma, sans-serif;
}
.b-fb-list {
	width: 100%;
	border: 0;
	margin: 0;
	empty-cells: show;
}
.b-fb-list__separator {
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0;
	border: 0;
}
.b-fb-list__item {
	margin: 0;
	padding: 10px;
	background-color: #fff;
	vertical-align: top;
	text-align: left;
	font-family: Arial, Tahoma, sans-serif;
	border: 1px solid #ccc;
	/* border-radius is set only here */
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.b-fb-list__item_border_top {
	border-bottom: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.b-fb-list__item_border_sides {
	border-top: 0;
	border-bottom: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.b-fb-list__item_border_sides_left {
	border-right: 0;
	padding-right: 0;
}
.b-fb-list__item_border_sides_right {
	border-left: 0;
	padding-left: 0;
}
.b-fb-list__item_border_bottom {
	border-top: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding-top: 0;
}
.b-fb-list__item__name {
	font-size: 14px;
	font-weight: normal;
	color: #0160B4;
	text-decoration: none;
}
.b-fb-list__item__name:hover,
.b-fb-list__item__name:active {
	text-decoration: underline;
}
.b-fb-special {
	color: #b7221b;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
.b-fb-link__text {
	font-size: 12px;
	color: #333;
	border-bottom: 1px dashed #333;
	white-space: nowrap;
}
.b-fb-link,
.b-fb-link:hover,
.b-fb-link:active {
	text-decoration: none;
}

.b-fb-list__item__image {
	display: block;
	height: 150px;
	width: 190px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.b-fb-list__item__price {
	white-space: nowrap;
	font-size: 20px;
	color: #000;
	font-weight: normal;
	padding: 13px 3px 0 0;
}
.b-fb-list__item__buy-button {
	display: inline-block;
	padding: 11px 0 0 0;
	margin: 0;
	float: right;
}
.b-fb-list__item__description {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 11px;
	color: #333;
}

.b-fb-card {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #ccc;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.b-fb-card__image {
	padding: 0 9px 0 0;
	vertical-align: top;
}
.b-fb-card__name {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.b-fb-card__sku {
	margin: 10px 0;
	padding: 0;
}
.b-fb-card__short_description {
	padding: 0 0 10px 0;
	margin: 0;
}
.b-fb-card__parameters {
	padding: 0;
	margin: 0 0 10px 0;
}
.b-fb-card__parameters__item {
	background: url( /_common/Skins/Default/Img/Common/pnt.gif ) no-repeat top left;
	padding: 0 0 5px 10px;
}
.b-fb-card__price {
	font-size: 20px;
	color: #000;
	font-weight: normal;
	padding: 3px 15px 0 0;
}
.b-fb-card__buy-button {
	padding: 0;
	vertical-align: top;
}
.b-fb-card__price_second {
	text-align: left;
	padding: 5px 15px 0 0;
	white-space: nowrap;
	font-size: 11px;
	color: #000;
	font-weight: normal;
}
.b-fb-card__description {
	width: 100%;
	border-top: 2px solid #d7d7d7;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}
.b-fb-card__discrepancies {
	border-top: 2px solid #d7d7d7;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	color: #b7221b;
	font-size: 11px;
}

/* Multi load */
.MultiFile-label{ padding: 2px 0 1px 0; }
.MultiFile-label a.MultiFile-remove{ text-decoration: none; color: red; font-weight: bold; }


/*********************/
/* пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ         */
/*********************/
.b-pagination {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	color: #777;
	background: #fff;
}

.b-pagination__summary {
	margin: 0 10px 0 0;
	line-height: 21px;
}

.b-pagination__resizer {
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
	height: 20px;
	font-size: 12px;
	color: #666;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 14px;
}

body:first-of-type .b-pagination__resizer {
	height: 20px;
}

.b-pagination__numbering {
	float: right;
	margin: 0;
	padding: 0;
	height: 18px;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.b-pagination__page {
	float: left;
	width: 18px;
	height: 16px;
	margin: 0;
	padding: 2px 0 0;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #ddd;
}
.b-pagination__page:last-child {
	border-right: none;
}

.b-pagination__page_link-prev,
.b-pagination__page_link-next {
	position: relative;
	width: auto;
	padding: 2px 5px 0;
}
/* пїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅ, пїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅ пїЅпїЅпїЅ-пїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ */
.b-pagination__page_link-prev {
	padding-left: 10px;
}
.b-pagination__page_link-prev:before {
	position: absolute;
	top: 0;
	left: 3px;
	content: "\2039";
	font-size: 14px;
	line-height: 18px;
}

.b-pagination__page_link-next {
	padding-right: 10px;
}
.b-pagination__page_link-next:after {
	position: absolute;
	top: 0;
	right: 3px;
	content: "\203A";
	font-size: 14px;
	line-height: 18px;
}
/* IE9 hack */
:root .b-pagination__page_link-prev:before,
:root .b-pagination__page_link-next:after {
	line-height: 17px\0/IE9;
}

.b-pagination__page_link {
	color: #0160B4;
}
.b-pagination__page_link:hover {
	text-decoration: none !important;
	background: #f5f5f5;
}

.b-pagination__page_current {
	background: #f0f0f0;
	text-align: center;
	text-shadow: 0 1px #fff;
}
/* Currently not used. Insert in SeparatorTemplate if need */
.b-pagination__page_divider {
}

/*
 *	Screenshots & videos gallery
 */

.b-screenshot {
	float: left;
	width: 320px;
	height: 240px;
	border: 1px solid #cccccc;
	margin: 0px 20px 20px 0px;
	display: table;
}

.b-screenshot:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.b-screenshot__link {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.b-screenshot__image {
	max-width: 300px;
	max-height: 220px;
}

.b-video {
	margin-bottom: 20px;
}

.b-video__header {
	margin-bottom: 10px;
}

.b-video__title {
	font-size: 14px;
	font-weight: bold;
	float: left;
}

.b-video__link {
	display: block;
	float: right;
}



/**************/
/* Stock Info */
/**************/
.show-stock {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	text-align: left;
	white-space: nowrap;
}

.show-stock__in-stock,
.show-stock__out-of-stock,
.show-stock__out-of-stock-with-eta {
	font-size: 11px;
	font-weight: normal;
}

.show-stock .icon {
	float: left;
	font-size: 1.3em;
	margin-right: 3px;
}

.show-stock .icon-in-stock {
	color: #0f9b3a; /* 'in stock' icon color */
}

.show-stock .icon-out-of-stock {
	color: #e52700; /* 'out of stock' icon color */
}

.show-stock__quantity,
.show-stock__eta-date {
	font-weight: bolder;
}

.show-stock__quantity:before,
.show-stock__eta-date:before {
	content: ':';
	margin: 0 0 0 -.2em ;
	font-weight: normal;
}


/* Standart view  */
/* no modifiers */
.show-stock__eta-date,
.show-stock__quantity,
.show-stock__quantity_more,
.show-stock__description,
.show-stock__description_after {
	display: none;
}

.show-stock__description_standart {
	display: inline;
}


/* Icons only view    */
/* use modifier       */
/* show-stock_icons-only */
.show-stock_icons-only .show-stock__description,
.show-stock_icons-only .show-stock__quantity,
.show-stock_icons-only .show-stock__quantity_more,
.show-stock_icons-only .show-stock__eta-date {
	display: none;
}


/* ETA view     */
/* use modifier */
/* show-stock_eta  */
.show-stock_eta .show-stock__description,
.show-stock_eta .show-stock__quantity:before,
.show-stock_eta .icon {
	display: none;
}

.show-stock_eta .show-stock__eta-date,
.show-stock_eta .show-stock__quantity,
.show-stock_eta .show-stock__quantity_more,
.show-stock_eta .show-stock__in-stock .show-stock__description_eta-after,
.show-stock_eta .show-stock__out-of-stock-with-eta .show-stock__description_eta {
	display: inline;
}


/* Values only view    */
/* use modifier       */
/* show-stock_eta show-stock_eta-values-only */
.show-stock_eta-values-only .show-stock__quantity_more,
.show-stock_eta-values-only .show-stock__eta-date:before,
.show-stock_eta-values-only .show-stock__description {
	display: none !important;
}


/* Full view    */
/* use modifier */
/* show-stock_full */
.show-stock_full .show-stock__quantity,
.show-stock_full .show-stock__eta-date {
	display: inline;
}

.show-stock_full .show-stock__description,
.show-stock_full .show-stock__quantity_more,
.show-stock_full .show-stock__out-of-stock .show-stock__quantity {
	display: none;
}

.show-stock_full .show-stock__description_full-standart {
	display: inline;
}


/* Vendor stock   */
/* use modifier   */
/* show-stock_full show-stock_full-vendor */
.show-stock_full-vendor .show-stock__description_full-standart {
	display: none;
}

.show-stock_full-vendor .show-stock__description_full-vendor {
	display: inline;
}


/* Own stock    */
/* use modifier */
/* show-stock_full show-stock_full-own  */
.show-stock_full-own .show-stock__description_full-standart {
	display: none;
}

.show-stock_full-own .show-stock__description_full-own {
	display: inline;
}


/* Bid view     */
/* use modifier */
/* show-stock_bid  */
.show-stock_bid {
	display: block;
	margin: 2px 0;
}

.show-stock_bid .icon,
.show-stock_bid .show-stock__quantity,
.show-stock_bid .show-stock__quantity:before,
.show-stock_bid .show-stock__quantity_more,
.show-stock_bid .show-stock__description {
	display: none;
}

.show-stock_bid .show-stock__eta-date,
.show-stock_bid .show-stock__in-stock .show-stock__quantity,
.show-stock_bid .show-stock__in-stock .show-stock__description_bid-after,
.show-stock_bid .show-stock__out-of-stock .show-stock__description_bid,
.show-stock_bid .show-stock__out-of-stock-with-eta .show-stock__description_bid {
	display: inline;
}


/* Icon description on the top of partslist */
.show-stock-icons-description {
	float: right;
	white-space: nowrap;
}

.show-stock-icons-description .show-stock {
	margin-left: 10px;
}

.show-stock-icons-description .show-stock__description {
	display: inline;
}

.show-stock-icons-description .show-stock__description:before {
	content: '=';
	margin: 0 3px 0 0;
}
/* end Stock Info */


/******************/
/* no image block */
/******************/
.b-no-image {       /* default for frontpage specials */
	display: block;
	width: 190px;
	height: 150px;
	line-height: 150px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.b-no-image_specials-super {
	width: 160px;
	height: 140px;
	line-height: 140px;
}

.b-no-image_product-list {
	width: 72px;
	height: 54px;
	line-height: 54px;
}

.b-no-image_product-card {
	width: 220px;
	height: 190px;
	line-height: 190px;
}

.b-no-image_bid-list {
	width: 150px;
	height: 150px;
	line-height: 150px;
}

.b-no-image_campaign-list {
	width: 150px;
	height: 150px;
	line-height: 150px;
}

.b-no-image_compare {
	width: 120px;
	height: 90px;
	line-height: 90px;
}

.b-no-image_bid-details {
	width: 100%;
	height: 190px;
	line-height: 190px;
	margin-bottom: 20px;
}

.b-no-image_top-cart {
	width: 35px;
	height: 35px;
	line-height: 32px;
}

.b-no-image_token-view {
	width: 190px;
	height: 290px;
	line-height: 290px;
}

.b-no-image_suite-list {
	width: 72px;
	height: 54px;
	line-height: 54px;
}

.b-no-image_suite-featured {
	width: 190px;
	height: 150px;
	line-height: 150px;
}

.b-no-image_suite-card {
	width: 220px;
	height: 190px;
	line-height: 190px;
}

.b-no-image__container {
	display: inline-block;
	color: #ccc;
	text-align: center;
	vertical-align: middle;
}

.b-no-image__icon {
	display: block;
	font-size: 2em;
}

.b-no-image__text {
	line-height: normal;
	font-size: x-small;
}
/* end no image block */



/* Checkout contacts */
.col-width {
	width: 110px;
}

.col-width-text {
	padding: 5px 3px 5px 0;
}


/* Panels */
/* compatibility block */
.panel {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-default {
	border-color: #DDD;
}

.panel-heading {
	padding: 8px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.panel-default > .panel-heading {
	color: #333;
	background-color: #F5F5F5;
	border-color: #DDD;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: larger;
	font-weight: bolder;
}

.panel-body {
	padding: 15px;
}

.panel-body:before,
.panel-body:after {
	display: table;
	content: " ";
	clear: both;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #F5F5F5;
	border-top: 1px solid #DDD;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel-success {
	border-color: #D6E9C6;
}

.panel-success > .panel-heading {
	color: #468847 !important;
	background-color: #DFF0D8;
	border-color: #D6E9C6;
}


/* Р·РІРµР·РґРѕС‡РєР° Сѓ РїРѕР»РµР№ СЃ РѕС€РёР±РєР°РјРё */
.b-error-asterisk { /* СѓР±СЂР°С‚СЊ РїРѕСЃР»Рµ С‚РѕРіРѕ, РєР°Рє Р±СѓРґСѓС‚ РїРѕРґСЃРІРµС‡РёРІР°С‚СЊСЃСЏ РїРѕР»СЏ СЃ РѕС€РёР±РєРѕР№ */
	position: absolute;
	top: 0;
	right: -10px;
	font-size: 18px;
	color: red;
}
.b-error-asterisk span {
	display: block;
}


/* forgot password */
.cmp-input-simple {
	display: inline-block;
	position: relative;
	margin-right: 20px;
}

.b-panel-password-forgot .cmp-btn-send {
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}

/* BS grid */
.form-group {
	margin-bottom: 15px;
}
.col-sm-2 {
	float: left;
	width: 16.666666666666664%;
}
.col-sm-3 {
	float: left;
	width: 25%;
}
.col-sm-5 {
	float: left;
	width: 41.66666666666667%;
	padding: 0 10px;
}
.col-sm-offset-3 {
	margin-left: 25%;
}

/* BS forms */
.control-label {
	display: inline-block;
	margin: 5px 5px 0 0;
	font-weight: bold;
	text-align: right;
}

.input-sm {
	width: 100%;
	margin: 0 10px;
}

/* ESD Software Download Info */

.software-download {
	border: 1px solid #cccccc;
	padding: 10px 20px;
	margin: 10px 0;
}

.software-download__title {
	display: inline-block;
	border-bottom: 1px dashed;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	line-height: 1;
}

.software-download__content {
	font-size: 12px;
	padding: 10px 0 0 0;
	display: none;
}


/* Icon buttons */
/* icon-info */
.btn-info .icon-info2 {
	color: #3960c4;
	font-size: 1.3em;
	margin-right: 5px;
	vertical-align: middle;
}

/* icon-zoom */
.btn-zoom .icon-zoom-in {
	color: #5a5a5a;
	font-size: 1.5em;
}

/* icon-trash, icon_remove-giftcert, icon-remove_bundle, icon-remove_favorites, icon-remove_part */
.btn-remove .icon-remove2 {
	color: #5a5a5a;
	font-size: 1.4em;
	margin: 0 3px;
}

/* button-set_date */
.btn-set-date .icon-calendar3 {
	color: #3960c4;
	font-size: 1.5em;
}

/* icon_add, icon_overwrite, icon_use, icon-share, icon-arrow_down, icon-arrow_up */
.btn-add .icon-file-plus2,
.btn-overwrite .icon-file-download2,
.btn-use .icon-file-upload2,
.btn-share .icon-share,
.btn-arrow_down .icon-arrow-down2,
.btn-arrow_up .icon-arrow-up2 {
	color: #3960c4;
	font-size: 1.4em;
}

/* icon-share-stop, icon-arrow_down_faded, icon-arrow_up_faded */
.btn-stop-share .icon-share,
.btn-arrow_down_disabled .icon-arrow-down2,
.btn-arrow_up_disabled .icon-arrow-up2 {
	color: #999;
	font-size: 1.4em;
}

.btn-info,
.btn-zoom, .btn-remove,
.btn-set-date a,
.btn-add, .btn-overwrite, .btn-use,
.btn-share, .btn-stop-share,
.btn-arrow_down, .btn-arrow_up,
.btn-arrow_down_disabled, .btn-arrow_up_disabled {
	text-decoration: none !important;
}

/***************************/
/* My account -- User Card */
/***************************/
.b-user-card__title {
	border: 1px solid #ccc;
	border-bottom: 0;
	background-color: #f3f3f3;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding: 5px 10px;
}
.b-user-card {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	position: relative;
}
.b-table {
	padding: 0;
	margin: 0;
	border: none;
	text-align: left;
	white-space: nowrap;
}
.b-user-card__field {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 5px;
	padding-left: 5px;
}
.b-user-card__field_small {
	padding-left: 5px;
	padding-right: 10px;
	font-size: 11px;
}
.b-user-card__text {
	padding-right: 5px;
	font-size: 11px;
}
.b-user-card__approve-amount {
	width: 35px;
}
#newLoginBtnDiv {
	margin-left: 10px;
	display: block;
}
#newLoginDiv {
	display: none;
}
#approvementInfoDiv,
#changeLoginDiv,
#contactInfoDiv {
	display: block;
}
.b-user-card__button {
	margin: 0 0 10px;
	text-align: center;
	padding: 0;
}

.b-contact-card {
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
}

.b-contact-card .w100 {
	border-collapse: separate;
	border-spacing: 3px;
}

.b-contact-card__title {
	width: 50%;
	border: 1px solid #ccc;
	background-color: #f3f3f3;
	text-align: left;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding: 0 10px;
}
.b-contact-card__info {
	padding: 5px 10px;
	margin: 0;
	border: 1px solid #ccc;
	border-top: none;
}
.b-contact-card_border_left_none {
	border-left: none;
}
.b-contact-card__button {
	padding-left: 5px;
}