			/* ### LIBRIS BOX ### */
			.retailerBox
			{
				padding: 30px 0px 15px 15px;
				margin-top: 45px;
				width: 347px;
				position: relative;
				border: 1px solid #9e2534;
				border-top-width: 2px;
				background: url('/retailer/3/libris-bg.gif') top left repeat-x;
			}
			
			.retailerBox h2
			{
				position: absolute;
				top: -34px;
				left: 18px;
				display: block;
				text-indent: -9999px;
				width: 142px;
				height: 48px;
				background: url('/retailer/3/libris-head.jpg') top left no-repeat;
			}
			
			.retailerBox ul
			{
				list-style: none;
				overflow: hidden;
			}
			
			.retailerBox li
			{
				padding: 0px 13px 0px 0px;
				width: 155px;
				float: left;
				overflow: hidden;
			}
			
			.retailerBox li img
			{
				padding-right: 10px;
				float: left;
			}
			
			.retailerBox li a
			{
				text-decoration: none;
				color: #000;
				font-size: 11px;
				font-weight: normal;
				line-height: 14px;
				font-family: Georgia, "Times New Roman", Times, serif;
			}
			
			.retailerBox li p
			{
				padding-top: 5px;
				float: left;
				line-height: 13px;
				width: 90px;
			}
			
			.retailerBox li a:hover
			{
				text-decoration: underline;
			}

