@charset "UTF-8";
/* CSS Document */

	/* KOSÁR */

	.kosar_lista {
		list-style:none;
		display:inline-block;
		margin:0px 0px 5px 10px;
		padding:0px;
		border-radius:10px;
		border:0px solid white;
		background-color:#FFFFFF;
		box-shadow:0px 0px 25px 0px rgba(0,0,0,0.2), inset 0px 2px 25px 0px rgba(0,0,0,0.2);
		box-shadow:0px 0px 25px 0px rgba(0,0,0,0.2);
	}
		.kosar_lista .sor {
			display:inline-block;
			margin:0px 0px 0px 0px;
			padding:8px 10px 3px 10px;
			border-bottom:1px solid rgba(0,0,0,0.1);
			width:200px;
		}
		.kosar_lista .sor:last-child {
			border-bottom:0px none white;
		}
		.kosar_lista .sor:nth-child(2n+0) {
			/*background-color:rgba(255,255,255,0.5);*/
		}
		.kosar_lista .sor:nth-child(2n+1) {
			/*background-color:rgba(255,255,255,0.5);*/
		}
			.kosar_lista .sor .szinkod {
				position:absolute;
				display:block;
				width:12px;
				height:12px;
				overflow:hidden;
				background-position:left top;
				background-repeat:no-repeat;
				margin:3px 0px 0px 3px;
				background-color:white;
				opacity:0.85;
			}
			.kosar_lista .sor .szinkod.C { background-image:url(../pics/admin/color-labels-all/C.gif); }
			.kosar_lista .sor .szinkod.M { background-image:url(../pics/admin/color-labels-all/M.gif); }
			.kosar_lista .sor .szinkod.Y { background-image:url(../pics/admin/color-labels-all/Y.gif); }
			.kosar_lista .sor .szinkod.K { background-image:url(../pics/admin/color-labels-all/K.gif); }
			.kosar_lista .sor .szinkod.CMY { background-image:url(../pics/admin/color-labels-all/CMY.gif); width:34px; }
			.kosar_lista .sor .szinkod.CMYK { background-image:url(../pics/admin/color-labels-all/CMYK.gif); width:45px; }
			.kosar_lista .sor .szinkod.Black { background-image:url(../pics/admin/color-labels-all/K.gif); }
		
			
			.kosar_lista .sor .foto {
				display:block;
				float:left;
				width:34px;
				height:34px;
				overflow:hidden;
				margin:0px 5px -2px 0px;
				background-color:#FFFFFF;
				border:1px solid rgba(0,0,0,0.2);
				border-radius:2px;
				cursor:pointer;
			}
			.kosar_lista .sor .foto:hover {
				box-shadow:0px 0px 3px 0px rgba(0,0,0,0.3);
				border:1px solid #8B949A;
			}
			
				.kosar_lista .sor .foto img {
					margin:-5px 0px 0px -5px;
					width:44px;
					height:44px;
				}
			.kosar_lista .sor .nev {
				font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
				font-size:11px;
				line-height:14px;
				color: #37494D;
				text-align:left;
				padding:3px 0px 0px 0px;
			}
			.kosar_lista .sor .cikkszam {
				font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
				font-size:11px;
				line-height:14px;
				color:#6B848A;
				text-align:left;
			}
			.kosar_lista .sor .arak {
				clear:both;
				display:block;
				margin:5px 0px 5px 0px;
				width:200px;
				outline:0px dotted orange;
			}
			.kosar_lista .sor .ar-fajta {
				width:70px;
				outline:0px dotted orange;
			}
				.kosar_lista .sor .arak input.darabszam {
					border:1px solid #CCCCCC;
					background-color:white;
					width:24px;
					height:22px;
					font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
					font-size:12px;
					line-height:12px;
					color:#4B646A;
					text-align:center;
					margin:0px;
					padding:0px 10px 0px 0px;
					border-bottom-left-radius:4px;
					border-bottom-right-radius:4px;
					outline:none;
				}
				.kosar_lista .sor .arak p.darabszam {
					display:none;
				}
				
				.kosar_lista .sor .arak .numeric-stepper {
					display:inline-block;
					position:absolute;
					padding:0px;
					margin:0px 0px 0px -18px;
					width:15px;
					height:24px;
				}
				.kosar_lista .sor .arak .numeric-stepper a.plus {
					display:block;
					width:15px;
					height:12px;
					cursor:pointer;
					outline:0px dashed orange;
					background-image:url(../pics/form/numeric-stepper.png);
					background-position:0px 0px;
					background-repeat:no-repeat;
				}
				.kosar_lista .sor .arak .numeric-stepper a.minus {
					display:block;
					width:15px;
					height:12px;
					cursor:pointer;
					outline:0px dashed orange;
					background-image:url(../pics/form/numeric-stepper.png);
					background-position:0px -12px;
					background-repeat:no-repeat;
				}
				.kosar_lista .sor .arak .numeric-stepper a.plus:hover { background-position:-30px 0px; }
				.kosar_lista .sor .arak .numeric-stepper a.minus:hover { background-position:-30px -12px; }
				
				
				
				
				.kosar_lista .sor .arak .jelek {
					font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
					font-size:11px;
					line-height:13px;
					color:#4B646A;
					display:inline-block;
					width:auto;
					height:17px;
					text-align:center;
				}
				.kosar_lista .sor .arak .ar {
					margin:4px 0px 0px 0px;
					padding:0px;
					font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
					font-size:12px;
					line-height:13px;
					color:#4B646A;
					font-weight:normal;
					text-align:right;
					display:inline-block;
					width:auto;
					height:17px;
				}
				.kosar_lista .sor .arak .ar_teljes {
					margin:4px 0px 0px 0px;
					font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
					font-size:12px;
					line-height:13px;
					color:#2B444A;
					font-weight:bold;
					text-align:right;
					display:inline-block;
					width:auto;
					height:17px;
					float:right;
				}
	
			.kosar_lista .sor .torles_gomb {
				float:right;
				text-decoration:none;
				display:block;
				background-image:url(../pics/sprite/W-626791/16.png);
				background-position:-96px -32px;
				background-repeat:no-repeat;
				margin:-5px -10px 0px 0px;
				width:16px;
				height:16px;
				outline:0px dotted orange;
				opacity:0.25;
				-webkit-transition:opacity 0.5s linear;
			}
			.kosar_lista .sor .torles_gomb:hover {
				background-image:url(../pics/sprite/W-AD2122/16.png);
				opacity:1;
				-webkit-transition:opacity 0.5s linear;
			}
			
			
	
		.kosar_lista .sor.osszegzo {
			padding-top:5px;
			padding-bottom:10px;
		}
		.kosar_lista .sor.osszegzo {
			background-color:rgba(255,255,255,0.0);
		}

		.kosar_lista .sor.szallitas {
			background-color:rgba(255,255,255,0.0);
			padding-top:10px;
			padding-bottom:10px;
		}
		.kosar_lista .sor.osszesen {
			background-color:rgba(255,255,255,0.0);
			padding-top:10px;
			padding-bottom:10px;
		}
		
			.kosar_lista .sor.osszegzo .cimke {
				margin:5px 0px 1px 0px;
				padding:0px;
				font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				font-size:11px;
				line-height:13px;
				color:#333333;
				font-weight:normal;
				text-align:right;
			}
			.kosar_lista .sor.osszegzo .osszeg,
			.kosar_lista .sor.osszegzo .vegosszeg {
				margin:4px 0px 0px 0px;
				padding:0px;
				font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
				font-size:12px;
				line-height:13px;
				color:#333333;
				text-align:right;
				display:inline-block;
				width:70px;
			}
			.kosar_lista .sor.osszegzo .vegosszeg_cimke {
				margin:4px 0px 0px 0px;
				padding:0px;
				font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
				font-size:11px;
				line-height:13px;
				color:#333333;
				font-weight:bold;
				text-align:right;
			}
			.kosar_lista .sor.osszegzo .vegosszeg {
				font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
				width:100px;
				font-size:14px;
				line-height:15px;
				font-weight:bold;
				color:#7572C1;
				outline:0px dotted orange;
			}
			.kosar_lista .ar-osszeg.fizetendo.brutto.kiemelt p {
				font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
				font-size:15px;
				line-height:16px;
				font-weight:bold;
				color:#7572C1;
				margin-top:-2px;
			}
			
			.szallitas_modja {
			}
			.szallitas_modja.hidden {
				display:none;
			}


			.ar-fajta {
				float:left;
			}
				.ar-fajta p {
					font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
					font-size:11px;
					line-height:13px;
					color:#919DA0;
					text-align:left;
				}
			.ar-cimke {
				display:inline-block;
				outline:0px dotted orange;
				width:65px;
				margin:0px 0px 0px -20px;
			}
				.ar-cimke p {
					font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
					font-size:11px;
					line-height:13px;
					color:#919DA0;
					text-align:right;
				}
	
			.ar-osszeg {
				width:85px;
				outline:0px dotted blue;
			}
				.ar-osszeg p {
					font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
					font-size:12px;
					line-height:13px;
					font-weight:bold;
					color:#57696D;
					text-align:right;
					margin:0px 0px 0px 0px;
				}
				.ar-osszeg.kiemelt p {
					color:#5F6191;
				}

