
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	/*padding-left: 20px;*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.cb {
	clear: both;	
}


.hidden {display: none;}
/* =================== MAIN COLUMN STYLES ======================= */

.pageslist {
	font-weight: bold;
}

.pageslist a {
	font-weight: bold;
	text-decoration: none;
}

/* =================== END MAIN COLUMN STYLES ======================= */


/* =================== STYLES MISC ======================= */

#bread_crumbs {
	font-size: 11px;
	font-weight: bold;
	color: #73acf0;
}
#bread_crumbs a {
	color: #0b74aa;
	text-decoration: none;
}
#bread_crumbs a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.resetstyles {
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 1em;
}
/* =================== END STYLES MISC ======================= */




/* =================== TABLES =======================*/
.tablepadding th,.tablepadding td {
	text-align: left;
	padding: 2px 5px 2px 5px;
}


.tablenopadding th,.tablenopadding td {
	padding: 2px 5px 2px 0px;
	text-align: left;
}

.tablecontent td a:link,.tablecontent td a:visited {
	text-decoration: none;
	color: black;
}

.tablepadding th,.tablenopadding th,.tableheader {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
}

.tablepadding th a:link,.tablenopadding th a:link,.tableheader a:link,.tablepadding th a:visited,.tablenopadding th a:visited,.tableheader a:visited
	{
	text-decoration: none;
}

.tablecontent {
	font-size: 12px;
}

.even {
	background-color: #ebebeb;
}



/* =================== END TABLES ======================= */
/* =================== FORM ELEMENTS ======================= */
.formbutton, .formbutton_fixed {
	cursor: pointer;
	border: outset 1px #AAAAAA;
	background: #999999;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	background: url(/images/formbutton.gif) repeat-x left top;
	padding: 1px 10px 1px 10px;
	width: auto;
	overflow: visible; /* IE button width (extra padding) hack */
}

.formbutton_fixed {
	margin-left: 20px;
	width: 120px;
}

.products-order {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	width: 45px;	
	}
	
.products-order-disabled {
	background-color: #cccccc;
	border: #AAAAAA solid 1px;
	color: #000000;
	width: 45px;	
	}	

.products-details {
	text-decoration: underline;
	cursor: pointer;
	/*font-weight: bold;*/
	color: #000000;
	}

.products-details-bold {
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
	color: #000000;
	}

.products-details:hover,
.products-details-bold:hover {
	color: #10789D;
	border: none;
	background: none;
	}

.formfield {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 2px;
	width: 200px;
	font-size: 12px;
}
select.formfield {
	width: 206px; /* 200+2*2 padding +2border */
	padding: 1px 2px;
}
.formfield-error-report {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	width: 360px;
	font-size: 12px;
}


.formerror {
	color: red;
	font-family: Verdana;
	font-size: 11px;
}

select.formfield {
	background: #FFFFFF;
}

/* =================== END FORM ELEMENTS ======================= */

.bak2top {
	width: 100px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #19A1D0;

	padding: 3px;
	background-image: url(/images/go-up.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.bak2top a{
	color: #FFFFFF;
}

.bak2top a:hover{
	color: #000000;
}

.topmenu {
	display: inline;
}

.here {
	background-color: red;	
}

.errormessage {
	width: 50%;
	margin: 0 auto 10px auto;
    background: #fff6bf url(/images/exclamation.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 7px 20px 7px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
}
.infomessage {
	width: 50%;
	margin: 0 auto 10px auto;
    background: #f8fafc url(/images/information.png) 15px 50% no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 7px 20px 7px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
}

.search_result {
	margin-bottom: 10px;
}
.search_result h3 {
	margin:0 0 3px 0;
}

/* =================== Gallery scollable ======================= */
a.prev, a.next {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;	
	margin:15px 0 0 0;
}

a.prev {
	background:url(/images/button-left.gif);		
}

a.prev:hover {
	background:url(/images/button-left-over.gif);		
}

a.next {
	background:url(/images/button-right.gif);		
}

a.next:hover {
	background:url(/images/button-right-over.gif);		
}
div.items a {
	display:block;
	float:left;
	/*margin-right:8px;*/
	/*width:88px;*/
	height:66px;
	background:url(/images/item.gif) 0 0 no-repeat;
	font-size:50px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

div.items a:hover {
	color:#999;	
}

div.items a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}
#scrollable {
	/*background-color:#efefef;*/
	background-color: #F7F7F7;
	/*border:1px solid #ddd;*/
	border:1px solid #DFDFDF;	
	padding:10px 8px;
	width:650px;
	height:65px;
}

/* container for the scrollable items */
div.items {
	height:66px;	
	margin-left:8px;
	margin-right:8px;	
	float:left;
	/*width:478px !important;*/
	width:572px !important;
}


ul.product_category,ul.category {
	padding: 0 0 10px 0;
	margin: 0;
	list-style: none;
	width: 100%;
}


ul.product_category li,ul.category li {
	padding: 0;
	margin: 0;
	list-style: none;
	cursor: pointer;
	background-color: #F6F6F6;
	padding: 3px 0 3px 3px;
}

ul.product_category li ul, ul.category li ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: 15px;
}

ul.product_category li ul li, ul.category li ul li {
	background-color: #e8e8e8;
	padding: 3px 0 3px 3px;
}

ul.product_category li ul li ul, ul.category li ul li ul {
	padding: 0;
	margin: 0;
	list-style: none;	
	margin-left: 15px;
}

ul.product_category li ul li ul li, ul.category li ul li ul li {
	background-color: #CFCFCF;
	padding: 3px 0 3px 3px;
} 	

/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: ButtonFace;
}

.calendar .nav {
  background: ButtonFace url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: ActiveCaption;
  color: CaptionText;
  text-align: center;
    font-size: 12px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
    
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid ButtonShadow;
  padding: 2px;
  text-align: center;
  background: ButtonFace;
  color: ButtonText;
    
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border: 2px solid;
  padding: 0px;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  border-width: 1px;
  padding: 2px 0px 0px 2px;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid ButtonShadow;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody .rowhilite td {
  background: Highlight;
  color: HighlightText;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  

}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  padding: 2px 2px 0px 2px;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody td.disabled { color: GrayText; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: ButtonFace;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  color: ButtonText;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: Menu;
  color: MenuText;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  padding: 0px;
  border: 1px solid #000;
}

.calendar .combo .hilite {
  background: Highlight;
  color: HighlightText;
}

.calendar td.time {
  border-top: 1px solid ButtonShadow;
  padding: 1px 0px;
  text-align: center;
  background-color: ButtonFace;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: Menu;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: Highlight;
  color: HighlightText;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

body,html,h1,h2,h3,p {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 13px; /* unless specified otherwise (h1..) */
	line-height: 20px;
}

.cb {
	clear: both;	
}

.mt10 {
	margin-top: 10px;	
}

.mb10 {
	margin-bottom: 10px;	
}

body {
	background: url("/images/project/01_OZADJE_4.png") repeat top center;
}

b, strong {font-weight: bold;}
em {font-style:italic;}

a, a:visited {
	color: #7B9C6A;
	text-decoration: none;	
}

a:hover {
	color: #a3716b;
	text-decoration: none;	
}

#container {
	width: 100%;
	overflow: hidden;
	min-height: 100%;
	height: 100%;
}

/* LAYOUT */
#container_inner {
	width: 955px;
	margin: 62px auto 0;
	color: #A3716B;
	position: relative;
}

#container_inner .fbcont {position: absolute;right: 8px;top: -40px;}
#container_inner .fbcont a img {-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;opacity:0.5;}
#container_inner .fbcont a:hover img {opacity: 1;}

#container_inner .topsubnav {position: absolute;right: 50px;top: -40px;font-weight: bold;}
#container_inner .topsubnav a {}

.header {
	height: 110px;
	background: url("/images/project/19_MENU_OBLACKI_2.png") no-repeat;
}

.header .head_left {
	width: 200px; 
	float: left;
}

.header .head_right {
	width: 755px; 
	float: left;
	position: relative;
	padding: 22px 0 0 0;
	/*background: url("/images/project/19_MENU_OBLACKI_3.png") no-repeat;*/
	background: url("/images/project/00_MENU-x.png") no-repeat;
	height: 88px;
}

.header .head_right a,
.header .head_right a:visited {
	font-family: Verdana;
	font-family: 'Patrick Hand SC', cursive;
	font-family: 'Simonetta', cursive;
	font-weight:bold;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	color: #7b9c6a;
	/**/
	width: 143px;
	text-align: center;
	padding: 20px 0 12px;
}
.header .head_right a:hover {
	color: #a3716b;
	text-decoration: none;
}

.header .head_right a.selected,
.header .head_right a.selected:hover {
	color: #a3716b;
}

.header .head_right a.about {
	position:absolute;
	left: 17px;
	padding: 20px 0 12px;
}
.header .head_right a.offer {
	position:absolute;
	left: 164px;
	/*padding: 20px 37px 12px;*/
}
.header .head_right a.projects {
	position:absolute;
	left: 311px;
	/*padding: 20px 37px 12px;*/
}
.header .head_right a.knowledge {
	position:absolute;
	left: 459px;
	width: 145px;
	/*padding: 20px 45px 12px;*/
}
.header .head_right a.blog {
	position:absolute;
	left: 608px;
	width: 140px;
	/*padding: 20px 33px 12px;*/
}
.header .head_right .sell {
	position:absolute;
	left: 595px;
	padding: 18px 20px 12px;
	font-weight: bold;
	color: #7b9c6a;
}

.header .head_right .bottomNav {
	padding: 52px 0 0 0;
	margin-left: 54px;
}

.header .head_right .bottomNav .dot {
	font-size: 10px;
	font-weight: bold;
	margin: 0 6px;
}


.header .head_right .bottomNav a,
.header .head_right .bottomNav a:visited {
	padding: 0;
	position: relative;
	font-size: 13px;
	line-height: 21px;
}

.main {
}

.sidecolumn {
	float: left;
	width: 200px;
	overflow: hidden;
	margin: 15px 15px 0 0;
}

.maincolumn {
	float: left;
	width: 738px;
	margin: 15px 0 0 0;
}

.footer {
	text-align: center;		
	margin: 50px 0 25px;
	font-weight: bold;
	font-size: 11px;
	overflow: hidden;
}

.footer a,.footer a:visited {
}

.footer .design {
	margin-top: 3px;	
}

.footer .design img {
	vertical-align: top;
}
    

.footer .design a,.footer .design a:visited {
	
}

/* END LAYOUT */
.sidebox {
	border: 3px solid #aaa;
	margin-bottom: 15px;
}

.sidebox h1 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	background-color: #eee;
	border-bottom: 3px solid #aaa;
	text-align: center;
}

.sidebox p {
	padding: 6px;
	font-size: 12px;
	text-align: center;
}

.sidebox hr {
	border: none;
	height: 3px;
	color: #4f80bc;
	background-color: #aaa;
	margin: 0;
}

p {
    margin-top: 0.3em;
	font-size: 12px;
	margin-bottom: 0.3em;
}

h1 {
	font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}
h3 {
	font-size: 11px;
}

.comment_info { margin-top: -0.4em; margin-bottom: 0.4em; font-style: italic;}

.sub_navigation {
	padding: 21px 0 18px 0;	
}
.category-navigation {
	margin: 10px 0;
	color: #676767;
	font-size: 12px;
	float: left;
}

.category-navigation-between {
	margin: 0 10px;
	font-weight: bold;
	font-size: 12px;
	float: left;
}

.category-navigation h3 {
	float: left;
	margin: 0;
	padding: 0;	
}

.category-navigation h3 a,
.category-navigation h3 a:visited {
	text-decoration: underline;
	font-size: 12px;
	text-transform: uppercase;
	color: #8a8a8a;
	font-weight: normal;
}

.category-navigation h3.categoryhere a,
.category-navigation h3.categoryhere a:visited {
	text-decoration: none;
	font-weight: bold;
}

/* SIDECOLUMN NAVIGATION */

.sideMenuNavigation {
	padding: 0;
	margin: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	line-height: 15px;
}

.sideMenuNavigation li {
	padding: 0;
	margin: 0;
	display:list-item;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e0e0e0;
	
}

.sideMenuNavigation li.fli_selected {
	background-color: #f1f1f1;	
}

.sideMenuNavigation li a,
.sideMenuNavigation li a:visited {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px 0 0 0;
	/*padding: 10px 0 0 0;*/	
}

.sideMenuNavigation a.pc_selected,
.sideMenuNavigation a.pc_selected:visited {
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 10px 0 0 0;
	/*padding: 10px 0 0 0;*/		
	color: #000;
	text-transform: uppercase;	
}

.sideMenuNavigation a.selected,
.sideMenuNavigation a.selected:visited,
.sideMenuNavigation a.p_selected,
.sideMenuNavigation a.p_selected:visited {
	font-weight: bold;
	text-decoration: none;
	color: #1567B9;
	margin: 0;
	padding: 10px 0 0 0;	
	text-transform: uppercase;	
}

.sideMenuNavigationSubMenu {
	padding: 0;
	margin: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.sideMenuNavigationSubMenu li {
	padding: 0 0 0 10px;
	margin: 0;
	display: block;
	border-bottom: none;
}

.sideMenuNavigationSubMenuLinkContainer {
	padding: 0;
	margin: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.sideMenuNavigationSubMenuLinkContainer li {
	padding: 0 0 0 10px;
	margin: 0;
	display: block;
}

.sideMenuNavigationSubMenuProducts {
	padding: 0;
	margin: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.sideMenuNavigationSubMenuProducts li {
	padding: 0 0 0 10px;
	margin: 0;
	display: block;
}

/* For all with decent browser and maybe IE7 */

.sideMenuNavigation>li>ul>li>a {
	font-size: 14px;
}


.shefla {
	height: 305px;
	padding-top: 25px;
	position: relative;
}

.shefla .inner {
	/*
	background: url("/images/project/10_Zajemalka_Ozadje.png") no-repeat 0px 0px;	
	width: 1326px;
	height: 1348px;
	position: absolute;
	top: -1019px;
	z-index: -1;
	overflow: visible;
	left: 180px;
	*/
	background: url("/images/project/10_Zajemalka_Ozadje_4.png") no-repeat 0px 0px;	
	width: 1326px;
	height: 1348px;
	position: absolute;
	top: -1022px;
	z-index: -1;
	overflow: visible;
	left: 200px;
}



.cms_container {
	background: #E6E0D9;	
}

.cms_container_inner {
	width: 955px;
	margin: 0 auto 20px;
	padding: 10px 0;	
	line-height: 18px;
}

.sidecolumnRedLine {background: url("/images/project/06_Vmesne_Pike_Menu_Prijava_Novice.png") no-repeat 0px 0px;width: 147px;height: 3px;margin: 3px 0;}
.sidecolumnRedLine.last {margin: 3px 0 0 0;}

.scCommonTop {width: 200px;height: 18px;background: url("/images/project/26_OBLACEK_GOR.png") no-repeat 0px 0px;}
.scCommon {width: 150px;padding: 0 25px;background: url("/images/project/26_OBLACEK_VMES.png") repeat-y 0px 0px;}
.scCommon h2 {margin: 0 0 5px 0; padding: 0;font-size: 11px;line-height: 12px;font-weight: bold;font-family: 'Simonetta', cursive;font-size: 16px;line-height: 16px;}
.scCommon h3 {margin: 0;padding: 0;font-weight: bold;font-family: 'Simonetta', cursive;}
.scCommon a,.scCommon a:visited {font-weight: bold;}
.scCommonBottom {width: 200px;height: 18px;background: url("/images/project/26_OBLACEK_DOL.png") no-repeat 0px 0px;}

.scCommon.blogLastPosts a,.scCommon.blogLastPosts a:visited {display: block;font-size: 11px;margin-top: 5px;}

.sidecolumnMenu h3 {/*margin: 0 0 5px 0;*/margin:0;}
.sidecolumnMenu {font-size: 11px;}
.sidecolumnSharing {text-align: center;padding: 0;width: 200px;}
/*.sidecolumnSharing h2 {margin: 0 0 20px 0; padding: 0;font-size: 12px;line-height: 12px;font-weight: bold;}*/
.sidecolumnSharing h2 a,.sidecolumnSharing h2 a:visited {margin: 0; padding: 0;font-weight: bold;}
.sidecolumnNewsletter {}

.sidecolumnOrder {text-align: center;}
.sidecolumnOrder img {-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
.sidecolumnOrder .phone {font-weight: bold;margin: 10px 0 0 0;font-size: 12px;color:#766a63;}
.sidecolumnOrder h2 {margin-bottom: 10px;}

.mainContentTop {width:738px;height: 22px;background: url("/images/project/article_bg_top.png") no-repeat 0px 0px;}
.mainContentMiddle {width:658px;background: url("/images/project/article_bg_middle.png") repeat-y 0px 0px;padding: 15px 40px;font-size: 13px;color:#766a63;text-align: justify;line-height: 20px;}
.mainContentMiddle h1, .mainContentMiddle h2 {color: #A4726B;text-transform: none;line-height: 16px;font-family: 'Simonetta', cursive;font-size: 20px;margin-bottom: 20px;}
.mainContentMiddle h1.fp {text-align: center;line-height: 28px;}
.mainContentMiddle h2 {margin: 0 0 10px 0;font-size: 18px;}
.mainContentMiddle a {font-weight: bold;}
.mainContentMiddleExtra {width:738px;height:32px;background: url("/images/project/article_bg_middleExtra-x.png") no-repeat 0px 0px;}
.mainContentBottom {width:738px;height: 22px;background: url("/images/project/article_bg_bottom1.png") no-repeat 0px 0px;}

.blogPostCont .datepublished {font-size: 12px;font-weight: bold;color: #A4726B;}
.blogPostCont h1,.blogPostCont h2 {margin: 25px 0 20px;font-size: 20px;font-weight: bold;font-family: "Simonetta",cursive;}
.blogPostCont h2 a,.blogPostCont h2 a:visited {color:#7B9C6A;font-size: 20px;font-weight: bold;font-family: "Simonetta",cursive;}
.blogPostCont h2 a:hover {color:#A4726B;}
.blogPostCont .blogpostContent {font-size: 13px;line-height: 20px;margin: 0 0 25px 0;text-align: justify;}
.blogPostCont .postShareRedLine{background: url("/images/project/05_Vmesne_Pike_Blog.png") no-repeat;width: 121px;height: 3px;}
.blogPostCont .postShare {margin: 10px 0;font-size: 10px;}
.blogPostCont .postShare img {margin: 0 5px 0 0;vertical-align: text-bottom;}
.blogPostCont .postCategory {font-weight: bold;margin: 10px 0;font-size: 10px;color: #A3716B}
.blogPostCont .postCategory a,.blogPostCont .postCategory a:visited {font-weight: normal;font-size: 10px;text-decoration: none;}
.blogPostCont .comment b {font-weight: bold;font-size: 10px;}
.blogPostCont .comment a,.blogPostCont .comment a:visited {font-weight: normal;font-size: 10px;}

.newCommentCont{}
.newCommentCont h2{font-size: 13px;font-weight: bold;margin: 0 0 15px 0;}
.newCommentLeft{float: left;width: 192px;margin-right: 38px;}
.newCommentLeft input {
	width: 192px;
	border: none;
    color: #7B9C6A;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    padding-bottom: 3px;
    text-align: left;
	background: url("/images/project/25_PIKICE_KOMENTAR_BOLDANE.png") no-repeat left bottom;
	margin: 0 0 10px 0;
	outline: none;
	font-family: Verdana;
}
.newCommentLeft label {display: none;}
.newCommentRight{float: left;width: 380px;}
.newCommentRight textarea {
	width: 380px;height:113px;border: 1px solid #766a63;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	font-size: 11px;
	color: #7B9C6A;
	padding: 5px;
	font-family: Verdana;
	
}
.newCommentControl{text-align: right;padding: 5px 35px 0 0;}
.newCommentControl a,.newCommentControl a:visited {font-size: 10px;font-weight: bold;color:#7b9c6a;cursor: pointer;}
.newCommentControl a:hover {color:#A3716B;}

span.brown {color: #A4726B;}
span.green {color: #7B9C6A;} 

.upnCont {background:url("/images/project/15_UPN_2.png") 0 0 no-repeat;position: relative;width:738px;height: 436px;font-weight: bold;font-size: 11px;color: #A3716B;margin-top: 15px;}
.upnCont .sklic {position: absolute;left: 150px; top: 157px;}
.upnCont .namen{position: absolute;left: 510px; top: 157px;}
.upnCont .znesek{position: absolute;left: 140px; top: 243px;}
.upnCont .iban{position: absolute;left: 140px; top: 272px;}
.upnCont .referenca{position: absolute;left: 140px; top: 305px;}
.upnCont .naziv{position: absolute;left: 140px; top: 338px;}
.upnCont .kraj{position: absolute;left: 140px; top: 369px;}
.upnCont .naslov{position: absolute;left: 456px; top: 337px;}
.upnCont .drzava{position: absolute;left: 456px; top: 369px;}

.blogSearch {
	text-align: center;	
	font-weight: bold;
	padding-bottom: 7px;
}
.blogSearch label {display:none;font-size: 12px;font-weight: bold;}
.blogSearch input {
    background: url("/images/project/06_Vmesne_Pike_Menu_Prijava_Novice.png") no-repeat left bottom;
    border: none;
    color: #7B9C6A;
    font-family: Verdana;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    outline: none;
    padding-bottom: 3px;
    text-align: left;
    width: 147px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.name_date {margin: 0 0 13px 0;}
.comment_cont .comment-content {word-wrap:break-word;}
.blogLine {background: url("/images/project/05_Vmesne_Pike_Blog.png") no-repeat 0 0;margin: 20px 0;width: 121px;height: 3px;}
.name_date .name {color:#A4726B;font-size: 11px;font-weight: bold;text-transform: uppercase;position: relative;}
.name_date .name .owner {position:absolute;top:-4px;left:-12px;}
.name_date .name  a,.name_date .name  a:visited {text-transform: uppercase;}

.sidecolumnNewsletter a.blognews {margin: 0 0 20px 0;display: block;}

.sidecolumnNewsletter h2 {}
.sidecolumnNewsletter .noticersDesc {font-size: 10px;line-height: 15px;margin-bottom: 10px;font-weight: bold;}
.sidecolumnNewsletter label {display:none;font-size: 12px;font-weight: bold;}
.sidecolumnNewsletter input {
    background: url("/images/project/06_Vmesne_Pike_Menu_Prijava_Novice.png") no-repeat center bottom;
    border: none;
    color: #7B9C6A;
    font-family: Verdana;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    outline: none;
    padding-bottom: 3px;
    width: 147px;
    text-align: center;
    font-weight: bold;
}
.sidecolumnNewsletter a,.sidecolumnNewsletter a:visited {font-size: 10px;font-weight: bold;color:#7b9c6a;cursor: pointer;}
.sidecolumnNewsletter a:hover {
	color: #a3716b;
	text-decoration: none;	
}
.sidecolumnNewsletter .legal-notice{margin: 20px 0 0 0;}
.sidecolumnNewsletter .legal-notice a,.sidecolumnNewsletter .legal-notice a:visited{}

a.fb_link,a.fb_link:visited {
	background: url("/images/project/fb-link.png") no-repeat 0 0;
	width: 200px;
	height: 52px;
	display: block;
}

a.fb_link:hover {
	background: url("/images/project/fb-link.png") no-repeat 0 -52px;
}

.scEng {background: url("/images/project/18_SLO_ENG_2.png") no-repeat 0 0;height: 25px;padding: 8px 25px 0;width: 150px;font-weight: bold;text-align: center;}

.scFRD a {}
.scFRD a img {display: block;width: 200px;height: 200px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;opacity:0.75;}

.scFRD.noOp a img {opacity:1;}
.scFRD.noRH a img {height: auto;}

.scSNZ a img {display: block;width: 200px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;opacity:0.8;}
.scCNJS a img {display: block;width: 200px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;opacity:0.9;}

textarea.mails {
	width: 656px;min-height:240px;border: 1px solid #766a63;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	font-size: 11px;
	color: #7B9C6A;
	padding: 5px;
	font-family: Verdana;
	margin-bottom: 20px;
	
}
#logosList {margin-bottom: 20px;}
#logosList li:nth-child(odd) {background: #E6E0D9;}
#logosList li {cursor: move;}

.cmsTableRow {margin-bottom: 5px;}
.cmsTableRow .left {float: left;width: 120px;} 
.cmsTableRow .right {float: left;} 
.cmsTableRow .right textarea {width: 250px;height: 120px;}

.ctrpan {margin-top: 20px;}
.ml10 {margin-left: 10px;}
.mr10 {margin-right: 10px;}

.logo {float:left;width: 319px;padding: 0 0 10px 0}
.logo h2 {}
.logo .desc {margin-bottom: 5px;}
.logo a.mainurl {margin-top: 5px;display: block;}
.logoline {height: 1px;line-height: 1px;width: 100%;background-color: #A3716B;margin: 20px 0;}

.fb_fp_cont {width: 500px;overflow: hidden;margin: 0 auto;}
.cookieCont {position: fixed;bottom: 0;right: 0;background-color: #F6F3E5;width: 250px;padding: 10px;font-size: 12px;line-height:15px;color: #766A63;
-moz-box-shadow: -2px -2px 5px #A3716B;
-webkit-box-shadow: -2px -2px 5px #A3716B;
box-shadow: -2px -2px 5px #A3716B;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
}

.cookieCont a,.cookieCont a:visited {color:#766A63;font-size: 12px;line-height:15px;text-decoration: underline;font-weight: normal;padding: 0;margin: 0;border-bottom: none;cursor: pointer;}
.cookieCont a:hover {text-decoration: none;}

.cookieCont .lm table.ctable {margin-top: 5px;font-size: 10px;color: #828282;}
.cookieCont .lm table.ctable th{text-align: left;text-transform: uppercase;font-size: 9px;}
.cookieCont .lm table.ctable th,
.cookieCont .lm table.ctable tr {background-color: white;border-bottom: 1px solid #A8A8A8;padding: 1px 1px 0 1px;}

.moreInfoCont {margin-bottom: 10px;}
.moreInfoCont a,.moreInfoCont a:visited {color:#766A63;}

.act {margin-top: 10px;}
.chbxCont {margin-bottom: 5px;width: 100%;float: left;}
.chbxCont input {float: left;margin: 2px 5px 0 0;}
.chbxCont label {float: left;font-size: 12px;line-height:15px;color: black;}

a.ipLink {}
a.agreeLink {font-weight: bold;color: #7B9C6A;margin-right: 5px;}
a.disagreeLink {font-size: 10px;color:#A8A8A8}

