
div.IVArtNag{
	border-bottom: 3px #ccc solid;
    background-color: #fff;
    font: 14px Helvetica;
    margin: 5px 5px 5px 0px;
    font-weight: bold;
    padding: 5px;
}
div.IVArtRow{
	height:50px;
	border:1px #ccc solid;
	background-color:#fff;
	font:12px Helvetica;
	margin: 5px 5px 5px 0px;
	text-align:left;
}
div.IVArtRow .IVArtCellFot{
	width:50px;
	height:50px;
	display: inline-block;
	float:left;
}
div.IVArtRow .IVArtCellFotIN{
	background-size: 50px 50px;
    background-size: cover;
    background-position: center;
    height: 50px;
    width: 50px;
    display: inline-block;
    cursor: pointer;
}
div.IVArtRow .IVArtCellLogo{
	width:60px;
	height:50px;
	display: inline-block;
	float:left;
}
div.IVArtRow .IVArtCellLogoIN{
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    width: 40px;
    display: inline-block;
	margin: 10px;
}
div.IVArtRow .IVArtCellRefCR{
	width:250px;
	height:50px;
	display: inline-block;
	float:left;
}
div.IVArtRow .IVArtCellRefCR .IVArtCellRefHead{
	padding-top:2px;
	font-size:17px;
	font-weight:bold;
}
div.IVArtRow .IVArtCellRef{
	width:620px;
	height:50px;
	display: inline-block;
	float:left;
}
div.IVArtRow .IVArtCellRef .IVArtCellRefHead{
	padding-top:2px;
	font-size:17px;
	font-weight:bold;
}
div.IVArtCellRefHead .Icon{
	height: 15px;
    padding-left: 5px;
}
div.IVArtRow .IVArtCellRef .IVArtCellRefDescr{
	font-size:11px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
div.IVArtCellDet{
	width:50px;
	height:50px;
	display: inline-block;
	float:left;
}
div.IVArtCellDet .IVArtCellDetIN{
	height:20px;
	margin:15px;
	cursor:pointer;
}
div.IVArtRow .IVArtCellAV{
	width:120px;
	height:50px;
	display: inline-block;
	float:left;
	text-align:center;
}
div.IVArtCellAV .IVArtCellAVINMin{
	margin:18px;
}
div.IVArtCellAV .IVArtCellAVINMax{
	margin:5px;
}
div.IVArtCellAV .IVArtCellAVINMaxDescr{
	font-size:10px;
	color:red;
	font-weight:bold;
}
div.IVArtRow .IVArtCellPrice{
	width:130px;
	height:50px;
	display: inline-block;
	float:left;
	overflow:hidden;
}
div.IVArtCellPrice .IVArtCellPriceINMobile{
	display:none;
}
div.IVArtCellPrice .IVArtCellPriceIN{
	display:block;
}
div.IVArtCellPrice .IVArtCellPriceIN:hover{
	margin-top:-50px;
}
div.IVArtRow .IVArtCellButt{
	width:80px;
	height:50px;
	display: inline-block;
	float:right;
}
div.IVArtRow .ButAV{
	margin: 2px;
    height: 14px;
    width: 74px;
    border: 1px #ddd solid;
    background-color: #e4ffe3;
    text-align: center;
    padding: 28px 0px 2px 0px;
    color: #425a41;
	background-image:url('../img/cart.png');
	background-size: 20px;
    background-position: center 4px;
    background-repeat: no-repeat;
    cursor: pointer;
}
div.IVArtRow .ButWS{
	margin: 2px;
    height: 14px;
    width: 74px;
    border: 1px #cdd2ae solid;
    background-color: #f9ffd0;
    text-align: center;
    padding: 28px 0px 2px 0px;
    color: #425a41;
	background-image:url('../img/cart.png');
	background-size: 20px;
    background-position: center 4px;
    background-repeat: no-repeat;
    cursor: pointer;
}
div.IVArtRow .ButNA{
	margin: 2px;
    height: 14px;
    width: 74px;
    border: 1px #969696 solid;
    background-color: #d2d2d2;
    text-align: center;
    padding: 28px 0px 2px 0px;
    color: #425a41;
	background-image:url('../img/cart.png');
	background-size: 20px;
    background-position: center 4px;
    background-repeat: no-repeat;
    cursor: pointer;
}


.ButAV{
	height:13px;
	padding:2px;
    border: 1px #a7cea6 solid;
    background-color: #e4ffe3;
}
.ButWS{
	height:13px;
	padding:2px;
    border: 1px #cdd2ae solid;
    background-color: #f9ffd0;
}
.ButNA{
	height:13px;
	padding:2px;
    border: 1px #969696 solid;
    background-color: #d2d2d2;
}


.MagShowOut::-webkit-scrollbar-track{
	
}
.MagShowOut::-webkit-scrollbar{
	width: 8px;
}
.MagShowOut::-webkit-scrollbar-thumb{
	background-color: #a9a9a9;
}

body{
	margin:0px;
	background-color:#fff;
	/*background-color:#DFDFDF;*/
}
#Hint{
	position: absolute;
	background-color:#f5f5f5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display:none;
	-webkit-box-shadow: 2px 2px 2px 1px #aaaaaa;
	-moz-box-shadow: 2px 2px 2px 1px #aaaaaa;
	box-shadow: 1px 1px 2px 1px #aaaaaa;
	z-index:153;
}
#BGImage{
	background-color:#f1f1f1;
	height:100%;
	width:100%;
	position:fixed;
	z-index:-1;
	top:0px;
}
.TextCenter{
	text-align:center;
}
.TextStandard{
	color: #555;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight:normal;
}
.TextStandardRed{
	color: red;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight:normal;
}
red{
	color:red;
}
green{
	color:green;
}
redb{
	background-color:red;
}
.MainUpOutAll{
	height:36px;
	background-color:#333;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0px;
}
.MainUp{
	height:30px;
	font-size:12px;
	font-family:Helvetica;
	position:absolute;
	right:3px;
	top:7px;
}
.MainUpV{
	height:30px;
	position:absolute;
	left:5px;
	top:5px;
	font-family:Helvetica;
	font-size: 9px;
	color: #777;
	letter-spacing: 1px;
}
.MainUpOut{
	float:left;
	color:#777;
	font-weight:normal;
	margin:0px 3px 0px 3px;
	position: relative;
	z-index: 20;
}
.MainUpOutIn{
	color:#e33;
	text-decoration: initial;
}
.MainUpOutCust{
	color:#999;
	font-weight:bold;
}
.MainUpOutCustAdmin{
	color:#999;
	font-weight:bold;
	cursor:pointer;
}
.MainUpOutCustAdmin:hover{
	color:#ccc;
	text-decoration:underline;
}
.MainUpOutTXT{
	padding-top:5px;
	font-size:12px;
}
.MainUpOutCustLogin{
	color:#999;
}
.MainUpOutCustFil{
	color:#fff;
}
.LangSlide{
	height:22px;
	cursor:pointer;
	overflow:hidden;
	background-color: #f0f0f0;
	 /* Old browsers */
	 /* FF3.6+ */
	 /* Chrome,Safari4+ */
	 /* Chrome10+,Safari5.1+ */
	 /* Opera 11.10+ */
	 /* IE10+ */
	 /* W3C */
	 /* IE6-9 */
	border:1px #aaa solid;
}
.LangSlide:hover{
	height:200px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.LangSlideOne:first-child{
	border-top-width:0px;
}
.LangSlideOne{
	padding:4px 3px 2px 3px;
	border-top:1px #aaa solid;
	overflow:auto;
	height:16px;
}
.LangSlideOne:hover{
	background-color:#eee;
}
.LangSlideOneIn{
	float:left;
}
.LangSlideOneIcon{
	height:12px;
	width:20px;
	margin:0px;
	padding:0px;
	margin-right:3px;
	position:inline;
}
.MainMenuOut{
	margin:0 auto;
	width:100%;
	overflow-x: hidden;
	position: fixed;
	z-index: 1;
	top: 36px;
}
.MainMenu{
	font-family: Helvetica;
    font-size: 12px;
    color: #525252;
    font-weight: bold;
    letter-spacing: 0px;
    background: #f0f0f0;
    border: 1px #bbb solid;
    margin: 0px -3px 0px -3px;
    padding: 0px 3px 0px 3px;
    overflow: hidden;
    width: 100%;
}
.MainMenuInner{
	margin:0 auto;
	overflow:hidden;
	height:64px;
}
.MainMenuButtons{
	margin:20px;
	float:right;
	list-style-type:none;
}
.MainMenuBasket{
	cursor: pointer;
    float: right;
    height: 64px;
    width: 74px;
    text-align: center;
    background-color: #d3d3d3;
    position: relative;
    display: block;
	
}
.MainMenuBasketMobile{
	display:none;
}
#BasketInfo{
	float:right;
	margin-top:-21px;
    margin-right:-21px;
}
.BasketQty{
	font-size:10px; 
	background-color:red; 
	border-radius:8px;
	height:12px;
	width:12px;
	float:right;
	color:white;
	padding:2px;
	margin: 5px 15px 10px -16px;
}
.BasketSum{
	font-size:10px;
	bottom:0px;
	background-color:#777;
	position:absolute;
	width:100%;
	padding:3px 0px 3px 0px;
	color:white;
}
.MainMenuButton{
	float:left;
	padding:5px 5px 5px 5px;
	margin:0px 5px 0px 5px;
	cursor:pointer;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
	/*border:1px #eee solid;*/
}
.MainMenuButtonSlide{
	height:22px;
	cursor:pointer;
	overflow:hidden;
	float:left;
	background-color:#fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfdfd 0, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#fdfdfd), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 0,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 0,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 0,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfdfd 0,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.MainMenuButtonSlide:hover{
	height:200px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

ol.NewMenu{
	position:fixed; 
	right:0px; 
	list-style-type:none; 
	padding:0px; 
	margin:21px;
}
ol.NewMenu > li{
	float:left; 
	margin-right:24px; 
	cursor:pointer; 
	padding:5px;
}

.MenuHandImg{
	display:none;
}


ol.NewMenu > li > ul {
	display:none;
	list-style-type:none; 
	padding:0px; 
	margin:0px; 
	margin-left:-5px; 
	padding-top:5px; 
	position:absolute; 
	background-color:#f5f5f5; 
	border:1px #bbb solid; 
	border-top-width:0px;
}
ol.NewMenu > li > ul > li {
	padding:5px 10px;
}

ol.NewMenu > li:hover > ul {
	display:block;
}

.ConvBoxUID{
	float:right; 
	bottom:0px; 
	height:200px; 
	width:300px; 
	overflow:auto;
}

#ContBox{
	float:right;
	bottom:0px;
	height:200px;
	width: 240px;
	overflow:auto;
}

.ChatContBox{
	position:fixed;
	bottom:-228px;
	background-color: #f0f0f0;
	/*border:2px #0077a9 solid;*/
	border: 1px #cccccc solid;
	border-bottom-width:0px;
	width: 220px;
	-webkit-box-shadow: 0px 0px 5px 0px #676767;
	box-shadow: 0px 0px 5px 0px #676767;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.ChatContBox:hover{
    bottom: 0px;
}
.ChatContBoxHead{
	/*border-bottom:1px #0077a9 solid; */
	border-bottom: 1px #cccccc solid;
	font-weight:bold;
	padding: 8px;
	color: #000;
	cursor:pointer;
	font-size: 12px;
}
.ChatContBoxBody{
	background-color:#eee;
}
.ChatContBoxGroup{
	padding: 2px 3px 0px 3px;
	font-size:10px;
	color:#777;
	font-weight:bold;
}
.ChatContBoxPerson{
	padding:2px 5px; 
	cursor:pointer; 
	font-weight:bold;
}
.ChatContBoxPerson:hover{
	background-color: #cccccc;
}
.ChatContBoxIcon{
	height:10px;
	margin-right:3px;
}
.ConvBoxUIDIn{
	position:fixed;
	bottom:0px;
	background-color: #f0f0f0;
	/*border:2px #0077a9 solid; */
	border: 1px #cccccc solid;
	border-bottom-width:0px;
	width:290px;
	-webkit-box-shadow: 0px 0px 5px 0px #676767;
	box-shadow: 0px 0px 5px 0px #676767;
}
.ConvBoxUIDInGreen{
	position:fixed;
	bottom:0px;
	background-color:#00B714;
	/*border:2px #0077a9 solid; */
	border:1px #00B714 solid;
	border-bottom-width:0px;
	width:290px;
	-webkit-box-shadow:0px 0px 8px 1px #676767;
	box-shadow:0px 0px 8px 1px #676767;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}
.ConvBoxUIDHead{
	float:left;
	width:241px;
	margin:-5px;
	padding:4px;
	color: #000;
}
.ConvBoxUIDScr{
	font-weight:bold;
	padding: 9px;
	overflow:auto;
	cursor:pointer;
}
.ConvBoxUIDClose{
	float:right;
	height:11px;
	margin:0px 3px;
	cursor:pointer;
}
.ConvBoxUIDConv{
	border-top: 1px #cccccc solid;
	height:240px;
	padding:4px 10px;
	background-color: #eee;
	overflow:auto;
}
.ConvMsgWay1{
	max-width:200px; 
	background-color:#4080ff; 
	float:right; 
	margin:3px 0px; 
	padding:4px 10px;
	color:#fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow:hidden;
}
.ConvMsgWay0{
	max-width:200px; 
	background-color:#e1e0e0; 
	float:left; 
	margin:3px 0px; 
	padding:4px 10px;
	color:#64676d;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow:hidden;
}

.MainMenuButton:hover{
	background-color: #e7e7e7;
}
.MainMenuButtonIcon{
    height: 16px;
    float: left;
    margin-top: -1px;
    margin-right: 2px;
    margin-bottom: -2px;
}
.MainMenuButtonIconFN{
	height: 16px;
    margin-top: -1px;
    margin-right: 2px;
    margin-bottom: -2px;
	float:none;
}
.MainMenuCnt{
	float:right;
	padding:0px;
	cursor:pointer;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color: #e77;
	margin:-5px -5px -5px 5px;
	
	padding:5px 5px 5px 5px;
}
.PromoCnt{

	padding:0px;
	cursor:pointer;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color: #e77;  
	padding: 3px 3px 3px 3px;
	font-weight: bold;
	color: white;
	font-size: 11px;
}
#MBox{
	margin-top:115px;
	margin-bottom:30px;
}
#NewsCnt{
	float:right;
}
#SesExp{
	color:red;
}
.MainMenuButtonSel{
	padding:5px 5px 5px 5px;
	background-color:#ddd;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.MainMenuButtonSel:hover{
	background-color: #e7e7e7;
}
.MainMiddle{
	margin:0 auto;
	width:1150px;
	/*position:relative;*/
	float:none;
	overflow:hidden;
	padding:0px;
	background-color:#fff;
	border: 1px #ccc solid;
	
	
margin-top:15px;
}
.MainMiddleBG{
	margin:0 auto;
	width: 1150px;
	/*position:relative;*/
	float:none;
	overflow:hidden;
	padding:0px;
	/*-webkit-box-shadow:2px 0px 7px 0px #aaa;
	box-shadow:2px 0px 7px 0px #aaa;*/
	margin-top:15px;
}
.MainMiddleSlide{
	max-height:199px;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;

}
.MainMiddleSlide:hover{
	max-height:1000px;
}
.MainMiddleWidgetBox{
	margin:0 auto;
	width:1010px;
	position:relative;
	float:none;
	overflow:hidden;
	padding:0px;
	text-align:left;
}
.MainMiddleWidget{
	margin:0 auto;
	width:250px;
	position:relative;
	float:left;
	overflow:hidden;
	padding:0px;
	  background-color: rgba(255, 255, 255, 0.3);
	-webkit-box-shadow:2px 0px 7px 0px #aaa;
	box-shadow:2px 0px 7px 0px #aaa;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	margin-bottom:5px;
	margin-right:15px;
	margin-left:5px;
	margin-top:15px;
}
.MainMiddleNew{
	background-color:#FFF4A9; 
}
.MainMiddleStart{
	margin: 0 auto;
	overflow: auto;
}
.MainMiddleStartUp{
	height:400px;
	filter: alpha(opacity=85); 
	-moz-opacity: 0.85; 
	opacity: 0.85;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	cursor:pointer;
}
.MainMiddleStartUp:hover{
	height:400px;
	filter: alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}
.MainMiddleStartCenter{
	height:400px;
	position:absolute;
	width:100%;
	background-repeat:no-repeat;
    background-position: center;
	background-size: 100%;
	visibility: hidden;
	filter: alpha(opacity=0); 
	-moz-opacity: 0.0; 
	opacity: 0.0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
.MainMiddleStartCenterChange{
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
}
.MainMiddleStartCenterChangeSwitch{
	height: 10px;
	width: 10px;
	background-color: #bbb;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px 0px #bbb;
	box-shadow: 1px 1px 2px 0px #bbb;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
.MainMiddleStartCenterChangeSwitch:hover{
	background-color: #667;
	-webkit-box-shadow: 1px 1px 2px 0px #667;
	box-shadow: 1px 1px 2px 0px #667;
}
.MainMiddleStartCenterChangeSwitchThis{
	background-color: #888;
	-webkit-box-shadow: 1px 1px 2px 0px #888;
	box-shadow: 1px 1px 2px 0px #888;
}
.MainMiddleStartCenterChangeSwitchLoc{
	display:inline-block;
	margin:5px 5px 5px 5px;
}
.MainMiddleStartCenterON{
	visibility: visible;
	filter: alpha(opacity=85); 
	-moz-opacity: 0.85; 
	opacity: 0.85;
}
.MainMiddleStartLeft{
	float:left;
	left:0px;
	text-align:left;
}
.MainMiddleStartRight{
	float:right;
	right:0px;
	text-align:right;
}
.MainMiddleStartLR{
	filter: alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
	height:400px;
	width:100px;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.MainMiddleStartLR:hover{
	filter: alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}
.MainMiddleDown{
	right:0px;
	margin-top:15px;
	text-align:center;
}
.MainMiddleNag{
	color: #555;
	font-family: Helvetica;
	font-size: 16px;
	margin:5px;
	padding:3px;
	padding-bottom:0px;
	margin-bottom:3px;
	overflow:auto;
	font-weight:bold;
}
span.MainMiddleNagSub{
	color:#898f9c; 
	font-size:12px;
	font-family: Helvetica;
	font-weight:normal;
}
.MainMiddleNagBig{
	color: #555;
	font-family: Helvetica;
	font-size: 20px;
	padding:10px;
	overflow:auto;
	text-align:center;
}
.MainMiddleBody{
	color: #141823;
	font-family: Helvetica;
	font-size: 14px;
	margin:5px;
	margin-top:0px;
	padding:3px;
	text-align:justify;
	border:1px #eee solid; 
	overflow:hidden;
	background-color:#fff;
	/*position: relative;*/
}
.MainMiddleBodyNo{
	color: #141823;
	font-family: Helvetica;
	font-size: 14px;
	margin:5px;
	padding:3px;
	text-align:justify; 
	overflow:hidden;
	background-color:#fff;
	/*position: relative;*/
}
.MainMiddleBodyWid{
	color: #141823;
	font-family: Helvetica;
	font-size: 14px;
	margin:5px;
	padding:3px;
	text-align:justify;
	overflow:hidden;
	background-color:#fff;
	float:left;
	width:365px;
}
.MainMiddleBodyWidNag{
	font-family: Helvetica;
	font-size: 14px;
	margin:5px;
	font-weight:bold;
	color: #777;
	border-bottom: 1px #eee solid;
	padding-bottom: 3px;
}
.MainMiddleBodyWidPoints{
	text-align: center;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 50px;
	padding-top: 30px;
	color: #1277DA;
}
.MainMiddleBodyWidCat{
	text-align: right;
	font-family: Helvetica;
	font-size: 12px;
	margin-top: 30px;
	margin-right: 13px;
	cursor:pointer;
	color:#555;
}
.TBold{
	font-weight:bold;
}
.ButtonSmall{
	border: 1px #bbb solid;
    background: #f0f0f0;
    color: #555;
    font-family: Helvetica;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 7px 4px 7px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    height: 14px;
    font-weight: normal;
}
.ButtonSmall:hover{
	background: #e0e0e0; /* Old browsers */
	
}
.ButtonSmallRed{
	border: 1px #bbb solid;
    background: #ff7575;
    color: #fff;
    font-family: Helvetica;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 7px 4px 7px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    height: 14px;
    font-weight: normal;
}
.ButtonSmallRed:hover{
	background: #ee6565; /* Old browsers */
	
}
.ButtonBiger{
	border:1px #bbb solid;
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfdfd 0, #d3d3d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#fdfdfd), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 0,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 0,#d3d3d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 0,#d3d3d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfdfd 0,#d3d3d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
	color: #555;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight:normal;
	cursor:pointer;
	overflow:hidden;
	display: inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding:20px 20px 20px 20px;
	font-weight:normal;
}
.ButtonBigerSelected{
	background: #b3b8bc; /* Old browsers */
	background: -moz-linear-gradient(top,  #b3b8bc 0%, #8f9599 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3b8bc), color-stop(100%,#8f9599)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b3b8bc 0%,#8f9599 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b3b8bc 0%,#8f9599 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b3b8bc 0%,#8f9599 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b3b8bc 0%,#8f9599 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b8bc', endColorstr='#8f9599',GradientType=0 ); /* IE6-9 */
}
.ButtonBiger:hover{
	background: #b3b8bc; /* Old browsers */
	background: -moz-linear-gradient(top,  #b3b8bc 0%, #8f9599 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3b8bc), color-stop(100%,#8f9599)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b3b8bc 0%,#8f9599 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b3b8bc 0%,#8f9599 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b3b8bc 0%,#8f9599 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b3b8bc 0%,#8f9599 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b8bc', endColorstr='#8f9599',GradientType=0 ); /* IE6-9 */
}
.ButtonBigerMargin{
	margin:10px;
}
.ButtonBig{
	border: 1px #bbb solid;
    background: #f0f0f0;
    color: #555;
    font-family: Helvetica;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: normal;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    font-weight: normal;
}
.ButtonBig:hover{
	background: #e0e0e0;
}
.ButtonBigOK{
	border: 1px #bbb solid;
    background: #f0f0f0;
    color: #555;
    font-family: Helvetica;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: normal;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    padding: 5px 50px 5px 50px;
    font-weight: normal;
}
.ButtonBigOKMenuND{
	float:left;
	margin:5px 5px 0px 0px;
	padding:5px 14px;
	font-size:14px;
	display:none;
}
.ButtonBigOKHovered{
	border:1px #bbb solid;
	background: #b3b8bc; /* Old browsers */
	background: -moz-linear-gradient(top,  #b3b8bc 0%, #8f9599 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3b8bc), color-stop(100%,#8f9599)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b3b8bc 0%,#8f9599 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b3b8bc 0%,#8f9599 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b3b8bc 0%,#8f9599 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b3b8bc 0%,#8f9599 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b8bc', endColorstr='#8f9599',GradientType=0 ); /* IE6-9 */
	color: #555;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight:normal;
	cursor:pointer;
	overflow:hidden;
	display: inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 5px 50px 5px 50px;
	font-weight:normal;
}
.ButtonBigOK:hover{
	background: #e0e0e0; /* Old browsers */
}
.ButtonBigNormal{
	border: 1px #bbb solid;
    background: #f0f0f0;
    color: #555;
    font-family: Helvetica;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: normal;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    padding: 5px 50px 5px 50px;
    font-weight: normal;
}
.ButtonBigNormal:hover{
	background: #e0e0e0;
}
.ButtonBigInact{
	border:1px #bbb solid;
	background: #fdfdfd;
	color: #999;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight:normal;
	cursor:pointer;
	overflow:hidden;
	display: inline-block;
	padding: 5px 50px 5px 50px;
	font-weight:normal;
}
.ButtonBigMargin{
	margin:5px;
}




.ButtonBigM{
	border:1px #bbb solid;
	background: #fdfdfd;
	color: #424242;
    font-family: Helvetica;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: normal;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    padding: 5px 50px 5px 50px;
    font-weight: normal;
	margin:5px;
}
.ButtonBigMHovered{
	border:1px #bbb solid;
	background: #b3b8bc;
	color: #424242;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight:normal;
	cursor:pointer;
	overflow:hidden;
	display: inline-block;
	padding: 5px 50px 5px 50px;
	font-weight:normal;
}
.ButtonBigM:hover{
	background: #e0e0e0; /* Old browsers */
}





input.InputSmall{
	margin:0px;
	padding: 0px 4px 0px 4px;
	border-width:0px;
	height:22px;
	width:150px;
	border: 1px #bbb solid;
	color: #555;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight:normal;
	background-color:#FFFCC3;
}
input.InputSearch{
	padding: 0px 8px 0px 8px;
    height: 27px;
    width: 400px;
    border: 1px #bbb solid;
    color: #555;
    font-family: Helvetica;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold;
    background-color: #FFFCC3;
}
select.TDSearch{
	margin-top: 5px;
    margin-right: 5px;
    padding: 0px 4px;
    height: 28px;
    width: 300px;
    border: 1px #bbb solid;
    color: #555;
    font-family: Helvetica;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold;
    background-color: #fff;
    float: left;
}
select.RSGSearch{
	padding: 0px 4px;
	border-width:0px;
	height:28px;
	border:1px #bbb solid;
	color: #555;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight:bold;
	float:left;
	margin:5px;
	width:490px;
	background-color:#fff;
}
span.TDSelectNode{
	color:#555; 
	font-size:15px;
	font-family: Helvetica;
	font-weight:bold;
}
.TDSelectNodeBlock{
	margin:4px 20px;
	cursor:pointer;
}
span.TDSelectNodeLast{
	color:#222; 
	font-size:15px;
	font-family: Helvetica;
	font-weight:normal;
}
select.InputSmall{
	margin:0px;
	padding: 0px 4px 0px 4px;
	border-width:0px;
	height:24px;
	width:150px;
	border:1px #bbb solid;
	color: #555;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight:normal;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
select.InputSelect{
	width:400px;
	padding:2px;
	color: #555;
	border-color: #ccc;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: normal;
	border-width:0px;
}
input.InputSmallLong{
	width:250px;
}
.InputSmallButton{
	margin:0px;
	padding: 0px 7px 0px 7px;
	border-width:0px;
	height:24px;
	border:1px #bbb solid;
	background: #f0f0f0; /* Old browsers */
	 /* FF3.6+ */
	 /* Chrome,Safari4+ */
	 /* Chrome10+,Safari5.1+ */
	 /* Opera 11.10+ */
	 /* IE10+ */
	 /* W3C */
	 /* IE6-9 */
	color: #555;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight:normal;
	cursor:pointer;
}
.InputSmallButton:hover{
	background: #fdfdfd; /* Old browsers */
	 /* FF3.6+ */
	 /* Chrome,Safari4+ */
	 /* Chrome10+,Safari5.1+ */
	 /* Opera 11.10+ */
	 /* IE10+ */
	 /* W3C */
	 /* IE6-9 */
}
img.MainMenulogo{
	float: left;
	height: 34px;
	margin: 7px;
	cursor:pointer;
}
img.MainMiddleArrow{
	margin-top:160px;
	padding:20px;
}
table.NewDataTable{
	margin:0 auto;
}
table.NewDataTable td{
	padding:5px;
	text-align:left;
	
    vertical-align: top;

}
table.NewDataTable td:first-child{
	text-align:right;
}

div.Nav{
	padding: 5px 0px 5px 5px;
	/*height:29px;*/
	height:auto;
	overflow:hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	background-color: #fff;
	border: 1px #ccc solid;
	margin-bottom: 5px;
}
img#UDArr{
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
img.UDArr{
	margin:4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
img.QueryTimeLoad{
	height: 17px;
	margin-bottom: -3px;
	margin-right: 3px;
}
img.CrossTimeLoad{
	height: 25px;
	margin:20px;
	float:center;
}
img.QueryTimeLoadB{
	height: 25px;
	margin: 3px;
}
div.QueryTimeLoadCont{
	padding:10px;
	text-align:center;
	border-bottom:1px #ccc solid;
}
img.NL{
	width:100%;
}

div.MagShowTableSlide{
	max-height: 20px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	text-align:center;
}
div.MagShowTableSlide:hover{
	max-height: 100px;
}

table.MagShowTable{
	border-spacing:0px;
	width:100%;
}
table.MagShowTable th{
	background: #f0f0f0;
    padding: 3px 3px 3px 3px;
    color: #555;
    font-family: Helvetica;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: bold;
    border: 1px #ccc solid;
    border-left-width: 0px;
    text-align: center;
}
table.MagShowTable th.MagShowTableInNag{
	border-top-width:0px;
	text-align:left;
	font-size:11px;
}
table.MagShowTable th.MagShowTableBBW{
	border-bottom-width:0px;
}
table.MagShowTable table.MagShowTableIn th{
	border-top-width:0px;
}
table.MagShowTable th:first-child{
	border-left-width:1px;
}table.MagShowTable table.MagShowTableIn th:first-child{
	border-left-width:0px;
}
table.MagShowTable tr.MagShowTableDel{
	background-color:#ddd;
}
table.MagShowTable tr{
	cursor:pointer;
}
table.MagShowTable tr.MagShowTableDost{
	background-color:#cfc;
}
table.MagShowTable tr.MagShowTableDostWS{
	background-color:#f2ffa7;
}
table.MagShowTable tr.TabGreen{
	background-color:#eeffee;
}
table.MagShowTable tr.TabGreen:hover{
	background-color:#f7fff7;
}
table.MagShowTable tr.TabFFFEDF{
	background-color:#FFFEDF;
}
table.MagShowTable tr.TabFFFEDF:hover{
	background-color:#FFFEDF;
}
table.MagShowTable tr.TabFFFEDF td{
	font-size:13px;
}
table.MagShowTable tr.TabYellow{
	background-color:#ffeeee;
}
table.MagShowTable tr.TabYellow:hover{
	background-color:#fff7f7;
}
table.MagShowTable tr.TabRed{
	background-color:#FF8888;
}
table.MagShowTable tr.TabRed:hover{
	background-color:#FF9999;
}

table.MagShowTable tr.MagShowTableNag{
	background-color:#ccc;
	font-weight:bold;
}
table.MagShowTable tr.MagShowTableNag td{
	font-weight:bold;
	color:#555;
	letter-spacing: 1px;
}
table.MagShowTable tr.MagShowTableNag:hover{
	background-color:#ccc;
}

table.MagShowTable tr:hover{
	background-color:#E4F9EE;
}
table.MagShowTable td{
	padding:2px 3px 2px 3px;
	color: #555;
	font-family: Helvetica;
	font-size: 11px;
	font-weight:normal;
	border:1px #ccc solid;
	border-left-width:0px;
	border-top-width:0px;
}
table.MagShowTable td.MagShowTablePad{
	padding:5px;
	font-size: 12px;
}
table.MagShowTable td.MagShowTablePaper{
	padding:5px;
	background-color:#ffd;
}
table.MagShowTable td.MagShowTableOrderDet{
	padding:0px;
	border-width:0px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	max-height:0px;
	overflow:auto;
}

table.MagShowTable td:first-child{
	border-left-width:1px;
}
table.MagShowTable table.MagShowTableIn td:first-child{
	border-left-width:0px;
}
table.MagShowTable table.MagShowTableIn th{
	border-top-width:0px;
}

table.TDShowTable{
	border-spacing: 0px 5px;
	width: 98%;
	margin: 0px 5px;
}
table.TDShowTable th{
	background: #fdfdfd;
	padding:3px 3px 3px 3px;
	color: #555;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight:bold;
	border:1px #ccc solid;
	border-left-width:0px;
}
table.TDShowTable th:first-child{
	border-left-width:1px;
}
table.TDShowTable tr{
	cursor:pointer;
}
table.TDShowTable tr.TabFFFEDF{
	background-color:#FFFEDF;
}
table.TDShowTable tr.TabFFFEDF:hover{
	background-color:#FFFEDF;
}
table.TDShowTable tr.TabFFFEDF td{
	font-size:13px;
}
table.TDShowTable tr:hover{
	background-color:#E4F9EE;
}
table.TDShowTable td{
	padding: 6px;
	color: #555;
	font-family: Helvetica;
	font-size: 11px;
	font-weight:normal;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 0px;
	background-color: #fff;
	text-align: left;
}
table.TDShowTable td:last-child {
    border-right: 1px #ccc solid;
}
table.TDShowTable td:first-child{border-left: 1px #ccc solid;}
table.TDShowTable tr:first-child td{
}

table.ShowTable{
	border-spacing:0px;
	width:100%;
}
table.ShowTable td{
	padding:2px 3px 2px 3px;
	color: #555;
	font-family: Helvetica;
	font-size: 11px;
	font-weight:normal;
	border:1px #ccc solid;
	border-left-width:0px;
	border-top-width:0px;
}
table.ShowTable td:first-child{
	border-left-width:1px;
}
table.ShowTable th{
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfdfd 0, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#fdfdfd), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 0,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 0,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 0,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfdfd 0,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	padding:3px 3px 3px 3px;
	color: #555;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight:bold;
	border:1px #ccc solid;
	border-left-width:0px;
}
table.ShowTable th:first-child{
	border-left-width:1px;
}
table.ShowTable tr{
	cursor:pointer;
}
table.ShowTable tr:hover{
	background-color:#f7f7f7;
}

table.HoverOff tr:hover{
	background-color:initial;
}

table.ProdDetTable{
	border-spacing:0px;
	width:100%;
}
table.ProdDetTable th{
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfdfd 0, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#fdfdfd), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 0,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 0,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 0,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfdfd 0,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	padding:3px 3px 3px 3px;
	color: #555;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight:bold;
	border-width:0px;
	cursor:pointer;
}
table.ProdDetTable td{
	padding:2px 3px 0px 3px;
	color: #555;
	font-family: Helvetica;
	font-size: 11px;
	font-weight:normal;
	border:1px #ccc solid;
	border-width:1px 0px 1px 0px;
}

.TableOrderTHDes{
	
}
.TableOrderTHPri{
	
}
.TableOrderTDRef{
	
}
.TableOrderTDQty{
	
}
.TableOrderTDPri{
	
}


table.TableOrder{
	border-spacing:0px;
	width:100%;
}
table.TableOrder th{
	background: #f5f5f5;
    padding: 3px 3px 3px 3px;
    color: #555;
    font-family: Helvetica;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: bold;
    border: 1px #ccc solid;
    border-left-width: 0px;
    border-top-width: 0px;
}
table.TableOrder tr{
	cursor:pointer;
}
table.TableOrder tr:hover{
	background-color:#E4F9EE;
}
table.TableOrder td{
	padding:2px 3px 2px 3px;
	color: #555;
	font-family: Helvetica;
	font-size: 12px;
	font-weight:normal;
	border:1px #ccc solid;
	border-left-width:0px;
	border-top-width:0px;
	background-color:#fff;
}
table.TableOrder td:last-child{
	border-right-width:0px;
}
table.TableOrder th:last-child{
	border-right-width:0px;
}
table.TableOrder tfoot th{
	border-bottom-width:1px;
}
table.TableOrder tfoot tr:last-child th{
	border-bottom-width:0px;
}
table.TableOrder td.TablePad{
	padding:5px;
}

#MagShow{
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

div.MagShowOut{
	overflow:auto;
	max-height: calc(100vh - 250px);
	min-height: 200px;
}
input.SPButton{
	border:1px #bbb solid;
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfdfd 0, #d3d3d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#fdfdfd), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 0,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 0,#d3d3d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 0,#d3d3d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfdfd 0,#d3d3d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
	color: #555;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight:normal;
	padding: 3px 7px 3px 7px;
	cursor:pointer;
	overflow:hidden;
	display: inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-weight:normal;
}
input.SPButton:focus{
	background: #b3b8bc; /* Old browsers */
	background: -moz-linear-gradient(top,  #b3b8bc 0%, #8f9599 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3b8bc), color-stop(100%,#8f9599)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b3b8bc 0%,#8f9599 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b3b8bc 0%,#8f9599 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b3b8bc 0%,#8f9599 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b3b8bc 0%,#8f9599 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b8bc', endColorstr='#8f9599',GradientType=0 ); /* IE6-9 */
}
input.SPButton:hover{
	background: #b3b8bc; /* Old browsers */
	background: -moz-linear-gradient(top,  #b3b8bc 0%, #8f9599 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3b8bc), color-stop(100%,#8f9599)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b3b8bc 0%,#8f9599 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b3b8bc 0%,#8f9599 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b3b8bc 0%,#8f9599 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b3b8bc 0%,#8f9599 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b8bc', endColorstr='#8f9599',GradientType=0 ); /* IE6-9 */
}
.ColGreen{
background: #ecffea; /* Old browsers */
background: -moz-linear-gradient(top,  #ecffea 0%, #a1e597 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecffea), color-stop(100%,#a1e597)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ecffea 0%,#a1e597 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ecffea 0%,#a1e597 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ecffea 0%,#a1e597 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ecffea 0%,#a1e597 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecffea', endColorstr='#a1e597',GradientType=0 ); /* IE6-9 */

}
.ColYellow{
background: #fbffea; /* Old browsers */
background: -moz-linear-gradient(top,  #fbffea 0%, #d7e094 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbffea), color-stop(100%,#d7e094)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fbffea 0%,#d7e094 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fbffea 0%,#d7e094 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fbffea 0%,#d7e094 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fbffea 0%,#d7e094 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbffea', endColorstr='#d7e094',GradientType=0 ); /* IE6-9 */

}
.ColGray{
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfdfd 0, #d3d3d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#fdfdfd), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 0,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 0,#d3d3d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 0,#d3d3d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfdfd 0,#d3d3d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
	
}

input.InputSearchCheck{
	vertical-align: middle;
    position: relative;
	top:-1px;
	margin:0px -2px 0px 0px;
}
div.InputSearchBox{
	float:left;
	width:418px;
}
label.InputSearchLabel{
	color: #555;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight:normal;
	margin-top:2px;
	margin-left: 5px;
	border-radius: 3px;
	
  padding: 1px 0px 3px 2px;
}
label.InputSearchLabelNo{
	color: #555;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 13px;
	margin-top:2px;
	margin-left: 5px;
	border-radius: 3px;
	padding: 1px 0px 3px 2px;
	font-weight:bold;
}
span.InputSearchLabelTxt{
	color: #555;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight:normal;
	margin-right: 3px;
}
img.SearchToolIcon{
	height:25px;
	margin:-5px;
	float:right;
	margin-left:15px;
}
div#MsgBox{
	position: fixed;
	z-index: 150;
	display: none;
	font: 14px sans-serif;
	background-color: #f8f8f8;
	border: 1px #aaa solid;
	-webkit-box-shadow: 2px 2px 7px 0px #aaa;
	box-shadow: 2px 2px 7px 0px #aaa;
	max-height: 80%;
	overflow: auto;
	overflow-x: hidden;
}
div#MsgBoxWait{
	position:fixed;
	z-index:150;
	display:none;
	font-weight:bold;
	font: 14px sans-serif;
	background-color: #f8f8f8;
	border: 1px #aaa solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px 7px 0px #aaa;
	box-shadow: 2px 2px 7px 0px #aaa;
	max-height: 80%;
	overflow: auto;
	overflow-x: hidden;
	padding:30px;
	text-align:center;
}
div.MsgBoxNag{
	background-color: #f0f0f0;
    padding: 10px;
    margin-top: 0px;
    color: #333;
    font-family: Helvetica;
    font-weight: normal;
    letter-spacing: 1px;
    border-bottom: 1px #aaa solid;
    margin-bottom: 0px;
    text-align: center;
    cursor: default;
}
div.MsgBoxNagProdDet{
	height:85px;
	min-width:900px;
	text-align:left;
}
div.MsgBoxStop{
	background-color: #f0f0f0;
    padding: 10px;
    margin-top: 0px;
    color: #333;
    font-family: Helvetica;
    font-weight: normal;
    letter-spacing: 1px;
    border-top: 1px #aaa solid;
    margin-bottom: 0px;
}
div#MsgBg{
	background-color:#fff;
	position:fixed;
	height:100%;
	width:100%;
	z-index:100;
	display:none;
    opacity:0.8;
    filter:alpha(opacity=80);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	top:0px;
}
.NOd{
	margin-top:2px;
}
.NOd:first-child{
	margin-top:0px;
}

.GSelect{
	display: inline-block;
    background: #f0f0f0;
    color: #000;
    font-family: Helvetica;
    font-size: 13px;
    border: 1px #ccc solid;
    cursor: pointer;
    width: 702px;
    margin: 0px;
    margin-left: 5px;
    padding: 6px;
    height: 15px;
}
.GDSelect{
	display:inline-block;
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfdfd 0, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#fdfdfd), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 0,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 0,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 0,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfdfd 0,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	color: #555;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight:bold;
	border:1px #ccc solid;
	cursor:pointer;
	-moz-border-radius:3px;
	border-radius:3px;
	margin:0px;
	margin-left:5px;
	padding:6px;
	width:20px; 
	text-align:center;
	height: 15px;
}
.GDUSelect{
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfdfd 0, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#fdfdfd), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 0,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 0,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 0,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfdfd 0,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	color: #555;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight:bold;
	border:1px #ccc solid;
	cursor:pointer;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right:1px;
	margin-bottom:4px;
	padding: 6px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.BrandSelect{
	display:inline-block;
	color: #555;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight:bold;
	cursor:pointer;
	text-align: right;
	margin-left: -115px;
	width: 80px;
}
.BrandSelectIconBig{
	max-width:90px;
	max-height:80px;
}
.BrandSelectIconSmall{
	max-width:100px;
	max-height:15px;
	margin:-2px;
	float:center;
}
.QueryTime{
	display:inline-block;
	color: #555;
	font-family: Helvetica;
	font-size: 9px;
	font-weight:bold;
	cursor:pointer;
	text-align: right;
	margin-left: -33px;
	width: 30px;
}
.DSelect{
	display:inline-block;
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfdfd 0, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#fdfdfd), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 0,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 0,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 0,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfdfd 0,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	padding:3px 3px 3px 3px;
	color: #555;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight:bold;
	border:1px #ccc solid;
	cursor:pointer;
	margin-left:3px;
	width:208px;
}
.DSelect:hover{
	border-color:#ddd;
	color:#777;
}
.BrandSelectOne{
	background: #ffffff; /* Old browsers */
	padding:10px;
	color: #555;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight:bold;
	border:1px #ccc solid;
	margin:5px;
	cursor:pointer;
	float:left;
	height:100px; 
	width:100px;
	position:relative;
	text-align:center;  
}
.TDSelectOne{
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfdfd 0, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#fdfdfd), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 0,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 0,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 0,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfdfd 0,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	padding:10px;
	color: #555;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight:bold;
	border:1px #ccc solid;
	margin:5px;
	cursor:pointer;
	float:left;
	height:18px; 
	width:234px;
	position:relative;
	text-align:center;  
}
.TDSelectBox{
	overflow:auto;
	height:470px;
	width:1100px;
}
.TDSelectQS{
	background-color: #f0f0f0;
	padding:10px;
	color: #555;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight:bold;
	border:1px #ccc solid;
	margin:5px;
	cursor:pointer;
	float:left;
	height:124px; 
	width:151px;
	position:relative;
	text-align:center;  
}
.TDSelectQSImg{
	height:90px;
}
.TDSelectOneMax{
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfdfd 0, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#fdfdfd), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 0,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 0,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 0,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfdfd 0,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	padding:10px;
	color: #555;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight:bold;
	border:1px #ccc solid;
	margin:5px;
	cursor:pointer;
	float:left;
	height:18px; 
	width:766px;
	position:relative;
	text-align:center;  
}
.TDS2_cont{
	overflow:auto;
	height:470px;
	width:1100px;
}
.TDS2_imb{
	float:left;
	width:250px;
	min-height:400px;
	padding:10px;
}
.TDS2_img{
	width:250px;
}
.TDS2_cont_r{
	float:right;
	width:790px;
	max-height:450px;
	overflow:auto;
	padding:10px;
}
.TDS2_cont_r_in{
	cursor:pointer;
}
.BrandSelectOneText{
	position: absolute; 
	bottom: 0px; 
	text-align:center; 
	width:100px;
	margin-bottom:3px;
}

table.ProductCardTable{
	width:100%;
	border-spacing:0px;
	border-collapse: collapse;
    border-style: hidden;
}
table.ProductCardTable td{
	
	border: 1px #aaa solid;
}
table.ProductCardTable td.TitleTxt{
	text-align:right;
	padding:0px 10px 0px 10px;
	font-weight:bold;
	background-color:#ddd;
	height:30px;
	/*border-right-width:0px;*/
}
table.ProductCardTable td.ValueTxt{
	text-align:left;
	padding:0px 10px 0px 10px;
	font-weight:bold;
	font-size:15px;
	color:#f33;
	/*border-left-width:0px;*/
}
table.ProductCardTable td.ValueTxtBig{
	text-align:center;
	padding:0px 10px 0px 10px;
	font-weight:bold;
	font-size:20px;
	color:#f33;
	/*border-left-width:0px;*/
}
.ProductCardImg{
	height:200px;
	width:200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
img.QuickProductImg{
	height:150px;
	width:150px;
}
div.MsgInfo{
	text-align:center;
	margin:15px;
	font-weight:bold;
	font-size:15px;
}
div.ProductCardNoAv{
	background-color:red; 
	color:white; 
	text-align:center; 
	padding:3px;
}

textarea.OrderDesc{
	text-align: left;
	resize: none;
	overflow: hidden;
	margin:0px;
	padding: 4px;
	border-width:0px;
	width:380px;
	border:1px #bbb solid;
	color: #555;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight:normal;
	background-color:#FFFCC3;
	height:17px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

img.CellRightIcon{
	float:right;
	max-height:16px;
	margin-left:1px;
}
img.CloseIcon{
	margin-bottom: -3px;
	margin-left: 5px;
	cursor: pointer;
	height: 18px;
	filter: alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	float:right;
	cursor:pointer;
}
img.CloseIcon:hover{
	filter: alpha(opacity=99); 
	-moz-opacity: 0.99; 
	opacity: 0.99;
}

img.BrandIcon{
	max-height: 18px;
	max-width: 67px;
}

img.PhotoSlideMini{
	height:78px;
	width:78px;
	margin:6px 3px 6px 3px;
	border:1px #aaa solid;
	cursor:pointer;

}
div.PhotoSlideMini{
	background-size: 78px 78px;
    background-size: cover;
    background-position: center;
    height: 78px;
    width: 78px;
    display: inline-block;
    margin:6px 3px 6px 3px;
    border: 1px #aaa solid;
    cursor: pointer;
}
img.PhotoSlideMini:hover{
	height:80px;
	width:80px;
	margin:5px 2px 5px 2px;
}
img.PhotoSlideMax{
	max-height:500px;
	max-width:700px;
	margin-bottom:-3px;
}

div.SPButton{
	border:1px #bbb solid;
	color: #555;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight:normal;
	padding: 3px 7px 3px 7px;
	cursor:pointer;
	overflow:hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-weight:normal;
	text-align:center;
	margin-top:2px;
	height:12px;
}
.SPButtonCart{
	height:11px;
	margin:-1px 0px;
}
div.SPButton:first-child{
	margin-top:0px;
}
div.SmallIcon{
	display:inline-block;
	height:13px;
	width:13px;
	margin:-2px;
	background-image:url(../img/mini-icon.png);
	background-position: -25px -25px;
}
div.SmallIcon{
	display:inline-block;
	height:13px;
	width:13px;
	margin:-2px;
	background-image:url(../img/mini-icon_gr.png);
}
div.SmallIcon.Basket{
background-position: 176px 215px;
}

div.InfoSlider{
	overflow:hidden;
}

span.AddInfo{
	font-size:10px;
	font-family:Helvetica;
}

div.DocsSaldEl{
	float: left;
	border: 1px #aaa solid;
	margin: 5px;
	padding: 5px;
}
div.DocsSaldNag{
	font-size: 12px;
	color: #777;
	text-align:center;
}
div.DocsSaldBody{
	font-size: 20px;
	font-weight:bold;
	margin: 7px;
	text-align:center;
}
.TxtGreen{
	color:green;
}
.TxtRed{
	color:red;
}

.Cien{
	webkit-box-shadow: 2px 0px 7px 0px #aaa;
	box-shadow: 2px 0px 7px 0px #aaa;
}

img.ProductDetPhoto{
	float:left; 
	margin-right:10px; 
	border:1px #aaa solid; 
	cursor:pointer;
	max-width:200px;
    max-height:100px;
    min-height:50px;
    min-width:100px;
}
img.ProductDetPhoto:hover{
	-webkit-box-shadow: 0px 1px 1px 0px #ccc;
	-moz-box-shadow: 0px 1px 1px 0px #ccc;
	box-shadow: 0px 1px 1px 0px #ccc;
}
div.ProductDetPhoto{
    background-size: 100px 100px;
    background-size: cover;
    background-position: center;
    height: 100px;
    width: 100px;
    display: inline-block;
    float: left;
	margin-right:10px; 
	border:1px #aaa solid; 
	cursor:pointer;
}
div.ProductDetPhoto:hover{
	-webkit-box-shadow: 0px 1px 1px 0px #ccc;
	-moz-box-shadow: 0px 1px 1px 0px #ccc;
	box-shadow: 0px 1px 1px 0px #ccc;
}
.CrossShowAdd{
	border:1px #ccc solid;
	background-color:#eee;
	float:left;
	padding:5px;
	font-family:Helvetica;
	font-size:13px;
	font-weight:bold;
}

.TI:hover{
	font-size:55px;
	vertical-align: top;
	color:#a33;
}

.MPBtText{
	font-family: Roboto;
	color:#000;
	font-size:50px;
}
.MPImg{
	float:left; 
	height:200px; 
	width:319px; 
	margin:5px; 
	border:2px white solid;
}
.MPBtn{
	border: 2px white solid;
    width: 140px;
    margin: 0 auto;
    margin-top: 177px;
    padding: 10px;
    font: 21px Helvetica;
    color: white;
    cursor: pointer;
	background-color:rgba(0, 0, 0, 0.55);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.MPBtn:hover{
    margin-top: 176px;
    padding: 11px;
}
img.NewsIcon{
	height: 40px;
	width: 40px;
	border: 1px #eee solid;
	margin: -2px 5px 2px -3px;
	float:left;
}
.TabInfo{
	padding: 18px;
    color: #555;
    font-family: Helvetica;
    letter-spacing: 1px;
    font-size: 14px;
    text-align: center;
}
.icon_pdf{
	height:20px;
	margin:1px;
}
.icon_pdf:hover{
	height:22px;
	margin:0px;
}

.SearchDimBox{
	overflow:auto;
}

.SearchDimImg{
	height:25px;
	margin:10px;
	margin-right:0px;
	float:left;
}
.SearchDimInp{
	margin:10px;
	float:left;
	width:40px !important;
	text-align:right;
}
.SearchDimOKBox{
	margin:10px;
	text-align:center;
	overflow:auto;
}

gmap_canvas img{
	max-width:none!important;
	background:none!important
}

div.MagShowTable{
	border-spacing:0px;
	width:100%;
	display:table;
}
div.MagShowTable div.MagShowTableRow{
	display:table-row;
}
div.MagShowTable div div{
	display:table-cell;
	padding: 2px 3px 2px 3px;
    color: #555;
    font-family: Helvetica;
    font-size: 11px;
    font-weight: normal;
    border: 1px #ccc solid;
    border-left-width: 0px;
    border-top-width: 0px;
	vertical-align: middle;
}
div.MagShowTable div.CImg{
	display: none;
}
div.MagShowTable div.CBrand{
	width:80px;
	border-left-width: 1px;
}
div.MagShowTable div.CInd{
	width:180px;
}
div.MagShowTable div.CFot{
	width:17px;
}
div.MagShowTable div.COpis{
	width:491px;
}
div.MagShowTable div.COpisL{
	width:578px;
}
div.MagShowTable div.CIlo{
	width:60px;
}
div.MagShowTable div.CNet{
	width:80px;
}
div.MagShowTable div.CBrut{
	width:80px;
}

div.MagShowTable div.MagShowTableCell:first-child{
	border-left-width: 1px;
}
div.MagShowTable div.MagShowTableDost{
    background-color: #cfc;
}
div.MagShowTable div.MagShowTableDostWS{
	background-color:#f2ffa7;
}
div.MagShowTable div.MagShowTableSlide{
	max-height: 20px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	text-align:center;
	display:block;
	padding: 0px;
    border-width: 0px;
}
div.MagShowTable div.MagShowTableSlide:first-child{
    border-width: 0px;
}
div.MagShowTable div.MagShowTableSlide:hover{
	max-height: 100px;
}

div.MagShowTable div.SPButton{
	border:1px #bbb solid;
	color: #555;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight:normal;
	padding: 3px 7px 3px 7px;
	cursor:pointer;
	overflow:hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-weight:normal;
	text-align:center;
	margin-top:2px;
	height:12px;
	display:block;
}
div.MagShowTable div.SPButton:first-child{
	margin-top:0px;
}

div.LoginBox{
	display: inline-block;
    float: left;
}

.mobile_on{
		display:none;
}
.mobile_off{
	/*display:block;*/
}
tr.mobile_off{
	display:table-row;
}
td.mobile_off{
	display:table-cell;
}
th.mobile_off{
	display:table-cell;
}

#MainMenuCont{
	font-family: Helvetica;
    font-size: 4vh;
    color: #525252;
    font-weight: bold;
    letter-spacing: 0px;
	display:none;
}

button.SmallButton{
   height: auto;
    border: 1px #bbb solid;
    background: #f0f0f0;
    color: #555;
    font-family: Helvetica;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 7px 4px 7px;
    overflow: hidden;
    display: inline-block;
    font-weight: normal;
    cursor: pointer;
}
label.SmallButton{
    height: auto;
    border: 1px #bbb solid;
    background: #fdfdfd;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#fdfdfd), color-stop(100%,#d3d3d3));
    color: #555;
    font-family: Helvetica;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 7px 4px 7px;
    overflow: hidden;
    display: inline-block;
	border-radius: 2px;
    font-weight: normal;
	cursor:pointer;
}
table.RabaTab{
	font-family: Helvetica;
    font-size: 13px;
    border-spacing: 0px;
}
table.RabaTab th{
	border-bottom:2px #aaa solid;
	font-weight:bold;
	padding:5px 15px;
	text-align:center;
}
table.RabaTab td{
	border-bottom:1px #aaa solid;
	padding:5px 15px;
}
table.RabaTab select{
	font-family: Helvetica;
    font-size: 13px;
    border-width: 0px;
    padding: 0px 10px;
}
table.RabaTab input{
	font-family: Helvetica;
    font-size: 13px;
    border-width: 0px;
    padding: 1px 3px;
    text-align: right;
    width: 40px;
}
table.RabaTab a{
	font-family:Helvetica;
    font-size:13px;
    padding:0px 4px;
	color:#000;
	text-decoration:none;
}


@media only screen and (max-width:1150px) {
	div.IVArtRow .IVArtCellRef {
		width: 500px;
	}
	.MainMiddleBG {
		width: 1020px;
	}
	.MainMiddle {
		width: 1020px;
	}
	.GSelect {
		width: 672px;
	}
	div.InputSearchBox {
		width: 318px;
	}
	input.InputSearch {
		width: 300px;
	}
	select.TDSearch {
		width: 250px;
	}
	img.MainMenulogo {
		display: none;
	}
	img.MainMenulogo:nth-child(1) {
		display: inline-block;
	}
	img.MainMenulogo:nth-child(2) {
		display: inline-block;
	}
	ol.NewMenu > li {
		margin-right: 20px;
	}
}

@media only screen and (max-width:1022px) {
	
	div.IVArtCellPrice .IVArtCellPriceINMobile {
		display:block;
	}
	div.IVArtCellPrice .IVArtCellPriceIN {
		display:none;
	}
	
	div.IVArtNag{
		border-bottom: 3px #ccc solid;
		background-color: #fff;
		font: 14px Helvetica;
		margin: 5px;
		font-weight: bold;
		padding: 5px;
	}
	div.IVArtRow{
		height: 16vw;
		border: 1px #ccc solid;
		background-color:#fff;
		font: 18px Helvetica;
		margin: 5px;
		text-align:left;
		position: relative;
	}
	div.IVArtRow .IVArtCellFot{
		width: 15vw;
		height: 16vw;
		display: inline-block;
		float:left;
		position: absolute;
		left: 0px;
	}
	div.IVArtRow .IVArtCellFotIN{
		background-size: 50px 50px;
		background-size: cover;
		background-position: center;
		height: 100%;
		width: 100%;
		display: inline-block;
		cursor: pointer;
	}
	div.IVArtRow .IVArtCellLogo{
		width: 8.5vw;
		height: 7vw;
		display: inline-block;
		float:left;
		/* right: 0px; */
		position: absolute;
		left: 16vw;
	}
	div.IVArtRow .IVArtCellLogoIN{
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		height: 5vw;
		width: 6.5vw;
		display: inline-block;
		margin: 1vw;
	}
	div.IVArtRow .IVArtCellRefCR{
		width:250px;
		height:50px;
		display: inline-block;
		float:left;
	}
	div.IVArtRow .IVArtCellRefCR .IVArtCellRefHead{
		padding-top:2px;
		font-size:17px;
		font-weight:bold;
	}
	div.IVArtRow .IVArtCellRef{
		width: auto;
		height: auto;
		display: inline-block;
		float:left;
	}
	div.IVArtRow .IVArtCellRef .IVArtCellRefHead{
		padding-top: 1vw;
		font-size: 2vw;
		font-weight:bold;
		margin: 1vw;
		position: absolute;
		left: 24vw;
	}
	div.IVArtCellRefHead .Icon{
		height: 15px;
		padding-left: 5px;
	}
	div.IVArtRow .IVArtCellRef .IVArtCellRefDescr{
		font-size: 2vw;
		margin-left: 0;
		margin-right: 0;
		/* margin-top: 70px; */
		position: absolute;
		bottom: 1vw;
		left: 17vw;
		width: 74vw;
		height: 2.5vw;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	div.IVArtCellDet{
		width: 4vw;
		height: 4vw;
		display: none;
		float:left;
		position: absolute;
		left: 17vw;
		top: 7vw;
	}
	div.IVArtCellDet .IVArtCellDetIN{
		height: 4vw;
		margin: 0;
		cursor:pointer;
	}
	div.IVArtRow .IVArtCellAV{
		width: auto;
		height: auto;
		display: inline-block;
		float:left;
		position: absolute;
		left: 32vw;
		top: 6.5vw;
		font-size: 2.5vw;
	}
	div.IVArtCellAV .IVArtCellAVIN{
		height: auto;
		margin: 0;
		text-align:center;
	}
	div.IVArtCellAV .IVArtCellAVINMin{
		margin: 0px;
	}
	div.IVArtCellAV .IVArtCellAVINMax{
		margin: 0px;
	}
	div.IVArtCellAV .IVArtCellAVINMaxDescr{
		font-size: 2vh;
		color:red;
		font-weight:bold;
		position: absolute;
		left: -4vw;
		width: 15vw;
	}
	.IVArtCellAVINMaxDescr br{
		display:none;
	}
	div.IVArtRow .IVArtCellPrice{
		width: auto;
		height: auto;
		display: inline-block;
		float:left;
		position: absolute;
		left: 55vw;
		top: 6.5vw;
		font-size: 2.5vw;
	}
	div.IVArtCellPrice .IVArtCellPriceIN{
		height:20px;
		margin:12px;
	}
	div.IVArtRow .IVArtCellButt{
		width: auto;
		height: auto;
		display: inline-block;
		float:right;
		position: absolute;
		right: 1vw;
		top: 1vw;
	}
	div.IVArtRow .ButAV{
		margin: 0;
		height: 3vw;
		width: 10vw;
		border: 1px #ddd solid;
		background-color: #e4ffe3;
		text-align: center;
		padding: 7vw 0 0 0;
		color: #425a41;
		background-image:url('../img/cart.png');
		background-size: 4vw;
		background-position: center 1vw;
		background-repeat: no-repeat;
		cursor: pointer;
		font-size: 2vw;
	}
	div.IVArtRow .ButWS{
		margin: 0;
		height: 3vw;
		width: 10vw;
		border: 1px #cdd2ae solid;
		background-color: #f9ffd0;
		text-align: center;
		padding: 7vw 0 0 0;
		color: #425a41;
		background-image:url('../img/cart.png');
		background-size: 4vw;
		background-position: center 1vw;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	div.IVArtRow .ButNA{
		margin: 0;
		height: 3vw;
		width: 10vw;
		border: 1px #969696 solid;
		background-color: #d2d2d2;
		text-align: center;
		padding: 7vw 0 0 0;
		color: #425a41;
		background-image:url('../img/cart.png');
		background-size: 4vw;
		background-position: center 1vw;
		background-repeat: no-repeat;
		cursor: pointer;
	}


	.ButAV{
		height:13px;
		padding:2px;
		border: 1px #a7cea6 solid;
		background-color: #e4ffe3;
	}
	.ButWS{
		height:13px;
		padding:2px;
		border: 1px #cdd2ae solid;
		background-color: #f9ffd0;
	}
	.ButNA{
		height:13px;
		padding:2px;
		border: 1px #969696 solid;
		background-color: #d2d2d2;
	}


	#MainMenuCont{
		display:none;
		z-index:150;
	}
	
		
	.TableOrderTHDes{
		width: 75vw !important;
	}
	.TableOrderTHPri{
		width: 25vw !important;
	}
	.TableOrderTDRef{
		width: 50vw !important;
	}
	.TableOrderTDQty{
		width: 25vw !important;
	}
	.TableOrderTDPri{
		width: 25vw !important;
	}
	
	table.TableOrder{
		width: auto !important;
	}
	table.TableOrder thead{
		display:none;
	}
	table.TableOrder tr{
		
	}
	table.TableOrder td{
		
	}
	table.TableOrder .InputSelect{
		width:100% !important;
	}
	table.TableOrder .OrderDesc{
		width:97% !important;
	}
	table.TableOrder input.InputSmall{
		width: 10vw !important;
	}
	div#MsgBox{
		top: 0px !important;
		left: 0px !important;
		height: 100vh;
		width: 100vw;
		max-height: 100vh;
		max-width: 100vw;
		border-width: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		font-size: 3vh;
	}
	div.MsgBoxNag{
		font-size: 3vh;
		padding: 3vh;
		box-sizing: border-box;
	}
	img.CloseIcon{
		height: 3vh;
	}
	.mobile_on{
		display:block;
	}
	.mobile_off{
		display:none !important;
	}
	#MBox{
		margin-top:18vh;
		margin-bottom: 0;
	}
	#ContBox{
		display:none;
	}
	#ConvBox{
		display:none;
	}
	table.ProductCardTable{
		height: 70vh;
		box-sizing: border-box;
	}
	table.ProductCardTable td{
		border-width: 0px;
		display: inline-block;
		height: auto !important;
		width: auto !important;
		font-size: 4vh !important;
		background-color: #f8f8f8 !important;
	}
	table.ProductCardTable tr{
		text-align: center;
	}
	table.ProductCardTable input{
		width: 20vw !important;
		margin: 2vh;
		height: 7vh;
	}
	div.MsgBoxStop{
		height: 21vh;
		box-sizing: border-box;
	}
	.ButtonBig{
		padding: 2vh;
		font-size: 2vh;
	}
	div#MsgBox .ButtonBigOK{
		padding: 2vh;
		font-size: 3vh;
	}
	div#MsgBox .ButtonBigOK img{
		height: 2vh !important;
	}
	div#MsgBox .ButtonBigNormal{
		padding: 2vh;
		font-size: 3vh;
	}
	.ProductCardImg{
		height: 30vh;
		width: 100vw;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100vw;
	}
	img.ProductDetPhoto{
		float:left; 
		margin:0 auto; 
		border:1px #aaa solid; 
		cursor:pointer;
		max-width:15vw;
		max-height:100px;
		min-height:50px;
		min-width:100px;
	}
	.MainMiddle, .GSelect, .TDSearch{
		width:100%;
	}
	div.InputSearchBox{
		box-sizing: border-box;
		
		width:100%;
	}
	input.InputSearch{
		box-sizing: border-box;
		width:100%;
		height: 6vh;
		font-size: 4vh;
	}
	.GSelect{
		margin-top: 7px;
		margin-left: 0px;
		box-sizing: border-box;
		height:auto;
		display:none;
	}
	div.Nav{
		margin: 0 auto;
		width:97%;
		height: auto;
		padding: 5px;
		background-color:#fff;
		-webkit-box-shadow:2px 0px 7px 0px #aaa;
		box-shadow:2px 0px 7px 0px #aaa;
		margin-bottom: 5px;
	}
	img.SearchToolIcon{
		float:none;
	}
	label.InputSearchLabelNo, label.InputSearchLabel{
		float:left;
		margin:0px;
	}
	img.SearchToolIcon{
		float:left;
		height:20px;
		margin: 0px 0px 0px 6px;
	}
	select.TDSearch{
		width:100%;
		display:none;
	}
	table.MagShowTableNag, div#CrossSelect{
		display:none;
	}
	img.QueryTimeLoad{
		height:4vh;
	}
	.QueryTime{
		margin-left: -8vw;
		text-align: right;
		font-size: 1.5vh;
		color: #ccc;
	}
	table.MagShowTableOrders{
		width:100% !important;
	}
	table.MagShowTableOrders th, td{
		width:auto !important;
		font-size: 3.5vw !important;
	}
	table.TableOrder th, td{
		font-size: 3.5vw !important;
	}
	table.MagShowTableOrders .ButtonSmall, .ButtonSmallRed{
		height: auto;
		width: auto;
		text-align: center;
		box-sizing: border-box;
		display: inline-block;
		margin: 3px;
		padding: 1vh;
		font-size: 1.5vh;
	}
	div.MagShowTable{
		border-spacing:0px;
		width:100%;
		display:block;
		text-align: center;
	}
	div.MagShowTable div.MagShowTableRow{
		display:inline-block;
		width:32%;
		height: 210px;
		/*border: 1px #ccc solid;*/
		box-sizing: border-box;
		margin:0.5%;
		text-align:center;
		
		background-color:#fff;
		-webkit-box-shadow:2px 0px 7px 0px #aaa;
		box-shadow:2px 0px 7px 0px #aaa;
	}
	div.MagShowTable div div{
		padding: 2px 3px 2px 3px;
		color: #555;
		font-family: Helvetica;
		font-size: 11px;
		font-weight: normal;
		vertical-align: middle;
		display:block;
		border-width:0px;
	}
	div.MagShowTable div.CImg{
		width:auto;
		height:110px;
		display: block;
	}
	div.MagShowTable div.CBrand{
		width:100%;
		display: inline-block;
	}
	div.MagShowTable div.CInd{
		width:auto;
		display: inline-block;
		font-size: 17px;
	}
	div.MagShowTable div.CFot{
		width:auto;
		height:80px;
		display: none;
	}
	div.MagShowTable div.COpis{
		width:auto;
		overflow-wrap: break-word;
		height: 40px;
		overflow: hidden;
		font-size:14px;
	}
	div.MagShowTable div.COpisL{
		width:auto;
		overflow-wrap: break-word;
	}
	div.MagShowTable div.CIlo{
		width:auto;
		display:none;
	}
	div.MagShowTable div.CNet{
		width:auto;
		float: right;
		font-size: 21px;
		margin: -170px 3vw;
		font-weight: bold;
	}
	div.MagShowTable div.CBrut{
		width:auto;
		display:none;
	}
	div.MagShowTable div.MagShowTableCell:first-child{
		border-left-width: 0px;
	}
	div.MagShowTable div.MagShowTableDost{
		background-color:#fff;
	}
	div.MagShowTable div.MagShowTableDostWS{
		background-color:#fff;
	}
	div.MagShowTable div.MagShowTableSlide{
		max-height: 50px;
		overflow: hidden;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		text-align:center;
		display:block;
		padding: 0px;
		border-width: 0px;
		float: right;
		width: 8vw;
		margin: -130px 3vw;
	}
	div.MagShowTable div.MagShowTableSlide:first-child{
		border-width: 0px;
	}
	div.MagShowTable div.MagShowTableSlide:hover{
		max-height: 100px;
	}
	div.MagShowTable div.SPButton{
		border:1px #bbb solid;
		color: #555;
		font-family: Helvetica;
		letter-spacing: 1px;
		font-size: 11px;
		font-weight:normal;
		padding: 14px 7px 14px 7px;
		cursor:pointer;
		overflow:hidden;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font-weight:normal;
		text-align:center;
		margin-top:2px;
		height:auto;
	}
	div.MagShowTable div.SPButton:first-child{
		margin-top:0px;
	}
	div.MagShowOut {
		max-height: 74vh;
	}
	img.CellRightIcon{
		display:none;
	}
	.MainMiddleBG{
		width: auto;
		margin:0 auto;
		/*position:relative;*/
		float:none;
		overflow:hidden;
		padding:0px;
		margin-top:18vh;
		
		background-color:initial;
		-webkit-box-shadow:initial;
		box-shadow:initial;
	}
	ol.NewMenu{
		position:fixed; 
		right:0px; 
		list-style-type:none; 
		padding:0px; 
		margin: 0px;
		overflow:hidden;
		display:none;
		background-color:#f5f5f5;
		font-size: 5vh;
		top: 17vh;
		height: 83vh;
		width: 100vw;
	}
	ol.NewMenu > li{
		float: none;
		margin-right: initial;
		cursor: pointer;
		padding: 8px;
		border: 1px #333 solid;
		margin: 8px;
	}
	ol.NewMenu > li img{
		display:none;
	}
	ol.MenuHandShow{
		display:block !important;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		/*z-index: 150;*/
		right: unset;
	}
	.MenuHandImg{
		height: 8vh;
		width: 8vh;
		margin: 2vh;
		float:right;
		display:inline-block;
		cursor:pointer;
		position: absolute;
		right: 0px;
	}
	ol.NewMenu > li > ul {
		display:block;
		list-style-type:none; 
		padding:0px; 
		margin:0px; 
		margin-left:-5px; 
		padding-top:5px; 
		position:relative; 
		background-color:#f5f5f5; 
		border-width:0px;
	}
	ol.NewMenu > li > ul > li {
		padding:5px 5px;
	}
	ol.NewMenu > li:hover > ul {
		display:block;
	}
	div.LoginBox{
		background-color: #333;
		position: fixed;
		height: 50vh;
		width: 80vw;
		left: 10vw;
		top: 25vh;
		padding: 7vh 2vw;
		box-sizing: border-box;
	}
	div.LoginBox input{
		height: 9vh;
		width: 71vw;
		margin: 1vh 2vw;
		box-sizing: border-box;
		font-size: 3vh;
		padding: 2vh;
	}
	.MainMenuInner{
		height:12vh;
	}
	img.MainMenulogo{
		height:10vh;
	}
	.MainMiddleDown, .MainMiddleStartCenterChange, .MainMiddleStartLR{
		display:none;
	}
	.MainMiddleStartCenter {
		height: 100vh;
		background-size: cover;
		top:0px;
	}
	.MainUpOutTXT{
		display:none;
	}
	.MainUpOutAll{
		height: 5vh;
	}
	.MainMenuOut{
		top: 5vh;
	}
	.mobile_menu_lang{
		text-align: center;
		width: 100%;
	}
	.LangSlideOneIcon{
		height: 5vh;
		width: 15vw;
		margin: 1vh 3vw;
	}
	.BrandSelect{
		display:none;
	}
	.MainMenuBasket{
		display:none;
	}
	.MainMenuBasketMobile{
		margin-right: 14vh;
		margin-top: 2vh;
		cursor:pointer;
		float: right;
		height:8vh;
		width: 8vh;
		text-align:center;
		position:relative;
		display:block;
	}
	table.NewDataTable td{
		width:auto !important;
		min-width:auto !important;
	}
	.TextStandard{
		font-size: 1.5vh;
		padding: 1vh;
	}
	.MainMiddleNag{
		font-size: 2vh;
	}
}


@media only screen and (max-width:800px) {
	
	div.IVArtCellPrice .IVArtCellPriceINMobile {
		display:block;
	}
	div.IVArtCellPrice .IVArtCellPriceIN {
		display:none;
	}
	
	div.IVArtNag{
		border-bottom: 3px #ccc solid;
		background-color: #fff;
		font: 14px Helvetica;
		margin: 5px;
		font-weight: bold;
		padding: 5px;
	}
	div.IVArtRow{
		height: 24vw;
		border: 1px #ccc solid;
		background-color:#fff;
		font: 18px Helvetica;
		margin: 5px;
		text-align:left;
		position: relative;
	}
	div.IVArtRow .IVArtCellFot{
		width: 15vw;
		height: 16vw;
		display: inline-block;
		float:left;
		position: absolute;
		left: 1vw;
		top: 1vw;
	}
	div.IVArtRow .IVArtCellFotIN{
		background-size: 50px 50px;
		background-size: cover;
		background-position: center;
		height: 100%;
		width: 100%;
		display: inline-block;
		cursor: pointer;
	}
	div.IVArtRow .IVArtCellLogo{
		width: 8.5vw;
		height: 7vw;
		display: inline-block;
		float:left;
		/* right: 0px; */
		position: absolute;
		left: 17vw;
	}
	div.IVArtRow .IVArtCellLogoIN{
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		height: 7vw;
		width: 8.5vw;
		display: inline-block;
		margin: 1vw;
	}
	div.IVArtRow .IVArtCellRefCR{
		width:250px;
		height:50px;
		display: inline-block;
		float:left;
	}
	div.IVArtRow .IVArtCellRefCR .IVArtCellRefHead{
		padding-top:2px;
		font-size:17px;
		font-weight:bold;
	}
	div.IVArtRow .IVArtCellRef{
		width: auto;
		height: auto;
		display: inline-block;
		float:left;
	}
	div.IVArtRow .IVArtCellRef .IVArtCellRefHead{
		padding-top: 1.5vw;
		font-size: 3vw;
		font-weight:bold;
		margin: 1vw;
		position: absolute;
		left: 27vw;
	}
	div.IVArtCellRefHead .Icon{
		height: 15px;
		padding-left: 5px;
	}
	div.IVArtRow .IVArtCellRef .IVArtCellRefDescr{
		font-size: 3vw;
		margin-left: 0;
		margin-right: 0;
		/* margin-top: 70px; */
		position: absolute;
		bottom: 1vw;
		left: 1vw;
		width: 90vw;
		height: 3.5vw;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	div.IVArtCellDet{
		width: 6vw;
		height: 6vw;
		display: none;
		float:left;
		position: absolute;
		left: 18vw;
		top: 9vw;
	}
	div.IVArtCellDet .IVArtCellDetIN{
		height: 6vw;
		margin: 0;
		cursor:pointer;
	}
	div.IVArtRow .IVArtCellAV{
		width: auto;
		height: auto;
		display: inline-block;
		float:left;
		position: absolute;
		left: 27vw;
		top: 11vw;
		font-size: 3.5vw;
	}
	div.IVArtCellAV .IVArtCellAVIN{
		height: auto;
		margin: 0;
		text-align:center;
	}
	div.IVArtCellAV .IVArtCellAVINMin{
		margin: 0px;
	}
	div.IVArtCellAV .IVArtCellAVINMax{
		margin: 0px;
		margin-top: -2vh;
	}
	div.IVArtCellAV .IVArtCellAVINMaxDescr{
		font-size: 2vh;
		color:red;
		font-weight:bold;
		position: absolute;
		left: -2vw;
		width: 15vw;
	}
	.IVArtCellAVINMaxDescr br{
		/* display:none; */
	}
	div.IVArtRow .IVArtCellPrice{
		width: auto;
		height: auto;
		display: inline-block;
		float:left;
		position: absolute;
		left: 50vw;
		top: 11vw;
		font-size: 3.5vw;
	}
	div.IVArtCellPrice .IVArtCellPriceIN{
		height:20px;
		margin:12px;
	}
	div.IVArtRow .IVArtCellButt{
		width: auto;
		height: auto;
		display: inline-block;
		float:right;
		position: absolute;
		right: 1vw;
		top: 1vw;
	}
	div.IVArtRow .ButAV{
		margin: 0;
		height: 4vw;
		width: 13vw;
		border: 1px #ddd solid;
		background-color: #e4ffe3;
		text-align: center;
		padding: 8vw 0 0 0;
		color: #425a41;
		background-image:url('../img/cart.png');
		background-size: 5vw;
		background-position: center 1vw;
		background-repeat: no-repeat;
		cursor: pointer;
		font-size: 2vw;
	}
	div.IVArtRow .ButWS{
		margin: 0;
		height: 4vw;
		width: 13vw;
		border: 1px #cdd2ae solid;
		background-color: #f9ffd0;
		text-align: center;
		padding: 8vw 0 0 0;
		color: #425a41;
		background-image:url('../img/cart.png');
		background-size: 5vw;
		background-position: center 1vw;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	div.IVArtRow .ButNA{
		margin: 0;
		height: 4vw;
		width: 13vw;
		border: 1px #969696 solid;
		background-color: #d2d2d2;
		text-align: center;
		padding: 8vw 0 0 0;
		color: #425a41;
		background-image:url('../img/cart.png');
		background-size: 5vw;
		background-position: center 1vw;
		background-repeat: no-repeat;
		cursor: pointer;
	}


	.ButAV{
		height:13px;
		padding:2px;
		border: 1px #a7cea6 solid;
		background-color: #e4ffe3;
	}
	.ButWS{
		height:13px;
		padding:2px;
		border: 1px #cdd2ae solid;
		background-color: #f9ffd0;
	}
	.ButNA{
		height:13px;
		padding:2px;
		border: 1px #969696 solid;
		background-color: #d2d2d2;
	}
	
	
	
	
	div.MagShowTable div.MagShowTableRow{
		display:inline-block;
		width:49%;
		height: 210px;
		border: 1px #ccc solid;
		box-sizing: border-box;
		margin:0.5%;
	}
	div.LoginBox{
		background-color: #333;
		position: fixed;
		height: 50%;
		width: 80%;
		left: 10%;
		top: 25%;
	}
	div.MagShowTable div.MagShowTableSlide{
		
		width: 16vw;
	}
	img.ProductDetPhoto{
		max-width:25vw;
	}
	
}
@media only screen and (max-width:500px) {
	
	div.IVArtCellPrice .IVArtCellPriceINMobile {
		display:block;
	}
	div.IVArtCellPrice .IVArtCellPriceIN {
		display:none;
	}
	
	div.IVArtNag{
		border-bottom: 3px #ccc solid;
		background-color: #fff;
		font: 14px Helvetica;
		margin: 5px;
		font-weight: bold;
		padding: 5px;
	}
	div.IVArtRow{
		height: 50vw;
		border: 1px #ccc solid;
		background-color:#fff;
		font: 18px Helvetica;
		margin: 5px;
		text-align:left;
		position: relative;
	}
	div.IVArtRow .IVArtCellFot{
		width: 30vw;
		height: 30vw;
		display: inline-block;
		float:left;
		position: absolute;
		left: 1vw;
		top: 1vw;
	}
	div.IVArtRow .IVArtCellFotIN{
		background-size: 50px 50px;
		background-size: cover;
		background-position: center;
		height: 100%;
		width: 100%;
		display: inline-block;
		cursor: pointer;
	}
	div.IVArtRow .IVArtCellLogo{
		width: 20vw;
		height: 15vw;
		display: inline-block;
		float:left;
		/* right: 0px; */
		position: absolute;
		left: 2vw;
		top: 31vw;
	}
	div.IVArtRow .IVArtCellLogoIN{
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		height: 10vw;
		width: 18vw;
		display: inline-block;
		margin: 1vw;
	}
	div.IVArtRow .IVArtCellRefCR{
		width:250px;
		height:50px;
		display: inline-block;
		float:left;
	}
	div.IVArtRow .IVArtCellRefCR .IVArtCellRefHead{
		padding-top:2px;
		font-size:17px;
		font-weight:bold;
	}
	div.IVArtRow .IVArtCellRef{
		width: auto;
		height: auto;
		display: inline-block;
		float:left;
	}
	div.IVArtRow .IVArtCellRef .IVArtCellRefHead{
		/* padding-top: 31vw; */
		font-size: 5vw;
		font-weight:bold;
		margin: 1vw;
		position: absolute;
		left: 22vw;
		top: 31.5vw;
	}
	div.IVArtCellRefHead .Icon{
		height: 15px;
		padding-left: 5px;
	}
	div.IVArtRow .IVArtCellRef .IVArtCellRefDescr{
		font-size: 4vw;
		margin-left: 0;
		margin-right: 0;
		/* margin-top: 70px; */
		position: absolute;
		bottom: 1vw;
		left: 2vw;
		width: 90vw;
		height: 5.5vw;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	div.IVArtCellDet{
		width: 6vw;
		height: 6vw;
		display: none;
		float:left;
		position: absolute;
		left: 18vw;
		top: 9vw;
	}
	div.IVArtCellDet .IVArtCellDetIN{
		height: 6vw;
		margin: 0;
		cursor:pointer;
	}
	div.IVArtRow .IVArtCellAV{
		width: auto;
		height: auto;
		display: inline-block;
		float:left;
		position: absolute;
		left: 41vw;
		top: 6vw;
		font-size: 5.5vw;
	}
	div.IVArtCellAV .IVArtCellAVIN{
		height: auto;
		margin: 0;
		text-align:center;
	}
	div.IVArtCellAV .IVArtCellAVINMin{
		margin: 3vw;
	}
	div.IVArtCellAV .IVArtCellAVINMax{
		margin:5px;
	}
	div.IVArtCellAV .IVArtCellAVINMaxDescr{
		font-size: 2vh;
		color:red;
		font-weight:bold;
		position: absolute;
		left: 1vw;
	}
	.IVArtCellAVINMaxDescr br{
		/* display:none; */
	}
	div.IVArtRow .IVArtCellPrice{
		width: auto;
		height: auto;
		display: inline-block;
		float:left;
		position: absolute;
		left: 35vw;
		top: 24vw;
		font-size: 5vw;
	}
	div.IVArtCellPrice .IVArtCellPriceIN{
		height:20px;
		margin:12px;
	}
	div.IVArtRow .IVArtCellButt{
		width: auto;
		height: auto;
		display: inline-block;
		float:right;
		position: absolute;
		right: 1vw;
		top: 1vw;
	}
	div.IVArtRow .ButAV{
		margin: 0;
		height: 6vw;
		width: 22vw;
		border: 1px #ddd solid;
		background-color: #e4ffe3;
		text-align: center;
		padding: 13vw 0 0 0;
		color: #425a41;
		background-image:url('../img/cart.png');
		background-size: 10vw;
		background-position: center 1vw;
		background-repeat: no-repeat;
		cursor: pointer;
		font-size: 4vw;
	}
	div.IVArtRow .ButWS{
		margin: 0;
		height: 4vw;
		width: 13vw;
		border: 1px #cdd2ae solid;
		background-color: #f9ffd0;
		text-align: center;
		padding: 8vw 0 0 0;
		color: #425a41;
		background-image:url('../img/cart.png');
		background-size: 5vw;
		background-position: center 1vw;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	div.IVArtRow .ButNA{
		margin: 0;
		height: 4vw;
		width: 13vw;
		border: 1px #969696 solid;
		background-color: #d2d2d2;
		text-align: center;
		padding: 8vw 0 0 0;
		color: #425a41;
		background-image:url('../img/cart.png');
		background-size: 5vw;
		background-position: center 1vw;
		background-repeat: no-repeat;
		cursor: pointer;
	}


	.ButAV{
		height:13px;
		padding:2px;
		border: 1px #a7cea6 solid;
		background-color: #e4ffe3;
	}
	.ButWS{
		height:13px;
		padding:2px;
		border: 1px #cdd2ae solid;
		background-color: #f9ffd0;
	}
	.ButNA{
		height:13px;
		padding:2px;
		border: 1px #969696 solid;
		background-color: #d2d2d2;
	}
	
	
	
	
	
	
	
	
	div.MagShowTable div.MagShowTableRow{
		display:inline-block;
		width:98%;
		height: 210px;
		border: 1px #ccc solid;
		box-sizing: border-box;
		margin:0.5%;
	}
	.QueryTime{
		display:none;
	}
	div.MagShowTable div.MagShowTableSlide{
		
		width: 24vw;
	}
	img.ProductDetPhoto{
		max-width:35vw;
	}
	table.MagShowTableOrders .ButtonSmall, .ButtonSmallRed{
		display: block;
	}
}


@media only screen and (max-height:500px) {
	img.ProductCardImg{
		display:none;
	}
	table.ProductCardTable{
		height: 48vh;
		box-sizing: border-box;
	}
	div.MsgBoxNag{
		font-size: 6vh;
		padding: 6vh;
		box-sizing: border-box;
	}
	div.MsgBoxStop{
		height: 32vh;
		box-sizing: border-box;
	}
}






/* Tryb ciemny */
@media (prefers-color-scheme: dark) {
#BGImage {
	background-color: #5d5d5d;
}
.MainMenu {
	color: #000000;
	background: #6f6f6f;
}


