.item_box {	
	position:relative;
	width: 110px;	
}
.item_box .background {
	background-color:#FFFFFF;
}
.item_box .ITR {	
	background:url(../rounded_rectangles/content/W_TR.gif)
	top right no-repeat;
	position:relative;	
			
}
.item_box .ITL {	
	background:url(../rounded_rectangles/content/W_TL.gif)
	top left no-repeat;
	position:relative;			
}	
.item_box .IBL {	
	background:url(../rounded_rectangles/content/W_BL.gif)
	bottom left no-repeat;
	position:relative;		
}
.item_box .IBR {
	position:relative;
	background:url(../rounded_rectangles/content/W_BR.gif)
	bottom right no-repeat;
	height:100%;
	min-height:150px;	
}
.item_box .IT {
	background:url(../rounded_rectangles/content/W_T.gif)
	top left repeat-x;
	position:relative;		
}
.item_box .IB {
	background:url(../rounded_rectangles/content/W_B.gif)
	bottom left repeat-x;
	position:relative;			
}	
.item_box .IL {
	background:url(../rounded_rectangles/content/W_L.gif)
	top left repeat-y;
	position:relative;	
}
.item_box .IR {
	background:url(../rounded_rectangles/content/W_R.gif)
	top right repeat-y;
	position:relative;	
}
.item_box .IB_BUY{
	position:relative;
	height:100%;	
}
.item_box .IB_CONTENT {
	position:relative;
	height:50px;
	padding-top:15px;	
}
.item_box .IB_BUY_IMG {
	position:relative;
	bottom:0;	
}
.item_box .PRICE_TXT {
	position:relative;
	width:100px;
	padding-left:5px;
	padding-right:5px;
	height:100%;
	min-height:45px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}