/* Weblapbolt - http://www.weblapbolt.hu */


@CHARSET "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/*-----------------------BoDy-----------------------*/
body {
	text-align: center;
	background-color:#fff;
	margin:0;
	padding:0;
	font-family: Georgia;
	font-size:12px;
	color:#333;
	background-image: url(images/bodyBg.jpg);
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;	
}

/*-----------------------LiNKs-----------------------*/
.content a, .content a:active {
	text-decoration:none;
	font-weight: bold;
	color: #c52e11;
}
.content a:visited {
	
}
.content a:hover {
	text-decoration: underline;
	color: #371812;
}
.content .defBtnA,.content .defBtnA:active,.content .defBtnA:visited {
	color: white;
	float: right;
	text-decoration: none;
	height: 22px;
	line-height: 22px;
	text-align: center;
	display: inline;
	padding: 0 7px 0 7px;
}
.content .defBtnA:hover {
	color: white;
	text-decoration: none;
}

/*-----------------------TExTs-----------------------*/
#header h1 {
	display: none;
}
.content h3 {
	font-size: 14px;
	padding-top: 10px;
	font-weight: bold;
	border-bottom: solid 1px #bcb39d;
	margin-bottom: 5px;
	color: #c52e11;
}
.content p {
	margin-bottom: 5px;
}

.text1 {
	color: #c52e11;
}

.text2 {
	color: #371812;
}
.text3 {
	color: #716d64;
}
.text4 {
	color: #fff8e7;
}

/*-----------------------Inputs-----------------------*/

textArea {
	background-color: #e9eef2;
	border: solid 1px #cad4dc;
	width: 350px;
	height: 55px;
	min-height: 55px;
	padding: 5px;
	font-size: 12px;
	margin: 2px 0 0 0;
	display: block;
	color: #333;
}
select {
	background-color: #fff8e7;
	border: solid 1px #d4c8ad;
	width: 160px;
	padding: 1px;
	font-size: 12px;
	height: 22px;
	color: #43403a;
}
.defInput {
	width: 145px;
	height: 17px;
	font-size: 13px;
	padding: 3px 5px 0 5px;
	color:#43403a;
	border: 0;
	background-color: #fff8e7;
	margin-top: 2px;
	font-family: Georgia;
	border: solid 1px #d4c8ad;
}
.defTextArea {
	width:330px !important;
	height:100px !important;
	margin:auto;
}
.defSubmitBtn {
	background-color: #c52e11;
	height: 24px;
	line-height: 22px;
	color: #fff8e7;
	font-family: Georgia;
	border: solid 1px #8f1d07;
	font-size: 11px;
	font-weight: bold;
	padding: 0 4px 0 4px;
	overflow: visible;
}
.defSubmitBtn.hover {
	cursor:pointer;
	background-color: #1d0803;
	border: solid 1px #250c06;
}
.defSubmitBtn:hover {
	cursor:pointer;
	background-color: #1d0803;
	border: solid 1px #250c06;
}


/*-----------------------MAiN BLoCKs-----------------------*/
#contents {
	background-image: url('images/contentBg.jpg');
	background-repeat: repeat-y;
	background-position: center top;
}


#header {
	width:928px;
	height:170px;
	text-align:left;
	border: solid 0px red;
	margin: 0 auto 0 auto;
}

#main {
	width:928px;
	border: solid 0px blue;
	text-align: left;
	margin: 0 auto 0 auto;
	background-image: url('images/mainBg.png');
	background-repeat: repeat-y;
}

#leftContent {
	width:184px;
	border: solid 0px green;
	float:left;
	font-size: 11px;
}

#centerContent {
	width: 700px;
	border: solid 0px green;
	float: left;
	line-height: 1.2em;
	font-size: 14px;
	margin: 0 0 20px 20px;
}

#contentEnd {
	background-image: url(images/contentEndBg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	clear: both;
	border: solid 0px red;
}
#footer {
	background-image: url(images/footerBg.png);
	background-repeat: no-repeat;
	width:928px;
	text-align:left;
	color:#fff;
	height:150px;
	border: solid 0px green;
	margin: 0 auto 0 auto;
}





/*------------------------------------FooTeR cOnteNt---------------------------------*/
#footer ul {	
	margin:23px 0 0 40px;
	padding:0 0 0 0;
	border:solid 0px red;
	text-align: right;
	float: left;
	width: 710px;
}
#footer li {
	display:inline;
	margin:0;
}
#footer li a,#footer li a:visited,#footer li a:active {
	color:#fff8e7;
	font-size:12px;
	font-weight:normal;
	margin: 0 0px 0 10px;
	border-right: solid 1px #271815;
	padding-right: 10px;
	text-decoration: none;
}
#footer li a:hover{
	color:#c52e11;
	text-decoration:underline;
}
.info1 {
	font-size: 12px;
	margin: 23px 0 0 25px;
	float: left;
}
.info1 a,.info1 a:active,.info1 a:visited {
	color: #fff8e7;
	font-weight: bold;
	text-decoration: none;
}
.info1 a:hover {
	color: #c52e11;
	text-decoration: underline;
}
.copyright {
	margin: 12px 0 0 25px;
	color:#100e0a;
	font-size:11px;
	line-height:23px;
	clear: both;
	float: left;
	width: 220px;
}
.designed {
	margin: 12px 0 0 580px;
	float: left;
}
.designed a,.designed a:visited,.designed a:active{
	background-image: url('images/wb.png');
	background-repeat: no-repeat;
	text-decoration: none;
	width: 80px;
	height: 21px;
	display: block;
	text-align: left;
	background-position: right 0;
	line-height: 21px;
	font-size: 11px;
	color: #100e0a;
}
.designed a:hover {
	background-position: right -21px;
	color: #100e0a;
}
.designed span {
	display: none;
}



/*------------------PAGINATION--------------------*/
.paginationTop .pagination {
	border-bottom:1px dashed #dbdbdb;
	border-top:0;
	margin-bottom:5px;
}
.pagination {
	border-top:1px dashed #dbdbdb;
	height:30px;
	margin:5px 0 0 3px;
	padding-top:10px;
	text-align:center;
}
.pagination table {
	margin:0;
	border: solid 0px red;
}
.pagination .aktualis {
	background-color: #193b4f;
	border: dashed 1px #193b4f;
	color:#fff;
	display:block;
	float:left;
	height:21px;
	padding:0px 0px 0px 0px;
	text-align: center;
	line-height: 22px;
	width:21px;
	margin: 0 3px 0 0;
}
.pagination .number, .pagination .number:active, .pagination .number:visited {
	background-color: #f6f6f6;
	border:1px solid #e6e6e6;
	color:#333;
	display:block;
	float:left;
	font-weight:normal;
	height:21px;
	padding:0px 0pt 0pt 0px;
	text-align: center;
	line-height: 22px;
	width:21px;
	margin-right: 3px;
}
.pagination .number:hover {
	background-color: #329bd9;
	border: solid 1px #1d6691;
	color:#fff;
}
#paginationNext {
	float:left;
	line-height:24px;
	margin:0px 0pt 0pt 10px;
	color: #333;
}
#paginationNext:hover {

}
#paginationNext span {

}
.paginationNextIa {
	display:none;
}
.paginationNextIa span {
	
}
#paginationPrev {
	float:left;
	line-height:24px;
	margin:0px 10px 0pt 0pt;
	color: #333;
}
#paginationPrev:hover {
	background-position:0pt -30px;
}
#paginationPrev span {
	/*display:none;*/
}
.paginationPrevIa {
	display:none;
}
.paginationPrevIa span {

}



/*-----------------------VISSZABTN-------------------------*/
.back,.back:active,.back:visited {
	float: right;
	margin: -33px 0 0 0;
	color: #193a4f;
	font-weight: bold;
	letter-spacing:1px;
}
.back:hover {
	text-decoration: none;
	color: #32adf6;
}

.tdBorderB td{
	border-bottom: solid 1px #eee;
	padding: 2px 0 2px 0;
}
.tdBorderB .last td {
	border-bottom: 0;
}

/*-------LOADER--------*/
#loader {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	height:33px;
	padding:17px 0 0 0;
	position:absolute;
	text-align:center;
	width:50px;
	z-index:100000;
	display: none;
	margin: 0 0 0 90px;
}


/*--------------LEFT content----------------*/
.leftBox {
	background-image: url(images/leftBoxTop.png);
	background-position: 0 top;
	background-repeat: no-repeat;
	margin: 0 0 10px 0px;
	border: solid 0px red;
}
.leftBox .inner {
	background-image: url(images/leftBox.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	padding: 17px 11px 17px 15px;
}
.leftBox .defSubmitBtn {
	border: solid 1px #250c06;
}
.leftMenu {
	padding: 10px 0 17px 13px;
	border-right: solid 1px #fff;
}
.leftMenu li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.leftMenu li a,.leftMenu li a:visited,.leftMenu li a:active{
	margin-top: 1px;
	height: 21px;
	width: 135px;
	display: block;
	padding: 0px 10px 0px 10px;
	line-height: 21px;
	text-align: left;
	color: #333;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/leftMenuBg.png);
}
.leftMenu li a:hover{
	background-position: 0 -21px;
	color: #fff;
}


.loginBox {
	margin: 5px 0 0 0px;
	border: solid 0px white;
}
.loginBox .reg,.loginBox .reg:active,.loginBox .reg:visited {
	border: solid 0px red;
	float: left;
	margin: 14px 0px 0 3px;
	color: #fff8e7;
	text-decoration: none;
	line-height: 11px;
	font-weight: bold;
	font-size: 12px;
	word-spacing: 0;
}
.loginBox .reg:hover {	
	text-decoration: none;
	color: #fff8e7;
	border-bottom: solid 1px #fff8e7;
}

#loginPasswordCntr {
	color: #fff8e7;
}
#loginNameCntr {
	color: #fff8e7;
	margin-bottom: 3px;
}

.elf_jelszo,.elf_jelszo:active,.elf_jelszo:visited {
	border: solid 0px red;
	margin: 10px 0 0 25px;
	padding: 10px 0 0 0;
	text-decoration: none;
	color: #c52e11;
	font-weight: bold;
	font-size: 11px;
	clear: both;
	display: block;
}
.elf_jelszo:hover {
	color: #fff8e7;
}
.loginBox .defInput {
	margin: 2px 0 0 0;
	border: solid 1px #180703;
}
.loginBox .defSubmitBtn {
	margin: 7px 0 0 0;
	float: right;
}



.searchBox {
	height: 53px;
}
.searchBox .defSubmitBtn {
	margin: 7px 0 0 0;
	float: right;
}

.basketBox {
	border: solid 0px red;
}
.basketBox:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}
* html .basketBox {
	height:1%;
}
.basketBox h2 {
	font-size: 11px;
	color: #e7dabc;
	font-weight: bold;
}
.basketBox div {
	padding: 5px 0 5px 0;
	margin: 3px 0 3px 0;
	border-top: dashed 1px #603a32;	
	border-bottom: dashed 1px #603a32;
	color: #fff8e7;
}
.basketBox div b {
	color: #c52e11;
	font-size: 12px;
}
.basketBox .defSubmitBtn {
	float: right;
}



/*--------------------centerContent--------------------*/
#centerContent h2 {
	color: #371812;
	padding: 10px 0 0 0;
	font-weight: bold;
	font-size: 13px;
	border-bottom: dashed 1px #fff8e7;
	margin-bottom: 10px;
}
#centerContent h2 a:hover {
	text-decoration: none;
}
.content {
	padding: 0 20px 0 0;
	float: left;
	border: solid 0px blue;
	width: 700px;
}

.cimlapCategories {
	width: 700px;
}


.categories a,.categories a:active,.categories a:visited {
	display: block;
	float: left;
	width: 156px;
	height: 202px;
	margin: 10px 9px 10px 9px;
	background-image: url(images/categoryBg.png);
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	border: 0;
	color: #716d64;
	font-size: 12px;
	font-weight: bold;
}
.categories a h2,.categories a:active h2,.categories a:visited h2 {
	border: solid 0px red;
	padding: 0 10px 0 10px;
	height: 37px;
	overflow: hidden;
}
.categories a:hover h2 {
	color: #371812;
	text-decoration: underline;
}
.categories a:hover {
	text-decoration: none;
}
.categories a img,.categories a:active img,.categories a:visited img,.categories a:hover img {
	border: 0; 
	margin: 9px 5px 4px 8px;
}
.categories .border {
	position: absolute;
}



/*--------------------termekKategoriak--------------------*/
.tKategoriak ul {
	padding: 5px 10px 5px 3px;
	border: solid 0px red;
}
.tKategoriak li a,.tKategoriak li a:visited,.tKategoriak li a:active {
	color: #fff8e7;
	display: block;
	margin: 0 0 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	line-height: 17px;
	padding: 0 10px 1px 7px;
	border-bottom: dashed 1px #603a32;
	width: 133px;
}
.tKategoriak li a:hover {
	color: #fff;
	background-image: url(images/tKategoriakLi.png);
	background-position: bottom;
	background-repeat: no-repeat;
}


.phone {
	background-image: url(images/phone.png);
	background-repeat: no-repeat;
	width: 142px;
	height: 57px;
	margin: 10px auto 0 auto;
}
.phone span {
	display: none;
}

.mapFrame {
	padding: 2px;
	border: solid 2px #fff8e7;
	margin: 20px 0 20px 20px;
}



/*-------------regisztracio----------*/
#registrationForm table {
	margin: 10px auto 10px auto;
	border: double 1px #cec3a9;
	width: 380px;
}
#registrationForm td {
	padding: 3px 10px 3px 10px;
	vertical-align: middle;
}
#registrationForm .defInput {
	margin-right: 10px;
	width: 200px;
}
#registrationForm .title {
	background-color: #cec3a9;
	letter-spacing: 2px;
}

#registrationForm .defSubmitBtn {
	margin: 5px auto 10px auto;
}
#registrationForm label span {
	color: #7d7a71;
	font-weight: bold;
	font-size: 13px;
}

.regInfo {
	margin: 10px auto 0 auto;
	width: 380px;
	font-weight: bold;
	font-size: 11px;
}
.error {
	color: #c52e11;
	font-size:11px;
}

/*------------------- WiNdOw -------------------------*/
.window {
	background-image: url(images/window.png);
	background-repeat: no-repeat;
	width: 480px;
	height: 320px;
	margin: 70px 0 0 30px;
	padding: 21px 10px 15px 10px;
}
.windowHeader {
	height:20px;
	padding:3px;
	margin: 0 5px 10px 18px;
}
.windowCloseBtn {
	float:right;	
	width:50px;
	color: #595344;
	font-weight: bold;
	font-size: 11px;
}
.windowCloseBtn:hover {
	cursor:pointer;
	color: #c62e11;
}
.windowTitle {
	float:left;
	color: #595344;
	font-weight: bold;
	font-size: 11px;	
}

.kosartTartalma {
	border: solid 0px red;
}
.cartWinTable {
	border: solid 0px red;
}
.cartWinTable td {
	padding: 3px 5px 3px 5px;
	border-bottom: solid 1px #d0c2a7;
	vertical-align: middle;
}
.cartWinTable .name,.cartWinTable .name:active,.cartWinTable .name:visited {
	text-decoration: none;
	font-weight: bold;
	color: #333;
} 
.cartWinTable .name:hover {
	color: #c52e11;
}
.cartWinTable .name span,.cartWinTable .name:active span,.cartWinTable .name:visited span{
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #716d64;
} 
.cartWinTable .cartDel,.cartWinTable .cartDel:active,.cartWinTable .cartDel:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #c52e11;
} 
.cartWinTable .cartDel:hover {
	color: #371812;
}
.cartWinTable .ar {
	font-weight: bold;
	color: #371812;
}
.cartWinRendeles {
	padding:20px 105px 0 5px;
	border: solid 0px red;
	width: 690px;
}
.cartWinRendeles .osszesen {
	float: left;
	padding-top: 3px;
}
.cartWinRendeles .osszesen span {
	color: #c52e11;
	font-weight: bold;
	font-size: 15px;
}
.cartWinRendeles .defBtnA,.cartWinRendeles .defBtnA:active,.cartWinRendeles .defBtnA:visited {
	color: white;
	text-decoration: none;
	height: 22px;
	line-height: 22px;
	text-align: center;
	float: right;
	display: inline;
	padding: 0 7px 0 7px;
}
.cartWinRendeles .defBtnA:hover {
	color: white;
	text-decoration: none;
}
.cartWinRendeles .mentes,.cartWinRendeles .mentes:visited,.cartWinRendeles .mentes:hover,.cartWinRendeles .mentes:active {
	float: left;
	margin-left: 10px;
}
.cartWinRendeles .rendeles,.cartWinRendeles .rendeles:active,.cartWinRendeles .rendeles:visited {
	float: right;
	margin-left: 10px;
	font-size: 14px;
	padding: 3px 10px;
	background-color: #1d0803;
	border: solid 1px #250c06;
}
.cartWinRendeles .rendeles:hover {
	border: solid 1px #8f1d07;
	background-color: #c52e11;
}



.cartWinRendeles .folytatas,.cartWinRendeles .folytatas:active,.cartWinRendeles .folytatas:visited,.cartWinRendeles .folytatas:hover {
	float: left;
	margin-left: 10px;
}

/*-------TerEmeKLista-------*/
.termekListaImg {
	width: 156px;
	background-image: url(images/termekListImgBg.png);
	background-repeat: no-repeat;
	text-align: left;
	text-decoration: none;
	border: 0;
	color: #716d64;
	font-size: 12px;
	font-weight: bold;
}
.termekListaImg a,.termekListaImg:active,.termekListaImg:visited {
	background-image: url(images/termekListImgEndBg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	padding-bottom: 12px;
}
.productTable {
	margin:10px 0 0 0;
	width:700px;	
}
.productTable td {
	vertical-align:top;
	padding:5px;
}
.productTablePriceCntr {
	float: left;
}
.productTableShortDesc {
	border-bottom:solid 1px #d0c2a7;
	padding-bottom: 5px;
	margin-bottom: 10px;	
}
.productTableSelectCntr .defInput {
	vertical-align: baseline;
}
.productTableSelectCntr {
	float: right;
}
.productTable h3 {
	font-size: 15px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 17px;
}
.productTable h3 span {
	color: #716d64;
	font-size: 12px;
}
.price {
	font-size: 15px;
	font-weight: bold;
}




/*-----------TeRmeK reSzlEtes-----------*/
.productCntr {
	border: solid 0px red;
	width: 726px;
	margin-top: 20px;
}

.productImages {
	float: left;
	width: 326px;
	background-image: url(images/imageContainer.png);
	background-repeat: no-repeat;
}
.productImagesInner {
	background-image: url(images/imageContainerEnd.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.productImages a img {
	display: block;
	border: solid 1px #ded9cd;
	padding: 2px;

}
.productImages .big {
	margin: 10px;
	display: block;
}
.productImages .smallContainer {
	margin-left: 7px;
}
.productImages .small {
	float:left;
	margin:0 4px 0 4px;
}


.productInfo {
	float: left;
	width: 378px;
	margin-right: 20px;
}
.productInfo h3 {
	font-size:17px;
	padding-bottom: 5px;
	font-weight: bold;
}
.productInfo h3 span {
	color: #716d64;
	font-size: 12px;
}


.desc {
	border-bottom: solid 1px #c7bb9f;
	border-top: solid 1px #c7bb9f;
	padding: 5px 0 10px 0;
}
.priceContainer {
	float: left;
	margin-top: 18px;
}
.productSelectCntr {
	float: right;
	margin-top: 15px;
}
.productSelectCntr .defBtnA {
	float: left;
}


.clear {clear:both;}

.otherCategories {
	margin:10px;
}
.otherCategories li {
	margin-bottom:2px;
}

.cartBox p {
	color: #fff8e7;
	padding: 0 0 5px 5px;
	border-bottom: 1px dashed #603A32;
	display: block;
}
.cartBox .defSubmitBtn {
	text-decoration: none;
	margin: 10px auto;
	height: 22px;
	line-height: 22px;
	text-align: center;
}
#toCartCntr {
	position:absolute;
	top:300px;
	margin:0 0 0 400px;
	width:280px;
	height:150px;
	font-size: 13px;
	font-weight: bold;
	color: #595344;
	text-align: center;
	padding-top: 60px;
	background-image: url(images/kosarbaWin.png);
	background-repeat: no-repeat;
}


/*-----------Megrendelés reSzlEtes-----------*/
.activeStep a,.activeStep a:visited,.activeStep a:active,.activeStep a:hover {
	text-decoration:underline;
}
.orderInfo {
	margin:10px 0 10px 0;
	padding:10px 0 10px 0;
	border-bottom: solid 1px #c7bb9f;
	border-top: solid 1px #c7bb9f;
}
.orderSendCntr {
	margin:10px;	
}
.orderSendCntr input {
	margin:auto;
}
.steps {
	width: 460px;
	margin: auto;
}
.updateOkCntr {
	padding:10px;
	background-color: #cec3a9;
	text-align:center;
	font-weight:bold;
	color:#c00;
}

.pagerTable {
	background-color:#fff;
}
.pagerTable tr td {
	padding:3px;
	background-color:#d0c2a7;
}

#centerContent .feherH2 {
	font-size: 16px;
	border: 0;
}

/*---------------------------------------- sLiDeR -------------------------- */

#page-wrap						{ width: 670px; margin: 0 0 0 10px; 
								  padding:0;background-color:#f4e8cc; border: double 3px #FFF8E7;}
#slider							{ height: 227px; overflow: hidden;
								  position: relative; margin:0; }
#mover							{ width: 2880px; position: relative; }
.slide							{ padding: 20px; width:700px; float: left; position: relative; }
.slide h1						{ font-size: 20px; letter-spacing: -1px;line-height: 30px;
								  color: #ac0000; width:360px;}
.slide p						{ color: #222; font-size: 12px; line-height: 18px; width: 300px; }
.slide img						{ position: absolute; top: 20px; left: 400px; padding: 2px; background-color: #FFF8E7;}
#slider-stopper					{ position: absolute; top: 1px; right: 10px; background: #ac0000; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }
								  
								  
								  
