				div.also-buy {
					position : relative;
					display : table;
					width : 100%;
					_width : 99%;
					padding-bottom : 1px;
				}
				
				div.also-buy h4{
					display : table-caption;
					background : transparent url('../images/rastr.gif') repeat-x left top;
					padding-top : 1em;
					margin-top : 2em;
				}
				
				div.also-buy div.items{
					position : relative;
					left : 0;
					display : table-row;
				}
				
				div.also-buy div.items div.item h5 a{
					text-decoration : none;
					color : #b23;
				}
				
				div.also-buy div.items div.item h5{
					font-size : 1em;
					color : #b23;
					line-height : 1.2em;
					height : 2.4em;
					display : block;
					overflow : hidden;
					padding : 0;
					margin : 0;
					padding-top : 1em;
				}
				
				div.also-buy div.items div.item{
					left : -1px;
					width : 33%;
					border : solid 1px #eee;
					display : table-cell;
					float : left;
					margin : 0;
					margin-right : -1px;	
					margin-bottom : -1px;
					text-align : center; 
				}