/*
 * screen.css - styl pro zobrazeni na obrazovce
 * Autor: Radek Liska, radarfox at seznam.cz 
 */

/* ==============================================[ pozicni bloky ] */

body {
	padding: 0;
	background: #e9e4cf url(../img/body.jpg) repeat-x;
	text-align: center;
}

#all {
	position: relative;
	margin: 0 auto;
	padding: 198px 0 0;
	width: 920px;
	background: url(../img/all.jpg) repeat-y;
	text-align: left;
}

#wrap {
	margin: 0 11px;
	background: url(../img/wrap.gif) repeat-y 200px 0;
}

#head,
#foot,
#inner,
#column,
#top,
#main {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#head {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 198px;
	background: url(../img/head.jpg) no-repeat;
	font-size: 12px;
}

#foot {
	margin: 0 10px;
	padding: 40px 0 0;
	width: 900px;
	background: #594d3d url(../img/foot.jpg) no-repeat;
	color: #fff;
	font-size: 11px;
}

#column {
	float: left;
	width: 200px;
}

#inner {
	float: right;
	width: 698px;
}

#top {
}

#main {
	margin: 0 24px;
	width: 650px;
}

/* ==============================================[ hlavicka ] */

#head .header,
#head .hr {
	display: none;
}

#head p,
#head table,
#head form,
#head .img {
	margin: 0;
}

#head td,
#head th {
	padding: 0 5px 0 0;
}

#logo,
#head .login,
#head .basket,
#head .card,
#head .award,
#head .search,
#head .gendermenu,
#head .topmenu,
#head .lang {
	position: absolute;
	overflow: hidden;
}

#logo {
	z-index: 2;
	top: 60px;
	left: 35px;
	margin: 0;
	padding: 0;
	width: 290px;
	height: 60px;
}

#logo a {
	position: relative;
	display: block;
	height: 100%;
}

#logo span {
	display: none;
}

#head .login {
	top: 0px;
	left: 520px;
	width: 390px;
	height: 32px;
	line-height: 32px;
	white-space: nowrap;
}

#head .login a {
	color: #dbd4b5;
}

#head .login a:hover {
	color: #fff;
}

#head .login input {
	padding: 4px;
	background: #594d3d;
	color: #dbd4b5;
	font-style: italic;
	width: 110px;
}

#head .basket {
	top: 40px;
	left: 760px;
	width: 140px;
	height: 55px;
	font-size: 11px;
}

#head .basket table {
	width: 100%;
}

#head .card {
	top: 100px;
	left: 760px;
	width: 140px;
	height: 55px;
}

#head .award {
	top: 155px;
	left: 220px;
	width: 250px;
	height: 42px;
	line-height: 42px;
	white-space: nowrap;
}

#head .search {
	top: 158px;
	left: 730px;
	width: 180px;
	height: 36px;
	line-height: 36px;
	white-space: nowrap;
}

#head .search input {
	width: 110px;
	border: none;
	background: transparent;
	color: #82735f;
	font-style: italic;
}

#head .search button {
	border: none;
	background: transparent !important;
}

#head .gendermenu {
	top: 155px;
	left: 11px;
	width: 200px;
	height: 42px;
	line-height: 42px;
	white-space: nowrap;
}

#head .gendermenu ul {
	height: 100%;
}

#head .gendermenu ul li {
	float: left;
	width: 100px;
	height: 100%;
}

#head .gendermenu ul a {
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#head .gendermenu ul a.active {
	text-decoration: underline;
}

#head .gendermenu ul a:hover {
	color: #fff;
}

#head .topmenu {
	top: 0px;
	left: 10px;
	height: 32px;
	line-height: 32px;
	white-space: nowrap;
	font-size: 0.9em;
}

#head .topmenu ul {
	height: 100%;
}

#head .topmenu ul li {
	float: left;
	margin: 0 0 0 8px;
	height: 100%;
}

#head .topmenu ul a {
	display: block;
	padding: 0 ;
	height: 100%;
	color: #dbd4b5;
	text-decoration: none;
}

* html #head .topmenu ul a {
	float: left;
}

#head .topmenu ul a:hover {
	color: #fff;
}

#head .topmenu ul a.active {
	text-decoration: underline;
}

#head .lang {
	top: 0px;
	left: 390px;
	width: 115px;
	height: 32px;
	line-height: 32px;
	white-space: nowrap;
}

#head .lang ul {
	margin: 7px 0;
	height: 17px;
}

#head .lang ul li {
	float: left;
	margin: 0 2px;
	width: 22px;
	height: 100%;
	overflow: hidden;
}

#head .lang ul a {
	display: block;
	height: 100%;
	background: url(../img/head-lang.png) no-repeat;
}

#head .lang ul li.n01 a {background-position: 0 0}
#head .lang ul li.n02 a {background-position: -22px 0px}
#head .lang ul li.n03 a {background-position: -44px 0px}
#head .lang ul li.n04 a {background-position: -66px 0px}

#head .lang ul li.n01 a.active,
#head .lang ul li.n01 a:hover {background-position: 0 -17px}
#head .lang ul li.n02 a.active,
#head .lang ul li.n02 a:hover {background-position: -22px -17px}
#head .lang ul li.n03 a.active,
#head .lang ul li.n03 a:hover {background-position: -44px -17px}
#head .lang ul li.n04 a.active,
#head .lang ul li.n04 a:hover {background-position: -66px -17px}

#head .lang ul span {
	display: none;
}

/* ==============================================[ paticka ] */

#foot .header,
#foot .hr {
	display: none;
}

#foot a {
	color: #fff;
}

#foot a:hover {
	color: #34302c;
}

#foot .info {
	position: absolute;
	top: 0;
	left: 40px;
	width: 850px;
	height: 40px;
	overflow: hidden;
}

#foot .info table {
	width: 100%;
	margin: 0;
}

#foot .info table td {
	vertical-align: middle;
}

#foot .about {
	margin: 0 10px;
}

#foot .about p {
	text-align: center;
}

/* ==============================================[ sloupec ] */

#column .box {
	width: 100%;
	margin: 0 0 10px;
}

#column .box .hr {
	display: none;
}

#column .box .header {
	margin: 0;
	height: 42px;
	background: url(../img/column-box-header.jpg) repeat-x;
	line-height: 42px;
	white-space: nowrap;
}

#column .box .header span {
	display: block;
	margin: 0 10px 0 30px;
}

#column .box .container {
	margin: 0 10px 0 15px;
	padding: 1px 0;
}

#column .box input {
	width: 110px;
}

#column .box.sidemenu .switch {
	height: 16px;
	background: #d9d2b1;
	line-height: 16px;
	white-space: nowrap;
	overflow: hidden;
}

#column .box.sidemenu .switch li {
	width: 48%;
	height: 100%;
}

#column .box.sidemenu .switch li.n01 {float: left}
#column .box.sidemenu .switch li.n02 {float: right}

#column .box.sidemenu .switch a {
	display: block;
	height: 100%;
	color: #34302c;
	text-align: center;
	text-decoration: none;
}

#column .box.sidemenu .switch a.active {
	background: #faad19;
}

#column .box.sidemenu .switch a:hover {
	text-decoration: underline;
}

#column .box.sidemenu .container {
	margin: 5px 10px 0 10px;
}

#column .box.sidemenu .container.hidden {
	display: none;
}

#column .box.sidemenu .container ul li {
	position: relative;
	margin: 0 0 1px;
	width: 170px;
}

#column .box.sidemenu .container ul a {
	display: block;
	height: 100%;
	color: #34302c;
	text-decoration: none;
}

#column .box.sidemenu .container ul a:hover {
	text-decoration: underline;
}

#column .box.sidemenu .container ul span {
	display: block;
	margin: 0 50px 0 0;
}

#column .box.sidemenu .container ul span.icon {
	position: absolute;
	top: 3px;
	right: 0;
	margin: 0;
	width: 54px;
	font-size: 0;
	height: 12px;
	background: url(../img/column-sidemenu-gender.jpg) no-repeat 0 -11px;
	margin: 0 0 0 18px;
}
#column .box.sidemenu .container ul span.icon a{width:18px; margin: 0; padding:0; float:left; background: url(../img/column-sidemenu-gender.jpg) no-repeat 0 -11px;}
#column .box.sidemenu .container ul span.icon a.d{background-position: 0 -11px;}
#column .box.sidemenu .container ul span.icon a.p{background-position: -18px -11px;}
#column .box.sidemenu .container ul span.icon a.u{background-position: -36px -11px;}

#column .box.sidemenu .container ul span.icon a.d.en{background-position: 0 0;}
#column .box.sidemenu .container ul span.icon a.p.en{background-position: -18px 0;}
#column .box.sidemenu .container ul span.icon a.u.en{background-position: -36px 0;}



/* ==============================================[ top ] */

#top .home {
	margin: 0 49px;
	width: 600px;
	border-bottom: 1px solid #ded8bc;
	background: url(../img/top-home.jpg) repeat-y;
}

#top .home .container {
	margin: 0 12px;
	padding: 1px 0;
}

#top .filtr {
	margin: 0 0 0 1px;
	height: 42px;
	background: url(../img/column-box-header.jpg) repeat-x;
	line-height: 42px;
	white-space: nowrap;
}

#top .filtr form {
	margin: 0;
}

#top .filtr select {
	width: 110px;
}

#top .filtr button {
	padding: 2px;
}

#top .filtr p {
	float: left;
	margin: 0 0 0 25px;
	height: 100%;
}

/* ==============================================[ obsah ] */

#main .navi {
	margin: 1em 0;
	border-bottom: 1px solid #d9d2b1;
}

#main .navi a {
	color: #34302c;
	text-decoration: none;
}

#main .navi a:hover {
	text-decoration: underline;
}

#main .detail {
	margin: 1em 0;
}

#main .detail .column.n01 {
	float: left;
	width: 200px;
}

#main .detail .column.n02 {
	float: right;
	width: 425px;
}

#main .detail .info .brand {
	margin: -0.5em 0 1em;
	font-size: 92%;
}

#main .detail .info select {
	width: 86px;
}

#main .detail .info input {
	padding: 2px;
	width: 80px;
}

#main .detail .info .blok {
	position: relative;
	width: 175px;
	height: 43px;
	background: url(../img/main-detail-blok.jpg) no-repeat;
	font-size: 14px;
	line-height: 43px;
	white-space: nowrap;
	overflow: hidden;
}

#main .detail .info .blok .price,
#main .detail .info .blok .buy {
	position: absolute;
	top: 0;
	left: 4px;
	width: 75px;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

#main .detail .info .blok .price {
	font-size: 18px;
}

#main .detail .info .blok .buy {
	left: 90px;
	width: 80px;
	text-align: right;
}

#main .detail .info .blok .buy a {
	display: block;
	height: 100%;
	text-decoration: none;
}

#main .detail .info .blok .buy span {
	display: block;
	margin: 0 5px 0 0;
}
#main .detail button{
	border: none;
	background: none;
	padding-left: 35px;
}
#main .detail button:hover{color: red;}

#main .katalog button{
	border: none;
	background: none;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}
#main .katalog button:hover{color: red;}

#main .katalog {
	margin: 1em -25px 1em 0;
	width: 675px;
}

#main .katalog .item {
	position: relative;
	float: left;
	margin: 10px 25px 10px 0;
	width: 200px;
	height: 215px;
	background: url(../img/main-katalog-item.jpg) 0 100%;
	font-size: 12px;
	overflow: hidden;
}

#main .katalog .item .img,
#main .katalog .item .title,
#main .katalog .item .brand,
#main .katalog .item .gender,
#main .katalog .item .batch,
#main .katalog .item .price,
#main .katalog .item .size,
#main .katalog .item .buy {
	position: absolute;
	margin: 0;
	overflow: hidden;
}

#main .katalog .item .img {
	top: 0;
	left: 0;
	width: 200px;
	height: 150px;
}

#main .katalog .item .img img {
	margin: 0;
}

#main .katalog .item .title {
	top: 155px;
	left: 12px;
	width: 140px;
	height: 15px;
	font-size: 14px;
	font-weight: normal;
	line-height: 15px;
	white-space: nowrap;
}

#main .katalog .item .title a {
	color: #34302c;
	text-decoration: none;
}

#main .katalog .item .title a:hover {
	text-decoration: underline;
}

#main .katalog .item .brand {
	top: 172px;
	left: 12px;
	width: 140px;
	height: 15px;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	white-space: nowrap;
}

#main .katalog .item .gender {
	top: 155px;
	left: 165px;
	width: 30px;
	height: 24px;
	background: url(../img/main-katalog-gender.gif) no-repeat;
}

#main .katalog .item .gender.mal {background-position: 0 0}
#main .katalog .item .gender.fem {background-position: -30px 0}
#main .katalog .item .gender.uni {background-position: -60px 0}

#main .katalog .item .gender span {
	display: none;
}

#main .katalog .item .batch {
	top: 110px;
	left: 130px;
	width: 70px;
	height: 45px;
	background: no-repeat;
}

#main .katalog .item .batch.n01 {
	background-image: url(../img/main-katalog-batch-01.png);
}

#main .katalog .item .batch.n02 {
	background-image: url(../img/main-katalog-batch-02.png);
}

#main .katalog .item .batch span {
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 33px;
	white-space: nowrap;
}

#main .katalog .item .price {
	top: 190px;
	left: 4px;
	width: 54px;
	height: 20px;
	color: #704b2c;
	text-align: center;
}

#main .katalog .item .size {
	top: 190px;
	left: 62px;
	width: 88px;
	height: 20px;
	text-align: center;
}

#main .katalog .item .size select {
	width: 78px;
}

#main .katalog .item .buy {
	top: 190px;
	left: 156px;
	width: 42px;
	height: 20px;
	text-align: center;
}

/********** BASKET ************/

#basket a{
   text-decoration: none;
}
#basket .baskettab{
	margin: 10px;
}
#basket .order,
#basket .back{
	width: 130px;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
	color: black;
}

#basket table,
#order table{
/* border: 1px #717171 solid; */
	width: 99%;
  border-collapse: collapse;
  margin: 2px;
}

#basket table a, #order table a{
	text-decoration: none;
	color: black;
	font-weight: bold;
}

#basket a.delete{
/*	position: relative; */
	*padding: 0;
  display: block;
 	*display: inline-block;
	height: 15px;
	width: 15px;
	background: url(img/admin/remove.gif) center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#basket .cost,
#order .cost{
	font-size: 13px;
	font-weight: bold;
}

#basket .totalcost,
#order .totalcost{
  color: black;
	font-size: 12px;
	font-weight: bold;
}

#order span.final-price{
  font-weight: bold;
}

#order input.pricebox{
  border: none;
  background: none;
  font-weight: bold;
  text-align: right;
  color: #FF7F13;
  width: 90px;
  font-size: 16px;
}

#basket tr.final-cost, #order tr.final-cost{
	background-color: #F9F9F9;
	color: black;
}
#basket tr .cost-notax{
  font-weight: bold;
}
#basket tr .important{
		color: #FF7F13;
}

#basket tr.final-cost .important,
#order tr.final-cost .important{
	font-weight: bold;
	color:  #FF7F13;
	font-size: 14px;
}

#basket table tr.final-cost input{
  margin-top: 4px;
  margin-bottom: 4px;
	cursor: pointer;
}

#basket tr.liche,
#order tr.liche{
  background-color: #AFAFAF;
}

#basket tr.sude,
#order tr.sude{
  background-color: #C3C3C3;
}

#basket td,
#order td{
	padding: 0 2px;
	
}

#order td{
  border: #AFAFAF 1px solid;
}

#order td.noborder{
  border: none;
}

#basket tr.list td,
#order tr.list td{
  border-bottom: 1px solid #717171;
  border-right: 1px solid #717171;
  border-left: 1px solid #717171;
  padding: 2px;
}

#basket th,
#order th{
  padding: 2px;
  background-color: #E6E6E6;
  border: #717171 1px solid;
  white-space: nowrap;
}

#basket th.right,
#order th.right{
	text-align: right;
}

#basket .total{
	width: 80px;
}

#basket form input.textbox{
	/*	height: 14px; */
	margin: 1px 0;
	width: 25px;
	color: #d37422;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	border: 1px solid #717171;
}

#basket form .submit{
	width: 80px;
	margin: 2px 0;
} 

/***************** order ****************/

#authorization{
  width: 500px;
  margin: 0 auto;
  text-align: center;
  border: 1px white solid;
  padding: 5px; 
}

#authorization h2.title{
  text-align: center;
  color: black;
  margin: 0;
  padding: 0;
}

#authorization h2.error{
  color: red;
}

/***************** order-list ****************/

#order-list table{
  width: 100%;
  border-collapse: collapse;
  border: 1px black solid;
}

#order-list td.stat{
/*  background-color: white; */
}

#order-list th{
  background-color: #E6E6E6;
}

#order-list tr{
  background-color: #C3C3C3;
}

#order-list tr.lichy{
  background-color: #AFAFAF;
}

.order-state-icon-1{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/admin/icons/order-1.png', sizingMethod='scale');
	background-image: url('/img/icons/order-1.png');	 
}

.order-state-icon1{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/admin/icons/order1.png', sizingMethod='scale');
	background-image: url('/img/icons/order1.png');	 
}

.order-state-icon2{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/admin/icons/order2.png', sizingMethod='scale');
	background-image: url('/img/icons/order2.png');	 
}

.order-state-icon3{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/admin/icons/order3.png', sizingMethod='scale');
	background-image: url('/img/icons/order3.png');	 
}

.order-state-icon4{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/admin/icons/order4.png', sizingMethod='scale');
	background-image: url('/img/icons/order4.png');	 
}

.order-state-icon5{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/admin/icons/order5.png', sizingMethod='scale');
	background-image: url('/img/icons/order5.png');	 
}

.order-state-icon6{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/admin/icons/order6.png', sizingMethod='scale');
	background-image: url('/img/icons/order6.png');	 
}

.order-state-icon7{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/admin/icons/order7.png', sizingMethod='scale');
	background-image: url('/img/icons/order7.png');	 
}

.order-state-icon8{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/admin/icons/order8.png', sizingMethod='scale');
	background-image: url('/img/icons/order8.png');	 
}

.center{
  text-align: center;
}

.order-state-icon{
	width: 99px;
	height: 33px;
	background-repeat: no-repeat;
	_background-image: none;
}

/***************** regisatrace *******************/

#registraceIN,
#user-detailsIN{
  width: 550px;
  margin: 0 auto;
}

#registrace input,
#user-details input{
  width: 155px;
}

#registrace input.phone,
#user-details input.phone{
  width: 66px;
}

#registrace input.submit,
#user-details input.submit{
  width: auto;
}

#registrace dt.header,
#user-details dt.header{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}


#registrace h2,
#user-details h2{
  margin: 0 0 10px 0;
  padding: 0;
}

#registrace dl,
#user-details dl{
  border: 2px #414141 solid;
  padding: 10px
}

#registrace dl dt,
#user-details dl dt{
  margin: 10px 0 0 0; padding: 0;
}

#registrace dl dd,
#user-details dl dd{
  margin: 0 0 0 10px; padding: 0;
}

input.fbutton,
input.fbutton-important{
  background-color: #FF7F13;
  border: 3px #FF6F13 outset;
  height: 23px;
  font-weight: bold;
  color: white;
  font-size: 12px;
}

input.fbutton-important{
  background-color: red;
  border: 3px #CF0000 outset;
}

a.fbutton {
  color: white;
  display: block;
  text-decoration: none;
  text-align: center;
  background-color: #FF7F13;
  border: 3px #FF6F13 outset;
  padding: 0 5px;
  font-size: 11px;
  margin: 0 auto;
}

a .order fbutton {
  color: white;
}
/*
dt{float:left;clear:both; width:120px; padding-bottom:5px;}
dd{float:left; padding-bottom:5px; width:100px;}
dl{clear:both;}
*/


/************************PAGEBAR*********************************/

.pagebarnew{
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0; 
	border: none;	
	color: black;
	border-top: 1px #F48222 solid;   
}

.pagebarnew-simple{
	padding: 0;
	background-image: none;
}

.pagebarnew a{
  color: black;
}

.pagebarnew .showing{
	padding: 2px 5px 2px 5px;
	color: #000000;
}

.pagebarnew .order{
	float: left;
	margin: 0 10px 0 100px;
	text-align: left;
}

.pagebarnew select{
	font-size: 10px;
}

.pagebarnew .filter{
	float: right;
	margin: 0 20px;
}

.pagebarnew .pages a{
	font-weight: normal;
	color: black;
	text-decoration: underline;
}
.pagebarnew .pages a .active{
	font-weight: bold;
}

.pagebarnew .pages{
	text-align: center;
	border: none;
	padding: 2px 5px 2px 5px;	
}

.pagebarnew .ppcounts{
	border: none;
	text-align: right;
}

.pagebarnew .ppcounts a{

}

.pagebarnew .pagenav a.prev,
.pagebarnew .pagenav a.next{
	color: black;
}

.pagebarnew .pagenav .noprev,
.pagebarnew .pagenav .nonext{
  color: #676767;
}

.pagebarnew .pagenav a.next{
	padding: 0;
}

.pagebarnew .pagenav a.prev{
	padding: 0;
}

.pagebarnew .pagenav{
	border: none;
	padding: 2px 0;
	margin-bottom: 10px;
  border-bottom: 1px #8F7159 solid;
	border-top: 1px #8F7159 solid;
}

.pagebarnew .pagenav .prev-box{
	float: left;
	width: 120px;
	text-align: center;
	padding: 2px 0 0 0;
}

.pagebarnew .pagenav .prev{
	padding: 0 0 0 20px;
}

.pagebarnew .pagenav .next-box{
	float: right;	
	width: 120px;
	text-align: center;
	padding: 2px 0 0 0;
}

.pagebarnew .pagenav .active{
	font-weight: bold;
	font-size: 14px;
}

/***************** regisatrace *******************/

#registraceIN,
#user-detailsIN{
  width: 550px;
  margin: 0 auto;
}

#registrace input,
#user-details input{
  width: 155px;
}

#registrace input.phone,
#user-details input.phone{
  width: 66px;
}

#registrace input.submit,
#user-details input.submit{
  width: auto;
}

#registrace dt.header,
#user-details dt.header{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}


#registrace h2,
#user-details h2{
  margin: 0 0 10px 0;
  padding: 0;
}

#registrace dl,
#user-details dl{
  border: 2px #414141 solid;
  padding: 10px
}

#registrace dl dt,
#user-details dl dt{
  margin: 10px 0 0 0; padding: 0;
}

#registrace dl dd,
#user-details dl dd{
  margin: 0 0 0 10px; padding: 0;
}

form ul.errorwin{
	display:inline;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	list-style: none;
}

form ul.errorwin li{
	display:inline;
	padding: 0 0 0 20px;
	margin: 0 0 0 30px;
	vertical-align: middle;	
	background: url(/img/common/arrow-left-red.gif) no-repeat left center;
	font-size: 11px;
	background-color: none;
  color: #FF7F13;
  font-weight: bold;
}

.checkbox{width: 2em !important;}

.box.zbozi .item {
	text-align:center;
	margin: 0.5em 0 2em 0;
}

.box.zbozi .item .title,
.box.zbozi .item .brand {
	margin: 0.2em 0;
	font-size: 100%;
	font-weight: normal !important;
	text-align: center;
}

.box.zbozi .item .title {
	border-bottom: 1px solid #ddd;
}

.box.zbozi .item .title a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

.box.zbozi .item .title a:hover {
	text-decoration: underline;
}

.box.zbozi .item .brand {
	color: #a51419;
}

.box.zbozi .item .img {
	margin: 0.2em -5px;
}

.box.zbozi .item .img img {
	margin: 0;
	height: 130px;
}

.box.zbozi .item .cena01,
.box.zbozi .item .cena02,
.box.zbozi .item .detail {
	margin: 0.2em 0;
	text-align: center;
}

.box.zbozi .item .cena01 {
	color: #a51419;
}
