/* BLOCK ELEMENTS */
html, div, form { display: block; }
body {
	display:block;
	margin: 0;
	padding: 0;
	font-family: verdana, verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	background: #0f0f0f;
	 -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:1.5em; font-family: verdana, sans-serif; font-weight: normal; color: #ff0000; margin: 0; }
h2{ display: block; font-family: verdana, sans-serif; font-size: 15px; font-weight: bold; margin: 0 0 10px 0; }

/* LIST ELEMENTS */

ul { list-style-type:disc; margin:1em 0; margin-left:40px; padding-left:0;}
ol { list-style-type:decimal; margin:1em 0; margin-left:40px; padding-left:0;}
ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl { margin-top:0; margin-bottom:0; }
ol ul, ul ul { list-style-type:circle; }

img { margin: 0; border: 0; display: block;}
a { color: #fff; outline: none; text-decoration: none; }
a:hover { color: #1777a5; text-decoration: none; outline: none; }
.clearfix { clear: both; }

/*CONTAINER*/

#backgroundContainer {
	width: 984px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	background: url(/images/background.gif) top center repeat-y;
	}

#container {
	width: 976px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	}
	
	#contentBackground { width: 976px; overflow: hidden; background: url(/images/contentBackground.jpg) top left repeat-y; }
	
/*HEADER*/

#header {
	width: 976px;
	height: 200px;
	background: url(/images/header_pics.jpg) top left;
	overflow: hidden;
	}
	
	#header ul {
		height: 66px;
		margin: 0;
		padding: 0 20px 0 0;
		float: right;
		list-style-type: none;
		}
		
		#header ul li {
			float: left;
			margin: 0 0 0 40px;
			font-family: Segoe UI, Tahoma, Arial, Helvetica, Sans-serif;
			}
			
		#callNowLink {
			height: 61px;
			padding: 0 0 0 50px;
			letter-spacing: -1px;
			background: url(/images/topNav1.png) center left no-repeat;
			behavior: url(styles/iepngfix.htc);
			}
			
			#callNowLink .number {
				font-size: 25px;
				font-weight: bold;
				clear: both;
				}
				
			#callNowLink .text {
				font-size: 15px;
				clear: both;
				}
			
		#manualsLink {
			height: 66px;
			padding: 0 0 0 50px;
			line-height: 60px;
			font-size: 17px;
			letter-spacing: -1px;
			background: url(/images/topNav2.png) center left no-repeat;
			behavior: url(styles/iepngfix.htc);
			}
			
			#manualsLink a:hover { color: #c50a00; }
			
		#mobilNewsLink {
			height: 66px;
			padding: 0 0 0 50px;
			line-height: 60px;
			font-size: 17px;
			letter-spacing: -1px;
			background: url(/images/topNav3.png) center left no-repeat;
			behavior: url(styles/iepngfix.htc);
			}
			
			#mobilNewsLink a:hover { color: #c50a00; }
		
	#logo {
		width: 340px;
		height: 134px;
		margin: 0;
		text-indent: -1000em;
		}
		
		#logo a {
			display: block;
			width: 340px;
			height: 134px;
			cursor: pointer;
			}
			
	#pick_pack_pont {
		position: relative;
		top: -30px;
		left: 585px;
	}
			
/*BANNER*/
			
#banner {
	width: 766px;
	height: 241px;
	background: #000;
	overflow: hidden;
	}
	
	#banner object { display: block; margin: 0 0 0 210px; }
	
/*MENU*/

#menu {
	width: 976px;
	height: 44px;
	background: #1d1d1d; /* Old browsers */
	background: -moz-linear-gradient(top, #1d1d1d 0%, #1a1a1a 47%, #101010 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d1d1d), color-stop(47%,#1a1a1a), color-stop(100%,#101010)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1d1d1d 0%,#1a1a1a 47%,#101010 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1d1d1d 0%,#1a1a1a 47%,#101010 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #1d1d1d 0%,#1a1a1a 47%,#101010 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1d1d', endColorstr='#101010',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #1d1d1d 0%,#1a1a1a 47%,#101010 100%); /* W3C */
	overflow: hidden;
	}
	
	#menu ul {
		list-style-type: none;
		margin: 0;
		padding: 0 0 0 12px;
		}
		
		#menu li {
			height: 44px;
			float: left;
			}
			
			.menu1 { margin-left: 12px; }
			.menu2 { margin-left: 12px; }
			
			#menu li  a {
				display: block;
				padding: 0 8px;
				height: 44px;
				background: #f03902; /* Old browsers */
				background: -moz-linear-gradient(top, #f03902 0%, #db3401 29%, #000000 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f03902), color-stop(29%,#db3401), color-stop(100%,#000000)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #f03902 0%,#db3401 29%,#000000 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, #f03902 0%,#db3401 29%,#000000 100%); /* Opera11.10+ */
				background: -ms-linear-gradient(top, #f03902 0%,#db3401 29%,#000000 100%); /* IE10+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03902', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
				background: linear-gradient(top, #f03902 0%,#db3401 29%,#000000 100%); /* W3C */
				line-height: 40px;
				text-align: center;
				font-size: 13px;
				font-weight: bold;
				color: #fff;
				}
				
				#menu li  a:hover {
					background: #019cd9; /* Old browsers */
					background: -moz-linear-gradient(top, #019cd9 0%, #008ec6 29%, #000000 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#019cd9), color-stop(29%,#008ec6), color-stop(100%,#000000)); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top, #019cd9 0%,#008ec6 29%,#000000 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top, #019cd9 0%,#008ec6 29%,#000000 100%); /* Opera11.10+ */
					background: -ms-linear-gradient(top, #019cd9 0%,#008ec6 29%,#000000 100%); /* IE10+ */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019cd9', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
					background: linear-gradient(top, #019cd9 0%,#008ec6 29%,#000000 100%); /* W3C */
					text-decoration: none;
					}
					
/*MODULS*/

#moduls {
	width: 198px;
	margin-right: 3px;
	_margin-right: 1px;
	float: left;
	}
	
	.modul {
		width: 198px;
		padding-bottom: 20px;
		margin-bottom: 15px;
		background: url(/images/modulBg.gif) repeat-y;
		border-bottom: 5px solid #2377c0;
		}
		
		.modulHeader {
			width: 198px;
			height: 29px;
			margin-bottom: 20px;
			line-height: 29px;
			text-indent: 25px;
			font-family: tahoma, sans-serif;
			font-size: 11px;
			font-weight: bold;
			color: #fff;
			background: url(/images/modulHeader.jpg);
			}
			
			
		.modul h2 {
			width: 163px;
			height: 20px;
			line-height: 17px;
			margin: 0 0 0 25px;
			font-weight: normal;
			background: url(/images/subMenu.jpg) bottom left repeat-x;
			}
			
			.modul h2 a {
				position: relative;
				margin: 0;
				font-size: 12px;
				font-weight: normal;
				color: #959191;
				}
				
				.modul h2 a:hover { color: #fff; text-decoration: none; }
				
		#cartIcon {
			float: right;
			margin: -10px 5px 0 0;
			}
		
		.searchInput {
			width: 168px;
			margin: 10px;
			padding: 5px;
			border: 0;
			}
			
		.searchLabel {
			width: 120px;
			font-size: 11px;
			font-weight: bold;
			}
			
		.searchSubmit {
			width: 58px;
			height: 17px;
			text-indent: -1000em;
			color: #fff;
			margin: 0 10px 0 10px;
			background: url(/images/searchSubmit.jpg);
			border: 0;
			cursor: pointer;
			outline: none;
			}
			
		.modul a {
			display: block;
			margin: 10px 0 10px 10px;
			font-weight: bold;
			color: #ab1105;
			}
			
		.information { text-indent: 30px; margin: 0; padding: 0; font-size: 11px; }
		.information a { color: #fff; margin: 0; padding: 0; }
		.information a:hover { color: #0545a3; text-decoration: none; margin: 0; padding: 0; }
			
/*CONTENT*/
		
#contentContainer {
	width: 770px;
	float: left;
	padding-left: 5px;
	overflow: hidden;
	}
	
	#contentHeader {
		width: 770px;
		height: 29px;
		line-height: 29px;
		text-indent: 25px;
		font-family: tahoma, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #fff;
		background: url(/images/contentHeader.jpg);
		}
		
	#content {
		width: 750px;
		padding: 10px;
		}
		
	#content h1 {
		margin: 10px;
		font-size: 16px;
		font-weight: bold;
		color: #b30606;
		}
		
	.blueButton {
		display: block;
		float: left;
		height: 17px;
		line-height: 17px;
		padding: 0 10px 0 10px;
		margin-bottom: 10px;
		background: url(/images/blue.jpg) repeat-x;
		}
		
		.blueButton a {
			text-align: center;
			font-size: 10px;
			font-weight: bold;
			color: #fff;
			}
		
	.redButton {
		display: block;
		float: left;
		clear: both;
		height: 17px;
		line-height: 17px;
		padding: 0 10px 0 10px;
		background: url(/images/red.jpg) repeat-x;
		}
		
		.redButton a {
			text-align: center;
			font-size: 10px;
			font-weight: bold;
			color: #fff;
			}
			
/*MOBILHÍREK*/

.news {
	width: 710px;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	background: url(/images/borderBottom.gif) bottom left repeat-x;
	overflow: hidden;
	}
	
	.newsName {
		font-size: 11px;
		font-weight: bold;
		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: 750px;
	line-height: 25px;
	text-indent: 10px;
	background: #272728;
	}

#manuals {
	width: 720px;
	padding-right: 30px;
	float: left;
	}
	
	#manuals ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
		
		#manuals li {
			margin-left: 30px;
			padding-bottom: 10px;
			margin-bottom: 10px;
			background: url(/images/borderBottom.gif) bottom left repeat-x;
			}
			
			#manuals span, #manuals span a { color: #2377c0; font-weight: bold; font-size: 12px; }
			
/*MOBILJÁTÉKOK*/

#games {
	width: 360px;
	padding-right: 30px;
	float: left;
	}
	
	#games ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
		
		#games li {
			width: 100%;
			padding-bottom: 10px;
			margin-bottom: 10px;
			background: url(/images/borderBottom.gif) bottom left repeat-x;
			}
			
			#games span, #games span a { color: #2377c0; font-weight: bold; font-size: 12px; }
	
#gamesMenu {
	width: 140px;
	float: left;
	}
	
	#gamesMenu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
		
		#gamesMenu li {
			width: 140px;
			text-indent: 5px;
			}
			
			#gamesMenu li a {
				display: block;
				width: 140px;
				height: 25px;
				line-height: 25px;
				background: url(/images/gamesMenu.gif);
				}
			
			.gamesMenu_active {
				height: 35px;
				line-height: 35px;
				background: #0f0f0f;
				}
		
/*TERMÉK TALÁLATI CSÍK*/

.productPagerContainer {
	width: 750px;
	height: 30px;
	margin: 0 0 10px 0;
	background: #000;
	overflow: hidden;
	}
	
	.productMarker {
		width: 160px;
		margin: 0 10px 0 10px;
		overflow: hidden;
		float: left;
		line-height: 30px;
		color: #7a7979;
		}
		
		.productMarker span, .productMarker span a {
			color: #b30606;
			font-weight: bold;
			}
			
	.productPager {
		width: 430px;
		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: #ab1105;
			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: #1777a5;
			color: #fff;
			font-weight: bold;
			text-align: center;
			}
			
		.pagerBorder a {
			width: auto;
			padding: 0 5px 0 5px;
			height: 20px;
			margin-right: 5px;
			float: left;
			background: #1777a5;
			line-height: 20px;
			color: #fff;
			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: #000;
			color: #fff;
			outline: none;
			}
			
/*TERMÉKEK*/

.clearFix { clear: both; }
			
.productContainer {
	width: 250px;
	height: 200px;
	margin: 5px 0 25px 0;
	float: left;
	overflow: hidden;
	}
	
	.productName {
		width: 230px;
		min-height: 25px;
		_height: 25px;
		font-weight: bold;
		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.gif);
			margin-bottom: 10px;
			}
		
		.discountFrom {
			color: #7b7d7f;
			font-weight: bold;
			display: block;
			margin: 0 0 3px 0;
			}
			
		.discountTo {
			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: 120px;
		height: 110px;
		padding: 0 10px;
		float: left;
		color: #979899;
		}
		
		.productRight ul {
			margin: 0 0 5px 0;
			}
		
	.productFooter {
		width: 250px;
		overflow: hidden;
		padding-top: 10px;
		}
		
	.bb {
		display: block;
		float: left;
		height: 17px;
		line-height: 17px;
		padding: 0 10px 0 10px;
		margin-bottom: 10px;
		background: url(/images/blue.jpg) repeat-x;
		}
		
		.bb a {
			text-align: center;
			font-size: 10px;
			font-weight: bold;
			color: #fff;
			}
		
	.rb {
		display: block;
		float: left;
		height: 17px;
		line-height: 17px;
		padding: 0 10px 0 10px;
		background: url(/images/red.jpg) repeat-x;
		margin-left: 45px;
		}
		
		.rb a {
			text-align: center;
			font-size: 10px;
			font-weight: bold;
			color: #fff;
			}
			
	.cartInput {
		display: block;
		float: left;
		width: 15px;
		height: 15px;
		border-top: 1px solid #f97662;
		border-right: 1px solid #c73025;
		border-bottom: 1px solid #640501;
		border-left: 0;
		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 #808080;
	float: left;
	cursor: pointer;
	background: #fff;
	}

.detailsText {
	width: 390px;
	padding-left: 20px;
	margin: 10px 10px 20px 0;
	float: left;
	}
	
	.detailsText .productName {
		font-size: 17px;
		}
		
	.products_properties {
		display: block;
		margin: 20px 20px 20px 0;
		float: left;
	}
	
		.products_properties .left {
			width: 30px;
			height: 26px;
			background: url(../images/products_properties_left.png) no-repeat;
			float: left;			
		}
		
		.products_properties .right {
			display: block;
			height: 26px;
			padding: 0 10px 0 5px;
			line-height: 26px;
			background: url(../images/products_properties_right.jpg) repeat-x;
			-border-radius: 0 5px 5px 0;
			-moz-border-radius: 0 5px 5px 0;
			-webkit-border-radius: 0 5px 5px 0;
			float: left;			
		}
	
	.detailsText ul.garancia {
		
		}
	
	.detailsText .priceContainer {
		padding: 10px 0;
		border-top: 1px solid #333;
		border-bottom: 1px solid #333;
		}
	
		.detailsText .priceContainer .productPrice {
			float: left;
			font-weight: bold;
			color: #ab1105;
			}
			
			.detailsText .priceContainer .productPrice .discountFrom {
				
				}
				
			.detailsText .priceContainer .productPrice .discountTo {
				color: #fff !important;
				font-size: 15px !important;
				display: block;
				float: none !important;
				text-decoration: none !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: 29px;
				line-height: 29px;
				padding: 0 10px 0 10px;
				border-top: 1px solid #630b09;
				border-left: 1px solid #630b09;
				border-bottom: 1px solid #630b09;
				background: url(/images/order_button.jpg) repeat-x;
				margin-left: 0 !important;
				}
				
				.detailsText .priceContainer .productOrder .redButton a {
					text-align: center;
					font-size: 10px;
					font-weight: bold;
					color: #fff;
					}
					
				.detailsText .priceContainer .productOrder .cartInput {
					display: block;
					float: left;
					width: 15px;
					height: 29px;
					border-top: 1px solid #630b09;
					border-right: 1px solid #630b09;
					border-bottom: 1px solid #630b09;
					border-left: 0;
					line-height: 29px;
					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.gif);
			}
			
			.detailsText .productMorePictures img {
				max-width: 70px;
				max-height: 70px;
				_width: 70px;
				_height: 70px;
				}
	
.clearFix { clear: both; }
	
.detailsMore {
	clear: both;
	width: 720px;
	margin: 0 10px 0 10px;
	padding-top: 20px;
	border-top: 1px solid #333;
	}
	
	.detailsMore span {
		font-size: 16px;
		font-weight: bold;
		color: #2377c0;
		}
		
.backBtn {
	height: 17px;
	line-height: 17px;
	padding: 0 10px 0 10px;
	background: url(/images/red.jpg) repeat-x;
	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 .roundedPicture table {
							width: 100px;
							height: 100px;
							margin: 0 !important;
						    padding: 0 !important;
							}
						
						.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;
							margin: 0 !important;
						    padding: 0 !important;
						    }
		
.accessoriesContainer {
	clear: both;
	width: 720px;
	margin: 20px 10px 0 10px;
	padding-top: 20px;
	border-top: 1px solid #333;
	}
	
	.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 .roundedPicture table {
							width: 100px;
							height: 100px;
							margin: 0 !important;
						    padding: 0 !important;
							}
						
						.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;
							margin: 0 !important;
						    padding: 0 !important;
						    }
		
/*********************** KOSÁR *************************/

#cart {
	width: 200px;
	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;
		}
		
		.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;
			color: #959191;
			}
			
		.cartTable tr {
			color: #fff;
			height: 20px;
			padding: 5px 0 5px 0;
			}
			
		.cartTable .tr2 {
			background: #2d2c2c;
			}
			
		.cartTable tfoot td {
			padding: 5px 0 5px 0;
			border-top: 1px dotted #959191;
			color: #959191;
			font-size: 13px;
			}
			
		.cartTable tfoot .right { text-align: right; color: #fff; }
		
	.goCart {
		display: block;
		float: left;
		height: 30px;
		line-height: 30px;
		padding: 0 20px;
		background: #640501 url(/images/red.jpg) repeat-x;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		}
		
		.goCart { 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: #383737;
		}
	.modifyCart .tr1_hover{
		background-color: #403f3f;
		}
	
	.modifyCart .tr2{
		background-color: #232323;
		}
	.modifyCart .tr2_hover{
		background-color: #2a2a2a;
		}
	
.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;
		}
		
.modifyCartSubmit_big {
	display: block;
	float: left;
	height: 30px;
	/*line-height: 26px;*/
	padding: 0 20px;
	background: #640501 url(/images/red.jpg) repeat-x;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 0;
	text-align: center;
	/*font-size: 12px;*/
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	}
	
	.modifyCartSubmit_big:hover {
		background: #0B2F53 url(/images/blue.jpg) repeat-x;
		}
		
/* MEGRENDELÉS */

legend {
	color: #fff;
	}

fieldset {
	border: 1px solid #303030;
	-moz-border-radius: 15px;  
	-webkit-border-radius: 15px;  
	border-radius: 15px;
	background: #1f1f1f;
	}

/*FOOTER*/

#footerContainer {
	width: 976px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	background: url(/images/header.jpg) repeat-x top left;
	}

	#footerLeft {
		height: 65px;
		float: left;
		font-size: 10px;
		font-weight: bold;
		padding: 10px 0 0 15px;
		}
		
	#footerRight {
		height: 65px;
		padding: 10px 15px 0 0;
		float: right;
		font-size: 10px;
		text-align: right;
		font-weight: bold;
		}
