/* Styl aukcneho portalu */

/* Globalne nastavenie */
a{
	color:#000000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.linky {
	color:#ff0000;
	text-decoration:none;
}

a.linky:hover {
	text-decoration:underline;
}

body {
	background-color:#ffffff;
	font-family:Arial;
	font-size:12px;
	color:#000000;
}

/* frm_top.php*/
.header{
	background-image:url(obrazky/grafika/top.png);
	background-repeat:no-repeat;
}

.hider_akt{
	width:1006px;
	height:315px;
}

.login_up{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	width:457px;
	height:36px;
	background-image:url("obrazky/grafika/login_panel.png");
	background-repeat:no-repeat;
	padding-right:5px;
	line-height:35px;
	color:#E70E13;
	font-size: 12px;
	position:absolute;
	visibility:visible;
}

.odhlasit{
	color:#990000;
	font-weight:bold;
	text-decoration:none;	
}

.login_form {
	border-width	: 1px;
	border-style	: solid;
	border-right-color	: #aaaaaa;
	border-left-color	: #000000;
	border-top-color	: #000000;
	border-bottom-color	: #aaaaaa;
	width: 110px;
	height: 16px;
	font-size:12px;
	color:#E70E13;
}

/* frm_menu.php */
#menu{
background-image:url('obrazky/grafika/menu_small_misc_middle.png');
background-repeat:repeat-x;
height:33px;
}

#menu a{
display:block;
float:left;
padding-left:15px;
padding-right:15px;
line-height:33px;
background-image:url('obrazky/grafika/menu_middle.png');
background-repeat:repeat-x;
height:33px;
color:black;
text-decoration:none;
font-weight:bold;
}

#menu a:hover{
color:#ffffff;
}

#menu .right{
background-image:url('obrazky/grafika/menu_right.png');
background-repeat:repeat-x;
width:16px;
height:33px;
float:left;
}

#menu .left{
background-image:url('obrazky/grafika/menu_left_corner.png');
background-repeat:repeat-x;
width:8px;
height:33px;
float:left;
}

#menu .divider{
width:4px;
height:33px;
background-image:url('obrazky/grafika/menu_middle.png');
background-repeat:repeat-x;
float:left;
}

#menu .misc_right{
width:10px;
height:33px;
background-image:url('obrazky/grafika/menu_misc.png');
background-repeat:repeat-x;
float:right;
}

/* frm_panel.php*/
.roletka {
	background-image:url("obrazky/grafika/roletka.png");
	background-repeat:no-repeat;
	width:203px; 
	height:23px; 
	padding-top:8px; 
	padding-left:7px;
	font-size:11px;
	color:#000000;
	cursor:pointer;
	text-align:left;
	margin-left:5px;
}

.info_panel {
	background-image:url("obrazky/grafika/info.png");
	background-repeat:no-repeat;
	background-position:center;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	padding-left:7px;
	padding-right:6px;
}

.kategorie_div{
	border:solid 1px #CCCCCC;
	background-color:#000000;
	width:200px;
	height:auto;
	position:absolute;
	visibility:hidden;
	text-align:left;
}

.menu_kat {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#eeeeee;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
}

.menu_kat:hover {
	color:#ffffff;
}

.prevadzka {
	background-image:url(obrazky/grafika/prevadzka.png);
	background-position:center;
	background-repeat:no-repeat;
	width:250px;
	height:23px;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding-top:6px;
	padding-right:22px;
}

/* frm_main.php*/

.okno1 {
	padding:0px;
	margin-top:0px;
	background-image:url("obrazky/grafika/okno_vrch.png");
	background-repeat:no-repeat;
}

.okno2 {
	padding:20px;
	margin-top:0px;
	background-image:url("obrazky/grafika/okno_stred.png");
	background-repeat:repeat-y;
}

.okno2_au {
	margin-top:0px;
	background-image:url("obrazky/grafika/okno_stred.png");
	background-repeat:repeat-y;
}


.okno3 {
	padding:0px;
	margin-top:0px;
	background-image:url("obrazky/grafika/okno_spodok.png");
	background-repeat:no-repeat;
}

/* frm_foot.php */
.footer {
	background:url("obrazky/grafika/footer.png");
	background-repeat:no-repeat;
	margin-top:5px;
}

.menu2 {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

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

.menu2_predelovac {
	font-size:12px;
	color:#E70E13;
}

.copyleft {
color:#000000;
font-size:11px;
text-decoration:none;
}

/* inc_reg.php */
.reg_nadpis{
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

.reg_ok{
	font-size:14px;
	color:#00FF00;
	font-weight:bold;
}

.reg_fail{
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
}

.registruj {
	background-image:url(obrazky/grafika/button_reg_akt.png);
	background-repeat:no-repeat;
	background-position:center;
	width:122px;
	height:38px;
	cursor:pointer;
}

.registruj:hover {
	background-image:url(obrazky/grafika/button_reg_pas.png);
}

/* inc_mu.php */
.tab {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

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

.okolo {
	border-width	: 1px;
	border-style	: solid;
	border-right-color	: #c3c0c0;
	border-left-color	: #c3c0c0;
	border-top-color	: #c3c0c0;
	border-bottom-color	: #c3c0c0;
	padding:20px;
}

.prihlasit {
	background-image:url("obrazky/grafika/button_prihlas_pas.png");
	background-repeat:no-repeat;
	background-position:center;
	width:122px;
	height:38px;
	cursor:pointer;
}

.prihlasit:hover {
	background-image:url("obrazky/grafika/button_prihlas_akt.png");
}

#payment_history th{
	background-color:#eae8fe;
	text-align:left;
	padding:5px;
}

#payment_history .odd td{
	background-color:#f8f8f8;
}

.acc_deposit{
	font-size:14px;
	color:#FF9900;
	text-decoration:none;
}

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

.pridat_ulozit {
	background-image:url("obrazky/grafika/button_uloz_pas.png");
	background-repeat:no-repeat;
	background-position:center;
	width:122px;
	height:38px;
	cursor:pointer;
}

.pridat_ulozit:hover {
	background-image:url("obrazky/grafika/button_uloz_akt.png");
}

/* generators.php - styl generovanych casti front-endu*/
.au_vertical{
	background-image:url(obrazky/grafika/au_vertical.png);
	background-repeat:no-repeat;
	background-position:center;
	width:200px;
	height:270px;
	margin-top:6px;
	margin-bottom:6px;
}

.vertical_nazov{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding-top:25px;
	padding-right:6px;
	height:30px;
	width:150px;
	overflow:hidden;
	color:#000000;
	text-decoration:none;
}

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

.vertical_obrazok{
	text-align:center;
	height:100px;
}

.vertical_cas{
	font-size:20px;
	text-align:center;
	height:22px;
	font-weight:bold;
	width:180px;
}

.vertical_cena{
	height:24px;
	color:#FF9900;
	font-size:22px;
	text-align:center;
	font-weight:bold;	
}

.vertical_medzera{
	height:4px;
}

.vertical_vyherca{
	text-align:center;
	font-size:14px;
	height:16px;
	padding-top:2px;
	width:180px;
}

.vertical_mc{
	text-align:center;
	font-size:10px;
	height:10px;
	text-align:center;
}

.vertical_prihod {
	background-image:url("obrazky/grafika/button_prihod_pas.png");
	background-repeat:no-repeat;
	background-position:center;
	width:122px;
	height:38px;
	cursor:pointer;
	padding-left:14px;

}

.vertical_prihod:hover {
	background-image:url("obrazky/grafika/button_prihod_akt.png");
}

.vertical_prihodx {
	background-image:url("obrazky/grafika/button_prihod_pas.png");
	background-repeat:no-repeat;
	background-position:center;
	width:122px;
	height:38px;
	cursor:pointer;
	padding-left:14px;

}

.vertical_prihodx:hover {
	background-image:url(obrazky/grafika/button_prihlas_pas.png);
}

.au_horizontal{
	background-image:url(obrazky/grafika/au_horizontal.png);
	background-repeat:no-repeat;
	background-position:center;
	width:1000px;
	height:160px;
	margin-top:6px;
	margin-bottom:14px;
}

.horizontal_obrazok{
	text-align:left;
	height:146px;
	
	padding-left:30px;
	padding-right:30px;
}

.horizontal_nazov{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:5px;
	padding-top:10px;
	height:20px;
	overflow:hidden;
	color:#000000;
	text-decoration:none;
}

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

.horizontal_text{
	font-size:10px;
	font-weight:bold;
	padding:5px;
	height:78px;
	overflow:hidden;
	color:#000000;
	text-decoration:none;
}

.au_zvyraznena{
	background-image:url(obrazky/grafika/au_zvyraznena.png);
	background-repeat:no-repeat;
	background-position:center;
	width:594px;
	height:270px;
	margin-top:6px;
	margin-bottom:6px;
}

.zvyraznena_nazov{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding:5px;
	height:20px;
	overflow:hidden;
	color:#000000;
	text-decoration:none;
}

.zvyraznena_obrazok{

}

.prihod {
	background-image:url("obrazky/grafika/button_prihod_pas.png");
	background-repeat:no-repeat;
	background-position:center;
	width:122px;
	height:38px;
	cursor:pointer;
}

.prihod:hover {
	background-image:url("obrazky/grafika/button_prihod_akt.png");
}

.prihodx {
	background-image:url("obrazky/grafika/button_prihod_pas.png");
	background-repeat:no-repeat;
	background-position:center;
	width:122px;
	height:38px;
	cursor:pointer;
}

.prihodx:hover {
	background-image:url(obrazky/grafika/button_prihlas_pas.png);
}

.end_prodano{
	height:20px;
	color:#DD7A25;
	font-size:16px;
	text-align:center;
	font-weight:bold;
}

.end_cena{
	height:24px;
	color:#DD7A25;
	font-size:22px;
	text-align:center;
	font-weight:bold;
}

.end_datum{
	width:160px;
	height:16px;
	padding:1px;
	padding-right:5px;
	background-color:#BBBBBB;
	color:#ffffff;
	font-size:14px;
	text-align:right;	
}

.end_medzera {
	height:18px;
}

.new_datum{
	width:170px;
	height:16px;
	padding:1px;
	padding-right:5px;
	background-color:#BBBBBB;
	color:#ffffff;
	font-size:14px;
	text-align:right;	
}

.fck_obsah {
	background-image:url(obrazky/grafika/au_vertical.png);
	background-repeat:no-repeat;
	background-position:center;
	width:200px;
	height:270px;
	margin-top:6px;
	margin-bottom:6px;
	overflow:hidden;
}

.fck_vnutro{
	width:200px;
	height:270px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	overflow:hidden;
	text-align:left;
}

.cennik_obsah {
	background-image:url(obrazky/grafika/au_vertical.png);
	background-repeat:no-repeat;
	background-position:center;
	width:200px;
	height:270px;
	margin-top:6px;
	margin-bottom:6px;
	overflow:hidden;
}

.cennik_vnutro{
	padding:6px;
	padding-top:50px;
}

.kategorie_obsah {
	background-image:url(obrazky/grafika/au_vertical.png);
	background-repeat:no-repeat;
	background-position:center;
	width:200px;
	height:270px;
	margin-top:6px;
	margin-bottom:6px;
	overflow:hidden;
	text-align:left;
}

.kategorie_vnutro{
	padding:6px;
	padding-top:50px;
	padding-left:30px;
}

.kategorie_nazov {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#111111;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
	text-align:left;
}

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

.kupted {
	background-image:url("obrazky/grafika/button_kupted_pas.png");
	background-repeat:no-repeat;
	background-position:center;
	width:122px;
	height:38px;
	cursor:pointer;
}

.kupted:hover {
	background-image:url("obrazky/grafika/button_kupted_akt.png");
}

.certifikat {
	background-image:url("obrazky/grafika/button_certifikat_pas.png");
	background-repeat:no-repeat;
	background-position:center;
	width:122px;
	height:38px;
	cursor:pointer;
}

.certifikat:hover {
	background-image:url("obrazky/grafika/button_certifikat_akt.png");
}

.kupted_nadpis{
	font-size:14px;
	font-weight:bold;
	background-color:#ff0000;
	color:#ffff00;
	padding:6px;
}

.kupted_obsah{
	padding:50px;

}

.kupted_okolo{
	border:1px solid #cccccc;
	padding:10px;
}

.kupted_podnadpis{
	font-size:13px;
	font-weight:bold;
	background-color:#cccccc;
	padding:4px;
	color:#000000;
}

.kupted_info{
	padding:10px;
}

.kupted_vypis{
	padding-top:15px;
	padding-left:40px;
	padding-bottom:15px;
	font-weight:bold;
	font-size:14px;
	
}

.kt_zvyraznit{
	color:#FF0000;
}

.b_registruj{
	background-image:url(obrazky/grafika/button_registrace_pas.png);
	width:140px;
	height:46px;
	position:absolute;
}

.b_registruj:hover{
	background-image:url(obrazky/grafika/button_registrace_akt.png);
}
