.wizard-style
{
	position: relative;
	width: 100%;
	height: 400px;
	background-color: Transparent;
	font-family: Arial, Helvetica;
	font-weight: normal;
	border-color: #0075ab;
	border-style: dotted;
	border-width: 1px;
}
.wizard-style .header-style
{
	background-color: Transparent;
	color: #a6a67e;
	font-family: Arial, Helvetica;
	font-size: 24px;
	font-weight: bold;
}
.wizard-style H3
{
	background-color: Transparent;
	color: #0075ab;
	margin-top: 0;
	margin-bottom: 40px;
}
.wizard-style H4
{
	background-color: Transparent;
	color: Orange;
	margin-top: 0;
	margin-bottom: 10px;
}
.wizard-style .step-style
{
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	vertical-align: top;
	border-color: #0075ab;
	border-style: dotted;
	border-width: 1px;
}
.wizard-style .navigation-button-style
{
	font-family: Arial, Helvetica;
	font-size: 14px;
}
.wizard-style .navigation-style
{
	background-color: Transparent;
	color: Black;
	vertical-align: middle;
	height: 30px;
	margin: 0;
	padding: 0;
	border-color: #0075ab;
	border-style: dotted;
	border-width: 1px;
}
.wizard-style .sidebar-style
{
	width: 230px;
	background-color: Transparent;
	vertical-align: middle;
	font-family: Arial, Helvetica;
	font-size: 12pt;
	text-align: left;
	border-color: #0075ab;
	border-style: ridge;
	border-width: 1px;
}
.wizard-style .sidebar-button-style
{
	background-color: Transparent;
	color: Orange;
	border-width: 1px;
	border-color: #CCCCCC;
	font-family: Arial, Helvetica;
	text-align: left;
	font-size: 15pt;
	text-decoration: none;
	width: 100%;
}
.wizard-style .field-label
{
	font-family: Arial, Helvetica;
	width: 180px;
	background-color: #CCCCCC;
	text-align: left;
	text-indent: 15px;
	vertical-align: top;
}
.wizard-style .control-panel
{
	background-color: Transparent;
	text-align: left;
	vertical-align: top;
}


.login-dialogue-window
{
	background-color: Transparent;
	color: #000000;
	float: right;
	margin-right: 10px;
	font-size: 9pt;
	width: 240px;
}
.login-dialogue-window A, 
.login-dialogue-window A:link,
.login-dialogue-window A:visited 
{
	color: #000000;
	font-weight: bold;
	font-size: 7pt;
	text-decoration: none;
	text-align: right;
}
.login-dialogue-window .layout
{
	background-color: Transparent;
	color: inherit;
	margin-left: auto;
	margin-right: 0px;
}
.login-dialogue-window CAPTION
{
	background-color: Transparent;
	color: inherit;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	text-align: left;
	letter-spacing: 0.04em;
}
.login-dialogue-window .failure-text-style
{
	width: inherit;
	background-color: Transparent;
	color: Red;
}
.login-dialogue-window .hyperlink-style
{
	background-color: Transparent;
	color: #FFFFFF;
	font-weight: bold;
}
.login-dialogue-window .instruction-text-style
{
	font-size: 9pt;
}
.login-dialogue-window .label-style
{
	font-size: 9pt;
	background-color: Transparent;
	padding-right: 4px;
}
.login-dialogue-window .login-button-style
{
	font-size: 10pt;
	font-weight: bold;
	float: left;
}
.login-dialogue-window .textbox-style
{
	width: 120px;
	font-size: 9pt;
	font-weight: bold;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #EEEEEE;
	color: #000000;
}
.login-dialogue-window .title-text-style
{
	font-size: 10pt;
}
.login-dialogue-window .validator-text-style
{
	font-size: 11pt;
	color: Red;
}


.login-dialogue-window .layout {
color: #FFFFFF;
}

.login-dialogue-window caption {
color: #FFFFFF;
}

.login-dialogue-window a, .login-dialogue-window a:link, .login-dialogue-window a:visited  {
color: #FFFFFF;
}


/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #FFFFFF;
	color: #000000;
	border-width: 5px;
	border-style: solid;
	border-color: Gray;
	padding: 5px;
	height: 350px;
	width: 500px;
}

.button-addtocart
{
	font-size: 13pt;
	font-weight: bold;
}

.shopping-cart
{
	background-color: #4A4A4A;
	color: #FFFFFF;
	padding: 3px;
}
.shopping-cart TABLE
{
	width: 100%;
	table-layout: auto;
	background-color: #ECECEC;
	color: #111111;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
.shopping-cart TH
{
	background-color: #666666;
	color: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: bottom;
	font-weight: bold;
	font-size: 9pt;
	border-width: 2px;
	border-style: groove;
	border-color: #888888;
}
.shopping-cart .header
{
	background-color: #DEDE9E;
	color: inherit;
}
.shopping-cart TH .heading1
{
	text-align: left;
	font-size: 11pt;
}
.shopping-cart TH .heading2
{
	text-align: right;
	font-size: 11pt;
}
.shopping-cart .cart-header-divide
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #BBBBBB;
	text-align: center;
}
.shopping-cart .cart-item
{
	background-color: #E8E8BB;
	color: inherit;
	border-style: groove;
	border-width: 2px;
	border-color: White;
	font-size: 8pt;
}
.shopping-cart .cart-delivery-item
{
	background-color: Transparent;
	color: inherit;
	font-size: 8pt;
}
.shopping-cart .cart-item-divide
{
	width: 100%;
	height: 1px;
	background-color: Transparent;
	color: inherit;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #C4C4C4;
}
.shopping-cart .cart-subtotal-divide
{
	background-color: Transparent;
	color: inherit;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C2C2C2;
}
.shopping-cart .cart-total-divide
{
	background-color: Transparent;
	color: inherit;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	border-top-style: double;
	border-top-width: 3px;
	border-top-color: #C0C0C0;
}
.shopping-cart TD
{
	background-color: Transparent;
	color: #111111;
	padding: 2px;
	text-align: left;
}

.shopping-cart .button-checkout
{
	font-size: 16pt;
	font-weight: bold;
}
.shopping-cart .button-confirm
{
	font-size: 16pt;
	font-weight: bold;
}
.shopping-cart .button-payment
{
	font-size: 16pt;
	font-weight: bold;
}

.popup-error-message-sa
{
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	z-index: 1000;
}

.sub-menu
{
	margin-left: 3px;
}

.panel-calendar
{
	z-index: 1000;
}

.controlpanel-orderinfo
{
	z-index: 10;
}

/* login main - window */
.login-main-window
{
	background-color: Transparent;
	color: inherit;
	float: left;
	margin-right: 10px;
	font-size: 9pt;
	width: 240px;
}
.login-main-window A
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 7pt;
	text-decoration: none;
	text-align: right;
}
.login-main-window .layout
{
	background-color: Transparent;
	color: inherit;
	margin-left: auto;
	margin-right: 0px;
}
.login-main-window CAPTION
{
	background-color: Transparent;
	color: inherit;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	text-align: left;
	letter-spacing: 0.04em;
}
.login-main-window .failure-text-style
{
	width: inherit;
	background-color: Transparent;
	color: Red;
}
.login-main-window .hyperlink-style
{
	background-color: Transparent;
	color: #FFFFFF;
	font-weight: bold;
}
.login-main-window .instruction-text-style
{
	font-size: 9pt;
}
.login-main-window .label-style
{
	font-size: 9pt;
	background-color: Transparent;
	padding-right: 4px;
}
.login-main-window .login-button-style
{
	font-size: 10pt;
	font-weight: bold;
	float: left;
}
.login-main-window .textbox-style
{
	width: 120px;
	font-size: 9pt;
	font-weight: bold;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #EEEEEE;
	color: #000000;
}
.login-main-window .title-text-style
{
	font-size: 10pt;
}
.login-main-window .validator-text-style
{
	font-size: 11pt;
	color: Red;
}
