/*************** Global Settings ***************/
img { vertical-align: middle; }
/***** Default Links *****/
/***** Forms ******/
body input, body select, body textarea {
	margin:0;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #b2b2b2;
	background: #FFF;
	margin-right: 5px;
	color: #454545;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-html-border-radius:3px;
	border-radius: 3px;
}
textarea {
	width:98%;
	line-height:1.25;
	padding: 3px;
	height: 60px;
}
fieldset legend {
	font-size: 13px;
	font-weight: bolder;
	color: #454545;
	padding: 0 2px 6px 1px;
}
.visible {
	visibility: visible;
}
.invisible {
	visibility: hidden;
}
/* modifiers */
.lighter {
	background-color: #FEFEFE;
}
.light {
	background-color: #F9F9F9;
	border: none;
}
.content {
	padding: 10px 10px 5px 10px;
	background: #FFFFFF;
}
.bold {
	font-weight: bolder;
}
.italic {
	font-style: italic;
}
a.link {
	color: #3386bf;
	text-decoration: none;
}
a.link:hover {
	text-decoration: none;
	color: #1e74b0;
}
.break {
	height: 12px;
	font-size: 1px;
}
h1 {
	font-size:20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}
/*************** End Global Settings ***************/

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.paddingLeft {
	padding-left: 20px;
}
.paddingRight {
	padding-right: 20px;
}
.paddingTop {
	padding-right: 20px;
}
.paddingBottom {
	padding-bottom: 20px;
}
/* ************** structural application level styles ************** */
#mainScreen {
	width: 985px;
	margin: 0 auto;
	background: #FFF;
}
.pageHeader { 
	height: 171px; 
	background: #f0efed;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 16px;
}
.pageHeader .header-content {
	width: 935px;
	margin: 0 25px;
}
.pageHeader .header-banner { height: 140px;}
.welcome-text { padding-top: 50px; word-wrap: break-word;}
.welcome-text h1 { font-size: 32px; line-height:35px; }

.mainContainer {
	padding-top: 16px;

}
.page-title {
	position: relative;
	margin-bottom: 15px;
}
.page-title h1 {
	font-size: 26px;
	color: #333333;
}
.twoColLayout {
	display: inline-block;
	vertical-align: top;
}
.twoColLayout .leftColumn, .twoColLayout .rightColumn {
	display: inline-block;
	float: left;
}
.twoColLayout .leftColumn {
	width: 225px;
	overflow: hidden;
}
.twoColLayout .rightColumn {
	width: 710px;
}
/* ********************************************************* */
.commonFrame {
	border: 1px solid #e7e6e4;
	margin-bottom: 20px;
}
.commonFrame .commonFrameHeader {
	background: #f0efed;
	border-bottom: 1px solid #e7e6e4;
	padding: 7px 20px 5px 20px; /* Bill */
	position: relative;
}
.commonFrame .commonFrameHeaderText {
	color: #464646;
	font-size: 14px; /* Bill */
}
.commonFrame .commonFrameSubHeader {
	font-weight: bold;
}
.commonFrame .commonFrameHeaderAction {
	position: absolute;
	right: 17px;
	top: 8px;
}
.commonFrame .commonFrameHeaderAction a {
	background: #f9f7f8;
	border: 1px solid #dddcda;
	color: #3386bf;
	padding: 6px 30px;
	font-weight: bold;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-html-border-radius:6px;
	border-radius: 6px;
	font-size: 12px;
}
.commonFrame .commonFrameHeaderAction a:hover { background: #ffffff; }
.commonFrame .commonFrameContent {
	padding: 15px 20px 10px
}
/* *************************************************************** */
button {
	margin-right: 10px;
	background: #f9f7f7;
	border: 1px solid #bfbfbf;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-html-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	color: #454545;
	padding: 7px 45px;
}
button span { padding: 0; }
button.primary-button {
	background: #95c96f;
	border: 1px solid #8bb26e;
	color: #ffffff;
}
.feedbackMessage {
	background: #eeeeee;
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 15px;
	position: relative;
	margin-bottom: 10px;
	color:#666666;
}
.feedbackMessage .feedbackMessageClose {
	position: absolute;
	right: 13px;
	top: 12px;
}
.feedbackMessage .closeButtonAction {
	background: url(../images/account/icon-sprite-16.png) no-repeat transparent;
	background-position: 0 0;
	width: 16px;
	height: 16px;
	cursor: pointer;
	display: inline-block;
}
.feedbackMessage .closeButtonAction:hover {
	background-position: -16px 0;
}
.feedbackMessage .closeButtonAction button, .feedbackMessage .closeButtonAction button:hover {
	padding: 0px;
	margin: 0px;
	border: none;
	background: none;
	width: auto;
	outline: 0px;
	overflow: hidden;
}
.feedbackMessage ul.feedbackMessageInline {
	display: block;
	margin-right: 20px;
}
.feedbackMessage ul.feedbackMessageInline li {
	display: inline-block;
	margin-right: 5px;
	vertical-align: text-top;
}
.feedbackMessage, .feedbackMessage li, .feedbackMessage span {
	font-size: 14px !important;
}
.successMessage {
	background: #95c96f;
	border: 1px solid #95c96f;
}
.successMessage, .successMessage li, .successMessage span {
	color: #ffffff !important;
}
.successMessage .successMessageIcon {
	background: url(../images/account/icon-sprite-16.png) no-repeat transparent;
	background-position: -32px 0;
	width: 16px;
	height: 16px;
	margin-top: 3px;
}
.alertMessage {
	background: #fdd1d1;
	border: 1px solid #f01d32;
}
.alertMessage, .alertMessage li, .alertMessage span {
	color: #e91c2c !important;
}
.alertMessage .alertMessageIcon {
	background: url(../images/account/icon-sprite-16.png) no-repeat transparent;
	background-position: -48px 0;
	width: 16px;
	height: 16px;
	margin-top: 3px;
}
.confirm-message-container {
	padding: 10px 40px;
	text-align: center;
}
.confirm-message-text {
	color: #787878;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.help-message-container {
	padding: 10px 20px;
	text-align: center;
}
.help-message-text {
	color: #ababab;
	text-align: center;
}
.required-field input, .required-field select, .required-field textarea {
	border: 1px solid #F01D32;
}
.required-field .required-text {
	color: #e91c2c;
	padding-top: 5px;
}
div.errorMessage {
	background: #FFCCBA; 
	color: #D63301;
}
div.errorMessage label.error{
 	color: #D63301;
}
.errorMessage .errorMessageIcon {
	background: url(../images/account/icon-sprite-16.png) no-repeat transparent;
	background-position: -48px 0;
	width: 16px;
	height: 16px;
}
/* *************************************************************** */
.info-add-edit-panel {
	position: relative;
	margin-bottom: 10px;
}
.info-title {
	color: #555555;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 7px;
}
.info-add-edit-panel ul.info-add-edit-block {
	display: block;
}
.info-add-edit-panel li.info-add-edit-item {
	border: 1px solid #CCCCCC;
	display: inline-table;
	height: 165px;
	margin: 0 10px 10px 0;
	width: 215px;
	vertical-align: top;
}
.commonFormContainer .info-add-edit-panel li.info-add-edit-item {  
	width: 200px; 
}
.info-add-edit-panel li.selected {
	border-width: 2px;
	border-color: #3386bf;
}
.cust-info-container {
	position: relative;
	padding: 13px;
}
.cust-address-info {
	padding: 20px;
}
.cust-info-container .cust-name {
	font-weight: bold;
	font-size: 14px;
}
.cust-info-container .cust-address span {
	display: block;
}
.cust-info-container .primary-label {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
}
.cust-info-container .primary-label img {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 2px;
}
.cust-info-container .action-links {
	margin-top: 15px;
}
.action-links {
	display: block;
}
.action-links ul {
	display: inline-block;
}
.action-links li {
	display: inline-block;
	float: left
}
.action-links li a {
	border-right: 1px solid #777777;
	line-height: 16px;
	margin-right: 5px;
	padding-right: 5px;
}
.action-links li a:hover{
	text-decoration:underline;
}
.action-links li:last-child a {
	border-right: 1px solid #ffffff;
	margin-right: 0px;
	padding-right: 0px;
}
.cust-info-container .primary-add-link {
	margin-top: 5px;
	margin-bottom: 15px;
}
.cust-info-container .primary-add-link img {
	margin-left: 5px;
}
.add-new-container {
	height:auto;/*100%;*/
	text-align: center;
}
.add-new-container .add-new-icon {
	margin-top: 55px;
}
.add-new-container .add-new-icon a {
	display: inline-block;
}
.add-new-container .add-new-link {
	margin-top: 5px;
}

#addNewPaymentOption{
	width: 700px;
	position: relative;
}
#addNewPaymentOption .commonFormField, 
#addNewPaymentOption .commonFrameSubHeader span,
#addNewPaymentOption #newCardType,
#addNewPaymentOption #newCardNumber,
#addNewPaymentOption #newExpirationDate .dropdownSmall{
	font-size: 15px;
	font-family:'Gotham Thin';
	font-weight:bold;
	color:#454545;
}
#addNewPaymentOption #newCardType,
#addNewPaymentOption #newCardNumber,
#addNewPaymentOption #newExpirationDate .dropdownSmall{
	width: 570px;
	height:48px;
	padding: 10px;
	box-sizing:border-box;
}
#addNewPaymentOption #newCardType,
#addNewPaymentOption #newExpirationDate .dropdownSmall{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	vertical-align: middle;
    background: url(../images/account/tr_addval_select_arrow.png) no-repeat 98% 50%;
}

.paypal-loader{
	background: rgba(255,255,255,0.8) url(../images/pmp_imgs/pmp_search_loader.gif) 50% 30% no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: none;
    z-index: 199;
}
.billing-item .card-info .card-details {
	width: 130px;	
}

#addNewPaymentOption #newExpirationDate .dropdownSmall::-ms-expand {
	display:none;
}
#addNewPaymentOption  .commonFormField .card-image img { 
    height: 38px;
	width: 60px;
	vertical-align: middle;
}

#addNewPaymentOption  .commonFormField .card-image img.paypal-card-image { 
    height: 31px;
	width: 79px;
}

#addNewPaymentOption #newExpirationDate .dropdownSmall{
	width:275px;
}
#addNewPaymentOption #expirationYear{
	margin-left: 12px;
}
#addNewPaymentForm #newCardType.dropdownLong.disabled {
	background-color: #eeeeee;
	color: #777777;
}
#addNewPaymentForm .commonFormField .card-image {
    display: inline-block;
}
.commonSubContainer {
	background: #f8f8f8;
	border: 1px solid #ededed;
	padding: 10px;
	margin-bottom: 15px;
}
.commonSubContainerHeader {
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
}
.common-info-panel {
	padding: 15px 15px;
}
.common-info-header {
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 14px;
}
ul.common-info-links {
	display: block;
	margin: 0 0 25px 0;
}
ul.common-info-links li {
	display: block;
	margin-bottom: 5px;
	text-decoration: underline;
	-moz-text-decoration-color: #5799cd;
	text-decoration-color: #5799cd;
}
.common-info-text {
	line-height: 20px;
}
.info-text-with-icon  span{ display: inline-block; vertical-align: top; }
.info-text-with-icon .common-info-text { margin-left: 5px; width: 155px; margin-top: -2px; }
.common-info-text a, ul.common-info-links li a {
	color: #5799cd;
}
.common-info-text a:hover, ul.common-info-links li a:hover {
	text-decoration: underline;
}
.purchaseHistory .commonFrame .commonFrameContent {
	padding: 10px 10px 5px;
}
.common-search-container {
	margin-bottom: 10px;
	position: relative;
}
.common-search-container label {
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
}
.common-nodata-panel {
	color: #5c5c5c;
	margin-bottom: 10px;
}
.row-seperator { height: 10px; }
/* ************** form styles ************** */

#verification-provider-div .addressy-user-address {
	margin: 30px 0;
}

.commonFormContainer .commonFormTitleText {
	font-size: 16px;
	font-weight: bold;
	margin-left: -2px;
	word-wrap: break-word;
}
.commonFormContainer .commonFormSubTitleText {
	font-size: 12px;
	font-weight: bold;
}
.commonFormContainer .commonFormInfo, .commonFormContainer .commonFormFieldInfo {
	color: #666666;
}
.commonFormContainer .commonFormMandatoryText {
	font-style: italic;
	font-size: 11px;
}
.commonFormContainer .commonFormSubInfo {
	color: #ababab;
	font-size: 11px;
	margin-bottom: 10px;
}
.commonFormContainer .commonFormField {
	margin-bottom: 15px;
}
.commonFormContainer .commonFormDataField {
	margin-bottom: 5px;
}
.commonFormContainer .commonFormInlineField {
	position: relative;
	width: 100%;
	display: inline-block
}
.commonFormContainer .stepField {
	float: left;
	display: inline-block;
	margin-right: 10px;
}
.commonFormContainer label {
	font-weight: bold;
	color: #454545;
	padding-bottom: 2px;
	margin-right: 10px;
}
.commonFormContainer .commonFormLabel {
	display: block;
}
.commonFormContainer .label-image {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 0px;
}
.commonFormContainer .commonFormLabel img {
	width: 16px;
	height: 16px;
}
.commonFormContainer .optionalText {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
.commonFormContainer .subOptionalText  {
	font-size: 11px;
	font-weight: normal;
}
.commonFormMessage { font-size: 11px; margin-top: 2px; font-style: italic; }
.commonFormMessage img { display: inline-block; margin-right: 2px; width: 16px; height: 16px; }
.commonFormContainer input.textField {
	width: 150px;
	height: 18px;
}
.commonFormContainer input.smallTextField {
	width: 80px;
}
.commonFormContainer input.smallTextField2 {
	width: 110px;
}
.commonFormContainer input.mediumTextField {
	width: 150px;
}
.commonFormContainer input.longTextField {
	width: 277px;
}
.commonFormContainer .dropdownSmall {
	width: 124px;
}
.commonFormContainer .dropdownMedium {
	width: 150px;
}
.commonFormContainer .dropdownLong {
	width: 256px;
}
.dropdownLong.disabled,
.longTextField.disabled {
	background-color: #eeeeee;
	color: #777777;
}
.commonFormContainer input.radioButton, .commonFormContainer input.checkBox {
	margin-right: 5px;
	top: 0px;
	display: inline-block;
    float: left;
    height: 16px;
    width: 16px;
}
.commonFormContainer .radio-checkbox-label {
    font-weight: normal;
    margin-right: 5px;
}
input[type=checkbox] {
     background: url(../images/account/icon-sprite-16.png) no-repeat transparent;
	 background-position: top left;
}
input[type=checkbox]:checked {
     background: url(../images/account/icon-sprite-16.png) no-repeat transparent;
	 background-position: top left;
}
.commonFormContainer input.addressTextField {
	width: 420px;
}
.form-button-panel {
	padding: 7px 0;
}
.commonFormContainer .info-add-edit-panel {
	margin-bottom: 0px;
}
form input.error:focus,form select.error:focus,form textarea.error:focus{
  border:1px solid #FF0000;
}
/* ************** navigatoin styles ************** */
.leftInfoNavigation {
	background: none;
	z-index:1;
	border-right: 1px solid #dddddd;
}
.leftInfoNavigation li.leftInfoNavItem {
	display: block;
}
.leftInfoNavigation li.leftInfoNavItem:hover { 
	background: #f9f7f7; 
	-moz-border-radius:6px 0 0 6px;
	-webkit-border-radius:6px 0 0 6px;
	-html-border-radius:6px 0 0 6px;
	border-radius: 6px 0 0 6px;
}
.leftInfoNavigation li.selected {
	background: #f0efed;
	-moz-border-radius:6px 0 0 6px;
	-webkit-border-radius:6px 0 0 6px;
	-html-border-radius:6px 0 0 6px;
	border-radius: 6px 0 0 6px;
}
.leftInfoNavigation li.leftInfoNavItem a {
	color: #3386bf;
	line-height: 35px;
	padding: 0 17px;
	font-size: 14px;
	display: block;
}
.leftInfoNavigation li.selected a {
	color: #464646;
}
/* */
.my-account-tab-nav {
	margin-bottom: 0px;
	height: 32px;
	display: block;
}
.my-account-tab-nav ul {
	display: inline-block;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	height: 31px;
}
.my-account-tab-nav li.my-account-tab-nav-item {
	display: inline;
	float: left;
	margin: 0;
	padding: 5px 20px;
	background: #f6f6f6 url(../images/account/bg/account-tab-bg.png) repeat-x top center;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.my-account-tab-nav li.my-account-tab-nav-item:hover {
	background: #ffffff url(../images/account/bg/account-tab-bg-hover.png) repeat-x top center;
}
.my-account-tab-nav li.selected, .my-account-tab-nav li.selected:hover {
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.my-account-tab-nav li.navtab_rewards.selected a,  
.my-account-tab-nav li.navtab_rewards.selected:hover a,  
.my-account-tab-nav li.navtab_rewards.selected a:hover {
	color: #c60070;
}
.my-account-tab-nav li a {
	color: #655e58;
	display: inline-block;
	line-height: 20px;
	text-decoration: none;
	font-size: 14px;
}
.my-account-tab-nav li.selected a, .my-account-tab-nav li.selected:hover a, .my-account-tab-nav li.selected a:hover {
	color: #655e58;
}
.my-account-tab-nav li .reward-link { color: #c60070; }
/* */ 
.content-search {
	display: inline-block;
	width: 200px;
}
.content-search ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	display: inline-block;
	height: 26px;
}
.content-search li {
	display: inline;
	background: transparent url(../images/account/bg/search-bg.png) no-repeat top center;
	float:left;
	height: 100%;
}
.content-search li.left-edge, .content-search li.right-edge {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 7px;
}
.content-search li.left-edge {
	background-position: left top;
}
.content-search li.right-edge {
	background-position: right top;
}
.content-search li a {
	display: inline-block;
	margin: 4px 0 0 5px;
}
.content-search li img {
	width: 16px;
	height: 16px;
}
.content-search input.mediumTextField {
	border: none;
	height: 15px;
	margin-top: 3px;
}
/* ************** popover styles ************** */
#blanket {
	z-index: 9001;
	position: absolute;
	background-color: #111;
	width: 100%;
	top: 0px;
	left: 0px;
	opacity: 0.65;
	filter:  alpha(opacity=65);
}
#confirmationAlertDiv {	
	top: 50% !important;
    left: 50% !important;
    margin: -100px 0 0 -250px;
}
#popUpDiv, #popUpDiv1, #popUpDiv2,#loadingPopup,#addNewBillingAddressDiv,#confirmationAlertDiv{
	z-index: 9002;
	position: absolute;
	background-color: transparent;
	width: 500px;
	min-height: 200px
}
.popover-frame {
	position: relative;
	width: 500px;
}
.popover-close {
	position: absolute;
	top: -3px;
	right: -3px;
	width: 24px;
	height: 24px;
	z-index: 11111;
}
.popover-close a {
	background: transparent url(../images/account/close.png) no-repeat 0 0;
	width: 24px;
	height: 24px;
	display: inline-block;
}
.popover-frame .top, .popover-frame .center, .popover-frame .bottom {
	position: relative;
}
.popover-frame .top, .popover-frame .bottom {
	height: 12px;
}
.popover-frame .topLeft, .popover-frame .topRight, .popover-frame .bottomLeft, .popover-frame .bottomRight {
	height: 12px;
	width: 12px;
	position: absolute;
}
.popover-frame .topBg, .popover-frame .bottomBg {
	height: 12px;
}
.popover-frame .centerLeft, .popover-frame .centerRight {
	width: 12px;
	height: 100%;
	position:absolute
}
.popover-frame .topBg, .popover-frame .centerBg, .popover-frame .bottomBg {
	margin: 0 12px;
}
.popover-frame .topLeft {
	top: 0px;
	left: 0px;
	background: transparent url(../images/account/popover-corners.png) no-repeat top left;
}
.popover-frame .topRight {
	top: 0px;
	right: 0px;
	background: transparent url(../images/account/popover-corners.png) no-repeat top right;
}
.popover-frame .bottomLeft {
	bottom: 0px;
	left: 0px;
	background: transparent url(../images/account/popover-corners.png) no-repeat bottom left;
}
.popover-frame .bottomRight {
	bottom: 0px;
	right: 0px;
	background: transparent url(../images/account/popover-corners.png) no-repeat bottom right;
}
.popover-frame .topBg {
	background: transparent url(../images/account/popover-vertical.png) repeat-x top center;
}
.popover-frame .bottomBg {
	background: transparent url(../images/account/popover-vertical.png) repeat-x bottom center;
}
.popover-frame .centerLeft {
	background: transparent url(../images/account/popover-horizontal.png) repeat-y left center;
	top: 0px;
	left: 0px;
}
.popover-frame .centerRight {
	background: transparent url(../images/account/popover-horizontal.png) repeat-y right center;
	top: 0px;
	right: 0px;
}
.popover-frame .centerBg {
	background: #ffffff;
}
.popover-content {
	padding: 5px;
}
.popover-button-panel {
	text-align:center;
	padding: 10px 0
}
/* ************** datagrid styles ************** */
/* swap menu css */
#p7swapmenu {
	position: relative;
}
#p7swapmenu ul {
	margin: 0px;
	padding: 0px;
}
#p7swapmenu li {
	list-style-type: none;
}
#p7swapmenu .closed a.expand-collapse-icon, #p7swapmenu .open a.expand-collapse-icon {
	display: inline-block;
	text-decoration: none;
	width: 16px;
	height: 16px;
}
#p7swapmenu .closed a.expand-collapse-icon {
	background-image: url(../images/account/expand-16x16.png);
}
#p7swapmenu .open a.expand-collapse-icon {
	background-image: url(../images/account/collapse-16x16.png);
}
.closed .expand-collapse-panel {
	border-bottom: 1px solid #e7e6e4;
}
.open .expand-collapse-panel {
	background: #dfe7f0;
}
.grid-data-row-content {
	display:block;
	border: 1px solid #dfe7f0;
	padding: 10px;
}
/* Datagrid */
.main-grid-container {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.grid-content-panel { border: 1px solid #e7e6e4; border-bottom: none; }
.grid-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
}
.grid-header-row {
	background: #464646;
}
.grid-header-inner-column {
	line-height: 24px;
	position: relative;
	white-space: nowrap;
	padding: 0 10px;
	overflow: hidden;
}
.grid-header-text {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.grid-header-row.white-header {
	background: #ffffff;
}
.grid-purchase-history .column-sr-no {
	width: 30px;
}
.grid-purchase-history .column-date {
	width: 100px;
}
.grid-purchase-history .column-order-no {
	width: 125px;
}
.grid-purchase-history .column-status {
	width: 125px;
}
.grid-purchase-history .column-location {
	width: 165px;
}
.grid-purchase-history .column-price {
	width: 65px;
}
.grid-purchase-history .column-quantity {
	width: 65px;
}
.grid-data-row {
	background: transparent;
	padding: 0px;
	height: auto;
	vertical-align: top;
}
.grid-cell-column {
	overflow: hidden;
}
.grid-cell-inner-column {
	padding: 6px 10px;
	line-height: 16px;
	position: relative;
}
.grid-cell-text {
	white-space: normal;
	word-wrap: break-word;
}
.grid-data-row a {
	color: #454545;
	text-decoration: underline;
}
.grid-data-row a:hover {
	color: #000000;
	text-decoration: none !important;
}
/* ------- */
.order-details .column-prod-desc {
	width: 55%;
}
.order-details .column-sku {
	width: 12%;
	text-align: center;
}
.order-details .column-quantity {
	width: 11%;
	text-align: center;
}
.order-details .column-price,
.order-details .column-total {
	width: 12%;
	text-align: right;
}
.strong-label {
	font-weight: bold;	/* Bill - didn't want to arbitrarily add bold to all common-item-details-label */
}

/* ************** groupitems styles ************** */
/* styles for purchase history items */
.purchase-history-main-container {
	position: relative;
	overflow: hidden;
}
.order-detail-link-panel, .tracking-number-panel {
	margin-bottom: 10px;
}
.order-detail-link-panel a, .tracking-number-panel a {
	text-decoration: underline;
}
.order-detail-link-panel ul {
	display: block;
}
.order-detail-link-panel li {
	border-right: 1px solid #cdcdcd;
	display: inline-block;
	margin-right: 7px;
	padding-right: 10px;
	color: #444444
}
.order-detail-link-panel .order-detail-label {
	display: inline-block;
	margin-right: 5px;
	font-weight: bold;
}
.tracking-number-panel .tracking-label {
	font-weight: bold;
	margin-right: 5px;
}
.common-item-main-container {
	overflow: hidden;
}
.common-item-panel {
	position: relative;
	margin-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	min-height: 80px;
	padding-bottom: 10px;
}
.common-item-panel .common-item-image {
	position: absolute;
	width: 80px;
	height: 75px;
	top: 2px;
	left: 0;
	border: 1px solid #b7b7b7;
}
.common-item-panel .common-item-image img {
	width: 80px;
	height: 75px;
}
.common-item-panel .common-item-review {
	position: absolute;
	width: 150px;
	height: 20px;
	right: 0;
	top: 0;
	text-align: center;
}
.common-item-panel .common-item-review img {
	height: 16px;
	width: 16px;
	margin-right: 5px;
}
.common-item-panel .common-item-review a {
	font-weight: bold;
}
.common-item-panel .common-item-info {
	margin-left: 90px;
	margin-right: 160px;
}
.common-item-panel .common-item-info > div {
	margin-bottom: 7px;
}
.common-item-panel .common-item-name {
	font-size: 13px;
	font-weight: bold;
}
.common-item-panel .common-item-details {
	color: #727272;
}
.common-item-panel .common-item-details ul {
	display: block;
	position: relative;
	list-style-type: none;
}
.common-item-panel .common-item-details li {
	display: inline;
	border-left: 1px solid #dcdcdc;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
}
.common-item-panel .common-item-details li:first-child {
	border: none;
	margin: 0;
	padding: 0;
}
.common-item-panel .common-item-details-label:after {
	content: ' :';
	font-weight: bold;
	margin-right: 5px;
}
.common-item-panel .common-other-details {
	color: #333333;
}
.common-item-panel .common-other-details ul {
	display: block;
	list-style-type: none
}
.common-item-panel .common-other-details li {
	display: inline;
	margin-right: 15px;
}
.common-item-panel .common-other-details li img {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
/* styles for order detail items */
.order-detail-two-column {
	margin-bottom: 10px;
}
.order-detail-two-column ul {
	display: block;
}
li.order-detail-column {
	display: inline-block;
	width: 333px;
	vertical-align: top;
}
li.left-column {
	margin-left: 0px;
}
li.right-column {
	margin-left: 3px;
}
.order-detail-box {
	border: 2px solid #b0b0b0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-html-border-radius:4px;
	border-radius: 4px;
	margin: 7px 5px;
}
li.order-detail-column .order-detail-box {
	height: 130px;
}
.order-detail-border {
	border-top: 1px dashed #cccccc;
	display: block;
	height: 25px;
	margin: 0 10px;
}
.order-detail-box li.order-detail-column {
	width: 320px;
}
.order-detail-box li.right-column {
	margin-left: 16px;
}
.order-detail-info-panel {
	position: relative;
	padding: 7px;
}
.order-detail-info-panel .order-detail-info-image {
	position: absolute;
	width: 40px;
	height: 40px;
	top: -7px;
	left: -7px;
}
.order-detail-info-panel .order-detail-info-image img {
	width: 40px;
	height: 40px;
}
.order-detail-info-panel .order-detail-info-content {
	margin-left: 40px;
}
.order-detail-info-panel .order-detail-info-content div {
	margin-bottom: 2px;
}
.order-detail-info-panel .order-detail-info-header {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px !important;
}
.order-detail-info-panel .order-detail-info-sections {
	margin-bottom: 10px !important;
}
.order-detail-info-panel .order-detail-info-sections span {
	margin-right: 5px;
}
.order-detail-info-panel .cust-name {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}
.shipped-items-container .order-detail-info-header {
	margin-top: -5px;
}
.shipped-items-container .tracking-number-panel {
	margin: 10px 0;
}
.shipped-items-container .tracking-number-panel a {
	color: #006699;
}
.shipped-items-container .common-item-panel { border: none; padding: 0; margin: 5px 0}
.shipped-items-container .common-item-info {
	margin-right: 0px;
}
/* -------------------------- */
.order-summary-main-container li.order-detail-column {
	width: 290px;
}
.order-summary-panel {
	position: relative;
}
.order-summary-panel h2 {
	font-size: 14px;
	margin-bottom: 5px;
}
.order-summary-panel > div {
	margin-bottom: 5px !important;
}
.order-summary-attributes .attribute-label, .order-summary-attributes .attribute-value {
	display: inline-block;
	margin-right: 15px;
}
.order-summary-attributes .attribute-label {
	width: 160px;
}
.order-summary-attributes .attribute-value {
	width: 100px;
	float:right;
	text-align: right;
}
.order-summary-attributes .off-value { color: #1c8e14; }
.attribute-total {
	font-weight: bold;
	margin-top: 20px;
}

/* ************** icons styles ************** */
/* */
.icon-sprite-40 {
	background: transparent url(../images/account/icon-sprite-40.png) no-repeat;
	display: inline-block;
	width: 40px;
	height: 40px;
}
/* updated css file with purchase history and myinfo */
/* newly added styles */
#errorMessageText{
	color: #D63301 !important;
}
.feedback.valid {
    color: #00A363;
}
.feedback {
    font-weight: bold;
    margin-left: 16px;
}
.feedback.invalid {
    color: red;
}
.errorFocus{
	border: 1px solid red;
}
.welcome-msg-content{
	width: 75%;
	margin:0 5px;
}
.header_yes2you{
	float: right;
	padding-top:50px;
}
#error.reward-error{
	margin:10px 0;
}
.myInfo_err_display #error_display {
	border: 1px solid red;
	background: rgb(255, 213, 213);
}
.myInfo_err_display #error_display li {
	margin-left: 25px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.myInfo_err_display #error_display p {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
#rightContainer3 .disabled{
	opacity : 0.5;
	cursor : default;
}
#popupButton button.primary-button.disabled{
	opacity : 0.5;
	cursor : default;
}
#rightContainer3 .houseHoldIncomeDiv{
	margin: 15px;
	font-size: 16px;
}
#rightContainer3 .houseHoldIncomeDiv input{
	margin-right: 0;
	padding: 5px;
}
#rightContainer3 .houseHoldIncomeDiv .kls_sub_currency{
	vertical-align: bottom;
}
#rightContainer3  .existingHouseHoldIncome{
	display: none;
}
/* Start: Marketplace Story #602: diplaying FAQ link for OtherSeller Items if Order has atleast One MP item in Order*/
.common-info-panel .mp-info-panel,.order-detail-info-sections div>ul.mp-info-panel{margin:0px !important;}
/* End: Marketplace Story #602: diplaying FAQ link for OtherSeller Items if Order has atleast One MP item in Order*/
/* Start: Fix for COD-1218 */
#addressBookForm .ma-save-address-loader, #editAddressBookForm .ma-save-address-loader{
	position: relative;
	width: 124px;
    height: 30px;
    float:left;
	text-align: center;
	margin-right: 10px;
}
#addressBookForm .ma-save-address-loader img, #editAddressBookForm .ma-save-address-loader img{
	margin: 7px 0;
}
/* End: Fix for COD-1218 */
/* Start : show password  */
#accountPasswordEditForm .commonFormContainer label.showPwd,
#aboutMeEditForm .commonFormContainer label.showPwd {
	width: 283px;
}
#accountPasswordEditForm .showPassField,
#aboutMeEditForm .showPassField {
	float: right;
}
#accountPasswordEditForm .showPassword,
#aboutMeEditForm .showPassword {
	text-decoration: underline;
	color: #000;
}
#accountPasswordEditForm .showPassword:hover,
#aboutMeEditForm  .showPassword:hover {
	text-decoration: none;
}
#accountPasswordEditForm .showPassword::before,
#aboutMeEditForm .showPassword::before {
    content: "Show ";
}
#accountPasswordEditForm .showPassword.showpassword-enable::before, 
#aboutMeEditForm .showPassword.showpassword-enable::before {
    content: "Hide ";
}
#accountPasswordEditForm .cancel-button:focus,
#aboutMeEditForm .cancel-button:focus { 
	outline:none;
}
#accountPasswordEditForm input[type='text'].placeHolderCss,
#aboutMeEditForm input[type='text'].placeHolderCss {
    color: #A3A0A0;
    font-style: italic;
    padding-left: 10px; 
}
#aboutMeEditForm #aboutMeVerifyPassword {
	margin-top: 20px;
}
/* End : show password  */

.houseHoldIncomeDiv .annual-gross-income-label, label.expiration-month-label, label.expiration-year-label, label.addNewPaymentexpirationMonth, label.addNewPaymentexpirationYear {
	position: absolute;
	left: -100%;
}