/* CSS Document */

.gray_corner_top_left {
	width: 4px;
	height: 4px;
	background-image: url(../images/layout/gray/corner_tl.png);
	background-repeat: no-repeat;
	background-position: top;
}
.gray_corner_top_right {
	width: 4px;
	height: 4px;
	background-image: url(../images/layout/gray/corner_tr.png);
	background-repeat: no-repeat;
}
.gray_corner_bottom_left {
	width: 4px;
	height: 4px;
	background-image: url(../images/layout/gray/corner_bl.png);
	background-repeat: no-repeat;
}
.gray_corner_bottom_right {
	width: 4px;
	height: 4px;
	background-image: url(../images/layout/gray/corner_br.png);
	background-repeat: no-repeat;
}

.gray_left_side {
	width: 4px;
	background-image: url(../images/layout/gray/side_left.png);
	background-repeat: repeat-y;
}
.gray_right_side {
	width: 4px;
	background-image: url(../images/layout/gray/side_right.png);
	background-repeat: repeat-y;
}

.gray_top {
	background-image: url(../images/layout/gray/side_top.png);
	background-position: top;
	background-repeat: repeat-x;
	height: 32px;
	padding-top: 1px;
	vertical-align: top;
}
.gray_bottom {
	background-image: url(../images/layout/gray/side_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 4px;
}


.jateklista {
	background-color: #f5f5f5;
	margin-bottom: 1em;
	width: 415px;
}

.jateklistak_cim {
	display: table-cell;
	background-image: url(../images/layout/np_03.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
	height: 32px;
	width: 158px;
	margin-left: 2px;
}

.jateklista_div {
	width: 120px;
	padding-left: 3px;
	display: table-cell;
	vertical-align: top;
}

.jl_table {
	width: 120px;
}
.jl_imagecell {
	display: table-cell;
	padding: 3px;
	vertical-align: top;
}
.jl_cim {
	padding: 3px;
	padding-top: 5px;
	color: #323232;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: top;
	width: 120px;
	overflow: hidden;
	display: block;
	float: left;
}
.jl_csillag {
	padding: 3px;
	padding-top: 0px;
	font-size: 9px;
	vertical-align: top;
}

.jl_cim a:link {
	color: #323232;
	text-decoration: none;
}
.jl_cim a:visited {
	color: #323232;
	text-decoration: none;
}
.jl_cim a:hover {
	color: #323232;
	text-decoration: none;
}
.jl_cim a:active {
	color: #323232;
	text-decoration: none;
}

.jateklista_image {
	border: 1px solid #000000;
}

