@charset "utf-8";
/* CSS Document */

.country_select a {
	display: block;
	height: 22px;
	width: 32px;
	bacground-repeat: no-repeat;
}

.country_select a.C_AU { background: url('images/main_menu/select_au.jpg'); }
.country_select a.C_NZ { background: url('images/main_menu/select_nz.jpg'); }
.country_select a.C_UK { background: url('images/main_menu/select_uk.jpg'); }
.country_select a.C_US { background: url('images/main_menu/select_us.jpg'); }

.country_select a:hover { background-position: -32px 0; }

#menu {
	display: block;
	width: 140px;
	height: 330px;
}

#menu a {
	display: block;
	width: 140px;
	height:  22px;
	margin-bottom: 1px;
	background-repeat: no-repeat;
}

#menu a.mm_free-giftAU, #menu a.mm_promotionAU {
	position: relative;
	top: 93px;
	margin-top: 10px; 
}

#menu a.mm_free-giftUS, #menu a.mm_promotionUS {
	position: relative;
	top: 120px;
	margin-top: 10px; 
}

#menu a:hover {
	background-position: 0 -22px;
}

#menu a.mm_home { background-image: url('images/main_menu/mm_1_home.jpg'); }
#menu a.mm_about { background-image: url('images/main_menu/mm_2_about.jpg'); }
#menu a.mm_products { background-image: url('images/main_menu/mm_3_products.jpg'); }
#menu a.mm_face { background-image: url('images/main_menu/mm_face.jpg'); }
#menu a.mm_body { background-image: url('images/main_menu/mm_body.jpg'); }
#menu a.mm_buy-now { background-image: url('images/main_menu/mm_4_buy-now.jpg'); }
#menu a.mm_beauty-club { background-image: url('images/main_menu/mm_5_beauty-club.jpg'); }
#menu a.mm_media { background-image: url('images/main_menu/mm_6_media.jpg'); }
#menu a.mm_stockists { background-image: url('images/main_menu/mm_6a_stockists.jpg'); }
#menu a.mm_contact { background-image: url('images/main_menu/mm_7_contact.jpg'); }
#menu a.mm_free-giftAU, #menu a.mm_free-giftUS { background-image: url('images/main_menu/mm_8_free-gift.jpg'); }
#menu a.mm_promotionAU, #menu a.mm_promotionUS { background-image: url('images/main_menu/mm_9_promotion.jpg'); }

/** MENU TOP **/

a.online-shop {
	display: block;
	width: 142px;
	height: 27px;
	background-image: url('images/main_menu/mtop_1_buy-hissyfit-online.jpg'); 
	background-repeat: no-repeat;
}
a.online-shop:hover {
	background-position: 0 -27px;
}

/** FREE GIFTS AND PROMO **/

div#promoFreeGift {
	background: #FFFFFF;
	border: 1px solid #1CA7BA;
	background-image: url('images/promo/free-gift-background.jpg');
	height: 469px;
	width: 122px;
	position: absolute;
	top: 161px;
	left: 50%;
	margin-left: -311px;
	z-index: 100;
	padding-left: 10px;
	padding-right: 10px;
}

div#promoFreeGiftBG {
	background: #FFFFFF;
	/* background-image: url('images/promo/free-gift-shadow.jpg'); */
	height: 469px;
	width: 140px;
	position: absolute;
	top: 161px;
	left: 50%;
	margin-left: -311px;
	z-index: 9;
}

/** FREE GIFT INPUT **/
div#promoFreeGift input, div#promoFreeGift input.default {
	width: 115px;
	height: 19px;
	background: #dff6f9;
	border: none;
	border-bottom: 1px solid #FFFFFF;
	padding: 0px;
	margin-left: -1px;
	font-size: 7pt;
	padding-left: 7px;
	line-height: 1.8;
}

div#promoFreeGift input.name { background: url('images/promo/FG_input-name.jpg'); }
div#promoFreeGift input.email { background: url('images/promo/FG_input-email.jpg'); }
div#promoFreeGift input.address { background: url('images/promo/FG_input-address.jpg'); }
div#promoFreeGift input.city { background: url('images/promo/FG_input-city.jpg'); }
div#promoFreeGift input.state_pc { background: url('images/promo/FG_input-state_pc.jpg'); }
div#promoFreeGift input.submit_button { background: url('images/promo/FG_input-send.jpg'); }

div#promoFreeGift input.nameErr { background: #F5E4E4; background: url('images/promo/FG_input-name-err.jpg'); }
div#promoFreeGift input.emailErr { background: #F5E4E4; background: url('images/promo/FG_input-email-err.jpg'); }
div#promoFreeGift input.addressErr { background: #F5E4E4; background: url('images/promo/FG_input-address-err.jpg'); }
div#promoFreeGift input.cityErr { background: #F5E4E4; background: url('images/promo/FG_input-city-err.jpg'); }
div#promoFreeGift input.state_pcErr { background: #F5E4E4; background: url('images/promo/FG_input-state_pc-err.jpg'); }
div#promoFreeGift input.submit_buttonErr { border: none; background: #F5E4E4; background: url('images/promo/FG_input-send-err.jpg'); }

div#promoFreeGift span#block-Y {
	display: block;
	position: absolute;
	top: 202px;
	background: #FFFFFF;
	height: 100px;
}

div#promoFreeGift span#block-N {
	display: block;
	position: absolute;
	top: 331px;
	background: #FFFFFF;
	height: 100px;
}

div#promoFreeGift span#block-S {
	display: block;
	position: absolute;
	top: 441px;
	background: #FFFFFF;
	height: 19px;
}

div#promoOfferBG {
	display: none;
	/*background-image: url('images/promo/offer-background-shadow.jpg') !important;*/
	background-color: #999999;
	border:1px solid black;
	filter:alpha(opacity=60); /* for IE */
	opacity:0.6;
	background-repeat:no-repeat;
	border: none !important;
	height: 278px !important;
	width: 140px !important;
	position: absolute;
	padding-top: 77px;
	top: 275px !important;
	left: 50%;
	margin-left: -311px;
	z-index: 9 !important;
}

div#promoOffer {
	background: #FFFFFF;
	background-image: url('images/promo/offer-logo.jpg');
	background-repeat:no-repeat;
	border: 1px solid #1CA7BA;
	height: 278px;
	width: 140px;
	position: absolute;
	padding-top: 77px;
	top: 275px;
	left: 50%;
	margin-left: -311px;
	z-index: 10;
}

div#promoOffer a {
	position: absolute;
	left: 124px;
	top: 5px; /* 81px */
	z-index: 110;
}

div#promoFreeGift a.min, div#promoOffer a.min {
	display: block;
	position: absolute;
	left: 130px;
	top: 5px;
	z-index: 110;
	width: 7px;
	height: 7px;
	background-image: url('images/promo/promo-min.jpg');
	background-repeat:no-repeat;
	cursor: pointer;
}

div#promoFreeGift a.min:hover, div#promoOffer a.min:hover {
	background-position: 0 -7px;
}

/** ABOUT SIGNUP **/

.signup {
	height: 62px;
}

.signup form#signupField {
	margin: 0px;
	padding: 0px;
}

.signup input, .signup input.default {
	width: 162px;
	height: 19px;
	border: none;
	padding: 0px;
	background: #DFF6F9;
	margin-left: -1px;
	font-size: 7pt;
	padding-left: 7px;
	line-height: 1.8;
	margin-bottom: 1px;
}

.signup input.name { background-image: url('images/about/AB_input-name.jpg'); }
.signup input.email { background-image: url('images/about/AB_input-email.jpg'); }
.signup input.where { background-image: url('images/about/BC_input-where.jpg'); }

.signup input.nameErr { background: #F5E4E4; background-image: url('images/about/AB_input-name-err.jpg'); }
.signup input.emailErr { background: #F5E4E4; background-image: url('images/about/AB_input-email-err.jpg'); }
.signup input.whereErr { background: #F5E4E4; background-image: url('images/about/BC_input-where-err.jpg'); }

.signup input.submit_button { margin-top: 3px; border: none !important; background: url('images/about/AB_input-send.jpg'); }

.buy-now-tab {
	display: block;
	height: 44px;
	width: 202px;
	position: absolute;
	top: 207px;

}

.buy-now-tab a, .buy-now-tab a:visited, .buy-now-tab a:hover {
	display: block;
	height: 44px;
	width: 151px;
	background: url(images/buy-now-tab.png) left top no-repeat;
	background-position: left top !important;
	position: relative;
	left: -10px;
	text-indent: -999px;
	overflow: hidden;
}

.buy-now-tab a:hover {
	background-position: left bottom !important;
}
