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

/* TinyMCE specific rules */

body.mceContentBody {
   background: #FFFFFF;
}

/* TinyMCE specific rules konec */

/* barevnost */

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

.border-light								{border-color:#e2eaf4 !important;} /* světlé ohraničení */
.border-middletone , .border-middletone td	{border-color:#AAC5E3 !important;} /* střední ohraničení */
.border-dark								{border-color:#97b7d9 !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.gif) repeat-x #aac5e3;
	color:#232f39;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
}
a , h1 , h2 , h3 , h4 , h5 , strong , b{
	color:#124a92;
}
a:hover {
	color:#2169c6;
	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 #acc1d0;
}

	/* buttons */
	
	.submit{
		height:20px;
		padding:0px 25px 0px 0px;
		line-height:20px;
		display:block;
		background:url(../images/style/button-submit.png) right -31px no-repeat;
		float:right;
		font-size:12px;
		margin:2px;
		color:#113d6b;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
	}
	.submit:hover{
		background-position:right 2px;
    text-decoration:underline;
		color:#113d6b;    
	}
	input.submit{ /* neutralizuje rozdily mezi "a" a input type="submit" */
		border:none;
		cursor:pointer;
		padding:0px 21px 2px 0px; /* 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:956px;
}
div#main {
  float:left;
	width:956px;
	padding:0px;
	background:url(../images/style/shadow.png) repeat-y;
}
div#content-background {
	width:950px;
	float:left;
	background-color:#f1eeea;
	padding-top:10px;
	margin-left:3px;
}
div#left {
	width:250px;
	min-height:50px; /* ie6 */
	float:left;
	margin:0px 15px 0px 15px; /* --- ! ODLISNE V IE 6 ! --- */
}
div#middle {
	width:655px;
	float:left;
	padding:0px;
	margin-right:10px;
}
div#right {
	width:140px;
	float:left;
	margin-left:0px;
	display:none;
}

	/* .top .content a .bottom */
	
	h2.top , h2.top a{ /* určuje společné vlastnosti pro všechny h2.top */
		height:29px;
		line-height:29px;
		margin:0px;
		font-size:13px;
		color:#124a92;
		font-weight:bold;
		padding-left:20px;
		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) left bottom no-repeat;
		width:238px; /* musí být definováno kvůli ie6 */
		padding-left:12px;
	}
	div#middle h2.top{ /* určuje specifické vlastnosti pro h2.top v div#middle */
		width:655px; /* musí být definováno kvůli ie6 */
		font-size:16px;
		padding-left:0px;
	}
	div#right h2.top { /* určuje specifické vlastnosti pro h2.top v div#right */
		background:url(../images/style/top-right.gif) no-repeat left center;
		width:120px; /* musí být definováno kvůli ie6 */
	}
	h2.top a{
		padding-left:0px !important;
	}
	
	div.content{ /* určuje společné vlastnosti pro všechny div.content */
		float:left;
		padding:10px 9px 0px 9px;
	}
	div#left div.content{ /* určuje specifické vlastnosti pro všechny div.content v div#left */
		width:230px;
		background:#dbe3eb;
		border-left:1px solid #aac5e3;
		border-right:1px solid #aac5e3;
		padding-top:5px;
	}
	div#middle div.content{ /* určuje specifické vlastnosti pro všechny div.content v div#middle */
		width:653px;
		padding:0px;
	}
	div#right div.content{ /* určuje specifické vlastnosti pro všechny div.content v div#right */
		width:120px;
	}
	
	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:url(../images/style/bottom-left.gif) left bottom no-repeat;
		width:250px;
		height:3px;
	}
	div#middle div.bottom{ /* určuje specifické vlastnosti pro všechny div.bottom v div#middle */
		width:655px;
	}
	div#right div.bottom{ /* určuje specifické vlastnosti pro všechny div.bottom v div#right */
		background:url(../images/style/bottom-right.gif) left bottom no-repeat;
		width:140px;
	}
	
	/* .top .content a .bottom konec */

div#products-list {
	float:left;
}

/* rozvrzeni konec*/

/* horni lista*/

div#logo {
	float:left;
	position:absolute;
	top:0px;
	left:0px;
}
div#logo a {
	width:330px;
	height:95px;
	display:block;
}
div#top-image {
  float:left;
	width:950px;
	height:240px;
	background:url(../images/style/topimage.jpg) no-repeat;
	margin:0px 0px 0px 0px;
	margin-left:3px;
	position:relative;
}

/* jazyky */

div#lang {
	width:55px;
	float:left;
	padding:40px 0px 0px 517px
}
div#lang a{
	display:block;
	float:left;
	width:20px;
	height:20px;
	margin-right:5px;
}
/*
div#lang a.flag-cs{background:url(../images/style/flag-cs.gif);}
div#lang a.flag-en{background:url(../images/style/flag-en.gif);}
div#lang a.flag-de{background:url(../images/style/flag-de.gif);}
div#lang a.flag-ru{background:url(../images/style/flag-ru.gif);}
*/
div#lang a span{
	display:none;
}

/* jazyky konec */

/* horni lista konec*/

/* rychla navigace*/

div.quick-category{ 
	width:47%;
	padding:4px 4px 4px 4px;
	float:left;
	background-color:#fff;
	margin:3px 3px 3px 3px; /* --- ! ODLISNE V IE 6 ! --- */
	height:40px;
}
div.quick-category:hover{ 
	background-color:#b2d3ed;
}
div.quick-category a.category-link{
	font-weight:bold;
	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:bold;
	margin-right:5px;
	color:#3f423c;
	font-size:10px;
}
p#subcategory-quick-navigation a{
	margin-left:10px;
}

/* rychla navigace konec*/

/* produkty*/

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

	/* 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;
	}

	/* listování */
	
	div#products-window p.listing {
		width:100%;
		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:0px 0px 6px 0px; /* IE6 */
		padding:7px;
		width:641px; /* při změně velikosti náhledu produktu je potřeb změnit i velikost div.image */
		height:116px;
		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:475px;
	float:right;
	}
	div.product h2.product-name{
	  float:right;
	  width:475px;
		padding:5px 0px 0px 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;
		width:475px;
		font-size:15px;
		height:22px;
		float:right;
	}
	div.product div.description div.perex{
		font-size:11px;
		color:#3f3f3f;
		height:40px;
		padding-top:3px;
		width:475px;
		overflow:hidden;
		float:right;
		padding-bottom:3px;
	}
	div.product div.description div.price{
		width:475px;
		padding:3px 0px 5px 0px;
		float:right;
		font-size:13px;
	}
	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 {
		display:block;
		width:70px;
		text-align:center;
		padding-left:4px;
		height:20px;
		color:#FFFFFF;
		text-decoration:none;
		line-height:19px;
		cursor:pointer;
		float:left;
		float:right;
	}
form.fastnakup a.fast-buy , a.buy{
    display:none;
	}	
	div.description div.view-detail a{
		background:url(../images/style/button-detail.gif) left bottom;
		margin-left:2px; /* --- ! odlisne v ie 6! --- */
	}
	div.product div.description div.view-detail a:hover , form.fastnakup a.fast-buy:hover , a.buy:hover{
		background-position:left top;
	}
	form.fastnakup a.fast-buy , a.buy{
		background:url(../images/style/button-buy.gif);
		margin-left:8px; /* --- ! ODLISNE V IE 6 ! --- */
	}
	a.buy{
		float:left;
	}

		/* obrazek nahledu produktu a jeho ikonky */
		
		div.product div.image{
			width:154px;
			height:116px;
			margin-left:0px;
			float:left;
		}
		div.product div.image a{
			display:block;
			position:absolute;
		}
		div.product div.image a img{
			border:none;
			width:154px;
			height:116px;
		}
		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-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 span{
			display:none;
		}

/* produkty konec*/

/* vyhledavani a řazení/

/* vyhledavani a řazení konec */

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

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

/* login */

div#login-preview{
	float:left;
	padding:8px 0px 8px 0px;
	width:100%;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
div#login-preview table#login-preview-table{
	width:100%;
}
div#login-preview table#login-preview-table td{
	border:none;
	padding:2px;
	text-align:right;
}
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;
}
div#login-preview p.login-error{
	font-weight:bold;
	font-size:11px;
}

/* 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 0px 8px 0px;
	width:100%;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
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:right;
}
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;
}

/*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:#e2eaf4;} /* nejsvetlejsi barva */
tr#summary td , tr#basket-title td , input.pieces-submit , form#nakup th				{background:#AAC5E3;} /* stredni barva */
tr.added-product td , table#step3 td , table.order-check td	 , table.order-check 		{border-color:#AAC5E3;} /* stredni barva */
tr#basket-title td , table#basket , tr#summary td , form#nakup th , form#nakup table 	{border-color:#97b7d9;} /* nejtmavsi barva */
form#nakup table th	, table#basket tr#basket-title td , label.obligate					{color:#3d77b4;} /* 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 solid #cddce8;
	padding-top: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-left:none;
	border-right: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-left:none;
	border-right: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 {
}
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:49%;
	float:left;
}
div#product-detail div#next {
	width:49%;
	text-align:right;
	float:right;
}
div#product-detail div#back img.arrow {
	margin-right:10px;
}
div#product-detail div#next img.arrow {
	margin-left:10px;
}

table#pictures-more td {
border:0 none;
}
/* 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; /* ie6 */
	float:left;
	border-style:solid;
	border-width:1px;
	width:145px; /* 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:40px; /* 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:100%;
}
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:936px;
	float:left;
	background:url(../images/style/footer.gif) no-repeat #AAC5E3;
	padding:19px 20px 55px 0px;
}
div#footer p{
	text-align:right;
	float:right;
	font-size:10px;
	padding:2px 10px 2px 0px;
}
div#footer p#links a{
	margin-left:5px;
}
div#footer p , div#footer p a{
	color:#506c7a;
}
div#footer p#default-footer {
  width:420px;
}

/*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é */

div#menu-2 {
  width:950px;
  height:56px;
  margin-left:3px;
  float:left;
  background:url(../images/style/background-menu.jpg) no-repeat;
}
div.info-column-item img {
 margin-top:5px;
}
textarea#message{
 width:653px;
 }
 div.info-column-item a.pict {
 text-align:center;
 display:block;
 }
 div#flash { /* ie6 */
 }
table.goods  {
float:right;
margin-bottom:10px;
margin-right:78px;
margin-top:10px;
width:252px;
}
div.goods {
background:#e2eaf4;
border:1px solid #AAC5E3;
float:left;
margin-left:4px;
margin-right:9px;
padding:15px;
width:183px;
}
div.goods input {
margin:3px 0;
}
#contacts-detail {
background:#e2eaf4;
border:1px solid #AAC5E3;
float:left;
margin-left:4px;
padding:15px;
width:140px;
}
div.order-content div.forms {
clear:both;
float:left;
padding-bottom:15px;
padding-top:15px;
}
 

/* konec dodatečné */

























