@charset "utf-8";
/* CSS Document */

.heading-full {
	height:16px;
	background-color:#BE0007;
	background-image:url("../images/day-corner-right.jpg");
	background-position:right center;
	background-repeat:no-repeat;
}

.heading-search-result {
	text-transform:uppercase;	
	font-weight:bold;
	font-size:14px;
}

.heading-search-number {
	
}

.white-bkg {
	background-color:white;
	padding:4px 6px 0;
	color:#CC0000;	
}

.red-bkg {
	margin-left: 4px;
	color:white;
	font-size:12px;
}

.suggest {
	float:left;
	width:300px;
	display:inline;
	margin-top:10px;
}

.pagination {
	float:right;
	display:inline;
	width:300px;
	text-align:right;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:20px;
}

.search-box {
	width:450px;
	float:left;
	padding-left:10px;
	height:78px;
	overflow:hidden;
	position:relative;
	margin-bottom:30px;
}

.search-box img {
	margin-right:4px;
}

.search-box .title {
	font-weight:bold;
}

.search-box p {
	margin-bottom:4px;
	color:#333333;
}

.search-box .category {
	position:absolute;
	left: 144px;
	bottom:0px;
	text-transform:u
}

