#accordion {
	width: 300px;
}

#accordion h3 {
	height: 30px;
	width: 300px;
	position: relative;
}

#tab-popular {
	background: transparent top left no-repeat url('../images/new/side-title-popular.jpg');
}

#tab-categories {
	background: transparent top left no-repeat url('../images/new/side-title-categories.jpg');
}

#tab-archives {
	background: transparent top left no-repeat url('../images/new/side-title-archives.jpg');
}

#tab-comments {
	background: transparent top left no-repeat url('../images/new/side-title-comments.jpg');
}

/*.toggler {
	background: #eee;
	color: #222;
	margin: 0 0 0 0;
	padding: 2px 5px;
	font: normal 11px Arial;
}*/

.element {
	background: #F3F3F9 bottom left no-repeat url('../images/new/widget-btm-bg.jpg');
	margin-bottom: 10px;
}

.element ul {
	padding: 0px 0 8px 0;
}

.element ul li {
	border-bottom: 1px solid #DFE3F1;
	border-top: 1px solid #FFF;
	display: block;
	line-height: 18px;
}

.element ul li:hover {
	background: #fff;
}

.element ul li a, .element ul li a:visited {
	display: block;
	padding: 0px 12px 3px 12px;
	text-decoration: none;
}

.element ul li a:hover {
	color: #d43233;
}

.element p {
	margin: 0;
	padding: 4px;
}

.float-right {
	padding:10px 20px;
	float:right;
}

blockquote {
	font-style:italic;
	padding:5px 0 5px 30px;
}
