﻿#introBanner {
	display: none;
	position: relative;
	margin-top: 10px;
	zoom: 1;
	z-index: 300;
}
#introBanner .close {
	display: block; 
	position: absolute;
	right: 6px;
	top: 6px;
	width: 12px;
	height: 12px;
	font-size: 0;
	background: url(../Medias/btn/btnClose.gif) no-repeat left top;
}
#contactPanel {
	height: 35px;
	background: url(../Medias/bg/bgContact.gif) no-repeat;
}/*Add By Milo 2*/
#contactPanel ul {
	height: 35px;
}/*Add By Milo 2*/
#contactPanel li {
	float: left;
	margin: 12px 0 0 34px;
	display: inline;
}/*Add By Milo 2*/
#contactPanel .last {
	margin-left: 52px;
}
#contactPanel li a {
	font-weight: bold;
	color: #E5761A;
}/*Add By Milo 2*/

/* Add by Marble.M.Wu for common float */
.floatLeft
{
	float:left;
}
.floatRight
{
	float:right;
}
.floatNone
{
	float:none;
}
.message_width{
	width: 420px;
	color: #31415A;
} 
.message_title {
	width: 420px;
	background-color: #DEEAF4;
	border-top: solid 1px #8F8F8F;
	border-left: solid 1px #8F8F8F;
	border-right: solid 1px #8F8F8F;
	border-bottom: 0px;
}
.message_div {
	float: left;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 10px;
}
.message_close {
	float: right;
	padding: 9px;
	height: 8px;
	width: 8px;
}
.message_close img {
	border: 0px;
	width: 8px;
	height: 8px;
}
.message_close a {
	background: url(../Medias/close.gif) no-repeat; 

}
.message_close a:hover {
	background: url(../Medias/close_mouseon.gif) no-repeat; 
}
.message_contain {
	width: 420px;
	border-top: 0px;
	border-left: solid 1px #8F8F8F;
	border-right: solid 1px #8F8F8F;
	border-bottom: solid 1px #8F8F8F;
	background-color: #FFFFFF;
}
.message_leftcontain {
	width: 100px;
	text-align: right;
	vertical-align: top;
}
.message_rightcontain 
{
	padding: 0px 20px;
	text-align:left;
}
.message_buttontd {
	text-align:center;
	padding: 10px;
}

.message_button {
	text-align:center;
	width: 75px;
	cursor: pointer;
}

#message_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.message_hide {
  z-index:-100;
}
.message_overlayBG {
  background-color: #000;
  z-index: 500;
}
* html #message_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.addressTitle 
{
	clear:both;
	color:#93765E;
	line-height:20px;
	padding:10px 0;
	font-weight:bold;
	text-align:left;
}

.boxF p.orderOther {
	padding: 10px 0;
	color: #673F22;
}

.anchorLabel {
	float : left;
}

.anchorLabel:hover {
	text-decoration: none;
}

.orderSearch label.radioLabel {
	font-weight: normal;
}

#register li label.radioLabel 
{
	float:none;
	width:auto;
}

#register li .radio {
	margin-top:5px;
}

.carStep li
{
	width:16.66%;
}