body {
	background-image:url(/images/0/site_bg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}

html, body {
	height: 100%;
}

textarea {
    resize: none;
}

h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0;
	margin-bottom: 3px;
}

h1 {
	font-size: 24px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

a {
	text-decoration:underline;
	color:#000;
}

a:hover {
	text-decoration:none;
}

*:focus {outline: none;}

.plink span{
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

a.plink {
	font-size:0;
	display: inline-block;
	text-decoration: none;
	line-height: 0;
	visibility: visible;
	cursor: pointer;
}

a.plink:hover {
	text-decoration: none;
}

.center {
	text-align: center;
}

.text_right {
	text-align:right;
}

.text_left{
	text-align:right;
}

p {
	padding:0;
	margin:0 0 10px 0;
}

.nomargin {
	margin:0;
}

form {
	padding:0;
	margin:0;
	float:left;
}

.bold,
.strong {
	font-weight:bold; 
}

.underline {
	text-decoration:underline;
}

.italic {
	font-style:italic;
}

map {
	cursor:pointer;
}

.link {
	cursor:pointer;
}

.clear {
	clear:both;
	height:0;
	overflow:hidden;
}

.clear2 {
	clear:both;
	height:5px;
	overflow:hidden;
}

.clear3 {
	clear:both;
	height:10px;
	overflow:hidden;
}

.clear4 {
	clear:both;
	height:15px;
	overflow:hidden;
}

.line {
	width:100%;
	float:left;
}

.left {
	float:left;
}

.left-5 {
	margin-left: 5px;
}

.right,
.float_right {
	float:right;
}

.image_left {
	float:left;
	border:3px solid black;
	margin:0 10px 10px 0;
	padding:0;
}

.image_right {
	float:right;
	border:3px solid black;
	margin:0 0 10px 10px;
	padding:0;
}

.image_center {
	border:3px solid black;
	margin:0 auto;
	padding:0;
}

.container {
	width: 850px;
	margin:0 auto;
	background-color: #fff;
}

.sub_container {
	width: 850px;
	float:left;
	background-color: #fff;
	position: relative;
}

.header {
	position: relative;
	width: 850px;
	height: 136px;
	border-bottom: 10px solid #e20a16;
}

.logo1 {
	background-image: url('/images/0/logo1.jpg');
	width: 204px;
	height: 54px;
	position: absolute;
	left: 14px;
	top: 25px;
}

.topmenus {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 34px;
	width: 850px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 34px;
}

.topmenus li a {
	display: block;
	height: 34px;
	background-image: url('/images/0/top_menu_center.jpg');
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	_width: 10px; /*ie6*/
	white-space: nowrap;
}

.topmenus li {
	height: 34px;
	float: left;
	margin-left: 3px;
	display: inline;
}

.topmenus a span {
	display: block;
	background-image: url('/images/0/top_menu_left.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height: 34px;
}

.topmenus a span span {
	display: block;
	background-image: url('/images/0/top_menu_right.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	height: 34px;
	min-width: 100px;
	_width: 100px; /*ie6*/
	padding-left: 8px;
	padding-right: 8px;
}

.topmenus li.inverse a {
	background-image: url('/images/0/top_menu_center_i.jpg');
}

.topmenus li a:hover {
	background-image: url('/images/0/top_menu_center_i.jpg');
}

.topmenus li.inverse a span {
	background-image: url('/images/0/top_menu_left_i.jpg');
}

.topmenus li.inverse a span span {
	background-image: url('/images/0/top_menu_right_i.jpg');
}

.welcome_msg {
	position: absolute;
	top: 10px;
	right: 243px;
	min-width: 353px;
	_width: 353px;
}

.welcome_msg a {
	font-weight: bold;
}

.header_cart {
	background-image: url('/images/0/header_cart_bg.jpg');
	height: 70px;
	width: 224px;
	position: absolute;
	right: 7px;
	top: 10px;
}

.header_cart_title {
	position: absolute;
	top: 10px;
	left: 85px;
	text-decoration: underline;
}

.header_cart_content {
	color: #ff0000;
	font-weight: bold;
	position: absolute;
	left: 85px;
	top: 30px;
}

.header_cart_lnk {
	height: 70px;
	width: 224px;
	background-image: url('/images/0/spacer.gif');
	position: absolute;
}

.header_search {
	position: absolute;
	left: 413px;
	top: 65px;
}

.header_search input {
	width: 148px;
	height: 16px;
	border: 1px solid #ccc;
	display: block;
	float: left;
	margin-right: 5px;
}

.header_search label {
	display: block;
	float: left;
	line-height: 22px;
	margin-right: 5px;
}

.search_btn {
	display: block;
	float: left;
	width: 38px;
	height: 20px;
	color: #fff;
	background-color: #333333;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}

.search_btn:hover {
	text-decoration: underline;
}

#login_win {
	position: absolute;
	display: none;
	border: 1px solid #000;
	width: 226px;
	background-color: #fff;
	padding: 7px;
	z-index: 900;
	left:400px;
	top:25px;
}

#login_win label {
	float: left;
	width: 66px;
	margin-bottom: 5px;
}

#login_win input {
	width: 148px;
	height: 16px;
	border: 1px solid #ccc;
	display: block;
	float: left;
	margin-bottom: 5px;
}

#login_win a {
	font-weight: normal;
}

.btn1 {
	background-image: url('/images/0/btn_1.jpg');
	display: inline-block;
	height: 21px;	
	text-align: center;
	line-height: 21px;
	padding-left: 15px;
	text-decoration: none;
}

.btn1 span {
	background-image: url('/images/0/btn_1.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	height: 21px;
	display: inline-block;
	padding-right: 15px;
	font-weight: bold;
	color: #fff;
}

.btn2 {
	background-image: url('/images/0/btn_2.jpg');
	display: inline-block;
	height: 25px;	
	text-align: center;
	line-height: 25px;
	padding-left: 7px;
	text-decoration: none;
}

.btn2 span {
	background-image: url('/images/0/btn_2.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
	display: inline-block;
	padding-right: 15px;
	padding-left: 8px;
	font-weight: bold;
	color: #fff;
}

.btn3 {
	background-image: url('/images/0/btn_3.jpg');
	display: inline-block;
	height: 25px;	
	text-align: center;
	line-height: 25px;
	padding-left: 7px;
	text-decoration: none;
}

.btn3 span {
	background-image: url('/images/0/btn_3.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
	display: inline-block;
	padding-right: 15px;
	padding-left: 8px;
	font-weight: bold;
	color: #333333;
}

.btn4 {
	background-image: url('/images/0/btn_4.jpg');
	display: inline-block;
	height: 25px;	
	text-align: center;
	line-height: 25px;
	padding-left: 7px;
	text-decoration: none;
}

.btn4 span {
	background-image: url('/images/0/btn_4.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
	display: inline-block;
	padding-right: 15px;
	padding-left: 8px;
	font-weight: bold;
	color: #fff;
}

.btn5 {
	background-image: url('/images/0/btn_5.jpg');
	display: inline-block;
	height: 25px;	
	text-align: center;
	line-height: 25px;
	padding-left: 7px;
	text-decoration: none;
}

.btn5 span {
	background-image: url('/images/0/btn_5.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
	display: inline-block;
	padding-right: 15px;
	padding-left: 8px;
	font-weight: bold;
	color: #fff;
}

.btn6 {
	background-image: url('/images/0/btn_6.jpg');
	display: inline-block;
	height: 25px;	
	text-align: center;
	line-height: 25px;
	padding-left: 7px;
	text-decoration: none;
}

.btn6 span {
	background-image: url('/images/0/btn_6.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
	display: inline-block;
	padding-right: 15px;
	padding-left: 8px;
	font-weight: bold;
	color: #fff;
}

a.btn2 span:hover, a.btn1 span:hover, a.btn3 span:hover, a.btn4 span:hover, a.btn5 span:hover, a.btn6 span:hover {
	text-decoration: underline;
}

.login_submit {
	float: right;
	margin-right: 2px;
}

.login_error {
	color: #ff0000;
}

.langs {
	position: absolute;
	right: 8px;
	bottom: 6px;
	z-index: 20;
}

.langs a {
	margin-left: 5px;
	margin-right: 5px;
}

.lang1 {
	background-image: url('/images/0/lang1.jpg');
	width: 24px;
	height: 19px;
}

.lang2 {
	background-image: url('/images/0/lang2.jpg');
	width: 24px;
	height: 19px;
}

.lang3 {
	background-image: url('/images/0/lang3.jpg');
	width: 24px;
	height: 19px;
}

.blind_lnk {
	background-image: url('/images/0/blind.jpg');
	width: 19px;
	height: 19px;
}

.title1 div {
	float: left;
	white-space: nowrap;
}

.title1_right {
	background-image: url('/images/0/title1.jpg');
	height: 23px;
	width: 576px;
}

.title1_slide {
	width: 1600px;
}

.title1_left {
	padding-left: 5px;
	min-width: 63px;
	_width: 63px;
}

.title1 {
	clear: both;
	overflow: hidden;
	width: 576px;
	font-size: 17px;
	font-weight: bold;
	line-height: 23px;
	color: #333333;
}

.title2 div {
	float: left;
	white-space: nowrap;
}

.title2_right {
	background-image: url('/images/0/title2.jpg');
	height: 23px;
	width: 100%;
	width: 832px;
}

.title2_slide {
	width: 1600px;
}

.title2_left {
	padding-left: 0px;
	min-width: 100px;
	_width: 63px;
}

.title2 {
	clear: both;
	overflow: hidden;
	width: 832px;
	font-size: 17px;
	font-weight: bold;
	line-height: 23px;
	color: #333333;
}

.content_full {
	padding-left: 10px;
}

.content_left {
	width: 581px;
	float: left;
	padding: 11px;
	padding-left: 7px;
	padding-top: 5px;
}

.content_right {
	width: 250px;
	float: left;
}

.content_box1 {
	padding: 7px;
	width: 560px;
	border: 1px solid #ccc;
}

.content_box2 {
	padding: 7px;
	width: 560px;
	border: 1px solid #ccc;
}

.boxtop1 {
	background-image: url('/images/0/boxtop_1_bg.jpg');
	height: 22px;
	line-height: 22px;
}

.boxtop1 .left {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	font-family: Arial;
	padding-left: 7px;
}

.boxtop1 .right a {
	color: #fff;
	margin-right: 7px;
	font-size: 11px;
}

.index_product_price {
	width: 120px;
	height: 39px;
	background-image: url('/images/0/product_price_bg.jpg');
	color: #e20a16;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	padding-right: 32px;
	display: inline-block;
}

.index_product {
	text-align: center;
}

.index_product a {
	font-weight: bold;
}

.index_product_image img {
	border: 1px solid #ccc;
	vertical-align: middle;
	max-width: 168px;
	max-height: 118px;
}

.index_product_image {
	height: 120px;
	line-height: 118px;
	position: relative;
}

.index_product_image a {
	position: relative;
	display: inline-block
}

.index_product {
	width: 178px;
	float: left;
}

.index_products_spacer {
	float: left;
	width: 13px;
	height: 100px;
}

.action {
	display: inline-block;
	height: 20px;
	width: 70px;
	background-color: #ff0000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	font-size: 13px;
	margin-top: 5px;
}

.partner_info_box {
	border-left: 8px solid #e20a16;
	border-right: 8px solid #e20a16;
	border-bottom: 8px solid #e20a16;
	background-color: #b8b8b8;
	background-image: url('/images/0/partnerhelp_bg.jpg');
	background-repeat: no-repeat;
	background-position: 153px 40px;
	padding: 5px;
}

.partner_title {
	font-weight: bold;
	font-size: 13px;
}

.parter_bigtitle {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.right_comments {
	border: 8px solid #333;
	background-color: #666;
	/*padding: 5px;*/
	color: #fff;
}

.right_comment_title {
	height: 25px;
	background-color: #333;
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
}

.right_comments_item {
	padding: 5px;
	border-bottom: 8px solid #333;
}

.footer {
	background-color: #333333;
	height: 30px;
	width: 850px;
	margin: 0 auto;
	line-height: 30px;
	color: #fff;
	margin-bottom: 20px;
}

.footer a {
	margin-left: 15px;
	margin-right: 15px;
	color: #fff;
}

.footer_left {
	float: left;
}

.footer_right {
	float: right;
}

.fejl_terv_logo {
	width: 241px;
	height: 60px;
	background-image: url('/images/0/umft_logo2.jpg');
    border: 1px;
	margin-left: 5px;
}

.extra_buttons {
	position: absolute;
	top: 63px;
	left: 237px;
}

.lostpass_frm label {
	width: 100px;
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
}

.lostpass_frm input {
	width: 148px;
	height: 18px;
	border: 1px solid #ccc;
	display: block;
	float: left;
}

.lostpass_btn {
	margin-left: 250px;
}

.password_btn {
 margin-left: 190px;
}

.history1 {
	border: 1px solid #ccc;
	width: 825px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.gyik_tab {
	background-image: url("/images/0/gyik_tab_bg.jpg");
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-left: 5px;
	cursor: pointer;
}

.gyik_tabcontent {
	overflow: hidden;
	width: 567px;
	padding-left: 5px;
	padding-right: 5px;
}

.gyik_msg {
	background-color: #0c4e29;
	padding: 7px;
	width: 232px;
}

.gyik_msg_title {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 4px;
	padding-left: 6px;
}

.gyik_msg textarea {
	width: 230px;
	height: 120px;
}

.gyik_msg label {
	color: #fff;
	font-weight: bold;
	height: 25px;
	display: block;
	line-height: 25px;
}

.gyik_msg input {
	width: 230px;
	height: 18px;
}

.msg_submit {
	margin-top: 10px;
	margin-left: 80px;
}

.contact_left {
	width: 390px;
	padding-left: 5px;
	float: left;
}

.contact_right {
	width: 335px;
	padding-left: 5px;
	float: left;
}

.contact_datas {
	border: 1px solid #ccc;
	padding: 5px;
}

.contact_frm label {
	width: 100px;
	height: 18px;
	display: block;
	float: left;
}

.contact_frm input {
	border: 1px solid #ccc;
	height: 18px;
	float: left;
	display: block;
	width: 300px;
}

.contact_frm textarea {
	border: 1px solid #ccc;
	width: 300px;
	height: 200px;
	float: left;
	display: block;
}

.lost_pass_captcha {
	float: left;
	background-color: #ebebeb;
	width: 300px;
	padding: 5px;
}

.lost_pass_captcha input {
	width: 75px;
}

.lost_pass_captcha img {
	float: left;
	margin-left: 5px;
	display: inline;
	margin-right: 15px;
}

.lost_pass_captcha a {
	line-height: 22px;
	display: block;
	float: left;
}

.contact_btn {
	margin-left: 190px;
}

.forumlist_title {
	background-image: url('/images/0/forumlist_title.jpg');
	height: 24px;
	width: 832px;
}

.forumlist_title div {
	float: left;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
}

.forumlist_col1 {
	width: 470px;
	padding-left: 20px;
}

.forumlist_col2 {
	width: 80px;
}

.forumlist_col3 {
	width: 120px;
}

.forumlist_row1 {
	min-height: 15px;
	_height: 20px;
	padding-top: 5px;
	background-color: #fff;
	padding-bottom: 5px;
	float: left;
	width: 832px;
}

.forumlist_row2 {
	min-height: 15px;
	_height: 20px;
	padding-top: 5px;
	background-color: #ebebeb;
	float: left;
	padding-bottom: 5px;
	width: 832px;
}

.forumlist_row1 div, .forumlist_row2 div {
	float: left;
	color: #000;
}

.forumlist_pager {
	float: right;
	padding-right: 7px;
}

div.forum_title {
	float: left;
	color: #fff;
	line-height: 24px;
	padding-left: 10px;
	font-weight: normal;
}

.forum_message {
	background-color: #d4e9dd;
	width: 820px;
	min-height: 18px;
	padding: 6px;
}

.forum_write_frm label {
	width: 130px;
	float: left;
	display: block;
	line-height: 20px;
}

.forum_write_frm input {
	width: 410px;
	float: left;
	display: block;
	height: 18px;
	border: 1px solid #ccc;
}

.forum_write_frm textarea {
	width: 410px;
	float: left;
	display: block;
	height: 100px;
	border: 1px solid #ccc;
}

a.bb_btn {
	display: block;
	float: left;
	color: #fff;
	line-height: 25px;
	height: 25px;
	background-color: #333;
	padding-left: 7px;
	padding-right: 7px;
	text-decoration: none;
	margin-right: 1px;
}

.userdata_form label {
	min-width: 144px;
	_width: 144px;
	display: block;
	float: left;
	height: 15px;
	padding-top: 5px;
	margin-bottom: 7px;
	margin-top: 2px;
	white-space: nowrap;
}

.userdata_form input{
	width: 200px;
	display: block;
	float: left;
	border: 1px solid #ccc;
	height: 18px;
	margin-bottom: 7px;
	margin-left: 5px;
	margin-top: 2px;
}

.userdata_form select{
	width: 200px;
	display: block;
	float: left;
	border: 1px solid #ccc;
	height: 22px;
	margin-bottom: 7px;
	margin-left: 5px;
	margin-top: 2px;
}

.userdata_form input.checkbox{
	width: auto;
	height: auto;
	margin: 0;
	border: 0;
	margin-top: 7px;
	margin-right: 5px;
}

.userdata_form h3 {
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 5px;
}

.content_rev_left {
	width: 250px;
	float: left;
}

.content_rev_right {
	width: 577px;
	float: left;
	padding: 11px;
	padding-top: 5px;
}

.rev_left {
	margin-left: 5px;
	margin-top: 5px;
	display: inline-block;
}

.rev_left .gyik_msg_title {
	font-size: 17px;
}

.white {
	color: #fff;
	padding-bottom: 3px;
	display: inline-block;
}

.search_links {
	padding-left: 10px;
}

.search_item1 {
	background-color: #d4e9dd;
	padding: 5px;
}

.search_item2 {
	padding: 5px;
}

.old_orders_lnk {
	padding-left: 15px;
}

.old_orders_lnk_arrow {
	background-image: url('/images/0/old_orders_arrow.jpg');
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
}

.old_orders_title {
	background-image: url('/images/0/forumlist_title.jpg');
	height: 24px;
	width: 577px;
}

.old_orders_title div {
	float: left;
	font-weight: bold;
	color: #fff;
	line-height: 24px;
}

.old_orders_row1 div, .old_orders_row2 div {
	float: left;
}

.old_orders_row1 {
	height: 30px;
	height: 23px;
	padding-top: 7px;
}

.old_orders_row2 {
	height: 23px;
	padding-top: 7px;
	background-color: #d4e9dd;
}

.old_orders_col1 {
	width: 310px;
	padding-left: 10px;
}

.old_orders_col2 {
	width: 85px;
}

.old_orders_col3 {
	width: 90px;
}

.old_orders {
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
}

.order_bottom_right {
	text-align: center;
	float: right;
	padding-top: 10px;
}

.order_bottom_left {
	float: left;
}

.order_bottom_info {
	padding: 5px;
	padding-bottom: 0;
	border: 1px solid #ccc;
	width: 390px;
}

.products_item_left img {
	border: 1px solid #ccc;
}

.products_item_left {
	float: left;
	margin-right: 5px;
}

.products_item_right {
	float: left;
	width: 393px;
}

.products_item_title {
	background-image: url('/images/0/forumlist_title.jpg');
	height: 24px;
	width: 388px;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	padding-left: 5px;
}

.actionred {
	color: #e20a16;
}

.products_gocart {
	display: inline-block;
	padding: 1px;
	border: 1px solid #ccc;
	float: right;
}

.sub_products_gocart {
	width: 264px;
	height: 44px;
	clear: both;
	display: inline-block;
	background-color: #d4e9dd;
	padding: 8px;
	position: relative;
}

.sub_products_gocart input {
	width: 60px;
	height: 16px;
	border: 1px solid #ccc;
}

.products_gocart_btn {
	position: absolute;
	top: 18px;
	right: 10px;
}

.products_item {
	margin-bottom: 15px;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	display: inline;
}

.products_item_bg {
	margin-bottom: 15px;
	float: left;
	background-color: #d4e9dd;
	padding-left: 5px;
	padding-top: 5px;
	width: 572px;
	display: inline;
}

.products_item_more_lnk {
	float: right;
	margin-top: -25px;
	margin-right: 10px;
}

.cond_links {
	background-color: #fff;
	padding: 7px;
}

.cond_links a {
	float: left;
	margin-bottom: 4px;
}

.del_icon {
	margin-left: 10px;
	padding-top: 2px;
}

.del_all_cond {
	margin-left: 64px;
}

.products_pager {
	text-align: center;
	margin-bottom: 10px;
	position: relative;
	float: left;
	width: 577px;
}

.products_pager_left {
	position: absolute;
	font-weight: bold;
	top: 0px;
	left: 0px;
}

.products_pager_lnks {
	width: 300px;
	display: inline-block;
}

.products_pager_right {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: -5px;
}

.products_item_pic {
	position: relative;
	display: inline-block;
	_display: inline; /*ie6*/
	margin-right: 4px;
}

.line_title {
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 2px;
}

.item_no {
	font-weight: normal;
	float: right;
	padding-right: 5px;
}

.component_gocart {
	background-color: #579457;
	height: 30px;
	line-height: 32px;
	padding: 5px;
	padding-left: 10px;
	width: 370px;
}

.component_gocart input {
	width: 50px;
}

.cart_title {
	background-color: #cce1d5;
	height: 30px;
	line-height: 30px;
}

.cart_title div {
	float: left;
	font-weight: bold;
}

.cart_item div {
	float: left;
	padding-top: 5px;
}

.cart_col1 img {
	border: 1px solid #ccc;
}

.cart_col1 {
	width: 110px;
}

.cart_col2 {
	width: 212px;
}

.cart_col3 {
	width: 86px;
}

.cart_col4 {
	width: 92px;
}

.cart_col5 {

}

.cart_col4 input {
	width: 60px;
	height: 17px;
	border: 1px solid #ccc;
}

.cart_reload {
	background-image: url('/images/0/reload_icon.jpg');
	background-repeat: no-repeat;
	padding-left: 14px;
	color: #333333;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: inline-block;
	margin-top: 5px;
}

.cart_del {
	background-image: url('/images/0/del_icon.jpg');
	background-repeat: no-repeat;
	padding-left: 14px;
	color: #333333;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: inline-block;
	margin-top: 5px;
}

.cart_item {
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
	margin-bottom: 3px;
	float: left;
	width: 580px;
}

.login_left {
	float: left;
	margin-left: 160px;
	display: inline;
	width: 230px;
	margin-right: 30px;
}

.login_right {
	float: left;
	display: inline;
	width: 250px;
}

.login_left label {
	width: 70px;
	display: block;
	float: left;
	line-height: 20px;
	margin-bottom: 7px;
}

.login_left input {
	width: 150px;
	display: block;
	float: left;
	height: 18px;
	bordeR: 1px solid #ccc;
	margin-bottom: 7px;
}

.login_ok {
	margin-right: 10px;
	float: right;
}

.header2 {
	width: 830px;
	height: 106px;
	background-color: #d9d9d9;
	margin-left: 10px;
	margin-top: 10px;
	background-image: url('/images/0/header2.jpg');
	position: relative;
}

.step {
	display: block;
	text-align: center;
	width: 100px;
	height: 100px;
	background-image: url('/images/0/step.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	float: left;
}

.steps {
	position: absolute;
	left: 309px;
	top: 13px;
}

.step span {
	font-size: 14px;
	padding-top: 7px;
	display: inline-block;
}

.steps .inverse {
	background-image: url('/images/0/step_i.jpg');
}

.order_form h3 {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.order_form label.leftlabel {
	width: 145px;
	display: block;
	float: left;
	margin-bottom: 5px;
	height: 15px;
	padding-top: 8px;
}

.order_form label.leftlabel2 {
	width: 120px;
	display: block;
	float: left;
	margin-bottom: 5px;
	height: 15px;
	padding-top: 8px;
}

.order_form input {
	float: left;
}

.order_form textarea {
	width: 460px;
	height: 100px;
	border: 1px solid #ccc;
}

.order_form input.text {
	width: 150px;
	display: block;
	float: left;
	height: 18px;
	border: 1px solid #ccc;
	margin-bottom: 8px;
}

.radio_label {
	float: left;
	display: block;
	padding-left: 3px;
	padding-top: 2px;
	max-width: 780px;
}

.form_sub_items {
	margin-left: 30px;
	width: 750px;
	position: relative;
	display: none;
}

.order_price_box {
	width: 232px;
	height: 65px;
	background-image: url('/images/0/order_price_box.jpg');
	position: absolute;
	top: 190px;
	right: 20px;
	color: #000;
}

.order_price_box_title {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 14px;
}

.order_price_box_left {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.order_price_box_right {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	font-weight: bold;
}

.redtitle {
	color: #d3591d;
	font-weight: normal;
	font-size: 12px;
}

.shipping_infos {
	position: absolute;
	bottom: 0px;
	right: -30px;
	background-color: #d9d9d9;
	padding: 5px;
	width: 420px;
	display: none;

}

.shipping_infos label {
	width: 250px;
	padding-top: 5px;
}

.shipping_infos select {
	width: 135px;
}

.margin-left-260 {
	margin-left: 260px;
}

.order_summary {
	position: absolute;
	right: 20px;
	top: 200px;
	background-color: #d9d9d9;
	text-align: right;
	padding: 5px;
	padding-top: 0;
}

.order_summary h4 {
	display: block;
	border-bottom: 1px solid #fff;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	width: 220px;
	text-align: left;
}

.order_submit_items {
	width: 564px;
	margin-left: 130px;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

.order_submit_title {
	padding-right: 10px;
	padding-left: 10px;
	background-color: #d9d9d9;
	height: 25px;
	padding-top: 10px;
}

.order_submit_item1 {
	padding-top: 9px;
	padding-right: 10px;
	padding-left: 10px;
}

.order_submit_item2 {
	padding-top: 9px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #f2f2f2;
}

.order_col1 {
	width: 275px;
	float: left;
}

.order_col2 {
	width: 100px;
	float: left;
}

.order_col3 {
	width: 70px;
	float: left;
}

.order_col4 {
	float: left;
	text-align: right;
	width: 95px;
}

.order_submit_left {
	margin-left: 135px;
	margin-top: 3px;
	float: left;
}

.order_submit_right {
	float: right;
	margin-top: 3px;
	margin-right: 170px;
	text-align: right;
}

.order_submit_data_left {
	float: left;
	width: 140px;
	font-weight: bold;
}

.order_submit_data_right {
	float: left;
}

.order_submit_data_text {
	clear: both;
	width: 580px;
}

.order_datas {
	margin-left: 130px;
	width: 580px;
	float: left;
	display: inline;
}

.error {
    border:1px solid #ff0000 !important;
}

.error_text {
	color: #ff0000;
}

.comment_picture{
    width:50%;
    margin:10px auto;
}

.scaled{
    width:100%;
}

.search_szukit_lnk {
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: auto;
}

.search_page_szukit_lnk {
	padding-left: 15px;
	height: auto;
}

.search_page_szukit_lnk_arrow {
    background-image: url('/images/0/old_orders_arrow.jpg');
	background-repeat: no-repeat;
	background-position: left 3px;
    padding-left:15px;
}

#search_cat {
    display:none;
    background-color:#E1E1E1;
    border:1px solid #333333;
    position:absolute;
    width:186px;
    padding:5px 5px 5px 0px;
	z-index: 100;
	left:413px;
	top:88px;
}

.view_image1 {
    background-image:url('/images/0/view_image1.jpg');
    float:left;
    height:12px;
    margin-right:10px;
    margin-top:1px;
    overflow:hidden;
    width:14px;
}

.plink_search {
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

a.plink_search {
	font-size:0;
	display: inline-block;
	text-decoration: none;
	line-height: 0;
	visibility: visible;
}

a.plink_search:hover {
	text-decoration: none;
}

.search_pic {
	position: absolute;
	border: 1px solid #CCCCCC;
}

.list_paging {
    font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}

.list_paging_nmb {
	float: left;
	margin-left: 120px;
}

.contact_data_main_item {
    font-weight: bold;
    margin-bottom: 10px;
}

.contact_data_item_1 {
    width: 100px;
}

.contact_data_item_2 {
    width: 275px;
}

.privacy_content {
    margin-left: 15px;
    margin-right: 15px;
}

.privacy_content li{
    margin-top: 10px;
    margin-bottom: 10px;
}

.buying_guide_content {
    margin-left: 15px;
    margin-right: 15px;
}

.buying_guide_content p{
    margin-left: 5px;
}

.buying_guide_content table{
    margin-left: 230px;
    border: 1px solid #D3D3D3;
}

.buying_guide_content table td{
    font-weight: bold;
    text-align: center;
    padding: 2px;
    width: 150px;
    border: 1px solid #D3D3D3;
}

.buying_guide_title2 {
    border-bottom:1px solid #DBDBDB;
    font-weight:bold;
    margin-top:15px;
    margin-bottom:5px;
    padding-bottom:5px;
    width:820px;
}

.ui-effects-transfer { 
    background-color:#424242;
    opacity: 0.6;
    z-index:9999;
}

#partner_result {
	background-color:#e4eef9;
	padding:0 70px 0 0;
	text-align:right;
	line-height:25px;
	clear: both;
	width: 509px;
	height: 26px;
}



#partner_table td {

	padding:0 0 0 10px;

	vertical-align:top;

}

.button_1 a {
background-color:#FFFFFF;
background-image:url("../../images/arrowright_10x11.jpg");
background-position:7px 5px;
background-repeat:no-repeat;
border:1px solid #E2E2E2;
display:block;
float:left;
line-height:10px;
padding:5px 8px 5px 8px;
text-decoration:none;
font-weight: bold;
margin-left: 10px;
margin-top: 2px;
}

.button_1_fail {
	display: none;
}

#partner_left {
	padding-bottom: 10px;
}

.table {

	border-collapse:collapse;

	border-color:#eeeeee;

}



.table_2 {

	background-color:#FFF;

	border-color:#e2e2e2;

	border:1px solid #c2c2c2

}



.table_header {

	background-color:#f3f3f3;

	line-height:25px;

	font-weight:bold;

	padding:0 0 0 10px;

	border:1px solid #e1e1e1;

}

#feltetelek {
	padding-bottom: 10px;
}

.partner-dotted-bottom  {
border-bottom:1px dotted #A8A8A8;
padding-bottom:4px !important;
}

.blind_show {
	display: none;
}

.products_item_left p {
	width: 170px;
}


