.w793
{
	width: 793px;
}

.w791
{
	width: 791px;
}

.l-col
{
	float: left;
	overflow: hidden;
}

.r-col
{
	width: 160px;
	float: right;
	overflow: hidden;
}

.hoz-banner
{
	width: 793px;
	margin: 7px 0px;
}
	
	.hoz-banner.full-width
	{
		width: 956px;
	}
	
	.hoz-banner img
	{
		display: block;
		margin: 0px auto;
	}

.vert-banner
{
	width: 793px;
	margin: 7px auto;
}

.bit-full-heading
{
	width: 793px;
	height: 44px;
	margin-bottom: 4px;
	background: url(../../images/full-heading-bg.png) no-repeat 0px 0px;
}
	
	.bit-full-heading.full-width
	{
		width: 956px;
		background: url(../../images/full-heading-wide-bg.png) no-repeat 0px 0px;
	}
	
	.bit-full-heading img
	{
		margin: 15px 0px 0px 18px;
	}

.pagination-box
{
	text-align: right;
	margin: 7px;
	display: block;
	font-weight: bold;
	line-height: 18px;
	float: right;
}
	
	.pagination-box span
	{
		float: left;
		text-align: right;
	}
	
	.pagination-box ul
	{
		float: left;
		display: inline;
		font-weight: normal;
		margin: 0px 0px 0px 5px;
		padding: 0px;
	}
		
		.pagination-box ul li
		{
			display: block;
			float: left;
			color: #ffffff;
			margin-left: 2px;
		}
			
			.pagination-box ul li a
			{
				color: #ffffff;
				text-decoration: none;
				text-align: center;
				display: block;
				width: 15px;
				line-height: 18px;
				background: url(../../images/pagination-item.png) repeat-x 0px 0px;
			}
				
				.pagination-box ul li a:hover,
				.pagination-box ul li.active a
				{
					font-weight: bold;
					background: url(../../images/pagination-item-active.png) repeat-x 0px 0px;
				}

.bit-search
{
	float: right;
	display: block;
	width: 246px;
	height: 34px;
	margin: 5px 5px 0px 0px;
	background: url(../../images/bit-search-bg.png) no-repeat 0px 0px;
}
	
	.bit-search .term
	{
		border: none;
		padding: 0px;
		line-height: 11px;
		background: none;
		color: #707070;
		font-size: 11px;
		margin: 11px 0px 0px 30px;
		width: 167px;
	}
	
	.bit-search .go
	{
		float: right;
		margin: 5px 5px 0px 0px;
	}
