@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, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body  , td{
	font-size: 12px;
	color: #444;
	line-height: 1.30;
	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;
	padding-left: 22px;
	list-style-position: outside;
}
li {
	margin-bottom: 1px;
	list-style-position: inside;
}
li div{
	/* [disabled]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;
}
input[type="radio"]   {
	position: relative;
	top: -2px;
}
textarea {
	font-size: 11px;
	padding: 1px;
}
select {
	font-size: 11px;
	padding: 1px;
}
form {
	margin: 0px;
}
h1, .naslov{
	font-size: 20px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 8px;
	line-height: 1;
}
h2, .podnaslov{
	font-size: 17px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 8px;
	line-height: 1;
}
h3, .podpodnaslov{
	font-size: 12px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 8px;
	line-height: 1;
}
.____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;
}
.wait_div_small {
	height: 16px;
	background-image: url(core/images/wait.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width: 32px;
}
.skrito_za_iskalnike {
	display: none;
}
.fb_like_holder {
	margin-top: 18px;
	height: 24px;
	margin-bottom: 24px;
}
.image_float_left {
	float: left; 
	margin-left: 0px; 
	margin-right: 18px; 
	margin-bottom: 12px; 
	border: 1px solid #CCC; 
	box-shadow: 3px 3px 10px #999999;
}
.image_float_right {
	float: right; 
	margin-left: 12px; 
	margin-right: 12px; 
	margin-bottom: 12px; 
	border: 1px solid #CCC; 
	box-shadow: 3px 3px 10px #999999;
}
.____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;
}
.text_line_height_1 {
	line-height: 1;

}
.text_line_height_1_1 {
	line-height: 1.1;

}
.text_line_height_1_2 {
	line-height: 1.2;

}
.text_line_height_1_3 {
	line-height: 1.3;

}
.____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: 6px;
	line-height: 130%;
}
.____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 navadni____{
}
.sum_div {
	border-width: 0px;
	border-style: solid;
	border-color: #CCC;
	padding: 4px;
	margin-bottom: 18px;
	overflow-y: hidden;
	position: relative;
	background-color: inherit;
	/* [disabled]border-top-width: 1px; */
	text-align: left;
}
.page_table .sum_div{
}
.sum_div h2{
	margin-top: 0px;
	padding-right: 0px;
	border: 0;
}
.sum_div h2:hover   {
	/* [disabled]background-color: #EEE; */
}
.sum_div_bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 4px;
}
.sum_text {
	font-size: 11px;
}
.sum_slide  {
	line-height: normal;
	float: left;
	margin-right: 8px;
	width: 190px;
	height: 106px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 11px;
	position: relative;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	/* [disabled]margin-top: 2px; */
	margin-bottom: 2px;

}
.sum_image  {




}
.sum_image_frame_top_left  {
	position: absolute;
	height: 1px;
	width: 1px;
	left: 0px;
	top: 0px;
}
.sum_image_frame_top_middle  {
	position: absolute;
	height: 1px;
	left: 1px;
	right: 1px;
	top: 0px;
}
.sum_image_frame_top_right  {
	position: absolute;
	height: 1px;
	width: 1px;
	right: 0px;
	top: 0px;
}
.sum_image_frame_left  {
	position: absolute;
	width: 1px;
	left: 0px;
	top: 1px;
	bottom: 1px;
}
.sum_image_frame_right  {
	position: absolute;
	width: 1px;
	top: 1px;
	bottom: 1px;
	right: 0px;
}
.sum_image_frame_bottom_left  {
	position: absolute;
	height: 1px;
	width: 1px;
	left: 0px;
}
.sum_image_frame_bottom_middle  {
	position: absolute;
	height: 1px;
	left: 1px;
	right: 1px;
	bottom: 0px;
}
.sum_image_frame_bottom_right  {
	position: absolute;
	height: 1px;
	width: 1px;
	right: 0px;
	bottom: 0px;
}
.____summary shop____{
}
.sum_div_shop {
	border-width: 0px;
	border-style: solid;
	border-color: #CCC;
	padding: 4px;
	margin-bottom: 32px;
	overflow-y: hidden;
	position: relative;
	/* [disabled]background-color: #FFF; */
	height: 240px;
	text-align: center;
	display: block;
}
.sum_div_shop_naslov {
	position: relative;
	margin-bottom: 4px;
}
.sum_div_shop_naslov h2{
	position: relative;
	margin-bottom: 4px;
	display: block;
	height: 44px;
}
.sum_div_shop_naslov h2 a{
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;


}
.sum_div_shop h2{
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}
.sum_div_shop_oznaka {
	position: absolute;
	right: 0px;
	font-size: 85%;
	padding-left: 4px;
	top: -16px;
	color: #999;
	display: none;
}
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_shop {
	height: 90px;
	overflow-y: hidden;
}
.sum_text_shop .shop_info{
	padding: 0;

}
.sum_text_shop_text {
	font-size: 11px;
}
.sum_separator_shop {
	height: 0px;
	border-top: 1px solid #CCC;
	margin-top: 2px;
	margin-bottom: 2px;
}
.sum_cena_shop {
	text-align: center;
	/* [disabled]font-weight: bold; */
	color: #A50410;
	cursor: default;
}
.sum_cena_shop_price {
	/* [disabled]text-align: left; */
	font-weight: bold;
	/* [disabled]color: #A50410; */
	/* [disabled]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;
	/* [disabled]font-weight: bold; */
	font-size: 90%;
}
.sum_cena_shop_crossed_discount {
	padding-left: 3px;
	padding-right: 3px;
	color: #000;
	font-weight: normal;
	font-size: 90%;
}
.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;
}
.sum_shop_image_holder  {
	width: 210px;
	height: 126px;
	position: relative;
	display: inline-block;
}
.sum_shop_image  {
	width: 190px;
	height: 106px;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.____obrazec____ {
}
.page_form_div {
	/* [disabled]border: 3px solid #CCC; */
	/* [disabled]padding: 8px; */
}
.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_container {
	/* [disabled]float: left; */
	margin-right: 16px;
}
.shop_image_and_slidebar {
	float: left;
	margin-right: 16px;
	width: 382px;
	margin-left: -10px;
	margin-top: -8px;
}
.shop_description {



}

.shop_image_holder  {
	position: relative;
	width: 362px;
	text-align: center;
	height: 362px;
}
.shop_image  {
	display: inline-block;
	position: relative;
}
.shop_image  *{
	filter: inherit;

}
.shop_image_image    {
	margin: 10px;


}
.shop_image_image  , .shop_image img{
	position: relative;
	background-color: #CCC;

}
.shop_image_frame_top_left  {
	position: absolute;
	height: 10px;
	width: 10px;
	left: 0px;
	top: 0px;
	background-image: url(images/shadow_tl.png);
}
.shop_image_frame_top_middle  {
	position: absolute;
	height: 10px;
	left: 10px;
	right: 10px;
	top: 0px;
	background-image: url(images/shadow_t.png);
}
.shop_image_frame_top_right  {
	position: absolute;
	height: 10px;
	width: 10px;
	right: 0px;
	top: 0px;
	background-image: url(images/shadow_tr.png);
}
.shop_image_frame_left  {
	position: absolute;
	width: 10px;
	left: 0px;
	top: 10px;
	bottom: 10px;
	background-image: url(images/shadow_l.png);
}
.shop_image_frame_right  {
	position: absolute;
	width: 10px;
	top: 10px;
	bottom: 10px;
	right: 0px;
	background-image: url(images/shadow_r.png);
}
.shop_image_frame_bottom_left  {
	position: absolute;
	height: 10px;
	width: 10px;
	left: 0px;
	bottom: 0px;
	background-image: url(images/shadow_bl.png);
}
.shop_image_frame_bottom_middle  {
	position: absolute;
	height: 10px;
	left: 10px;
	right: 10px;
	bottom: 0px;
	background-image: url(images/shadow_b.png);
}
.shop_image_frame_bottom_right  {
	position: absolute;
	height: 10px;
	width: 10px;
	right: 0px;
	bottom: 0px;
	background-image: url(images/shadow_br.png);
}
.shop_slidebar {
	border-bottom: none;
	border-top: none;
}
.shop_slide , .shop_slide_selected{
	display: inline-block;
	cursor: pointer;
	position: relative;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
	line-height: normal;
}
.shop_slide_selected {
}
.shop_slide_slide  {
	display: inline-block;
	position: relative;
	height: 100%;
}

.shop_slide_image  {
	margin: 10px;




}
.shop_slide_frame_top_left  {
	position: absolute;
	height: 10px;
	width: 10px;
	left: 0px;
	top: 0px;
	background-image: url(images/shadow_tl.png);
}
.shop_slide_frame_top_middle  {
	position: absolute;
	height: 10px;
	left: 10px;
	right: 10px;
	top: 0px;
	background-image: url(images/shadow_t.png);
}
.shop_slide_frame_top_right  {
	position: absolute;
	height: 10px;
	width: 10px;
	right: 0px;
	top: 0px;
	background-image: url(images/shadow_tr.png);
}
.shop_slide_frame_left  {
	position: absolute;
	width: 10px;
	left: 0px;
	top: 10px;
	bottom: 10px;
	background-image: url(images/shadow_l.png);
}
.shop_slide_frame_right  {
	position: absolute;
	width: 10px;
	top: 10px;
	bottom: 10px;
	right: 0px;
	background-image: url(images/shadow_r.png);
}
.shop_slide_frame_bottom_left  {
	position: absolute;
	height: 10px;
	width: 10px;
	left: 0px;
	background-image: url(images/shadow_bl.png);
	bottom: 0px;
}
.shop_slide_frame_bottom_middle  {
	position: absolute;
	height: 10px;
	left: 10px;
	right: 10px;
	bottom: 0px;
	background-image: url(images/shadow_b.png);
}
.shop_slide_frame_bottom_right  {
	position: absolute;
	height: 10px;
	width: 10px;
	right: 0px;
	bottom: 0px;
	background-image: url(images/shadow_br.png);
}

.shop_medium_buffer {
	display: none;
}
.shop_slide_separator  {
	display: inline-block;
	width: 4px;
	height: 4px;


}
.shop_info {
	padding: 5px;
	margin-bottom: 8px;
	position: relative;
	display: block;
}
a.shop_info:hover {
	text-decoration: none;

}
.shop_info_top_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 5px;
	height: 5px;
	background-image: url(images/shop_info_top_left.png);

}
.shop_info_top_middle {
	position: absolute;
	top: 0px;
	left: 5px;
	height: 5px;
	right: 5px;
	background-image: url(images/shop_info_top_middle.png);

}
.shop_info_top_right {
	position: absolute;
	top: 0px;
	width: 5px;
	height: 5px;
	right: 0px;
	background-image: url(images/shop_info_top_right.png);

}
.shop_info_left {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 5px;
	bottom: 5px;
	background-image: url(images/shop_info_left.png);

}
.shop_info_right {
	position: absolute;
	top: 5px;
	width: 5px;
	right: 0px;
	bottom: 5px;
	background-image: url(images/shop_info_right.png);

}
.shop_info_bottom_left {
	position: absolute;
	left: 0px;
	width: 5px;
	height: 5px;
	bottom: 0px;
	background-image: url(images/shop_info_bottom_left.png);

}
.shop_info_bottom_middle {
	position: absolute;
	left: 5px;
	height: 5px;
	right: 5px;
	bottom: 0px;
	background-image: url(images/shop_info_bottom_middle.png);

}
.shop_info_bottom_right {
	position: absolute;
	width: 5px;
	height: 5px;
	right: 0px;
	bottom: 0px;
	background-image: url(images/shop_info_bottom_right.png);

}
.shop_info_text {
	color: #F00;
	font-weight: bold;
	background-image: url(images/shop_info_bkg.png);
	padding-left: 5px;
	filter: none;
}
.sum_div_shop .shop_info{
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 11px;
}
.shop_price_holder_promocode {
	display: inline-block;
	float: right;

}
.shop_price_holder {
	display: inline-block;
	float: right;

}
.shop_price_holder_regular {
	float: right;
	display: inline-block;

}
.shop_price_holder_crossed {
	display: inline-block;
	float: right;

}
.shop_price {
	vertical-align: middle;
	margin-right: 0px;
	margin-bottom: 2px;
}
.shop_price_crossed {
	vertical-align: top;
	margin-right: 0px;
	margin-bottom: 2px;
	text-align: left;
}
.shop_price_webshop {
	margin-right: 0px;
	margin-bottom: 2px;
	vertical-align: top;
	text-align: right;
}
.shop_price_label {
	color: #888;
	font-size: 90%;
	display: inline-block;
}
.shop_price_size {
	font-weight: bold;
	font-size: 150%;
	display: inline-block;
}
.shop_price_price {
	font-weight: bold;
	font-size: 175%;
	text-align: right;
	display: inline-block;
}
.shop_price_price_regular {
	font-weight: bold;
	background-image: url(images/price_crossed_large.png);
	background-repeat: repeat-x;
	background-position: center center;
	display: inline-block;
}
.shop_price_price_crossed {
	/* [disabled]font-weight: bold; */
	/* [disabled]background-image: url(images/price_crossed_large.png); */
	/* [disabled]background-repeat: repeat-x; */
	/* [disabled]background-position: center center; */
	display: inline-block;
}
.shop_price_price_crossed_price {
	font-weight: bold;
	background-image: url(images/price_crossed_large.png);
	background-repeat: repeat-x;
	background-position: center center;
	display: inline-block;
}
.shop_price_price_crossed_percent {
	font-weight: bold;
	/* [disabled]background-image: url(images/price_crossed_large.png); */
	/* [disabled]background-repeat: repeat-x; */
	/* [disabled]background-position: center center; */
	display: inline-block;
	color: red;
}
.shop_item_no {
	vertical-align: middle;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 85%;
	color: #999;
	margin-top: 0px;
	text-align: left;
}
.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: 4px;
}
.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_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_add_remove.png);
	height: 25px;
	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_check_out_image {
	display: inline-block;
	background-image: url(images/shop_cart_add_card.png);
	height: 25px;
	width: 22px;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.shop_check_out_large_image {
	display: inline-block;
	background-image: url(images/shop_cart_add_large_card.jpg);
	height: 37px;
	width: 26px;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.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 {
}
.shop_size_div {
	padding-top: 4px;
}
.shop_add_to_cart_div {
	margin-bottom: 12px;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 16px;
	margin-left: 370px;
	width: 340px;
	line-height: 1.3;
}
.shop_add_to_cart      {
	display: inline-block;
	margin-left: 0px;
	cursor: pointer;
	white-space: nowrap;
}
.shop_add_to_cart_left {
	display: inline-block;
	background-image: url(images/shop_cart_add_left.png);
	width: 5px;
	height: 25px;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.shop_add_to_cart_text {
	display: inline-block;
	background-image: url(images/shop_cart_add_bkg.png);
	height: 20px;
	background-repeat: repeat-x;
	vertical-align: middle;
	font-size: 12px;
	padding-right: 4px;
	padding-top: 5px;
	padding-left: 6px;
	padding-bottom: 0px;
}
.shop_add_to_cart_right {
	display: inline-block;
	background-image: url(images/shop_cart_add_right.png);
	width: 5px;
	height: 25px;
	background-repeat: repeat-x;
	vertical-align: middle;
}
.shop_add_to_cart_image {
	display: inline-block;
	background-image: url(images/shop_cart_add_basket.png);
	height: 25px;
	width: 22px;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.shop_add_to_cart_large      {
	display: inline-block;
	margin-left: 0px;
	cursor: pointer;
	white-space: nowrap;
}
.shop_add_to_cart_large_left {
	display: inline-block;
	background-image: url(images/shop_cart_add_large_left.png);
	width: 5px;
	height: 37px;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.shop_add_to_cart_large_text {
	display: inline-block;
	background-image: url(images/shop_cart_add_large_bkg.png);
	height: 28px;
	background-repeat: repeat-x;
	font-size: 130%;
	padding-right: 8px;
	padding-top: 7px;
	padding-left: 8px;
	padding-bottom: 2px;
}
.shop_add_to_cart_large_right {
	display: inline-block;
	background-image: url(images/shop_cart_add_large_right.png);
	width: 5px;
	height: 37px;
	background-repeat: repeat-x;
	vertical-align: middle;
}
.shop_add_to_cart_large_image {
	display: inline-block;
	background-image: url(images/shop_cart_add_large_basket.png);
	height: 37px;
	width: 22px;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.shop_add_cart_block {
	padding: 8px;
	margin-bottom: 8px;
	position: relative;
}
.shop_add_cart_block_top_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 5px;
	height: 5px;
	background-image: url(images/shop_cart_block_top_left.png);

}
.shop_add_cart_block_top_middle {
	position: absolute;
	top: 0px;
	left: 5px;
	height: 5px;
	right: 5px;
	background-image: url(images/shop_cart_block_top_middle.png);

}
.shop_add_cart_block_top_right {
	position: absolute;
	top: 0px;
	width: 5px;
	height: 5px;
	right: 0px;
	background-image: url(images/shop_cart_block_top_right.png);

}
.shop_add_cart_block_left {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 5px;
	bottom: 5px;
	background-image: url(images/shop_cart_block_left.png);

}
.shop_add_cart_block_right {
	position: absolute;
	top: 5px;
	width: 5px;
	right: 0px;
	bottom: 5px;
	background-image: url(images/shop_cart_block_right.png);

}
.shop_add_cart_block_bottom_left {
	position: absolute;
	left: 0px;
	width: 5px;
	height: 5px;
	bottom: 0px;
	background-image: url(images/shop_cart_block_bottom_left.png);

}
.shop_add_cart_block_bottom_middle {
	position: absolute;
	left: 5px;
	height: 5px;
	right: 5px;
	bottom: 0px;
	background-image: url(images/shop_cart_block_bottom_middle.png);

}
.shop_add_cart_block_bottom_right {
	position: absolute;
	width: 5px;
	height: 5px;
	right: 0px;
	bottom: 0px;
	background-image: url(images/shop_cart_block_bottom_right.png);

}
.shop_add_cart_block_title {
	font-weight: bold;
	font-size: 115%;
	padding-bottom: 6px;
	vertical-align: top;

}
input.shop_cart_promocode_submit {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;

}
.shop_already_in_cart td{
	border-top: 1px dashed #CCC;
	padding-top: 2px;
	padding-bottom: 2px;
}
.shop_already_in_cart tr:hover td{
	background-color: #E8E8E8;

}
.shop_already_in_cart_remove {
	color: #F00;
	text-align: right;
	background-image: url(images/icons/delete_transparent_16.png);
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
}
.shop_already_in_cart_remove:hover {
	background-image: url(images/icons/delete_16.png);
}
.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 tr{
	min-height: 20px;
}
.shop_cart_table td{
	vertical-align: middle;
	border-top: 1px solid #CCC;
	min-height: 20px;
}
.shop_cart_table th{
	font-weight: normal;

}
.shop_cart_empty {
	padding: 24px;
	font-weight: bold;
	text-align: center;
	font-size: 120%;

}
.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;
	padding-left: 8px;
}
.shop_cart_znesek {
	text-align: right;
	padding-left: 8px;
}
.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/icons/delete_transparent_16.png);
	background-repeat: no-repeat;
	height: 16px;
	vertical-align: middle;
	cursor: pointer;
	padding-left: 18px;
	font-size: 11px;
	color: #F00;
	margin-left: 8px;
	margin-top: 5px;
	margin-bottom: 4px;
}
.shop_cart_delete_row:hover {
	background-image: url(images/icons/delete_16.png);


}
.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_wholesale {
}
table.whs_list  {
	border-bottom: 1px solid #BBB;



}
.whs_list tr:hover  td{
	background-color: #EAEAEA;




}
.whs_list td, .whs_list th{
	padding-right: 6px;
	vertical-align: middle;
	height: 24px;
}
.whs_list td  {
	border-top: 1px solid #BBB;


}
.whs_list td  *   {
	vertical-align: middle;




}
.whs_list td  *   *{
	vertical-align: baseline;




}
.whs_list_main   .whs_code, .whs_list_main .whs_title{
	font-weight: bold;



}
.whs_list_sub td  {
	border-top: 1px dashed #CCC;


}
.whs_list_sum   {
	/* [disabled]font-weight: bold; */



}
.whs_list_sum   .whs_amount{
	font-weight: bold;
	/* [disabled]border-top-width: 2px; */



}
.whs_list .whs_code  {
	width: 1%;
	white-space: nowrap;
	text-align: left;



}
.whs_list .whs_title  {
	/* [disabled]width: 1%; */
	/* [disabled]white-space: nowrap; */
	text-align: left;



}
.whs_list_image_holder    {
	display: inline-block;
	position: relative;
	height: 24px;
	margin-left: 4px;
	margin-right: 4px;
}
.whs_list_small_image    {
	height: 24px;
	cursor: pointer;
	position: absolute;
}
.whs_list_medium_image    {
	position: absloute;
	display: none;
	top: 0px;
	left: 0px;
	height: 250px;
	border: 1px solid #CCC;
}
.whs_list .whs_price  {
	width: 1%;
	white-space: nowrap;
	text-align: right;
	padding-left: 8px;
}
.whs_list .whs_discount  {
	width: 1%;
	white-space: nowrap;
	text-align: right;
	padding-left: 8px;
}
.whs_list .whs_quantity  {
	width: 1%;
	white-space: nowrap;
	text-align: right;
	padding-left: 8px;
}
.whs_list th.whs_quantity  {
	text-align: center;
}
.whs_list .whs_amount  {
	width: 1%;
	white-space: nowrap;
	text-align: right;
	padding-left: 8px;
}
.whs_list input[type="text"]  , .whs_discount_info input[type="text"]{
	width: 40px;
	margin-left: 8px;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;




}
.whs_list input[type="submit"]  , .whs_discount_info input[type="submit"], .whs_discount_info input[type="button"]{
	padding: 0;



}
.whs_discount_info   {
	margin-top: 8px;
	margin-bottom: 12px;
	border: 1px solid #BBB;
	padding: 4px;




}
.whs_step_2_div   {
	text-align: center;
	margin-top: 24px;




}
.____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_faq {
}
.faq_title {
	border: 1px solid #CCC;
	padding: 4px;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 0px;
}
.faq_content {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 4px;
	margin-top: 0px;
	display: none;
}
.____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 {
	padding: 0px;
	width: 50%;
	vertical-align: middle;
}
.au_desni_stolpec {
	width: 50%;
	padding-left: 12px;
}
.au_block {
	margin-top: 4px;
	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;
	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   {
	border-right: none;
	padding: 4px;
	padding-left: 4px;
	width: 250px;
	border-bottom: none;
	vertical-align: bottom;
}
.fm_right_command_bar   {
	margin-left: 4px;
	padding: 4px;
	border-bottom: none;
	position: relative;
	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{
	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{
	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   {
	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   {
	vertical-align: top;
	position: relative;
	top: -1px;
	padding-left: 32px;
}
.fm_files   {
}
.fm_files   a:link, .fm_files a:visited{
	color: #444;
}
.fm_files   a:hover  {
	color: #000;
}
.fm_files   td, .fm_files th{
	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;
	z-index: 21000;
}
.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;
	z-index: 21100;
}
.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;
	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-top: 12px;
}

.____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;
	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;
}
.____podatki o prijavljenem uporabniku____{

}
.user_data_div   {
	border: 1px solid #BBB;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 18px;

}
.user_data_logout   {
	float: right;
	white-space: nowrap;


}
.user_data_label   {



}
.user_data_data   {
	font-weight: bold;



}
.________ slides plugin __________________{
}
.slides_container {
	display: none;
	position: relative;
	overflow: hidden;
	width: 510px;
}

#container {
	width:580px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:600px;
	height:350px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	/* [disabled]top:15px; */
	/* [disabled]left:4px; */
	/* [disabled]z-index:100; */
	bottom: 0px;
}


/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:510px;
	height:288px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:0;
	/* [disabled]width:150px; */
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 1000;
}

.pagination li {
	float:left;
	margin:0 2px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../components/slides/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Footer
*/

#footer {
	text-align:center;
	/* [disabled]width:580px; */
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}


.__________________________ {
}
