.body-inner-wrapper {
	padding: 5px 10px;
}

.body-inner-wrapper .a2z-list-wrapper {
	font-size: 12px;
	background-color: #eee;
	padding: 5px 10px;
}

.body-inner-wrapper .title-caption {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	margin-right: 42px;
}

.body-inner-wrapper .most-popular {
	height: 30px;
	line-height: 30px;
	background: url("../images/most-popular-off.png") 0 0 no-repeat;
	padding: 0 5px;
}

.body-inner-wrapper  .a2z-list-wrapper  a {
	color: #1090BB;
}

.body-inner-wrapper .a2z-list {
	height: 30px;
}

.body-inner-wrapper .a2z-list ul li {
	float: left;
	width: 25px;
	line-height: 30px;
	overflow: hidden;
	background: url("../images/az-off.jpg") 0 0 no-repeat;
}

.body-inner-wrapper .a2z-list ul li a {
	display: block;
	text-align: center;
}

.body-inner-wrapper .a2z-list ul li a:hover,.body-inner-wrapper .a2z-list ul li a.current {
	background: url("../images/az-on.jpg") 0 0 no-repeat;
}

.content-list ul li {
	float: left;
	width: 25%;
	font-size: 12px;
	line-height: 26px;
}

.content-list ul li a {
	color: #1090bb;
}