/*** Masszazslap - CSS by Polgar Peter (Force) ***/

/* alapertelmezett nullazasok BEGIN */
* {
	margin: 0px;
	padding: 0px;
}

a img, :link img, :visited img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #D5D5D5;
	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: 11px;
	line-height: 14px;
	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: 11px;
	line-height: 14px;
}

/* 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;
	padding: 0px;
}

body {
	background: #0C0406 url('../images/body_bg.jpg') no-repeat center top;
	color: #777777;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}

div.main {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* header BEGIN */

div.header {
	height: 120px;
	position: relative;
	width: 960px;
}

	/* header logo */
	a#header_logo {
		display: block;
		height: 50px;
		left: 0px;
		position: absolute;
		top: 6px;
		width: 190px;
	}

		a#header_logo img { display: block; }

	/* header menu */
	ul#header_menu {
		background: #000000 url('../images/header_menu_bg.gif') no-repeat left top;
		display: block;
		height: 42px;
		left: 0px;
		overflow: hidden;
		position: absolute;
		top: 61px;
		width: 960px;
	}

		ul#header_menu li {
			border-left: 1px solid #232323;
			border-right: 1px solid #000000;
			display: block;
			float: left;
			height: 40px;
			list-style: none;
		}

			ul#header_menu li.hm_first { border-left: 0px; }
			ul#header_menu li.hm_first a:hover { background: #000000 url('../images/header_menu_bg_first.gif') no-repeat left top; }
			ul#header_menu li.hm_last { border-right: 0px; }

			ul#header_menu li a {
				color: #E84545;
				display: block;
				font-size: 14px;
				height: 40px;
				line-height: 40px;
				text-align: center;
				text-decoration: none;
			}

				ul#header_menu li a:hover {
					background-color: #000000;
					color: #FFFFFF;
					text-decoration: none;
				}

				ul#header_menu li#hm_01,
				ul#header_menu li#hm_01 a { width: 115px; }

				ul#header_menu li#hm_02,
				ul#header_menu li#hm_02 a { width: 175px; }

				ul#header_menu li#hm_03,
				ul#header_menu li#hm_03 a { width: 135px; }

				ul#header_menu li#hm_04,
				ul#header_menu li#hm_04 a { width: 122px; }

	/* header side menu */
	ul#header_side_menu {
		display: block;
		position: absolute;
		right: 0px;
		text-align: right;
		top: 24px;
		width: 350px;
	}

		ul#header_side_menu li {
			color: #FFFFFF;
			display: inline;
			list-style: none;
			padding-right: 12px;
		}

			ul#header_side_menu li a { color: #FFFFFF; }

/* header END */

/* content BEGIN */

div.content {
	height: auto;
	margin-bottom: 25px;
	width: 960px;
}

div.content_left {
	float: left;
	width: 795px;
}

div.content_right {
	float: left;
	width: 165px;
}

h1 {
	background: transparent url('../images/dottedline.gif') repeat-x left bottom;
	color: #D21438;
	display: block;
	font-weight: normal;
	position: relative;
}

	div.content_left h1 {
		font-size: 24px;
		height: 33px;
		line-height: 29px;
		margin-bottom: 12px;
		margin-right: 25px;
	}

		div.content_left h1 span.rightText {
			color: #959595;
			display: block;
			font-size: 11px;
			font-weight: normal;
			height: 29px;
			line-height: 29px;
			position: absolute;
			right: 0px;
			text-align: right;
			top: 3px;
		}

			div.content_left h1 span.rightText a {
				background: transparent no-repeat right 11px;
				display: block;
				float: left;
				height: 29px;
				line-height: 24px;
				margin-right: 24px;
				padding-right: 16px;
			}

				div.content_left h1 span.rightText a.up { background-image: url('../images/arrow_up.gif'); }
				div.content_left h1 span.rightText a.down { background-image: url('../images/arrow_down.gif'); }
				div.content_left h1 span.rightText a#name { margin-right: 8px; }

	div.content_right h1 {
		font-size: 18px;
		height: 33px;
		line-height: 31px;
		margin-bottom: 12px;
	}

h2 {
	color: #D21438;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding-bottom: 13px;
}

	/* sidelist */
	ul.side_list {
		display: block;
		height: auto;
		margin-bottom: 10px;
		width: 165px;
	}

		ul.side_list li {
			background: transparent url('../images/dottedline.gif') repeat-x left bottom;
			display: block;
			height: 20px;
			list-style: none;
			width: 165px;
		}
		ul.side_list li.sl_last { background-image: none; }

			ul.side_list li a {
				background: transparent url('../images/arrow_pink.gif') no-repeat 1px 7px;
				display: block;
				height: 20px;
				line-height: 18px;
				padding-left: 12px;
			}

				ul.side_list li a:hover {
					background: #900F28 url('../images/arrow_white.gif') no-repeat 3px 7px;
					text-decoration: none;
				}

			ul.side_list li a span {
				color: #959595;
				cursor: pointer;
				display: block;
				float: right;
				padding-right: 3px;
				margin-top: -16px;
				text-align: right;
			}

	/* banner box */
	div.banner_box {
		height: auto;
		width: 165px;
	}

		div.banner_box img { display: block; }

	/* item box */
	div.item_boxes {
		margin-bottom: 12px;
	}

	div.item_box {
		float: left;
		height: 205px;
		margin-bottom: 5px;
		margin-right: 5px;
		overflow: hidden;
		width: 150px;
	}

		div.item_box_top,
		div.item_box_bottom {
			background: transparent no-repeat left top;
			height: 5px;
			font-size: 0px;
			line-height: 0px;
			width: 150px;
		}

		div.item_box_top { background-image: url('../images/item_box_top.gif'); }
		div.item_box_bottom { background-image: url('../images/item_box_bottom.gif'); }

		div.item_box_inner {
			background-color: #0D0D0D;
			border-left: 1px solid #353535;
			border-right: 1px solid #353535;
			padding-left: 4px;
			padding-right: 4px;
			text-align: center;
			width: 140px;
		}

		div.item_box_inner img { display: block; margin: 0 auto;}
		div.item_box_inner a { color: #E84545 !important; height: 160px; display:block;}
		div.item_box_inner p { height: 30px; line-height: 16px; overflow: hidden; padding-bottom: 1px; padding-top: 4px; }

	/* item pager */
	div.item_pager {
		background: transparent url('../images/dottedline.gif') repeat-x left top;
		margin-right: 25px;
		margin-top: 5px;
		padding-top: 10px;
	}

		div.item_pager_jumpto {
			height: 25px;
			float: left;
			width: 190px;
		}
			div.item_pager_jumpto label#label_jumpto { width: 83px; }
			div.item_pager_jumpto label.label_input_right { margin-right: 8px; }
			div.item_pager_jumpto input#input_jumpto { width: 26px; }
			div.item_pager_jumpto input#submit_jumpto { float: left; }

		div.item_pager_pages {
			float: right;
			height: auto;
		}

			div.item_pager_pages div.pager_prev,
			div.item_pager_pages div.pager_next {
				height: 25px;
				float: left;
				padding-left: 3px;
				width: 62px;
			}

			div.item_pager_pages div.pager_pages {
				float: left;
			}
				div.item_pager_pages div.pager_pages .button {
					float: left;
					margin-left: 3px;
				}

	/* text box */
	div.text_box {
		height: auto;
		margin-bottom: 5px;
		margin-right: 5px;
		width: 770px;
	}

		div.text_box_top,
		div.text_box_bottom {
			background: transparent no-repeat left top;
			height: 5px;
			font-size: 0px;
			line-height: 0px;
			width: 770px;
		}

		div.text_box_top { background-image: url('../images/text_box_top.gif'); }
		div.text_box_bottom { background-image: url('../images/text_box_bottom.gif'); }

		div.text_box_inner {
			background-color: #0D0D0D;
			border-left: 1px solid #353535;
			border-right: 1px solid #353535;
			padding-left: 12px;
			padding-right: 12px;
			padding-top: 11px;
			width: 744px;
		}

		div.text_box_inner p { padding-bottom: 15px; }
		div.text_box_inner a { color: #FFFFFF; }

	/* detail box */
	div.detail_box {
		height: auto;
		margin-bottom: 5px;
		margin-right: 5px;
		width: 770px;
	}

		div.detail_box_top,
		div.detail_box_bottom {
			background: transparent no-repeat left top;
			height: 5px;
			font-size: 0px;
			line-height: 0px;
			width: 770px;
		}

		div.detail_box_top { background-image: url('../images/detail_box_top.gif'); }
		div.detail_box_bottom { background-image: url('../images/detail_box_bottom.gif'); }

		div.detail_box_inner {
			background: transparent url('../images/detail_box_inner.gif') repeat-y left top;
			padding-left: 5px;
			padding-right: 5px;
			width: 760px;
		}

		div.detail_box_inner h2 { font-size: 14px; line-height: 19px; }
		div.detail_box_inner p { line-height: 18px; padding-bottom: 15px; }
		div.detail_box_inner a { color: #FFFFFF; }

		div.detail_box_left {
			float: left;
			height: auto;
			margin-right: 36px;
			position: relative;
			width: 400px;
		}

			div.detail_box_left img {
				display: block;
				margin-bottom: 5px;
				width: 400px;
			}

			div.detail_box_pager {
				float: left;
				width: 62px;
			}

			div.detail_box_pager_pages {
				float: left;
				line-height: 25px;
				text-align: center;
				width: 276px;
			}

		div.detail_box_right {
			float: left;
			height: auto;
			padding-top: 11px;
			width: 310px;
		}

			a.detail_images {
				background: #000000 url('../images/detail_images_bg.gif') no-repeat left top;
				display: block;
				float: left;
				height: 100px;
				margin-right: 5px;
				margin-bottom: 5px;
				overflow: hidden;
				padding: 5px;
				width: 88px;
			}

				/* a.detail_images img {
					display: block;
					height: 100px;
					width: 88px;
				}
				*/
				a.detail_images img {
				display: block;
				margin:0 auto;
				}

	/* forms */
	label.labels {
		color: #959595;
		display: block;
		float: left;
		height: 20px;
		line-height: 20px;
	}
		label.labels img { display: block; }
		label.label_input_left,
		label.label_input_right { width: 3px; }

	input.textfiled {
		background-color: #1C1C1C;
		border: 0px;
		color: #959595;
		display: block;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		height: 17px;
		padding-top: 3px;
	}

	/* buttons */
	a.button,
	input.button {
		background-color: #000000;
		border: 0px;
		color: #E84545 !important;
		cursor: pointer;
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-align: center;
	}

	a.button {
		height: 25px;
		line-height: 25px;
	}
		a.button:hover { text-decoration: none; }

	input.button {
		height: 20px;
	}

		.button27x25 { background: url('../images/button27x25.gif'); width: 27px; }
		.button32x20 { background: url('../images/button32x20.gif'); width: 32px; }
		.button62x25 { background: url('../images/button62x25.gif'); width: 62px; }

/* content END */

/* footer BEGIN */

div.footer {
	background: transparent url('../images/dottedline.gif') repeat-x left top;
	height: auto;
	width: 960px;
}

	div.footer p {
		padding-bottom: 20px;
		padding-top: 10px;
		text-align: right;

/* footer END */
