@charset "utf-8";
/* CSS Document */

body {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFF;	
	margin:0;
	padding:0;
}

img {
	display:none;
}

#header {
	position:absolute;
	width:400px;
	left:50%;
	margin-left:-200px;
	height:40px;
	line-height:40px;
	display:block;
	font-size:medium;
	font-weight:bold;
	text-align:center;
}

.title {
	float:left;
	margin:0;
}

.person {
	float:right;
	margin:0;
}

#container {
	position:absolute;
	top:40px;
	width:800px;
	left:50%;
	margin-left:-400px;
	z-index:20;
}

#emblem {
	display:none;
}

#slider-wrapper {
	display:none;
}

.nivo-controlNav,
.nivo-directionNav {
	display:none;
}

#navigation {
	display:none;
}

#pathway {
	display:none;
}

#pathway p,
#pathway ul {
	float:left;
}

#pathway p {
	margin:0;
	padding-right:5px;
}

#pathway ul {
	margin:0;
	padding:0;
}

#pathway ul li {
	list-style:none;
	float:left;
	color:#369;
}

#pathway ul li:after {
	content:">>";
}

#pathway ul li a {
	color:#369;
	text-decoration:none;
	padding:5px;
}

#pathway ul li a:hover {
	color:#C00;
	text-decoration:underline;
}

#pathway ul li:first-child {
	display:none;
}

.printBtn {
	display:none;
}

.lastBtn {
	padding-left:5px;

}

.lastBtn:after {
	display:none;
}

.loginBox {
	display:none;
}

#logInfo {
	display:none;
}

.loginBox form {
	display:none;
}

.textBox {
	padding:0 25px;
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

.stix {
	display:none;
}

#footer {
	display:none;
}

#sub-menu {
	display:none;
}

.createdDate {
	width:350px;
}

.createdDate p {
	float:left;
	margin:0;
}

.createdDate a {
	float:right;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

/* -----------------------------------------------*/
/* Price List */

.priceList {
}

.priceList .headLine {
	font-weight:bold;
}

.akcio span {
	color:#000 !important;
}

.priceList td:nth-child(1),
.priceList td:nth-child(2) {
	border-bottom:1px solid #000;
	padding: 5px 10px;

}

.secoundLine td:nth-child(1),
.secoundLine td:nth-child(2) {
	background-color:#CCC;
}

.priceList img {
	margin-left:10px;
	border:0;
}

.priceList .marker-top {
	width:30px;
	border-bottom:1px solid #000;	
}

.priceList .marker {
	width:30px;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
}


