@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a {
	cursor: pointer;
}

.spacer {

}

html {

}

body {
	font-family: Verdana, Geneva, sans-serif, Arial;
}

/* ÁLTAL?NOS */
.kek {
	color: #3da6d9;
}

.sotetkek {
	color: #3da6d9;
}

.zold {
	color: #bbca22;
}

h1 {/*kepvalton*/
	font-size: 45px;
}
	
.text_kepvalto {
	font-size: 16px;
	text-transform: uppercase;	
}
	
.feher {/*sotet kepvlatora*/
	color: #FFF;
}

/* TERMÉKBOX CUCCAI */
.shadow_itembox {
	width: auto;
	padding-bottom: 10px;
	background: url(../images/box-shadow.png) bottom left no-repeat;	
	float: right;
}

.out_itembox {
	padding: 1px;
	color: #FFFFFF;
	border: #bbca22 solid 1px;
	float: left;
	width: auto;
	margin-right: 0;
}
	
.itembox {
	width: 202px;
	background: #000000;
	border: 8px solid #e7edb2;
	color: #bbca22;
	line-height: 1.2em;
}
	
.itembox p {
	padding: 11px;
	font-size: 12px;
}

.itembox h2 {
	font-size: 14px;
	padding: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
}

.itembox .price {
	font-size: 20px;
	padding: 12px;
	padding-top: 2px;
	padding-bottom: 6px;	
	font-weight: bold;
	margin-bottom: 5px;
}

.itembox .cart {
	width: 104px;
	margin-left: 12px;
	margin-bottom: 12px;
	height: 32px;
	background: url(../images/box_cart.jpg) no-repeat center left;
	display: block;
	line-height: 32px;
	font-size: 11px;
	text-transform: uppercase;
	padding-left: 10px;
	display: inline-block;
}

.itembox .cart:hover {
	background: url(../images/box_cart_hover.jpg) center left no-repeat;
	display: inline-block;
}

.itembox a {
	color: #bbca22;
	text-decoration: none;
	display: inline-block;
}
/*
.itembox a:hover {
	color: #000;
	text-decoration: none;
	width: 20px;
	display: inline-block;
}*/

.itembox h2 a:hover {
	width: auto !important;
	color: #bbca22;
	text-decoration: underline;
}

/* kep sötét és világos keret */
.img_dark_left {
	border: 1px solid #284786;
	float: left;
	padding: 1px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.img_dark_right {
	border: 1px solid #284786;
    float: right;
    padding: 1px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.img_dark_left img, .img_dark_right img {
	border: 6px solid #284786;
}

.img_light_left {
	border: 1px solid #3fa7d9;
    float: left;
    padding: 1px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.img_light_right {
	border: 1px solid #3fa7d9;
    float: right;
    padding: 1px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.img_light_left img, .img_light_right img {
	border:6px solid #d0e4ee;
}

/* OLDAL FELÉP?TÉSE */
body {
	font-family: Verdana, Geneva, sans-serif, Arial;
	text-align: left;
	font-size: 13px;
	color: #000;
	background: #cbe5f2 url(../images/top_noise_pattern.jpg) top left repeat-x;
}

#bigcontainer {
	width: 100%;
	background: url(../images/top_sugar.jpg)  no-repeat top center;
}

#btop {
	width: 100%;
	height: 185px;
	background: url(../images/top_reg_bg.png) no-repeat center 50px;
}

#top{
	width: 940px;
	height: 185px;
	margin: 0 auto;
	background: url(../images/menu_bottom.png) no-repeat bottom center;
	position: relative;
}

#login {
	height: 39px;/*51px*/
	padding-top: 12px;
	width: 800px;
	float: left;
}
	
#lang {
	height: 33px;/*51px*/
	padding-top: 18px;
	width: 100px;
	float: right;
	text-align: right;
	padding-right: 40px;
}
	
#lang img {
	padding-right:5px;
}

#menu {
	height: 37px;/*134px*/
	/*padding-top: 51px;*/
	margin-top: 51px;
	float: right;
	width: 75%;
	/*background:#009966;*/
	position: relative;
}

#menu_in {
	width: 100%;
	/*background:#66C;*/
	float: right;
	white-space: nowrap;
	height: 40px;
	max-height: 40px;
	display: block;
}
	
#logo2 {
	padding-top: 24px;
	height: 110px;/*134px*/
	float: left;
}	

#cart {
	font-size: 11px;
	height: 26px;
	padding: 2px 8px 2px 40px;
	float: right;
	background: #f5f5f5 url(../images/cart.png) no-repeat 6px center;
	margin-top:15px;
	line-height:26px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
	
#cart img{
	margin-left: 10px;
}

#bslider {
	width: 100%;
	min-height: 20px;
	background: #000000;
	color: #CCCCCC;
}

#slider {
	width: 940px;
	margin: 0 auto;
	/*min-height:20px;*/
	max-height: 329px;
	position: relative;
	z-index: 1;
}

#bmain{
	width: 100%;
	background: #ffffff;
}

#main{
	width: 940px;
	margin: 0 auto;
	min-height: 150px;
	padding-top: 30px;
	padding-bottom: 50px;
	background: url(../images/top_imagerotator_bottom.png) no-repeat top center;
}

#main_left {
	width: 680px;
	float: left;
	font-size: 13px;
	color: #284786;
}

#main_left > h2 {
	font-size: 26px;
	margin-bottom: 30px;
	color: #3da6d9;
	display: inline-block;
	font-weight: normal;
}

#main_left p {
	margin-bottom: 10px;
}

#main_right{
	width: 250px;
	float: right;
}

#bbottom1 {
	width: 100%;
	min-height: 100px;
	background: #ececec url(../images/bottom1_bg.png) repeat-x top left;
}

#bottom1 {
	width: 940px;
	margin: 0 auto;
	min-height: 150px;
	padding-top: 40px;
	padding-bottom: 30px;
}

.bottom1_in {
	width: 19%;
	float: left;
	color: #767676;
	font-size: 14px;
	line-height: 1.75em;
	padding-left: 3%;
	padding-right: 3%;
}
	
.bottom1_in a {
	text-decoration: none;
	color: #767676;
	padding-left: 30px;
	background: url(../images/bottom_arrow.png) no-repeat center left;
	cursor: pointer;
	text-shadow: 1px 1px 0 #FFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#FFFFFF')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135,Color='#FFFFFF'); 
}
	
.bottom1_in p {
	text-shadow: 1px 1px 0 #FFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#FFFFFF')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135,Color='#FFFFFF'); 
}		

.email {
	color: #3da6d9;
}
	
.bottom1_in .email a {
	color: #3da6d9;
	padding-left: 0;
	background: none;
	cursor: pointer;
}
	
.bottom1_in .bottom1_in_p {
	font-size: 12px;
	line-height: 1.5em;
}
	
.bottom1_in h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: normal;
}

#bbottom2 {
	width: 100%;
	min-height: 100px;
	background: #cbe5f2 url(../images/bottom2_bg.png) repeat-x top left;
}

#bottom2{
	width: 940px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.bottom2_in {
	width: 50%;
	float: left;
	color: #009ad7;
	font-size: 14px;
	line-height: 2em;
	font-size: 12px;
}

.bottom2_in p a {
	color: #767676;
	text-decoration: none;
}
	
.bottom2_in p a:hover {
	text-decoration: underline;
}

.bottom2_in p {
	padding-left: 20px;
	padding-right: 20px;	
}

.bottom2_in .up {
	text-align: right;
	float: right;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 5px;
	font-size: 100%;
	color: #000000;
}

.btn {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 18px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	cursor: pointer;
	margin-left: 1px;
}

.btn.kek {
	background: #3da6d9;
	margin-left: 5px;
}

.btn.zold {
	background: #bbca22;
}

a.btn.kek, a.btn.zold{
	text-decoration: none;
}

.button:hover, .button:focus {
	color: #FFFFFF;
}

.inputbox {
	border: 1px solid #a9cdde;
	background: #FFF;
	margin-left: 5px;
}

.inputbox:hover, .inputbox:focus {
	background: #dcf0fa;
}
/* FORM VÉGE */

#kitolto{
	clear:both;
}

/* Menu */
/* topmenu */
#menu ul {
	list-style-type: none;
}

#menu ul li {
	font-size: 13px;
	display: block;
	height: 37px;
	float: right;
	border-right: #f3f3f3 solid 1px;
}

#menu ul li ul li {
	float: none;
	text-align: left;
}

#menu ul li a {
	line-height: 37px;
	padding-left: 11px;
	padding-right: 11px;
	font-weight: bold;
	color: #009ad7;
	text-decoration: none;
	text-transform: uppercase;
}

#menu  ul li a:hover {
	color: #284786;
}

#menu  ul.menu li#current a {
	color:#284786;
}


/* KOSÁR TÁBLÁZAT */

#main_basket a {
	color: #3DA6D9;
	text-decoration: none;
	font-weight: bold;
}

#main_basket a:hover {
	text-decoration: underline;
}

table .basket {
}

table.basket th, table.basket td {
	padding: 5px;
}

table.basket th {
	border-bottom: 3px solid #FFF;
}

table.basket thead {
	background: #000000;
	color: #BBCA22;
}

table.basket tr.zebra0 {
	background: #E7EDB2;
}

table.basket tr.zebra0 img, table.basket tr.zebra1 img {
	padding-left: 2px;
	padding-right: 1px;
	padding-top: 5px;
}

table.basket tr.zebra_last {
	font-weight: bold;
}

span.spec {
	padding: 6px;
	background: #000;
	border: 1px solid #E7EDB2;
	border-radius: 5px;
	padding-right: 15px;
	background: #000 url(../images/bg_nyil.png) right center no-repeat;
}

#main_basket span.spec a {
	text-decoration: none;
	color: #BBCA22;
	font-weight: bold;
	padding-right: 5px;
}	

#main_basket span.spec a:hover {
	text-decoration: underline;
}

/* KOSÁR REG */

table.reg {
	font-size: 11px;
	margin-left: 100px;
}

table.reg th {
	text-align: right;	
	padding-right: 15px;
}

input, textarea {
	border: 1px solid #BBCA22;
}

input.input-text-long {
	width: 250px;
}

input.input-text-short {
	width: 250px;
}

select {
	border: 1px solid #BBCA22;
}

span.spec {
	background: url("../images/bg_nyil.png") no-repeat scroll right center #000000;
	border: 1px solid #E7EDB2;
	border-radius: 5px;
	padding: 6px 15px 6px 6px;
}

span.spec a {
	color: #BBCA22;
	font-weight: bold;
	padding-right: 5px;
	text-decoration: none;
}

span.spec a:hover {
	text-decoration: underline;
}

span.toorder a {
	color: #3DA6D9;
	font-weight: bold;
	text-decoration: none;
}

span.toorder a:hover {
	text-decoration: underline;
}

/* custom */
span.error {
	font-weight: bold;
	color: red;
}

#basket {
	position: absolute;
	top: 100px;
	right: 0px;
	background-color: white;
	border-radius: 4px;
	padding: 5px;
	display: none;
	font-size: 10px;
	z-index: 10;
}

.link {
	cursor: pointer;
}

#basket a {
	text-decoration: none;
}

#basket a:hover {
	text-decoration: underline;
}

/*a.add_to_cart {
	float: left;
	text-decoration: none;
	color: #BBCA22;
	display: block;
	background: url('../images/box_cart.jpg') no-repeat left center transparent;
	font-size: 11px;
	height: 32px;
	line-height: 32px;
	padding-left: 8px;
	text-transform: uppercase;
	width: 106px;
}

a.add_to_cart:hover {
	color: #000000;
    background: url('../images/box_cart_hover.jpg') no-repeat left center transparent;
}*/
a.add_to_cart {
	float: left;
	text-decoration: none;
	color: #BBCA22;
	display: block;
	background: url('../images/box_cart1.jpg') no-repeat left center transparent;
	font-size: 11px;
	height: 32px;
	line-height: 32px;
	padding-left: 8px;
	text-transform: uppercase;
	width: 117px;
}

a.add_to_cart:hover {
	color: #000000;
    background: url('../images/box_cart_hover1.jpg') no-repeat left center transparent;
}

.add_to_basket_cnt {
	float: left;
	background: #000000;
	color: #BBCA22;
	margin-right: 5px;
	border-radius: 4px;
}

.item_detail_basket {
	background-color: #000000;
	padding: 5px;
	border-radius: 4px;	
}

span.specb {
	padding: 6px;
	background: #000;
	border: 1px solid #E7EDB2;
	border-radius: 5px;
	padding-left: 15px;
	background: #000 url(../images/bg_nyilb.png) left center no-repeat;
}

span.specb a {
	text-decoration: none;
	color: #BBCA22;
	font-weight: bold;
	padding-right: 5px;
}	

span.specb a:hover {
	text-decoration: underline;
}

.pos {
	margin: 0 0 10px 10px;
}
/* /custom */

ul.submenu {
	display: none;
	position: absolute;
	top: 30px;
}

#menu ul li {
	position: relative;
}

#menu .submenu {
	background-color: #E1E1E1;
}

#menu .submenu li a {
	border: none;
}