@charset "utf-8";
/* CSS Document */
.boxes_20{
	padding: 20px 20px 17px;
}
.widgets_top_left_20{
	width: 20px;
	height: 20px;
	left: 0px; 
	top: 0px;
	background: url(../../img/widgets/boxwid20_corners.png) no-repeat left top;
}
.widgets_top_center_20{
	*position: absolute;
	*width: 100%; *height: 20px;
	*left: 0; *top: -20px;
	*background: transparent url(../../img/widgets/boxwid20_topbottom.png) repeat-x left top;
}
.widgets_top_center_20:before{
	content: "";
	position: absolute;
	width: 50%; 
	height: 20px;
	left: 0; 
	top: -20px;
	background: url(../../img/widgets/boxwid20_topbottom.png) repeat-x left top;
}
.widgets_top_center_20:after{
	content: "";
	position: absolute;
	width: 50%; height: 20px;
	right: 20px; top: -20px;
	background: url(../../img/widgets/boxwid20_topbottom.png) repeat-x left top;
}
.widgets_top_right_20{
	width: 20px; 
	height: 20px;
	right: 0px; 
	top: 0px;
	z-index:1;
	*background: url(../../img/widgets/boxwid20_corners.png) no-repeat right top;
}
.widgets_top_right_20:before{
	content: '';
	position: absolute;
	width: 58px; 
	height: 58px;
	right: 0px; 
	top: 0;
	z-index:1;
	background: url(../../img/widgets/fold_widgets.png) no-repeat center top;
}
.widgets_middle_left_20{
	width: 20px;
	left: -20px;
	background: url(../../img/widgets/boxwid20_sides.png) repeat-y left top;
}
.widgets_middle_right_20{
	*width: 20px;
	right: 0px; 
	*right: -20px;
	top:0;
	*background: url(../../img/widgets/boxwid20_sides.png) repeat-y right top;
}
.widgets_middle_right_20:after{
	content: '';
	position:absolute;
	width: 20px; height: 50%;
	right: -20px; bottom:0;
	background: url(../../img/widgets/boxwid20_sides.png) repeat-y right top;
}
.widgets_middle_right_20:before{
	content: '';
	position:absolute;
	width: 20px; height: 50%;
	right: -20px; top:20px;
	background: url(../../img/widgets/boxwid20_sides.png) repeat-y right top;
}

.widgets_content_20:before{
	content: '';
	position:absolute;
	width: 20px; height: 50%;
	right: -20px; bottom:0;
	background: url(../../img/widgets/boxwid20_sides.png) repeat-y right top;
}
.widgets_middle_center_20{
	background: #f8f8f8;
}
.widgets_bottom_left_20{
	width: 20px; 
	height: 17px;
	left: 0px; 
	bottom: 0px;
	background: url(../../img/widgets/boxwid20_corners.png) no-repeat left bottom;
}
.widgets_bottom_center_20{
	height: 17px;
	bottom: -17px;
	background:  url(../../img/widgets/boxwid20_topbottom.png) repeat-x left bottom;
}
.widgets_bottom_right_20{
	width: 20px; 
	height: 17px;
	right: 0px; 
	bottom: 0px;
	background: url(../../img/widgets/boxwid20_corners.png) no-repeat right bottom;
}
.sidebar_down .boxes_20, .sidebar_top .boxes_20, .footer_sidebar .boxes_20{float:left; width:253px; margin:0 10px ;}