@charset "utf-8"; 


.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	cursor: url(/js/highslide4/graphics/zoomin.cur), pointer;
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/js/highslide4/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}
.highslide-overlay {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/js/highslide4/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Controls for the galleries.											   */
/* Remove these if you are not using a gallery							   */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(/js/highslide4/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(/js/highslide4/graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(/js/highslide4/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											    */
/* Remove these if you are not using Highslide HTML						  */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html-content {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(/js/highslide4/graphics/resize.gif);
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							*/
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 1em;
	position: absolute;
	left: 0;
	right: 1em;
	top: 0;
	width: auto;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: relative;
	z-index: 2;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(/js/highslide4/graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(/js/highslide4/graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(/js/highslide4/graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

#me_box, #wait_box, #me_notice{
    width:50%;
    background:#F2F2FF;
    padding:10px;
    border:2px solid #CCCCCC;
    font-size: 0.8em;
    
}

#dialog_box {
    min-width:50%; 
}
.notice_box {
    background-color: #FFFFFF;
    border: 3px solid #CCCCCC;  
    padding:10px; 
}

.close{
    position:absolute;
    top:3px;
    right:3px;
    cursor:pointer;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
/* stop commented backslash hack */

a img {
    border: none;
}

.input {
    margin-bottom: 0px;
    margin-top: 2px;
    padding: 2px;
}
label {
    display: block;
    color: #333333;
    font-weight: bold;
    font-size: 0.8em;
    margin-bottom: 3px;
}
.cms_input {
    width: 98%;
    font-size: 1em;
    font-weight: normal;
    padding-top: 3px;
    padding-left: 2px;
}
.cms_required {
    font-size: 0.9em;
    font-weight: normal;
    color: #FF9900;
    margin-left: 10px;
}
.cms_field_description {
    color: #999999;
    font-size: 8pt;
    margin-top: 2px;
    padding-left: 5px;
}
.cms_invalid_field {
    background-color: #FFE3E0;
    border: 1px solid #CC0000;
}
.cms_error_description, .error-message {
    color: #CC0000;
    font-size: 0.8em;
    margin-top: 2px;
    padding-left: 5px;    
}
form {
    margin: 0px;
    padding: 0px;
}
.cms_checkbox {
    float: left;
    margin: 0px 6px 7px 2px;
    _margin-top:7px;
    width: auto;
} 


.pagination {
    text-align:left;
    margin-bottom:2em;
    font-size: 8pt;
    margin-top: 10px;
}
.pagination_page {
    margin-bottom:1em;
    font-weight: bold;
    color: #999999;
}

.pagination span.pagination_selected {
border:3px solid #DDDDDD;
font-weight:bold;
}
.pagination a.pagination_prevnext {
font-weight:bold;
}
.pagination a:hover {
background-color:#DDDDDD;
border-color:#BBBBBB;
}

.pagination_disabled {
font-weight: bold;
color: #999999;
}

.pagination a, .pagination span {
border:1px solid #DDDDDD;
font-size:100%;
margin-right:0.2em;
padding:0.2em 0.5em;
}
.pagination a {
border:1px solid #DDDDDD;
text-decoration:none;
}

.cms_table table {
    text-align: left;
    vertical-align: top;
    border-spacing: 0;
    border-collapse: collapse;
}
.cms_table thead {
    font-weight: bold;
}
.cms_table .action {
    margin-left: 10px;
}
.cms_table thead tr {
}
.cms_table_head {
}
.cms_table td {
    margin: 0px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 8px;
}

.cms_table_body td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
.cms_table_body .cms_table_last_row td {
    border-bottom-width: 0px;
    border-bottom-style: none;
}
.cms_table thead td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}
.cms_table_body .row_1, .row_1 {
    background-color: #EDEDED;
}
.cms_table_footer td {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
}
.cms_table .cms_table_body .green_row_1 {
    background-color: #E0FCE2;
}
.cms_table .cms_table_body .green_row_2 {
    background-color: #F1FDF0;
}

.highslide-caption {
    background-color: #FFFFFF;
}
.cms_ob_loading {
background-color:#0099FF;
background-image:url(/css/agui/loaders/loader_arrows_blue_small.gif);
background-position:5% 50%;
background-repeat:no-repeat;
color:#FFFFFF;
font-size:90%;
opacity:0.8;
padding-left:24px;
position:absolute;
right:0;
top:0;
width:4em;
}
.cms_icon_item {
    margin-bottom: 5px;
}
.cms_icon_large {
    float: left;
}
.cms_icon_body {
    padding-left: 55px;
}
.cms_icon_body .description {
    /*font-size: 8.5pt;*/
    color: #666666;
    margin-bottom: 3px;
}
.cms_icon_body .name {
    margin-bottom: 4px;
    font-weight: bold;
}
.cms_icon_body .cms_action {
    margin-left: 0px;
    margin-right: 10px;
}
.cms_form_fields .checkbox {
margin-bottom:8px;
}

/*PreviousNext*/
.prev_next_object {
    width:100%;
}
.prev_object {
 float:left;   
}
.next_object {
 float:right;   
 text-align:right;
}
.highslide-active-anchor img {
visibility:visible;
}
.highslide img {
border:none;
}
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
aahtml{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;} body{margin:10px;}h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}

a:active
{              
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.aclearfix { display: block; }
/* stop commented backslash hack */

html {
}
body {
background-color:#a9d07f;
background-image:url(/cssl/images/sl_green_bck.jpg);
background-repeat:repeat-x;
background-position: left bottom;
color:#343434;
font-size:13px;
line-height:20px;
margin:0;
padding-top:20px;
font-family: "Trebuchet MS",arial,sans-serif;
height: 100%;

}
p, fieldset, table, pre {
margin-bottom:10px;
}
p {
color:#343434;
/*font-size:13px;*/
/*line-height:20px;*/
}
a {
	color:#EE1C23;
	text-decoration:underline;
}
#page {
	width:1030px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
    position:relative;
}
#page_top {
	background-image: url(/cssl/images/images/sl_green_top.png);
	height: 45px;
	background-repeat: no-repeat
}
#page_main {
padding-left:37px;
padding-right:33px;
position:relative;
}
#page_main_grad {
	position:relative;
	background-image: url(/cssl/images/images/sl_green_main.png);
	background-repeat: repeat-y;
}
#page_bottom {
background-image:url(/cssl/images/images/sl_green_bottom.png);
background-repeat:no-repeat;
height:55px;
padding-bottom:150px;
}
#head {
	position:relative;
	height:68px;
	}
#logo {
height:51px;
left:10px;
position:absolute;
top:0;
width:407px;
	}

#main_menu {
background-color:#D51D27;
border-bottom:1px solid #DCDCDC;
border-top:1px solid #DCDCDC;
height:52px;
padding-left:15px;
padding-top:4px;
}
#main_menu ul {
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:0;
margin-left:0;
margin-top:0;
padding-left:0;
}
#main_menu li {
background:transparent none repeat scroll 0 0;
display:block;
float:left;
font-size:14px;
font-weight:bold;
height:48px;
line-height:18px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:0;
margin-right:19px;
padding:0;  
/*background:transparent none repeat scroll 0 0;
display:inline-block;
display:inline;
font-size:15px;
font-weight:bold;
height:48px;
line-height:18px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:0;
margin-right:30px;
padding:0;
vertical-align:top;  */
}
#main_menu a {
color:#FFFFFF;
display:block;
*display:inline;
zoom:1;
height:100%;
padding:5px 10px;
*padding:1px 10px;
text-decoration:none;
/*width:100%;*/
}
#main_menu li.menu_selected {
background-image:url(/cssl/images/menu_bck_right.gif);
background-repeat:no-repeat;
background-position:right top;
}
#main_menu li.menu_selected a {
background-image:url(/cssl/images/menu_bck_left.gif);
background-repeat:no-repeat;
background-position:0 0;
color:#5B5B5B;
}
.logos {
line-height:13px;
}
.logos img {
line-height:13px;
margin-left:10px;
margin-top:10px;
}    
    
#tools {
color:#EE1C23;
font-size:11px;
position:absolute;
right:25px;
text-align:right;
top:0;
width:557px;
	}
#tools a {
	color:#5A5A5A;
	text-decoration:none;
	margin-left:8px;
	margin-right:8px;
	font-weight: bold;
	}
#tools a:hover {
	text-decoration:underline;
	}	
#search {
left:704px;
position:absolute;
text-align:right;
top:26px;
width:234px;
}
#search .s_term {
border:1px solid #C6C6C6;
aheight:20px;
padding:3px 3px 2px;
width:120px;
vertical-align:middle;
}
#menu {
	position:relative;
	height: 380px;
}
#gray_box, .white_edge_top {
background-image:url(/cssl/images/gray_box.gif);
background-repeat:no-repeat;
height:380px;
left:652px;
position:absolute;
top:0;
width:277px;
}
#zvezdice_gor {
background-image:url(/cssl/images/images/zvezdice_gor.png);
background-position:center top;
background-repeat:no-repeat;
}
#zvezdice_dol {
background-image:url(/cssl/images/images/zvezdice_dol.png);
background-position:center bottom;
background-repeat:no-repeat;
}
#kolesar {
background-image:url(/cssl/images/kolesar.png);
background-position:center bottom;
background-repeat:no-repeat;
bottom:70px;
height:338px;
position:absolute;
right:-60px;
width:317px;
}
#menu_pic {
height:380px;
margin-left:15px;
margin-top:15px;
position:relative;
}
#menu_boxes {
	position:absolute;
	left:8px;
	width:945px;
	top:240px;
	}
.menu_box {
	width:180px;
	float:left;
	margin-left:0px;
	margin-right:8px;
	background-image: url(/cssl/images/menu_box.png);
	background-repeat: no-repeat;
	height: 135px;
    position:relative;
	}
.main_content {
margin-left:15px;
margin-right:15px;
margin-top:15px;
}
.column {
	float:left;
	width:271px;
	margin-left:15px;
	}
.column_double {
margin:0;
width:643px;
*position:relative;
*left:-10px;
}
.one_column {
margin-left:10px;
margin-right:10px;
}
.last_column {
	margin-right:0px;
	border-right:none;
}
.column_inner {
	padding:0;
    margin-bottom:15px;
	}
.aaone_column .column_inner, .acolumn .column_inner {
top:-30px;
position:relative;
}   
 
h1,h2 {

}
h2 a {
	text-decoration:none;
/*	color:#000000;*/
}
h1 a {
	text-decoration:none;
/*	color:#EE1C23;*/
}
.menu_box h2, .menu_box h1 {
display:block;
height:115px;
margin-left:0;
margin-top:0;
position:absolute;
width:155px;
}
.menu_box a {
display:block;
height:115px;
padding:10px 0 10px 10px;
width:170px;
}
.menu_box a:hover {
color:#EE1C23;
}

h2 {
color:#959595;
font-size:24px;
font-style:italic;
font-weight:normal;
margin-bottom:20px;
margin-top:30px;
}
h1.first {
margin-top:0px;
}
h1 {
color:#959595;
font-size:30px;
font-style:italic;
font-weight:normal;
line-height:30px;
margin-bottom:20px;
margin-top:20px;
}
h3 {
color:#555555;
font-size:18px;
margin-bottom:10px;
margin-top:0;
}
.menu_box p {
color:#333333;
font-size:13px;
font-weight:normal;
line-height:18px;
margin-left:10px;
margin-right:10px;
margin-top:50px;
	}
.top {
	margin-top:0px;
	}
ol, ul, dl {
/*margin-left:0;*/
}	
ul li {
/*background-color:transparent;
background-repeat:no-repeat;
line-height:1.6em;
list-style-image:none;
list-style-type:none;
margin:0 0 10px;
padding:0 0 0 20px;  */
}
.cms_o_page_myfaq {
background-color:transparent;
background-repeat:no-repeat;
padding:0 0 0 0px;
margin-bottom:10px;
}
.cms_o_page_myfaq h5 a {
text-decoration: none;
color:#343434;
}
.faq_more {
color:#999999;
font-style:italic;
margin-bottom:20px;
margin-top:-10px;
}
.gallery {
margin-bottom:15px;
}
.gallery img {
float:left;
margin-bottom:6px;
margin-right:6px;
}
.action {
color:#919090;
display:block;
font-style:italic;
line-height:13px;
text-decoration:none;
}
.action span {
color:#EE1C23;
}
#footer {
border-top:1px solid #CCCCCC;
color:#999999;
font-size:11px;
margin:80px 0 0;
padding-top:10px;
text-align:center;
}
#footer a{
color:#999999;
text-decoration:underline;
}
.postit {
	position:absolute;
	background-repeat: no-repeat;
	height: 93px;
	width: 263px;
	right: -20px;
}
#postit1 {
    background-image: url(/cssl/images/postit_telefon.png);
    top: 24px;
    right: -40px;
}
#postit2 {
    background-image: url(/cssl/images/postit_povprasevanje.png);
    top: 120px;
    right:-45px;
}
#postit1_click {
    top: 24px;
    right: -40px;
}
#postit2_click {
    top: 120px;
    right:-45px;
}
.highslide img {
cursor:url(/js/highslide4/graphics/zoomin.cur), pointer;
border:none;
}
.highslide-active-anchor img {
visibility:visible;
}
.cms_position .cms_o_attachment_gallery {
display:inline-block;
margin:0;
width:94px;
}
.img_align_left {
float:left;
margin-bottom:3px;
margin-right:10px;
margin-top:3px;
}
.img_align_right {
float:right;
margin-bottom:3px;
margin-left:10px;
margin-top:3px;
}
#search_results h4 {
font-size:15px;
margin-bottom:10px;
margin-top:20px;
}
#search_results a {
/*color:#343434;*/
text-decoration: none;
}
.menu_box_bck {
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
}
.menu_box_text {
width:100%;
height:100%;
position:absolute;
z-index: 1;
top:0;
left:0;
}
.mgs_title, #caption_box {
background-image:url(/cssl/images/caption_box.png);
background-repeat:no-repeat;
color:#FFFFFF;
font-size:30px;
font-style:italic;
font-weight:bold;
height:64px;
left:0;
line-height:50px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
position:absolute;
top:290px;
width:478px;
}
#caption_box div.small, .mgs_title div.small {
font-size:20px;
line-height:24px;
}
#breadcrumbs {
clear:both;
color:#555555;
font-size:11px;
margin-bottom:-8px;
margin-left:15px;
}
#breadcrumbs a {
color:#AAAAAA;
}
.yb_top {
background-image:url(/cssl/images/yb_top.gif);
background-repeat:no-repeat;
width:643px;
height:8px;
}
.yb_bottom {
background-image:url(/cssl/images/yb_bottom.gif);
background-repeat:no-repeat;
width:643px;
height:8px;
}
.yb_middle {
background-color:#FDF6BA;
padding:8px 10px 1px;
width:623px;
}
.yb_middle hr {
background-image:url(/cssl/images/yb_whiteline.gif);
background-repeat:repeat-x;
border:medium none;
height:8px;
*height:1px;
*width:1px;
margin:0 -10px;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cssl/images/yb_whiteline.gif');
}
* > yb_middle hr
{  width: 100%;
  height: 8px;
}

.rb_top {
background-image:url(/cssl/images/rb_top.gif);
background-repeat:no-repeat;
width:271px;
height:8px;
}
.rb_bottom {
background-image:url(/cssl/images/rb_bottom.gif);
background-repeat:no-repeat;
width:271px;
height:8px;
}
.rb_middle {
background-color:#D51D27;
background-image:url(/cssl/images/kosarica.gif);
background-position:5px center;
background-repeat:no-repeat;
color:#FFFFFF;
font-size:15px;
padding-left:70px;
padding-right:10px;
padding-top:8px;
width:191px;
}
.shop_num_art, .shop_total { 
font-size:11px;
}
.shop_num_art span, .shop_total span{
font-size:15px;
font-weight:bold;
}
.shop_toggle {
line-height:10px;
}
.shop_toggle a {
color:#EF959B;
font-size:10px;
text-decoration:none;
}

.rb {
margin-bottom:15px;
}
.cb_top {
background-image:url(/cssl/images/cb_top.gif);
background-repeat:no-repeat;
width:271px;
height:8px;
}
.cb_bottom {
background-image:url(/cssl/images/cb_bottom.gif);
background-repeat:no-repeat;
width:271px;
height:8px;
}
.cb_middle {
background-color:#F3F0E3;
padding:1px 10px;
width:251px;
}
.cb_middle hr {
background-image:url(/cssl/images/cb_line.gif);
background-repeat:no-repeat;
border:medium none;
height:8px;
margin:0;
}
.cb {
margin-bottom:15px;
}
.price {
font-weight:bold;
margin-right:15px;
margin-top:15px;
text-align:right;
}
.price span {
font-size:12px;
font-weight:normal;
text-decoration:none;
vertical-align:baseline;
}
.normal_price{
font-size:30px;
}
.normal_price span {
}
.oldprice {
color:#777777;
font-size:15px;
text-decoration:line-through;
}
.oldprice span {
}

.action_price {
color:#D51D27;
font-size:30px;
margin-top:15px;
}
.action_price span {
}
.product_excerpt{
font-size:18px;
line-height:24px;
margin-left:10px;
margin-right:15px;
margin-top:30px;
text-align:right;
}
.product_item {
width: 149px;
min-height: 149px;
display: -moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
_height: 149px;
font-size:13px;
font-weight:bold;
margin-bottom:15px;
margin-left:15px;
text-align:center;
}
.product_item_small {
width: 149px;
min-height: 60px;
_height: 60px;
font-size:11px;
font-weight:normal;
margin-bottom:15px;
margin-left:15px;
text-align:left;
line-height:16px;
}
.product_item_small img {
float:left;
margin-right:5px;
/*opacity:0.6;*/
}
.product_item_small:hover img {
opacity:1;
}

.product_list {
margin-left:-15px;
margin-top:15px;
position:relative;
}
.product_item p {
margin-bottom:0;
}
.product_item_small p{
padding-top:5px;
}
.product_item span {
color:#D51D27;
}
.product_item_small span {
color:inherit;
}
.product_item a {
color:#999999;
text-decoration:none;
}
.mgs_display {
position:relative;
}
.mgs_display img {
position:absolute;
top:0;
left:0;
}
.mgs_thumbs {
bottom:10px;
left:658px;
position:absolute;
width:280px;
z-index:1;
}
.mgs_thumb {
float:left;
height:60px;
margin-left:5px;
margin-top:5px;
width:60px;
opacity:0.4;
}
.mgs_thumb:hover, .mgs_thumb_selected{
opacity:1;
}
.no_mgs_thumbs {
bottom:0;
margin-left:8px;
position:absolute;
}
.mgs_show {
height:380px;
left:0;
position:absolute;
top:0;
width:929px;
}
.mgs_title {
position:absolute;
}
.shop_checkout {
}
.shop_checkout table {
width:100%;
border-collapse:collapse;
}
.shop_checkout thead {
background-color:#D51D27;
color:#FFFFFF;
font-weight:bold;
}
.shop_checkout tbody {
}
.shop_checkout tfoot {
font-size:15px;
font-weight:bold;
}
.shop_checkout td {
border:none;
border-bottom: 1px solid #CCCCCC;
padding:8px;
}
.shop_checkout tfoot td {
border:none;
border-top: 2px solid #CCCCCC;
}
.shop_empty_cart {
font-size: 13px;
margin-top:10px;
padding-bottom:10px;
}
.rb table {
font-size:11px;
width:190px;
margin-top:10px;
}
.rb thead {
background-color:#D51D27;
color:#FFFFFF;
font-weight:bold;
}
.rb tbody {
}
.rb tfoot {
font-size:inherit;
font-weight:bold;
}
.rb td {
border:none;
border-bottom: 1px solid #DFB5B9;
padding:0;
line-height:18px;
}
.rb td a {
color:#FDF6BA;
text-decoration:none;
}
.rb_middle p {
color:#FDF6BA;
margin-top:10px;
font-size:13px;
}
.rb_middle p a {
color:#FDF6BA;
}
.rb td:last-child {
/*text-align: right;*/
}
.rb tfoot td {
border:none;
border-top: 1px solid #DFB5B9;
}


.required_star {
color:#D51D27;
font-weight: normal;
}
.shop_checkout label {
font-size:13px;
}

.shop_checkout .error-message{
font-size:13px;
padding-left:0;
}
.shop_checkout .error {
background-color:#FFEDCF;
margin-bottom:15px;
margin-top:15px;
}
.shop_checkout .description {
color:#888888;
margin-bottom:10px;
padding-left:20px;
}
.shop_checkout .radio legend {
font-weight:bold;
margin-top:10px;
}
.hlcat {
display:inline-block;
width:310px;
margin-bottom:10px;
vertical-align:top;
*width:306px;
*display:inline;
*zoom:1;
}
.hlcat h3 {
/*background-image:url(/cssl/images/arrow_ball.gif);
background-position:right center;
background-repeat:no-repeat;  */
color:#646464;
display:inline;
font-size:24px;
font-weight:normal;
padding-right:40px;
line-height:30px;
}
.hlcat h3 a {
color:#646464;
text-decoration: none;
}
.hlcat h3 a img {
position:relative;
top:2px;
}
.hlcat .hlinner {
padding-top:10px;
}
.hlcat .product_item {
margin-left:0px;
text-align:left;
}
.news {
margin-bottom:10px;
}
.news span {
font-weight: bold;
}
.to_checkout {
font-size:20px;
margin-top:10px;
padding-bottom:10px;
}
.to_checkout a{
color:#FDF6BA;
}
.pl_sort {
color:#888888;
font-size:11px;
margin-bottom:10px;
margin-top:-10px;
text-align:right;
}
.pl_sort a{
}
.pl_sort a.pls_selected {
color:#000000;
text-decoration:none;
}
.product_list .pagination {
margin-left:15px;
}
.side_menu ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-left:0;
    padding-left:0;
    margin-top:0px;
    margin-bottom:0px;
}
.side_menu li {
    background-image:url(/cssl/images/krogec.gif);
    background-position:0px 8px;
    background-repeat:no-repeat;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-left:0;
    padding-left:10px;
    margin-bottom: 10px;
    color: #909090;
}
.side_menu li a {
font-size:15px;
text-decoration:none;
text-transform:uppercase;
}
.side_menu li li a {
color:#83A147;
font-size:13px;
font-weight:normal;
text-decoration:underline;
text-transform:none;
}
.side_menu li li li a {
    text-decoration: none;
}
.side_menu ul ul {
padding-left:10px;
}
.side_menu li li {
margin-bottom:0;
background-image:none;
}
.side_menu li.menu_selected, .side_menu li li.menu_selected a {
font-weight: bold;
}
#page_main .side_menu li.menu_not_selected a{
font-weight: normal;
}
.mgs_data_caption {
display:none;
}
.mgs_data_title {
display:none;
}
.mgs_caption {
position:absolute;
right:0;
width:278px;
z-index:2;
}
.mgs_title a {
color:#FFFFFF;
text-decoration: none;
}
.mgs_title .more_link {
}
.hlcats {
margin-top:30px;
}
.shop_buy_form label {
font-size:13px;
}
.shop_buy_form .input {
}
.shop_buy_form .submit {
font-weight:bold;
margin-bottom:5px;
margin-top:15px;
padding:8px;
}
 .column_double .shop_error {
color:#D51D27;
font-size:15px;
font-weight:bold;
}
.column_double .shop_ok {
color:#109546;
font-size:15px;
font-weight:bold;
}
.shop_avail {
font-weight:bold;
margin-bottom:8px;
}
.shop_avail label {
display:inline;
font-size:13px;
}
.search_item {
}
.search_item .price {
}
.search_item .teaser {
}
.search_item .description {
color:#989898;
}
.search_item img {
float:left;
margin-right:10px;
width:132px;
}
.shop_checkout h4 {
color:#109546;
font-size:24px;
font-weight:normal;
line-height:30px;
margin-bottom:20px;
margin-top:30px;
}
.hlcat_wide {
width:620px;
}


body.mceContentBody {
color:#343434;
font-size:13px;
line-height:20px;
font-family: "Trebuchet MS",arial,sans-serif;
}

.big {
font-size:15px;
color:#7b7b7b;
}
.bigred {
font-size:20px;
color:#dd3844;
line-height:25px;
}

.motto {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
    font-size:18px;
    text-align:center;
}