@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;
}
.dropdown {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #CCCCCC;
font-size:13px;
font-variant:normal;
padding:10px;
position:absolute;
text-align:left;
text-transform:none;
width:200px;
z-index:50;
}
#top_menu .dropdown ul {
display:block;
}
#top_menu .dropdown ul li {
background-image:none;
border:medium none;
display:block;
margin:0;
padding:0;
font-size:13px;
font-variant:normal;
text-transform: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
*/
html{}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 */



body {
	background-color:#C6C6BE;
	text-align:center;
	margin: 0;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #575757;
    background-image: url(/cssl/bck_grad.jpg);
    background-repeat: repeat-x;
    /*
    background-image: url(/cssl/ljubljana_bck.jpg);
    background-repeat: no-repeat;    */
}

p {
line-height:20px;
}
p, fieldset, table, pre {
margin-bottom:10px;
}
#center {
	width:910px;
	margin:0px auto auto;
	position:relative;
    background-image: url(/cssl/images/images/paper_main.png);
    background-repeat: repeat-y;
    padding-left:43px;
    padding-right:42px;
}
#center_top {
    width:910px;
    margin:0px auto auto;
    position:relative;
    background-image: url(/cssl/images/images/paper_top.png);
    background-repeat: no-repeat;
    padding-left:43px;
    padding-right:42px;
    height:54px;
}
#center_bottom {
    width:910px;
    margin:0px auto auto;
    position:relative;
    background-image: url(/cssl/images/images/paper_bottom.png);
    background-repeat: no-repeat;
    padding-left:43px;
    padding-right:42px;
    height:54px;
}
#logo {
	left:25px;
	position:absolute;
	text-align:left;
	z-index:1;
	top: 4px;
}
#paper {
	background-color:transparent;
	min-height:680px;
	position:relative;
	text-align:left;
	width: 860px;
	padding: 0px 25px;

}
#main_top {
}

#tools {
color:#FFFFFF;
font-size:12px;
position:absolute;
right:25px;
text-align:right;
top:-55px;
width:800px;
z-index:1;
}
#tools a {
color:#FFFFFF;
text-decoration:none;
}


#top_menu {
height:50px;
position:absolute;
right:25px;
text-align:right;
top:49px;
width:670px;
}
#top_menu a {
	color:#636363;
	text-decoration:none;
}
#top_menu h2 {
color:#8FA224;
display:inline;
font-size:14px;
font-weight:bold;
margin-right:22px;
}
#top_menu ul {
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
}
#top_menu li {
background-image:url(/cssl/images/orange_arrow_menu.gif);
background-position:0 15px;
background-repeat:no-repeat;
display:inline;
font-size:16px;
font-weight:normal;
line-height:16px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:15px;
padding-bottom:20px;
padding-left:16px;
padding-top:13px;
}
#top_menu li.menu_selected a{
font-weight: bold;
color:#444440;
}

#top_menu li ul {
}
#top_menu li li {
}
.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/orange_arrow.gif);
	background-position:0px 5px;
	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 {
	/*color:#35639E;
	text-decoration:none;*/
    font-weight: bold;
}
.side_menu li li a {
    font-weight: normal;
}
.side_menu li li li a {
    text-decoration: none;
}
.side_menu ul ul {
padding-left:10px;
}
.side_menu li li {
margin-bottom:0;
}
#content .side_menu li.menu_selected a {
color:#777770;
}
#content .side_menu li.menu_not_selected a {
color:#DA6E06;
}
.footer_block {
	float: left;
	width: 150px;
	padding-left: 20px;
	border-left: 1px solid #CECECE;
}
.footer_block h3 {
}
.footer_block 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;
}
.footer_block li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0;
	padding-left:0px;
	margin-bottom: 0px;
	color: #F3F3F3;
}
.footer_block li a {
	color:#35639E;
	text-decoration:none;
}

table {
border:none;
border-top: 1px solid #AFAC9C;
width:100%;
}
tr {
}
td {
border:none;
border-bottom: 1px solid #AFAC9C;
padding:3px 4px 3px 0;
}
td.last, td:last-child {
text-align:right;
}
.toolbox {
background-image:url(/cssl/images/images/toos_right.png);
background-position:right top;
background-repeat:no-repeat;
float:right;
height:44px;
margin-left:10px;
padding-right:10px;
}
.toolbox div.toolbox_inner {
background-image:url(/cssl/images/images/tools_left.png);
background-repeat:no-repeat;
height:32px;
left:-9px;
padding-left:0px;
padding-top:12px;
position:relative;
}
.search_w {
display:inline;
position:relative;
}
.search_w input {
height:14px;
left:0;
position:absolute;
top:0;
width:30px;
}

.toolbox form {
display:inline;
margin-left:20px;
}
#light_switch {
	position: absolute;
	width: 77px;
	height: 78px;
	right: 0px;
	top: 0px;
}
.show_title span {
	background-image: url(/cssl/images/images/title_box_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 100px;
	padding-top: 40px;
	padding-left: 0px;
	margin-left: 35px;
	padding-right:70px;
}
.show_title {
	background-image: url(/cssl/images/images/title_box_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 100px;
	padding-right: 50px;
	top: 80px;
	left: -50px;
   /* z-index:10;*/
}
#show_small_wrap {
position:relative;
}
#show_small {
background-color:#FFFFFF;
height:216px;
overflow:hidden;
position:relative;
width:860px;
}
#show_small_inner {
position:relative;
width:6000px;
}
#show_small .acms_o_image, #show_small #show_small_inner img {
margin-right:4px;
}

.title, h2, .block h3, .block h4 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
}
.title {
	font-size: 40px;
	
	color: #FFFFFF;
	line-height:40px;
}
.columns {
width:100%;
}
.column_wide {
	float:left;
	padding-right:20px;
	width:553px;
}
.column_narrow {
 /*border-left:1px solid #B9B9B9;*/
float:right;
padding-left:0;
padding-right:0;
width:275px;
}
#breadcrumbs {
	font-size: 11px;
	color: #8F8F8F;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20px;
}
#breadcrumbs a {
	color: #8F8F8F;
	text-decoration: underline;
}
.block .title, .block h2, .priponke h2 {
background-image:url(/cssl/images/images/block_bck_top.gif);
background-position:left top;
background-repeat:no-repeat;
color:#636363;
font-size:18px;
left:-10px;
line-height:30px;
margin-bottom:10px;
margin-top:0;
padding-left:10px;
padding-right:10px;
position:relative;
width:255px;
}
.block, .priponke {
/* background-image:url(/cssl/images/images/block_bck_bottom.gif);*/
background-position:left bottom;
background-repeat:no-repeat;
/*border-bottom:1px solid #EBEBEB;*/
margin-bottom:20px;
padding-bottom:0px;
padding-left:10px;

}
.block .button_wrap .green_button {
	background-image: url(/cssl/images/contact_button.png);
	background-repeat: no-repeat;
	height: 71px;
	width: 318px;
	position: absolute;
	left: 15px;
	top: -3px;
}
.button_wrap {
	height: 80px;
	position: relative;
}
.button_wrap .green_button a{
	display:block;
	width:260px;
	height:34px;
	color:#FFFFFF;
	text-decoration: none;
	margin-top: 12px;
	padding-top: 15px;
	padding-left: 20px;
}
#footer {
background-color:#B4B4B4;
margin-left:-1px;
margin-right:-1px;
padding:25px 25px 10px;
text-align:left;
}
.footer_block h3 {
	text-transform: uppercase;
	color: #393939;
}
#footer .cms_first {
padding-left:0px;
border-left:none;
}
.footer_sign {
	background-image: url(/cssl/images/footer_sign.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 56px;
	padding-top: 10px;
	padding-left: 20px;
	color: #666666;
}
.mgs_display img {
	position: absolute;
}
.mgs_display {
height:400px;
left:0;
overflow:hidden;
position:absolute;
top:0;
width:700px;
}
.mgs_show .mgs_title {
	left:-49px;
	position:absolute;
	top:365px;
	width:100%;
	z-index:10;
}
.mgs_show {
	position: relative;
	width: 860px;
    height: 400px;
}
.mgs_thumbs {
background-color:#FFFFFF;
height:400px;
overflow:hidden;
position:absolute;
left:700px;
top:0;
width:160px;
}
.mgs_thumbs .mgs_thumb_first {
margin-top:0;
}

.mgs_thumb {
	float: left;
	height: 80px;
	width: 80px;
	background-color:#000000;
}

.mgs_thumb img {
	opacity: 0.7;
}
.mgs_thumb_selected img {
	opacity:1;
}

.mgs_show .mgs_caption {
background-color:#000000;
color:#FFFFFF;
left:4px;
opacity:0.2;
position:absolute;
width:696px;
z-index:3;
bottom:4px;
}
.mgs_data_caption {
	display: none;
}
.mgs_show .show_title {
left:0;
top:0;
}
.mgs_show .mgs_title_big {
background-image:url(/cssl/images/title_box_big.png);
background-repeat:no-repeat;
height:105px;
padding:55px 40px 20px 17px;
top:150px;
width:300px;
}
.mgs_title p {
color:#FFFFFF;
font-style:normal;
margin-top:10px;
}
.title_huge, .mgs_show h1 {
color:#FFFFFF;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:32px;
font-style:italic;
font-weight:normal;
line-height:35px;
margin-bottom:5px;
margin-top:0;
}
.mgs_title_big strong {
color:#FFFFFF;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:18px;
font-style:italic;
font-weight:normal;
line-height:24px;
}
.mgs_title_big li {
	color: #FFFFFF;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mgs_big_thumb {
float:left;
height:132px;
margin-left:3px;
margin-top:3px;
overflow:hidden;
width:157px;
}
.mgs_data_subthumbs {
	display: none;
}
.mgs_subthumbs {
left:610px;
position:absolute;
top:10px;
width:80px;
z-index:4;
}
.mgs_subthumbs img {
border:1px solid #CCCCCC;
float:left;
margin-bottom:10px;
}
.mgs_subthumbs img.mgs_thumb_selected {
border:2px solid #FFFFFF;
margin-bottom:9px;
margin-left:-1px;
}
.white_edge {
	background-image: url(/cssl/images/white_show_edge_big.png);
	background-repeat: no-repeat;
	height: 400px;
	width: 920px;
	position: absolute;
	z-index: 5;
}
.mgs_show .white_edge_top {
	background-image: url(/cssl/images/images/white_show_edge_top.png);
	background-repeat: no-repeat;
	height: 4px;
	width: 860px;
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 0px;
}
.mgs_show .white_edge_left {
	background-image: url(/cssl/images/images/white_show_edge_left.png);
	background-repeat: no-repeat;
	height: 392px;
	width: 4px;
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 4px;
}
.mgs_show .white_edge_right {
	background-image: url(/cssl/images/images/white_show_edge_right.png);
	background-repeat: no-repeat;
	height: 392px;
	width: 4px;
	position: absolute;
	z-index: 5;
	top: 4px;
	left:856px;
}
.mgs_show .white_edge_bottom {
	background-image: url(/cssl/images/images/white_show_edge_bottom.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 5;
	height: 4px;
	width: 860px;
	left: 0px;
	bottom: 0px;
}
#show_small .white_edge_top {
    background-image: url(/cssl/images/images/white_show_edge_top.png);
    background-repeat: no-repeat;
    height: 4px;
    width: 860px;
    position: absolute;
  /*  z-index: 5;*/
    left: 0px;
    top: 0px;
}
#show_small .white_edge_left {
    background-image: url(/cssl/images/images/white_show_edge_left.png);
    background-repeat: no-repeat;
    height: 208px;
    width: 4px;
    position: absolute;
 /*   z-index: 5;*/
    left: 0px;
    top: 4px;
}
#show_small .white_edge_right {
    background-image: url(/cssl/images/images/white_show_edge_right.png);
    background-repeat: no-repeat;
    height: 208px;
    width: 4px;
    position: absolute;
  /*  z-index: 5;*/
    top: 4px;
    right: 0px;
}
#show_small .white_edge_bottom {
    background-image: url(/cssl/images/images/white_show_edge_bottom.png);
    background-repeat: no-repeat;
    position: absolute;
  /*  z-index: 5;*/
    height: 4px;
    width: 860px;
    left: 0px;
    bottom: 0px;
}
#show_small .cms_position .cms_o_attachment_gallery {
display:inline-block;
margin:0px;
width:inherit;
}


.mgs_data_title {
	display: none;
}
.mgs_thumb_selected {
opacity:1;
}
.mgs_show .thumbs_shadow {
	background-image: url(/cssl/images/big_show_shadow.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 472px;
	width: 15px;
	left: 686px;
	top: 4px;
}
.highlight {
font-size:18px;
font-weight:bold;
line-height:30px;
margin-bottom:20px;
}
#content {
margin-top:10px;
}
a {
	color: #DA6E06;
	text-decoration: underline;
}
h2 {
color:#6B7C8F;
font-size:22px;
line-height:30px;
margin-bottom:15px;
margin-top:25px;
}
h3 {
color:#6B7C8F;
font-size:18px;
line-height:20px;
margin-bottom:7px;
margin-top:13px;
font-weight:normal;
}
h4 {
color:#6B7C8F;
font-size:13px;
font-weight:bold;
line-height:20px;
margin-top:10px;
}
.cms_o_image_thumb {
	float:left;
	height:100px;
	margin-bottom:10px;
	margin-right:10px;
	width:100px;
}
.toolbox_icons {
}
.toolbox_icons div {
	padding-top: 5px;
}
.highslide-controls ul li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
.highslide-active-anchor img {
visibility:visible;
}
.highslide img {
border:none;
cursor:url(/js/highslide4/graphics/zoomin.cur), pointer;
}
.gallery .cms_o_attachment_gallery {
float:left;
height:100px;
margin-bottom:10px;
margin-right:10px;
width:100px;
}
.float_left {
float:left;
margin-right:10px;
width:100px;
}
.more_link {
margin-left:10px;
}
.list_item .thumbnail {
    float:left;
    height:100px;
    margin-bottom:0;
    margin-right:10px;
    margin-top:15px;
    padding-bottom:0;
    width:100px;
}
.list_item .content_with_image {
    padding-left:115px;
}
.product_gallery div.box {
border-left:1px solid #DDDDDD;
/*float:left;*/
/*height:200px;*/
margin-left:15px;
/*overflow:hidden;*/
padding-left:15px;
width:162px;
margin-top:40px;

min-height: 180px;
display: -moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
_height: 180px;
}
.product_gallery h3 {
font-size:13px;
font-weight:bold;
margin-bottom:0;
margin-top:0;
}
#content .product_gallery div.cms_first {
border-left:medium none;
margin-left:0;
padding-left:0;
width:162px;
}
#content .product_gallery div.cms_first_row {
margin-top:0px;
}
.gallery {
margin-top:40px;
}
#footer ul li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#footer ul li a {
color:#F3F3F3;
text-decoration: none;
}
#footer ul {
margin-left:0;
}
.sitemap_row {
}
.sitemap_column {
border-left:1px solid #CCCCCC;
float:left;
margin-left:10px;
padding-left:10px;
width:150px;
}
#footer .cms_first {
margin-left:0px;
padding-left:0px;
border-left:none;
}
#footer h3 {

}
#footer h3 a {
color:#393939;
text-transform:uppercase;
text-decoration: none;
}
#footer .footer_text {
color:#555555;
font-size:12px;
line-height:18px;
}
#footer .footer_text a{
color:#555555;
}
#search {
padding-top:4px;
}
.s_search {
}
#search_input {
border:1px solid #DDDDDD;
height:18px;
margin-right:0;
padding:0;
position:relative;
top:-1px;
width:100px;
}
body.trans {
background-image:url(/cssl/images/lights_bck.jpg);
background-repeat:repeat;
background-color:#000000;
background-position:center top;
}
#center_top.trans {
background-image: url(/cssl/images/images/paper_top_trans.png);
}
#center.trans {
background-image: url(/cssl/images/images/paper_main_trans.png);
}
#center_bottom.trans {
background-image: url(/cssl/images/images/paper_bottom_trans.png);
}
.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;
}
