@charset "utf-8";
/* CSS Document */
#user_nav {
	width: 300px;
	padding: 0;
}

#user_nav h2 {	
	font: bold 140% Georgia, "Times New Roman", Times, serif;
	border-bottom: 2px #009900 solid;
	padding-bottom: 6px;
}

#user_nav dl {
	padding: 0px 0px 0px 0px;
}

#user_nav .inner {
	background-color:#FFFFFF;
	margin-bottom: 1px;
}

#user_nav .title {
	background-color:#DEDEDE;
	padding: 6px 3px;
	font-size: 11px;
	color:#000000;
	border: 2px #FFFFFF solid;
}

#user_nav .adv {
	background-color:#FFFFFF;
	padding: 5px 5px;
	text-align: center;
	font-size: 11px;
}

#user_nav .outer {
	padding: 3px;
}

#user_nav dl dt {
	height: 16px;
	font-size: 11px;
	padding: 8px 3px;
	background: #FFFFFF url(../../images/dot_hr.gif) repeat-x left bottom;
}

/* Sign In Form */
.form_box {
	text-align: left; 
	font-size:11px; 
}

.form_box h3 {
	font:160% Tohoma, "Times New Roman", Times, serif;
	margin:0; padding:5px 0 5px 0; 
	text-align:left; 
}

.form_box p {	
	padding:0 0 20px 0;
}
.form_box fieldset {
	border:none; 
	margin:0 0 15px 0; 
	padding:10px 0; 
	width:100%;
}

.form_box fieldset label {
	width:90%; 
	font:11px Arial, Helvetica, sans-serif; 
	display:block; 
	color: #000; 
	text-align:left; 
	padding:4px 0 0px 0;
	font-weight:bold; 
}

.form_box fieldset input 
{
	padding:2px;
}
.form_box fieldset .button {
	float:left;
	width: 75px;
	font-weight: bold;
	margin: 16px 0px;
} 

.form_box fieldset .error {
	float:left;
	width: 360px;
	text-align: center;
	color:#FF0000;
}

.form_box fieldset .standard_error {
	float:left;
	width: 360px;
	color:#FF0000;
}

.form_box fieldset .cell_1 {
	float:left; 
	width:210px; 
	margin:0 15px 0 0; 
	padding:0 0 0 20px;
}

.form_box fieldset .cell_2 {
	float:left; 
	width:160px; 
	margin:0 0 0 0;
}

.form_box fieldset .cell_3 {
	float:left; 
	width:400px; 
	margin:0 15px 0 0; 
	padding:0 0 0 20px;
}

.form_box fieldset .cell_4 {
	float:left; 
	width:260px; 
	margin:0 0 0 15px;
}

/* list_div */
.list_div {
  font-size: 11px;
  padding: 8px;
}

.list_div table {
  width: 100%;
}

.list_div th {
	border-bottom: none;
	border-left:1px #EEE solid;
	background: #4A8A21;
	color: #FFFFFF;
	padding: 10px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

.list_div td {
	text-align: center; 
	padding: 6px 0;
	color: #000;
	line-height:1.5em;
	font-size: 11px;
}

.list_div .table_row1 {
	background: #FFFFFF url(../../images/dot_hr.gif) repeat-x left bottom;
}

.list_div .table_row2 {
	background: #FFFFFF url(../../images/dot_hr.gif) repeat-x left bottom;
}

.list_div .first{
	text-align: left;
	border-left: none;
}

.list_div .first a.title { 
	font:134% Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.list_div .last{
	border-right: none;
}

.list_div a.img_icon {
	float: left;
	width: 32px;
	height: 32px;
	text-decoration: none;
	padding: 0 10px 0 0;
}

.list_div .title {
	vertical-align: top;
}	

.list_div .title span {
	font-size: 11px;
	color: #444;
}

.list_div .cat {
	font-size: 11px;
	color: #777; 
	margin: 3px 0;
}

/* Pagination */
.pager {
	width: 100%;
	padding:8px 0px;
	font-size: 11px;
}

div.pagination {
	float: right;
}

div.pages {
	float: left;
	color: #666;
	font: normal verdana,helvetica;
}

div.pages {
	color: #000;
}

div.pagination a {
	float:left; 
	margin-right:.3em; 
	padding:.1em .3em 0; 
	border:1px solid #9AAFE5;
	text-align:center;
	min-width:16px;
	line-height:18px;
	text-decoration:none;
}

div.pagination a:hover, div.pagination a:active {
	border-color: #8CA67B;
	background-color: #4A8A21;
	color: #FFF;
	text-decoration: none;
}

div.pagination span {
	float:left; 
	margin-right:.3em; 
	padding:.1em .3em 0; 
	border:1px solid #9AAFE5;
	text-align:center;
	min-width:16px;
	line-height:18px;
	text-decoration:none
}

div.pagination span.current {
	color: #fff;
	background-color: #4A8A21;
	border:1px solid #fff;
	font-weight: bold;
}

div.pagination span.extend {
	padding: 0; 
	border: none;
}

div.pagination span.disabled {
	color: #DDD;
	border-color
}

.off_amount {
	background:url(../../images/bg_off.gif) no-repeat 0px 3px ;
	padding: 40px 0px 4px 4px;
	white-space:nowrap;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	margin:0px 0 3px 0px;
	width: 107px;
	height: 69px;
}


