	
/* CSS for tables */
		.tableover {
			/*border: 1px solid #253e5b;*/
			list-style: none;
			height: 15px;
			overflow: auto;
			width: 470px;
			font-size:12px; 
			/*filter:alpha(opacity=85); 
			opacity: 0.85; 
			-moz-opacity:0.85;*/
			color: #121212;
		}
		.tableover, .tableover tr { margin: 0; padding: 0; }
		.tableover tr {  padding: 0 0.2em 0 25px;  }
		.tableover tr:hover, .tableover tr.hover { background: #E78501; color: #fff;}
		* html .tableover tr{ height: 1%; }
		
		.tableheader {
			list-style: none;
			height: 15px;
			overflow: auto;
			width: 470px;
			font-size:12px;
			color:#FFFFFF;
			font-weight:bold;
		}
		.tableheader, .tableheader tr { margin: 0; padding: 0; /*filter:alpha(opacity=80); opacity: 0.8; -moz-opacity:0.8;*/}
		.tableheader tr {  padding: 0 0.2em 0 25px;   background:#123456;}
		/*.tableheader tr:hover, .tableheader tr.hover { background: #E78501; color: #fff;}*/
		* html .tableheader tr{ height: 1%; }
		
		.tablerow1 {
			background:#234567;
		}
		.tablerow2 {
			background:#456789;
		}
		
		.tableSum {
			list-style: none;
			height: 15px;
			overflow: auto;
			width: 470px;
			font-size:12px;
			color:#FFFFFF;
		}
		.tableSum, .tableSum tr { margin: 0; padding: 0; /*filter:alpha(opacity=80); opacity: 0.8; -moz-opacity:0.8;*/}
		.tableSum tr {  padding: 0 0.2em 0 25px;   background:#123456;}
		/*.tableSum tr:hover, .tableSum tr.hover { background: #E78501; color: #fff;}*/
		* html .tableSum tr{ height: 1%; }
		
		.cartForm {
			padding: 0px 0px 0px 0px;
			/*background: center url(cart.gif) no-repeat;*/
		}

/*----termékek képeinek megjelenítése-----*/

	.ShowProductPics {
		margin: 10px 10px 10px 10px; 
		padding: 0px;
		background: #456789; 
		border: 1px solid #000000; 
		width:480px; 
		height:580px;
		color:#000000;
		font-size:16px;	
		word-spacing: 4px;
		letter-spacing: -2px;
		text-align:center;
	}	
	.ShowProductPics a:link, .ShowProductPics a:visited, .ShowProductPics a:active {
		color:#000000;
		text-decoration:none;
		font-weight:bold;	
		font-size:16px;	
	}	
	.ShowProductPics a:hover {
		color:#ffffff;
		/*text-decoration:underline;*/
		font-weight:bold;
		font-size:16px;	
					
	}
	
	
	.mainpics {
		/*margin: 30 20 20 20; */
		border: 1px #000000; 
		background:#FFFFFF url(../../images/preloader.gif) no-repeat 50% 50%;
		min-width: 170px;
		min-height: 50px;
		/*background: url(../../images/preloader.gif) no-repeat 50% 50%;*/
	}
	.mainpics:hover, .mainpics.hover { 
		/*margin: 28 18 18 18; */
		border: 2px solid #E78501;  
	}		
	
	.ShowProductPicsMenu {
		/*margin: 0px 10px 10px 0px;*/
		/*padding: 5px 0 5px 0;*/
		/*border-top: 10px solid;*/
		background: #234567;
		/*border-bottom: 2px solid;*/
		/*width: 480px;*/
		height: 50px;
	}	
	
	.indexpics { 
		margin: 3px 2px 3px 2px; 
		border: 0px; 
		vertical-align:middle;
		background:none;
	}
	.indexpics:hover, .indexpics.hover { 
		margin: 2px 1px 2px 1px; 
		border: 1px solid #E78501; 

	}

/*------------regisztrációs form-----------------*/


.reg {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 10px 0 0 0;
  padding: 0px;
  min-width: 400px;
  max-width: 460px;
  width: 430px; 
}

.reg fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 0px;        /* padding in fieldset support spotty in IE */
  margin: 0px;
}

.reg fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
	color: #202020;
}

.reg label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0px; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

.reg input, .reg textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:120px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0px 0px 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	float: left;
	font-family: tahoma;
}

.reg input#reset, .reg input#submit{
	float: none; 
	display: inline; 
	margin:0px;
	padding:0px;
}

.reg { overflow: auto; }


.reg .required{font-weight: bold;} /* uses class instead of div, more efficient */

.reg div {
	background: #cff6a9;
	padding: 10px;
	margin: 5px;
}

.reg br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.error {
	color:#FF2222;
	font-size:9px;
	float: right;
	margin:0px;
	padding:0px;
	/*border: 1px solid #FFF;*/
	text-align: left; 
}


/*------------regisztrációs form-----------------*/


.galery_table {
	border: 1px solid #EEE;
	color: #FFF;
	margin: 10px;
	font-size: 12px;
}

.galery_table_head {
	background-color: #123456;
	padding: 4px;
	font-size: 14px;
}

.galery_row1 {
	background-color: #234567;
	font-size: 12px;
	padding: 4px;
}

.galery_row2{
	background-color: #345678;
	font-size: 12px;
	padding: 4px;
}


