@charset "utf-8";
/* CSS Document */

#webshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	font-size: 12px;
}


#mainContent ul
{
	list-style: none;
	font-size: 14px;
	padding: 0 0 0 20px;
	margin: 0;
	width: 350px;
	height: 200px;
	float: left;
	display: inline-block;
}

#mainContent li
{
	margin: 0;
	padding: 0;
}

li a.webshot
{
	display: block;
	width: 300px;
	background: url(../images/link_bullet.jpg) no-repeat center left;
	padding: 12px 0 0 30px;
	height: 30px;
	outline: none;
	color: black;
	text-decoration: none;
}

li a.webshot:hover
{
	text-decoration: underline;
	font-weight: bold;
}


