
.bannerZone {
	height: 236px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden; 
}

.bannerZone li { 
	width: 266px;
	height: 236px;
	overflow: hidden; 
}

/*----------*/

.liveHelp {
	display: block;
	width: 165px;
	height: 53px;
	background: url('images/customer/btn_livehelp.jpg') 0 0 no-repeat;
}

.liveHelp:hover {
	filter : alpha(opacity=70);
    -moz-opacity : 0.7;
    opacity : 0.7;
}

/*----------*/

#shoppingCartContainer {
	width: 121px;
	height: 104px;
	float: right;
	padding: 28px 0 0 71px;
	background: url('images/customer/bg_shoppingcart.jpg') 0 0 no-repeat;

	position: relative;
	top: -104px;
	left: 4px;
	margin-bottom: -132px;

	text-align: center;
}

/*----------*/

.btn_listBirth {
	display: block;
	width: 165px;
	height: 24px;
	padding: 20px 17px 0 17px;
	background: url("images/customer/btn_listBirth.gif") 0 0 no-repeat;

	position: relative;
	left: -17px;
	margin-right: -17px;
	
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.btn_listBirth {
	_display: block;
	_width: auto;
	_padding: 20px 10px 0 10px;
	_background: url("images/customer/btn_listBirth.gif") -20px 0 no-repeat;

	_position: relative;
	_left: 0px;
	_margin-right: 0px;
}

.btn_listBirth:hover {
	background-position: 0 bottom;

	color: #fff;
}

.btn_listBirth:hover {
	_background: url("images/customer/btn_listBirth.gif") -20px bottom no-repeat;
}

/*----------*/

.encart_child,
.encart_demo,
.encart_delivery,
.encart_blog {
	display: block;
	width: 75px;
	height: 43px;
	padding: 7px 10px 0px 80px;
	margin: 0 0 2px 0;

	color: #fff;
	text-align: right;
	text-decoration: none;
	line-height: 12px;
}

.encart_child { background: url("images/customer/encart_child.gif") 0 0 no-repeat; }
.encart_demo { background: url("images/customer/encart_demo.gif") 0 0 no-repeat; }
.encart_delivery { background: url("images/customer/encart_delivery.gif") 0 0 no-repeat; }
.encart_blog { background: url("images/customer/encart_blog.gif") 0 0 no-repeat; }

.encart_child:hover,
.encart_demo:hover,
.encart_delivery:hover,
.encart_blog:hover { background-position: 0 bottom; color: #fff; }

/*----------*/

.top_newsList,
.bottom_newsList {
	width: 165px;
	height: 5px;
}

.top_newsList { background: url("images/customer/top_newslist.gif") 0 0 no-repeat; }
.bottom_newsList { margin: 0 0 2px 0; background: url("images/customer/bottom_newslist.gif") 0 0 no-repeat; }

/*----------*/

.googleTranslate {
	padding: 8px 10px 10px 10px;
	background-color: #e1f5ff;

	color: #4e99bc;

	_width: 145px;
	_overflow: hidden;
}

	.googleTranslate select {
		padding: 0;

		font-size: 11px;
	}
	
/* Controls > Menu
-------------------------------------------------------------- */

#pages_ControlMenu {
	margin: 10px 0  0 0;
	padding: 10px;
	background-color: #d2d718;
	
	font-size: 11px;
	color: #fff;
	text-align: center;
}

	#pages_ControlMenu a {
		color: #fff;
		text-decoration: none;
	}

	#pages_ControlMenu a:hover {
		text-decoration: underline;
	}
