/*  тема1   */
.theme1_blockpage {
	width: 100%;
	border: 1px solid #B0C4DE;
}

.theme1_blockpage  td{
	padding-bottom: 10px;
}

.theme1_blockpage_pages {
	height: 23px;
	background: #B0C4DE;
}

.theme1_blockpage_pages ul {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}
.theme1_blockpage_pages li {
	float: left;
	font: bold 12px Arial, sans-serif;
	margin: -5px 5px 0 0;
}
.theme1_blockpage_pages li a {
	float: left;
	padding: 0 10px;
	color: #000;
	text-decoration: none;
}
.theme1_blockpage_page-active{
	float: left;
	background: url('leftdoor.gif') no-repeat;	
}
.theme1_blockpage_page-active a{
	float: left;
	line-height: 28px;
	padding: 0 10px;
	background: url('rightdoor.gif') no-repeat 100% 0;
	color: #333;
}
.theme1_blockpage_page-passive {
	padding-top: 8px;
	color: #3399CC;
}
.theme1_blockpage_pheader {
	font-size: 0.85em;
	padding-left: 5px; 	
	background: #D9E4F2; 
}
.theme1_blockpage_content {
	clear: both;
	padding: 5px;
	overflow: hidden;
}
.theme1_blockpage_points {
	float: left;
	margin-left: 10px;
}
.theme1_blockpage_point-active,.theme1_blockpage_point-passive {
	margin-top: 5px;
	padding-left: 5px;
	float: left;
	width: 7px;
	height: 7px;
	background: url('point.gif') no-repeat top;
}
.theme1_blockpage_point-passive {
	background: url('point.gif') no-repeat bottom;
}
.theme1_blockpage_larr {
	float: left;
	width: 19px;
	height: 17px;
	cursor: pointer;
	background: url('ll.gif') top;
}
.theme1_blockpage_rarr {
	float: left;
	width: 19px;
	height: 17px;
	cursor: pointer;
	background: url('rr.gif') top;
}
.theme1_blockpage_larr:hover {
	background-position: bottom;
}
.theme1_blockpage_rarr:hover {
	background-position: bottom;
}
.theme1_blockpage_ajax-loader {
	position: relative;
	top: 45%;
	width: 100%;
	height: 11px;
	background: url('ajax-loader.gif') no-repeat center top;
}













/*  тема2   */

.theme2_blockpage {
	width: 710px;
	border: 1px solid #8FBC8F;
}

.theme2_blockpage  td{
	padding-bottom: 10px;
}

.theme2_blockpage_pages {
	height: 23px;
	background: #8FBC8F;
}

.theme2_blockpage_pages ul {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}
.theme2_blockpage_pages li {
	float: left;
	font: bold 12px Arial, sans-serif;
	margin: -5px 5px 0 0;
}
.theme2_blockpage_pages li a {
	float: left;
	padding: 0 10px;
	color: #000;
	text-decoration: none;
}
.theme2_blockpage_page-active{
	float: left;
	background: url('leftdoor.gif') no-repeat;	
}
.theme2_blockpage_page-active a{
	float: left;
	line-height: 28px;
	padding: 0 10px;
	background: url('rightdoor.gif') no-repeat 100% 0;
	color: #333;
}
.theme2_blockpage_page-passive {
	padding-top: 8px;
	color: #3399CC;
}
.theme2_blockpage_pheader {
	font-size: 0.85em;
	padding-left: 5px; 	
	background: #C6E6CB; 
}
.theme2_blockpage_content {
	clear: both;
	padding: 5px;
	overflow: hidden;
}
.theme2_blockpage_points {
	float: left;
	margin-left: 10px;
}
.theme2_blockpage_point-active,.theme2_blockpage_point-passive {
	margin-top: 5px;
	padding-left: 5px;
	float: left;
	width: 7px;
	height: 7px;
	background: url('point.gif') no-repeat top;
}
.theme2_blockpage_point-passive {
	background: url('point.gif') no-repeat bottom;
}
.theme2_blockpage_larr {
	float: left;
	width: 19px;
	height: 17px;
	cursor: pointer;
	background: url('ll.gif') top;
}
.theme2_blockpage_rarr {
	float: left;
	width: 19px;
	height: 17px;
	cursor: pointer;
	background: url('rr.gif') top;
}
.theme2_blockpage_larr:hover {
	background-position: bottom;
}
.theme2_blockpage_rarr:hover {
	background-position: bottom;
}
.theme2_blockpage_ajax-loader {
	position: relative;
	top: 45%;
	width: 100%;
	height: 11px;
	background: url('ajax-loader.gif') no-repeat center top;
}


/*  общие   */

.blockpage_paginator {
	margin: 10px;
	display: none;
}
