@charset "utf-8";

#editProfile h4 {
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 10px;
}

/* 
 * view address page 
 */
 
div#viewAddress {
}

div#viewAddress h3 {
	font-size: 13px;
	margin:10px 0px 10px;
	font-weight: bold;
	padding: 0px;
}

table#addressList {
	border-spacing: 0px;
    border-collapse:collapse;  
    width: 400px;
}

#addressList td {
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #eee;
    border-top:  1px solid #eee;
}

#addressList td.number {
	vertical-align: top;
	width: 30px;
	padding-left: 10px;
}

#addressList td.address {
    vertical-align: top;
}

#addressList div.editLinks {
    font-size: 12px;
    margin-top: 3px;
}

#addressList div.updateTime {
    font-size: 11px;
}

/* email notification page */

div#emailNoticeWrap {
	margin: 20px 0px 20px 20px;
}

span.emailNotification {
	display:block;
	line-height:18px;
}
span.emailNotification input {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}	
	
span.emailNotification label{
    vertical-align: middle;
}

/* invite friends page */

#inviteSummary ul {
    margin-top: 0px;
}

.inviteAttention {
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

.inviteAttention img {
	margin-right: 5px;
	vertical-align: middle;
}
    
.inviteErrorDetails {
    margin-left: 80px;
}

/* invitation history page */

table#inviteHistory td.recipient {
	width: 500px;
}

table#inviteHistory .invitemsg {
    font-size: 12px;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #C0C0C0;
    overflow: hidden;
}	
   
/* smashion rewards page */

table.rewardDetails {
    font-size: 11px;
    font-weight: normal;
    width: 400px;
    text-align: left;
    vertical-align: middle;
    border-collapse: collapse;
    padding-left: 5px;
    padding-right: 5px;
}

table.rewardDetails tr.heading {
    background-color: #f2f2f2;
}

table.rewardDetails td {
    border-top:1px solid #DEDEDE;
    border-bottom:1px solid #DEDEDE;
    padding-left: 5px;
}

table.feedbackStats td.col1 {
    width: 50px;
}

table.feedbackStats td.col2,
table.feedbackStats td.col3,
table.feedbackStats td.col4 {
    width: 60px;
}

table.feedbackStats td.col5 {
    width: 60px;
    padding-right: 5px;
}

h3.section {
	/*
	font-size:13px;
	font-weight:bold;
	margin:10px 0;
	padding:0;
	*/
	background-color:#DFDFDF;
	color:#333333;
	font-size:13px;
	font-weight:bold;
	margin-bottom:0;
	padding:5px 10px;	
}

/* sign up pages */

div#sguphelp {	
	border:1px solid #C0C0C0;
	margin-top:10px;
	overflow:hidden;
	padding:10px;	
	width: 600px;
}

div#sguphelp form {
    margin: 5px 0px 5px 30px;
}
    