ul, ol {
    padding:0;
    margin:0;
}
table.delivery tr td:first-child {
    width: 130px;
}
#account-left, .customer-rcolumn {
    background-color: #fff;
    overflow: hidden;
    min-height:300px;
    padding-top: 20px;
}
.checkout > a, a.button, input.button, button.btn-submit {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 33px;
    line-height: 33px;
    padding: 0 25px;
    text-shadow: none;
}
table td {
    padding: 5px;
}
input {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    box-shadow: 0 0 5px 0 #eaeaea inset;
    padding: 4px;
}
.login-content {
    background-color: #fff;
    margin: 20px 0;
    overflow: hidden;
    padding-top: 15px;
}
.sidebar {
    margin-bottom: 20px;
}
.customer-rcolumn {
    margin-bottom: 20px;
    padding-top: 20px;
}
h3 {
    font-size: 15px;
    font-weight: normal;
    line-height: 35px;
}
h3.box-heading {
    border-bottom: 1px solid #333;
    color: #333;
    padding-right: 15px;
    text-transform: uppercase;
}
.sidebar ul > li:first-child {
    padding-top: 15px;
}
.sidebar ul li {
    padding: 5px 0;
}
.customer-rcolumn h1 {
    border-bottom: 1px solid #333;
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.customer-rcolumn ul li {
    padding: 5px 0;
}
.member-center-box {
    border:1px solid #cccccc;
    border-radius: 10px;
    padding:10px;
    margin:10px;
}
.input_ss {
    background: url("login.png") no-repeat scroll 0 -40px rgba(0, 0, 0, 0);
    border: 1px solid #d0d0d0;
    color: #000;
    height: 26px;
    line-height: 26px;
    padding: 2px;
    width: 325px;
}
.input_ll {
    background: url("login.png") no-repeat scroll 0 -116px rgba(0, 0, 0, 0);
    border: 1px solid #ffa5c3;
    color: #000;
    height: 26px;
    line-height: 26px;
    padding: 2px;
    width: 325px;
}
.btn-bgs {
    background-color: #737b8e;
    border: 1px solid #737b8e;
    border-radius: 5px;
	cursor: pointer;
	font-family: Arial,Helvetica,sans-serif;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 15px;
}
.member-center {
    border: 1px solid #cccccc;
    margin: 5px auto;
    padding: 5px;
	overflow: hidden;
}
.member_list_title {
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
    line-height: 22px;
}
.member_list_title em {
    color: #B18347;
    font-weight: normal;
}
.module-title {
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
	padding: 5px 0;
}
.module-content {
    padding: 5px;
    overflow:hidden;
}
.module-listbox  {
    padding: 5px;
	overflow:hidden;
	line-height: 20px;
}
.module-content-text {
	padding:10px;
	line-height:20px;
}
.module-content li {
    float: left;
    line-height: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
}
.module-content li span {
    color: #888888;
    font-size: 11px;
    font-style: italic;
}
.module-content li em {
    color: #FF0000;
}