.cti-inner:after{
	content: '';
	clear: both;
	width: 1px;
	height: 1px;
	display: block;
}
.cti-inner>a img{
	float:left;
	width: 174px;
	*height: 101px;
}
.cti-caption a{
	font-size: 16px;
	font-family: sans-serif;
	color: #cc0000;
}
.navpanel {
	height: 30px;
	margin: 10px;
}
.navpanel a:hover, .navpanel a.active  {
	border: 5px solid grey;
	margin: 0px;
}
.navpanel a{
	color: black;
	cursor: pointer;
	text-decoration: none;
	padding: 10px;
	background-color: silver;
	margin: 5px;
}
.cti-inner-options{
	float: right;
	width: 400px;
}
.catalog-tabs-item{
	width: 580px;
	border-top: 1px;
	box-shadow: 1px 1px 2px black;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.catalog-tabs-item.hide {
		 display: none;
}
.catalog-tabs-item:after{
	display: block;
	content: ' ';
	width: 1px;
	height: 1px;
	clear: both;
}
.options-row{
	display: block;
	background-image: url(/templates/mhi/images/dot.bmp);
	background-repeat: repeat-x;
	background-position: 0 87%;

}
.options-row>p{
	margin: 0;
	font-size: 14px;
font-family: sans-serif;
background-color: white;
}
.options-row:after{
	content: ' ';
	display: block;
	clear: both;
}
.options-name{
	float: left;
}
.options-value{
	float: right;
}
.cti-buy{
	float: right;
	line-height: 100%;
}
.cti-buy a{
background-color:#D80003;
/*background-size:75px 25px;*/
	background-image: url(/templates/mhi/images/buy-button.jpg);
	background-repeat: no-repeat;
	width: 81px;
	height: 28px;
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
	line-height: 26px;
}
.pagination{
	text-align: center;
	margin-top: 20px;
}
.pagination:after{
	display: block;
	content: '';
	clear: both;
}
nav.pagination a, p.pagination a{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 5px;
	text-decoration: none;
	border: 1px solid #CC0000;
	cursor: pointer;
}
nav.pagination a:hover, p.pagination a:hover, nav.pagination a.active, p.pagination a.active{
	background-color: #CC0000;
	color: white;
}
nav.pagination a.no-active, p.pagination a.no-active{
	background-color: white;
	color: grey;
	border-color: grey; 
	cursor: default;
	display: none; /* fmget TZ-4479*/
}