#category-list {
	padding-left: 0px;
}

.catalog_item {
	float: left;
	width: 237px;
	height: 340px;
	overflow: hidden;
	margin: 20px 0 0 0;
	color: #898787;	
}
	
	.catalog_item .pr-flag,
	#product-detail .pr-flag {
		width: 57px;
		height: 64px;
		position: absolute;
		margin: -5px 0 0 0;
	}
	
		#product-detail .pr-flag {
			margin: 0 0 0 271px;
		}

	.catalog_item_inner {
		background: url('../images/content-devider-full-vertical.png') repeat-y right top;
		height: 320px;
	}
	.catalog_item.last .catalog_item_inner {
		background: none;
	}
	
		.catalog_item.last-item .catalog_item_inner {
			background: none;
		}
	
	.catalog_item .catalog_photo {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		overflow: hidden;
		width: 232px;
		height: 220px;
		margin: 0px 0 0 5px;
	}
		.catalog_item .catalog_photo img {
			max-height: 220px;
		}
	
	.catalog_item .catalog_text,
	.catalog_item .catalog-bottom {
		padding: 0 20px;
	}
	
	.catalog_item .catalog_text {
		min-height: 64px;
	}

		
    .catalog_item a.catalog_href {
        display: block;
    }
    .catalog_item a.catalog_href:hover {
        text-decoration: none;
    }
		
	.catalog_item h3.catalog_name {
		margin: 0;
		padding: 0 0 5px 0;
	}
	
		.catalog_item h3.catalog_name strong {
			color: #444343;
			font-size: 14px;
			line-height: 1.3;
			font-weight: bold;
		}
		
		.catalog_item.hover h3.catalog_name strong,
		.catalog_item h3.catalog_name strong:hover {
			text-decoration: underline;
			color: #57a1d3;
		}
		
	.catalog_item .catalog_no {
		font-size: 12px;
		padding: 0px 0 0 0;
        color: #898787;
	}
	
	.catalog_item .catalog-bottom {
		padding-top: 10px;
	}
	
	.catalog_item .price {
		float: left;
		width: 140px;
		margin: 6px 0 0 0;
	}
	
		.catalog_item .price span {
			display: block;
			white-space: nowrap;
		}
		
		.catalog_item .price span.nowat {
			font-size: 20px;
			color: #444343;
		}
		
		.catalog_item .price span.wat {
			font-size: 11px;
			padding: 9px 0 0 0;
		}

		.catalog_item .price span.price-action {
			color: #c00;
		}
		.catalog_item .price span.disabled span {
			text-decoration: line-through;
			display: inline;
		}
		
	.catalog_item a.detail {
		float: right;
		background: #ff7f00;
		display: inline-block;
		padding: 6px 8px;
		line-height: 1;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		color: #FFF;
	}
		.catalog_item a.detail:hover,
		.catalog_item.hover a.detail {
			text-decoration: underline;
		}
		

/* SORTING */

#category-view {
	font-size: 14px;
	margin: 15px 0 15px 0;
}

	#category-view p.sorting {
		margin: 0;
		padding: 0;
	}
	
	#category-view strong {
		vertical-align: middle;
	}
	#category-view p.sorting a,
	.category-paging a {
		display: inline-block;
		padding: 4px 1px 3px 10px;
		margin-left: 4px;
		vertical-align: middle;
		color: #898787;
	}

	.category-paging a + a {
		background: url('../images/content-devider-vertical.png') no-repeat top left;
	}
	
	#category-view p.sorting a:hover,
	#category-view p.sorting a.active {
		color: #444343;
		text-decoration: underline;	
	}
	
	#category-view p.sorting a.first {
		background: none;
		padding-left: 3px;
	}
	
	#category-view p.sorting {
		float: left;
	}
	
	
/* PAGING */
div.loading {
	padding: 50px 0;
	margin: 20px auto;
	text-align: center;
	width: 100px;
	z-index: 15;
}

	div.loading.nomargin {
		padding: 0;
	}

.category-paging {
	float: right;
	margin-top: -2px;
}

	.category-bottom {
		clear: both;
    padding-bottom: 30px;
	}
	.category-bottom .category-paging {
		margin-top: 15px;
	}

	.category-paging a {
		font-size: 14px;
		color: #898787;
		padding: 4px 2px 4px 8px;
		margin-left: 2px;
	}
	
	.category-paging a:hover,
	.category-paging a.active {
		color: #00479b;
		text-decoration: none;
		font-weight: bold;	
	}
	
	.category-paging a.first {
		background: none;
		padding-left: 0;
	}		

.num {
    text-align: right;
}

td.tdmin {
    width: 1%;
    white-space: nowrap;
}

td.min {
	width: 1%;
	white-space: nowrap;
}

/* =========================================================== */
/* =========================================================== */
/* Product detail table */

table.product-detail-table {
	width: 100%;
	border-collapse: separate;
	border-bottom: 1px solid #a8a8a8;
	margin-bottom: 1ex;
}

table.product-detail-table th {
	text-align: center;
	font-weight: bold;
	padding: .5ex;
	vertical-align: bottom;
}

table.product-detail-table td {
	white-space: nowrap;
	padding: .5ex 1ex;
	vertical-align: middle;
}

table.product-detail-table td.name {
	white-space: normal;
}

table.product-detail-table tr.makro {
	color: #666;
	font-size: 90%;
}

table.product-detail-table tr.makro td.name {
	font-weight: normal;
}

table.product-detail-table tbody.row tr.row-info td {
	border-top: 1px solid #a8a8a8;
}

table.grid-table tbody tr.row-info td {
	border-top: 1px solid #a8a8a8;
}

table.product-detail-table tbody.even td {
	background-color: #f7f7f7;
}

table.product-detail-table tbody:hover td {
	background-color: #eee;
}

table.product-detail-table td.price {
	text-align: right;
}

table.product-detail-table td.pack {
	text-align:  center;
}

table.product-detail-table td.name {
	/*width: 100%;*/
	font-weight: bold;
	line-height: 1.3em;
}

table.product-detail-table tr.main td {
	vertical-align: middle;
}

table.product-detail-table td.code,
table.product-detail-table td.price,
table.product-detail-table td.pack,
table.product-detail-table td.add {
	width: 1%;
}
table.product-detail-table td.add {height: 30px; padding-right: 3px;}
table.product-detail-table td.add input[type=submit] {height: 30px}

table.product-detail-table input.count { 
    border: 1px solid #00479b;
    padding: 7px 5px; 
    color: #898787;
    vertical-align: middle;
    line-height: 1;
    font-size: 12px;
    margin: 0;
    width: 26px;
    text-align: center;
}

table.product-detail-table input.submit { 
    border: none;
    background: #ff7f00;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    padding: 7px 8px; 
    vertical-align: middle;
    line-height: 1;
    font-size: 12px;
    /*margin: 0 0 0 4px;*/
}

table.product-detail-table tbody.canceled tr.main td {
	text-decoration: line-through;
	color: gray;
	padding: 1em 1ex;
}

table.product-detail-table tbody.canceled tr.canceled-info td {
	color: #006ab3;
	font-style: italic;
	padding: 0 0 1ex 2em;
	line-height: 1.5em;
	white-space: wrap;
}

table.product-detail-table tbody.canceled tr.canceled-info td a {
	/*font-weight: bold;*/
	/*color: #c00;*/
	color: #898787;
	text-decoration: underline;
}

table.product-detail-table tbody.canceled tr.canceled-info td a:hover {
	text-decoration: none;
}

table.product-detail-table tr.unavailable-info td {
	color: #006ab3;
	font-style: italic;
	padding: 0 0 1ex 2em;
}

table.product-detail-table tr.vyprodej td {
	padding: 0 0 1ex 2em;
}

table.product-detail-table tbody.sale tr.main td.price {
	text-decoration: line-through;
	color: gray;
}

/* TABLE GRID */

.grid-table,
.product-detail {
  clear: both;
  width: 100%;
  line-height: 1;
  font-size: 12px;
  margin-top: 20px;
}

  .product-detail { margin-top: 2px; }

.grid-table td,
.grid-table th,
.product-detail td,
.product-detail th {
  text-align: left;
  font-weight: normal;
  padding: 7px 12px 7px 4px;
  color: #898787;
  line-height: 1.4;
  vertical-align: middle;
}

.grid-table th,
.product-detail th {
  vertical-align: middle;
  color: #84abd8;
  font-weight: bold;
  background: #f7f7f7;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #a8a8a8;
}

  .product-detail td { color: #000; padding-top: 9px; padding-bottom: 9px; }
  .product-detail th { 
    padding: 9px 10px;
    color: #000000; 
    background: #FFF; 
    width: 130px; 
  }
  
  .product-detail tr td,
  .product-detail tr th { background: #f7f7f7; }
  
  .product-detail tr.red td { color: #ff0000; }

  .product-detail tr.odd td,
  .product-detail tr.odd th { background: #FFF; }

  .grid-table th.code { width: 54px; }
  .grid-table th.price { width: 80px; text-align: right; white-space: nowrap; }
  .grid-table th.tocart { width: 140px; padding-right: 0; }
  
  .grid-table tr td { background: #f7f7f7; }
  .grid-table tr.odd td { background: #FFF; }
  .grid-table tr.noborder td,
  .product-detail tr.noborder td,
  .product-detail tr.noborder th { border-bottom: none; padding-bottom: 0; }
  .grid-table tr.disabled td { text-decoration: line-through; }
  
  .grid-table tr.disabled td.product {
  	text-decoration: none; padding: 2ex 1ex;
  }
  .grid-table tr.disabled td.product span { text-decoration: line-through; } 
  
  .grid-table td.product { /*color: #c0c0c0;*/ padding-right: 20px;  }
  .grid-table td.product a { text-decoration: underline; }
  .grid-table td.product a:hover { text-decoration: none; }
  .grid-table td.tocart { padding-right: 5px; text-align: right; height: 30px}
  .grid-table td.tocart input[type=submit] {height: 30px}

  .grid-table tbody.odd td {background-color: #fff;}
	.grid-table tbody.even td {background-color: #f7f7f7;}

  .grid-table td.tocart input.count,
  .product-detail  input.count { 
    border: 1px solid #00479b;
    padding: 7px 5px; 
    color: #898787;
    vertical-align: middle;
    line-height: 1;
    font-size: 12px;
    margin: 0;
    width: 26px;
    text-align: center;
  }
		
  .grid-table td.tocart input.submit,
  .product-detail  input.submit { 
    border: none;
    background: #ff7f00;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    padding: 7px 8px; 
    vertical-align: middle;
    line-height: 1;
    font-size: 12px;
    margin: 0 0 0 4px;
  }
  
  .product-detail .tocart {
    position: absolute;
    margin: 6px 0 0 91px;
  }

/* PRODUCT DETAIL */
#product-detail .left {
  clear: both;
  float: left;
  width: 345px;
  text-align: left;
}

#product-detail .right {
  clear: right;
  float: right;
  width: 314px;
  text-align: left;
}

  #product-detail .right .detail {
    display: block;
  }

  #product-detail .right a.first {
	  display: block;
	  text-align: center;
  }
  
  #product-detail .right .thumbs {
    clear: both;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
  }
  
  #product-detail .right .thumbs a {
    display: block;
    float: left;
    white-space: nowrap;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 10px 0 0 0;
    text-decoration: none;
	text-align: center;
  }

  #product-detail .right .thumbs a img {
	  width: 70px;
	  max-height: 70px;
	  object-fit: cover;
  }
  
  #product-detail .right .thumbs a.first {
    clear: both;
    margin-left: 0;
  }

#product-detail .description {
  margin-top: 25px;
  line-height: 1.45;  
}

#product-detail .description ul {
	margin-left: 1ex;
}
#product-detail .description li {
	list-style-type: disc;
	padding: 0;
}

#product-detail .download {
  margin-top: 25px;
  line-height: 1.45;  
}

  #product-detail .download ul,
  #product-detail .download ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding: 3px 0;
  }
  
  #product-detail .download ul li .fa {
	color: #444343;
	margin-right: 1ex;
  }

  #product-detail .download ul li .size {
	  color: #898787;
	  font-size: 85%;
	  margin-left: 1ex;
  }
  
  
#product-detail a.print {
  display: block;
  float: right;
  width: 23px;
  height: 20px;
  margin: -35px 0 25px 0;
  background: url('../images/product-print.png') no-repeat;
  text-decoration: none;
}

  #product-detail a.print span {
    visibility: hidden;
  }  
	
		
/* CART */
#cart-result-overlay,
#cart-result2 {
	display: none;
}

/* MESSAGES */
.catalog-msg,
.empty-cart {
	padding: 12px 0;
	line-height: 1.5;
	font-size: 14px;
}	
		


/* filter */
#cat-filter-overlay {
	height: 100%;
  width: 100%;
  position: fixed;
  margin: 0;
  z-index: 10;
	display: none;
	left: 0;
	top: 0;		
}

#cat-filter {
	margin: 10px -10px 0px -10px;
	padding: 0;
}


#category-sorting {
  float: left;
  width: 280px;
  padding: 3px 0 0 0;
  font-size: 14px;
}

  #category-sorting span,
  #category-sorting strong {
    vertical-align: middle;
    margin-right: 8px;
    display: inline-block;
    position: relative;
  }
  
  #category-sorting span {
    padding: 10px 20px 10px 0;
    background: url('../images/catalog-ico-sort2.png') no-repeat right center;
  }
  
    #category-sorting a {
      position: absolute;
      width: 14px;
      height: 9px;
      text-decoration: none;
      right: 0;
    }
    
      #category-sorting a.asc { top: 5px; }
      #category-sorting a.desc { top: 18px; }
    
    #category-sorting a span {
      padding: 0;
      display: inline;
      margin: 0;
      background: none;
      visibility: hidden;
    }





#cat-filter-top {
	background: url('../images/catalog-filter-bg.png') repeat-x;
	padding: 10px;
}

#cat-filter-bottom {
	background: #f8f7f7;
	display: none;
}

	#cat-filter-bottom.active {
		display: block;
	}


	
	#cat-filter #cat-filter-slider {
		float: right;
		width: 415px;
		white-space: nowrap;

	}
	
	#cat-filter .cat-filter-right {
		float: left;
		width: 104px;
	}
	
		#cat-filter .cat-filter-right .item {
			margin: 0 0 3px 0;
		}
		
		#cat-filter .cat-filter-right input,
		#cat-filter .cat-filter-right label,
		#cat-filter .tp-holder .detail .tp-item input,
		#cat-filter .tp-holder .detail .tp-item label {
			vertical-align: middle;
			font-size: 14px;
		}
		
		#cat-filter .cat-filter-right input {
			margin-right: 7px;
		}
		


/* PRICE SLIDER */ 
#cat-filter-slider {
	padding: 0;
}
 
 #cat-filter-price-from,
 #cat-filter-price-to {
 	display: inline-block;
 	width: 60px;
 	font-size: 14px;
 	vertical-align: middle;
 	overflow: hidden;
 	height: 22px;
 	padding: 2px 0;
 	font-weight: bold;
 }
 
	 #cat-filter-price-from {
	 	text-align: right;
	 	width: 70px;
	 }
	 

	#cat-filter-price-right,
	#cat-filter-price-left {
		position: absolute;
		display: inline-block;
		width: 83px;
		height: 28px;
		padding: 8px 0 0 0;
		text-align: center;
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
		margin: -40px 0 0 0;
		background: url('../images/catalog-filter-price-bubble.png') no-repeat left top;			
	}
	 
	#cat-price-slider-bg {
		width: 255px;
		background: url('../images/catalog-filter-price-bg.png') no-repeat left 5px;
		margin: 0 10px;
		display: inline-block;
		height: 35px;
		vertical-align: -8px;
	}

	#cat-price-slider.ui-widget-content {
		width: 210px;
		background: transparent;
		margin: -1px 0 0 5px;
		height: 35px;
		border: 0;
		border-radius: 0; 
	}
	
	#cat-price-slider .ui-widget-header {
		background: none;
		height: 27px;
		top: 7px;
	}
	
	#cat-price-slider .ui-slider-handle {
		height: 39px;
		background: url('../images/catalog-filter-ico-to.png') no-repeat;
		border: 0;
		border-radius: 0;
		text-align: center;
		width: 47px;
		padding: 0;
		top: 0px;
		cursor: pointer;		
	}
	
	#cat-price-slider .ui-slider-handle.price-from {
		background: url('../images/catalog-filter-ico-from.png') no-repeat;
	}

/* PASSWORD */
#content-info .contact_form {
	margin: 20px 0;
}

#cart-result2, .cart-result {
  background: none repeat scroll 0 0 #29abe2;
  color: #FFFFFF;
  display: none;
  height: 38px;
  position: absolute;
  width: 646px;
  z-index: 100000;
}


	#cart-result2 .inner, 
	.cart-result .inner {
	  padding: 10px 10px;
	  font-size: 14px;
	  font-weight: normal;
	  position: relative;
	  display: block;
	}
	
		.cart-result .inner strong {
			font-weight: normal;
		}
			
.total-count {
	font-size: 12px;
	color: #AAA;
	padding: 0;
	font-style: italic;
	margin: 5px 20px 0 0;
	float: left; 
}

table.grid-table tr.makro td {
	color: #c0c0c0;
	padding: 2px 12px 2px 4px;
}

table.grid-table tr.makro td.tocart {
	height: auto;
}


h1.list, h2.list {
	line-height: 1em;
	font-size: 25px;
	margin: 1x 0;
}

table.visible {
	border: 1px solid silver;
}

table.visible th, table.visible td {
	border: 1px solid silver;
	padding: .2ex .7ex;
}

table.padded th, table.padded td {
	padding: 1ex;
}

.grid-table td.price {
	text-align: right;
}
.grid-table tr.disabled-price td.price { text-decoration: line-through; }
.grid-table tr.disabled-price2 td.price span { text-decoration: line-through; }
.grid-table tr.action-price td {color: #c00;}
.product-detail-table tbody.disabled-price tr.main td.price {text-decoration: line-through;}
.product-detail-table tr.action-price td {color: #c00;}
.grid-table td.price .warning {
	color: white;
	background-color: #f66;
	padding: 0 2px;
	font-weight: bold;
}

input.buttony {
	padding: 1ex;
	border: 2px solid #00479b;
	background-color: white;
	color: #00479b;
	font-weight: bold;
}

input.buttony2 {
	padding: 1ex;
	border: 2px solid #00479b;
	color: white;
	background-color: #00479b;
	font-weight: bold;
	cursor: pointer;
}

a.buttony3 {
	padding: 1ex;
	border: 2px solid #00479b;
	color: white;
	background-color: #00479b;
	font-weight: bold;
}

#basket-buttons a.buttony3 {
	border: 2px solid #00479b;
	color: white;
	background-color: #00479b;
	font-weight: bold;
}

input.inputy {
	padding: 1ex;
	border: 2px solid #00479b;
	background-color: white;
	color: #006ab3;
	font-weight: bold;
	font-size: 110%;
}

input.inputy.danger{
	border-color: rgb(255, 103, 103);
}

#basket-buttons {
	margin-top: 2em;
	text-align: justify;
}

#basket-buttons input {
	display: inline-block;
	font-size: 120%;
	border: 2px solid #00479b;
	background-color: white;
	color: #00479b;
	font-weight: bold;
	height: 39px;
	padding: 0 1ex;
	margin: 0;
	width: auto !important;
	cursor: pointer;
}

#basket-buttons a, #basket-buttons span.disabled {
	font-size: 120%;
	border: 2px solid #00479b;
	background-color: white;
	color: #00479b;
	font-weight: bold;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 1ex;
	margin: 0;
}

#basket-buttons span.disabled {
	color: silver;
	border-color: silver;
}

#basket-buttons a:hover {
	text-decoration: none;
}

/* http://css-tricks.com/equidistant-objects-with-css/ */
#basket-buttons:after {
  content: '';
  width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}

/* FIXME */
#kosikjeprazdny {
	margin-top: 1em;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: gray;
	margin-bottom: 4em;
}

#order-steps {
	display: table;
	width: 100%;
	background-color: #84abd8;
	font-weight: bold;
	margin-top: 3em;
	margin-bottom: 3em;
}

#order-steps a {
	display: table-cell;
	color: white;
	font-size: 120%;
}

#order-steps a:hover {
	text-decoration: none;
	background-color: #00479b;
}

#order-steps a:hover span {
	color: #00479b;
	border-color: #84abd8;
}

#order-steps a.active {
	background-color: #00479b;
	border-color: #d0dff0;
}

#order-steps a.active span {
	border-color: #ff7f00;
	color: #ff7f00;
}

#order-steps span {
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	border: 3px solid #d0dff0;
	color: #84abd8;
	font-size: 160%;
	margin-right: .5ex;
	background-color: white;
	line-height: 30px;
}

#order-steps strong {
	display: table-cell;
	color: white;
	font-size: 120%;
	background-color: #aaa;
}

#order-steps strong span {
	color: #aaa;
	border-color: #ccc;
}


.vyprazdnit {
	color: #a00 !important;
	border-color: #a00 !important;
}

tr.celkem td {
	font-weight: bold;
	color: black;
	font-size: 120%;
	padding-top: 1em;
	padding-bottom: 1em;
	white-space: nowrap;
}

tr.doprava td {
	font-weight: bold;
	color: #444;
	background-color: /*#B2D9F3*/ #E0EAF5;
}

#category-params {
	line-height: 1.5em;
	font-size: 14px;
	margin-bottom: 1ex;
	margin-left: 1ex;
}

#category-params span.row {
	margin-left: 1em;
}

#category-params span.icon {
	background: url('../images/chboxes.png') no-repeat;
	display: inline-block;
	width: 12px;
	height: 13px;
	margin-bottom: -2px;
	margin-right: .5ex;
}

#category-params span.active span.icon {
	background-position: 0 -13px;
}

#category-params a {
	color: #898787;
}

#category-params a.active {
	text-decoration: underline;
	color: #444343;
}

#category-params a.cancel {
	font-size: 90%;
	margin-left: 1em;
}

tr.row-info td {
	padding: 0;
}

tr.row-info div.info {
	display: none;
	float: right;
	margin: 1ex 5.5em 0;
	padding: 2px;
	border-radius: 2px;
	background-color: /*#007540*/ #009752;
	color: white;
}

tr.row-info div.info-warning {
	background-color: #DB5D00;
}

tr.pack-error td {
	background-color: #fee !important;
	color: #a00;
	padding: 1ex 2ex 2ex;
}

tr.pack-error a {
	text-decoration: underline;
	color: red;
}

tr.pack-error-item td {
	background-color: #fee !important;;
}

tr.pack-error-item input[type=text] {
	border-color: red !important;
}

table.grid-table tr.multi-sale td {
	padding: 0 2ex;
}

#login {
	margin-bottom: 3em;
}

#login td {
	padding: .2ex 1ex;
	font-weight: bold;
}

#login input[type=text], #login input[type=password] {
    border: 2px solid #57a1d3;
    padding: .5ex;
    margin: .2ex;
    margin-left: .6ex;
    font-size: 110%;
}
#login input[type=submit] {
    margin-left: .6ex;
    border: 0;
    background-color: #57a1d3;
    font-weight: bold;
    color: #fff;
    padding: .3ex .6ex;
    font-size: 120%;
}

.msg-fail {
	color: red;
	padding: 1ex;
	margin: 1ex 0;
	background-color: #fdd;
}

.msg-success {
	color: #0a0;
	padding: 1ex;
	margin: 1ex 0;
	background-color: #dfd;
}

.filter-info {
	background-color: #def;
	border: 1px solid #57a1d3;
	padding: 2.5ex;
	color: #006ab3;
	font-size: 110%;
	margin-bottom: 2px;
}
.filter-info a {
	float: right;
	color: #c00;
}

td.icons {
	padding: 0 !important;
	text-align: right;
	white-space: nowrap;
}

div.catalog_item_inner {
	position: relative;
}

span.icons {
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;
}

div.icon-wrapper {
	clear: both;
	margin-top: 2em;
}

div.icon-info {
	float: left;
	margin: 2ex;
}

div.icon-info span {
	margin-right: 1ex;
}

a.fav {
	margin-right: 1ex;
}

a.fav .fa-star-o {
	color: gray;
}
a.fav:hover .fa-star-o {
	color: #00A131;
}

a.fav .fa-star {
	color: #00A131;
}
a.fav:hover .fa-star {
	color: gray;
}

a.fav span.wait {
	color: silver !important;
}

#home-holder #akce img {
	display: block;
	margin: 0 auto;
}

.product .av-note {
	font-style: italic;
	color: #006ab3;
	float: right;
	font-size: 90%;
}

.kosik-item td {
	padding: 0 0 1ex;
	color: #c00;
	font-style: italic;
	font-size: 90%;
}

.doprodej-item td {
	padding: 0 0 1ex;
	color: #444;
	font-style: italic;
	font-size: 90%;
}

.region-item td {
	padding: 0 0 1ex 2em;
	color: #c08;
	font-style: italic;
	font-size: 90%;
}

.region-info {
	line-height: 1.5em;
	color: #c08;
}

tr.basket-project td {
	background-color: #a00;
	color: white;
	font-weight: bold;
	padding: .25ex 1ex;
}

tr.budget-over td {
	color: #c00;
}

tr.budget-under td {
	color: #0a0;
}

td.budget-over {
	color: #c00;
}

td.budget-under {
	color: #0a0;
}


#project-select {
	border: 2px solid #57a1d3;
	padding: 2ex;
	background-color: #abd0e9;
	color: #006ab3;
	font-size: 120%;
}

#project-select select {
	border: 2px solid #57a1d3;
	padding: 5px;
	margin: 0;
}
#project-select input {
	border: 2px solid #57a1d3;
	font-weight: bold;
	color: #57a1d3;
	padding: 4px;
	margin: 0;
	background-color: white;
	float: right;
	font-size: 100%;
}

.grid-table .code {
	width: 1%;
	white-space: nowrap;
}
.grid-table .tocart {
	width: 1%;
	white-space: nowrap;
}

.startpack {
	margin-top: 2ex;
	font-size: 110%;
	color: #006ab3;
}

.startpack span {
	font-weight: bold;
}

.present-action {
	color: #006ab3;
}

.present-motiv {
	color: #ff7f00;
	font-weight: bold;
}

.noimage {
	float: right;
	width: 180px;
	height: 180px;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	line-height: 180px;
	text-align: center;
	color: #888;
}

#kariera {
  position: relative;
  min-height: 350px;
}

#kariera img {
  position: absolute;
  top: -5px;
  left: -30px;
}

#kariera-body {
  margin-left: 200px;
}

#kariera p {
  line-height: 1.3em;
  text-indent: 2em;
}

#kariera ul {
	padding-top: 0;
}

#kariera ul li {
	list-style-type: disc;
  padding: 1ex 0;
	margin-left: 1ex;
}

#kariera ul.intro li {
  font-weight: bold;
  font-size: 120%;
}

#kariera h1 {
  margin-bottom: 1em !important;
	font-size: 200%;
}

#kariera div.link {
	text-align: right;
}

#kariera div.link a {
	font-weight: bold;
	font-size: 120%;
	background-color: #eee;
	padding: 1ex;
	border: 1px solid #ddd;
}

#kariera div.link a {
	font-size: 120%;
	border: 2px solid #57a1d3;
	background-color: white;
	color: #57a1d3;
	font-weight: bold;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 1ex;
	margin: 0;
}

#kariera div.link a:hover {
	background-color: #57a1d3;
	color: white;
	text-decoration: none;
}

#kariera h2 {
	font-size: 18px;
	margin-top: -1ex;
	margin-bottom: 1ex;
}

#kariera p.prohlaseni {
	font-size: smaller;
}

/*#kariera input[type=text], #kariera textarea {
    border: 2px solid #57a1d3;
    padding: .5ex;
    margin: .2ex;
    margin-left: .6ex;
    font-size: 110%;
}

#kariera label {
	font-weight: bold;
}*/

#kariera .note {
	font-size: small;
	color: gray;
}

#kariera .button {
	font-size: 120%;
	border: 2px solid #57a1d3;
	background-color: white;
	color: #57a1d3;
	font-weight: bold;
	line-height: 25px;
	padding: 0 1ex;
	display: inline-block;
	margin: 1em 0;
}

#kariera table td {
	padding: .5ex .5ex 0 0;
}

#kariera .ok {
	color: green;
	font-weight: bold;
	background-color: #dfd;
	padding: 1em;
	border: 2px solid #ada;
	margin: 1em 0;
}

/*#kariera .error {
	color: red;
	font-weight: bold;
	background-color: #fdd;
	padding: 1em;
	border: 2px solid #daa;
	margin: 1em 0;
}*/

table.product-detail-table tr.motiv td {
	font-weight: bold;
	color: #ffa200;
	padding: 1ex;
}

table.product-detail-table tr.motiv td img {
	vertical-align: middle;
	margin-right: .5ex;
	margin-top: -3px;
}

table.grid-table tr.motiv td {
	font-weight: bold;
	color: #ffa200;
	padding: 1ex;
}

table.grid-table tr.motiv td img {
	vertical-align: middle;
	margin-right: .5ex;
	margin-top: -3px;
}

span.motiv-th {
    background-color: rgba(255,255,255,0.8);
    padding: 4px 3px;
    border-radius: 2px;
    clear: both;
}

strong.pres-check, input.pres-check {
	float: left;
}

strong.times {
	padding: 0 .8ex;
}

input.pres-check {
	margin-top: 5px;
}

div.label, label.label {
	display: block;
	margin-left: 26px;
}

div.basket-info {
	text-align: right;
	color: #aaa;
	margin-right: 1ex;
}

tr.over-budget td {
	color: #a00;
}

tr.over-budget a {
	color: #c00;
}

td.external-header {
	background-color: white !important;
	padding: 1em 0 1ex 1em;
	color: #006ab3;
	font-size: 120%;
	font-weight: bold;
	/*border-top: 1px solid #abd0e9;*/
}

tr.external-footer td {
	background-color: white !important;
	font-weight: bold;
	color: #006ab3;
	padding-bottom: 2em;
	border-bottom: 1px solid #abd0e9;
}

td.external-unavailable {
	color: #898787;
	font-style: italic;
	padding: 2ex !important;
}

.product .av-delay {
	margin-top: -2ex;
	font-style: italic;
}

tr.order-part td {
	background-color: white;
	font-size: 120%;
	padding: 2em 1em .5em;
	color: #ffa200;
	font-weight: bold;
}

/*/tr.obaly-header * {border: 1px dotted gray;}/**/

table.grid-table tr.obaly td {
	color: #b0b0b0;
	padding: 2px 12px 2px 4px;
}

table.grid-table tr.obaly-header td {
	padding: 0px 12px 10px 4px;
	cursor: pointer;
}

table.grid-table tr.obaly-header td.plus {
	padding: 2px 0 2px 0;
}

table.grid-table tr.obaly-header .plus a {
	display: block;
	margin: 0;
	color: #c0c0c0;
	text-align: center;
}

table.grid-table tr.obaly-header .title {
	color: #080;
}

table.grid-table tr.obaly-header .title .fa {
	font-size: 120%;
	vertical-align: middle;
	color: #0a0;
	margin-right: 2px;
}

table.grid-table tr.obaly-header a {
	margin-left: 2em;
	color: #a0a0a0;
}

table.grid-table tr.obaly-header a:hover {
	text-decoration: none;
	color: #080;
}

table.grid-table tr.obaly-header a .fa {
	font-size: 120%;
	margin-right: 2px;
	vertical-align: middle;
}

table.grid-table tr.obaly-header a.title {
	margin: 0;
}

table.grid-table tr.obaly-header a.checked {
	color: #060;
}

table.grid-table tr.obaly-header a.checked:hover {
	color: #888;
}


table.grid-table tr.obaly-header .price {
	color: #b0b0b0;
}

table.grid-table tr.has-addons td {
	padding-bottom: 2px;
}

table.grid-table tbody.obaly-body tr:last-child td {
	padding-bottom: 1.5em;
}

table.grid-table tr.obaly-info td {
	font-size: 90%;
	color: #080;
	padding-top: 1ex;
}

.white-popup-block {
	background-color: white;
	max-width: 500px;
	margin: auto;
	padding: 2em;
	margin: 40px auto;
	position: relative;
}

.white-popup-block li {
	margin-top: 1em;
}

table.grid-table tr.obaly-warning td {
	color: #080;
	padding-top: 0;
}
table.grid-table tr.obaly-warning td .fa {
	font-size: 120%;
	margin-right: .5ex;
}

#assembly-offer {
	margin: 1.5em 0;
	padding: 2ex;
	border: 1px solid #ccc;
	line-height: 1.5em;
	background-color: #eee;
	font-weight: bold;
}

#assembly-offer div {
	margin: 2em 0;
}

#assembly-offer div a {
	font-size: 120%;
	font-weight: bold;
	border: 2px solid #00479b;
	background-color: white;
	text-decoration: none;
	padding: 1ex;
}

#assembly-offer p {
	font-weight: normal;
}
