@charset "utf-8";
/* CSS Document ESHOP*/

/* TinyMCE specific rules */

body.mceContentBody {
   background: #FFFFFF;
}

/* TinyMCE specific rules konec */

/* barevnost */

.background-light							{background-color:#eceef0;} /* světlé pozadí */ /* jiný odstí než má pozadí divu content */
.background-middletone						{background-color:#b7c7d4;} /* střední pozadí */
.background-dark							{background-color:#b1b4b7;} /* tmavé pozadí */

.border-light					f			{border-color:#eceef0 !important;} /* světlé ohraničení */
.border-middletone , .border-middletone td	{border-color:#b7c7d4 !important;} /* střední ohraničení */
.border-dark								{border-color:#b1b4b7 !important;} /* tmavé ohraničení */

.text-light									{color:#ffffff;} /* světlé písmo */
.text-middletone							{color:#0d3969;} /* tmavé písmo */

/* barevnost konec */

/* obecne */

body {
	margin:0px;
	padding:0px;
	background:url(../images/style/background-body.jpg) repeat-x #fff;
	color:#232f39;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
}
a , h1 , h2 , h3 , h4 , h5 , strong , b{
	color:#001B30;
}
a:hover {
	color:#001B30;
	text-decoration:none;
}
a img {
	border:none;
}
h1 , h2 , h3 , h4 , h5 {
	margin:0px;
	padding:0px;
	font-weight:bold;
}
h1 {
	line-height:36px;
	font-size:18px;
}
h2 {
	line-height:30px;
	font-size:16px;
}
h3 {
	line-height:24px;
	font-size:14px;
}
h4 , h5 {
	line-height:15px;
	font-size:12px;
}
h1.none , h2.none {
	display:none;
}
strong.price{
	color:#a60d10;
}
ul {
	padding:5px 0px 5px 20px;
	margin:0px 0px 0px 0px;
}
li {
	padding:0px;
	margin:0px;
}
select{
	border:1px solid #acc1d0;
	height:20px;
}
input , textarea , fieldset , td{
	border:1px solid #b7c7d4;
}

	/* buttons */
	
	.submit{
		height:20px;
		padding:0px 19px 0px 0px;
		line-height:20px;
		display:block;
		background:url(../images/style/button-submit.gif) right 8px no-repeat; /* ie7 ie8 */
		float:right;
		font-size:12px;
		margin:2px;
		color:#27537A;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
	}
	.submit:hover{
		background-position:right -15px;
		color:#001B30;
	}
	input.submit{ /* neutralizuje rozdily mezi "a" a input type="submit" */
		border:none;
		cursor:pointer;
		padding:0px 15px 0px 0px; /* ie7 */
	}
	a.submit { /* ie7 ie8 */
  }
	a.back{
		background:url(../images/style/arrow-left.gif) left no-repeat;
		padding-left:10px;
		margin-right:10px;
	}
	
	/* buttons konec */
	
input.checkbox {
	border:none;
}
fieldset{
	margin:10px 0px 10px 0px;
	padding:10px;
}
p {
	margin:0px;
	padding:5px 0px 5px 0px;
}
table {
	border-collapse:collapse;
	margin:5px 0px 5px 0px;
}
td,th {
	padding:3px;
}
table.no-border td {
	border:none;
}

/* obecne konec */

/* rozvrzeni */

div#center {
	margin:0px auto;
	width:960px;
}
div#content-background {
	width:960px;
	float:left;
	padding-top:5px;
}
div#left {
	width:195px;
	float:left;
	margin:0px 5px 0px 0px; /* --- ! ODLISNE V IE 6 ! --- */
}
div#middle {
	width:610px;
	float:left;
	padding:0px;
	margin-right:5px;
	background:url(../images/style/top-middle.gif) top left no-repeat #fff;
}
div#right {
	width:145px;
	float:left;
	margin-left:0px;
	background:url(../images/style/top-right.gif) top left no-repeat #fff;
}

	/* .top .content a .bottom */
	
	h2.top , h2.top a{ /* určuje společné vlastnosti pro všechny h2.top */
		height:30px;
		line-height:30px;
		margin:0px;
		font-size:13px;
		color:#001B30;
		font-weight:bold;
		padding-left:28px;
		padding-bottom:2px;
		float:left;
		text-decoration:none;
	}
	div#left h2.top{ /* určuje specifické vlastnosti pro h2.top v div#left */
		background:url(../images/style/top-left.gif) 0px 8px no-repeat;
		width:164px; /* musí být definováno kvůli ie6 */
		border-bottom:1px solid #b7c7d4;
		margin-left:7px; /* ie6 */
		padding-left:24px;
	}
	div#middle h2.top{ /* určuje specifické vlastnosti pro h2.top v div#middle */
		width:566px; /* musí být definováno kvůli ie6 */
		background:url(../images/style/top-middle-right.gif) 0px 10px no-repeat;
		padding-top:2px;
		padding-left:24px;
		border-bottom:1px solid #B7C7D4;
		margin-left:10px;  /* ie6 */
	}
	div#right h2.top { /* určuje specifické vlastnosti pro h2.top v div#right */
    background:url(../images/style/top-middle-right.gif) 0px 10px no-repeat;
		width:101px; /* musí být definováno kvůli ie6 */
		padding-left:24px;
    padding-top:2px;
    margin-left:10px; /* ie6 */
    border-bottom:1px solid #b7c7d4;
	}
	h2.top a{
		padding-left:0px !important;
	}
	
	div.content{ /* určuje společné vlastnosti pro všechny div.content */
		float:left;
		padding:10px 10px 0px 10px;
	}
	div#left div.content{ /* určuje specifické vlastnosti pro všechny div.content v div#left */
		width:175px;
	}
	div#middle div.content{ /* určuje specifické vlastnosti pro všechny div.content v div#middle */
		width:590px;
		padding-top:5px;
	}
	div#right div.content{ /* určuje specifické vlastnosti pro všechny div.content v div#right */
		width:125px;
		padding-top:0px;
	}
	
	div.bottom{ /* určuje společné vlastnosti pro všechny div.bottom */
		font-size:1px;
		margin-bottom:10px;
		float:left;
		height:10px;
	}
	div#left div.bottom{ /* určuje specifické vlastnosti pro všechny div.bottom v div#left */
		background:#fff;
		width:195px;
		height:1px;
	}
	div#middle div.bottom{ /* určuje specifické vlastnosti pro všechny div.bottom v div#middle */
		width:610px;
		display:none;
	}
	div#right div.bottom{ /* určuje specifické vlastnosti pro všechny div.bottom v div#right */
    background:transparent;
		width:145px;
	}
	
	/* .top .content a .bottom konec */

div#products-list {
	float:left;
}

/* rozvrzeni konec*/

/* horni lista*/

div#logo {
	float:left;
}
div#logo a {
	width:270px;
	height:20px;
	display:block;
	margin-top:35px;
	padding-top:40px;
	padding-left:10px;
	text-decoration:none;
	color:#224661;
	font-weight:bold;
}
div#top-image {
    float:left;
	width:960px;
	height:150px;
	background-image:url(../images/style/topimage.jpg);
	margin:0px 0px 0px 0px;
}

/* jazyky */

div#lang {
	width:50px; /* ie6 */
	float:left;
	padding:5px 0px 0px 0px;
  }
div#lang a{
	display:block;
	float:left;
	width:20px;
	height:20px;
	margin-left:5px;
}

div#lang a.flag-cs{background:url(../images/style/flag-cs.png);}
div#lang a.flag-sk{background:url(../images/style/flag-sk.png);}
div#lang a{display:none;}

div#lang a span{
	display:none;
}

/* jazyky konec */

/* horni lista konec*/

/* rychla navigace*/

div.quick-category{ 
	width:284px;
	padding:2px 2px 2px 2px;
	float:left;
	background:url(../images/style/background-quick-navigation.gif) top left repeat-x #fff;
	margin:3px 3px 3px 3px; /* --- ! ODLISNE V IE 6 ! --- */
	height:67px;
}
div.quick-category a.category-link{
	font-weight:normal;
	font-size:14px;
	display:block;
	height:15px;
	overflow:hidden;
}
div.quick-category td.category-image a.category-link{
	height:40px !important;
}
div.quick-category table{
	margin:0px;
}
div.quick-category td{
	border:none;
}
div.quick-category p{
	height:15px;
	overflow:hidden;
	padding:0px;
	margin:5px 0px;
	line-height:15px;
}
div.quick-category p a{
	font-weight:normal;
	margin-right:5px;
	color:#3a5a72;
	font-size:11px;
}
p#subcategory-quick-navigation a{
	margin-left:10px;
}

/* rychla navigace konec*/

/* produkty*/

div#products-window{
	float:left;
}
div#products-options{
	width:100%;
	float:left;
}

	/* subkategorie */
	
	div#subcategory-available {
		width:100%;
		float:left;
		margin-bottom:10px;
	}
	div#subcategory-available ul {
		padding:0px;
		margin:0px;
	}
	div#subcategory-available ul li {
		float:left;
		list-style-type:none;
		margin:5px 10px 5px 0px;
	}
	
	/* vyhledávání */
	
	div#products-search {
		width:50%;
		float:left;
	}
	div#products-search form#search{
		margin:5px 0px 5px 0px;
	}
	div#products-search input#products-search-input{
		margin-right:3px;
		width:135px;
	}
	div#products-search a.advanced-search{
		font-size:11px;
		display:block;
	}
	
	/* řazení */
	
	div#products-sort {
		width:50%;
		float:left;
		margin-bottom:10px;
	}
	div#products-sort select{
		margin:5px 0px 5px 0px;
		float:left;
	}
	div#products-sort td{
		float:left;
	}
	div#filtr-vyrobci div.check-label {
		float:left;
		margin:2px;
		padding:1px;
		background-color:#f7f7f7;
	}

	/* listování */
	
	div#products-window p.listing {
		width:583px;
		text-align:right;
		float:left;
	}
	div#products-window p.listing a {
		margin-left:8px;
	}

	/* nahled produktu */
	
	div#products-window div.product,
	div#related div.product{
		margin:1px; /* IE6 */
		padding:9px 7px 7px 7px;
		width:179px; /* při změně velikosti náhledu produktu je potřeb změnit i velikost div.image */
		height:353px;
		background:url(../images/style/background-product.gif) no-repeat; /* doporučuji vždy vkládat pozadí náhledu produktu pomocí obrázku - usnadní to práci a obrázek ve formátu .gif má zandbatelnou velikost */
		float:left;
		overflow:hidden;
	}
	div.product div.description{
	width:100%;
	}
	div.product h2.product-name{
		padding:17px 0px 3px 0px;
		line-height:15px; /* zde je potřeba přepsat defaultní styly h2, aby odpovídali nadpisu náhledu produktu */
	}
	div.product h2.product-name a{
		text-decoration:none;
		display:block;
		text-align:center;
		width:100%;
		font-size:12px;
		height:30px;
		overflow:hidden;
	}
	div.product div.description div.perex{
		font-size:11px;
		color:#3f3f3f;
		height:40px;
		padding-top:3px;
		width:100%;
		overflow:hidden;
	}
	div.product div.description div.price{
		width:100%;
		text-align:right;
		padding:8px 0px;
	}
	div.product div.description div.price span.old-price{
		text-decoration:line-through;
		font-size:11px;
		margin-right:8px;
	}
	div.product div.description form.fastnakup{
		padding:0px;
		float:left;
	}
	div.description div.view-detail a , form.fastnakup a.fast-buy , a.buy{
		display:block;
		width:70px;
		text-align:center;
		padding-left:16px;
		height:24px;
		color:#FFFFFF;
		text-decoration:none;
		line-height:24px;
		cursor:pointer;
		float:left;
	}
	a.essox-calc{
	background-image:url(../images/style/button-essox-calc.gif);
	display:block;
	width:98px;
	text-align:center;
	padding-left:22px;
	height:20px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:20px;
	margin:0px 0px 4px 4px;
	float:left;
	cursor:pointer;
	}
	div.description div.view-detail a{
		background:url(../images/style/button-detail.gif);
		margin-left:0px; /* --- ! odlisne v ie 6! --- */
	}
	div.product div.description div.view-detail a:hover , form.fastnakup a.fast-buy:hover , a.buy:hover{
		background-position:0px 25px;
	}
	a.essox-calc:hover{
		background-position:0px 20px;
	}
	form.fastnakup a.fast-buy , a.buy{
		background:url(../images/style/button-buy.gif);
		margin-left:5px; /* --- ! ODLISNE V IE 6 ! --- */
	}
	a.buy{
		float:left;
	}

		/* obrazek nahledu produktu a jeho ikonky */
		
		div.product div.image{
			width:152px;
			height:203px;
			margin-left:12px;
		}
		div.product div.image a{
			display:block;
			position:absolute;
		}
		div.product div.image a img{
			border:none;
			width:152px;
			height:203px;
		}
		div.image a span.info-icon{
			width:41px;
			height:41px;
			position:absolute;
			background:url(../images/style/icons-actions.gif);
			display:block;
		}
		div.image a span.info-icon-new{
			top:0px;
			left:0px;
			background-position:right top;
		}
		div.image a span.info-icon-action{
			bottom:0px;
			left:0px;
			background-position:right bottom;
		}
		div.image a span.info-icon-topseller{
			top:0px;
			right:0px;
			background-position:right bottom;
		}
		div.image a span.info-icon-freedelivery{
			bottom:0px;
			right:0px;
			background-position:right top;
		}
		div.image a span.info-icon-new-cs{background-position:left top;}
		div.image a span.info-icon-action-cs{background-position:left bottom;}
		div.image a span.info-icon-topseller-cs{background-position:right top;}
		div.image a span.info-icon-freedelivery-cs{background-position:right bottom;}
		
		div.image a span.info-icon-new-sk{background-position:left top;}
		div.image a span.info-icon-action-sk{background-position:left bottom;}
		div.image a span.info-icon-topseller-sk{background-position:right top;}
		div.image a span.info-icon-freedelivery-sk{background-position:right bottom;}		
		
		div.image a span.info-icon span{
			display:none;
		}

/* produkty konec*/

/* vyhledavani a řazení/

/* vyhledavani a řazení konec */

/* customer - košík a login */

div#customer{
  width:375px;
  height:120px;
  float:right;
  }
div#customer h2.top {
	background-image:url(../images/style/top-140-basket.gif);
	padding-left:40px;
	width:100px;
	display:none;
}
div#customer div.content{
  padding:0px;
}
div#customer form{
	margin:0px; /* dulezite pro IE */
}

/* login */

div#login-preview{
	float:left;
	padding:8px 10px 0px 10px;
	width:157px;
  background:url(../images/style/background-basket.gif) repeat-x;
}
div#login-preview table#login-preview-table{
	width:100%;
}
div#login-preview table#login-preview-table td{
	border:none;
	padding:1px 2px;
	text-align:left;
}
div#login-preview table#login-preview-table td.login-label{
	width:30%;
}
div#login-preview td label{
	font-size:10px;
}
div#login-preview td input{
	width:98%; /* dulezite pro IE */
}
div#login-preview div#login-action-div{
	width:100%;
	text-align:right;
}
div#login-preview a.completive-button {
	float:right;
	font-size:10px;
	margin-right:5px;
}
div#login-preview p.login-error{
	font-weight:bold;
	font-size:11px;
}
div#login-preview input.submit{
  margin-top:0px;
}

/* login po prihlaseni */

div#login-preview div#logged-in{
	margin:5px 0px 5px 0px; /* stejny margin jako u table id="login-table" */
}
div#login-preview div#logged-action-div{
	width:100%;
	text-align:right;
}

/* login detail */

table.table-profile{
	width:100%;
}
table.table-profile td{
	border:none;
}

/* login konec*/

/* kosik, objednavka a detail */

/*kosik nahled */

div#basket-preview{
	float:left;
	padding:8px 10px 8px 11px;
	width:166px;
	background:url(../images/style/background-basket.gif) repeat-x;
	margin-right:7px;
}
div#basket-preview div#basket-action-div{
	width:100%;
	text-align:right;
}
div#basket-preview table#basket-preview-table{
	width:100%;
}
div#basket-preview table#basket-preview-table td{
	border:none;
	padding:2px;
	text-align:left;
}
div#basket-preview table#basket-preview-table td.basket-label{
	font-size:10px;
}
div#basket-preview table#basket-preview-table td.basket-value{
	font-size:11px;
}
div#basket-preview a.submit{
  float:left;
  margin-top:8px;
}

/*kosik detail */

/* ---=== kosik a objednavka config ===--- */

/* pro upravu objednavky a detailu kosiku staci prepsat tyto barvy a nahrat novy obrazek "delete.gif" */

table#basket , table#step3 td , table.order-check, div#product-detail form#nakup table	{background:#eceef0;} /* nejsvetlejsi barva */
tr#summary td , tr#basket-title td , input.pieces-submit , form#nakup th				{background:#b7c7d4;} /* stredni barva */
tr.added-product td , table#step3 td , table.order-check td	 , table.order-check 		{border-color:#b7c7d4;} /* stredni barva */
tr#basket-title td , table#basket , tr#summary td , form#nakup th , form#nakup table 	{border-color:#b1b4b7;} /* nejtmavsi barva */
form#nakup table th	, table#basket tr#basket-title td , label.obligate					{color:#001B30;} /* nejtmavsi barva */

/* ---=== kosik a objednavka config konec ===--- */

p.basket-detail{
	margin:10px 0px 10px 0px;
}
p#vatincl{
	margin:10px 0px 10px 0px;
	font-size:10px;
	text-align:right;
}
table#basket , table.order-check{
	border-width:1px;
	border-style:solid;
	width:100%;
}
table#basket td{
	padding:3px;
}
table.order-check td{
	padding:3px;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
table.order-check th.title{
	font-weight:bold;
	text-align:left;
	border-bottom-width:2px;
	font-size:14px;
}
table#basket tr.added-product td{
	border-style:solid;
	border-width:1px;
}
table#basket tr#basket-title td{
	font-weight:bold;
	border-left:none;
	border-right:none;
	border-bottom-style:solid;
	border-bottom-width:3px;
}
table#basket tr#summary td{
	border-top-style:solid;
	border-top-width:3px;
	border-left:none;
	border-right:none;
}
a.delete-product{
	display:block;
	width:15px;
	height:15px;
	background:url(../images/style/delete.gif);
}
a.delete-product span{
	display:none;
}
form.number-pieces{
	width:105px;
}
form.number-pieces input{
	float:left;
	font-size:11px;
}
input.pieces{
	width:20px;
	margin-right:5px;
	float:left;
}
input.pieces-submit{
	float:left;
}
tr#summary td{
	font-size:14px;
}
div#order-navigation p{
	text-align:right;
}
div#order-navigation a.submit{
	width:45%;
	float:left;
}
div#order-navigation a.back{
	width:45%;
	float:left;
	text-align:left;
}
table#step3{
	width:400px;
	margin:20px auto 20px auto;
}
table#step3 td{
	border-top-width:1px;
	border-top-style:solid;
	padding:3px;
}
table.table-order td , table.text td{
	border:none;
}
div#product-detail form#nakup table{
	width:100%;
	text-align:left;
	border-width:1px;
	border-style:solid;
	margin:10px 0px 10px 0px;
}
div#product-detail form#nakup table input#kus{
	width:30px;
}
div#product-detail form#nakup table th{
	padding:3px;
	border-bottom-width:3px;
	border-bottom-style:solid;
}
div#product-detail form#nakup table td{
	padding:3px;
}
div#product-detail form#nakup table td.price{
	width:80px;
	text-align:right
}
label.obligate {
	font-weight:bold;
	margin-right:10px;
}

/* customer - košík a login - konec */

/* akce*/

div#right div#akce {
	float:left;
	font-size:11px;
}
div#right div#akce div.product-action{
	border-bottom:1px dotted #b7c7d4;
	padding-top:10px;
	padding-bottom:5px;
}
div#right div#akce h2.top{
}
div#right div#akce p {
	padding:3px 0px 3px 0px;
	text-align:center;
}
div#right div#akce p a{
}
div#right div#akce p.right {
	text-align:right;
}
div#right div#akce img {
	width:120px;
}
div#right div#akce p.right span.old-price{
	text-decoration:line-through;
}
/* akce konec*/

/* nejprodavanejsi */

div#most-sold table{
}
div#most-sold table td{
	border:none;
	vertical-align:bottom;
	font-size:11px;
}
div#most-sold table td.first{
	text-align:left;
}
div#most-sold table td.second{
	text-align:right;
	width:60px;
}

/* nejprodavanejsi konec */

/* nove produkty */

div#new-products{
}
div#new-products table td{
	border:none;
	vertical-align:bottom;
	font-size:11px;
}
div#new-products table td.first{
	text-align:left;
}
div#new-products table td.second{
	text-align:right;
	width:60px;
}

/* nove produkty konec */

/* detail*/
p#zarazeni{
  clear: both;
}
div#product-detail p#zarazeni a {
	margin-right:6px;
}
strong.cena1 {
	color:#000;
}
table#pictures td{
	border:none;
}
div#product-detail table#pictures img {
	margin:0px 5px 5px 0px;
}
div#product-detail div#goto {
 width:100%;
  margin-top:10px;
  float:left;
}
div#product-detail div#goto a {
	text-decoration:none;
}
div#product-detail div#goto em {
	text-decoration:underline;
	font-style:normal;
}
div#product-detail div#goto img.predmet {
	margin:5px 0px 0px 0px;
}
div#product-detail div#back {
	width:50%;
	float:left;
	clear:both;
}
div#product-detail div#next {
	width:50%;
	text-align:right;
	float:left;
}
div#product-detail div#back img.arrow {
	margin-right:10px;
}
div#product-detail div#next img.arrow {
	margin-left:10px;
}

div#banner-detail{
	width:468px;
	height:60px;
	margin:0 0 10px 0;
	overflow:hidden;
}

/* detail konec*/

/* pokročilé vyhledávání */


div#advance-search table{width:100%;}
div#advance-search td.first{width:18%;}
div#advance-search td.third{width:18%;}

div#advance-search input.text {
	width:138px;
}
div#advance-search select {
	width:140px;
}
div#advance-search label.checkbox-label {
	margin-right:10px;
}
td.submit-cell {
	text-align:right;
}

/* pokročilé vyhledávání konec*/

/* připojené fotografie */

div#photo-gallery{
	float:left;
	margin:5px 0px 5px 0px;
	width:100%;
}
div#photo-gallery div.photo{
	padding:5px;
	margin:3px 6px 3px 8px; /* ie6 */
	float:left;
	border-style:solid;
	border-width:1px;
	width:120px; /* stejné jako šířka obrázku */
}
div#photo-gallery div.photo:hover{
	padding:3px;
	border-width:3px;
}
div#photo-gallery div.photo p{
	font-size:11px;
	height:26px; /* určuje počet řádků popisku fotky */
	overflow:auto;
}
div#photo-gallery div.photo p a{
	text-decoration:none;
	color:#363532;
}

/* připojené fotografie konec */

/* prilozene soubory */

div#file-gallery{
	float:left;
	margin:5px 0px 5px 0px;
	width:100%;
}
table.files {
	width:569px;
	margin-left:9px;
}
table.files td.first{
	width:20px;
	border-right:none;
}
table.files td.second{
	border-left:none;
}
table.files td.third{
	width:100px;
	text-align:center;
}

/* prilozene soubory konec */

/*footer*/

div#footer{
	width:960px;
	float:left;
	padding:10px 0px 10px 0px;
	margin-top:10px;
	border-top:1px solid #B7C7D4;
}
div#footer p{
	text-align:right;
	float:left;
	font-size:10px;
	width:99%;
	padding:2px 0px 2px 0px;
}
div#footer p#links a{
	margin-left:5px;
}
div#footer p , div#footer p a{
	color:#3A5A72;
}

/*footer konec*/

/*admin*/

div.admin-link{
	position:absolute;
	top:0px;
	right:0px;
	background-color:#304b5d;
}
div.admin-link a{
	width:80px !important;
	padding:40px 0px 0px 0px;
	height:20px;
	margin:8px 1px 0px 1px;
	text-align:center;
	color:#c2d2e5;
	display:block;
	text-decoration:none;
}
div.admin-link a:hover{
	color:#fff;
}
div.switch-interface a{
	background:url(../images/style/admin/link-switch.gif) center top no-repeat;
}
div.switch-interface a:hover{
	background:url(../images/style/admin/link-switch-active.gif) center top no-repeat;
}

/*admin konec*/

/* dodatečné */

textarea#message {
 width:99%;
}
table.text th {
color:#A60D10;
}
p.order-button a.buy{
float:right;
}
p.order-button{
	height:30px;
}
table#delivery {
width:100%;
}
table#delivery th {
  text-align:left;
  background:#b7c7d4;
  border-width:1px 1px 3px 1px;
  border-style:solid;
  border-color:#B1B4B7;
}
table#delivery td {
  background:#ECEEF0;
}
ul#step-2-payment ,  ul#step-2-delivery , ul.d1 , ul.d2, ul.d3 {
list-style:none;
}

/* banners */

div#main-banner {
  max-width:728px;
  max-height:90px;
  float:left;
  padding-top:13px;
  padding-left:116px;
  padding-bottom:13px;
  font-size:1px;
  overflow:hidden;
}
div.middle-banner {
  max-width:125px;
  max-height:125px;
  float:left;
  margin-bottom:8px;
  margin-left:10px;
  margin-top:10px;
  font-size:1px;
  overflow:hidden;  
}
div.small-banner {
  max-width:125px;
  max-height:100px;
  float:left;
  margin-bottom:8px;
  font-size:1px;
  overflow:hidden;  
}
div.news-banner { /* ie6 */
  max-width:468px;
  max-height:60px;
  float:left;
  margin:10px 71px 10px 71px;
  font-size:1px;
  overflow:hidden;  
}

/* konec banners */


.hledejceny { 
  float: right;
  }
































