@charset "utf-8";

#minicart {
	line-height: 16px;
	width: 768px;
	margin-left: 5px;
}

#minicart #truck {
	float: left;
}

#minicart #mc_items {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;	
}

#minicart #mc_items .item {
	clear: both;
	min-height: 24px;
}

#minicart #mc_items .item .name {
	float: left;
	width: 220px;
	overflow: hidden;
	text-align: right;
}

#minicart #mc_items .item .remove {
	float: left;
	width: 70px;
	text-align: right;
	color: #a0a0a0;
}

#minicart #mc_items .item .remove a {
	text-decoration: none;
	font-weight: bold;
	color: #ff0000;
	font-size: 8pt;
}

#minicart #mc_items .item .remove a:hover {
	color: #ffffff;
}

#minicart #mc_items .item .price {
	float: left;
	width: 90px;
	text-align: right;
	color: #ff8000;
	overflow: hidden;
}

#minicart #mc_items .line {
	clear: both;
	width: 310px;
	height: 8px;
	background: url(../images/minicart_line.gif) top left no-repeat;
}

#minicart #mc_items .sum {
	clear: both;
	width: 310px;
	text-align: right;
	color: #ff8000;
	font-weight: bold;
	height: 24px;
}

#minicart #button {
	position: relative;
	top: 37px;
	right: 16px;
	float: right;
}

#minicart #button a {
	width: 206px;
	height: 54px;
	display: block;
	background-image: url(../images/order.png) !important;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.thulewebaruhaz.hu/images/order.png', sizingMethod='scale');
	cursor: pointer;
}

