@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #fff url(../img/page_bg.png) left top repeat-x;
}

h1,h2,h3,h4 {
	margin: 0;
	padding: 3px 0;
	font-size: 16px;
}

h2 { font-size: 15px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }

a {
	color: #EF1821;
	text-decoration: underline;
}

a:hover { text-decoration: none; }

a img, a:hover img { border: none; text-decoration: none; }

p { margin: 0; padding: 7px 0; line-height: 165%; }

ul { list-style-image: url(../img/red_dot.gif); }

div#all {
	width: 1000px;
	margin: 0 auto 15px auto;
	position: relative;
	text-align: left;
}

div#header {
	height: 220px;
	background: url(../img/head_bg.png) center top no-repeat;
	position: relative;
	margin-bottom: 12px;
}

#logoClick {
	display: block;
	width: 295px;
	height: 65px;
	position: absolute;
	top: 60px;
	left: 25px;
}

#header_clip {
	display: block;
	position: absolute;
	right: -15px;
	top: 122px;
	background: url(../img/head_clip.gif) left bottom no-repeat;
	width: 15px;
	height: 59px;
}

#menubar {
	height: 42px;
	line-height: 42px;
	background: url(../img/menubar_bg.png) left top repeat-x;
	position: relative;
	text-align: center;
	font-size: 13px;
	top: 171px;
	padding: 0 0 0 17px;
}

#menubar a {
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 0 13px;
	height: 42px;
	text-decoration: none;
	float: left;
}

#menubar a:hover {
	background: #000;
	color: #EF1821;
}

#menubar span {
	/*padding: 13px 1px;*/
	display: block;
	width: 2px;
	height: 42px;
	background: url(../img/menu_separator.gif) center center no-repeat;
	float: left;
}

#menubar span.menu_l,
#menubar span.menu_r {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 42px;
	background: url(../img/menubar_bg.png) left bottom no-repeat;
	padding: 0;
	margin: 0;
}

#menubar span.menu_r {
	background-position: right bottom;
	left: auto;
	right: 0;
}

#menubar a.selItem {
	color: #EF1821;
	/*padding: 13px 13px 20px 13px;*/
	height: 49px;
	background: url(../img/menu_selected.gif) center bottom no-repeat;
}


#footer {
	height: 86px;
	background: url(../img/footer_bg.png) left top repeat-x;
	position: relative;
}

#footer .link_line {
	position: absolute;
	left: 30px;
	top: 36px;
	color: #474747;
	font-size: 11px;
}

#footer .link_line a {
	padding: 0 10px;
}

#footer .link_line span {
	padding: 0 10px;
	color: #fff;
}

#footer .link_line span a { padding: 0; }

#footer .clip {
	position: absolute;
	right: -13px;
	bottom: 0;
	width: 196px;
	height: 59px;
	background: url(../img/footer_clip.gif) right bottom no-repeat;
}

.h2box {
	position: relative;
	background: #EF1821;
	height: 32px;
	line-height: 27px;
	padding: 0 120px 0 30px;
	margin-bottom: 6px;
}

.h2box .lcon,
.h2box .rcon {
	position: absolute;
	display: block;
	background: #fff url(../img/h2_red_ends.gif) left top no-repeat;
	width: 3px;
	height: 32px;
	top: 0;
	left: 0;
}

.h2box .rcon { background-position: right top; left: auto; right: 0; }

.h2box .clip {
	display: block;
	width: 104px;
	height: 32px;
	position: absolute;
	right: 9px;
	top: 0;
	background: url(../img/h2_red_clip.gif) center bottom no-repeat;
}

.h2box h2,
.h2box h1 { font-size: 15px; color: #fff; }

.grey { background: #474747; }
.grey .clip { background-image: url(../img/h2_grey_clip.gif); }
.grey .lcon,
.grey .rcon { background-image: url(../img/h2_grey_ends.gif); }

table.link_list { width: 940px; position: relative; left: 30px; }
table.link_list td { vertical-align: top; }
.link_list a { display: block; padding: 3px 0; }

#footer_links {
	margin-bottom: 12px;
}

#nite {
	padding: 0 30px;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	color: #ababab;
	position: relative;
	top: -5px;
}

#nite span,
#nite a {
	margin: 0 3px;
}

#nite span {
	font-size: 12px;
	font-weight: bold;
	color: #474747;
}

#content {
	position: relative;
	padding: 12px 0;
}

.nofloat {
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	float: none;
	clear: both;
	margin: 0 0 -1px 0;
	padding: 0;
}

/* LAYOUTY */

.col_left {
	float: left;
	width: 180px;
	position: relative;
	margin-right: 10px;
	min-height: 1px;
	margin-bottom: 10px;
}

.col_center {
	float: left;
	width: 550px;
	padding: 0 25px;
	position: relative;
	min-height: 1px;
	margin-bottom: 10px;
}

.col_right {
	float: right;
	width: 200px;
	min-height: 1px;
	margin-bottom: 10px;
}

.row_bottom {
	clear: both;
	min-height: 1px;
}

#lay_3 .col_center {
	width: 785px;
	padding-right: 0;
}

#lay_4 .col_center {
	width: auto;
	float: none;
	padding-left: 0;
	padding-right: 0;
}

/* OBECNE PRVKY STRANKY */

.pageblock {
	/*margin-bottom: 30px;*/
}

.pageblock p {
	line-height: 135%;
}

#left_menu {
	margin-bottom: 12px;
}

#left_menu a {
	display: block;
	height: 32px;
	line-height: 32px;
	width: 140px;
	padding: 0 10px 0 30px;
	background: url(../img/submenu_bg.png) 0 0 no-repeat;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 3px;
}

#left_menu a:hover {
	text-decoration: underline;
}

#left_menu a.selItem:hover,
#left_menu a.selItem {
	padding-right: 20px;
	background-position: 0 -32px;
	color: #fff;
}

#left_menu div.submenu {
	margin-bottom: 8px;
}

#left_menu div.submenu a {
	background: url(../img/red_dot.gif) 25px center no-repeat;
	padding: 0 10px 0 35px;
	text-decoration: none;
	height: 22px;
	line-height: 22px;
}

#left_menu div.submenu a.subselItem:hover {
	text-decoration: underline;
}

#left_menu div.submenu a.subselItem:hover,
#left_menu div.submenu a.subselItem {
	color: #000;
	background-position: 25px -32px;
}

#left_menu div.submenu a:hover {
	text-decoration: none;
}

.pager {
	text-align: right;
	font-size: 11px;
	padding: 16px 0;
	font-weight: bold;
}

.pager a {
	color: #EF1821;
	padding: 0 3px;
}

.pager span.selpg { font-size: 15px; color: #000; padding: 0 3px; }

.pager span.pipe { padding: 0 8px; font-weight: normal; }

.pager span.prev,
.pager span.next { color: #5f5f5f; font-weight: normal; padding: 0 7px; }

.news_list {
	background: url(../img/dot_h.gif) left bottom repeat-x;
	position: relative;
	margin-bottom: 20px;
}

.news_list .news_item {
	height: 103px;
	padding: 23px 25px 25px 157px;
	background: url(../img/dot_h.gif) left top repeat-x;
	position: relative;
	overflow: hidden;
}

.type0 { background: none; }
.type0 .news_item { background: none; }

.news_item img {
	position: absolute;
	top: 26px;
	left: 29px;
}

.news_item .datum { color: #5f5f5f; font-weight: bold; font-size: 11px; }
.news_item h3 { padding-top: 0; padding-bottom: 10px; }
.news_item p {
	padding: 0;
	margin: 0;
	line-height: 145%;
}

.news_archive { text-align: right; height: 32px; position: relative; top: -15px; margin-bottom: -15px; }
.news_archive a { display: block; float: right; width: 218px; height: 32px; overflow: hidden; position: relative; }
.news_archive a:hover { background: #fff; }
.news_archive a img { position: relative; top: 0; }
.news_archive a:hover img { top: -32px; }
/*news_archive_1.png*/
.news_item_detail .h2box {
	margin-bottom: 25px;
}

.news_item_detail .publish { font-weight: bold; color: #5f5f5f; margin-bottom: 13px; }
.news_item_detail .synopsis { font-weight: bold; margin-bottom: 6px; }
.news_item_detail .ni_content { padding-bottom: 18px; }
.news_item_detail .ni_addons { background: url(../img/dot_h.gif) left top repeat-x; padding-top: 20px; }

a.imglink {
	display: block;
	position: relative;
	width: 180px;
	height: 106px;
	overflow: hidden;
	text-decoration: none;
	margin-bottom: 8px;
}
a.imglink span { position: absolute; top: 0; left: 20px; width: 119px; height: 106px; }
a.imglink img { position: absolute; left: 0; top: 0; }
a.imglink:hover { text-decoration: none; }

a.style_4 { position: relative; width: 200px; }
a.style_4 span { width: 109px; }

.galleryview {
	/*background: #000;*/
	/*background: #474747 url(../img/gallery_top.png) center top no-repeat;*/
	/*height: 455px;*/
	/*width: 100%;*/
	padding-top: 18px;
	position: relative;
	margin-bottom: 30px;
}

.gallery_bottom {
	height: 18px;
	background: url(../img/gallery_bottom.png) center bottom no-repeat;
	clear: both;
	display: none;
}


.objectstrip {	
	/*width: 100% !important;*/
	background: #000 !important;
	position: relative;
	height: 100px !important;
	padding-top: 18px;
	margin-bottom: 20px;
}

.objectstrip .objstrip_body {
	position: relative;
	top: -13px;
}

.objstrip_lt,
.objstrip_rt,
.objstrip_rb,
.objstrip_lb {
	position: absolute;
	width: 10px;
	height: 10px;
}

.objstrip_lt { background: url(../img/ostr_lt.gif) 0 0 no-repeat; left: 0; top: 0; }
.objstrip_rt { background: url(../img/ostr_rt.gif) right 0 no-repeat; right: 0; top: 0; }
.objstrip_rb { background: url(../img/ostr_rb.gif) right bottom no-repeat; right: 0; bottom: 0; }
.objstrip_lb { background: url(../img/ostr_lb.gif) left bottom no-repeat; bottom: 0; }

.objectstrip .panel {
	left: 540px !important;
	height: 90px !important;
	color: #fff !important;
	padding-top: 10px;
}

.objectstrip #pointer img {
	display: none;
}


.branchlist { position: relative; padding: 30px 0; width: 100%; }

.branchlist .bitem {
	position: relative;
	padding: 0 0 10px 135px;
	line-height: 165%;
	width: 250px;
	min-height: 120px;
	* height: 120px;
	float: left;
}

.bitem p { line-height: 165%; margin: 0; padding: 0; }

.branchlist .bitem .bicon {
	position: absolute;
	left: 0;
	top: 5px;
}

.branchlist .bitem h2 {
	margin-bottom: 6px;
	font-size: 14px;
}

a.showlink {
	position: absolute;
	top: 108px;
	left: 0;
	display: block;
	width: 112px;
	height: 32px;
	background: url(../img/on_map.png) 0 0 no-repeat;
}

a.showlink:hover {
	background-position: 0 -32px;
}

.dotline {
	height: 21px;
	clear: both;
	background: url(../img/dot_h.gif) 0 center repeat-x;
}

.mapblock h2 {
	margin-bottom: 20px;
}

#map { width: 640px; height: 440px; margin: auto; text-align: left; border: 1px solid #000; overflow: hidden; }

.map_container {
	background: url(../img/map_bg.png) center top no-repeat;
	height: 455px;
	padding-top: 18px;
	text-align: center;
	position: relative;
}

.iBubble {
	line-height: 135%;
}

.iBubble h3 {
	font-size: 13px;
	margin-bottom: 12px;
}

.iBubble span {
	display: block;
	margin-bottom: 5px;
}

a.mapOnDemand {
	display: block;
	height: 440px;
	background: url(../img/map_demand.png) 15px 15px no-repeat;
}

a.mapOnDemand:hover {
	background-image: url(../img/map_demand_hover.png);
}

#mapLoad {
	display: block;
	background: url(../img/loadmap.png) center center no-repeat;
	width: 32px;
	height: 32px;
	padding: 29px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -45px;
	margin-left: -45px;
	z-index: 999999999;
}

.noitems {
	text-align: center;
	padding: 20px 0;
	color: #ccc;
}

.catProd_list {
	background: url(../img/dot_h.gif) left top repeat-x;
}

.catProd_head {
	height: 30px;
	line-height: 30px;
	background: url(../img/dot_h.gif) left bottom repeat-x;
	font-size: 11px;
}


.product {
	padding: 10px 0 11px 0;
	background: url(../img/dot_h.gif) left bottom repeat-x;
	clear: both;
}

.catProd_list span.col1 {
	float: left;
	width: 100px;
	display: block;
	margin-right: 20px;
}

.catProd_list span.col2l,
.catProd_list span.col2 {
	float: left;
	width: 160px;
	display: block;
	margin-right: 10px;
}

.catProd_list span.col2l { width: 280px; }

.catProd_list span.col3a {
	float: left;
	width: 115px;
	display: block;
	margin-right: 10px;
}

.catProd_list span.col4 {
	float: left;
	width: 100px;
	display: block;
	text-align: right;
	padding-right: 10px;
}

.catProd_head .col1,
.catProd_head .col2,
.catProd_head .col3a,
.catProd_head .col4 { height: 30px; }

.catProd_head .col1 { width: 280px; margin-right: 10px; }

.item_content,
.item_addons {
	background: url(../img/dot_h.gif) left bottom repeat-x;
	padding: 15px 0 15px 0;
}

.item_content { padding-bottom: 15px; }

.item_addons h2 {
	font-size: 14px;
}

.blockaddon {
	margin-bottom: 15px;
}

.button { text-align: right; height: 32px; position: relative; }
.button a { display: block; float: right; width: 94px; height: 32px; overflow: hidden; position: relative; }
.button a:hover { background: #fff; }
.button a img { position: relative; top: 0; }
.button a:hover img { top: -32px; }

#catalogFilter {
	background: url(../img/filter_bg.png) left top repeat-x;
	height: 88px;
	padding: 0 32px 0 150px;
	position: relative;
	font-size: 11px;
}

#catalogFilter .flt_left,
#catalogFilter .flt_right {
	position: absolute;
	display: block;
	width: 150px;
	height: 88px;
	background: url(../img/filter_l.png) left 0 no-repeat;
	top: 0;
	left: 0;
}

#catalogFilter .flt_right {
	width: 5px;
	background: url(../img/filter_r.png) right 0 no-repeat;
	left: auto;
	right: 0;
}

#catalogFilter table {
/*	height: 66px;*/
	width: 605px;
	position: relative;
	top: 14px;
}

#catalogFilter table td {
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

#catalogFilter table td.button_Filter {
	vertical-align: middle;
}

#catalogFilter table th {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

#catalogFilter select {
	width: 136px;
	height: 19px;
	border: none;
	background: url(../img/select_bg.gif) center center no-repeat;
	font-size: 12px;
}

#catalogFilter input {
	width: 112px;
	height: 15px;
	padding: 2px;
	background: url(../img/middle_text.gif) center center no-repeat;
	border: none;
	font-size: 11px;
	margin-left: 7px;
	text-align: left;
	font-weight: normal;
}

#catalogFilter input.small_text {
	width: 67px;
	background: url(../img/small_text.gif) center center no-repeat;
	text-align: center;
}

a.s_up,
a.s_down {
	padding: 3px 4px;
	margin-left: 3px;
	font-size: 10px;
	background: url(../img/sipka_nahoru.gif) center center no-repeat;
	text-decoration: none;
}

a.s_down {
	background-image: url(../img/sipka_dolu.gif);
	margin-left: 6px;
}

.txt_lay_0 {
	margin-bottom: 20px;
}

.txt_lay_0 li,
.txt_lay_0 p {
	line-height: 170%;
}

.txt_lay_0 table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #fff;
	border-right: 0;
}

.txt_lay_0 table th {
	border: 1px solid #fff;
	background: #6A6A6A;
	color: #fff;
	padding: 5px 8px;
	font-weight: normal;
}

.txt_lay_0 table td {
	border: 1px solid #fff;
	background: #D9D9D9;
	padding: 5px 8px;
}

.redtab_wrap {
	*position: relative;
	*left: -1px;
}

.redtab_wrap .redtab_bottom,
.redtab_wrap .redtab_top {
	background: #EF1820 url(../img/tab_lb.gif) left top no-repeat;
	height: 9px;
	margin-right: 1px;
	*margin: 0 1px !important;
	position: relative;
}

.redtab_wrap .redtab_top { background-image: url(../img/tab_lt.gif); margin-bottom: 1px; }

.redtab_wrap .redtab_bottom span,
.redtab_wrap .redtab_top span {
	background: #EF1820 url(../img/tab_rt.gif) right top no-repeat;
	width: 9px;
	height: 9px;
	position: absolute;
	right: 0;
}

.redtab_wrap .redtab_bottom span {
	background-image: url(../img/tab_rb.gif);	
	bottom: 0;
}

.redtab_wrap caption {
	background: #EF1820;
	color: #fff;
	padding: 0 8px 8px 8px;
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	margin-top: -1px;
	margin-bottom: 1px;
	margin-right: 1px;
}

.files {
	padding: 8px 0 7px 0;
}

.files .fitem {
	height: 48px;
	clear: both;
	position: relative;
	padding-left: 58px;
	margin-bottom: 12px;
}

.fitem img {
	position: absolute;
	top: 0;
	left: 0;
}

.fitem .fitem_name a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 3px;
}

.fitem .fitem_info {
	font-size: 10px;
	color: #666;
}

.fitem_info span {
/*	float: left;
	display: block;
	width: 50px;*/
	margin-right: 15px;
}

/*.fitem_info span.down {
	text-align: right;
	width: 50px;
	margin-right: 15px;
}*/

.catalog_params {
	padding: 15px 0;
}

.catalog_params h2 {
	font-size: 14px;
	margin-bottom: 10px;
}

.catalog_params table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}

.catalog_params table th,
.catalog_params table td {
	padding: 7px 15px;
	border: 1px solid #fff;
	background: #D9D9D9;
}

.catalog_params table th {
	background: #6A6A6A;
	color: #fff;
	font-weight: normal;
}

.forms {
	background: #E9EAEB;
	padding: 25px 30px;
	position: relative;
	font-size: 11px;
	margin-bottom: 20px;
}

.forms span.crn_lb,
.forms span.crn_rb,
.forms span.crn_rt,
.forms span.crn_lt {
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	background: url(../img/form_lt.gif) left top no-repeat;
}

.forms span.crn_lt {
	top: 0;
	left: 0;
}

.forms span.crn_rt {
	background: url(../img/form_rt.gif) right top no-repeat;
	right: 0;
	top: 0;
}

.forms span.crn_lb {
	background: url(../img/form_lb.gif) left bottom no-repeat;
	bottom: 0;
	left: 0;
}

.forms span.crn_rb {
	background: url(../img/form_rb.gif) right bottom no-repeat;
	right: 0;
	bottom: 0;
}

.forms table {
	width: 100%;
}

.forms table td,
.forms table th {
	padding: 6px 0;
}


.forms table td {
	text-align: right;
}

.forms table th {
	text-align: left;
	font-weight: normal;
}

#poptavka select,
#poptavka input {
	width: 100%;
	font-size: 12px;
}

#poptavka textarea {
	width: 99.3%;
	height: 75px;
	font-size: 12px;
}

#poptavka td.sendme input {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
}

.forms span.req {
	background: url(../img/star.gif) right top no-repeat;
	padding: 0 5px;
	margin-right: 5px;
}

.form_sended {
	border: 2px solid #268AD5;
	/*color: #268AD5;*/
	background: #fff;
	padding: 10px;
	text-align: center;
	line-height: 90%;
	margin-bottom: 10px;
}

.form_sended p {
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.errorMsg {
	/*color: #EF1821;*/
	border-color: #EF1821;
	text-align: left;
	padding: 10px;
}

.banner_place {
	margin-bottom: 10px;
}

.banner_place .centered {
	text-align: center;
}

