/* FRAME */
#container{
	margin: 0px auto;
	width: 980px;
}

/* DEFAULT */
body, form, input, h1, h2, h3, h4, p, ul, li, ol, blockquote, img{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
body{
	background: url(/frame/site-bg.png) top left repeat-x #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
}
h1, h2, h3, h3, h4{
	font-family: Arial, Helvetica, sans-serif;
}
/*h1{
	margin: 0px 0px 16px 0px;
	font-weight: normal;
	font-size: 24px;
	color: #fff;
}*/
h2{
	margin: 0px 0px 16px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #FF7B00;
}
h3{
	margin: 0px 0px 16px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
h4{
	margin: 0px 0px 16px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FF7B00;
}
p{
	margin: 0px 0px 14px;
	line-height: 15px;
}
ul{
	list-style-type: square;
	margin: 5px 10px 14px 10px;
	padding: 0px 5px;
}
li{
	margin: 4px 0px 2px 10px;
}
ol{
	margin: 0px 10px 10px 17px;
	padding: 0px 5px;
	list-style-type: decimal;
}
a{
	color: #000;
	text-decoration: underline;
}
a:hover{
	color: #ff7f00;
}
hr{
	margin-bottom: 10px;
	border: none;
	height: 1px;
	border-top: solid 1px #518FDD;
}
input, select, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.clear{
	clear: both;
	height: 0px;
	font-size: 0px;
}
input.button{
	background: url("/frame/newbox-button-orange.gif") repeat-x top left #F70;
	padding: 4px 10px;
	display: block;
	color: #fff;
	cursor: pointer;
	font-family: Arial, tahoma;
	font-size: 11px;
	font-weight: bold;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	margin: 0 0 0 0;
	-webkit-transition: 150ms;   
	-moz-transition: 150ms;
}
input.button:hover {
	background: none #f15e00;
	-webkit-transition: 150ms;   
	-moz-transition: 150ms;
}
input.button2, input.fps_button3{
	padding: 2px 10px;
	background: #FF7B00;
	overflow: visible;
	color: #fff;
	cursor: pointer;
	font-size: 10px;
}
input.button2:hover, input.fps_button3:hover {
    background: #FFB300;
}
input.text{
	margin-bottom: 7px;
	padding: 2px;
}
label{
	cursor: pointer;	
}
/**/
/* messages */
#messagebox{
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 9999;
	width: 500px;
	font-size: 12px;
	font-weight: bold;
	color: #518FDD;
	text-align: left;
}
#messagebox .merror, #messagebox .msuccess{
	padding: 10px;
	width: 474px;
	background: #D4E4F7;
	border-left: solid 3px #518FDD;
	border-right: solid 3px #518FDD;
}
#messagebox .merror{
    color: #FF7B00;
}
#messagebox .mtop, #messagebox .mbottom{
	width: 500px;
	height: 9px;
	background: url(../frame/message_top.gif) no-repeat;
	font-size: 1px;
}
#messagebox .mbottom{
	background: url(../frame/message_bottom.gif) no-repeat;
}
/**/
.error, .success, .notice, .fps_error, .fps_success, .fps_notice {
	background: url(/frame/newbox-message-icon.png) 10px 10px no-repeat #c53b3b;
	border: 1px solid #b13131;
	font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif";
	font-size: 12px;
	color: #fff;
	text-shadow: 1px 1px #8a2929;
	padding: 7px 10px 7px 35px;
	margin: 10px 17px;
	position: relative;
	z-index: 1;
	-webkit-box-shadow:  0px 1px 1px 0px #cccccc;
	box-shadow:  0px 1px 1px 0px #cccccc;
}
.error:before, .success:before, .notice:before, .fps_error:before, .fps_success:before, .fps_notice:before {
    border-top: 1px solid #D46C6C;
    content: "";
    display: block;
    margin: -7px -10px 7px -35px;
    position: relative;
}

/*.error, .success, .notice, .fps_error, .fps_success, .fps_notice{
	margin-bottom: 16px;
	padding: 10px 10px 10px 25px;
	background: url(../frame/error_bg.gif) no-repeat #fff;
	background-position: 0px 5px;
	border: solid 2px #CC0000;
	font-weight: bold;
	color: #CC0000;
}*/
.success, .fps_success{
	background: url(../frame/newbox-success-icon.png) 10px 50% no-repeat #6daa3b;
	border: solid 1px #5d9732;
	text-shadow: 1px 1px #4c7729;
}
.success:before, fps_success:before {
	border-top: 1px solid #92bf6c;
}
.notice, .fps_notice{
	background: url(../frame/newbox-notice-icon.png) 10px 50% no-repeat #518fdd;
	border: solid 1px #518fdd;
	text-shadow: 1px 1px #39649a;
}
.notice:before, fps_notice:before {
	border-top: 1px solid #7dabe6;
}

ul.fps_info{
	margin: 0px 0px 14px 0px;
	padding: 20px 20px 20px 60px;
	list-style-type: none;
	
	background: url(../../admin/image/info.gif) no-repeat #F5F5F5;
	background-position: 10px 10px;
	border: dashed 1px #0085DE;
	font-weight: normal;
	font-size: 12px;
	color: #0085DE;
}
ul.fps_info  li{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background: url(../../admin/image/square.gif) no-repeat;
	background-position: 0px 4px;
}

/* pager */
.fps_nav {
	position: relative;
	width: 468px;
	margin: 16px 0px;
	font-size: 10px;
	font-weight: normal;
}
.fps_nav .nav_row{
	position: relative;
	padding: 4px 0px;
	width: 468px;
}
.fps_nav .pager_left{
	padding: 1px 0px;
	float: left;
	width: 110px;
}
.fps_nav .pager_right{
	padding: 1px 0px;
	float: right;
	width: 122px;
	text-align: right;
}
.fps_nav .pager_center{
	position: absolute;
	top: 2px;
	left: 110px;
	padding: 4px 0px;
	width: 258px;
	text-align: center;
}
.fps_nav a{
    background: #FFF;
    border: 1px solid #E4E4E4;
    color: #518FDD;
    display: block;
	float: left;
    height: 17px;
    margin: 1px;
    padding-top: 4px;
    text-align: center;
    width: 21px;
	text-decoration: none;
}
.fps_nav a:hover{
	background: #77b2ff;
	border: 1px solid #77b2ff;
	color: #fff;
	font-weight: bold;
}

.fps_nav a.firstpage, .fps_nav a.lastpage, .fps_nav a.stepleft, .fps_nav a.stepright{
    background: #FFF;
    color: #518FDD;
    padding: 4px 5px 0;
    width: auto;
}
.fps_nav .pager_right .stepright:hover {
	padding: 4px 4px 0;
}
.fps_nav a.firstpage:hover, .fps_nav a.lastpage:hover, .fps_nav a.stepleft:hover, .fps_nav a.stepright:hover{
	background: #518FDD;
	color: #fff;
}

.fps_nav b{
    background: #FFF;
    border: 1px solid #E4E4E4;
    color: #424242;
    display: block;
	float: left;
	font-weight: normal;
    height: 17px;
    margin: 1px;
    padding-top: 4px;
    text-align: center;
    width: 21px;
}
.fps_nav b.lotof{
	border: medium none;
	color: #00411A;
	font-weight: normal;
	margin: 0;
	padding: 6px 0 0;
	width: auto;
}

a.more{
    background: url("/frame/newbox-button-bg.png") repeat-x left top #FF7700;
    padding: 4px 9px 3px;
    color: #FFFFFF;
    display: block;
    float: right;
    font-family: Tahoma, Arial, Helvetica, "Sans Serif";
    font-size: 10px;
    margin: 0 0 10px 0;
    text-decoration: none;
	text-transform: capitalize;
	-webkit-box-shadow:  0px 1px 1px 0px #cccccc;
    box-shadow:  0px 1px 1px 0px #cccccc;
 	-webkit-transition: 150ms;
	-moz-transition: 150ms;
	border: 1px solid #ff6300;
    border-radius: 3px;
}
a:hover.more{
	background: none #f15e00;
	box-shadow:  none;
	-webkit-transition: 150ms;   
	-moz-transition: 150ms;
}

/* window */
.fps_window{
	position: absolute;
	width: 500px;
	background: #D4E4F7;
	border: solid 5px #518FDD;
	text-align: left;
}
.fps_window .fps_windrag{
	padding: 5px 45px 5px 5px;
	width: 450px;
	background: #518FDD;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	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(../../admin/image/close.gif) no-repeat;
	cursor: pointer;
}
.fps_window .fps_winloading{
	display: none;
	position: absolute;
	top: 3px;
	right: 25px;
	width: 20px;
	height: 20px;
	background: url(../../admin/image/loader2.gif) no-repeat;
}
.fps_window .fps_wincontent{
	padding: 5px;
	width: 490px;
}

/* reg winform */
#auction_reg b, #windataform b{
	display: block;
	float: left;
	width: 150px;
	color: #FF7B00;
}
#auction_reg span.name, #windataform span.name{
	display: block;
	margin-bottom: 7px;
	font-weight: bold;
	color: #000080;	
}
#auction_reg input.text, #windataform input.text{
	margin-bottom: 7px;
	width: 330px;
}
#windataform .proc{
	text-align: right;
	padding: 10px 0px 0px;
}
input.check{
	vertical-align: middle;	
}
#winleft{
	float: left;
	padding-right: 5px;
	width: 240px;
}
#winright{
	float: right;
	padding-left: 5px;
	width: 240px;
}
#winright .bag{
	padding: 3px;
	width: 227px;
	height: 170px;
	border: solid 1px #ccc;
	font-size: 9px;
	overflow: auto;
	background: #fff;
}
#winright .bag table{
	width: 210px;
	border-collapse: collapse;
	margin-bottom: 5px;
}
#winright .bag td{
	padding: 2px;
	border-bottom: solid 1px #0085DE;
}
#winright .bag td.noborder{
	border: none;
}

/* acer banner */
a.banner_acer_center, a.banner_holaphu_center{
    display: block;
    margin: 16px 0 0 0;
    padding: 0 0 0 0;
    width: 707px;
    height: 60px;
    background: url("../frame/banner_acer_center.gif") no-repeat;
}
a.banner_holaphu_center{
    background: url("../frame/banner_holaphu_center.gif") no-repeat;
}



/* szavazas */
#vote_open{
	margin-top: 10px;
	width: 190px;
	background: #D4E4F7;
	text-align: left;
	color: #386DB0;
}
#vote_open h3{
	margin: 0px;
	padding: 3px 10px;
	background: #ff7800;
	color: #fff;
	font-size: 11px;
}
#vote_open #vote_cont{
	padding: 5px 10px;
	width: 170px;
	color: #000;
}
#vote_cont b{
	display: block;
	margin-bottom: 5px;
}
#vote_cont .vote_items{
	width: 170px;
	margin-bottom: 7px;
}
#vote_cont .vote_items b{
	color: #386DB0;
	font-weight: normal;
}
#vote_cont .vote_items input{
	margin-top: 2px;
	width: 14px;
	height: 14px;
}
#vote_cont label{
	float: right;
	display: block;
	width: 145px;
	cursor: pointer;
	color: #386DB0;
}

#vote_cont .all_vote{
	margin-top: 5px;
	padding-top: 5px;
	border-top: solid 1px #cfcfcf;
	font-weight: bold;
	text-align: right;
}
#vote_cont .all_vote a{
	color: #386DB0;
	text-decoration: underline;
}
#vote_cont .all_vote a:hover{
	color: #ff7800;
}

/* list */
#vote_cont .vote_items .bar{
	float: left;
	margin-top: 3px;
	padding: 1px;
	width: 120px;
	height: 5px;
	border: solid 1px #083A4F;
	background: #fff;
}
#vote_cont .vote_items .bar img{
	height: 5px;
}
#vote_cont .vote_items .percent{
	float: right;
	width: 40px;
	font-size: 9px;
	font-weight: bold;
	color: #BA0102;
	text-align: right;
}

/* tooltip */
#fps_tooltip {
	position: absolute;
	background-color: #d4e4f7;
	color: #000;
	border: solid 2px #518fdd;
	padding: 5px;
	width: 150px;
	text-align: left;
	display: none;
}


a.banner_acer_center, a.banner_tanusitvany_center, a.banner_honlaphu_center{
    display: block;
    margin: 16px 0 0 0;
    padding: 0 0 0 0;
    width: 707px;
    height: 60px;
    background: url(../../frame/banner_acer_center.gif) no-repeat;
}
a.banner_tanusitvany_center{
    background: url(../../frame/banner_tanusitvany_center.gif) no-repeat;
}
a.banner_honlaphu_center{
    background: url(../../frame/banner_honlaphu_center.gif) no-repeat;
}
a.banner_acer_right, a.banner_tanusitvany_right, a.banner_honlaphu_right{
    display: block;
    margin: 16px 0 0 0;
    padding: 0 0 0 0;
    width: 136px;
    height: 300px;
    background: url(../../frame/banner_acer_right.gif) no-repeat;
}
a.banner_tanusitvany_right{
    background: url(../../frame/banner_tanusitvany_right.gif) no-repeat;
}
a.banner_honlaphu_right{
    background: url(../../frame/banner_honlaphu_right.gif) no-repeat;
}

/* BANNER KORBEN */
.banner-header {
	position: relative;
	height: 110px;
	width: 980px;
	cursor: pointer;
}
.banner-bal {
	position: absolute;
	height: 599px;
	left: -265px;
	width: 265px;
}
.banner-jobb {
	position: absolute;
	height: 599px;
	right: -265px;
	width: 265px;
	top: 0;
}
body.rand_1 .banner-header {
	background: url(../../frame/bannerbig-fent.jpg) no-repeat;
}
body.rand_1 .banner-bal {
	background: url(../../frame/bannerbig-bal.jpg) no-repeat;
}
body.rand_1 .banner-jobb {
	background: url(../../frame/bannerbig-jobb.jpg) no-repeat;
}
body.rand_2 .banner-header {
	background: url(../../frame/bannerbig2-fent.jpg) no-repeat;
}
body.rand_2 .banner-bal {
	background: url(../../frame/bannerbig2-bal.jpg) no-repeat;
}
body.rand_2 .banner-jobb {
	background: url(../../frame/bannerbig2-jobb.jpg) no-repeat;
}

/* Jobb oldali banner */
#right .banner_base.bbm img {display:none}
#right .banner_base.bbm a {
	display:block;
	border:0;
	width:120px;
	height:473px
}
body.rand_2 #right .banner_base.bbm a {
	background: url(../../frame/banner2-jobb-kicsi.gif) no-repeat 0 0;
}
body.rand_1 #right .banner_base.bbm a {background: url(../../frame/banner-jobb-kicsi.gif) no-repeat 0 0;}

/* Regisztrációs oldal banner tiltás */
#layout_20 .banner-header, 
#layout_20 .banner-jobb, 
#layout_20 .banner-bal {display: none}

/* Banner a reg. oldalon */
.bannerbig {
	background: url(../../frame/bannerbig-aloldal.png) no-repeat;
	height: 110px;
	margin-top: 30px;
	width: 844px;
}
#layout_25 .bannerbig {
	height: 93px;
	background-size: 708px 93px;
	width: 708px;
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../../frame/bannerbig-aloldal.png',
	sizingMethod='scale');
	
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../../frame/bannerbig-aloldal.png',
	sizingMethod='scale')";
}
