.standardButton {
	border: 1px solid black;
	background-color:white;
	margin-right:5px;
}

.shop_moduleMenuItem{
	position:absolute;
	text-indent:5px;
	cursor:pointer;
	text-align: left;
	overflow:hidden;
	color:white;
}
.shop_moduleMenuItem_onOver{
	position:absolute;
	text-indent:5px;
	cursor:pointer;
	text-decoration: underline;
	color: #BC8B92;
	text-align: left;
	overflow:hidden;
}
.shop_moduleMenuItem_active{
	position:absolute;
	text-indent:5px;
	cursor:default;
	color: #BC8B92;
	text-align: left;
	overflow:hidden;	
}
.shop_moduleSubMenu{
	position:absolute;
	font-size: 11px;
	background-color: #EFEFEF;
	overflow:visible;
	border:1px solid black;	
}

.shopTitleDiv{
	margin-bottom: 20px;
	width: 100%;
	height: 20px;
	vertical-align: bottom;
	text-indent: 50px;
	background-image: url(./images/layout/title_bg.gif);
	color: #414F98;
	background-repeat: no-repeat;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

.shopTable{
	
	font-size:11px;
	font-weight:normal;
	width:100%;	
	border-collapse:collapse;

	border: 1px solid #375475;
}
.shopTableHeader{
	background-color:#375475;		
	color:white;
}
.shopContentMenuDiv {
	background-color: #D0E6F8;
	border-top: 1px double #375475;
	border-bottom: 1px solid #375475;
	margin-top:30px;
	width:100%;	
}
.orderTotalCell{
	white-space: nowrap;
	text-align:right;

}
.orderFooter {
	height: 35pt;
	font-weight: bolder;
	border-bottom: 2px solid Black;
	width:100%;
	vertical-align:bottom;
		font-size:12px;
}
.formTable {
	background-color:white;
	font-size:11px;
	
}
