.cataloge_content{
	width:610px;
	background:#fff;
	padding:10px 15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	float:left;
}

.cataloge_content .title{
	background:url(../images/cataloge_title.jpg) no-repeat;
	width:159px;
	height:20px;
	margin:0px;
}

.categories{
	background:#069 url(../images/catalog_sections_bg.jpg) repeat-x bottom;
	width:100%;
	min-height:26px;
	margin:10px 0;
	line-height:25px;
	text-align:center;
}

.categories a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	margin:0 5px;
}

.categories .selected{
	color:#FC0;
}

.categories .selected:hover{
	color:#FFF;
}

.categories a:hover{
	color:#FC0;
}

.cataloge_content .content{
	width:100%;
}

.cataloge_content .content .item{
	width:110px;
	height:125px;
	padding:6px;
	float:left;
}

.cataloge_content .content .item:hover{
	background-color:#DDD;
}

.cataloge_content .content .item .item_photo{
	width:110px;
	height:100px;
	margin-bottom:5px;
	text-align:center;
}

.cataloge_content .content .item .item_text{
	width:110px;
	height:20px;
	text-align:center;
	line-height:20px;
}

.cataloge_content .content .item .item_text a{
	color:#000;
	text-decoration:none;
}

.cataloge_content .content .item .item_text a:hover{
	color:#36C;
	text-decoration:underline;
}

.cataloge_content .content .no_regists{
	width:100%;
	text-align:center;
}

.clear_float{
	width:100%;
	clear:both;
}

.page_control{
	width:600px;
	height:20px;
	padding:5px;
	margin-top:5px;
	text-align:right;
	background-color:#DDD;
}

.page_control .page_info{
	width:200px;
	height:20px;
	line-height:20px;
	text-align:center;
	float:left;
	margin-left:200px;
}

.page_control .page_selection{
	width:195px;
	height:20px;
	line-height:20px;
	text-align:right;
	margin-right:5px;
	float:left;
}

.page_control .page_selection a{
	color:#000;
	text-decoration:underline;
}

.page_control .page_selection a:hover{
	color:#36C;
	text-decoration:none;
}

.cataloge_content p{
	margin:15px 0px;
	text-align:justify;
	float:left;
	width:100%;
}