img { -ms-interpolation-mode:bicubic; }

a.settings { position:absolute; right: 10px; top: -5px; }

a.page-settings-icon  
{
	display:inline-block;
    width:64px; height:64px; 
    background: url('../img/icons/design/icon-page.png') no-repeat;
    top:5px; right:5px;
    position:fixed!important;
    z-index:70000!important; 
    -moz-transform: scale(0.9);-webkit-transform: scale(0.9);-o-transform: scale(0.9);-ms-transform: scale(0.9);transform: scale(0.9); -webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;
}
a.menu-settings-icon  
{
	display:inline-block;
    width:64px; height:64px;  
    background: url('../img/icons/design/icon-menu.png') no-repeat;
    top:70px; right:5px;
    position:fixed!important;
    z-index:70000!important; 
    -moz-transform: scale(0.9);-webkit-transform: scale(0.9);-o-transform: scale(0.9);-ms-transform: scale(0.9);transform: scale(0.9); -webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;
}


.paginator {
	margin: 20PX 1PX 10px 1px;
	font-size: 100%;
	min-height: 20px;
}
.paginator .status {
	margin: .5EM 0 1EM;
}
.paginator a.page, .pageList .current {
	padding: 6PX 8PX;
	border: 1PX solid #CCD;
	background-color: #F9F9F2;
	text-decoration: none;
}
.paginator .break {
	border: none;
	background: none;
}
.paginator a.end {
	border-width: 2PX;
}
.paginator .current {
	border-color: #999;
	font-weight: bold;
	font-size: 100%;
}
.paginator a:hover {
	border-color: #777;
	text-decoration: none;
}
.paginator a.link {
	font-weight: bold;
	text-decoration:none;
}
.paginator a.link:hover {
}
.paginator .disabled {
	color: #CCC;
}


a.t0 {
	font-size: 90%;
	line-height: 100%;
}
a.t1 {
	font-size: 110%;
	line-height: 120%;
}
a.t2 {
	font-size: 130%;
	line-height: 130%;
}
a.t3 {
	font-size: 130%;
	font-weight: bold;
	line-height: 140%;
}
a.t4 {
	font-size: 150%;
	line-height: 140%;
}
a.t5 {
	font-size: 160%;
	font-weight: bold;
	line-height: 140%;
}
a.t6 {
	font-size: 170%;
	line-height: 140%;
}
a.t7 {
	font-size: 180%;
	font-weight: bold;
	line-height: 150%;
}
a.t8 {
	font-size: 190%;
	line-height: 150%;
}
a.t9 {
	font-size: 210%;
	font-weight: bold;
	line-height: 150%;
}
a.t10 {
	font-size: 240%;
	line-height: 150%;
}