#account_module .list.user-grid {
	border-collapse: collapse;
}

#account_module .list th {
	height: 20px;
	text-align: left;
	border: 1px solid #dddddd;
	padding: 2px 4px;
}

#account_module .list td {
	height: 20px;
	text-align: left;
	border: 1px solid #dedede;
	padding: 2px 4px;
}

#account_module .list img {
	text-decoration: none;
	border: none;
}

#account_module .instructions {
	padding: 0px 0px 15px 0px;
}

#account_module.form .more_options ul {
	width: 100%;
	margin: 20px auto 0 auto;
	list-style-type: none;
}

#account_module.form .form_subheading {
	background-color: transparent;
	background-image: none;
	border-bottom: #cccccc dotted 1px;
	color: #666666;
	margin: 12px 0px;
}

#account_module.form .form_container {
	border-spacing: 2px;
}

#account_module.form .form_container input[type="text"],
#account_module.form .form_container input[type="password"] {
	margin-bottom: 10px;
}


#account_module.form .form_container .login_field {
	width: 144px;
}

#account_module.form .form_container .field .receivesmsMessageslbl {
	display: inline;
	font-weight: normal;
	cursor: pointer;
}

#account_module.form .form_container .field .receiveEmailCommunicationlbl {
	display: inline;
	font-weight: normal;
	cursor: pointer;
}

#account_module.form .required_message {
	text-align: right;
}

#account_module.form .required_message span {
	background: url( "/core/public/shared/assets/images/required.gif" ) no-repeat center left;
	padding-left: 20px;
}

#account_module.form .form_item .label,
#account_module.form .form_item.required .label {
	width: 30%;
	padding: 3px 5px 0px 0px;
	text-align: right;
	vertical-align: top;
}

#account_module.form .form_item.required .field {
	background: url( "/core/public/shared/assets/images/required.gif" ) no-repeat 5px 6px;
}

#account_module.form .form_item .field {
	padding-left: 20px;
}

#account_module.form .form_buttons {
	margin-top: 15px;
	text-align: center;
}

#account_module.form .form_buttons .remember_me_wrapper {
	display: inline-block;
	padding-left: 40px;
}

#account_module.form .form_buttons .remember_me_wrapper .remember_me {
	vertical-align: middle;
}

#account_module.form .form_buttons .form_button {
	cursor: pointer;
}

#account_module.form .note {
	color: #777;
	font-size: 0.6875rem;
}

#account_module.entity ul {
	list-style-type: none;
}

.controller-accounts.view-dashboard h2 {
	border-bottom: #cccccc dotted 1px;
	color: #666666;
	font-weight: normal;
	margin: 12px 0px;
}

.controller-accounts.view-dashboard p {
	margin: 12px 0px;
}

.controller-accounts.view-dashboard ul {
	margin: 12px 0px;
	padding: 0px 0px 0px 27px;
}

#account_profile {
	margin-top: 16px;
}

#account_profile .name {
	display: block;
}

#account_profile .email {
	display: block;
}

#account_profile .profile_image {
	display: block;
	margin: 16px 0;
}

#account_profile .location {
	margin-bottom: 16px;
}

#account_profile .location_label {
	font-weight: bold;
}

#account_profile .dates {
	margin-bottom: 16px;
}

#account_profile .latest_forum_posts {
	border-top: solid 1px #ccc;
	margin: 10px 0;
	padding: 10px 0;
}

#account_profile .private-message {
	display: block;
	margin: 3px 0px 5px 0px;
}

#account_orderhistory,
#account_addresses,
#account_jobs,
#account_credit_cards {
	margin-top: 16px;
}

#account_addresses .add_new_address,
#account_credit_cards .add_new_credit_card {
	text-align: right;
	padding: 10px;
	margin: 10px;
	width: 90%;
}

#account_orderhistory .order_section,
#account_addresses .address_section,
#account_credit_cards .credit_card_section,
#account_subscriptions .subscription_section {
	width: 90%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	margin: 10px;
}

#account_subscriptions .subscription_section_view {
	width: 90%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 0 20px;
	margin: 0;
}

#account_subscriptions .creditcard_edit_link {
	margin: 20px 0 0;
}

#account_subscriptions .subscription_delete_link {
	margin: 0 0 20px;
}

#account_orderhistory .order_section,
#account_addresses .address_section.current_cart {
	background-color: #f0f0f0;
	border: 1px solid #ccc;
}

#account_wishlist .align_right {
	text-align: right;
}

.quantity-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	align-items: center;
}

.overlay-loading {
	height: 20px;
	width: 20px;
	opacity: 0.5;
}

.overlay-loading.add-to-cart {
	position: static;
}

.overlay-loading div {
	background: url("/core/public/shared/assets/images/userinterface/processing.gif") no-repeat scroll 50% 50%;
	height: 100%;
	width: 100%;
}

#account_module .account-section-information {
	margin-bottom: 20px;
}
