/* general sidebar style */
.Sclose, .Wclose {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 15px;
	height: 14px;
	background: url(close-1.png) no-repeat top;
}
.Sclose:hover, .Wclose:hover {
	background: url(close-1.png) no-repeat bottom
}
.Sminimize, .Wminimize {
	position: absolute;
	left: 10px;
	top: 6px;
	width: 15px;
	height: 14px;
	background: url(min.png) no-repeat top;
}
.Sminimize:hover, .Wminimize:hover {
	background: url(min.png) no-repeat bottom
}
.nominimize .Sminimize, .nominimize .Wminimize, .nominimize .Sclose, .nominimize .Wclose {
	display:none !important;
}
/* box A */
.box_a {
	margin: 10px 0 0 0;
	overflow: hidden;
}
.box_a h2 {
	display: block;
	width: 305px;
	height: 13px;
	background: url(widget-sprite.png) 0 -104px no-repeat;
	padding: 0;
	text-align: center;
	overflow: hidden;
	position: relative;
	color: #fff;
}
.box_a div {
	/*display: block;*/
	padding: 0 0px 0 1px;
	background: url(bg-sprite.png) -305px 0 repeat-y;
}
.box_a p {
	line-height: 1.3em;
	color: #999;
	margin: 10px 0 0 0;
}
.box_a em {
	color: #999;
}
span.foot {
	display: block;
	height: 14px;
	background: url(widget-sprite.png) 0 -118px no-repeat;
}
.box_a.ad_placement span.foot {
	display: block;
	height: 13px;
	background: url(widget-sprite.png) 0 -118px no-repeat;
	margin-top: -1px;
	z-index: 10;
	position: relative;
}
span.foot_s {
	display: block;
	height: 14px;
	background: url(box_f_s.png) no-repeat bottom;
}
/* Widgets style */
.widgets a, .widgets_l a, .widgets_r a {
	line-height: 1.4em
}
.widgets h2 {
	display: block;
	height: 17px;
	background: url(box_h.png) no-repeat top;
	padding: 7px 0 0 30px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	position: relative;
}
.widgets li {
	overflow: hidden;
}
.widgets li li {
	background: none;
	margin: 0 0 0 0;
}
.widgets ul li {
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #eee;
}
.widgets ul {
	padding: 0 10px 0 10px
}
.widgets form {
	padding: 0 10px 0 10px
}
.widgets div {
	padding: 0 10px 0 10px;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}
.widgets p {
	margin: 0 0 7px 0
}
.widgets form div {
	padding: 0 0 0 0
}
.widgets label {
	line-height:1.5em
}
.widgets input {
	border:1px solid #ddd;
	padding:1px;
	vertical-align:middle;
	color:#555
}
/* left widget */
.widgets li, .widgetsl li, .widgetsr li {
	zoom: 1;
}
.widgets_l {
	float: left;
	width: 136px;
	border-right: 1px dotted #384F5A;
	margin:  10px 0 10px 10px;
	padding-right: 10px;
}
.widgets_r {
	float: right;
	width: 136px;
	padding: 10px 0 0 0;
}
.widgetsl h2, .widgetsr h2 {
	display: block;
	height: 17px;
	background: url(box_h_s.png) no-repeat top;
	padding: 7px 0 0 11px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	position: relative;
}
.widgetsl li, .widgetsr li {
	background: url(box_rp_s.png) repeat-y;
	margin: 10px 0 0 0;
	overflow: hidden;
}
.widgetsl li li, .widgetsr li li {
	background: none;
	margin: 0 0 0 0;
}
.widgetsl ul li, .widgetsr ul li {
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #eee;
}
.widgetsl ul, .widgetsr ul {
	padding: 0 10px 0 10px
}
.widgetsl form, .widgetsr form {
	padding: 0 10px 0 10px
}
.widgetsl div, .widgetsr div {
	padding: 0 10px 0 10px;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}
.widgetsl p, .widgetsr p {
	margin: 0 0 7px 0
}
.widgetsl form div, .widgetsr form div {
	padding: 0 0 0 0
}
.widgetsl label, .widgetsr label {
	line-height:1.5em
}
.widgetsl input, .widgetsr input {
	border:1px solid #ddd;
	padding:1px;
	vertical-align:middle;
	color:#555
}
/* The ajax tabs */
.tabs {
	display: block;
	height: 22px;
	border-bottom: 1px dotted #ddd;
	margin: 0 1px 0 1px;
}
.tabs li {
	float: left;
	display: inline;
	height: 22px;
}
.tabs li a {
	float: left;
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 10px 0 10px;
	border-right: 1px dotted #ddd;
	font-weight: bold;
	background: #fff;
	color: #999;
	font-size: 0.9em;
}
.tabs li a:hover {
	background: #eee;
	color: #333;
}
.tabs li a.selected, .tabs li a.selected:hover {
	background: #fff;
	color: #384F5A;
}
.tabcontent {
	display: none;
	margin: 0 1px 0 1px;
}
.tabcontent li a {
	display: block;
	height: 1%;
	line-height: 1.3em;
	border-bottom: 1px solid #eee;
	padding: 4px 10px 4px 10px;
}
.tabcontent li a:hover {
	background: #f6feff;
	color: #297eb9;
}
.tabcontent li a span {
	font-size: 0.9em;
	color: #999;
}
 @media print {
.tabcontent {
	display: block !important;
}
}
/* Subscription style */
#feedlink {
	font-weight: bold;
	padding: 0 0 0 22px;
	background: url(ico_feed.png) no-repeat;
	background-position: left center;
}
#feedform {
	display: block;
	margin: 7px 0 0 0;
	background: url(ico_email.png) no-repeat;
	background-position: left center;
}
#feedform fieldset {
	display: inline;
	overflow: hidden;
}
#feedform input {
	vertical-align: middle;
	display: inline;
}
#feedemail {
	background: url(field.png) no-repeat;
	width: 194px;
	height: 14px;
	padding: 3px;
	color: #666;
	margin: 0 0 0 22px;
}
#feedbutton {
	background: url(signup.png) no-repeat top;
	width: 64px;
	height: 20px;
	cursor: pointer;
	margin: 0 0 0 3px;
}
#feedbutton:hover {
	background: url(signup.png) no-repeat bottom
}
/* additional menu */
.admin_menu {
	display: block;
	padding: 0 10px 0 10px;
}
.admin_menu li {
	padding: 3px 0 3px 0;
	line-height: 1.3em;
	border-bottom: 1px solid #eee;
}
/* Various icons */
li.ico_categories {
	background: url(ico_categories.png) no-repeat;
	background-position: left center;
	padding: 3px 0 3px 22px;
}
li.ico_categories a {
	font-weight:bold
}
li.ico_comments {
	background: url(ico_comments.png) no-repeat;
	background-position: left center;
	padding: 3px 0 3px 22px;
}
li.ico_views {
	background: url(ico_views.png) no-repeat;
	background-position: left center;
	padding: 3px 0 3px 22px;
}
li.ico_ratings {
	background: url(ico_ratings.png) no-repeat;
	background-position: left center;
	padding: 3px 0 3px 22px;
}
li.ico_print {
	background: url(ico_print.png) no-repeat;
	background-position: left center;
	padding: 3px 0 3px 22px;
}

