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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 14px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 18px;
	font-family: Comic Sans MS, Helvetica, Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	background-position: center top;
	background-repeat: repeat-x;
	background-image: url(siteimages/top.jpg);
	margin: 0px;
	color: white;
	background-color: #99cc33;
	line-height: 20px;
}

a {
	color: white;
	text-decoration: underline;
}

.center{
		text-align: center;
	}
.clear{
		clear: both;
	}
.save{
	text-shadow: 0px 0px 1px #3e3e3e;
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 12px;
	color: #849e34;
}
.error{
	text-shadow: 0px 0px 1px #3e3e3e;
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 12px;
	color: #c73430;
}
#extra_content_holder {
	display: none;
	z-index: 100;
	position: absolute;
	background-color: black;
	color: white;
	width: 100px;
	height: 100px;
}
#extra_content_holder  div img{
	border: 4px solid white;
}
#warp {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

#header {
	margin-bottom: 20px;
	width: 960px;
	height: 310px;
}

#logolink {
	width: 500px;
	float: left;
	display: block;
	height: 250px;
}

#header .right {
	height: 300px;
	width: 460px;
	float: right;
	display: block;
}

#topcartwarp {
	height: 150px;
	width: 405px;
	margin-left: 55px;
}

#topcart {
	border-left-width: 5px;
	border-bottom-width: 5px;
	border-right-width: 5px;
	border-top-width: 0px;
	width: 250px;
	background-color: #66d5ff;
	border-style: solid;
	border-color: white;
	-webkit-border-radius-bottomleft: 10px;  
	-moz-border-radius-bottomleft: 10px;  
	-khtml-border-radius-bottomleft: 10px;  
	border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomright: 10px;  
	-moz-border-radius-bottomright: 10px;  
	-khtml-border-radius-bottomright: 10px;  
	border-radius-bottomright: 10px;
}

#topcartmin {
	border-left-width: 5px;
	border-bottom-width: 5px;
	border-right-width: 5px;
	border-top-width: 0px;
	width: 250px;
	background-color: #5da6e9;
	border-style: solid;
	border-color: white;
	-webkit-border-radius-bottomleft: 10px;  
	-moz-border-radius-bottomleft: 10px;  
	-khtml-border-radius-bottomleft: 10px;  
	border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomright: 10px;  
	-moz-border-radius-bottomright: 10px;  
	-khtml-border-radius-bottomright: 10px;  
	border-radius-bottomright: 10px;
}

#topcartmin #topcarttop {
	line-height: 16px;
	height: 30px;
	width: 250px;
}

#topcart #topcarttop {
	line-height: 16px;
	height: 30px;
	width: 250px;
	background-color: #5da6e9;
}

#topcart .title, #topcartmin .title {
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 7px;
	padding-top: 7px;
	font-weight: bold;
}

#topcartmin #topcartempty {
	text-align: right;
	text-decoration: none;
	display: block;
	float: right;
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 7px;
	padding-top: 7px;
}

#topcart .price {
	margin-right: 5px;
	color: white;
	text-decoration: none;
	width: 67px;
	text-align: center;
	background-repeat: no-repeat;
	line-height: 18px;
	background-position: left top;
	height: 18px;
	background-image: url(siteimages/gopay.png);
	display: block;
	float: right;
	padding-right: 15px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 7px;
	text-shadow: #3f3f3f 0px 0px 1px;
}

#topcart .price:hover {
	background-image: url(siteimages/gopayon.png);
}

#topcart .topcartproduces {
	display: none;
	text-align: center;
	height: 115px;
}

#topcart .topcartproduces.selected{
		display: block;
	}
#topcart .topcartproduces .topcartproductbox {
	height: 100px;
	width: 100px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#topcart .topcartproduces .topcartproductbox .produce {
	width: 100px;
	height: 100px;
}

#topcart .topcartproduces .noarrow {
	display: block;
	height: 115px;
	width: 65px;
	float: left;
}

#topcart .topcartproduces .arrow {
	padding-top: 48px;
	display: block;
	height: 67px;
	width: 65px;
	float: left;
}

#topcart .topcartproduces .arrow:hover {
	background-color: #71baff;
}

#search {
	line-height: 16px;
	height: 48px;
	font-size: 16px;
	text-align: center;
	margin-right: 180px;
	margin-left: 65px;
	margin-top: 52px;
	width: 220px;
}

#searchbox {
	margin-left: 28px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 2px;
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 12px;
	line-height: 14px;
	color: #bc855e;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #b3f332;
	width: 130px;
	height: 16px;
	border-color: #99cc33;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 8px;  
	-moz-border-radius: 8px;  
	-khtml-border-radius: 8px;  
	border-radius: 8px; 
}
#search #advsearch{
	color:white;
	font-size:12px;
	line-height:6px;
	text-decoration:none;
	vertical-align:top;
	position: relative;
	top: 2px;
}

#searchstart{
	float: left;
	padding: 0px;
	margin: 0px;
}
#navigation {
	margin-right: 15px;
	text-align: right;
	width: 100%;
	float: left;
}

#navigation a {
	margin-left: 30px;
	font-size: 16px;
	text-decoration: none;
	color: white;
}

#navigation a:hover {
	color: #fffdb6;
}

#navigation a.pay_here{
  border: 2px solid #e3693e;
  color: #e3693e;
  font-weight: bold;
  padding: 0 5px 0 5px;
}

#content {
	margin-bottom: 20px;
}

#content #left {
	margin-right: 20px;
	float: left;
	width: 250px;
}

#content #right {
	float: right;
	width: 690px;
}

#bottom {
}

#categorys {
	padding-top: 90px;
	background-position: center top;
	background-image: url(siteimages/categorytitle.jpg);
	background-repeat: no-repeat;
}

#categorys a {
	background-position: left top;
	color: white;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	height: 22px;
	width: 210px;
	background-repeat: no-repeat;
	background-image: url(siteimages/category.png);
}

#categorys a:hover, #categorys .selected {
	background-position: left bottom;
}

#categorys .subcategory1 {
	background-position: -500px top;
	color: white;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 45px;
	display: block;
	height: 22px;
	width: 185px;
	background-repeat: no-repeat;
	background-image: url(siteimages/category.png);
}

#categorys .subcategory1:hover, #categorys .subcategory1selected, #categorys .subcategory1selected:hover {
	display: block;
	text-decoration: none;
	color: white;
	background-image: url(siteimages/category.png);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 45px;
	padding-top: 3px;
	height: 22px;
	width: 185px;
	background-position: -500px bottom;
}

#categorys .subcategory2 {
	background-position: -250px top;
	color: white;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 45px;
	display: block;
	height: 22px;
	width: 185px;
	background-repeat: no-repeat;
	background-image: url(siteimages/category.png);
}

#categorys .subcategory2:hover, #categorys .subcategory2selected, #categorys .subcategory2selected:hover {
	display: block;
	text-decoration: none;
	color: white;
	background-image: url(siteimages/category.png);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 45px;
	padding-top: 3px;
	height: 22px;
	width: 185px;
	background-position: -250px bottom;
}

#categorys .subcategory3 {
	background-position: -750px top;
	color: white;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 45px;
	display: block;
	height: 22px;
	width: 185px;
	background-repeat: no-repeat;
	background-image: url(siteimages/category.png);
}

#categorys .subcategory3:hover, #categorys .subcategory3selected, #categorys .subcategory3selected:hover {
	display: block;
	text-decoration: none;
	color: white;
	background-image: url(siteimages/category.png);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 45px;
	padding-top: 3px;
	height: 22px;
	width: 185px;
	background-position: -750px bottom;
}

#categorys .subcategory4 {
	background-position: -750px top;
	color: white;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 45px;
	display: block;
	height: 22px;
	width: 185px;
	background-repeat: no-repeat;
	background-image: url(siteimages/category.png);
}

#categorys .subcategory4:hover, #categorys .subcategory4selected, #categorys .subcategory4selected:hover {
	display: block;
	text-decoration: none;
	color: white;
	background-image: url(siteimages/category.png);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 45px;
	padding-top: 3px;
	height: 22px;
	width: 185px;
	background-position: -750px bottom;
}

#categorys .subcategory5 {
	background-position: -750px top;
	color: white;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 45px;
	display: block;
	height: 22px;
	width: 185px;
	background-repeat: no-repeat;
	background-image: url(siteimages/category.png);
}

#categorys .subcategory5:hover, #categorys .subcategory5selected, #categorys .subcategory5selected:hover {
	display: block;
	text-decoration: none;
	color: white;
	background-image: url(siteimages/category.png);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 45px;
	padding-top: 3px;
	height: 22px;
	width: 185px;
	background-position: -750px bottom;
}

#categorys .subcategory6 {
	background-position: -750px top;
	color: white;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 45px;
	display: block;
	height: 22px;
	width: 185px;
	background-repeat: no-repeat;
	background-image: url(siteimages/category.png);
}

#categorys .subcategory6:hover, #categorys .subcategory6selected, #categorys .subcategory6selected:hover {
	display: block;
	text-decoration: none;
	color: white;
	background-image: url(siteimages/category.png);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 45px;
	padding-top: 3px;
	height: 22px;
	width: 185px;
	background-position: -750px bottom;
}

#categorys .subcategory7 {
	background-position: -750px top;
	color: white;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 45px;
	display: block;
	height: 22px;
	width: 185px;
	background-repeat: no-repeat;
	background-image: url(siteimages/category.png);
}

#categorys .subcategory7:hover, #categorys .subcategory7selected, #categorys .subcategory7selected:hover {
	display: block;
	text-decoration: none;
	color: white;
	background-image: url(siteimages/category.png);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 45px;
	padding-top: 3px;
	height: 22px;
	width: 185px;
	background-position: -750px bottom;
}

#categorys .subcategory8 {
	background-position: -750px top;
	color: white;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 45px;
	display: block;
	height: 22px;
	width: 185px;
	background-repeat: no-repeat;
	background-image: url(siteimages/category.png);
}

#categorys .subcategory8:hover, #categorys .subcategory8selected, #categorys .subcategory8selected:hover {
	display: block;
	text-decoration: none;
	color: white;
	background-image: url(siteimages/category.png);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 45px;
	padding-top: 3px;
	height: 22px;
	width: 185px;
	background-position: -750px bottom;
}

/**********************-*/
#categorys a#setc15{
	background-position: -1500px top;
}
#categorys #setc15:hover{
	background-position: -1500px bottom;
}
#categorys .subcategory9, #categorys .subcategory10,
#categorys .subcategory11, #categorys .subcategory12 {
	background-position: -750px top;
	color: white;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 45px;
	display: block;
	height: 22px;
	width: 185px;
	background-repeat: no-repeat;
	background-image: url(siteimages/category.png);
	background-position: -1750px top;
}

#categorys .subcategory9:hover, #categorys .subcategory9selected, #categorys .subcategory9selected:hover,
#categorys .subcategory10:hover, #categorys .subcategory10selected, #categorys .subcategory10selected:hover,
#categorys .subcategory11:hover, #categorys .subcategory11selected, #categorys .subcategory11selected:hover,
#categorys .subcategory12:hover, #categorys .subcategory12selected, #categorys .subcategory12selected:hover {
	display: block;
	text-decoration: none;
	color: white;
	background-image: url(siteimages/category.png);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 45px;
	padding-top: 3px;
	height: 22px;
	width: 185px;
	background-position: -1750px bottom;
}
/******************************/

#searchplus {
	margin-top: 20px;
	text-align: center;
	background-position: -1000px top;
	color: white;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	height: 22px;
	width: 230px;
	background-repeat: no-repeat;
	background-image: url(siteimages/category.png);
}

#searchplus:hover, #searchplusselected {
	background-position: -1000px bottom;
}

.leftad {
	display: block;
	margin-top: 20px;
	height: 150px;
	width: 250px;
}

h2 {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 7px;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	font-size: 25px;
	background-color: #e3693e;
	border-style: solid;
	border-color: white;
	border-width: 5px;
	width: 660px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	text-shadow: #3e3e3e 0px 1px 1px;
}

h2.full{
	text-align: center;
	width: 950px;
}
#indexwellcome {
	text-align: center;
}

#slider {
	/*border-color: white;
	border-style: solid;
	border-width: 5px;*/
	margin-bottom: 20px;
	width: 680px;
	height: 181px;
	background-image: url(siteimages/tehen.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	color: black; 
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;*/
}

#slider pre{
  font-family: Comic Sans MS, Helvetica, Verdana, Arial, sans-serif;
  padding-left: 60px;
  padding-top: 20px;
  text-align: left;
}

#produces > div {
	margin-bottom: 45px;
	float: left;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	width: 192px;
	border-color: white;
	border-style: solid;
	border-width: 4px;
	height: 220px;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;  
	-khtml-border-radius: 10px;  
	border-radius: 10px; 
}

#bigproduce {
	padding-left: 36px;
	padding-bottom: 15px;
	padding-right: 37px;
	padding-top: 15px;
	margin-right: 49px;
	float: left;
	text-align: center;
	width: 320px;
	border-color: white;
	border-style: solid;
	border-width: 4px;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;  
	-khtml-border-radius: 10px;  
	border-radius: 10px; 
}

.details{
		float: left;
	}

.details .box{
	margin-top: 20px;
	text-align: left;
	width: 232px;
	border-color: white;
	border-style: solid;
	border-width: 4px;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;  
	-khtml-border-radius: 10px;  
	border-radius: 10px; 
	}

.details .box .detail, .details .box .simple{
		clear: both;
		padding-right: 8px;
		padding-left: 8px;
		text-align: justify;
		border-color: white;
		border-style: solid;
		border-right-width: 0px;
		border-left-width: 0px;
		border-bottom-width: 1px;
		border-top-width: 0px;
		padding-bottom: 2px;
		padding-top: 3px;
	}

.details .box .simple{
	border-width: 0px;
}
.details .box .detail .title, .details .box .simple .title{
		font-weight: bold;
		text-align: left;
	}

.details .box .price{
		line-height: 35px;
		padding-bottom: 1px;
		padding-top: 7px;
		font-size: 35px;
		font-weight: bold;
		text-align: center;
		text-shadow: #3e3e3e 1px 1px 1px;
}

.details .box .price .oldprice{
		line-height: 12px;
		padding-top: 0px;
		padding-bottom: 2px;
		font-size: 12px;
		text-decoration: line-through;
		color: #c73430;
		text-shadow: #3e3e3e 0px 0px 0px;
}
	
#produces .center {
	margin-right: 45px;
	margin-left: 45px;
}

#produces .blue {
	background-color: #33b1ec;
	background-image: url(siteimages/blue.jpg);
}

#bigproduce.blue, .details .box.blue {
	background-color: #33b1ec;
}

#produces .orange {
	background-color: #ea9e34;
	background-image: url(siteimages/orange.jpg);
}

#bigproduce.orange, .details .box.orange {
	background-color: #ea9e34;
}

#produces .purple {
	background-color: #ba33ec;
	background-image: url(siteimages/purple.jpg);
}

#bigproduce.purple, .details .box.purple {
	background-color: #ba33ec;
}

#produces .green {
	background-color: #b5cb3c;
	background-image: url(siteimages/green.jpg);
}

#bigproduce.green, .details .box.green {
	background-color: #b5cb3c;
}

#produces .red {
	background-color: #ec5a33;
	background-image: url(siteimages/red.jpg);
}

#bigproduce.red, .details .box.red {
	background-color: #ec5a33;
}

#produces >div .title {
	padding-bottom: 0px;
	margin: 0px;
	height: 20px;
	padding-top: 10px;
	text-align: center;
}

#produces >div .title a {
	text-decoration: none;
}

#produces >div .produce {
	padding: 0px;
	margin: 0px;
	height: 130px;
}

#produces >div .bottom {
	position: relative;
	height: 33px;
	padding-top: 0px;
	margin-top: 10px;
}

#produces >div .bottom .price {
	/*padding-top: 10px;*/
	height: 30px;
	/*width: 182px;*/
	color: #99cc33;
	/*padding-right: 10px;*/
	text-align: right;
	font-size: 25px;
	text-shadow: #3e3e3e 1px 1px 1px;
	
    padding-right: 0;
    padding-top: 0;
    width: 188px;
}

#produces >div .bottom .actionprice {
	left: 60px;
	top: -5px;
	position: absolute;
	padding-top: 8px;
	width: 142px;
	background-repeat: no-repeat;
	background-image: url(siteimages/action.png);
	height: 50px;
	color: #c73430;
	text-align: center;
	font-size: 25px;
	text-shadow: #9e9e9e 1px 1px 1px;
}

#produces >div .bottom .actionprice .oldprice {
	font-size: 12px;
	text-decoration: line-through;
	color: black;
	text-shadow: none;
}

#produces >div .bottom .cart {
	height: 43px;
	width: 53px;
	left: 0px;
	top: 0px;
	padding-left: 10px;
	position: absolute;
}

#produces >div .bottom .incart {
	left: -10px;
	top: -30px;
	background-repeat: no-repeat;
	height: 73px;
	width: 98px;
	background-image: url(siteimages/inbag.png);
	position: absolute;
}

#produces >div .bottom .ordered {
	left: 0px;
	top: -105px;
	background-repeat: no-repeat;
	height: 61px;
	width: 192px;
	background-image: url(siteimages/bigordered_forgatva.png);
	position: absolute;
}

#noproduces,#allert{
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
	width: 648px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 11px;
	padding-top: 12px;
	color: #3f3f3f;
	background-color: #FFFEDF;
	margin-top: 20px;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;  
	-khtml-border-radius: 10px;  
	border-radius: 10px; 
}

#pages {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
}

#pages a {
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 3px;
	text-decoration: none;
	color: white;
	background-position: center top;
	background-image: url(siteimages/pages.jpg);
	display: inline-block;
	height: 22px;
	width: 25px;
}

#pages a:hover, #pages .selected {
	background-position: center bottom;
}

#pages .selected {
	color: #fffdb6;
}

#pages .back {
	width: 119px;
	background-position: left top;
}

#pages .back:hover {
	background-position: left bottom;
}

#pages .next {
	width: 119px;
	background-position: right top;
}

#pages .next:hover {
	background-position: right bottom;
}

.clear {
	clear: both;
}

#bottom {
	clear: both;
	margin-bottom: 20px;
	margin-top: 50px;
	background-position: 30px top;
	padding-bottom: 45px;
	padding-top: 35px;
	background-repeat: no-repeat;
	background-image: url(siteimages/bottom.jpg);
}

#bottom #lambtipp {
	height: 130px;
}

#bottom #lambtipp #lambtiptitle {
	margin-left: 400px;
	width: 190px;
	float: left;
	padding-top: 40px;
}

#bottom #lambtipp .produce {
	float: left;
	padding: 0px;
	margin: 0px;
	height: 110px;
}

#bottom #lambtipp #producetext {
	padding-left: 20px;
	padding-top: 20px;
	float: left;
}

#bottom #lambtipp #producetext a {
	text-decoration: none;
}

#bottom #linkbar {
	height: 14px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 14px;
	padding-bottom: 6px;
	padding-top: 8px;
	border-color: white;
	border-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	background-color: #99cc33;
}

#bottom #linkbar #sitelinks {
}

#bottom #linkbar #sitelinks a {
	margin-right: 15px;
	text-decoration: none;
	color: white;
}

#bottom_msg{
  margin: 35px 0 0 380px;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width: 680px;
	height: 218px;
	overflow:hidden; 
	}
.whitepaper{
	margin-bottom: 20px;
	width: 668px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 11px;
	padding-top: 12px;
	color: #3f3f3f;
	background-color: #FFFEDF;
	margin-top: 20px;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;  
	-khtml-border-radius: 10px;  
	border-radius: 10px; 
}
.whitepaper.top{
	margin-bottom: 20px;
	width: 668px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 12px;
	color: #3f3f3f;
	background-color: white;
	margin-top: 20px;
	margin-bottom: 5px;
	-webkit-border-radius-topleft: 10px;  
	-moz-border-radius-topleft: 10px;  
	-khtml-border-radius-topleft: 10px;  
	border-radius-topleft: 10px;
	-webkit-border-radius-topright: 10px;  
	-moz-border-radius-topright: 10px;  
	-khtml-border-radius-topright: 10px;  
	border-radius-topright: 10px;
	-webkit-border-radius-bottomleft: 0px;  
	-moz-border-radius-bottomleft: 0px;  
	-khtml-border-radius-bottomleft: 0px;  
	border-radius-bottomleft: 0px;
	-webkit-border-radius-bottomright: 0px;  
	-moz-border-radius-bottomright: 0px;  
	-khtml-border-radius-bottomright: 0px;  
	border-radius-bottomright: 0px;
}
.whitepaper.bottom{
	margin-bottom: 20px;
	width: 668px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 12px;
	color: #3f3f3f;
	background-color: white;
	margin-top: 5px;
	margin-bottom: 20px;
	-webkit-border-radius-bottomleft: 10px;  
	-moz-border-radius-bottomleft: 10px;  
	-khtml-border-radius-bottomleft: 10px;  
	border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomright: 10px;  
	-moz-border-radius-bottomright: 10px;  
	-khtml-border-radius-bottomright: 10px;  
	border-radius-bottomright: 10px;
	-webkit-border-radius-topleft: 0px;  
	-moz-border-radius-topleft: 0px;  
	-khtml-border-radius-topleft: 0px;  
	border-radius-topleft: 0px;
	-webkit-border-radius-topright: 0px;  
	-moz-border-radius-topright: 0px;  
	-khtml-border-radius-topright: 0px;  
	border-radius-topright: 0px;
}
.whitepaper.next{
	background-image: url(siteimages/arrow.png);
	background-position: 630px center;
	background-repeat: no-repeat;
}
.whitepaper.next:hover{

	background-color: #ffffcf;

}
.whitepaper a{
	text-decoration: none;
	color: #3f3f3f;
}
.whitepaper>a{
	width: 100%;
	position: relative;
	text-decoration: none;
	color: #3f3f3f;
}
.whitepaper .title{
	margin-bottom: 10px;
	font-size: 18px;
	margin-right: 20px;
	margin-left: 20px;
}
.whitepaper .text{
	text-align: justify;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

.whitepaper .red{
  color: #e3693e;
  font-weight: bold;
}

.whitepaper .text p{
	word-spacing: 3px;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 40px;
}
.whitepaper .text p.last{
	margin-bottom: 10px;
}
.whitepaper .s3{
	margin-right: 1%;
	margin-left: 1%;
	width: 30%;
	text-align: center;
	float: left;
}
.whitepaper .s3.center{
	margin-right: 3%;
	margin-left: 3%;
}
.list{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 25px;
	margin-left: 25px;
	line-height: 20px;
	font-size: 14px;
	clear: both;
	padding-bottom: 2px;
	padding-top: 8px;
}
.list .photo{
	height: 30px;
	width: 30px;
	top: -8px;
	position: relative;
	margin-right: 25px;
	float: left;
}
.list .photo img{
	height: 30px;
	width: 30px;
}
.list .id{
	text-align: right;
	height: 30px;
	width: 30px;
	margin-right: 15px;
	float: left;
	visibility: hidden;
}
.list .name{
	float: left;
}
.list .price{
	text-align: right;
	width: 130px;
	float: right;
}
.list.full .price{
	width: 130px;
	padding-top: 10px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-color: #3f3f3f;
	border-style: solid;
}
.list.full .weight, .list.full .name{
	text-align: left;
	float: left;
	padding-top: 10px;
}
.list .delete{
	padding-left: 15px;
	padding-right: 35px;
	color: #bfbfbf;
	float: right;
}
.list .delete a{
	color: #bfbfbf;
}
.list .delete:hover, .list .delete:hover a{
	color: #c73430;
}
.select{
	margin-right: 15px;
	margin-left: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
	width: 284px;
}
.select3{
	margin-right: 15px;
	margin-left: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
	width: 162px;
}
.select3.big{
	width: 192px;
}
.select .title, .select3 .title{
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
}
.select:hover .title, .select3:hover .title{
	text-decoration: underline;
}
.select.selected, .select3.selected{
	background-color: #ffffcf;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.select#couponbox{
	text-align: right;
}
.select #coupon, .select #email, .select #password{
	margin-bottom: 5px;
	background-color: #ffffcf;
	line-height: 16px;
	font-size: 14px;
	border-color: #bfbfbf;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}
.select img, .select3 img{
	margin-right: 10px;
	float: left;
}
.select .error, .select .delete, .select3 .error, .select3 .delete{
	color: #c73430;
}
.table{
	margin-left: 20px;
	font-size: 12px;
	clear: both;
	margin-bottom: 5px;
	margin-top: 5px;
	height: 16px;
}
.table.title{
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 20px;
	height: 20px;
	margin-top: 30px;
	font-size: 12px;
}
.table .name{
	font-size: 12px;
	margin-right: 13px;
	text-align: left;
	height: 16px;
	width: 450px;
	float: left;
}
.table .name, .table .description{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}
.table.title .name{
	height: 20px;
	width: 485px;
	font-size: 16px;
}
.table .budapestnear{
	height: 16px;
	min-width: 140px;
	font-size: 12px;
	text-align: center;
	width: 140px;
	margin-left: 10px;
	float: right;
}
.table.categorys{
	margin-bottom: 40px;
}
.table.categorys>div{
	font-size: 18px;
}
#shipmessages{
	margin-top: 30px;
}
.forminput{
	width: 277px;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 70px;
	float: left;
}
.forminput.last{
	margin-right: 0px;
}
.forminput span{
	font-style: normal;
	font-weight: normal;
}
.forminput input{
	padding-top: 3px;
	color: #3f3f3f;
	font-family: Comic Sans MS, Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	width: 275px;
	border-style: solid;
	border-width: 1px;
	border-color: #bfbfbf;
}
.forminput input:focus{
	border-color: #ea9e34;
}
.forminput input.tel2{
	width: 30px;
}
.forminput input.tel3{
	width: 45px;
}
.forminput input.tel4{
	width: 60px;
}
.forminput input.postcode{
	width: 60px;
}
.forminput input.city{
	margin-left: 8px;
	width: 205px;
}
.forminput.saveform{
  margin-top: 25px;
}
.forminput input.newsletter{
	width: 15px;
}
.forminput.textarea{
	width: 624px;
}
.forminput textarea{
	height: 50px;
	padding-top: 3px;
	color: #3f3f3f;
	font-family: Comic Sans, Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	width: 622px;
	border-style: solid;
	border-width: 1px;
	border-color: #bfbfbf;
}
.forminput a.fill{
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
input.red{
	border-color: #c73430;
}
.text .submit{
	padding-right: 5px;
	padding-top: 10px;
	clear: both;
	text-align: right;
}
.carttobuy .right{
	float: right;
}
.carttobuy .left{
	float: left;
}
#map{
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	height: 400px;
	width: 618px;
}
#searchtopbox{
	margin-bottom: 20px;
	width: 668px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 11px;
	padding-top: 12px;
	color: #7f7f7f;
	background-color: white;
	margin-top: 20px;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;  
	-khtml-border-radius: 10px;  
	border-radius: 10px; 
}
#searchtopbox form{
	margin-left: 20px;
	line-height: 42px;
	font-size: 42px;
}
#searchtopbox #inputbox{
	margin-top: 3px;
	margin-right: 20px;
	float: right;
}
#searchtopbox #inputbox #keresd{
	border-color: #bfbfbf;
	border-style: solid;
	border-width: 1px;
	margin-right: 10px;
	width: 350px;
}
#searchtopbox #advinputbox{
	margin:20px 20px 20px 0;
	height:110px;
}
#searchtopbox #advinputbox .aibox{
	margin:0 40px 10px 0;
	float:left;
}
#searchtopbox #advinputbox .aibox strong{
	margin:0 0 -5px 0;
	line-height:16px;
	color:#3f3f3f;
	display:block;
}
#searchtopbox #advinputbox .aiboxb{
	margin:11px 0 0 0;
	float:left;
}
#searchtopbox #advinputbox .aiboxb #keresd{
	border-color: #bfbfbf;
	border-style: solid;
	border-width: 1px;
	margin-right: 10px;
	width: 190px;
}

