#channel-header{
	clear:both;
	width:100%;
	padding:5px 0px;
}


h1{
	text-align:left;
	font-size:18px;
	font-weight:bold;
	padding:10px 0 10px 5px;
	color:#ff6600;
	border-bottom:solid 2px #1e5494;	
	margin-bottom:5px;
}

#channel-header h4{
	color:#333;
	line-height:20px;
}
#channel-header h4 p{
	line-height:20px;	
}

ul.product li{
	float:left;
	width:125px;
	margin:2px;
	height:130px;overflow:hidden;
	border-bottom:none;	
}

ul.product li span.image{
	width:100%;
	display:block;
	height:90px;
	overflow:hidden;
	background:#f7f7f7;
	text-align:center;
}
ul.product li span.title{
	text-align:center;
	width:100%;
	display:block;
}
ul.product li span.title a{font-size:12px;}

#SearchProduct {
	background:#1e5494;
	padding:5px 20px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
#SearchProduct span{
	padding:0px 5px;	
}
#SearchProduct select.text{
	width:200px;
	margin-right:5px;
}
#SearchProduct input.text{
	padding:2px;
	width:300px;
}
#SearchProduct input.button{
	padding:0px;
	font-size:12px;
	width:50px;
}
