.shoppinginfoShow {
	position: absolute;
	display: block;
	z-index: 10;
	text-align: left;
	border: solid #878787 4px;
	width: 520px;
	background-color: #F1F3F0;
	vertical-align: top;
}

.shoppinginfoHide {
	position: absolute;
	display: none;
	z-index: 10;
	text-align: left;
	border: solid #878787 4px;
	width: 270px;
	height: 200px;
	background-color: #FFFFFF;
}

.shoppinginfoheader {
    height: 30px; 
    background-color: #CDD9CD;
    border-style: none none solid none;
    border-width: thin;
    border-color: #878787;
    padding-top: 8px;
    padding-left: 15px;
    font-size: 12px;
    font-weight: bold;
}

.shoppinginfowaitingshow {
    position: absolute;
    display: block;
    z-index: 3;
    width: 220px;
    padding: 40px 50px 10px 30px;
    height: 60px;
    background-color: #e8e8e8;
    border-style: solid;
    border-color: #878787;
    font-size: 14px;
    font-weight: bold;
}

.shoppinginfowaitinghide {
    position: absolute;
    display: none;
    z-index: 3;
    width: 220px;
    height: 80px;
    vertical-align: top;
}

.admin_fieldset2 { 
		margin: 5px; 
		margin-top: 0px;
		padding-bottom: 5px ;
		padding-top: 5px ;
		-moz-border-radius: 2px 2px 2px 2px;

}
.admin_fieldset2 legend { 
		font-weight:bold; 
		color:#455389;
		font-size:13px; 
		padding-right:5px;
		padding-top:0px;
		font-family:"Trebuchet MS",Tahoma, Verdana;
		margin-bottom:5px;
		margin-top:5px;
}
