@charset "utf-8";
/* CSS Document */

.boxes_1{
	padding:29px;
}
.widgets_top_left_1{
	width: 29px; 
	height: 29px;
	left:0;
	top: 0;
	background: url(../../img/widgets/boxwid1_corners.png) no-repeat left top;
}
.widgets_top_center_1{
	height:29px;
	top:-29px;
	background: url(../../img/widgets/boxwid1_topbottom.png) repeat-x left top;
}
.widgets_top_right_1{
	width: 29px;
	height: 29px;
	right:0px; 
	top:0px;
	background: url(../../img/widgets/boxwid1_corners.png) no-repeat right top;
}
.widgets_middle_left_1{
	width: 29px;
	left: -29px; 
	background: url(../../img/widgets/boxwid1_sides.png) repeat-y left top;
}
.widgets_middle_center_1{
	background: white;
}
.widgets_middle_right_1{
	width: 29px; 
	right: -29px;
	background: url(../../img/widgets/boxwid1_sides.png) repeat-y right top;
}
.widgets_bottom_left_1{
	width: 29px; 
	height: 29px;
	left:0; 
	bottom:0px;
	background: url(../../img/widgets/boxwid1_corners.png) no-repeat left bottom;
}
.widgets_bottom_center_1{
	height: 29px;
	bottom:-29px;
	background:  url(../../img/widgets/boxwid1_topbottom.png) repeat-x left bottom;
}
.widgets_bottom_right_1{
	width: 29px; 
	height: 29px;
	right:0; 
	bottom:0px;
	background: url(../../img/widgets/boxwid1_corners.png) no-repeat right bottom;
}
.sidebar_down .boxes_1, .sidebar_top .boxes_1, .footer_sidebar .boxes_1{float:left; width:235px; margin:0 10px ;}