	div.newItemBoxTpl1 {
		width            : 31%              ;
		height           : 300px            ;
		>height          : 298px            ;
		margin           : 0px 5px 8px 5px  ;
		padding          : 0px              ;
		background-color : #eee             ;
		float            : left             ;
		display          : inline           ;
		overflow         : hidden           ;
	}

	
	
		div.newItemBoxTpl1 .newItemImageTpl1 {
			height      : 124px             ;
			margin      : 0px               ;
			padding     : 15px 0px 15px 0px ;
			>padding    : 16px 0px 16px 0px ;
			text-align  : center            ;
			line-height : 1                 ;
			font-size   : 1px               ;
		}
	
			img.newItemTpl1_thumb {
				border    : 2px solid #AAA ;
			}

	
	
		div.newItemBoxTpl1 .newItemTitleTpl1 {
			margin      : 0px 2px 0px 2px ;
			padding     : 7px    ;
			font-weight : bold   ;
			background  : #fff   ;
			text-align  : center ;
			height      : 41px   ;
			overflow    : hidden ;
		}
	
			div.newItemBoxTpl1 .newItemTitleTpl1 img {
				border : none ;
				margin-right  : 4px ;
			}

	
	
		div.newItemBoxTpl1 .newItemDetailTpl1 {
			margin     : 2px ;
			padding    : 7px  ;
			background : #fff ;
			height      : 42px   ;
			overflow    : hidden ;
		}

	
	
		div.newItemBoxTpl1 .newItemPriceTpl1 {
			text-align  : center  ;
			margin      : 0px 2px 0px 2px ;
			padding     : 7px 0px 7px 0px ;
			color       : #FF3300 ;
			font-size   : 12px    ;
			font-weight : bold    ;
			background  : #fff    ;
		}
	
