html,

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #efc698 url(../gfx/body_bg.gif) repeat-x top center;
	color: #522d0a;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/**
 ** frame
 */
div#header {
	height: 246px;
	width: 770px;
	margin: 0 auto;	
	text-align: center;
}
div.bg_top {
	background: transparent url(../gfx/head_bg.gif) no-repeat top center;
	width: 100%;
}
div#container {
	width: 770px;
	background: transparent url(../gfx/content_bg.gif) repeat-y top left;
	margin: 0 auto;
}
div#containerf {
	width: 770px;
	background: transparent url(../gfx/content_bgf.gif) repeat-y top left;
	margin: 0 auto;
}
div#content_left {
	width: 245px;
	float: left;
	margin: 0;
	padding: 0;
}
div#content_left_bottom {
	background: transparent url(../gfx/content_left_bg.gif) no-repeat bottom left;
	height: 66px;
	width: 245px;

}
div#content_right {
	width: 525px;
	min-height: 665px;
	float: right;
	background: transparent url(../gfx/content_bg_bottom.gif) no-repeat bottom left;
}
div#content_rightf {
	width: 525px;
	min-height: 270px;
	float: right;
	background: transparent url(../gfx/content_bg_bottom.gif) no-repeat bottom left;
}
div#data {
	width: 510px;
	margin-bottom: 10px;
}
div#data1 {
	margin-left: 5px;
	width: 479px;
	border-left: 1px solid #eadca9;
	border-right: 1px solid #eadca9;
	border-top: 0;
	border-bottom: 0;
	padding: 0 10px;
	min-height: 520px;
}
div#data1f {
	margin-left: 5px;
	width: 479px;
	border-left: 1px solid #eadca9;
	border-right: 1px solid #eadca9;
	border-top: 0;
	border-bottom: 0;
	padding: 0 10px;
}
div.products_big {
	width: 479px;
	border-bottom: 1px solid #eadca9;
	padding-bottom: 10px;
	padding-top: 10px;
}
div.products_left {
	width: 127px;
	height: 60px;
	padding-left: 2px;
	float: right;
	text-align: right;
}
div.products_right {
	width: 340px;
	float: left;
	padding: 0 3px;

}
div.products_bottom {
	background: transparent url(../gfx/data_bottom_bg.gif) no-repeat top left;
	height: 58px;
	padding: 12px 18px 0 18px;
	clear: both;
}
div#footer {
	width: 770px;
	margin: auto;
	height: 44px;
	background: transparent url(../gfx/footer_bg.gif) no-repeat top left;
	padding-bottom: 10px;
	color: #dfcf95;
}
div.pager {
	background-color: #F4E9BC;
	height: 23px;
	width: 445px;
	padding: 6px 0 0 30px;
}
div.contact_box {
	background: transparent url(../gfx/kapcs_bg.gif) no-repeat top left;
	padding: 20px 10px;
	height: 276px;
}
div#title {
	width: 510px;
	height: 57px;
	background: transparent url(../gfx/title.gif) no-repeat 0 0;
}

/**
 ** span
 */
span.m10 {
	margin:  10px;
}
div.price {
	background: transparent url(../gfx/item.gif) no-repeat 0 200px;
	padding-left: 35px;
	height: 15px;
	width: 340px;
	text-align: right; 
	padding-right: 10px;
}

a,
a:hover,
a:visited {
	color: #c36000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.next,
a.next:hover {
	padding-right: 12px;
	margin: 0;
	font-size: 11px;
	text-decoration: none;
	background: transparent url(../gfx/arrow_right.gif) no-repeat right 2px;
}
a.next:hover {
	text-decoration: underline;
}
a.next2,
a.next2:hover {
	padding: 0 0 5px 40px;
	margin: 0;
	font-size: 11px;
	text-decoration: none;
	background: transparent url(../gfx/item.gif) no-repeat left top;
}
a.next2:hover {
	text-decoration: underline;
}
a.back,
a.back:hover {
	padding-left: 12px;
	margin: 0;
	font-size: 11px;
	text-decoration: none;
	background: transparent url(../gfx/arrow_left.gif) no-repeat left 2px;
}
a.back:hover {
	text-decoration: underline;
}
a.print,
a.print:hover {
	padding: 2px 0 0 18px;
	margin: 0;
	font-size: 11px;
	text-decoration: none;
	background: transparent url(../gfx/print.gif) no-repeat left top;
}
a.print:hover {
	text-decoration: underline;
}

a.footer,
a.footer:hover,
a.footer:visited {
	color: #dfcf95;
	text-decoration: none;
}
a.footer:hover {
	text-decoration: underline;
}
input.box,
input.box:hover {
  font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #FF6600;
	height: 28px;
	width: 152px;
	border: 0;
	margin: 0;
	padding: 6px 5px 0 5px;
	vertical-align: middle;
	background: url(../gfx/box_bg.gif) no-repeat top left;
}
textarea,
textarea:hover {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #FF6600;
	height: 92px;
	width: 209px;
	border: 0;
	margin: 0;
	margin-top: 24px;
	padding: 5px 5px 0 5px;
	vertical-align: top;
	background: url(../gfx/textarea_bg.gif) no-repeat top left;
	overflow-y: auto;
}
label {
	cursor: pointer;
	width: 100px;
}
#submit {
	background: url(../gfx/submit.gif) no-repeat;
	border: 0;
	width: 87px;
	height: 19px;
	cursor: pointer;

}
input.error {
	color: red;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
input.normal {
  font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #FF6600;
	height: 25px;
	width: 200px;
	border: 0;
	margin: 0;
	padding: 3px 3px 0 3px;
	vertical-align: middle;
	background: url(../gfx/input_box.gif) no-repeat top left;
}

ul {
	list-style-type: none;
	margin: 0 0 0 30px;
	padding: 0;
}
ul li {
	padding: 0 0 5px 38px;
	margin: 0 ;
	background: transparent url(../gfx/item.gif) no-repeat left top;
}
ul.sitemap li {
	padding-bottom: 15px;
}
div.box4 {
	vertical-align: middle;
	width: 150px;
}
h1 {
	font-size: 12px;	
	margin: 0 0 10px 0;
	color: #686868;
	border-bottom: 1px solid #686868;	
}
h2 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding-top: 20px;
	text-align: center;
}
h3 {
	font-size: 12px;
	padding: 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #eadca9;
	padding: 0 0 2px 3px;
	color: #C76100;
	background: transparent url(../gfx/item.gif) no-repeat bottom right;	
}
a.submenu,
a.submenu:hover,
a.submenu:visited {
	color: #FF6600;
	text-decoration: none;
}
a.submenu:hover {
	text-decoration: overline;
}
label.req {
	color: #c36000;
}
