@charset "utf-8";
/* CSS Document */

.page_weSearch
{
	padding-bottom:60px;
}

	.page_weSearch .item
	{
		height:216px;
		margin-bottom:2px;
	}
		.page_weSearch .item .left
		{
			float:left;
			margin-right:2px;
			width:377px;height:216px;
			background-color:#e2e2e2;
		}
			.page_weSearch .item .title
			{
				display:table-cell;
				text-align:center;
				font-size:25px;
				line-height:32px;
				text-transform:uppercase;
				vertical-align:middle;
				width:287px;height:216px;
				padding:0 45px;
				
				*padding-top:60px;
			}
		.page_weSearch .item .right
		{
			float:left;
			width:600px;height:216px;
			background-color:#e2e2e2;
		}
			.page_weSearch .item .text
			{
				display:table-cell;
				vertical-align:middle;
				padding:0 45px;
				width:510px;height:216px;
				
				*padding-top:40px;
			}
				.page_weSearch .item .text p.first
				{
					font-size:15px;
					line-height:26px;
					color:#a0a0a0;
					text-transform:uppercase;
					margin-bottom:15px;
				}
				.page_weSearch .item .text p.last
				{
					font-size:13px;
					text-align:right;
					text-transform:lowercase;
				}
					.page_weSearch .item .text p.last a
					{
						text-decoration:underline;
						color:#adc704;
					}