#sidebar .widget_theme_categories_links
{
	background:#000000;
	padding:8px;
	/* IE 8 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

  	/* IE 5-7 */
  	filter: alpha(opacity=70);

  	/* Netscape */
  	-moz-opacity: 0.7;

  	/* Safari 1.x */
  	-khtml-opacity: 0.7;

  	/* Good browsers */
  	opacity: 0.7;
}
.ps_cat_links_cont
{
	background:#000000;
}

#sidebar .widget_theme_categories_links ul li a
{
	color:#ffffff;
	line-height:21px;
}
#sidebar .widget_theme_categories_links h2.title
{
	color:#FFFFFF;
}

.transparent_class {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;
}

#sidebar .widget_theme_categories_staticlinks
{
	background:#000000;
	padding:8px;
	/* IE 8 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

  	/* IE 5-7 */
  	filter: alpha(opacity=70);

  	/* Netscape */
  	-moz-opacity: 0.7;

  	/* Safari 1.x */
  	-khtml-opacity: 0.7;

  	/* Good browsers */
  	opacity: 0.7;
}
#sidebar .widget_theme_categories_staticlinks ul li a
{
	color:#ffffff;
	line-height:21px;
}
#sidebar .widget_theme_categories_staticlinks h2.title
{
	color:#FFFFFF;
}

#sidebar .widget_text
{
        background:#000000;
        padding:8px;
	font-size:12px;
	line-height:20px;
	color:#ffffff;
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

        /* IE 5-7 */
        filter: alpha(opacity=70);

        /* Netscape */
        -moz-opacity: 0.7;

        /* Safari 1.x */
        -khtml-opacity: 0.7;

        /* Good browsers */
        opacity: 0.7;
}
#sidebar .widget_text a
{
	color:#ffffff;
}

