html {
	padding: 0;
	margin: 0;
	background: #BABABA url(images/html_bg.jpg) repeat-y center;
}
body {
	padding: 0;
	margin: 0;
	color: #3e3e3e;
	font-size: 14px;
	font-family: sans-serif;
	background: url(images/top_bg.jpg) repeat-x top;
}

strong {font-weight: bold;}
a {text-decoration: underline;color: #FF742C;}
a:hover {text-decoration: none;}

h2, .h2 {
	display: block;
	font-size: 17px;
	font-weight: bold;
}
h3, .h3 {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

a img {border: 0;}

form fieldset {
	clear: left;
	padding: 0;
	margin: 0;
	border: 0;
	color: #818181;
}
form fieldset legend {
	font-size: 15px;
	font-weight: bold;
}
form fieldset p {
	margin: 2px;
	clear: left;
	line-height: 28px;
}
.dis-label, 
form fieldset label {
	display: block;
	float: left;
	width: 130px;
	margin: 3px 0 3px 0;
	font-weight: normal;
	color: #818181;
}
.dis-input, 
form fieldset input {
	padding: 3px;
	width: 200px;
	background-color: #F7F7F7;
	border: 1px #DFDFDF solid;
	border-bottom: 0;
	border-right: 0;
}
.dis-input {
	display: block;
	float: left;
	color: #818181; 
}
form fieldset select {
	padding: 3px 0;
	width: 206px;
	background-color: #F7F7F7;
	border: 1px #DFDFDF solid;
	border-bottom: 0;
	border-right: 0;
}
form fieldset input#captcha-input {
	margin-left: 130px;
}
form fieldset p.radio br {
	display: none;
}
form fieldset textarea {
	width: 423px;
	height: 100px;
	padding: 3px;
	background-color: #F7F7F7;
	border: 1px #DFDFDF solid;
	border-bottom: 0;
	border-right: 0;
}
form fieldset p.hint {
	font-style: italic;
	font-size: 12px;
}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.clear {clear: both;}
.float-right {float: right;}
.float-left {float: left;}
.hide {display: none;}
.href {cursor: pointer;}
.ceny em {text-decoration: line-through;}
.btn, input.checkbox {width: auto;}

.green {color: #90BF63;}

.white-bg {clear: both; width: 614px; background: white url(images/whiteBg.gif) repeat-y left;}
.white-bg .inner {background: url(images/whiteBg_top.gif) no-repeat left top;}
.white-bg .inner2 {padding: 23px; background: url(images/whiteBg_bottom.gif) no-repeat left bottom;}


#page {
  width: 996px;
  margin: 0 auto;
  position: relative;
}

#fingers {
  position: absolute;
  z-index: 100;
  top: 215px;
  left: 624px;
  width: 125px;
  height: 25px;
  background: url(images/prsty.png);
  
}

#top {
	float: left;
	width: 996px;
	height: 215px;
	margin-bottom: 10px;
       background: url(images/top.jpg) no-repeat -130px top;
}
#top #logo {
	float: left;
	height: 179px;
}
#top #logo h1, #top #logo h1 a {
	display: block;
	height: 125px;
	width: 300px;
	margin: 0px;
	padding: 0px;
}
#top #logo h1 {
	margin-top: 40px;
  margin-left: 170px;
}
#top #basket-box {
	width: 174px;
	height: 146px;
	margin-top: 20px;
	float: right;
	text-align: left;
	background: url(images/nakupni_kosik_box.gif);
	color: white;
}
#top #basket-box a.h2 {
  display: block;
  width: 174px;
  height: 48px;
}
#top #basket-box em,
#top #basket-box strong {
  display: block;
  line-height: 23px;
  font-style: normal;
}
#top #basket-box em {
  float: left;
  padding-left: 8px;
  font-size: 13px;
}
#top #basket-box strong {
  float: right;
  padding-right: 8px;
  font-size: 16px;
}
#top #basket-box .clear a {
  display: block;
  width: 160px;
  height: 23px;
  margin: 0 7px;
  padding: 0;
  background: url(images/btn-order.png) top;
}
#top #basket-box .clear a:hover {
  background: url(images/btn-order.png) bottom;
}
#top #basket-box form,
#top #basket-box fieldset {
  margin: 0;
  padding: 0;
  border: 0; 
}
#top #basket-box fieldset legend {
  display: none;
}
#top #basket-box form {
  margin-top: 20px;
  padding: 0 8px ;
}
#top #basket-box fieldset input {
  display: block;
  float: left;
  width: 121px;
  height: 21px;
  border: 0;
  padding: 2px 2px 0 2px;
  margin: 0;
  background-color: #090909;
  color: white;
}
#top #basket-box fieldset a#search-btn {
  display: block;
  float: right;
  width: 31px;
  height: 23px;
  padding: 0;
  border: 0;
  background: url(images/btn-search.png) no-repeat top;
}
#top #basket-box fieldset a#search-btn:hover {
  background: url(images/btn-search.png) no-repeat bottom;
}
#top #informations {
	float: left;
	width: 996px;
	height: 36px;
}
#top #informations ul {
	height: 36px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#top #informations ul li {
	display: inline;
	height: 36px;
}
#top #informations ul li a {
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	padding: 0 25px;
	color: #E1E2E7;
	font-weight: bold;
	text-decoration: none;
}
#top #informations ul li a:hover {
  color: black;
}

#left {
	float: left;
	width: 181px;
}
#right {
	float: left;
	width: 181px;
}
.box {
	background-color: #ccc;
	margin-bottom: 10px;
}
.box .h2 {
  width: 181px;
  height: 51px;	
}
.box .h2 a,
.box .h2 span {
	display: block;
	padding: 16px 14px;
	color: #CDC5C3;
	text-decoration: none;
}
.box p {
	margin: 0 auto;
}
.box input {	width: auto; }
.box hr { height: 1px; border: 0; background-color: #D9D9D9; }



.box .href:hover a {
 text-decoration: none;
}

.products-box .item-image {
  width: 50px;
  height: 50px;
  float: left;
}
.products-box .item-text {
  padding-left: 50px;
}
.products-box .h3 {
  font-size: 10px;
  margin-bottom: 5px;
  height: 24px;
  line-height: 12px;
  overflow: hidden;
  padding-bottom: 5px;
}
.products-box strong {
  font-size: 14px;
  color: #FF742C;
}
.products-box .h3 a {
  color:black;
  text-decoration:none;
}

.own-box .h2{
  height: 49px;
}
.own-box img {
  width: 164px
}

#left .box {
  background: url(images/box_bg_left_orange.gif) repeat-y left;
}
#left .box .h2 {
  background: url(images/box_top_left_orange.gif) no-repeat left top;
}
#left .box .inner{
  padding: 1px 10px 11px 13px;
  background: url(images/box_bottom_left_orange.gif) no-repeat left bottom;
}
#left .own-box .inner{
  padding: 0px 7px 5px 10px;
}
#right .box {
  background: url(images/box_bg_right_orange.gif) repeat-y left;
}
#right .box .h2 {
  background: url(images/box_top_right_orange.gif) no-repeat left top;
}
#right .box .inner{
  padding: 1px 13px 11px 10px;
  background: url(images/box_bottom_right_orange.gif) no-repeat left bottom;
}
#right .own-box .inner{
  padding: 0px 10px 5px 7px;
}

.menu a.cp {
  display: block;
  height: 51px;
  float: left;
  line-height: 51px;
  color: #CDC5C3;
  font-size: 17px;
	font-weight: bold;
	text-decoration: none;
  text-align: center;
  background: url(images/cp-switch.gif) no-repeat top; 
}
.menu a#a-categories {
  width: 100px;
  background-position: left;
}
.menu a#a-producers {
  width: 81px;
  background-position: right;
}
.menu a.active {
  color: black;
}

.menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.box .item, 
.menu ul li {
  border-bottom: 1px #D9D9D9 solid;
  font-size: 12px;
}

.menu ul li a {
  display: block;
  padding: 3px 0 3px 0;
  text-decoration: none;
  color: #3e3e3e;
  padding-left: 14px;
}
.menu ul li a:hover { color:#FF7136 ;}
.menu ul ul li a {
  padding-left: 28px;
  background: url(images/tecky1.gif) no-repeat 18px center;
}
.menu ul ul li a.last {
  background: url(images/tecky2.gif) no-repeat 18px center;
}
.menu ul ul ul li a {
  padding-left: 42px;
  background: url(images/tecky1.gif) no-repeat 32px center;
}
.menu ul ul ul li a.last {
  background: url(images/tecky2.gif) no-repeat 32px center;
}

.menu ul ul li {  border: 0;  }

.box .last {
  border-bottom: 0;
}

a.login-button {
  display: block;
  float: right;
  margin: 6px 0;
  width: 78px;
  height: 26px;
  background: url(images/prihlasitse.gif) no-repeat top;
}
a.login-button:hover {
  background: url(images/prihlasitse.gif) no-repeat bottom;
}

a.filter-button {
  display: block;
  float: right;
  margin: 6px 0;
  width: 78px;
  height: 26px;
  background: url(images/filtrovat.gif) no-repeat top;
}
a.filter-button:hover {
  background: url(images/filtrovat.gif) no-repeat bottom;
}

#login-box fieldset legend {display: none;}

ul.errors {color: red;}

#content {
	float: left;
	width: 614px;
	margin: 0 10px 23px 10px;
}

#content h2 {
  display: block;
  clear: both;
  height: 49px;
  margin: 0;
  background: url(images/nadpis.gif) no-repeat top;
}

#content h2 a,
#content h2 span {
	display: block;
	padding: 16px 23px;
  color: #FF762E;
	text-decoration: none;
}

#content .admin-menu {
  display: block;
  clear: both;
  margin: 0;
  background: url(images/nadpis.gif) no-repeat top;
 	padding: 16px 23px; 
 	margin-bottom: 10px;
}
#content .admin-menu p,
#content .admin-menu ul {
  margin: 0 auto;
  padding: 0 auto;
}
#content .paging .inner2 {
  padding: 2px 23px;
  text-align: right;
}
#content .content-items .item:hover {
  color: #FF8D2C;
}
#content .content-items .item:hover a {
  text-decoration: none;
}
#content .content-items .item h3,
#content .content-items .item p {
  margin: 0;
}
#content .content-items .item hr {
  display: none;
}

#content #filter-form {font-size: 12px}
#content #filter-form fieldset {margin: 0}
#content #filter-form fieldset legend {font-size: 12px}
#content #filter-form fieldset label {width: auto; min-width: 100px;}
#content #filter-form fieldset input {width: auto; font-size: 12px}
#content #filter-form fieldset select {width: auto;}
#content #filter-form .inner2 {padding: 10px 23px;}

#content .catalog .item {
  float: left;
  width: 302px;
  height: 150px;
  margin-bottom: 8px;
  background: #FFFFFF url(images/produkt.gif) no-repeat top;
}
#content .catalog .item:hover {
  background-position: bottom;
}
#content .catalog .second {
  margin-left: 10px;
}
#content .catalog .item .padd {
  padding: 11px 11px 14px 11px;
}
#content .catalog .item .item-image {
  float: left;
  width: 114px;
  height: 125px;
  margin-right: 10px;
  text-align: center;
}
#content .catalog .item .item-image table td {
  vertical-align: middle;
  width: 114px;
  height: 125px;
}

#content .catalog .item h3 {
  height: 40px;
  line-height: 20px;
  margin: 0 10px 10px 0;
  *margin: -10px 0 0 0;
  padding: 0;
  overflow: hidden;
  font-size: 13px;
}
#content .catalog .item h3 a {
  text-decoration: none;
  color: #3e3e3e;
}
#content .catalog .item .cena-sklad {
  float: right;
  width: 156px;
  height: 50px;
  background: url(images/cena_expedice.gif) no-repeat left top;
}
#content .catalog .item .cena-sklad strong {
  display: block;
  float: left;
  width: 55px;
  height: 25px;
  padding-left: 30px;
  line-height: 25px;  
  font-size: 9px;
  font-weight: normal;
}

#content .catalog .item .cena-sklad em {
  display: block;
  float: left;
  width: 68px;
  height: 25px;
  padding: 0 0 0 3px;
  line-height: 25px;  
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  *font-size: 10px;
}

#content .catalog .item a.detail,
#content .catalog .item a.koupit {
  display: block;
  float: left;
  width: 78px;
  height: 26px;
  background: url(images/detail_koupit.jpg);
}
#content .catalog .item a.detail {background-position: left top;}
#content .catalog .item a.detail:hover {background-position: left bottom;}
#content .catalog .item a.koupit {background-position: right top;}
#content .catalog .item a.koupit:hover {background-position: right bottom;}

#content div.product {
	margin-bottom: 20px;
}
#content div.product div.product-image {
	float: left;
	width: 319px;
}
#content div.product div.product-image .sklad {
 line-height: 15px;
 text-align: center;
}
#content div.product div.product-image .sklad em {
  padding: 3px 10px 3px 20px;
  font-size: 10px;
  font-style: normal;
  background: url(images/ico-sklad.png) no-repeat left top;
}

#content div.product div.product-information {
	float: right;
	width: 226px;
}
#content table.info,
#content table.params {
  width: 226px;
  border-collapse: collapse;
  background: url(images/table-params-bg.png) repeat-y left top;
}
#content table.info {
  margin: 10px 0;
  background: none;
}

#content table.info td,
#content table.info th,
#content table.params td,
#content table.params th {
  height: 26px;
  line-height: 26px;
  text-align: left;
  font-size: 9px;
  font-weight: normal;
}
#content table.info th,
#content table.params th {
  width: 65px;
  padding: 0 0 0 20px;
}
#content table.params th.param-name {
  vertical-align: top;
}
#content table.info td,
#content table.params td {
  padding: 0 0 0 10px;
  font-size: 12px;
}

#content table.info th {
  width: 65px;
  padding: 0 0 0 20px;
  background: url(images/ico-cena.png) no-repeat left center;
  color: black;
} 

#content div.buttons a {border: 0; display: block; float: left; height: 46px; text-align: center; }
#content div.buttons a.buy-button     {width: 226px; background: url(images/koupit-big.jpg) repeat center top; }
#content div.buttons a.buy-button:hover  {background: url(images/koupit-big.jpg) repeat center bottom; }
#content div.buttons a.recount-button     {width: 226px; background: url(images/prepocitat-big.gif) repeat center top; }
#content div.buttons a.recount-button:hover  {background: url(images/prepocitat-big.gif) repeat center bottom; }

.cena strong {
  font-size: 16px;
  color: #FF7532;
}
.cena em {
  text-decoration: line-through;
}

#content ul#bookmarks {
	clear: both;
  width: 100%;
	height: 46px;
	padding: 23px 0 0 0;
	margin: 0 0 -1px 0;
	list-style: none;
}
#content h3.open-bookmark {
	margin: 23px 0 -1px 0; 
}
#content ul#bookmarks li {
	float: left;
	height: 46px;
	line-height: 46px;
	margin: 0;
	margin-right: 5px;
}
#content h3.open-bookmark,
#content ul#bookmarks li a {
	display: block;
	float: left;
	height: 46px;
	line-height: 46px;
	color: #818181;
	text-decoration: none;
}
#content h3.open-bookmark span,
#content ul#bookmarks li a span {
	display: block;
}
#content h3.open-bookmark span span,
#content ul#bookmarks li a span span {
	padding: 0 18px;
}
#content ul#bookmarks li a:hover {
	color: #FF7532;
}
#content h3.open-bookmark,
#content ul#bookmarks li a.open {
	color: #FF7532;
	background: url(images/zalozka_bg.gif) repeat-x top;
}
#content h3.open-bookmark span,
#content ul#bookmarks li a.open span {
  background: url(images/zalozka_left.gif) no-repeat left top;
}
#content h3.open-bookmark span span,
#content ul#bookmarks li a.open span span {
  background: url(images/zalozka_right.gif) no-repeat right top;
}

#content .bookmark {
	padding: 5px;
	border-top: 1px #F2F2F2 solid;
}
#content .bookmark h3 {
	margin-top: 0;
	display: none;
}
#content .bookmark form fieldset { margin: 0; }
#content .bookmark form fieldset legend {	display: none; }
#content .bookmark .contact p,
#content .bookmark form fieldset p {margin: 0; padding: 1px; clear: left; line-height: 13px; font-size: 13px}
#content .bookmark form fieldset p.hint {	margin-left: 180px; font-size: 12px; }
#content .bookmark .dis-label, 
#content .bookmark form fieldset label {	width: 180px; }
#content .bookmark form fieldset textarea { width: 367px;}
#content .bookmark form fieldset input#captcha-input { margin-left: 180px; }
#content .bookmark form fieldset#fieldset-captchaform img {
	border: 1px #DFDFDF solid;
	width: 204px;
}

#content .bookmark .disscuss ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content .bookmark .disscuss .item {
	border-bottom: 1px #F2F2F2 solid;
	clear: both;
	margin-bottom: 5px;
	padding: 5px;
}
#content .bookmark .disscuss .item p {
	padding: 0;
	margin: 3px 0;
}
#content .bookmark .disscuss li .item {
}
#content .bookmark .disscuss li li .item {
	padding-left: 30px;
}
#content .bookmark .disscuss li li li .item {
	padding-left: 60px;
}
#content .bookmark .disscuss li li li li .item {
	padding-left: 90px;
}
#content .bookmark .disscuss li li li li li .item {
	padding-left: 120px;
}
#content .bookmark .disscuss li li li li li li .item {
	padding-left: 150px;
}
#content .bookmark .disscuss li li li li li li li .item {
	padding-left: 180px;
}

#content #div-bookmark-recensionsproduct strong.plus {
	display: block;
	width: 260px;
	margin-right: 10px;
	float: left;
	color: green;
}
#content #div-bookmark-recensionsproduct strong.minus {
	display: block;
	width: 260px;
	float: left;
	color: red;
}
#content #div-bookmark-recensionsproduct ul.plus {
	width: 234px;
	float: left;
	margin: 0;
	margin-right: 10px;
	padding: 6px 6px 6px 20px;
	color: green;
	border: 1px green solid;
	-moz-border-radius: 3px;
	list-style-type: disc;
}
#content #div-bookmark-recensionsproduct ul.minus {
	width: 234px;
	float: left;
	margin: 0;
	padding: 6px 6px 6px  20px;
	color: red;
	border: 1px red solid;
	-moz-border-radius: 3px;
	list-style-type: disc;
}
#content #div-bookmark-ratingproduct .stars {
	display: block;
	width: 85px;
	height: 16px;
	float: left;
}
#content #div-bookmark-ratingproduct .s0 {
	background: url('images/stars.gif') no-repeat left 0px;
}
#content #div-bookmark-ratingproduct .s1 {
	background: url('images/stars.gif') no-repeat left -16px;
}
#content #div-bookmark-ratingproduct .s2 {
	background: url('images/stars.gif') no-repeat left -32px;
}
#content #div-bookmark-ratingproduct .s3 {
	background: url('images/stars.gif') no-repeat left -48px;
}
#content #div-bookmark-ratingproduct .s4 {
	background: url('images/stars.gif') no-repeat left -64px;
}
#content #div-bookmark-ratingproduct .s5 {
	background: url('images/stars.gif') no-repeat left -80px;
}
#content #div-bookmark-ratingproduct span.outter {
	display: block;
	float: left;
	background-color: white;
	border: 1px gray solid;
	width: 200px;
	padding: 2px;
}
#content #div-bookmark-ratingproduct span#star_select {
	margin: 0 59px;
	float: left;
	display: block;
	width: 85px;
	height: 16px;
	cursor: pointer;
}
#content #div-bookmark-ratingproduct span#star_select span {
	display: block;
	width: 17px;
	height: 16px;
	float: left;
}

#content #basket-page ul.basket {
	clear: both;
        width: 100%;
	height: 39px;
	padding: 0;
	margin: -23px 0 23px -5px;
	list-style: none;
	font-weight: bold;
}
#content #basket-page ul.basket li {
	float: left;
	height: 39px;
	line-height: 39px;
	margin: 0;
	margin-right: 5px;
}
#content #basket-page ul.basket li span,
#content #basket-page ul.basket li a {
	display: block;
	float: left;
	height: 39px;
	line-height: 39px;
	color: #818181;
	text-decoration: none;
}
#content #basket-page ul.basket li span span,
#content #basket-page ul.basket li a span {
	display: block;
}
#content #basket-page ul.basket li span span span,
#content #basket-page ul.basket li a span span {
	padding: 0 18px;
}
#content #basket-page ul.basket li a:hover {
	color: #FF7532;
}
#content #basket-page ul.basket li.active a {
	color: #FD8A50;
	background: #F3F3F3;
}
#content #basket-page ul.basket li.active a span {
  background: url(images/basket_bookmark_left.png) no-repeat left top;
}
#content #basket-page ul.basket li.active a span span {
  background: url(images/basket_bookmark_right.png) no-repeat right top;
  color: #FD8A50;
}


#content table.basket {
  width: 563px;
  padding: 0;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: url(images/basket-table-bg.gif) repeat-y left top;
}

#content table.basket td,
#content table.basket th {
  height: 25px;
  padding: 0 3px;
  margin: 0;
  border: 0;
  line-height: 25px;
  text-align: left;
  font-size: 9px;
  font-weight: normal;
}

#content table.basket input {
	text-align: right;
	width: 20px;
  padding: 0;
  margin: 0;
	border: 1px #F0F0F0 solid;
}

#content table.basket th.quantity {width: 60px;}
#content table.basket th.price {width: 140px;}
#content table.basket th.del {width: 20px;}
#content table.basket td.del {text-align: center;}
#content table.basket td.del a {text-decoration: none; font-size: 14px;}


#content .compare .lock {
	float: left;
	width: 200px;
	padding: 0px 0px;
}
#content .compare .lock table {
	border-left: 1px #c8c8c8 solid;
}
#content .compare .scroll {
	float: right;
	width: 363px;
	overflow-x: scroll;
	padding: 0px 1px;
}
#content .compare table {
	border-collapse: collapse;
	background-color: #f2f2f2;
}
#content .compare table tr.nadpisy {
	height: 70px;
}
#content .compare table tr {
	height: 57px;
}
#content .compare table .sud {
	background-color: #FFFFFF;
}
#content .compare table td.image {
	width: 39px;
	border: 0;
}
#content .compare table .item-image {
	float: left;
	width: 39px;
	height: 53px;
}
#content .compare table .item-image img {
	max-width: 39px;
	max-height: 53px;
}
#content .compare table .h3 a {
}
#content .compare table td, #content .compare table th {
	text-align: center;
	vertical-align: middle;
	border-right: 1px #c8c8c8 solid;
}
#content #basket-page fieldset#fieldset-details p {
	line-height: 1em;
}
#compare-box .item .item-image {
	width: 40px;
	height: 40px;
}
#enquiry-box .item:hover .pointer {
	background-color: #3e3e3e
}
#enquiry-box .pointer {
	height: 15px;
	background-color: #444;
}
#enquiry-box .pointer-bg {
	background-color: #ddd;
}


#bottom {
	clear: both;
	height: 54px;
	background: url(images/bottom_bg.png) repeat-x top;
}
#bottom .inner {
	clear: both;
	width: 996px;
	margin: 0 auto;
	padding: 12px 0 0 0;
	height: 42px;
	line-height: 42px;
	color: #C2BAB8;
}
#bottom img {margin: 0; padding: 0; border: 0;}

#bottom a {text-decoration: none; color: #C2BAB8;}
#bottom a:hover {color: black;}

#partners {
	clear: both;
	padding: 10px 0;
	background-color: #F5F5F5;
}
#partners .inner {
	clear: both;
	width: 996px;
	margin: 0 auto;
}
#partners ul {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}

#partners ul li {
	float: left;
	margin-right: 6px;
	list-style-type: none;
	font-size: 10px;
	color: #C2BAB8 ;
}
#partners ul li a {	color: #C2BAB8 ; }
#partners ul li a:hover {	color: black ; }


#box-topselled .hr {background: #d9d9d9; height: 1px; clear: both; margin: 2px 0 4px 0;}
#box-topselled .box-item {clear: both; float: left; padding-bottom: 5px;} 
#box-topselled .box-item a.detail {float: left; display: block; width: 77px; height: 26px; margin: 0 0 0 5px; background: url('images/detail_koupit.gif') top left;}
#box-topselled .box-item a.koupit {float: left; display: block; width: 77px; height: 26px; background: url('images/detail_koupit.gif') top right;}
#box-topselled .box-item a.detail:hover {background-position: bottom left;}
#box-topselled .box-item a.koupit:hover {background-position: bottom right;}
#box-topselled .box-item a span {display: none;}
#box-topselled .box-item h3 {clear: both; display: block; margin: 0; padding: 5px 5px; font-size: 13px; width: 154px; text-align: center;}
#box-topselled .box-item img {width: auto; height: auto; margin: 0 auto; display: block;}
#box-topselled .box-item .item-info {background: url('images/box_right.gif'); width: auto; margin: 0 5px; height: 50px; font-size: 9px;}
#box-topselled .box-item .item-info strong {display: block; float: left; width: 51px; height: 17px; padding: 8px 0 0 25px;}
#box-topselled .box-item .item-info em {display: block; float: left; width: 63px; height: 20px; padding: 5px 0 0 13px; font-size: 12px; font-style: normal; font-weight: bold;}
#box-topselled .box-item .item-info em.green { color: #90BF83;}
#box-topselled .clear {clear: both;}
