/*-----------------------------------------------------------------------------
  [CSS - Search]
  
-----------------------------------------------------------------------------*/

.full-search .input-search {
	float: left;
	width: 198px;
}

#search-feedback li {
	color: #ab0013;
	margin: 5px 0;
}

#search-feedback li a {
	text-decoration: none;
	color: #ab0013;
}

#search-feedback li a:hover {
	text-decoration: underline;
}

.full-search form {
	margin-top: 5px;
	overflow: hidden;
}

dd.item-price {
	clear: both;
	margin: 0;
}

.full-search .magazine,
.full-search .news,
.full-search .sheets {
	margin: 20px 0 40px;
}

	.full-search .news .items-display h4 a,
	.full-search .see-all a {
		text-decoration: none;
	}
	
	.see-all {
		clear:both;
		text-align:center;
		width:100%;
	}
	
		.see-all a {
			background: #c7c7c7;
			display: block;
			color: #fff;
			font-family: "Trebuchet MS", Helvetica, sans-serif;
			padding: 3px 5px;
			text-decoration: none;
		}
		
		.see-all a:hover {
			background: #aa111c;
			color: #fff;
			text-decoration: none;
		}

.full-search h2 { 
	font-size: 2em;
	font-weight: normal;
	margin: 20px 0 5px 0;
}

.full-search h3 {
	font-size: 1.9em;
	font-weight: normal;
	margin-bottom: 5px;
}

.full-search .magazine h3 { margin-left: 0; }

.full-search .news .items-display { margin-top: 5px; }

	.full-search .news .items-display h4 {
		font-size: 1.3em;
		margin: 0;
	}

.full-search .sheets ul { margin-top: 5px; }

.magazine ul.list li {
	clear:left;
	display:block;
	padding:10px 0;
}

.item-desc-content ul li {
	padding: 0!important;
}