div.myTools
{
    padding:0px;
	margin:0px;
}

div.myTools ul
{
	font:bold 1.3em Trebuchet MS;
	background:url(images/bg_dots03.gif) top left repeat-x;
}

div.myTools ul li
{
	position:relative;
	padding:5px 0 3px 0;
}

div.myTools ul li a
{
	color:#ed155a;
	display:block;
	padding:5px 0 5px 0;
	text-indent:35px;
}

div.myTools ul li a:hover
{
	text-decoration:underline;
}

div.myTools ul li.inbox a
{
	background:url(images/inbox.gif) 0px 2px no-repeat;
}

div.myTools ul li.inbox span
{
	position:absolute;
	left:100px;
	top:10px;
}

div.myTools ul li.wishlist a
{
	background:url(images/wishlist.gif) 0px 2px no-repeat;
}

div.myTools ul li.ads a
{
	background:url(images/ads.gif) 0px 2px no-repeat;
}


/* NOT USED AT PRESENT */
div.myTools h3
{
	margin:10px 0 10px 0;
	font-size:1.1em;
	color:#fff;
}

div.myTools select
{
	float:left;
	display:inline;
	width:157px;
	margin-right:10px;
	font-size:1.1em;
}

div.myTools input
{
	float:left;
	display:inline;
	width:auto;
}
