@charset "iso-8859-2";
#content h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0 0 5%;
	padding: 0;
}
#cart {
	width: 90%;
	margin: 5px 5% 0;
	padding: 0;
	border-spacing: 1px 1px;
	border-collapse: collapse;
	display: table;
}
#cart tr {
	display: table-row;
}
#cart thead {
	border: 1px solid #E2E2E2;
}
#cart thead tr {
	height: 30px;
	background-color: #6387B8;
	vertical-align: middle;
	color: white;
	font-size: 0.8em;
	font-weight: bold;
}
#cart thead th {
	border: 1px solid white;
	text-align: center;
	vertical-align: middle;
}
#cart tbody {
	display: table-row-group;
}
#cart tbody td {
	border: 1px solid #E2E2E2;
	border-bottom: none;
	padding: 10px 0;
	font-size: 0.8em;
	vertical-align: middle;
}
#cart td.nev {
	padding-left: 5px;
	text-align: left;
}
#cart td.nev span.keszleten {
	color: #DD0808;
	font-weight: bold;
}
#cart td.ar {
	text-align: center;
	font-weight: bold;
	line-height: 1.2em;
}
#cart td.ar span.eredetiar {
	font-weight: normal;
	text-decoration: line-through;
	font-size: 0.8em;
}
#cart td.ar span.megtakaritas {
	color: #DD0808;
	font-size: 0.8em;
}
#cart td.ar span.fenyezes {
	font-weight: normal;
	font-size: 0.8em;
}
#cart td.db {
	text-align: center;
}
#cart td.db input {
	width: 30px;
	margin: 0 0 6px;
	padding: 0;
	text-align: center;
}
#cart td.db a {
	font-size: 0.8em;
}
#cart td.db a img {
	margin: 5px 3px 0 0;
	padding: 0;
	width: 10px;
}
#cart td.first {
	border-left: 1px solid transparent;
}
#cart td.last {
	border-right: 1px solid transparent;
}
#cart td.first img {
	width: 90px;
	padding: 0;
	margin: 0 0 0 5px;
}
#cart tfoot {
/*	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	display: table-footer-group;
	background-color: #6387B8;
	color: white;*/
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	color: black;
	font-size: 0.9em;
}
#cart tfoot tr.first {
	border-top: 3px solid #6387B8;
}
#cart tfoot tr {
	height: 30px;
}
#cart tfoot td {
	padding-top: 5px;
}
#cart tfoot td.total {
	padding-right: 10px;
	text-align: right;
	border-right: 1px solid transparent;
}
#cart tfoot select {
	font-size: 16px;
	font-weight: bold;
	color: #226699;
}
#cart tfoot td.futar {
	font-size: 10px;
	font-weight: normal;
	color: black;
	text-align: left;
	padding-left: 50px;
}
#cart tfoot td.penztargomb {
	float: right;
}
#cart div.szallitas {
	float: right;
	width: 390px;
	margin: 8px 0 0 0;
	background: #D2D2D2 url(../style/pic/magyarorszag.gif) bottom right no-repeat;
}
#cart div.szallitas p {
	margin: 10px 0 0 0px;
	position: relative;
	left: 30px;
}
#cart div.szallitas img {
	float: left;
	height: 60px;
	position: relative;
	left: 10px;
	top: -20px;
}
#cart div.szallitas img:hover {
	cursor: default;
}

