@charset "utf-8";
/* CSS Document */

.show, .flow {
	padding: 5px 10px;
	height: 25px;
	line-height: 25px;
	background: #ffc;
	border: 1px solid #396;
	font-size: 14px;
	}
.show {
	padding-left: 35px;
	color: #f00;
	background: #ffc url(../images/bg_quote.gif) 5px 5px no-repeat;
	}
.flow {
	margin: 10px 0 60px 0;
	}
.flow strong { color: #396; }
.flow span {
	padding: 0 20px;
	width: 16px;
	height: 16px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	background: url(../images/bg_flow.gif) center no-repeat;
	}

#orderA, #orderB, #orderC {
	margin: 25px 0 50px 180px;
	width: 400px;
	height: 100px;
	}
#orderA a, #orderB a , #orderC a {
	margin-top: 25px;
	float: right;
	}
#orderA a:hover img, #orderB a:hover img, #orderC a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	}
#orderA { background: url(../images/bg_od_2.gif) no-repeat; }
#orderB { background: url(../images/bg_od_15.gif) no-repeat; }
#orderC { background: url(../images/bg_od_28.gif) no-repeat; }