/*** Cafe Store - CSS by Polgar Peter (Force) - 2010-07 ***/

/* alapertelmezett nullazasok BEGIN */
* {
	margin: 0px;
	padding: 0px;
}

a img, :link img, :visited img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, pre, code, p, div, span, a {
	border: 0px;
	font-size: 12px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}

p, h1, h2, h3, h4, h5, h6, div, span, a {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* alapertelmezett nullazasok END */

br {
	font-size: 12px;
	line-height: 15px;
}

/* image replace span alapbeallitasa BEGIN */

span.fir {
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 0px;
	height: 100%;
	left: 0px;
	position: absolute;
	text-align: left;
	top: 0px;
	width: 100%;
}

/* image replace span alapbeallitasa END */

div.clr {
	border: 0px;
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
}

body {
	background-color: #ECECED;
	border: 0px;
	color: #868789;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}

/* main BEGIN */

div#main {
	background: #FFFFFF url('/images/hu/main_bg.jpg') no-repeat left top;
	height: 626px;
	left: 50%;
	margin: -313px 0px 0px -415px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 830px;
}

/* main END */

/* main inner BEGIN */

div#main_inner {
	height: 526px;
	overflow: hidden;
	padding: 50px 0px 0px 50px;
	position: relative;
	width: 730px;
}

/* main inner END */

/* list box BEGIN */

div#list_box {
	height: 176px;
	left: 58px;
	position: absolute;
	top: 190px;
	width: 712px;
}

/* list box END */

/* list popup BEGIN */

div.list_popup {
	background: transparent url('/images/hu/popup_top.png') no-repeat left top;
	height: auto;
	left: 50%;
	margin: -145px 0px 0px -86px;
	position: absolute;
	top: 50%;
	width: 225px;
	z-index: 1000;
}

	div.list_popup img {
		display: block;
		cursor: pointer;
		height: 148px;
		padding: 32px 0px 10px 0px;
		margin: 0px auto;
		width: 166px;
	}

div.list_popup_text {
	background: transparent url('/images/hu/popup_text.png') repeat-y left top;
	padding: 0px 27px;
	width: 171px;
}

	div.list_popup_text h2 {
		color: #FFFFFF;
		font-size: 11px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 0 5px 0;
	}

	div.list_popup_text h3 {
		color: #FFFFFF;
		font-size: 10px;
		line-height: 13px;
		font-weight: bold;
		padding-bottom: 5px;
	}

	div.list_popup_text span,
	div.list_popup_text p {
		color: #FFFFFF;
		font-size: 10px;
		line-height: 13px;
	}
	
	div.list_popup_text p a {
		color: #009EDF;
		font-size: 10px;
		line-height: 13px;
	}

div.list_popup_bottom {
	background: transparent url('/images/hu/popup_bottom.png') no-repeat left top;
	height: 25px;
	overflow: hidden;
	width: 225px;
}

/* list popup END */

