/* ADVERT */

#advert {
	float:right;
	width:240px;
	padding-top:10px;
}

/* POPULAR */

#popular {
	text-align:center;
	padding-top:5px;
}

#popular a {
	margin:1px;
	display:block;
	float:left;
	padding:3px;
	background:#fff;
	
	border:1px solid #ccc;
}
#popular a img {
	width:70px;
	height:70px;
	
	
}
#popular a:hover {
	border:1px solid #fff;
	background:#0eb2f1;
}

/*#popular {
	background:url(/wp-content/themes/default/images/popular-title-bg.jpg) center repeat-y;
	margin:10px 0;
}
.popular-title {
	background:url(/wp-content/themes/default/images/popular-title-top.jpg) center top no-repeat;
	display:block;
	width:240px;
	height:27px;
}
.popular-title a.rss {
	background:url(/wp-content/themes/default/images/popular-rss.jpg) bottom left no-repeat;
	display:block;
	padding:5px 0 0 20px;
	margin-left:10px;
	line-height:11pt;
	width:65px;
	float:left;
}
.popular-lister {
	margin:3px 0px 0 0;
	float:right;
}
.popular-lister span.back {
	background:url(/wp-content/themes/default/images/lister-grey-left.jpg) center no-repeat;
	display:block;
	float:left;
	width:19px;
	height:14px;
	text-decoration:none;
	margin:0 5px;
	
	cursor:pointer;
}
.popular-lister span.next {
	background:url(/wp-content/themes/default/images/lister-grey-right.jpg) center no-repeat;
	display:block;
	float:left;
	width:19px;
	height:14px;
	text-decoration:none;
	cursor:pointer;	
}*/
/*.popular-lister span.grey:first-child {
	background:url(/wp-content/themes/default/images/lister-grey-left.jpg) center no-repeat;
	cursor:pointer;	
}
.popular-lister span.grey:last-child {
	background:url(/wp-content/themes/default/images/lister-grey-left.jpg) center no-repeat;
	cursor:pointer;	
}*/

/*.popular-lister span:hover:first-child {
	background:url(/wp-content/themes/default/images/lister-color-left.jpg) center no-repeat;
	cursor:pointer;
}

.popular-lister span:hover:last-child {
	background:url(/wp-content/themes/default/images/lister-color-right.jpg) center no-repeat;
	cursor:pointer;	
}

.popular-content {
	background:url(/wp-content/themes/default/images/popular-title-bottom.jpg) center bottom no-repeat;
	padding:5px 10px 10px 10px;
}
.popular-content .point {
	background:url(/wp-content/themes/default/images/popular-dotted.jpg) bottom repeat-x;
	padding-bottom:7px;
	margin-bottom:5px;
}
.popular-content .image {
	float:left;
	border:1px solid #d6d6d6;
	padding:3px;
}
.popular-content .image img {
	border:0;
}
.popular-content .text {
	margin:0;
	padding:0;
	float:right;
	width:145px;
	color:#999;
}
.popular-content .category {
	color:#666;
	padding-left:5px;
}
*/
