/** TOP IT DROP IT - Kristian Added 08/12/2007 **/


.topdropmain { //main div
	font-size: 11px;
	font-family: Arial, Tahoma;
	float: left;
	position: relative;
}

.top_drop { //ul
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
	font-size: 85%;
	margin: 0;
	padding: 0;
	list-style: none;
	
}

.top_drop li {
	margin: 0;
	padding: 0;
}
.top_drop h4 {
	position: relative;
	top: 2px;
	left: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #76A0E5;
	margin: 0;
}

.top-count a , .top-count span {
	line-height: 1.0em;
	font-size: 13px;
	font-family: Arial, Tahoma;
	color: #000000;
	display: block;
	margin-top: 0px;
	text-decoration: none;
	width: 50px;
	height: 50px;
	text-align: center;
	background:url(/img/top_score_50.jpg) no-repeat top left;
	margin-bottom: 4px;
}
.top-count a:hover {
	color: #ffffff;
}
.top-count img {
	position: relative;
	top: 0;
	left: 0;
	border: none;
}


.top-it a, .top-it span {
	margin-top: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #76A0E5;
	font-family: Arial, Tahoma;
	display: block;
	text-decoration: none;
	width: 58px;
	height: 18px;
	text-align: left;
	background:url(/img/top_icon.png) no-repeat 1px 1px;
	border: 1px solid #DDEAF6;

}
.top-it a:hover {
	color: #000000;
	background-position: 0px -27px;
	text-decoration: none;
}

.drop-it a, .top-it span {
	margin-top: 2px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #76A0E5;
	font-family: Arial, Tahoma;
	display: block;
	text-decoration: none;
	width: 58px;
	height: 18px;
	min-height: 18px;
	text-align: left;
	background:url(/img/drop_icon.png) no-repeat 1px 1px;
	border: 1px solid #DDEAF6;
	
}
.drop-it a:hover {
	color: #000000;
	background-position: 0px -25px;
	text-decoration: none;
}
.top-it img , .drop-it img{
	position: relative;
	top: 0;
	left: 0;
	border: none;
}

/** BOX MODEL  Kristian Added 05/22/2007 **/
.box {
	border: 1px solid #ddd;
	padding: 2px;
	background: #fff;
	margin:0;
	bottom:0;
}

.boxgrey {
	background-color: #FAFAFA;
	padding: 3px 3px 5px 3px;
}

.boxgreen {
	background-color: #EAFFDF;
	padding: 3px 3px 5px 3px;

}

.boxclear {
	background-color: #fff;
	padding: 6px 8px 8px 8px;
}

.boxshadow {
	border-top:3px SOLID #f3f3f3;
	border-left:3px SOLID #fff;
	border-right:3px SOLID #fff;
}

