﻿#just{
	display: block;
	padding-left: 5px;
	padding-top: 5px;
	text-align: center;
}

#just{
	background: #D9E6E4 url('../images/main/gloss.png') repeat-x;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 130px;
}

#just a{
	color: #336699;
}

#just .up {
	display: inline-block;
	width: 23%;
	text-align: center;
}

#just .up div{
	font-family: Arial;
	font-size: large;
	display: block;
}

#just .up span{
	color: #666;
	font-size: 9pt;
	display: block;
}

#download{
	padding: 0px;
	text-align: center;
}

#download .up {
	display: inline-block;
	width: 32%;
	text-align: center;
}

#download .up div{
	font-family: Arial;
	font-size: medium;
	display: block;
}

#download .up span{
	color: #CCC;
	font-size: 9pt;
}

#download.ipas .up img {
-webkit-box-shadow: 0 5px 5px -3px black;
-moz-box-shadow: 0 5px 5px -3px black;
margin-bottom: 5px;}


#search{
	display: block;
	padding: 3px;
	margin: 5px;
	width: 95%;
	border-bottom: 1px #CCCCCC solid;
}

#search img{
	float: left;
	border: 0;
	margin-right: 5px;
}

#search div{
	font-family: Arial;
	font-size: large;
	display: block;
}

#search div div{
	font-family: Arial;
	color: #C0C0C0;
	font-size: 9pt;
	display: inline-block;
}


#search div span{
	font-family: Verdana;
	font-size: 10pt;
	display: block;
}

#options{
	margin: 5px 0 15px 0;
}


.good{
	color: #00CC00;
	width: 45px;
	display: inline-block;
	font-weight: bold;
	cursor: pointer;
}

.below {
	color: #FF0000;
	width: 45px;
	display: inline-block;
	cursor: pointer;
}

.notifyon{
	background: url('../images/ranking/notify.jpg') no-repeat bottom;
	display: inline-block;
	height: 18px;
	width: 90px;
	cursor: pointer;
	margin-left: 10px;
}

.notifyoff{
	margin-left: 10px;
	background: url('../images/ranking/notify.jpg') no-repeat top;
	display: inline-block;
	height: 18px;
	width: 90px;
	cursor: pointer;
}

