@charset "utf-8";
/* CSS Document */
img { border:none; }
body {
	background-color: #F2F2F2;
	background-image: url(../pictures/web_design/background.jpg);
	background-position: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(50,50,50);
	word-wrap: break-word;
}
.requirecell {
	color: #F00;
}
.h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	word-wrap: break-word;
	color: #fe8300;
	border-bottom: dashed 1px rgb(220,220,220);
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	word-wrap: break-word;
	color: rgb(50,50,50);
	text-align: justify;
}
.normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	word-wrap: break-word;
	color: rgb(50,50,50);
	margin: 0;
	padding: 0;
	text-indent: 1em;
}

a {
	text-decoration: none;
	color: rgb(50,50,50);
}
a:hover {
	color:#fe8300;
}
a:visited {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
.maintable {
	margin: 15px 15px 15px 15px;
}
td {
	vertical-align: middle;
}
.leftmenu li {
	list-style: none;
	list-style-image:none;
}
.leftsubmenuul li {
	list-style: none;
	list-style-image:none;
}
li {
	list-style:circle;
}

a.cartdesign {
	background-color: #B90003; 
	color: white;
}
a.cartdesign:hover {
	text-decoration: none;
}

.main {
	margin: 0px auto;
	position: relative;
	width: 1000px;
	height: auto;
	background-color: #FFF;
	border: solid 1px white;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
.leftside {
	display: table-cell;
	width: 200px;
	vertical-align: top;
	padding-left: 15px;
	padding-bottom: 15px;
}
.rightside {
	display: table-cell;
	width: 740px;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.rightcontainer {
	border: solid 1px rgb(204,204,204);
	padding: 15px 15px 15px 15px;
	width:700px;
}
.topleftmenu {
	padding: 0px 10px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: rgb(100,100,100);
}
.toprightmenu {
	padding: 0px 10px 0px 10px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: rgb(100,100,100);
}

.topmenu {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:#f5f5f5;
	font-weight: bold;
	width:100%;
	font-size:12px;
	color:black;
}

.topmenu tr td {
	padding: 15px;
}

.topmenu tr td a {
	color:black;
}

.topmenu tr td a:hover {
	color:#fe8300;
}

.topmenu img {
	padding-right:5px; 
	vertical-align: -10%;
}

.headcart {
	border: solid 1px #B90003;
	transition: background-color 0.5s ease;
	background: #B90003; 
	width: 200px;
	height: 50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}
.headcart:hover {
	border: solid 1px #302c2d;
	background: #302c2d; /* Old browsers */	
}
.leftmenu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	/*border: solid 1px rgb(204,204,204); */
	display: table;
	vertical-align: middle;
	width: 200px;
}
.leftmenu p {
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.leftmenuhead {
	float: left;
	width: 200px;
	background: #fff; /* Old browsers */
	border-bottom: solid 3px #302c2d;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	color: #302c2d;
	text-align: left;
	list-style: none;
	vertical-align: middle;
	padding: 10px 10px 10px 10px;
}
.leftmenupoint {
	float: left;
	display: block;
	vertical-align: middle;
	/*	background-color:rgb(250,250,250);*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(50,50,50);
	text-shadow: 1px 1px 1px rgba(250, 250, 250, 1);
	border-collapse: collapse;
	border-bottom: solid 1px rgb(245,245,245);
	text-align: left;
	width: 200px;
	padding: 10px 10px 10px 10px;
}
a.leftmenupoint {
	text-decoration: none;
}
a.leftmenupoint:link {
	text-decoration: none;
}
a.leftmenupoint:visited {
	text-decoration: none;
}
a.leftmenupoint:hover {
	animation: lfmp 0.25s 1 forwards ease-in-out;
	-webkit-animation: lfmp 0.25s 1 forwards ease-in-out; /* Safari and Chrome */
}
 @keyframes lfmp {
from {
}
to {
color:#fe8300;
text-indent: 5px;
}
}
 @-webkit-keyframes lfmp /* Safari and Chrome */ {
from {
}
to {
color:#fe8300;
text-indent: 5px;
}
}
.leftsubmenuul {
	padding: 0;
	margin: 0;
	display: table;
}
.leftsubmenupoint {
	display: table-cell;
	width: 200px;
	border-collapse: collapse;
	border-bottom: solid 1px rgb(250,250,250);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(50,50,50);
	text-shadow: 1px 1px 1px rgba(250, 250, 250, 1);
	text-align: left;
	vertical-align: middle;
	padding: 10px 10px 10px 20px;
}
a.leftsubmenupoint {
	text-decoration: none;
}
a.leftsubmenupoint:link {
	text-decoration: none;
}
a.leftsubmenupoint:visited {
	text-decoration: none;
}
a.leftsubmenupoint:hover {
	animation: lfmp 0.1s 1 forwards ease-in-out;
	-webkit-animation: lfmp 0.1s 1 forwards ease-in-out; /* Safari and Chrome */
}
.leftinfohead {
	width: 200px;
	margin: 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, rgb(248,248,248) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, rgb(248,248,248))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, rgb(248,248,248) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, rgb(248,248,248) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, rgb(248,248,248) 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, rgb(248,248,248) 100%); /* W3C */
	border: solid 1px rgb(204,204,204);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), 0px 0px 3px rgba(0, 0, 0, 0.5);
	text-align: center;
	padding: 10px 10px 10px 10px;
}
.leftinfopoint {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: rgb(84,84,84);
	text-shadow: 1px 1px 1px rgba(250, 250, 250, 1);
	text-align: justify;
	text-wrap: normal;
	padding: 10px 10px 10px 10px;
	width: 200px;
	text-indent: 1em;
}
.siteposition {
	display: inline-block;
	margin: 0;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background: #302c2d;
	width: 950px;
}

.siteposition a {
	color: white;
}

.siteposition a:hover {
	color: #fe8300;
	text-decoration: none;
}
#namanyay-search-box {
	background: #ffffff;
	color: rgb(50,50,50);
	margin: 0;
	padding: 10px;
	width: 160px;
	height: 40px;
	border-left: solid 1px rgb(204,204,204);
	border-top: solid 1px rgb(204,204,204);
	border-bottom: solid 1px rgb(204,204,204);
	border-right: 0 none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	-moz-box-shadow: inset 1px 4px 6px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 6px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 6px -6px rgba(0,0,0,0.5);
	display:inline-block;
}
#namanyay-search-btn {
	margin: 0;
	background: #fec301; 
	width: 40px; height:42px;	
	overflow: visible;
	position: absolute;
	padding: 0;
	border: solid 1px #fec301;
	cursor: pointer;
}
#namanyay-search-btn:hover {
	margin: 0;
	background: #fe8300;
	border: solid 1px #fe8300;
	cursor: pointer;
}
.loginhead {
	width: 50%;
	font-size: 14px;
	color:#fe8300;
	font-weight: bold;
	border-bottom: solid 1px rgb(204,204,204);
	height: 40px;
}
.logintext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	vertical-align: top;
}
.err {
	color: #C00;
	text-decoration: blink;
	text-wrap: unrestricted;
	font-size: 12px;
	text-align: justify;
	word-wrap: break-word;
}
.errhead {
	color: #C00;
	text-wrap: unrestricted;
	font-size: 14px;
	text-align: center;
	word-wrap: break-word;
	font-weight: bold;
}
.regloadimg {
	vertical-align: middle;
	padding-bottom: 6px;
	padding-left: 10px;
}
.regform_head {
	width: 100%;
	font-size: 16px;
	color:#fe8300;
	font-weight: bold;
	border-bottom: solid 1px rgb(204,204,204);
	height: 40px;
}
/* The hint to Hide and Show */
.hint {
	display: none;
	position: absolute;
	right: -150px;
	width: 250px;
	margin-top: -4px;
	border: 1px solid #c93;
	padding: 10px 12px;
	background-color: #ffc;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
/* The pointer image is hadded by using another span */
.hint .hint-pointer {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	left: -10px;
	top: 10px;
	border-right: 10px solid #c93;
}
.greytableheader {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, rgb(248,248,248) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, rgb(248,248,248))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, rgb(248,248,248) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, rgb(248,248,248) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, rgb(248,248,248) 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, rgb(248,248,248) 100%); /* W3C */
	border: solid 1px rgb(220,220,220);
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	color: rgb(50,50,50);
}
.aodprod {
	cursor: pointer;
}
.aodprod:hover {
	background-color: #FFFFB9;
}
.aodtable #image {
	position: relative;
	width: 300px;
	height: 300px;
	border: solid 3px rgb(204,204,204);
	margin-right: 10px;
}
.aodtable td:first-child {
	height: 40px;
	font-weight: bold;
}
/*Admin newproduct kapcsolódó termékek táblázata */
#related_fancy table {
	width: 520px;
	border-collapse: collapse;
}
#related_fancy td:first-child {
	font-weight: bold;
	width: 60px;
	text-align: center;
}
#related_fancy td:last-child {
	width: 40px;
	text-align: center;
}
#related_fancy td {
	border: solid 1px rgb(204,204,204);
}
#related_fancy img {
	cursor: pointer;
}

/* products.php a rendezés felső sorának designja */
#productstopbar {
	width: 730px;
	vertical-align: middle;
	border-top: solid 1px rgb(204,204,204);
	border-bottom: solid 1px rgb(204,204,204);
	margin-bottom: 10px;
}
#productstopbar img {
	cursor: pointer;
	vertical-align: middle;
}
#pordered {
	width: 200px;
	margin: 0;
	padding: 5px;
	right: 0px;
}

/* admin.pricelist design */
#pricelisttable {
	border-collapse:collapse;
}
#pricelisttable tr { }

#pricelisttable tr:first-child {
	background: #ffffff; /* Old browsers */	
	background: -moz-linear-gradient(top,  #ffffff 0%, rgb(248,248,248) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,rgb(248,248,248))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,rgb(248,248,248) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,rgb(248,248,248) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,rgb(248,248,248) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,rgb(248,248,248) 100%); /* W3C */
	border: solid 1px rgb(220,220,220);
	font-weight:bold; text-align:center; vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:10px;
	color:rgb(50,50,50);
	height:40px;
}

#pricelisttable td {
	border:solid 1px rgb(220,220,220);
	padding:10px;
	vertical-align:middle;
}

/* admin.setup design */
  
.uploadpictures {
	width:695px;
	border-collapse:collapse;
	margin-bottom:15px;
}

.uploadpictures tr {}

.uploadpictures tr:first-child {
	background: #ffffff; /* Old browsers */	
	background: -moz-linear-gradient(top,  #ffffff 0%, rgb(248,248,248) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,rgb(248,248,248))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,rgb(248,248,248) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,rgb(248,248,248) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,rgb(248,248,248) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,rgb(248,248,248) 100%); /* W3C */
	border: solid 1px rgb(220,220,220);
	font-weight:bold; text-align:center; vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:10px;
	color:rgb(50,50,50);
	height:40px;
}
.uploadpictures td {
	border:solid 1px rgb(220,220,220);
	padding:10px;
	vertical-align:middle;
}

/* admin.menuorder.php menürendezés desgin */
#menuorder { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
}
#menuorder #csoport { background-color:rgb(230,230,230); }
#menuorder #csoport:hover { background-color:#FFC; }
#menuorder #csoport td:first-child { padding-left:10px; height:30px; width:570px; }
#menuorder #kategoria { background-color:rgb(240,240,240); }
#menuorder #kategoria:hover { background-color:#FFC; }
#menuorder #kategoria td:first-child { padding-left:20px; height:30px; }
#menuorder #alkategoria { background-color:rgb(250,250,250); }
#menuorder #alkategoria:hover { background-color:#FFC;}
#menuorder #alkategoria td:first-child { padding-left:30px; height:30px; }			
#menuorder img { cursor:pointer; }

/* products.php */
.purchasecouncils {
	border: solid 1px rgb(204,204,204);
	padding: 15px 15px 15px 15px;
	text-align:justify;
	text-indent:15px;
	margin-bottom:16px;
}

.syslogtable {
	margin-top:25px;padding:0px;
	width:100%;
	border:1px solid #666666;
}.syslogtable table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.syslogtable tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.syslogtable table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.syslogtable table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.syslogtable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.syslogtable tr:hover td{
	
}
.syslogtable tr:nth-child(odd){ background-color:#ffffaa; }
.syslogtable tr:nth-child(even)    { background-color:#ffffff; }.syslogtable td{
	vertical-align:middle;
	border:1px solid #666666;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.syslogtable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.syslogtable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.syslogtable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.syslogtable tr:first-child td{
		background:-o-linear-gradient(bottom, #7caa0f 5%, #7caa0f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7caa0f), color-stop(1, #7caa0f) );
	background:-moz-linear-gradient( center top, #7caa0f 5%, #7caa0f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7caa0f", endColorstr="#7caa0f");	background: -o-linear-gradient(top,#7caa0f,7caa0f);

	background-color:#7caa0f;
	border:0px solid #666666;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.syslogtable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #7caa0f 5%, #7caa0f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7caa0f), color-stop(1, #7caa0f) );
	background:-moz-linear-gradient( center top, #7caa0f 5%, #7caa0f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7caa0f", endColorstr="#7caa0f");	background: -o-linear-gradient(top,#7caa0f,7caa0f);

	background-color:#7caa0f;
}
.syslogtable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.syslogtable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
