@CHARSET "UTF-8";

.popupBasket {
	top									: 80px;
	position							: fixed;
	z-index								: 1000;
	width: 550px;
}

.popupBasket .border-left {
	background-image					: url(../../images/popup/pp_border-left.png);
	background-position					: left top;
	background-repeat					: no-repeat;
	position							: relative;
	display: block;
	width: 100%;
	float: left;
	
}
	
.popupBasket .border-right {
	background-image					: url(../../images/popup/pp_border-right.png);
	background-position					: right top;
	background-repeat					: no-repeat;
	padding								: 0 10px 0 0px; 
}

.popupBasket .border-top{
	height								: 5px;
	background-image					: url(../../images/popup/pp_border-top-right.png);
	background-position					: right bottom;
	background-repeat					: no-repeat;
	display: block;
	float: left;
	width: 540px;
	margin-right:10px;
}

.popupBasket .border-top div{
	height								: 5px;
	margin-right						: 40px;
	background-image					: url(../../images/popup/pp_border-top.png);
	background-position					: left bottom;
	background-repeat					: no-repeat;
	width								: 500px; 
	display: block;
	float: right;
 }


.popupBasket .border-bottom{
	height								: 30px;
	background-image					: url(../../images/popup/pp_border-bottom-right.png);
	background-position					: right top;
	background-repeat					: no-repeat;
	display: block;
	float: left;
	width: 540px;
	margin-right:10px;
}

.popupBasket .border-bottom div{
	margin-right						: 40px;
	height								: 30px;
	background-image					: url(../../images/popup/pp_border-bottom.png);
	background-position					: left top;
	background-repeat					: no-repeat;
	width								: 500px; 
	display: block;
	float: right;
}

.popupBasket .header {
	background-color					: #FFCC00;
/*	min-height							: 20px; */
	height								: 20px;
/*	width								: 526px; */
}

.popupBasket .headerContent{
	float								: left;
	cursor								: default;
	margin-left							: 10px;
}

.popupBasket .headerClose{
	color								: red;
	float								: right;
	cursor								: pointer;
	margin-right						: 5px;
}

.popupBasket .btnHeaderClose{
	background-image					: url(../../images/popup/close.png);
	background-repeat					: no-repeat;
	background-position					: top right;
	padding-right: 20px;
}

.popupBasket .frame {
	margin								: 0 5px;
}

.popupBasket .content {
	padding								: 3px;
	background-color					: #FFFFCC;
/*	width								: 520px; */
	max-height							: 350px;
/*	height								: 50px;  */
	overflow							: auto;
}

.popupBasket .footer {
	text-align							: center;
	background-color					: #FFCC00;
	min-height							: 20px;
	max-height							: 24px;
/*	width								: 526px; */
}

/* KOSÁR TARTALMA */


.popupBasket .tblKosarTest{
	background-color: #FFFFCC;
}

.popupBasket .thTermekFejlec{
	border-bottom: 2px solid #30650B;
}

.popupBasket .trKosarTermek{
	border-bottom: 1px solid #30650B;
	font-size: 12px;
}

.popupBasket .tdKosarTermekNev{
/*	width: 284px; */
	border-bottom: 1px solid #30650B;
}

.popupBasket .tdKosarTermekMeret{
	width: 80px;
	border-bottom: 1px solid #30650B;
	text-align: center;
	font-weight: lighter;
}

.popupBasket .tdKosarTermekKiszereles{
	width: 100px;
	border-bottom: 1px solid #30650B;
	text-align: center;
	font-weight: lighter;
}

.popupBasket .tdKosarTermekRendeltMenny{
	width: 60px;
	border-bottom: 1px solid #30650B;
	text-align: center;
}

.popupBasket .tdKosarTermekOsszAr{
	width: 60px;
	border-bottom: 1px solid #30650B;
	text-align: center;
}

.popupBasket .tdKosarTermekTorles{
	width: 16px;
	border-bottom: 1px solid #30650B;
	text-align: center;
}

.popupBasket .btnKosarTermekTorles{
	width: 16px;
	background-image: url(../../images/torles.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

.popupBasket .btnKosarMegrendelesGomb{
	margin-top: 3px; 
}

#btnFejlecKosarMegjelenitGomb{
	margin: 10px 0 0 10px;
}
