@CHARSET "UTF-8";

html {
	font-size: 100%;
	height: 101%;
}

a:link {
   color: yellow;
}

a:visited {
   color: red;
}

a:active {
   color: #900;
   text-decoration: none;
}

a img { color: #fff; }
@media all {
   a img { color: inherit;
   border: none;
   }
}


body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #323D4F;
	background: url('./static/bg.png') repeat-x;
	background-color: #1f1f1f;
	margin: 0;
}

#main {
	padding-top: 50px;
	width: 900px;
	margin: auto;
	/*border: 1px solid #ccc;*/
}

#toplogo {
	width: 900px;
	height: 89px;
	margin: 0;
	padding: 0;
}

#topband {
	position : relative;
	font-size: 10px;
	line-height: 28px;
	width: 900px;
	height: 39px;
	background: #333 url('./static/menu_bg.png');
	position: relative;
}

#fooldal {
	position: absolute;
	left: 1px;
	width: 134px;
	height: 14px;
}

#fooldal a span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 113px;
	height: 39px;
	background: url('./static/fooldal.png') no-repeat;
	cursor: pointer;

}

#forum {
	position: absolute;
	left: 113px;
	width: 102px;
	height: 39px;
}

#forum a span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 102px;
	height: 39px;
	background: url('./static/forum.png') no-repeat;
	cursor: pointer;

}

#walkman {
	position: absolute;
	right: 1px;
	width: 102px;
	height: 39px;
}

#walkman a span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 102px;
	height: 39px;
	background: url('./static/walkman.png') no-repeat;
	cursor: pointer;

}

#fooldal a:link span, #fooldal a:visited span,
#forum a:link span, #forum a:visited span,
#walkman a:link span, #walkman a:visited span {
	background-position: top left;
}

#fooldal a:hover span, #forum a:hover span,
#walkman a:hover span {
	background-position: bottom left;
}

#content {
	background: black url('./static/bodytop_grad.png') repeat-x;
	color: #8a8a8a;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 13pt;
	border-bottom: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: #303030 1px solid;
	border-right: #303030 1px solid;
}

#content a {
	color: #008cca;
}
#content a:visited {
	color: #008fff;
}

#menu {
	text-align: right;
	font-size: large;
	font-style: italic;
}



#links {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	float: right;
	padding-right: 10px;
	color: white;
}

#links a {
	color: white;
}

#copyright {
	background: #333 url('./static/footer_bg.png');
	line-height: 51px;
	font-size: 11pt;
	color: white;
	vertical-align: middle;
	height: 51px;
	padding-left: 10px;
	border-left: #303030 1px solid;
	border-right: #303030 1px solid;
	border-bottom: #303030 1px solid;
}

hr {
	border: 1px solid white;
	
}

dt {
	text-decoration: underline;
}

.menu-item {
	padding-left: 20px;
}

.element {
	height: 110px;
}
.element:hover {
	background-image: url('./static/sel.png');
}


table#info {
	border-collapse: collapse;
	empty-cells: show;
	width: 750px;
	margin: 0 auto;
	border: 1px solid #8a8a8a;
}

table#info th {
	font-variant: small-caps;
	vertical-align: top;
	margin: 0;
	padding: 0 0.1em;
	border-bottom: 2px solid #8a8a8a;
	text-align: left;
}

#pphone {
	width: 90px;
	border-right: 1px solid #808080;
}

#pcamera {
	width: 90px;
	border-right: 1px solid #808080;
}

#pmanufacturer {
	width: 300px;
}

#pname {
	width: 270px;
}

table#info td {
	vertical-align: top;
	margin: 0;
	padding-left: 0.5em;
	border-bottom: 1px solid #8a8a8a;
}

.pphone {
	border-right: 1px solid #808080;
	font-weight: bold;
}

.pcamera {
	border-right: 1px solid #808080;
}
