/*
Style Name: Erdimenu
Description: Erdimenu style by <a href="http://www.sitemakers.hu/kapcsolat/">czombos</a>.
Version: 1.0
Author: Sitemakers Kft.
Author URI: http://www.sitemakers.hu/
*/



/* Begin Typography & Colors */
body {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#000 url(/images/bg.gif) repeat-x;
}
a:link, a:visited {
	color: #FD4126;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	color: #FFB5AA;
}
a:link img, a:visited img {
	border-color: #FD4126;
}
a:focus img, a:hover img, a:active img {
	border-color: #FFB5AA;
}
p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 0px;
	color:#FD4126;
}
h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 0px;
	color:#FFF;
}
h4 {
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#FFF;
}
.hiba {
	color:#FF0000;
	font-size:10px;
}
.piros {
	color:#F00;
}
.phone {
	margin:2px 0 0 0;
	font-size:14px;
	font-weight:bold;
}
.more {
	display:block;
	text-indent:-9000px;
	background:url(/images/more.gif);
	width:100px;
	height:25px;
	margin-top:2px;
}
#positive {
	background-color: #c8ffa4;
	border: 1px solid #348300;
	padding:5px 10px;
	margin:5px 0;
	-moz-border-radius: 10px 10px 10px 10px;
	color:#333;
}
#negative {
	background-color: #ffa4aa;
	border: 1px solid #800000;
	padding:5px 10px;
	margin:5px 0;
	-moz-border-radius: 10px 10px 10px 10px;
	color:#333;
}
#tip {
	background-color: #FFFF66;
	border: 1px solid #c18800;
	padding:5px 10px;
	margin:5px 0;
	-moz-border-radius: 10px 10px 10px 10px;
	color:#333;
}
/* End Typography & Colors */



/* Begin Structure */
#container {
	width: 984px;
	margin:0 auto;
	position: relative;
	background:url(/images/center.gif);
}
#header {
	background:url(/images/header.jpg) no-repeat center top;
	height: 129px;
	position: relative;
}
#logo {
	position:absolute;
	left:5px;
	top:5px;
}
#left {
	float:left;
	width:750px;
	padding:10px;
	margin-right:5px;
	color:#FFF;
}
#right {
	float:right;
	width:160px;
	padding:10px;
	color:#FFF;
	position:relative;
}
#content {
	padding:10px;
	background:url(/images/top.gif) no-repeat;
	min-height:280px;
}
#footer {
	font-size: 10px;
	font-family:Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	margin:0 auto;
	font-weight:bold;
	color:#FFF;
}
#footer p {
	padding:5px 10px 2px 10px;
	margin:0 auto;
}
#footer a {
	color:#FFF;
}
.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* End Structure */



/* Begin Boxes */
/* End Boxes */



/* Begin Lists */
#content ul {
	margin: 0 0 0 5px;
	padding: 5px 0px;
}
#content ul li {
	margin: 10px 0px 4px 5px;
	padding: 0px 0px 0px 70px;
	list-style-type: none;
	background: url(/images/fakanal_vilagosbarna.gif) 0px 5px no-repeat;
	font-weight: normal;
	width: auto;
}
#content ul li ul li {
	background: url(/images/bullet.png) 0px 6px no-repeat;
}
#content .cart ul {
	margin: 0 0 0 5px;
	padding: 0;
}
#content .cart ul li {
	margin: 0 0 4px 10px;
	padding: 0px;
	list-style-type: disc;
	background: none;
	font-weight: normal;
	width: auto;
}
#content .cart ul li ul li {
	background: none;
}
/* End Lists */



/* Begin Tables */
.mytable {
	padding: 0;
	margin: 0;
	border-left: 1px solid #9E7756;
}
.mytable th {
	font: bold 11px Arial, Helvetica, sans-serif;
	border-right: 1px solid #9E7756;
	border-bottom: 1px solid #9E7756;
	border-top: 1px solid #9E7756;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 10px;
	background: #CAE8EA url(/images/bg_header.jpg) no-repeat;
}
.mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #9E7756;
	background: none;
}
.mytable td.noborder {
	border-bottom: 0;
}
.mytable td {
	font: 13px Arial, Helvetica, sans-serif;
	border-right: 1px solid #9E7756;
	border-bottom: 1px solid #9E7756;
	padding: 6px 6px 6px 10px;
	background: #E8E4E3;
}
.mytable tr.alt1 td {
	color:#999;
	background: #fff;
}
.mytable tr.alt2 td {
	color:#CCC;
	background: #fff;
}
/* End Tables */



/* Begin Form Elements */
form {
	margin: 0;
	padding: 0;
}
label {
	line-height: 20px;
}
input, select {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}
.button, a.button {
	background: #974128;
	border: 1px solid #BC151C;
	color:#FFFFFF;
	padding:0 .4em 0 .4em;
	width:auto;
	overflow:visible;
	margin-top: 4px;
	font-weight:bold;
}
a.button {
	font-size: 12px;
	padding: 1px 7px;
}
a.button:hover, a.button:focus {
	font-size: 12px;
	color:#FFFFFF;
}
.button:hover, .button:focus {
	background: #BC151C;
	border: 1px solid #BC151C;
	color:#FFFFFF;
}
.button:visited {
	color:#FFFFFF;
}
.fields {
	padding: 2px;
	border: 1px solid #fff;
	background: #FFFFFF url(/images/input_bg.gif) repeat-x left top;
}
.fields:hover, .fields:focus {
	border: 1px solid #BC151C;
}
/* End Form Elements */



/* Begin Menus */
#topnav {
	position:absolute;
	top:20px;
	left:340px;
	line-height:normal;
	font-weight: bold;
	margin:0 auto;
	font-size:16px;
}
#topnav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#topnav li {
	float:left;
	padding:0;
	margin:0 10px;
}
#topnav a {
	float:left;
	display:block;
	margin:0;
	padding:0 0 0 8px;
	text-decoration:none;
	color:#FFF;
	background:url(/images/menu_left.gif) no-repeat left -31px;
}
#topnav a span {
	float:left;
	display:block;
	margin:0;
	padding:4px 8px 5px 0;
	text-decoration:none;
	color:#FFF;
	background:url(/images/menu_right.gif) no-repeat right -31px;
}
#topnav a:hover, #topnav a.active_menu {
	background:url(/images/menu_left.gif) no-repeat left top;
}
#topnav a:hover span, #topnav a.active_menu span {
	background:url(/images/menu_right.gif) no-repeat right top;
}
/* End Menus */



/* Begin Gallery */
.thumb {
	margin: 2px;
	border: 1px solid #93161A;
	height:126px;
	width:135px;
	float: left;
	text-align: center;
	background:#BC151C;
	color:#FFF;
}
.thumb img{
	display: inline;
	margin: 2px;
}
.thumb a img{
	border: 0;
}
.thumb a:hover img {
	border: 0;
}
.photo_title {
	text-align: center;
	font-weight: normal;
	width:135px;
	margin: 0 auto;
	font-size:11px;
} 
/* End Gallery */



/* Begin Other */
iframe {
	border:1px solid #74AC00;
}
/* End Other */

.idTabs a {
	color:#FFF;
}
.idTabs a:hover {
	color:#FFB5AA;
}
.idTabs a.selected {
	color:#FD4126;
}
