@charset "windows-1250";
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
/**/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:1;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {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;}
/**/

body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#main_menu { behavior: url(/csshover.htc); }

select, option {
	behavior: url(/option_disabled.htc);
}

.submenu ul li { behavior: url(/iepngfix.htc); }

a img {
	border: 0;
}

#container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #282425;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
 #header { 
	padding: 0;
	height: 99px;
	position: relative;
}
#header #logo {
	position: absolute;
	bottom: 4px;
	left: 20px;
}

#header_navig {
	padding: 0;
	margin: 0;
	background:url(images/header_navig.jpg) center bottom no-repeat #000;
	height: 39px;
	position: relative;
}

#select_lang {
	padding: 0;
	list-style: none;
	float: right;
	margin-right: 30px;
	margin-top: 10px;
}

#select_lang li {
	float: left;
	display: block;
	text-align: center;
}
#select_lang li a {
	display: block;
	width: 45px;
	height: 18px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	text-indent: 3px;
	font-size: 80%;
	background-image:url(images/lang_bg.png);
	background-position: 0 -18px;
	background-repeat: no-repeat;
}

#select_lang li a:hover, #select_lang li a:focus, #select_lang li a.active {
	background-position: 0 0;
}

#container_content {
	background: url(images/content_bg.jpg) top left no-repeat #676868;
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
}

#sidebar1 {
	position: relative;
	float: left; /* since this element is floated, a width must be given */
	width: 420px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	margin: 0;
}

#main_menu {
	margin-top: 2px;
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
	position: relative;
	width: 241px;
	border-top: 2px solid #fff;
}

#main_menu li.mm {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	height: 60px;
	width: 241px;
}

#main_menu li.mm a.mm, #main_menu:hover li.active a.mm {
	z-index: 50;
	position: absolute;
	display: block;
	height: 58px;
	width: 241px;
	text-decoration: none;
	text-indent: -3000px;
	background-position: 0 -2px;
	background-repeat: no-repeat;
	border-bottom: 2px solid #fff;
}

#main_menu li.mm:hover a.mm, #main_menu li.mm a.mm:focus, #main_menu li.active a.mm, #main_menu:hover li.active:hover a.mm {
	z-index: 100;
	height: 60px;
	width: 259px;
	background-position: 0px -60px;
	margin-top: -2px;
	border-bottom: 2px solid #e30000;
}

#main_menu:hover li.active a.mm {
	margin-top: 0px;
}

div.submenu {
	border: 0;
	display: none;
	position: absolute;
	padding-bottom: 2px;
	margin-left: 241px;
	margin-top: -2px;
	width: 170px;
	background: url(images/submenu_bg_close.png) left bottom no-repeat;
}
#main_menu li.mm:hover div.submenu {
	z-index: 10;
	display: block;
}
#main_menu li.active div.submenu {
	display: block;
	z-index: 5;
}
#main_menu:hover li.active div.submenu {
	display: none;
}
#main_menu:hover li.active:hover div.submenu {
	display: block;
}
	
div.submenu ul {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	background: url(images/submenu_bg_close.png) left top no-repeat;
	list-style: none;
}

div.submenu ul li {
	margin: 0;
	border: 0;
	height: 22px;
	line-height: 22px;
	width: 148px;
	padding-left: 20px;
	padding-right: 2px;
	text-indent: 5px;
	font-size: 75%;
	text-transform: uppercase;
	color: #fff;
	background: url(images/submenu_bg_ie6.png);
}

div.submenu ul li a {
	color: #fff;
	display: block;
	height: 22px;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

div.submenu ul li a:hover, div.submenu ul li.active a {
	background: url(images/submenu_bg_active.png);
}

#sidebar2 {
	position: relative;
	float: left;
	left: -88px;
	margin-right: -88px;
	margin-top: -8px;
	padding-left: 0px;
}
#sidebar2 a img {
	border: 0 !important;
}

#sidebar3 {
	position: relative;
	float: right;
	right: -16px;
	margin-right: -70px !important;
	margin-right: -39px;
	margin-top: 0px;
	padding: 0;	
	width: 72px;
}
#sidebar3 a img {
	border: 0 !important;
}

/* ker je sidebar v #mainContent, je treba resetirat stile */
#sidebar2 a, #sidebar3 a {
	text-decoration: none !important;
}

#sidebar2 ul, #sidebar3 ul {
	padding: 0;
	margin: 0;
}

#min_height {
	width: 1px;
	height: 400px;
	background-color: transparent;
	float: right;
	margin-right: -10px;
}

#mainContent { 
	margin: 0 0 0 500px; 
	padding: 8px 128px 8px 8px;
	background:url(images/main_content_bg.png) right top repeat-y #434344;
	color: #fff;
	font-size: 90%;
	line-height: 1.3em;
	min-height: 400px;
	height:auto !important;
	height: 400px;
} 

#mainContent a {
	text-decoration: underline;
	color: #E30000;
}

#mainContent a:hover {
	color: #E30000;
	text-decoration: none;
}

#mainContent a img {
	border: 2px solid #E30000;
}
#mainContent a img:hover {
	border: 2px solid #000000;
}


#mainContent img {
	border: 2px solid #000000;
}

#mainContent h1 {
	background-color: #E30000;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 3px;
}

#mainContent h2 {
	color: #E30000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 8px;
}

#mainContent p {
	padding-bottom: 8px;
}

#mainContent strong {
	font-weight: bold;
}

#mainContent ul {
	list-style-type: disc;
	margin-left: 1.5em;
	padding: 0;
}
#mainContent ol {
	list-style-type: decimal;
	margin-left: 1em;
	padding: 0;
}

#mainContent table {
	font-size: 85%;
}

#mainContent .attention {
	display: block;
	border: 2px solid #6d6e71;
	background:url(images/attention_bg.png) top right repeat-y;
	margin-bottom: 8px;
	padding-right: 3px;
	font-size: 90%;
}

#mainContent .attention img {
	float: left;
	margin-right: 3px;
}

#mainContent input {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}

#products_menu {
	margin: 0 !important;
	list-style-type: 0 !important;
}
#products_menu li {
	margin-bottom: 7px;
	display: block;
	width: 70px;
	background-color: #fff;
	color: #000;
}
#products_menu li a {
	text-decoration: none;
	width: 66px;
	font-size: 80%;
	color: #282425;
	display: block;
	text-align: center;
	border: 2px solid #fff;
}
#products_menu li a:hover, #products_menu li.active a {
	border: 2px solid #000;
	text-decoration: none;
	color: #E30000;
}

#products_submenu {
	margin: 0 !important;
	list-style-type: 0 !important;
}
#products_submenu li {
	margin-bottom: 7px;
	margin-left: 3px;
	margin-right: 7px;
	display: block;
	width: 70px;
	background-color: #fff;
	color: #000;
}
#products_submenu li a {
	width: 66px;
	font-size: 80%;
	color: #282425;
	display: block;
	text-align: center;
	border: 2px solid #fff;
}
#products_submenu li a:hover, #products_submenu li.active a {
	border: 2px solid #000;
	text-decoration: none;
	color: #E30000;	
}
#footer {
 	position: absolute;
	margin-top: -15px;
	height: 15px;
	color: #fff;
	font-size: 75%;
	padding-left: 5px;
} 

#copyright {
	color: #000;
	font-size: 75%;
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
	padding-bottom: 1em;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* stili za poprasevalni obrazec */
#f_povprasevanje fieldset {
	width: 98%;
	border: 1px solid gray;
	padding: 1%;
	position: relative;
}
#f_povprasevanje legend {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	position: relative;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	padding: 0 0.9em;
}

.select-box {
	position: relative;
	display: inline-block;
}

#f_povprasevanje .fcol1 {
	width: 45%px;
	float: left;
}
#f_povprasevanje .fcol2 {
	width: 45%;
	float: right;
	margin-right: 10px;
}

#f_povprasevanje label {
	display: block;
	float: left;
	width: 90px;
	clear: left;
}

#f_povprasevanje label.long {
	display: block;
	float: left;
	width: 180px;
	clear: left;
}

#f_povprasevanje label.top {
	float:none;
	width: auto;
}

#f_povprasevanje label.check {
	width: auto;
	float: none;
	clear: none;
}
#f_povprasevanje input.check {
	width: auto;
	float: left;
	border: none;
}

#f_povprasevanje input, #f_povprasevanje select, #f_povprasevanje textarea {
	width: 200px;
	border: 1px solid gray;
	margin: 1px;
	font-size:  1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#f_povprasevanje input.large, #f_povprasevanje select.large, #f_povprasevanje textarea.large {
	width: 292px;
}

#f_povprasevanje input.short, #f_povprasevanje select.short {
	width: 30px;
}

#f_povprasevanje input.med, #f_povprasevanje select.med {
	width: 99%;
}

#f_povprasevanje input.medlong, #f_povprasevanje select.medlong {
	width: 104px;
}


#f_povprasevanje .tip_vrat {
	width: 99%;
}
#f_povprasevanje .vrata_material {
	width: 6em;
}
#f_povprasevanje .vrata_barva {
	width: 6em;
}
#f_povprasevanje .vrata_izvedba {
	width: 5em;
}

select:hover {
	width: auto;
	z-index: 999;
}

#f_povprasevanje td {
	position: relative;
	z-index: 1;
	padding: 1px;
}

#f_povprasevanje th {
	font-weight: bold;
	text-align: center;
}

#f_povprasevanje th.short, td.short {
	width: 35px;
}
#f_povprasevanje th.medium, td.medium {
	width: 80px;
}
#f_povprasevanje th.medium_large, td.medium_large{
	width: 120px;
}
#f_povprasevanje th.medium_larger, td.medium_larger{
	width: 150px;
}



/* Pager BEGIN */

.pager {
	font-size: 0.9em;
}

.pager a, .pager span {
    display: block;
    float: left;
    padding: 0.2em 0.6em;
    border: 1px solid #fff;
    margin-right: 0.1em;
}

.pager span.current {
    border: 1px solid silver;
    background: #E30000;
    color: #fff;
}

.pager a {
    border: 1px solid gray;
    text-decoration: none;
}

.pager a:hover {
    border-color: #E30000;;
}

.pager span.arrow {
        border: 1px solid gray;
        color: silver;
}

/* Pager END */

/* lightbox: */
#lightbox {
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails, #lightboxDetails a, #lightboxDetails visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	padding-top: 0.4em;
}	
#lightboxCaption { float: left; }
#keyboardMsg { float: right; }
#closeButton { top: 5px; right: 5px; }

#lightbox img { border: none; clear: both;} 
#overlay img { border: none; }

#overlay { background-image: url(images/overlay.png); }

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}