/* 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: #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: #000;
}
h4{
	margin: 0px 0px 16px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FF7B00;
}
p{
	margin: 0px 0px 14px;
}
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{
	padding: 2px 10px;
	background: #518fdd;
	overflow: visible;
	color: #fff;
	cursor: pointer;
	font-size: 10px;
}
input.button:hover {
    background: #000080;
}
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: 111;
	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{
	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/success_bg.gif) no-repeat #fff;
	background-position: 0px 5px;
	border: solid 2px #39ac01;
	color: #39ac01;
}
.notice, .fps_notice{
	background: url(../frame/notice_bg.gif) no-repeat #fff;
	background-position: 0px 5px;
	border: solid 2px #518FDD;
	color: #518FDD;
}

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: 9px;
	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: 110px;
	text-align: right;
}
.fps_nav .pager_center{
	position: absolute;
	top: 2px;
	left: 110px;
	padding: 4px 0px;
	width: 258px;
	text-align: center;
}
.fps_nav a{
	margin: 1px;
	padding: 0px 2px;
	border: solid 1px #518FDD;
	background: #518FDD;
	color: #fff;
	text-decoration: none;
}
.fps_nav a:hover{
	background: #D4E4F7;
	color: #518FDD;
}

.fps_nav a.firstpage, .fps_nav a.lastpage, .fps_nav a.stepleft, .fps_nav a.stepright{
	background: #D4E4F7;
	color: #518FDD;
}
.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{
	margin: 1px;
	padding: 0px 2px;
	border:1px solid #00411A;
	background: #fff;
	color: #00411A;
}
.fps_nav b.lotof{
	margin: 1px;
	padding: 2px 5px;
	border: none;
	color: #00411A;
}

a.more{
    display: block;
    float: right;
    margin-bottom: 10px;
    padding: 1px 4px;
    background: #ff8b00;
    font-size: 9px;
    color: #fff;
    text-decoration: none;
}
a:hover.more{
    background: #D4E4F7;
    color: #518FDD;
}

/* 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{
    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;
}



/* 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;
}