@charset "utf-8";
/* CSS Document */
/* OPIS DATOTEKE: V datoteki core/main.css so vsi slogi za spletno stran, ki veljajo za VSE stranke. 
									Prilagoditve teh slogov za posamično stranko naredi v core_custom/main.css samo za tiste sloge, ki jih želiš posodobiti.
   POZOR: spreminjanje datoteke core/main.css lahko povzroči spremembe strani pri drugih strankah!
*/
.____definicija_elementov____ {
}
html {
	overflow-y: scroll;
}
body  , td, input{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body  , td{
	font-size: 12px;
	color: #444;
	line-height: 130%;
	margin: 0;
}
p {
	margin: 0px;
}
td {
	vertical-align: top;
}
ul  {
	margin: 0px;
	list-style-type: disc;
	padding-left: 22px;
	list-style-position: outside;
}
ol  {
	margin: 0px;
	/* [disabled]list-style-type: disc; */
	padding-left: 22px;
	list-style-position: outside;
}
li {
	margin-bottom: 1px;
	list-style-position: inside;
}
li div{
	display: inline;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
img {
	border: 0;
}
input {
	font-size: 11px;
	color: #444;
}
input[type="text"], input[type="password"], input[type="file"] {
	padding: 1px;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	font-weight: normal;
	padding: 4px;
}
input[type="checkbox"]   {
	vertical-align: middle;
	position: relative;
	/* [disabled]top: 1px; */
}
input[type="radio"]   {
	/* [disabled]vertical-align: middle; */
	position: relative;
	top: -2px;
}
textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px;
}
select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px;
}
form {
	margin: 0px;
}
h1, .naslov{
	font-size: 20px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 8px;
	line-height: normal;
}
h2, .podnaslov{
	font-size: 17px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 8px;
	line-height: normal;
}
h3, .podpodnaslov{
	font-size: 12px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 8px;
	line-height: normal;
}
.____sistemski_classi____ {
}
.skrito_za_pajke {
	display: none;
}
.no_prefix {
}
.wait_div   {
	height: 150px;
	background-image: url(core/images/wait.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.skrito_za_iskalnike {
	display: none;
}
.____besedila____ {
}
.text_grey {
	color: #666666;
}
.text_blue {
	color: #0092D7;
}
.text_green {
	color: #1FAD69;
}
.text_red {
	color: #FF0000;
}
.text_orange {
	color: #ff8a30;
}
.text_yellow {
	color: #FF0;
}
.text_black {
	color: #000000;
}
.text_white {
	color: #FFF;
}
.text_margin_top {
	margin-top: 9px;
} 
.text_margin_bottom {
	margin-bottom: 9px;
}
.text_margins_both {
	margin-top: 6px;
	margin-bottom: 6px;
}
.text_margin_top .page_line_break{
	display: block;
	height: 6px;
	width: 1px;
}
.text_margin_bottom .page_line_break{
	display: block;
	height: 6px;
	width: 1px;
}
.text_margins_both .page_line_break{
	display: block;
	height: 6px;
	width: 1px;
}
.____linki_na_nadrejene_in_sestrske____ {
}
.page_parent_prev_next  {
	width: 100%;
}
.page_parent , .page_prev_next{
	font-size: 90%;
}
.page_published  {
	font-size: 85%;
	color: #888;
	margin-bottom: 8px;
}
.____search____ {
}
.search_form {
	padding-left: 0px;
	margin-bottom: 0px;
	padding-right: 12px;
	position: relative;
}
.search_form input[type="text"]{
	border: 1px solid #999;
	padding: 3px;
	width: 100%;
	height: 13px;
}
.search_icon {
	width: 18px;
	height: 18px;
	background-image: url(images/search.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 5px;
	top: 2px;
}
.search_string {
}
.____jeziki {
}
.lang_flag_current   img {
	border: 1px solid #000;
	padding: 1px;
}
.lang_flag   img {
	border: 1px solid #BBB;
	padding: 1px;
	filter: alpha(opacity=60);
	opacity: 0.60;
}
.lang_flag   img:hover{
	border: 1px solid #BBB;
	padding: 1px;
	filter: alpha(opacity=100);
	opacity: 1;
}
.____summary____ {
}
.sum_div_shop {
	border-width: 0px;
	border-style: solid;
	border-color: #CCC;
	padding: 4px;
	margin-bottom: 4px;
	overflow-y: hidden;
	position: relative;
	background-color: #FFF;
	height: 280px;
}
.sum_div_shop_naslov {
	position: relative;
}
.sum_div_shop h2{
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin-top: 2px;
}
.sum_div_shop_oznaka {
	position: absolute;
	right: 0px;
	font-size: 85%;
	padding-left: 4px;
	top: -16px;
	color: #999;
}
a.sum_add_to_cart_shop  {
	display: block;
	text-align: center;
	margin-top: 4px;
}
a.sum_add_to_cart_shop, a.sum_add_to_cart_shop:link, a.sum_add_to_cart_shop:visited{
}
a.sum_add_to_cart_shop:hover  {
}
.sum_image_shop {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
}
.sum_text {
	font-size: 11px;
}
.sum_text_shop {
	height: 70px;
	overflow-y: hidden;
}
.sum_text_shop_text {
	font-size: 11px;
	color: #444;
}
.sum_separator_shop {
	height: 0px;
	border-top: 1px solid #CCC;
	margin-top: 4px;
	margin-bottom: 2px;
}
.sum_cena_shop {
	text-align: left;
	font-weight: bold;
	color: #A50410;
	cursor: default;
}
.sum_cena_shop_crossed {
	background-image: url(images/price_crossed.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 3px;
	padding-right: 3px;
	color: #000;
}
.sum_div {
	border-width: 0px;
	border-style: solid;
	border-color: #CCC;
	padding: 4px;
	margin-bottom: 18px;
	overflow-y: hidden;
	position: relative;
	background-color: inherit;
	border-top-width: 1px;
}
.page_table .sum_div{
}
.sum_div h2{
	margin-top: 0px;
	padding-right: 0px;
}
.sum_div h2:hover   {
	background-color: #EEE;
}
.sum_image {
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;
	display: inline-block;
}
.sum_image image{
	border: 1px solid #CCC;
}
.sum_div_bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 4px;
}
.sum_more , .sum_more_transparent{
	position: absolute;
	right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	top: 189px;
	border: 1px solid #CCC;
}
.sum_more_transparent  {
	background-color: #FFF;
	filter: alpha(opacity=80);
	opacity: 0.80;
	color: #FFF;
	border-color: #FFF;
}
.sum_more_transparent  a:link, .sum_more_transparent a:visited{
	background-color: #FFF;
	color: #FFF;
}
.sum_more:hover  {
	background-color: #FFF;
}
.____obrazec____ {
}
.page_form_div {
}
.page_form {
	margin-top: 6px;
	margin-bottom: 12px;
}
.page_form_errors {
	border: 3px solid #F00;
	margin-top: 6px;
	margin-bottom: 12px;
	padding: 6px;
	background-color: inherit;
}
.page_form_nagovor {
}
.page_form_table {
	width: 100%;
}
.page_form_table td{
}
.error .page_form_left_column, .error .page_form_right_column{
	background-color: #FF6262;
}
.help .page_form_left_column, .help .page_form_right_column{
	background-color: #EEE;
}
.page_form_left_column  {
	width: 1%;
	white-space: nowrap;
	padding-right: 4px;
	text-align: right;
	padding-top: 5px;
	padding-left: 4px;
}
.page_form_left_column label  {
	display: inline-block;
}
.page_form_right_column , .page_form_right_column_help{
	padding-top: 3px;
	padding-bottom: 3px;
}
.page_form_right_column_help  {
	background-color: #EEE;
}
.page_form_help_icon {
	background-image: url(images/help.png);
	width: 17px;
	height: 17px;
	display: inline-block;
	background-repeat: no-repeat;
	cursor: pointer;
	vertical-align: top;
}
.page_form_help_text {
	padding: 4px;
	border: 0px solid #939598;
	margin-bottom: 12px;
	background-color: #EEE;
	color: #00F;
	font-size: 90%;
}
.error .page_form_right_column{
	background-color: #FF6262;
}
.page_form_right_column input{
	vertical-align: top;
}
.page_form_right_column input[type="checkbox"]{
	vertical-align: top;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
}
.page_form_right_column input[type="radio"]{
	vertical-align: text-top;
	height: 16px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.page_form_right_column label{
	vertical-align: top;
	margin-top: 2px;
	display: inline;
}
.page_form_comment {
	padding-top: 12px;
	padding-bottom: 6px;
}
.page_form_zakljucek {
	margin-top: 12px;
}
.page_form_submit {
	padding: 12px;
	text-align: center;
}
.____za_spletno_trgovino {
}
.shop_summary_item {
	width: 24%;
	margin-right: 1%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 12px;
}
.shop_image_and_slidebar {
	float: left;
	margin-right: 16px;
}
.shop_image  {
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 6px;
	position: relative;
	filter: ;
	filter: alpha(opacity=100);
}
.shop_slidebar {
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding-top: 3px;
	padding-bottom: 3px;
}
.shop_slide , .shop_slide_selected{
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: #EEE;
	margin-right: 3px;
}
.shop_slide_selected {
}
.shop_medium_buffer {
	display: none;
}
.shop_info {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px;
	color: #F00;
	font-weight: bold;
	background-color: #FFF;
}
.sum_div_shop .shop_info{
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 11px;
}
.shop_price {
	vertical-align: middle;
	margin-right: 0px;
	margin-bottom: 2px;
}
.shop_price_crossed {
	vertical-align: middle;
	margin-right: 0px;
	margin-bottom: 2px;
}
.shop_price_webshop {
	vertical-align: middle;
	margin-right: 0px;
	margin-bottom: 2px;
	font-size: 125%;
}
.shop_price_label {
	color: #888;
}
.shop_price_price {
	font-weight: bold;
}
.shop_price_price_crossed {
	font-weight: normal;
	background-image: url(images/price_crossed_large.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.shop_item_no {
	vertical-align: middle;
	margin-right: 0px;
	margin-bottom: 6px;
	font-size: 85%;
	color: #999;
	margin-top: 0px;
}
.shop_item_no_label {
}
.shop_item_no_data {
	font-weight: bold;
}
.shop_cs_dropdown {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
}
.shop_cs_dropdown label, .shop_cs_dropdown select{
	vertical-align: middle;
}
.shop_cs_menu {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
}
.shop_cs_menu label{
	vertical-align: top;
}
.shop_recommend {
}
.shop_cart_form   {
	text-align: right;
	margin-top: 8px;
}
.shop_cart_form   *    {
	vertical-align: middle;
}
.shop_cart_form   input[type="text"]    {
	width: 32px;
}
.shop_cart_form   a, .shop_cart_form a:link, .shop_cart_form a:visited, .sum_div_shop a.sum_add_to_cart_shop{
}
.shop_cart_form   a:hover   , .sum_div_shop a.sum_add_to_cart_shop:hover{
}
.shop_add_to_cart      {
	display: inline-block;
	margin-left: 0px;
	cursor: pointer;
	white-space: nowrap;
}
.shop_remove_and_check_out_div      {
}
.shop_remove_from_cart      {
	display: inline-block;
	margin-left: 0px;
	cursor: pointer;
	white-space: nowrap;
	margin-top: 4px;
	margin-bottom: 2px;
}
.shop_remove_from_cart_image {
	display: inline-block;
	background-image: url(images/shop_cart_remove.jpg);
	height: 24px;
	width: 18px;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.shop_check_out      {
	display: inline-block;
	margin-left: 0px;
	cursor: pointer;
	white-space: nowrap;
	margin-top: 2px;
}
.shop_select_color_values {
	display: inline-block;
}
.shop_select_color_values input{
	vertical-align: top;
	position: relative;
	top: 0px;
}
.shop_select_color_values label{
	vertical-align: top;
	position: relative;
	top: 0px;
}
.shop_select_color_option {
	/* [disabled]position: relative; */
	/* [disabled]top: -2px; */
}
.shop_size_div {
	padding-top: 4px;
}
.shop_add_to_cart_div {
	margin-bottom: 12px;
	padding-top: 4px;
	padding-bottom: 6px;
	margin-left: 16px;
}
.shop_add_to_cart_left {
	display: inline-block;
	background-image: url(images/shop_cart_add_left.jpg);
	width: 5px;
	height: 24px;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.shop_add_to_cart_text {
	display: inline-block;
	background-image: url(images/shop_cart_add_bkg.jpg);
	height: 20px;
	background-repeat: repeat-x;
	vertical-align: middle;
	font-size: 12px;
	padding-right: 2px;
	padding-top: 4px;
}
.shop_add_to_cart_right {
	display: inline-block;
	background-image: url(images/shop_cart_add_right.jpg);
	width: 5px;
	height: 24px;
	background-repeat: repeat-x;
	vertical-align: middle;
}
.shop_add_to_cart_image {
	display: inline-block;
	background-image: url(images/shop_cart_add_vozicek.jpg);
	height: 24px;
	width: 18px;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.shop_add_cart_block {
	background-image: url(images/gradient_gray_50px.png);
	background-repeat: repeat-x;
	padding: 4px;
	border: 1px solid #CCC;
	margin-bottom: 8px;
}
.shop_add_cart_block_title {
	font-weight: bold;
	padding-bottom: 4px;
	vertical-align: top;
	font-size: 15px;
}
.shop_already_in_cart td{
	border-top: 1px dashed #CCC;
	padding-top: 2px;
	padding-bottom: 2px;
}
.shop_already_in_cart shop_already_in_cart_remove{
	color: #F00;
	text-align: right;
}
.shop_check_out_image {
	display: inline-block;
	background-image: url(images/shop_check_out.jpg);
	height: 24px;
	width: 18px;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.shop_cart_lite       {
}
.shop_cart_lite_checkout       {
}
.shop_cart_lite_data       {
}
.shop_cart_osrednji {
}
.shop_cart_table {
}
.shop_cart_table input[type="text"]{
	width: 42px;
	padding-right: 3px;
	text-align: right;
}
.shop_cart_table input[type="submit"]{
	padding: 0px;
}
.shop_cart_table td{
	vertical-align: middle;
	border-top: 1px solid #CCC;
	min-height: 20px;
}
.shop_cart_table tr{
	min-height: 20px;
}
.shop_cart_st_izd {
	padding-right: 8px;
	white-space: nowrap;
	width: 1%;
}
.shop_cart_naziv {
	text-align: left;
}
.shop_cart_kolicina {
	padding: 1px;
	text-align: center;
	padding-right: 6px;
	width: 60px;
	white-space: nowrap;
}
.shop_cart_cena {
	text-align: right;
}
.shop_cart_znesek {
	text-align: right;
}
.shop_cart_actions {
	text-align: center;
	padding-left: 4px;
	width: 1%;
}
.shop_cart_actions *{
	opacity: 0.60;
}
.shop_cart_actions *:hover{
	opacity: 1;
}
.shop_cart_delete_row {
	display: inline-block;
	background-image: url(images/delete.png);
	background-repeat: no-repeat;
	height: 16px;
	vertical-align: middle;
	cursor: pointer;
	padding-left: 18px;
	font-size: 11px;
	color: #F00;
	margin-left: 8px;
}
.shop_cart_color , .shop_cart_size{
	font-size: 90%;
}
.shop_cart_error {
	color: #F00;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
.shop_cart_summary {
}
.shop_cart_add_item {
	margin-top: 12px;
	margin-bottom: 12px;
}
.shop_cart_add_item input[type="submit"]{
	padding: 1px;
}
.shop_cart_add_item_no {
	width: 60px;
}
.shop_cart_add_item_quantity {
	width: 32px;
}
.shop_cart_checkout_div {
	text-align: center;
}
.shop_cart_checkout_button {
	font-size: 110%;
}
.shop_items_table {
	font-size: 90%;
	line-height: 110%;
}
.shop_items_table td{
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
	padding-top: 2px;
	vertical-align: middle;
	min-height: 18px;
}
.shop_items_item_no {
	white-space: nowrap;
}
.shop_items_naziv {
	padding-left: 6px;
	padding-right: 6px;
}
.shop_items_price {
	padding-right: 8px;
	white-space: nowrap;
}
.shop_items_add_to_cart {
	white-space: nowrap;
}
.shop_orders {
}
.shop_orders th{
	text-align: left;
	color: #888;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 4px;
}
.shop_orders td{
	text-align: left;
	border-bottom: 0px solid #DDD;
	padding-top: 2px;
	padding-bottom: 12px;
	padding-right: 4px;
	font-weight: normal;
	vertical-align: middle;
	padding-left: 4px;
}
.shop_orders_head td{
	border-top: 1px solid #DDD;
	padding-bottom: 4px;
}
.shop_orders_left_column {
	border-left: 1px solid #DDD;
}
.shop_orders_right_column {
	border-right: 1px solid #DDD;
}
.shop_orders_only_column {
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
}
.shop_order_pos {
	font-size: 90%;
}
.shop_order_pos tr:hover td{
	background-color: #EEE;
}
.shop_order_pos th{
	color: #888;
}
.shop_order_pos td{
	font-weight: normal;
	padding-bottom: 0px;
	border-bottom: 1px solid #DDD;
}
.shop_order_pos_oznaka {
	padding-right: 8px;
	white-space: nowrap;
}
.shop_order_pos_kol {
	padding-right: 8px;
	text-align: right;
	padding-left: 12px;
}
.____za_fransize {
}
.fran_sole {
	font-size: 11px;
}
.fran_sole table{
}
.fran_sole td, .fran_sole th{
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #CCC;
}
.fran_sole th  {
	text-align: left;
}
.fran_razredi td  {
	padding-right: 4px;
	padding-left: 120px;
	padding-top: 0px;
	padding-bottom: 2px;
	border-top: none;
}
.fran_razredi form  {
	display: inline;
}
.fran_razredi input[type="submit"]  {
	border: 0px;
	padding: 0;
	background-color: transparent;
	color: #1068B2;
	cursor: pointer;
}
.fran_razredi input:hover  {
	text-decoration: underline;
}
.____za_drazbe {
}
.auction_summary {
	border: 1px solid #CCC;
	padding: 4px;
	min-width: 100px;
	font-size: 11px;
	text-align: center;
	line-height: 130%;
}
.as_name {
	font-size: 13px;
	height: 40px;
	text-align: center;
	display: block;
}
.as_image {
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 8px;
	margin-bottom: 8px;
	display: block;
}
.as_time_left  {
	text-align: center;
	line-height: 130%;
	padding-bottom: 2px;
	padding-top: 0px;
}
.as_time_left_label , .as_time_left_data{
	display: inline-block;
}
.as_time_left_label  {
	color: #777;
}
.as_time_left_data  {
	font-weight: bold;
	font-size: 12px;
}
.as_price  {
	text-align: center;
	line-height: 130%;
	padding-bottom: 2px;
}
.as_price_label , .as_price_data{
	display: inline-block;
}
.as_price_label  {
	color: #777;
	font-size: 11px;
}
.as_price_data  {
	font-weight: bold;
	font-size: 16px;
}
.as_bid {
	text-align: center;
	border-top: 1px solid #CCC;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-top: 4px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 6px;
}
.as_bid_text {
	color: #777;
}
.as_bid_input {
	width: 40px;
}
.as_bid_submit {
	font-weight: normal;
	white-space: nowrap;
	font-size: 11px;
}
.au_bid_text {
	color: #777;
	margin-bottom: 6px;
}
.au_bid_form {
	margin-top: 6px;
	margin-bottom: 4px;
}
.au_bid_form label{
	vertical-align: middle;
}
.au_bid_input {
	width: 40px;
	text-align: right;
}
.au_bid_submit {
	font-weight: normal;
}
.au_naziv_izdelka {
	font-size: 18px;
}
.au_levi_stolpec {
	/* [disabled]border: 1px solid #CCC; */
	padding: 0px;
	width: 50%;
	vertical-align: middle;
}
.au_desni_stolpec {
	width: 50%;
	padding-left: 12px;
}
.au_block {
	margin-top: 4px;
	/* [disabled]border-top: 1px solid #CCC; */
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 4px;
	margin-bottom: 12px;
}
.au_block h3{
	border-top: none;
	font-size: 14px;
	margin-top: 0px;
}
.au_block_right {
	margin-top: 0px;
	border-top: 1px solid #CCC;
	/* [disabled]background-color: #EEE; */
	/* [disabled]border: 1px solid #CCC; */
	padding: 4px;
	margin-bottom: 4px;
}
.au_label {
	font-size: 11px;
	color: #888;
	padding-bottom: 2px;
	line-height: 130%;
}
.au_data {
	font-weight: bold;
}
.au_ponudba {
	font-size: 140%;
	font-weight: bold;
}
.au_bid_start {
	font-size: 11px;
	color: #888;
	padding-bottom: 0px;
	line-height: 100%;
	padding-top: 4px;
}
.au_message {
	font-weight: bold;
	color: #F00;
	font-size: 15px;
	margin-top: 4px;
	margin-bottom: 12px;
	padding: 4px;
	border-top: 1px solid #F00;
	border-bottom: 1px solid #F00;
}
.au_user {
	color: #888;
	font-size: 11px;
}
.au_user span{
	display: inline-block;
}
.au_autobid_form {
	margin-bottom: 8px;
	padding-top: 8px;
}
.au_autobid_warning {
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight: bold;
	color: #F00;
	border-top: 1px solid #F00;
	border-bottom: 1px solid #F00;
	padding: 4px;
}
.au_autobid_info {
	padding-top: 8px;
}
.au_autobid_form table{
	margin-left: 24px;
}
.au_autobid_form td{
	padding: 1px;
}
.au_autobid_form input[type="text"]{
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
	width: 54px;
}
.au_autobid_form input[type="submit"], .au_autobid_form input[type="button"]{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 6px;
}
.au_autobid_left_column {
	text-align: right;
}
.au_autobid_buttons {
	text-align: center;
	padding: 4px;
}
.au_autobid_buttons input{
	margin: 4px;
}
.au_list tr{
	cursor: pointer;
}
.au_list tr:hover td{
	background-color: #EEE;
}
.au_list th{
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
}
.au_list td{
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
	text-align: center;
	vertical-align: middle;
}
.au_list_current_bid {
	font-weight: bold;
}
.au_finished  {
	text-align: left;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 8px;
}
.au_list_finished  {
	display: none;
}
.___ za print preview{
}
.pp_body {
}
.pp_container {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
}
.pp_header {
	border-bottom: 1px solid #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.pp_header_logo {
	float: left;
}
.pp_header_text {
	text-align: right;
}
.pp_footer {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #CCC;
	margin-top: 8px;
}
.pp_footer_text {
	text-align: center;
}
.___ za news_subscribe {
}
.news_form   {
}
.news_intro   {
}
.news_form   input{
	width: 98%;
}
.news_form   input[type=text]{
	margin-top: 6px;
	margin-bottom: 6px;
	color: #999;
}
.news_form   input[type=submit]{
	margin-bottom: 6px;
}
.news_disclaimer   {
	font-size: 85%;
	line-height: 120%;
}
.___ za file manager{
}
.fm_left_command_bar   {
	/* [disabled]border: 1px solid #CCC; */
	border-right: none;
	padding: 4px;
	padding-left: 4px;
	width: 250px;
	border-bottom: none;
	/* [disabled]background-color: #EEE; */
	vertical-align: bottom;
}
.fm_right_command_bar   {
	/* [disabled]border: 1px solid #CCC; */
	margin-left: 4px;
	padding: 4px;
	border-bottom: none;
	position: relative;
	/* [disabled]background-color: #EEE; */
	vertical-align: bottom;
}
.fm_file_submitting   {
	background-color: #F00;
	color: #FFF;
	font-weight: normal;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding: 4px;
	display: none;
}
.fm_left_pane   {
	border: 1px solid #CCC;
	border-right: none;
	padding: 4px;
	padding-left: 4px;
	width: 250px;
}
.fm_right_pane   {
	border: 1px solid #CCC;
	margin-left: 4px;
	padding: 4px;
}
.fm_folder:link   , .fm_folder:visited{
	/* [disabled]height: 16px; */
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	text-decoration: none;
	color: #444;
	border: 1px solid #FFF;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
}
.fm_folder:hover   {
	background-color: #EEE;
	border: 1px solid #CCC;
}
.fm_folder_selected:link   , .fm_folder_selected:visited{
	/* [disabled]height: 16px; */
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	text-decoration: none;
	color: #444;
	border: 1px solid;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	background-color: #FFE2C6;
	border-color: #DDD;
}
.fm_folder_selected:hover   {
	background-color: #F8E2CD;
	border: 1px solid #CCC;
}
.fm_folder_subs_closed   {
	background-image: url(images/icons/subfolders_closed_16.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 16px;
	display: inline-block;
	float: left;
}
.fm_folder_subs_open   {
	background-image: url(images/icons/subfolders_open_16.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 16px;
	display: inline-block;
	float: left;
}
.fm_folder_subs_none   {
	/* [disabled]background-image: url(images/icons/subfolders_closed_16.png); */
	background-repeat: no-repeat;
	width: 10px;
	height: 16px;
	display: inline-block;
	float: left;
}
.fm_folder_icon   {
	background-image: url(images/icons/folder_16.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 16px;
	display: inline-block;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}
.fm_folder_name   {
	/* [disabled]display: inline-block; */
	vertical-align: top;
	position: relative;
	top: -1px;
	padding-left: 32px;
}
.fm_files   {
	/* [disabled]border-top: 1px solid #CCC; */
	/* [disabled]border-left: 1px solid #CCC; */
}
.fm_files   a:link, .fm_files a:visited{
	color: #444;
}
.fm_files   a:hover  {
	color: #000;
}
.fm_files   td, .fm_files th{
	/* [disabled]border-right: 1px solid #CCC; */
	border-bottom: 1px dotted #DDD;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
.fm_files   tr:hover td{
	background-color: #EEE;
}
.fm_blur_div    {
	position: absolute;
	top: 0px;
	background-color: #CCC;
	left: 0px;
	right: 0px;
	bottom: 0px;
	filter: alpha(opacity=70);
	display: none;
	opacity: 0.70;
}
.fm_new_folder_div    {
	position: absolute;
	width: 350px;
	height: 132px;
	border: 2px solid #CCC;
	padding: 12px;
	top: 50px;
	background-color: #FFF;
	left: 50%;
	margin-left: -150px;
	display: none;
	padding-top: 4px;
}
.fm_new_folder_div    #fm_new_folder{
	width: 200px;
}
.fm_new_folder_div    #fm_new_folder_in{
	font-weight: bold;
}
.fm_new_folder_div    td{
	height: 24px;
}
.fm_new_folder_left    {
	width: 1%;
	white-space: nowrap;
	padding-right: 4px;
	text-align: right;
}
#fm_form_upload_form    {
	display: none;
	padding-bottom: 4px;
}
#fm_upload_button_placeholder    {
	background-color: #CCC;
	width: 140px;
	height: 29px;
}
input.fm_uploads_cancel    {
	padding: 2px;
	/* [disabled]background-color: #E6E6E6; */
	/* [disabled]border-color: #B3B3B3; */
	margin-left: 6px;
	height: 25px;
	position: relative;
	top: -1px;
	padding-left: 4px;
	padding-right: 4px;
}
.fm_no_flash_warning    {
	color: #F00;
	padding: 2px;
	border: 1px dashed #F00;
	background-color: #FFF0F0;
	margin-bottom: 12px;
}

/* CSS Document */
/* OPIS DATOTEKE: Vsi slogi, ki se tičejo katerega koli pogledov strani. 
									Zaradi priporočila, da naj se css-ji ne nahajajo v različnih datotekah, veljajo ti slogi za vse poglede.
   POZOR: spreminjanje te datoteke lahko povzroči spremembe strani pri drugih strankah!
*/

.____page_view_X____ {
}
.page_parent {
	text-align: left;
}
.page_prev_next {
	text-align: right;
}
.page_prev_next select{
	font-size: 11px;
	padding: 0;
	border: 1px solid;
}
.page_children {
	margin-bottom: 8px;
}
.page_vsebina {
	margin-bottom: 12px;
}
.page_thumb_comment {
	border-style: solid;
	border-width: 0px;
	border-color: #E6E6E6;
	margin-top: 12px;
	margin-bottom: 12px;
	position: relative;
	padding-right: 12px;
}
.page_thumb_holder {
	float: left;
	background-color: #E6E6E6;
	margin-right: 6px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.page_thumb_image {
	border-color: #E6E6E6;
	border-style: solid;
}
.page_thumb_medium_div {
	position: absolute;
	/* [disabled]visibility: hidden; */
	padding: 10px;
	display: none;
}

.page_thumb_medium {
	border-color: #E6E6E6;
	border-style: solid;
}
.page_images_table td , .page_pages_table td{
	position: relative;
	position: relative;
}
.page_slidebar_div {
	overflow-x: auto;
	margin-top: 12px;
	padding-bottom: 4px;
	overflow-y: hidden;
}


.page_slidebar_table {
	margin-left: auto;
	margin-right: auto;

}
.page_slider_slide {
	vertical-align: middle;
	text-align: center;
	background-color: #CCC;
	filter: Alpha(Opacity=50);
	opacity: 0.50;
	-moz-opacity: 0.50;
	cursor: pointer;
}
.page_slider_slide_selected   {
	vertical-align: middle;
	text-align: center;
	background-color: #CCC;
	filter: Alpha(Opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	cursor: pointer;
}
.page_slider_slide:hover{
	vertical-align: middle;
	text-align: center;
	background-color: #CCC;
	filter: Alpha(Opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	cursor: pointer;
}
.page_slide_space {
}
.page_slide_image {
	border-style: solid;
	border-color: #CCC;
}
.page_image_frame {
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}
.page_image_comment {
	text-align: center;
	padding: 4px;
}
.page_image_div {
	text-align: center;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
}
.page_image_prev , .page_image_next {
	position: absolute;
	width: 25%;
	top: 0px;
	bottom: 0px;
	cursor: pointer;
	background-repeat: no-repeat;
	margin: 8px;
}
.page_image_prev {
	background-image: url(images/image_prev.png);
	background-position: top left;
	left: 0px;
}
.page_image_prev:hover {
	background-image: url(images/image_prev_hover.png);
}
.page_image_next {
	background-image: url(images/image_next.png);
	background-position: top right;
	right: 0px;
}
.page_image_next:hover {
	background-image: url(images/image_next_hover.png);
}
.page_image_zoom   {
	position: absolute;
	top: 0px;
	bottom: 0px;
	cursor: pointer;
	background-repeat: no-repeat;
	margin: 8px;
	left: 25%;
	right: 25%;
	width: 50%;
	background-image: url(images/image_zoom.png);
	background-position: top center;
}
.page_image_zoom:hover   {
	background-image: url(images/image_zoom_hover.png);
}


.____sence_za_srednje_slike____ {

}
.shadow_tl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	background-image: url(/core/images/shadow_tl.png);
}
.shadow_tr {
	position: absolute;
	top: 0px;
	width: 10px;
	height: 10px;
	right: 0px;
	background-image: url(/core/images/shadow_tr.png);
}
.shadow_bl {
	position: absolute;
	left: 0px;
	width: 10px;
	height: 10px;
	bottom: 0px;
	background-image: url(/core/images/shadow_bl.png);
}
.shadow_br {
	position: absolute;
	width: 10px;
	height: 10px;
	right: 0px;
	bottom: 0px;
	background-image: url(/core/images/shadow_br.png);
}
.shadow_t {
	position: absolute;
	top: 0px;
	left: 10px;
	height: 10px;
	right: 10px;
	background-image: url(/core/images/shadow_t.png);
}
.shadow_b {
	position: absolute;
	left: 10px;
	height: 10px;
	right: 10px;
	bottom: 0px;
	background-image: url(/core/images/shadow_b.png);
}
.shadow_l {
	position: absolute;
	left: 0px;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background-image: url(/core/images/shadow_l.png);
}
.shadow_r {
	position: absolute;
	bottom: 10px;
	top: 10px;
	width: 10px;
	right: 0px;
	background-image: url(/core/images/shadow_r.png);
}
.page_slide_div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.page_slidebar_slide_left , .page_slidebar_slide_right {
	vertical-align: middle;
	width: 32px;
	text-align: center;
	height: 32px;
}
.page_slidebar_slide_left div {
	width: 24px;
	height: 24px;
	background-image: url(../../_backup_php/galerija-plesa.si/core/images/image_prev.png);
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
}
.page_slidebar_slide_right div {
	width: 24px;
	height: 24px;
	background-image: url(../../_backup_php/galerija-plesa.si/core/images/image_next.png);
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
}
.page_slidebar_frame {
	width: 100%;
}
.page_slides_table {
}
.page_slide_slide {
	vertical-align: middle;
	text-align: center;
	background-color: #CCC;
	filter: Alpha(Opacity=50);
	opacity: 0.50;
	-moz-opacity: 0.50;
	cursor: pointer;
}
.page_slide_slide_selected  , .page_slide_slide:hover{
	vertical-align: middle;
	text-align: center;
	background-color: #CCC;
	filter: Alpha(Opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	cursor: pointer;
}
.page_image_image {
	border-style: solid;
	border-color: #E6E6E6;
}

