img {
	border: 0;
}

.content {
	width: 835px;
	margin: 0 auto;
	margin-top: 1px;
}

.content_location {
	width: 837px;
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #e5e5e5;
	background: #FFF;
	padding-left: 30px;
	font-weight: bold;
}

.content_left {
	width: 837px;
	padding-top: 40px;
	background: #FFF;
	padding-bottom: 20px;
	height: 824px;
}

.add_new_address {
	color: #fff;
	background: #3a8dfe;
	padding: 6px 25px;
	cursor: pointer;
	text-align: center;
}

.add_new_address:hover {
	background: #1E78FF;
}

#detail_address_tip, #recipient_post_code_tip, #recipient_person_tip,
	#recipient_mobile_tip, #recipient_tel_tip {
	height: 15px;
	color: red;
}

.search_button_div {
	margin-top: 20px;
}

.cancel {
	color: #FFF;
	background: #0066B3;
	padding: 5px 40px;
	border-radius: 8px;
	font-weight: bold; 
	margin-left: 70px;
}

.use_promot {
	margin-top: 50px;
	margin-left: 20px;
}

a {
	color: #0066B3;
	cursor: pointer;
}

.red_star {
	color: red;
}

.use_promot_title {
	color: #ff8000;
}

#address_list_show {
	height: 145px;
}

/* .buyWindow_top{
	height: 28px;
	color: #FFF;
	font-weight: bold;
	color: #0066B3;
} */
.buyWindow_top {
	margin-bottom: 0px;
	font-weight: bold;
	color: #0066B3;
}

.buyWindow_top_title {
	margin-left: 45px;
	color: #ff8000;
}

.buyWindow_top_tip {
	margin-left: 10px;
}

.buyWindow_content, .editAddress_content {
	padding-left: 40px;
	padding-top: 20px;
}

input {
	width: 250px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #CCC;
	padding-left: 10px;
	margin-bottom: 5px;
}

textarea {
	width: 300px;
	height: 48px;
	border: 1px solid #CCC;
	margin-bottom: 5px;
	vertical-align: middle;
}

input:focus, textarea:focus {
	border: 1px solid #3285FF;
}

.buyWindow_content select {
	width: 300px;
	height: 34px;
	margin-top: 8px;
}

.set_for_default_address1 {
	cursor: pointer;
}

.set_for_default_address1 input {
	width: 14px;
	vertical-align: middle;
	margin-top: -1px;
	margin-bottom: 1px;
}

.set_for_default_address2 {
	cursor: pointer;
}

.set_for_default_address2 {
	margin-bottom: 10px;
}

.set_for_default_address2 input {
	width: 14px;
	vertical-align: middle;
	margin-top: -1px;
	margin-bottom: 1px;
	margin-left: 91px;
}

/* .J_Country{
	height: 54px;
} */
.content_location span {
	font-weight: bold;
}

.address_list a {
	text-decoration: underline;
}

.address_item {
	padding-bottom: 10px;
}

.address_item .edit_address {
	margin-right: 5px;
}

.address_item .del_address {
	margin-left: 5px;
}

#buyWindow {
	display: none;
	position: absolute;
	width: 640px;
	height: 470px;
	background-color: #fff;
	display: none;
	z-Index: 6;
	border: 1px solid #EEE;
	font-size: 0.875em;
}

.editAddress_top {
	height: 28px;
	background: #F8F8F8;
	color: #FFF;
	padding: 10px 0px 10px 20px;
	font-weight: bold;
	color: #0066B3;
}

.editAddress_content select {
	width: 300px;
	height: 34px;
	margin-top: 8px;
}

.input_left {
	width: 91px;
	height: 32px;
	line-height: 32px;
	float: left;
	font-weight: normal;
	text-align: right;
}

.textarea_left {
	width: 91px;
	height: 56px;
	line-height: 56px;
	float: left;
	font-weight: normal;
	text-align: right;
}

.input {
	vertical-align: middle;
}

.edit_address_btn {
	color: #fff;
	background: #3a8dfe;
	padding: 6px 25px;
	cursor: pointer;
	margin-left: 92px;
}

.edit_address_btn:hover {
	background: #1E78FF;
}

#edit_detail_address_tip, #edit_post_code_tip,
	#edit_recipient_person_tip, #edit_mobile_tip, #edit_tel_tip {
	height: 15px;
	line-height: 15px;
	color: red;
	margin-left: 91px;
}

#closelogin {
	float: right;
	cursor: pointer;
	margin-top: 2px;
	margin-right: 20px;
	width: 16px;
	height: 16px;
	background: url(../../images/login_close.png) no-repeat center;
}