/* CSS Document */

/* box_listing gri*/

.box_listing{
	background-color:#FFFFFF;
	float:left;
	clear:both;
}
.box_listing .point_box_listing_top{
	float:left;
	background:url(/images/box_listing/shadow_top.gif) top left repeat-x;
}
.box_listing .point_box_listing_right{
	float:left;
	background:url(/images/box_listing/shadow_vertical_right.gif) top right repeat-y;
}
.box_listing .point_box_listing_bottom{
	float:left;
	background:url(/images/box_listing/shadow_bottom.gif) bottom left repeat-x;
}
.box_listing .point_box_listing_left{
	float:left;
	background:url(/images/box_listing/shadow_vertical_left.gif) top left repeat-y;
}
.box_listing .corner_box_listing_top_left{
	float:left;
	background:url(/images/box_listing/corner_box_top_left.gif) top left no-repeat;
}
.box_listing .corner_box_listing_top_right{
	float:left;
	background:url(/images/box_listing/corner_box_top_right.gif) top right no-repeat;
}
.box_listing .corner_box_listing_bottom_left{
	float:left;
	background:url(/images/box_listing/corner_box_bottom_left.gif) bottom left no-repeat;
}
.box_listing .corner_box_listing_bottom_right{
	float:left;
	background:url(/images/box_listing/corner_box_bottom_right.gif) bottom right no-repeat;
}

.content_box_listing{
	float:left;
	padding:2px;
}