/*<		alap 		>*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary { 
    display: block;
}


/*	általános ***************************/
.em0 {/*sárga*/
	color: #ffb000;
}
.em1 {/*zöld*/
	color: #e1f4a8;
}
.sec_text {
	color: #aaa;
}
.error {
	color: #f44;
}
.clear {
	clear: both;
}

a.tovabb {
	padding-right: 22px;
	background-image: url(tovabb.gif);
	background-repeat: no-repeat;
	background-position: 100% 7px;
	line-height: 22px;
}
a.tovabb:hover {
	background-position: 100% -38px;
	color: #e1f4a8;
}

.left {
	float: left;
}
.right {
	float: right;
}


a {
	color: #fbcf20;
	text-decoration: none;
}
a:hover {
	color: #e1f4a8;
	text-decoration: none;
}

a.foto {
	display: inline-block;
	line-height: 0;
}
a.foto img {
	border: solid 2px #fff;
}

table ,
table td{
	vertical-align: top;
}
/*	általános ***************************/
/***************************************/






html {
	background-color: #2e1308;
	background-image: url(html_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

body {
    line-height:1;
	color: #fff;
	font-family: Tahoma, "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
}

#wrapper {
	margin: 0 auto;
	min-height: 700px;
}

header{
	height: auto;
	width: 960px;
	margin: 0 auto;
	height: 315px;
}

#logo {
	text-align: center;
}
#logo a{
	display: block;
}

/*	nav *********************************/
nav {
	clear: both;
}
#menu {
	list-style-type: none;
	height: 33px;
	padding: 0;
	margin-left: 0;
	float: right;
	border-top: solid 4px #ffb000;
}

#menu li { 
	float: left;
	padding: 0;
	margin: 0;
	z-index: 1000;
}
#menu li a{ 
	text-transform: uppercase;
	display: block;
	padding: 0 14px;
	line-height: 33px;
	height: 33px;
	color: #ffb000;
	font-size: 12px;
	border: solid 1px transparent;
	border-top: none;
}
#menu li a:hover{ 
	border: solid 1px #ffb000;
	border-top: none;
}
#menu li.selected a{ 
	color: #2e1308;
	background-color: #ffb000;
	border: solid 1px #ffb000;
	border-top: none;
}
#menu li.selected a:hover{
	color: #000;
	border-bottom: solid 1px #674701;
}



#menu2 {
	list-style: none;
	float: left;
	background-image: url(menu2_bg.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-align: center;
	width: 887px;
	height: 58px;
	margin: -21px 37px;
}
#menu2 li{
	/*float: left;*/
	display: inline-block;
}
#menu2 li a{
	display: block;
	color: #ffb000;
	padding: 2px 14px 2px 14px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-decoration: none;
	background-image: url(menu_sep.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	text-transform: uppercase;
}
#menu2 li.last a{
	background-image: none;
}
#menu2 li.selected a{
	color: #eee;
}
#menu2 li a:hover{
	color: #fff;
	text-decoration: none;
}

/*	nav *********************************/
/***************************************/




/*	content ***************************/
#content {
	display: block;
	clear: both;
	width: 960px;
	min-height: 660px;
	margin: 0 auto;
	padding: 8px 0 20px 0;
	display: block;
	line-height: 130%;
	font-size: 14px;
	color: #fff;
}
#content article{
	float: left;
	display: block;
	width: auto;
	padding: 0 12px;
	margin: 0;
	background-image: url(content_bg.png);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-color: #2e1308;
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitsream Vera Sans", Verdana, "Verdana Ref", sans-serif;
}
#content article.little{
	width: 692px;
	margin-left: 14px;
}

article ul{
	padding-left: 4px;
	margin-left: 4px;
}
article ul li{
	padding: 5px 0 5px 0;
}

#content p {
	margin: 13px 0;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	font-weight: normal;
	color: #f0f0f0;
	margin: 12px 0 10px 0;
	font-family: Tahoma, "Lucida Grande", Verdana, Arial, sans-serif;
}
#content h1 {
	font-size: 18px;
	display: block;
	margin-top: 4px;
	margin-bottom: 10px;
	height: 57px;
	line-height: 38px;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 74px;
	text-transform: uppercase;
	background-image: url(h1_bg.png);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	color: #ffb000;
}
#content h2 {
	font-size: 18px;
}
#content h3 {
	font-size: 16px;
	color: #f0f0f0;
}
/*	content ***************************/
/***************************************/

/*	Termékek	lista ****************************/
#elemlista {
	width: 94%;
	margin: auto;
}
#elemlista table {
	border: none;
}
table td.thumb {
	padding: 2px 0;
	text-align: center;
	width: 160px;
}
table td.info {
	padding: 0 18px;
	text-align: left;
}
#elemlista h2 a {
	color: #fbcf20;
	font-size: 16px;
}
#elemlista h2 a:hover {
	color: #c1de24;
}


	#elem_table{
		clear: both;
		width: 100%;
	}
	#elem_table td {
		width: 335px;
		border: none;
		min-height: 115px;
		padding: 0;
		vertical-align: top;
		border-bottom: solid 1px #ffb000;
	}
	#elem_table table.table_info {
		height: 100%;
	}
	#elem_table table.table_info td{
		width: auto;
		border: none;
		min-height: 0;
		padding: 0;
		background-color: transparent;
		vertical-align: top;
		height: 100%;
	}
	#elem_table table.table_info h2 {
		background-image: url(table_header.gif);
		background-repeat: no-repeat;
		background-position: 0% 0%;
		display: block;
		color: #fff;
		font-weight: normal;
		font-size: 16px;
		line-height: 18px;
		padding-left: 28px;
		padding-bottom: 3px
	}
	#elem_table table.type1 h2 {
		background-position: 0% -100px;
	}
	#elem_table td .elem_kep {
		float: left;
		display: block;
	}
	#elem_table td img{
		padding: 1px;
	}
	#elem_table td.empty {
		width: 13px;
		border: none;
		padding: 0;
		border-top: solid 6px #2e1308;
		border-bottom: solid 18px #2e1308;
		background-color: transparent;
		background-image: url(table_empty.gif);
		background-repeat: repeat-y;
		background-position: 50% 0%;
	}
	#elem_table td.empty2 {
		border: none;
	}

	#elem_table td div.elem_reszlet{
		float: left;
		display: block;
		padding-left: 5px;
		width: 222px;
	}

	#elemlista table.kutya_lista,
	 table.kutya_lista {
		width: 88%;
		margin: 7px auto;
	}
	#elemlista table.kutya_lista hr,
	table.kutya_lista hr {
		color: #ffb000;
		border-color: #ffb000;
		background-color: #ffb000;
	}
	#elemlista table.kutya_lista a.tovabb,
	table.kutya_lista a.tovabb {
		float: right;
	}
	#elemlista table.kutya_lista td.info,
	table.kutya_lista td.info{
		text-align: center;
		padding: 10px 20px;
	}

/*	Termékek	lista ***************************/
/******************************************/

/*	Termék oldala ***************************/
#elem_info  {
	padding-right: 10px;
	padding-top: 10px;
}

#elem_info div.left {
	margin: 0 18px 18px 0;
}

#elem_info div.right {
	width: 454px;
}

#elem_reszletek #kutyakep{
	text-align: center;
	display: block;
	width: 672px;
}
#elem_reszletek #kutyakep a{
	display: inline-block;
	margin: auto;
}
#elem_reszletek div{
	color: #ffb000;
	text-align: center;
}



/*	Termék oldala ***************************/
/******************************************/



/*	bal panel ***************************/
#content aside {
	padding-bottom: 100px;
	display: block;
	float: left;
	width: 220px;
	padding: 0;
	padding-bottom: 2px;
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitsream Vera Sans", Verdana, "Verdana Ref", sans-serif;
}
#content aside ul{
	list-style: none;
}
#content aside ul li.selected a{
	font-weight: bold;
}
/*	 ***************************/
/***************************************/

#content aside ul li a{
	display: block;
	background-color: transparent;
	background-image: url(menu1.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 50px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #f4f4f4;
	margin-bottom: 3px;
	text-transform: uppercase;
}
#content aside ul#balmenu2 li a{
	background-image: url(menu2.png);
}
#content aside ul li a:hover{
	background-position: 0% -90px;
}

#content aside ul li.selected > a span{
	text-decoration: underline;
}

/***************************************/

#content aside ul li ul{
	display: none;
}
#content aside ul li ul li a{
	background-position: -280px 0%;
	line-height: 25px;
	font-size: 12px;
	height: 24px;
	padding-top: 1px;
	font-weight: bold;
	margin-bottom: 1px;
	color: #131901;
	padding-left: 55px;
	background-position: -560px 0%;
}

#content aside ul li ul li a:hover{
	/*background-position: -280px -90px;*/
	background-position: -560px -90px;
}
#content aside ul li ul li a.has_child{
	padding-left: 25px;
	color: #f9f9f9;
	background-position: -280px -180px;
}
#content aside ul li ul li a.has_child:hover{
	background-position: -280px -270px;
}
#content aside ul li ul li a.opened{
	background-position: -560px -180px;
}
#content aside ul li ul li a.opened:hover{
	background-position: -560px -270px;
}
#content aside ul li a span {
	display: block;
}

/***************************************/

#content aside ul li ul li ul li a{
	background-position: -560px 0%;
	color: #131901;
	padding-left: 48px;
}
#content aside ul li ul li ul li a:hover{
	background-position: -560px -90px;
	/*background-position: -280px -90px;*/
}
#content aside ul li ul li ul li a.has_child{
	padding-left: 40px;
	color: #f9f9f9;
	background-position: -265px -180px;
}
#content aside ul li ul li ul li a.has_child:hover{
	background-position: -265px -270px;
}
#content aside ul li ul li ul li a.opened{
	background-position: -545px -180px;
}
#content aside ul li ul li ul li a.opened:hover{
	background-position: -545px -270px;
}

/***************************************/

#content aside ul li ul li ul li ul li a.has_child{
	background-position: -255px -180px;
	padding-left: 48px;
}
#content aside ul li ul li ul li ul li a.has_child:hover{
	background-position: -255px -270px;
	padding-left: 48px;
}
#content aside ul li ul li ul li ul li a.opened{
	background-position: -535px -180px;
}
#content aside ul li ul li ul li ul li a.opened:hover{
	background-position: -535px -270px;
}

#content aside ul li ul li ul li ul li a{
	color: #131901;
	padding-left: 48px;
	background-position: -560px 0%;
}
#content aside ul li ul li ul li ul li a:hover{
	background-position: -560px -90px;
}

/***************************************/
/*	bal panel ****************************/
/***************************************/


footer {
	height: 200px;
	padding: 0;
	background-color: transparent;
	background-image: url(footer_bg.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	padding-top: 66px;
}
#footer {
	width: 960px;
	margin: 0 auto;
	position: relative;
	
}

footer a{
	color: #ffa100;
}
footer a:hover{
	text-decoration: underline;
}

#footer table{
	border-collapse: collapse;
	width: 800px;
	margin: 0 auto 0 178px;
	height: auto;
	font-size: 14px;
	font-family: Tahoma, "Lucida Grande", Verdana, Arial, sans-serif;
}
footer table tr.first td{
	padding: 24px 0 0 0;
	height: 33px;
	line-height: 33px;
	text-align: center;
}
footer table td{
	color: #fff;
	padding: 15px;
}
footer table td p{
	padding: 6px 2px;
}
footer table td.footer_border{
	background-image: url(footer_border.gif);
	background-repeat: no-repeat;
	background-position: 100% 3px;
}

footer table td ul{
	list-style: none;
	float: left;
	clear: left;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
footer table td ul li{
	line-height: 120%;
	display: inline;
}
footer table td ul li a{
	padding: 6px 20px;
	text-transform: uppercase;
}


/*	pagination ***************************/


	div.paginator_settings {
		color: #999;
		font-size: 10pt;
		height: 26px;
		line-height: 26px;
		padding-left: 30px;
		padding-right: 0px;
		width: auto;
		margin-left: 0px;
		margin-bottom: 20px;
	}
	#content div.paginator_settings a{
		padding: 0 6px;
		color: #ffb000;
		font-size: 10pt;
	}
	#content div.paginator_settings a:hover{
		color: #674701;	
	}
	#content div.paginator_settings a.selected{
		color: #fff;
	}

	#content .pagination {
		list-style: none;
		display: block;
		float: right;
		margin-right: 0;
		margin-top: 0px;
	}
	#content .pagination li{
		float: left;
		display: block;
		height: 18px;
		margin: 3px 3px 0px 3px;
		line-height: 18px;
		border: none;
	}
	#content .pagination li a{
		display: block;
		padding: 2px;
		width: 15px;
		height: 14px;
		text-align: center;
		line-height: 14px;
		font-size: 12px;
		text-decoration: none;
		border: solid 1px #ffb000;
		color: #ffb000;
	}
	#content .pagination li.previous-page a,
	#content .pagination li.next-page a{
		width: auto;
	}
	#content .pagination li a.disabled {
		color: #999;
		cursor: default;
	}
	#content .pagination li.currentPage a {
		background-color: #ffb000;
		border-color: #ffb000;
		color: #000;
	}
	#content .pagination li.previous-page a:hover,
	#content .pagination li.next-page a:hover {
		background-color: #ffb000;
		color: #333;
	}
	#content .pagination li a:hover{
		background-color: #ffb000;
		color: #333;
	}
	#content .pagination li.currentPage a:hover{
		background-color: #ffb000;
		color: #111;
	}

/*	pagination ***************************/
/***************************************/

/*	Breadcrumb ***************************/

#breadcrumb {
	list-style: none;
	margin-left: 64px;
	margin-top: -40px;
	margin-bottom: 40px;
}
#breadcrumb li{
	float: left;
	padding: 0;
}
#breadcrumb li a{
	color: #fff;
	padding: 0 9px 0 6px;
	background-image: url(breadcrumb_sep.gif);
	background-repeat: no-repeat;
	background-position: 100% 5px;
	line-height: 14px;
}
#breadcrumb li.last a{
	color: #ffb000;
	padding: 0 6px;
	background-image: none;
}
#breadcrumb li a:hover{
	color: #ffb000;
}

/*	Breadcrumb ***************************/
/***************************************/


/*	galéria ***************************/

	.galeria{
		margin-top: 10px;
		padding: 8px 10px;
		text-align: center;
		margin-bottom: 10px;
		clear: both;
	}
	.galeria .kep {
		padding: 4px;
		display:-moz-inline-stack;
		display: inline-block;
		height: 100px;
	}
	.galeria .kep a{
		display: block;
		line-height: 0;
	}


/*	galéria ***************************/
/***************************************/

