/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.entry img {margin-bottom: 15px;}

.widget ul li  {
	display: block;
	padding: 0 0 0 20px;
	line-height: 30px;
	background: url(styles/default/bullet.png) no-repeat scroll 8px 13px
transparent;
	border-bottom:1px solid #E0E6E6;
	color:#6C6C6C !important;
}

.widget ul li:hover  {
	color: #53777a!important;
	background-color: #f0f0f0;
	background-image: url(styles/default/bullet_hover.png);
}

.widget ul li a:link, .widget ul li a:visited  {
	display: inline;
	padding: 6px 0;
	line-height: 30px;
	background: transparent;
	border:0px none;
}
