@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	background: url(../images/bg.jpg);
}

.clear { clear: both; }

a img { border: 0; outline: none; }

input, select {
	border: #666 1px solid;
	margin: 1px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	background: #FFF;
}
	
a, a:visited, a:active {
	color: #d28601;
	outline: none;
	text-decoration: none;
}
	a:hover {
		color: #FC0;
		outline: none;
	}

a.link_1, a.link_1:visited, a.link_1:active {
	color: #000;
	outline: none;
	text-decoration: none;
}

a.link_1:hover {
	color: #000;
	outline: none;
	text-decoration: none;
}

#warning {
	padding: 10px;
	color: #FFF;
	background: #900 url(../images/red_bg.png) repeat-x;
	font-size: 11px;
	font-weight: bold;
}
#container {
	margin: 0 auto;
	width: 954px;
	background: #ffffff url(../images/containerbg.png) repeat-y;
}

#header2 {
	background: url(../images/head2.png) no-repeat;	
	height: 115px;
}

#header_index {
	background: url(../images/head.png) no-repeat;	
	height: 115px;
}
	#header_index h1 a {
		margin: 0;
		padding: 0;
		text-indent: -3000px;
		height: 90px;
		display: block;
	}
	#header_index #login {
		padding: 3px 10px 0 390px;	
		font-size: 9px;
		font-weight: bold;
	}
		#header_index #login a, #header_index #login a:visited, #header_index #login a:active {
			text-decoration: none;
			color: #d28601;
		}
			#header_index #login a:hover {
				color: #FC0;	
			}
		#header_index #login input {
			border: #666 1px solid;
			margin: 1px;
			font-size: 9px;
			font-family: Verdana, Geneva, sans-serif;
			background: #FFF;
		}
		#header_index #login .okbutton {
			border: 0;
			background: url(../images/okbutton_login.png) no-repeat;
			width: 22px;
			height: 14px;
			text-indent: -3000px;
			cursor: pointer;
		}
			#header_index #login #link {
				margin-left: 40px;	
			}

#header_index {
	background: url(../images/head_uj.png) no-repeat;	
	height: 115px;
}

#header {
	background: url(../images/head.png) no-repeat;	
	height: 115px;
}
	#header h1 a, #header2 h1 a  {
		margin: 0;
		padding: 0;
		text-indent: -3000px;
		height: 90px;
		display: block;
	}
	#header #login {
		padding: 3px 10px 0 390px;	
		font-size: 9px;
		font-weight: bold;
	}
		#header #login a, #header #login a:visited, #header #login a:active {
			text-decoration: none;
			color: #d28601;
		}
			#header #login a:hover {
				color: #FC0;	
			}
		#header #login input {
			border: #666 1px solid;
			margin: 1px;
			font-size: 9px;
			font-family: Verdana, Geneva, sans-serif;
			background: #FFF;
		}
		#header #login .okbutton {
			border: 0;
			background: url(../images/okbutton_login.png) no-repeat;
			width: 22px;
			height: 14px;
			text-indent: -3000px;
			cursor: pointer;
		}
			#header #login #link {
				margin-left: 40px;	
			}
	
#sidebar {
	width: 234px;	
	float: left;
	padding-bottom: 10px;
}
	.box {
		background-repeat: repeat-y;
		padding-bottom: 15px;
		color: #FFF;
		font-weight: bold;
		font-size: 10px;
	}
		.box a, .box a:visited, .box a:active {
			text-decoration: none;
			color: #FFF;
			display: block;
		}
			.box a:hover {
				color: #333;				
			}
		.box a.simple_link {
			display: inline;	
		}
		.box h3 {
			height: 20px;
			background-repeat: no-repeat;
			margin: 0;
			padding: 5px 15px;
			font-size: 11px;
			font-weight: bold;
			color: #000;
			background-image: url(../images/sidebarboxhead.png);
		}
			.box ul {
				margin: 0 15px;
				padding: 0;
				list-style: none;
			}
				.box ul li {
					display: block;
					padding: 2px 0;
				}
	#sidebar .red {
		background-image: url(../images/redbg.png);	
	}
		#sidebar .red h3 {
			background-image: url(../images/redhead.png);
			padding-top: 0;
			height: 17px;
		}
	#sidebar .green {
		background-image: url(../images/greenbg.png);	
	}
		#sidebar .green h3 {
			background-image: url(../images/greenhead.png);
		}
	#sidebar .yellow{
		background-image: url(../images/yellowbg.png);	
	}
		#sidebar .yellow h3 {
			background-image: url(../images/yellowhead.png);
		}
	#sidebar .blue {
		background-image: url(../images/bluebg.png);	
	}
		#sidebar .blue h3 {
			background-image: url(../images/bluehead.png);
		}
	#sidebar .greygreen {
		background-image: url(../images/greygreenbg.png);	
	}
		#sidebar .greygreen h3 {
			background-image: url(../images/greygreenhead.png);
		}
		#sidebar .grey_gg h3 {
			background-image: url(../images/greyhead_gg.png);
		}
		#sidebar .grey_lb h3 {
			background-image: url(../images/greyhead_lb.png);
		}
	#sidebar .lightblue {
		background-image: url(../images/lightbluebg.png);	
	}
		#sidebar .lightblue h3 {
			background-image: url(../images/lightbluehead.png);
		}
	#sidebar .grey a, #sidebar .grey a:active, #sidebar .grey a:visited, #sidebar .grey {
		color: #333;	
	}	
		#sidebar .grey a:hover {
			color: #F60;
		}
	#sidebar .velemenyek p {
		color:#333;
		font-style: italic;
		padding: 5px 5px 5px 15px;
	}
#content2 {
	padding: 10px;
}

#content {
	width: 704px;
	float: right;
	margin-bottom: 10px;
}
	#content .contentbox {
		background: url(../images/contentbox_footer.png) no-repeat left bottom;	
	}
		#content .contentbox h2 {
			height: 20px;
			background-repeat: no-repeat;
			margin: 0;
			padding: 5px 10px;
			font-size: 11px;
			font-weight: bold;
			color: #000;
			background-image: url(../images/contentbox_head.png);
		}
		
		#content .contentbox h3 {
			font-size: 17px;
			font-weight: bold;
			margin-bottom:10px;
			background: #f75e00 url(../images/detail_view_h3.png);
			color:#FFF;
			padding: 3px 5px;
			text-decoration:none;
		}
			#content .quick h3 {
			height: 20px;
			background-repeat: no-repeat;
			margin: 0;
			padding: 0px 15px 5px 10px;
			font-size: 11px;
			font-weight: bold;
			color: #000;
			background-color:#FFF;
			background-image: url(../images/contentboxhead_quick.png);
		}
			#content .quick {
				font-size: 12px;	
				font-weight: bold;
				background: url(../images/contentbox_footer_2.png) no-repeat left bottom;
				/*height: 65px;*/
			}
				#content .quick select {
					height: 20px;
					padding: 2px;
				}
					#content .quick select#egyes, #content .quick select#m  {
						width: 120px;
					}
		#content .contentbox .contentbox_content {
			margin: 0;
			padding: 0 15px 15px 15px;
		}
	#content .contentbox .leftcolumn {
		padding: 0 60px 5px 15px;
		width: 250px;
		font-weight: bold;
		float: left;
		background: url(../images/search_arrow.png) no-repeat right center;
	}
		#content .contentbox ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
			#content .contentbox ul li {
				margin: 10px 0;
			}
				#content .contentbox .leftcolumn ul li label span {
					width: 95px;
					display: block;
					float: left;
				}
				#content .contentbox .leftcolumn ul li label select{
					width: 150px;
				}
				#content .contentbox .leftcolumn .searchbutton {
					float: right;
					margin-bottom: 10px;
				}
	#content .contentbox .rightcolumn {
		padding: 0 15px 5px 0;
		width: 360px;
		font-weight: bold;
		float: right;
	}
		#content .contentbox .rightcolumn ul li {
			clear: both;
		}
			#content .contentbox .rightcolumn ul li ul li{
				clear: none;
				margin-left: 120px;
			}
				#content .contentbox .rightcolumn ul li ul li a{
					margin-left: 0;
				}
		#content .contentbox .rightcolumn ul li span {
			display: block;
			width: 120px;
			float: left;
		}
		#content .contentbox .rightcolumn ul li a {
			background: url(../images/instore.png) no-repeat right center;
			width: 240px;
			display: block;
			height: 18px;
			margin-left: 120px;
		}
	#content .contentbox .cont {
		padding: 10px;
	}
/* thumb table */

	#content .contenttable {
		margin-top: 10px;	
	}
		#content .contenttable table {
			width: 685px;
			height: 100px;
			margin: 10px auto;
			background-repeat: no-repeat;
		}
			#content .contenttable table.row1 {
				background-image: url(../images/thumbtablerow_1.png)	
			}
			#content .contenttable table.row2 {
				background-image: url(../images/thumbtablerow_2.png)	
			}
			#content .contenttable table.row3 {
				background-image: url(../images/thumbtablerow_3.png)	
			}
			#content .contenttable table.row4 {
				background-image: url(../images/thumbtablerow_4.png)	
			}
			#content .contenttable table .imagecell {
				width: 130px;
			}
				#content .contenttable table .imagecell img {
					border: #FFF 3px solid;
					margin: 5px;
					width: 114px;
					height: 83px;
				}
			#content .contenttable table .imagecell_2 {
				width: 130px;
			}
				#content .contenttable table .imagecell_2 img {
					border: #FFF 3px solid;
					margin: 5px;
					width: 87px;
					height: 83px;
				}
			#content .contenttable table .imagecell_3 {
				width: 130px;
			}
				#content .contenttable table .imagecell_3 img {
					border: #FFF 3px solid;
					margin: 5px;
					/*
					width: 58px;
					height: 83px;
					*/
				}
			#content .contenttable table h3 {
				font-size: 17px;
				font-weight: bold;
				margin: 5px 10px;
				color: #f75e00;
				text-decoration:none;
			}

			#content .contenttable table h3 a {
				font-size: 17px;
				font-weight: bold;
				margin: 5px 0px;
				color: #f75e00;
				text-decoration:none;
			}
			
			#content .contenttable table h3 span {
					color: #C33;
				}
			#content .contenttable table span {
				font-weight: bold;
				margin: 5px 0 5px 10px;
				color: #f75e00;
			}
			#content .contenttable table .size {
				font-size: 16px;
				font-weight: bold;
			}
			#content .contenttable table .pricecell {
				width: 105px;
				font-weight: bold;
				padding: 5px;
				color: #FFF;
				font-size: 12px;
				font-weight: bold;
				text-align: right;
			}
				#content .contenttable table .pricecell span{
					font-weight: bold;
					padding: 5px;
					margin: 0;
					color: #FFF;
					font-size: 24px;
					font-weight: bold;
					display: block;
				}
.cartbutton {
	border: 0;
	background: transparent;
	margin: 5px 2px 2px 2px;
}


/* thumb table acel_alufelni */

	#content .contenttable_acel {
		margin-top: 10px;	
	}
		#content .contenttable_acel table {
			width: 684px;
			height: 182px;
			margin: 10px auto;
			background-repeat: no-repeat;
		}
			#content .contenttable_acel table.row1 {
				background-image: url(../images/bg_acel_alufelni_tabla_1.png)	
			}
			
			#content .contenttable_acel table.row2 {
				background-image: url(../images/bg_acel_alufelni_tabla_2.png)	
			}

			#content .contenttable_acel table .imagecell {
				width: 130px;
				vertical-align:top;
			}
				#content .contenttable_acel table .imagecell img {
					border: #FFF 3px solid; margin-left:10px; margin-top:10px;
					width: 114px;
					height: 83px;
				}
			
			#content .contenttable_acel table.row1 h3 {
				font-size: 17px;
				font-weight: bold;
				margin: 5px 10px;
				color: #336699;
				text-decoration:none;
			}

			#content .contenttable_acel table.row1 h3 a {
				font-size: 17px;
				font-weight: bold;
				margin: 5px 0px;
				color: #336699;
				text-decoration:none;
			}
			
			#content .contenttable_acel table.row2 h3 {
				font-size: 17px;
				font-weight: bold;
				margin: 5px 10px;
				color: #f75e00;
				text-decoration:none;
			}

			#content .contenttable_acel table.row2 h3 a {
				font-size: 17px;
				font-weight: bold;
				margin: 5px 0px;
				color: #f75e00;
				text-decoration:none;
			}
			
			#content .contenttable_acel table h3 span {
					color: #C33;
				}
			#content .contenttable_acel table.row1 span {
				font-weight: bold;
				/*margin: 5px 0 5px 10px;*/
				color: #336699;
			}
			#content .contenttable_acel table.row2 span {
				font-weight: bold;
				/*margin: 5px 0 5px 10px;*/
				color: #f75e00;
			}
			#content .contenttable_acel table .size {
				font-size: 16px;
				font-weight: bold;
			}
			#content .contenttable_acel table .pricecell {
				width: 105px;
				font-weight: bold;
				padding: 5px;
				color: #FFF;
				font-size: 12px;
				font-weight: bold;
				text-align: right;
			}
				#content .contenttable_acel table .pricecell span{
					font-weight: bold;
					padding: 5px;
					margin: 0;
					color: #FFF;
					font-size: 24px;
					font-weight: bold;
					display: block;
				}
.cartbutton {
	border: 0;
	background: transparent;
	margin: 5px 2px 2px 2px;
}

/* List table */

#content .listtable table {
	width: 695px;
	margin: 10px 0;
}
	#content .listtable table span {
		font-weight: bold;
		margin: 5px 0 5px 10px;
		color: #f75e00;
	}
	#content .listtable table th {
		font-weight: bold;
		margin: 5px 0 5px 10px;
		color: #fff;
		background-color: #f75e00;
	}
	
/* List table */

#content2 .listtable table {
	
}
	#content2 .listtable table span {
		font-weight: bold;
		margin: 5px 0 5px 10px;
		color: #f75e00;
	}
	#content2 .listtable table th {
		font-weight: bold;
		margin: 5px 0 5px 10px;
		color: #fff;
		background-color: #f75e00;
	}
	
.weather img {
	float: left;
	margin: 0 0 0 10px;
}
.weather span.temp {
	display: block;
	width: 80px;
	margin: 10px 10px 0 0;
	font-size: 36px;
	text-align: center;
	float: right;
}
.weather span.town {
	display: block;
	font-size: 11px;
	width: 80px;
	margin-right: 10px;
	text-transform: uppercase;
	text-align: center;
	float: right;
}
#sidebar .cart {
	background: url(../images/cartbg.png) repeat-y;	
	margin-top: 5px;
	padding: 3px 15px;
	color: #08395d;
	text-align: right;
}
	#sidebar .cart span {
		text-align: left;
		display: block;
		width: 100px; 
		float: left;
	}
	
/* kiemelt */

#kiemelt {
	background-color: #FFF;
	height: 280px;
	font-size: 11px;
	margin-top: 10px;
}
	#kiemelt td {
		background: url(../images/kielemelt_adatok.png) center bottom no-repeat;
		vertical-align: top;
	}
		#kiemelt td .image {
			height: 185px;
			background-position: center;
			background-repeat: no-repeat;
			margin-top: 0;
		}
			#kiemelt td .image a{
				display: block;
				height: 185px;
				background-repeat: no-repeat;
				text-indent: -30000px;
			}
		#kiemelt td ul { 
			list-style: none;
			margin: 13px;
			padding: 0;
		}
			#kiemelt .k1 ul {
				margin-left: 15px;	
			}
			#kiemelt .k4 ul {
				margin-left: 16px;	
			}
			#kiemelt td ul li { 
				margin: 7px 0;
				padding: 0;
			}
				#kiemelt td ul li.type{ 
					height: 30px;
				}
		#kiemelt td ul li .price {
			font-size: 18px;
			font-weight: bold;
			vertical-align: bottom;
			color: #2b2f37;	
			text-align: center;
			display: block;
		}
		
/* kategoriak */
.contentbox .content {
	padding: 10px;
	width: 670px;
}

.contentbox .category_left {
		float: left;
		display: block;
		width: 310px;
		margin: 0;
		padding: 0 0 20px 0;
		list-style: none;
		
	}
	.contentbox .category_right {
		float: right;
		display: block;
		width: 310px;
		margin: 0;
		padding: 0 20px 20px 0;
		list-style: none;
		margin-right: 20px;
	}
		.contentbox .category_right li, .contentbox .category_left li {
			
		}
		.contentbox .category_right li a, .contentbox .category_left li a {
			width: 310px;
			margin: 0;
			display: block;
			clear: both;
			padding: 2px 5px;
			height: 10px;
		}
		.contentbox .category_right li a:hover, .contentbox .category_left li a:hover {
			background-color: #FFF;	
		}
			.contentbox .category_right li .category, .contentbox .category_left li .category {
				display: block;
				width: 265px;
				float: left;
				margin: 1px 0;
			}
			.contentbox .category_right li .category_count, .contentbox .category_left li .category_count {
				display: block;
				width: 40px;
				float: right;
				text-align: right;
				margin: 1px 0;
			}

.searchbutton {
	border: 0;
	background: url(../images/searchbutton.png) no-repeat;
	width: 61px;
	height: 18px;
	text-indent: -3000px;
	cursor: pointer;
}

.okbutton {
	border: 0;
	background: url(../images/okbutton.png) no-repeat;
	width: 28px;
	height: 18px;
	text-indent: -3000px;
	cursor: pointer;
}

#footer {
	background: url(../images/footerbg.png) repeat-x;
	height: 60px;
	margin-top: 10px;
	padding: 10px;
	clear: both;
	text-align: center;
	line-height: 18px;
	color: #FFF;
	font-size: 9px;
	font-weight: bold;
}
	#footer a, #footer a:visited, #footer a:active {
		text-decoration: none;
		color: #d28601;
	}
		#footer a:hover {
			color: #FC0;	
		}

#footer_index {
	background: #050606 /*url(../images/footerbg.png) repeat-x*/;
	margin-top: 0px;
	padding: 10px;
	clear: both;
	text-align: left;
	line-height: 18px;
	color: #FFF;
	font-size: 9px;
	font-weight: bold;
}
	#footer_index a, #footer_index a:visited, #footer_index a:active {
		text-decoration: none;
		color: #d28601;
	}
		#footer_index a:hover {
			color: #FC0;	
		}
	
	#footer_index p {
		color: #d28601;
	}	
	
/* steps (like order step) */
ul.step {
	background: transparent url('../images/step/step_start.gif') no-repeat bottom left;
	list-style: none;
	width: 479px;
	margin:0.8em auto 2em;
	padding-left: 40px;
	height: 25px;
	width:465px;
}
ul.step li {
	height: 25px;
	float: left;
	width: 100px;
	text-align: center;
	background: transparent url('../images/step/step_standard.gif') no-repeat bottom left;
}
ul.step li.step_current {
	background: transparent url('../images/step/step_current.gif') no-repeat bottom left;
	font-weight:bold;
}
ul.step li.step_todo {
	font-style:italic;
}
ul.step li#step_end { width: 100px; }
ul.step li#step_end { background: transparent url('../images/step/step_end.gif') no-repeat bottom left; }
ul.step li#step_end.step_current { background: transparent url('../images/step/step_end_current.gif') no-repeat bottom left; }
ul#order_step {
	background-color: white;
}


.gps_h3 {
		font-size: 17px;
		font-weight: bold;
		margin-bottom:10px;
		color: #f75e00;
		text-decoration:none;
}

a.gps_h3 {
		font-size: 17px;
		font-weight: bold;
		margin-bottom:10px;
		color: #f75e00; 
		text-decoration:none;
}
.deteail_view_h3 {
		font-size: 17px;
		font-weight: bold;
		margin-bottom:10px;
		background: #f75e00 url(../images/detail_view_h3.png);
		color:#FFF;
		padding: 3px 5px;
		text-decoration:none;
}

a.deteail_view_h3 {
		font-size: 17px;
		font-weight: bold;
		margin-bottom:10px;
		background: #f75e00 url(../images/detail_view_h3.png);
		color:#FFF;
		padding: 3px 5px;
		text-decoration:none;
}
.deteail_view_table {
	font-size: 13px;
	line-height: 20px;
}
	.deteail_view_table span {
		color: #f75e00;	
	}
	.deteail_view_table .price {
		color: #f75e00;
		font-size: 18px;
	}
.detail_brand img {
	float: left;
	margin: 3px 3px 0;
	border: #f75e00 1px solid;
	padding: 2px;
}

	#searchbox1, #searchbox2 {
		width: 300px;
		height: 172px;
		background: url(/images/searchbysize_bg.png) top left no-repeat;
		padding: 0 0 30px 15px;
		margin: 15px;
	}
	.sb_headline {
		width: 100%;
		height: 30px;
		font-weight: bold;
	}
	#searchbox1 span, #searchbox2 span {
		display: block;
		float: left;
		width: 80px;
		line-height: 150%;
	}
	#searchbox1 input.txt, #searchbox1 select, #searchbox2 input.txt, #searchbox2 select {
		width: 205px;
	}
	#searchbox1 select.sb_mini, #searchbox2 select.sb_mini {
		width: 100px;
		margin-right: 5px;
	}
	#searchbox1 div, #searchbox2 div {
		padding-top: 8px;
	}
	#searchbox1 {
		float: left;
	}
	#searchbox2 {
		background-image: url(/images/searchbytype_bg.png);
		float: left;
	}
	.sb_button {
		background: none;
		border: 0;
		float: right;
		margin: 10px 14px 0 0;
	}
	
.text_1 { 
	font: Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#a2a2a2;
}

.text_2 { 
	font: Arial, Helvetica, sans-serif;
	font-size:14px; 
	color:#000000;
	font-weight:bold;
}

.text_3 { 
	font: Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#000000;
}

.text_4 { 
	font: Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#f17705;
}

.text_5 { 
	font: Arial, Helvetica, sans-serif;
	font-size:18px; 
	color:#000000;
}

.text_6 { 
	font: Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#a2a2a2;
}

.text_7 { 
	font: Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#f17705;
	font-weight:bold;
}

.text_8 { 
	font: Verdana, Geneva, sans-serif;
	font-size:14px; 
	color:#000;
}

.text_9 { 
	font: Verdana, Geneva, sans-serif;
	font-size:12px; 
	color:#000;
}

.text_10 { 
	font: Verdana, Geneva, sans-serif;
	font-size:21px; 
	color:#f37906;
	font-weight:bold;
}

.text_11 { 
	font: Verdana, Geneva, sans-serif;
	font-size:16px; 
	color:#f37906;
}

.text_12 {
	font-family:Verdana, Geneva, sans-serif; 
	font-size:11px; 
	color:#a2a2a2; 
	font-style:italic;
}

.text_13 {
	font-family:Verdana, Geneva, sans-serif; 
	font-size:11px; 
	color:#f75e00; 
	font-style:italic;
}


.kiemelt_marka { 
	font: Verdana, Geneva, sans-serif;
	font-size: 14px; 
	color: #1d1e20;
	font-weight: bold;
}

.kiemelt_meret { 
	font: Verdana, Geneva, sans-serif;
	font-size: 14px; 
	color: #1d1e20;
}

.kiemelt_ar { 
	font: Verdana, Geneva, sans-serif;
	font-size: 14px; 
	color: #f17705;
	font-weight: bold;
}

#bazar_top {
	background-image:url(../images/bazar_box_header.png); 
	width:692px; 
	height:43px;
}

#bazar_main {
	background-image:url(../images/bazar_box_main.png); 
	background-repeat:repeat-y;
}

#bazar_bottom {
	background-image:url(../images/bazar_box_bottom.png); 
	width:692px; 
	height:5px;
}

.kep_bazar {
	border-color:#DAE7B8;
	border-style:solid;
}


