﻿.align-right
{
	text-align: right;
}
.full-width
{
	width: 100%;
}
.bold
{
	font-weight: bold;
}
.red-text
{
	color: Red;
}
.clear-padding {
    display: block;
    height: 10px;
}
.link-spacing a {
    margin-right: 10px;
}
.two-column-list
{
	width: 100%;
}
.two-column-list .info-row
{
	padding: 5px 0 10px 0;
	clear: both;
	overflow: auto;
}
.two-column-list .balance-row
{
	padding: 5px 0 10px 0;
	clear: both;
	overflow: auto;
}
.two-column-list span.label
{
	float: left;
	width: 40%;
	text-align: left;
	font-weight: bold;
	color: #878787;
}
.two-column-list span.value
{
	float: right;
	width: 60%;
	text-align: left;
	font-weight: bold;
}
.two-column-list span.balanceLabel
{
	float: left;
	width: 60%;
}
.two-column-list span.balanceValue
{
	float: right;
	width: 40%;
}
.paymentInstructions
{
	float: left;
	width: 52%;
	border:solid 1px #878787;
	padding:5px;
}
.paymentArea
{
	float: right;
	width: 45%;
	border:solid 1px #878787;
	background-color:#eee;
	padding:5px;
}
.paymentTotal
{
	float: right;
}
.two-column-list .inquiryLeft
{
	float: left;
	width: 30%;
	padding:5px;
}
.two-column-list .inquiryRight
{
	float: right;
	width: 65%;
	padding:5px;
	text-align:right;
}
.two-column-list .inquiryRightPayment
{
	float: right;
	width: 65%;
	padding: 5px;
}
.two-column-list .inquiryLeftDetails
{
	float: left;
	width: 75%;
	padding:5px;
}
.two-column-list .inquiryRightGray
{
	float: right;
	width: 20%;
	background-color:#eee;
	padding:5px;
}
.two-column-list .inquiryRightDetails 
{
    float: right;
	width: 20%;
	padding:5px;
}
.two-column-list .paymentConfirmLeft 
{
    float: left;
	width: 52%;
	border:solid 1px #878787;
	padding:5px;
}
.two-column-list .paymentConfirmRight 
{
    float: right;
	width: 45%;
	padding:5px;
}
.inquirySubmit
{
	margin-left:500px;
}
.invoice-history
{
	width: 880px;
	margin: 10px auto;
}
.divider-line
{
	width: 100%;
	border-top: dashed 1px #ccc;
	margin-top: 10px;
	font-weight: bold;
	height: 20px;
}
.invoice-history .filters-columns
{
	width: 590px;
}
.invoice-history-info
{
	float: left;
	width: 275px;
	padding:0 0 10px 10px;
	overflow: auto;
}
.modal-terms {
	background:#FFF;
	position:absolute;
	width:725px;
	height:550px;
	border: solid 3px #000;
	padding: 0;
	 
}
.term-conditions-scroll 
{
	width: 725px;
	height: 330px;
	overflow: auto;
	border-bottom: solid 1px #000;
}
.terms-text
{
	padding: 10px;
}
.terms-accept
{
	width: 725px;
	height: 100px;
	background-color: #ccc;
	border-bottom: solid 1px #000;
	text-align: center;
	padding-top: 10px;
}
.terms-check-text
{
	width: 450px;
	margin: 0 auto;
}
.terms-check
{
	width: 30px;
	float: left;
}
.terms-check input
{
	padding-top: 10px;
}
.terms-accept-text
{
	text-align: left;
	font-weight: bold;
}
.terms-decline
{
	padding: 5px;
}
.terms-decline input
{
	font-style: italic;
}
.collector-msg
{
	clear: both;
	background-color: #f5f5f5;
	text-align: left;
	width: 865px;
	padding: 10px 10px 10px 10px;
	margin-top: 5px;
	overflow: auto;
}
.collector-info, .collector-no-access .collector-info
{
	width: 865px;
	text-align: center;
}
.collector-msg .collector-info
{
	background-color: #f5f5f5;
}
.collector-no-access
{
	text-align: center;
	padding: 20px;
	font-weight: bold;
	font-size: larger;
	line-height: 30px;
}
.collector-list-wrap
{
	text-align: center;
}
ul.collector-list
{
	text-align: center;
	margin: 10px auto;
	padding: 0;
	list-style-type: none;

}
ul.collector-list li
{
	display: inline;
	padding: 10px;
	font-weight: normal;
	font-size: 12px;
}

.add-to-cart-popup-close {
	cursor: pointer;
	float:right;
	width:50px;
}
.add-to-cart-popup-close-text
{
    text-decoration:underline;
	font-size: 11px;
}
.add-to-cart-price
{
    color:#005daa;
    font-size:1.17em;
    font-weight:bold;
}
.add-to-cart-ext-price
{
    color:#005daa;
    font-size:16px;
    font-weight:bold;
}
.add-to-cart-qty-price
{
    padding-top:40px;
}
.add-to-cart-product-info
{
    padding:10px 160px 0px 260px;
    margin:0px;
}
.brand-header
{
    color:#4f4f4f;
    font-size:1.17em;
    font-weight:bold;
}
.qty-header
{
    color:#4f4f4f;
    font-size:1.17em;
    font-weight:bold;
    display:block;
    padding-bottom:2px;
}
.add-to-cart-details
{
    float:right;
    width:240px;
    padding-top:10px;
}
.cart-popup-details
{
    list-style:none;
    width:140px;
}
.cart-popup-details li
{
    padding:5px;
    border:solid 1px #929292;
    text-align:center;
    background-color:#efefef;
}
.cart-popup-header-footer
{
    background-color:#7d7d7d !important;
    color:#fff !important;
}
.cart-popup-header-footer a
{
    color:#fff !important;
    text-decoration:underline;
}
.cart-popup-featured-items
{
    margin-left:35px;
}
.cart-popup-main-image
{
    width: 250px; 
    text-align: center; 
    float: left; 
    margin-right: 10px;
}
.featured-items-module
{
    width: 727px; 
    margin-left: 0px;
}
.modal-add-to-cart-heading
{
    text-align:left;
    color:#4f4f4f;
    font-size:1.45em;
    font-weight:bold;
    font-style:italic;
    padding-left:8px;
    padding-bottom:3px;
    border-bottom: 1px solid #EEEEEE;
}
.add-to-cart-popup-links
{
    padding-top:20px;
    width:240px;
}

.quickview-content{
	padding: 2px 5px 0px 5px;
	text-align: left;
	font-size: .92em;
	width: 135px;
	float: left;
	overflow: hidden;
}
.quickview-content .product-name {
	height: 65px;
	overflow: hidden;
}
.quickview-content .brand-name {
	font-size: 12px;
	font-weight: bold;
}

/* AutoComplete styles*/
.autocomplete_completionListElement
{
	margin: 0px !important;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: 'default';
	overflow: auto;
	height: auto;
	text-align: left;
	list-style-type: none;
	padding-left: 1px;
	z-index: 9999;
    position:absolute;
}
 
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
	background-color: #e4e4e4;
	color: #a92121;
	padding: 1px;
	cursor: hand;
}
 
/* AutoComplete item */
.autocomplete_listItem
{
	background-color: window;
	color: windowtext;
	padding: 1px;
}
.account-filters{
    list-style:none;
}
.account-filters li {
    display:inline;
}
.account-filters li .filter-column
{
    float:left;
    padding-right:20px;
    font-size:8pt;
}
.account-filters li .filter-column-middle
{
    float:left;
    width:174px;
    font-size:8pt;
}
.account-filters li .filter-label-70px
{
    float:left;
    width:70px;
}
.account-filters li .filter-label-60px
{
    float:left;
    width:60px;
}
.account-filters li .filter-label-80px
{
    float:left;
    width:80px;
}
.statement-filters
{
    padding:2px 0px;
}
.statement-row td,
.statement-row th
{
    font-size:10pt;
    width:75px;
    padding-right:10px;
}
.statement-row td a
{
    font-size:10pt;
}
.statement-row td .statement-addenda a
{
    font-size:8pt;
}
.statement-row td .statement-addenda
{
    display:block;
    padding:10px 0 0 20px;
    font-size:8pt;
}
.right-align-header
{
    text-align:right !important;
    padding-right:10px;
}
.statement-column-width-large
{
    width:190px !important;
}
.statement-column-width-small
{
    width:20px !important;
}
.statement-row-expand
{
    display:block;
    width:21px;
    height:21px;
    background: url(../../images/plus.gif) no-repeat;
}
.statement-row-collapse
{
    display:block;
    width:21px;
    height:21px;
    background: url(../../images/minus.gif) no-repeat;
}
.filters-row
{
    margin-left:-20px;
}
.statement-filters-bottom
{
    padding-bottom:10px;
}
.statement-account-buttons .filter-buttons
{  
    float:right;
    width:100px;
    padding-right:95px;
}
.filter-buttons .submit
{
    width:54px;
    float:left;
}
.filter-buttons .clear
{
    width:40px;
    float:right;
}
.statement-account-balance
{
    float:left;
    font-size:16px;
    font-weight:bold;
}
.statement-top-right
{
    float:left;
    width:605px;
    padding:15px 0 10px 20px;
}
.statement-account-total
{
    font-size:16px;
    font-weight:bold;
    padding-bottom:4px;
}
.statement-account-payment-header
{
    font-size:16px;
    font-weight:bold;
    padding-top: 5px;
}
.statement-balance-box
{	
	float: left;
	width: 315px;
	padding:5px 0 5px 5px;
	overflow:auto;
	border:solid 2px #d2d2d2;
}
.statement-question-box
{
    float: left;
	width: 260px;
	padding: 5px;
}
.balance-Details-Box
{
	padding: 0 10px 0 10px;
	width:80%;
	margin-left:10px;
}
.balance-Details-Row 
{
	clear: both;
	overflow: hidden;
	vertical-align:middle;
}
.balance-Details-Row .balanceKey
{
	float: left;
	width: 44%;	
	text-align: left;
}
.balance-Details-Row .balanceImage
{
	float: left;
	width: 6%;	
	text-align: left;
	padding-right:10px;
}
.balance-Details-Row .balanceValue
{
	float: right;
	width: 50%;
	text-align: right;
}
.fontsize-18px
{
    font-size:18px;
}
.question-box-column
{
    float:left;
    width: 100%;
    padding:5px 5px 10px 5px;
}
.statement-popup-content
{
    padding-top:20px;
}

.modal-popup-panel
{
    width:810px;
    text-align:left;
  	background:#FFF;
	border: solid 3px #000;
	padding: 2px 2px 2px 2px;
	min-height: 150px;
}

.modal-popup-container
{
    margin:5px;
    background:#ffffff;
    padding:4px;
}

.modal-popup-heading
{
	border-bottom: 1px solid #EEEEEE;
    color: #4F4F4F;
    font-size: 1.25em;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 4px 0 5px;
    overflow: hidden;
    text-align: left;
    width: 780px;
}
.modal-popup-subhead
{
	margin: 0 0 5px;
    text-align: left;
    width: 780px;
}
.modal-popup-table
{
	width: 780px;
}

table.modal-popup-table th
{
	text-align: left;
	width: auto;
	padding: 0;
	font-weight: bold;
}

.modal-popup-grid-row
{
    background:#ffffff;
}

.modal-popup-grid-row td
{
    padding: 3px 0 3px;
}

.modal-popup-grid-alternating-row
{
    background: #e4e3e3;
}

.modal-popup-grid-alternating-row td
{
    padding: 3px 0 3px;
}

.modal-ok-button
{
	width: 30px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.loading-account-statement
{
    width:56%;
    font-size:18px;
    margin:40px auto 40px auto;
}
.loading-account-statement .heading
{
    font-weight:bold;
    text-align:center;
}
.spinner
{
    width:32px;
    height:32px;
    margin:30px auto 30px auto;
}
.loading-account-statement .sub-head
{
    color:Gray;
    margin: 0 auto 0 auto;
}
.statement-account-datetime
{
    width:32%;
    float:right;
    text-align:right;
}
.statement-account-datetime .refresh
{
    padding:5px 0 5px 0;
}
.statement-account-upper-message
{
    width:100%;
    font-style:italic;
    text-align:left;
}
.no-results {
	color: Red;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 15px;
}
.statement-account-buttons .expand
{
    float:left;
    padding-left:20px;
    cursor:pointer;
}
.statement-account-buttons
{
    width:100%;
    padding-top:5px;
}
.nowrap
{
    white-space:nowrap;
}
.noshift-express-checkout
{
	width: 75%; float: right;
}
.leftshift-express-checkout
{
	width: 65%; text-align: left;
}
.leftshift-label
{
	float: left;
}
.noshift-submit-msg
{
	width: 69%;
}
.leftshift-submit-msg
{
	width: 40%;
}
.leftshift-top-submit-btn
{
	width: 50%;
}
.noshift-btm-submit-msg
{
	width: 90%;
}
.leftshift-btm-submit-msg
{
	width: 40%;
}
.noshift-proceed-to-checkout
{
	float:right;
    padding-right:100px;
    clear:right;
}
.leftshift-proceed-to-checkout
{
	clear: both;
	float: left;
	padding-left: 50px;
}
.grid-centered
{
    margin: 0 auto; 
    width: 750px
}
.grid-filter-offset
{
    margin-top: -20px;
}
.cc-field-grid
{
    margin-left: 20px; 
    width: 690px
}
.cc-value-grid
{
    margin-left: 20px; 
    width: 690px
}
.user-grid-status-heading
{
    font-weight:bold;
    font-family:Arial !important;
    font-size:11px;
    padding-top:5px;
}
.filter-header-row-label
{
    padding-top:5px;
}
.block-centered {
    margin:0 auto !important;
}
.alert-popup-btns-outer {
	float:left;
	position:relative;
	left:50%;
}
.alert-popup-btns{
	float:left;
	position:relative;
	left:-50%;
}
.alert-popup-btns-wrap {
	position:relative;
	overflow:hidden;
    width: 100%;
}
.alert-popup-btns a {
    float: left;
    margin: 10px;
}
.alert-popup-message-left {
    width: 70%;
    margin: 10px auto;
    text-align: left;
}
.split-page-left {
    float: left;
    width: 400px;
}
.split-page-right {
    float: right;
    width: 460px;
    margin-left: 20px;
}
#form-area .plain-secondary-module {
    margin: 0;
}
#form-area .underlinedTitle {
    font-size: 1em;
}
#form-area .create-name-header {
	width:100%;
	text-align:left;
	font-size:1em;	
	font-weight:bold;	
	float:left;
	padding: 5px 0 0 10px;
}
#form-area .create-name-input {
	width:180px;
	text-align:left;
	float:left;
	padding-left:10px;
}
#form-area .create-button {
    float: left;
}
.list-button {
    display: block;
    height: 16px;
    width: 150px;
    overflow: hidden;
    text-align: center;
    font-size: 9px;
    color: #fff;
    padding-left: 2px;
    padding-right: 2px;
    background-color: #949494;
    border-radius: 2px 0px 0px 2px;
    -webkit-top-left-radius: 2px;
    -moz-top-left-radius: 2px;
    -webkit-bottom-left-radius: 2px;
    -moz-bottom-left-radius: 2px;
    position: relative; /*prevent background disappearing if PIE.htc renders radius*/
    behavior: url(css/assets/PIE.htc); /*behavior url property is relative to source HTML*/
}
.list-button-selected {
    color: #000;
    background-color: #EFEFEF;
}

.cart-details .list-button {
    width: 105px;
}
#shopping-cart-content .cart-details-right .add-list {
    margin-top: 30px;
}
.delivery-point-block {
    width: 177px;
    margin-left: 19px;
}
.delivery-point-block .tip-text {
    margin-left: 0px;
    font-size: 10px;
    line-height: 100%;
}
.delivery-point-block .tip-text .blue {
    color: #005daa;
}
.tip-text .tip-icon {
    float: left;
    width: 13px;
    height: 21px;
    margin-right: 2px;
}
/* Modal background style for JQueryUI Dialog */
.ui-state-disabled
{
	cursor: default !important;
}

.ui-widget-overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: Gray;
	opacity: .70;
	filter:Alpha(Opacity=70); 
}

.ui-dialog
{
	position: absolute;
}

.ui-dialog .ui-dialog-titlebar
{
	display: none;
}

.ui-dialog .ui-dialog-content 
{
	position: relative;
	border: 0;
	padding: 0;
	background: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset
{
	display: none;
}
/*JQUERY UI Dialog styles for list pop-ups*/
.popup-list .ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: 300px; overflow: hidden; }
.popup-list .ui-dialog .ui-dialog-content { position: relative; border: 0; padding:0; background: none; overflow: auto; zoom: 1; }
.popup-list .ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.popup-list .ui-widget .ui-widget { font-size: 1em; }
.popup-list .ui-widget input, .popup-list .ui-widget select, .popup-list .ui-widget textarea, .popup-list .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.popup-list .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff; color: #222222; }
.popup-list .ui-widget-content a { color: #222222; }
.popup-list .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc; color: #222222; font-weight: bold; }
.popup-list .ui-widget-header a { color: #222222; }

.dialog-content {
    overflow: auto;
    max-height: 80px;
}
.popup-list .ajaxPopupItem:hover {
    background-color: #005DAA;
    color: white;
    cursor: pointer;
}
.remove-link {
    color: red;
}
.popup-list .remove-link:hover {
    background-color: red;
    color: white;
    cursor: pointer;
}
.line-level-coupon-savings
{
    width:100%;
    font-size:12px;
    margin-top:5px;
    font-weight:bold;
    font-style:italic;
}
.line-level-coupon-savings .price
{
	font-size:16px;
    font-style:normal;
	color:#cc0000;
}
.line-level-coupon-savings .sales-price 
{
    color:#999;
    text-decoration:line-through;
}
.line-level-coupon-savings .savings
{
    color:#005DAA;
}