﻿/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.thrashbox {
	margin: 5 auto; /* center for now */
	/*width: 17em;*/ /* ems so it will grow */
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
	position:absolute;
}
.boxheadr {
	background: url(../images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}
.boxheadroad {
	background: url(../images/sbhead-road.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	float:right;
}
.boxheadl {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 5px 24px 5px 24;
	line-height: 1.6em;
}
.boxheadl h2 {
	margin: 0 0 0 15px;
	color:#DDD92B;
	white-space:nowrap;
	font-weight: bold; 
	font-size: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 5px 10px;
}
.boxbody h1 {
	margin: 3px 0 6px 0;
	padding: 0;
	color:#640000;
	font-size: 1.1em;
	white-space:nowrap;
}
.boxbody h2 {
	margin: 3px 0 6px 0;
	padding: 0;
	color:#333300;
	font-size: 1.1em;
	white-space:nowrap;
}
.boxbody h3 
{
	position:absolute;
	bottom:10px;
	right:10px;
	margin: 10px 0 3px 0;
	padding: 0;
	color:#CC3300;
	font-size: 1.0em;
	white-space:nowrap;
	text-align:right;
}
.boxbody h3 a:link{color:#CC3300;text-decoration: none;}
.boxbody h3 a:visited{color:#CC3300;text-decoration: none;}
.boxbody h3 a:active{color:#CC3300;text-decoration: none;}
.boxbody h3 a:hover{color:#CC3300;text-decoration:underline;} /*  text-decoration:underline; */

.boxbody p {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}
