﻿/* Základní nastavení bez návaznosti na Managera */
* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border-style: none;
	vertical-align: middle;
}
.invisible {
	display: none;
}
.main-obal {
	width: 100%;
}
.main-obal-compare
{
	width: 100%;
	background-color: #fff;
}
.main {
	width: 100%;
}
.cleaner {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.righttext {
	display: none;
}
.fleft {float: left;}
.fright {float: right;}
.bold {
    font-weight: bold;
}
/* Základní nastavení */
body {
	font-family: sans-serif; 
	font-size: 11px;
	text-align: acenter;
	margin: 0;
}
html>body {
	font-size: 11px;
}
td {
	font-family: sans-serif; 
	font-size: 11px;
}
.page {
	width: 780px; 
	margin: 0;
	text-align: left;
	border-top: 0px solid #2C3D47;
	border-bottom: 0px solid #2C3D47;
	background-color: #ffffff;
}
/* Horní pruh */
.headline {height: 40px; background: white url('images/top_bckg.jpg') top left repeat-x;}
.header-menu {height: 22px; background: url('images/m_01.jpg') top left repeat-x; padding-left: 10px;}
.header-menu-left {width: 600px;}
.header-menu-right {width: 100px;}

.header {
	overflow: hidden;
	background-color: #ffffff;
}

.header-middle {
	float: left;
	width: 619px;
	height: 112px;
	background: url('images/i_pic.jpg') no-repeat top left;
}
.header-right {
	float: right;
	width: 161px;
	height: 112px;
	background: url('images/h_item.jpg') no-repeat top left;
	text-align: center;
}
/* Horní menu */
.top-menu {
	background: #999 url('images/m2_01.jpg') top left repeat-x;
	text-align: center;
	height: 22px;
}

/* Hlavní plocha */
.middle {
	float: left;
	width: 370px; 
	color: #000000;
}
.in-middle {
	padding: 10px;
}
.middle a {
    color:#0066CC;
}
.middle a:hover {
	color: #000000;
}
.middle p {
	padding: 5px 0;
}
/* Hlavni plocha porovnavani bez sloupcu*/
.middle-compare {
	float: left;
	width: 100%; 
	color: #000000;
	overflow: hidden;
}
.in-middle-compare {
	padding: 10px;
}
.middle-compare a {
	color: #29166F;
}
.middle-compare a:hover {
	color: #000000;
}
.middle-compare p {
	padding: 5px 0;
}
/* Levý a pravý sloupek */
.left {
	float: left;
	width: 205px;
	color:#000000
}
.left a {
	color:#000000
}
.left a:hover {
	color: #29166F;
}
.left h4 {
	font-size: 140%;
	line-height: 33px;
	padding: 0px 0px 0px 20px;
	text-align: left;background-image: url('images/l_nadpis.jpg');height:33px;color:#666666;font-weight: bold;
}
.right {
	float: right;
	width: 205px;
	color:#000000
}
.right a {
	color:#000000
}
.right a:hover {
	color: #29166F;
}
.right h4 {
	font-size: 140%;
	line-height: 33px;
	padding: 0px 20px 0px 0px;
	text-align: right;background-image: url('images/r_nadpis.jpg');height:33px;color:#666666;font-weight: bold;
}
/* Pravy Info panel */
.right-info {
	margin: 10px 0;
	text-align: center;
}
.right-info img {
    margin: 5px 0px;
}
.right-info p {
	padding: 5px 10px;
	text-align: left;
}
/* Spodní pruh */
.footer {background-image: url('images/down_bckg.jpg');	height: 34px; padding-left: 25px;
	text-align: left;
	line-height: 34px;
	font-size: 100%;
	color: #0066CC;
}
.footer a {
	color: #333;
}
.footer a:hover {
	color: #0066CC;
}
/* Cena nákupu */
.caption-totalprice {
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	padding: 8px 0px;
	text-align: center;
	margin-bottom: 6px;
}
.total-price p span {
	color: #fff;
	font-weight: bold;
}
/* Language Selection*/
.selectedlanguage {
	font-weight: bold;
}
.language h4 {
	font-size: 100%;
	color: #ffffff;
	background-color: #29166F;
	border-top: 0px solid #F7B50C;
	border-bottom: 0px solid #F7B50C;
	border-left: 10px solid #F7B50C;
	padding: 2px 2px 2px 10px;
	margin: 0px 0px 5px 0px;
	text-align: left;
}
.language {
	margin: 10px 0;
	border-bottom: 0px solid #000;
	text-align: center;	
}
.language select
{
    min-width: 50px;
    }
.language div {
	padding: 2px;
}
.language table 
{
    width: 100%;
    text-align: center;
}
.language input
{
    margin: 0 2px 0 2px;
}  
/* Kategorie */

.levels-tree {
	margin: 10px 0;
	border-bottom: 0px solid #000;
}
.levels-tree ul {
	margin: 10px 0 10px 25px;
}
ul.categorization, ul.department {
	margin: 10px 0 10px 25px;
}
.levels-tree ul ul {
	margin: 2px 0 2px 10px;
}
.levels-tree li {
	list-style-type: square;
	color: #29166F;
}
.levels-tree ul ul li {
	color: #2C3D47;
}
.levels-tree a {
	color: #000;
}
.levels-tree a:hover {
	color: #29166F;
}
/* Uživatelské výběry */
.item-section {
	margin: 0px;
}
.item-section ul {
	list-style-type: none;
	padding: 10px;
}
.item-section li {background: url('images/i_sipka.jpg') no-repeat 0 50%; padding-left: 15px; padding-bottom: 3px; text-align: left;}
.item-section a {
	padding: 3px 0;
	text-decoration: none;
	color: #0066CC;font-weight: bold;
}
.item-section a:hover {
	color: #111;
}
/* Uživatelský výběr 1 */
.user-selection1 {
	margin: 10px 0;
	border-bottom: 0px solid #000;
}
/* Uživatelský výběr 2 */
.user-selection2 {
	margin: 10px 0;
}
/* Uživatelský výběr 3 */
.user-selection3 {
	margin: 10px 0;
}
/* Přihlášení */
.customer-login {
	margin: 10px 0;
}
.customer-login form {
	margin: 5px 0 0 10px;
}
.customer-login input.field {
	width: 80px;
}
.width-field {width: 85px;}
.img-field {padding-top: 11px;}

.customer-login ul {
	list-style-type: none;
	padding: 10px;
}
.customer-login li {background: url('images/i_sipka.jpg') no-repeat 0 50%; padding-left: 15px;}
.customer-login a {
	padding: 3px 0;
	text-decoration: underline;
	color: #333;
}
.customer-login a:hover {
	color: #0066CC; text-decoration: none;
}
/* Blok zákazníka */
.customer-section {
	margin: 10px 0;
}
.customer-section ul {
	list-style-type: none;
	padding: 10px
}
.customer-section li {background: url('images/i_sipka.jpg') no-repeat 0 50%; padding-left: 15px;}
.customer-section p {
	text-align: center;
	padding-top: 10px;
}
.customer-section p span {
	font-weight: bold;
}
.customer-section a {
	padding: 3px 0;
	text-decoration: underline;
	color: #333;
}
.customer-section a:hover {
	color: #0066CC; text-decoration: none;
}
/* Vyhledávání */
.search-form {
	margin: 10px 0;
}
.search-form form {
	margin: 10px 10px 0 10px;
}
.search-form ul {
	list-style-type: none;
	padding: 10px
}
.search-form li {background: url('images/i_sipka.jpg') no-repeat 0 50%; padding-left: 15px;}
.search-form a {
	padding: 3px 0;
	text-decoration: underline;
	color: #333;
}
.search-form a:hover {
	color: #0066CC; text-decoration: none;
}
.search-form select {margin-top: 5px;}
#searchphrase,#odesilatel {width: 150px; float: left; margin-right: 5px;}
#limitedlevels {width: 180px;}
/* Newsletter */
.newsletter {
	margin: 10px 0;
}
.newsletter form {
	margin: 10px 10px 0 10px;
}
/* Filtry */
.filters {
	margin: 10px 0;
	border-bottom: 0px solid #000;
}
.filters p {
	padding: 5px 10px;
}
/* Nadpis stránky */
h1 {
	font-size: 100%;color:#0066CC;font-weight: bold;
	line-height: 33px;
	padding: 0px 0px 0px 20px;
	text-align: left;background: url('images/m_ndp.gif') no-repeat;height:33px;margin-bottom: 5px;
}
h2 {
	color: #29166F;
	font-size: 112%;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
h3 {
	font-size: 100%;color:#0066CC;font-weight: bold;
	line-height: 33px;
	padding: 0px 0px 0px 20px;
	text-align: left;background: url('images/m_ndp.gif') no-repeat;height:33px;margin-bottom: 5px;
}
/* Chybové hlášení */
.missing-entry {
	color: #FF0000;
}
.missing-entry strong {
	font-size: 100%
}
/* Cesta kategorií */
.breadcrumbs {
	border-bottom: 1px dotted #2c3d47;
	font-size: 93%;
	padding: 0px 0px 3px 0px; 
	margin: 0px 0px 5px 0px;
}

/* Formuláře */
fieldset {
	border-left: 1px solid #2c3d47;
	border-right: 1px solid #2c3d47;
	border-top: 1px solid #2c3d47;
	border-bottom: 1px solid #2c3d47;
	margin: 10px 5%;
	padding: 5px;
}
legend {
	color: #2C3D47;
	font-weight: bold;
}
legend img {
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
}
.input {
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 2px 0;
}
/* Výběry titulka */
.main-selection {
	margin: 10px 0;
}
.main-selection a {
	color: #000;
	font-weight: bold;
}
.main-selection a:hover {
	color: #29166F;
}
.main-selection div {
	margin-bottom:5px;
}
.main-selection div strong {
	color: #29166F;
}
.main-column {
	float:left; 
	width:180px; 
	margin: 10px 10px 10px 0;
	text-align: center;
}
/* Tabulka parametrů */
.parameters {
	margin-top: 10px;
}
.parameters td {
	border: none;
	padding: 2px;
}
.sec-line {
	background: #F8F8F8;
}
.property-title {
	background: #c0c0c0;
	font-weight: bold;
}
.property-name {
	background: #EFEFEF;
}
.property-value {
}
/* Ceník, katalog, košík */
.subcategory {margin: 10px; list-style-type: none; font-weight: bold;}
.subcategory li {display: inline; margin-right: 10px; padding: 0; float: left;}
.subcategory li a {color: #0066cc; padding: 3px 0 3px 3px; display: inline; float: left;}
.subcategory li a:hover {color: #000;}
.count {
	width: 30px;
}
.marks {
	margin: 8px 0;
}
td div.marks {
	margin: 0 0 4px 0;
}
.marks span {
	font-weight: bold;
	color: #0066cc;
	padding: 3px;
	margin-right: 3px;
}
.marks img {
	margin-right: 3px;
}
.one-mark {font-weight: bold; color: #0066cc; text-align: center;}
.product-list {
	width: 100%;
}
.product-list td {
	padding: 2px 2px; 
}
.product-list th {
    font-size: 11px;
    text-align: left;
    margin: 0;
    padding: 0;
}
.product-list-header td {
	border-bottom: 1px solid #fff;
	color: #2C3D47;
	font-weight: bold;
	background-color: #EBEBEB;
}
.product-list-footer td {
	color: #2C3D47;
	text-align: right;
}
.product-list-row td {
	background-color: #F5F5F5;
}
.product-list-secrow td, .product-list-row td.picture {
	border-bottom: 1px dotted #2c3d47;
}
.product-list-row td.price, .product-list-row td.button, .product-list-secrow td.price, .product-list-secrow td.button, .product-list-footer td.price, .bookmarked td.price, .bookmarked th.price {
	text-align: right;
}
.old-price-with-vat, .old-price {
	text-decoration: line-through;
	text-align: right;
}
.cat-picture {
	float: right;
	margin-left: 10px;
}
.cat-description {
	float: left; margin-bottom: 10px;
}
.cat-price-row {
	width: 100%;
}
.cat-price {
	float: right;
	text-align: right;
}
.cat-price div {
	margin-bottom: 5px;
}
.cat-price-button * {
	vertical-align: middle;
}
.cat-price-button {
	float: right;
	margin-left: 10px;
}
.add-button {
	text-align: right;
	margin: 5px 0;
}
.cat-item-data span {
	font-weight: bold;
}
.cat-item-description p {
    margin: 0;
    padding: 0;
}
.price-with-vat, .product-list-footer td.price-with-vat {
	text-align: right;
	font-weight: bold;
	color: #0066cc;
}
.discount {
	text-align: right;
	font-weight: bold;
	color: #0066cc;
}
.product-list-name, .product-list-name a {
	font-weight: bold;
	color: #0066cc;
}
.product-list-name a:hover {
	color: #000;
}
.product-list-name-mark, .product-list-name-mark a {
    color: #ff0000;
    font-weight: bold;
}
.product-list-name-mark a:hover {
    color:#990000;
} 
h2.product-list-name  {
	font-size: 100%;color:#0066CC;font-weight: bold;
	line-height: 33px;
	padding: 0px 0px 0px 20px;
	text-align: left;background: url('images/m_ndp.gif') no-repeat;height:33px;margin-bottom: 5px;
}
div.product-list-row {
	padding: 0px 0px 10px 0;
}
.cat-item-data {
	line-height: 130%;
	font-size: 92%;
}
.cat-column {
	float:left; 
	width:275px; 
	margin: 0 10px 10px 0;
}
.cat-link {float: left; width: 210px; margin-top: 10px;}
.cat-link2 ul{margin: 0; padding: 0; list-style-type: none;}
.cat-link2 li.query {background: url('images/ico-otaznik.jpg') no-repeat 0 50%; padding-left: 35px; height: 35px; line-height: 35px; font-weight: bold;}
.cat-link2 li.better {background: url('images/ico-euro.jpg') no-repeat 0 50%; padding-left: 35px; height: 35px; line-height: 35px; font-weight: bold;}

/* ------- Bloky nenastavujici se zatim z managera ------- */
/* Registracni formular */
.reg-form, .enhsearch-form,.mainsearch-form {
	margin: 0 auto 10px auto;
	text-align: center;
}
.reg-form fieldset {
	margin-bottom: 10px;
}
.reg-form table, .enhsearch-form table,.mainsearch-form table {
	width: 100%;
}
.reg-form td, .enhsearch-form td {
	text-align: left;
}
.reg-form td.name, .enhsearch-form td.name {
	width: 40%;
}
.reg-form td.value {
	width: 60%;
}
.reg-form .input, .enhsearch-form .input, .enhsearch-form select {
	width:80%;
}
.mainsearch-form td.value {width: 40%;}
/* User data */
.user-data {
	width: 80%;
	text-align: left;
}
.user-data td {
	padding: 1px 5px 1px 0;
	text-align: left;
}
.user-data td.name {
	width: 40%;
	text-align: left;
}
.user-data td.value {
	width: 60%;
	text-align: left;
}
/* Strankovani */
.pager {
	width: 100%;
	margin: 5px 0;
}
.pager-txt {
	float: left;
	padding-top: 4px;
}
.pager-btn {
	float: right;
}
/* Sestavy */
.configure-button {
	text-align: right;
	margin: 5px 0 20px 0;
}
.componentgroup-name {
	margin-top: 10px;
	font-weight: bold;
}
/* Kosik, pokladna */
.cart-button {
	text-align: right;
	margin: 5px 0 20px 0;
}
.deliveries {
	float: left;
	margin: 3px 0 10px 0;
	width: 50%;
}
.payments {
	float: left;
	margin: 3px 0 10px 0;
	width: 50%;
}
.delivery-adress {
	width: 100%;
	text-align: left;
}
.delivery-adress td {
    text-align: left;
    }
.delivery-adress td.name {
	width: 40%;
	text-align: left;
}
.delivery-adress td.value {
	width: 60%;
	text-align: left;
}
.delivery-adress .input {
	width:80%;
}
.extrapay-name td {
    height: 15px;
    color: #666666;
    font-size: 10px;
    text-align: right;
    background-color: Transparent;
    border-top: 0px solid #f5f5f5;
    border-bottom: 0px solid #f5f5f5;
    border-right: 0px solid #f5f5f5;
    border-left: 0px solid #f5f5f5;
}
.extrapay-footer td {
    height: 15px;
    color: #666666;
    font-size: 10px;
    text-align: right;
    background-color: Transparent;
    border-top: 0px solid #f5f5f5;
    border-bottom: 0px solid #f5f5f5;
    border-right: 0px solid #f5f5f5;
    border-left: 0px solid #f5f5f5;    
}
h3  {
	font-size: 108%;
	margin: 10px 0 5px 0;
}
.update {
	margin: 20px 10px 10px 10px;
	font-size: 86%;
	text-align: center;
}
.last {
	margin-right: 0 
}
.show-filters {
	text-align: right;
	margin-bottom: 15px;
}
.show-filters span {
	color: #29166F;
	font-weight: bold;
}
#ordering * {
	vertical-align: middle;
}
form#ordering {
    float: right;
}
.selected {
	font-weight: bold;
}
.leftpanel {
	background-color: #F0F0F0;
}
.rightpanel {
	background-color: #F0F0F0;
}
/* Currency Selection - Blok vzberu meny */
.currency {
	color: #000000;
	text-align: center;
}
/* Wizard pokladna - krokovani 1234 */
.step1-deliveries {
	margin: 3px 0 10px 0;
}
.step1-button {
    	text-align: left;
    	padding-left: 10px;
}
.souhrn-data {
    width: 100%;
    text-align: left;
}
.souhrn-data td {
	padding: 1px 5px 1px 0;
	text-align: left;
}
.souhrn-data td.name {
	width: 40%;
	text-align: left;
}
.souhrn-data td.value {
	width: 60%;
	text-align: left;
}
p.extra-pay-catalogue {
    font-size: 80%;
    color: #666666;
}
/* odkazy u detailu vyrobku */
.detail-link {
	float: left; width: 210px; margin-top: 10px;
}
.detail-link a {
  text-decoration: none;
}
.detail-link a:hover {
  text-decoration: underline;
}
.det-picture {
	float: right;
	margin-left: 10px;
}
/* level start page - uvodni stranka kategorie */
.lvl-thumbs {
    float: right;
}
/* EAvailableItemsInOrder */
.items-in-order fieldset {
    width: 100%;
   	padding: 5px;
   	border: 1px solid #cc0000;
   	text-align: left;
   	margin-bottom: 10px;
}
/* CompareList */
.compare td {
    padding: 3px;
}
.compare-row {
    background-color: #eeeeee;
}
.compare-delete {
    float: right;
}
.compare-deleteall {
    text-align: right;
}
/* Bookmarked */    
table .bookmarked {
    width: 100%;
}
.bookmarked td {
    padding: 3px;
}
.bookmarked th {
    font-size: 12px;
}
/* ParamSearch */    
table .paramsearch {
    width: 98%;
}
/* js levels tree*/
.leftmenu {
    margin: 0 0 10px 0;
}
.leftmenu li {
	list-style-type: none;
	clear: both;
}
.leftmenu a {
	display: block;
	width: 163px;
	height: auto;
	padding: 2px 0 2px 5px;
	text-decoration: none;
	float: left;
}
.leftmenu ul {
    margin: 10px 0 10px 10px;
}
.leftmenu ul ul {
    display:none;
    margin-left: 14px;
}
.leftmenu ul ul a {
	width: 148px;
}
.leftmenu a:hover {
	text-decoration: underline; color:#0066CC;
}
.leftmenu ul ul a:hover, .leftmenu ul ul ul ul a:hover {
}
.leftmenu ul ul ul a {
	width: 133px;
}
.leftmenu ul ul ul a:hover {
}
.leftmenu ul ul ul ul a {
	width: 118px;
}
.leftmenu ul ul ul ul ul a {
	width: 103px;
}
.leftmenu a.last {
	background: none;
}
.leftmenu span {
	background: url("images/ctv.gif") no-repeat; 
	width: 9px; 
	height: 13px; 
	display: block; 
	float: left;
}
.leftmenu span.p {
	background: url("images/tp.gif") no-repeat;
}
span.selected {
	background: none;
	display: inline;
	width: auto;
	height: auto;
	font-weight: bold;
	padding: 0px;
}
.dualprice {
	font-size: x-small;
}