@charset "utf-8";
/* CSS Document ESHOP*/

/* TinyMCE specific rules */

body.mceContentBody {
   background: #FFFFFF;
}

/* TinyMCE specific rules konec */

/* barevnost */

.background-light							{background-color:#efe9e9;} /* světlé pozadí */ /* jiný odstí než má pozadí divu content */
.background-middletone						{background-color:#ded6d6;} /* střední pozadí */
.background-dark							{background-color:#cfc5c5;} /* tmavé pozadí */

.border-light								{border-color:#efe9e9 !important;} /* světlé ohraničení */
.border-middletone , .border-middletone td	{border-color:#ded6d6 !important;} /* střední ohraničení */
.border-dark								{border-color:#cfc5c5 !important;} /* tmavé ohraničení */

.text-light									{color:#ffffff;} /* světlé písmo */
.text-middletone							{color:#000;} /* tmavé písmo */

/* barevnost konec */

/* obecne */

body {
	margin:0px;
	padding:0px;
	color:#000;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	background-color: #000;
	background-image: url(../images/style/background-body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
  h1 , h2 , h3 , h4 , h5 , strong , b{
	color:#000000;
}
a {
  color:#605d5d;
}
a:hover {
	color:#000;
	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:14px;
}
h3 {
	line-height:24px;
	font-size:12px;
}
h4 , h5 {
	line-height:15px;
	font-size:12px;
}
h1.none , h2.none {
	display:none;
}
strong.price{
	color:#303030;
	font-size:13px;
	font-weight:normal;
}
ul {
	padding:5px 0px 5px 20px;
	margin:0px 0px 0px 0px;
}
li {
	padding:0px;
	margin:0px;
}
select{
	border:1px solid #ded6d6;
	height:20px;
}
input , textarea , fieldset , td{
	border:1px solid #d3cccc;
}

	/* buttons */
	 .xx-hoodle{
	   display:none; 
   }
	
  .submit{
		height:20px;
		padding:0px 0px 0px 0px;
		line-height:20px;
		display:block;
		background:none;
		float:right;
		font-size:12px;
		margin:2px;
		color:#605D5D;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
	}
	.submit:hover{
		background-position:bottom right;
		color:#000;
		text-decoration:underline;
	}
	input.submit{ /* neutralizuje rozdily mezi "a" a input type="submit" */
		border:none;
		cursor:pointer;
		padding:0px 0px 0px 0px;
	}
	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 {
  float:left;
  width:100%;
	background:url(../images/style/background-main2.jpg) center top no-repeat;  
}
div#center {
	margin:0px auto;
	width:960px;
	position:relative;
}
div#content-background-top { /* ie6 */
	width:953px;
  height:1px;
	float:left;
	background:url(../images/style/background-content-top.png) left top no-repeat; 
	margin-left:4px;
}
div#content-background { /* ie6 */
	width:956px;
	min-height:375px;
	float:left;
	background:url(../images/style/background-content.png) left top repeat-y; 
	margin-left:4px;
}
div#left {
	width:201px;
	float:left;
	margin:0px 0px 0px 0px; /* --- ! ODLISNE V IE 6 ! --- */
}
div#middle { /* ie6 */
	width:755px;
	float:left;
	padding:9px 0px 0px 0px;
}
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:30px;
		line-height:30px;
		margin:0px;
		color:#000000;
		font-weight:bold;
		padding-left:20px;
		float:left;
		text-decoration:none;
		font-size:14px;
		text-transform:uppercase;
	}
	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:181px; /* musí být definováno kvůli ie6 */
		display:none;
	}
	div#middle h2.top{ /* určuje specifické vlastnosti pro h2.top v div#middle */ 
		width:730px; /* musí být definováno kvůli ie6 */ /* ie6 */
	}
	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 10px 0px 10px;
	}
	div#left div.content{ /* určuje specifické vlastnosti pro všechny div.content v div#left */
		width:181px;
	}
	div#middle div.content{ /* určuje specifické vlastnosti pro všechny div.content v div#middle */
		width:710px;
		padding-left:20px;
		padding-right:20px;
		padding-top: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:201px;
	}
	div#middle div.bottom{ /* určuje specifické vlastnosti pro všechny div.bottom v div#middle */
		width:750px;
		height:1px;
		margin:0px;
	}
	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;
}
div#logo a {
	width:300px;
	height:191px;
	display:block;
}
div#top-image {
    float:left;
	width:960px;
	height:197px;
	background-image:url(../images/style/topimage.png);
	margin:0px 0px 0px 0px;
	position:relative;
	z-index:2;
}

/* jazyky */

div#lang {
	padding:0px;
	position:absolute;
	right:10px;
	top:192px;
	z-index:10;
}
div#lang a{
	display:block;
	float:left;
	width:29px;
	height:17px;
	margin-right:2px;
	background-position:left -3px; 
}
div#lang a:hover {
 background-position:left 0px;
}
div#lang a.activated {
 background-position:left 0px;
}
div#lang a.flag-cs {
 background-image:url(../images/style/flag-cs.png);
 background-repeat:no-repeat;
}
div#lang a.flag-sk {
 background-image:url(../images/style/flag-sk.png);
 background-repeat:no-repeat;
}
div#lang a.flag-en {
 background-image:url(../images/style/flag-eu.png);
 background-repeat:no-repeat;
}

div#lang a.flag-cs:hover , div#lang a.flag-en:hover , div#lang a.flag-sk:hover {
 background-position:left 0px;
}
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-window h2.top {
	display:none;
}
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:365px; /* ie6 */
		float:left;
	}
	div#products-search h3 {
    float:left;
    width:120px;
	}	
	div#products-search form#search{
		margin:3px 0px 5px 0px;
	}
	div#products-search form#search table {
		margin:0px;
	}
	div#products-search form#search table td {
		padding:0px;
	}  	
	div#products-search input#products-search-input{
		margin-right:0px;
		width:170px;
		height:17px;
		border:none;
		background:url(../images/style/background-search.gif) right top no-repeat;
		padding-left:3px;
	}
	div#products-search .submit{
    margin:0px;
		background:url(../images/style/input-search.gif) no-repeat;
    width:21px;
    height:19px;   
	}
	div#products-search a.advanced-search{
		display:block;
		text-align:left;
		clear:both;
    color:#000;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    margin-top:9px;
    float:left;	
	}
	div#products-search a.advanced-search:hover {
    text-decoration:underline;
	}	
	
	/* řazení */
	
	div#products-sort {
		float:left;
		margin-bottom:10px;
		width:345px;
	}
	div#products-sort h3 {
    text-transform:uppercase;
    float:left;
    width:100%;
    display:none;
	}		
	div#products-sort select{
		margin:3px 0px 5px 5px;
		width:166px;
		height:18px; /* ie7 */
		background:url(../images/style/background-select.gif) no-repeat;
    border:none;		
	}
	
	option{
    background:#ffffff;
  }
	
  div#products-sort select#raditko {
		margin-right:8px;	
	}	
	div#products-sort table {
		margin:0px;
    clear:both;		
	}
	div#products-sort table td {
		padding-top:0px;
    padding-left:0px;
    vertical-align:top;		
	}
  div#products-sort form  {
    margin:0px;
  }
  div#genre-filter  {
    width:100%;
    float:left;
    margin-bottom:8px;
  }
  strong.filter  {
    margin-bottom:8px;
    display:block;
    float:left;
    width:100%;
  }  
div#genre-filter div {
    width:118px;
    float:left;
  }    
  div#genre-filter form#genre  {
    width:100%;
    margin:0px;
  }
  div#genre-filter form#genre input {
     float:left;
     border:none;
  }
  div#genre-filter form#genre input.submit {
     clear:both;
     font-weight:bold;
     text-decoration:underline;
     padding-left:3px;
  }  
  div#genre-filter form#genre label {
     float:left;
     padding-top:2px;
     display:block;
  }      
    	

	/* listování */
	
	div#products-window p.listing {
		width:708px;
		text-align:right;
		float:left;
		padding-top:0px;
		padding-bottom:18px;
	}
	div#products-window p.listing strong {
   color:#605d5d;
	}	
	div#products-window p.listing a {
		margin-left:8px;
	}

	/* nahled produktu */
	
	div#products-window div.product,
	div#related div.product{
		margin:12px 7px 7px 7px; /* IE6 */
		padding:0px;
		width:163px; /* při změně velikosti náhledu produktu je potřeb změnit i velikost div.image */
		height:230px;
		float:left;
		overflow:hidden;
	}
	div.product div.description{
	width:100%;
	}
	div.product h2.product-name{
		padding:0px 5px;
		line-height:16px;
	}
	div.product h2.product-name a{
		text-decoration:none;
		display:block;
		text-align:left;
		width:100%;
		font-size:12px;
		height:16px;
		color:#303030;
		font-weight:normal;
		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:158px;
		text-align:right;
		padding:5px 5px 8px 0px;
		display:none;
	}
	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;
		margin-top:9px;
		margin-left:4px; /* ie6 */
		background:url(../images/style/button-buy2.png) right top no-repeat;
		width:153px;
	}
	div.product div.description form.fastnakup:hover a{
    color:#1580A3;
	}	
	form.fastnakup a.fast-buy , a.buy{
		display:block;
		text-align:center;
		height:24px;
		padding-left:0px;
		width:76px;
		color:#444444;
		text-decoration:none;
		line-height:24px;
		cursor:pointer;
		float:left;
	}
	div#related {
    float:left;
    width:100%;
    padding-top:15px;
  }
	form.fastnakup a.fast-buy.right {
   width:54px;
   margin-left:20px;
   text-align:center;
	}	
	form.fastnakup a.fast-buy:hover , a.buy:hover{
	  color:#1580A3;
	}
	form.fastnakup a.fast-buy , a.buy{
		margin-left:0px; /* --- ! ODLISNE V IE 6 ! --- */
	}
	a.buy{
		float:left;
	}

		/* obrazek nahledu produktu a jeho ikonky */
		
		div.product div.image{
			width:154px;
			height:154px;
			margin-left:5px;
			margin-bottom:5px;
			position:relative;
		}   
		div.product div.image a{
			display:block;
			position:absolute;
		  border:1px solid #EAEAEA;
			z-index:6;
		}
		div.product div.image a:hover{
		  border:1px solid #666;
		}
		div.product div.image a img{
			border:none;
			width:154px;
			height:154px;
      float:left;
		}
		div.image a span.info-icon{
			width:38px;
			height:38px;
			position:absolute;
			display:block;
		}
		div.image a span.info-icon-new{
			top:5px;
			right:-21px;
			background-position:right top;
			background:url(../images/style/icon-new.png) no-repeat;	/* v ie6  pozadí v gif */		
		}
div#related-products-window div.image a span.info-icon-new{
			top:3px;
			right:-4px;	
		}			
		div.image a span.info-icon-action{
			top:0px;
			right:0px;
			background:url(../images/style/icon-action.png) no-repeat; /* v ie6  pozadí v gif */
		}
div#related-products-window div.image a span.info-icon-action{
			top:0px;
			right:0px;
		}		
		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;
		}
		div.image a {
			text-decoration:none;
		}   
    div.booklet a {
     position:relative;
     float:left;
    }		
		div.booklet a span.pre-order {
			bottom:1px;
			left:1px;
			position:absolute;
      display:block;
      z-index:100;
      width:235px;
      text-align:center;
      height:36px;
      line-height:36px;
      background:url("../images/style/alpha-white.png"); /* ie6 */
      color:#010101;
      padding:0px;
      font-weight:bold;
		}		

/* produkty konec*/

/* vyhledavani a řazení/

/* vyhledavani a řazení konec */

/* customer - košík a login */

div#customer{
  float:left;
  width:390px;
  margin-top:1px;
  position:relative;
}
div#customer div.content {
  padding:0px;
}
div#customer h2.top {
	background-image:url(../images/style/top-140-basket.gif);
	padding-left:40px;
	width:100px;
	display:none;
}
div#customer form{
	margin:0px; /* dulezite pro IE */
}

/* login */

div#login-preview{
	float:left;
  width:390px;
}
div#login-preview table#login-preview-table{
	float:left;
	margin:0px;
}
div#login-preview table#login-preview-table td{
	border:none;
	padding:2px; /* ie7 */
	text-align:right;
}
div#login-preview table#login-preview-table td.login-label{
}
div#login-preview td label{ /* ie7 ie8 */
	font-size:12px;
	font-weight:bold;
	color:#171717;
}
div#login-preview td input{
	width:168px; /* dulezite pro IE */  /* ie7 ie8 */
	background:url(../images/style/background-input.png);
	border:none;
	margin-left:6px;
}
div#login-preview div#login-action-div{
	float:left;
	padding-left:12px; /* ie6 ie7 */
}
div#login-preview div#login-action-div input.submit {
	color:#171717;
	font-weight:bold;
	margin-top:10px; /* ie7 ie8 */
	float:left;
	margin-bottom:0px;
}
div#login-preview a.completive-button {
	float:left;
	font-size:10px;
	width:100px;
	color:#171717;
	clear:both;
	margin-left:5px;
}
div#login-preview p.login-error{
	font-weight:bold;
	font-size:12px;
	color:#171717;	
}

/* login po prihlaseni */

div#login-preview div#logged-in{
	margin:5px 0px 5px 0px; /* stejny margin jako u table id="login-table" */
	float:left;
	font-weight:bold;
	color:#f5f1f1;
  padding-right:15px;	
}
div#login-preview div#logged-in strong {
	color:#f5f1f1;	
  text-transform:capitalize;	
}
div#login-preview div#logged-action-div{
	text-align:left;
	float:left;
	width:90px;
}
div#login-preview div#logged-action-div .submit {
  	color:#171717;
  	font-weight:bold;
  	margin:0px;
}

/* 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;
	display:none;
}
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#step3 td , table.order-check, div#product-detail form#nakup table	{background:#fff;} /* nejsvetlejsi barva */
tr#basket-title td , input.pieces-submit , form#nakup th				{background:#eee9e9;} /* stredni barva */
tr.added-product td , table#step3 td , table.order-check td	 , table.order-check 		{border-color:#ded6d6;} /* stredni barva */
tr#basket-title td , table#basket , tr#summary td , form#nakup th , form#nakup table 	{border-color:#b3a5a5;} /* nejtmavsi barva */
form#nakup table th	, table#basket tr#basket-title td , label.obligate					{color:#5d5959;} /* nejtmavsi barva */

/* ---=== kosik a objednavka config konec ===--- */

form#form.order-form {
  margin:0px;
}
table.step-one  {
  width:100%;
  margin-bottom:0px;
  background:url(../images/style/background-table-head.gif) no-repeat center bottom;  
}
table.step-one th.underline{
  background:url(../images/style/background-table-head.gif) no-repeat center 58px;  
}
table.step-three {
  width:90%;
  margin:5px 5% 0px 5%;
  background:url(../images/style/background-table-head-wide.gif) no-repeat center bottom;  
}
table.step-three td.third {
  text-align:right;  
}
table.step-three td.second-right {
  text-align:right;  
}
table.step-three th.th-left {
  text-align:left;  
}
table.step-three th.underline-wide {
  background:url(../images/style/background-table-head-wide.gif) no-repeat center 36px;  
}
table.step-one th , table.step-three th {
  font-size:16px;
  line-height:20px;
  padding-bottom:15px;
  vertical-align:top;
}
table.step-one label.obligate , table.step-three span.obligate {
  width:90px;
  display:block;
  float:left;
  color:#000;
  font-weight:bold;
}
table.step-one td.center label.obligate , table.step-three td.center label.obligate {
  width:auto;
  display:inline;
  float:none;
}
div.agreement-block label.obligate  {
  width:auto;
  display:inline;
  float:none;
}
div.agreement-block {
  padding:6px 85px;
}
table.step-one td , table.step-three td {
  border:none; 
}
table.step-one tr.last-line td , table.step-three tr.last-line td {
  padding-bottom:12px; 
}
table.step-one td.center , table.step-three td.center {
  text-align:center; 
}
table.step-one th p , table.step-three th p {
  font-size:12px;
  color:#b4b4b4;
}
table.step-one textarea.next-data , table.step-three textarea.next-data {
  width:500px;
  height:130px;
}
table.step-one input.radio , table.step-three input.radio , div.agreement-block input.radio {
  border:none;
}
p.basket-detail{
	margin:10px 0px 10px 0px;
}
p#vatincl{
	margin:10px 0px 10px 0px;
	font-size:10px;
	text-align:right;
}
div#outer-basket {
  float:left;
  width:670px;
  padding:0px 10px;
  border:none;
  background:#fff;
  border:10px solid #39c4fb;
}
div#outer-basket div#order-navigation {
  float:left;
  width:100%;
  margin-bottom:5px;
  margin-top:5px;
}
table.order-check{
	border-width:1px;
	border-style:solid;
	width:100%;
}
table#basket {
	border:none;
	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-left:none;
	border-right:none;
	border-bottom-style:dashed;
	border-top-style:dashed;
	border-color:#cccccc;
}
table#basket tr#basket-title td{
	font-weight:bold;
	border:none;
	background:none;
}
table#basket tr#summary td{
	border: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;
	margin:0px;
}
div.number-of-pieces {
  width:105px;
  margin-left:8px;
}
div.number-of-pieces a {
  width:14px;
  height:14px;
  background:aqua;
  display:block;
  float:left;
}
div.number-of-pieces a.plus {
  background:url(../images/style/plus.gif) no-repeat;
}
div.number-of-pieces a.minus {
  background:url(../images/style/minus.gif) no-repeat;
}
div.number-of-pieces span {
  display:block;
  float:left;
  padding-left:7px;
  padding-right:7px;
  font-weight:bold;
}
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{
	float:right;
	text-decoration:underline;
	margin-bottom:6px;
	margin-top:0px;
	background:url(../images/style/background-next.gif) no-repeat right center;
	padding-right:18px;
	padding-left:7px;
	text-decoration:none;
	color:#fff;
	line-height:19px;
}
div#order-navigation a.submit:hover {
	text-decoration:none;
}
div#order-navigation a.back{
	float:left;
	text-align:left;
	margin-bottom:6px;
	height:20px;
	line-height:18px;
	background:url(../images/style/background-back.gif) no-repeat left center;
	text-decoration:none;
	padding-left:18px;
	padding-right:7px;
	color:#fff;
}
div#order-navigation a.back:hover {
	text-decoration:none;
}
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{
  display:none;
 }
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 15px 5px 0px;
}
div#product-detail div#goto {
  width:100%;
  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;
}
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 div.bottom {
	margin-bottom:0px;
}

div#advance-search table{width:100%; margin-bottom:0px;}
div#advance-search td.first{width:18%;}
div#advance-search td.third{width:18%;}

div#advance-search input.text {
	width:140px;
	background:url(../images/style/background-input2.gif) no-repeat;
	border:none;
}
div#advance-search select {
	width:140px;
	background:url(../images/style/background-input2.gif) no-repeat;
  height:17px; /* ie7 */
  border:none;	
}
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:10px; /* 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:941px;
	float:left;
	padding:5px 9px 15px 10px;
	clear:both;
	background:url(../images/style/background-footer.png) 4px top no-repeat; 
}
div#footer p{
	text-align:right;
	float:left;
	font-size:10px;
	width:100%;
	padding:2px 0px 2px 0px;
}
div#footer p#links a{
	margin-left:5px;
}
div#footer p , div#footer p a{
	color:#605D5D;
}

/*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#banners {
  top:11px; /* ie7 ie6 */
  width:513px;
  height:171px; 
  overflow:hidden;
  visibility: visible;
  position: relative; 
  width: 513px;


}

div#posun {
  width: 200px;
}
div#banners div.rotating {
  top:0px;
  width:171px;
  height:171px;
  position:absolute;
}
div#banners a {
  width:171px;
  height:171px;
  display:block;
}
div#banners a img {
  margin-left:3px;
  margin-top:3px;
}
div#banners a:hover img {
  width:171px;
  height:171px;
  margin-left:0px;
  margin-top:0px;
}
div#advertise {
  width:956px;
  float:left;
  padding-left:4px;
}
div#advertise div.middle-banner {
  float:left;
  width:317px;
  height:294px;
	background:url(../images/style/background-midbanner.gif) left top no-repeat;
	position:relative;
}
div#advertise div.middle-banner a{
  position:relative;
}
div#advertise span.photo-icon {
  display:block;
  width:236px;
  height:144px;
  position:absolute;
	top:1px;
	right:1px;
	z-index:5;
}
div#advertise span.bestseller-sk {
	background:url(../images/style/icon-topseller-sk.png) right top no-repeat;
}
div#advertise span.bestseller-en {
	background:url(../images/style/icon-topseller-en.png) right top no-repeat;
}
div#advertise span.bestseller-cs {
	background:url(../images/style/icon-topseller-cs.png) right top no-repeat;
}
div#advertise span.new-sk {
	background:url(../images/style/icon-new-sk.png) right top no-repeat;
}
div#advertise span.new-en {
	background:url(../images/style/icon-new-en.png) right top no-repeat;
}
div#advertise span.new-cs {
	background:url(../images/style/icon-new-cs.png) right top no-repeat;
}
div#advertise span.tip-sk {
	background:url(../images/style/icon-tip-sk.png) right top no-repeat;
}
div#advertise span.tip-en {
	background:url(../images/style/icon-tip-en.png) right top no-repeat;
}
div#advertise span.tip-cs {
	background:url(../images/style/icon-tip-cs.png) right top no-repeat;
}
div#advertise div.right {
  width:318px;   
}
div#advertise ul {
  margin:15px 0px 0px 80px;
  padding:0px;
  list-style:none; 
}
div#advertise li {
  margin:0px;
  padding:5px 0px 4px 0px; /* ie6 ie7 */
  width:223px;
  overflow:hidden;
  height:14px;
  line-height:17px;
  position:relative;
}
div#advertise li a {
  color:#ffffff;
  text-decoration:none;
  display:block;
  cursor:pointer; /* důležite kvůli ie6 a ie7 */ 
}
div#advertise li a:hover {
  text-decoration:underline;
}
div#advertise li.image {
  height:171px;
  position:relative;
  padding:0px;
  width:171px;
  margin-bottom:1px;
  border:1px solid #979595;
}
div#advertise li.image a:hover {
  color:#010101;
}
div#advertise li.image img {
  position:absolute;
  z-index:0;
  width:171px;
  height:171px;
}
div#advertise li.image div.advertise-in {
	background:url(../images/style/alpha-white.png);
  width:157px;
  height:37px;
  border-right:1px solid #555252;
  position:relative;
  top:130px;
  padding:1px 7px 3px 7px; 
}
div#advertise li.image p {
  padding:1px 0px;
  color:#010101;
}
div.albums {
  width:201px;
  height:348px;
	background:url(../images/style/background-left.gif) no-repeat;
  float:left;
  position:relative;  
}
div.compilation {
  height:347px;
	background:url(../images/style/background-left.gif) left bottom no-repeat; 
}
div.albums ul {
  margin:10px 0px 0px 14px;
  padding:0px;
  list-style:none; 
}
div.albums li {
  margin:0px;
  padding:5px 0px 5px 31px;
  width:142px;
  color:#ffffff;
  overflow:hidden;
  height:27px;
}
div.albums li.image {
  height:171px;
  position:relative;
  padding:0px;
  width:171px;
  margin-bottom:5px;
  line-height:17px;
  border: 1px solid #979595;   
}
div.albums li.image a:hover {
  color:#010101;
}
div.albums li.image img {
  position:absolute;
  z-index:0;
  width:171px;
  height:171px;
}  
div.albums li.image div {
	background:url(../images/style/alpha-white.png);
  width:157px;
  height:36px;
  position:relative;
  top:130px;
  padding:2px 7px 3px 7px;
  z-index:0;  
}    
div.albums li.image p {
  padding:1px 0px;
  color:#010101;
}
div.albums li p {
  padding:0px;
}
div.albums li.image div.one {
	background:url(../images/style/one.png) left top no-repeat;
	width:39px;
  height:39px;
  position:absolute;
  padding:0px;
  top:0px;
  left:0px;
}
div.albums li a {
  color:#ffffff;
  text-decoration:none;
  display:block;
  cursor:pointer; /* důležité kvůli ie6 a ie7 */
  position:relative;
  z-index:3;
}
div.albums li a:hover {
  text-decoration:underline;
  color:#fff;
}
div.albums span.photo-icon { /* v ie6 pozadí v gifu */
  width:186px;
  height:139px;
  display:block;
  position:absolute;
  top:1px;
  right:1px;
  z-index:500000;
}
div.albums span.album-sk {
	background:url(../images/style/icon-album-sk.png) right top no-repeat;
}
div.albums span.album-en {
	background:url(../images/style/icon-album-en.png) right top no-repeat;
}
div.albums span.album-cs {
	background:url(../images/style/icon-album-cs.png) right top no-repeat;
}
div.albums span.compilation-sk {
	background:url(../images/style/icon-compilation-sk.png) right top no-repeat;
}
div.albums span.compilation-en {
	background:url(../images/style/icon-compilation-en.png) right top no-repeat;
}
div.albums span.compilation-cs {
	background:url(../images/style/icon-compilation-cs.png) right top no-repeat;
}
div#quick-navigation {
  display:none;
}
div.rowek {
  float:left;
  width:710px;
  height:251px;
	background:url(../images/style/background-products.gif) no-repeat;
  margin-bottom:10px; 
}
div#div.rowek {
  float:left;
  width:710px;
  height:251px;
	background:url(../images/style/background-products.gif) no-repeat;
  margin-bottom:10px; 
}
div#related-products-window div.rowek-in {
  width:656px !important;
  overflow:hidden !important;
  float:left !important;
  position:relative !important;
  height:249px !important;
  left: 0px !important;
}
div#related-products-window div.rowek-in ul {
  margin:0px;
  padding:0px;
  list-style:none;
  position:relative;
  width:955px;
}
div#related-products-window div.rowek-in ul li {
  margin:0px;
  padding:0px 0px;
  float:left;
}
div#related-products-window div.rowek div.left-arrow , div#related-products-window div.rowek div.right-arrow {
  width:26px;
  height:251px;
  float:left;
}
div#related-products-window div.rowek div.left-arrow div {
  width:26px;
  height:46px;
  margin-top:103px;
  display:block;
  float:left;
  cursor:pointer;
  background:url(../images/style/arrow-product-left.gif) 2px top no-repeat;
}
div#related-products-window div.rowek div.right-arrow div {
  width:26px;
  height:44px;
  margin-top:103px;
  display:block;
  float:left;
  background:url(../images/style/arrow-product-right.gif) 0px top no-repeat;
  cursor:pointer;
}
div#related div#related-products-window div.product {
  margin:12px 0px 7px 0px;
}
p#razeni {
  padding-bottom:10px;
}
table#advance-form-table td.submit-cell {
  padding-left:0px;
  padding-bottom:0px;
}
table#advance-form-table td.submit-cell input.submit {
  float:left;
  font-weight:bold;
  text-decoration:underline;
  margin-bottom:0px;
}
table.nakup a.buy {
		padding-left:23px;
}
input.subm-cont {
		float:left;
		text-decoration:underline;
}
input.subm-cont:hover {
		text-decoration:none;
}
table.text input {
		border:none;
}
table.tracks-table {
  width:708px;
  border:none;
  margin-top:1px;
  margin-bottom:0px;
}
table.tracks-table tr:hover td {
  background:#e7ecee;
}
table.tracks-table td {
  padding:3px 5px;
  border-color:#e1e1e1;
  border:none;
  background:#f5f5f5;
}

table.tracks-table th {
  text-align:left;
  color:#5D5959;
  padding:3px 5px;
  border:none;   
}
table.tracks-table td.small-button {
  width:18px;
  text-align:center;
  color:#000;   
}
table.tracks-table td.songs-name {
  font-style:normal; 
  width:269px;
  color:#000;   
}
table.tracks-table td.songs-interpret {
  color:#000;
  font-style:normal;
  width:269px;   
}

/* detail produktu */

div#product-detail {
  float:left;
  width:100%;
  margin-top:9px;
}
div#product-detail div#produt-top {
  float:left;
  width:100%;
}
div#produt-top div.booklet {
  float:left;
  width:235px;
  height:auto;
  position:relative;
} 
div#produt-top div.booklet img {
  float:left;
  width:235px;
  height:235px; 
  border:1px solid #b7b7b7;
}
div#produt-top div.booklet a:hover img {
  border:1px solid #666565 !important;
}
div#produt-top div.booklet-info {
  float:left;
  width:389px;
  padding-left:30px;
}
div.booklet-info h2 {
  color:#000;
  font-size:16px;
  margin:0px;
  line-height:16px;
  padding-bottom:4px;
}
div.booklet-info ul {
  margin:10px 0px 0px 0px;
  padding:0px;
  list-style:none;
}
div.booklet-info ul li {
  padding:2px 0px;
}
div.booklet-info ul span {
  display:inline;
  font-weight:bold;
  color:#5D5959;
  font-size:12px;
}
div#product-detail div.inputs {
  float:left;
  width:235px;
  min-height:24px;
  background:url(../images/style/button-detail-2.png) left bottom no-repeat;
  margin:6px 0px 6px 0px;
  position:relative;
}
div#product-detail div.inputs div.size , div#product-detail div.inputs div.color {
  float:left;
  width:235px;
  padding-bottom:5px;
}
div#product-detail div.inputs div.choice {
  padding:0px 14px;
}
div#product-detail div.inputs div.choice input {
  border:none;
}
div#product-detail div.inputs:hover a {
  color:#1580A3;
}
div.inputs form {
  margin:0px;  
}
div.inputs a.buy {
  width:116px;
  display:block;
  height:24px;
  line-height:24px;
  float:left;
  padding-left:0px;
  background:none;   
}
div.inputs a.right {
  width:86px;
  padding-right:30px;   
}
div#product-detail div.description {
  float:left;
  clear:both;
  padding-top:15px;
  width:100%;
}
div#product-detail div.tracks {
  float:left;
  width:710px;
  margin-top:15px;
  background:url(../images/style/bg-player-in.gif) repeat-y top center;
}
div#product-detail div.tracks-top {
  float:left;
  width:709px;
  padding-left:1px;
  background:url(../images/style/player-top.gif) center top no-repeat;     
}
div#product-detail div.tracks-bottom {
  float:left;
  height:6px;
  font-size:1px;
  width:710px;
  background:url(../images/style/player-bottom.gif) center top no-repeat;     
}
div#product-detail form#nakup table.color-size {
  margin:0px;
  border:none;
  text-align:center;
  background:none;
}
div#product-detail form#nakup table.color-size td {
  padding:0px;
  border:none;
}

/* konec detailu produktu */
 
div#left div.info-column-item	h2.top {
	width:177px;
	display:block;
	padding-left:12px;
	padding-top:4px;
	height:26px;
	line-height:26px;
}
div#left div.info-column-item	div.content {
	width:177px;
	display:block;
	padding:0px 12px;
}
div#left div.info-column-item	div.bottom {
  height:1px;
  margin-bottom:5px;
}
div#left div.info-column-item	div.content a.submit {
  text-decoration:underline;
}
div#left div.info-column-item	img {
  margin-top:7px;
  margin-bottom:7px;  
}
div#top-image a.top-basket {
  display:block;
  position:absolute;
  right:4px;
  top:206px;
  width:45px;
  height:45px;    
}
div#top-image a.full {
  background:url(../images/style/basket-full.png) center center no-repeat;
}
div#top-image a.empty {
  background:url(../images/style/basket-empty.png) center center no-repeat;   
}
div#related-products-window h2.top {
   text-transform:none; 
}

/* konec dodatečné */

div#facebook {
  background: url(../images/style/icon-facebook.gif) center center no-repeat;
  width: 201px;
  height: 107px;
  float: left;
  padding: 0px;
  margin-top:0px; 
}

li#fb_button {
  margin-top: 15px;
}

table#order-history {
  width: 700px;   
}

table#order-history th.order-number,
table#order-history td.order-number {
  width: 10px;
}

table#order-history th.order-date,
table#order-history td.order-date {
  width: 70px;
}

table#order-history th.order-products,
table#order-history td.order-products {
  width: 300px;
}

table#order-history th.order-price,
table#order-history td.order-price {
  width: 60px;
}

table#order-history th.order-state,
table#order-history td.order-state {
  width: 120px;
}

table#order-history th.order-detail,
table#order-history td.order-detail {
  width: 30px;
}

/* detail objednavky v zakaznicke sekci */
table#order-detail {
  width: 100%;
  border-style: none;
}

table#order-detail > tbody > tr > td {
  border-style: none;
}

table#order-detail td#order-detail-invoice {
  width: 351px;
  vertical-align: top;
}

table#order-detail td#order-detail-delivery {
  width: 351px;
  vertical-align: top;
}

table#order-detail td#order-detail-info-1 {
  width: 351px;
  vertical-align: top;
}

table#order-detail td#order-detail-info-2 {
  width: 351px;
  vertical-align: top;
}

table#order-detail td.first {
  width: 150px;
}

table#order-detail td.second {
  width: 201px;
}


table#order-detail table#table-products {
  width: 100%;
}
/* černý link (nazev produktu) v košíku */
tr.added-product a{
color:#000;
}
tr.added-product a:hover{
color:#605D5D;
} 
 /*facebook*/
 a.button-facebook {
    background: url(../images/style/button-facebook-small.png) no-repeat left top;
    display: inline-block;
    float: right;
    height: 20px;
    line-height: 20px;
    margin-right: 30px;
    padding: 0 0 0 24px;
    text-align: left;
    color:#615D90;
}
a.button-facebook:hover {
    color:#28288b;
    background-position:left bottom;
}
a.button-share {
    margin-top:-26px;
}

  /*facebook konec*/

 /* mechandise-banner */
div#mechandise-banner {
  float:left;
  width:950px;
  height:auto;
  margin-left:4px;
  background: url(../images/style/mechandise-banner-bg.jpg) no-repeat center -15px #fff;
  border-left:1px solid #99999a;
  border-right:1px solid #99999a;
}
div#mechandise-banner div.mechandise-content{
  float:left;
  width:945px;
  height:auto;
  margin:35px 0px 5px 0px;
  overflow:hidden;
  padding-left:7px;
}
div#mechandise-banner div.mechandise-content a {
	filter: alpha(opacity=100); /* internet explorer */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;           /* fx, safari, opera */
}
div#mechandise-banner div.mechandise-content a:hover {
	filter: alpha(opacity=90); /* internet explorer */
	-khtml-opacity: 0.9;      /* khtml, old safari */
	-moz-opacity: 0.9;       /* mozilla, netscape */
	opacity: 0.9;           /* fx, safari, opera */
}
div#mechandise-banner div.mechandise-content img {
  height:154px;
}
#delivery-table td {
  border:0px solid;
}


























