/* set up fonts */

#bin_clock_text_top, #bin_clock_text_bottom, #heading, #heading_small, #navbar, #content_box, #content_text, #normal, .normal, .normal_small, .footer, .page_text, .heading_small, .heading_x_small, .footer_text, .warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}


a:link, a:visited {
color: #666666;
text-decoration: underline;
}

a:hover {
color: #000000;
}


/* top header: */

div#header {
    position: relative;
    left: 10px;
    top: 0px;
    height: 80px;
    padding: 10px;
}

div#store_header_box {
    position: absolute;
    top: 0px;
    border: 0px;
	left: 20%;
	right: 20%;
	margin-left: auto;
	margin-right: auto;

}

div#bin_clock_box {
    position: absolute;
    right: 50px;
    top: 20px;
    border: 0px;
    height: 55px;
    width: 125px;
    padding: 10px;
    font-size: 9px;
	/*background-color: #cccc99;*/
}

div#bin_clock_table_box {
    position: absolute;
    right: 27px;
    top: 15px;
    border: 0px;
    height: 42px;
    width: 80px;
	/*background-color: #cccc99;*/
}


div#bin_clock_text_top {
	position: absolute;
	top: 1px;
	right: 20px;
	/*background-color: #red;*/
}

div#bin_clock_text_bottom {
	position: absolute;
	bottom: 3px;
	right: 40px;
	text-decoration: underline;
	color: #000000;
	/*background-color: #red;*/
}

	

/* navigation bar: */

div#navbar {
	font-size: .7em;
	position: relative;
	min-width: 500px;
	text-align: center;
	background-color: #cccc99;
	font-weight: normal;
	padding: 8px;
	white-space: nowrap;
	z-index: 100;
}

#navbar a:link, #navbar a:visited {
	color: #000000;
	background-color: #cccc99;
	text-decoration: none;
	display: inline;
	white-space: nowrap;
	padding: 8px;
}

#navbar a:active {
	color: #ff6600;
	background-color: #666633;
	white-space: nowrap;
}

#navbar a:hover {
	color: #ffffcc;
	background-color: #999966;
	text-decoration: underline;
	white-space: nowrap;
}


#navbar a#current {
	background: #ffffff;
	color: #000000;
	/*font-weight: bold;*/
	padding: 8px;
	border-top: solid #000000 1px;
	border-right: solid #000000 1px;	
	border-left: solid #000000 1px;	
	border-bottom: solid #ffffff 1px;
	white-space: nowrap;
}

/*
#navbar a.last {
	border-right: 0px;
}
*/

/* page content: */

div#content_background {
	position: relative;
	background: #ffffff;
	/*text-align: justify;*/
	/* width: 600px; */
    padding: 10px;
    border-top: solid #000000 1px;
}

div#content_background_2 {
	position: relative;
	/* E6E6E6 #F0F0F0 */
	background: #f0f0f0;
	/*text-align: justify;*/
	/* width: 600px; */
    padding: 10px;
    border-top: solid #000000 1px;
}

div#content_box {
	margin: 0 auto;
	background: #ffffff;
	position: relative;
	/*text-align: justify;*/
    width: 600px;
    padding: 10px;
}

div#content_box_tips_tools {
	font-size: 10px;
	margin: 0 auto;
	background: #ffffff;
	position: relative;
	/*text-align: justify;*/
    width: 450px;
    padding: 10px;
}

/*
div#content_text_2 a:link {
	color:#000000;
}
 footer #1, logos container
 
*/

div#footer_1 {
	position: relative;
	background: #ffffff;
	/*text-align: justify;*/
	height: 200px;
    padding: 10px;
    border: solid #000000 1px;
}

div#footer_1_box_1 {
	position: relative;
	background: #ffffff;
	/*text-align: justify;*/
	height: 100px;
    padding: 10px;
    border: solid #000000 1px;
}

.normal {
	font-size: 10px;
	font-Weight : normal;
	color : black;
}

.normal_form {
	font-size: 12px;
	font-Weight : normal;
	color : black;
	text-align: right;
}

.normal_small {
	font-size : 10px;
	font-Weight : normal;
	color : black;
}

.content_text {
	font-size: 11px;
}

.footer_text {
	font-size: 10px;
	color: #666666;
}

.heading_small {
	font-size: 12px;
	font-Weight : bold;
	color : black;
}

.heading_x_small {
	font-size: 10px;
	font-Weight : bold;
	color : black;
}

.heading {
	top: 125px;
	font-size: 14px;
	font-Weight: bold;
	color: black;
}

.terminal {
	color: #000066;
	background: #cccc99;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 10px;
	font-family: Monaco, "Andale Mono","Lucida Console",VT100, monospace;
}

.warning {
	font-size: 9px;
	font-Weight : bold;
	color : black;
}

/* disable these for now:

.page_title {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: 000000;
	font-size: 1.5em;
	position: relative;
	top: 25px;
	text-align: left;
	font-weight: normal;
}

.page_subtitle {font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
color: 000000;
position: relative;
top: 1px;
text-align: left;
font-weight: normal;
}

*/