body{
	background-color: #F7F4ED;
	font-size: 0.8em;
	font-family:Arial,Sans-Serif;
	margin:0em;
	padding:0em;
	color:#44281C;
}
#body{
	width: 970px;
	margin: 0 auto;
}
/* TOP PART */
#logo{
	display: block;
	width: 205px;
	height: 145px;
	margin-top: 20px;
	background: url(images/logo.png) no-repeat center top;
	float: left;
}
#logo a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#logo span{
	visibility: hidden;
}
#slogan{
	width: 753px;
	/*background: url(images/slogan.png) no-repeat center top;*/
	background: url(images/slogan3.png) no-repeat center top;
	float: right;
    margin-top: 20px;
}
#slogan div.left{
    width:400px;
    float: left;
	height: 65px;
}
#slogan div.left span{
    font-family:Times New Roman;
    font-size:1.6em;
    font-style:italic;
    font-weight:bold;
    padding-left: 10px;
}
#slogan div.right{
    width:190px;
    float: right;
	height: 55px;
}
#slogan div.right p{
    font-weight: bold;
    font-size: 0.8em;
    padding: 10px;
    margin: 0;
}
#searchPanel{
	width: 100%;
	background: #E1C6AF url(images/topsearch-top.png) no-repeat center top;
	margin-bottom:1px;
}
#searchPanel a {
    color:#472D1F;
}
#searchPanel div.container {
	width: 733px;
	padding: 0 10px;
	background: url(images/topsearch-bottom.png) no-repeat center bottom;
}
#searchPanel div.elements {
    float:right;
}
#searchPanel div.element {
    padding: 5px 3px 0px 38px;
	color: #4E2E20;
	font-size: 0.75em;
	text-align: left;
	float: left;
	min-height:35px;
	_height:35px;
}
#searchPanel div.search{
    padding: 5px 2px 0px 0px;
	background: url(images/separator.gif) no-repeat 0px 5px;
}
#searchPanel div.search a.search{
    background: url(images/button-search-orange.png) no-repeat right center;
    display:block;
    font-size:1.1em;
    font-weight:bold;
    min-height:29px;
    padding:5px 43px 5px 3px;
    text-align:right;
    width:75px;
}

#searchPanel div.contact{
	background: url(images/contact.gif) no-repeat 0px 5px;
}
#searchPanel div.account{
	background: url(images/my-account.gif) no-repeat 0px 5px;
}
#searchPanel div.account-active{
	background: url(images/my-account-active.gif) no-repeat 0px 5px;
}
#searchPanel div.pushcart{
	background: url(images/pushcart.gif) no-repeat 0px 5px;
	cursor:pointer;
}
#searchPanel div.pushcart-active{
	background: url(images/pushcart-active.gif) no-repeat 0px 5px;
	cursor:pointer;
}
#searchPanelForm {
    float:left;
    padding-top:4px;
}
#searchPanelForm div.shadow {
	background:#44281C;
	float: left;
	margin-top:12px;
}
#searchPanelForm input.text{
	width: 155px;
	background:#FFF;
	border:none;
	padding:2px;
}
#searchPanelForm div.shadow input.text {
    position:relative;
    top:-2px;
    left:2px;
}
#searchPanelForm input.submit{
	width: 45px;
	height: 45px;
	margin: 0 0 0 5px;
	background: url(images/button-search-orange.png) no-repeat center center;
	float: left;
	border:none;
}

#topMenu {
    width: 751px;
    margin-top: 5px;
    background: #553b2f url(images/menubar-top.png) no-repeat center top;
	font-size: 0.9em;
}
#topMenu div.container{
    background: url(images/menubar-bottom.png) no-repeat center bottom;
}
/*
#topMenu{
	width: 467px;
	margin-top: 5px;
	background: #4F3222 url(images/topmenu-gradient.png) repeat-y center top;
	clear: both;
	float: left;
	font-family:"Times New Roman", "Times", serif;
	font-size: 0.9em;
}
#topMenu div.container{
	background: url(images/topmenu-bottom.png) no-repeat center bottom;
	min-height:34px;
	_height:38px;
}
*/
#topMenu ul.menu{
	margin: 0;
	padding: 6px 0;
	list-style: none;
	/*background: url(images/topmenu-top.png) no-repeat center top;*/
	text-align:center;
}
#topMenu ul.menu li{
	display: inline;
	padding: 3px 0px 6px 0px;
	position:relative;
}
#topMenu ul.menu li a {
	color: #FFF;
	text-decoration:none;
	border-right: 1px #E1C6AF solid;
	padding: 2px 5px 2px 3px;
}
#topMenu ul.menu li.last a{
	border: none;
}
#topMenu ul.menu li.hover {
    background:#E1C6AF;
}
#topMenu ul.menu li.hover a {
    color:#4D3122;
}
#topMenu ul.menu li a.action {
    font-weight: bold;
    color: #feda8b;
}
#topMenu ul.menu li.nohover a:hover {
    text-decoration:underline;
}
#topMenu ul.menu li.hover div.pageSubmenu {
    display:block;
}
#topMenu ul.menu div.pageSubmenu {
    position:absolute;
    top:100%;
    left:0px;
    background:#E1C6AF;
    text-align:left;
    padding:5px;
    font-family:Arial,Sans-Serif;
    font-size:0.8em;
    width:150px;
    display:none;
    z-index:1000;
}
#topMenu ul.menu div.pageSubmenu ul {
    margin:0em;
    padding:0em;
    list-style:none;
}
#topMenu ul.menu div.pageSubmenu ul li {
    display:block;
    border:none;
    padding:1px 0em;
}
#topMenu ul.menu div.pageSubmenu ul li a {
    color:#4D3122;
    border:none;
}
#topMenu ul.menu div.pageSubmenu ul li a:hover {
    text-decoration:underline;
}
#topMenu ul.menu div.pageSubmenu-float ul li {
    display:block;
    float:left;
    padding:0.2em;
}

#topSubmenu{
	width: 282px;
	margin-top: 5px;
	background: #4F3222 url(images/topsubmenu-gradient.png) repeat-y center top;
	float: right;
	font-size: 0.9em;
	line-height: 0.9em;
	/*font-family:"Times New Roman", "Times", serif;*/
}
#topSubmenu div.top{
	background: url(images/topsubmenu-top.png) no-repeat center top;
}
#topSubmenu div.bottom{
	padding: 6px 10px;
	background: url(images/topsubmenu-bottom.png) no-repeat center bottom;
	min-height:22px;
	_height:22px;
}
#topSubmenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:center;
}
#topSubmenu li{
	border-right: 1px #C1AD99 solid;
	padding: 0 5px;
	float: left;
}
#topSubmenu li.pos1{
	width: 40%;
}
#topSubmenu li.pos2{
	width: 20%;
}
#topSubmenu li.pos3{
	width: 25%;
}
#topSubmenu li.last{
	border: none;
}
#topSubmenu li a{
	color: #FFF;
}
/* MIDDLE PART */
#sideBar {
	width: 206px;
	margin-top: 10px;
	clear: both;
	float: left;
    font-size: 0.95em;
}
#sideBar div.section {
    margin-bottom:5px;
}
#sideBar div.topic {
	background: #E1C6AF url(images/sidemenu-top.png) no-repeat center top;
}
#sideBar div.topic-container {
	padding: 3px 11px;
	background: url(images/sidemenu-bottom.png) no-repeat center bottom;
	color: #4B2E2E;
	font-size: 1.15em;
	text-align: left;
	/*font-family:"Times New Roman", "Times", serif;*/
	font-weight:bold;
}
#sideBar div.topic-container a {
	color: #4B2E2E;
}

#sideBar div.block {
	background: #E1C6AF url(images/sidemenu-top.png) no-repeat center top;
}
#sideBar div.block-container {
	padding: 3px 4px;
	background: url(images/sidemenu-bottom.png) no-repeat center bottom;
	color: #4B2E2E;
	text-align: left;
}
#sideBar div.topic-container a {
	color: #4B2E2E;
}
/* reverzny nadpis */
#sideBar div.topic-inv {
	background: #4B2E2E url(images/sidemenu-top-inv.png) no-repeat center top;
}
#sideBar div.topic-inv div.topic-container {
	background: url(images/sidemenu-bottom-inv.png) no-repeat center bottom;
	color: #E1C6AF;
}
#sideBar div.topic-inv div.topic-container a {
	color: #E1C6AF;
}

#sideBar ul.menu {
	margin: 0;
	padding: 0.5em 11px 0em 11px;
	list-style: none;
	font-size:1em;
}
#sideBar ul.menu li {
    padding:0em 0em 0em 0em;
}
#sideBar ul.menu li div.item {
	border-bottom: 1px #B29680 dotted;
	margin:0.2em 0em;
	padding-right:3em;
	position:relative;
	min-height:1px;
	_height:1px;
}
#sideBar ul.menu li a {
	color: #4B2E2E;
	background: #F7F4ED;
	padding-bottom:0.2em;
	padding-right:0.2em;
}
/* pocet produktov */
#sideBar ul.menu li div.item .pc {
    background:red;
    position:absolute;
    bottom:-2px;
    right:0px;
    width:auto;
    text-align:right;
    background: #F7F4ED;
    color:#b19979;
    padding:0px 0px 2px 0.5em;
    font-size:0.9em;
}
#sideBar ul.menu li.more {
    text-align:right;
    font-size:0.9em;
    padding:0.5em 0em 0em 0em;
}
#sideBar ul.menu li.more span.more {
    padding-left:7px;
    background:url(images/item1.gif) no-repeat 0px 0.4em;
}
#sideBar ul.menu li.more a {
    color:#4b2e20;
    padding:0em;
}
/* submenu */
#sideBar ul.menu ul {
    list-style:none;
    margin:0em 0 0 5px;
    padding:0em;
    font-size:0.9em;
}
#sideBar ul.menu ul ul {
    font-size:1em;
}
#sideBar .content {
    padding: 10px 11px 10px 11px;
}

#middle{
	width: 753px;
	padding:10px 0;
	float: right;
}
#content{
	padding: 0px 0px 15px 20px;
	text-align: left;
}
/* TIRAZ */
#tiraz{
	width: 100%;
	background: #E1C6Af url(images/tiraz-top.png) no-repeat center top;
	clear: both;
	font-size:0.85em;
}
#tiraz div.container{
	padding: 10px 0;
	background: url(images/tiraz-bottom.png) no-repeat center bottom;
}
#tiraz div.cell{
	min-height: 60px;
	_height: 60px;
	padding: 0 15px;
	background: url(images/tiraz-separator.png) no-repeat 100% 0px;
	color: #4E2E20;
	font-family: Arial,Sans-Serif;
	text-align: left;
	float: left
}
#tiraz div.last{
	background: none;
}
#tiraz ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#tiraz li a{
	color: #4E2E20;
}
div.cell p{
	margin: 0;
}
/* FOOTER */
#footer{
	margin: 20px 0;
	padding: 0 20px;
	color: #4E2E20;
	font-family: Arial,Sans-Serif;
	font-size: 0.8em;
	text-align: right;
}
#footer a{
	color: #4E2E20;
}

/* KONTEXT MENU */
#kontextMenu{
    text-align:right;
	margin: 0px 0;
	padding: 0;
	font-size:0.9em;
}


#mailinglistForm div.shadow {
	background:#44281C;
	margin-top:12px;
	float:left;
}
#mailinglistForm input.text{
	width: 135px;
	border: none;
	background:#FFF;
	padding:2px;
}
#mailinglistForm input.submit{
	width: 45px;
	height: 45px;
	margin-left: 5px;
	background: #E1C6AF url(images/button-search-brown.png) no-repeat center center;
	float:left;
	border:none;
}
#mailinglistForm div.shadow input.text {
    position:relative;
    top:-2px;
    left:2px;
}

h2 a.info {
    font-size:70%;
    font-weight:normal;
}

/* PAGER */
div.pager {
    clear:both;
    margin:0.5em 0em 0em 0em;
    padding:8px 0em 0.5em 0em;
}
div.nextprev {
    float:right;
}

div.pager .page-active {
    font-weight:bold;
}

/* Vyhladavac podla farieb + farebne ikonky */
div.color-icon {
    width: 180px;
    height:15px;
    border:1px solid #44281C;
    float:none;
    margin:0px 0px 2px 0px;
}
div.color-icon a {
    display:block;
    width: 180px;
    height:15px;
}
span.color-selected, a.color-selected {
    padding:0em 2.5em;
    border:1px solid #44281C;
    text-decoration:none;
    cursor:pointer;
}
div.color-palette {
    padding:0px;
    width:730px;
    margin-bottom:2.5em;
}
div.color-palette-hidden {
    display:none;
}
div.color-palette input {
    cursor:pointer;
}

/**
 * TABULKA - zoznam
**/
table.list {
    border-collapse:separate;
    margin:0em;
    padding:0em;
    font-size:1em;
    empty-cells:show;
}
table.list th, table.list td {
    padding:3px 5px;
}
table.list th {
    font-weight:bold;
    text-align:left;
    background:#3D0000;
    color:#FFF;
    vertical-align:top;
    padding:3px 5px;
}
table.list td {
    font-size:0.95em;
    font-weight:normal;
    color:#000;
    text-align:left;
    border-bottom:1px solid #FFF;
    border-top:1px solid #D0D0D0;
}
table.list .c { text-align:center; }
table.list .r { text-align:right; }
table.list .l { text-align:left; }
table.list a {
    color:#000000;
}
table.list th a {
    color:#FFFFFF;
    text-decoration:underline;
}
table.list-full {
    width:100%;
}
table.zebra tr.odd td {
    background:#F4F4F4;
}
table.zebra tr.even td {
    background:#EFEFEF;
}
table.highlight tr td.highlight, table.highlight tr.highlight td.highlight {
    background:#FFFDD5;
}
/* Zvyraznenie tabulkoveho riadku */
table.list tr.highlight td {
    background:#E4FFD7;
}

/**
 * TABULKA - informacie - horizontalna tabulka - 1 stlpec - <th>, druhy <td>
**/
table.info {
    border-collapse:separate;
    margin:0em;
    padding:0em;
    font-size:1em;
    empty-cells:show;
}
table.info th, table.info td {
    padding:3px 5px;
}
table.info th {
    font-weight:bold;
    text-align:left;
    background:#3D0000;
    color:#FFF;
    vertical-align:top;
    padding:3px 5px;
}
table.info td {
    font-size:0.95em;
    font-weight:normal;
    color:#000;
    text-align:left;
    border-bottom:1px solid #FFF;
    border-top:1px solid #D0D0D0;
}
table.info td.label {
    width:200px;
}
table.info .c { text-align:center; }
table.info .r { text-align:right; }
table.info .l { text-align:left; }
table.info a {
    color:#000000;
}
table.info th a {
    color:#FFFFFF;
    text-decoration:underline;
}
table.info-full {
    width:100%;
}

/* Tienovany obrazok */
table.shadow-image {
    border-collapse:collapse;
    margin:0em auto;
}
table.shadow-image td {
    padding:0em;
}
table.shadow-image td.img img {
    float:left;
}
table.shadow-image td.shadow-r {
    width:10px;
    background:url(images/shadow-r.png) no-repeat left top;
    _background:none;
    font-size:0.1em;
}
table.shadow-image td.shadow-b {
    height:10px;
    font-size:0.1em;
    background:url(images/shadow-b.png) no-repeat left top;
    _background:none;
}
table.shadow-image td.shadow-br {
    height:10px;
    font-size:0.1em;
    background:url(images/shadow-br.png) no-repeat left top;
    _background:none;
}

/* Zoznam produktov v tabulke */
table.product-list {
    width:730px;
    border-collapse:collapse;
    border-spacing:0em;
    empty-cells: show;
}
table.product-list td.list-item {
    border-left:1px solid #B8A28C;
    border-right:1px solid #B8A28C;
    width:25%;
    vertical-align:top;
    font-size:0.9em;
    padding:10px;
    text-align:center;
}
table.product-list td.list-item-salenew {
    border-top:1px solid #B8A28C;
    padding:0px;
    height:1px;
}
table.product-list td.list-item-image {
    vertical-align:bottom;
    padding:10px 0 0 0;
}
table.product-list td.list-item-func {
    border-bottom:1px solid #B8A28C;
    padding:0 10px 10px 10px;
}
table.product-list td.list-item div.image {
    text-align:center;
    padding:0px 10px 0px 20px;
}
table.product-list td.list-item div.image a.preview {
    display:none;
}
table.product-list a {
    color:#3D0000;
}
table.product-list td.list-item div.artist a {
    color:#A10C11;
}
table.product-list td.list-item div.oldprice {
    text-align:center;
    color:#999999;
}
table.product-list td.list-item div.oldprice .amount {
    text-decoration: line-through;
}
table.product-list td.list-item div.price {
    text-align:center;
    color:#005D9F;
}
table.product-list td.list-item div.salenew {
    position:relative;
    height:1px;
    width:100%;
}
table.product-list td.list-item div.salenew div.icostar {
    position:absolute;
    top:-1px;
    right:-1px;
    width:87px;
    height:87px;
}
table.product-list td.list-item div.salenew div.icostar-new {
    display:none;
}
table.product-list td.list-item div.salenew div.icostar-new span {
    display:none;
}
table.product-list td.list-item div.salenew div.icostar-sale {
    background:url(images/akcia1.gif) no-repeat 100% 0;
}
table.product-list td.list-item div.salenew div.icostar-sale span {
    display:none;
}
table.product-list td.list-item ul.funcs {
    margin:0em;
    padding:0.5em 0 0 0;
    list-style:none;
    font-size:90%;
}
table.product-list td.list-item ul.funcs li {
    margin:0em;
    padding:0px 0px 0px 0px;
    width:53px;
    min-height:10px;
    _height:10px;
    float:left;
    text-align:center;
    background-image:url(images/funcs1.png);
    background-repeat:no-repeat;
    background-position:0px -100px;
}
table.product-list td.list-item ul.funcs li.gallery   { background-position:0px 0px; }
table.product-list td.list-item ul.funcs li.galleryon {
    background-image:url(images/funcs2.png);
    background-repeat:no-repeat;
    background-position:-287px -5px;
}
table.product-list td.list-item ul.funcs li.interior  { background-position:-61px 0px; }
table.product-list td.list-item ul.funcs li.cart      { background-position:-122px 0px; }
table.product-list td.list-item ul.funcs li a {
    display:block;
    padding-top:30px;
}

/* Zakladna tabulka */
table.border {
    width:100%;
    border-collapse:collapse;
    border-spacing:0em;
    empty-cells: show;
}
table.border td {
    border:1px solid #B8A28C;
    padding:0.3em;
    vertical-align:top;
}
table.center td {
    text-align:center;
}

/* Abecedna tabulka */
table.abc td {
    text-align:center;
    padding:0em;
}
table.abc td a {
    display:block;
    color:#472D1F;
    padding:0.3em 0.2em;
}
table.abc td.active {
    background:#AF1F24;
    color:#FFF;
    font-weight:bold;
}
table.abc td.active a {
    color:#FFF;
}
table.abcbig td {
    width:20%;
    font-size:0.9em;
    padding:0.5em 1em;
}
table.abcbig td a {
    color:#472D1F;
}
table.abcbig .letter {
    font-size:4em;
    font-family:"Times New Roman", "Times", serif;
    font-style:italic;
}
table.abcbig span.letter {
    color:#999999;
}
table.abcbig td ul {
    margin:0em;
    padding:0em;
    list-style:none;
}

/* Zoznam autorov - stlpce */
ul.artist-list {
    margin:1em 0em;
    padding:0em 1em 0em 0em;
    float:left;
    list-style:none;
    width:27%;
}
ul.artist-list a {
    color:#472D1F;
}


/* Stylish select */
.sselect-container {
    color:#000;
    padding:0;
    height:17px;
    width:110px;
    background-color:#FFF;
    border:1px solid #c0a286;
    font-size:0.85em;
    position:relative;
}
.sselect-container .text {
    overflow:hidden;
    white-space:nowrap;
    padding:2px 19px 1px 2px;
    cursor:default;
}
.sselect-container .trigger {
    width:17px;
    height:17px;
    position:absolute;
    top:0px;
    right:0px;
    _right:0px;
    background-image:url(images/sselect.png);
    background-repeat:no-repeat;
    background-position:top right;
}
ul.sselect-list {
    margin:0;
    padding:0;
    list-style:none;
    color:#000;
    width:120px;
    background:#FFF;
    position:absolute;
    border:1px solid #c0a286;
    top:19px;
    left:-1px;
    overflow:auto;
    z-index:9999;
    font-size:0.9em;
}
ul.sselect-list li {
    padding:1px 3px;
}
ul.sselect-list li.hiLite {
    background-color:#c0a286;
    color:#000;
    cursor:default;
}
ul.sselect-list li.hover {
    background-color:#C10100;
    color:#FFF;
    cursor:default;
}

/* Vyhladavaci formular */
#advancedSearchContainer {
    text-align:left;
    min-height:1px;
    _height:1px;
}
#advancedSearchContainer div.slogan{
	padding: 0px 0px;
	color: #C4AC95;
	font-size: 1.3em;
	line-height: 1.3em;
}
#advancedSearchContainer input.submit {
	width: 45px;
	height: 45px;
	background: url(images/button-search.png) no-repeat right bottom;
	border: none;
}
#advancedSearchContainer input.text, #advancedSearchContainer select {
    margin:0px 0px;
}
#advancedSearchContainer input.text {
	width: 126px;
	color: #000;
	font-size: 0.9em;
	background-color:#FFF;
    border:1px solid #c0a286;
    height:15px;
    padding:1px 2px;
}
#advancedSearchContainer select{
	font-size: 0.9em;
}
#advancedSearchContainer select.search-large{
	width: 130px;
}
#advancedSearchContainer select.search-medium{
	width: 120px;
}
#advancedSearchContainer select.search-small{
	width: 90px;
}
#advancedSearchParams td {
    padding:0px 5px 5px 0px;
}
#advancedSearchContainer .title {
    font-size:1.3em;
    color:#AF1F24;
}
#advancedSearchContainer .title-right {
    text-align:right;
    min-height:1px;
    _height:1px;
}

/* Interaktivne vyhladavanie v sidebare */
#sidebarSearchSize {
    width:183px;
    height:71px;
    background:url(images/search-size-sk.png) no-repeat top left;
    position:relative;
}
#sidebarSearchSize div.option {
    display:none;
    width:25px;
    height:71px;
    position:absolute;
    top:0;
}
#sidebarSearchSize div.option1 { display:block;left:-10px; }
#sidebarSearchSize div.option2 { display:block;left:37px; }
#sidebarSearchSize div.option3 { display:block;left:79px; }
#sidebarSearchSize div.option4 { display:block;left:122px; }
#sidebarSearchSize div.option5 { display:block;left:165px; }
#sidebarSearchSize a:hover, #sidebarSearchSize div.option-active {
    background:url(images/arrow1.png) no-repeat 50% 8px;
}
#sidebarSearchSize a {
    display:block;
    width:25px;
    height:71px;
}
#sidebarSearchSize a span {
    display:none;
}

#sidebarSearchTvar {
    width:183px;
    height:126px;
    background:url(images/search-tvar-sk.png) no-repeat top left;
    position:relative;
}
#sidebarSearchTvar a.option {
    display:none;
    width:25px;
    height:126px;
    position:absolute;
    top:0;
}
#sidebarSearchTvar a.option span {
    display:none;
}
#sidebarSearchTvar a.option1 { display:block;left:0px;width:30px; }
#sidebarSearchTvar a.option2 { display:block;left:39px;width:37px; }
#sidebarSearchTvar a.option3 { display:block;left:87px;width:19px; }
#sidebarSearchTvar a.option4 { display:block;left:111px;width:20px; }
#sidebarSearchTvar a.option5 { display:block;left:135px;width:48px; }
#sidebarSearchTvar a:hover, #sidebarSearchTvar a.option-active {
    background:url(images/arrow1.png) no-repeat 50% 50px;
}

#sidebarSearchPrice {
    width:183px;
    height:82px;
    background:url(images/search-price-sk.png) no-repeat top left;
    position:relative;
}
#sidebarSearchPrice div.option {
    display:none;
    width:25px;
    height:82px;
    position:absolute;
    top:0;
}
#sidebarSearchPrice div.option1 { display:block;left:-8px; }
#sidebarSearchPrice div.option2 { display:block;left:39px; }
#sidebarSearchPrice div.option3 { display:block;left:81px; }
#sidebarSearchPrice div.option4 { display:block;left:124px; }
#sidebarSearchPrice div.option5 { display:block;left:165px; }
#sidebarSearchPrice a:hover, #sidebarSearchPrice div.option-active {
    background:url(images/arrow1.png) no-repeat 50% 8px;
}
#sidebarSearchPrice a {
    display:block;
    width:25px;
    height:82px;
}
#sidebarSearchPrice a span {
    display:none;
}

/* Stromove zobrazenie */
ul.tree {
    margin:0em;
    padding:0em;
    list-style:none;
}
ul.tree li {
    margin:0em;
    padding:0em;
}
ul.tree li div.item {
    padding:0.3em 0em 0.2em 25px;
    background:url(images/folder.gif) no-repeat top left;
}
ul.tree li ul {
    margin:0em 0em 0em 13px;
    padding:0em 0em 0em 5px;
    list-style:none;
    border-left:1px dotted #C6CCD3;
}

.popupinfo {
    width:350px;
    padding:10px 25px 10px 10px;
    background:#FFFFFF;
    border-top:   5px solid #472D1F;
    border-left:  5px solid #472D1F;
    border-right: 5px solid #472D1F;
    border-bottom:5px solid #472D1F;
    -moz-border-radius:8px;
    position:absolute;
    top:0px;
    left:0px;
    font-size:0.9em;
    text-align:left;
}
.popupinfo .title {
    font-size:1.3em;
    font-weight:bold;
    margin-bottom:10px;
}
.popupinfo .descr {
    font-size:1em;
}
.popupinfo .descr p {
    margin:0 0 0.5em 0;
    padding:0;
}
.popupinfo .loading {
    background:url(images/progress1.gif) no-repeat 50% 50%;
    min-height:100px;
    _height:100px;
}
.popupinfo .close {
    position:absolute;
    top:3px;
    right:3px;
    cursor:pointer;
    display:block;
    width:21px;
    height:21px;
    background:url(images/close.gif) no-repeat top left;
}
.popupinfo .close span {
    display:none;
}

.artistPopupinfo {
    padding:10px;
    display:none;
}
.artistPopupinfo .title .birthdeath {
    font-size:70%;
    font-weight:normal;
}
.artistPopupinfo .close {
    display:none;
}

.stylePopupinfo {
    display:none;
}

.waregroupPopupinfo {
    display:none;
}

/* popupreview obrazku */
div.productImagePreview {
    position:absolute;
    top:0px;
    top:0px;
    background:url(images/progress1.gif) no-repeat 50% 50% #FFFFFF;
    min-width:60px;
    _width:60px;
    min-height:30px;
    _height:30px;
    line-height:1px;
    border:1px solid #000;
    text-align:center;
}

div.loadingContainer {
    background:url(images/progress1.gif) no-repeat 50% 50%;
    min-height:100px;
    _height:100px;
}

a.stylePopup {
    font-size:80%;
}

/* Autocomplete
----------------------------------*/
.ui-autocomplete { position: absolute; cursor: default; }	
.ui-autocomplete-loading { background: white url('ui/base/images/ui-anim_basic_16x16.gif') right center no-repeat; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
	display:block;
	margin:0;
    padding:0;
    list-style:none;
    color:#000;
    background:#FFF;
    border:1px solid #c0a286;
    font-size:0.9em;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding:0;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:1px 3px;
	color:#000;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	background-color:#C10100;
    color:#FFF;
    cursor:default;
}

.giftcardsPrice {
    color: #FF0000;
}


.homepagetext {
    /*padding: 10px 0;*/
}

.subthemes {
    padding: 0 0 40px 0;
    line-height: 1.5em;
    text-align: justify;
}
.subthemes a{
    /*font-size: 0.8em;*/
    white-space: nowrap;
}

.frame_it {
    width: 310px;
    height: 55px;
    background: url(images/btn-frame-it.png) no-repeat center center;
}
.frame_it a{
    width: 310px;
    height: 55px;
    display: block;
}
.frame_it a span{
    display: none;
}

ul.left-panel {
    list-style: none;
    padding: 0 0 0 10px;
}
ul.left-panel li a {
    list-style: none;
    color: #44281C;
}

