@CHARSET "UTF-8";

#left_block_oncatalog {
	float: left;
}

#catalog {
	float: right;
	width: 660px;
	margin-top: 20px;
	margin-left: 16px;
	margin-bottom: 2px;
	font-family: "times new roman";
}

.cat_element {
	float: left;
	width: 155px;
	margin-right: 6px;
	margin-bottom: 15px;
}

.cat_element .p_img {
	height: 183px;
	width: 155px;
	border-width: 1px;
	border-style: solid;
	border-color: #d7bc9a;
	line-height: 183px;
	display:table-cell; 
	vertical-align:middle;
}

.cat_element img {
	max-width: 155px;
	max-height: 183px;
	border-width: 0px;
}

.cat_element a, #catalog .cat_element span {
	clear: left;
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
}

.cat_element .title{
	margin-top: 5px;
	color: #362f2d;
}

.cat_element .price{
	color: #ba6927;
}

#catalog #page_num {
	width: 100%;
	text-align: center;
	letter-spacing: 2px;
}

#catalog #page_num a {
	text-decoration: none;
	color: #362f2d;
	margin-left: 5px;
}

#catalog #page_num .active{
	color: #ba6927;
	border-width: 1px;
	border-style: solid;
	border-color: #d7bc9a;
	display: inline-block;
}
