/* Arlista fejlec */
div.cart {
	width: 100%;
	margin: 0;
	padding: 0;
}

ul.cart, ul.cartlist {
	width: 100%;
	display: table;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 80%;
}

ul.cart li, ul.cartlist li {
	margin: 0;
	padding: 0;
	float: left;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
    border-bottom: 0px;
	display: table;
	border-bottom: 1px solid #999;
}

ul.cart li {
    border-bottom: 0px;
}


ul.cart li.row1, ul.cartlist li.row1 {
	width: 30%;
	text-align: center;
}

ul.cart li.row2, ul.cartlist li.row2 {
	width: 10%;
	text-align: center;
}

ul.cart li.row3, ul.cartlist li.row3 {
	width: 10%;
	text-align: center;
}

ul.cart li.row4, ul.cartlist li.row4 {
	width: 10%;
	text-align: center;
}

ul.cart li.row5, ul.cartlist li.row5 {
	width: 12%;
	text-align: center;
}

ul.cart li.row6, ul.cartlist li.row6 {
	width: 14%;
	text-align: center;
}

ul.cart li.row7, ul.cartlist li.row7 {
	width: 12%;
	text-align: center;
}

ul.cart li.row8, ul.cartlist li.row8 {
	width: 10%;
	text-align: center;
}

ul.cart li.row9, ul.cartlist li.row9 {
	width: 10%;
	text-align: center;
}

/* Input mezok */
ul.cartlist input.amount {
	width: 40px;
	border: 1px solid #999;
	text-align: center;

}

p.changecart {
	margin-top: 10px;
	width: 100%;
	text-align: right;
}

p.changecart input.button {
	width: auto;
	border: 1px solid #999;
	text-align: right;

}

p.backtolist {
	margin-top: 40px;
	width: 50%;
	float: left;
	text-align: left;
}

h4.fullprice {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

div.stepbutton {
  	display: block;
	width: 100%;
}

div.stepbutton a {
	background-color: #D1e7fe;
	border: 1px solid #62e9f7;
	height: 24px;
	width: 60%;
	color: #000;
	display: block;
	text-align: center;
}


p.nextstep {
	display: block;
	width: 45%;
	float: right;
	text-align: right;
}

p.backstep {
	display: block;
	width: 45%;
	float: left;
	text-align: left;
}

