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

/* TinyMCE specific rules */

body.mceContentBody {
   background: #FFFFFF;
}
/*.mceContentBody a {
   color: red !important;
}*/

/* TinyMCE specific rules konec */

/* barevnost */

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

.border-light			{border-color:#ecf4fa !important;} /* světlé ohraničení */
.border-middletone		{border-color:#90846a !important;} /* střední ohraničení */
.border-dark			{border-color:#23557d !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: #fff;
	color:#2c251e;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
}
a , h1 , h2 , h3 , h4 , h5 , strong , b{
	color:#000;
}
a:hover {
	color:#2c251e;
	text-decoration:none;
}
a img {
	border:none;
}
h1 , h2 , h3 , h4 , h5 {
	margin:0px;
	padding:0px;
	font-weight:normal;
}
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;
}
ul {
	padding:5px 0px 5px 20px;
	margin:0px 0px 0px 0px;
}
li {
	padding:0px;
	margin:0px;
}
select{
	border:1px solid #90846a;
	height:20px;
}
input , textarea , fieldset , td{
	border:1px solid #90846a;
}
input.submit {
	cursor:pointer;
	border:none;
	background:url(../images/style/search-button.gif) center right no-repeat;
	padding:0px 19px 0px 0px; /* IE6 , IE7 */
	font-weight:bold;
	color:#425d0f;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
a.submit {
	cursor:pointer;
	border:none;
	background:url(../images/style/search-button.gif) center right no-repeat;
	padding:0px 22px 0px 0px;
	font-weight:bold;
	color:#425d0f;
	text-decoration:underline;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	text-align:right;
}
a.back{
	background:url(../images/style/arrow-left.gif) left no-repeat;
	padding-left:10px;
	margin-right:10px;
}
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 {
	padding:3px;
}
table.no-border td {
	border:none;
}
.pointer {
	cursor:pointer;
}


/* obecne konec */

/* rozvrzeni */

div#center {
	margin:0px auto 0px auto;
	width:1100px;
}
div#content-background {
	width:1092px;
	float:left;
	background-color:#fff;
	margin-left:8px;
}
div#left {
	width:195px;
	float:left;
}
div#middle {
	width:726px;
	float:left;
	padding:0px;
	margin:0px 5px;
}
div#right {
	width:145px;
	float:left;
}
h2.top {
	height:30px;
	line-height:30px;
	padding:0px 0px 0px 10px;
	font-size:12px;
	color:#fff;
	float:left;
}
div#left h2.top {
	width:185px;
	background:url(../images/style/top-180.gif) no-repeat;
}



div#left div.top h2 {
  color: #FFFFFF;
  float: left;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 0px;
}

div#left div.top {
	width:185px;
	background:url(../images/style/top-180.gif) no-repeat;
	height:30px;
	line-height:30px;
	padding:0px 0px 0px 10px;
	font-size:12px;
	color:#fff;
	float:left;
	width:185px;
}

div#middle h2.top{
	width:716px;
	background:url(../images/style/top-540.gif) no-repeat;

}
body#homepage div#middle h2.top{
  top:269px;
}
div#right h2.top {
	width:135px;
	background-image:url(../images/style/top-140.gif);
}
div.content {
	background:#ede1c6;
	border-left:1px solid #90846a;
	border-right:1px solid #90846a;
	padding:0px 9px 0px 9px;
	float:left;
}
div#left div.content {
	width:175px;
}
div#middle div.content {
	width:706px;
	float:left;
}
div#right div.content {
	width:125px;
}
div.bottom { /* tento div ponechavat a pouzivat jak ve stylech, tak v kodu - to ze neni potreba v jedne verzi neznamena, ze nebude potreba v te dalsi */
	height:10px;
	font-size:1px;
	margin-bottom:10px;
	float:left;
	background:#ede1c6;
	border-left:1px solid #90846a;
	border-bottom:1px solid #90846a;
	border-right:1px solid #90846a;
}
div#left div.bottom {
	width:193px;
	background:#ede1c6;
	border-left:1px solid #90846a;
	border-bottom:1px solid #90846a;
	border-right:1px solid #90846a;
}
div#middle div.bottom {
	width:724px;
	/*background:url(../images/style/bottom-540.gif);*/
}
div#right div.bottom {
	width:143px;
	/*background:url(../images/style/bottom-140.gif);*/
}
div#products-list {
	float:left;
}

/* rozvrzeni konec*/

/* horni lista*/


div#logo {
	float:left;
	margin-top:30px;
}
div#logo a {
	width:230px;
	height:65px;
	display:block;
}
body#homepage div#logo {
	float:left;
	margin-top:70px;
}
body#homepage div#logo a {
	width:320px;
	height:120px;
	display:block;
}
div#top-image {
  float:left;
	width:1100px;
	height:97px;
	background:url(../images/style/topimage-new.jpg) no-repeat left bottom #fff;
	margin:0px 0px 0px 0px;
	padding-top:10px;
}

div#top-image-homepage {
  float:left;
	width:1100px;
	height:217px;
	background:url(../images/style/topimage-homepage.jpg) no-repeat left bottom #fff;
	margin:0px 0px 0px 0px;
	padding-top:10px;
}
div#flash-homepage{
  float:left;
  display:block;
  width:300px;
  height:217px;
  margin: 0 0 0 89px;
}
div#topimage-text {
  float:right;
  width:695px;
  height:26px;
  margin-top:50px;
  margin-right:30px;
  text-align:right;
  overflow:hidden;
}
div#topimage-text p {
  margin:0px;
  font-weight:bold;
  font-size:22px;
  line-height:26px;
  color:#000;
  float:right;
  padding:0px;
}
div#topimage-text p a {
  text-decoration:none;
  color:#000;
}
/* 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 */

/* menu */

ul#hlavniMenu {
	width:1076px;
	height:35px;
	display:block;
	padding:0px 0px 0px 0px;
	background:#2c251e;
	list-style-type:none;
	float:left;
	border-bottom:6px solid #fff;
	border-top:1px solid #fff;
	margin:5px 0px 0px 8px;
}
ul#hlavniMenu ul {
	position:absolute;
	z-index:250;
	top:35px;
	left:-1px;
	visibility:hidden;
	padding:0px;
	list-style-type:none;
}
ul#hlavniMenu li {
	width:152px;
	float:left;
	z-index:100;
	position:relative;
	border-left:1px solid #5a4e43;
}
ul#hlavniMenu a.link-level-1 {
	display:block;
	line-height:35px;
	color:#fff;
	text-decoration:none;
	padding:0px 5px 0px 25px;
	height:35px;
	text-align:left;
	overflow:hidden;
	background:url(../images/style/menu-information-hover.gif) 9px top no-repeat;
}
ul#hlavniMenu li a.link-level-1:hover , ul#hlavniMenu li:hover a.link-level-1 , ul#hlavniMenu li.hover a.link-level-1{ /* umožňuje zachovat zabarvení odkazu 1. úrovně i po najetí na odkaz úrovně 2 */
	background-position:9px bottom;
	color:#fff;
}
ul#hlavniMenu ul li{
  	border-left:none;
}
ul#hlavniMenu ul li a.link-level-2 {
	background:#cfb58f;
	border-top:1px solid #5a4e43;
	padding:3px 3px 3px 3px;
	line-height:18px;
	display:block;
	color:#2c251e;
	text-decoration:none;
}
ul#hlavniMenu ul li a:hover {
	background:#2c251e;
	color:#fff;
}
ul#hlavniMenu li:hover ul, ul#hlavniMenu li.hover ul {
	visibility:visible;
}
ul#hlavniMenu li {
	behavior: url(/hover.htc);
}
/* menu konec*/

/* horni lista konec*/

/* menu shop*/

/* ---=== menu shop config ===--- */

/* pro dodržení funkčnosti configu je potřeba dodržet velikost ikonek submenu 9x9px , jejich názvy a umístění */

div#menu-shop div.content								{width:193px;} /* nastavení šířky menu */
ul#menu-shop-ul td 										{padding:7px 0px 7px 0px;} /* nastavení výšky položky 1.úrovně (tento padding+15px) */
ul#menu-shop-ul li.level1 ul li							{padding:5px 0px 5px 0px;} /* nastavení výšky položky 2.úrovně (tento padding+15px) */

div#menu-shop div.content								{background:#2c251e;} /* nastavení pozadí menu */
ul#menu-shop-ul li.no-child , ul#menu-shop-ul li.level1 {background:none;} /* nastavení pozadí položky 1.úrovně */
ul#menu-shop-ul li.level1 ul li							{background:#53473b;} /* nastavení pozadí položky 2.úrovně */
ul#menu-shop-ul li.level1 a 							{color:#fff;} /* nastavení barvy písma položky 1.úrovně */
ul#menu-shop-ul li.level1 li.level2 a 					{color:#fff;} /* nastavení barvy písma položky 2.úrovně */
ul#menu-shop-ul li.level1 								{border-top:1px solid #fff;} /* nastavení ohraničení položky 1.úrovně */

/* ---=== menu shop config konec ===--- */

div#menu-shop div.content{
	padding:0px;
	line-height:15px;
	border-color: #2c251e;
}
div#menu-shop div.bottom{
	background:url(../images/style/bottom-180-menu.jpg);
	height:14px;
	border:none;
	width:195px;
}
div#menu-shop ul{
	list-style-type:none;
}
ul#menu-shop-ul{
	width:100%;
	padding:0px;
	margin-top:5px;
}
ul#menu-shop-ul li.no-child{
	display:block;
	font-weight:normal;
}
ul#menu-shop-ul li.no-child a{
	width:95%;
	display:block;
	text-decoration: none;
}
ul#menu-shop-ul table{
	width:95%;
	margin:0px;
}
ul#menu-shop-ul td{
	border:none;
}
ul#menu-shop-ul td.icon{
	width:15px;
	padding-left:9px !important;
}
ul#menu-shop-ul a {
	font-weight:normal;
	text-decoration: none;
}
ul#menu-shop-ul a.icon {
	height:9px;
}
ul#menu-shop-ul a:hover {
}
ul#menu-shop-ul li.level1 {
	font-weight:bold;
}
ul#menu-shop-ul li.pseudo-category {
	background-color:#3c4725;
}
ul#menu-shop-ul li.level1 ul {
	margin:0px 0px 0px 0px;
	padding:0px;
}
ul#menu-shop-ul li.level1 ul li{
	margin:0px;
}
ul#menu-shop-ul li.level1 li.level2 a {
	display:block;
	padding:0px 5px 0px 25px;
	font-weight:normal;
	background:url(../images/style/submenu/menu-arrow.gif) 10px center no-repeat;
}

/* menu eshop konec*/

/* page */

div#page-window{
	float:left;
}

/* page konec */

/* rychla navigace*/

div.quick-category{ 
	width:47%;
	padding:4px 4px 4px 4px;
	float:left;
	background-color:#ede1c6;
	margin:3px 3px 3px 3px; /* --- ! ODLISNE V IE 6 ! --- */
}
div.quick-category:hover{ 
	background-color:#fff;
}
div.quick-category a.category-link{
	font-weight:bold;
	display:block;
	height:15px;
	overflow:hidden;
	color:#425d0f;
}
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:#2c251e;
	font-size:10px;
}
p#subcategory-quick-navigation a{
	margin-left:10px;
}

/* rychla navigace konec*/

/* produkty*/

div#products-window{
	float:left;
	width:100%;
}
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;
	}
	div#products-search a.advanced-search {
	display:block;
  width:100%;
  height:1px;
  font-size:1px;
	}
	
	/* ř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;
		color:#566d25;
	}
	div#products-window p.listing strong{
		color:#566d25;
	}
	

	/* nahled produktu */
	
	div#products-window div.product,
	div#related div.product{
		/*margin:1px; /* IE6 */
		padding:4px;
		width:168px; /* při změně velikosti náhledu produktu je potřeb změnit i velikost div.image */
		height:284px;
		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:0px 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;
		padding-top:10px;
		line-height: 15px;
		font-family: georgia;
		color:#524a39;
	}
	div.product div.description div.perex{
		font-size:10px;
		color:#3f3f3f;
		height:40px;
		padding-top:3px;
		width:100%;
		overflow:hidden;
	}
	div.product div.description div.price{
		width:100%;
		text-align:right;
		padding:3px 0px 3px 0px;
	}
	div.product div.description div.price strong{
	  color:#a10101;
	}
	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:54px;
		text-align:center;
		padding-left:20px;
		height:30px;
		color:#FFFFFF;
		text-decoration:none;
		line-height:30px;
		cursor:pointer;
		float:left;
	}
	div.description div.view-detail a{
		background:url(../images/style/button-detail.gif);
		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:0px 30px;
	}
	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:168px;
			height:126px;
			margin-left:0px;
		}
		div.product div.image a{
			display:block;
			position:absolute;
			z-index:150;
		}
		div.product div.image a img{
			border:none;
			width:168px;
			height:126px;
		}
		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:105px
}
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 h4{
	color:#44392e;
	font-weight: bold;
}
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:12px;
}
div#basket-preview table#basket-preview-table td.basket-value{
	font-size:12px;
}
div#basket-preview table#basket-preview-table td.basket-value strong{
  color:#566d25;
}
/*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:#fff;} /* nejsvetlejsi barva */
tr#summary td , tr#basket-title td , input.pieces-submit , form#nakup th				{background:#d3c6aa;} /* stredni barva */
tr.added-product td , table#step3 td , table#order-check td	 , table#order-check 		{border-color:#d3c6aa;} /* stredni barva */
tr#basket-title td , table#basket , tr#summary td , form#nakup th , form#nakup table 	{border-color:#9e9276;} /* nejtmavsi barva */
form#nakup table th	, table#basket tr#basket-title td , label.obligate					{color:#425d0f;} /* 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#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;
}
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 #90846a;
	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:125px;
}
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;
}
div#most-sold table td.first{
	text-align:left;
}
div#most-sold table td.second{
	text-align:right;
	width:60px;
}

/* nejprodavanejsi konec */

/* detail*/
p#zarazeni{
  clear: both;
}
div#product-detail p#zarazeni a {
	margin-right:6px;
}
strong.cena1 {
	color:#a10101;
}
table#pictures td{
	border:none;
}
div#product-detail table#pictures img {
	border: 1px solid #2b485c;
	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;
	border: 1px solid #2d4411;
}
div#product-detail div#back {
	width:50%;
	float:left;
}
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;
}

/* detail konec*/

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

a#anchor-advance-search {float:right;color:#fff;margin-right:10px;cursor:pointer;text-decoration:underline;}
a#anchor-advance-search:hover {text-decoration:none;}
div#advance-search {width:100%;}
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;
}
span.left-top {
  float:left;
}

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

/*footer*/

div#footer{
	width:100%;
	float:left;
	/*background:url(../images/style/footer.gif) no-repeat;*/
	padding:0px 0px 10px 0px;
}
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:#000;
}

/*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#middle div#advance-search h2.top , div#middle div#products-window h2.top {
 position:static;
 margin-left:0px;
 left:0px;
 top:0px;
 }
div#middle div#advance-search div.content , div#middle div#products-window div.content {
  margin-top:0px;
}
/* dodatečné konec */

/* meny start */
a#currency-czk { 
  background: url("../images/style/crowns.png") no-repeat scroll center center transparent;
  width: 16px;
  height: 12px;      
}

a#currency-eur {   
  background: url("../images/style/euros.png") no-repeat scroll center center transparent;
  width: 14px;
  height: 13px;  
}

a.currency-ico {
  display: block;
  float: right;   
  margin: 8px 8px 0px 0px;  
}
/* meny stop */





























