@import 'floatbox.css';

/* telo dokumentu */
body {
	margin: 0;
	padding: 0;
	background: #6b8fb3 url('blue/bg_tile.png') top center;
	color: #111111;
	font-size: .7em;
	font-family: Tahoma, sans-serif;
	text-align: center;
}

/* obecny odkaz */
a {
	color: #111111;
	text-decoration: underline;
	font-weight: bold;
}

/* obecny obrazek */
img {
	border: 0;
}

/* obecny formular */
form {
	padding: 0;
	margin: 0;
}


/* ----------------- STRANKA A POZADI -------------------*/

/* stin stranky na pozadi */
#page_bg {
	margin: auto;
	padding: 0;
	background: url('blue/bg.png') top center repeat-y;
}

/* box cele stranky */
#page_cont {
	z-index: 1;
	position: relative;
	width: 994px;
	margin: auto;
	padding: 0;
}

/* box stranky bez hlavicky */
#page {
	padding: 96px 1px 0 1px;
	border-left: 1px solid #354859;
	border-right: 1px solid #354859;
	background: #ffffff url('blue/bg_inner.png') 1px top repeat-y;
	text-align: left;
}


/* ----------------- HLAVICKA A HORNI BOXY -------------------*/

/* hlavicka */
#up {
	position: absolute;
	top: 0;
	width: 990px;
	height: 96px;
	padding: 0;
	background: #cde3f1 url('blue/top.jpg') top center no-repeat;
	text-align: center;
}

/* nadpisy v hlavicce */
#up h1 {
	margin: 0;
	padding: 0;
}
#up h2, h3 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/* box s logem */
#up .logo {
	position: absolute;
	top: 12px;
	left: 12px;
	height: 72px;
	width: 240px;
	overflow: hidden;
}
#up .logo img {
	border: 0;
}

/* box s scrollujicimi informacemi */
#up .info {
	position: absolute;
	top: 14px;
	width: 246px;
	height: 46px;
	left: 330px;
	border-left: 2px solid #5e87b8;
	padding-left: 8px;
	overflow: hidden;
}
#up .info .scroller {
	position: relative;
	top: 0px;
}

/* box s logovacim formularem */
#up .login {
	position: absolute;
	top: 14px;
	left: 664px;
	width: 156px;
	height: 46px;
	border-left: 2px solid #5e87b8;
}
#up .login legend {
	display: none;
}
#up .login fieldset {
	_z-index: 1; /* IE6 fix */
	border: 0;
	margin: 0;
	margin-top: -6px;
	_margin-top: -2px; /* IE6 fix */
	padding: 0;
}

/* input text */
#up .login .text {
	width: 120px;
	border: 1px solid #888888;
	background: #ffffff;
	margin: 1px 0 0 0;
	_margin: 0;  /* IE6 fix */
	padding: 1px 4px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	color: #444444;
}

/* input button */
#up .login .button {
	margin: 2px 1px;
	padding: 1px 6px;
	font-size: 90%;
	color: #ffffff;
	cursor: pointer;
}

/* box s obsahem kosiku */
#up .basket {
	position: absolute;
	top: 14px;
	right: 4px;
	width: 84px;
	height: 46px;
	border-left: 2px solid #5e87b8;
}

/* leva klikaci cast boxu login */
#up .login_link {
	position: absolute;
	top: 4px;
	left: 598px;
	width: 64px;
	height: 64px;
	display: block;
}

/* leva klikaci cast boxu info */
#up .info_link {
	position: absolute;
	top: 4px;
	left: 264px;
	width: 64px;
	height: 64px;
	display: block;
}

/* leva klikaci cast boxu logo */
#up .logo_link {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 256px;
	height: 88px;
	display: block;
}

/* leva klikaci cast boxu kosik */
#up .basket_link {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 160px;
	height: 64px;
	display: block;
}

/* v boxu kosiku nepodtrhavat odkaz */
#up .basket a {
	text-decoration: none;
}


/* ----------------- LEVY PANEL -------------------*/

/* levy panel - vyhledavani a strom produktu */
#leftpan {
	position: relative;
	width: 190px;
	_width: 188px; /* IE6 fix */
	border-top: 1px solid #ffffff;
	background: #cde3f1 url('blue/treer.jpg') left top no-repeat;
	overflow: hidden;
}


/* ----------------- SEARCH BAR -------------------*/

/* box vyhledavani */
#searchbar {
	height: 64px;
	font-size: 90%;
	text-align: center;
	overflow: hidden;
}

/* vnitrek boxu/fomrulare */
#searchbar fieldset {
	margin: 0 0 0 0;
	border: 0;
	padding: 1em 0 1em 0;
}
#searchbar legend {
	display: none;
}
/* popisky inputu */
#searchbar label {
	font-weight: bold;
}

/* input text */
#searchbar .text {
	width: 80%;
	border: 1px solid #888888;
	background: #ffffff;
	margin: auto;
	margin-bottom: .3em;
	padding: 2px 4px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	color: #444444;
}

/* input text ceny od a do */
#searchbar .pricespan {
	width: 64px;
	border: 1px solid #888888;
	background: #ffffff;
	margin: auto;
	margin-bottom: .3em;
	padding: 2px 4px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	color: #444444;
}

/* input button */
#searchbar .button {
	margin: 2px 1px;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
}

/* box pro prozbaleni rozsireneho vyhledavani */
#searchbar .extended_search {
	display: none;
}


/* ----------------- STROM PRODUKTU -------------------*/

/* strom produktu */
#tree {
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 600px;
}
#tree h2 {
	display: none;
}

/* box vyberu typu stromu */
#tree .menucont {
	position: relative;
	height: 32px;
}

/* vyber typu stromu (ul) */
#tree .mainmenu {
  left: 10px;
}

/* tridy pro jine pozadi zalozek nad stromem kategorii */
#tree .mainmenu li a {
	background: #5e87b8 url('blue/treetab.png') top left no-repeat;
}
#tree .mainmenu li a span {
	background: #5e87b8 url('blue/treetab.png') top right no-repeat;
}
#tree .mainmenu li.selected a {
	background: #cccccc url('blue/treetab_sel.png') top left no-repeat;
}
#tree .mainmenu li.selected a span {
	background: #cccccc url('blue/treetab_sel.png') top right no-repeat;
}


#tree form {
	border-top: 1px solid #ffffff;
}
#tree form ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 8px;
}
#tree form li {
	padding: 0 0 0 0;
	_border-bottom: 1px solid #e8f2f8; /* IE6 fix */
}
#tree form li a {
	display: block;
}
#tree form a {
	text-decoration: none;
	padding: 3px;
}
#tree form a:hover, #tree form a.actual {
	color: #cc1100;
}
#tree form ul ul a {
	font-weight: normal;
}

/* hlavni skupiny produktu */
#tree .sgroup {
	margin-left: 8px;
}
#tree .sgroup>li>a {
	padding: 3px 8px;
	background: #6b8fb3;
	color: #ffffff;
}
#tree .sgroup li {
	margin-bottom: 1px;
}
#tree .sgroup li ul {
	border-left: 3px solid #e8f2f8;
	margin: 1px 0 0 2px;
}
#tree .sgroup li li {
	margin: 1px 0 0 1px;
	border-bottom: 1px solid #e8f2f8;
}
#tree .sgroup li li:hover {
}
#tree .sgroup li li a {
	position: relative;
	left: -5px;
	background: none;
	padding-left: 12px;
}
#tree .sgroup li li a:hover {
	background: url('blue/subtree_bullet.png') 4px center no-repeat;
	_background-position: left; /*IE6 Fix*/
	text-decoration: underline;
}

/* vedlejsi skupiny produktu */
/* manufacturer */
#tree .mgroup {
	margin: 8px 0 8px 10px;
	border-left: 3px solid #e8f2f8;
}
#tree .mgroup li ul {
	border-left: 3px solid #e8f2f8;
	margin: 1px 0 8px 8px;
}
#tree .mgroup li a {
	position: relative;
	left: -7px;
	background: url('blue/tree_bullet.png') 1px center no-repeat;
	_background-position: left; /*IE6 Fix*/
	padding-left: 16px;
}
#tree .mgroup li a:hover {
	background-image: url('blue/tree_bullet_hover.png');
}
/* family */
#tree .fgroup li {
	margin: 0 0 0 1px;
	border-bottom: 1px solid #e8f2f8;
}
#tree .fgroup li:hover {
}
#tree .fgroup li>a:hover {
	text-decoration: underline;
}
#tree .fgroup li a {
	position: relative;
	left: -6px;
	background: none;
	padding-left: 15px;
}
#tree .fgroup li a:hover {
	background: url('blue/subtree_bullet.png') 4px center no-repeat;
	_background-position: left; /*IE6 Fix*/
}


/* ----------------- OBSAH STRANKY -------------------*/
#content {
	position: relative;
	float: right;
	width: 799px;
	border-top: 1px solid #ffffff;
	background: url('blue/shadow.png') top left no-repeat;
}

/* spacer */
#content .inner {
	margin: 16px;
	margin-top: 2.5em;
	text-align: center;
}
#content h1 {
	font-size: 1.25em;
	font-weight: bold;
	border-bottom: 1px solid #404040;
	margin: .6em 0;
	text-align: center;
}
#content h2 {
	font-size: 1.15em;
	font-weight: bold;
	margin: .5em;
	text-align: left;
}
#content a:hover {
	color: #cc1100;
}

#content .action {
	float: left;
	width: 352px;
	height: 72px;
	overflow: hidden;
	position: relative;
	margin: 8px;
}

#content .prod_box {
	float: left;
	width: 248px;
	height: 170px;
	overflow: hidden;
	position: relative;
	margin: 2px;
	background: #eaf0f6 url('blue/prodbg.png') right top no-repeat;
	text-align: center;
}
#content .prod_box h2 {
	text-align: center;
	margin: 0 0 1em 0;
	_height: 1%; /* IE6 fix */
}
#content .prod_box .prodtext {
	text-align: left;
	height: 64px;
	overflow: hidden;
	position: relative;
}
#content .prod_box table {
	width: 80%;
	margin: auto;
}
#content .prod_box .controls {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
}
#content .prod_box table {
	margin-bottom: 1em;
}
.considhead {
	float: right;
	width: 248px;
	text-align: left;
	padding-left: 10px;
	font-size: 130%
}
/* ----------------- POROVNAVANI PRODUKTU -------------------*/
/* nadpis kategorie parametru */
#porovnani h2 {
	margin: 1em 0 0 0;
	text-align: left;
}
/* nazev parametru */
#porovnani h3 {
	font-size: 1em;
	text-align: center;
}
/* nazev parametru */
#porovnani .prod_list tbody th, #porovnani .prod_list tbody:hover th {
	background-color: #eaf0f6;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	text-align: left;
	font-weight: normal;
	padding: 4px 8px;
}
/* nejlepsi parametr */
#porovnani .prod_list .best, #porovnani .prod_list:hover .best {
	background: #ddffdd;
	font-weight: bold;
}
/* shodny parametr */
#porovnani .prod_list .same, #porovnani .prod_list:hover .same {
	color: #bbbbbb;
}
/* nejhorsi parametr */
#porovnani .prod_list .worst, #porovnani .prod_list:hover .worst {
	background: #ffdddd;
}
#porovnani td {
	padding: 4px 8px;
	text-align: center;
}
#porovnani .prodimg {
	float: none;
	margin: auto;
}
#porovnani .prod_list {
	width: 767px;
	overflow: -moz-scrollbars-horizontal;
	overflow: "visible";
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 20px
}	

/* ----------------- KOSIK -------------------*/
#basketpg fieldset {
	border: none;
}
#basketpg legend {
	display: none;
}


/* ----------------- DETAIL PRODUKTU -------------------*/

/* horni cast stranky s informacemi o produktu */
#detail .info {
	font-size: 100%;
	text-align: center;
}
#detail .info table {
	font-size: 110%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 1.5em;
}
#detail .info table th {
	color: #404040;
	padding: 3px 12px;
	font-weight: bolder;
}
/* marketingovy text = kratky popis produktu */
#detail .info .mtext {
    text-align: left;
	font-size: 110%;
}
#detail .price {
	font-weight: bolder;
	padding-top: 1em;
	padding-bottom: 1em;
}

#detail .info .fright {
	width: 440px;
}
/* prava cast stranky s obrazkem a kontextovymi odkazy */
#detail .info .fleft {
	width: 300px;
	position: relative;
	margin-right: 1em;
	margin-bottom: 1em;
}
/* prostor pro dialog odeslani odkazu mailem */
#detail #mailform {
	position: absolute;
	left:0;
	top:0;
	width:100%;
}
/* dialog odeslani odkazu mailem */
#detail .dialog {
	margin: 0;
	width: 100%;
}
/* obrazek produktu */
#detail .img {
	border: 0;
	padding: 1px;
	margin-bottom: 16px;
	text-align: center;
	overflow: hidden;
}

/* pravy sloupec s podobnymi produkty */
#detail .relprods{
	float:right;
	width: 250px;
	margin-left: 8px;
}

/* pravy sloupec s podobnymi produkty pokud chybi specifikace */
#detail .relprodsonly{
	margin-left: 8px;
	margin-right: 8px;
}

/* text popisu produktu a formatovani tabulek */
#detail .ptext {
	padding: 16px 0;
	margin: 1em 0;
	/*border-bottom: 1px solid #aaa;*/
	text-align: left;
}
#detail .ptext table.techinfo {
	font-size: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
#detail .ptext table.techinfo tr.c0 th {
	background-color: #eaf0f6;
	font-weight: bold;
	text-align: left;
	padding: 4px;
	border-top: 1px solid #ffffff;
}
#detail .ptext table.techinfo tr.c1 th, #detail .ptext table.techinfo tr.c2 th {
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	padding: 2px 4px 2px 16px;
	background-color: #eaf0f6;
	border-top: 1px solid #ffffff;
}
#detail .ptext table.techinfo tr.c1 td, #detail .ptext table.techinfo tr.c2 td {
	text-align: left;
	width: 60%;
	vertical-align: top;
	padding: 2px 4px;
}
#detail ul.links{
  margin: .5em 0;
  padding:0;
}
#detail ul.links li{
  display: inline;
  margin: 0;
  margin-right: 3em;
  padding:0;
}

/* ----------------- PATICKA -------------------*/

/* paticka stranky */
#footmark {
	border-top: 1px solid #ffffff;
	padding: 4px 12px;
	background: #cde3f1 url('blue/bg_foot.png') center center;
	color: #ffffff;
	font-size: 80%;
	text-align: center;
}
#footmark a {
	color: #ffffff;
}

/* ========================================================================= */

/* ----------------- MAIN MENU -------------------*/

/* box hlavniho drop-down menu (ul) */
.mainmenu {
	position: absolute;
	z-index: 1;
	left: 256px;
	bottom: 0px;
	list-style-type: none;
	margin: 0 4px;
	padding: 0;
	text-align: left;
}

/* jedna polozka menu (li) */
.mainmenu li {
	float: left;
}

/* odkaz = levy konec pozadi */
.mainmenu li a {
	float: left;
	padding: 0;
	margin: 0 0 0 4px;
	background: #5e87b8 url('blue/tab.png') top left no-repeat;
}

/* vnitrni span + pravy konec pozadi */
.mainmenu li a span {
	_display: inline; /* IE6 fix */
	margin-left: 12px;
	padding: 3px 12px 3px 0px;
	float: left;
	background: #5e87b8 url('blue/tab.png') top right no-repeat;
	cursor: pointer;
	white-space: nowrap;
}

/* prebarveni polozky a zobrazeni submenu pri najeti mysi */
.mainmenu li a:hover, .mainmenu li:hover a {
	background-color: #e8913f;
	background-position: left -128px;
	color: #ffffff;
}
.mainmenu li a:hover span, .mainmenu li:hover a span {
	background-color: #e8913f;
	background-position: right -128px;
	color: #ffffff;
}
.mainmenu li:hover .submenu {
	left: auto;
}

/* obecne */
.mainmenu a {
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
}
.mainmenu a span {
	white-space: nowrap;
}

/* vybrana zalozka */
.mainmenu li.selected {
	position: relative;
	top: 1px;
}
.mainmenu li.selected a {
	background: #cccccc url('blue/tab_sel.png') top left no-repeat;
}
.mainmenu li.selected a span {
	background: #cccccc url('blue/tab_sel.png') top right no-repeat;
}

/* submenu (ul) */
.mainmenu li .submenu {
	position: absolute;
	left: -999px;
	_position: static;
	_left: auto;
	_display: none;
	clear: both;
	list-style-type: none;
	position: absolute;
	margin: 0 4px;
	padding: 1px;
	padding-top: 0;
	background: #ffffff;
	border-top: 0;
}

/* jedna polozka submenu (li) */
.mainmenu li .submenu li {
	float: none;
	display: block;
	margin: 0;
	_border-bottom: 1px solid #ffffff; /* IE6 fix */
	margin-top: 1px;
}

/* odkaz + pozadi */
.mainmenu li .submenu li a, li:hover .submenu li a {
	float: none;
	display: block;
	margin: 0;
	padding: 2px 10px;
	background: #5e87b8 url('blue/bg_foot.png') center bottom;
}

/* prebarveni polozky pri najeti mysi */
.mainmenu li .submenu li a:hover, .submenu li:hover a {
	background: #e8913f;
}
.mainmenu li.selected .submenu li a {
	background: #5e87b8 url('blue/bg_foot.png') center bottom;
}
.mainmenu li.selected .submenu li a:hover {
	background: #e8913f;
}


/* ----------------- STYLE SWITCH -------------------*/

/* prepinac stylu v levem hormin rohu okna */
.styleswitch {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 64px;
	height: 32px;
	background: #ffd83f url('blue/styleswitch.png') no-repeat 100% 0;
}


/* ----------------- STRANKOVANI -------------------*/
.paging {
	padding: 4px;
	text-align: center;
}
.paging ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.paging li {
	margin: 0;
	padding: 0;
}
.paging img {
	vertical-align: middle;
}


/* ----------------- FILTR VYROBCU -------------------*/
.mf_list a {
	text-decoration: none;
	font-weight: normal;
}
.mf_list a:hover {
	text-decoration: underline;
}
.mf_list fieldset {
	margin: .5em 0;
	border: 1px solid #4a759e;
	padding: 1ex 8px;
	background-color: #eaf0f6;
}
.mf_list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.mf_list li {
	display:inline;
	margin-right: 2em;
	text-align: left;
}
/*.mf_list li {
	position: relative;
	float: left;
	width: 19%;
	text-align: left;
}*/
.mf_list hr {
	clear: both;
	padding: 4px;
	border: 0;
	border-bottom: 1px solid #bbbbbb;
}
/* input button */
.mf_list .button {
	float: right;
}

/* ----------------- TABULKOVE ZOBRAZENI PRODUKTU -------------------*/
.prod_list table {
	margin: .5em 0;
	width: 765px;
	border-collapse: collapse;
	font-size: 1em;
}
.prod_list td {
	text-align: left;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	padding: 2px 8px;
}
.prod_list tbody td:last-child {
	border-right: 0;
}
.prod_list thead td {
	background-color: #eaf0f6;
	font-weight: bold;
	text-align: center;
}
.prod_list .msg {
	padding: 1em;
	border-right: 0;
	text-align: center;
}
.prod_list img {
	vertical-align: middle;
}


/* ----------------- DIALOG NASTAVENI -------------------*/

.dialog {
	color: #404040;
	width: 80%;
	margin: 6em auto 6em auto;
	text-align: center;
}
.dialog form {
	border: 1px solid #4a759e;
	padding: 1em;
	background-color: #eaf0f6;
}
.dialog fieldset {
	border: 0;
}
.dialog legend {
	display: none;
}
.dialog .form {
	margin: 1em auto .5em auto;
	font-size: 1em;
	text-align: left;
}
.dialog .form th {
	text-align: right;
	vertical-align: middle;
	padding-right: 8px;
}
.dialog .form .head th {
	border: none;
	text-align: left;
}
.dialog .form .head strong {
	display: block;
	border-bottom: 2px solid #404040;
	margin-bottom: 4px;
	padding-bottom: 3px;
}
.dialog .form td {
	border: none;
	padding: 2px 4px;
	white-space: nowrap;
}
.dialog .form div.help {
  display:inline;
  position:relative;
}
.dialog .form div.help img  {
  vertical-align: middle;
}
.dialog .form div.help div  {
	display: none;
}
.dialog .form td div.help:hover div, .dialog .form td div.hovered div {
	display: block;
	position: absolute;
	z-index: 1;
	_top: 24px; _left: 8px; /* IE6 fix*/
	background: #ffffbb;
	padding: 2px;
	border: 1px solid grey;
	color: #333333;
	font-size: 90%;
	font-weight: normal;
}
.dialog .boxerror {
	margin: .5em 1em;
	color: #ff4444;
	font-weight: bold;
}


/* ----------------- ZALOZKOVA NAVIGACE -------------------*/

.navig {
	position: relative;
	top: 1px;
	list-style-type: none;
	padding: 1px 0 0 0;
	margin: 0;
	z-index: 1;
}
.navig li {
	float: left;
	margin: 0 4px 0 0;
	font-weight: bolder;
}
.navig li.current {
	border-top: 4px solid #4a759e;
	border-left: 1px solid #4a759e;
	border-right: 1px solid #4a759e;
	padding: 3px 8px;
	background-color: #ffffff;
	color: #000000;
}
.navig li.disabled {
	margin-top: 2px;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	padding: 3px 8px;
	background-color: #bbbbbb;
	color: #ffffff;
}
.navig li a {
	display: block;
	padding: 3px 8px;
	border-top: 1px solid #4a759e;
	border-left: 1px solid #4a759e;
	border-right: 1px solid #4a759e;
	text-decoration: none;
	font-weight: bolder;
	font-size: 11px;
	color: #ffffff;
	background-color: #5d88b4;
	margin-top: 2px;
}
.navig li a:hover {
	background-color: #c5d6e5;
	color: #404040;
}


/* ----------------- ZALOZKA -------------------*/

.tabpanel hr {
	margin: 2em 0 0 0;
	border: 0;
	border-top: 1px solid #4a759e;
	height: 1px;
}
.tabpanel {
	clear: both;
	border: 1px solid #4a759e;
	padding: 1ex 8px 0 8px;
	text-align: center;
	margin: 0;
}
.tabpanel a:hover {
	text-decoration: underline;
}
.tabpanel td, .tabpanel th {
	vertical-align: top;
}
.tabpanel table.obsah {
}
.tabpanel table.obsah tbody td {
	border-bottom: 1px solid #bbbbbb;
}
.tabpanel table.obsah tbody tr:hover td {
	background-color: #f3f5b5;
}
.tabpanel table.obsah tbody tr.hovered td {
	background-color: #f3f5b5;
}
.tabpanel table {
	margin: 1ex auto 2ex auto;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 1em;
}
.tabpanel thead th, .tabpanel .head th {
	border-bottom: 2px solid #404040;
	vertical-align: bottom;
	color: #404040;
	padding: 16px 4px 4px 4px;
	text-align: center;
}
.tabpanel th a {
	text-decoration: none;
}
.tabpanel th a.sou_0 {
	padding-right: 12px;
	background: url('blue/sou_0.png') right center no-repeat;
}
.tabpanel th a.sod_0 {
	padding-right: 12px;
	background: url('blue/sod_1.png') right center no-repeat;
}
.tabpanel th a.sou_1 {
	padding-right: 12px;
	background: url('blue/sou_0.png') right center no-repeat;
}
.tabpanel th a.sod_1 {
	padding-right: 12px;
	background: url('blue/sod_1.png') right center no-repeat;
}
.tabpanel .errfield {
	color: #ff0000;
}
.tabpanel tbody td {
	padding: 6px 4px;
	text-align: left;
	vertical-align: middle;
}
.tabpanel tbody input {
	border: 1px solid #bbbbbb;
}
.tabpanel .name a {
	font-weight: bolder;
}
.tabpanel .price {
	text-align: right;
	white-space: nowrap;
}
.tabpanel .center {
	text-align: center;
}
.tabpanel .left {
	text-align: left;
}
.tabpanel .right {
	text-align: right;
}
.tabpanel tbody a {
	text-decoration: none;
	font-weight: normal;
}
.tabpanel .sub .prodimg{
	margin-left: 12px; 
}
.tabpanel .bundled {
	background-color: #FFF6EA !important;
}
.tabpanel .additional {
	background-color: #F6F0EA !important;
}
.tabpanel .r0 {
	background-color: #ffffff;
}
.tabpanel .r1 {
	background-color: #eaf0f6;
}
.tabpanel .total td {
	text-align: right;
	padding: 1ex 4px;
}
.tabpanel .total td.left {
	text-align: left;
}
.tabpanel .total strong {
	font-size: 120%;
	color: #dc0000;
	font-weight: bolder;
}
.tabpanel .form {
}
.tabpanel .form th {
	text-align: right;
	vertical-align: middle;
	padding-right: 8px;
}
.tabpanel .form .head th {
	border: none;
	text-align: left;
}
.tabpanel .form .head strong {
	display: block;
	border-bottom: 2px solid #404040;
	margin-bottom: 4px;
	padding-bottom: 3px;
}
.tabpanel .form td {
	border: none;
	padding: 2px 4px;
}
.tabpanel th.space {
	border: none;
	width: 64px;
}
.tabpanel .vspace {
	margin-top: 16px;
	margin-bottom: 16px;
}
.tabpanel .msg {
	padding: 1em;
	border-right: 0;
	text-align: center;
}


/* ----------------- OBECNE STYLY -------------------*/

/* alternativni odkaz k nadpisu */
.hopt {
	float: right;
	margin-top: .2em;
	margin-right: .5em;
}

/* tabluka s tiskovym vzhledem - objednavka, faktura, zasilka*/
.tisk table {
	width: 750px;
	border-collapse: collapse;
	border: 2px solid #000000;
	font-size: 100%;
	margin: auto;
}
.tisk th {
	padding: .5em 1em;
	border: 1px solid #000000;
	font-weight: bold;
}
.tisk td {
	padding: .5em 1em;
	border: 1px solid #000000;
}
.tisk td.price{
  text-align: right;
}

/* box pro zobrazeni obsahu akcni nabidky*/
.action_box {
	position: relative;
	background: #eaf0f6 url('blue/prodbg.png') right top no-repeat;
	text-align: left;
	margin-bottom: 1em;
}
.action_box h2 {
	margin: 0 0 .2em 0;
	padding: 0;
}

/* prava cast pozadi prodbg.png */
.pbg {
	margin-right: .5em;
	background: #eaf0f6 url('blue/prodbg.png') left top no-repeat;
}

/* spacer */
.spacer {
	padding: .5em 0 .5em .5em;
  height: 1%; /* IE7 fix */
}

/* box pro zobrazeni produktu v nahledovem zobrazeni */
.prod_box h2 {
	margin: 0 0 .2em 0;
	font-size: 1em;
	text-align: center;
}
.prod_box table {
	margin: 0;
	width: 235px;
	border-collapse: collapse;
	font-size: 1em;
	text-align: right;
}
.prod_box .price {
	font-size: 1.1em;
	font-weight: bold;
}
.prod_box .text {
	font-size: 0.8em;
	position: relative;
	height: 96px;
	overflow: hidden;
}

/* produktovy obrazek */
.prodimg {
	float: left;
	width: 64px;
	height: 64px;
	margin: 0 .5em .5em 0;
	padding: 1px;
	border: 1px solid #dddddd;
	background: #ffffff url('blue/nic.png') center center;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}
.prodimg img {
	border: 0;
	width: 100%;
	height: auto;
	border-bottom: 64px solid #ffffff;
}
/* zveteni na orig velikost po najeti */
/*
.prodimg:hover {
	overflow: visible;
	text-align: left;
}
.prodimg:hover img {
	width: auto;
	position: relative;
	left: -2px;
	top: -2px;
	padding: 1px;
	border: 1px solid #dddddd;
	z-index: 1;
	background: #ffffff;
}
*/

/* box pro kontextove odkazy */
.info_box {
	margin: auto;
	width: auto;
	text-align: left;
	background: #eaf0f6 url('blue/prodbg.png') right top no-repeat;
	_height: 1%; /* IE6 fix */
}
.info_box ul {
	list-style-type: none;
	line-height: 2em;
	margin: 0;
	padding: 0;
}
.info_box li {
	font-size:110%;
	margin: 0 1.5em;
	padding: 0;
	_border-bottom: 1px solid #ffffff; /* IE6 fix */
	display: inline-block;
	*display: inline; /* IE6 a IE7 neumi inline-block */
}
.info_box li a {
 white-space: nowrap;
}
/* tisk */
.info_box li a.print {
	padding-left: 24px;
	background: url('blue/printer.png') left center no-repeat;
	white-space: pre-wrap;
}
/* zarazeni do porovnani */
.info_box li a.cmp {
	padding-left: 24px;
	background: url('blue/compare.png') left center no-repeat;
	white-space: pre-wrap;
}
/* vyrazeni z porovnani */
.info_box li a.xcmp {
	padding-left: 24px;
	background: url('blue/del.png') left center no-repeat;
	white-space: pre-wrap;
}
/* zaslat detail na mail */
.info_box li a.mail {
	padding-left: 24px;
	background: url('blue/email.png') left center no-repeat;
	white-space: pre-wrap;
}
/* aktualizovat dostupnost produktu */
.info_box li a.refresh {
	padding-left: 24px;
	background: url('blue/refresh.png') left center no-repeat;
	white-space: pre-wrap;
}

/* obecny box s ovladacimi tlacitky */
.controls {
	text-align: center;
	margin: 8px 0;
}

/* odkaz na datasheet */
#detail ul.links .datasheet {
	padding-left: 24px;
	background: url('blue/pdf.png') left center no-repeat;
}
/* cenovka - cena bez DPH */
.pricetag {
	font-weight: bold;
	font-size: 1.1em;
	white-space: nowrap;
}

/* cena s DPH */
.pricetag .vat {
	font-weight: normal;
	font-size: .8em;
}

/* vysledky kontroly dostupnosti zbozi v kosiku */
/* nedostupne */
input.bx0 {
	color:            red;
	font-weight:      bolder;
	background:       #ffcccc;
}
/* dostupne v pozadovanem mnozstvi */
input.bx1 {
	color:            green;
	font-weight:      bolder;
	background:       #ccffcc;
}
/* produkt je skladem, ale je pozadovano vetsi mnozstvi nez je dostupne */
input.bx2 {
	font-weight:      bolder;
	color:            navy;
	background:       #ccccff;
}

/* zalomeni za tematickou casti stranky */
.bottom-line {
	border-bottom: 1px solid #808080;
}

/* obecny input button */
input.button {
	overflow: visible;
	border: 1px solid #5e87b8;
	padding: 1px 8px;
	background: #5e87b8 url('blue/tab.png') center -2px no-repeat;
	font-family: tahoma, sans-serif;
	font-weight: bold;
	color: #ffffff;
}
input.highlight{
	background: #e8913f url('blue/tab.png') center -130px no-repeat !important;
	padding: 1px 24px !important;
}

/* obecny input text */
input.text {
}

/* obecny input */
input, select, button {
  vertical-align: middle;  
}

/* obrazek detailu marketingove akce */
.action_picture {
   float: left;
   margin: 0 10px 10px 0
}
/* obrazek detailu marketingove akce */
.action_picture {
   float: left;
   margin: 0 10px 0 0;
}

/* seznam v detailu marketingove akce */
ul.adv_list li {
   _list-style-position: inside; /* IE6 fix */
 
}

/* mini styly */
.center {
	text-align: center;
}
.strong {
	font-weight: bold;
}
.tright {
	text-align: right;
}
.tleft {
	text-align: left;
}
.fright {
	float: right;
	position: relative;
}
.fleft {
	float: left;
	position: relative;
}
.cleaner {
	clear: both;
}
.hidden {
	display: none;
}
.s_off {
	display: none;
}
.s_on {
	display: block;
}
