body { font-family: Tahoma; margin:0; padding:0; color:#333; background-color:#eeeeee; font-size:12px; width:100%; }
form { margin:0;  padding:0; }
img { border:0px }

.contentdiv {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
.termeksor {
	color: #2e2e2e;
}
.termeksor:nth-child(odd) {
	background-color: #cdcdcd;
}
.termeksor:nth-child(even) {
	background-color: #dedede;
}

.markabox { margin: 4px; }

.logobox {
	vertical-align: top;
	display: inline-block;
}
.tipusbox {
	vertical-align: top;
	display: inline-block;
	font-weight: bold;
}
.tipusbox span:hover {
	color: #2e2ee2;	
}
table {
	position: relative;
	margin: 20px auto;
}
td {
	text-align: center;
}
td.termekkep {
	width: 110px;
}
td.markak {
	text-align: left;
	width: 450px;
}
td.keszlet {
	width: 80px;
}
td.egysegar {
	width: 80px;
}
td.rendeles {
	width: 100px;
}
h1 {
	display: block;
	position: relative;
	margin: 20px;
	color: #222;
	font-size: 12pt;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
}
p {
	margin: 10px 0px;
	color: #333;
	font-size: 10pt;
	font-family: sans-serif;
	font-weight: bold;
	text-align: justify;
}
label {
	margin: 2px;
	width: 100px;
	display: inline-block;
}
label + input, label + select {
	margin: 2px;
	height: 20px;
	border-color: #ccc;
	display: inline-block;
}
label + select {
	height: 22px;
}
input[type=text]:focus {
	border-color: #88f;
	margin: 2px;
}
.fizetesimod {
	text-align: right;
	margin: 20px;
}
.sokrendeles {
	background-color: red;
	color: #fff;
}
div.footer {
	margin: 30px auto;
	position: relative;
	text-align: center;
	font-size: 10px;
	color: #999;
}
div.footer a {
	color: #999;
	text-decoration: none;
}
div.footer a:hover {
	text-decoration: underline;
}
input.termekmennyiseg {
	vertical-align: middle;
}
img.addtocart {
	margin-left: 4px;
	vertical-align: middle;
	cursor: pointer;
}
div#cart {
	position: fixed;
	right: 0px;
	top: 0px;
	background-color: #444;
	border: 1px solid #888;
	padding: 4px;
	font-size: 10pt;
	color: #eee;
}
a.checkout {
	display: inline-block;
	padding: 4px;
	background-color: green;
	color: white;
	border-radius: 2px;
	margin-left: 6px;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
}
span#carttext {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
}
span#cartitems {
	color: #fff;
}
img#carticon {
	vertical-align: middle;
}
span.modify {
	border-radius: 2px;
	padding: 2px 4px;
	color: white;
	font-weight: bold;
	margin: 0px 4px;
	font-size: 10pt;
	cursor: pointer;
}
span.minusqty
{
	background-color: lightblue;
}
span.plusqty
{
	background-color: green;
}
span.remove
{
	background-color: red;
}
table.summary
{
	border-spacing: 4px;
	border-collapse: separate;
}
