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

/* tabulky pro administraci */

table.DETAIL-PRODUKTU {
 width:100%;
}
table.DETAIL-PRODUKTU td {
 border:1px solid #9ba42d;
 width:273px;
 background:#f8f9ee;
 padding:5px;
 color:#8b2060;
}
table.DETAIL-PRODUKTU tr:nth-child(even) td { background: #fff }
table.DETAIL-PRODUKTU tr:nth-child(odd)  td { background: #f8f9ee }

/* konec tabulky pro administraci */

/* TinyMCE specific rules */

body.mceContentBody {
   background: #FFFFFF;
}

/* TinyMCE specific rules konec */

/* barevnost */

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

.border-light								{border-color:#ecedd8 !important;} /* světlé ohraničení */
.border-middletone , .border-middletone td	{border-color:#dddfbf !important;} /* střední ohraničení */
.border-dark								{border-color:#c6c8a1 !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 #c4c6a5;
	color:#2a2a2a;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
}
a , h1 , h2 , h3 , h4 , h5 , strong , b{
	color:#8b2060;
}
a:hover {
	color:#4f0f36;
	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:#8b2060;
}
ul {
	padding:5px 0px 5px 20px;
	margin:0px 0px 0px 0px;
}
li {
	padding:0px;
	margin:0px;
}
select{
	border:1px solid #858585;
	height:20px;
}
input , textarea , fieldset , td{
	border:1px solid #858585;
}

	/* buttons */
	
	.submit{
		height:20px;
		padding:0px 22px 0px 0px; /* ie8 */
		line-height:20px;
		display:block;
		background:url(../images/style/button-submit.png) right 4px no-repeat;
		float:right;
		font-size:12px;
		margin:2px;
		color:#8b2060;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
	}
	.submit:hover{
		background-position:right -31px;
		color:#4f0f36;
	}
	input.submit{ /* neutralizuje rozdily mezi "a" a input type="submit" */
		border:none;
		cursor:pointer;
		padding:0px 17px 0px 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#main {
  width:100%;
  float:left;
	background:url(../images/style/background-main.jpg) center top no-repeat;  
  }
div#center {
	margin:0px auto;
	width:956px;
}
div#content-background {
	width:956px;
	float:left;
	background:url(../images/style/background-content.png) repeat-y; 
	padding-top:1px;
}
div#left {
	width:190px;
	float:left;
	min-height:300px; /* ie6 */
	margin:0px 5px 0px 8px; /* --- ! ODLISNE V IE 6 ! --- */
}
div#middle {
	width:600px;
	float:left;
	padding:0px;
	margin-right:5px;
	min-height:300px; /* ie6 */	
}
div#right {
	width:140px;
	float:left;
	margin-left:0px;
}

	/* .top .content a .bottom */
	
	h2.top , h2.top a{ /* určuje společné vlastnosti pro všechny h2.top */
		height:25px;
		line-height:25px;
		margin:0px;
		font-size:12px;
		color:#fff;
		font-weight:normal;
		padding-left:14px;
		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:176px; /* musí být definováno kvůli ie6 */
		font-size:13px;
	}
	div#middle h2.top{ /* určuje specifické vlastnosti pro h2.top v div#middle */
		background:url(../images/style/top-middle.gif) left bottom no-repeat;
		width:586px; /* musí být definováno kvůli ie6 */
		height:30px;
		line-height:28px;
		font-size:14px;    		
	}
	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:126px; /* 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:166px;
		background:#e5e5e5;
		padding:6px 12px 6px 12px;
	}
	div#middle div.content{ /* určuje specifické vlastnosti pro všechny div.content v div#middle */
		width:572px;
		padding:0px 14px;
	}
	div#right div.content{ /* určuje specifické vlastnosti pro všechny div.content v div#right */
		width:125px;
		padding:3px 8px 0px 7px;
		background:#e8e8e8;
	}
	
	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 top no-repeat;
		width:190px;
	}
	div#middle div.bottom{ /* určuje specifické vlastnosti pro všechny div.bottom v div#middle */
		background:none;
		width:600px;
	}
	div#right div.bottom{ /* určuje specifické vlastnosti pro všechny div.bottom v div#right */
		background:url(../images/style/bottom-right.gif) left top no-repeat;
		width:140px;
	}
	
	/* .top .content a .bottom konec */

div#products-list {
	float:left;
}

/* rozvrzeni konec*/

/* horni lista*/

div#logo {
	float:left;
	margin-top:105px;
}
div#logo a {
	width:150px;
	height:55px;
	display:block;
}
div#top-image {
  float:left;
	width:956px;
	height:165px;
	background-image:url(../images/style/topimage.jpg);
	margin:0px 0px 0px 0px;
	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:168px;
	padding:8px 13px 4px 13px;
	float:left;
	background:url(../images/style/background-quick.gif) no-repeat;
	margin:3px 3px 3px 3px; /* --- ! ODLISNE V IE 6 ! --- */
	height:147px;
}
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;
	padding:0px;
	text-align:center;
	vertical-align:top;
}
div.quick-category td.picture {
  width:168px;
  height:129px;
}
div.quick-category p{
	height:15px;
	overflow:hidden;
	padding:0px;
	margin:5px 0px;
	line-height:15px;
}
div.quick-category a{
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
}
div.quick-category a:hover {
	text-decoration:underline;
}
p#subcategory-quick-navigation a{
	margin-left:10px;
}

/* rychla navigace konec*/

/* produkty*/

div#products-window{
	float:left;
}
div#products-options{
	width:600px;
	float:left;
	margin-top:5px;
	padding-top:4px;	
}

	/* subkategorie */
	
	div#subcategory-available {
		width:586px;
		float:left;
		padding-left:14px;
	}
	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:286px;
		float:left;
		padding-left:14px;
	}
	div#products-search form#search{
		margin:0px 0px 5px 0px;
		padding:0px;
	}
	div#products-search form#search table {
		margin: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 h3, 	div#products-sort h3 {
     font-weight:normal;
     font-size:12px;
     color:#2a2a2a;
	}	
	
	
	/* řazení */
	
	div#products-sort {
		width:286px;
		float:left;
		margin-bottom:10px;
		padding-left:14px;
	}
	div#products-sort select{
		margin:2px 0px 5px 0px;
	}
	div#products-sort table {
		margin:0px;
	}	

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

	/* nahled produktu */
	
	div#products-window div.product,
	div#related div.product{
		margin:3px; /* IE6 */
		padding:4px 10px;
		width:174px; /* při změně velikosti náhledu produktu je potřeb změnit i velikost div.image */
		height:279px;
		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%;
	margin-top:18px;
	}
	div.product h2.product-name{
		padding:2px 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: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 span.old-price{
		text-decoration:line-through;
		font-size:11px;
		margin-right:8px;
		color:#5c5c5c;
	}
	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:86px;
		text-align:center;
		padding-left:0px;
		height:22px;
		color:#FFFFFF;
		text-decoration:none;
		line-height:20px; /* ie8 */
		cursor:pointer;
		float:left;
		margin-top:3px;
	}
	div.description div.view-detail a{
		background:url(../images/style/button-detail.gif) left bottom;
		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 0px;
	}
	form.fastnakup a.fast-buy , a.buy{
		background:url(../images/style/button-buy.gif) left bottom;
		margin-left:2px; /* --- ! ODLISNE V IE 6 ! --- */
	}
	a.buy{
		float:left;
	}

		/* obrazek nahledu produktu a jeho ikonky */
		
		div.product div.image{
			width:174px;
			height:131px;
			margin-left:0px;
		}
		div.product div.image a{
			display:block;
			position:absolute;
		}
		div.product div.image a img{
			border:none;
			width:174px;
			height:131px;
		}
		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{
  width:348px;
  height:105px;
  float:right;
	background:url(../images/style/customer-bottom.png) left bottom no-repeat; /* ie6 */
	padding-bottom:6px;
	position:absolute;
	right:3px;
}
div#customer form{
	margin:0px; /* dulezite pro IE */
}

/* login */

div#login-preview{
	float:left;
	padding:0px 0px 5px 0px;
	width:173px; /* ie6 */
	height:100px;
	background:url(../images/style/background-account.gif) #fff;
}
div#login-preview table#login-preview-table{
  margin-left:4px;
}
div#login-preview table#login-preview-table td{
	border:none;
	padding:2px;
	text-align:left;
}
div#login-preview table#login-preview-table td.login-label{
	width:38px;
}
div#login-preview td label{
	font-size:12px;
}
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;
	width:95px;
	margin-right:13px;
	clear:both;
 color:#3c0e35;	
}
div#login-preview a.completive-button:hover {
  text-decoration:underline;
}
div#login-preview p.login-error{
	font-weight:bold;
	font-size:11px;
	padding:2px 0px 0px 9px;
}

/* login po prihlaseni */

div#login-preview div#logged-in{
	margin:2px 0px 5px 9px; /* stejny margin jako u table id="login-table" */
}
div#login-preview div#logged-action-div{
	width:90%;
	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:0px 0px 5px 3px;
	width:171px;
	height:100px;
	background:url(../images/style/basket.gif) no-repeat 3px 5px #fff;
	border-left:1px dotted #3c0e35;
}
div#basket-preview div#basket-action-div{
	width:100%;
	text-align:right;
	margin-top:2px; /* ie6 ie7 ie8 */
	float:left;
}
div#basket-preview div#basket-action-div a {
  margin-right:10px;
  margin-top:0px;
  color:#3C0E35;
  float:left;
}
div#basket-preview table#basket-preview-table{
	width:175px;
	margin-top:9px;
}
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:12px;
	width:70px;
}
div#basket-preview table#basket-preview-table td.basket-value{
	font-size:12px;
}
div#basket-preview table#basket-preview-table td.basket-value strong {
	font-weight:bold;
 color:#3c0e35;	
}

/*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:#dddfbf;} /* stredni barva */
tr.added-product td , table#step3 td , table.order-check td	 , table.order-check 		{border-color:#dddfbf;} /* stredni barva */
tr#basket-title td , table#basket , tr#summary td , form#nakup th , form#nakup table 	{border-color:#c6c8a1;} /* nejtmavsi barva */
form#nakup table th	, table#basket tr#basket-title td , label.obligate					{color:#737556;} /* 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;
	margin-top:5px;
}
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 #d1d1d1;
	padding-top:5px;
}
div#right div#akce h2.top{
}
div#right div#akce p {
	padding:3px 0px 3px 0px;
	text-align:right;
}
div#right div#akce p a{
}
div#right div#akce p.right {
	text-align:right;
}
div#right div#akce img {
	width:125px;
	margin-bottom:2px;
}
div#right div#akce p.right span.old-price{
	text-decoration:line-through;
	color:#536063;
}
/* akce konec*/

/* nejprodavanejsi */

div#most-sold table{
  margin:0px;
}
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 {
}
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;
}
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í */


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:11px; /* ie6 */
	float:left;
	border-style:solid;
	border-width:1px;
	width:109px; /* 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:100%;
	float:left;
	background:url(../images/style/footer.gif) no-repeat;
	padding:10px 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:#5e5f48;
}

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

table#news {
  margin:0px; 
}
table#news strong , table#topseller strong {
  color:#2a2a2a;
  font-weight:normal;   
}
div#left div.content img {
  margin:6px 0px 3px 0px;
}
div.product-action strong.price {
  font-size:12px;
  color:#5b153e;
}
div.product-action span.action {
  display:block;
  padding-bottom:3px;
}
table.nakup a.buy {
  margin-top:0px;
}
table.nakup td {
  border-color:#C6C8A1;
}
div#basket-preview h4 {
 padding-top:2px;
 font-weight:normal;
 color:#3c0e35;
 font-size:14px;
 padding-left:20px;
}
div#login-preview h4 {
 padding-left:6px;
 padding-top:2px;
 font-weight:normal;
 color:#3c0e35;
 font-size:14px;
}
div#login-preview table#login-preview-table td input {
 width:109px;
}
div#login-action-div input.submit {
 margin-right:12px;
 margin-bottom:0px;
 color:#3c0e35; 
}
div#login-action-div input.submit:hover {
 text-decoration:underline;
}
table#login-preview-table {
 margin-top:4px;
 margin-bottom:0px;
}
div#customer-in {
 float:left;
 background:#fff;
 padding-top:2px; /* ie6 */
}
div#products-window div.content{
  width:600px;
  padding:0px;
}
textarea#message {
 width:570px;
}
div#related-products-window div.content {
  width:600px;
  padding:0px; 
}
form#form table.text input.radio {
  border:none;
}
div#quick-navigation div.content {
  width:600px;
  padding:3px 0px;
}
div.options-top {
  width:100%;
  height:4px;
	background:url(../images/style/top-searching.gif) no-repeat;
  font-size:1px;
  float:left;	
}
div.options-content {
  width:100%;
  background:#edefd2;
  float:left;
}
div.options-bottom {
  width:100%;
  height:4px;
	background:url(../images/style/bottom-searching.gif) no-repeat;
  font-size:1px;
  float:left;	
}


/* konec dodatečné */











