@charset "utf-8";
/* CSS Document */
			body{
				font-family: Arial, Helvetica, Verdana, sans-serif;
			}
			#HLBox {
				width:283px;
				background:#fed200;
				padding: 5px 10px 10px 10px;
			}
			#HLNav {
				height: 20px;
				vertical-align: top;
				padding-top:3px;
			}
			#HLProdProm {
				font-size:11px;
				float:left;
			}
			#HLSel {
				font-size: 11px;
				font-weight: bold;
				margin: 0 0 0 0;
				float:right;
				vertical-align: bottom;
			}
			#HLSel a{
				float:left;
				padding:0 5px 0 7px;
				margin:0;
			}
			.HLItem {
				display: block;
				position: relative;
				font-weight: bold;
			}
			.HLImg {
				background-position: center;
				background-repeat: no-repeat;
				display:none;
				width:150px;
				height:120px;
				position: absolute;
				top:0;
				left:0;
			}
			.HLTitle {
				display: none;
				width:123px;
				left:151px;
				padding: 5px;
				position: absolute;
				font-size:14px;
				text-align: center;
			}
			#HLList{
				height:120px;
				background: #FFFFFF;
			}
			#HLBox a{
				text-decoration: none;
				color: #000000;
				outline:none;
			}
