#products{
	margin-bottom: 20px;
}
#products>a{
	text-decoration:none;
}
#products>a:hover{
	text-decoration:none;
}
.list-product-box{
	margin-top:10px;
	margin-bottom: 0px;
	font-size:0.9em;
	margin-left: 10px;
	margin-right: 10px;
}
.product-box{
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	font-size:0.9em;
}
.product-box table{
	border:0px solid;
	width:100%;
}
.list-product-box table{
	border:0px solid;
	width:100%;
}
.product-image-box{
	width:160px;
	text-align: center;
	vertical-align:top;
	padding-bottom: 5px;
}
.product-image{
	border:0px solid #e3e3e3;
}
.list-product-name{
	font-size:1.0em;
	padding-left:10px;
	padding-bottom:3px;
	vertical-align:top;
	font-weight: bold;
}
.product-name{
	font-size:1.2em;
	padding-left:0px;
	padding-bottom:3px;
	vertical-align:top;
	font-weight: bold;
}
.product-short-descr{
	vertical-align:top;
	padding-left:10px;
	padding-bottom: 5px;
	font-size:0.7em !important;
}
.product-long-descr{
	vertical-align:top;
	padding-left:10px;
	padding-bottom: 5px;
}
.product-id{
	font-size:0.7em;
	padding-bottom:10px;
}
span.product-nprice{
	font-size:0.9em;
}
span.product-tax{
	font-size:0.7em;
}
td.product-price{
	padding-left:10px;
	padding-right:50px;
	padding-bottom:15px;
	padding-top: 15px;
	vertical-align:top;
}
td.product-price p{
	padding:0px;
	margin:0px;
}
p.product-price{
	font-size:1.3em;
	font-weight:bold;
}
a.list-product-buy {
	text-decoration:none;
	margin-right:10px;
}
a.list-product-buy:hover{
	text-decoration:underline;
}
td.product-buy{
	font-size:0.9em;
}
a.product-buy {
	text-decoration:none;
	margin-right:10px;
	font-size:1.1em;
}
a.product-buy:hover{
	text-decoration:underline;
}
tr.product-buttons{
	/*display:none;*/
}
td.product-buttons{
	text-align:right;
	padding:3px;
	padding-top:20px;
	font-size:0.9em;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
img.product-cart {
	background-image: url(kosar.gif);
	width:16px;
	height:14px;
	margin-right:5px;
	border:none;
}
td.product-cart {
	text-align:right;
	padding-top:3px;
	padding-bottom:3px;
}
input.product-amount {
	text-align: right;
	font-size:8pt;
	font-weight: normal;
}
span.product-amount {
	font-size:10pt;
	font-weight: normal;
	margin-right: 5px;
}
img.product-details{
	background-image: url(arrow.gif);
	width:9px;
	height:5px;
	margin-left:10px;
	margin-bottom:2px;
	border:none;
}
a.product-details{
	text-decoration:none;
	margin-left: 10px;
}
a.product-details:hover{
	text-decoration:underline;
}
img.product-back{
	background-image: url(arrow_back.gif);
	width:9px;
	height:5px;
	margin-right:5px;
	margin-bottom:2px;
	border:none;
}
a.product-back{
	text-decoration:none;
}
a.product-back:hover{
	text-decoration:underline;
}
#categories{
	margin-bottom:20px;
}
.cat-nav{
	font-size:0.9em;
	padding-bottom:10px;
}
.cat-nav a {
	text-decoration:none;
}
.cat-nav a:hover {
	text-decoration:underline;
}
.cat-box{
	margin-top:10px;
	margin-bottom: 0px;
	font-size:0.9em;
	margin-left: 10px;
	margin-right: 10px;
}
.more-cat-head{
	padding-bottom:3px;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	text-transform: uppercase;
}
.cat-box table{
	border:0px solid;
	width:100%;
}
.cat-image-box{
	width:160px;
	text-align: center;
	vertical-align:top;
	padding-bottom: 5px;
}
.cat-image{
	border:0px solid #e3e3e3;
}
.cat-name{
	height:0.5em;
	font-size:1.2em;
	padding-left:10px;
	padding-bottom:10px;
	vertical-align:top;
	font-weight: bold;
}
.cat-descr{
	vertical-align:top;
	padding-left:10px;
	padding-bottom: 5px;
}
tr.cat-buttons{
	
}
td.cat-buttons{
	text-align:right;
	padding:3px;
	font-size:0.9em;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
img.cat-more{
	background-image: url(arrow.gif);
	width:9px;
	height:5px;
	margin-left:5px;
	margin-bottom:2px;
	border:none;
}
a.cat-more{
	text-decoration:none;
}
a.cat-more:hover{
	text-decoration:underline;
}

#basket {
	text-align: right;
}