/* CSS Document */
.zoomout {
	z-index: 1000;
	position: absolute;
	border: solid 1px;
}
.category_item {
	margin-bottom:25px;
}

.category_item a {
	padding:0 10px;
	white-space:nowrap;
	background-color:#B00000;
	color:#F8E596;
	font-size:18pt;
	font-family:Arial;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

.renew {
	display: none;
	color: red;
	font-size: large;
}
.pagebar_form {
	float:right;
/*	display: none; */
}

.pagebar {
	text-align: center;
	clear: both;
	padding-top:20px;
/*	display: none; */
}
.pagebar a {
	color: #78282f;
	text-decoration: none;
	padding: 7px 12px;
	background: url(../image/pic/pagebar.gif) no-repeat center center;
	font-size: 12pt;
	font-weight: bold;
}
.pagebar a.now {
	background: none;
	color: #868686;
}
.pagebar a.nav {
	color: #306b81;
	border-bottom: 1px dashed #306b81;
	margin: 0 16px;
	padding: 0px;
	background: none;
	font-size: 10pt;
	font-weight: normal;
}

ul.catalog {
	width: 100%;
	overflow: hidden;
	margin: 0 0px;
	text-align: center;
/*	display: none; */
}
ul.catalog li {
	display: inline-block;
	width: 30%;
	margin: 20px 17px 30px 0;
	vertical-align: top;
	float: left;
	height: 190px;
	overflow: visible;
	position:relative;
}
ul.catalog li img {
	float: left;
	margin-right: 15px;
	/*max-width: 36px*/
}
ul.catalog div {
	vertical-align: top;
	padding-left: 51px;
}
ul.catalog div h3 {
	font-size: 9pt;
	color: #78282f;
	text-align: left;
	margin-bottom: 5px;
	height: 3em;
	overflow: hidden;
}
ul.catalog div p {
	font-size: 9pt;
	text-align: left;
	margin-bottom: 7px;
}
ul.catalog div p.price {
	margin-top: 10px;
	font-size: 9pt;
}
ul.catalog div p.price span {
	font-size: 13pt;
	color: #78282f;
	background: url(../image/pic/ruble_cat.gif) no-repeat right center;
	padding: 0 17px 0 2px;
	font-weight: bold;
}
ul.catalog div p.select {
	text-align: left;
}
ul.catalog div p.add {
	text-align: left;
	font-size: 10pt;
}
ul.catalog div p.add a {
	text-decoration: none;
	color: #306b81;
	border-bottom: 1px dashed #306b81;
}

.item-status-new, .item-status-action
{
	left:0;
	padding-left:0 !important;
	position:absolute;
	top:0;
	width:100px;
}
.item-status-new img, .item-status-action img
{
	width:50px;
}
