/* CSS Document */

/* 

Predpone stilov:

frontpage: fp_
content: con_

*/

html {
    margin:0px;
    padding:0px;
	background-color:#000000;
}

body{
	margin:0px;
	padding:0px;
	width:1000px;
	/*height:100%;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#333333;
	}
*{font-family:Verdana; font-size:10px;}
.clear { clear: both; background: none; float:none;}

a img{ border:none;}

img{ border:none;
padding:0px;
margin:0px;}

a{
	}

p{
	padding:0px;
	margin:0px;	}

h1{ color:#fff; font-size:14px;}

h2{}

#ogrodje{
	width:1000px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#333333;
	}

#faux{
	width:1000px;
	/*height:100%;*/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;}
#frontpage_banner
{
    background:#000;
}	

/* HEADER */
#header{
	width:1000px;
	height:82px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:both;}

/* NASLOV BOX - logo in top menu */

#naslov_box{
	width:1000px;
	height:62px;
	background-color:#000000;}

#logo{
	width:215px;
	height:62px;
	float:left;}

#logo img{
	padding:0px;
	margin:0px;
	margin-top:1px;
	margin-left:1px;
	}

#top_menu{
	width:775px;
	height:62px;
	float:right;}
	
/* MAIN MENU - glavni meni */
#main_menu_box{
	background-color:#333333;
	width:1000px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:20px;}

/* RIGHT SIDE */
#right_side{
	width:200px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:#333333;
	float:right;
	font-size:11px;
	color:#7e7e7e;
	clear:none;
	display:inline;}

#right_content{
	width:180px;
	padding:10px 10px 10px 10px;
	margin:0px 0px 0px 0px;}

.right_banners{
	width:158px;
	height:60px;
	margin:10px 11px 10px 11px;}

/* CONTENT SIDE */
#content_side{
	width:800px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:#0c0c0c;
	background-image:url(library/images/ogrodje_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:10px;
	color:#cccccc;
	float:left;
	clear:none;
	display:inline;
	}

#content_pasica{
	width:800px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:#000000;
	clear:none;
	}
	
/* FOOTER */
#footer{
	width:975px;
	
	padding:14px 0px 14px 25px;
	margin:0px 0px 0px 0px;
	text-align:left;
	font-size:10px;
	color:#ffffff;
	clear:both;
	background-color:#333333;
	}
	
#footer a
{
    color:#ffffff;
     text-decoration:none;
}
#footer a:hover
{
    color:#ffffff;
    text-decoration:none;
}	
	
/* OBRAZEC */
#obrazec{ float:left; width:641px; float:left; font-family:Verdana; font-size:10px; 
    font-weight:normal; text-decoration:none;}
#obrazec_header{ float:left; width:640px; padding:0px 0px 0px 0px;
     margin-bottom:0px;}
#obrazec_body{ float:left; width:780px; padding:0px 0px 0px 0px; margin-top:0px; 
    }
#obrazec_footer{ float:left; width:770px; height:57px; margin:0px 0px 0px 0px; 
    }

.obrazec_bg_svetlo{ width:640px; float:left;  min-height:20px;}
.obrazec_bg_temno{ width:640px; float:left;  min-height:20px;}
.obrazec_textarea_svetlo{ width:640px; float:left;  min-height:100px;}

/*.obrazec_textarea_temno p,.obrazec_textarea_svetlo p { padding-top:20px;}*/

.zvezdica{ float:left; color:#fd0000; font-weight:bold; margin-right:5px;}

.obrazec_opis{ padding:6px 1px 1px 20px; width:130px; float:left;}
.obrazec_input{ width:470px; float:right; padding:2px 1px 2px 1px;}
.form_input{ border:1px solid; background:#cccccc; border-color:#666666; width:200px;  
    float:left; padding:2px 1px 2px 1px; font-size:10px; }
select.form_input {  padding-top:0px; border-color:#666666; width:202px; font-size:10px; padding:0px 0px 0px 0px; height:16px;   }
.form_select{ border:1px solid; border-color:#666666;  float:left; width:204px; 
    font-size:10px;  height:16px; }

.form_textarea{ border:1px solid; border-color:#666666; background:#cccccc; width: 200px; height:100px; float:left; padding:2px 1px 2px 1px;}
.form_checkBox { line-height:25px; }

#gumb_nazaj{ float:left; width:60px; height:17px; padding:20px 20px 20px 20px;}
#gumb_potrdi{ float:right; width:60px; height:17px; padding:20px 20px 20px 20px;}

/*cutom alert*/

#modalContainer {

	background-color:transparent;
	position:absolute;
	width:100%;

	top:0px;
	left:0px;
	z-index:10000;
	background-color: #000;


}

#alertBox {
	position:absolute;
	width:520px;
	min-height:100px;
	z-index:10010;
	border:2px solid #666666;
	background-color:#CCCCCC;
	background-image:url(/library/images/alert_bg.gif);
	background-repeat:no-repeat;
	background-position:20px 35px;
	text-align:center;
	/*visibility:hidden;*/


}

#LoadingBox
{
	position:absolute;
	width:55px;
	height:60px;
	z-index:10010;
	background:#FFFFFF;
	border:2px solid #666666;


}

input.button_over { height:auto;}

/*#modalContainer > #alertBox {
	position:fixed;
}

*/

#alertBox h1 {
	margin:0;
	font:bold 12px verdana,arial;
	background-color:#CC0001;
	color:#ffffff;
	border-bottom:1px solid #CECBB7;
	padding:2px 0 2px 0px;
}

#alertBox h2 {
	font:11px verdana,arial;
	font-weight:bold;
}

#alertBox p {
	font:11px verdana,arial;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	margin-left:55px;
	text-align:left;
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#alertBox ul { margin-left:20px;}
#alertBox li { list-style-type:square; padding-left:5px;}

#alertBox #btnCont { 
	text-align:center; 	
	padding-left:0px;
	margin-left:0px;
	margin-bottom:5px;
	margin-top:10px;
	}

#alertBox #closeBtn, button {


	border:0px;
	width:70px;
	font:11px verdana,arial;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color:#8B8B70;
	text-decoration:none;
	margin:0px;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
		
}
ul.ulAlert {	margin-left:auto;
				margin-right:auto;
				display:block;
}

ul.ulAlert { list-style-type:square; padding-left:15px;}

/* DESNA STRAN - info za prodajalce in serviserje */
.info_naslov{ padding:0px 0px 5px 0px; font-size:10px; font-weight:bold; color:#ffffff; clear:both;}
.info_podatki{ width:164px; padding:10px 0px 15px 0px; margin-left:10px; border-bottom:1px solid #ffffff; color:#ffffff; 
    border-top:1px solid #ffffff; color:#ffffff;}
.info_podatki a{ color:#dcdcdc; font-weight:bold; text-decoration:none;}
.info_podatki a:hover{ text-decoration:underline; color:#ffffff;}

.info_podatki ul{ padding-left:15px;}
.info_podatki li{ list-style-image:url(/library/images/info_podatki_li.gif); line-height:10px; padding-bottom:5px;}

.info_odpiralni{ width:164px; padding:10px 0px 15px 0px; margin-left:10px; margin-bottom:10px; border-bottom:1px solid #ffffff; color:#ffffff;}
.info_odpiralni a{ color:#ffffff; font-weight:bold; text-decoration:none;}
.info_odpiralni a:hover{ text-decoration:underline;}
.info_odpiralni td{ width:95px; line-height:15px;}
.info_odpiralni_dnevi{ font-weight:bold; height:20px;}

.rightpage_banner { margin-left:10px; }

