body, form, input, h1, h2, h3, h4, h5, h6, p, ul, li, ol, blockquote, img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
body{
	font-family: Arial, Tahoma, Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #fff;
	text-align: center;
}
h1, h2, h3, h4, h5, h6{
	margin-bottom: 10px;
	font-family: Arial, Tahoma, Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
}
h2{
	font-weight: normal;
	font-size: 24px;
	color: #ff0000;
}
h3{
	font-size: 18px;
	color: #627c89;
}
h4{
	font-size: 16px;
	color: #ff0000;
}
h5, h6{
	font-size: 14px;
	color: #627c89;
}

p{
	margin: 0px 0px 10px;
}
a{
	outline: none;
	color: #333;
	text-decoration: underline;
}
a:hover{
	color: #ff0000;
}
ul{
	margin: 0px 10px 10px 10px;
	padding: 0px 5px;
	list-style-type: disc;
}
li{
	margin: 4px 0px 2px 10px;
}
ol {
	margin: 0px 10px 10px 17px;
	padding: 0px 5px;
	list-style-type: decimal;
}
.clear{
	clear: both;
	height: 0px;
	font-size: 0px;
}
label{
	cursor: pointer;
	outline: none;
}

/* forms */
input, textarea, select{
	padding: 2px;
	border: solid 1px #DAE6E9;
	font-family: Arial, Verdana, Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	outline: none;
}
input.button, .button_long, .fps_button, .fps_button2, .button_100{
	padding: 0px;
	width: 70px;
	height: 21px;
	background: url(/frames/button_bg.gif) no-repeat;
	border: none;
	font-weight: bold;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.button_long{
	width: 150px;
	background: url(/frames/button_long.gif) no-repeat;
}
.button_100{
	width: 100px;
	background: url(/frames/button_100.gif) no-repeat;
}
input.button:hover, .button_long:hover{
	color: #ccc;
}
.button_on_center{
	padding: 10px 0px 0px;
	text-align: center;
}
.button_on_right{
	padding: 10px 0px 0px;
	text-align: right;
}
input.checkbox{
	border: none;
	vertical-align: middle;
}

.static_content{
	margin-top: 17px;
	padding: 10px;
	width: 537px;
	background: #fff url(/frames/top_557_bg.gif) no-repeat;
}
.content_bottom{
	width: 557px;
	height: 5px;
	background: url(/frames/bottom_557_bg.gif) no-repeat;
}
.wide_content{
	margin-top: 17px;
	padding: 10px;
	width: 945px;
	background: #fff;
}
.search_highlight{
    background-color: #ffea00;
}
.ch_indent{
	margin-left: 15px;
}

.select{
	position: absolute;
	padding: 6px 25px 4px 9px;
	height: 21px;
	background: #fff url(/frame/select-down.png) right 13px no-repeat;
	border: solid 1px #DAE6E9;
	font-size: 16px;
	color: #333333;
	line-height: 18px;
	overflow: hidden;
	cursor: pointer;
}
select.styled{
	cursor: pointer;
	position: relative;
	height: 27px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 5;
}
.disabled{
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.requirednote{
	padding-left: 13px;
	background: url(/frame/required.png) left top no-repeat;
	font-size: 11px;
	font-style: italic;
}

a.actionButton{
	display: block;
	padding: 8px 30px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	background: #ffa814;
	background: -moz-linear-gradient(top, #ffa814 0%, #fea713 11%, #f78600 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa814), color-stop(11%,#fea713), color-stop(100%,#f78600));
	background: -webkit-linear-gradient(top, #ffa814 0%,#fea713 11%,#f78600 100%);
	background: -o-linear-gradient(top, #ffa814 0%,#fea713 11%,#f78600 100%);
	background: -ms-linear-gradient(top, #ffa814 0%,#fea713 11%,#f78600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa814', endColorstr='#f78600',GradientType=0 );
	background: linear-gradient(top, #ffa814 0%,#fea713 11%,#f78600 100%);
	text-decoration: none;
}
a.actionButton:hover {
	color: #ffe5ba;
}
a.slaveButton{
	display: inline-block;
	padding: 8px 30px;
	width: auto;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	background: #627C89;
	background: -moz-linear-gradient(top, #9db1bb 0%, #819ca9 11%, #627C89 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9db1bb), color-stop(11%,#819ca9), color-stop(100%,#627C89));
	background: -webkit-linear-gradient(top, #9db1bb 0%,#819ca9 11%,#627C89 100%);
	background: -o-linear-gradient(top, #9db1bb 0%,#819ca9 11%,#627C89 100%);
	background: -ms-linear-gradient(top, #9db1bb 0%,#819ca9 11%,#627C89 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9db1bb', endColorstr='#627C89',GradientType=0 );
	background: linear-gradient(top, #9db1bb 0%,#819ca9 11%,#627C89 100%);
	text-decoration: none;
}
a.slaveButton:hover {
	color: #e4f2ff;
}

/* topheader */
#topheader{
	position: relative;
	z-index: 50;
	margin: 0px auto;
	padding: 6px 5px 0px;
	width: 985px;
	height: 19px;
	text-align: left;
	font-size: 10px;
}
#topheader a.home{
	display: block;
	padding: 0px 0px 0px 20px;
	width: 50px;
	background: url(/frames/ico_home.gif) no-repeat 5px 1px;
	color: #c7cdd0;
	font-size: 9px;
	text-decoration: none;
}
#topheader a.home:hover{
	color: #ff0000;
}
#topheader .g1{
	float: right;
	padding-right: 40px;
}
#topheader .g1 a{
	display: block;
	float: left;
	padding: 0px 10px 0px 15px;
	color: #fff;
}
#topheader .g1 a.registration{
	background: url(/frames/ico_document.gif) no-repeat 0px 1px;
}
#topheader .g1 a.newsletter{
	background: url(/frames/ico_mail.gif) no-repeat 0px 2px;
}
#topheader .g1 a:hover{
	color: #ff0000;
}
/**/
#topheader .g2{
	float: right;
	width: 198px;
}
#topheader .g2 a{
	display: block;
	float: left;
	padding: 4px 0px 0px 20px;
	width: 77px;
	height: 15px;
	text-decoration: none;
}
#topheader .g2 a.login{
	background: url(/frames/top_menu_login.gif) no-repeat;
	color: #ff0000;
}
#topheader .g2 a.basket{
	float: right;
	background: url(/frames/top_menu_basket.gif) no-repeat;
	color: #fff;
}
#topheader .g2 a:hover{
	text-decoration: underline;
}

/* mychipland */
#mychipland{
	display: none;
	position: absolute;
	top: 25px; left: 791px;
	z-index: 50;
	padding: 10px 5px 5px;
	width: 188px;
	background: #fff url(/frames/mychipland_bg.gif) no-repeat top;
	border: solid 1px #374852;
	border-top: none;
	overflow: hidden;
}
#mychipland b{
	font-size: 11px;
	color: #627C89;
}
#mychipland ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#mychipland ul li{
	margin: 0px;
	padding: 2px 0px 2px 10px;
	list-style: none;
	background: url(/frames/dot_red.gif) no-repeat 0px 6px;
}
#mychipland form input.t{
	width: 180px;
}
#mychipland form p{
	margin: 0px 0px 3px;
}
#mychipland .button_on_right{
	position: relative;
}
#mychipland .button_on_right a.registration{
	position: absolute;
	left: 0; top: 5px;
}

/* mybasket */
#mybasket{
	display: none;
	position: absolute;
	top: 25px; left: 691px;
	z-index: 50;
	padding: 5px;
	width: 288px;
	background: #ff0000 url(/frames/mybasket_bg.gif) no-repeat top;
	border: solid 1px #374852;
	border-top: none;
	color: #fff;
	font-size: 11px;
}
#mybasket .notice{
	margin: 0px;
}
#mybasket .row{
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 288px;
	border-bottom: solid 1px #fff;
}
#mybasket .row .l{
	float: left;
	padding-right: 11px;
	width: 89px;
}
#mybasket .row .l a{
	display: block;
	width: 85px;
	background: #fff;
	border: solid 2px #D3DCE0;
	text-align: center;	
}
#mybasket .row .r{
	float: right;
	width: 188px;
}
#mybasket .row .name{
	margin-bottom: 5px;
	font-weight: bold;
	color: #fff;
}
#mybasket .row .name a{
	color: #fff;
	text-decoration: none;
}
#mybasket .row .name a:hover{
	text-decoration: underline;
}
#mybasket .row .pcs{
	display: block;
	float: left;
	margin-right: 5px;
	font-size: 10px;
}
#mybasket .row a.inc, #mybasket .row a.dec{
	display: block;
	float: left;
	margin: 0px 2px 0px 0px;
	width: 11px;
	height: 11px;
	background: url(/frames/inc.gif) no-repeat 0px 0px;
	font-size: 1px;
}
#mybasket .row a.dec{
	background: url(/frames/dec.gif) no-repeat 0px 0px;
}
#mybasket .row a.inc:hover, #mybasket .row a.dec:hover {
	background-position: 0px -11px;
}

#mybasket .row .price{
	float: right;
	font-weight: bold;
	text-align: right;
}
#mybasket .money{
	margin-bottom: 10px;
	padding: 5px;
	width: 278px;
	background: #fff;
	font-weight: bold;
	color: #ff0000;
}
#mybasket .money b{
	display: block;
	float: right;
}
#mybasket .money b.l{
	float: left;
}
#mybasket .c{
	width: 288px;
}
#mybasket .c a{
	color: #fff;
	text-decoration: none;
}
#mybasket .c a.button{
	display: block;
	float: right;
	padding-top: 3px;
	width: 89px;
	height: 18px;
	background: url(/frames/button_89x21_red.gif) no-repeat;
	text-align: center;
}
#mybasket .c a:hover{
	color: #CBD4D8;
}
/* header */
#basket_header{
	position: relative;
	padding: 0 10px 8px;
	width: 945px;
	background: url(/frames/basket_header_bg.png) no-repeat bottom;
}
#basket_header .l{
	float: left;
	width: 510px;
	background: url(/frames/basket_header_bg2.png) no-repeat bottom right;
}
#basket_header .l a{
	display: block;
	padding: 25px 0px 0px 105px;
	width: 205px;
	height: 72px;
	background: url(/frames/logo.gif) no-repeat 15px 2px;
	font-size: 18px;
	color: #4a6270;
	text-decoration: none;
	cursor: auto;
}
#basket_header .help{
	float: left;
	padding: 35px 20px 0 10px;
	width: 120px;
	font-weight: bold;
	font-size: 11px;
	color: #2e8a01;
}
#basket_header .help b{
	display: block;
	font-size: 17px;
	color: #ff0000;
}
#basket_header .help span{
	display: block;
	font-weight: bold;
	font-size: 17px;
	color: #627c89;
}
#basket_header .help i.contact{
	color: #2e8a01;
	font-style: italic;
	text-decoration: none;
}
#basket_header .help i.close{
	color: #7892A0;
}
#x_header_basket{
	float: right;
	padding: 35px 20px 0 0;
	font-size: 13px;
	text-align: right;
}
#x_header_basket span{
	font-weight: bold;
	color: #627c89;
}
#x_header_basket b{
	display: block;
	font-size: 20px;
	color: #627c89;
}

/* header */
#header_content{
	position: relative;
	width: 995px;
	height: 141px;
}
#header_content .l{
	float: left;
	width: 502px;
	height: 133px;
	background: url(/frames/header_left_bg.gif) no-repeat top right;
}
#header_content .l a{
	display: block;
	padding: 25px 0px 0px 115px;
	width: 205px;
	height: 72px;
	background: url(/frames/logo.gif) no-repeat 25px 2px;
	font-size: 18px;
	color: #4a6270;
	text-decoration: none;
}
#header_content .l a#evhonlapja{ 
	position: absolute;
	top: 12px;
	left: 320px;
	width: 76px;
	height: 80px;
	padding: 0;
	background: transparent;
}
#header_content .l a:hover{
	color: #ff0000;
}
#header_content .l a.nohover{
	cursor: auto;
	color: #4a6270;
}
#header_content .r{
	float: right;
	position: relative;
	width: 493px;
	height: 133px;
	background: url(/frames/header_right_bg.gif) no-repeat top right;
}
#header_content .nobg{
	background: #fff;
}
#header_content .r form{
	position: absolute;
	top: 10px; left: 10px;
	padding: 8px 5px 0px 5px;
	width: 309px;
	height: 23px;
	background: url(/frames/header_search_bg.gif) no-repeat;
}
#header_content .r form .text{
	position: absolute;
	top: 5px; left: 5px;
	padding: 3px 5px 0px 5px;
	width: 230px;
	height: 18px;
	background: url(/frames/search_text_input.gif) no-repeat;
}
#header_content .r form .text input{
	margin: 0px;
	padding: 0px;
	width: 230px;
	height: 15px;
	border: none;
	background: #fff;
	outline: none;
}
#header_content .r form a.button{
	position: absolute;
	top: 5px; right: 5px;
	display: block;
	padding-top: 2px;
	width: 63px;
	height: 19px;
	background: url(/frames/button_search.gif) no-repeat;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#header_content .r form a.button:hover{
	color: #D3DCE0;
}
#header_content .r .help{
	position: absolute;
	top: 45px; left: 10px;
	font-weight: bold;
	font-size: 11px;
	color: #2e8a01;
}
#header_content .r .help b{
	display: block;
	font-size: 17px;
	color: #ff0000;
}
#header_content .r .help span{
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #627c89;
}
#header_content .r .help a.contact{
	color: #2e8a01;
	font-style: italic;
	text-decoration: none;
}
#header_content .r .help a.close{
	color: #7892A0;
}
#header_content .r .help a:hover{
	color: #ff0000;
}
#header_content .sales_link{
	position: absolute;
	top: 20px; right: 20px;
	width: 140px;
	height: 65px;
}
#header_content .sales_link span{
	display: none;
}
#header_content a.sales_link:hover{
	background: url(/frames/sales_hover.gif) no-repeat;
}

/* menu */
#menu{
	position: absolute;
	left: 0px; top: 97px;
	width: 995px;
	height: 44px;
	background: url(/frames/menu_bottom.gif) no-repeat bottom;
}
#menu ul{
	margin: 0px;
	padding: 0px 8px;
	list-style: none;
	width: 979px;
	height: 36px;
}
#menu ul li{
	margin: 0px;
	padding: 0px 0px 0px 1px;
	list-style: none;
	float: left;
	width: 162px;
	height: 36px;
}
#menu ul li a{
	display: block;
	padding-top: 10px;
	width: 162px;
	height: 26px;
	background: url(/frames/menu_inactive.gif) no-repeat;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#menu ul li a.active{
	background: url(/frames/menu_active.gif) no-repeat;
}
#menu ul li a:hover{
	color: #d4dce0;
}

/* breadcrumbs */
#breadcrumbs{
	padding: 5px 25px;
	width: 945px;
	background: #d3dce0 url(/frames/content_bg_soft.gif) repeat-y;
	font-size: 11px;
	color: #506a77;
}
#breadcrumbs a{
	color: #506a77;
	text-decoration: underline;
}
#breadcrumbs a.last{
	font-weight: bold;
	text-decoration: none;
}
#breadcrumbs a:hover{
	color: #ff0000;
}

/* footer */
#footer {
	margin-bottom: 30px;
}
#footer .top{
    position: relative;
    padding: 10px 225px 0px 25px;
    width: 745px;
    height: 24px;
    background: url(/frames/footer_bg.gif) no-repeat;
    font-family: Verdana, Arial, Trebuchet MS, Tahoma, Helvetica, sans-serif;
    font-size: 10px;
    color: #fff;
}
#footer .top a.title{
    position: absolute;
    right: 25px;
    top: 10px;
    color: #fff;
    text-decoration: none;
}
#footer .top a.title:hover{
    color: #333333;
}
#footer .top span{
	margin: 0px 20px;
}
#footer .bottom{
	position: relative;
	padding: 10px 25px 0px 25px;
	width: 945px;
}
#footer .bottom ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
	font-size: 14px;
	color: #4a6270;
}
#footer .bottom ul li{
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footer .bottom ul li a{
	color: #4a6270;
	text-decoration: none;
}
#footer .bottom ul li a:hover{
	color: #ff0000;
}
#footer .bottom ul li img{
	vertical-align: text-bottom;
}
#footer .bottom ul li span{
	margin: 0px 3px 0px 5px;
}
#footer .bottom .support{
	position: absolute;
	top: 13px; right: 25px;
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #4a6270;
}
#footer .bottom .support a{
	color: #4a6270;
	text-decoration: none;
}
#footer .bottom .support a:hover{
	color: #ff0000;
}

/* pager */
.fps_nav{
	padding: 10px 0px;
	height: 10px;
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size: 9px;
}
.fps_nav .nav_row{
	position: relative;
	margin: 0px auto;
	width: 500px;
}
.fps_nav a{
	color: #627c89;
	text-decoration: none;
}
.fps_nav a:hover{
	color: #ff0000;
}
.fps_nav b, .fps_nav b.lotof{
	margin: 0px 1px;
	color: #627c89;
	text-decoration: underline;
}
.fps_nav b.lotof{
	text-decoration: none;
}
.fps_nav .pager_center{
	position: absolute;
	top: 0px; left: 130px;
	width: 215px;
	height: 12px;
	text-align: center;
}
.fps_nav .pager_center a{
	margin: 0px 1px;
}
.fps_nav a.firstpage{
	position: absolute;
	top: 0px; left: 0px;
	display: block;
	padding-left: 25px;
	width: 55px;
	height: 12px;
	background: url(/frames/nav_first.gif) no-repeat;
}
.fps_nav a.stepleft{
	position: absolute;
	top: 0px; left: 80px;
	display: block;
	padding-left: 15px;
	width: 30px;
	height: 12px;
	background: url(/frames/nav_prev.gif) no-repeat;
}

.fps_nav a.lastpage{
	position: absolute;
	top: 0px; right: 0px;
	display: block;
	padding-right: 25px;
	width: 60px;
	height: 12px;
	background: url(/frames/nav_last.gif) no-repeat right;
	text-align: right;
}
.fps_nav a.stepright{
	position: absolute;
	top: 0px; right: 85px;
	display: block;
	padding-right: 15px;
	width: 50px;
	height: 12px;
	background: url(/frames/nav_next.gif) no-repeat right;
	text-align: right;
}

/* window */
.fps_window{
	position: absolute;
	width: 500px;
	background: #fff;
	border: solid 5px #DAE6E9;
	border-top: none;
	text-align: left;
}
.fps_window .fps_windrag{
	padding: 5px 45px 5px 5px;
	width: 450px;
	background: #DAE6E9;
	font-weight: bold;
	font-size: 13px;
	color: #627c89;
	cursor: move;
}
.fps_windrag img{
	margin-right: 5px;
	vertical-align: middle;
}
.fps_window .fps_winclose{
	position: absolute;
	top: 5px; right: 5px;
	width: 16px;
	height: 16px;
	background: url(/frames/close.gif) no-repeat;
	cursor: pointer;
}
.fps_window .fps_winloading{
	display: none;
	position: absolute;
	top: 3px; right: 25px;
	width: 20px;
	height: 20px;
	background: url(/frames/loader2.gif) no-repeat;
}
.fps_window .fps_wincontent{
	padding: 10px;
	width: 480px;
}

/*popupform*/
.popupform{
}
.popupform h3{
    color: #ff0000;
    font-family: Arial,Verdana,Trebuchet MS,Tahoma,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.popupform .l{
	float: left;
	padding: 0 7px 5px 3px;
	width: 170px;
	text-align: right;
}
.popupform .l b{
	display: block;
	padding: 8px 0 0;
	font-weight: normal;
}
.popupform .r{
	float: left;
	padding: 0px 7px 5px 3px;
	width: 290px;
}
.popupform .r input.t{
	padding: 6px 4px;
	width: 285px;
	font-size: 16px;
}
.popupform .r textarea{
	width: 285px;
	height: 50px;
}

/* messages */
.error, .success, .notice, .fps_caution{
	margin-bottom: 15px;
	padding: 15px 15px 15px 45px;
	background: #fff url(/frames/m_error.gif) no-repeat 10px 10px;
	border: solid 2px #ff0000;
	font-weight: bold;
	color: #ff0000;
	text-align: left;
}
.success{
	background: #fff url(/frames/m_success.gif) no-repeat 10px 10px;
	border: solid 2px #0f792b;
	color: #0f792b;
}
.notice, .fps_caution{
	background: #fff url(/frames/m_notice.gif) no-repeat 10px 10px;
	border: solid 2px #627C89;
	color: #627C89;
}


/* boxies */
.product_box{
	margin-top: 10px;
	padding-bottom: 5px;
	width: 182px;
	background: #fff url(/frames/bottom_182_dark.gif) no-repeat bottom;
}
.product_box h4{
	margin: 0px;
	padding: 2px 5px 4px 5px;
	width: 172px;
	background: url(/frames/head_182_light_blue.gif) no-repeat #DFE8EC;
	overflow: hidden;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
    height: 30px;
}
.product_box h4 a{
	color: #506a77;
	text-decoration: none;
}
.product_box h4 a:hover{
	color: #ff0000;
}
.product_box .pbody{
	position: relative;
	padding: 5px 5px 0px 5px;
	width: 172px;
}
.product_box .pic{
	display: block;
	float: left;
	margin-right: 5px;
	width: 85px;
	border: solid 2px #cbd4d8;
	text-align: center;
}
.product_box .pic a.l{
	display: block;
	padding-right: 15px;
	width: 70px;
	background: url(/frames/arrow_red.gif) no-repeat 75px 5px;
	border-top: solid 2px #cbd4d8;
	color: #627c89;
	text-decoration: none;
	text-align: right;
}
.product_box .pic a.l:hover{
	color: #ff0000;
}
.product_box .money{
	float: left;
	width: 78px;
}
.product_box .money span{
	display: block;
}
.product_box .money .sale{
	color: #ff0000;
}
.product_box .money .old{
	text-decoration: line-through;
}
.product_box a.basket{
	display: block;
	position: absolute;
	right: 4px; bottom: 0px;
	width: 27px;
	height: 24px;
	background: url(/frames/basket.gif) no-repeat;
}
.product_box a.salebasket{
	background-position: 0 -24px;
}
/**/
.light_box h4{
	background: url(/frames/head_182_dark_blue.gif) no-repeat #506A77;
}
.light_box{
	background: #fff url(/frames/bottom_182_light.gif) no-repeat bottom;
}
.light_box h4 a{
	color: #fff;
	text-decoration: none;
}
/**/
.sale_box h4{
	background: url(/frames/head_182_red.gif) no-repeat #FF0000;
}
.sale_box h4 a{
	color: #fff;
	text-decoration: none;
}
.sale_box h4 a:hover{
	color: #000;
}

/* kis blokkok balra floatolasa a centerben */
.webshop_normal{
	padding: 0px 7px 0px 8px;
}
.webshop_normal_float{
	float: left;
}
.webshop_float{
	float: left;
	padding-right: 5px;
}


#fps_tooltip {
    display: none;
    position: absolute;
    z-index: 121;
    width: 200px;
    border: 2px solid #ff0000;
    background: #fff ;
    text-align: left;
    padding: 10px;
    z-index: 2000;
}

/* table */
table.tbl_style{
	margin-bottom: 10px;
	width: 100%;
	border: none;
}
table.tbl_style tr.th{
	background: #506A77;
	font-weight: bold;
	color: #fff;
	text-align: left;
}
table.tbl_style tr{
}
table.tbl_style tr td{
	border-bottom: solid 1px #506A77;
}
table.tbl_style a{
	text-decoration: none;
}

#x_box{
    display: block;
    position: fixed;
    bottom: 1px;
    right: 1px;
    width: 260px;
    text-align: left;
    z-index: 100;
}
#x_box h3{
    position: relative;
    margin: 0;
    padding: 6px 10px;
    width: 240px;
    color: #fff;
    font-size: 13px;
    background: url("/frames/compare_top_bg.gif") no-repeat;
    cursor: move;
}
#x_box h3 #xclose_cont{
    position: absolute;
    top: 1px;
    right: 4px;
    height: 27px;
    width: 33px;
    background: red;
}
#x_box h3 #xclose_cont a#xclose{
    display: block;
    height: 27px;
    width: 33px;
}
#x_box h3 #xclose_cont a.close1{
    background: url("/frames/x_box_close.gif") no-repeat left top;
}
#x_box h3 #xclose_cont a.close0{
    background: url("/frames/x_box_close.gif") no-repeat left bottom;
}
#x_box #compare_box{
    display: block;
    padding: 10px;
    width: 240px;
    background: #d4dce0; 
}
a.button_long{
    left: 30px;
    width: 130px;
    display: block;
    padding: 4px 0;
    text-align: center;
    text-decoration: none;
    height: 21px;
    border: none;
    font-weight: bold;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: url(/frames/button_long_grey.gif) no-repeat;
}
#x_box #compare_box .button_long:hover{
    color: #CCCCCC;
}
#x_box #compare_box .row{
    float: left;
    width: 240px;
    padding: 0 0 6px 0;
    margin: 0 0 6px 0;
    border-bottom: 1px solid #83939D;  
}
#x_box #compare_box .row b{
    float: left;
    font-size: 11px;
    width: 223px;
}
#x_box #compare_box .row a{
    float: right;
    margin: 2px 0 0 0;
    width: 16px;
    height: 16px;
    background: url(/frames/del_grey.gif) no-repeat;
}

/* new picgallery */
.fps_gallery_window{
	position: absolute;
	width: 520px;
	text-align: left;
	overflow: hidden;
}
.fps_gallery_window .fps_galdrag{
	width: 520px;
	height: 30px;
	background: url(../frame/gallery_top.gif) no-repeat;
	cursor: move;
}
.fps_gallery_window .fps_galdrag img {
	margin-right: 5px;
	vertical-align: middle;
}
.fps_gallery_window .fps_galclose{
	position: absolute;
	top: 5px; right: 0px;
	padding-right: 40px;
	width: 60px;
	height: 16px;
	background: url(../frame/gallery_close.gif) no-repeat 70px 3px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	cursor: pointer;
	text-align: right;
	color: #4A6270;
}
.fps_gallery_window .fps_galclose:hover{
	color: #3A5260;
}
.fps_gallery_window .fps_galloading{
	display: none;
	position: absolute;
	top: 3px;
	right: 25px;
	width: 20px;
	height: 20px;
	background: url(../frame/loader.gif) no-repeat;
}
.fps_gallery_window .fps_galcontent{
	padding: 0px 10px 10px;
	width: 500px;
	background: #FFF;
    text-align: center;
}

.fps_gallery_window .fps_galcontent .pic{
	width: 500px;
	height: 420px;
	text-align: center;
	overflow: hidden;
}
.fps_gallery_window .fps_galcontent .pic img{
	cursor: pointer;
    margin: auto;
    text-align: center;
	/*width: 500px;*/
	/*height: 420px;*/
}
.fps_gallery_window .fps_galbottom {
  height: 10px;
  width: 520px;
  background: url(../frame/gallery_bottom.gif) no-repeat;
}


.fps_gallery_window .process{
	position: relative;
	width: 500px;
	font-weight: bold;
    color: #627C89;
}
.fps_gallery_window .process .gallery_name{
	padding: 10px 0px;
	width: 400px;
}
.fps_gallery_window .process .navigator{
	position: absolute;
	top: 5px; right: 0px;
	padding: 5px;
	width: 200px;
	text-align: center;
}
.fps_gallery_window .process .navigator a.ln{
	display: block;
	position: absolute;
	top: 6px; left: 0px;
	width: 88px;
	height: 15px;
	background: url(../frame/gallery_nav_left.gif) no-repeat 0px 0px;
	text-decoration: none;
}

.fps_gallery_window .process .navigator a.rn{
	display: block;
	position: absolute;
	top: 6px; right: 0px;
	width: 88px;
	height: 15px;
	background: url(../frame/gallery_nav_right.gif) no-repeat;
	text-decoration: none;
}
/* Blind miatt */
#blind{ 
    display: block;
    /*padding: 1px 27px 1px 0;*/
    background: url(/frames/blind.jpg) no-repeat left center !important;
    width:111px !important;
    padding-right:0 !important;
    padding-left:18px !important;
    float:left;
}
.hthome{
	float:left;
}
.cetelem_info{
	width: 420px;
}
.cetelem_info h3{
	margin: 0;
	padding: 5px 5px 0;
	font-size: 12px;
	color: #0F792B;
}
.cetelem_info .cont{
	padding: 5px 5px 0;
}


/* step */
#webshop_order ul#step{
    list-style-type: none;
    float: left;
    width: 944px;
    background: red;
    margin: 0 0 20px;
    padding: 0;
    background: url(/frames/stepd_ul.gif) no-repeat center 30px;
}
#webshop_order ul#step li{
    float: left;
    margin: 0;
    padding: 0;
    width: 236px;
    text-align: center;
    height: 40px;
    background: url(/frames/stepd_ul_li.gif) no-repeat center 22px;
    color: #627C89;
    font-weight: bold;
}
#webshop_order ul#step li.active{
    background: url(/frames/stepd_ul_li_act.gif) no-repeat center 22px;
}
#webshop_order ul#step li a{
    display: block;
    margin: 0;
    padding: 0 0 25px;
    text-align: center;
    width: 236px;
    color: #627C89;
    text-decoration: none;
}
#webshop_order ul#step li a:hover{
    color: #ff0000;
    background: url(/frames/stepd_ul_li_hov.gif) no-repeat center 22px;
}

.errormessage {
	position: absolute;
	z-index: 11;
	width: 165px;
	height: 34px;
	/*display: none;*/
}
.errormessage .messagecontent {
	display: table-cell;
	position: relative;
	padding: 0px 7px;
	width: 160px;
	height: 34px;
	background: white;
	-webkit-border-radius: 8px;
	-moz-border-radius: 4px;
	border-radius: 6px;
	color: #C00;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	vertical-align: middle;
	border: 2px solid #C00;
}
.errormessage .messagecontent .arrow {
	position: absolute;
	top: 13px;
	right: -10px;
	font-size: 0px;
	line-height: 0%;
	width: 0px;
	border-top: 5px solid transparent;
	border-left: 10px solid #C00;
	border-bottom: 5px solid transparent;
}
.error-label {
	color: #c00 !important;
}
.windowForm{
	width: 480px;
	font-size: 14px;
}
.windowForm .lft{
	position: relative;
	display: block;
	float: left;
	padding: 10px 0;
	width: 100px;
	font-size: 14px;
}
.windowForm label span{
	display: inline-block;
	padding: 0 0 0 5px;
	width: 9px;
	height: 13px;
	background: url(/frames/required.png) no-repeat;
}
.windowForm .rgt input.t{
	padding: 6px 4px;
	width: 300px;
	font-size: 16px;
}
.windowForm .lostlink{
	float: left;
	padding: 5px 0 0;
}
.windowForm .lostlink a{
	color: #627C89;
}
.windowForm .lostlink a:hover{
	color: #ff0000;
}

/**/
.webshop_info{
	float: right;
	padding: 5px 0 0;
	width: 290px;
	font-style: italic;
	font-size: 11px;
	text-align: center;
}
