/* ----------------------------------------------
	Template Name : Gala
	Version : 1.0
	Author : James LeRoy
	http://www.getsurreal.com/
	Last Date Modified : September 4, 2009
 ------------------------------------------------ */

/* Page Elements */
* {
	margin: 0;
	padding: 0;
	outline: 0
}

body {
	/*background: #f2f2f2 url(../images/background/dimbuy-bg-logistic-repeat.jpg) repeat-x;
	font: 14px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #666666;*/
	font-size:12px;
	font-family:Arial, '新細明體';
	line-height:17px;/*text-align: center;	*//*background:url(/images/background/dimbuy-revamp-bg-xmas2.png) repeat center top;*//*background:url(/images/background/dimbuy-bg-logistic-repeat.jpg) repeat-x left top;*/
	/*background:url(/images/background/dimbuy-homepage-bg-cny.png) repeat center top;*/
	/*CMS*/
}
/* links */
a, a:visited {
	/*color: #ff0877;*/
	/*background: inherit;*/
	text-decoration: none;
}
a:hover {
	/*color: #73471B;
	background: inherit;*/
	text-decoration: underline;
}
/* headings */
/*
h1, h2, h3 {
	//font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold;
	padding: 10px;
	color: #444;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	padding: 16px 10px 4px 10px;
}
*/

/* Paragraph */
/*
p { padding: 12px 10px;	}
*/

/* Lists */
/*
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }
*/

/* images */
img {
	border:0px;/*background: #fafafa;
	border: 1px solid #dcdcdc;
	padding: 7px;*/
}
img.float-right {
	margin: 5px 0px 10px 10px;
}
img.float-left {
	margin: 5px 10px 10px 0px;
}
img.noborder {
	border: none;
	padding: 0 0 2px 6px;
}
code {
	margin: 5px 20px 5px 10px;
	padding: 15px;
	text-align: left;
	display: block;
	overflow: auto;
	/*font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;*/
  	border: 1px solid #deedae;
	background: #F0FFD2;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted #895F30;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 30px 15px 10px;
	padding: 5px 7px 5px 40px;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.6em;
	font-style: italic;
	/*font-family: Georgia, 'Times New Roman', Times, serif;*/
	color: #80614D;
	border: 1px solid #DFF4B5;
	background: #F0FFD2 url(../images/quote.gif) no-repeat 7px 10px;
}
/* table elements */
/*
table {
	border-collapse: collapse;
	margin: 15px 10px;
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color:  #895F30;
	text-align: left;
	background: #F0FFD2;
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #E7F0CC;
}
*/
ul, menu, dir {
	display: block;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
span.taodot {
	color:#ff6633;
}
/* form elements */
/*
form {
	margin: 15px 30px 15px 10px;
	padding: 5px 10px 20px 10px;
	border: 1px solid #D8E99E;
	background: #F0FFD2;
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, textarea, select {
	padding: 4px;
	color: #666666;
	background: #fff;

  	border-width: 1px;
  	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;

	font: normal 11px Verdana, sans-serif;
}
textarea {
	width: 590px;
	height: 200px;
	display: block;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #fff;
	background: #A6CD56;

	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}
*/
.font17 {
	font-size: 17px;
}
.fontWrite {
	color: #FFF;
}
.colorRed {
	color:#ff0000 !important;
}
.colorGrey {
	color:#808080 !important;
}
.mobile-msg {
	color:#999;
	width:400px;
	padding-right:10px;
}

@media (max-width: 767px) {
	.mobile-msg {
		max-width:100%;
		;
	}
}

.vertical-top {
	vertical-align:top;
}
.vertical-mid {
	vertical-align:middle;
}
.vertical-bottom {
	vertical-align:bottom;
}
/*  Page layoutLAYOUT  */
#wrap {
	position: relative;
	width: 1000px;
	padding:0 50px 0 50px;
	/*background: #FFF;*/
	margin: 0 auto;
	text-align: left;/*background:url(/images/background/dimbuy-bg-wrap.jpg) no-repeat 2px top ;*//*background:url(/images/background/dimbuy-bg-wrap.jpg) no-repeat right top ;*//*overflow:hidden;*/
}
#header {
	position: relative;
	width:100%;
	/*height: 217px;*/
	/*background: #690;	*/
	color: #fff;
	padding: 0;
	margin: 0;
	z-index:2;
	background:#fff;
        /*padding-top:28px;*/
        /*left:28px;*/
}
#header-grey {
	width:100%;
	/*height:108px;*/
	/*padding:0px 20px;*/
	margin-bottom:7px;
	/*background:#E6E6E6 url(/images/background/dimbuy-homepage-header-boarder.jpg) no-repeat right bottom ;*/
	/*background:#E6E6E6 url(/images/background/dimbuy-index-login-bg.png) no-repeat right bottom ;*/
	/*background:#E6E6E6 url(/images/background/dimbuy-index-logistic-header-bg.png) no-repeat right bottom;*/
}
.grey-line {
	background:#898989;
	width:100%;
	height:1px;
}
.pink-line {
	background:#ff0092;
	width:100%;
	height:2px;
	margin-bottom:1px;
}
#header .login_form {
	padding-left:10px;
}
#header #username, #header #password {
	margin-right:5px;
}

#topDiv{
    background: #f1f1f1;
    padding-left: 2px;
    /*padding-right: 17px;*/
    height: 38px;
    font-size:12px;
    color: #999999
}


#topDiv #btn_login {
	margin-right:2px;
	top:7px;
	position:relative;
}

#topDiv #login-area a {
	color:#9fa0a0;
	padding:0 5px;
}
#topDiv #login-area {
	color:#9fa0a0;
	height:37px;
	float:left;
	width:590px;
}
#topDiv #login-area .login-area-menu {
	margin-top:10px;
	margin-left:15px;
}
#header #tool-fb {
	float:left;
	width:176px;
	display:inline-block;
}
#header #tool-bar {
	float:left;
	/*width:225px;*/
	padding-right:9px;
	height:36px;
}
#header #tool-bar #teach {
	width:94px;
	padding-right:0;
	float:left;
	height:36px;
}
#header #tool-bar #cs {
	width:121px;
	float:left;
	height:36px;
}
.online {
	position: absolute;
	z-index: 1000;
	display: none;
}
#header #logo {
	float:left;
	height:108px;
	width:233px;
	overflow:hidden;
	text-align:center;
	/*border-bottom:3px solid #ff0092;*/
}
#header .menu-area {
	/*background: url(../images/header/dimbuy-index-menu-bg.png) no-repeat left 13px;*/
	/*height:39px;*/
	height:99px;
	/*width:790px;*/
        width: 767px;
	float: left;
}
#whatsnew {
	/*background: url(../images/header/dimbuy-index-news-bg.png) no-repeat;*/
	width:1000px;
	height:21px;
	/*font-size:13px;
	line-height:18px;*/
	color:#4e4e4e;
	float:left;
/*	padding:0px 0px 0px 90px;*/
	/*margin:0 0 0 21px;*/
	overflow:hidden;
	line-height:21px;/*margin:4px 0px 4px 18px;*/
}
#whatsnew div {
	/*font-size:13px;
	line-height:18px;*/
        width:1000px;
	color:#4e4e4e;
	/*padding:0px 0px 0px 90px;*/
}
#whatsnew a {
	color: #666;
}
#header .ddsmoothmenu {
	float:left;
	width:704px;
}
#header #menu-portage, #header #menu-recharge { /* ben */
	/*float:right;*/ /* ben */
	float:left;/* ben */
	margin-left: 10px;
	width:138px;
	height:36px;
	margin-top:5px;
}

#headerLink {
	/*width:557px;*/
	height:20px;
	padding-bottom:17px;
	/*padding-top:10px;
	padding-left:4px;
	color:#FFF;*/
	float:left;
	/*background:#ff0092;*/
	font-family:Arial, 新細明體;
	font-size:12px;
	line-height:17px;
	color:#999;
        position:absolute;
        margin:0;
        margin-left:810px;
/*       margin:0px 0px 0px 810px ;*/
}

#headerLink a {
	color:#999;
}

#header_news{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 1000px;
	margin: 4px 0px 17px 0px;
}

#header_news_inner{
   background-color: #0468e5;
   display:inline-block;
   width:1000px;
   height: 25px;
   margin: 0 auto;
   vertical-align: middle;
   padding-top:5px;
}

#header_news_inner a, #header_news_inner a:visited{
  color: #fff;
}

#news a {
	color:#999;
}

#breadcrumb {
	width:570px;
	height:20px;
	padding-bottom:17px;
	/*padding-top:10px;
	padding-left:4px;
	color:#FFF;*/
	float:left;
	/*background:#ff0092;*/
	font-family:"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑","Lucida Grande", "Lucida Sans Unicode", Helvetica;
	font-size:12px;
	line-height:17px;
	color:#333;
}

#breadcrumb h1,
#breadcrumb h2,
#breadcrumb h3,
#breadcrumb h4,
#breadcrumb h5,
#breadcrumb h6 {
	width: auto;
    min-width: 0;
    display: inline;
	font-family:"Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑","Lucida Grande", "Lucida Sans Unicode", Helvetica;
	font-size:12px;
	line-height:17px;
	color:#333;
	font-weight: normal;
}

#breadcrumb a {
	color:#333;
}
#breadcrumb a:hover {
	text-decoration:underline;
}
/*
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	//font: bold 56px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -3px;
	text-decoration: none;
	color: #fff;
	// change the values of top and left to adjust the position of the logo
	top: 29px;
	left: 61px;
}
#header p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	//font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #D6EBAB;
	letter-spacing: -0.5px;
	// change the values of top and left to adjust the position of the slogan
	top: 85px;
	left: 250px;
}
*/
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 1000px;
	min-height: 400px;
	padding: 0;
	background: #FFF;
	z-index:1;
	/*overflow:hidden;*/
        /*background:url(../images/side_menu/dimbuy-logistic-management-bg-pattern.png) repeat-y top left;*/

}

#content-wrap #sidebar-left {
	float:left;
	width:320px;
	padding-right:10px;
}
#content-wrap #sidebar-left #logistics-guide {
	margin-bottom:24px !important;
}
#content-wrap #sidebar-left #logistics-guide img {
	display:block;
}
#content-wrap #sidebar-left #hot-items .sidebar {
	padding:8px;
}
#content-wrap #sidebar-left #hot-items .hot-items-item-separator {
	background:url(../images/topsale/dimbuy-homepage-topsale-dot.png) no-repeat center center;
	height:23px;
}
#content-wrap #sidebar-left #hot-items .hot-items-item-rank {
}
#content-wrap #sidebar-left #hot-items .hot-items-item-thumb {
	padding:0 7px;
}
#content-wrap #sidebar-left #hot-items .hot-items-item-thumb img {
	border:1px solid #e5e5e5;
	width:45px;
	height:45px;
}
#content-wrap #sidebar-left #hot-items .hot-items-item-title a {
	color:#333;
	font-weight:bold;
}
#content-wrap #sidebar-left #hot-items .hot-items-item-price a {
	color:#ff0877;
	font-weight:bold;
}
#content-wrap #sidebar-left #hot-items .hot-items-item-sold a {
	color:#999;
}
.equal {
	display:table !important;
	border-collapse:separate;
}

.pad-btm div {
	padding-bottom:9px;
}
#content-wrap #main-content {
	float:left;
	width:684px;
}
#content-wrap #main-content #slideshow {
	border:1px solid #d9d9d9;
	margin-bottom:18px;
	background:#fff;
	position:relative;
}
#content-wrap #slideshow {
	margin-bottom:7px;
}
#content-wrap .greyline {
	height:2px;
	width:1014px;
	background:#888;
	margin-bottom:20px;
}
.ft-title {
	background:none !important;
	color:#fff !important;
	font-size:13px;
	line-height:18px;
	padding-left:10px;
	width:300px;
	height:18px;
	overflow:hidden;
}
#ft-buttons-slideshowHolder {
	/*background:#999;*/
	position:absolute;
	z-index:2000;
	top:340px;
	text-align:center !important;
}
a.ft-button-slideshowHolder:hover {
	text-decoration:none;
}
.ft-button-slideshowHolder {
	background:url(../images/slideshow/dimbuy-homepage-tvwall-button_off.gif) no-repeat left center;
	margin-right:10px !important;
}
.ft-button-slideshowHolder-active {
	background:url(../images/slideshow/dimbuy-homepage-tvwall-button_on.gif) no-repeat left center;
}
#content-wrap #main-content #new-items {
	height:461px;
}
#content-wrap #main-content .new-items-left-arrow {
	width:22px;
	height:430px;
	float:left;
}
#content-wrap #main-content .new-items-main {
	width:640px;
	float:left;
}
#content-wrap #main-content .new-items-right-arrow {
	width:22px;
	height:430px;
	float:left;
}
#content-wrap #main-content #new-items .new-items-item {
	width:150px;
	height:205px;
	float:left;
	padding:5px;
	text-align:center;
	position:relative;
}
#content-wrap #main-content #new-items .new-items-item .new-items-item-checkout {
	position:absolute;
	width:33px;
	height:33px;
	right:0px;
	bottom:0px;
}
#content-wrap #main-content #new-items .new-items-item .new-items-item-image {
	position:relative;
	width:150px;
	height:150px;
}
#content-wrap #main-content #new-items .new-items-item .new-items-item-image .new-items-item-channel {
	position:absolute;
	width:35px;
	height:35px;
	bottom:5px;
	left:0px;
}
#content-wrap #main-content #new-items .separator {
	float:left;
	width:16px;
	height:207px;
}
#content-wrap #main-content #new-items .new-items-item .new-items-item-title {
	color:#898989;
	font-weight:bold;
	font-size:13px;
	line-height:14px;
}
/*#content-wrap #main-content #new-items .new-items-item .new-items-item-price .new-items-item-price-label{
	font-size:15px;
}*/
#content-wrap #main-content #new-items .new-items-item .new-items-item-price {
	color:#ff0092;
	font-weight:bold;
	font-size:15px;
	line-height:20px;
}
#content-wrap #main-content #new-items .new-items-item .original-price a {
	color:#c1bfc0;
	font-weight:bold;
	text-decoration:line-through;
}
#content-wrap #main-content #new-items .new-items-item .special-price-highlight {
	width:105px;
	height:27px;
	text-align:left;
	margin-left:10px;
	padding-left:23px;
	background: url(../images/new_item/dimbuy-homepage-new-price-hightlight-bg.png) no-repeat;
}
#content-wrap #main-content #new-items .new-items-item .special-price-highlight a {
	font-size:18px;
	line-height:23px;
	color:#fff;
}
#content-wrap #main-content #new-items .new-items-item .special-price {
	width:105px;
	height:27px;
	text-align:left;
	margin-left:10px;
	padding-left:23px;
	background: url(../images/new_item/dimbuy-homepage-new-price-normal-bg.png) no-repeat;
}
#content-wrap #main-content #new-items .new-items-item .special-price a {
	font-size:18px;
	line-height:23px;
	color:#ff0877;
}
/*
#content-wrap #sidebar-right{
	float:left;
	width:192px;
	padding-left:18px;
}
*/
#taobao-item-title {
	font-size:15px;
	color:#333333;
	height:162px;
	text-align:center;
	line-height:20px;
	margin-top:15%;
}
#content-wrap #sidebar-right #taobao-item #taobao-item-title {
	text-align:center;
}
#content-wrap #sidebar-right #taobao-item #taobao-item-title a {
	color:#ff0877;
}
#content-wrap #sidebar-right #sidebar-facebook iframe {
	border:none;
	overflow:hidden;
	width:192px;
	height:306px;
	background:#FFF;
	margin-bottom:18px;
}
#content-wrap #sidebar-right #short-banner img {
	display:block;
	padding-bottom:18px;
}
#content-wrap #sidebar-left #short-banner img {
	display:block;
	padding-bottom:18px;
}
#content-wrap #sidebar-right #messagebroad {
	height:227px;
	color:#ff0877;
	font-size:15px;
	line-height:20px;
	padding:20px 20px 0 20px;
	margin-bottom:18px;
}
#content-wrap #sidebar-right #messagebroad a {
	color:#ff0877;
	font-weight:bold;
}
.sidebar {
/*margin-bottom:18px;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	border-bottom:1px solid #febfdd;
	border-left:1px solid #febfdd;
	border-right:1px solid #febfdd;
	background:#fff;*/
}
.main-area {
	/*float:left;*/
	float:right;
}
#content-wrap .login-page {
	background:#fff;
	width:788px;
	height:auto;
	/*padding:28px 50px;*/
/*
	border-bottom:1px solid #febfdd;
	border-left:1px solid #febfdd;
	border-right:1px solid #febfdd;
*/
}
#content-wrap .register {
	background:#fff;
	width:788px;
	height:179px;
	padding:28px 50px;
/*
	border-bottom:1px solid #febfdd;
	border-left:1px solid #febfdd;
	border-right:1px solid #febfdd;
*/
}
#content-wrap .registerfillinfo {
	background:#fff;
	width:770px;
	padding:16px 16px 0 0;
	font-size: 12px;
/*
	border-bottom:1px solid #febfdd;
	border-left:1px solid #febfdd;
	border-right:1px solid #febfdd;
*/
}
#content-wrap .registerfillinfo label {
	font-size:12px;
	line-height:17px;
	/*width:60px;*/
	float:left;
	font-weight: normal;
    width: 75px;
}
.error_msg {
	display:none;
}
#content-wrap .shipping-address hr {
	margin:16px 0;
}
#content-wrap .registerfillinfo .registerfillinfo-submit {
	text-align:center;
	padding-top:16px;
}

/*
#content-wrap h3 {
	padding-top:16px;
	color:#ff0000;
	font-weight:normal;
	font-size:12px;
	line-height:17px;
}
*/

#content-wrap .framebox {
	border: 1px solid #aaaaaa;
	padding: 16px 0 16px 0;
}

#content-wrap .frame {

}
#content-wrap .frame .frame-top {
	background: url(../images/member/dimbuy-myaccount-border-top.png) no-repeat;
	width:745px;
	height:14px;
}
#content-wrap .frame .frame-middle {
	/*width:713px;*/
	padding:0 16px;
}
#content-wrap .frame .frame-bottom {
	background: url(../images/member/dimbuy-myaccount-border-bottom.png) no-repeat;
	width:745px;
	height:14px;
}
#content-wrap .frame-small {
	/*background: url(../images/member/dimbuy-myaccount-bg-alipay.png) no-repeat;
	width:339px;*/
	border: 1px solid #aaaaaa;
	height:79px;
	padding:13px;
}
#content-wrap .frame-small-left {
	padding-right:16px;
}
#content-wrap .forgetpassword-page {
	background:#fff;
	width:688px;
	padding:28px 50px;
/*
	border-bottom:1px solid #febfdd;
	border-left:1px solid #febfdd;
	border-right:1px solid #febfdd;
*/
}
#content-wrap .taodot-page {
	background:#fff;
	width:688px;
	padding:28px 50px;
/*
	border-bottom:1px solid #febfdd;
	border-left:1px solid #febfdd;
	border-right:1px solid #febfdd;
*/
}
#content-wrap .whatsnew-page {
	background:#fff;
	padding:16px;
	/*width:756px;*/
/*
	border-bottom:1px solid #febfdd;
	border-left:1px solid #febfdd;
	border-right:1px solid #febfdd;
*/
}
#content-wrap h2 {
	font-size:15px;
	line-height:20px;
	padding-bottom:20px;
}
#content-wrap .whatsnew-page h2 {
	color:#9c0052;
	padding-bottom:0px;
}
#content-wrap .whatsnew-page {
	font-size:13px;
	line-height:18px;
	color:#333;
}
#content-wrap .whatsnew-page a {
	font-size:13px;
	line-height:18px;
	color:#ff0877;
}
#content-wrap .whatsnew-page .title {
	padding-left:16px;
}
#content-wrap .whatsnew-page .ndate {
	padding-bottom:16px;
}
#content-wrap .whatsnew-page .whatsnew-sep {
	padding:20px 0;
}
#content-wrap .login-page .login-page-username, #content-wrap .login-page .login-page-password, #content-wrap .register-page .register-page-email, #content-wrap .forgetpassword-page .forgetpassword-page-email {
	padding-bottom:9px;
}
#content-wrap .taodot-page #username {
	margin-right:20px;
}
#content-wrap label {
	font-size:13px;
	line-height:18px;
	font-weight: normal;
}
#content-wrap .login-page .login-page-auto {
	padding-bottom:20px;
}
#content-wrap .login-page .login-page-auto label {
	color:#333;
}
#content-wrap .login-page .login-page-auto .auto-message {
	font-size:11px;
	line-height:16px;
	color:#999;
}
#content-wrap .register-page .register-message {
	font-size:11px;
	line-height:16px;
	color:#999;
	padding-bottom:9px;
	width:235px;
}
#content-wrap .forgetpassword-page .forgetpassword-message {
	font-size:11px;
	line-height:16px;
	color:#ff0000;
	padding-top:28px;
}
#content-wrap .forgetpassword-page-submit {
	padding-top:11px;
}
#content-wrap .taodot-page-tc {
	padding:20px 0;
}
#content-wrap .taodot-page-agreement {
	padding-bottom:20px;
}
#content-wrap .login-page .login-page-submit a {
	color:#ff0877
}
#content-wrap .login-page .login-page-submit #btn_login {
	padding-right:9px;
}
#content-wrap .login-page-login {
/*float:left;*/
}
#content-wrap .register-page {
	float:left;
	width:310px;
}
#content-wrap .login-page-sep {
/*float:left;
	padding:0 50px;*/
}
#content-wrap .login-page-reg {
	font-size:15px;
	font-weight:bold;
}
#content-wrap .login-page-reg a {
	color:#ff0877;
	font-size:15px;
	line-height:20px;
}
#content-wrap .login-page-reg .login-page-reg-new {
	padding-bottom:20px;
}
#content-wrap .logistic-page {
	background:#fff;
	padding:20px 16px 16px 0px;
	width:770px;
	/*border:1px solid #febfdd;border-bottom:1px solid #febfdd;
	border-left:1px solid #febfdd;
	border-right:1px solid #febfdd;*/
}
#content-wrap .maintenance-page {
	background:#fff;
	padding:16px 16px 16px 16px;
	width:756px;
/*
	border-bottom:1px solid #febfdd;
	border-left:1px solid #febfdd;
	border-right:1px solid #febfdd;
	border-top:1px solid #febfdd;
*/
}
#content-wrap .terms-page {
	background:#fff;
	/*width:756px;*/
        /*width: 966px;*/
	padding:16px 16px 16px 16px;
	font-size:12px;
	line-height:17px;
	color:#333333;
        border: 1px solid #e1e1e1;
/*
	border-bottom:1px solid #febfdd;
	border-left:1px solid #febfdd;
	border-right:1px solid #febfdd;
*/
}

#content-wrap .tnc-page {
	background:#fff;
	/*width:756px;*/
        /*width: 966px;*/
	padding:16px 16px 16px 16px;
	font-size:12px;
	line-height:17px;
	color:#333333;
        border: 1px solid #e1e1e1;
/*
	border-bottom:1px solid #febfdd;
	border-left:1px solid #febfdd;
	border-right:1px solid #febfdd;
*/
}

#content-wrap .twbuy-tnc-page {
	background:#fff;
	/*width:756px;*/
        width: 966px;
	padding:16px 16px 16px 16px;
	font-size:12px;
	line-height:17px;
	color:#333333;
        border: 1px solid #e1e1e1;
/*
	border-bottom:1px solid #febfdd;
	border-left:1px solid #febfdd;
	border-right:1px solid #febfdd;
*/
}

#content-wrap .about-page {
	background:#fff;
	width:756px;
	padding:16px 16px 16px 16px;
	font-size:15px;
	line-height:20px;
	color:#000000;
/*
	border-bottom:1px solid #febfdd;
	border-left:1px solid #febfdd;
	border-right:1px solid #febfdd;
*/
}
#content-wrap .novice-guide {
	background:#fff;
	width:966px;
	padding:16px 16px 16px 16px;
	font-size:15px;
	line-height:20px;
	color:#000000;
        border: 1px solid #e1e1e1;
}
/* DimSo */
#dim-so {
	width:756px;
	background-color:#fff;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
/*
	border:1px solid #febfdd;
*/
}
#dim-so #dim-so-con {
	width:678px;
	height:auto;
	border:10px solid #f8b62d;
	margin:16px 20px 0 20px;
	position:relative;
	z-index:1;
}
#dim-so #dim-so-con #dim-so-header {
	margin-bottom:2px;
	height:544px;
	overflow:hidden;
	position:relative;
	z-index:2;
}
#dim-so #dim-so-con .dim-so-hot-item-wrap {
	margin-top:2px;
	width:668px;
	height:283px;
	position:relative;
	z-index:10;
}
.dim-so-hot-items {
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	display:none;
	width:100%;
	height:283px;
}
.dim-so-hot-items .dim-so-hot-item {
	display:inline-block;
	width:100%;
	height:100%;
}
.dim-so-hot-item-info {
	float:left;
	width:263px;
	height:100%;
}
.dim-so-hot-item-info p {
	padding:5px 0;
}
.dim-so-hot-item-photo {
	float:right;
	width:400px;
	height:100%;
	text-align:center;
}
ul.dimso-remark-icon {
	display:inline-block;
	list-style:none;
}
ul.dimso-remark-icon li {
	float:left;
	width:30px;
	height:30px;
	margin-right:4px;
}
.dim-so-hot-item-info .dim-so-hot-title {
	font-weight:bold;
	font-size:17px;
	margin-top: 70px;
}
.dim-so-hot-item-info p span.dimso-so-price {
	font-size:43px;
}
.dim-so-hot-item-info .dim-so-remark {
	display:inline-block;
	width:100%;
	margin-top:10px;
}
.dim-so-hot-item-info .dim-so-remark .dim-so-remark-left {
	float:left;
	width:58%;
	height:52px;
	display:block;
	background:url(/images/dimso/discount-tag-slideshow.png) no-repeat left top;
	font-size:27px;
	font-weight:bold;
}
.dim-so-hot-item-info .dim-so-remark .dim-so-remark-left .dim-so-remark-left-reduce {
	margin:25px 0 0 20px;
	width:90px;
}
.dim-so-hot-item-info .dim-so-remark .dim-so-remark-right {
	float:right;
	width:42%;
	display:block;
}
.font-f {
	font-family:Arial, 新細明體;
}
.font-f2 {
	font-family:Arial;
}
#dim-so-thumb {
	background-color:#000;
	width:676px;
	height:78px;
	overflow:hidden;
	margin:0 1px;
	position:relative;
	z-index:5;
}
#dim-so-thumb #btn-left, #dim-so-thumb #btn-right {
	width:38px;
	margin:0 80px 0 20px;
}
#dim-so-thumb #btn-right {
	margin:0 20px 0 80px;
}
#dim-so-thumb #scrollable {
	width:397px;
	height:65px;
	overflow:hidden;
	position:relative;
	margin:6px 0 7px 0;
}
#dim-so-thumb #scrollable .items {
	width:1000em;
	height:100%;
	display:inline-block;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
}
#dim-so-thumb #scrollable .items div.item {
	float:left;
	width:415px;
	display:inline-block;
}
#dim-so-thumb #scrollable .items div.item div.dim-so-thumb-img-wrap {
	float:left;
	width:61px;
	height:61px;
	border:2px solid #97a0a0;
	margin-right:18px;
}
#dim-so-thumb #scrollable .items div.item div.dim-so-thumb-img-wrap a img {
	opacity:0.5;
	filter:alpha(opacity=50);
}
#dim-so-thumb #scrollable .items div.item div.dim-so-thumb-img-wrap a img.current, #dim-so-thumb #scrollable .items div.item div.dim-so-thumb-img-wrap a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
}
#dim-so-thumb #scrollable .items div.item div.dim-so-thumb-img-wrap a img {
	width:61px;
	height:61px;
}
#dim-so #dim-so-con #dim-so-products {
	margin:5px 15px 10px 15px;
	position:relative;
	z-index:3;
	display:inline-block;
}
.dim-so-products-reduce {
	background:url(/images/dimso/discount-tag-small.png) no-repeat left top;
	width:75px;
	height:40px;
	display:block;
}
.dim-so-products-reduce p {
	color:#1D2080;
	font-size:19px;
	font-weight:bold;
	width:100%;
	padding:20px 0 0 0;
	text-align: center;
}
.font-origin {
	color:#000;
}
.font-spec {
	color:#e5006e;
	font-weight:bold;
}
.font-spec2 {
	color:#1D2080;
	font-weight:bold;
}
.dim-so-bg-c {
	background-color:#fed001;
}
.dim-so-product {
	height:349px;
	width:202px;
	margin:5px 10px 0 0;
	border:3px solid #fed001;
	float:left;
}
.dimso-pro-name {
	font-size:17px;
	line-height:19px;
	height:54px;
	padding-top:2px;
	color:#e5006e;
	font-weight: bold;
}
.dimso-product-detail {
	/*position:relative;
	position:fixed;
	z-index:999; */
	width:480px;
	height:auto;
	/*display:none; */
	border:10px solid #E5006E;
	background-color:#fff;
	line-height:20px;
	/*left:120px; top:150px; */
	position:relative;
	z-index:-1;
	left:0;
	top:0;
}
.dimso-product-detail table tr td.label {
	text-align:right;
	vertical-align:top;
}
#dim-so-tnc div.tnc-sec {
	display:none;
}
#fancybox-close {
	background:url(/images/dimso/lightbox-close-button.png) no-repeat left top;
	right: 25px;
	top: 25px;
	width: 15px;
	height:15px;
}
.fancybox-purchase {
	background: url("/images/dimso/lightbox-buy-button.png") no-repeat scroll left top transparent;
	cursor: pointer;
	height: 28px;
	position: absolute;
	right: 35px;
	top: 252px;
	width: 62px;
	z-index: 1104;
}
.origin-price {
	font-size:17px;
	font-weight:bold;
	line-height:19px;
	padding-bottom:5px;
}
.dim-so-product-top {
	width:200px;
	height:200px;
	margin:0 1px;
	position:relative;
	z-index:5;
	display:block;
}
.dim-so-product-top-image {
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	width:200px;
	height:200px;
	display:block;
}
.dim-so-product-top-detail {
	position:absolute;
	z-index:12;
	right:4px;
	bottom:5px;
	width:51px;
	height:17px;
	display:block;
}
/* Eof DimSo */

.topup-menu {
	height: 32px;
	width: 790px;
}
.topup-menu ul {
	display:inline-block;
	list-style:none;
}
.topup-menu ul li {
	float:left;
}
#content-wrap .topup-page {
	background:#fff;
	/*border: 1px solid #FEBFDD;*/
	/*border-top:0;*/
    width: 788px;
}
#content-wrap .taobao-page {
	background:#fff;
	width:756px;
	padding:16px 16px 16px 16px;
	/*
	border-bottom:1px solid #febfdd;
	border-left:1px solid #febfdd;
	border-right:1px solid #febfdd;
	*/
/*	border:1px solid #febfdd;*/
}
.logistic-menu {
	width:790px;
	height:32px;
}
.logistic-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.logistic-menu ul li {
	float:left;
	height:32px;
	position: relative;
	display: inline;
}
.logistic-menu ul li a {
	display: block;
}
.logistic-menu-space {
	width:788px;
	height:16px;
	border-left:1px solid #febfdd;
	border-right:1px solid #febfdd;
	background:#fff;
}
.logistic-menu-sub {
	width:788px;
	height:33px;
	background:url(../images/logistic/dimbuy-logistic-netvigation-sub-bg.png) repeat-x;
	border-left:1px solid #febfdd;
	border-right:1px solid #febfdd;
}
.logistic-menu-sub ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.logistic-menu-sub ul li {
	float:left;
	height:32px;
	position: relative;
	display: inline;
}
.logistic-menu-sub ul li a {
	display: block;
}
.logistic-menu-sub-shadow {
	width:790px;
	height:18px;
	background:url(/images/logistic/dimbuy-logistic-netvigation-sub-shadow.png) no-repeat;
}
#content-wrap .logistic-page .logistic-search-left {
	width:460px;
	float:left;
	padding-bottom:16px;
}
#content-wrap .logistic-page .logistic-search-right {
	padding-bottom:16px;
}
.logistic-menu-space {
	display:none;
}
/*#content-wrap .logistic-page {
    padding: 0 0 16px 0;
    width: 788px;
}*/

ul.note {
	list-style-type:circle;
	padding-left:16px;
}
.couponBackGround {
	background-image: url(/images/logistic/redDotFrame.jpg);
	background-repeat:no-repeat;
	width:393px;
	height: 68px;
}
#couponDetail {
	position:absolute;
	top: 300px;
	right:280px;
	display:none;
}
#couponCode {
	color:#006ebb;
}
.redBoxBackground {
	background-image: url(/images/logistic/227redBox.jpg);
	width: 227px;
	height: 155px;
}

/*
#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 40px;
	height: 40px;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	color: #fff;
	font: bold 16px/40px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;
	letter-spacing: -0.5px;
}
#nav ul li a:hover,
#nav ul li a:active {
	background: #0080C0;
}
#nav ul li#current a {
	background: #0c4e80 url(../images/pointer.gif) no-repeat center bottom;
	color: #fff;
}
*/

/*  Sidebar  */

#sidebar {
	float: left;
	width: 270px;
	padding: 0;
	margin: 0 10px 0 0;
	display: inline;
}
#sidebar h3 {
	color: #115280;
	/*font: normal 1.6em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;*/
	text-transform: none;
	padding: 10px 0 2px 0;
	margin: 10px 0 0 10px;
}
/* sidebar menu */
#sidebar .sidemenu {
	margin: 5px 10px 8px 7px;
	padding: 0;
	text-decoration: none;
	border-top: 2px solid #D0E89F;
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 7px 10px;
	border-bottom: 1px solid #DAEBA3;
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;
	color: #684F3E;
}
#sidebar .sidemenu li a span {
	color: #A98D76;
	font-size: .9em;
	/*font-family: Georgia, 'Times New Roman', Times, serif;*/
	font-style: italic;
	font-weight: normal;
}
#sidebar .sidemenu li a:hover {
	color: #000;
	background: none;
}
#sidebar .sidemenu ul {
	margin: 0 0 0 5px;
	padding: 0;
}
#sidebar .sidemenu ul li {
	border: none;
}
/* search form */
#sidebar .searchform {
	background-color: transparent;
	border: none;
	margin: 0 0 0 5px;
	padding: 10px 0 10px 10px;
	width: 260px;
}
#sidebar .searchform p {
	margin: 0;
	padding: 0;
}
#sidebar .searchform input.textbox {
	width: 180px;
	height: 18px;
	padding: 2px;
	vertical-align: top;
}
#sidebar .searchform input.button {
	width: 60px;
	height: 24px;
	padding: 2px 4px;
	vertical-align: top;
}
/* Main Column */
#main {
	float: right;
	width: 680px;
	padding: 0;
	margin: 0 0 0 10px;
	display: inline;
}
#main h1 {
	/*font: bold 2.25em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;*/
	color: #115280;
	padding: 10px 0 5px 5px;
	margin-left: 5px;
	letter-spacing: -1px;
	border-bottom: 1px solid #D2E9A4;
}
#main h1 a {
	color: #115280;
	text-decoration: none;
}
#main ul li {
	list-style: disc;
}
/* footer */
#footer-wrap {
	clear: both;
	width: 1000px;
	text-align: left;
	padding: 0;
	margin: 0;
	background: #FFF;
}
/*
#footer-wrap hr{
	width: 1000px;
	background: #690;
	border: 0;
	color: #690;
}
*/

#footer-content {
	width: 100%;
	/*padding: 24px 0 30px 0;*/
	padding:0px 0 30px 0;
	color:#999;
}
#footer-content a {
	color:#999;
}
/*
#footer-content #friends-links {
	background:#ffffff;
	margin-bottom:18px;
	font-weight:bold;
	padding:16px 16px;
}
#footer-content #friends-links img {
	padding-left:16px;
	vertical-align:middle;
}*/
#footer-content #friends-links {
	background:#ffffff;
	margin-bottom:15px;
	text-align: center;
}
#footer-content #friends-links img {
	padding-top: 20px;
	vertical-align:middle;
	padding-bottom: 35px;
}
#footer-content #sitemap {
	/*color:#999;

	text-align:center;
	margin-bottom:18px;
	*/
        background:url(../images/footer/dimbuy-logistic-footer-bg.png) no-repeat;
	text-align:left;
	margin-bottom:7px;
	/*background-color:#E6E6E6;*/
}
#footer-content #sitemap #sitemap-wrap {
	margin-left:45px;
        margin-top:38px;
        margin-bottom:38px;
	width:1000px;
	display:inline-block;
}
#footer-content #sitemap #sitemap-wrap ul {
	float:left;
	list-style:none;
	width:95px;
	padding:18px 45px 0 0;
}
#footer-content #sitemap #sitemap-wrap ul.last {
	width:80px;
	padding:0;
}
#footer-content #sitemap #sitemap-wrap ul li.sitemap-wrap-category {
        color:#969cb3;
        font-size:15px;
	margin-bottom:26px;
        width: 140px;
}
#footer-content #sitemap #sitemap-wrap ul li {
	font:Arial, 新細明體;
	font-size:12px;
	line-height:17px;
        margin-bottom:8px;
        color:#999999;
        width:140px;
}
#footer-content #sitemap a {
	color:#999;
}
/*#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h3 {
	color: #145F94;
	margin: 0;
	padding: 5px 0 5px 10px;
	text-transform: uppercase;
}
#footer-wrap a:hover {
	color: #000;
	text-decoration: none;
}*/

/* bottom */
#footer-bottom {
	clear: both;
	/*color: #555;
	margin: 0 auto;
	width: 1000px;
	padding: 5px 0 5px 0;*/
	text-align: center;
	/*font-size: 0.95em;*/
	padding-bottom:50px;
}
/*#footer-bottom a { color: #306495; }*/

/* postmeta */
.post-footer {
	padding: 8px 5px;
	margin: 5px 10px 10px 10px;
	color: #A2745D;
	border: 1px solid #deedae;
	background: #F0FFD2;
}
.post-footer .date {
	margin: 0 10px 0 5px;
}
.post-footer a.comments {
	margin: 0 10px 0 5px;
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;
}
.post-info {
	font-size: .95em;
	padding: 0 10px;
	margin-left: 2px;
	color: #A98D76;
}
.post-info a, .post-info a:visited {
	color: #9C652E;
}
/* alignment classes */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
/* clearing */
.clearer {
	clear: both;
}
.clear {
	display:inline-block;
}
.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: ".";
}
.smallcap {
	font-variant:small-caps
}
.submenu {
	width:790px;
}
.submenu ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.submenu ul li {
	float:left;
}
.font12 {
	font-size:12px;
}
.font13 {
	font-size:13px;
	line-height:18px;
}
.font15 {
	font-size:15px;
	line-height:20px;
}
.color-light-black {
	color:#333333;
}
.color-gray {
	color:#666666;
}
.color-light-gray {
	color:#999999;
}
/**dimcode**/
#dimcode-content {
	background-color:#FFF;
	border:#febfdd 1px solid;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align:center;
	width:788px;
}
/**shopping**/
#shopping-content {
	background-color:#FFF;
	border:#febfdd 1px solid;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align:center;
	width:756px;
}
/** taodot **/
#taodot_share_success {
	height:274px;
	vertical-align:middle;
	background-color:#FFF;
}
#taodot_share_success a {
	color:#ff0877;
	text-decoration:underline;
}
#taodot_share_success table {
	height:inherit;
	margin-left: 50px;
	font-weight:bold;
	vertical-align:middle;
}
.logistic-page table {
	border-collapse:collapse;
}
.logistic-page table.inLineClass {
	width: 100%;
}
/*
.logistic-page img, #short-banner img {
	display:block;
}
*/
.inline img {
	display: inline;
}
/*forget password*/
.resetPassInput {
	width:180px;
	border:#666 solid 1px;
}
#forget_pw_success {
	height:274px;
	padding-top:80px;
	vertical-align:middle;
	background-color:#FFF;
	width:688px;
	border-left:1px solid #febfdd;
	border-right:1px solid #febfdd;
	border-bottom:1px solid #febfdd;
}
#forget_pw_success table {
	margin-left: 50px;
	font-weight:bold;
	vertical-align:middle;
}
#reset_pw_success {
	vertical-align:middle;
	background-color:#FFF;
	padding-top: 50px;
	padding-bottom: 120px;
	width:788px;
	border-left:1px solid #febfdd;
	border-right:1px solid #febfdd;
	border-bottom:1px solid #febfdd;
}
#reset_pw_success table {
	margin-left: 50px;
	vertical-align:middle;
}
#taodot_share_success a {
	color:#ff0877;
	text-decoration:underline;
}
/* register myaccount */
#addressCountry, #addressCountry2, #addressCountry3, #districtTW, #districtTW2, #districtTW3, #districtHK, #districtHK2, #districtHK3, #area, #area2, #area3, #subDistrictHK, #subDistrictHK2, #subDistrictHK3, #building, #building2, #building3 {
	/*margin: 2px;*/
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.pickupPlace {
	font-size:13px;
	/*	color:#636363;
	text-decoration:underline;*/
	padding-left:5px;
}
.contactUs {
	color:#666666;
}
.teachFaqQuestion {
	font-size:13px;
	line-height:18px;
	text-align:left;
	padding-top:4px;
	padding-bottom:4px;
}
.teachFaqQuestion a {
	color:#333333;
}
.teachFaqAnswer {
	display:none;
	background-color:#ffcfe3;
}
.teachFaqAnswer td {
	line-height:18px;
	color:#333333;
	text-align:left;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
}
.teachFaqAnswer td a {
	color:#CC0033;
}
.teachFaqAnswer td table td {
	border:0px;
	padding:0px;
	margin:0px;
	display:block;
}
.lightGreybg {
	height:25px;
	padding-top:6px;
	padding-bottom:6px;
	background-color:#f4f4f4;
}
.middleBackGround {
	/*background-image:url(/images/background/log_webbannerall_02.gif);*/
	/*background-repeat:no-repeat;*/
 	position: relative;
	margin: 0 auto;
    background-position: 50% 0%;
    /*background-image: url(/images/3rdanniversary/bg.png);*/
}
.middleBackGroundImg{
	background:url(/images/background/logistics-wallpaper_cny.png) repeat-x center top;
 	background-attachment: fixed;
}
#sidebar-brandlogo {
	width:257px;
	/*height:159px; */
	position:relative;
	float:left;
}
/*#sidebar-brandlogo .brandlogo-up {
	height:43px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}*/

#sidebar-brandlogo .brandlogo-middle {
	position:absolute;
	left:0;
	/*top:43px; */
	z-index:1;
	width:100%;
	height:250px;/*display:inline-block;*/
}
/*#sidebar-brandlogo .brandlogo-middle .brandlogo-middle-left ,
#sidebar-brandlogo .brandlogo-middle .brandlogo-middle-right {
	float:left; width:11px; height:100%;
}*/

#sidebar-brandlogo .brandlogo-middle .brandlogo-middle-content {
	/*float:left;*/
	width:257px;
	height:100%;
	position:relative;
	overflow:hidden;
	background:#fff;
}
#sidebar-brandlogo .brandlogo-middle .brandlogo-middle-content img {
	margin:0 auto;
}
/*#sidebar-brandlogo .brandlogo-bottom {
	position:absolute;
	bottom:18px;
	z-index:1;
	width:100%;
	height:10px;
	background:url('/images/brandlogo/dimbuy-homepage-brand-bottom.png') no-repeat left top;
	display:block;
}*/

/*laam*/
#content-wrap #sidebar-right-index {
	float:left;
	width:300px;
	padding-left:18px;
}

#content-wrap {
	padding-bottom:15px;
}

#content-wrap #sidebar-right-index #taobao-item #taobao-item-title {
	text-align:center;
}
#content-wrap #sidebar-right-index #taobao-item #taobao-item-title a {
	color:#ff0877;
}
#sidebar-facebook-index {
	background:url(../images/banner/dimbuy-homepage-330x75-banner3.jpg) no-repeat;
	height:75px;
	width:330px;
}
#sidebar-facebook-index iframe {
	padding-left:70px;
	height:75px;
	width:260px;
}
#sidebar-bottom1 {
	padding-bottom:15px;
}
#content-wrap #sidebar-right-index #sidebar-facebook iframe {
	border:none;
	overflow:hidden;
	width:300px;
	height:290px;
	background:#FFF;
	margin-bottom:18px;
}
#content-wrap #sidebar-right-index #short-banner img {
	display:block;
	padding-bottom:18px;
}
#content-wrap #sidebar-right-index #messagebroad {
	height:227px;
	color:#ff0877;
	font-size:15px;
	line-height:20px;
	padding:20px 20px 0 20px;
	margin-bottom:18px;
}
#content-wrap #sidebar-right-index #messagebroad a {
	color:#ff0877;
	font-weight:bold;
}
#content-banner {
	width:300px;
	padding-right:7px;/*float:left;*/
}
#content-banner img, #advertising-video img, #sidebar-brandlogo img {
	display:block;
}
#sidebar-hot-service {
	width:252px;
	padding-right:0;
	/*float:left;*/
	text-align:center;
}
#advertising-video {
	/*	width:437px;
	padding-right:10px;*/
	width:434px;
	padding-right:7px;/*float:left;*/
}
/*laam @2012-07-24*/
.dimdollar-pass {
	width:380px;
	padding-right:10px;
}
.mycoount-info {
	padding-right:20px;
}
.mycoount-info input {
	width:230px;
	background-color:#FFE3F1;
	border:none;
	padding-left:12px;
}
/*end @2012-07-24*/

/*end*/

/* MENU STYLE - IGNORE EVERYTHING ABOVE THIS LINE IF YOU WISH */

#menu {
	width: 100%;
	/*height: 62px;*/
        height:100%;
	clear: both;
}
#menu img {
	display:block;
}

/* Navigation */
#nav {
	clear: both;
	padding: 0;
	margin: 0;
	width: 1000px;
	height: 42px;/*background: #0e609e;	*/
}


ul#nav {
	float: left;
	width: 761px;
	height:100%;
	margin: 0;
	padding: 0;
	list-style: none;/*background: #dc0000 url(../images/menu/menu-parent.png) repeat-x;*/
}
ul#nav li {
	/*display: inline;*/
  list-style:none;
  vertical-align: middle;
}
ul#nav li a {
	float: left;
	/*font: bold 1.1em arial,verdana,tahoma,sans-serif;
  line-height: 40px;
  color: #fff;*/

  text-decoration: none;/*text-shadow: 1px 1px 1px #880000;
  margin: 0;
  padding: 0 30px;
  background: #dc0000 url(../images/menu/menu-parent.png) repeat-x;   */
}
/* APPLIES THE ACTIVE STATE */
ul#nav .current a, ul#nav li:hover > a {
	color: #fff;
	text-decoration: none;/*text-shadow: 1px 1px 1px #330000;
  background: #bb0000;*/
}
/* THE SUBMENU LIST HIDDEN BY DEFAULT */
ul#nav ul {
	display: none;
	background:#000;
}
/* WHEN THE FIRST LEVEL MENU ITEM IS HOVERED, THE CHILD MENU APPEARS */
ul#nav li:hover > ul {
	position: absolute;
	display: block;
	width: 150px;
	height: auto;
	position: absolute;
	margin: 39px 0 0 0;
	/*background: #aa0000 url(../images/menu/menu-child.png) repeat-x;*/
  background: #ff0092;
}
ul#nav li:hover > ul li a {
	/*float: left;*/
  /*font: bold 1.1em arial,verdana,tahoma,sans-serif;
  line-height: 45px;
  color: #fff;*/
  text-decoration: none;
	/*text-shadow: 1px 1px 1px #110000;*/
  /*margin: 0;
  padding: 0 30px 0 0;
  background: #aa0000 url(../images/menu/menu-child.png) repeat-x;*/
  color:#fff;
	font-family:Arial, 新細明體;
	font-size:15px;
	line-height:20px;
	padding:10px 13px;
}
ul#nav li:hover > ul li a:hover {
	/*color: #120000;
  text-decoration: none;*/
  /*text-shadow: none;*/
  text-decoration:underline;
}
.eShop-name {
	width:390px;
}
.eShop-lable {
	width:70px !important;
}
/* sidebar-left-innerpage */
#content-wrap #sidebar-left-innerpage, #content-wrap #sidebar-right {
	float:left;
	width:192px;
	padding-right:18px;
}
#content-wrap #sidebar-left-innerpage #taobao-item #taobao-item-title {
	text-align:center;
}
#content-wrap #sidebar-left-innerpage #taobao-item #taobao-item-title a {
	color:#ff0877;
}
#content-wrap #sidebar-left-innerpage #sidebar-facebook iframe {
	border:none;
	overflow:hidden;
	width:192px;
	height:306px;
	background:#FFF;
	margin-bottom:18px;
}
#content-wrap #sidebar-left-innerpage #short-banner img {
	display:block;
	padding-bottom:18px;
}
#content-wrap #sidebar-left-innerpage #messagebroad {
	height:227px;
	color:#ff0877;
	font-size:15px;
	line-height:20px;
	padding:20px 20px 0 20px;
	margin-bottom:18px;
}
#content-wrap #sidebar-left-innerpage #messagebroad a {
	color:#ff0877;
	font-weight:bold;
}
.locationTable {
	/*border:1px #000 solid;*/
        color:#333333;
        border:1px #999999 solid;
	width:100%;
	margin-top:10px;
}
.locationTable td {
	border:1px #999999 solid;
	padding:8px 10px;
	text-align:left;
}
.locationTable .trodd {
	/*background:#F3DEF1;*/
        background:#ededed;
}
.locationTable .treven {
	/*background:#FDF6FD;*/
        /*background:#ededed;*/
}

.locationTable th {
    background-color:#546290;
    color:#ffffff;
    font-weight:bold;
    font-size:12px;
    padding-left:10px;
    padding-top:5px;
    padding-bottom:5px;
    text-align:left;
    border-right-style: solid;
    border-right-color: #999999;
    border-right-width: 1px;
}

.locationBox {
	border:1px solid #eaeaea;
	margin:17px 0px;
	padding: 17px 0px;
}
#sc_document_pop_up_display, #sc_student_id_pop_up_display {
	display: none;
	position: absolute;
}
.sc_is_verifying {
	padding:15px 15px;
	text-align:center;
}
.myaccount_readonly {
	border:0px none;
	padding:2px 5px 2px;
	background-color:#FFE3F1;/*color:#000000;*/
}
/**student club**/
#studentclub-content {
	/*border:#febfdd 1px solid;*/
	text-align:center;
	width:788px;
	height:1171px;
}
.studentClubMember {
	/*background-image:url('/images/member/dimbuy-myaccount-bg-StudentClub-approved.png');*/
	/*height:120px;*/
	/*width:713px;*/
	padding:14px 16px;
}
.login_area {
	position:absolute;
	z-index:5;
	right:0;
	top:0;
	width:247px;
	height:382px;
	padding-top:70px;
}
.login_area .login_area_bg {
 	width:206px;
	padding-left:20px;
	height:355px;
	overflow:hidden;
	background-image:url('/images/login_form/dimbuy-index-logistic-login-bg.png');
}

.login_area a{
/*	font-size:13px; */
        font-size:12px;
	color:#999999;
	/*line-height:35px;*/
}

.login_area .login_area_content{
	/*padding-top:10px;*/
	font-size:12px;
	/*line-height:18px;*/
	color:#333333;
}

.login_area .login_area_line{
        padding-top:12px;
        padding-bottom:12px;
}
.login_area .login_area_title{
/*	font-size:15px;*/
        font-size:12px;
	line-height:20px;
	color:#333333;
	font-weight:bold;
}
.login_area .login_area_rs{
	/*font-size:13px;*/
        font-size:12px;
	/*line-height:18px;*/
	color:#ff0877;
	font-weight:bold;
}

#content-wrap .protection-page {
	background:#fff;
/*	width:756px;*/
        /*height:1173px;*/
/*	border:1px solid #febfdd;*/
}

#content-wrap .logistic-app {
	background:#fff;
        height:1173px;
/*	border:1px solid #febfdd;*/
}

#originTabs {
	font-size: 14px;
        margin-bottom:17px;
        /*padding-left: 21px;
        padding-right: 21px;*/
        color: #9daeb6;
        font-weight: bold;
}

#originTabs a {
	text-decoration: none;
        padding-left: 13px;
        padding-right: 13px;
        color: #9daeb6;
	font-weight: bold;
}

#originTabs .active a {
	text-decoration: none;
        color: #ff0877;
	font-weight: bold;
}

#originTabs .active {
        color: #ff0877;
        font-weight: bold;
}

#originTabs .inactive {
	border-bottom:3px #cdd3df solid;
        color: #9daeb6;
	background: #ffffff;
}


#originTabs span {
        padding-left: 13px;
        padding-right: 13px;
}


#originTabs .active {
	border-bottom:3px #ff0096 solid;
        /*color: #ff0877;
	background: #ffffff;*/
}

#originTabs .middle {
	border-bottom:3px #cdd3df solid;
    color: #e1e1e1;
	background: #ffffff;
}

.rate_table {
   border:1px solid #e1e1e1;
}

.rate_table td {
   font-size:12px;
   line-height:17px;
   color:#333333;
   padding-left:10px;
   padding-top:8px;
   padding-bottom:8px;
   border-bottom-style: solid;
   border-bottom-color: #e1e1e1;
   border-bottom-width: 1px;
   border-left-style: solid;
   border-left-color: #e1e1e1;
   border-left-width: 1px;
   text-align: left;
}

.rate_table img {
    vertical-align: middle;
	margin-right: 8px;
}

.rate_table .label {
    background-color:#ededed;
}


.headerTitle {
   font-weight:bold;
   font-size:15px;
   color:#333333;
   padding-top:10px;
   padding-left:24px;
   padding-bottom:5px;
   margin-bottom:20px;
   /*width:755px;*/
   height:39px;
   background-image:url('/images/header/international-top-title-bg.png');
   background-repeat: no-repeat;
}

.fullHeaderTitle{
   width:1000px;
   height:38px;
   background-image:url('/images/header/top-title-bg01.png');
   background-repeat: no-repeat;
   background-size:1000px 38px;
   font-weight:bold;
   font-size:16px;
   color:#ff0877;
   text-align:center;
   background-repeat: no-repeat;

}

.bodyContent{
   font-size:15px;
   line-height:20px;
   color: #333333;
   /*padding-left:24px;*/
}

a.shoppingtips-link{
   color: #546290;
}

table.freightMethodClass { margin-bottom: 10px; }
table.freightMethodClass td { }

input {
   vertical-align: middle;
}

.addresstable {
   width:100%;
}

.returnservice_fee_table {
   width:100%;
}

.fullwidthTable {
   width:100%;
}


#fbchat {
	position:fixed;
	bottom:0px;
	right:0px;
	z-index:100;
}
