.td_category_list {
float: left;
list-style-type: none;
}

.td_category_list li {width: 150px; display: block;}
.td_category_list li a:link, .td_category_list li a:visited {width: 150px; display: block; color: #fff;}
.td_category_list li a:hover{ color: #a27647; }
.td_category_list li a.category_active:link,.td_category_list li a.category_active:visited {color: #a27647; font-weight: bold;}

.td_eshop_list_item {
	
/* ZAKLAD ZMENY VELIKOSTI VYPISU POLOZKY */
height: 340px;
width: 222px;

position: relative;
overflow: hidden;
margin: 5px;
text-align: center;
float: left;
display: block;
border: 1px solid #ddd;
transition: 0.2s;
background-color: white;
}

div.td_eshop_list_item:hover{
background: url(/files/pattern.png), #fff5c7;
border: 1px solid #aaa;
}

div.td_eshop_list_item:hover > div.td_eshop_brandstyle, div.td_eshop_list_item:hover > div.td_eshop_pricestyle {
    color: black;
}

div.td_eshop_list_item:hover > div.td_eshop_namestyle {
    color: #a27647;
}


img.td_eshop_img_thumbnail {
width: 100%;
float: left;
}

.td_eshop_brandstyle {	float: left; margin: 0; padding: 0; display: block; width: 100%; font-size: 14pt; color: #000000; text-align: center; padding-top: 15px; }
.td_eshop_namestyle {	float: left; margin: 0; padding: 0; display: block; width: 100%; font-size: 18pt; color: #6e422c; text-align: center; font-weight: bold; }
.td_eshop_pricestyle  {	float: left; margin: 0;	padding: 0; display: block; width: 100%; font-size: 16pt; color: #000000; text-align: center; font-weight: bold; display: block; }
.td_eshop_show_item {	float: left; margin: 0; padding: 0; display: block; width: 100%; font-size: 20pt; color: #a27647; text-align: center; font-weight: bold; padding-top: 65px; margin-top: 35px;}
.td_eshop_show_item a:link,.td_eshop_show_item a:visited {color: #a27647; }
.td_eshop_show_item a:hover {color: #000; } 



.td_user_panel {margin-top: 4px; float: right;}
a.td_user_panel:link, a.td_user_panel:visited {display: block; padding: 7px 15px; color: #fff; margin-top: 1px; -webkit-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px;}
a.td_user_panel:hover {background-color: rgba(0,0,0,0.5); color: #fff;  border-bottom: 1px solid #aaa; border-top: 1px solid #333; margin-top: 0px;}
a.active {background-color: rgba(0,0,0,0.5); color: #fff;  border-bottom: 1px solid #aaa; border-top: 1px solid #333; margin-top: 0px;}

.table-corners h2 {color: #a27647; margin: 5px; margin-bottom: 0; padding-bottom: 0;}
.table-corners .itembrand {color: black; margin-left: 5px; margin-top: 0;}
.table-corners .colorbox {position: absolute; top: 0px; right: 10px; background-color: #555; padding: 5px;}
.table-corners .colorcube {display: block; width: 20px; height: 20px; border: 1px solid white; margin: 2px; float: left;}

img.td_eshop_img_main {width: 300px;height: 300px;border: 2px solid #ccc;}
img.td_eshop_img_main:hover {border: 2px solid #a27647;}

.tn_previews {position: relative;}
.tn_previews img {width: 71px; height: 71px; margin: 0px; border: 2px solid #ccc;}
.tn_previews img:hover {border: 2px solid #a27647;}





#submit_remove {background: url('/images/delete.png'); background-size: 25px 25px; width: 25px; height: 25px; padding: 0; border: 0; vertical-align: middle;}
#submit_refresh {background: url('/images/refresh.png'); background-size: 25px 25px; width: 25px; height: 25px; padding: 0; border: 0; vertical-align: middle;}
#submit_remove, #submit_refresh {opacity: 0.7; transition: 0.2s;}
#submit_remove:hover, #submit_refresh:hover {opacity: 1; transform: scale(1.1);}

.td_icon_small {width: 20px; height: 20px;float: left; margin-right: 5px; }
.eshopCaption {float: left; padding-left: 10px; font-size: 14pt; width: 235px; font-weight: bold; color: #a27647;}
.eshopAmount {width: 50%;}

table.table-sizes > tbody > tr:first-child > td:first-child {width: 70%;}


.cart {position: absolute; top: 25px; right: 0px; width: 70px; z-index: 200;}
.cartcount {position: absolute; top: 40px; right: 0px; color: white; background:  #a27647; padding: 5px; -webkit-border-radius: 17px;-moz-border-radius: 17px;border-radius: 17px; z-index: 500; text-align: center; width: 40px; height: 30px;}