.header {
	height: 130px;
	padding-left: 10px;
	padding-right: 10px;
}
.header a {
	display: block;
	position: relative;
	width: 300px;
	height: 110px;
	background: url(logo.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

.leftsidebar {
	margin: 0 auto;
	width: 200px;
	background-image: url('left.png');
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
/*
.rightsidebar {
	margin: 0 auto;
	width: 200px;
	background-image: url('left.png');
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
*/
.contentmaster {
	width: calc(100% - 245px);
	/*width: calc(100% - 460px);*/
	margin: 0 auto;
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 0%, #f8f9f2 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#f8f9f2));
	background: -webkit-linear-gradient(left, #ffffff 0%,#f8f9f2 100%);
	background: -o-linear-gradient(left, #ffffff 0%,#f8f9f2 100%);
	background: -ms-linear-gradient(left, #ffffff 0%,#f8f9f2 100%);
	background: linear-gradient(to right, #ffffff 0%,#f8f9f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f9f2',GradientType=1 );
	padding-left: 20px;
}

h1, h2 {
	margin-top: 0;
	padding-top: 0;
}

.header {
	border: 1px solid transparent;
	margin: 0 auto;
	position: relative;
	min-height: 140px;
	background-image: url('header.png');
	background-position: center top;
	background-repeat: no-repeat;
}

button[type=button],
button[type=submit],
button[type=reset],
input[type=button],
input[type=submit],
input[type=reset] {
	color: white;
	cursor: pointer;
	border: 0;
	border-collapse: separate;
	-webkit-background-origin: border !important;
	-moz-background-origin: border !important;
	background-origin: border-box !important;
	background: linear-gradient(to bottom, #aac14f 0%, #89ad08 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-origin: padding-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-width: 0;
	padding: 5px 5px;
	margin: 0 auto;
}

button[type=button]:hover,
button[type=submit]:hover,
button[type=reset]:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
	background: linear-gradient(to bottom, #f7bc3e 0%, #dc7a1f 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-origin: padding-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-width: 0;
	padding: 5px 5px;
	margin: 0 auto;
}

.type-content {
	padding: 10px;
	margin-bottom: 50px;
	background: rgb(242,246,229);
	background: linear-gradient(270deg, rgba(242,246,229,1) 0%, rgba(252,252,249,1) 100%); 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.type-content h2 a {
	font-family: 'Arial Narrow', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	text-decoration: none;
	color: #DC6412;
	font-size: 24px;
}

.footer {
	background: url('bottom.jpg') repeat scroll;
	background-origin: padding-box;
	border-top: 5px solid #F7A224;
	margin: 0 auto;
	position: relative;
	color: black;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
	text-align: center;
	padding: 0;
}

.footer h2 {
	display: none;
}

.product-cart {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	background: url('product_cart.png') repeat scroll;
	background-position: top center;
	width: 900px;
	border-radius: 3px;
}

.field-img-webshop {
	width: 920px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 3px;
}

.field-img-webshop img {
	width: 920px;
	border-radius: 3px;
}

.product-cart-option {
	display: inline-block;
	margin-right: 50px;
}

.nocart {
	font-size: 30px;
	background-color: darkorange;
	color: white;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: max-content;
	display: inline-block;
	margin: 10px;
}

.product-cart-price {
	font-size: 30px;
	background-color: #dc143c;
	color: white;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.product-cart button[type=button],
.product-cart button[type=submit],
.product-cart button[type=reset],
.product-cart input[type=button],
.product-cart input[type=submit],
.product-cart input[type=reset] {
	font-size: 28px;
}

.cart-item {
	margin-bottom: 15px;
}

.cart-title {
	font-weight: bold;
	max-width: 185px;
}

.cart-sum {
	font-weight: bold;
	font-size: 20px;
}

.cart-del {
	position: absolute;
	right: 0px;
}

.cart-del a {
	text-decoration: none;
	color: red;
}

.cart-checkout {
	margin-top: 20px;
}

.cart-checkout a {
	text-decoration: none;
	font-weight: bold;
	color: white;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #dc143c;
	border-radius: 3px;
}

.cart-checkout a:hover {
	background-color: #F8A423;
}

#checkout .checkout-form-cart {
	margin-top: 10px;
	margin-bottom: 10px;
}

#checkout .field-img-checkout,
#checkout .cart-adagmeret,
#checkout .cart-del {
	display: inline-block;
	padding-right: 50px;
	width: 90px;
	vertical-align: middle;
}

#checkout .cart-ar {
	display: inline-block;
	padding-right: 50px;
	width: 160px;
	vertical-align: middle;
}

#checkout .cart-pizza-toppings {
	display: inline-block;
	padding-right: 50px;
	width: 200px;
	vertical-align: middle;
}

#checkout .cart-title {
	width: 250px;
	display: inline-block;
	padding-right: 50px;
	vertical-align: middle;
}

#checkout .cart-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

#checkout .cart-del {
  position: relative;
  right: 0;
}

#checkout .field-img-checkout {
  width: 80px;
}

#checkout .field-img-checkout img {
  width: 80px;
}

#checkout .checkout-form-cart-items,
#checkout .cart-checkout-user,
#checkout .cart-delivery-term,
#checkout .cart-payment-method,
#checkout .checkout-form-comment-comm,
#checkout .cart-checkout-fastdelivery,
#checkout .cart-checkout-fastdelivery-p2,
#checkout .cart-checkout-freedelivery,
#checkout .cart-checkout-freedelivery-p2 {
	border: 1px solid lightgrey;
	padding: 5px;
	margin-bottom: 20px;
}

#checkout .cart-checkout-fastdelivery {
	background-color: #F4F7E6;
	height: 80px;
}

#checkout .cart-checkout-freedelivery {
	background-color: #F4F7E6;
	height: 80px;
}

#checkout .cart-checkout-fastdelivery-p2 span {
	font-weight: bold;
}

#checkout .cart-checkout-freedelivery-p2 span {
	font-weight: bold;
}

#checkout .cart-checkout-user-name span,
#checkout .cart-checkout-user-mail span {
	font-weight: bold;
}

#checkout .cart-checkout-user-profile {
	margin-top: 20px;
}

#checkout .cart-checkout-user-profile div {
	margin-top: 15px;
}

#checkout input[type=text],
#checkout input[type=email] {
	width: 300px;
}

#checkout .checkout-form-comment textarea {
	width: 99%;
	height: 200px;
}

#checkout .cartid {
	display: none;
}

#checkout .checkout-final-user {
	font-weight: bold;
}

#checkout .checkout-final-street span {
	font-weight: bold;
}

#checkout .checkout-final-full {
	font-weight: bold;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#checkout .cart-checkout-user-profile-street_load {
	margin-bottom: 40px;
}

#checkout .cart-checkout-fastdelivery-img {
	display: inline-block;
}

#checkout .cart-checkout-fastdelivery-more {
	display: inline-block;
	margin-left: 20px;
	margin-top: -70px;
	vertical-align: middle;
}

#checkout .cart-checkout-fastdelivery-price {
	font-size: 20px;
}

#checkout .cart-checkout-freedelivery-img {
	position: relative;
	display: inline-block;
	top: 10px;
}

#checkout .cart-checkout-freedelivery-more {
	display: inline-block;
	margin-left: 20px;
	margin-top: -30px;
	vertical-align: middle;
}

#checkout .cart-checkout-freedelivery-price {
	font-size: 20px;
}

.admin-list-orders .user_id,
.admin-list-orders .user_mail,
.admin-list-orders .megjegyzes,
.admin-list-orders .futar,
.admin-list-orders .forras,
.admin-list-orders .wolt,
.admin-list-orders .fizetesi_mod,
.admin-list-orders .szallitasi_koltseg,
.admin-list-orders .nyomtatasok_szama,
.admin-list-orders .gyors_szallitas,
.admin-list-orders .ertekeles,
.admin-list-orders .bankkartya,
.admin-list-orders .tranzakcio,
.admin-list-orders .szallitasi_kartya {
	display: none;
}

.admin-list-taxonomy_term .suly {
	display: block !important;
}

.admin-list .user_id,
.admin-list .pub,
.admin-list .suly,
.admin-list .body_hobiart,
.admin-list .body_tunderkonyha,
.admin-list .product,
.admin-list .kategoria,
.admin-list .uj_kategoriak,
.admin-list .idoszak,
.admin-list .hobiart_ajanlasi_szoveg,
.admin-list .tunderkonyha_ajanlasi_szoveg,
.admin-list .melle_ajanljuk,
.admin-list .feherje,
.admin-list .szenhidrat,
.admin-list .zsir,
.admin-list .tapanyagok,
.admin-list .osszetevok {
	display: none;
}

.admin-list .bevezeto {
	display: none;
}

.admin-list-product .reszletek {
	display: none;
}

tr.extra {
	background-color: darkred !important;
	color: white;
}

tr.extra a {
	color: yellow;
}

.field-fast {
	background-color: darkred !important;
	color: white;
}

.field-fizetesi_mod-val-1221 {
	background-color: blue !important;
	color: white;
}

.field-fizetesi_mod-val-1298,
.field-fizetesi_mod-val-1300 {
	background-color: #DF1067 !important;
	color: white;
}

.edit-form-orders input[type="submit"] {
	position: fixed;
	top: 200px;
	left: 700px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.edit-form-product .edit-field-date {
	display: none;
}

.product-cart-pizza-toppings {
	margin-top: 20px;
}

.product-cart-pizza-topping {
	display: inline-block;
	width: 300px;
}

.product-cart-pizza-topping label {
	font-weight: normal;
}

.block-17 .cartid {
	display: none;
}

.field-melle_ajanljuk .product_display,
#fancybox-content .product_display {
	width: 350px;
	display: inline-block;
	background: #EFF4DE;
	margin: 10px;
	vertical-align: top;
}

.field-melle_ajanljuk .product_display .field-uj_kategoriak,
.field-melle_ajanljuk .product_display .field-body_hobiart,
.field-melle_ajanljuk .product_display .chart-container,
.field-melle_ajanljuk .product_display #tapanyagok,
.field-melle_ajanljuk .product_display #osszetevok,
.field-melle_ajanljuk .product_display br,
.field-melle_ajanljuk .product_display .field-feherje,
.field-melle_ajanljuk .product_display .product-cart-pizza-toppings {
	display: none;
}

#fancybox-content .product_display .field-uj_kategoriak,
#fancybox-content .product_display .field-body_hobiart,
#fancybox-content .product_display .chart-container,
#fancybox-content .product_display #tapanyagok,
#fancybox-content .product_display #osszetevok,
#fancybox-content .product_display br,
#fancybox-content .product_display .field-feherje,
#fancybox-content .product_display .product-cart-pizza-toppings {
	display: none;
}

.field-melle_ajanljuk .product_display .product-cart-price,
#fancybox-content .product_display .product-cart-price {
  font-size: 16px;
}

#fancybox-content .product_display .nocart {
  font-size: 16px;
}

.field-melle_ajanljuk .product_display .product-cart button[type="button"],
.field-melle_ajanljuk .product_display .product-cart button[type="submit"],
.field-melle_ajanljuk .product_display .product-cart button[type="reset"],
.field-melle_ajanljuk .product_display .product-cart input[type="button"],
.field-melle_ajanljuk .product_display .product-cart input[type="submit"],
.field-melle_ajanljuk .product_display .product-cart input[type="reset"] {
  font-size: 16px;
}

#fancybox-content .product_display .product-cart button[type="button"],
#fancybox-content .product_display .product-cart button[type="submit"],
#fancybox-content .product_display .product-cart button[type="reset"],
#fancybox-content .product_display .product-cart input[type="button"],
#fancybox-content .product_display .product-cart input[type="submit"],
#fancybox-content .product_display .product-cart input[type="reset"] {
  font-size: 16px;
}

.field-melle_ajanljuk .product_display .field-img-webshop,
.field-melle_ajanljuk .product_display .field-img-webshop img {
  width: 350px;
}

#fancybox-content .product_display .field-img-webshop,
#fancybox-content .product_display .field-img-webshop img {
  width: 350px;
}

.field-melle_ajanljuk .product_display .product-cart,
#fancybox-content .product_display .product-cart {
  width: 330px;
}

.field-melle_ajanljuk .product_display .product-cart-option,
#fancybox-content .product_display .product-cart-option {
	display: inline-block;
	margin-right: 20px;
}

.leftsidebar .hrefline,
.leftsidebar .menu-element {
	margin-bottom: 5px;
	width: 194px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 0px;
	padding-bottom: 1px !important;
}

.leftsidebar .hrefline a,
.leftsidebar .menu-element a {
	display: block;
	background: linear-gradient(to bottom, #aac14f 0%, #89ad08 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 178px;
	color: white;
	font-weight: normal;
	text-shadow: 0px 0px 0 #ffffff;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.leftsidebar .hrefline a:hover,
.leftsidebar .menu-element a:hover {
	background: linear-gradient(to bottom, #f7bc3e 0%, #dc7a1f 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	text-decoration: none;
}

.leftsidebar .hrefline-active a {
	background: linear-gradient(to bottom, #f7bc3e 0%, #dc7a1f 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.leftsidebar .block-23 .menu-element a,
.leftsidebar .block-24 .menu-element a {
	background: #dc143c;
}

.leftsidebar .block-24 .menu-element:nth-of-type(2) a,
.leftsidebar .block-24 .menu-element:nth-of-type(3) a {
	background: darkcyan;
}

.leftsidebar .block-24 .menu-element:nth-of-type(2) a:hover,
.leftsidebar .block-24 .menu-element:nth-of-type(3) a:hover {
	background: #175151;
}

.leftsidebar .block-23 .menu-element a:hover,
.leftsidebar .block-24 .menu-element a:hover {
	background: darkorange;
}

.view-7 .product_display {
	width: 350px;
	display: inline-block;
	background: #EFF4DE;
	margin: 10px;
	vertical-align: top;
}

.view-7 .product_display .product-cart-price {
  font-size: 16px;
}

.view-7 .product_display .nocart {
	font-size: 16px;
	margin-left: 0;
}

.view-7 .product_display .product-cart button[type="button"],
.view-7 .product_display .product-cart button[type="submit"],
.view-7 .product_display .product-cart button[type="reset"],
.view-7 .product_display .product-cart input[type="button"],
.view-7 .product_display .product-cart input[type="submit"],
.view-7 .product_display .product-cart input[type="reset"] {
  font-size: 16px;
}

.view-7 .product_display .field-img-webshop,
.view-7 .product_display .field-img-webshop img {
  width: 350px;
}

.view-7 .product_display .product-cart {
  width: 330px;
}

.view-7 .product_display .product-cart-option {
	display: inline-block;
	margin-right: 20px;
}

.view-7 .product_display .field-feherje {
	display: none;
}

.view-7 .product_display .tapanyagtartalom-view {
	width: 100%
}

.view-7 .product_display .tapanyagtartalom-view a {
	display: block;
	text-align: center;
	background-color: #DBE2C9;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	margin: 0 auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.view-7 .view-exposed-id {
	display: none;
}

.view-7 .view-exposed-kategoria {
	display: none;
}

.view-7 summary {
	cursor: pointer;
}

.field-melle_ajanljuk .nopub,
#fancybox-content .nopub {
	display: none !important;
}

#menuplakatleves img,
#menuplakatfoetel img,
#menuplakatkoret img {
	width: 300px;
	height: auto;
}

#menuplakatleves,
#menuplakatfoetel,
#menuplakatkoret {
	height: 150px;
}

#menuplakat {
	display: inline-block;
	padding-right: 20px;
}

#menuke {
	display: inline-block;
	vertical-align: top;
}

#leveske {
	padding-top: 30px;
}

#foetelecske {
	padding-top: 60px;
}

#koretke {
	padding-top: 70px;
}

#adagka {
	padding-top: 20px;
}

#arka {
	font-size: 26px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	float: right;
	padding-left: 50%;
}

.gonediv {
	border: 5px solid red;
	background: darkred;
	color: white;
	padding: 15px;
	margin-bottom: 20px;
}

.gone span {
	font-weight: bold;
}

.gonetext {
	margin-top: 10px;
	font-weight: bold;
	color: yellow;
}

.banner1 {
	float: right;
	margin-top: -165px;
	position: absolute;
	text-align: right;
	display: block;
	width: 70%;
	right: 20px;
}

.banner1 .editblock {
	position: absolute;
	float: right;
	display: inline;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.block-20 h2 {
	display: none;
}

.block-21 h2 {
	display: none;
}

.block-22 h2 {
	display: none;
}

.block-21 {
	display: inline-block;
	vertical-align: top;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 40px;
	margin-top: -16px;
}

.block-22 {
	display: inline-block;
	vertical-align: top;
	padding-top: 0;
	padding-bottom: 0;
}

.block-22 .menu-element {
	display: inline-block;
	margin-right: 10px;
	font-weight: normal !important;
}

.block-22 .menu-element a {
	display: block;
	background: linear-gradient(to bottom, #aac14f 0%, #89ad08 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: white;
	text-shadow: 0px 0px 0 #ffffff;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.block-22 .menu-element a:hover {
	background: linear-gradient(to bottom, #f7bc3e 0%, #dc7a1f 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	text-decoration: none;
}

.node .field-label-body span {
	display: none;
}

.article .field-label-bevezeto,
.article_eng .field-label-bevezeto,
.article .field-label-body,
.article_eng .field-label-body {
	display: none;
}

.view-8 .content-table .field-rewrite-0 a {
	text-decoration: none;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #dc143c;
	background-origin: padding-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-width: 0;
	padding: 5px 5px;
	margin: 0 auto;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
}

.view-8 .content-table .field-rewrite-0 a:hover {
	background: darkorange;
}

.view-8 .content-table .field-rewrite-1 a {
	text-decoration: none;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: linear-gradient(to bottom, #aac14f 0%, #89ad08 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-origin: padding-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-width: 0;
	padding: 5px 5px;
	margin: 0 auto;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
}

.view-8 .content-table .field-rewrite-1 a:hover {
	background: darkorange;
}

.view-11 .field-menuelem-val-0 {
	background-color: #dc143c;
	color: white;
}

.view-11 .field-menuelem-val-1 {
	background-color: #89ad08;
	color: white;
}

.view-14 table,
.view-16 table,
.view-18 table {
	width: 100%;
	margin: 0 0 10px;
	border: 1px solid #bebfb9;
}

.view-14 td,
.view-16 td,
.view-18 td {
	display: table-cell;
	padding-top: 10px;
	padding-bottom: 10px;
}

.view-14 a,
.view-16 a,
.view-18 a {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.view-15 table {
	width: 100%;
	margin: 0 0 10px;
	border: 1px solid #bebfb9;
}

.view-15 td {
	display: table-cell;
	padding-top: 10px;
	padding-bottom: 10px;
}

.view-15 a {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.block-csipog h2 {
	display: none;
}

.block-csipog .editblock {
	display: none;
}

/*
#fancybox-wrap,
#fancybox-content {
	width: 900px !important;
	border-width: 0 !important;
}
*/

.block-sms a.buttonka {
	color: white;
	text-decoration: none;
	cursor: pointer;
	background-color: darkred;
	padding: 10px;
}

.block-sms a.buttonka:hover {
	background-color: green;
}

.admin-list .body_eng,
.admin-list .body_tunderkonyha_eng {
	display: none;
}

.block-27 h2 {
	display: none;
}

.block-27 .editblock {
	display: inline-block;
}

.block-27 .block-content {
	display: inline-block;
}

.block-27 .block-content li {
	display: inline-block;
	font-weight: bold;
	margin-right: 20px;
}

.block-27 .block-content li a {
	background: #dc143c;
	color: white;
	font-weight: normal;
	text-shadow: 0px 0px 0 #ffffff;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.block-27 .block-content li a:hover {
	background: darkorange;
}

.field-tetel details {
	cursor: pointer;
}

.view-6 .content-table .field-id,
.view-6 .content-table .field-created,
.view-6 .content-table .field-fizetesi_mod,
.view-6 .content-table .field-gyors_szallitas,
.view-6 .content-table .field-allapot,
.view-6 .content-table .field-rewrite-0 {
	width: 20px;
}

.view-6 .content-table .field-rewrite-2 {
	width: 250px;
}

.view-6 .content-table .field {
	padding: 2px;
}

.view-6 .content-table .field-szallitas_telefon,
.view-6 .content-table-header .field-szallitas_telefon {
	display: none !important;
}


.view-6 .content-table .field-rewrite-2 .edit-fut {
	display: inline-block;
	padding-right: 10px;
}

.view-6 .content-table .field-rewrite-2 #subbut {
	display: inline-block;
}

.view-6 .content-table .field-rewrite-2 select {
	padding-top: 0;
	padding-bottom: 0;
}

.view-6 .content-table .field-rewrite-2 button[type="button"],
.view-6 .content-table .field-rewrite-2 button[type="submit"],
.view-6 .content-table .field-rewrite-2 button[type="reset"],
.view-6 .content-table .field-rewrite-2 input[type="button"],
.view-6 .content-table .field-rewrite-2 input[type="submit"],
.view-6 .content-table .field-rewrite-2 input[type="reset"] {
	padding: 4px 5px;
}

.view-6 .content-table .field-rewrite-2 button[type="button"]:hover,
.view-6 .content-table .field-rewrite-2 button[type="submit"]:hover,
.view-6 .content-table .field-rewrite-2 button[type="reset"]:hover,
.view-6 .content-table .field-rewrite-2 input[type="button"]:hover,
.view-6 .content-table .field-rewrite-2 input[type="submit"]:hover,
.view-6 .content-table .field-rewrite-2 input[type="reset"]:hover {
	padding: 4px 5px;
}

.view-6 .content-table-header .field-rewrite-1,
.view-6 .content-table .field-rewrite-1 {
	display: none;
}

.view-6 .field-tetel div {
	margin-bottom: 10px;
}

.view-6 .content-table .field-szallitas_utca {
	background-color: lightgreen;
	font-weight: bold;
}
