/* base rules */

.flag {
	position: absolute;
	top: 15px;
	left: 608px;
}
	.flag img {
		vertical-align: middle;
	}

	.flag .current {
		padding: 2px;
		border: 1px solid yellow;
	}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.nowrap {
	white-space: nowrap;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.hidden {
	position: absolute;
	left: -10000px;
}

.justforpos {
	position: relative;
}

.pontos{
		background-image:url(images/pont.gif);
	}
.pontos2{
		background-image:url(images/pont2.gif);
	}

body {
	font-family : "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: #AEAEAE;
	background: url(/images/content_bkg.gif) left top repeat-y;
	background-color: #2F2F2F;

}

a {
	color: #CFC7AC;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
}


/*
** Pricecat stars and pricecategory info
*/

.pricecat{
		position:relative;
		
	}
	.pricecat img{
			z-index:11;
			border:none;
		}
		
.pricecat-info{
		position:absolute;
		z-index:15000;
		
		visibility:hidden;
		width:250px;
		height:300px;
		
		left:10px;
		top:10px;
		
		border:1px dotted #A18B55;
		
		background-color:#222;
		background-image:url(/images/5x5.gif);
		font-size:11px;
		text-decoration:none;
	}
		
		
	.pricecat-info h5,
	.pricecat-info table{
			padding:10px;
		}	
		
		.pricecat-info table td{
				padding:0 3px 3px 0;
				
			}	
			
		.pricecat-info table td.stars{
				width:65px;
			}	
			
			
.info-ro .pricecat-info{
	}
		
.pricecat:hover .pricecat-info{
		visibility: visible;
	}	
		
		
#header {
	background: url(/images/top_bg.jpg) left bottom repeat-x;

}
	#header div.inner {
		width: 910px;
	}

	#mainlogo {
		float: left;
		width: 171px;
		height: 86px;
		border-right: 1px solid #4F6E89;
	}

		#mainlogo a img {
			border: none;
		}

	#headmenu {
		float: left;
		width: 509px;
		height: 86px;
		border-right: 1px solid #4F6E89;
	}

		#headmenu td.m {
			/*height: 146px;*/
			vertical-align: bottom;
			/*background-color: lime;*/
			display: table-cell;
			width: 500px;
			height: 70px;
		}

		#headmenu  ul {

			font-size : 11px;
			list-style: none;

		}

			#headmenu ul li {
				display: inline;
				float: right;
				background: url(/images/pont.gif) left top repeat-y;
				padding: 3px 9px;
				
				text-transform: uppercase;
			}

			#headmenu ul li.first {
				background: none;
			}

		#headmenu a {
			color: #D7D8D9;
			text-decoration : none;
		}

		#headmenu a:hover {
			color: #ffffff;
		}

	#headright {
		float: left;
		width: 220px;
		height: 86px;
	}

		#headright a img {
			border: none;
			padding-left: 20px;
			padding-top: 52px;
		}

#contentTable {
	border: 0px;
	padding: 0px;
	margin: 0px;

	width: 100%;
	height: 99%;
}

#contentTable td {
	padding: 0;
	margin: 0;

	margin-right: 1px;
	vertical-align: top;


}

	div#mainrowleft {
		background: url(/images/top2_bg.gif) left bottom repeat-x;
		background-color: #A18B55;

		/* border-right: 1px solid #686868; */

		vertical-align: top;

		width: 171px;
	}

	div#mainrowright {
		background: url(/images/top2_bg.gif) left bottom repeat-x;
		background-color: #D7D8D9;
		vertical-align: top;
	}



#mainrow {
	/* disabled */
	/* background: url(/images/mainrow_bkg.gif) left top repeat-y; */

	/*background-color: #D7D8D9;*/
	/*padding-bottom: 9px;
	background: url(/images/main_bkg.gif) left bottom repeat-x;*/
}

	#mainmenu div.nowrap {
		width: 1000px;
		border-right: 1px solid yellow;
	}

	#mainmenu {
		height: 184px;
		background-color: #A18B55;
		width: 171px;
		padding-top: 3px;
		margin-bottom: 13px;
		
		z-index:50000;
	}

	#mainimage_____ {
		width: 509px;
		height: 184px;
	}

	#maintext {
		width: 290px;
		color: #3F3F3F;
		margin-bottom: 13px;
	}

		#maintext .inner {
			padding: 24px 0 13px 21px;

		}

			#maintext .inner ul {
				margin-left: 0;
				padding-left: 25px;
			}

			#maintext .inner p {
				margin-bottom: 10px;
			}


/** yui menu - mainmenu ***/

div.yuimenu {
	border: none;
	padding: 0;
	height: 17px;
	color: white;
	text-transform: uppercase;

}


div.yuimenu ul {
	padding-top: 0;
	padding-bottom: 0;
	border: none;
}

div.yuimenu div.bd {
	border: none;
	margin: 0;
	padding: 0;
}

div.yuimenu div.bd ul li {
	background: url(/images/nyil.gif) 10px center no-repeat;
	background-color: #A18B55;
	border: none;
	border-bottom: 1px solid #B6A47A;
	padding-top: 3px;
	padding-bottom: 3px;

	font-size: 11px;
}



div.yuimenu div.bd ul li a {
	color: white;
}

div.yuimenu div.bd ul li.selected, div.yuimenubar li.selected {
	background-color: #83661D;
}


div.yuimenu li.selected a.selected,
div.yuimenubar li.selected a.selected {

    text-decoration:none;

}

div.yuimenu div.menu2ndlevel ul li {
	background: none;
	background-color: #715D42;
	border-bottom: 1px solid #AC9971;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

/*
div.yuimenu div.bd div.bd {
	width: 230px;
}

*/

/*** : yui menu  ****/

.topdivider {
	height: 9px;
	background: url(/images/top2_bg.gif) left top repeat-x;

}

#contentrow {
	height: 1%;
}


	#firstcol {
		width: 171px;
		vertical-align: top;
	}

	#thirdcol {
		vertical-align: top;
	}

	td.tdborder {
		width: 1px;

		/* background-color: red; */
	}

	#contentSub1 {

		width: 171px;

		vertical-align: top;

	}

		#contentSub1 .inner {
			padding: 0 0px 8px 0;

		}

	#contentMain {
		width: 509px;
		background-color: #2F2F2F;
		vertical-align: top;
	}

		#contentMain .inner {
			padding: 24px;
			padding-top: 0;
			margin-top: 0;


		}

		#contentMain div#antiinner {
			margin-left: -24px;
			margin-right: -24px;
			margin-bottom: 13px;

			background: url(/images/top2_bg.gif) left bottom repeat-x;
			background-color: #A18B55;
		}

	#contentSub2 {
		vertical-align: top;

		height: 99%;

	}

		#contentSub2 div.inner2 {
			padding: 8px 0 0 21px;
		}

#footer {
	background: url(/images/footer_bkg.gif) left top repeat-x;
}

	#footerinner {
		background: url(/images/footer_bkg_inner.gif) left top no-repeat;
		height: 77px;
		width: 990px;
	}


	#footerleft {
		width: 172px;
		float: left;
		padding-top: 20px;
		text-align: center;
	}

	#footertext {
		width: 509px;
		float: left;
		padding-top: 10px;
		text-align: center;
	}

	#footerright_ar {
		width: 270px;
		float: left;
		padding-top: 5px;
		padding-left: 15px;
		text-align: left;
	}

	#footerright {
		width: 250px;
		float: left;
		padding-top: 10px;
		text-align: center;
	}

		#footerright ul {
			list-style: none;
			margin-left: 15px;
		}

			#footerright ul li {
				display: inline;
				float: left;
				background: url(/images/nyil2.gif) left center no-repeat;
				padding: 3px 10px;
			}

/*
	Content rules
*/

#contentMain p {
	padding: 0.8em 0;
}

#contentMain a {
	text-decoration: underline;
}

#contentMain div.inner table li {
	margin-left: 3em;
}

#contentMain .categorypath {
	/* width: 335px; */
	/* float: right; */
	clear: both;

	padding: 10px 0;
	font-weight: normal;
	font-size: 18px;
	color: #C5B897;
	margin-bottom: 20px;

	background: url(/images/cim_pont.gif) left bottom repeat-x;
}

	#contentMain .categorypath a {
		color: #C5B897;
		text-decoration: none;
	}

	#contentMain .categorypath a:hover {
		color: #FFFFFF;
	}



#contentMain .shopitemlst {
	margin-bottom: 25px;
}

#contentMain div.shopitemlst div.img {
	display:table-cell;
	float: left;

	width: 120px;
	height: 120px;

	background-color: white;
	text-align: center;

	line-height: 120px;
	vertical-align: middle;

}

	#contentMain div.shopitemlst div.img a{
		display:block;
		width: 120px;
		height: 120px;
		border: 0;
		
		
		background-image: url(/images/5x5.gif);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		
	}

#contentMain div.shopitemlst div.title {
	width: 355px;
	padding: 0;
	float: right;

	background: url(/images/nyil_termek.gif) left center no-repeat;

	font-size : 18px;
	font-weight: bold;

		color: #A18B55;
}
	#contentMain div.shopitemlst div.title a,
	#contentMain div.shopitemlst div.title span {
		padding: 5px 0 0 0;
		display: block;
		margin-left: 20px;
		background: url(/images/pont2.gif) bottom left repeat-x;
		text-decoration: none;
	}

	#contentMain div.shopitemlst div.title a:hover {
		color: #C5B897;
	}

#contentMain div.shopitemlst div.item {
	/*position: absolute;
	top: 0;
	left: 130px;*/

	float: right;
	width: 335px;


}

	#contentMain div.shopitemlst div.item div.info{
		padding-top: 15px;
		display:inline;
	}

/* category lst */


#contentMain .categorylst {
	margin-bottom: 20px;
}

	#contentMain div#currentcategoryes div.categorylst div.catimg {
		float: left;
		margin-left: 0px;

		background-color: white;

		width: 130px;
		height: 130px;
		text-align: center;
		line-height: 110px;
		vertical-align: center;
		
		background-image: url(/images/5x5.gif);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		
	}

	#contentMain div#currentcategoryes div.categorylst div.title {
		width: 300px;
		float: right;
		padding: 0;
		background: url(/images/nyil_termek.gif) left center no-repeat;

		font-size: 18px;

		color: #A18B55;
		font-weight: bold;
	}


		#contentMain div#currentcategoryes div.categorylst div.title div.titlecntr {
			display: block;
			/*padding: 10px 0 0 0;*/
			margin-left: 16px;
			background: url(/images/pont2.gif) bottom left repeat-x;
			height: 1%;
		}

		#contentMain div#currentcategoryes div.categorylst div.title div.titlecntr div.toright {
			display: block;

			display: none;

			width: 160px;
			float: right;

			text-align: right;
			background: none;
		}

		#contentMain div#currentcategoryes div.categorylst div.title div.titlecntr img {
			margin-left: 1px;
		}

		#contentMain div#currentcategoryes div.categorylst div.title a {
			display: block;
			float: left;
			width: 170px;
			color: #A18B55;
			/* padding-top: 10px;*/
			text-decoration: none;
			
			
		}

		#contentMain div#currentcategoryes div.categorylst div.title a:hover {
			color: #C5B897;
		}

#contentMain div#currentcategoryes {
	padding: 0;
}

#contentMain div#currentcategoryimg {
	width: 135px;
	float: right;
	padding-top: 10px;
}

#shoponsale {
	display: block;
	width: 290px;
	background-color: #222222;
	margin-bottom: 10px;
	padding-top: 15px;
	margin-right: 0px;
	height: 1%;
	padding-bottom: 3px;
}

	#shoponsale h1 {
		font-size : 16px;
		color: #A18B55;
		font-weight:bold;
		text-decoration : none;
		padding-left: 19px;
		padding-bottom: 5px;
	}

	#shoponsale div.item {
		background: url(/images/nyil2.gif) 5px 3px no-repeat;
		padding-left: 19px;
		padding-bottom: 10px;
	}

	#shoponsale div.info {
		background: url(/images/pont.gif) left top repeat-y;
		padding-left: 8px;
	}

		#shoponsale div.info a {
			
			
		}
		#shoponsale div.info a img {
			border: 0;
		}
		

	#shoponsale a.onsale-shopitem {
		display: block;
		float: left;
		width: 120px;
		height: 120px;
		line-height: 120px;
		
		vertical-align:middle;
		text-align:center;
		
		background-color:#fff;
		border: 2px solid #CFC7AC;
		
		background-position: 50% 50%;
		background-repeat:no-repeat;
	}
		#shoponsale a.onsale-shopitem:hover {
			border: 2px solid #A18B55;
		}
		
		#shoponsale a.onsale-shopitem img{
			display:inline;
			vertical-align:baseline;
			line-height: 120px;
		}
	
	#shoponsale div.title {
		float: left;
		width: 120px;
		height: 120px;
		margin-left:10px;
		line-height: 120px;
		vertical-align:middle;
	}



label {
	display: block;
	padding-top: 10px;
}

label.oneline {
	display: inline;
}

.zarkiraly {
		background-color: #926a07 !important;
	}
	
	#contentMain .zarkiraly .categorypath{
			font-size: 32px;
		}
	
	#contentMain .zarkiraly .shopitemlst .title{
			width:235px;
			color:#fff !important;
		}
		
		
		
	#contentMain .zarkiraly div.shopitemlst div.img {
		
		width: 220px;
		height: 220px;
	
		background-color: white;
		text-align: center;
	
		line-height: 120px;
		vertical-align: middle;
	
	}	
	
		#contentMain .zarkiraly div.shopitemlst div.img a {
				display:block;
				width:220px;
				height:220px;
					
				background-image: url(/images/5x5.gif);
				background-position: 50% 50%;
				background-repeat: no-repeat;							
				
			}
			
		#contentMain .zarkiraly div.shopitemlst div.img img {
				
			}
	
	#contentMain div.zarkiraly div.shopitemlst div.item {
			width: 235px;
		}
		
div.shop-new
	{
		/* background-color:lime; */
	}



/* old rules */



.kilincs
{
	color: #3F3F3F;
}

.viszont
{
	color: #CFC7AC;
}

.feher
{
	color: #ffffff;
}


.alcsop
{
	font-size : 16px;
	color: #A18B55;
	font-weight:bold;
	text-decoration : none;
}

.termek_cim
{
	font-size : 18px;
	color: #A18B55;
	font-weight:bold;
	text-decoration : none;
}

.termek_cim:hover
{
	font-size : 18px;

	text-decoration : none;
}


.input, .frmText {
  font-family: Arial;
  font-size: 10pt;
  font-weight: normal;
  color: #303030;

  padding: 2px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;

  width: 95%;
  margin-left: 1px;
  background-color: #B8B8B8;

  border: 1px solid #535A60 ;
}

.input {
	width: 66px;
}


.frmSelect {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #303030;
	padding: 2px;
	padding-right: 0;
	vertical-align: top;
	margin-left: 1px;
	background-color: #B8B8B8;

	border: 1px solid #535A60 ;
	height: 20px;
}

.frmSelect option {
	padding-right: 1em;
}

.button, .frmButton, .aButton {
	font-family: Arial;
	font-size: 8pt;

	vertical-align: middle;
	text-align: center;

	padding: 2px 0;
	margin: 0;
	margin-left: 1px;

	color: #d0d0d0;
	background-color: #676767;
	border: 1px #3E4143 solid;
}

.button {
	width: 78px;
}

.aButton {
	font-family: Arial;
	font-size: 8pt;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 8pt;
	width: 78px;
	height: 18px;
	line-height: 17px;

	vertical-align: middle;
	text-align: center;
	  border: 1px #3E4143 solid;
}

fieldset {
	border: 1px solid #666666;
	padding: 15px;
	margin: 10px 0;
}

legend {
	padding: 0 3px;
	color: #888888;
	font-size: 12px;
}


.mytable td {
	padding: 2px;
}
/*



*/