/* BLOCK ELEMENTS */
html, div, form { 
	display: block; 
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
body {
	display:block;
	margin: 0;
	padding: 0;
	font-family: Segoe UI, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #4f4d4d;
	/*background: #fff url(../images/background.jpg) fixed bottom left repeat-x;*/
	background: #fff;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	}
p{ display:block; margin: 0 0 10px 0; }
h1 { display: block; font-size: 23px; font-weight: normal; color: #177dbd; letter-spacing: -1px; margin: 0 0 10px 0; }
h2 { display: block; font-size: 17px; font-weight: normal; color: #4f4d4d; letter-spacing: -1px; margin: 0 0 10px 0; }

img { margin: 0; border: 0; display: block;}
a { color: #4f4d4d; outline: none; text-decoration: none; }
a:hover { color: #177dbd; text-decoration: none; outline: none; }

.clearfix { clear: both; }
.png { behavior: url(styles/iepngfix.htc); }

/*OLDAL STRUKTÚRA*/

#container {
	width: 992px;
	margin: 0 auto;
	overflow: hidden;
	}
	
	#logo {
		display: block;
		width: 250px;
		height: 60px;
		margin: 0;
		background: url(../images/logo.png);
		text-indent: -1000em;
		float: left;
		}
		
		#logo a {
			display: block;
			width: 200px;
			height: 60px;
			}
			
	#topNav {
		display: block;
		margin: 0;
		padding: 0;
		list-style-type: none;
		float: right;
		}
		
		#topNav li {
			float: left;
			font-size: 17px;
			letter-spacing: -1px;
			padding: 0 0 0 45px;
			margin: 0 20px 0 0;
			}
			
			#topNav li.topNav1 {
				height: 60px;
				background: url(/images/topNav1.png) center left no-repeat;
				}
				
				#topNav li.topNav1 .number {
					margin: 5px 0 0 0;
					font-size: 20px;
					font-weight: bold;
					clear: both;
					}
					
				#topNav li.topNav1 .text {
					font-size: 15px;
					clear: both;
					}
				
			#topNav li.topNav2 {
				background: url(/images/topNav2.png) center left no-repeat;
				}
				
			#topNav li a {
				display: block;
				height: 60px;
				line-height: 60px;
				}
				
			#topNav li a:hover {
				color: #1879b7;
				text-decoration: underline;
				}
				
	#nav {
		width: 990px;
		height: 50px;
		display: block;
		margin: 0;
		padding: 5px 0 0 0;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		list-style-type: none;
		background: url(../images/nav.png) top left repeat-x;
		}
		
		#nav li {
			width: 247px;
			height: 50px;
			line-height: 50px;
			float: left;
			text-align: center;
			text-shadow: 1px 1px 0 #000;
			font-size: 17px;
			font-weight: bold;
			background: url(../images/navBorder.png) top right no-repeat;
			}
			
			#nav li:last-child {
				background: none;
				}
			
			#nav li a {
				display: block;
				width: 245px;
				height: 50px;
				color: #fff;
				}
				
				#nav li a:hover {
					background: url(../images/navHover.png) left -5px repeat-x;
					}
					
	#contentContainer {
		width: 966px;
		padding: 20px 12px;
		overflow: hidden;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		background: #fff url(../images/content.png) top left repeat-x;
		}
		
		#searchContainer {
			width: 213px;
			padding: 23px 0 0 0;
			float: left;
			}
			
			#search {
				display: block;
				width: 183px;
				height: 170px;
				margin: 0 0 10px 0;
				padding: 10px 15px;
				background: url(../images/searchContainer.png) top left no-repeat;
				behavior: url(styles/iepngfix.htc);
				}
				
				#search h2 {
					font-size: 20px;
					margin: 0 0 5px 0;
					}
					
				#search select {
					width: 180px;
					border: 1px solid #c6c4c4;
					margin: 0 0 10px 0;
					cursor: pointer;
					}
					
				#search .largeInput {
					width: 153px;
					margin: 0 0 10px 0;
					padding: 5px 15px;
					border: 1px solid #c6c4c4;
					background: #fbf9f9;
					-moz-border-radius: 15px;  
					-webkit-border-radius: 15px;  
					border-radius: 15px;
					font-size: 11px;
					}
					
				#search .smallInput {
					width: 50px;
					margin: 0 0 10px 0;
					padding: 5px 15px;
					border: 1px solid #c6c4c4;
					background: #fbf9f9;
					-moz-border-radius: 15px;  
					-webkit-border-radius: 15px;  
					border-radius: 15px;
					font-size: 11px;
					float: left;
					}
					
				input[type=submit] {
					height: 25px;
					padding: 0 15px;
					border: 0;
					background: url(../images/submit.png) top left repeat-x;
					-moz-border-radius: 15px;  
					-webkit-border-radius: 15px;  
					border-radius: 15px;
					font-size: 11px;
					font-weight: bold;
					cursor: pointer;
					color: #fff;
					}
					
					input[type=submit]:hover {
						background: url(../images/submitHover.png) top left repeat-x;
						}
						
				input[type=button] {
					height: 25px;
					padding: 0 15px;
					border: 0;
					background: url(../images/submit.png) top left repeat-x;
					-moz-border-radius: 15px;  
					-webkit-border-radius: 15px;  
					border-radius: 15px;
					font-size: 11px;
					font-weight: bold;
					cursor: pointer;
					color: #fff;
					}
					
					input[type=button]:hover {
						background: url(../images/submitHover.png) top left repeat-x;
						}
						
			.otherNav {
				background: url(../images/arrow.png) center left no-repeat;
				behavior: url(styles/iepngfix.htc);
				margin: 0 0 3px 5px;
				padding: 0 0 0 10px;
				font-size: 18px;
				cursor: pointer;
				}
				
				.otherNav:hover {
					background: url(../images/arrow.png) 10px center no-repeat;
					behavior: url(styles/iepngfix.htc);
					padding: 0 0 0 20px;
					}
					
		#banner {
			width: 753px;
			height: 298px;
			float: left;
			background: url(../images/carousel.png);
			behavior: url(styles/iepngfix.htc);
			}
			
		#sideBar {
			width: 200px;
			float: left;
			margin: 0 16px 0 0;
			}
			
			.sideBarHeader {
				width: 185px;
				height: 40px;
				padding: 0 0 0 15px;
				line-height: 40px;
				font-size: 17px;
				color: #fff;
				background: url(../images/modulHeader.png) top left;
				}
				
				#cartIcon {
					float: right;
					}
				
			#sideBarNav {
				margin: 0 0 10px 0;
				padding: 10px;
				list-style-type: none;
				background: #f0f0f0;
				}
				
				#sideBarNav li a {
					display: block;
					margin: 2px 0;
					background: url(../images/arrow.png) left center no-repeat;
					behavior: url(styles/iepngfix.htc);
					padding: 0 0 0 10px;
					}
					
					#sideBarNav li a:hover {
						background: url(../images/arrow.png) 10px center no-repeat;
						behavior: url(styles/iepngfix.htc);
						padding: 0 0 0 20px;
						}
			
		#contentContainer2 {
			width: 750px;
			padding: 0 0 20px 0;
			float: left;
			}
			
			#contentHeader {
				width: 735px;
				height: 40px;
				padding: 0 0 0 15px;
				line-height: 40px;
				font-size: 17px;
				color: #fff;
				background: url(../images/contentHeader.png) top left;
				}
				
			#content {
				padding: 20px;
				}
				
	#footer {
		width: 950px;
		height: 60px;
		padding: 10px 20px 0 20px;
		background: url(../images/footer.png) top left repeat-x;
		font-size: 13px;
		color: #000;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		}
		
		#footer .left {
			float: left;
			}
			
			#footer .left a {
				color: #fff;
				}
			
		#footer .right {
			float: right;
			}
			
			#footer .right a {
				color: #fff;
				}
				
/*MOBILHÍREK*/

.news {
	width: 710px;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #616161;
	overflow: hidden;
	}
	
	.newsName {
		font-size: 17px;
		float: left;
		width: 50%;
		margin-bottom: 10px;
		}
		
		.newsName a { color: #2377c0; }
		
	.newsDate {
		font-weight: bold;
		float: left;
		width: 50%;
		text-align: right;
		margin-bottom: 10px;
		}
		
	.shortDescription {
		clear: both;
		}
		
/*MOBILJÁTÉKOK*/

h3 {
	display: block;
	height: 25px;
	width: 710px;
	line-height: 25px;
	font-size: 20px;
	font-family: Segoe UI, Tahoma, Arial, Helvetica, Sans-serif;
	text-indent: 10px;
	background: #3ca7ea;
	color: #fff;
	font-weight: normal;
	}

#manuals {
	width: 710px;
	padding-right: 30px;
	}
	
	#manuals ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
		
		#manuals li {
			margin-left: 30px;
			padding-bottom: 10px;
			margin-bottom: 10px;
			border-bottom: 1px dotted #616161;
			}
			
			#manuals span, #manuals span a { color: #2377c0; font-weight: bold; font-size: 12px; }
			
/*TERMÉK TALÁLATI CSÍK*/

.productPagerContainer {
	width: 710px;
	height: 30px;
	margin: 0 0 10px 0;
	background: #ff9900;
	overflow: hidden;
	}
	
	.productMarker {
		width: 160px;
		margin: 0 10px 0 10px;
		overflow: hidden;
		float: left;
		line-height: 30px;
		color: #fff;
		}
		
		.productMarker span, .productMarker span a {
			color: #000;
			font-weight: bold;
			}
			
	.productPager {
		width: 390px;
		height: 20px;
		margin: 5px 0 5px 0;
		overflow: hidden;
		float: left;
		}
		
		.pagerActive{
			height: 20px;
			padding: 0 3px 0 3px;
			margin-right: 5px;
			float: left;
			background: #000;
			line-height: 20px;
			color: #fff;
			font-weight: bold;
			text-align: center;
			}
			
		.pager a {
			height: 20px;
			padding: 0 3px 0 3px;
			margin-right: 5px;
			float: left;
			line-height: 20px;
			background: #fff;
			color: #000;
			font-weight: bold;
			text-align: center;
			}
			
		.pagerBorder a {
			width: auto;
			padding: 0 5px 0 5px;
			height: 20px;
			margin-right: 5px;
			float: left;
			background: #fff;
			line-height: 20px;
			color: #000;
			font-weight: bold;
			text-align: center;
			font-size: 10px;
			}
			
	.productViewSelectorContainer {
		width: 120px;
		margin: 0 10px 0 10px;
		overflow: hidden;
		float: left;
		}
		
		.productViewSelector {
			width: 100%;
			padding: 2px;
			border: 1px solid #0c0c0c;
			margin-top: 3px;
			background: #fff;
			color: #000;
			outline: none;
			}
			
/*TERMÉKEK*/

.clearFix { clear: both; }
			
.productContainer {
	width: 235px;
	height: 220px;
	margin: 5px 0 0 0;
	float: left;
	overflow: hidden;
	margin-bottom: 15px;
	}
	
	.productName {
		width: 230px;
		min-height: 40px;
		_height: 40px;
		font-weight: bold;
		border-top: 3px solid #1777a5;
		color: #1777a5;
		margin-bottom: 10px;
		}
		
		.text14 { font-size: 14px; }
	
	.productLeft {
		width: 110px;
		height: 110px;
		float: left;
		font-weight: bold;
		color: #ab1105;
		text-align: center;
		}
		
		.productLeft p { margin: 0 0 20px 0; }
		
		.roundedPicture {
			width: 110px;
			height: 110px;
			background: url(/images/picture.jpg);
			margin-bottom: 10px;
			}
		
		.discountFrom {
			text-decoration: line-through;
			color: #7b7d7f;
			font-weight: bold;
			display: block;
			margin: 0 0 10px 0;
			}
			
		.discountTo {
			margin-top: -7px;
			display: block;
			float: left;
			text-decoration: none;
			font-weight: bold;
			color: #fff;
			padding: 3px 8px;
			border: 1px solid #303030;
			-moz-border-radius: 15px;  
			-webkit-border-radius: 15px;  
			border-radius: 15px;
			background: #1f1f1f;
			}
			
			.discountTo span { font-size: 13px; }
		
	.productRight  {
		width: 100px;
		height: 110px;
		padding: 0 10px;
		margin: 0 0 10px 0;
		float: left;
		color: #555a5d;
		font-family: verdana, arial, sans-serif;
		font-size: 11px;
		}
		
	.productFooter {
		width: 230px;
		overflow: hidden;
		padding-top: 10px;
		}
		
	.bb {
		display: block;
		float: left;
		height: 17px;
		line-height: 17px;
		padding: 0 10px 0 10px;
		margin-bottom: 10px;
		background: #3899d6;
		font-family: verdana, arial, sans-serif;
		}
		
		.bb a {
			text-align: center;
			font-size: 10px;
			font-weight: bold;
			color: #fff;
			}
		
	.rb, .redButton {
		display: block;
		float: left;
		height: 17px;
		line-height: 17px;
		padding: 0 10px 0 10px;
		background: #ff9900;
		margin-left: 45px;
		font-family: verdana, arial, sans-serif;
		}
		
		.rb a, .redButton a {
			text-align: center;
			font-size: 10px;
			font-weight: bold;
			color: #fff;
			}
			
	.redButton { margin: 0; }
			
	.cartInput {
		display: block;
		float: left;
		width: 15px;
		height: 15px;
		background: #f0f1f1;
		border: 1px solid #d5d6d6;
		line-height: 15px;
		padding: 0 8px 0 8px;
		}
			
/*RÉSZLETETK*/

.detailsPicture{
	width: 310px;
	margin: 10px 0 20px 10px;
	_margin: 10px 0 0 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 4px solid #ccc;
	float: left;
	cursor: pointer;
	background: #fff;
	}

.detailsText {
	width: 360px;
	padding-left: 10px;
	margin: 10px 10px 0 0;
	float: left;
	}
	
	.detailsText .productName {
		border: 0;
		font-size: 17px;
		}
	
	.detailsText ul.garancia {
		
		}
		
	.detailsText .priceContainer {
		padding: 10px 0;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		}
	
		.detailsText .priceContainer .productPrice {
			float: left;
			font-weight: bold;
			color: #ab1105;
			}
			
			.detailsText .priceContainer .productPrice .discountFrom {
				
				}
				
			.detailsText .priceContainer .productPrice .discountTo {
				font-size: 15px !important;
				color: #4f4d4d;
				display: block;
				float: none !important;
				text-decoration: none !important;
				margin: 0 !important;
				padding: 0 !important;
				border: 0 !important;
				-moz-border-radius: 0 !important;  
				-webkit-border-radius: 0 !important;  
				border-radius: 0 !important;
				background: none !important;
				}
				
		.detailsText .priceContainer .productOrder {
			float: right;
			}
			
			.detailsText .priceContainer .productOrder .redButton {
				display: block;
				float: left;
				height: 25px;
				line-height: 25px;
				padding: 0 10px 0 10px;
				background: #ff9900;
				margin-left: 45px;
				font-family: verdana, arial, sans-serif;
				}
				
				.detailsText .priceContainer .productOrder .redButton a {
					text-align: center;
					font-size: 14px;
					font-weight: bold;
					color: #fff;
					}
					
			.detailsText .priceContainer .productOrder .cartInput {
				display: block;
				float: left;
				width: 15px;
				height: 23px;
				background: #f0f1f1;
				border: 1px solid #d5d6d6;
				line-height: 23px;
				padding: 0 8px 0 8px;
				}
				
	.detailsText .productMorePictures {
		margin: 10px 0 0 0;
		padding: 0;
		list-style: none;
		}
		
		.detailsText .productMorePictures li {
			float: left;
			width: 80px;
			height: 80px;
			margin: 0 10px 10px 0;
			background: url(/images/picture_small.jpg);
			}
			
			.detailsText .productMorePictures img {
				max-width: 70px;
				max-height: 70px;
				_width: 70px;
				_height: 70px;
				}
	
.clearFix { clear: both; }
	
.detailsMore {
	clear: both;
	width: 690px;
	margin: 0 10px 0 10px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	}
	
	.detailsMore span {
		font-size: 16px;
		font-weight: bold;
		color: #2377c0;
		}
		
.backBtn {
	height: 17px;
	line-height: 17px;
	padding: 0 10px 0 10px;
	background: #ff9900;
	color: #fff;
	}
	
	.backBtn:hover {
		color: #000;
		}
		
.relatedProductsContainer {
	clear: both;
	width: 380px;
	margin: 0 10px 0 10px;
	padding-top: 20px;
	}
	
	.relatedProductsContainer h2 {
		color: #1777a5 !important;
		}
		
	.relatedProductsContainer .relatedProductsContent {
		
		}
		
		.relatedProductsContainer .relatedProductsContent a.left {
			display: block;
			width: 13px;
			height: 18px;
			float: left;
			margin: 47px 7px 0 0;
			background: url(/images/arrows.jpg) top left no-repeat;
			cursor: pointer;
			font-size: 1px;
			}
			
		.relatedProductsContainer .relatedProductsContent a.right {
			clear: right;
			display: block;
			width: 13px;
			height: 18px;
			float: left;
			margin: 47px 0 0 7px;
			background: url(/images/arrows.jpg) top right no-repeat;
			cursor: pointer;
			font-size: 1px;
			}
			 
		a.disabled { visibility: hidden !important; } 
		
		.relatedProductsContainer .relatedProductsContent .scrollable {
			float: left;
			position: relative;
			overflow: hidden;
			width: 340px;
			height: 160px;
			}

			.relatedProductsContainer .relatedProductsContent .scrollable .items {
				width:20000em;
				position:absolute;
				}

				.relatedProductsContainer .relatedProductsContent .items div.item {
					float: left;
					width: 150px;
					padding: 0 10px;
					text-align: center;
					}
					
					.relatedProductsContainer .relatedProductsContent .items div.item .roundedPicture {
						width: 100px;
						height: 100px;
						margin: 0 auto 10px auto;
						padding: 5px;
						}
						
						.relatedProductsContainer .relatedProductsContent .items div.item a {
							color: #1777a5 !important;
							}
					
						.relatedProductsContainer .relatedProductsContent .items div.item img {
						    max-width: 100px;
						    max-height: 100px;
						    _width: 100px;
						    _height: 100px;
						    }
		
.accessoriesContainer {
	clear: both;
	width: 720px;
	margin: 20px 10px 0 10px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	}
	
	.accessoriesContainer h2 {
		color: #1777a5 !important;
		}
		
	.accessoriesContainer .accessoriesContent {
		
		}
		
		.accessoriesContainer .accessoriesContent a.left {
			display: block;
			width: 13px;
			height: 18px;
			float: left;
			margin: 47px 7px 0 0;
			background: url(/images/arrows.jpg) top left no-repeat;
			cursor: pointer;
			font-size: 1px;
			}
			
		.accessoriesContainer .accessoriesContent a.right {
			clear: right;
			display: block;
			width: 13px;
			height: 18px;
			float: left;
			margin: 47px 0 0 7px;
			background: url(/images/arrows.jpg) top right no-repeat;
			cursor: pointer;
			font-size: 1px;
			}
			 
		a.disabled { visibility: hidden !important; } 
		
		.accessoriesContainer .accessoriesContent .scrollable {
			float: left;
			position: relative;
			overflow: hidden;
			width: 680px;
			height: 160px;
			}

			.accessoriesContainer .accessoriesContent .scrollable .items {
				width:20000em;
				position:absolute;
				}

				.accessoriesContainer .accessoriesContent .items div.item {
					float: left;
					width: 150px;
					padding: 0 10px;
					text-align: center;
					}
					
					.accessoriesContainer .accessoriesContent .items div.item .roundedPicture {
						width: 100px;
						height: 100px;
						margin: 0 auto 10px auto;
						padding: 5px;
						}
						
						.accessoriesContainer .accessoriesContent .items div.item a {
							color: #1777a5 !important;
							}
					
						.accessoriesContainer .accessoriesContent .items div.item img {
						    max-width: 100px;
						    max-height: 100px;
						    _width: 100px;
						    _height: 100px;
						    }
		
/*********************** KOSÁR *************************/

#cart {
	margin: 0 0 10px 0 !important;
	padding: 10px;
	list-style-type: none;
	background: #f0f0f0;
	width: 180px;
	margin: 0 auto 0 auto;
	clear: both;
	}
	
	.cartHeader {
		padding: 0 10px;
		}
		
		.cartHeader span {
			color: #AB1105;
			padding: 0 3px;
			font-weight: bold;
			}
			
	.cartTable {
		border: 0;
		margin: 10px;
		font-size: 10px;
		font-family: verdana, arial, sans-serif;
		}
		
		.cartTable .first { width: 73px; vertical-align: top; }
		.cartTable .second { width: 30px; text-align: center; vertical-align: top; }
		.cartTable .third { width: 65px; text-align: right; vertical-align: top; }
		
		.cartTable thead td {
			padding: 5px 0 5px 0;
			border-bottom: 1px dotted #959191;
			font-weight: bold;;
			}
			
		.cartTable tr {
			height: 20px;
			padding: 5px 0 5px 0;
			}
			
		.cartTable .tr2 {
			background: #dfdcdc;
			}
			
		.cartTable tfoot td {
			padding: 5px 0 5px 0;
			border-top: 1px dotted #959191;
			font-size: 13px;
			}
			
		.cartTable tfoot .right { text-align: right; }
		
	.goCart {
		display: block;
		float: left;
		height: 17px;
		line-height: 17px;
		padding: 0 10px 0 10px;
		background: #ff9900;
		font-family: verdana, arial, sans-serif;
		margin: 10px 0 0 0;
		}
		
		.goCart a {
			text-align: center;
			font-size: 10px;
			font-weight: bold;
			color: #fff;
			}
		
/* RÉSZLETES KOSÁR */

#modifyCart {
	margin: 0 0 50px 0;
	}

.modifyCart {
	border: 0px;
	width: 100%;
	}
	
	.modifyCart thead{
		background-color: #000;
		}
	
	.modifyCart td, th{
		padding: 4px;
		}
	.modifyCart th{
		text-align: left;
		font-size: 9pt;
		}
	
	.modifyCart .tr1{
		background-color: #f5f5f5;
		}
	.modifyCart .tr1_hover{
		background-color: #eae7e7;
		}
	
	.modifyCart .tr2{
		background-color: #dbdbdb;
		}
	.modifyCart .tr2_hover{
		background-color: #cecece;
		}
	
.modifyCartSubmit {
	display: block;
	float: left;
	height: 17px;
	line-height: 15px;
	padding: 0 10px 0 10px;
	background: url(/images/red.jpg) repeat-x;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 0;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	}
	
	.modifyCartSubmit:hover {
		background: url(/images/blue.jpg) repeat-x;
		}
		
/* MEGRENDELÉS */

legend { font-size: 23px; font-weight: normal; color: #177dbd; letter-spacing: -1px; }

fieldset {
	border: 1px solid #c9c6c6;
	-moz-border-radius: 15px;  
	-webkit-border-radius: 15px;  
	border-radius: 15px;
	background: #e7e6e6;
	}
	
.inputfield {
	width: 153px;
	margin: 0 0 10px 0;
	padding: 5px 15px;
	border: 1px solid #c6c4c4;
	background: #fbf9f9;
	-moz-border-radius: 15px;  
	-webkit-border-radius: 15px;  
	border-radius: 15px;
	}
	
textarea {
	margin: 0 0 10px 0;
	padding: 5px 15px;
	border: 1px solid #c6c4c4;
	background: #fbf9f9;
	-moz-border-radius: 15px;  
	-webkit-border-radius: 15px;  
	border-radius: 15px;
	}
