@CHARSET "UTF-8";

/* Slightly adapted body_content to allow for alternative gradient */
div#showall_body_content {
	position: absolute;
	left: 0px;
	width: 100%;
	min-height:100%;
	_height:100%;
	text-align: center;
	background-color: #AF0404;
	background-image: url("../img/bg_showall.png");
	background-repeat: repeat-x;}
	
div.showall_order {
	position: relative;
	float: left;
	line-height: 24px;
	height: 24px;}

div.showall_order_on {
	position: relative;
	float: left;
	line-height: 24px;
	height: 24px;
	background-color:#B90B0B;}

