@charset "utf-8";
/* CSS Document */

/* PRODUCT ADDED */
#product_added {
	visibility: hidden;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	z-Index: 1201;
	margin-top: 10px;
}
/* GET PASSWORD */
#get_new_password {
	visibility: hidden;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	z-Index: 1201;
	margin-top: 10px;
}
/* MSG WINDOW */
#msg_window{
	visibility: hidden;
	position: absolute;
	top: 10%;
	left: 0%;
	width: 0px;
	height: 0px;
	z-Index: 1200;
	margin-top: 10px;
}
#AboutUs {
	visibility: hidden;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	z-Index: 1201;
}
#CDU {
	visibility: hidden;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	z-Index: 1201;
}
#msg_product {
	visibility: hidden;
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	z-Index: 1201;
}

/* MAIN WINDOW */
#main_window {
	visibility: hidden;
	position: absolute;
	top: 5%;
	left: 0;
	width: 0px;
	height: 0px;
	z-Index: 1101;
	margin-top: 10px;
}

/* MY ACCOUNT */
#my_account {
	visibility: hidden;
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	z-Index: 1102;
}

/* MY ACCOUNT ShowOrder*/
#ShowOrder {
	visibility: hidden;
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	z-Index: 1103;
}

/* MY ACCOUNT SELECT */
#my_account_select {
	visibility: hidden;
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	z-Index: 1103;
}

/* MY ACCOUNT CREATE */
#my_account_create {
	visibility: hidden;
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	z-Index: 1103;
}
/* MY ACCOUNT CREATE */
#my_account_edit {
	visibility: hidden;
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	z-Index: 1103;
}

/* SHOPPING CART */
#shopping_cart {
	visibility: hidden;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	z-Index: 1102;
}
#shopping_cartShipping {
	visibility: hidden;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	z-Index: 1103;
}
#shopping_cartPayment {
	visibility: hidden;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	z-Index: 1103;
}
#shopping_cartPaymentCCC {
	visibility: hidden;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	z-Index: 1103;
}
#shopping_cartPaymentCC {
	visibility: hidden;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	z-Index: 1103;
}
#ShoppingCartOrderComment {
	visibility: hidden;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	z-Index: 1103;
}
.dimmer {
	visibility: hidden;
	position: absolute;
    background: transparent url(images/login/fill.gif) repeat top left;
    top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	z-Index: 1100;
	filter: alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}
	
/* LOGIN MENU END*/