#catalog
{
	margin: 35px 0;
}
#catalog a
{
	text-decoration: none;
}

#head
{
	width: 750px;
	font-style: normal;
	margin-bottom: 20px;
}
#head .title
{
	font-size: 20px;
	font-weight: bold;
	float: left;
	width: 250px;
	text-transform: uppercase;
}
.showing
{
	float: right;
	font-size: 12px;
	width: 450px;
}
.showing .current
{
	float: left;
}
.showing .current .all
{
	text-transform: uppercase;
	margin-left: 15px;
}
.showing .pages
{
	float: right;
	margin-top: 4px;
}
.showing .pages a
{
	margin: 0 3px;
	font-size: 10px;
}
.showing .pages a.curpage
{
	color: #000;
	font-weight: bold;
	cursor: default;
}
#products
{
	width: 750px;
	float: left;
}
#products .product
{
	width: 200px;
	margin: 10px 0 20px 0;
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #888;
	float: left;
}
#products .middle
{
	margin: 10px 40px;
}
#products .product img
{
/*	width: 200px;*/
}
#products .product .title
{
	text-transform: uppercase;
	margin: 3px 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
}
#products .product .info
{
	font-size: 12px;
}
#products .product .info .addit
{
	float: left;
}
#products .product .info .id
{
	float: right;
}


#search
{
	width: 170px;
	margin-right: 25px;
	float: right;
	font-size: 12px;
}
#search .pod
{
	margin-bottom: 25px;
	text-transform: uppercase;
}
#search .button
{
	display: block;
	margin-top: 2px;
}
#search input, #search select
{
	text-transform: none;
	width: 100%;
}

