/*************** Global Settings ***************/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#454545;
}
div, td, p {
	font-size: 12px;
}
p {
	margin-bottom: 2px;
}
img { vertical-align: middle; }
/***** Default Links *****/

a {
	color: #3386bf;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #1e74b0;
}
/***** 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;
}
body input, body select {
	padding: 2px;
}
button {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	width:98%;
	line-height:1.25;
	padding: 3px;
	height: 60px;
}
fieldset {
	border: solid 1px #d8d8d8;
	background: #ffffff;
	padding: 0 15px 10px 15px;
	margin-bottom:10px;
}
fieldset legend {
	font-size: 13px;
	font-weight: bolder;
	color: #454545;
	padding: 0 2px 6px 1px;
}
/* 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;
}
.invisible {
	visibility: hidden;
}
.visible {
	visibility: visible;
}
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;
}
.bold-info { font-weight: bold; }
/* ************** structural application level styles ************** */
#mainScreen {
	width: 985px;
	margin: 0 auto;
	background: #FFF;
}
.pageHeader { 
	height: 171px; 
	background: #f0efed;
	border-bottom: 1px solid #d8d8d8;
}
.pageHeader .header-content {
	width: 935px;
	margin: 0 25px;
}
.pageHeader .header-banner { height: 140px;}
.welcome-text { padding-top: 50px; }
.welcome-text h1 { font-size: 36px; }

.mainContainer {
	padding-top: 16px !important;
	width: 950px;
	margin: 0 25px;
}
.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;
}
.twoColLayout .rightColumn {
	width: 710px;
}
/* ********************************************************* */
.commonFrame {
	border: 1px solid #e7e6e4;
	margin-bottom: 20px;
}
.commonFrame .commonFrameHeader {
	background: #f0efed;
	border-bottom: 1px solid #e7e6e4;
	padding: 8px 20px;
	position: relative;
}
.commonFrame .commonFrameHeaderText {
	color: #464646;
	font-size: 16px;
}
.commonFrame .commonFrameSubHeader {
	font-weight: bold;
}
.commonFrame .commonFrameHeaderAction {
	position: absolute;
	right: 17px;
	top: 11px;
}
.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
}
.commonFrame .commonFrameHeaderAction a.action-back-link,
.commonFrame .commonFrameHeaderAction a.action-back-link:hover {
	background: none;
	border: none;
	font-weight: normal;
    padding: 0;
}
/* *************************************************************** */
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: #fad2d3;
	border: 1px solid #ff1111;
	padding: 5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-html-border-radius:4px;
	border-radius: 4px;
}
.alertMessage, .alertMessage li, .alertMessage span {
	color: #fe0000 !important;
	font-size: 12px !important;
}
.alertMessage .alertMessageIcon {
	background: url(../images/account/icon-sprite-16.png) no-repeat transparent;
	background-position: -48px 0;
	width: 16px;
	height: 16px;
}

.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 {
}
.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 11px 11px 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;
}
.info-add-edit-panel li.billing-item {
	height: 115px;
}
.cust-info-container {
	position: relative;
	padding: 13px;
}

.cust-address-info {
	padding: 20px;
}
/*.cust-info-container .cust-name, .cust-info-container .cust-address {
	 margin-bottom: 10px;
}
.billing-item .cust-info-container .cust-name, .billing-item .cust-info-container .cust-address {
	margin-bottom: 2px;
}
.cust-info-container .cust-phone {
	margin-bottom: 10px;
}*/
.cust-info-container .cust-name {
	font-weight: bold;
	font-size: 14px;
}
.cust-info-container .cust-address span {
	display: block;
	/* margin-bottom: 2px;*/
}
.cust-info-container .primary-label {
	font-weight: bold;
	margin-bottom: 15px;
}
.cust-info-container .primary-label img {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 2px;
}
.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:last-child a {
	border-right: 1px solid #ffffff;
	margin-right: 0px;
	padding-right: 0px;
}

.cust-info-container .primary-add-link {
	margin-bottom: 15px;
}
.cust-info-container .primary-add-link a {
	/*color: #8f8f8f;*/
}
.cust-info-container .primary-add-link a:hover {
	/* color: #333333; */
}
.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;
}
.billing-item .add-new-container .add-new-icon {
	margin-top: 35px;
}
.add-new-container .add-new-icon a {
	display: inline-block;
}
.add-new-container .add-new-link {
	margin-top: 5px;
}
.add-new-container .add-new-link a {
	/*font-weight: bold;*/
}
.card-info {
	position: relative;
	margin-bottom: 15px;
}
.card-info .card-image {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
.card-info .card-image.card-container {
	border-radius: 1px;
	border: solid 0.5px #979797;
	margin-right: 4px;
}
.card-info .card-image img {
	width: 45px;
	height: 28px;
}
.card-info .card-details {
	display: inline-block;
	width: 135px;
}
.card-info .card-type {
	font-weight: bold;
	color:#565656;
}
.card-info .card-number {
	overflow-wrap: break-word;
    word-wrap: break-word;
	margin-right: 7px;
}
.card-info .card-expired {
	color: #e91c2c;
}
.commonSubContainer {
	background: #f8f8f8;
	border: 1px solid #ededed;
	padding: 10px;
	margin-bottom: 15px;
}
.commonSubContainerHeader {
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
}
.common-info-panel {
	margin-top: 0px;
	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;
	/* Start: Marketplace Story #602: diplaying FAQ link for OtherSeller Items if Order has atleast One MP item in Order*/
	text-decoration: underline;
	-moz-text-decoration-color: #5799cd;
	text-decoration-color: #5799cd;
	/* Start: Marketplace Story #602: diplaying FAQ link for OtherSeller Items if Order has atleast One MP item in Order*/
}
.common-info-text {
	line-height: 20px;
}
.info-text-with-icon { }
.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;
	margin-right: 2px !important;
}
.common-search-container .stepField { margin-right: 15px !important; }
.common-search-container select { width: 125px; padding: 4px;}
.common-nodata-panel {
	color: #5c5c5c;
	margin-bottom: 10px;
}
.row-seperator { height: 10px; }
/* ************** form styles ************** */
.commonFormContainer {
}
.commonFormContainer .commonFormTitleText {
	font-size: 16px;
	font-weight: bold;
	margin-left: -2px;
}
.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: 250px;
}
.commonFormContainer .dropdownSmall {
	width: 124px;
}
.commonFormContainer .dropdownMedium {
	width: 150px;
}
.commonFormContainer .dropdownLong {
	width: 256px;
}
.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;
}

.commonFormField .card-image {
	display: inline-block;
}
.commonFormField .card-image img {
	height: 22px;
	width: auto;
	vertical-align: sub
}
.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 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: 165px;
}
.search-error-box { border: 1px solid #fe0000; }
.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-top: 1px;
    padding: 4px 4px 4px 10px;
	border-left: 1px solid #cccccc;
	background: #f9f9f9;
	line-height: 0;
}
.content-search li img {
	width: 16px;
	height: 16px;
}
.content-search input.mediumTextField {
	border: none;
	margin-top: 3px;
	width: 110px;
}
/* ************** popover styles ************** */
#blanket{
	z-index: 9001;
	position: absolute;
	background-color: #111;
	width: 100%;
	top: 0px;
	left: 0px;
	opacity: 0.65
}
#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
}
/*.popover-button-panel button {
	font-size: 12px;
	font-weight: bold;
	margin: 0 2px;
	padding: 5px 15px;
}*/
/* ************** 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: #f0efed;
	border-top: 1px solid #e7e6e4;
	border-bottom: 1px solid #e7e6e4;
}
.grid-data-row-content {
	display:block;
	/* padding: 10px; */
}
/* Datagrid */
.main-grid-container {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.grid-content-panel { border: 1px solid #e7e6e4; border-bottom: none; }
.shipped-items-container .grid-content-panel { border: 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: 100px;
	/* text-align: right;*/
}
.grid-data-row {
	background: transparent;
	padding: 0px;
	height: auto;
	vertical-align: top;
}
.grid-cell-column {
	overflow: hidden;
}
.grid-cell-inner-column {
	padding: 5px 10px;
	line-height: 16px;
	position: relative;
}
.grid-cell-text {
	white-space: normal;
	word-wrap: break-word;
}
.grid-data-row a {
	/* color: #454545; */
	color: #3386bf;
}
/* [ATG-5993] */
.grid-data-row a:visited {
	/* color: #454545; */
	color: #3386bf;
}
.grid-data-row a:hover {
	text-decoration: underline;
}
/* ------- Mingle #2561 */
.purchaseHistory.orderDetail .order-details td.column-prod-desc {
	overflow: visible;
}
.common-item-panel .common-item-info > div.common-item-details {
  width: 570px;
}
/* ------- */
.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 {
	width: 12%;
	text-align: left; /* mingle 2581 */
}
.order-details .column-total {
	width: 12%;
	text-align: left; /* mingle 2581 */
}

/* ************** groupitems styles ************** */
/* styles for purchase history items */
.purchase-history-main-container {
	position: relative;
	overflow: hidden;
}
.order-detail-link-panel, .tracking-number-panel {
	padding: 10px;
}
.order-detail-link-panel {
	border-bottom: 1px solid #e7e6e4;
}
.order-detail-link-panel a, .tracking-number-panel a {
	color: #3386bf;
}
.order-detail-link-panel a:hover, .tracking-number-panel a:hover {
	text-decoration: underline;
}
.order-detail-link-panel ul {
	display: block;
}
.order-detail-link-panel li {
	border-right: 1px solid #000000;
	display: inline-block;
	margin-right: 7px;
	padding-right: 10px;
	color: #444444;
	line-height: 12px;
}
.order-detail-link-panel li:last-child { border: none; }

.last_guest_order_login_scs{border: none !important;}

.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;
	padding: 10px 10px 0 10px; 
	border-bottom: 1px solid #e7e6e4;
}
.common-item-panel {
	position: relative;
	margin-bottom: 10px;
	min-height: 75px;
	padding-bottom: 10px;
}
.common-item-panel .common-item-image {
	position: absolute;
	width: 75px;
	height: 70px;
	top: 2px;
	left: 0;
	border: 1px solid #b7b7b7;
}
.common-item-panel .common-item-image img {
	width: 75px;
	height: 70px;
}
.common-item-panel .common-item-review {
	position: absolute;
	width: 120px;
	height: 20px;
	right: 0;
	top: 0;
	text-align: right;
}
.common-item-panel .common-item-review img {
	height: 16px;
	width: 16px;
	margin-right: 5px;
	display: none;
}
.common-item-panel .common-item-review a {
	/* font-weight: bold;*/
	color: #3386bf;
}
.common-item-panel .common-item-info {
	margin-left: 85px;
	margin-right: 120px;
}
.common-item-panel .common-item-info > div {
	margin-bottom: 7px;
}
.common-item-panel .common-item-name {
	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 #000000;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	line-height: 12px;
}
.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;
}
.strong-label {
	font-weight: bold;	/* Bill - didn't want to arbitrarily add bold to all common-item-details-label */
}
.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 */
.orderDetail .order-detail-link-panel {  padding: 0 0 10px; }
.order-detail-two-column {
	margin-bottom: 10px;
}
.order-detail-two-column ul {
	display: block;
}
li.order-detail-column {
	display: inline-block;
	width: 330px;
	vertical-align: top;
}
li.left-column {
	margin-left: 0px;
}
li.right-column {
	margin-left: 3px;
}
.order-detail-header { font-size: 14px;  margin-bottom: 10px; }
.order-detail-header .suffix { font-size: 12px;}
.order-detail-box {
	border: 1px solid #e7e6e4;
	margin-bottom: 10px;
	/*-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 {
	min-height: 120px;
}
li.order-detail-column .order-detail-box span {
	word-wrap: break-word;
}
.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: 10px;
}
.order-detail-info-panel .order-detail-info-image {
	/* position: absolute;
	width: 40px;
	height: 40px;
	top: -7px;
	left: -7px;*/
	display: none;
}
.order-detail-info-panel .order-detail-info-image img {
	width: 40px;
	height: 40px;
}

.order-detail-info-panel .order-detail-info-header {
	font-size: 14px;
	margin-bottom: 10px !important;
}
.order-detail-info-panel .order-detail-info-sections {
	margin-bottom: 5px !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;
}
.vgc-email-to{
	width: 295px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.vgc-message{
    word-wrap:break-word;
    width:200px;
    float:left;
}
.shipped-items-container .order-detail-info-header {
	margin-top: -5px;
}
.shipped-items-container .tracking-number-panel {
	margin: 0px;
	padding: 7px;
}
.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: 330px;
}
.order-summary-panel {
	position: relative;
}
.order-summary-panel h2 {
	font-size: 14px;
	margin-bottom: 5px;
}
.order-summary-panel > div {
	margin-bottom: 3px;
}
.order-summary-attributes .attribute-label, .order-summary-attributes .attribute-value {
	display: inline-block;
	margin-right: 15px;
	text-align: right;
}
.order-summary-attributes .attribute-label {
	width: 230px;
}
.order-summary-attributes .attribute-value {
	width: 80px;
	float:right;
	text-align: right;
	margin-right: 0px;
}
/* Start: stylings for COD-1190 */
.order-summary-attributes .green_text {
	color: #95c96f;
}
.order-summary-attributes .blue_text {
	color: #4ab6ee;
}
/* End: stylings for COD-1190 */
.order-summary-attributes .off-value { color: #1c8e14; }
.attribute-total {
	font-weight: bold;
	font-size:14px;
	 margin-bottom: 15px !important;
}
.shipingsurcharge_group span.citylabel span{
    color: #acacac;    
}
/* ************** icons styles ************** */
/* */
.icon-sprite-40 {
	background: transparent url(../images/account/icon-sprite-40.png) no-repeat;
	display: inline-block;
	width: 40px;
	height: 40px;
}
/* ************************************************* */

#ajax-busy {
 background-image: url("../fancybox/fancy_loading.png");
    display: none;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 99999999999;
}

.pagination-toolbar { margin: 10px 0; padding-top: 7px;}
.pagination-toolbar a { 
 	background: #ffffff; 
	color: #3386bf;
	border: 1px solid #d1d1d1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-html-border-radius:3px;
	border-radius: 3px;
	margin-right: 5px;
    padding: 6px 10px 5px;
}
.pagination-toolbar a.selected { background: #efefed; }



/*Related to Order Tracking Number*/
.order-tracking-Number {
    border: 1px solid #e7e6e4;
}
ul.order-tracking-Number_purchaselist li{
	display: block;
    height: 30px;
    overflow: auto;
    position: relative;
	padding:5px;
}
.order-tracking-Number  span.order-tracking-Number_purchase_link{
	position: absolute;
    width: 43px;
	height: 30px;
	background:url("../images/account/tracking_number_purchase_img.png") no-repeat;
	background-position:12px -1px;
}
.order-tracking-Number  a#packingslip_scs{
	padding-left:50px;
}
ul.order-tracking-Number_purchaselist li a {
    color: #000000;
    text-decoration: underline;
}
ul.order-tracking-Number_purchaselist li  span{
cursor:default;
}
ul.order-tracking-Number_purchaselist li  a span{
	cursor:pointer;
}
div.order-tracking-Number div.tracking-number-panel a span{
	color: #000000;
    text-decoration: underline;
}
/*Related to Order Tracking Number*/

/* defect 6082 */
.twoColLayout .leftColumn a, .twoColLayout .leftColumn span, .purchaseHistory td {
font-size:12px;
}

.purchaseHistory td{
	vertical-align:middle;
}

/*Still have a question*/
div.twoColLayout div.leftColumn .common-info-panel .common-info-header span{
font-size:14px;
}

/*Purchase*/
.twoColLayout .leftColumn .leftInfoNavigation ul li.leftInfoNavItem a span {
    font-size:14px;
}

/*Search Purchases*/
div.common-search-container div.commonFormInlineField div.stepField span{
font-size:12px;
}

/*Order Detail page*/
.commonFrame .commonFrameContent .order-detail-link-panel{
font-size:12px;
}

.commonFrame .commonFrameContent .order-detail-two-column{
font-size:12px;
}
/* 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*/

/*Starts Story APPLP-12*/
.order-detail-info-sections-applp-header{
    font-family: 'Gotham 5r'; 
    font-size:11pt;
    color: #474747
} 
.applp_ptop3{
	padding-top: 3px;
}
/*Ends Story APPLP-12*/
/* Start: manage order css */
.orderTrackingUI a.manage_order_active{
	background:#ffffff;
    width: 150px;
    height: 40px;
    padding: 10px 15px;
    color: #373737;
    text-align: center;
    line-height: 39px;
    text-transform: uppercase;
    font-family: 'Gotham 5r', Helvetica, Arial;
    text-decoration:none;
    font-size: 14px;
    cursor: pointer;
    border:1px solid #373737;
}

.orderTrackingUI .grid-cell-inner-column{
	line-height:40px;
	font-family:'Gotham 4r', Helvetica, Arial;
}

.orderTrackingUI .grid-cell-inner-column .grid-cell-text a{
	color:#464646;
	text-decoration: underline;
}

.orderTrackingUI .grid-header-inner-column{
	line-height:48px;
	font-family:'Gotham 5r', Helvetica, Arial;
}

.orderTrackingUI.grid-header-row td:nth-child(1){
    width:28px;
}
.orderTrackingUI.grid-header-row td:nth-child(2){
   width:105px;
}
.orderTrackingUI.grid-header-row td:nth-child(3){
   width:95px;
}
.orderTrackingUI.grid-header-row td:nth-child(4){
   width:130px;
}
.mol_container{
	width: 1024px;
    margin: 0 auto;
}
.mol_left_container{
	width:260px;
	float:left;
	margin-right: 24px;
}
.mol_header{
  font-family: 'Gotham 5r', Helvetica, Arial;
  font-size: 24px;
  margin-bottom: 20px;
}
.mol_order_details{
	width:233px;
	height:auto;
	border:1px solid #e7e6e4;
	padding:28px 15px;
	background: #f8f8f8;
}
.mol_order_section{
	 padding-bottom: 30px;
}
.mol_total_section{
	padding-bottom: 30px;
}
.mol_order_text,.mol_total_text{
  font-family: 'Gotham 4r', Helvetica, Arial;
  font-size: 15px;
}
.mol_order_date,.mol_total_amt{
  font-family: 'Gotham 5r', Helvetica, Arial;
  font-size: 18px;
  margin-bottom: 10px;
}
.mol_order_section p {
	padding: 0px;
    margin: 0px;
	font-family: 'Gotham 4r', Helvetica, Arial;
	font-size: 12px;
}
.mol_right_container{
	width:740px;
	float: left;
  	margin-bottom: 20px;
	min-height:500px;
}
.mol_order_imagelist{
	padding:0px;
}
.mol_order_image_section{
	padding: 0px;
    width: 230px;
    float: left;
    margin-bottom: 15px;
}
.mol_order_imagelist li {
	float: left;
    margin-right: 10px;
    width: 66px;
    height: 67px;
}
.more_section{
	cursor: auto;
 	float: left;
	width:66px;
	height:67px;
	border:1px solid #ffffff;
	background:#ffffff;
	text-align:center;
	box-sizing: border-box;
}
.more_section ul li:first-child {
    
}
li.more_section span{
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: #95c96f;
    display: inline-block;
    margin: 24px 2px 0;
}
.more_text{
	font-family: 'Gotham 5r', Helvetica, Arial;
	font-size: 14px;
}
.view_order {
    text-align: center;
}
.view_order a{
	font-family: 'Gotham 4r', Helvetica, Arial;
	font-size: 14px;
	color:#000;
	 text-decoration: underline;
}
.free_returns_section {
    float: left;
	padding: 49px 0 36px 0;
    border-bottom: 1px solid #e7e6e4;
    width:100%;
}
.free_returns_img{
	width: 107px;
    height: 107px;
	background:url('../images/free_returns.png');
	margin-right: 20px;
}
.free_returns_img,.free_returns_desc{
	float:left;
}
.free_returns_desc{
	width:266px;
	margin-right: 51px;
}
.free_return_row1{
	font-family: 'Gotham 5r', Helvetica, Arial;
	font-size: 24px;
}
.free_return_row2{
	font-family: 'Gotham 4r', Helvetica, Arial;
	font-size: 15px;
	line-height: 20px;
}
.bold_text{
	text-transform:uppercase;
	font-family: 'Gotham 5r', Helvetica, Arial;
	font-size: 18px;
}
.learn_more a{
	font-family: 'Gotham 4r', Helvetica, Arial;
	font-size: 15px;
	color: #000;
	text-decoration: underline;
}
.cancel_order_button {
    float: right;
}
.ecard-no-cancel{
    width: 184px;
    text-align: center;
    font-family: 'Gotham 4r';
    color: grey;
    padding: 5px 5px;
    margin: 0 0 0 37px;
}
.cannot-cancel{
	width: 265px;
    text-align: center;
    font-family: 'Gotham 7r';
    letter-spacing: 1px;
}
.cancel_order_active {
    background: #000;
    width: 150px;
    float: left;
    margin: 5px 15px 0 70px;
    height: 40px;
    padding: 0 20px;
	color:#fff;
	text-align:center;
	line-height: 39px;
	text-transform:uppercase;
	font-family: 'Gotham 5r', Helvetica, Arial;
	font-size: 14px;
	cursor: pointer;
}
.cancel_order_noactive, .cancel_order_noactive:hover  {
    background: #fff;
    width: 150px;
    margin: 5px 15px 0 85px;
    height: 40px;
    padding: 0 20px;
	color:#a2a2a2 !important;
	text-align:center;
	line-height: 39px;
	text-transform:uppercase;
	font-family: 'Gotham 5r', Helvetica, Arial;
	font-size: 14px;
	cursor:default;
}
.cancel_order_text {
    width: 196px;
    text-align: center;
    margin: 5px 0px 5px 70px;
    font-size: 13px;
    color: #404040;
    font-family: 'Gotham 4r', Helvetica, Arial;
}

.cancelOrderSubMessage{
	padding: 0px;
	width: 217px;
	text-align: center;
	font-family: 'Gotham 4r', Helvetica, Arial;
	margin: 15px 0px 0px 56px;
	font-size: 12px;
	float: left;
	clear: both;
}

.order_canceled_section {
    border: 1px solid #ccc;
    height: 180px;
    background-color: #fffecb;
    text-align: center;
}
.order_canceled_section h2 {
    margin: 50px 0 0 0;
    font-size: 24px;
    font-family: 'Gotham 4r', Helvetica, Arial;
	background: url("../images/tick_green.png")no-repeat;
	background-position: 79%;
	color : #000000;
}
.order_canceled_section p {
    font-size: 14px;
    font-family: 'Gotham 4r', Helvetica, Arial;
    color: #333329;
    margin-top: 10px;
	margin-left: 15px;
}
.cart_details_section {
    float: left;
	width:inherit;
    padding: 32px 0 0px  0;
}
.cart_details_img,.pickup_date_img{
    margin-right: 20px;
    width: 64px;
    height: 70px;
    float: left;
}
.cart_details_img{
	background:url('../images/kohls_falls.png') no-repeat 0px -13px;
}

.more_section ul {
	margin: 23px 0px -5px 0px;
}

.pickup_date_img{
	background: url('../images/pickby_date.png');
}
.cart_pickup{
	font-family: 'Gotham 4r', Helvetica, Arial;
	font-size: 14px;
}
.cart_store_details{
	font-family: 'Gotham 5r', Helvetica, Arial;
	font-size: 18px;
	text-transform: capitalize;
}
.cart_details_desc{
	float:left;
	margin-right: 35px;
	width:215px;
}
.cart_address{
	margin-left: 35px;
	font-family: 'Gotham 4r', Helvetica, Arial;
	font-size: 14px;
	float:left;
	width:215px;
	
}
.clear{
	clear:both;
}
.pickup_date_section{
	margin-top:40px;
}
.mol_order_imagelist li img{
        width: 66px;
    height: 67px;
}

.todayDealsCancelOrderWCSSolt, .kohlsChargeCancelOrderWCSSolt{
	margin-top: 15px;
	padding: 0;
}


#manage_order_content{
	margin:20px auto;
}
.displaynone{
	display:none;
}
/* End: manage order css */
/*Start: Fix for WPE-410*/
.rightColumn.purchaseHistory .content-search li.left-edge{
	width: 2px;
}
/*End: Fix for WPE-410*/
#mo_pickup_options {
    float: left;
    width: 738px;
}
.alt-storepickup-info-container, .twoColLayout{position:relative;}
.alt-storepickup-container .pickup_header_mo h2 {
    font-weight: normal;
    font-family: 'Gotham 5r';
    font-size: 18px;
    float: left;
    color: #000;
}
.alt-storepickup-container .pick_options_button_mo{
	float: right;
    cursor: pointer;
    background-color: #ffffff;
    width: 190px;
	height:40px;
    border: 1px solid #000;
	color: #000;
    font-size: 14px;
	font-family: 'Gotham 5r';
	text-decoration: none; 
	border-radius: 0px;
	margin-top : -5px;
}
.alt-storepickup-container .pickup_done_button_mo {
    background: #95c96f;
	border: 1px solid #fff;
	color:#fff;
}
.alt-storepickup-container .alt-storepickup-info-mo{
	padding: 35px;
	border: 1px solid #e7e6e4;
}
.alt-storepickup-container .pick_options_state_mo{
	font-size: 14px;
    color: #000;
    font-family: 'Gotham 4r';
    margin-top: 5px;
}
.alt-storepickup-container .alt-pickup-person-mo-container{
	margin-top:0px !important;
}
.alt-storepickup-container .pick_options_state_mo .state_info_mo{
	font-weight: bold; 
    margin-top: 15px;
}
.alt-storepickup-container .disable_pickup_done_button{
	opacity: 0.2;
    background: #ffffff;
    border: 1px solid #000;
    color: #000;
}
.alt-storepickup-container  .mo-pickup-person-section{
	padding-left:0px;
}
.alt-storepickup-container .mo_error_block{
	font-size: 14px;
    padding-top: 5px;
    color: #fe0000;
}
.alt-storepickup-container .mo_error_field{
	border: 1px solid #fe0000 !important;
    padding:1px;
}
.alt-storepickup-container .additional-pickup-person-section .rd-input-field{
	font-size:14px;
}
.alt-storepickup-container .alt-pickup-person-mo-container h4{
	margin:0 0 15px 0 !important;
}
.alt-storepickup-container .pick_options_state_mo .state_info_mo span{
	font-weight:normal;
}
.alt-storepickup-container .mo_pickup_dummy_button{
	visibility: hidden;
}
.alt-storepickup-container .remove_link{margin-top:20px;}
.alt-storepickup-container .remove_altpickup{    
    margin-left: 10px;
    font-size:14px;
    text-decoration: underline;
    color: #000;
    font-family: 'Gotham 5r';}
.remove_altpickup:hover,.view_order a:hover,.more_text:hover{color:#000;}
.remove_img{
	background:url('../images/close_tip_rew.png')no-repeat;
	width: 12px;
    height: 11px;
    display: inline-block;}
#mo_pickup_options label{
	margin:5px 0 10px 0;
}
.cancel_order_active:hover{    
	text-decoration: none;
    color: #FFF;}
.mol_storedetails{width:100%;}
.mol_storedetails hr{
  color: #e7e6e4;}
 #frame{width:auto !important;}  
 .cart_address .storeAddress,.cart_address .storeName{text-transform:capitalize;}
 .bopus_item_pickedup{margin:30px;
font-family: 'Gotham 5r', Helvetica, Arial;
    font-size: 18px;}

.manage-order-details{
	overflow: hidden;
    padding: 17px 10px;
    border: 1px solid #388540;
    color: #388540;
}

.manageOrder{
	font-family: "Gotham 4r";
	font-size: 24px;
	font-weight: 500;
	font-style: normal;
	color: #000000;
	padding: 16px 0px;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 16px;
}

.manage-order-placed{
	width: 258px;
	height: 13px;
	font-family: "Gotham 4r";
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.3px;
	color: #388540;
	margin-bottom: 6px;
}
.upperCase{
	text-transform: uppercase;
}
.new_mol_right_container{
	width: 724px;
	margin-left: 15px;
}
.new-total{
	width: 213px;
    height: 26px;
    font-size: 26px;
	margin-top: 37px;
}
.new-total-amount{
	font-weight: 750;
}

.carousel.ph-carousel{
	position: relative;
	width: 136px;
    margin-bottom: 0px;
    height: 72px;
}
.carousel.ph-carousel .flex-control-nav{
	display: none;
}
.carousel.ph-carousel .flex-viewport{
    width: 136px;
}
.ph-adjust-carousel{
	margin-right: 8px;
}

.ph-adjust-carousel .view_order{
	text-align: center;
    margin-top: 81px;
    width: 160px;
}
.ph-adjust-carousel .flexslider .flex-next{
	right: -45px;
}
.column-status .grid-cell-text{
	font-size: 14px;
}