@charset "utf-8";
/* CSS Document */
.boxes_12{
	padding: 22px;
}
.widgets_top_left_12{
	width: 22px; 
	height: 22px;
	left: 0px; 
	top: 0px;
	background: url(../../img/widgets/boxwid12_corners.png) no-repeat left top;
}
.widgets_top_center_12{
	height: 22px;
	top: -22px;
	background: url(../../img/widgets/boxwid12_topbottom.png) repeat-x left top;
}
.widgets_top_right_12{
	width: 22px; 
	height: 22px;
	right: 0px; 
	top: 0px;
	background: url(../../img/widgets/boxwid12_corners.png) no-repeat right top;
}
.widgets_middle_left_12{
	width: 22px;
	left: -22px;
	background: url(../../img/widgets/boxwid12_sides.png) repeat-y left top;
}

.widgets_middle_right_12{
	width: 22px;
	right: -22px;
	background: url(../../img/widgets/boxwid12_sides.png) repeat-y right top;
}
.widgets_bottom_left_12{
	width: 22px;
	height: 22px;
	left: 0px; 
	bottom: 0px;
	background: url(../../img/widgets/boxwid12_corners.png) no-repeat left bottom;
}
.widgets_bottom_center_12{
	height: 22px;
	bottom: -22px;
	background:  url(../../img/widgets/boxwid12_topbottom.png) repeat-x left bottom;
}
.widgets_bottom_right_12{
	width: 22px;
	height: 22px;
	right: 0px; 
	bottom: 0px;
	background: url(../../img/widgets/boxwid12_corners.png) no-repeat right bottom;
}
.sidebar_down .boxes_12, .sidebar_top .boxes_12, .footer_sidebar .boxes_12{float:left; width:249px; margin:0 10px ;}