
/* telo dokumentu */
body {
	margin: 0;
	padding: 0;
	color: #111111;
	font-size: 7pt;
	font-family: Tahoma, sans-serif;
	text-align: center;
}

/* obecny odkaz */
a {
	color: #111111;
	text-decoration: none;
	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;
}

/* box cele stranky */
#page_cont {
	z-index: 1;
	position: relative;
	margin: auto;
	padding: 0;
}

/* box stranky bez hlavicky */
#page {
	text-align: left;
}


/* ----------------- HLAVICKA A HORNI BOXY -------------------*/

/* hlavicka */
#up {
}

/* nadpisy v hlavicce */
#up h1 {
	margin: 0;
	padding: 0;
}
#up h2, h3 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/* box s logem */
#up .logo {
float: left;
}
#up .logo img {
	border: 0;
}

/* box s scrollujicimi informacemi */
#up .info {
float: right;
margin-right: 10em;
height: 10em;
overflow:hidden;
}
#up .info .scroller {
}

/* box s logovacim formularem */
#up .login {
	display:none;
}

/* box s obsahem kosiku */
#up .basket {
	display:none;
}

/* ----------------- LEVY PANEL -------------------*/

/* levy panel - vyhledavani a strom produktu */
#leftpan {
	display:none;
}

/* ----------------- OBSAH STRANKY -------------------*/
#content {
	position: relative;
	border-top: 1px solid #ffffff;
}

/* 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: 45%;
	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;
	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: 80px;
	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;
}

/* ----------------- 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;
}


/* ----------------- 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;
}
/* marketingovù text = kr‡tkù popis produktu */
#detail .info .mtext {
    text-align: left;
	font-size: 110%;
	margin-bottom: 1em;
}
#detail .price {
	font-weight: bolder;
	padding-top: 1em;
	padding-bottom: 1em;
}

#detail .info .fright {
	width: 45%;
}
/* prava cast stranky s obrazkem a kontextovymi odkazy */
#detail .info .fleft {
	width: 45%;
	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, #detail .relprodsonly{
	display:none;
}

/* 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: 0 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 0 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: 0 4px;
}
#detail ul.links{
	display:none;
}

/* ----------------- PATICKA -------------------*/

/* paticka stranky */
#footmark {
	border-top: 1px solid #000;
	padding: 4px 12px;
	color: #000;
	font-size: 80%;
	text-align: center;
}
#footmark a {
	color: #000;
}

/* ========================================================================= */

/* ----------------- MAIN MENU -------------------*/

/* box hlavniho drop-down menu (ul) */
.mainmenu {
	display:none;
}
/* ----------------- STYLE SWITCH -------------------*/

/* prepinac stylu v levem hormin rohu okna */
.styleswitch {
	display:none;
}


/* ----------------- 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 {
	display:none;
}
/* ----------------- ZALOZKA -------------------*/

.tabpanel hr {
	margin: 2em 0 0 0;
	border: 0;
	border-top: 1px solid #4a759e;
	height: 1px;
}
.tabpanel {
	clear: both;
	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;
}

/* 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%;
}
/* 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;
}
.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;
}
/* zarazeni do porovnani */
.info_box li a.cmp {
	padding-left: 24px;
	background: url('blue/compare.png') left center no-repeat;
}
/* vyrazeni z porovnani */
.info_box li a.xcmp {
	padding-left: 24px;
	background: url('blue/del.png') left center no-repeat;
}
/* zaslat detail na mail */
.info_box li a.mail {
	padding-left: 24px;
	background: url('blue/email.png') left center no-repeat;
}
/* aktualizovat dostupnost produktu */
.info_box li a.refresh {
	padding-left: 24px;
	background: url('blue/refresh.png') left center no-repeat;
}

/* obecny box s ovladacimi tlacitky */
.controls {
	display:none;
}

/* 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 */
input.bx1 {
	color:            green;
	font-weight:       bolder;
	background:       #ccffcc;
}
/* neznamy stav */
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;  
}

/* 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;
}