#wrap_props #wrap_relations{
	display: block;
	padding: 8px;
	margin: 0 16px 16px 16px;
	background-color: #eee;
	border-radius: 7px;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	text-align: left;
}
	#wrap_props #wrap_relations button{
		display: block;
		margin: 8px auto 4px auto;
	}
	#wrap_props #wrap_relations.empty{
		display: none;
	}

	.masterForm #nodrop_upload_btn_1,
	.masterForm #nodrop_upload_btn_2{
		width: 96px;
		height: 96px;
		background-color: #ebedf0;
		background-size: cover;
/*		background-size: contain;*/
		background-position: center center;
		background-repeat: no-repeat;
		border-radius: 5px;
		display: inline-block;
		margin: 2px 4px 0 0;
		line-height: 1;
		cursor: pointer;
		background-size: auto;
		background-image: url("/gfx/upimgbtn.png");
	}
	.masterForm #nodrop_upload_btn_1:hover,
	.masterForm #nodrop_upload_btn_2:hover{
		background-color: #f0f0f0;
	}

	.masterForm #nodrop_upload_btn_1_img{
		background-size: auto;
	}


.shopProdPageBreadcrumbs{
	margin: 0 40px var(--space-between-rows-height) 40px;
	font-size: 14px;
	color: #888;
}
.shopBuyArea{
	padding: 20px 0 30px 0;
}
	.shopBuyArea .price{
		display: block;
		font-size: 36px;
		color: #555;
		padding: 0 0 4px 0;
	}
		.shopBuyArea .price s{
			font-size: 24px;
			line-height: 24px;
			color: #999;
			text-decoration: line-through;
		}
	.shopBuyArea .price.discount{
		color: var(--orange-text);
	}
	.shopBuyArea .price.soldout{
		color: #ccc;
		width: 260px;
		vertical-align: middle;
		display: inline-block;
	}
	.shopBuyArea button{
		height: 36px;
		margin-right: 8px;
		font-size: 18px;
	}
	.shopBuyArea .switcher{
		padding: 0;
		width: 50px;
	}
	.shopBuyArea .fav{
		background: var(--button-light-gray) url("/gfx/btn-fav.png") center center no-repeat;
	}
	.shopBuyArea .fav:hover{
		background-color: var(--button-light-gray-hover);
	}
	.shopBuyArea .fav.active{
		background-image: url("/gfx/btn-fav-full.png");
	}
	.shopBuyArea .cart.active{
		background-color: #5eb238;
	}
	.shopBuyArea .cart.active:hover{
		background-color: #6bcc40;
	}
	.shopBuyArea .instock{
		font-size: 12px;
		color: #aaa;
		padding: 0 0 12px 0;
	}

.shopQuestionBtn{
	padding: 20px 0 0 0;
	text-align: center;
}

.shopVCPhoto{
	width: 440px;
	float: left;
}
	.shopVCPhoto .articul{
		font-size: 12px;
		color: #aaa;
		padding: 20px 0;
	}
	.shopVCMainPhoto{
		width: 420px;
		height: 420px;
		cursor: pointer;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		overflow: hidden;
	}
		.shopVCMainPhoto img{
			width: 420px;
			height: 420px;
			display: none !important;
		}
	ul.shopVCPhotosList,
	#mainArea #mainContent .sectionWrapper .shopVCPhoto ul.shopVCPhotosList{
		display: block;
		list-style: none;
		margin: 0;
		padding: 10px 0 0 0;
	}
	ul.shopVCPhotosList li,
	#mainArea #mainContent .sectionWrapper .shopVCPhoto ul.shopVCPhotosList li{
		display: block;
		float: left;
/*		height: 101px;
		width: 101px;
		margin: 0 5px 5px 0;*/
		height: 57px;
		width: 57px;
		margin: 0 3px 3px 0;
		padding: 0;
		list-style: none;
		background-size: cover;
		background-position: center;
		cursor: pointer;
		border-radius: 5px;
	}
.shopVCInfo{
	width: 356px;
	float: left;
}
	.shopVCInfo h3{
		padding: 10px 0 6px 0;
		margin: 0;
		font-weight: normal;
		color: #888;
		font-size: 18px;
	}
	.shopVCInfo ul.shopVCGamesList button{
		margin: 8px auto 0 auto;
	}
	.shopVCInfo ul.shopVCGamesList,
	#mainArea #mainContent .sectionWrapper .shopVCInfo ul.shopVCGamesList{
		display: block;
		padding: 10px 10px 8px 10px;
		margin: 0 0 10px 0;
		border-radius: 7px;
		font-size: 12px;
		color: #888;
		background-color: #eee;
		list-style: decimal-leading-zero;
		list-style-position: inside;
	}
	.shopVCInfo ul.shopVCGamesList li,
	#mainArea #mainContent .sectionWrapper .shopVCInfo ul.shopVCGamesList li{
		padding: 6px 6px 6px 16px;
		margin: 0 0 2px 0;
		background-color: #fff;
		list-style: decimal-leading-zero;
		list-style-position: inside;
		border-radius: 5px;
	}
	.shopVCInfo .shopVCAttributes{
		display: block;
		padding: 10px;
		margin: 0 0 10px 0;
		border-radius: 7px;
		font-size: 12px;
		color: #333;
		background-color: #eee;
		list-style: decimal-leading-zero;
		line-height: 20px;
	}
	.shopVCInfo .shopVCAttributes span.chname{
		display: inline-block;
		width: 120px;
		padding: 0 10px 0 0;
		text-align: right;
		vertical-align: top;
	}
	.shopVCInfo .shopVCAttributes span.chval{
		display: inline-block;
		width: 190px;
		padding: 0;
		text-align: left;
		vertical-align: top;
	}

ul#cartItems{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul#cartItems li{
		display: block;
		list-style: none;
		margin: 0 0 var(--space-between-rows-height) 0;
		padding: 10px 20px;
		width: var(--three-column-width);
		background-color: #fff;
		border-radius: var(--block-border-radius);
		box-shadow: var(--block-shadow);
	}
	ul#cartItems li.opac{
		opacity: 0.2;
	}
	ul#cartItems li.opac:hover{
		opacity: 0.7;
	}
	  label #cartAddToParent,
		ul#cartItems li .checkbox{
			display: inline-block;
			margin: 40px 10px 0 0;
			padding: 0;
			border: solid 2px #50bbff;
			border-radius: 3px;
			width: 16px;
			height: 16px;
			vertical-align: top;
			background: transparent no-repeat center center;
			cursor: pointer;
		}
		  label:hover #cartAddToParent,
			ul#cartItems li .checkbox:hover{
				border-color: #70ccff;
				background: transparent url("/gfx/check-blue.png") no-repeat center center;
			}

		  label #cartAddToParent.checked,
			ul#cartItems li .checkbox.checked{
				background: #50bbff url("/gfx/check.png") no-repeat center center;
			}
		  label:hover #cartAddToParent.checked,
			ul#cartItems li .checkbox.checked:hover{
				border-color: #70ccff;
				background: #70ccff url("/gfx/check.png") no-repeat center center;
			}
			ul#cartItems li .checkbox.disabled,
			ul#cartItems li .checkbox.disabled:hover{
				background: transparent no-repeat center center;
				border: solid 2px #eee;
				cursor: default;
			}
	  label #cartAddToParent,
	  label:hover #cartAddToParent{
	  	margin: 0 8px 0 0;
			vertical-align: middle;
			background-color: #fff;
	  }

		ul#cartItems li .picture{
			display: inline-block;
			vertical-align: top;
			width: 100px;
			height: 100px;
			background: #fafafa url("/gfx/noimage.png") no-repeat center center;
			background-size: cover;
			margin: 0 20px 0 0;
			border-radius: 7px;
		}
		ul#cartItems li .info{
			display: inline-block;
			vertical-align: top;
			width: 400px;
			min-height: 100px;
			margin: 0 10px 0 0;
			font-size: 14px;
			color: #888;
		}
			ul#cartItems li .info .link{
				display: block;
				font-size: 18px;
				font-weight: normal;
				text-align: left;
				margin: 0 0 10px 0;
			}
			ul#cartItems li .info .variant{
				display: block;
				font-size: 12px;
				font-weight: normal;
				text-align: left;
				margin: 10px 0 0 0;
				color: #aaa;
			}
		ul#cartItems li .quantity{
			display: inline-block;
			vertical-align: top;
			width: 110px;
			height: 34px;
			overflow: hidden;
			margin: 35px 10px 0 0;
			font-size: 14px;
			background-color: #ddd;
			border-radius: 17px;
		}
			ul#cartItems li .quantity .plus,
			ul#cartItems li .quantity .minus{
				display: inline-block;
				width: 30px;
				height: 30px;
				vertical-align: top;
				margin: 2px;
				padding: 0;
				cursor: pointer;
				border: none;
				border-radius: 15px;
				background-color: transparent;
				font-size: 22px;
			}
			ul#cartItems li .quantity .qty:hover{
				background-color: #eee;
			}
			ul#cartItems li .quantity .qty:focus{
				background-color: #fff;
			}
			ul#cartItems li .quantity .plus:hover,
			ul#cartItems li .quantity .minus:hover{
				background-color: #eee;
			}
			ul#cartItems li .quantity .plus:disabled,
			ul#cartItems li .quantity .minus:disabled{
				background-color: transparent;
				cursor: default;
			}
			ul#cartItems li .quantity .qty{
				display: inline-block;
				width: 42px;
				vertical-align: top;
				margin: 2px 0;
				padding: 0;
				height: 30px;
				text-align: center;
				font-size: 18px;
				line-height: 18px;
				border: none;
				background-color: #ddd;
				border-radius: 5px;
			}
		ul#cartItems li .cost{
			display: inline-block;
			vertical-align: top;
			width: 100px;
			min-height:20px;
			margin: 38px 10px 0 0;
			font-size: 24px;
			text-align: center;
		}
		ul#cartItems li .soldout{
			display: inline-block;
			vertical-align: top;
			width: 220px;
			min-height:20px;
			margin: 38px 10px 0 0;
			font-size: 24px;
			text-align: center;
			color: #ccc;
		}
		ul#cartItems li .icons{
			display: inline-block;
			vertical-align: top;
			width: 40px;
			margin: 30px 0 0 0;
		}
			ul#cartItems li .icons .trash{
				cursor: pointer;
				display: block;
				width: 36px;
				height: 36px;
				background: transparent url("/gfx/trash36.png") no-repeat center center;
				opacity: 0.3;
			}
			ul#cartItems li .icons .trash:hover{
				opacity: 1;
			}

#shopCartSummary{
	margin: 0 20px;
	text-align: center;
}
	#shopCartSummary .goods{
		text-align: left;
		font-size: 18px;
		margin: 0 0 10px 0;
	}
	#shopCartSummary .discount{
		text-align: left;
		font-size: 18px;
		margin: 0 0 10px 0;
	}
	#shopCartSummary .delivery{
		text-align: left;
		font-size: 18px;
		margin: 0 0 10px 0;
	}
	#shopCartSummary .total{
		text-align: left;
		font-size: 24px;
		margin: 10px 0 20px 0;
	}
	#shopCartSummary .parentSelectParentOrder{
		background-color: #f0f0f0;
		border-radius: 7px;
		text-align: left;
		font-size: 14px;
		padding: 12px;
		margin: 0 0 14px 0;
	}
		#shopCartSummary .parentSelectParentOrder label{
			display: block;
			cursor: pointer;
			margin: 0 6px 0 0;
			padding: 0;
		}
		#shopCartSummary .parentSelectParentOrder #parentOrderField{
			padding: 6px 0 0 0;
			font-size: 11px;
			color: #888;
			hyphens: manual;
		}
			#shopCartSummary .parentSelectParentOrder #parentOrderField select{
				width: 200px;
				padding: 6px 8px;
				font-family: Arial, Verdana, sans-serif;
				font-size: 14px;
				line-height: 14px;
				border-radius: 5px;
				border: solid 1px #ddd;
				margin: 6px auto 8px auto;
				background-color: #fafafa;
				outline: none;
				display: block;
			}	
	
	#shopCartSummary .commentSwitch{
		text-align: center;
		font-size: 14px;
		margin: 0 0 20px 0;
	}
	#shopCartSummary #commentField{
		display: block;
		margin: -10px 0 20px 0;
	}
	#shopCartSummary #commentField textarea{
		width: 222px;
		height: 100px;
		min-height: 70px;
		resize: vertical;
		padding: 6px 8px;
		font-family: Arial, Verdana, sans-serif;
		font-size: 14px;
		line-height: 14px;
		border-radius: 5px;
		border: solid 1px #ddd;
		background-color: #fafafa;
		outline: none;
	}
	#shopCartSummary hr{
		border: none;
		border-top: solid 1px #ddd;
		margin: 0;
		padding: 0;
	}
	#shopCartSummary .floatRight{
		float: right;
	}
	#shopCartSummary #makeOrder{
		font-size: 18px;
		padding: 16px 32px;
	}
#shopCartSummaryEmpty{
	font-size: 18px;
	color: #ccc;
	margin: 0 20px;
	text-align: center;
}
.shopWantToRegInCart{
	text-align: center;
	margin: 0 0 16px 0;
}
	.shopWantToRegInCart button{
		width: 100%;
		line-height: 32px;
	}

.fld_vars{
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}
	.fld_vars #varsWrap .oneVariant{
		display: block;
		padding: 8px;
		margin: 0 0 4px 0;
		background-color: #f2f2f2;
		border-radius: 7px;
	}
		.fld_vars #varsWrap .oneVariant .varImage{
			display: inline-block;
			vertical-align: middle;
			width: 60px;
			height: 50px;
		}
		.fld_vars #varsWrap .oneVariant .varData{
			display: inline-block;
			vertical-align: middle;
			width: 322px;
			height: 30px;
		}
		.fld_vars #varsWrap .oneVariant .varData input[type="text"],
		.fld_vars #varsWrap .oneVariant .varData input[type="number"]{
			display: inline-block;
			width: 110px;
			padding: 6px 8px;
			font-family: Arial, Verdana, sans-serif;
			font-size: 14px;
			line-height: 14px;
			border-radius: 5px;
			border: solid 1px #ddd;
			margin: 0;
			background-color: #fafafa;
			outline: none;
		}
		.fld_vars #varsWrap .oneVariant .varData input[type="text"].numbf,
		.fld_vars #varsWrap .oneVariant .varData input[type="number"]{
			width: 35px;
			margin-left: 3px;
		}
		
		
		.fld_vars #varsWrap .oneVariant .btnVup{
			width: 50px;
			height: 50px;
			background-color: #ebedf0;
			background-size: cover;
			background-position: center center;
			background-repeat: no-repeat;
			border-radius: 5px;
			display: inline-block;
			margin: 0;
			line-height: 1;
			cursor: pointer;
			background-size: 50%;
			background-position: center;
			background-image: url("/gfx/upimgbtn.png");
		}
		.masterForm .fld_vars #varsWrap .oneVariant .drop_box{
			width: 50px;
			height: 50px;
			cursor: pointer;
		}
		.fld_vars #varsWrap .oneVariant .removeVar{
			background: transparent url("/gfx/ico-16x16-close.png") center center no-repeat;
			border-radius: 0 5px 0 5px;
			width: 16px;
			height: 16px;
			float: right;
			cursor: pointer;
			opacity: 0.4;
			margin-top: 7px;
		}
		.fld_vars #varsWrap .oneVariant .removeVar:hover{
			opacity: 1;
		}
	.fld_vars .varsAddBtn{
		display: block;
		padding: 8px;
		margin: 0 0 16px 0;
		background-color: #f2f2f2;
		border-radius: 7px;
		text-align: center;
	}

.productVariants{
	padding: 0 0 14px 0;
}
	.productVariants .productVariantsTitle{
		font-size: 12px;
		line-height: 12px;
		min-height: 12px;
		color: #666;
		padding: 0;
	}
	.productVariants .prodVariant{
		width: 50px;
		height: 50px;
		background-size: cover;
		background-position: center;
		margin: 0 4px 4px 0;
		display: inline-block;
		cursor: pointer;
		border-radius: 5px;
	}
	.productVariants .prodVariant.active{
		cursor: default;
		outline: 2px solid #ffbf50;
	}
	.productVariants .prodVariant.soldout{
		cursor: default;
		opacity: .1;
	}

#similarCarts h2{
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 24px;
	font-weight: normal;
}


#eastDelivery{
	display: block;
	border-radius: 9px;
	background-color: #ddd;
	color: #000;
	margin: 20px 0 0 0;
	padding: 10px;
}
	#eastDelivery a{
		background-color: #50bbff;
		color: #fff;
		padding: 6px 16px;
		margin: 6px 0 0 0;
		display: inline-block;
		border-radius: 7px;
	}
	#eastDelivery a:hover{
		text-decoration: none;
		background-color: #70ccff;
	}
