/* This style sheet and the images to which it refers to
may not be reused, resold or redistributed by any means necessary
================================================================
Style Sheet Developed by E. Lineback © 2008
Client: Athlete Web Services
Project:
*/

	#tools { width:150px; }

	#aTools {
		font-family:"Verdana", "Arial", sans-serif;
		position:relative;
		font-size:11px;
		margin:5px;
		width:350px;
		top:0;
		left:30px;
		clear:both;
	}
	#aTools h4 {
		border:1px solid #ccc;
		background:#D7CA84;
		color:#131432;
		position:relative;
		top:22px;
		left:20px;
		padding:5px;
		margin:0;
		font-size:13px;
		font-weight:lighter;
		width:100px;
		text-align:center;
	}
	#aTools ul {
		border:1px solid #ccc;
		background:#fff;
		margin:10px;
		line-height:22px;
		padding:20px 10px 10px 25px;
	}
	#aTools ul li {
		margin:0 0 8px 10px !important;
		padding-left:10px;
	}
	#aTools ul li a {
		font-weight:normal;
		text-decoration:none;
		cursor:pointer;
        color: #312A20;
	}
	#aTools ul li a:hover { text-decoration:underline; }

	/**** FORM ELEMENT RULES ****/
    #emailArticle {
        width:300px;
    }
	#emailArticle input,
	#emailArticle textarea {
		border:1px solid #000;
		padding:2px; margin:2px;
		display:block;
	}
	#emailArticle {
		display:none;
		position:relative;
		top:0;
		left:60px;
	}
	#emailArticle .submit { }
	#emailArticle label { 
        display:block;  
        margin:2px; 
        width:200px; 
    }

	/**** LIST GRAPHICS ****/
	li#prnt { list-style-image:url(/tools/print.gif); }
	li#bmk  { list-style-image:url(/tools/bookmark.gif); }
	li#eml  { list-style-image:url(/tools/email.gif); }