/* 
*   main.css file.  Controls all styles on site, except for those with special purpose,
*   such as javascript widgets.
*   Written 2013 by Jon Pitt, Eric Sewalson, and Michael Grenier
*  
*   __CONTENTS
*
*   Table of Contents             | __CONTENTS
*   ------------------------------+---------------------------------
*   Cross browser border fix      | __BORDER_FIXES
*   Consistancy fixes             | __NORMALIZE
*   Twenty Four Column setup      | __24_COLUMN
*   Four Column setup             | __FOUR_COLUMN
*   Font setup and reusable styles| __FONTS
*   Educational Module            | __EDUCATIONAL
*   Hero Module                   | __HERO
*   General Classes               | __GENERAL
*   Global Header                 | __HEADER
*   Header Navigation             | __HEADERNAVg
*   Cart Dropdown                 | __CART_DD
*   Account Dropdown              | __ACCOUNT_DD
*   Colorbox                      | __COLORBOX
*   Custom gutters                | __GUTS
*   Content section               | __CONTENT
*   Hero Label                    | __HERO
*   Margins                       | __margins
*   line-height:                  | __line-height
*   coupon                        | __COUPONS
*   Webinar                       | __WEBINAR
*   Software Selection Modal      | __SS_MODAL
*   Retrofit Old Pages            | __RETRO
*   CSS Transitions for flyouts   | __FLYOUT_TRANSITIONS
*   Social Media                  | __SOCIAL
*	Position					  | __position
*	Checkout Header				  | __checkout header
*	Font Awesome				  | __Awesome
*	Quick Reorder				  | __Quick reorder
*/

/*
*  __BORDER_FIXES
*  Margin, padding, and border resets
*  except for form elements
*
*/
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section
	{
	margin: 0;
	padding: 0;
	border: 0;
}

dt {
	float: left;
}

dd {
	float: right;
}

label {
	cursor: pointer;
}
/*
*  __NORMALIZE
*  Consistency fixes
*  adopted from http://necolas.github.com/normalize.css/
*
*/
html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-size: 100%;
	background: #EFF0F1;
}

.ie7 body {
	padding-top: 500px;
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,audio,canvas,video
	{
	display: block;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

li {
	list-style: none;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

b,strong {
	font-weight: bold;
}

a,.link {
	text-decoration: none;
	color: #027ab7;
	cursor: pointer;
	border: 0;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

/* DCOM-13457 changes starts here */
.cv-banner a {
    color: #004a7d;
}
/* DCOM-13457 changes ends here */

a:active,.link:active {
	outline: none;
}

.deadlink {
	color: #999;
	cursor: default;
}

.deadlink:hover {
	text-decoration: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

iframe {
	border: 0px none transparent;
}

input,textarea,button,select {
	margin: 0;
	font-size: 100%;
	line-height: normal;
	vertical-align: baseline;
}

::-webkit-input-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #999;
}

:-ms-input-placeholder {
	color: #999;
}

input:-moz-placeholder {
	color: #999;
}

input,select,textarea,button {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

button,html input[type="button"],input[type="reset"],input[type="submit"]
	{
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"],input[type="radio"],input[type="text"],input[type="password"]
	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.acct_dd_field.invalid {
	border-color: #F00 !important;
}

input[type="password"] {
	font-family: Arial, sans-serif;
}
/* changes fonts in ie8 and below password inputs*/
input[type="password"] {
	font-family: Arial\9;
}

textarea {
	overflow: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 
*  __HR
*  Horizontal Rules
*/
.greyline-vert-left {
	background: url("../images/hrbg-greydot-vert.gif") repeat-y scroll 0% 0%
		transparent;
}

.greyline-vert-right {
	background: url("../images/hrbg-greydot-vert.gif") repeat-y scroll right
		0% transparent;
}

.greyline,.dark-line,.light-line,.apparel-sub-row .name-col:before,.apparel-sub-row .name-col 
	~ .cell:before,.cart-table .apparel-items-block:before {
	width: 100%;
	height: 1px;
	line-height: 0px;
	color: transparent;
	background: none;
	clear: both;
	position: relative;
	border-bottom: 1px solid #d3dce2;
}

.dark-line {
	background-image: none;
	background-color: #777;
}

.light-line {
	background-image: none;
	background-color: #CCC;
}

.change_pwd {
	background: #c44a26;
	width: auto;
	font-size: 15px;
	display: inline-block;
	margin: 25px 0px;
	border-radius: 4px;
	padding: 15px 38px;
	color: #fff;
}

.greyline.extend:after,.greyline.extend:before {
	content: " ";
	display: block;
	background:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAD0lEQVQImWNgQALl5eX/AQU/AmXXjIcMAAAAAElFTkSuQmCC)
		repeat-x scroll 0% 0% transparent;
	position: absolute;
	width: 18px;
	right: -18px;
	top: 0px;
	height: 100px;
}

.greyline.extend:before {
	left: -24px;
	width: 24px;
}
/* .greyline.extend-full:after, .greyline.extend-full:before,
.greyline.extend-left:before, .greyline.extend-right:after {
  content:" ";
  display:block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAD0lEQVQImWNgQALl5eX/AQU/AmXXjIcMAAAAAElFTkSuQmCC) repeat-x scroll 0% 0% transparent;
  position:absolute;
  right:-24px;
  width: 24px;
  top: 0px;
  height:100px;
} */
.greyline.extend-full:before,.greyline.extend-left:before {
	left: -24px;
}

.separator-right {
	background-image: url("../images/hrbg-greydot-vert-5.gif");
	background-position: right center;
	background-repeat: no-repeat;
}

.separator-left {
	background-image: url("../images/hrbg-greydot-vert-5.gif");
	background-position: left center;
	background-repeat: no-repeat;
}

.blueline {
	width: 100%;
	height: 2px;
	line-height: 0px;
	color: #259CDA;
	background-color: #259CDA;
	clear: both;
	position: relative;
}
/*
*  __CONTENT
*  Main Content
*/
.content {
	width: 1000px;
	margin: 0 auto;
	padding: 0 50px;
	/*background: url("../images/bg.jpg") repeat scroll 0% 0% transparent;*/
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.successBox {
	border: 2px solid #009900;
	padding: 12px 20px 0;
	margin: 0 auto 31px;
	background-color: #FFF;
	color: #555;
	width: 852px;
	height: 67px;
	clear: both;
	font-family: Arial Regular, Arial;
	font-size: 12px;
	font-weight: 400;
	font-color: #333333;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.failureBox {
	border: 2px solid #dd1743;
	padding: 12px 20px 0;
	margin: 0 auto 31px;
	background-color: #FFF;
	color: #555;
	width: 852px;
	height: 67px;
	clear: both;
	font-family: Arial Regular, Arial;
	font-size: 12px;
	font-weight: 400;
	font-color: #333333;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.successResetPwd {
	font-family: Arial Bold, Arial;
	font-size: 16px;
	font-weight: 700;
	color: #009900;
}
/*DCOM-9413 code modificaiton*/
.successResetPwd .font13v{
	font-weight: 500
}
/*DCOM-9413 code modificaiton*/

.failureResetPwd {
	font-family: Arial Bold, Arial;
	font-size: 16px;
	font-weight: 700;
	color: #dd1743;
}

.line-hyt {
	line-height: 25px;
}

/*
*
*  Simple fluid media
*
*/
figure,.figure {
	position: relative;
}

.figure img,.figure object,.figure embed,.figure video,.cycle-sentinel img
	{
	max-width: 100%;
	height: auto;
	display: block;
}

.figure.center img {
	margin-left: auto;
	margin-right: auto;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/*
* __FONTS
*	Type settings
*	type size presets
*
*/
/*** Gothic  Starts***/
@import
	url("http://fast.fonts.net/t/1.css?apiType=css&projectid=ea5c6d55-554d-4da0-b3ad-dde02f035c12")
	;

@font-face {
	font-family: "NewsGothicBTW01-Light";
	src: url("../fonts/86090195-d68c-4ae2-984a-bfaaf50a8e11.eot?#iefix");
	src: url("../fonts/86090195-d68c-4ae2-984a-bfaaf50a8e11.eot?#iefix")
		format("embedded-opentype");
	src: url("../fonts/86090195-d68c-4ae2-984a-bfaaf50a8e11.eot?#iefix")
		format("eot"),
		url("../fonts/f3ac91c7-e9ea-4f2a-bd6b-3b5eff376d66.woff2")
		format("woff2"),
		url("../fonts/196e977f-3d22-405b-b5b8-962366f48c0c.woff")
		format("woff"),
		url("../fonts/8be2a532-71e9-4352-83e1-4d50edc1fad8.ttf")
		format("truetype"),
		url("../fonts/fd1b9c0f-e2e1-4993-9e24-87e3a9d860f8.svg#fd1b9c0f-e2e1-4993-9e24-87e3a9d860f8")
		format("svg");
}

@font-face {
	font-family: "News Gothic- BT W03 Rom";
	src: url("../fonts/abc1e035-41d7-420a-bb43-ffc5d66ec481.eot?#iefix");
	src: url("../fonts/abc1e035-41d7-420a-bb43-ffc5d66ec481.eot?#iefix")
		format("embedded-opentype");
	src: url("../fonts/abc1e035-41d7-420a-bb43-ffc5d66ec481.eot?#iefix")
		format("eot"),
		url("../fonts/d72dfd81-0223-4cb5-84e4-3591e1002c07.woff2")
		format("woff2"),
		url("../fonts/db038140-69c5-4453-9f5e-1e5c518dd6a6.woff")
		format("woff"),
		url("../fonts/5a1df55d-5932-49d8-973b-8a26ca47cd6d.ttf")
		format("truetype"),
		url("../fonts/934566a9-bc08-499e-8e62-0034f9b55fec.svg#934566a9-bc08-499e-8e62-0034f9b55fec")
		format("svg");
}

@font-face {
	font-family: "News Gothic BT W01 Demi";
	src: url("../fonts/280d513f-1eb8-44b8-944e-51239e6dcf4c.eot?#iefix");
	src: url("../fonts/280d513f-1eb8-44b8-944e-51239e6dcf4c.eot?#iefix")
		format("embedded-opentype");
	src: url("../fonts/280d513f-1eb8-44b8-944e-51239e6dcf4c.eot?#iefix")
		format("eot"),
		url("../fonts/eec52085-9e19-4dbd-aea5-505dc5593968.woff2")
		format("woff2"),
		url("../fonts/528df4b6-41ac-47c5-94dd-b15b7a9331cc.woff")
		format("woff"),
		url("../fonts/f6f10f9e-7367-4d0e-a75c-471f8391d6bb.ttf")
		format("truetype"),
		url("../fonts/0a3d3f1b-1b09-43d6-9f68-9d5a13c027d9.svg#0a3d3f1b-1b09-43d6-9f68-9d5a13c027d9")
		format("svg");
}

@font-face {
	font-family: "News Gothic BT W01 Bold";
	src: url("../fonts/661a0db3-b38c-476b-99ee-fe9c88c33119.eot?#iefix");
	src: url("../fonts/661a0db3-b38c-476b-99ee-fe9c88c33119.eot?#iefix")
		format("embedded-opentype");
	src: url("../fonts/661a0db3-b38c-476b-99ee-fe9c88c33119.eot?#iefix")
		format("eot"),
		url("../fonts/032946da-2b79-466c-a445-d74ef8fd9e0f.woff2")
		format("woff2"),
		url("../fonts/a9366cf7-9c34-4552-bb43-624e2d9961bd.woff")
		format("woff"),
		url("../fonts/822ef98f-cc83-4509-85da-cd984a5f5543.ttf")
		format("truetype"),
		url("../fonts/a89dfcdc-a64f-435d-a46f-ccb138b14a0a.svg#a89dfcdc-a64f-435d-a46f-ccb138b14a0a")
		format("svg");
}

@font-face {
	font-family: "NewsGothicBTW01-Condens";
	src: url("../fonts/8befaa1a-05c6-4811-b438-d7702de8969b.eot?#iefix");
	src: url("../fonts/8befaa1a-05c6-4811-b438-d7702de8969b.eot?#iefix")
		format("embedded-opentype");
	src: url("../fonts/8befaa1a-05c6-4811-b438-d7702de8969b.eot?#iefix")
		format("eot"),
		url("../fonts/2c28656d-2303-404a-9875-c23dabe08200.woff2")
		format("woff2"),
		url("../fonts/f0e91bdc-d3b0-4564-90ff-8d9979044872.woff")
		format("woff"),
		url("../fonts/18ff48c9-c204-4ed5-85fc-533c82676f5c.ttf")
		format("truetype"),
		url("../fonts/45086a41-1a8e-4e8b-a19f-74a5c9c099a3.svg#45086a41-1a8e-4e8b-a19f-74a5c9c099a3")
		format("svg");
}

@font-face {
	font-family: "NewsGothicBTW01-BoldCn";
	src: url("../fonts/8f2609b9-9496-4d5a-bd41-70e94b986f5b.eot?#iefix");
	src: url("../fonts/8f2609b9-9496-4d5a-bd41-70e94b986f5b.eot?#iefix")
		format("embedded-opentype");
	src: url("../fonts/8f2609b9-9496-4d5a-bd41-70e94b986f5b.eot?#iefix")
		format("eot"),
		url("../fonts/fb2ef1ab-eb1d-439b-b103-03f87e5e619e.woff2")
		format("woff2"),
		url("../fonts/08866cc4-1dcc-4cbe-a6b8-fca879ba56d3.woff")
		format("woff"),
		url("../fonts/306a1703-b449-4e1f-8d8b-2fceff2996cf.ttf")
		format("truetype"),
		url("../fonts/c11fa8df-aa41-43cc-904c-a2805093ec4b.svg#c11fa8df-aa41-43cc-904c-a2805093ec4b")
		format("svg");
}
/*** Gothic  Ends***/
/*** Source Sans Pro ***/
@font-face { /* Normal */
	font-family: 'Source Sans Pro';
	src: url("../fonts/SourceSansPro-Regular.eot#iefix")
		format("embedded-opentype"),
		url("../fonts/SourceSansPro-Regular.woff") format("woff"),
		url("../fonts/SourceSansPro-Regular.ttf") format("truetype"),
		url("../fonts/SourceSansPro-Regular.svg#SourceSansProRegular")
		format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face { /* Normal Italic */
	font-family: 'Source Sans Pro';
	src: url("../fonts/SourceSansPro-It.eot#iefix")
		format("embedded-opentype"), url("../fonts/SourceSansPro-It.woff")
		format("woff"), url("../fonts/SourceSansPro-It.ttf")
		format("truetype"),
		url("../fonts/SourceSansPro-It.svg#SourceSansProItalic") format("svg");
	font-weight: 400;
	font-style: italic;
}

@font-face { /* Semibold */
	font-family: 'Source Sans Pro';
	src: url("../fonts/SourceSansPro-Semibold.eot#iefix")
		format("embedded-opentype"),
		url("../fonts/SourceSansPro-Semibold.woff") format("woff"),
		url("../fonts/SourceSansPro-Semibold.ttf") format("truetype"),
		url("../fonts/SourceSansPro-Semibold.svg#SourceSansProSemibold")
		format("svg");
	font-weight: 600;
	font-style: normal;
}

@font-face { /* Bold */
	font-family: 'Source Sans Pro';
	src: url("../fonts/SourceSansPro-Bold-webfont.eot#iefix")
		format("embedded-opentype"),
		url("../fonts/SourceSansPro-Bold-webfont.woff") format("woff"),
		url("../fonts/SourceSansPro-Bold-webfont.ttf") format("truetype"),
		url("../fonts/SourceSansPro-Bold-webfont.svg#SourceSansProBold")
		format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face { /* Black */
	font-family: 'Source Sans Pro';
	src: url("../fonts/SourceSansPro-Black.eot#iefix")
		format("embedded-opentype"), url("../fonts/SourceSansPro-Black.woff")
		format("woff"), url("../fonts/SourceSansPro-Black.ttf")
		format("truetype"),
		url("../fonts/SourceSansPro-Black.svg#SourceSansProBlack")
		format("svg");
	font-weight: 900;
	font-style: normal;
}

html {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #333;
}

body {
	/* 13/21px */
	font-size: 0.813em;
	line-height: 1.4em;
	/*text-rendering: optimizeLegibility;*/
}

.body-text p,p.body-text {
	margin-top: 1.0em;
	color: #555;
}

.body-text.no-leading p {
	margin-top: 0;
}

.body-text.paragraph-leading p {
	margin-top: 0;
}

.body-text.paragraph-leading p+p {
	margin-top: 1.0em;
}

.body-text strong {
	color: #333;
}

.body-text ul {
	list-style-type: disc;
	margin-left: 2.5em;
	color: #555;
}

#productDetails .body-text ul {
	margin-left: 1em;
}

.body-text li {
	list-style-type: none;
	position: relative;
	margin-top: 1.0em;
}

.body-text.no-leading li {
	margin-top: 0;
}

.body-text li:before,.info-bubble li:before {
	content: "\2022";
	font-size: 22px;
	color: #333;
	position: absolute;
	left: -.6em;
	top: -.1em
}

.qr-paymentinfo-link .info-bubble{
	height: 102px;
	/* padding: 5px 0px 10px 16px; */
	
}
.qr-paymentinfo-link .info-bubble li:before {
	color: #ffffff;
}

.body-text.increased p {
	/* 14px */
	font-size: 1.077em;
}

.body-text.increased ul {
	/* 14px */
	font-size: 1.077em;
}

.underline {
	border-bottom: 2px solid #B1B1B1;
}

.title-text {
	/* 40/60px, Full Caps */
	font-family: "News Gothic BT W01 Bold";
	text-transform: capitalize;
	font-weight: 700;
	font-size: 42px;
	line-height: 0.9em;
}

.title-text .fa {
	font-size: .83em;
	vertical-align: bottom;
}

.ie8 .title-text,.oldie .title-text {
	font-size: 40px;
}

.section-title {
	/* 16px, Full Caps */
	text-transform: capitalize;
	font-weight: 700;
	font-size: 1.385em;
	line-height: 1.05em;
}

.section-title.increased {
	font-size: 18px;
}

.checkout-header-nav-bar .checkout-header-title.col-container .secure.secure-checkout-header.section-title.increased
	{
	margin-left: 18px;
}

.section-title.big {
	/* 20px */
	font-size: 1.538em;
}
.section-title-new.big {
	color: #c44a26;
	font-size: 1.538em;
}

.section-title.large {
	font-size: 1.846em;
}

#savedShipping .section-title.large {
	font-size: 24px;
	margin-bottom: 15px;
}

#savedShipping p.col-1 {
	margin-bottom: 10px;
	font-size: 15px;
}

.title-text.standalone {
	padding-left: 10px;
}

.section-sub-title {
	/* 15px, Full Caps, Bold */
	text-transform: capitalize;
	font-weight: 700;
	font-size: 1.154em;
	color: #333;
}

.section-sub-txt {
	font-size: 12px !important;
	font-weight: 700;
	font-family: 'Source Sans Pro', arial, sans-serif;
	line-height: 10px !important;
}

.small {
	font-size: 0.923em;
	line-height: 1.167em;
}

.normal {
	font-size: 1em;
	line-height: 1.4em;
}

.increased,h3 {
	/* 14px */
	font-size: 1.077em;
}

.big {
	/* 20px */
	font-size: 1.154em;
}

.oversize {
	/* 15px */
	font-size: 1.538em;
}

.large,h2,h1 {
	/* 26 / 36px */
	font-weight: 700;
	font-size: 1.625em;
	line-height: 1.3846153846153846em;
}

.largeA {
	font-weight: 700;
	font-size: 36px;
	line-height: .9em;
}

.largeB {
	/* 32px */
	font-weight: 700;
	font-size: 2.462em;
	line-height: 1.4em;
}

.largeC {
	font-weight: 900;
	font-size: 2.3em;
	line-height: 1.4em;
}

.bigger,.sixteen-px,.font16-normal {
	font-size: 1.231em;
}

.sixteen-pxA {
	font-size: 1.35em !important;
}

.huge {
	/* 48px / 48px */
	font-weight: 900;
	font-size: 3.692em;
	line-height: .85em;
}

.massive {
	/* 72px */
	font-weight: 900;
	font-size: 5.538em;
	line-height: 1.0588235294117647em;
}

.massiveA {
	/* 68px / 72px */
	font-weight: 700;
	font-size: 72px !important;
	line-height: .75em;
}

.gigantic {
	/* 110px / 120px */
	font-weight: 700;
	font-size: 6.875em;
	line-height: 0.8em;
}

.font34 {
	font-size: 34px;
}

.font32 {
	font-size: 32px;
	font-weight: 700;
}

.font40 {
	font-size: 40px !important;
	font-weight: 700 !important;
	line-height: 50px;
}

.font_explicit {
	font-family: "Source Sans Pro", Arial, sans-serif !important;
}

.fullcaps {
	text-transform: uppercase;
}
/*
*  __PALETTE
*/
.blue {
	color: #259CDA;
}

.blue-bg {
	background-color: #259CDA;
}

.orange {
	color: #FF9900;
}

.orange-bg {
	background-color: #FF9900;
}

.light-gray,.light-grey {
	color: #BCBCBC;
}

.light-gray-bg,.light-grey-bg {
	background-color: #BCBCBC;
}

.alt-grey,.alt-gray {
	color: #999;
}

.grey,.gray {
	color: #555;
}

.grey-bg,.gray-bg {
	background-color: #555;
}

.black {
	color: #000;
}

.black-bg {
	background-color: #000;
}

.charcoal {
	color: #333;
}

.charcoal-bg {
	background-color: #333;
}

.light-charcoal {
	color: #878787;
}

.light-charcoal-bg {
	background-color: #878787;
}

.white {
	color: #FFF;
}

.white-bg {
	background-color: #FFF;
}

.red {
	color: #dd1743;
}

.red-bg {
	background-color: #F00;
}

.green {
	color: #749c38;
}

.green-bg {
	background-color: #009900;
}

.cmnblue {
	color: #027ab7
}

.highlight-section {
	display: block;
	background-color: rgba(51, 51, 51, 0.05);
	padding: 10px 24px;
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#11333333, endColorstr=#11333333)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#11333333,
		endColorstr=#11333333);
}

.highlight-gradient-section {
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #e3e2de 85%, #e3e2de 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff),
		color-stop(85%, #e3e2de), color-stop(100%, #e3e2de));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #e3e2de 85%, #e3e2de 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #e3e2de 85%, #e3e2de 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #e3e2de 85%, #e3e2de 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #e3e2de 85%, #e3e2de 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff',
		endColorstr='#e3e2de', GradientType=0); /* IE6-9 */
}
/*
*  __BUTTONS
*/
.button,.button.level1 {
	display: inline-block;
	position: relative;
	line-height: 18px;
	font-weight: 700;
	padding: 9px 20px;
	margin-bottom: 3px;
	color: #FFF;
	cursor: pointer;
	border-width: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	text-transform: capitalize;
	text-align: center;
	/* Style defaults to level 1 button*/
	background: #c44a26;
	/*font-size: 14px!important;*/
}

.button:target,.button.level1:target,.button.level1:active,.button:active
	{
	background-color: #C96500;
	background-image: none;
}

.button.level2 {
	border-radius: 5px;
	background-color: #027AB7;
}

.button.level2:hover,.button.level2:focus {
	background-color: #C44A26;
}

.button.level2:target,.button.level2:active {
	background-color: #036090;
	background-image: none;
}

.button.level3 {
	color: #555;
	background-color: #F0EDE7;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F0EDE7),
		to(#D6D1C1)); /* Safari 4+, Chrome 1-9 */
	background-image: -webkit-linear-gradient(top, #F0EDE7, #D6D1C1);
	/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -moz-linear-gradient(top, #F0EDE7, #D6D1C1);
	/* Firefox 3.6+ */
	background-image: -ms-linear-gradient(top, #F0EDE7, #D6D1C1);
	/* IE 10+ */
	background-image: -o-linear-gradient(top, #F0EDE7, #D6D1C1);
	/* Opera 11.10+ */
	background-image: linear-gradient(top, #F0EDE7, #D6D1C1);
	/* Standards */
	cursor: pointer;
}

.button.level3:hover,.button.level3:focus {
	background-color: #D6D1C1;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F0EDE7),
		to(#D6D1C1)); /* Safari 4+, Chrome 1-9 */
	background-image: -webkit-linear-gradient(top, #D6D1C1, #F0EDE7);
	/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -moz-linear-gradient(top, #D6D1C1, #F0EDE7);
	/* Firefox 3.6+ */
	background-image: -ms-linear-gradient(top, #D6D1C1, #F0EDE7);
	/* IE 10+ */
	background-image: -o-linear-gradient(top, #D6D1C1, #F0EDE7);
	/* Opera 11.10+ */
	background-image: linear-gradient(top, #D6D1C1, #F0EDE7);
	/* Standards */
}

.button.level3:target,.button.level3:active {
	background-color: #B2AD9A;
	background-image: none;
}

.button.full {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.button.full.multiline {
	padding: 3px 0px;
    line-height: 15px;
}

.button.left2Col {
	width: 48%;
	float: left;
}
.button.right2Col {
	width: 48%;
	float: right;
}

.button .spinner {
	display: inline-block;
	position: relative;
	height: 10px;
	width: 0px;
	left: 38px;
	opacity: 0;
	top: -3px;
	-webkit-transition: width .5s ease-in-out, right .5s ease-in-out,
		opacity .5s ease-in-out;
	-moz-transition: width .5s ease-in-out, right .5s ease-in-out, opacity
		.5s ease-in-out;
	-o-transition: width .5s ease-in-out, right .5s ease-in-out, opacity .5s
		ease-in-out;
	transition: width .5s ease-in-out, right .5s ease-in-out, opacity .5s
		ease-in-out;
}

.button.spin .spinner {
	width: 18px;
	left: 7px;
	opacity: 1;
}

.button.red {
	background-color: #FF0404;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF0404),
		to(#980000)); /* Safari 4+, Chrome 1-9 */
	background-image: -webkit-linear-gradient(top, #FF0404, #980000);
	/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -moz-linear-gradient(top, #FF0404, #980000);
	/* Firefox 3.6+ */
	background-image: -ms-linear-gradient(top, #FF0404, #980000);
	/* IE 10+ */
	background-image: -o-linear-gradient(top, #FF0404, #980000);
	/* Opera 11.10+ */
}

.button.red:hover,.button.red:focus {
	background-color: #980000;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#980000),
		to(#FF0404)); /* Safari 4+, Chrome 1-9 */
	background-image: -webkit-linear-gradient(top, #980000, #FF0404);
	/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -moz-linear-gradient(top, #980000, #FF0404);
	/* Firefox 3.6+ */
	background-image: -ms-linear-gradient(top, #980000, #FF0404);
	/* IE 10+ */
	background-image: -o-linear-gradient(top, #980000, #FF0404);
	/* Opera 11.10+ */
}

.button.disabled,.button.disabled:hover,.button.disabled:focus,.button.disabled:target,.button.disabled:active
	{
	color: #FFF;
	background-color: #7F7F7F;
	background-image: none;
	cursor: not-allowed;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.tertiaryButton.disabled.searchCompanyBtn,.tertiaryButton.disabled.searchCompanyBtn:hover
	{
	border: 1px solid #7F7F7F;
	background-color: #7F7F7F;
	color: #fff;
}

.button.small {
	line-height: .9em;
	padding: .5em 9px;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
}

.button.coupon {
	line-height: .9em;
	padding: 1.2em 0px;
	text-transform: uppercase;
	font-size: .892em;
	font-weight: bold;
	width: 92%;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 15px;
	cursor: pointer;
}

.ie8 .button.coupon {
	font-size: .89em;
}

.button.micro {
	height: 18px;
	line-height: 1.0em;
	font-size: 12px !important;
	font-weight: bold;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 4px 15px 17px 15px;
}

.button.mini {
	line-height: 19px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.secure.button:before {
	content: "\f023";
	display: inline-block;
	margin-right: 5px;
	font-family: FontAwesome;
	font-size: 1.5em;
	font-weight: normal;
	width: 13px;
	background-repeat: none;
	position: relative;
	top: 2px;
}

.search.button:before {
	content: " ";
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 3px;
	width: 13px;
	height: 13px;
	background-image: url("../images/icon-magnify.png");
	background-repeat: none;
}

.see-more {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.923em;
	line-height: 2.0em;
}

.prev-button,.next-button {
	position: absolute;
	z-index: 101;
	top: 50%;
	margin-top: -13px; /* Must be half of height */
	height: 27px;
	width: 15px;
	cursor: pointer;
}

.next-button {
	right: 0px;
}

.prev-button {
	left: 0px;
}

.control-container {
	position: absolute;
	left: 50%;
	bottom: 28px;
	z-index: 101;
}

.showHideBtn.button {
    position: absolute;
    border: solid 1px black;
    line-height: 7px;
    font-weight: 500;
    padding-left: 5px;
    padding-right: 5px;
}
.showHideBtn.headBtn {
	right: 40.2%;
  top: 18px;
}
.showHideBtn.rL {
	right: 21%;
	top: 26px;
}

.showHideBtn.setBtn {
	right: 2.8%;
	top: 5px;
}

.hero .controls {
	position: relative;
	border: 1px solid #CCC;
	background-color: #FFF;
	white-space: nowrap;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 1em;
	left: -50%;
	height: 19px;
	padding-top: 1px;
	padding-left: 6px;
	padding-right: 6px;
}

.hero .controls div {
	position: relative;
	float: left;
	height: 100%;
	margin-top: 0;
	cursor: pointer;
	color: #259CDA;
	font-family: FontAwesome;
}

.hero .controls div.inactive {
	color: #BCBCBC;
}

.controls .next-button:before,.controls .prev-button:before {
	display: block;
	font-size: 1.15em;
	margin-top: -6.5px;
}

.controls .next-button:before {
	content: "\f054";
	margin-left: 7px;
}

.controls .prev-button:before {
	content: "\f053";
}

.controls .pause-button:before {
	content: "\f04c";
	position: relative;
	margin-left: 7px;
	top: 2px;
	font-size: 10px;
}

.controls .pause-button.inactive:before {
	content: "\f04c ";
}

.controls .play-button:before {
	content: "\f04b";
	position: relative;
	top: 2px;
	font-size: 11px;
}

.controls .play-button.inactive:before {
	content: "\f04b ";
}

.cycle-pager {
	margin-left: 7px;
}

.cycle-pager div:before {
	content: "\f111";
	height: 100%;
	display: inline-block;
	font-size: .7em;
	position: relative;
	top: 1px;
}

.controls .cycle-pager div {
	color: #BCBCBC;
}

.controls .cycle-pager .cycle-pager-active {
	color: #259CDA;
}

.controls .cycle-pager .cycle-pager-active:before {
	content: "\f111 ";
}

.toggle {
	cursor: pointer;
}

/*
*  __RIBBONS
*/
.ribbon {
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 2;
}

.custom.ribbon,.custom.ribbon.green {
	top: 10px;
	right: -42px;
	width: 96px;
	height: 45px;
	padding: 0px 30px 5px;
	color: #FFF;
	font-weight: 700;
	font-size: 13px;
	text-align: center;
	background-image: url('../images/GreenBannerBg.png');
	background-repeat: no-repeat;
	display: table;
	transform: rotate(45deg); /* Standards */
	-webkit-transform: rotate(45deg); /* Chrome, Safari */
	-moz-transform: rotate(45deg); /* Firefox */
	-ms-transform: rotate(45deg); /* IE 9 */
	-o-transform: rotate(45deg); /* Opera */
}

.custom.ribbon.red {
	background-image: url('../images/RedBannerBg.png');
}

.custom.ribbon span {
	display: table-cell;
	vertical-align: middle;
}

html[xmlns*=""]:root .custom.ribbon,html[xmlns*=""]:root .custom.ribbon.green
	{
	padding: 0px;
}

.ie8 .custom.ribbon,.ie7 .custom.ribbon,.ie6 .custom.ribbon {
	/* Fix for IE8 rotation.  Do NOT let other browsers run this code,
     ALWAYS use PNG-8 backgrounds */
	top: -36px;
	right: -48px;
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
	/* IE8 */
	/*filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE6,IE7 */
}

.os-comments {
	padding-left: 75px;
	padding-bottom: 7px;
	font-weight: bold;
}

.os-comments-print {
	padding-left: 0px;
	left: 0;
}

.invoice-info-label {
	width: 230px;
	height: 164px;
	background: #fbffca;
	font-style: italic;
	padding: 10px 20px 0px 13px;
	font-size: 14px;
	margin-bottom: 25px;
	/* letter-spacing: 0.03em; */
	font-weight: 600;
	/* line-height: 21px; */
	color: #333333;
}

.invoice-info-label ul {
	margin-left: 26px;
	margin-top: -10px;
	margin-bottom: -1px;
}

.invoice-info-label span {
	color: #333333;
	font-size: 13px;
	font-weight: 700;
}

.invoice-info-label li {
	color: #333333;
	line-height: 19px;
	font-size: 13px;
	list-style-type: disc;
}

.itemlevelcomments-print {
	width: 600px;
}

.itemlevelcomments-print p {
	padding-left: 0px;
	word-wrap: break-word;
}

#itemlevelcomments {
	padding-left: 69px;
	margin-top: -7px;
}

#itemlevelcomments p {
	letter-spacing: 0.02em;
	line-height: 21px;
	font-size: 13px;
	padding-bottom: 20px;
	text-align: justify;
	word-wrap: break-word;
}

#ordercomment {
	
}

.email-comments {
	width: 560px;
	word-wrap: break-word;
}

#ordercomment p {
	letter-spacing: 0.02em;
	line-height: 22px;
	font-size: 14px;
	margin-top: 20px;
}

#ordercomment textarea {
	resize: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Fix for Safari display.  Shoot me. */
	::fake-pseudo-element,.custom.ribbon,.custom.ribbon.green {
		width: 156px;
		height: 50px;
		right: -101px;
	}
}

.my-account-nav ul li {
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 2px;
}

.sale.ribbon {
	background-image: url("../images/ribbon-sale.png");
	height: 64px;
	width: 64px;
}

.new.ribbon {
	background-image: url("../images/ribbon-new.png");
	height: 64px;
	width: 64px;
}

/*
* __BADGES
*/
.security.badge {
	background-repeat: no-repeat;
	display: inline-block;
	width: 17px;
	height: 16px;
	position: relative;
	margin-left: 5px;
	cursor: pointer;
}

.security.badge:hover:before {
	position: absolute;
	content: " ";
	width: 17px;
	height: 16px;
	background-color: rgba(255, 255, 255, .5);
}

.facetSelect .security.badge:hover:after {
	position: absolute;
	content: " ";
	width: 17px;
	height: 16px;
	background-color: rgba(255, 255, 255, .5);
}

.plus.badge {
	display: inline-block;
	position: relative;
	width: 48px;
}

.plus.badge:before {
	content: "+";
	display: block;
	font-size: 89px;
	line-height: 48px;
	font-weight: 900;
	position: relative;
}

/*
*  __BREADCRUMB
*  Page Bread Crumb
*/
.breadcrumb {
	margin-left: 24px;
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
	max-width: 100%; /* To accomodate social media */
	color: #75787b;
}

.share-this.flright {
	display: none;
}

.breadcrumb a,.breadcrumb h1 {
	display: inline-block;
	font-size: 12px;
	color: #45474a;
	font-weight: 400;
}

.breadcrumb h1:hover {
	text-decoration: underline;
}

.breadcrumb>a,.breadcrumb a,.breadcrumb .greater-than {
	margin-right: 10px;
}

.breadcrumb>a:hover {
	
}
/*
*  __CATEGORIES
*  Category Module
*
*/
.categories {
	margin-bottom: 20px;
	line-height: 1.05em;
	margin-top: 5px;
}

.categories li {
	padding-top: .2em;
	padding-bottom: .2em;
}

.categories ul {
	margin-bottom: 10px;
	margin-top: .4em;
}

.categories img {
	margin-bottom: 10px;
}

.categories.closed {
	display: none;
}
/*
*  __PRODUCT_MODULE
*  Product informationals
*/
.product-module,.large-product-module {
	margin-bottom: 10px;
	margin-top: 10px;
	white-space: normal;
	color: #000;
}

.large-product-module {
	font-size: 1.077em;
}

.no-js .product-module {
	min-height: 280px;
}

.product-module .img-container,.large-product-module .img-container {
	background-color: #FFF;
	width: 100%;
	position: relative;
}

.large-product-module .img-container {
	min-height: 290px;
}

.product-module .img-container img,.large-product-module .img-container img
	{
	margin: 0 auto;
	padding: 12px 0 6px;
	display: block;
	max-width: 130px;
	max-height: 130px;
	width: auto;
	height: auto;
}

.large-product-module .img-container img {
	max-width: 100%;
	max-height: 100%;
	padding-top: 17px;
}

.product-module .img-container a:first-child {
	height: 148px;
	display: block;
}

.large-product-module .img-container a:first-child {
	height: 242px;
	display: block;
}

.product-module .price-container,.large-product-module .price-container
	{
	background-color: #DFEBF0;
	padding: 5px 15px;
	line-height: 1.077em;
	position: relative;
}

.large-product-module .price-container {
	padding: 15px 15px 5px;
}

.product-module .caption,.large-product-module .caption {
	font-weight: 700;
	display: block;
	margin: 4px 15px 0;
	line-height: 1.231em;
	padding-bottom: 8px;
	min-height: 3.693em;
}

.large-product-module .caption {
	margin: 30px 15px 0;
	font-size: 1.429em;
	line-height: 1.25em;
	padding-bottom: 0;
	min-height: 85px;
}

.product-module .badge {
	position: absolute;
	right: 5px;
	top: 5px;
}

.product-module .button {
	display: block;
	margin: 10px auto;
	padding-left: 0;
	padding-right: 0;
}

.large-product-module .button {
	display: block;
	float: right;
	font-size: 0.857em;
	padding: 7px 15px;
}

.large-product-module .quantity {
	font-weight: 700;
}

.large-product-module .price {
	font-size: 2.357em;
	font-weight: 700;
	color: #F00;
	line-height: 0.9em;
}

/*
* __PRODUCT_DETAILS
*/
.apparelTable {
	width: 100%;
	table-layout: fixed;
}

.apparelTable td {
	padding-bottom: 10px;
	padding-right: 5px;
}

.deleteItem {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 4px 15px 17px 15px;
}
/*
* __SELECTION_ZONE
*/
.facetSelect,.categorySelect {
	color: #555;
	line-height: 1.154em;
	margin: 5px 0 15px;
	position: relative;
}

.facetSelect h4 {
	font-size: 1.077em;
	color: #FF9900;
	text-transform: uppercase;
	line-height: 1.15em;
	margin-bottom: .2em;
}

.facetSelect h3,.categorySelect h3 {
	font-size: 1.308em;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 8px;
}

.facetSelect input,.categorySelect input {
	position: absolute;
	left: 0px;
	top: 1px;
}

.facetSelect .moreLink,.categorySelect .moreLink {
	text-transform: capitalize;
}

.categorySelect .toggle-icon {
	margin-right: 5px;
}

.categorySelect .toggle {
	font-weight: 700;
	color: #333;
}

.facetSelect li,.categorySelect li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 5px;
}

.facetSelect .security.badge,.categorySelect .security.badge {
	position: absolute;
	top: -2px;
}

.software-alert,.info-bubble,.changes-needed-bubble,.errorMessageBubble
	{
	text-transform: none;
	background-color: #027ab7;
	color: #FFF;
	position: absolute;
	top: -20px;
	left: 100%;
	margin-left: -20px;
	z-index: 100;
	width: 255px;
	cursor: normal;
	border: 0px none;
	border-radius: 3px;
}

.software-alert {
	padding: 15px;
}

.errorMessageBubble {
	border: 1px solid rgb(237, 27, 45);
	color: rgb(237, 27, 45);
	font-size: 12px;
	background-color: #FDDBCB;
	width: auto;
	left: 0;
	right: 0;
	bottom: 100%;
	top: auto;
	margin: 0;
	margin-bottom: 5px;
	opacity: 1;
	background-image: url('../images/error-state.png');
	background-repeat: no-repeat;
	background-position: 10px 8px;
	padding: 7px 10px 7px 35px;
	-webkit-transition: opacity .5s ease-in-out, margin .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out, margin .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out, margin .5s ease-in-out;
	transition: opacity .5s ease-in-out, margin .5s ease-in-out;
}

.errorMessageBubble:before,.errorMessageBubble:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -13px;
	bottom: -10px;
	height: 0px;
	width: 0px;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 10px solid #FDDBCB;
	z-index: 101;
}

.errorMessageBubble:after {
	border-top-color: rgb(237, 27, 45);
	bottom: -11px;
	z-index: 100;
}

.errorMessageBubble.invisible {
	opacity: 0;
	margin-bottom: -15px;
	display: block;
}

.info-bubble {
	cursor: default;
	left: 80px;
	background-color: #aedfe8;
	padding: 10px 20px;
}

.software-alert:before,.info-bubble:before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: -30px;
	height: 0px;
	width: 0px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 30px solid #259CDA;
}

.info-bubble:before {
	border-right: 30px solid #999;
}

.software-alert h5,.info-bubble h5 {
	line-height: 26px;
	margin-bottom: -2px;
	text-transform: Capitalize;
	font-weight: bold;
}

.software-alert span,.software-alert li,.info-bubble span,.info-bubble li
	{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	display: block;
	line-height: 1.2em;
	margin-top: 5px;
}

.info-bubble span {
	font-weight: normal;
}

.info-bubble span,.info-bubble li {
	font-size: 13px;
	margin-top: 0;
	position: relative;
	color: #333;
}

.info-bubble li {
	margin-left: 25px;
}

.software-alert .close,.info-bubble .close,.closeness-bubble .close,.errorMessageBubble .close
	{
	cursor: pointer;
	position: absolute;
	color: #FFF;
	right: 5px;
	top: 5px;
	background-color: #1C739F;
	padding: 2px 3px 5px;
	line-height: 5px;
	font-size: 9px;
	border-radius: 2px;
	font-family: Verdana;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.info-bubble .close {
	background-color: #aedfe8;
}

.info-bubble h5 {
	color: #231f20;
}

.bottom.info-bubble h5 {
	margin-top: 0px;
	line-height: 26px;
	margin-bottom: -2px;
	text-transform: Capitalize;
	font-weight: bold;
	font-size: 14px;
	color: #231f20;
	border-bottom: none;
	padding-bottom: 0px;
}

.info-bubble {
	width: 450px;
    height: 323px;
    
}
.info-bubble-email {
	width: 379px;
    height: 79px;
    text-transform: none;
    background-color: #027ab7;
    color: #FFF;
    position: absolute;
    top: -134px;
    left: 100%;
    margin-left: -20px;
    z-index: 100;
    cursor: normal;
    border: 0px none;
    border-radius: 3px;
    padding: 10px 10px 10px 10px;
}
.info-bubble-total {
	width: 379px;
    height: 79px;
    text-transform: none;
    background-color: #027ab7;
    color: #FFF;
    position: absolute;
    top: -134px;
    left: 100%;
    margin-left: -20px;
    z-index: 100;
    cursor: normal;
    border: 0px none;
    border-radius: 3px;
    padding: 10px 10px 10px 10px;
}
.info-bubble-email::before {
	position: absolute;
    bottom: -36%;
    right: 66px;
    top: auto;
    left: auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 31px solid #027ab7;
	
}
.info-bubble-total::before {
	position: absolute;
    bottom: -36%;
    right: 66px;
    top: auto;
    left: auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 31px solid #027ab7;
	
}
.bottom.info-bubble-email:before {
    top: -15px;
    left: auto;
    height: 0px;
    border-style: solid;
    border-width: 0px 5px 15px;
    border-color: transparent transparent #aedfe8;
    /* right: 16px; */
}
.bottom.info-bubble-total:before {
    top: -15px;
    left: auto;
    height: 0px;
    border-style: solid;
    border-width: 0px 5px 15px;
    border-color: transparent transparent #aedfe8;
    /* right: 16px; */
}
.software-alert:before, .info-bubble:before {
    content: "";
    display: block;
    position: absolute; 
       width: 0px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 30px solid #259CDA;
}
.info-arrow.info-bubble:before { 
    margin-left: -440px!important;
    left: 184%!important;
}
.info-bubble.left {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: 37px;
}

.bottom.info-bubble {
	top: 100%;
	left: -17px;
	/* right: -15px; */
	margin-left: 0;
	margin-right: 0;
	margin-top: 15px;
}

.left.info-bubble:before {
	border-right: none;
	border-left: 30px solid #999;
	right: -30px;
	left: auto;
}

.bottom.info-bubble:before {
	top: -15px;
	left: auto;
	height: 0px;
	border-style: solid;
	border-width: 0px 5px 15px;
	border-color: transparent transparent #aedfe8;
	/* right: 16px; */
}

.info-bubble.invisible {
	display: none;
	opacity: 0;
}

.info-bubble-email.invisible {
	display: none;
	opacity: 0;
}
.info-bubble-total.invisible {
	display: none;
	opacity: 0;
}
.bottom.info-bubble-email {
    left: -373px;
    /* right: -15px; */
    margin-left: 0;
    margin-right: 0;
    margin-top: 11px;
}
.bottom.info-bubble-total {
    left: -373px;
    /* right: -15px; */
    margin-left: 0;
    margin-right: 0;
    margin-top: 11px;
}


.closeness-bubble {
	position: absolute;
	bottom: -4px;
	left: 100%;
	margin-left: 9px;
	background-color: #E4E4E4;
	font-size: 13px;
	line-height: 1.2em;
	text-align: left;
	border-radius: 3px;
	padding: 4px 05px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.closeness-bubble.active {
	height: auto;
	width: 185px;
	padding: 5px 15px 5px 10px;
	cursor: default;
}

.closeness-bubble .text {
	display: none;
}

.closeness-bubble:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 8px;
	left: -12px;
	height: 0px;
	width: 0px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 12px solid #E4E4E4;
}

.closeness-bubble:after {
	content: "\f067";
	font-family: FontAwesome;
	display: block;
	font-size: 16px;
	color: #259CDA;
}

.closeness-bubble.active:after {
	content: " ";
	display: none;
}

.closeness-bubble.active .text {
	display: block;
}

.closeness-bubble.active .close {
	display: block;
}

.closeness-bubble .close {
	display: none;
	background-color: #B6B6B6;
	-webkit-transition: background-color .5s ease-in-out;
	-moz-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out;
}

.closeness-bubble .close:hover {
	background-color: #666;
}
/*
* __SEARCHPAGER
*/
.search-pager {
	margin-top: 4px;
}

.search-pager>a {
	margin-left: 20px;
}

/*
* __PAGER
*/
.pager {
	float: right;
}

.pager a,.pager .deadlink,.pager .link {
	margin-left: 6px;
}

/*
*  __HERO
*  Hero and carousel modules
*
*/
.hero {
	width: 100%;
	position: relative;
}

.carousel.active {
	position: relative;
	margin: 30px;
	margin-bottom: 0px;
}

.hero>.slide {
	width: 100%;
	min-height: 203px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF),
		to(#E2E2E2)); /* Safari 4+, Chrome 1-9 */
	background-image: -webkit-linear-gradient(top, #FFF, #E2E2E2);
	/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -moz-linear-gradient(top, #FFF, #E2E2E2);
	/* Firefox 3.6+ */
	background-image: -ms-linear-gradient(top, #FFF, #E2E2E2); /* IE 10+ */
	background-image: -o-linear-gradient(top, #FFF, #E2E2E2);
	/* Opera 11.10+ */
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFE2E2E2)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF,
		endColorstr=#FFE2E2E2);
}

.hero .message {
	position: absolute;
	left: 13px;
	top: 18px;
	padding: .5em 1em;
	background-color: transparent;
}
/* Hide second slides until after load */
.hero .slide ~ .slide {
	display: none;
}

.hero .cycle-slide.slide ~ .cycle-slide.slide {
	display: block;
}

.hero .button {
	margin-top: 20px;
}

.hero-shadow {
	background-image: url("../images/hero/hero-shadow.png");
}

.hero-shadow640 {
	background-image: url("../images/hero/hero-shadow.png");
	background-size: cover;
	width: 640px;
}

.hero-shadow-full {
	background-image: url("../images/hero/hero-shadow-full.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 17px;
	width: 100%;
}

.csstransitions .hero .cycle-sentinel {
	-webkit-transition-property: height;
	-moz-transition-property: height;
	-o-transition-property: height;
	transition-property: height;
	-webkit-transition-duration: 2s;
	-moz-transition-duration: 2s;
	-o-transition-duration: 2s;
	transition-duration: 2s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}

.carousel-container {
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px;
}

.carousel-container .next-button,.carousel-container .prev-button {
	top: 55%;
	margin-top: -40px;
}

.carousel-container .next-button {
	right: -12px;
}

.carousel-container .prev-button {
	left: -12px;
}

.mini-hero {
	position: relative;
	padding-bottom: 8px;
	background-image: url('../images/hero/shadow-2-of-5.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 7px 0px;
}

.mini-hero .button {
	position: absolute;
	left: 50%;
	margin-left: -57px;
	bottom: 35px;
}

.mini-hero img {
	max-width: 100%;
	height: auto;
}
/*  __EDUCATIONAL
*   Educational sections
*/
.educational {
	margin-bottom: 22px;
	margin-top: 30px;
}

.educational img {
	margin-bottom: .5em;
}

.educational p {
	color: #555;
}
/************************\
    __UPSELL
    Upsell module
\************************/
.upsell p {
	color: #555;
}

.carousel-container>.section-title {
	margin-bottom: 10px;
}

.product-module.cycle-slide {
	vertical-align: top;
}

.upsell .section-title {
	line-height: 1em;
}
/*  __FACETS
*/
.facets {
	font-weight: 700;
	font-size: 1.077em;
	padding: 4px 0;
}

.facets a {
	display: block;
	text-transform: uppercase;
	line-height: 1.0em;
	margin: 1em 0;
}
/*
*   __CRITERIA
*/
.criteria {
	padding-top: 1em;
}

.criteria li {
	margin-bottom: 10px;
	line-height: 1.3em;
}
/*  __SHARING
*   Sharing Widget
*/
.share-this {
	margin-top: 6px;
	margin-right: 24px;
}
/*  __PAGE_PROMO
*   Sharing Widget
*/
.page-promo {
	background-color: #FFF;
	padding: 6px 1em;
	text-align: center;
	line-height: 1.5em;
	box-shadow: 0px 2px 5px 2px #ccc inset;
}
/*
*  Simple elastic gutters
*  Note: box-sizing will not work in IE6-7
*/
.wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
}

.wrapped {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapped:after {
	content: "";
	display: table;
	clear: both;
}
/*
*  __COLUMNS
*  Base column setup
*
*/
[class*='col-'],.standalone {
	padding: 0 9px;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

[class*='push-'] {
	position: relative;
}

.reverse[class*='col-'] {
	float: right;
}

.col-fluid {
	width: auto;
}
/* 
*  __GUTS
*  Custom gutters go here.  Custom gutters must be wrapped in a 'cust-gut' element.
*  Default gutter is 20px, default indent is 24px (48px total).  Computed indent should
*  be half of the default indent minus half the default gutter.
*  STRUCTURE:
*  div.cust-gut-*
*  |--div.col-1-of-4
*  |--div.col-1-of-2
*  `--div.col-1-of-4
*/
.col-container {
	padding: 0px 10px;
}

.standalone {
	padding: 0 24px;
}

.standaloneA {
	padding: 0 10px;
}

.no-gut {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.no-right-gut {
	padding-right: 0;
}

.no-right-gutimp {
	padding-right: 0 !important;
}

.no-left-gut {
	padding-left: 0;
}

.cust-gut-22px {
	padding: 13px;
}

.cust-gut-22px [class*='col-'] {
	padding: 0 11px;
}

.cust-gut-32px {
	padding: 0 8px;
}

.cust-gut-32px [class*='col-'] {
	padding: 0 16px;
}

.cust-gut-44px [class*='col-'] {
	padding: 0 22px;
}

.cust-gut-48px {
	padding: 0;
}

.cust-gut-48px [class*='col-'] {
	padding: 0 24px;
}

.col-container.left-gut-six {
	padding-left: 8px;
}

.col-container.left-gut-ten,.standalone.left-gut-ten {
	padding-left: 10px;
}
/*implemented for coupon which has 2px border*/
.col-container.left-gut-sixteen,.standalone.left-gut-sixteen {
	padding-left: 16px;
}

.col-container.right-gut-ten,.standalone.right-gut-ten {
	padding-right: 10px;
}

.cust-gut-44px.left-gut-six {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: -2px;
}

.cust-gut-simple-tb-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.minHeight400 {
	min-height: 400px;
}

.minHeight300 {
	min-height: 300px;
}
/*
*  __24_COLUMN
*  24 grid active
*  Gutters: 10px
*/
.col-1,.col-1-of-1 {
	width: 100%;
}

.col-2,.col-1-of-2 {
	width: 50%;
}

.col-1-of-3 {
	width: 33.33333%;
}

.col-2-of-3 {
	width: 66.66666%;
}

.col-1-of-4 {
	width: 25%;
}

.col-3-of-4 {
	width: 75%;
}

.col-1-of-5 {
	width: 20%;
}

.col-2-of-5 {
	width: 40%;
}
.col-2-of-5-new{
	width:42%;
}
.col-3-of-5 {
	width: 60%;
}

.col-4-of-5 {
	width: 80%;
}

.col-3-0f-111 {
	width: 36%;
}

.col-1-of-5-message {
	background: #eeeeec;
	height: 118px;
	width: 155px;
	line-height: 14px;
	margin-top: 13px;
	padding-top: 5px;
	margin-left: 0px;
}

.col-1-of-6 {
	width: 16.66666%;
}

.col-5-of-6 {
	width: 83.33333%;
}

.col-1-of-8 {
	width: 12.5%;
}

.col-3-of-8 {
	width: 37.5%;
}

.col-5-of-8 {
	width: 62.5%;
}

.col-7-of-8 {
	width: 87.5%;
}

.col-1-of-10 {
	width: 10%;
}

.col-3-of-10 {
	width: 30%;
}

.col-7-of-10 {
	width: 70%;
}

.col-9-of-10 {
	width: 90%;
}

.col-9_5-of-10 {
	width: 96.5%;
}

.col-1-of-12 {
	width: 8.33333%;
}

.col-5-of-12 {
	width: 41.66666%;
}

.col-7-of-12 {
	width: 58.33333%;
}

.col-11-of-12 {
	width: 91.66666%;
}

.col-1-of-24 {
	width: 4.16666%;
}

.col-5-of-24 {
	width: 20.83333%;
}

.col-7-of-24 {
	width: 29.16666%;
}

.col-11-of-24 {
	width: 45.83333%;
}

.col-13-of-24 {
	width: 54.16666%;
}

.col-17-of-24 {
	width: 70.83333%;
}

.col-19-of-24 {
	width: 79.16666%;
}

.col-23-of-24 {
	width: 95.83333%;
}

.col-1-of-3-alt {
	width: 31.5%;
}

.col-3-of-3a {
	width: 37.5%;
}

.col-16-of-10 {
	width: 16%;
}

.col-26-of-10 {
	width: 26%;
}

.col-1-of-94 {
	width: 94.6%;
}

.col-1-of-3-alt.margin-left-24 {
	margin-right: 2.75%;
	margin-left: 2.75%;
}

.col-2-of-5altt {
	width: 31%;
}

.width100 {
	width: 100%;
}

.height100 {
	height: 100%;
}

.column-1-of-2 {
	width: 50%;
}

.column-1-of-4 {
	width: 25%;
}

.push-1-of-2 {
	left: 50%;
}

.push-1-of-3 {
	left: 33.33333%;
}

.push-2-of-3 {
	left: 66.66666%;
}

.push-1-of-4 {
	left: 25%;
}

.push-3-of-4 {
	left: 75%;
}

.push-1-of-5 {
	left: 20%;
}

.push-2-of-5 {
	left: 40%;
}

.push-3-of-5 {
	left: 60%;
}

.push-4-of-5 {
	left: 80%;
}

.push-1-of-6 {
	left: 16.66666%;
}

.push-5-of-6 {
	left: 83.33333%;
}

.push-1-of-8 {
	left: 12.5%;
}

.push-3-of-8 {
	left: 37.5%;
}

.push-5-of-8 {
	left: 62.5%;
}

.push-7-of-8 {
	left: 87.5%;
}

.push-1-of-10 {
	left: 10%;
}

.push-3-of-10 {
	left: 30%;
}

.push-7-of-10 {
	left: 70%;
}

.push-9-of-10 {
	left: 90%;
}

.push-1-of-12 {
	left: 8.33333%;
}

.push-5-of-12 {
	left: 41.66666%;
}

.push-7-of-12 {
	left: 58.33333%;
}

.push-11-of-12 {
	left: 91.66666%;
}

.push-1-of-24 {
	left: 4.16666%;
}

.push-5-of-24 {
	left: 20.83333%;
}

.push-7-of-24 {
	left: 29.16666%;
}

.push-11-of-24 {
	left: 45.83333%;
}

.push-13-of-24 {
	left: 54.16666%;
}

.push-17-of-24 {
	left: 70.83333%;
}

.push-19-of-24 {
	left: 79.16666%;
}

.push-23-of-24 {
	left: 95.83333%;
}

.pull-1-of-2 {
	right: 50%;
}

.pull-1-of-3 {
	right: 33.33333%;
}

.pull-2-of-3 {
	right: 66.66666%;
}

.pull-1-of-4 {
	right: 25%;
}

.pull-3-of-4 {
	right: 75%;
}

.pull-1-of-5 {
	right: 20%;
}

.pull-2-of-5 {
	right: 40%;
}

.pull-3-of-5 {
	right: 60%;
}

.pull-4-of-5 {
	right: 80%;
}

.pull-1-of-6 {
	right: 16.66666%;
}

.pull-5-of-6 {
	right: 83.33333%;
}

.pull-1-of-8 {
	right: 12.5%;
}

.pull-3-of-8 {
	right: 37.5%;
}

.pull-5-of-8 {
	right: 62.5%;
}

.pull-7-of-8 {
	right: 87.5%;
}

.pull-1-of-10 {
	right: 10%;
}

.pull-3-of-10 {
	right: 30%;
}

.pull-7-of-10 {
	right: 70%;
}

.pull-9-of-10 {
	right: 90%;
}

.pull-1-of-12 {
	right: 8.33333%;
}

.pull-5-of-12 {
	right: 41.66666%;
}

.pull-7-of-12 {
	right: 58.33333%;
}

.pull-11-of-12 {
	right: 91.66666%;
}

.pull-1-of-24 {
	right: 4.16666%;
}

.pull-5-of-24 {
	right: 20.83333%;
}

.pull-7-of-24 {
	right: 29.16666%;
}

.pull-11-of-24 {
	right: 45.83333%;
}

.pull-13-of-24 {
	right: 54.16666%;
}

.pull-17-of-24 {
	right: 70.83333%;
}

.pull-19-of-24 {
	right: 79.16666%;
}

.pull-23-of-24 {
	right: 95.83333%;
}

.fontArial_Reg {
	font-family: Arial Regular, Arial;
}

.fontArial_Bold {
	font-family: Arial Bold, Arial;
	font-weight: 700;
}

.fontGothic_Reg {
	font-family: "NewsGothicBTW01-Light", Arial Regular, Arial;
}

.fontGothic_Bold {
	font-family: "News Gothic BT W01 Bold", Arial Bold, Arial;
	font-weight: 700;
}

.width_100 {
	width: 100px !important;
}

.fontItalic {
	font-style: italic;
}
/*
* __HEADER
*/
.header,.quick-reorder-header {
	width: 1000px;
	clear: both;
	margin: 0px auto 0px auto; /*
  background-image: url(../images/bg.jpg);*/
}

.globalHeader {
	font-size: 14px;
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0px !important;
	background-image: url(../images/bg.jpg);
}

.headerContainer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.globalPromoText {
	font-size: 15px;
}

.header-top {
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	background: url("../images/hrbg-greydot.gif") repeat-x scroll 0% bottom
		transparent;
	background-color: rgba(255, 255, 255, 0.5);
	font-weight: 700;
	font-size: 11px;
	height: 32px;
	overflow: hidden;
}

.ie8 .header-top,.ie7 .header-top,.oldie .header-top {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,
		endColorstr=#7FFFFFFF);
	zoom: 1;
}

.header-top .home {
	background: url("../images/bg.jpg") repeat-y scroll right 0% transparent;
	float: left;
	padding: 0 10px 1px;;
	background-image: url(../images/bg.jpg);
	color: #333;
}

.header-top .tab {
	display: block;
	float: left;
	padding: 0px 10px;
	font-weight: bold;
	color: #999;
}

.header-top .tab:hover {
	color: #259CDA;
}

.header-left {
	display: table;
	table-layout: fixed;
}

.deluxe_logo {
	padding: 18px 18px 18px 18px;
	width: 145px;
	height: 105px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.deluxe_logo,.headerSearch {
	display: table-cell;
}

.whatisthis .coupon_cb_title {
	font-size: 36px;
	clear: both;
	font-family: "News Gothic BT W01 Bold";
	position: relative;
	top: -8px;
}

.whatisthis .ques_content {
	font-size: 14px;
	color: #555555;
}

.whatisthis .coupon_cb_topic {
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}

.cb_close_button:hover {
	cursor: pointer;
}

.headerChat {
	height: 30px;
	padding-top: 11px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 600;
}

.headerChat a {
	color: #259cda;
}

.headerChat:hover {
	background: #259cda;
	color: white;
	height: 40px;
}

.headerChat:hover a {
	color: #FFF;
}
/*  DCOM-13061 changes starts here  */
.chatContainer,.cartContainer {
	width:100%;
	font-weight: 600;
}
/*  DCOM-13061 changes ends here  */
.headerSearch {
	height: 105px;
	padding-right: 23px;
}

.search-input {
	width: 100%;
	float: left;
	vertical-align: middle;
	margin-top: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #bbb;
	border-radius: 3px;
	padding: 11px;
	padding-right: 135px;
	/* to prevent search text from extending behind button */
	font-size: 13px;
	line-height: 20px;
	position: relative;
	font-family: Arial Regular, Arial;
}

.search-input.inactive,.psc_field.inactive {
	color: #CCC;
}

.search-input.error,.psc_field.error {
	border-color: #F00;
}

.header-search-button {
	position: absolute;
	float: right;
	top: 50%;
	cursor: pointer;
	font-size: 13px;
	width: 80px;
	font-family: Arial Bold, Arial;
	margin-top: -20px;
	right: 30px;
}

.header-search-button:after {
	content: "\f002";
	display: inline-block;
	position: relative;
	top: 0px;
	left: 6px;
	font-family: FontAwesome;
	font-size: 1.05em;
	font-weight: normal;
	width: 13px;
	background-repeat: none;
}

.headerPSCButton {
	position: absolute;
	width: 62px;
	font-size: 12px;
	top: 19px;
	right: 24px;
	padding: 0px;
	height: auto;
}

.psc_field {
	width: 100%;
	margin-top: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(187, 187, 187);
	border-radius: 3px 3px 3px 3px;
	padding: 3px 10px;
	line-height: 16px;
}

.psc_default {
	position: relative;
	text-align: center;
}

.pscHelpText {
	clear: left;
	float: left;
	font-size: 12px;
	color: #555;
}

#pscImage {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}

.pscHelpCB {
	line-height: 17px;
}

.pscHelpCB span {
	font-weight: bold;
	font-size: 14px;
}

.pscHelpCB p:nth-of-type(2) {
	font-size: 17px;
	font-weight: bold;
}

.psc_container {
	height: 60px;
	position: relative;
	display: table;
	width: 100%
}

.psc_err_arrow {
	position: absolute;
	left: 130px;
	top: -7px;
}

#promoDescriptionId {
	text-align: center;
}

.active_code {
	font-size: 16px;
	color: #FF0000;
	font-weight: 900;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	text-transform: uppercase;
}

.active_code a {
	font-size: 12px;
	text-transform: none;
	cursor: pointer;
}

.psc_active_title {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1em;
	color: #555;
	font-size: 12px;
}

.psc_details {
	margin-left: 0px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ff0000;
}

#pscEdit {
	font-size: 12px;
}

.psc_error {
	position: absolute;
	background-color: #ffd5d6;
	border-radius: 5px;
	border: 1px solid #f98688;
	font-size: 12px;
	color: #ff0000;
	padding: 10px 5px 5px 0px;
	top: 42px;
	left: 20px;
	z-index: 500;
	right: 20px;
	text-align: left;
}

.psc_error p {
	display: block;
	width: 250px;
	margin-left: 10px;
}

.psc_err_excl {
	margin-left: 5px;
}

.psc_err_close {
	position: absolute;
	left: 275px;
	top: 2px;
	cursor: pointer;
}

.dropdownContainer {
	position: relative;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Source Sans Pro", Arial, sans-serif;
	height: 40px;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.headerDropdownSection {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 40px;
}

#displayNav,.toggleDisplayNav,.mobileHeader,.header-dropdown-check,.header-dropdown-toggle
	{
	display: none;
}
/*__CART_DD*/
.nav-shopping-cart {
	font-weight: 600;
}

.dd_activated .nav-shopping-cart {
	color: #FFF;
}

.cart_heading {
	cursor: pointer;
	font-weight: 600;
}

.cart_dropdown {
	position: absolute;
	z-index: 1000;
	display: none;
	top: 100%;
	right: 0;
	left: -410px;
	background-color: #FFF;
	border: 1px solid #259CDA;
	padding: 10px;
	color: #000;
	text-align: left;
	text-transform: none;
	width: 490px;
}

.cart_dropdown table {
	width: 100%;
	margin-top: 20px;
}

.cart_dropdown td {
	padding-right: 10px;
	padding-bottom: 1em;
}

.cart_dropdown td+td+td {
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
}

.cart_dropdown .finalPrice {
	float: right;
	font-size: 15px;
	margin-top: 15px;
	margin-right: 25px;
}

.cart_dropdown .subtotal {
	float: left;
	font-size: 15px;
	margin-left: 60px;
	margin-top: 15px;
}

.cart_dropdown a {
	font-size: 13px;
	font-weight: bold;
}

.cart_dropdown .button {
	margin-top: 10px;
	text-transform: uppercase;
	border-width: 0px;
	font-size: 12px;
}

.dd_item_price {
	font-size: 13px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
}

.cart_dropdown .module_header {
	font-size: 17px;
	margin: 10px 0px 15px 10px;
	color: #333;
	width: 180px;
	display: inline;
	text-transform: uppercase;
}

.cart_dropdown #bottomPanel {
	margin-top: 10px;
}

.cart_dropdown .item_image {
	width: 50px;
	height: auto;
}

.cart_dropdown input,.cart_dropdown button,.cart_dropdown a.orangeButton
	{
	float: right;
	vertical-align: bottom;
}

.cart_dropdown h2+h2+.close {
	float: left;
	margin-top: 18px;
}

.cart_dropdown .close {
	float: right;
	font-weight: 400;
}

.cart_dropdown .borderline {
	position: absolute;
	top: 0;
	right: 196px;
	border-top: 1px solid #CCC;
	width: 100%;
	height: 1px;
}

.cart_dropdown .header {
	height: 35px;
	text-align: right;
	color: #666;
}

.customScroll {
	width: auto;
	height: 410px;
	overflow: auto;
}

.items {
	clear: both;
	text-transform: none;
}

.gotoCartButton {
	background-image: url(../images/go-to-cart.png);
	width: 153px;
	height: 34px;
	border-width: 0px;
}

.rBorder {
	/*border-right:1px solid #eaebe6;*/
	height: 300px;
}

.priceRed {
	/*color:#bb010c;*/
	font-weight: 400;
	text-decoration: none;
}
/*__ACCOUNT_DD*/
.account_dropdown {
	text-transform: none;
	border: solid 1px #259cda;
	position: absolute;
	z-index: 1000;
	background-color: #fff;
	font-size: 12px;
	left: -1px;
	right: -1px;
	top: 100%;
	text-align: left;
	padding: 18px 20px;
	display: none;
	overflow: visible;
}

.account_dropdown:before,.cart_dropdown:before {
	content: " ";
	display: block;
	position: absolute;
	bottom: 100%;
	width: 0px;
	height: 0px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #FFF;
	left: 50%;
	margin-left: -5px;
}

.cart_dropdown:before {
	left: auto;
	right: 35px;
}

.account_dropdown label {
	font-size: 14px;
}

.account-container-spacer {
	margin-top: -18px;
}

.signed-in .username {
	line-height: .5em;
	text-transform: capitalize;
}

.signedin-header {
	position: relative;
	left: 110px;
	top: -25px;
}

.signin_pg_disbl {
	height: 40px;
	padding-top: 10px;
	z-index: 1001;
}

#signedin .account_dropdown {
	text-transform: none;
	border: solid 1px #259cda;
	position: absolute;
	z-index: 1000;
	width: 295px;
	background-color: #fff;
	font-size: 12px;
	left: -1px;
	top: 35px;
	text-align: left;
	padding: 18px 20px;
	display: none;
	overflow: hidden;
}

.account_dropdown label:first-of-type,.account_dropdown p:first-of-type
	{
	display: inline;
	padding-top: 15px;
}

/* undoing the ul margin top in service nav */
#serviceNav .account_dropdown ul {
	margin-top: 0px;
}

.acct_dd_field {
	width: 100%;
	border-color: rgb(187, 187, 187);
	border-radius: 3px 3px 3px 3px;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 8px;
	line-height: 12px;
	padding: 12px;
}

#signedin {
	display: none;
	text-transform: none;
}

#notsignedin {
	display: none;
	text-transform: none;
}

.error_signin {
	color: #ee0000;
	border: solid 1px #ff0000;
	margin: 5px 15px 30px 15px;
	padding: 10px;
	background-color: #ffd5d5;
}

.error_signin div:first-of-type {
	height: 100%;
	width: 25px;
}

.dd_signin {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 120px;
	height: 32px;
	border-width: 0px;
	text-align: center;
	line-height: 20px;
}

#dd_signout {
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight: bold;
	border-width: 0px;
	font-size: 12px;
}

.forgotpw {
	margin-left: 10px;
	margin-top: 15px;
	margin-right: 10px;
	text-transform: none;
}

.account_dropdown hr {
	width: 100%;
	clear: both;
	margin: 7px 0;
	text-transform: none;
}

.account_dropdown_button {
	cursor: pointer;
	font-weight: 600;
}

.account_dropdown_button .username {
	font-weight: 500;
}

.dd_activated .signed-in {
	color: #FFF;
}

.account_dropdown_button.disabled {
	color: #555;
	cursor: default;
}

.dd_activated {
	background-color: #259CDA;
	color: #fff;
}

.dd_activated:hover {
	background-color: #259CDA;
	color: #fff;
}

.dd_activated.disabled {
	background-color: transparent;
	color: #555;
}

.dd_activated.disabled:hover {
	background-color: transparent;
	color: #555;
}

.dd_activated .close {
	color: #259CDA;
}

.dd_activated .account_dropdown_button a {
	color: #fff;
}

.dd_standard {
	color: black;
}

.dd_acct_arrow:before,.dd_cart_arrow:before {
	content: "\f078";
	display: inline-block;
	font-family: FontAwesome;
	font-size: .8em;
	font-weight: normal;
	position: relative;
	top: -1px;
	color: #777;
}

.dd_acct_arrow.active:before,.dd_cart_arrow.active:before {
	content: "\f078\200B";
	display: inline-block;
	font-family: FontAwesome;
	font-size: .8em;
	font-weight: normal;
	position: relative;
	top: -1px;
	color: #fff;
}

a.nav-shopping-cart,a.account_dropdown_button {
	text-decoration: none;
}

.cart_dd_selector:hover,.account_dd_container:hover {
	text-decoration: underline;
}

.cart_selected_arrow,.account_selected_arrow {
	position: absolute;
	left: 50%;
	bottom: 0px;
	z-index: 20000;
	display: none;
	width: 10px;
	margin-left: -5px;
}

.account_dropdown_signedin {
	display: none;
	border: solid 1px black;
	position: absolute;
	z-index: 1000;
	width: 224px;
	background-color: #fff;
	padding: 10px;
	font-size: 12px;
}

.acct_dd_links {
	font-size: 14px;
}

#SignInLoader {
	float: right;
	position: relative;
	top: 8px;
}

.errorMessageBox {
	border: 1px solid rgb(237, 27, 45);
	color: rgb(237, 27, 45);
	font-weight: 400;
	font-size: 12px;
	background-color: #FDDBCB;
	background-image: url('../images/error-state.png');
	background-repeat: no-repeat;
	background-position: 10px 8px;
	width: 100%;
	margin-bottom: 10px;
	padding: 7px 10px 7px 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.successMessageBox {
	color: #749c38;
	width: 100%;
}

.successMessageBox .title:before,.successMessageBox .icon:before {
	content: "\f058";
	float: left;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 29px;
	font-weight: normal;
	color: #749c38;
	width: 26px;
	height: 25px;
	margin-right: 10px;
	margin-top: 0px;
	font-style: normal;
}

.successMessageBox .title-latest:before,.successMessageBox .icon:before {
	content: "\f058";
	float: left;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 29px;
	font-weight: normal;
	color: #749c38;
	width: 26px;
	height: 25px;
	margin-right: 7px;
	margin-top: 0px;
	font-style: normal;
	margin-bottom: 40px;
}


.manual-icon.successMessageBox .title:before {
	display: none;
}
.grey-arrow-first{
	margin-top: -30px;
    margin-left: 125px;
}
.grey-arrow-sec{
	margin-top: -30px;
    margin-left: 248px;
}

.successMessageBox .title {
	font-size: 18px;
	color: #749c38; /*Modified title color to fix defect #1993*/
	font-weight: 700;
	text-transform: none;
	line-height: 1em;
	padding-top: .35em;
	padding-bottom: .35em;
}

.successMessageBox .title-latest {
	font-size: 18px;
	color: #749c38; /*Modified title color to fix defect #1993*/
	font-weight: 700;
	text-transform: none;
	line-height: 1em;
	padding-top: .35em;
	padding-bottom: .35em;
}


/*Modified title color to fix defect #1727*/
#orderHistory.successMessageBox .title {
	font-size: 18px;
	color: #000;
	font-weight: 700;
	text-transform: none;
	line-height: 1em;
	padding-top: .35em;
	padding-bottom: .35em;
}

.signin_dd_error {
	border-color: #ff0000;
}
/**
*	__BROWSER_WARNING
*/
.browser-warning {
	padding: 0;
	font-size: 16px;
	margin-bottom: 0px;
	vertical-align: top;
	border-bottom: 1px solid rgb(237, 27, 45);
	background-color: #FDDBCB;
	width: 100%;
}

.browser-warning-inner {
	padding: 0;
	color: rgb(237, 27, 45);
	margin: 0 auto;
	background-image: url('../images/error-state.png');
	background-repeat: no-repeat;
	background-position: 10px 11px;
	width: 1000px;
	text-align: left;
}

.browser-warning-inner .text-area {
	padding: 10px 10px 15px 35px;
	width: 33%;
}

.browser-warning .badge {
	float: left;
	display: block;
	position: relative;
	top: 15px;
}

.browser-warning .warning-link {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	top: 50px;
	left: 10px;
	display: block;
}

.browser-warning .title {
	font-weight: bold;
	width: auto;
	font-size: 25px;
	padding: 10px 10px 7px 35px;
}
/**
*	__FAT_BOX
*/
.fat-box {
	border: 5px solid #F1F1F1;
	padding: 1em 10px;
	position: relative;
	z-index: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.fat-box:before {
	border: 1px solid #CCC;
	background-color: #FFF;
	content: " ";
	display: block;
	position: absolute;
	z-index: -1;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}

/*
*__GENERAL
*/
.hidden {
	display: none;
}

.visually-hidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.autocenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.testborder {
	border: 1px dashed black;
}

.innerPad20 {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.strikethrough {
	text-decoration: line-through;
}

.input_error {
	border-color: #ff0000;
}

.vert-marg-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.flleft {
	float: left;
}

.flright {
	float: right;
}

.nofloat{
    float: none !important;
}

.clear:after,.col-container:after,.content:after,.globalHeader:after,.footer:after,.footer-social-bar:after,.globalNav:after,dl:after,.flyout:after,.wrapper:after,.mainArea:after,.input-container:after,-table:after,.cart-table-header:after,.cart-table-body:after
	{
	content: "";
	display: table;
	clear: both;
}
/* Fix for IE8 pseudo element issue */
.ie8 .ie8PseudoFix:before,.ie8 .ie8PseudoFix:before {
	content: "      " !important;
}

.headerMainNav {
	width: 100%;
	border: solid 1px black;
	clear: both;
	height: 50px;
}

.categoryTier0 {
	float: left;
	border: 1px solid gray;
	height: 100%;
	padding: 0px 10px 0px 10px;
}

.add_borderbox,.cart-table .cell {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.add_relative {
	position: relative;
}

div.labelTB {
	display: block;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 215px;
}

.infinity-body {
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	height: 1000000px;
	position: fixed;
	z-index: -1;
	background: url("../images/bg.jpg") repeat scroll 0% 0% transparent;
}

.capitalize {
	text-transform: capitalize;
}

.pointer {
	cursor: pointer;
}
.divTable {
    display: table;
}

.divRow {
    display: table-row;
}

.divCell {
    display: table-cell;
}

.divCell.centered {
    vertical-align: middle;
    text-align: center;
}
/*
*  __INPUTS
*/
.input-style,.form-style select,.form-style input[type='text'],.form-style input[type='password']
	{
	width: 135px;
	height: 33px;
	display: inline-block;
	margin-top: 2px;
	margin-bottom: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #bbb;
	border-radius: 3px;
	padding: 8px;
	line-height: 15px;
	font-size: 12px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.input-style.mini,.form-style select.mini,.form-style input[type="text"].mini,.form-style input[type="password"].mini
	{
	height: 25px;
	padding: 2px 2px 2px 4px;
	margin-top: 0;
	margin-bottom: 0;
}

#colorbox .input-style,#colorbox .form-style select,#colorbox .form-style input[type='text'],#colorbox .form-style input[type='password']
	{
	padding: 6px 8px;
}

.form-style select,.form-style input[type='text'],.form-style input[type='password'],.input-style.full
	{
	width: 100%;
}

.form-style  input[type='checkbox'] {
	position: relative;
	top: 2px;
}

.form-style input[readonly],.input-style[readonly],.form-style input[disabled],.input-style[disabled],.form-style select[readonly],.form-style select[disabled],.input-style[readonly]
	{
	background-color: #D4D0C8;
	color: rgb(128, 128, 128);
}

.input-container {
	padding-bottom: 10px;
	position: relative;
}
/*DCOM-8377 code modification*/
.errortxt {
	display: block;
	color: #F00;
}

.form-style .errortxt,.form-style .error_text,.input-container .errortxt
	{
	position: absolute;
	top: calc(100% - 15px);
	/*DCOM-9056 code removal*/
	font-size: 12px;
	color: #F00;
	line-height: 1em;
	font-weight: 700;
	font-family: "News Gothic BT W01 Bold", Arial Bold, Arial;
}
/*end DCOM-8377 code modification*/
.form-style input.invalid,.form-style select.invalid,.input-style.invalid,.hosted-field.invalid
	{
	border-color: #F00 !important;
}

.styled-checkbox {
	background-color: #fff;
	display: inline-block;
	position: relative;
	height: 20px;
	width: 20px;
	border: 1px solid #A5A5A5;
	border-radius: 3px;
	cursor: pointer;
	margin-right: 5px;
	box-shadow: 1px 1px 2px #A5A5A5, inset 0 7px 7px -3px #FFF;
}

.styled-checkbox:hover,.styled-checkbox.focus {
	box-shadow: 0px 0px 4px #259CDA, 0px 7px 7px -3px #FFF inset;
	border: 1px solid #259CDA;
}

.styled-checkbox .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	display: block;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

.styled-checkbox.spin .spinner {
	opacity: 1;
}

.styled-checkbox.invalid {
	border-color: #dd1a45;
}

.styled-checkbox.invalid:hover,.styled-checkbox.invalid.focus {
	border-color: #F00;
	box-shadow: 0px 0px 4px #F00, 0px 7px 7px -3px #FFF inset;
}

.styled-checkbox input[type="checkbox"] {
	position: absolute;
	left: -99999999px;
}

.styled-checkbox:before {
	content: "\f00c";
	display: block;
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: normal;
	position: relative;
	top: 1px;
	color: transparent;
	margin-right: 0px;
	margin-top: 0px;
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear;
}

.no-cssanimations .styled-checkbox:before,.no-cssanimations .styled-checkbox.spin:before
	{
	visibility: hidden;
}

.styled-checkbox.active:before {
	visibility: visible;
	color: #259CDA;
	content: "\f00c ";
}

.styled-checkbox.spin:before {
	color: transparent;
	content: "\f00c  ";
}

.styled-checkbox .errortxt {
	display: none;
}

.req_star {
	color: #F00;
}
/* don't show the x/eye for text inputs in IE */
.form-style input::-ms-clear,.form-style input::-ms-reveal,.input-style::-ms-clear,.input-style::-ms-reveal
	{
	width: 0;
	height: 0;
}
/* Webkit select inset box-shadow AND background-positioning bugfix */
/* older safari and older chrome */
.form-style select,select.input-style {
	-webkit-appearance: none;
	appearance: none;
	background-image:
		url('/webasset/b2b/203/images/shop-deluxe-selectbox-arrow.png')
		!important;
	background-repeat: no-repeat;
	background-position: 100% center;
	background-origin: content-box;
}

/* __HEADERNAV */
.globalNav {
	margin: 0 auto;
	list-style: none;
	height: 42px;
	border-top: 1px solid #989898;
	border-bottom: 2px solid #259cda;
	background-color: #FFF;
}

.globalNav>li {
	z-index: 102;
	float: left;
	position: relative;
	height: 44px;
	/* Begin Magic Widths */
	width: 263px;
}

.globalNav>li ~ li {
	width: 122px;
}

.globalNav>li ~ li ~ li {
	width: 195px;
}

.globalNav>li ~ li ~ li ~ li {
	width: 240px;
}

.globalNav>li ~ li ~ li ~ li ~ li {
	width: 71px;
}

.globalNav>li ~ li ~ li ~ li ~ li ~ li {
	width: 107px;
}

.globalNav>li:hover {
	background-image: url('../images/upArrow.png');
	background-position: center bottom;
	background-color: #259CDA;
	background-repeat: no-repeat;
}

.globalNav>.reorder:hover {
	background-image: none;
}

.catList,.globalNav .reorder {
	/*background-image: url("../images/hrbg-greydot-vert-5.gif");*/
	background-position: right center;
	background-repeat: no-repeat;
	padding: 1.05em 0; /* 1.05em 1.35em; */
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 700;
	color: #555;
	display: block;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* DCOM-12963 changes */
.primary_nav_wrap>li:hover .catList {
	color: #FFF;
	text-decoration: none;
}

/* DCOM-12963 changes */
.primary_nav_wrap  li:hover .flyout {
	display: block;
	visibility: visible;
	opacity: 1;
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg>ul li {
	width: auto !important;
}

.globalNav>li>a:hover,.globalNav>li.no-bg>a {
	background-image: none;
}

.globalNav .reorder {
	float: right;
	text-align: center;
	background-image: none;
}

.globalNav .reorder>a {
	background-image: none;
	color: #F00;
}

.globalNav .reorder>a:hover {
	color: #FFF;
}

.globalNav .flyout {
	position: absolute;
	background: url("../images/hrbg-greydot-vert.gif") repeat-y scroll 229px
		0% #FFF;
	width: 405px;
	border: 1px solid #259cda;
	border-top-width: 0;
	top: 100%;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	text-align: left;
}

.globalNav .flyout.shop-by {
	background-image: none;
	width: auto;
	min-width: 178px;
	/* So that the flyout's left border is never right of it's parent's left border */
	right: -108px;
	white-space: nowrap;
}

.globalNav .flyout.shop-by:before {
	content: none;
	display: none;
}

.globalNav .flyout.shop-by ul {
	width: 150px;
	float: none;
	display: inline-block;
}
/* added for temporary lack of BCC slots... remove after flyout is added */
.globalNav ul {
	display: none;
}

.globalNav>li:hover>ul {
	display: block;
}

.globalNav .flyout ul {
	display: block;
	float: left;
	width: 230px;
	padding-top: 11px;
	padding-bottom: 12px;
	font-size: 1.077em;
	line-height: 1.072em;
}

.flyout a {
	padding: 4px 10px 4px 15px;
	display: block;
	color: #555;
}

.flyout a:hover {
	color: #259cda;
	text-decoration: none;
}

.globalNav .flyout ul.right-section {
	position: relative;
	float: left;
	width: 175px;
	font-size: 1em;
	z-index: 1001;
}

.globalNav .flyout:before {
	content: "";
	display: block;
	position: absolute;
	right: 0px;
	width: 175px;
	height: 1000px;
	background-image: url(../images/bg.jpg);
}
/**** __FLYOUT_TRANSITIONS ****/
.csstransitions .globalNav li {
	-webkit-transition-property: visibility, background-color, color;
	-moz-transition-property: visibility, background-color, color;
	-o-transition-property: visibility, background-color, color;
	transition-property: visibility, background-color, color;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}

.csstransitions .globalNav li:hover,.csstransitions .globalNav li:hover .flyout,#navText2
	{
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}
/*** ESSENTIAL STYLES ***/
.subHeaders {
	padding-left: 9px;
	color: #555555;
	margin-top: 5px;
	font-size: 14px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 700;
}

.subHeadersA {
	color: #585858 !important;
	font-size: 13px;
	padding-left: 5px;
	font-family: 'Source Sans Pro', arial, sans-serif;
	font-weight: 700;
}

.subHeadersB {
	color: #585858;
	padding-left: .5em;
	line-height: 2.3em;
	padding-top: 0px;
	background: #FFF;
	font-size: .9em;
	font-weight: 700;
}

.subHeadersC {
	font-size: 13px;
	padding-left: 0px;
	font-family: 'Source Sans Pro', arial, sans-serif;
	font-weight: 700;
}

.subHeadersD {
	color: #585858;
	padding-left: 1em;
	line-height: 2.3em;
	padding-top: 0px;
	background: #FFF;
	font-size: .9em;
	font-weight: 700;
}

.blue-line {
	border-top: 2px solid #259CDA;
}

.bottomHeader {
	margin: 2px 0px;
	width: 100%;
	background:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFElEQVQImWNgwAVU59z6j1MSBQAAaDsCmzr5s40AAAAASUVORK5CYII=)
		repeat;
	height: 20px;
}

.headerBottomBackground {
	height: 20px;
	width: 100%;
	background: url("../images/bg.jpg") repeat scroll 0% 0% transparent;
}
/* __headernav ends */

/*__COLORBOX Default styles*/
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,#cboxOverlay,#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0.7 !important;
}

#cboxMiddleLeft,#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay,#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

#colorbox,#cboxContent,#cboxLoadedContent {
	box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: #000000;
}

#colorbox {
	
}

#cboxTopLeft {
	width: 21px;
	height: 21px;
	background: url(../images/controls.png) no-repeat -101px 0;
	opacity: 1;
}

#cboxTopRight {
	width: 21px;
	height: 21px;
	background: url(../images/controls.png) no-repeat -130px 0;
	opacity: 1;
}

#cboxBottomLeft {
	width: 21px;
	height: 21px;
	background: url(../images/controls.png) no-repeat -101px -29px;
	opacity: 1;
}

#cboxBottomRight {
	width: 21px;
	height: 21px;
	background: url(../images/controls.png) no-repeat -130px -29px;
	opacity: 1;
}

#cboxMiddleLeft {
	width: 21px;
	background: url(../images/controls.png) left top repeat-y;
	opacity: 1;
}

#cboxMiddleRight {
	width: 21px;
	background: url(../images/controls.png) right top repeat-y;
	opacity: 1;
}

#cboxTopCenter {
	height: 21px;
	background: url(../images/border.png) 0 0 repeat-x;
	opacity: 1;
}

#cboxBottomCenter {
	height: 21px;
	background: url(../images/border.png) 0 -29px repeat-x;
	opacity: 1;
}

#cboxContent {
	background: #fff;
	overflow: hidden;
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

#cboxTitle {
	position: absolute;
	top: 4px;
	left: 18px;
	text-align: left;
	width: 100%;
	color: #949494;
}

#cboxCurrent {
	position: absolute;
	bottom: 4px;
	left: 58px;
	color: #949494;
}

#cboxSlideshow {
	position: absolute;
	bottom: 4px;
	right: 30px;
	color: #0092ef;
}

#cboxPrevious {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/controls.png) no-repeat -75px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxPrevious:hover {
	background-position: -75px -25px;
}

#cboxNext {
	position: absolute;
	bottom: 0;
	left: 27px;
	background: url(../images/controls.png) no-repeat -50px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxNext:hover {
	background-position: -50px -25px;
}

#cboxLoadingGraphic {
	background: url(../images/loading.gif) no-repeat center center;
}

#cboxClose {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/controls.png) no-repeat -25px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxClose:hover {
	background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,.cboxIE #cboxTopCenter,.cboxIE #cboxTopRight,.cboxIE #cboxBottomLeft,.cboxIE #cboxBottomCenter,.cboxIE #cboxBottomRight,.cboxIE #cboxMiddleLeft,.cboxIE #cboxMiddleRight
	{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,
		endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft {
	background: url(images/ie6/borderTopLeft.png);
}

.cboxIE6 #cboxTopCenter {
	background: url(images/ie6/borderTopCenter.png);
}

.cboxIE6 #cboxTopRight {
	background: url(images/ie6/borderTopRight.png);
}

.cboxIE6 #cboxBottomLeft {
	background: url(images/ie6/borderBottomLeft.png);
}

.cboxIE6 #cboxBottomCenter {
	background: url(images/ie6/borderBottomCenter.png);
}

.cboxIE6 #cboxBottomRight {
	background: url(images/ie6/borderBottomRight.png);
}

.cboxIE6 #cboxMiddleLeft {
	background: url(images/ie6/borderMiddleLeft.png);
}

.cboxIE6 #cboxMiddleRight {
	background: url(images/ie6/borderMiddleRight.png);
}

.cboxIE6 #cboxTopLeft,.cboxIE6 #cboxTopCenter,.cboxIE6 #cboxTopRight,.cboxIE6 #cboxBottomLeft,.cboxIE6 #cboxBottomCenter,.cboxIE6 #cboxBottomRight,.cboxIE6 #cboxMiddleLeft,.cboxIE6 #cboxMiddleRight
	{
	_behavior: expression(this.src = this.src ? this.src : 
		this.currentStyle.backgroundImage.split ( '"')[1],
		this.style.background= "none", this.style.filter= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src="+
		 this.src+ ", sizingMethod='scale')");
}

#cboxClose {
	display: none !important;
}

/** OUR STYLES **/
.cb-arrow {
	position: absolute;
	z-index: 99999999999999999;
	display: block;
	content: " ";
}

.cb-arrow:after,.cb-arrow:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.cb-arrow:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFF;
	border-width: 60px;
	margin-left: -60px;
}

.cb-arrow:before {
	border-color: rgba(85, 85, 85, 0);
	border-bottom-color: #555;
	border-width: 61px;
	margin-left: -61px;
}

.payBox #cboxLoadedContent {
	overflow: hidden;
}

.mboxDefault {
	position: absolute;
}

/***************************\
    __OVERLAY  
\***************************/
.overlay,.inner-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	filter: alpha(opacity = 60); /* old IE opacity */
	z-index: 50000;
}

.inner-overlay {
	position: absolute;
	z-index: 1000;
}

.overlay.white {
	background-color: #FFF;
	position: absolute;
}

.overlay.fixed {
	position: fixed;
}
/*
*   __FOOTER
*/
.footer {
	color: #CACACA;
	width: auto;
	margin: 0 auto;
	padding: 44px 50px 0;;
}

.footer>.col-container {
	background: #eff0f1;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding-top: 25px;
	font-family: 'Source Sans Pro', arial, sans-serif;
}

.footer>.col-container .col-1-of-4 {
	padding: 0 15px;
}

.footer h3 {
	color: #231f20;
	font-weight: bold;
	text-transform: capitalize;
}

/* DCOM-13488 changes starts here */
.footer .section {
	margin-bottom: 30px;
	color: #45474a;
}
/* DCOM-13488 changes ends here */

.footer ul {
	font-size: 12px;
	/* Not scalable font size, because W2P JS CSS breaks it */
	margin-bottom: 20px;
	line-height: 1.667em;
}

/* DCOM-13488 changes starts here */
.footer ul a {
	/* Bad selector, but exists for the purpose of being more specific than W2P JS */
	color: #004a7d;
}

.footer dl {
	margin-top: 4px;
	margin-bottom: 8px;
	line-height: 1.667em;
	color: #45474a;
}
/* DCOM-13488 changes ends here */

.footer .badge {
	cursor: pointer;
}

.footer .contact-zone a {
	padding: 0 8px;
}

.footer .contact-zone {
	margin-left: -8px; /* Same as padding of contained links */
	margin-bottom: 27px;
}

.footer-social-bar {
	margin: 0 auto;
	padding: 0px 0px 10px;
	float: left;
	width: 100%;
}

.footer-social-bar .greyline {
	margin-bottom: 10px;
}

.footer-social-bar .badge {
	float: left;
	margin: 1px 8px 1em 0;
}

.footer-social-bar a {
	color: #000;
	text-decoration: none;
}

.footer-social-bar h3 {
	margin-bottom: 5px;
}

.footer-social-bar h4 {
	line-height: 1em;
}

.footer-social-bar h4,.footer-social-bar h3 {
	/* 14px */
	font-size: 1.077em;
	text-transform: uppercase;
}
/* __footer */
#cboxClose {
	display: none !important;
}

/*__ JSCROLLPANE*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: red;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	background: #ECECEC;
	position: relative;
}

.jspDrag {
	background: #326698;
	width: 6px;
	position: relative;
	top: 0;
	left: 2px;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}
/*END __JSCROLLPANE*/
/* __HOME */

/* __HERO Home page styles */
#heroSelectors {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 10px;
	width: 100%;
	text-align: center;
}

#heroSelectors a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	margin: 0 1px 0 0;
	background: url(../images/hero/selector.png) no-repeat;
}

.heroSelectors a.activeSlide {
	background: url(../images/hero/selector-on.png) no-repeat;
}

.heroBackground {
	background: url(../images/hero/hero-home.png) no-repeat;
	width: 1200px;
	height: 400px;
}

.hero-home-shadow {
	background-image: url("../images/hero/hero-home-shadow.png");
}

.sourceSansPro {
	font-family: 'Source Sans Pro', arial, sans-serif;
	font-weight: 700;
}
/*
    these are just the default styles used in the Cycle2 demo pages.  
    you can use these styles or any others that you wish.
*/

/* End __HERO home page styles */
.orderChkFeatured {
	background: url(../images/cornerDots.png) no-repeat;
	display: block;
	height: 150px;
	margin-top: -13px;
}

.orderChkFeaturedMain {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
}

.section-sub-txt-padding {
	padding: 0px -10px 0px -15px;
	font-weight: 400;
	line-height: 1.2em !important;
}

.heroHome {
	width: 1000px !important;
	margin-left: -64px;
}

.heroMainPositioning {
	top: 97px !important;
	left: 15px !important;
	position: absolute;
}

.heroMainPos-2 {
	padding: .5em 13px !important;
	top: 135px;
	left: 20px;
	position: absolute;
}

.featuredMain {
	margin-top: 10px !important;
}

.featuredMain-sub ul li {
	margin: 5px 0px;
	line-height: 1.0em;
	padding: 0px 0 0 0;
}

.orderNowRedButtonMain {
	margin: 5px 0px 2px 22px;
	padding: -5px 0px 3px 0px;
}

.education-sectionHeader {
	margin-top: 25px;
	margin-bottom: 55px;
}
/* __HOME ends */
/* __margins */
.marginTop58 {
	margin-top: 58px;
}

.marginTop75 {
	margin-top: 75px;
}

.marginTop50 {
	margin-top: 50px;
}

.marginTop45 {
	margin-top: 45px;
}

.marginTop43 {
	margin-top: 43px;
}

.marginTop40 {
	margin-top: 40px;
}

.marginTop35 {
	margin-top: 35px;
}

.marginTop30 {
	margin-top: 30px;
}

.marginTop28 {
	margin-top: 28px;
}

.marginTop25 {
	margin-top: 25px;
}

.marginTop20 {
	margin-top: 20px;
}

.marginTop15 {
	margin-top: 15px;
}

.marginTop13 {
	margin-top: 13px;
}

.marginTop10 {
	margin-top: 10px;
}
.user-pwd{
	color: black;
    font-weight: 100;
}
.change-color{
	color:#749c38;
}
.reset_endline_coa{
	    float: right;
    font-size: 14px;
    color: #004A7D;
    margin: -47px -30px;
}
.marginTop8 {
	margin-top: 8px;
}

.marginTop6 {
	margin-top: 6px;
}

.marginTop5 {
	margin-top: 5px;
}

.marginTop3 {
	margin-top: 3px;
}

.marginTop2 {
	margin-top: 2px !important;
}

.marginTop0 {
	margin-top: 0px !important;
}

.marginTop18 {
	margin-top: 18px;
}

.marginTopNeg30 {
	margin-top: -30px;
}

.marginTopNeg20 {
	margin-top: -20px;
}

.marginTopNeg18 {
	margin-top: -18px;
}

.marginTopNeg15 {
	margin-top: -15px;
}

.marginTopNeg12 {
	margin-top: -12px;
}

.marginTopNeg10 {
	margin-top: -10px;
}

.marginTopNeg8 {
	margin-top: -8px;
}

.marginTopNeg5 {
	margin-top: -5px;
}

.marginBottom0 {
	margin-bottom: 0px !important;
}

.marginBottom3 {
	margin-bottom: 3px;
}

.marginBottom5 {
	margin-bottom: 5px;
}

.marginBottom8 {
	margin-bottom: 8px;
}

.marginBottom10 {
	margin-bottom: 10px;
}

.marginBottom15 {
	margin-bottom: 15px;
}

.marginBottom18 {
	margin-bottom: 18px;
}

.marginBottom20 {
	margin-bottom: 20px;
}
.marginBottom2 {
	margin-bottom: 2px;
}
.marginLeft20{
	margin-left:47px;
}
.marginBottom25 {
	margin-bottom: 25px;
}

.marginBottom30 {
	margin-bottom: 30px;
}

.marginBottom35 {
	margin-bottom: 35px;
}

.marginBottom40 {
	margin-bottom: 40px;
}

.marginBottom50 {
	margin-bottom: 50px;
}

.marginBottom60 {
	margin-bottom: 60px;
}

.marginBottom70 {
	margin-bottom: 70px;
}

.marginBottom75 {
	margin-bottom: 75px;
}

.marginBottom80 {
	margin-bottom: 80px !important;
}

.margin-left-neg-5 {
	margin-left: -5px;
}

.margin-left-neg-10 {
	margin-left: -10px !important;
}

.margin-left-neg-20 {
	margin-left: -20px !important;
}

.margin-left-neg-50 {
	margin-left: -50px !important;
}

.marginLft5 {
	margin-left: 5px;
}

.marginLft3 {
	margin-left: 3px;
}

.marginLft7 {
	margin-left: 7px;
}

.marginLft8 {
	margin-left: 8px;
}

.marginLft10 {
	margin-left: 10px !important;
}

.marginLft12 {
	margin-left: 12px;
}

.marginLft15 {
	margin-left: 15px;
}

.marginLft13 {
	margin-left: 13px;
}

.marginLft20 {
	margin-left: 20px !important;
}

.marginLft22 {
	margin-left: 22px !important;
}

.marginLft24 {
	margin-left: 24px;
}

.marginLft25 {
	margin-left: 25px;
}

.marginLft30 {
	margin-left: 30px;
}

.marginLft35 {
	margin-left: 35px;
}

.margin-left-24 {
	margin-left: 24px;
}

.marginRight5 {
	margin-right: 5px !important;
}

.marginRight10 {
	margin-right: 10px;
}

.marginRight15 {
	margin-right: 15px;
}

.marginRight20 {
	margin-right: 20px;
}

.marginRight18 {
	margin-right: 18px;
}

.marginRight22 {
	margin-right: 22px;
}

.marginRight25 {
	margin-right: 25px;
}

.marginRight45 {
	margin-right: 45px;
}

.marginRight65 {
	margin-right: 65px;
}

.margin-right-neg-40 {
	margin-right: -70px;
}

.paadingLft20 {
	padding-left: 20px !important;
}

.commonprdId {
	font-size: 11px;
}

.commonprd {
	font-size: 14px;
	font-weight: normal;
}
.cart-table-body .row .cell .paddingTop0{
	padding-top:0px;
}
.commonBlkColor {
	color: #211e1e;
}
/* __margins */
/* positions */
.posTop2 {
	top: 2px;
}
/* __positions */
/* __line-height */
.line-height-1-0 {
	line-height: 1em !important;
}

.line-height-1-2 {
	line-height: 1.2em !important;
}

.line-height-1-3 {
	line-height: 1.3em !important;
}

.line-height-1-5 {
	line-height: 1.5em;
}

.line-height-2 {
	line-height: 2em;
}

.line-height-2-3 {
	line-height: 2.3em;
}

.line-height-1-05 {
	line-height: 1.05em;
}
/* __line-height */
/* __COUPONS */
.legalese {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.social-holder-column {
	margin-top: 10px;
}

.social-holder-column img {
	padding: 2px;
}

.col-container-coupon {
	padding: 0 14px 0 0;
}

.coupon-smaller-border {
	width: 100%;
	border: 2.0px dashed #777777;
	background: url("../images/hrbg-greydot-vert.gif") repeat-y scroll 55%
		0% transparent;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.coupon-split-left-side {
	width: 55%;
	float: left;
}

.coupon-split-left-side a {
	font-size: .75em;
}

.coupon-split-right-side {
	width: 45%;
	float: right;
	font-weight: bold;
	font-size: 1.077em;
	margin-top: 10px;
}

.coupon-split-right-side a {
	font-weight: bold;
	font-size: 1.077em;
	margin-top: 10px;
	text-align: center;
	margin-left: 10px;
}

.activeCoupon.active {
	color: green;
	cursor: default;
}

.activeCoupon.active:hover {
	text-decoration: none;
}

.coupon-split-right-side span {
	font-weight: bold;
	font-size: 1.077em;
	margin-top: 10px;
	margin-left: 10px;
}

.coupon-grey {
	color: #555;
	font-weight: lighter;
	margin-right: 10px;
	float: right;
	margin-bottom: 10px;
}

.section-title-coupon-top {
	/* 16px, Full Caps */
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.5em;
	margin-top: 10px;
}

.section-title-coupon {
	/* 16px, Full Caps */
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.5em;
}

.column-title-coupon {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.385em;
	line-height: 1.5em;
}

.column-title-coupon-second {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.385em;
	line-height: 1.5em;
	margin-top: -10px;
}

.col-1-coupon {
	margin-top: 10px;
}

.facets-coupon {
	padding-left: 15px;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
}

.coupon-text-expiration {
	color: #555;
	padding-left: 15px;
}

.coupon-paragraph {
	margin-top: 16px;
	color: #555;
}

.coupon-not-req {
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}

.rules-and-restrictions {
	color: #259CDA;
	margin-top: 15px;
	margin-left: 15px;
}

.rules-and-restrictions a {
	font-size: 12px;
}

.rules-and-restrictions2 a {
	font-size: 12px;
}

.tiny-social img {
	margin-left: 7px;
	margin-bottom: -6px;
}

.share-this-grey {
	color: #555;
	font-size: 12px;
	font-weight: normal;
}

.notify-by-email {
	margin-top: 15px;
}

.coupon-button-position {
	margin-top: 10px;
	margin-left: 15px;
}
/* __COUPONS ends */
/* __WEBINAR */
.webinar-left-side li a {
	text-transform: none !important;
}

.facet-header {
	text-transform: uppercase !important;
}

.facet-lft-li {
	height: .56em !important;
	font-size: 13px;
}

.speakWExpert {
	text-align: center;
}

.video-player {
	margin-top: 20px;
	margin-left: 20px;
}

.video-shadow {
	background-image: url("../203/images/videoPlayerShadow.png");
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: -5px;
	margin-left: 20px;
	height: 17px;
	width: 100%;
}

.webinar-date {
	margin-top: -5px;
	margin-bottom: 15px;
}

.right-webinar {
	float: right;
	width: 48.1%;
}

.left-webinar {
	float: left;
	width: 48.1%;
}
/* __WEBINAR ends*/

/*
* __ID
*  Throw-away styles for unique elements
*/
#high-security-banner {
	background-color: #FF9900;
	border-bottom: 10px solid #000;
	padding: 11px 8px;
	position: relative;
}

#high-security-banner>div {
	padding: 0 10px;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#high-security-banner .left-side {
	width: 40%;
	color: #FFF;
	font-size: 46px;
	line-height: .8em;
	text-transform: uppercase;
	font-weight: 700;
}

#high-security-banner .right-side {
	width: 60%;
	font-size: 1.154em;
	font-weight: 700;
	color: #202020;
}

#high-security-banner .padlock {
	background-image: url("../images/hero/padlock-large.png");
	background-repeat: no-repeat;
	background-position: right top;
	height: 62px;
	width: 30px;
	position: absolute;
	bottom: -10px;
	right: 0;
}

.article-paragraph {
	margin-bottom: 25px;
}

.article-title-date {
	/* 16px, Full Caps */
	margin-top: 10px;
	padding-bottom: 2px;
}

.article-title-date span {
	/* 16px, Full Caps */
	margin-top: 1px;
	padding-bottom: 20px;
}

.article-date {
	margin-top: -10px;
	margin-bottom: 10px;
}

.articleImg {
	background: url('../images/lock.jpg') no-repeat;
	width: 400px;
	height: 265px;
}

.sharingImg {
	background: url('../images/sharing.png') no-repeat;
	width: 150px;
	height: 20px;
}

.upBlueArrow {
	background: url('../images/upBlueArrow.png') no-repeat;
	height: 20px;
	overflow: hidden;
	margin-left: 68px;
}

.topOfArticleLink {
	height: 15px;
	width: 80px;
}

.authorImg {
	width: 78px;
	height: 78px;
}

.authorBio {
	background: #dddddb;
	width: 426px;
	min-height: 100px;
}

.authorBio {
	padding-bottom: 15px;
}

.authorSection {
	width: 504px;
	height: 170px;
}

.article-left-side li a {
	text-transform: none !important;
	font-size: 13px;
	font-weight: 700;
	margin: 10px 0px;
}

.articleLinks {
	text-transform: none !important;
	font-size: 13px;
}

.articleLinks ul li {
	padding: 0px 0 0 0;
	line-height: 1.25em;
	margin: 8px 0px;
}

/* __RESOURCE */
.content-sub-hero div h3 {
	margin: 5px 0px;
	line-height: 1.0em;
	padding: 0px 0 0 0;
}

.mboxDefault {
	position: absolute;
}

.resource_title {
	color: #ff9900;
	font-size: 16px;
}

.resource_indent {
	padding: 0px 4px !important;
}

.resource_row .blue {
	display: block;
	margin-bottom: 20px;
}

.firsttoknow_resource {
	width: 156px;
	float: right;
	padding: 0px !important;
}

.resource_grayline {
	width: 680px;
}

.rowButton {
	font-weight: 700;
	cursor: pointer;
}

[class*="rowContent"] {
	display: none;
}
/* __SS_MODAL */
.tfont { /*Temporary Style*/
	font-family: "Source Sans Pro", Arial, sans-serif;
}

.tborder {
	border: 1px dashed black;
}

.software_select_container {
	width: 680px;
	height: 400px;
}

.software_select_info img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.software_select_headline p:nth-of-type(1) {
	font-size: 17px;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 700;
}

.software_select_headline p:nth-of-type(2) {
	font-size: 15px;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 700;
	color: #ff0000;
}

.software_select_info p {
	font-size: 15px;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 700;
}

.software_select_info li {
	font-size: 13px;
	font-family: "Source Sans Pro", Arial, sans-serif;
}

.software_select_form p {
	font-size: 15px;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 700;
}

.software_select_form label {
	font-size: 13px;
	font-family: "Source Sans Pro", Arial, sans-serif;
	color: #555;
}

.software_select_form input {
	margin-bottom: 5px;
	margin-top: 5px;
}

.software_select_form input:last-of-type {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.software_select_form select:first-of-type {
	margin-top: 10px;
}

/* __RETRO
 *
 * This section contains styles that have been adapted from the old global.css to fit
 * the redesigned header and footer elements. Please see individual element comments for
 * more info
 *
 */
.mainHeader {
	clear: both;
	text-transform: uppercase;
	color: #333;
	height: 23px;
	display: block;
	font-weight: bold;
	margin-bottom: 10px !important;
}

.sideNav .sectionTitle {
	margin: 0;
	font-size: 17px;
	text-transform: uppercase;
	padding-left: 5px;
	color: #333333;
	padding-top: 0;
}

.sideNav .sectionTitle h1 {
	/*font-size:100%;*/
	font-size: 17px;
	color: #333333;
	padding: 0;
	margin: 0;
}

.sideNav li {
	padding: 3px 3px 3px 0px;
}

.sideNav ul {
	list-style: none;
	padding: 0px 5px 5px 0px;
}

#mainContent fieldset {
	margin-top: 10px;
}

#mainContent h1 {
	font-size: 17px;
	text-transform: uppercase;
	margin-top: 5px;
}

#mainContent legend {
	margin-left: 20px;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
}

#mainContent tbody {
	color: #555;
}

hr {
	border: 0;
	background-color: #edecec;
	padding: 0;
	margin: 0;
	height: 1px;
}

fieldset p {
	padding: 0px 20px 0px 20px;
}

#did-you-know strong {
	text-transform: uppercase;
	color: #333;
}

#did-you-know {
	background-color: #ffffff;
	text-align: left;
	margin-bottom: 15px;
}

#did-you-know p {
	margin-top: 8px;
}

.reorderButton {
	width: 95px;
}

.order-controls {
	float: right;
	display: inline;
	text-align: right;
	margin-right: 10px;
	font-size: 13px;
}

.order-controls a.active {
	font-weight: bold;
}

.order-controls a,.order-controls span {
	margin: 0px 3px;
}

.attn_customers hr {
	display: none;
}

#prodColEE ul li {
	color: #555;
}

#prodColEE ul {
	margin-bottom: 20px;
}

#prodColEE h3 {
	font-size: 17px;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.btnRightH {
	float: right;
	padding-top: 17px;
}

#left-return-box {
	float: left;
	width: 206px;
	margin-bottom: 14px;
	padding: 7px;
}

.required,.commonValidMess {
	color: #ff0000;
}

#customText {
	height: 450px;
}

#logosUpload2 {
	height: 500px;
}

#logosUpload3 {
	height: 500px;
}

#logoGuidelines {
	color: #555;
}

#logoGuidelines b {
	color: #333;
}

.my-account-optional {
	font-size: 11px;
	line-height: .8em;
}

.account-profile-datacell {
	width: 200px;
	height: 20px;
}

.personalInfo-table td {
	padding: 0 0 5px 20px;
	vertical-align: top;
}

#address-edit:hover {
	text-decoration: underline;
}

.blueAssistBar {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #F1F1EF;
	color: #333;
	height: 33px;
	line-height: 33px;
	width: 100%;
	text-align: center;
	vertical-align: center;
	padding: 6px 0px;
}

.grayBorder {
	background-color: #F1F1F1;
	float: right;
	margin-top: 0px;
	width: 100%;
}

.canWeHelp {
	background-color: #F9F9F9;
	padding: 10px;
	margin: 5px;
}

.canWeHelp h1,.canWeHelp h2 {
	text-transform: uppercase;
	font-size: 1.385em;
}

.checkout {
	font-weight: bold;
}

.checkout div {
	float: left;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: left 3px;
	overflow: hidden;
	height: 30px;
}

#orderSummary>div>div,.oderInfoContent {
	background: none repeat scroll 0% 0% #FFF;
	border: 1px solid #CCC;
	padding: 15px 10px;
	color: #333;
	position: relative;
	border-radius: 8px;
}

#orderSummary h2 {
	font-family: "News Gothic BT W01 Bold";
	text-transform: capitalize;
	font-weight: 700;
	font-size: 18px;
	color: #231f20;
}

#orderSummary .orderLine .orderLeft {
	float: left;
	width: 70%;
	margin-bottom: 20px;
}

#orderSummary .orderLine .orderPrice {
	float: left;
	width: 30%;
	text-align: right;
	font-weight: bold;
	clear: right;
}

#orderSummary .orderLine.total {
	font-size: 14px;
	font-weight: bold;
}

#orderSummary .orderLine .orderSumLeft {
	float: left;
	width: 50%;
}

#orderSummary>div {
	background: #f1f1f1;
	padding: 6px;
	margin-bottom: 20px;
}

#selectBillingInfo {
	float: left;
	position: relative;
	height: auto;
	padding-bottom: 10px;
	width: 100%;
}

#selectBillingInfo #savedBilling .savedCard.col-1-of-3,.billingAddressCheck#billingNewAddress #sameShipAddress.col-1-of-3
	{
	margin-left: 8px;
	font-size: 15px;
	color: #606060;
}

#selectBillingInfo #savedBilling .savedCard.col-1-of-3 p.cardName {
	padding-bottom: 10px;
}

.billingAddressCheck#billingNewAddress #sameShipAddress.col-1-of-3 {
	margin-top: 10px;
}

#selectBillingInfo #savedBilling p.col-1 {
	margin-top: 10px;
	font-size: 14px;
}

p.cardHolder {
	overflow: hidden;
	text-overflow: ellipsis;
}

.billingAddressCheck span#billingAddressText {
	font-size: 14px;
}

h1.billingMainTitle {
	padding-left: 17px;
	margin-top: 20px;
	width: auto;
}

.New_CreditCard a#addNewAddy span {
	background: #259CDA;
	color: #fff;
	padding: 0 5px 0 5px;
	border-radius: 5px;
	margin-right: 8px;
	font-size: 20px;
}

#selectBillingInfo #savedBilling .savedCard.col-1-of-3,#selectBillingInfo .savedCard.col-1-of-3
	{
	margin-right: 20px;
	margin-bottom: 25px;
	margin-left: 8px;
}

.billingAddressCheck.col-1 h2#billingAddySection.section-title {
	padding-bottom: 10px;
	font-family: "News Gothic BT W01 Bold";
	font-weight: 700;
	font-size: 24px;
}

#creditCardPayInfoAddPopup #cCards label {
	margin-left: 0px !important;
}

#visaID,#mcID,#amexID {
	position: relative;
	top: -12px;
}

#creditCardPayInfoAddPopup #visaID,#creditCardPayInfoAddPopup #mcID,#creditCardPayInfoAddPopup #amexID,#creditCardPayInfoAddPopup #DiscoverID
	{
	position: absolute;
	top: -12px;
}

#addressNames #discText {
	line-height: 24px;
}

.cursor {
	cursor: pointer;
}

.cursor_none {
	cursor: none;
}
/* __SOCIAL media begins */
.facebook-like-container {
	width: 30px;
	height: 26px;
	position: absolute;
	overflow: hidden;
	margin-top: 6px;
	margin-left: 0px;
}

.facebook-box {
	width: 30px;
	height: 26px;
	position: absolute;
	overflow: hidden;
	margin-left: 3px;
	margin-top: -3px;
}

.ie8 .facebook-box-coupon {
	position: relative;
	top: 6px;
}

.twitter-follow-container {
	width: 30px;
	height: 26px;
	position: absolute;
	overflow: hidden;
	margin-top: 4px;
	margin-left: 0px;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.twitter-follow-container-side {
	width: 30px;
	height: 26px;
	position: absolute;
	overflow: hidden;
	margin-top: 3px;
	margin-left: 76px;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.linkedin-follow-container {
	position: absolute;
	top: 7px;
	opacity: 0;
	filter: alpha(opacity = 0);
	overflow: hidden;
}

.linkedin-follow-container-side {
	position: absolute;
	top: 130px;
	left: 115px;
	opacity: 0;
	filter: alpha(opacity = 0);
	width: 32px;
	overflow: hidden;
}

.gplus-follow-container {
	width: 300px;
	height: 206px;
	position: absolute;
	overflow: hidden;
	margin-top: -37px;
	margin-left: 80px;
}

.gplus-follow-outer-container {
	width: 30px;
	height: 26px;
	margin-left: 2px;
	margin-top: 2px;
	position: absolute;
	overflow: hidden;
}

.twitter-holder {
	position: absolute;
	right: 212px;
	top: 10px;
}

.linkedin-holder {
	position: absolute;
	right: 140px;
	top: 10px;
}

.google-holder {
	position: absolute;
	top: 10px;
	right: 80px;
}

.social-coupon-container {
	height: 26px;
	padding-left: 15px;
	top: 2px;
}

.social-coupon-container>div,.social-coupon-container>a {
	display: inline-block;
	margin-right: 10px;
}

.gplus-follow-container-coupon {
	
}

.linkedin-follow-container-coupon {
	background-image: url('../images/Linkedin16.png');
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	cursor: pointer;
	display: inline-block;
	top: -6px;
}
/* __SOCIAL media ends */
/* __Awesome Begins */
.view-larger-image:before {
	content: "\f002";
	display: inline-block;
	position: relative;
	top: 0px;
	margin-right: 5px;
	font-family: FontAwesome;
	font-size: 1.05em;
	font-weight: normal;
	width: 13px;
	background-repeat: none;
}

.checkout-check {
	width: 14px;
	margin-top: 3px;
	position: relative;
}
/* __Awesome ENDS */
/* __checkout header */
.secure-checkout-header.secure:before {
	content: "\f023";
	display: inline-block;
	margin-right: 5px;
	font-family: FontAwesome;
	font-size: 1.1em;
	font-weight: normal;
	color: #004A7D;
	width: 13px;
	background-repeat: none;
	position: relative;
	top: 1px;
	right: 2px;
}

.secure-checkout-header {
	color: #004A7D;
}
/*.checkout-header-dot.active:before{
	content: "\f111";
  	display: inline-block;
	margin-right: 5px;
	font-family:FontAwesome;
	font-size:1.6em;
	font-weight:normal;
	color:#259cda;
	background-repeat: none;
	position:relative;
	top:1px;
}*/
/*.checkout-header-dot.inactive:before{
	content: "\f111";
  	display: inline-block;
	margin-right: 5px;
	font-family:FontAwesome;
	font-size:1.6em;
	font-weight:normal;
	color:#ccc;
	background-repeat: none;
	position:relative;
	top:1px;
}*/
.checkout-header-nav-text {
	margin-right: 20px;
}

.checkout-step {
	position: absolute;
	left: 5px;
	color: #fff;
}

.checkout-header-nav-bar {
	margin-top: 14px;
}
/*#checkoutLogo{
	float:left;
	margin:11px 0px 11px -30px;
}*/
.headerCheckout {
	clear: left;
	margin: 0 auto;
}

.checkout-header-li {
	position: relative;
	/*float:right;*/
	display: inline-block;
	font-size: 12px;
}

.checkout-header-title {
	width: 24.3%;
	padding-top: 10px;
}

.OrdRevPayMeth {
	word-wrap: break-word;
}
/* checkout header ends */
/* __position */
.relative {
	position: relative;
}

.absolute {
	position: absolute;
}
/* __position ends */

/*
*  __CART_TABLE
*/
.cart-table .row,.cart-table .sub-row,.cart-table .apparel-sub-row {
	display: table;
	width: 100%;
	table-layout: fixed;
	float: left;
}

.cart-table input[type="hidden"] {
	display: none;
}

.cart-table-header {
	font-size: 1.231em;
	font-weight: bold;
	padding: 7px 0 18px;
	text-transform: capitalize;
	
}

.cart-table .cell {
	display: table-cell;
    vertical-align: top;
    text-align: left;
    padding: 3px 9px;
    font-size: 14px;
}

.cart-table .cell+cell {
	padding-left: 14px;
}

.cart-table-body .row .cell {
	padding-bottom: 20px;
	padding-top: 27px;
}

.cart-table-body .row .image-col {
	height: 80px;
}

.cart-table .sub-row:before,.cart-table .apparel-sub-row:before {
	content: "";
	display: table-cell;
	width: 0;
}

.cart-table .image-col,.cart-table.has-image-col .sub-row:before {
	width: 59px;
	padding-right: 0;
}

.cart-table .image-col .figure,.EZcommonContainerImg .ez-imgContainer a
	{
	display: block;
	border: 1px solid #B1B1B1;
	position: relative;
	top: 0px;
}

.cart-individual-garments {
	padding-top: 40px;
	padding-bottom: 20px;
	cursor: pointer;
}

.cart-individual-garments .fa {
	color: #259CDA;
	-webkit-transition: color .5s linear;
	-moz-transition: color .5s linear;
	-o-transition: color .5s linear;
	transition: color .5s linear;
}

.cart-individual-garments:hover .fa {
	color: #64B8E3;
}

.cart-individual-garments .fa-minus-square {
	display: none;
}

.cart-table .apparel-items-block {
	position: relative;
	margin-bottom: 20px;
}

.cart-table .apparel-items-block,.cart-individual-garments .fa-minus-square,.cart-individual-garments.active .fa-plus-square
	{
	display: none;
}

.cart-individual-garments.active .fa-minus-square {
	display: inline-block;
}

.cart-table .apparel-name-col:before {
	content: " ";
	display: inline-block;
	width: 10px;
}

.cart-table .apparel-font-col {
	width: 27%;
	white-space: nowrap;
	overflow: hidden;
}

.cart-table .apparel-color-col {
	width: 20%;
}

.cart-table	.price-col {
	width: 12%;
	text-align: center;
}

.cart-table .quantity-col {
	width: 90px;
	text-align: center;
}

.cart-table .discount-col {
	width: 83px;
	text-align: center;
}

.cart-table .total-col {
	width: 89px;
	text-align: right;
}

.cart-table .product-name,.EZcommonContainerImg .product-name {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 5px 0 0px;
}

.cart-table .empty-col:before {
	content: "\00a0";
}

.cart-summary {
	font-size: 1.077em;
	text-align: right;
	line-height: 1.6em;
}

.cart-summary.col-2-of-5.no-gut .wrapper {
	padding-right: 0px;
	font-size: 16px;
}

.cart-summary .total-line {
	font-size: 1.143em;
}

.cart-table .deleteItemColorBox {
	font-size: 12px;
}

.apparel-sub-row .cell {
	position: relative;
}

.apparel-sub-row:nth-child(odd) .name-col,.apparel-sub-row:nth-child(odd) .name-col 
	~ .cell {
	background: rgba(0, 0, 0, 0.03);
}

.apparel-sub-row .name-col:before,.apparel-sub-row .name-col ~ .cell:before,.cart-table .apparel-items-block:before
	{
	content: "";
	display: block;
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.cart-table .apparel-items-block:before {
	top: auto;
	bottom: 0;
	left: 19px;
}

.cart-table.has-image-col .apparel-items-block:before {
	left: 78px;
}

.apparel-sub-row .cell {
	padding-top: 15px;
	padding-bottom: 15px;
}

.cart-table .apparel-sub-row:before {
	width: 19px;
}

.cart-table.has-image-col .apparel-sub-row:before {
	width: 78px;
}

.apparel-sub-row .name-col {
	padding-left: 19px;
}

.ezInfo input[type="radio"] {
	position: relative;
	top: 3px;
	margin-right: .25em;
}

.ezInfo label {
	margin-right: 1.5em;
	cursor: pointer;
}

.ourPrice,.discount,.priceRed {
	color: #db1842;
}

.strike {
	color: #555;
	text-decoration: line-through;
	font-size: 12px;
}

.editLink {
	font-size: 14px;
	/*margin-left: 15px;
	text-decoration: underline;*/
	line-height: 29px;
	display: inline-block;
	margin-left: 5px;
}

.col-1-of-2 h2.ship_summary,.col-1-of-2 h2.bill_summary,.col-1 h2.orderReviewSummary
	{
	display: inline-block;
	font-size: 24px;
}

#pscForOrderReview .edit_prd.orderRevEdit a#edit-order-summary {
	display: inline-block;
	padding: 0;
	font-size: 14px;
}

.font18 {
	font-size: 18px;
}

.font15 {
	font-size: 15px;
}

.textCap {
	text-transform: capitalize;
}

.addrColor {
	color: #555;
}

.col-1 h2.orderReviewSummary {
	text-overflow: ellipsis;
	overflow: hidden;
}

#priorityServiceCode .no-left-gut.input-container input#promoid {
	width: 210px;
	margin-right: 14px;
}

#priorityServiceCode .no-left-gut.input-container a#promoidCancel.cancelBtn.pmc img
	{
	position: relative;
	right: 0;
	left: 50px;
}

#pscForOrderReview .col-3-of-4.no-gut #orderShipForm .col-1 p {
	font-size: 15px;
	color: #555;
}

.cart-table span.product-name.ordrRevPrdName {
	padding: 5px 5px 0 5px;
}

.col-1-of-5.orderRevEdit {
	display: inline-block;
	margin-top: 32px;
	position: relative;
	right: 35px;
}

.padd5 {
	padding: 0 5px !important;
}

.padd0-12 {
	padding: 0 12px !important;
}

.paddR0 {
	padding-right: 0;
}

.padd7-45,.button.level1.completeRegisterButton {
	padding: 7px 45px;
}

.col-1-of-5.orderRevSummaryWrap {
	padding-right: 0;
}

.orderRevSummaryWrap h2.orderReviewSummary.section-title {
	font-size: 24px;
}

#priorityServiceCode #pscForCartForm a#promoidCancel.cancelBtn img {
	padding-left: 35px;
}

#priorityServiceCode .wrapper .labelTB a.whatisthis.small {
	padding-top: 3px;
}
/*
*  __ORDER_HISTORY_TABLE
*/
.oh-table .row,oh-table-header {
	display: table;
	width: 100%;
	table-layout: fixed;
	float: left;
}

.oh-table .cell {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding: 0px 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.oh-table-header {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.1em;
}

.oh-table-header .cell {
	vertical-align: middle;
}

.oh-table-body {
	color: #555;
}

.oh-table .row.left-side,.oh-table .row.right-side {
	float: left;
}

.oh-table .row.left-side {
	width: 38%;
}

.oh-table .row.middle {
	width: 43%;
}

.oh-table .date-col {
	width: 27%;
}

.oh-table .number-col {
	width: 27%;
}

.oh-table .configuration-col {
	width: 46%;
}

.oh-table .quantity-col {
	width: 20%;
	text-align: center;
}

.oh-table .total-col {
	width: 16%;
	text-align: right;
	padding-left: 0px;
}

.oh-table .button-col {
	width: 19%;
	float: left;
	text-align: center;
}

.oh-table .button-col .button {
	margin-top: 3px;
}

.oh-table .line-container {
	padding: 11px 8px;
}

.oh-table .odd {
	background-color: rgba(0, 0, 0, 0.03);
}

.no-rgba .oh-table .odd {
	background: transparent;
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#07000000,endColorstr=#07000000)";
	/* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#07000000,
		endColorstr=#07000000); /* IE6 & 7 */
	zoom: 1;
}

.oh-pager {
	float: left;
	width: 36%;
	padding-top: 3px;
	padding-left: 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.oh-loader {
	height: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.oh-null-search {
	padding-top: 50px;
	padding-bottom: 60px;
}

.oh-clear-search {
	position: absolute;
	right: 3.0em;
	top: 44%;
	margin-top: -.5em;
	font-size: 1.1em;
	color: #54585A;
	cursor: pointer;
	font-family: "Meiryo", "Osaka", sans-serif;
}

.oh-sort-container {
	float: left;
	width: 25%;
	padding-left: 9px;
	padding-right: 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.oh-sort-container .oh-sort {
	float: left;
	width: 75%;
}

.oh-sort-label {
	float: left;
	width: 25%;
	display: block;
	padding-top: 3px;
}

.oh-search-container {
	width: 39%;
	float: left;
	position: relative;
	padding: 0 38px 0 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.oh-search-button {
	position: absolute;
	font-size: 1.07em;
	right: 7px;
	top: 0px;
	cursor: pointer;
	padding: 5px 7px 6px;
}

.oh-warn {
	color: #F00;
	font-size: 0.923em;
	line-height: 1em;
}

.oh-highlight {
	background-color: rgba(255, 153, 0, 0.3);
	border-radius: 3px;
}

.ie8 .oh-highlight {
	background: transparent;
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CFF9900,endColorstr=#4CFF9900)";
	/* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CFF9900,
		endColorstr=#4CFF9900); /* IE6 & 7 */
	zoom: 1;
}
/* __Quick reorder */
.quick-reorder-header {
	position: relative;
}

.quick-reorder-header.confirmReorder {
	/*z-index: 99999;*/
		 z-index: 1; 
}

.quick-reorder-loader {
	padding-left: 10%;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.quick-reorder-loader {
	padding-left: 9px;
	padding-right: 9px;
	position: relative;
	width: 45%;
	margin-left: 5%;
}

.quick-reorder-loader .prog-icon {
	color: #fff;
	-webkit-transition: color .5s linear;
	-moz-transition: color .5s linear;
	-o-transition: color .5s linear;
	transition: color .5s linear;
}

.quick-reorder-loader .step-label {
	font-size: 11px;
	color: #027ab7;
	text-align: center;
	position: absolute;
	bottom: -1.5em;
	margin-bottom: -5px;
	left: -50%;
	width: 200%;
	white-space: nowrap;
	font-weight: 700;
}

.quick-reorder-loader .past .step-label {
	color: #027ab7;
}

.quick-reorder-loader .prog-step.past .prog-icon-bg {
	color: #fff;
}

.quick-reorder-loader a.prog-step.past .prog-icon-fg {
	color: #fff;
}

.quick-reorder-loader a.prog-step.past .prog-icon-bg,.quick-reorder-loader .prog-icon-fg
	{
	color: #027ab7;
}

.quick-reorder-loader a.past .step-label {
	color: #027ab7;
	font-family: Arial Bold, Arial;
	font-weight: 700;
}

.quick-reorder-loader .prog-step.past .prog-icon-fg {
	color: #027ab7;
}

.quick-reorder-loader .prog-step.current .prog-icon-bg {
	color: #749c38;
}
.step-circle{
	background: #cccccc;
	border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 1em;
    display: inline-block;
    font-weight: bold;
    line-height: 2em;
    margin-right: 5px;
    text-align: center;
    width: 2em;
    font-size: 23px;
    padding:0px;    
    color: black;
}
a.step-circle{
	 color: black;
}
.step-label-circle{
	font-size: 15px;
    color: black;
    text-align: center;
    position: absolute;
    /* bottom: -1.5em; */
    margin-bottom: -5px;
    left: 115%;
    width: 200%;
    white-space: nowrap;
    font-weight: 100;
}
.quick-reorder-loader .prog-step-two {
    right: 56%;
}
.progress-bar{
	width: 70%;
}
.quick-reorder-loader .prog-step.current .prog-icon-fg {
	color: #FFF;
}

.quick-reorder-loader .prog-step {
	font-size: 1.25em;
	position: absolute;
	padding: 0 9px;
	margin-top: -.9em;
}
.prog-step-circle{
font-size: 18px;
	position: absolute;
	
	margin-top: -.9em;	
}

.quick-reorder-loader .prog-step-oh {
	left: 0;
}

.quick-reorder-loader .prog-step-upgrade {
	font-size: .75em;
	left: 23%;
}

.quick-reorder-loader .prog-step-review {
	right: 45%;
}

.quick-reorder-loader .prog-step-addons {
	right: 0;
}

.quick-reorder-loader .loader-bg {
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
	margin: 0 9px;
}

.quick-reorder-loader .loader-fg {
	height: 4px;
	background-color: #fff;
	width: 5%;
	border-radius: 10px;
	-webkit-transition: width 1.5s linear;
	-moz-transition: width 1.5s linear;
	-o-transition: width 1.5s linear;
	transition: width 1.5s linear;
}

.changes-needed-bubble {
	position: relative;
	top: auto;
	left: auto;
	margin-left: 0;
	padding: 11px;
	cursor: normal;
	width: 66%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color .5s linear, background-color .5s ease-in-out,
		width .3s ease-in-out;
	-moz-transition: color .5s linear, background-color .5s ease-in-out,
		width .3s ease-in-out;
	-o-transition: color .5s linear, background-color .5s ease-in-out, width
		.3s ease-in-out;
	transition: color .5s linear, background-color .5s ease-in-out, width
		.3s ease-in-out;
}

.changes-needed-bubble:before {
	content: "";
	display: block;
	position: absolute;
	top: 24px;
	left: -29px;
	height: 0px;
	width: 0px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 30px solid #027ab7;
	transition: border-right-color .5s ease-in-out;
}

.changes-needed-bubble.expanded {
	background-color: #e4e4e4;
	color: #259CDA;
	width: 100%;
	padding: 18px;
}

.changes-needed-bubble.expanded:before {
	border-right-color: #e4e4e4;
}

.changes-needed-bubble h5 {
	font-weight: bold;
	padding-right: 0px;
	cursor: pointer;
}

.changes-needed-button {
	background-color: #1D7BAC;
	font-size: 12px;
	display: block;
	height: 12px;
	width: 12px;
	top: 4px;
	overflow: none;
	border-radius: 3px;
	position: relative;
	float: left;
	cursor: pointer;
	overflow: hidden;
	margin-right: 5px;
	margin-bottom: 1em;
}

.changes-needed-button:before,.changes-needed-button:after {
	content: "\f067";
	display: block;
	font-family: FontAwesome;
	font-size: 10px;
	position: absolute;
	top: 0%;
	color: #FFF;
	left: 2px;
	margin-top: -3px;
}

.expanded .changes-needed-button {
	background-color: #B6B6B6;
	background-image: none;
}

.changes-needed-button:after {
	content: "\f068 ";
	top: 100%;
	margin-top: -3px;
	font-size: 9px;
	display: none;
}

.expanded .changes-needed-button:before {
	content: "\f067";
	top: -100%;
}

.expanded .changes-needed-button:after {
	content: "\f068";
	top: 0%;
	display: block;
}

.changes-needed-bubble span {
	color: #fff;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
	font-size: 13px;
	font-weight: bold;
}

.changes-needed-inner {
	overflow: hidden;
	max-height: 0px;
	opacity: 0;
	-webkit-transition: max-height .5s linear, opacity .5s linear;
	-moz-transition: max-height .5s linear, opacity .5s linear;
	-o-transition: max-height .5s linear, opacity .5s linear;
	transition: max-height .5s linear, opacity .5s linear;
}

.expanded .changes-needed-inner {
	max-height: 300px;
	opacity: 1;
	display: inline;
}

.bc-ac {
	position: relative;
}

.bc-ac .masked,.bc-ac .unmasked {
	opacity: 1;
	display: inline;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

.bc-ac .unmasked {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.no-opacity .bc-ac .unmasked,.no-opacity .bc-ac.active .masked {
	display: none;
}

.bc-ac.active .masked {
	opacity: 0;
}

.bc-ac.active .unmasked {
	opacity: 1;
	display: inline;
}

.step-loader-names {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	text-align: center;
}

.qr-image-preview {
	border: 1px solid #B4B4B4;
}

.prod-total-reorder,.prod-total-value,.prod-order-total-reorder,.prod-order-total-value
	{
	font-weight: bold;
	font-size: 1.077em;;
	float: left;
	width: 50%;
}

.prod-order-total-reorder,.prod-order-total-value {
	font-size: 1.308em;
	text-transform: uppercase;
}

.prod-total-value,.prod-order-total-value {
	text-align: right;
}

.qr-approve-order-module {
	border-width: 15px;
	margin-top: 20px;
}

.qr-question-link{
	color: #259CDA;
	float: right;
	margin-top: 4px;
	cursor: pointer;
	position: relative;
	margin-right: 15px;
}

.OR-email-tooltip {
	color: #259CDA;
    float: right;
    margin-top: -22px;
    position: relative;
    margin-right: 15px;
}
.total-calculation-tip {
	color: #259CDA;
    float: left;
    margin-top: -31px;
    cursor: pointer;
    position: relative;
    margin-left: 27px;
}
.qr-approve-order-copy {
	padding-left: 2.2em;
	display: block;
}

.qr-upgrade-button {
	line-height: 12px;
	padding: 3px 10px 3px 20px;
	text-align: left;
}

.swatch-dropdown-native.invisible {
	position: absolute;
	left: -9999999999999999px;
}

.swatch-dropdown {
	position: relative;
	border: 1px solid #CCC;
	border-radius: 2px;
	-webkit-transition: box-shadow .5s ease-in-out;
	-moz-transition: box-shadow .5s ease-in-out;
	-o-transition: box-shadow .5s ease-in-out;
	transition: box-shadow .5s ease-in-out;
}

select:disabled+.swatch-dropdown .swatch-selected {
	background-color: #E4E4E4;
	color: #999;
	cursor: default;
}

.swatch-selected {
	color: #333;
	cursor: pointer;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFF;
}

.swatch-dropdown:hover {
	box-shadow: 0px 0px 4px #259CDA;
}

.swatch-dropdown.open .swatch-selected {
	color: #333;
}

.swatch-options {
	position: absolute;
	z-index: 5;
	top: 100%;
	margin-top: 1px;
	left: -1px;
	right: -1px;
	background-color: #FFF;
	cursor: pointer;
	border: 1px solid #7F9DB9;
	padding: 3px 0;
}

.swatch-dropdown.closed .swatch-options {
	display: none;
}

.swatch-option,.swatch-selected {
	display: table;
	width: 100%;
	text-transform: uppercase;
	padding-left: 3px;
	padding-right: 3px;
	-webkit-transition: color .2s ease-in-out, background-color .5s
		ease-in-out;
	-moz-transition: color .2s ease-in-out, background-color .5s ease-in-out;
	-o-transition: color .2s ease-in-out, background-color .5s ease-in-out;
	transition: color .2s ease-in-out, background-color .5s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ez-dd .swatch-option,.ez-dd .swatch-selected {
	text-transform: none;
	position: relative;
}

.swatch-dropdown h3 {
	font-size: 1.154em;
}

.swatch-option {
	color: #333;
}

.swatch-option:hover {
	color: #259CDA;
}

.swatch-option img,.swatch-selected img {
	display: block;
}

.swatch-option-label,.swatch-option-image,.swatch-selected-label,.swatch-selected-image
	{
	display: table-cell;
	vertical-align: middle;
}

.swatch-option-label,.swatch-selected-label {
	vertical-align: middle;
}

.ez-dd .swatch-option-label,.ez-dd .swatch-selected-label {
	vertical-align: top;
	padding-top: 4px;
}

.swatch-selected-label {
	padding-right: 35px;
}

.swatch-selected-label:after {
	content: "\f107";
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 15px;
	border-radius: 3px;
	font-family: FontAwesome;
	font-size: 1.05em;
	font-weight: bold;
	width: 18px;
	height: 18px;
	color: #FFF;
	text-align: center;
	background: #259cda; /* Old browsers */
	background: -moz-linear-gradient(top, #259cda 0%, #1f7fb1 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #259cda),
		color-stop(100%, #1f7fb1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #259cda 0%, #1f7fb1 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #259cda 0%, #1f7fb1 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #259cda 0%, #1f7fb1 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #259cda 0%, #1f7fb1 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#259cda',
		endColorstr='#1f7fb1', GradientType=0); /* IE6-9 */
}

.ez-dd .swatch-selected-label:after {
	top: 8px;
	right: 8px;
	margin-top: 0;
}

.swatch-dropdown:hover .swatch-selected-label:after {
	background: #1f7fb1; /* Old browsers */
	background: -moz-linear-gradient(top, #1f7fb1 0%, #259cda 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f7fb1),
		color-stop(100%, #259cda)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1f7fb1 0%, #259cda 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1f7fb1 0%, #259cda 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1f7fb1 0%, #259cda 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #1f7fb1 0%, #259cda 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f7fb1',
		endColorstr='#259cda', GradientType=0); /* IE6-9 */
}

select:disabled+.swatch-dropdown {
	box-shadow: none;
}

select:disabled+.swatch-dropdown .swatch-selected-label:after {
	background: #888888; /* Old browsers */
	background: -moz-linear-gradient(top, #888888 0%, #666666 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888888),
		color-stop(100%, #666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #888888 0%, #666666 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #888888 0%, #666666 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #888888 0%, #666666 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #888888 0%, #666666 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888',
		endColorstr='#666666', GradientType=0); /* IE6-9 */
}

.swatch-dropdown.open .swatch-selected-label:after {
	display: none;
}

select:disabled+.swatch-dropdown .swatch-selected-image {
	opacity: 0.5;
}

.swatch-option-image,.swatch-selected-image {
	width: 34px;
	height: 34px;
	padding-right: 15px;
}

.swatch-option-image-inner,.swatch-selected-image-inner {
	padding: 1px;
	border: 3px solid #FF9900;
	-webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out;
	-o-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
}

.ez-dd .swatch-selected-image-inner {
	border: 0px none transparent;
	padding: 4px;
}

.swatch-option-image-inner {
	border-color: #FFF;
}

.swatch-option:hover .swatch-option-image-inner {
	border-color: #259CDA;
}

.ez-dd .ez-price {
	position: absolute;
	top: 7px;
	right: 40px;
}

.addons-ez-container {
	padding-right: 35px;
}

.addons-ez-container+form .addons-companion-container {
	padding-left: 35px;
}

.companion {
	display: table;
	margin-top: 10px;
}

.companion>* {
	display: table-cell;
	vertical-align: top;
}

.companion-image {
	width: 52px;
}

.companion-image .figure {
	display: inline-block;
	border: 1px solid #B1B1B1;
}

.companion-name {
	display: inline-block;
	margin-top: 5px;
	font-size: 1.154em;
	font-weight: bold;
}

.companion-body {
	padding-left: 10px;
}

.companion-id {
	color: #333;
}

.companion-label,.ez-label {
	font-size: 1.077em;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: color .5s ease-in-out;
	-moz-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
	transition: color .5s ease-in-out;
}

.companion-label.inactive {
	cursor: default;
	color: #BCBCBC;
}

.companion-price {
	width: 50px;
	padding-top: 5px;
	font-size: 1.154em;
	font-weight: bold;
}
/*quick reorder ends*/
/* FTB begins */
.alt-coupon-smaller-border {
	width: 100%;
	background: url("/webasset/b2b/203/images/alt-coupon-background.png")
		no-repeat 0% 0% transparent;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.alt-coupon-right-side-split {
	position: relative;
	top: 10px;
	left: -11px;
	margin-bottom: 25px;
}

.alt-coupon-left-side-split {
	position: relative;
	top: 10px;
	left: 10px;
}

.alt-coupon-code {
	margin-top: -20px;
}

.alt-coupon-cont-shopping {
	margin-bottom: 10px;
	float: left;
}

.mdm-radio-alignment {
	margin-left: 25px;
}

.col-1-of-3.marginBottom25 p {
	font-weight: normal;
}

#pscImage a.level3 {
	margin-left: 10px;
	font-size: 12px;
	height: 5px !important;
	margin-top: 5px !important;
}

#pscCancel {
	padding: 15px;
	background: #000;
	border: 1px solid #000;
}

.cancelBtn {
	cursor: pointer;
	float: right;
	height: 12px;
	color: #959595;
	text-transform: none;
	position: absolute;
	top: 10px;
	left: 145px;
}

.cancelBtn.pmc {
	cursor: pointer;
	float: right;
	height: 12px;
	color: #959595;
	text-transform: none;
	position: absolute;
	top: 10px;
	left: 135px;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}
/*Begin::: Edited by PA for adding Search Banner*/
.height50px {
	max-height: 5px;
}

#uploadedLogo img {
	width: auto;
	height: 50px;
}

.image-container,.image-container img {
	width: 100%;
	height: 200px;
}

.wrapper .col-2-of-3.no-left-gut.input-container #promoidCancel {
	left: 135px !important;
}
/*End::: Edited by PA for adding Search Banner*/

/*Edited by PA for few matrix products*/
#productDetails table #mquantityOpt,#productDetails table #mcolorOption
	{
	width: 210px !important;
}

#productDetails table tr td #mquantityOpt,#productDetails table tr td #mcolorOption
	{
	width: 140px !important;
}
/* feature shoe more/less css start*/
.featureCategories .see-more {
	color: #259CDA;
	cursor: pointer;
}

.featureCategories .see-more:hover {
	text-decoration: underline;
}
/*-----------Billing: Start -------------------*/
.cvv {
	width: 25% !important;
}

.marginLeft15px {
	margin-left: 76px;/*<--DCOM-7380 code modification*/
}
.marginLeft10px {
	margin-left: 10px;
}

.clearBoth {
	clear: both;
}

#whatsThisPopup {
	background: #f1f1f1;
	padding: 6px;
	margin-bottom: 20px;
	float: left;
	display: none;
}

.whatContent {
	width: 290px;
	height: 130px;
	border: 1px solid #CCC;
	background: #FFF;
	margin: 0;
	padding: 10px;
}

#wtp_left {
	width: 135px;
	float: left;
}

#wtp_right {
	width: 135px;
	margin-left: 10px;
	float: right;
}

#wtp_left img,#wtp_right img {
	width: 125px;
	height: 75px;
}

#wtp_left p span,#wtp_right p span {
	font-weight: bold;
}

.down_arrow {
	background-image: url("../images/arrow2.gif");
	background-position: right center;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: relative;
	top: -15px;
	left: 130px;
	float: left;
}

#wtp_close {
	float: right;
	position: relative;
	top: -13px;
	left: 5px;
	color: #FF0000;
	font-weight: bold;
}

#sameShipAddress {
	padding: 15px 15px;
}

#cardInformation #ciContent {
	border: 1px solid #CCC;
	padding: 0;
}

#cardInformation #ciContent .col-1 .col-1-of-2 {
	padding: 10px;
}

#cardInformation #ciContent #ciSecurityInfo {
	background: #F1F1F1;
	border-top: 1px solid #CCC;
	padding: 10px;
}

.srapper .errorHeight span#err_cardnumber.errortxt {
	white-space: nowrap;
}

.wrapper .errorHeight .errortxt#err_cardnumber {
	white-space: nowrap;
}

.floatLeft {
	float: left;
}

#ccp_creditCardNumber.col-1 {
	padding-left: 0px;
}

.displayNone {
	display: none;
}

/*DCOM-7064 code removal*/
#cCards label input[type="radio"] {
	/*visibility: hidden !important;*/
	display:none;
}
/*-----------Billing: End -------------------*/
/* feature shoe more/less css end*/
#changePasswordForm .input-container #err_newPass {
	position: static;
	margin-top: -2px;
	margin-bottom: -14px;
	line-height: 16px;
}

#err_newPass {
	position: static;
	margin-top: 0;
}

/*Start :::Edited by PA for adding TypeAhead functionality*/
#typeAhead {
	background: #FFF;
	border: 1px solid #249CD9;
	border-top-style: none;
	position: absolute;
	left: 14px;
	min-width: 559px;
	display: none;
	font-size: 12px;
	z-index: 999;
	top: 55px;
	opacity: 1.4;
}

#typeAhead>div {
	padding: 10px;
}

#typeAhead li {
	padding: 4px;
}

#typeAhead li li {
	padding: 2px 4px 7px 15px;
	margin-bottom: 0;
}
/*#typeAhead li li a {
     color: #026898;
}*/
/*#typeAhead li li a:hover {
     text-decoration: underline;
	 color:#fff !important;
}
#typeAhead li > a {
     color:#2b9cd6 !important;
     display: inline-block;
     text-decoration: none;
}*/
/*#typeAhead li:hover {
     background: #249CD9;
	 color:#fff !important;
}
#typeAhead li:hover li {
     background: #249CD9;
	 color:#fff;
}*/
#typeAhead .type-line-main {
	font-size: 13px;
	font-weight: 400;
	padding: 2px 5px 2px 10px !important;
	font-family: 'Lato', sans-serif;
	color: #4169E1;
}

#typeAhead .type-line {
	border-radius: 0px !important;
	border: none !important;
	padding: 1px 5px 3px 20px;
	text-align: left;
	line-height: 18px;
	font-size: 14px;
	font-family: arial;
	white-space: nowrap;
}

#typeAhead .type-line.selected {
	background: none repeat scroll 0 0 #CCCCCC;
}

#typeAhead .type-line {
	color: #2b9cd6 !important;
	font-family: Source Sans Pro !important;
	color: #2b9cd6 !important;
}

#typeAhead .type-line a:hover {
	color: #fff !important;
	background: #249CD9 !important;
	text-decoration: none;
}

#typeAhead li.type-line:hover {
	background: #249CD9;
}

/*#typeAhead .type-line-main:hover{
     background: none !important;
}*/
#typeAhead .type-line:hover .highlight,#typeAhead .type-line:hover a {
	color: #fff !important;
}

.highlight {
	font-weight: bold;
	font-size: 14px;
}

#typeAhead #suggest>ul>ul:first-child {
	border-bottom: 1px solid #bbb;
}
/*END :::Edited by PA for adding TypeAhead functionality*/
.loader {
	position: relative;
	left: 120px;
	top: -28px;
}

.loader img {
	width: 20px;
	height: 20px;
}
/*order history */
.cart-summary.DlxOdSummary .col-4-of-5 {
	width: 90%;
}

.cart-summary.DlxOdSummary .col-1-of-5 {
	width: 10%;
}

.footer,.footer-social-bar {
	font-weight: normal;
}

.addressUi {
	font-style: normal;
	margin: 0 0 15px 0;
}

.billingAddressCheck .addressUi {
	margin: 0px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 15px;
	text-transform: capitalize;
}
/*ALM 1827*/
#cCards label,#cCards img,.pagedisplayCont .space,.manageCustomer .tablesorter td
	{
	cursor: default;
}

.invalid-data {
	position: absolute;
	top: 100%;
	margin-top: -1.25em;
	left: 10px;
	font-size: 12px;
	color: #F00;
	line-height: 1em;
}

.red-border {
	border: 1px solid red !important;
}

.showBlock {
	display: block !important;
}

/* Added as a fix for DCOM-1182 */
#typeAhead .type-line-main {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 5px 5px 10px !important;
	font-family: 'Lato', sans-serif;
	color: #888 !important;
	background-color: #E2F0F3;
}

#typeAhead .type-line-main,#typeAhead .type-line a {
	color: #000;
}

#typeAhead>div {
	padding: 0;
}

#typeAhead .type-line {
	padding: 5px 5px 5px 20px;
}
/*css start for new billing*/
.heading-color,.text-color {
	color: #c44a26 !important;
}

.heading-color-blue {
	    color: #044d7e !important;
    font-size: 30px;
}

.text-font {
	font-family: NewsGothic;
}

.billing-po-title,.select-po-title {
	font-size: 24px;
	text-transform: capitalize;
}

.select-po-title {
	margin-bottom: 17px;
}

.fontGothicRom,.account_cont {
	font-family: "News Gothic- BT W03 Rom";
}

#debitText {
	font-size: 11px;
	font-style: italic;
	color: #555555;
	line-height: 14px;
	padding-left: 8px;
}

#poNumber {
	width: 241PX;
	border: 1px solid #bbb;
	border-radius: 3px;
	margin: 10px 0px 0px 4px;
	padding: 7px 0px 7px 1px;
}

.billing-head {
	font-size: 42px;
	font-weight: bold;
}
/*css ends for new billing*/
/*css starts for search result page*/
.category-search .section-title,.category-search .facetSelect h4 {
	text-transform: capitalize;
}

.category-search .facetSelect h4 {
	
}

#categoryHeader.text-color,.manCustomerDetail h4.text-color {
	font-family: "News Gothic BT W01 Bold";
	text-transform: capitalize;
	font-size: 42px;
}
/*css ends for search result page*/
/* css for pdp starts */
#productDetails .select_quantity table tr td #mquantityOpt,#prodDetails .select_quantity table tr td .qty
	{
	width: auto !important;
}

/* css for pdp ends */

/*Global Header Starts*/
.clearall,#billMeLaterForm1 .errortxt {
	clear: both;
}

.disin-blk {
	display: inline-block;
}

.dis-blk {
	display: block;
}

.bgcolororange {
	background: #d5763d none repeat scroll 0 0;
}

.bgbluecolor {
	background: #DEE5EA none repeat scroll 0 0;
}

.colororangeimp {
	color: #c44b27 !important;
}

.colororange {
	color: #C44A26;
}

.colorInSussess {
	color: #7DA244;
}

.colorInSuccessBorder {
	border: 2px solid #7DA244;
}

.bg_colororange {
	background: #C44A26;
}

.bgfff {
	background: #fff none repeat scroll 0 0 !important;
}

.colornew,.customPrdHero,.customPrdContainer {
	color: #231f20;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.borderradius5 {
	border-radius: 5px;
}

.borderradius10 {
	border-radius: 10px;
}

.borderradius50 {
	border-radius: 50%;
}

.height32 {
	height: 32px;
}

.inputboxw180 {
	border: 1px solid #9E9E9E;
	border-radius: 5px;
	height: 32px;
	margin-right: 20px;
	padding: 0 10px;
	width: 180px;
}
/* DCOM-13457 changes starts here */
.colorblue {
	color: #004a7d;
}

.borderblue {
	border: 1px solid #004a7d;
}
/* DCOM-13457 changes ends here */
.bordergrey {
	border: 1px solid #c2c2c2;
}

.fweight600 {
	font-weight: 600;
}

.colorwhite {
	color: #fff !important;
}

.colorbluenew {
	color: #004A7D !important;
}

.margin0 {
	margin: 0 !important;
}
/* .padding15-20 {
    padding: 16px 17px;       
} */
.padding15-20 {
	padding: 15px 17px;
}

.or_span {
	padding: 0px 20px;
}

.padd11-30 {
	padding: 11px 30px;
}

.padd11-20,.customSaveOrder.padd11-20,.customAddDesign.padd11-20,.customAddDesignSecond.padd11-20,.customSave.padd11-20
	{
	padding: 11px 20px;
}

.fontwnormal {
	font-weight: normal;
}

.line-height52 {
	line-height: 48px !important;
}

.line-height45 {
	line-height: 45px !important;
}

.line-height16 {
	line-height: 16px !important;
}

.border-bottom0 {
	border-bottom: medium none !important;
}

.pddr20 {
	padding-right: 20px;
}

.font24 {
	font-size: 20px;
}

.font24s {
	font-size: 24px;
}

.font26 {
	font-size: 26px;
}

.posrel {
	position: relative;
}

.padd05 {
	padding: 0 5px !important;
}

.padding5 {
	padding: 5px;
}

.posab {
	position: absolute;
}

.lin-he42 {
	line-height: 42px;
}

.colorred {
	color: #DD1743 !important;
}

.colorredimp {
	color: #DD1743 !important;
}

.heightauto {
	height: auto;
	overflow: hidden;
}

.wid1000 {
	height: 80px;
	margin: auto;
	padding: 15px 18px 5px;
	width: 964px;
}

.padd0-9 {
	padding: 0 9px;
}

.marbt25 {
	margin-bottom: 25px;
}

.marginCommon {
	margin: 5px 0 15px 0;
}

.padd0 {
	padding: 0;
}

.padd0-17 {
	padding: 0 17px;
}

.paddtop9 {
	padding-top: 9px;
}

.paddtop7 {
	padding-top: 7px;
}

.paddtop2 {
	padding-top: 2px;
}

.colorblu {
	color: #1383BC;
}

.paddL5 {
	padding-left: 5px;
}

.paddR5 {
	padding-right: 5px;
}

.paddL25 {
	padding-left: 25px;
}

.paddL24 {
	padding-left: 24px;
}

.paddR25 {
	padding-right: 25px;
}

.paddL0 {
	padding-left: 0px;
}

.paddL0Imp {
	padding-left: 0px !important;
}

.paddL10 {
	padding-left: 10px;
}

.paddL15 {
	padding-left: 15px;
}

.paddL30 {
	padding-left: 30px;
}

.paddR14 {
	padding-right: 14px;
}

.paddR15 {
	padding-right: 15px;
}

.padd10 {
	padding: 10px !important;
}

.padd22-25 {
	padding: 22px 25px;
}

.padd15 {
	padding: 15px;
}

.paddTop20 {
	padding-top: 20px;
}

.paddBottom15 {
	padding-bottom: 15px;
}

.paddBottom20 {
	padding-bottom: 20px;
}

.paddTop25 {
	padding-top: 25px;
}

.paddBottom25 {
	padding-bottom: 25px;
}

.txtright {
	text-align: right;
}

.txtcntr {
	text-align: center;
}

.txtnone {
	text-transform: none !important;
}

.paddTop26 {
	padding-top: 26px !important;
}

.paddingLeft18 {
	padding-left: 18px;
}

.padd10-18 {
	padding: 10px 18px !important;
}
/*Global Header Ends*/
/*Header Starts*/
.login_submitbtn {
	background: #e5f1f8 none repeat scroll 0 0;
	width: 75px;
	font-size: 13px;
}

.login_submitbtn_srb {
background: #004a7d;
width:100%;
font-size: 13px;
color:#fff;
padding: 9px 0px 9px 0px;
border:none;
border-radius:3px;
}

/* DCOM-13457 changes starts here */
.login_submitbtn:hover {
	background: #004a7d none repeat scroll 0 0;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
	color: #fff;
	transition: background 0.5s ease 0s;
}


.login_submitbtn_latest {
	background: #e5f1f8 none repeat scroll 0 0;
	/*width: 99px;*/
	font-size: 13px;
	display: inline-block;
	float: right;
	border-bottom: none;
	border-right: none;
	border-radius: 4px;
	border: 1px solid #004a7d;
}

.login_submitbtn_latest a {
	padding: 5px 11px 6px 11px;
	vertical-align: middle;
	display: block;
	font-size: 13px;
	color: #004a7d;
}

.login_submitbtn_latest :hover {
	background: #004a7d none repeat scroll 0 0;
	color: #fff;
}
/* DCOM-13457 changes ends here */
.or_para {
	padding: 15px 0px;
	font-size: 14px;
}

.sih_rp,.sih_ca {
	display: inline-block;
	float: left;
	width: 232px;
	/* background: lightgrey; */
	padding: 10px 26px;
	margin-right: 14px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.sih_ru {
	display: inline-block;
	float: left;
	width: 232px;
	 background: #f7f7f7;
	padding: 10px 26px;
	margin-right: 14px;
	margin-bottom: 30px;
	margin-top: 20px;
}

.sih_rp h2,.sih_ru h2,.sih_ca h2 {
	font-size: 17px;
	padding-bottom: 10px;
}

.reset_text {
	color: #C44A26;
	font-size: 14px;
	margin: 5px 0px;
}

.reset_text img {
	/* width: 17%; */
	border-radius: 13px;
    display: inline-block;
    float: left;
    margin-right: 7px;
    /* height: 37px; */
    margin-bottom: 13px;
        margin-left: 6px;
}

.reset_endline {
	float: right;
	font-size: 14px;
	color: #004A7D;
	margin: 10px 0px;
}

.reset_endline img,.reset_endline-pdp img {
	/*  width: 24%; */
	border-radius: 13px;
	margin-bottom: -9px;
	margin-left: 4px;
}
.reset_endline-pdp {
	float: none;
	font-size: 14px;
	color: #004A7D;
	margin: 10px 0px;
}

span.reset_instructions {
	font-size: 12px;
	font-weight: 700;
	font-style: italic;
	color: #A1A1A1;
}

.reset_instruction_part {
	margin-top: 70px;
	letter-spacing: 0.02em;
}

.reset_instructions_para {
	padding: 7px 0px;
}

ul.create_account_list li {
	list-style: none;
	list-style-type: disc;
	margin-left: 34px;
}

ul.create_account_list {
	margin-top: 7px;
}

.create_account_new {
	width: 335px;
}
.create_account_new  img{
display: inline-block;
    float: left;
    margin-top: -10px;
    margin-right: 10px;
}
.sec-text-ca{
	padding-left: 49px;
    color: #c44a26;
}
.faq_wrapper {
	width: 100%; s
	height: 53px;
	background: #e4e4e4;
}

/* DCOM-13040 changes */
.faq_wrapper div {
	font-weight: 700;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 15px;
}

.faq_content {
	    background: #f7f7f7;
    height: 296px;
}

.faq_content img {
	display: inline-block;
	float: left;
	padding: 20px 6px 0px 15px;
}

.faq_content h5 {
	font-size: 15px;
	font-weight: 100;
	padding: 13px 30px 25px 54px;
	color: #c24827;
}

.faq_content h4 {
	font-size: 15px;
	font-weight: 100;
	padding: 9px 30px 10px 54px;
	color: #004a7d;
	font-weight: 700;
}

.faq_content p {
	font-size: 14px;
	font-weight: 100;
	padding: 0px 89px 10px 54px;
	color: #004a7d;
}

.faqbox {
	background: #fff;
	width: 335px;
	height: auto;
	min-height: 200px;
	border: 2px solid #d9e4ec;
	border-radius: 10px;
	padding: 0px;
	position: relative;
	   display: inline-block;
    float: left;
}

ul.faq_list {
	    margin-left: 70px;
    padding: 10px 0px 10px 0px;
}

ul.faq_list li {
	list-style: none;
	list-style-type: disc;
	color: #004a7d;
}

.call_image img {
	display: inline-block;
	float: left;
	margin: 8px 16px 10px 0px;
}

.call_us_text p {
	padding-top: 14px;
	padding-bottom: 13px;
}

.call_us_num {
	font-size: 15px;
}

.call_for_help {
	padding: 10px 26px;
	margin-right: 14px;
}
.call_for_help_wrapper{
	display: inline-block;
    float: left;
    width: 232px;
    background: lightgrey;
}


.username_part {
	margin: 20px 0px;
}

.username_part label {
	padding-top: 10px;
}

.username_part input[type="text"] {
	margin-top: 6px;
	padding: 7px 5px 7px 5px;
	width: 100%;
	border-radius: 0px;
}
/*DCOM-9413 code modificaiton*/
.reset_pwd_email {
	color: #009900;
	padding: 11px 0;
}
/*end DCOM-9413 code modificaiton*/
.remove-bold{
	font-weight: 100;
}
.header-latest{
	width:500px;
	height:120px;
	background: #dee5ea;
}
.send_reset_button {
	background: #004a7d none repeat scroll 0 0;
    width: 100%;
    font-size: 13px;
    display: inline-block;
    border-bottom: none;
    border-right: none;
    border-radius: 4px;
    margin-top: 6px;
}

.send_reset_button a {
	padding: 7px 11px;
	vertical-align: middle;
	display: block;
	font-size: 13px;
	text-align: center;
	color: #fff;
}

/*Start-DFS-161*/
.globalHeader .login_submitbtn:hover {
	box-shadow: none;
	transition: none;
}

.globalHeader.logged-In,.quick-reorder-header {
	height: 105px;
}
/*End-DFS-161*/
.bgcolorliteblue {
	background: #e5f1f8 none repeat scroll 0 0;
}

.login_container {
	margin-top: 20px;
}

.inputboxw180::-moz-placeholder {
	color: black;
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg>ul {
	padding: 0;
	width: 100%;
}

/* DCOM-12963 changes */
.primary_nav_wrap .flyout,.primary_nav_wrap.not_logg ul ul {
	background: #f3f3f4 none repeat scroll 0 0;
	/*border: 10px solid #fff;*/
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px transparent;
	display: none;
	left: -1px;
	padding: 0;
	position: absolute;
	/*top: -11px;*/
	z-index: 999;
	border: 1px double #d3dce2;
	outline: solid 10px #fff;
	top: 10px;
}

/* DCOM-12963 changes */
#tab-1.tab-content nav.primary_nav_wrap ul.bgfff>li:first-child div.flyout
	{
	left: 10px;
}

/* DCOM-12963 changes */
nav.primary_nav_wrap.not_logg ul>li:first-child ul {
	left: 10px;
}

/* DCOM-12963 changes */
#tab-1.tab-content nav.primary_nav_wrap ul.bgfff>li:nth-child(4) div.flyout
	{
	left: -6px;
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg ul li a {
	font-family: "News Gothic BT W01 Bold";
	font-size: 15px;
}

/* DCOM-12963 changes */
.primary_nav_wrap.disin-blk ul li h4,.primary_nav_wrap.disin-blk ul li a,.primary_nav_wrap ul li.flyParent.drpdwn ul  li input[type='submit'],.primary_nav_wrap ul li.flyParent.drpdwn ul  li input[type='button']
	{
	font-family: "NewsGothicBTW01-Light";
	font-size: 15px;
	font-weight: 700;
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg ul ul {
	top: 100%;
}

/* DCOM-12963 changes */
.primary_nav_wrap .flyout {
	width: auto;
	top: 10px !important;
}

/* DCOM-12963 changes */
.primary_nav_wrap .flyout ul {
	width: 200px;
}

/* DCOM-12963 changes */
.logged_container .primary_nav_wrap ul a,.primary_nav_wrap.logged-in>ul>li div.wrapper>a,.primary_nav_wrap.logged-in>ul>li.reorder a,.primary_nav_wrap.not_logg>ul>li  a
	{
	display: block;
	font-family: "News Gothic BT W01 Bold";
	font-weight: 700;
	font-size: 13px;
	text-transform: capitalize;
	line-height: 32px;
	padding: 10px 18px 10px 14px;
	text-decoration: none;
	overflow: hidden;
	/* width: 180px; */
}

/* DCOM-12963 changes */
.primary_nav_wrap.logged-in>ul>li div.wrapper>a,.primary_nav_wrap.logged-in>ul>li.reorder a,.primary_nav_wrap.not_logg>ul>li  a
	{
	text-overflow: ellipsis;
}

/* DCOM-12963 changes */
.primary_nav_wrap.logged-in>ul>li div.wrapper>a,.primary_nav_wrap.logged-in>ul>li.reorder a,.primary_nav_wrap.not_logg>ul>li>a
	{
	color: #45474a;
}
/* DCOM-13457 changes ends here */

/* DCOM-12963 changes */
.logged_container .primary_nav_wrap ul li,.primary_nav_wrap.logged-in>ul>li,.primary_nav_wrap.not_logg>ul>li
	{
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	max-width: 200px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* DCOM-12963 changes */
.primary_nav_wrap ul li ul li a,.selectedCustomer li a,.primary_nav_wrap ul li.flyParent.drpdwn ul  li input[type='submit'],.primary_nav_wrap ul li.flyParent.drpdwn ul  li input[type='button']
	{
	color: #027ab7;
}

/* DCOM-12963 changes */
.primary_nav_wrap ul li.current-menu-item,.selectedCustomer.current-menu-item
	{
	background: #ddd none repeat scroll 0 0;
}

/* DCOM-12963 changes */
.primary_nav_wrap ul li a:hover,.selectedCustomer a:hover,.selectedCustomer input:hover
	{
	color: #c44b27 !important;
	transition: color 0.5s ease 0s;
}

/* DCOM-12963 changes */
.logged_flyout  .primary_nav_wrap ul>li.flyParent.drpdwn>a:after,.selectedCustomer a.log_cs_companyName:after
	{
	content: "\f078";
	display: inline-block;
	position: relative;
	top: -3px;
	left: 3px;
	font-family: FontAwesome;
	font-size: 10px;
	font-weight: normal;
	width: 13px;
}

/* DCOM-12963 changes */
.primary_nav_wrap
 
ul
>
li
.flyParent
.drpdwn
.resource
>
a
:after
,
.selectedCustomer
.flyParent
.drpdwn
.resource
 
a
.log_cs_companyName
 
:after
,
{
left
:
 
3
px
;


}
/* DCOM-12963 changes */
.primary_nav_wrap ul>li.logged_cont_name  a {
	/*padding:0px;*/
	
}

/* DCOM-12963 changes */
.primary_nav_wrap ul>li.flyParent:hover>a,.selectedCustomer.flyParent:hover a.log_cs_companyName
	{
	color: #d5763d;
}

.default_li {
	background: #f3f3f4 url("../images/arrow-down.png") no-repeat scroll
		right center;
}

/* DCOM-12963 changes */
.logged_container .primary_nav_wrap ul ul,.primary_nav_wrap.not_logg ul ul
	{
	background: #f3f3f4 none repeat scroll 0 0;
	/*border: 10px solid #fff;*/
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px transparent;
	display: none;
	left: -1px;
	padding: 0;
	position: absolute;
	top: 6px;
	z-index: 999;
	border: 1px double #d3dce2;
	outline: solid 10px #fff;
}

/* DCOM-12963 changes */
.logged_container .primary_nav_wrap li.resource  ul {
	left: 9px;
}

.static_message {
	background: #F2F29B;
	font-style: italic;
	padding: 2px 17px;
	font-size: 12px;
	letter-spacing: 0.03em;
}

.static_message_confirm {
	width: 500px;
	background: #F2F29B;
	font-style: italic;
	padding: 15px 20px;
	font-size: 12px;
	letter-spacing: 0.03em;
	background-size: auto;
	line-height: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline-block;/*<--DCOM-7770 code modification*/
	margin-bottom: 20px;/*<--DCOM-7770 code modification*/
}

.comment_sec {
	margin-top: 15px;
}

.comment_sec p {
	padding: 4px 0px;
	letter-spacing: 0.01em;
}

.product_info {
	margin-bottom: 15px;
	color: #555555;
}

.product_info h5 {
	font-size: 18px;
	letter-spacing: 0.02em;
	line-height: 33px;
	border-bottom: 1px solid #555555;
	width: 708px;
}
/* .figure img{
    display: inline-block!important;
    float: left;
    margin: 10px 15px 10px 0px;

    border:1px solid #adadad;
} */
.product_deatils {
	letter-spacing: 0.02em;
	line-height: 21px;
	color: #555555;
}

.hold-to-reveal span {
	margin-top: -19px;
	margin-bottom: 32px;
}

.line {
	width: 700px;
}

.line h5 {
	margin-top: 75px;
	font-size: 18px;
	letter-spacing: 0.02em;
	color: #555555;
	border-bottom: 1px solid #555555;
	padding-bottom: 8px;
	font-weight: 200;
}

.line p {
	padding-top: 10px;
	padding-bottom: 8px;
}

.increased h4 {
	font-size: 18px;
	letter-spacing: 0.02em;
	color: #555555;
	border-bottom: 1px solid #555555;
	padding-bottom: 8px;
	font-weight: 200;
	width: 700px;
}

.qty p {
	padding: 15px 0px 7px 0px;
	font-size: 15px;
}

.qr-comments-link {
	color: #259CDA;
	float: right;
	margin-top: -26px;
	cursor: pointer;
	position: relative;
	right: 87%;
}

.qr-paymentinfo-link {
	color: #259CDA;
	float: right;
	margin-top: -26px;
	cursor: pointer;
	position: relative;
	right: 33%;
	display: block;
	top: 7px;
}

.qr-paymentinfo-link span {
	color: white;
	font-size: 15px;
	/* font-weight: 700; */
	line-height: 30px;
}

.qr-paymentinfo-link li {
	color: white;
	line-height: 19px;
	font-size: 14px;
	line-height: 24px;

}

.qr-paymentinfo-link .bottom.info-bubble:before {
	top: -15px;
	left: 20px;
	height: 0px;
	border-style: solid;
	border-width: 0px 5px 15px;
	border-color: transparent transparent #259CDA;
}
.qr-arrow-pi .qr-pay-info:before{
	border-color: transparent transparent #027ab7!important;
	top: -29px!important;
	border-width: 0px 7px 29px!important;
	
} 

.bottom.info-bubble .qr-pay-info {
	    margin-top: 22px!important;
}

ul.qr-paymentinfo-link li:before {
	content: "ՠ";
	color: red; /* or whatever color you prefer */
}

@media all and (-ms-high-contrast:none) {
	/* DCOM-12963 changes */
	*::-ms-backdrop,.logged_container .primary_nav_wrap ul .Your_acct ul {
		left: -55px !important;
	}
	*::-ms-backdrop,.search-input,.search-input {
		padding: 12px;
	}
	*::-ms-backdrop,#searchSubmit,#searchSubmit {
		top: 36px !important;
	} /* IE10 and IE11 */
	/* DCOM-12963 changes */
	.primary_nav_wrap .SelectedContainer.li_content>a {
		padding: 0px 7px !important;
		top: 7px;
	}
	ul.tabs {
		top: 58px;
	}
}

/* DCOM-12963 changes */
@
-moz-document url-prefix ("") { .primary_nav_wrap ul ul { box-shadow:016px16px0rgba(0,
	0, 0, 0.2), 08px4px0rgba(0, 0, 0, 0.19);
	
}

}
/* DCOM-12963 changes */
.primary_nav_wrap ul ul a,.primary_nav_wrap .selectedCustomer ul input[type='submit'],.primary_nav_wrap .selectedCustomer ul input[type='button']
	{
	line-height: 120%;
	padding: 10px 14px;
}

/* DCOM-12963 changes */
.primary_nav_wrap ul li.flyParent.drpdwn ul li a,.primary_nav_wrap ul li.flyParent.drpdwn ul  li input[type='submit'],.primary_nav_wrap ul li.flyParent.drpdwn ul  li input[type='button']
	{
	line-height: 10px;
}

/* DCOM-12963 changes */
.primary_nav_wrap ul ul ul {
	left: 100%;
	top: 0;
}

/* DCOM-12963 changes */
.primary_nav_wrap ul li:hover>div.selectCustomerHeader ul {
	display: block;
}

/* DCOM-12963 changes */
.logged_container .primary_nav_wrap ul li.flyParent.drpdwn>a {
	color: #fff;
}

/* DCOM-12963 changes */
.logged_container .primary_nav_wrap ul li.flyParent.drpdwn:hover>a {
	color: #c44b27;
}

.logged_container {
	border-left: 1px solid #CDD9E1;
	width: 370px;
}

/* DCOM-12963 changes */
.logged_container .primary_nav_wrap ul li.logged_name {
	margin-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 68px !important;
}

/* DCOM-12963 changes */
.logged_container .primary_nav_wrap ul li.logged_name h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 75px;
}

/* DCOM-12963 changes */
.logged_container .primary_nav_wrap ul {
	padding: 0;
}

/* DCOM-12963 changes */
.logged_container .primary_nav_wrap ul>li.flyParent:hover {
	/* width: 165px; */
	/* z-index: 9; */
	
}
/* DCOM-12963 changes */
/*.logged_container .primary_nav_wrap ul ul {
    top: 10px;
}
*/
.logged_flyout {
	border-top: 1px solid #CDD9E1;
}

.globalHeader.logged-In .logged_flyout {
	height: 47px;
}

/* DCOM-12963 changes */
.logged_flyout .primary_nav_wrap {
	margin-top: 3px !important; /*DFS-161*/
}

.logged_flyout {
	top: 0px;
}

.logged_container .acct_container {
	top: 0px;
}

/* DCOM-12963 changes */
.logged_container .acct_container>.primary_nav_wrap,.logged_container .acct_container .headerDropdownSection
	{
	padding-top: 4px;
}

/* DCOM-12963 changes */
.logged_flyout .primary_nav_wrap ul li.flyParent.drpdwn>a {
	/* padding: 0 5px;*/ /*For header myacc hover issue*/
	
}

/* DCOM-12963 changes */
.logged_container .logged_flyout .primary_nav_wrap ul li {
	/* width: 125px; */
	
}

/* DCOM-12963 changes */
.logged_container .logged_flyout .primary_nav_wrap ul li.flyParent.drpdwn
	{
	/* width: 112px; */
	
}

/* DCOM-12963 changes */
.logged_container .primary_nav_wrap ul>li.flyParent:hover>a {
	line-height: 32px !important;
}

/* DCOM-12963 changes */
.logged_container .logged_flyout .primary_nav_wrap ul>li.flyParent:hover>a
	{
	/*padding: 0 12px;*/ /*For header myacc hover issue*/
	
}

/* DCOM-12963 changes */
.acct_container .primary_nav_wrap ul>li.flyParent.drpdwn:hover {
	background: #f3f3f4 url("../images/arrow-down.png") no-repeat scroll
		91px center;
}

.megaMenu {
	float: left;
	margin-top: 50px;
}

.megaMenubtn {
	background: #e0986e none repeat scroll 0 0;
	border: medium none;
	line-height: 57px;
	padding: 19px 20px;
}

li.selected .megaMenubtn {
	background: #fff none repeat scroll 0 0;
	color: #e0986e !important;
}

li.selected {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.megaMenu_tab li:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.2s ease-in-out 0s;
}

.megaMenu_tab li:hover>a {
	background: #fff none repeat scroll 0 0;
	color: #e0986e !important;
	transition: all 0.2s ease-in-out 0s;
}

.megaMenubtn:hover {
	text-decoration: none;
}

.megaMenu_tab li {
	display: inline-block;
	height: 55px;
}

/* DCOM-12963 changes */
.logged_container .primary_nav_wrap ul li.flyParent.drpdwn>a {
	padding: 0 7px 0 11px;
}

/* DCOM-12963 changes */
.logged_container .logged_flyout .primary_nav_wrap ul>li.flyParent:hover>ul li
	{
	/* width: 165px; */
	
}

ul.tabs {
	clear: both;
	left: 162px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 59px; /* DFS-161*/
	width: 427px;
}

ul.tabs li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	background: #CEDDE6;
	color: #004A7D;
}

ul.tabs li {
	cursor: pointer;
	display: inline-block;
	float:left;
	height: 30px;
	line-height: 32px;
	padding: 0; /* DFS-161*/
	font-size: 18px;
	font-weight: 700;
}

ul.tabs li.current a {
	background: #fff none repeat scroll 0 0;
	color: #C44A26;
}

ul.tabs li a {
	padding: 20px 25px;
}

.tab-content {
	background: #fff none repeat scroll 0 0;
	display: none;
}

.tab-content.current {
	clear: both;
	display: inherit;
	float: none;
}

/* DCOM-12963 changes */
.logged_container .primary_nav_wrap ul .Your_acct ul {
	left: -50px;
}

/* DCOM-12963 changes */
.logged_flyout .primary_nav_wrap ul li.flyParent.drpdwn.resource>a {
	padding: 0 12px 0 15px;
}

/* DCOM-12963 changes */
.tab-content .primary_nav_wrap ul li.flyParent.drpdwn,.tab-content .primary_nav_wrap ul li.li_offerContent
	{
	max-width: 200px;
	width: auto;
	padding-right: 22px;
}

.search_div {
	width: 562px;
}

.search_prd {
	background: url('../images/search_ico.png') no-repeat right center
		#1f7fb1;
	left: 41%;
	width: 150px;
	padding: 7px 0;
	margin-top: 6px;
	border: none;
	border-radius: 5px;
	color: #fff;
}

.search_content {
	background: #EDEDED;
	padding: 11px 14px;
	height: 44px; /* DFS-161*/
	border-bottom: 1px solid #d3dbe0; /* DFS-161*/
}

/* DCOM-12963 changes */
.tab-content .primary_nav_wrap>ul {
	border-bottom: none;
}

.flyParent.drpdwn>ul li {
	display: block;
	clear: both;
}

/* DCOM-12963 changes */
.primary_nav_wrap>li:hover .catList {
	color: #FFF;
	text-decoration: none;
}

/* DCOM-12963 changes */
.primary_nav_wrap  li:hover .flyout {
	display: block;
	visibility: visible;
	opacity: 1;
}

/* DCOM-12963 changes */
.primary_nav_wrap  li:hover .flyout ul {
	display: inline-block;
	vertical-align: top;
	padding: 7px 0px 16px;
}
/* DCOM-12963 changes */
/*.primary_nav_wrap ul ul + ul{
  left: 200px;
}*/
.logged_container.floatright ul li {
	font-size: 15px;
	font-weight: normal;
}

/* DCOM-12963 changes */
.logged_container.floatright .logged_flyout.posrel .primary_nav_wrap ul li.flyParent.drpdwn.resource
	{
	padding-right: 0px;
}

/* DCOM-12963 changes */
@
-moz-document url-prefix () { .logged_container .floatright
	.logged_flyout.posrel .primary_nav_wrap ul
	li.flyParent.drpdwn.resource{ padding-right:0px;
	
}

/* DCOM-12963 changes */
.primary_nav_wrap ul ul {
	box-shadow: none;
}

/* DCOM-12963 changes */
.logged_container .primary_nav_wrap ul li.flyParent.drpdwn>a {
	padding: 0 0px 0 11px;
}

/* DCOM-12963 changes */
.logged_flyout .primary_nav_wrap ul li.flyParent.drpdwn.resource>a {
	padding: 0 0px 0 15px;
}

/* DCOM-12963 changes */
.logged_container .primary_nav_wrap ul .Your_acct ul {
	left: -81px;
}

}

/* DCOM-12963 changes */
.logged_container.floatright .logged_flyout.posrel .primary_nav_wrap ul li.colorwhite.li_content
	{
	padding-right: 14px;
}

/* DCOM-13457 changes starts here */
.search_content.posrel .floatright a {
	font-size: 15px;
	font-family: "News Gothic BT W01 Bold";
	color: #004a7d;
}
/* DCOM-13457 changes ends here */

.search_content.posrel .floatright {
	padding-right: 10px;
}
/*Header Ends*/
/*Checkout Header Starts*/
.chkheader .checkout {
	padding-top: 5px;
}

.checkout-header-dot {
	width: 100%;
}

.chkheader .checkout div {
	width: 70px;
	clear: both;
	float: none;
	margin: 0;
	text-align: center;
}

.chkheader .checkout div.checkout-header-dot {
	width: 26px;
	height: 24px;
	background: #fff;
	margin: auto;
	border-radius: 50px;
	border: 2px solid #fff;
}

.chkheader .checkout div.checkout-step {
	position: absolute;
	left: 0px;
	color: #004A7D;
	top: 1px;
	font-size: 18px;
	line-height: 27px;
}

.chkheader .checkout div.alt-gray {
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #004A7D;
	padding-top: 3px;
	line-height: 1;
}

.chkheader .checkout .checkout-header-li.active div.checkout-step {
	color: #fff;
}

.divide_chck {
	display: inline-block;
	width: 100px;
	height: 5px;
	background: #fff;
	margin-left: -23px;
	margin-bottom: 45px;
}

.chkheader .checkout div.checkout-header-dot.active {
	background: #749C38;
}

.chkheader .checkout div.checkout-header-nav-text {
	font-weight: bold;
	text-transform: capitalize;
	color: #004A7D;
	padding-top: 3px;
	line-height: 1;
}

.chkheader .checkout-header-li {
	margin-left: -23px;
}

.chkheader .checkout-header-li.chk_default {
	margin-left: 0px;
}

.checkout-header-nav-bar {
	width: 89%;
}
/*Checkout Header Ends*/
/*CSS for billing page starts*/
.orderSummary_wrap #orderSummary p.orderSummary_count {
	padding: 18px 0 10px 0;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
}

.canWeHelp h1,.orderSummary_helpWrap .canWeHelp h1 {
	text-transform: none;
	color: #C44A26;
}

.orderSummary_wrap #orderSummary>div>div,.orderSummary_helpWrap .canWeHelp
	{
	border-radius: 8px;
}

.orderSummary_wrap #orderSummary>div,.orderSummary_helpWrap .grayBorder
	{
	background: none;
}
/*CSS for billing page ends*/

/*CSS for billing page ends*/
.cart_container {
	width: 80px;
}

#cart:hover,#cart:hover>span {
	text-decoration: none !important;
}

#cart span {
	font-size: 20px;
	font-family: "News Gothic BT W01 Bold";
}

#searchSubmit {
	right: 433px;
	top: 37px;
	width: 150px;
	padding: 7px 0;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
	background: #027AB7;
}

#searchSubmit:hover {
	background: #C44A26
}

#username+span.errortxt,#pwd+span.errortxt {
	position: absolute;
	top: 52px;
	width: 172px;
	color: #00497c;
	font-size: 12px;
}

#pwd+span.errortxt {
	left: 220px;
	text-align: left;
}
/*Order Review Starts*/
.edit_prd {
	padding: 15px 0
}

.prd_imgSection {
	width: 50px;
	height: 50px;
	display: inline-block;
}

.prd_imgSection img {
	width: 100%;
	height: 100%;
}
/* 
.total-col {
	font-weight: bold;
}
 */
#promoid {
	width: 215px;
	margin-right: 10px;
}

#btnGo {
	width: 160px;
}

/*SHOPPING CART starts*/
.shopOrder_text {
	padding: 10px 24px;
}

.shopOrder_text p.shopCustomer,.shopOrder_text button.selectCustomer {
	display: inline-block;
}

.shopOrder_text p.shopCustomer {
	margin-right: 35px;
	color: #C44A26;
	min-width: 35%;
}

.shopOrder_text p {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

.shopOrder_text p.order_for {
	font-size: 18px;
}

.btn_common {
	border: 1px solid #7FA4BE;
	color: #027ab7;
	background: #E5F1F8;
	border-radius: 5px;
	padding: 6px 10px;
}

.btn_common:hover, .cs_search_button:hover, .cs_pagination .search-pager.next:not(.disabled ):hover, .cs_pagination .search-pager.prev:not(.disabled ):hover
	{
	background: #004b7d !important;
	color: #fff;
}

.cs_pagination .search-pager .next:not (.disabled ):hover a,.cs_pagination .search-pager .prev:not
	(.disabled ):hover a {
	color: #fff;
}

.shoppng_addr .shipCustomer_content,.shoppng_addr .shipDealer_content {
	padding: 10px 30px;
}

.shoppng_addr .shipDealer_content {
	padding-bottom: 0;
}

.shoppng_addr input[type="radio"] {
	position: relative;
	top: 2px;
	font-size: 15px;
}

.shoppng_addr {
	font-size: 14px;
	margin-top: 5px;
}

.shopCart_shipWrap label.shipLabel {
	font-size: 15px;
	width: 20% !important;
	color: #231f20;
}

.shopCart_shipWrap label.shipLabel,.shopCart_shipWrap select.ship_Method
	{
	display: inline-block;
	width: 60%;
}

.shopCart_shipWrap select.ship_Method {
	margin-left: 8px;
	width: 75%;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.shopCart_shipWrap .shippRight_Subtext {
	padding: 10px 0px 10px 0px;
}

.shopCart_shipWrap .shippRight_Subtext p {
	font-size: 14px;
	font-style: italic;
	color: #858585;
}

.shopCart_shipWrap#shopCartWrap {
	padding: 30px 0px 30px 0px;
	/*border-top: 1px solid #ccc;*/
	border-bottom: 1px solid #ccc;
}

.shop_CartTotalWrap {
	float: right;
	padding: 20px 0;
}

.shop_CartTotalWrap .col-4-of-5 {
	font-size: 20px;
	line-height: 1.5;
}

.shop_CartTotalWrap .col-1-of-5 {
	padding: 0 0 0 30px;
	font-size: 20px;
	line-height: 1.5;
	text-align: right;
}

.shop_btnsWrap .col-4-of-5 {
	float: right;
}

.shopCart_shipWrap h2.shippng_tit {
	text-transform: capitalize;
}

.shop_btnsWrap .col-1-of-2.no-gut.floatright .col-1-of-2 .selectCustomer
	{
	font-size: 12px;
}

.shop_btnsWrap .col-1-of-2.no-gut.floatright .col-1-of-2.shop_checkoutBtn
	{
	padding-right: 0px;
}

.shop_btnsWrap .col-1-of-2.no-gut.floatright .col-1-of-2.shop_checkoutBtn #cartContinueCheckout
	{
	padding: 9px 0;
}

#orderShipForm .radioContainer .selectShippingMethod tr td {
	color: #545454;
	font-size: 15px;
}

#orderShipForm .radioContainer .selectShippingMethod input[type="radio"]
	{
	position: relative;
	top: 2px;
}

.col-1.shipping_days {
	font-size: 14px;
	color: #231f20;
}

.col-1.shipping_days p {
	color: #606060;
}
/*SHOPPING CART ends*/
/*Shippning Page Starts*/
.default.orangebox,.orangebox {
	background: #FDF8F5;
	border: 2px solid #c44a26;
	border-radius: 10px; /*DFS-84*/
}

.bluebox,.defaultbox,.defaultboxContent {
	background: #fff;
	border: 2px solid #d9e4ec;
	border-radius: 10px; /*DFS-84*/
	padding: 15px;
	position: relative;
}

.savedAddress .button,.selectedAddress {
	margin: 0 !important;
}

.commonGutSpace {
	padding-left: 17px;
}

.lbluebox {
	border: 1px solid #D9E4EC;
	border-radius: 5px;
	padding: 5px 15px;
}

.lblueboxBorder {
	border: 1px solid #D9E4EC;
}

.section-title.small {
	font-size: 1.2em;
}

a.editLink:before {
	/* content:"\f100";
          display: inline-block;
    position: relative;
    top: 0px;
    left: 6px;
    font-family: FontAwesome;
    font-size: 1.05em;
    font-weight: normal;
    width: 13px;*/
	
}

a#cart:after {
	content: "\f07a";
	display: inline-block;
	position: relative;
	top: 0px;
	left: 1px;
	font-family: FontAwesome;
	font-size: 2em;
	font-weight: normal;
	width: 24px;
	color: #004A7D;
}

.savedAddress form {
	padding: 3px 0 0 7px;
}

.savedCard form {
	padding: 0 3px;
}

.fa.fa-check-circle.checkout-check {
	line-height: 0.6;
}
/*Shippning Page Ends*/
/*Account Page Starts*/
.aligncenter {
	text-align: center;
}

.colafter{
  display: inline-block;
    position: relative;
    /* font-family: FontAwesome; */
    font-size: 1.1em;
    font-weight: normal;
}
.editme {
	font-size: 12px;
}
.editme:before {
	content: "\f040";
    padding-right: 3px;
    font-size: 10px;
    font-family: FontAwesome;
}

.delme:before {
	content: "\f014";
	padding-right: 6px;
	font-size: 17px;
	font-family: FontAwesome;
}

.font1_2 {
	font-size: 1.2em
}

.common_style {
	padding-bottom: 17px;
}

.my-account-nav li a,#profileaddr a,.paymentContainer .editme,.paymentContainer .delme
	{
	color: #027ab7;
	font-size: 14px;
}

.account_cont,.emailValidContent {
	color: #555555;
	font-size: 15px;
}

#profileaddr .fa-plus-square,#paymentMethod .fa-plus-square {
	color: #027ab7;
	font-size: 25px;
	font-weight: bold;
}

#profileaddr .addNewAddress_link,#paymentMethod .addNewAddress_link {
	font-size: 15px;
	vertical-align: middle;
}

.savedAddress_title {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.ShippingDefaults h2,.billingDefaults h2,.address_logo h2,.ShippingAddress h2,.Payment h2,.savedAddress_title,#profileaddr .section-sub-title,#paymentMethod .section-sub-title,.companyInfoHead h2,.address_companyInfo .section-sub-title,#personalInfoForm .section-sub-title,.imprint .section-sub-title,.selectAddInvoice h2,#billMeLaterForm1 h2,#orderAdvSearchForm h2
	{
	font-family: "News Gothic BT W01 Bold";
}

#profileaddr .section-sub-title,#paymentMethod  .section-sub-title,.address_companyInfo .section-sub-title,.address_logo .section-sub-title,.imprint .section-sub-title
	{
	font-size: 18px;
	text-transform: none;
	color: #231f20;
	font-weight: bold;
}

#addressProfileForm #sButton.button.level2,#addressProfileForm #sButton.button.level2:hover,#personalInfoForm #sButton.button.level2,.imprint #sButton.button.level2
	{
	background-image: none;
	background-color: #027ab7;
}

#addressProfileForm .nButton,#personalInfoForm .nButton,.imprint .nButton,.imprint .nButton:hover,#orderAdvSearchForm .nButton,.manageAddNewCust .button.level3,#deleteOrCancel .button.level3
	{
	background-image: none;
	background-color: #fff;
	color: #027ab7;
}

#addressProfileForm .nButton {
	padding: 0px;
}

.ShippingDefaults h2,.billingDefaults h2,.ShippingAddress h2,.Payment h2,.savedAddress_title,.address_companyInfo .companyInfoHead h2,.address_logo h2,.imprint h2,.selectAddInvoice h2
	{
	font-size: 24px;
	text-transform: capitalize;
}

.address_raquo span {
	font-size: 17px;
}

.address_raquo {
	margin-left: -9px;
}

.address_ext {
	margin-top: -20px;
}
/*account pages css ends */
.addBlue {
	background: #F2F8FB;
	border: 2px solid #037BB7;
	border-radius: 5px;
}

.saveOrder {
	padding: 11px !important;
	width: 156px;
	margin-left: 35px;
	font-size: 12px;
	text-transform: capitalize;
}

.promo_text {
	position: absolute;
	width: 180px;
	color: #749c38;
	font-size: 12px;
}

/*Order Confirmation page starts*/
.orderConfirmWrap a.orderPrintBtn.button.level1 {
	padding: 10px 0px;
	width: 90px;
}

.orderConfirmWrap p.orderConfirmMsg {
	display: inline-block;
	margin-top: -8px;
}

.orderCon_shipAddr,.orderCon_shipMethod,.orderCon_BillAddr,.orderCon_Amount
	{
	display: inline-block;
	clear: both;
}

.orderConfirmDet_table td.orderid_det {
	padding-left: 8px;
	font-size: 24px;
	font-family: "News Gothic BT W01 Bold";
}

.orderConfirmWrap h1.title-text {
	font-size: 42px;
	font-family: "News Gothic BT W01 Bold";
}

.orderConfirmWrap .col-1.body-text p {
	font-size: 15px;
	color: #555555;
}

.orderConfirmWrap .col-1-of-2 h2.section-title {
	font-size: 24px;
	font-family: "News Gothic BT W01 Bold";
}

.orderConfirmWrap .orderPrintBtn {
	position: relative;
	top: 13px;
	left: 25px;
}

.orderConfirmWrap .col-1-of-2 strong.charcoal {
	font-size: 18px;
	color: #231f20;
	padding: 5px 0 5px 0;
	display: inline-block;
	font-family: "News Gothic BT W01 Bold";
}

.orderConfirmWrap .col-1-of-2 {
	color: #606060;
	font-size: 15px;
}

.cart-table.orderCon_details .cart-table-header {
	font-size: 18px;
}

.cart-table.orderCon_details .cart-table-body .row {
	color: #777777;
}

.orderConfirmWrap .cart-summary.col-1-of-2 {
	font-size: 16px;
	color: #231f20
}

.orderConfirmWrap .cart-summary.col-1-of-2 .total-line {
	font-size: 20px;
}
/*Order Confirmation page ends*/
.common_head {
	text-transform: capitalize;
	margin: 5px 9px;
}

.commonspace {
	padding: 15px 0;
}

.cmnbttn {
	width: 80px;
	margin-right: 20px;
	background: #E5F1F8;
	border: 1px solid #027AB7;
	height: 38px;
	border-radius: 5px;
	color: #027AB7;
}

.cmnbttn:hover {
	background: #027AB7;
	color: #fff;
}

.commonSuccess {
	color: #749C38;
	display: none;
	width: auto;
	position: absolute;
	left: 476px;
	background: #fff;
	height: 20px;
	top: 23px;
	z-index: 999;
}

.greenbox {
	border: 2px solid #749C38 !important;
}

p.commonwebfont:before {
	content: "\f058";
	display: inline-block;
	position: relative;
	top: 0px;
	left: -3px;
	font-family: FontAwesome;
	font-size: 1.05em;
	font-weight: normal;
	width: 22px;
	height: 20px;
}

.commmondelemess {
	color: #749C38;
	display: none;
	border: 2px solid #749C38;
	position: absolute;
	width: 90%;
	text-align: center;
	padding: 23px 15px;
	border-radius: 15px;
	top: -216px;
	background: #fff;
	left: 25px;
}

.sommonSuccessInHome.commmondelemess {
	width: 70%;
	left: 166px;
}

#profileaddr .common_myAcct.commonSuccess {
	left: 578px;
	top: 17px;
}
/* DFS-161 */
/* DCOM-12963 changes */
.tab-content .primary_nav_wrap>ul.bgfff .wrapper.relative a.catList {
	/* background: rgba(0, 0, 0, 0) url("/dfs/webasset/b2b/images/megamenu_arrow.png") no-repeat scroll right center;
    max-width: 250px; */
	
}
/*DFS-84*/
#billingButton:hover {
	background-color: #d4743d;
}
/*DFS-84*/
#billMeLaterForm.inactive .section-title {
	opacity: 0.5;
	color: #999;
	cursor: pointer;
	filter: alpha(opacity = 50);
}
/*Shopping Cart Page Starts*/
.tableline {
	margin-bottom: 20px;
}

.cancelBtn.promocancel,.orderreviewbrdr #promoidCancel {
	border: 1px solid #7FA4BE;
	background: #E5F1F8;
	color: #2F92C4;
	width: 160px;
	clear: both;
	float: none;
	position: static;
	padding: 7px 20px;
	font-weight: 700;
	border-radius: 5px;
	opacity: 1;
}

.cancelBtn.promocancel:hover,.orderreviewbrdr #promoidCancel:hover {
	background: #1F7FB1;
	color: #fff;
}
/*Shopping Cart Page Ends*/
.cart-table .row .cell,.commoncell {
	font-family: "NewsGothicBTW01-Light";
	font-size: 18px;
}

.cart-table .cart-table-body .row .cell,.orderConfirmWrap .total-line {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
}

.cart-table-body .row .cell.price-col,.cart-table-body .row .cell.quantity-col,.cart-table-body .row .cell.discount-col,.cart-table-body .row .cell.total-no
	{
	padding-top: 26px;
	font-size: 14px;
}

.commoncell {
	padding: 7px 0 18px;
}
.cart-table .row .cell, .order-shipping-info{
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
}
/* .cart-table .row .cell, .order-shipping-info span{
	padding-right: 3px;
} */
.commonInfoDiv {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 12px;
}
/*Pagination Css Starts*/
/*************
  Blue Theme
 *************/
/* overall */
/* header */

/* tfoot */
.tablesorter-blue tfoot .tablesorter-headerSortUp,.tablesorter-blue tfoot .tablesorter-headerSortDown,.tablesorter-blue tfoot .tablesorter-headerAsc,.tablesorter-blue tfoot .tablesorter-headerDesc
	{
	/* remove sort arrows from footer */
	background-image: none;
}

/* tbody */

/* hovered row colors
 you'll need to add additional lines for
 rows with more than 2 child rows
 */

/* table processing indicator */

/* Zebra Widget - row alternating colors */

/* Column Widget - column sort colors */

/* caption */

/* filter widget */

/* optional disabled input styling */

/* hidden filter row */
.tablesorter-blue .tablesorter-filter-row.hideme td {
	/*** *********************************************** ***/
	/*** change this padding to modify the thickness     ***/
	/*** of the closed filter row (height = padding x 2) ***/
	padding: 2px;
	/*** *********************************************** ***/
	margin: 0;
	line-height: 0;
	cursor: pointer;
}

.tablesorter-blue .tablesorter-filter-row.hideme * {
	height: 1px;
	min-height: 0;
	border: 0;
	padding: 0;
	margin: 0;
	/* don't use visibility: hidden because it disables tabbing */
	opacity: 0;
	filter: alpha(opacity = 0);
}
/* filters */
.tablesorter-blue input.tablesorter-filter,.tablesorter-blue select.tablesorter-filter
	{
	width: 98%;
	height: auto;
	margin: 0;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #bbb;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: height 0.1s ease;
	-moz-transition: height 0.1s ease;
	-o-transition: height 0.1s ease;
	transition: height 0.1s ease;
}
/* rows hidden by filtering (needed for child rows) */
.tablesorter .filtered {
	display: none;
}

.cs_more .tablesorter .filtered {
	display: table-row;
}
/* ajax error row */
.tablesorter .tablesorter-errorRow td {
	text-align: center;
	cursor: pointer;
	background-color: #e6bf99;
}

.tablesorter-filter-row.tablesorter-ignoreRow {
	display: none !important;
}
/*Pagination Css Ends*/
.col-1.bill-me-later {
	padding-left: 0;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #333;
	text-transform: capitalize;
}

.bill-me p {
	font-size: 15px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	margin-top: 3px;
	float: left;
	margin-left: 17px;
}

.orderConfirmWrap .total-line {
	font-size: 20px;
}

.orderConfirmWrap .total-line .discount,.orderConfirmWrap .discount {
	color: #dd1743;
}
/*DFS-473*/
.dealer-title {
	clear: both;
	margin: 15px 0px 5px 15px;
}

li.logged_cont_name.colorwhite.li_content {
	width: 180px;
}

.shipping-page .savedAddress .companyName {
	font-weight: bold;
}

.shipping-page .savedAddress p {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 15px;
	text-transform: capitalize;
	line-height: 18px;
}

.shipping-page .wrapper .savedAddress:nth-child(1) {
	margin-top: 12px;
}

#selectMethod .section-title {
	text-transform: capitalize;
	margin-bottom: 20px;
}

#selectMethod .shippingLabel {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	color: #211e1e;
}

.shipping-page .shipping_days p {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 15px;
	color: #545454;
}

.shipping-page #billingButton {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-radius: 5px;
}

.orderLeft a,.orderLeft p,.orderLeft,.orderPrice {
	font-size: 12px;
}

.orderLeft p.item,.orderLeft p.orderQty {
	color: #76787a;
}

.section-title.big.credit-card {
	font-size: 18px;
}

.font13 {
	font-size: 13px !important;
}
.font13v {
	color: #505050;/* <--DCOM-9413 code modification*/
	font-size: 13px !important;
}

.font12 {
	font-size: 12px;
}

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font11 {
	font-size: 11px;
}

.font20 {
	font-size: 20px;
}

.fontcolorblackimp {
	color: #000 !important;
}

.successGreen {
	color: #749C38
}

#pscForOrderReview .ordrRevPrdName {
	display: inline;
}

#pscForOrderReview .cart-table-body .price-col,#pscForOrderReview .cart-table-body .quantity-col select,#pscForOrderReview .cart-table-body .discount-col,#pscForOrderReview .cart-table-body .total-col
	{
	font-size: 11px;
}

#pscForOrderReview .cart-table-body .total-col {
	font-weight: normal;
}

#pscForOrderReview #btnGo {
	display: inline;
}

.footer-social-bar {
	margin-top: 40px;
}

#pscForOrderReview div.labelTB {
	padding-bottom: 0;
	padding-top: 0;
}

.paddingBottom49 {
	padding-bottom: 49px;
}
.paddingBottom10{
padding-bottom: 10px;
}
.BasicInfo h4 span{
	color: #C44A26;
    font-size: 13px;
    padding-left: 10px;
}
.paddright0 {
	padding-right: 0 !important;
}

.paddleft0 {
	padding-left: 0 !important;
}

.paddleft10 {
	padding-left: 10px !important;
}

.paddR25 {
	padding-right: 25px;
}

.edit_prd.orderRevEdit {
	padding-bottom: 0;
}

#pscForOrderReview .cart-table-header {
	padding: 20px 0 15px 0;
}

.address_companyInfo {
	margin-right: 10px;
	width: 77%;
}

.paddingLeft5 {
	padding-left: 5px;
}

.paddingRight5 {
	padding-right: 5px;
}

.common_myAcct {
	border: 1px solid #d9e4ec;
	padding: 17px 11px 5px 11px;
}

.common_myAcct div:last-child {
	font-size: 14px;
}

.my-account-nav li span {
	position: relative;
	right: 3px;
	font-weight: normal;
	top: -1px;
	font-size: 14px;
}

.inputboxw180::-webkit-input-placeholder {
	color: #666666;
}

.inputboxw180::-moz-placeholder { /* Firefox 19+ */
	color: #666666;
}

.inputboxw180:-ms-input-placeholder { /* IE 10+ */
	color: #666666;
}

input.inputboxw180[type="password"] {
	font-family: "NewsGothicBTW01-Light" !important;
}

.content {
	clear: both;
}
/*Not logged Header rework Starts*/
/* DCOM-12963 changes */
.primary_nav_wrap.not_logg>ul  li>a {
	width: auto;
	/*padding: 12px 44px 10px 14px;*/
	padding: 12px 13px 10px 11px;
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg>ul li {
	max-width: 270px !important;
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg>ul>li.flyParent.drpdwn>a:after {
	content: "\f078";
	display: inline-block;
	position: absolute;
	top: 3px;
	right: 10px;
	font-family: FontAwesome;
	font-size: 0.7em;
	font-weight: normal;
	width: 13px;
	height: 27px;
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg ul ul a {
	color: #027ab7
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg ul ul a:hover {
	color: #d5763d;
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg>ul>li:last-child>a {
	padding: 10px 18px 10px 15px;
}
/*Not logged Header rework Starts*/
span.nickName {
	position: absolute;
	left: 50px;
}

.shipAddNewLinklabel {
	display: block;
	clear: both;
}

.shippingInfo  .shipAddNewLink {
	width: 36%;
	position: relative;
	padding: 0px;
	margin-bottom: 10px;
}

.defaultbox:hover,.savedCard:hover,.bill-me:hover,.selectShipBox .savedAddress:hover
	{
	border: 2px solid #037bb7;
	background: #f2f8fb;
}

.placeYourOrderHead .placeOrderButton {
	position: relative;
	right: 50.5em;
	top: 3.5em;
}

.placeYourOrderHead .saveOrder {
	position: relative;
	top: 10px;
}

.DealerContent input,.DealerContent select {
	padding: 6px 8px;
}
/*Account Pages Starts*/
.addSpinnera .spin-js-spinner {
	left: 77px !important;
	top: 14px !important;
}

.addSpinnera .spin-js-spinner div {
	background: #fff !important;
}

.ShippingAcctContainer .addSpinnera .spin-js-spinner {
	left: 65px !important;
	top: 15px !important;
}

.BillingDefaultContainer .addSpinnera .spin-js-spinner {
	left: 64px !important;
	top: 15px !important;
}

.emailIfoContainer {
	display: none;
}

.NewPayFrom .addSpinnera .spin-js-spinner,.paySecondary .addSpinnera .spin-js-spinner
	{
	left: 64px !important;
	top: 15px !important;
}
/*Account Pages Ends*/
.manageCustomer tbody td.cs_address {
	width: 19%;
}

.manageCustomer tbody td.cs_address span {
	width: 96.5%;
}

.cs_phoneNo span,.cs_phoneNo a {
	display: inline-block;
}

.manageCustomer  .cs_phoneNo a {
	position: absolute;
	top: 35%;
	vertical-align: top;
}

.cs_phoneNo span {
	padding-right: 25px;
	width: 43%;
}

.manageCustomer  th.cs_address span {
	width: auto;
}

#yourShoppingCart #estimateShipAndTaxForm .shop_CartTotalWrap {
	width: 50%;
}

#yourShoppingCart #estimateShipAndTaxForm .shop_CartTotalWrap .col-4-of-5
	{
	width: 65%;
	padding-right: 0px;
	text-align: right;
}

#yourShoppingCart #estimateShipAndTaxForm .shop_CartTotalWrap .col-1-of-5
	{
	padding-left: 0px;
	width: 34%;
}

.savedCard span.cardext {
	font-weight: normal;
}

.marginLft0 {
	margin-left: 0px !important;
}

#billMeLaterForm #sameShipAddress {
	padding: 0px;
}

#billMeLaterForm .addressUi label {
	color: #231f20;
	font-weight: bold;
}

.selectAddInvoice .savedAddress {
	width: 210px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}

.selectAddInvoice .savedAddress:nth-child(even) {
	clear: none;
}

.selectAddInvoice #addNewAddress {
	margin-bottom: 30px;
	display: inline-block;
}

.selectAddInvoice #addNewAddress .fa-plus-square {
	font-size: 24px;
	padding: 0px 15px 0px 15px;
}

.selectAddInvoice h2 {
	font-size: 32px;
}

#billMeLaterForm1 h2 {
	font-size: 24px;
}

#billMeLaterForm1 h4 {
	font-size: 1.385em;
}

#billMeLaterForm1 .isPrimaryLabel p,#billMeLaterForm1 h4 {
	font-weight: bold;
	color: #231f20;
}

#billMeLaterForm1 .col-1 input#zipCodeBilling {
	width: 100%;
}

#billMeLaterForm1 .stateAndZip .col-1-of-2 {
	width: 47.5%;
}

.isPrimaryLabel span {
	padding-right: 8px;
}

.isPrimaryLabel input {
	margin-right: 15px;
	position: relative;
	top: 3px;
}

.selectAddInvoice .orangebox {
	padding: 15px;
}

.paddingBtm10 {
	padding-bottom: 10px;
}

.padd12-16 {
	padding: 12px 16px;
}

.padd20 {
	padding: 20px;
}

.commonBtn:after,.changes-needed-bubble #txt1:after {
	content: '\f101';
	display: inline-block;
	position: relative;
	top: 0px;
	left: 5px;
	font-family: FontAwesome;
	font-size: 0.8em;
	font-weight: normal;
	width: 13px;
}

#selectBillingInfo .savedCard.col-1-of-3 p {
	line-height: 1.0em;
	font-size: 15px;
}

.classOverall {
	border-left: 1px solid #A4B5C2;
	border-right: 1px solid #A4B5C2;
	height: auto;
	overflow: hidden;
	width: 1000px;
	margin: auto;
	background: #fff;
}
.remove-border{
	border:none;
}

.orderReviewOrderFor {
	margin-left: 13px;
}

.customerSelection.button.level1 {
	margin-left: 10px;
}
/*order history css starts*/
.oh_search div {
	display: inline-block;
}

.oh_search div:first-child {
	font-size: 15px;
	color: #231f20;
	margin-right: 25px;
}

.oh_search div:first-child .text-color {
	font-weight: bold;
}

.oh_search div:first-child select {
	font-size: 12px;
	color: #555555;
	width: 120px;
	height: 20px;
}

.oh_search_text {
	width: 320px;
	height: 30px;
	border: 1px solid #a9a9a9;
	border-radius: 3px;
	color: #555555;
	font-size: 13px;
	padding-left: 10px;
}

.oh_search_button {
	padding: 6px;
	background-color: #e5f1f8;
	border: 1px solid #7fa4be;
	width: 85px;
	border-radius: 3px;
	color: #027ab7;
	margin-right: 15px;
}

.oh_adv_search {
	color: #027ab7;
	font-size: 14px;
	width: 65px;
	display: inline-block;
	vertical-align: bottom;
	line-height: 15px;
}

.oh_search {
	border-bottom: 2px solid #d3dce2;
	padding-top: 27px;
	padding-bottom: 27px;
	padding-left: 0px;
	width: 94%;
}

.oh_info_tableSorter th,.oh_info_tableSorter td {
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	position: relative;
	outline: none;
}

.oh_info_tableSorter i.fa {
	color: #027ab7;
}

.oh_info_tableSorter tr {
	border-bottom: 1px solid #d9e4ec;
	cursor: default;
}

.pagedisplayCont  div.disabled a {
	cursor: default;
}

.oh_info_tableSorter tr td.CompanyName {
	cursor: pointer;
}

.oh_info_tableSorter .date {
	width: 12%;
}

.oh_info_tableSorter .OrderStatusDescription {
	width: 14%;
}

.oh_info_tableSorter td.OrderStatusDescription {
	color: #555;
}

.oh_info_tableSorter .CompanyName {
	width: 18.5%;
	font-size: 14px;
	word-wrap: break-word;
	word-break: break-all;
}

.oh_info_tableSorter td.CompanyName {
	color: #027ab7;
}

.oh_info_tableSorter th {
	height: 50px;
	color: #231f20;
	font-weight: bold;
}

.oh_info_tableSorter td.OrderStatusDescription {
	position: relative;
}

.oh_info_tableSorter th,.oh_info_tableSorter td {
	padding: 0px 20px;
}

.oh_info_tableSorter td {
	vertical-align: top;
	padding-top: 15px;
}

.lineItemsOrdNo div {
	display: inline-block;
}

.lineItemsOrdNo {
	border-bottom: 1px solid #d9e4ec;
	padding-bottom: 15px;
}

.lineItemsOrdNo div:first-child {
	color: #037bb7;
}

.lineItemsOrdNo div:first-child span {
	font-weight: bold;
	color: #555;
}

.lineItemsOrdNo div:last-child {
	float: right;
	padding-right: 20px;
	margin-top: -20px;
}

.lineItemsOrdNo div:last-child a {
	color: #037ab7;
	font-weight: bold;
}

.lineItemsLineNo span {
	color: #555;
	font-size: 13px;
}

.lineItemsLineNo .text-color {
	font-weight: bold;
}

.lineItemsLineNo {
	width: 95%;
	padding-top: 10px;
	padding-bottom: 20px;
}

.lineItemsLineNo div {
	padding-top: 7px;
}

.oh_info_tableSorter .arrow {
	position: absolute;
	display: inline-block;
	float: right;
}

.oh_info_tableSorter .fa-long-arrow-down {
	margin-left: -4px;
}

.oh_info_tableSorter tbody tr:nth-child(odd) {
	background-color: #f5f2f1;
}

.pagination_section {
	clear: both;
	text-align: center;
	font-size: 12px;
}

.pager {
	float: none;
	line-height: 30px;
}

.pagination_section p,.pager p {
	color: #555;
	font-size: 12px;
}

.search-pager .disabled .next_btn,.search-pager .disabled.prev_btn,.search-pager .disabled.prev,.search-pager .disabled.next
	{
	opacity: 0.5;
	padding: 0px !important;
}

.oh_pagination .search-pager .next,.oh_pagination .search-pager .prev {
	border: 1px solid #7fa4be;
	width: 115px !important;
	height: 30px !important;
	border-radius: 2px;
	padding: 0px !important;
	box-sizing: border-box;
}

.pager a,.link,.pagination a,.link {
	text-decoration: none ! important;
}

.prev_btn a,.search-pager .prev a {
	padding-left: 0px;
	margin: 0;
	font-size: 12px;
}

.oh_pagination .search-pager .disabled.prev a,.oh_pagination .search-pager .disabled.next a
	{
	background: none !important;
}

.pagedisplayCont div {
	display: inline-block;
	float: none !important;
}

.pagination li.active,.oh_pagination .pagecount .content.current {
	border: 1px solid #c44a26;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	pointer-events: none;
}

.oh_pagination .pagecount {
	position: relative;
	top: -2px;
}

.pagination li,.oh_pagination .pagecount .content {
	color: #259cda !important;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	text-align: center;
	margin: 0px auto;
	border: 1px solid #259cda;
	height: 30px;
	line-height: 26px;
	width: 30px !important;
	border-radius: 5px;
	margin-right: 10px;
}

.prev_btn .page_prev_arrow,.prev_btn.disabled:hover .page_prev_arrow,.prev .page_prev_arrow,.prev.disabled:hover .page_prev_arrow
	{
	background: url("/webasset/b2b/StaticContent/images/prev_arrow.png")
		no-repeat;
}

.next .page_arrow,.next.disabled:hover .page_arrow {
	background: url("/webasset/b2b/StaticContent/images/next_arrow.png")
		no-repeat;
}

.next .page_arrow,.next.disabled:hover .page_arrow,.prev .page_prev_arrow,.prev.disabled:hover .page_prev_arrow,.next:hover .page_arrow,.prev:hover .page_prev_arrow
	{
	position: relative;
	top: 1px;
}

.next .page_arrow,.next.disabled:hover .page_arrow,.next:hover .page_arrow
	{
	left: 7px;
}

.prev .page_prev_arrow,.prev.disabled:hover .page_prev_arrow,.prev:hover .page_prev_arrow
	{
	right: 2px;
}

.next .page_arrow,.next.disabled:hover .page_arrow,.next:hover .page_arrow,.prev .page_prev_arrow,.prev.disabled:hover .page_prev_arrow,.prev:hover .page_prev_arrow
	{
	display: inline-block;
	width: 6px;
	height: 10px;
}

#orderAdvSearchForm h2 {
	font-size: 36px;
}

#orderAdvSearchForm h4 {
	color: #000000;
	font-size: 16px;
}

#orderAdvSearchForm .label {
	font-size: 13px;
	color: #231f20;
	font-size: 13px;
	font-weight: 600;
}

.multipleSelect select {
	background-image: none !important;
	height: 110px;
	padding: 0px !important;
}
/*order history css ends*/
.shoppingCartInfo {
	width: auto;
	float: left;
}

.commonOderStyle {
	font-size: 16px;
	font-weight: bold;
}

.NewEmailLink {
	display: none;
}

.ulCommon li {
	list-style-type: disc;
	padding-bottom: 3px;
}

.commonHeading {
	color: #333;
	text-transform: none;
}

.headSub-title {
	color: #333;
	font-size: 32px;
	font-weight: normal;
}

.log_cs_companyName.prime {
	cursor: default;
}

.manageAddNewCust .button.level3:hover,.button.level1:hover {
	 border: none;
     background: none;
}

.button.level1:hover, .custmerDeleteLinkP.deleteCustInProg:not(.disabled):hover {
	background: #027AB7!important;
}

.manCustomerDetail a {
	color: #037bb7;
}

.manCustomerDetail .fa-trash-o {
	color: #037BB8;
	font-size: 32px;
	font-weight: bold;
}

.manCustomerDetail #manageDeleteCust  input {
	position: relative;
	bottom: 8px;
	font-size: 15px;
}

.manCustomerDetail #manageDeleteCust  input,#deleteShippingAddressForm input[type='submit'],[id^="deleteShippingAddressForm"] .deleteAddress
	{
	border: none;
	background: none;
	outline: none;
	color: #037bb7;
	font-size: 14px;
}

#deleteShippingAddressForm i.fa-trash-o,[id^="deleteShippingAddressForm"] i.fa-trash-o
	{
	font-weight: normal;
	font-size: 18px;
}

.manCustomerDetail h4.text-color {
	line-height: 40px;
}

.padd10-30 {
	padding: 10px 30px;
	line-height: 1;
}

.commonDelBtn {
	float: right;
	border: none;
	background: none;
}

.fontBold {
	font-weight: bold;
}

.commonDelBtn:before {
	content: "\f067";
	display: block;
	font-family: FontAwesome;
	font-size: 10px;
	position: absolute;
	top: 0%;
	color: #FFF;
	left: 1px;
	margin-top: -3px;
}
/* Create Online Account Page CSS Start */
.creatAcctBox .create-online-acct {
	width: 100%;
}

.text-msg,.text-msg-error {
	border: 2px solid #EE3040;
	padding: 10px 10px 20px 10px;
	margin-bottom: 10px;
	display: none;
}

{
border
:
2px
 
solid
 
#EE3040
;

	
padding
:
10px
 
10
px
 
20
px
 
10
px
;

	
margin-bottom
:
10px;

	
display
:none
;


}
.text-msg .red-txt,.text-msg-error .red-txt {
	color: #EE3040;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
}
/* Create Online Account Page CSS End */
.savedCard.selectedState,.bill-me.selectedState,.selectShipBox .savedAddress.orangebox
	{
	border: 2px solid #c44a26;
}

.cmnButton {
	border: none;
	background: none;
}
/*customer details pop up starts */
.text-color {
	text-transform: capitalize;
	font-family: "News Gothic BT W01 Bold";
}

h2.text-color {
	font-size: 24px;
}

.label.section-sub-title {
	color: #231f20;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
}

a.button.level3 {
	background-image: none;
	background-color: #fff;
	color: #027ab7;
}

#priorityServiceCode .orderreviewbrdr .no-left-gut.input-container input#promoid
	{
	width: 208px;
}

.cart-summary.DlxOdSummary .wrapper .col-3-of-4,.PromoBoxText {
	width: 85% !important;
}

.cart-summary.DlxOdSummary .wrapper .col-1-of-4,.PromoBoxPrice {
	width: 15% !important;
}

#orderSummary .orderLine .orderLeft {
	margin-bottom: 10px;
}

.savedCard .cardHolder {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ezshield-section {
	float: left;
	margin-left: 67px;
}

.ezshield-section .ezshield-title-section p {
	font-weight: bold;
}

.savedCard  .selectedIcon {
	margin-top: 0;
}

.register-page {
	display: none;
}

#pwd+.errortxt+input+.forgotPwdLink {
	top: 16px;
}

.forgotPwdLink {
	right: 20px;
}

input[type="radio"] {
	cursor: pointer;
}

.ezshield-form-ui input[type="radio"] {
	vertical-align: middle;
	margin-right: 3px;
}

.cart-table-body .spinner,.shopCart_shipWrap .spinner,.add-artwork-container .spinner,#yourShoppingCart>.spinner,.oh_info_tableSorter .spinner,#companyFilteredNames .spinner,#companyNames .spinner
	{
	position: absolute !important;
	top: 0%;
	left: 0%;
	width: 100% !important;
	height: 100% !important;
	z-index: 10 !important;
	background-color: rgba(0, 0, 0, 0.5);
}

.shopCart_shipWrap .spinner div,.cart-table-body .spinner div,#yourShoppingCart>.spinner div,.oh_info_tableSorter .spinner div,#companyFilteredNames .spinner div,#companyNames .spinner div
	{
	top: 50% !important;
	left: 50%;
}
/*EZ shield Starts*/
.img_container {
	width: 45px;
	height: 45px;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 8px;
}

.img_container img {
	width: 100%;
	height: 100%;
}

.EZ_subContainer #debitText {
	padding: 0;
}

.txtindent-6 {
	text-indent: -6px
}

.ezInfoImg {
	border: 2px solid #C2C2C2;
	right: 13px;
}

.arrow-left {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 60px solid #C2C2C2;
	top: 18px;
	right: 159px;
}
/*EZ shield Ends*/
.oh_info_tableSorter .fa.fa-warning {
	color: #fcb714;
	position: absolute;
	font-size: 14px;
	left: 2px;
	top: 17px;
}

.Your_acct ul li {
	text-align: right;
	width: 172px;
}

/* DCOM-12963 changes */
.primary_nav_wrap .Your_acct  ul a {
	padding: 10px 13px;
}

/* DCOM-12963 changes */
.primary_nav_wrap .resource ul>li>a {
	padding: 10px 6px;
}

/* DCOM-12963 changes */
.logged_container .primary_nav_wrap ul li.flyParent.drpdwn.Your_acct>a {
	padding: 0 7px 0 13px;
}

.default_li:after {
	content: "\f078";
	display: inline-block;
	position: relative;
	top: -3px;
	left: 3px;
	font-family: FontAwesome;
	font-size: 10px;
	font-weight: normal;
	width: 13px;
}

.Your_acct .default_li:after {
	left: 1px;
}

.thumb-container.ez-imgContainer a {
	width: 38px;
	height: 38px;
	padding: 8px 5px 4px 6px;
}

.thumb-container {
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.image-border {
	border: 1px solid #B4B4B4;
}

.savedCard:nth-child(odd) {
	clear: both;
}

.placeOrderButton:after {
	content: '\f101';
	display: inline-block;
	position: relative;
	top: 0px;
	left: 5px;
	font-family: FontAwesome;
	font-size: 0.8em;
	font-weight: normal;
	width: 13px;
}

.orderConfirmWrap .cart-table .cart-table-body .row .cell {
	font-size: 12px !important;
}

.orderConfirmWrap .total-col {
	font-weight: normal;
}

#pscForOrderReview .errorMessageBox+.col-container #orderShipForm h1+.col-1.marginTop20.marginBottom20
	{
	margin-top: 60px;
}

.customPrdHero {
	background: url('/webasset/b2b/203/images/createCustomHero.png')
		no-repeat;
	height: 222px;
	width: 96%;
}

.customPrdHero h2 {
	line-height: 34px;
}

.stepsCustom {
	width: 25px;
	height: 25px;
	border-radius: 50px;
	background: #dee5ea;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	line-height: 26px;
	color: #555555;
}

/* DCOM-12963 changes */
.flyParent.drpdwn.Your_acct.SelectedContainer>a,.logged_flyout .primary_nav_wrap .li_content.SelectedContainer>a
	{
	background: #fff;
	color: #d5763d !important;
	position: relative;
	top: 6px;
	line-height: 37px !important;
	padding: 0px 11px !important;
}

.tablesorter  .fa {
	font-size: 18px;
}

.oh_info_tableSorter .fa-long-arrow-up {
	position: relative;
	left: -4px;
}

.font42 {
	font-size: 42px !important;
}

.customPrdImgContainer {
	background: #eef2f4;
	height: 105px;
	padding: 10px;
}

.customPrdImgContainer h3 {
	color: #c8cbcc;
	padding-top: 45px;
	font-size: 42px;
}

.cmnStatus {
	background: #eff0f1;
	width: 28px;
	height: 28px;
	color: #004a7d;
	line-height: 28px;
	margin: auto;
}

.divide_chckNew {
	width: 122px;
	background-color: #eff0f1;
	height: 5px;
	margin-top: 11px;
}

.PrdNavStatusData {
	width: 100px;
	left: -36px;
	line-height: 1;
}

li.checked .cmnStatus {
	background: #749c38;
	color: #fff;
}

.commonBefore:before {
	display: inline-block;
	position: relative;
	top: 0px;
	left: 2px;
	font-family: FontAwesome;
	font-size: 0.8em;
	font-weight: normal;
	width: 13px;
}

.editPrd:before {
	content: "\f100";
}

.cmnBg,.prdReviewContainer table tr:nth-of-type(even) {
	background-color: #f7f7f8;
}

.cmnBg {
	padding: 5px 0px 5px 0px;
}

.commonColorr {
	color: #555555;
}
.commonColorr-blue {
	color: #004b7d;
}

.txtIndent10 {
	text-indent: 10px;
}

.customProdList h2 {
	margin-top: 8px;
	line-height: 36px;
	padding-left: 23px;
}

.customProdList .col-4-of-5 h4:first-child {
	margin-top: 25px;
}

.customProdList .col-4-of-5 h4 {
	font-size: 18px;
	color: #231f20;
	font-family: "NewsGothicBTW01-Light";
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 5px;
}

.customProdList .col-4-of-5 {
	padding-left: 25px !important;
}

.customProdList .col-4-of-5 a {
	color: #027ab7;
	font-size: 14px;
	padding-left: 10px;
}

.customPrdOpt h4,.customPrdOpt h5,.customPrdOpt label span:first-child,.oh_searchFrOrd h4
	{
	font-family: "News Gothic BT W01 Bold";
	color: #231f20;
	font-size: 18px;
}

.customPrdOpt h5 {
	font-size: 16px;
}

.customPrdOpt select {
	width: 35%;
	margin-top: 8px;
}

.customPrdOpt .greyline {
	margin-top: 24px;
	margin-bottom: 22px;
}
.qr-pay-info{
	background-color:#027ab7!important;
    width: 360px;
    border-radius: 11px;
}

.fa.fa-question-circle {
	color: #027ab7;
	font-size: 22px;
	font-weight: 800;
}
.fa-question-circle:before {
    content: "\f059";
    margin-right: -10px;
}
.fa.fa-email-tooltip {
	color: #027ab7;
	font-size: 22px;
	font-weight: 800;
	cursor:pointer;
}
.fa.fa-total-tooltip {
	color: #027ab7;
	font-size: 22px;
	font-weight: 800;
	cursor:pointer;
}
.fa-email-tooltip:before {
    content: "\f059";
    margin-right: -3px;
}
.fa-total-tooltip:before {
    content: "\f059";
    margin-right: -3px;
}

.customPrdCalculate {
	text-align: right;
	margin-top: 4.5%;
}

.customPrdOpt {
	padding-left: 20px;
}

.customPrdOpt .note {
	color: #555 !important;
	font-size: 15px !important;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
}

.customPrdImgContainer img {
	width: 100%;
	height: 100%;
}

.oh_searchFrOrd div {
	display: inline-block;
	vertical-align: middle;
	color: #555555;
	font-size: 15px;
}

.oh_searchFrOrd .search,#companyNames,#companyFilteredNames {
	width: 250px;
	height: 31px;
	border-radius: 3px;
	border: 1px solid #a9a9a9;
	margin-left: 17px;
	padding-left: 10px;
	font-size: 13px;
	color: #555555;
}

.oh_searchFrOrd div:first-of-type {
	line-height: 21px;
}

.oh_searchFrOrd .oh_adv_search {
	padding: 5px 5px 5px 5px;
	background-color: #e5f1f8;
	border: 1px solid #7fa4be;
	width: 155px;
	height: 31px;
	border-radius: 3px;
	font-size: 12px;
	margin-left: 15px;
}

.oh_searchFrOrd input[type='radio'] {
	margin-right: 5px;
	position: relative;
	top: 2px;
}

#companyNames,#companyFilteredNames {
	padding: 0px;
}

.vertMiddle {
	vertical-align: middle;
}

.vertTxtTop {
	vertical-align: text-top;
}

.searchCompnayShow span,.searchCompnayShow a {
	font-size: 16px;
}

.searchCompnayShow a {
	border-left: 2px solid #403d3e;
	color: #027AB7;
	padding-left: 10px;
	display: inline-block;
	line-height: 13px;
	vertical-align: top;
}

.searchCompnayShow>span {
	padding-right: 10px;
}

.customPrdImgContainer+a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 20px;
	width: 100%;
	display: block;
	margin-bottom: 0;
}

.customPrdImgContainer+a+p {
	color: #555555;
	font-family: "News Gothic BT W01 Bold";
}

@
supports (-webkit-line-clamp: 3) { .customPrdImgContainer+a+p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 40px; /* I needed this to get it to work */
	width: 100%;
	height: auto;
	overflow: hidden;
}

}
@media all and (-ms-high-contrast:none) {
	.customPrdImgContainer+a+p {
		position: relative;
		height: 37px;
		overflow: hidden;
		max-height: 37px;
	}
	.customPrdImgContainer+a+p:after {
		content: "";
		text-align: right;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 1.2em;
		background: linear-gradient(to right, rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 1) 50%);
	}
	/* DCOM-12963 changes */
	.primary_nav_wrap .Your_acct  ul a {
		padding: 10px 5px;
	}
}

.customPrdOpt .changes-needed-bubble {
	width: 61%;
	position: absolute;
	left: 19%;
	top: 64%;
	padding-bottom: 23px;
}

.customPrdBindOpt {
	position: relative;
}

.customPrdOpt .changes-needed-bubble h5 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: none;
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	padding-right: 0px;
}

#txt1 {
	text-transform: none;
}

.changes-needed-bubble.expanded div.close {
	background: #9eb1be;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: inherit;
	color: #fff;
	position: absolute;
	right: 7px;
	top: 7px;
	padding-left: 1.2px;
	border-radius: 2px;
	cursor: pointer;
}

.successMessageBox.crossSell {
	border: 2px solid #85b44c;
	padding: 15px 20px 10px;
	background-color: #f9fcf8;
	color: #777777;
	font-size: 12px;
	margin-left: 25px;
	margin-right: 25px;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	width: 94.5%;
}

ul.tabs li {
	margin-left: -4px;
}

.customPrdFormOpt label,.customPrdPrintOpt label,.customPrdBindOpt label
	{
	display: block;
	margin-top: 10px;
}

.singleOption {
	width: 245px;
	margin-top: 13px;
}

.singleOption span {
	display: inline-block;
	color: #231f20;
	font-size: 13px;
}

.singleOption span:first-child {
	width: 195px;
	padding-left: 10px;
}

.customPrdFormOpt label.singleOptionLabel,.customPrdPrintOpt label.printChildLabel,.customPrdBindOpt label.printChildLabel
	{
	margin-top: 23px;
}

.customPrdOpt label span {
	display: inline-block;
}

.crossSellContainer .title-text.standalone {
	padding-left: 7px;
}

.addons-ez-container  .styled-checkbox:before,.addons-ez-container  .styled-checkbox,.addons-companion-container .styled-checkbox:before,.addons-companion-container .styled-checkbox
	{
	width: 12px !important;
	height: 12px !important;
	font-size: 11px
}

.addons-ez-container .styled-checkbox.active:before,.addons-companion-container .styled-checkbox.active:before
	{
	color: #000;
	font-size: 11px;
	top: -2px;
	left: 1px;
}

.crossSellContainer .spinner div.spin-js-spinner div {
	width: 3px !important;
}

.crossSellContainer .companion {
	margin-top: 25px;
}

.crossSell .cart-table .image-col {
	width: 55px;
}

.custom-combobox {
	position: relative;
}

.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
}

.custom-combobox-input {
	margin: 0;
	padding: 5px 10px;
}

.custom-combobox .ui-widget-content.custom-combobox-input {
	width: 228px !important;
	background-color: #ffffff;
	height: 19px;
	border-radius: 3px;
	border: 1px solid #a9a9a9;
	margin-left: 17px;
	font-size: 13px;
	color: #555555;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.custom-combobox a.ui-state-default {
	-webkit-appearance: none;
	background-image:
		url('/webasset/b2b/203/images/shop-deluxe-selectbox-arrow.png')
		!important;
	background-repeat: no-repeat;
	background-position: 100% center;
	background-origin: content-box;
	background-color: #fff;
	border: none;
	width: 20px;
	position: absolute;
	right: 5px;
	height: 29px;
	top: 1px;
}

.custom-combobox  a.companyDrpDownIcon.ui-state-default {
	width: 56px;
	background: #e5f1f8 !important;
	padding: 5px 0 0 0;
	height: 23px;
	border: 1px solid #027AB7;
	margin-top: 4.4px;
	border-radius: 5px;
	font-size: 13px;
	color: #027AB7;
	margin-right: 0;
	text-align: left;
}

.custom-combobox  a.companyDrpDownIcon.ui-state-default:hover {
	background: #014A7D !important;
	color: #fff;
}

.custom-combobox  a.companyDrpDownIcon.ui-state-default:hover>#triangle-down
	{
	border-top: 10px solid #fff;
}

.custom-combobox  a.companyDrpDownIcon.ui-state-default.disabled,.custom-combobox  a.companyDrpDownIcon.ui-state-default.disabled:hover
	{
	opacity: 0.2;
	cursor: default;
	text-decoration: none;
	pointer-events: none;
}

.SearchSecondary.oh_searchFrOrd .oh_adv_search.searchCompanyBtn {
	background: #c44a26;
	color: #fff;
	border: none;
	height: 40px;
	font-size: 14px !important;
}

.SearchSecondary.oh_searchFrOrd .oh_adv_search.searchCompanyBtn:hover {
	background: #D5763E;
}

.custom-combobox .ui-widget-content.custom-combobox-input.CompanyNameSearchPlace
	{
	width: 459px !important;
	padding: 10px;
}

.searchError {
	color: #FF0000;
	left: 20px;
}

#triangle-down {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 10px solid #027AB7;
	position: absolute;
	top: 9px;
	margin-left: 5px;
}

.custom-combobox .ui-state-default .ui-icon {
	background: none;
	position: static;
	margin: 0px;
}

ul.ui-menu.ui-widget-content {
	width: 248px !important;
	max-height: 38%;
	overflow: hidden;
	overflow-y: scroll;
}

li.ui-widget-content.ui-menu-divider {
	border: none;
	margin: 0px;
}

.ui-widget-content .ui-state-focus {
	border: none !important;
	background: #027ab7 !important;
	font-size: 13px;
	color: #ffffff !important;
}

.ui-state-focus a:hover {
	
}

.oh_info_tableSorter  .arrow.default {
	display: inline-block;
	padding-left: 12px;
}

.oh_info_tableSorter .tablesorter-header .arrow,.oh_info_tableSorter  .arrow,.oh_info_tableSorter .tablesorter-headerDesc .arrow.default,.oh_info_tableSorter .tablesorter-headerAsc .arrow.default
	{
	display: none;
}

.oh_info_tableSorter .tablesorter-headerDesc .arrow.descending,.oh_info_tableSorter .tablesorter-headerAsc .arrow.ascending,.oh_info_tableSorter .tablesorter-headerUnSorted .arrow.default
	{
	display: inline-block;
}

.orderSummary_helpWrap .canWeHelp>h1 {
	font-weight: 500;
}

.prdReviewContainer table {
	width: 96.5%;
	margin-left: 23px;
	font-size: 14px;
}

.prdReviewContainer table tr td {
	padding: 5px 0;
}

.prdReviewContainer table tr td:first-child {
	padding: 5px 15px 5px 0px;
}

.prdReviewContainer table tr td:last-child {
	text-align: right;
}

.quick-reorder-loader .fa-plus:before {
	left: 19.5px;
	position: absolute;
	top: 2px;
}

.customPrdOpt label {
	cursor: default;
}

form#orderShipForm h1+.col-1.marginTop20.marginBottom20 {
	margin-top: 58px;
}

.reOrderCust .text-color.floatleft {
	padding-top: 1px;
}

#manageDeleteCust:hover>.fa.fa-trash-o,#profileaddr .fa-plus-square.addNew:hover,#deleteShippingAddressForm:hover>.deleteAddress,#deleteShippingAddressForm:hover>.fa.fa-trash-o,#personalInfoForm .nButton:hover,.manCustomerDetail #manageDeleteCust:hover>input,#paymentMethod .fa-plus-square:hover,#addressProfileForm .nButton:hover,.customPrdInfoContainer .customPrdImgContainer+a:hover,.orderSummary_helpWrap a:hover,.customProdList a:hover,.customPrdCalculate a:hover,.commonBefore.editPrd:hover,.search_content .floatright>a:hover,.breadcrumb a:hover,.extraInfoClick:hover,.different-customer:hover,#customerSelection .cs_address a:hover,.cs_Skip:hover,.shippSettingslinks a:hover,.cb_close_button:hover,#profileaddr a.commonHover:hover,.commonHover:hover,#whatsThis:hover,.lineItemsOrdNo div a:hover,.oh_info_tableSorter tr td.CompanyName:hover,.educational.figure a:hover,#items-container .productContainer .product_image_price:hover>.img-container .caption
	{
	color: #c44a26;
}

#updateShippingAddressForm.form-style .button.level2:hover,.commonPaddingBtn:hover,#addressProfileForm .shippSettingslinks #sButton.button.level2:hover,#addressProfileForm #sButton.button.level2:hover,#personalInfoForm #sButton.button.level2:hover,#creditCardBillingAddressForm .button.level2:hover,#updateCustomerForm.form-style .button.level2:hover,#addShippingAddressForm.form-style .button.level2:hover,.dealerRegisterBox #sButton.button.level2:hover,.New_CreditCard a#addNewAddy:hover span,.form-style #submitButton.button.level2:hover
	{
	color: #fff;
	background: #c44a26;
}

#addNewAddressForm.form-style .button.level2:hover {
	color: #fff;
	background: #014A7D;
}

#addNewAddressForm.form-style .button.level2:active {
	color: #fff;
	background-color: #014A7D;
}

.prdReviewContainer h3 {
	line-height: 1.3em;
}

.PrdTotalContent .OfferBx+.SubTotalContent {
	margin-bottom: 0;
}

.shop_CartTotalWrap .col-1-of-5 strong:nth-of-type(1) {
	min-width: 75px;
	display: inline-block;
}

.EmptyCart,.registerContent {
	min-height: 400px;
}

/* DCOM-12963 changes */
.primary_nav_wrap ul li.selectCustomli {
	max-width: 220px;
	margin-left: 15px;
}

/* DCOM-12963 changes */
.primary_nav_wrap ul li.selectedCustomer ul li {
	max-width: 220px !important;
}

/* DCOM-12963 changes */
.primary_nav_wrap ul li.selectedCustomer a.log_cs_companyName {
	padding: 0px !important;
}

/* DCOM-12963 changes */
.primary_nav_wrap ul a.selectCustomLink {
	padding: 0px !important;
}

.relative {
	position: relative;
}

#inkError,#blockoutError,#duplicateInkColor {
	top: 77px;
	left: 0px;
}

#startNumberError {
	top: 157px;
	left: 20px;
}
#cuttingSizeError {
	top: 1164px;
	left: 20px;
}

.form-style .sbHolder.invalid {
	border-color: #F00;
}

.customCSelectBack:before {
	left: -4px;
}

.PrdNavStatus {
	min-height: 78px;
}

.discardPrevious {
	padding: 11px;
}

.QuoteSummaryContainer .col-3-of-4.font18.fontGothic_Reg.colornew {
	width: 50%;
	font-family: Arial Bold, Arial;
	font-weight: 700;
	font-size: 14px !important;
}

.QuoteSummaryContainer .col-1-of-4.padd0.font14 {
	width: 50%;
	text-align: right;
}

.anniversary_design_opt td span#MLerrorTextMsg label,.anniversary_design_opt td span#CSerrorTextMsg label
	{
	color: #F00 !important;
}

.btn_common.saveOrderInReorder {
	padding: 7px 20px;
	line-height: 18px;
}

/* DCOM-12963 changes */
.primary_nav_wrap ul {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 11px 0;
	position: relative;
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg ul {
	border-bottom: 1px solid #d3dce2;
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg ul ul {
	outline: 0;
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg ul ul:before {
	content: "";
	border: 10px solid #fff;
	position: absolute;
	top: 0px;
	bottom: -11px;
	left: -11px;
	right: -11px;
	border-top: 0px;
	z-index: -2;
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg ul ul li a:hover {
	color: #d5763d;
	background: #f3f3f4;
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg ul ul li {
	max-width: 180px !important;
	display: block;
	float: none;
	min-width: 180px;
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg ul li a {
	margin-left: 10px;
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg ul ul li a {
	margin-left: 0px;
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg ul ul {
	border-top: 0px;
	left: 10px;
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg ul>li:nth-of-type(1) ul {
	left: -1px;
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg ul ul {
	top: 100%;
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg>ul>li {
	margin-left: 66px;
}

@media screen and (-ms-high-contrast: active) , ( -ms-high-contrast :
	none) {
		/* DCOM-12963 changes */
	.primary_nav_wrap.not_logg>ul>li {
		margin-left: 61px;
	}
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg>ul>li:first-child {
	margin: 0px;
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg>ul>li {
	max-width: 170px !important;
	height: 54px;
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg>ul>li>a {
	padding: 3px 28px 10px 11px !important;
	position: relative;
	top: 10px;
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg>ul>li.flyParent  a.current,.primary_nav_wrap.not_logg>ul>li.flyParent>a:hover,.primary_nav_wrap.logged-in>ul>li>div.wrapper>a:hover,.primary_nav_wrap.logged-in>ul>li>div.wrapper>div>a:hover,.primary_nav_wrap.logged-in>ul>li>div.wrapper>a.current,.primary_nav_wrap.logged-in>ul>li>div.wrapper>div>a.current,.creatAcctBox .form-style .button.level2.create-online-acct:hover
	{
	background-color: #c44b27;
	color: #fff !important;
}

/* DCOM-12963 changes */
.primary_nav_wrap.logged-in>ul {
	padding-bottom: 0px !important;
}

/* DCOM-12963 changes */
.primary_nav_wrap .flyout {
	outline: 0;
}

/* DCOM-12963 changes */
.primary_nav_wrap.logged-in .flyout:before {
	content: "";
	border: 10px solid #fff;
	position: absolute;
	top: -1px;
	bottom: -11px;
	left: -11px;
	right: -11px;
	border-top: 0px;
	z-index: -2;
}

/* DCOM-12963 changes */
.primary_nav_wrap.logged-in ul a,.primary_nav_wrap.not_logg ul a {
	font-family: "News Gothic BT W01 Bold" !important;
	font-size: 15px !important;
}

/* DCOM-12963 changes */
.primary_nav_wrap.logged-in .flyout a,.primary_nav_wrap.not_logg .flyParent ul a
	{
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
	font-size: 14px !important;
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg>ul>li:last-child>a:hover,.primary_nav_wrap.not_logg>ul>li:last-child>a.current
	{
	background-color: #ffffff;
	padding-bottom: 8px !important;
}

/* DCOM-12963 changes */
.primary_nav_wrap.logged-in>ul>li:last-child {
	max-width: 155px;
}

/* DCOM-12963 changes */
.primary_nav_wrap.logged-in>ul>li {
	padding-right: 14px;
}

/* DCOM-12963 changes */
.primary_nav_wrap.logged-in>ul>li {
	margin-left: 10px;
	max-width: 225px;
}

/* DCOM-12963 changes */
.primary_nav_wrap.logged-in>ul>li:first-child {
	margin-left: 11px;
}

/* DCOM-12963 changes */
.primary_nav_wrap.logged-in>ul>li:last-child {
	max-width: 85px;
}

/* DCOM-12963 changes */
.primary_nav_wrap.logged-in>ul>li.reorder {
	max-width: 70px;
}

/* DCOM-12963 changes */
.primary_nav_wrap .selectedCustomer>ul {
	left: -15px;
}

/* DCOM-12963 changes */
.primary_nav_wrap .selectedCustomer ul li:last-child {
	padding-bottom: 6px;
}

/* DCOM-12963 changes */
.primary_nav_wrap .selectedCustomer ul li a {
	padding-bottom: 8px;
}

/* DCOM-12963 changes */
.primary_nav_wrap.logged-in>ul>li:first-child>div.flyout {
	left: 0px !important;
}

/* DCOM-12963 changes */
.primary_nav_wrap.logged-in .flyout {
	outline: 0;
	top: 100% !important;
	border-top: 0px;
}

/* DCOM-12963 changes */
.primary_nav_wrap.logged-in>ul>li>div.wrapper>a,.primary_nav_wrap.logged-in>ul>li>div.wrapper>div>a,.primary_nav_wrap.logged-in>ul>li.reorder>a
	{
	padding-bottom: 8px;
	position: relative;
	padding-right: 26px;
	padding-left: 10px;
	padding-top: 0px;
}

/* DCOM-12963 changes */
.primary_nav_wrap.logged-in>ul>li.reorder>a {
	padding-right: 0px;
}

/* DCOM-12963 changes */
.primary_nav_wrap.logged-in>ul>li:last-child>div.wrapper  a {
	padding-right: 19px;
}

/* DCOM-12963 changes */
.primary_nav_wrap .selectedCustomer li input[type='submit'],.primary_nav_wrap .selectedCustomer li input[type='button']
	{
	border: none;
	background: none;
}

/* DCOM-12963 changes */
.logged_container .primary_nav_wrap ul li:last-child.Your_acct ul {
	left: -48px;
}

.btn_common.customSaveOrderSummaryBtn,.dealerRegisterBox #sButton {
	padding: 11px 20px;
}

/* DCOM-12963 changes */
.primary_nav_wrap.logged-in .flyout ul {
	float: none;
}

/* DCOM-12963 changes */
.primary_nav_wrap.logged-in .flyout ul.right-section {
	background-color: #d3dbe0;
}

/* DCOM-12963 changes */
.primary_nav_wrap.logged-in .flyout ul a,.primary_nav_wrap.not_logg .flyParent ul a
	{
	width: 187px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
	padding: 7px 0px 0px 8px;
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg .flyParent ul a {
	width: 165px;
	line-height: 17px !important;
	font-weight: normal;
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg .flyParent ul {
	padding: 9px 0px 17px;
}

select::-ms-expand {
	display: none;
}

select.select-state::-ms-expand,.search-pager select#sortSelectTop::-ms-expand
	{
	display: block;
}

/* DCOM-12963 changes */
.primary_nav_wrap.not_logg>ul>li:last-child>a {
	padding-right: 0px !important;
}

.CustomQuoteSummaryContainer .prdExtractContainer>h2 {
	font-size: 18px;
	padding: 0;
	color: #231f20 !important;
	margin-left: 22px;
	margin-bottom: 0px;
}

.CustomQuoteSummaryContainer .prdExtractContainer {
	margin-top: 25px;
}

/* DCOM-12963 changes */
.primary_nav_wrap.logged-in>ul>li>div.wrapper>a:after,.primary_nav_wrap.logged-in>ul>li>div.wrapper>div>a:after
	{
	content: "\f078";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 10px;
	font-weight: normal;
	width: 13px;
	position: absolute;
	right: 4%;
}

/* DCOM-12963 changes */
.primary_nav_wrap ul li:hover>ul {
	display: block;
}

}
#customerSelection.CustomCustomerSelectContainer .text-color {
	margin-top: 0px;
}

#customerSelection {
	min-height: 500px;
}

.commonColor555 {
	color: #555;
}

.uploadimg-container {
	margin-bottom: 20px;
}

.cart-table-body select::-ms-expand,.defaultDayShow select::-ms-expand {
	display: block;
}

.previOrderInCart {
	margin-bottom: 13px;
}

.previOrderInCart h2,.discardInorder h2,.clickDelCust h2 {
	text-transform: none;
	margin-bottom: 3px;
	font-size: 24px;
}

.clickDelCust h2 {
	line-height: 25px;
}

.previOrderInCart img,.deleteInCart h2 img,.clickDelCust h2 img {
	width: 33px;
	vertical-align: sub;
}

.previOrderInCart .saveOrderInCartBtn,.previOrderInCart .saveOrderInReorder
	{
	padding: 11px 20px;
}

.previOrderInCart .discardPreviousInCart,.previOrderInCart .discardPrevious
	{
	padding: 11px 35px;
}

.discardInorder a,.saveOrderInProgress a {
	padding: 11px 50px;
}

#uploadArtWork .spinner div {
	left: 50%;
	top: 120px;
}

@media screen and (-ms-high-contrast: active) , ( -ms-high-contrast :
	none) {
	.oh_info_tableSorter .CompanyName {
		word-break: normal;
	}
	.oh_info_tableSorter th.CompanyName {
		word-break: normal;
	}
	/* DCOM-12963 changes */
	.globalHeader  .logged_flyout .primary_nav_wrap .SelectedContainer.li_content>a
		{
		padding: 0px 7px 3px 7px !important;
		top: 5px;
	}
	ul.tabs.ExtraTab {
		top: 58px;
	}
	.oh_pagination .prev a,.oh_pagination .next a {
		padding: 3px 8px !important;
		vertical-align: middle !important;
	}
	.oh_pagination .prevNext a span {
		top: 1px !important;
	}
}

.oh_info_tableSorter th.CompanyName span:first-child,.oh_info_tableSorter th.date span:first-child,.oh_info_tableSorter th.oh_orderStatus span:first-child
	{
	display: inline-block;
	font-size: 15px;
	line-height: 16px;
}

.oh_info_tableSorter th.date span:first-child {
	width: 70%;
}

.oh_info_tableSorter th.oh_orderStatus span:first-child {
	width: 50%;
}

.oh_info_tableSorter th.CompanyName span:first-child {
	width: 60%;
}

.manage_orderHistory th.CompanyName span.arrow {
	padding-left: 10px;
}

.oh_info_tableSorter th.CompanyName span.arrow.ascending,.oh_info_tableSorter th.CompanyName span.arrow.descending
	{
	right: 28%;
}

.manage_orderHistory th.date span.arrow.ascending,.manage_orderHistory th.date span.arrow.descending
	{
	
}

.oh_info_tableSorter th.oh_orderStatus span.arrow,.manage_orderHistory th.date span.arrow.ascending,.manage_orderHistory th.date span.arrow.descending
	{
	right: 25px;
}

.manage_orderHistory th.oh_orderStatus span.arrow {
	right: -14%;
}

.manage_orderHistory th.oh_orderStatus span.arrow.descending,.manage_orderHistory th.oh_orderStatus span.arrow.ascending
	{
	right: 30px;
}

.oh_info_tableSorter th.date span.arrow.default {
	padding-left: 0px;
	right: 11px;
}

.manage_orderHistory th.date span.arrow.default {
	right: -42px;
}

.oh_info_tableSorter th span.arrow {
	top: 17px;
}

.paddingTop15 {
	padding-top: 15px;
}

.deleteInCart h2,.clickDelCust h2,.clickDelCust span {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.deleteInCart h2 img {
	margin-left: -3px;
}

.deleteInCart .deleteCustInProg,.deleteInCart .dontDelete {
	padding: 11px 25px;
}

.commmonSuccdelemess {
	color: #749C38;
	display: none;
	border: 2px solid #749C38;
	position: absolute;
	text-align: center;
	padding: 15px;
	border-radius: 5px;
	background: #fff;
	z-index: 999999;
	width: 83%;
	top: -7pc;
	left: 62px;
	font-size: 18px;
	font-weight: bold;
}

p.commmonSuccdelemess:before,.commmondelemess:before,p.commonwebfont:before
	{
	content: "\f00c";
	display: inline-block;
	position: relative;
	top: -2px;
	left: -8px;
	font-family: FontAwesome;
	font-size: 13px;
	font-weight: normal;
	width: 22px;
	height: 22px;
	background: #749C38;
	color: #fff;
	border-radius: 15px;
	text-align: center;
	line-height: 21px;
}

#profileaddr .fa-plus-square:before,#paymentMethod .fa-plus-square:before
	{
	position: absolute;
	top: 4px;
	left: 1px;
	font-size: 22px;
}

.rightNavLinksAcct+.clearall+.shipSetContainer.Test.Address {
	margin-top: 20px;
}

.commonPaddActPages {
	padding: 0px 15px 0 15px;
}

.ShippingSettingsCont .label.section-sub-title,#addressProfileForm .label.section-sub-title,#creditCardBillingAddressForm .label.section-sub-title,#updateCustomerForm .label.section-sub-title,#addShippingAddressForm .label.section-sub-title,#updateShippingAddressForm .label.section-sub-title,.shippingAddNewCust .label.section-sub-title,#billingColorBox .label.section-sub-title,#billMeLaterForm1 .label.section-sub-title
	{
	font-size: 18px;
	font-weight: 700;
}

.shippSettingslinks #sButton,#addressProfileForm #sButton,#personalInfoForm #sButton,#creditCardBillingAddressForm .button.level2,.btnSaveinCustDetails,.commonPaddingBtn
	{
	padding: 7px 30px;
}

#billMeLaterForm .bill-me-later span {
	padding-left: 4px;
}

.deleteCustInProg.disabled {
	cursor: not-allowed;
	background-color: #6b6b6b;
	border: 1px solid #6b6b6b;
	color: #fff;
}

.clickDelCust a.button {
	padding: 11px 65px;
}

.orderSummaryContainer>.spinner {
	left: 50%;
	top: -20pc;
}

#shippingOptionsPage>.spinner {
	left: 25%;
	top: -7pc;
}

.profileDefaultEdit.editme:before {
	padding-right: 9px;
}

#addressProfileForm .input-container .errortxt,.dealerRegisterBox .input-container .errortxt
	{
	left: 0;
}

.commonGutter {
	padding: 10px 30px;
}

#personalInfoForm div.labelTB {
	padding: 0 0 3px 0;
	color: #231f20;
}

#addressProfileForm .input-container .errortxt#err__atg_userprofiling_AddressFormHandler_addressValues_postalCode,#addressProfileForm .input-container .errortxt#err__atg_userprofiling_AddressFormHandler_addressValues_exchange,#addressProfileForm .input-container .errortxt#err__atg_userprofiling_AddressFormHandler_addressValues_phoneNum
	{
	left: 10px;
	font-weight: normal;
}

#addressProfileForm .label.section-sub-title .errortxt {
	font-weight: normal;
}

#paymentMethod .fa-plus-square:before {
	left: 65px;
}

.paymentDelBlock.commmondelemess {
	top: -215px;
}

.otherBussinessType {
	display: none;
}

.oh_pagination .prev a,.oh_pagination .next a {
	padding: 3px 8px;
	vertical-align: top;
}

.manageCustomer .prevNext a,.customerSelectionCont .prevNext a {
	height: 30px;
	padding: 0px !important;
	display: block;
	vertical-align: top;
}

.oh_pagination .next a {
	padding: 6px 15px;
}

#creditCardBillingAddressForm .paySecondary .addSpinnera .spin-js-spinner
	{
	left: 73px !important;
}

#creditCardBillingAddressForm #ccDiscover img {
	width: 43px;
	height: 32px;
}
/* <!-- DCOM-13100 change starts here --> */
#creditCardBillingAddressForm .input-container .errortxt,#addShippingAddressForm.form-style .errortxt,#updateShippingAddressForm.form-style .errortxt,#forgetPasswordForm.form-style .errortxt,#retrieve_forgetPasswordForm.form-style .errortxt
	{
	left: 0;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
	font-weight: normal !important;
}
/* <!-- DCOM-13100 change starts here --> */

#addNewAddressForm.form-style .errortxt {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
	font-weight: normal !important;
}

#creditCardBillingAddressForm .input-container .errortxt#err_expirationYear
	{
	left: 10px;
}

#productDetails .prodTable td.promo {
	color: #F00;
}

.manCustomerDetail #profileaddr .fa-plus-square:before {
	position: static;
	padding-right: 12px;
}

#addShippingAddressForm .isPrimaryLabel span {
	padding-right: 5px;
}

.tertiaryButton {
	background-color: #e5f1f8;
	border: 1px solid #7fa4be;
	color: #027ab7;
}

.tertiaryButton,.tertiaryButton a {
	font-size: 13px !important;
}

.tertiaryButton.disabled,.tertiaryButton.disabled:hover,.tertiaryButton.disabled:hover a
	{
	background-color: #f2f8fa;
	color: #027ab7;
}

.tertiaryButton.disabled {
	opacity: 0.5;
}

.tertiaryButton:hover,.tertiaryButton:hover a {
	background-color: #004b7d;
	color: #fff;
}

.prevNext a span {
	font-size: 19px;
	font-weight: bold;
	position: relative;
	top: -1px;
}

/* DCOM-12963 changes */
.logged_flyout  .primary_nav_wrap .li_content.SelectedContainer>a {
	top: 4px;
	padding-bottom: 4px !important;
}

.flyParent.drpdwn.Your_acct.SelectedContainer>a {
	padding-bottom: 1px !important;
}

/* DCOM-12963 changes */
.logged_container .primary_nav_wrap ul li:last-child.Your_acct.ExtraCss ul
	{
	left: -60px;
}

.commonWaringImg {
	vertical-align: middle;
	width: 34px;
	height: 27px;
}

.paddForButton {
	padding: 11px 40px !important;
}

.paddForButtonInPop {
	padding: 11px 25px !important;
}

.registerForm div.labelTB {
	padding-bottom: 2px;
}

.manage_orderHistory .oh_search {
	width: 100%;
}

.pmsColorText {
	width: 35%;
	margin: 20px 0px 0px 20px;
}

.pmsColorText input {
	margin-top: 6px;
}

.dealerAppRec>div {
	display: inline-block;
}

.dealerAppRec {
	margin-left: 14px;
}

.dealerRecsucc {
	border: 2px solid #749c38;
	color: #749c38;
	font-size: 18px;
	font-weight: bold;
	border-radius: 9px;
	padding: 20px;
	line-height: 19px;
}

.dealerRecInfo {
	color: #555;
	font-size: 14px;
}

.dealerRecInfo ul li {
	list-style-type: disc;
	margin-left: 17px;
}

.dealerApp_RC  li div {
	display: inline-block;
	vertical-align: top;
}

.dealerApp_RC {
	margin-left: 11%;
	width: 28%;
}

.dealerApp_RC  li div:last-child {
	width: 75%;
	font-size: 15px;
	color: #555;
	line-height: 19px;
}

.dealerApp_RC .stepsCustom.active {
	background-color: #749c38;
	color: #fff;
	border: 3px solid #dee5ea;
}

/* DCOM-13036 changes */
.dealerApp_RC  li div:last-child b, .dealerApp_RC  li div:last-child strong {
	color: #000;
}

.dealerApp>div {
	display: inline-block;
}

.dealerApp>div:first-child {
	padding-left: 2px;
}

.whyWeAsk i {
	color: #047ab5;
	position: relative;
	top: 2px;
	margin-right: 5px;
	cursor: pointer;
}

.whyWeAsk a span {
	display: none;
}

.oderInfoContent .commonInfoDiv p {
	width: 100%;
	word-break: break-word;
}

.successBoxInsignIn {
	border: 2px solid #749c38;
	padding: 10px 15px 20px;
}
/*For Sign In Page starts*/
.ErrorinSignIn .errorMessageBox {
	border: 2px solid #EE3040;
	background: #fff;
	margin-top: 10px;
	width: 94%;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 25px;
}

.ErrorinSignIn .errorMessageBox div:nth-of-type(1) {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}
.ErrorinSignIn .errorMessageBox div:nth-of-type(2) {
	color:black;
}
.ErrorinSignIn .errorMessageBox div:nth-of-type(3) {
	color:black;
}
.errorMessageBox img{
	display: inline-block;
    float: left;
    padding: 0px 10px 40px 0px;
}

.ErrorinSignIn .errorMessageBox div:not (:nth-child(1) ){
	color: #333;
}
/*For Sign In Page Ends*/
.logged_container .selectCustomerHeader ul a.default_li {
	text-overflow: intial;
	padding: 0px !important;
}

/* DCOM-12963 changes */
.logged_container .primary_nav_wrap ul a.default_li span:first-child,.logged_container .log_cs_companyName span:first-child
	{
	display: inline-block;
	padding-left: 14px;
	padding-top: 10px;
	padding-bottom: 8px;
	max-width: 170px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.logged_container .log_cs_companyName span:first-child {
	padding: 0px !important;
}

.default_li span:last-child:after,.logged_container .log_cs_companyName span:last-child:after
	{
	content: "\f078";
	display: inline-block;
	position: relative;
	top: 10px;
	left: 3px;
	font-family: FontAwesome;
	font-size: 10px;
	font-weight: normal;
	width: 13px;
	vertical-align: top;
}

/* DCOM-12963 changes */
.logged_container .primary_nav_wrap .default_li:after,.logged_container .log_cs_companyName:after
	{
	content: " " !important;
}

.logged_container .log_cs_companyName span:last-child:after {
	top: -2px;
	left: 2px;
}

/* DCOM-12963 changes */
.logged_container .primary_nav_wrap .selectCustomerHeader>ul {
	top: -3px;
	left: -15px;
}

.sbOptions li span,.sbSelector span {
	display: inline-block;
	float: none !important;
	position: relative;
	right: 0px !important;
	max-width: 162px;
	vertical-align: top;
	text-indent: 0;
	padding-right: 9px;
	top: 0px;
	word-wrap: break-word;
}

.sbOptions li span:nth-child(2),.sbSelector span:nth-child(2) {
	top: 1px;
	float: right !important;
	right: 25px !important;
	padding-right: 0px;
}

.sbHolder .sbOptions {
	overflow-y: hidden;
}

.cmnbttn.delYes {
	width: 83px;
}

.shipping-page #btnAddNewAddr .fa {
	font-size: 23px;
	top: -3px;
	left: 0;
}

.savedAddress.addressbox.col-3-0f-111 {
	width: 35.8%;
}

.border-btm {
	border-bottom: 1px solid #ccc;
}

.paddingBtm20 {
	padding-bottom: 20px;
}

.logged_container .selectedCustomer {
	top: 9px;
}

.CreateLinkBox .button.level2 {
	margin: 0;
}

.dfsAccountBox .button.level2 {
	width: 34.5%;
}

#gridDisplay .fa-question-circle {
	padding-left: 5px;
	cursor: pointer;
}
#productDetails .prodTable th, #gridDisplayForMix .fa-question-circle {
	padding-left: 5px;
	cursor: pointer;
}

.select_quantity,.changes-needed-bubble.ExtraInfoPDP>div {
	position: relative;
}

.changes-needed-bubble.ExtraInfoPDP {
	background-color: #027ab7;
	position: absolute;
	top: -123px!important;
	left: 5px;
	text-align: left;
	display: none;
	width: 100%;
}

#quoteForm .changes-needed-bubble.ExtraInfoPDP {
	width: auto;
}

#gridDisplay .changes-needed-bubble.ExtraInfoPDP {
	top: -120px;
}

#gridDisplay .gridPDRadio .changes-needed-bubble.ExtraInfoPDP {
	top: -113px;
}

.paddingTop12 {
	padding-top: 12px !important;
}

.paddingTop3 {
	padding-top: 3px;
}

.paddingBottom3 {
	padding-bottom: 3px;
}

.changes-needed-bubble.ExtraInfoPDP:before {
	position: absolute;
	bottom: -30%;
	right: 21px;
	top: auto;
	left: auto;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 20px solid #027ab7;
}

.changes-needed-bubble.ExtraInfoPDP .close {
	position: absolute;
	right: -3px;
	top: -10px;
	background-color: #01598c;
	width: 12px;
	height: 13px;
	font-size: 11px;
	text-align: center;
	/* padding: 0px 3px 0px 3px; */
	font-weight: normal;
	border: 1px solid #01598c;
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
}

.changes-needed-bubble.ExtraInfoPDP .increased {
	text-transform: none;
}

.changes-needed-bubble.ExtraInfoPDP .close span {
	position: relative;
	right: 0px;
	top: -4px;
	display: inline-block;
	font-size: 11px !important;
}

.changes-needed-bubble.ExtraInfoPDP.Wholesaleprice.promofalse {
	left: -31%;
}

.changes-needed-bubble.ExtraInfoPDP.Wholesaleprice.promotrue {
	width: 108%;
	left: -39%;
}

.changes-needed-bubble.ExtraInfoPDP.Wholesaleprice.promotrue:before {
	right: 27px;
}

.changes-needed-bubble.Wholesaleprice h5 {
	padding-right: 22px;
}

.showInvoice img {
	display: none;
}

.showInvoice a {
	display: inline-block;
	margin-top: 6px;
}
/* #orderShipForm .radioContainer .selectShippingMethod tr:nth-child(even) td{
	padding-bottom:15px;
} */
/* DCOM-12963 changes */
.primary_nav_wrap.logged-in .flyout {
	border-top: 0px;
}

/* DCOM-12963 changes */
.logged_container .primary_nav_wrap .selectCustomerHeader>ul {
	top: -3px;
	left: -15px;
}

.shippingDealer label div.savedAddress {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.showSampleInfo {
	top: 4px;
}

.custmerDeleteLinkP.deleteCustInProg {
	width: 172px;
	height: 41px;
}

#gridDisplay {
	position: relative;
}

.orderDetailDiscount .strike {
	font-size: 14px;
}

.add-artwork-container .spinner {
	top: 60px;
	left: 1.2%;
	height: 240px !important;
}

.shippingPriceSec .col-7-of-10 {
	width: 82%;
}

.shippingPriceSec .col-3-of-10 {
	width: 18%;
}

.marginTop20minus {
	margin-top: -20px;
}

.commonLineBox div {
	padding: 0 !important;
	height: 0 !important;
}

.btn_common.disabled {
	color: #FFF;
	background-color: #7F7F7F;
	background-image: none;
	cursor: default;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;
}

#feedBackForm .btn_common.disabled:hover {
	background: #D4D0C8 !important;
}

.thankyouInHome {
	width: 85%;
	text-align: center;
	color: #749C38;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 13px;
}

select:focus::-ms-value {
	background-color: transparent;
	color: black;
}

#yourShoppingCart .cart-summary .col-3-of-5,#orderSummary .orderLine .orderLeft
	{
	word-break: break-word;
}

.Username,.Password {
	position: relative;
}

.Username .updateSuccMess,.Password .updateSuccMess {
	position: absolute;
	color: #749C38;
	right: 15px;
	width: 210px;
	background-color: #fff;
	z-index: 999;
	font-size: 14px;
	display: none;
}

#passwordInfoForm.form-style .errortxt:not (#err_newPass ),#userNameInfoForm .errortxt
	{
	margin-top: -1em;
	left: 1px;
}

.paddingBtm25 {
	padding-bottom: 25px !important;
}

#orderSummary .sale {
	color: #db1842;
}

.artGuideList {
	padding-left: 40px;
}

.artGuideCont p,.artGuideList {
	margin: 16px 0px;
}

.artGuideCont hr {
	margin: 9px 0px;
	border-bottom: 1px solid grey;
}

.artGuideCont td {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.artGuideCont a {
	text-decoration: underline;
}

.artGuideList li {
	display: list-item;
	list-style: disc;
}

#quoteForm .changes-needed-bubble.ExtraInfoPDP:before {
	position: absolute;
	left: -25px;
	top: 20px;
	border-top: 10px solid transparent;
	border-right: 25px solid #027ab7;
	border-left: none;
}

#quoteForm .changes-needed-bubble.ExtraInfoPDP {
	top: -20px;
	left: 18%;
}

.dealerRegisterBox .label.section-sub-title {
	font-size: 16px;
	font-weight: 700;
}

.commonShippingLabel:nth-child(even) .savedAddress {
	clear: both;
}

#savedBilling .savedCard {
	padding: 0;
}

.savedCardLabel {
	display: block;
	padding: 15px;
	height: auto;
	overflow: hidden;
}

@media print {
	body {
		-webkit-print-color-adjust: exact;
	}
}

#billMeLaterForm1 .errortxt {
	position: absolute;
	top: 100%;
}

.dealerRegisterBox .zipCodeCont .errortxt {
	left: 10px;
}

select.feedbackBox {
	-moz-appearance: none;
}

div#companyNames,div#companyFilteredNames {
	display: none;
	position: absolute;
	top: 43px;
	min-height: 0px;
	width: 480px;
	height: auto;
	max-height: 200px;
	overflow-y: scroll;
	background: #fff;
	z-index: 9;
}

div#companyFilteredNames.spinEffect,#companyNames.spinEffect {
	min-height: 200px;
}

div#companyNames li,div#companyFilteredNames li {
	padding: 3px 1em 3px .4em;
	cursor: pointer;
}

div#companyNames li:hover,div#companyFilteredNames li:hover {
	background-color: #027ab7;
	color: #fff;
}

li.myDFShub a {
	text-transform: none !important;
}

.orderLineItemsCount {
	text-transform: none;
}

.paddingLeft0 {
	padding-left: 0px !important;
}

.customProceedMore .customSaveOrder.disabled,.customProceedMore .customAddDesignSecond.disabled
	{
	pointer-events: none;
}

#orderShipForm .addrColor {
	word-break: break-word;
}

.errorMessageBox .fa-exclamation-circle+div {
	display: inline-block;
}

.hoverEffectUnder:hover {
	text-decoration: underline;
}

.errIconDisplay {
	left: 15px;
	top: 10px;
}

.customQuoteContentDL div:nth-child(even) div {
	background: #F6F5F7;
}

#orderId {
	padding: 7px 10px;
	width: 220px;
}

.orderBtnSearch,.savedOrderSearch {
	padding: 10px;
	width: 220px;
}

.orderRightContainer {
	border-left: 1px solid #d3dce2;
}

.dateDD,.dateDD option,.commongutSpace {
	padding: 11px;
	width: 314px;
	outline: 1px solid tranparent;
}

.checkList {
	border: 1px solid #d3dce2;
	width: 40px;
	height: 40px;
	margin-top: 21px;
	background: none;
}

.customerLintSlt.aLink {
	width: 297px;
	line-height: 3;
	padding-left: 15px;
}

.orderRightContainer {
	padding-left: 105px;
}

.customerLintSlt.prdNum {
	padding: 11px 0px 11px 11px;
}

.prdBtnSearch {
	width: 86.5%;
	padding: 10px;
}

.checkList.selected,.customerLintSlt.selected {
	border: 2px solid #c44a26;
	outline: none !important;
}

.tabContentHidden,.toggleBtn.hiddenn,.useCtrlsmess.hiddenn {
	display: none;
}

.customerLintSlt {
	height: 40px;
	border: 1px solid rgb(238, 238, 238);
}

.aLink.hovereffects,.hoverEffectChk {
	background: #F1F6FA;
	border: 1px solid #3272B3;
	color: rgb(3, 123, 183);
}

.toggleBtn {
	background: #3370B7;
	border: none;
	color: #fff;
	padding: 7px 23px;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 9px solid #fff;
	display: inline-block;
}

.arrow-up {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 9px solid #fff;
	display: inline-block;
}

.orderBtnSearch.disabled,.orderBtnSearch.disabled:hover,.proceedWithCustomerPrime.navBtn.disabled
	{
	cursor: not-allowed;
	pointer-events: none;
}

.aLink.DefaultaLink .dataContent {
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	width: 143px;
	text-overflow: ellipsis;
}

.aLink.DefaultaLink .dataContent {
	cursor: not-allowed;
	pointer-events: none;
}

@
-moz-document url-prefix () { .dateDD option { height:30px!important;
	width: 100% !important;
}

/* DCOM-12963 changes */
.primary_nav_wrap.disin-blk ul li h4,.primary_nav_wrap.disin-blk ul li a,.primary_nav_wrap ul li.flyParent.drpdwn ul li input[type="submit"],.primary_nav_wrap ul li.flyParent.drpdwn ul li input[type="button"]
	{
	font-size: 13px;
}

/* DCOM-12963 changes */
.logged_flyout .primary_nav_wrap ul li.flyParent.drpdwn.resource>a {
	padding: 0 12px 0 15px;
}

/* DCOM-12963 changes */
.primary_nav_wrap.logged-in>ul>li.marketingProds>div.wrapper>div>a {
	padding-right: 24px;
}

}
.aLink.DefaultaLink {
	height: 36px;
}
/*Css hack for Safari Starts*/
/* DCOM-12963 changes */
_::-webkit-full-page-media,_:future,:root .logged_container .primary_nav_wrap ul a,.primary_nav_wrap.logged-in>ul>li div.wrapper>a,.primary_nav_wrap.logged-in>ul>li.reorder a,.primary_nav_wrap.not_logg>ul>li  a
	{
	font-size: 13px !important;
}

/* DCOM-12963 changes */
_::-webkit-full-page-media,_:future,:root .primary_nav_wrap.disin-blk ul li h4,.primary_nav_wrap.disin-blk ul li a,.primary_nav_wrap ul li.flyParent.drpdwn ul  li input[type='submit'],.primary_nav_wrap ul li.flyParent.drpdwn ul  li input[type='button']
	{
	font-size: 13px !important;
}

_::-webkit-full-page-media,_:future,:root ul.tabs li {
	font-size: 15px !important;
}

@media screen and (min-color-index:0)
	and(-webkit-min-device-pixel-ratio:0) {
	@media {
		/* DCOM-12963 changes */
		.logged_container .primary_nav_wrap ul a,.primary_nav_wrap.logged-in>ul>li div.wrapper>a,.primary_nav_wrap.logged-in>ul>li.reorder a,.primary_nav_wrap.not_logg>ul>li  a
			{
			font-size: 13px !important;
		}
		/* DCOM-12963 changes */
		.primary_nav_wrap.disin-blk ul li h4,.primary_nav_wrap.disin-blk ul li a,.primary_nav_wrap ul li.flyParent.drpdwn ul  li input[type='submit'],.primary_nav_wrap ul li.flyParent.drpdwn ul  li input[type='button']
			{
			font-size: 13px !important;
		}
		ul.tabs li {
			font-size: 15px !important;
		}
	}
}

/* DCOM-12963 changes */
html> /**/ body .primary_nav_wrap.logged-in ul a,html> /**/ body .primary_nav_wrap.not_logg ul a,x:-moz-any-link,x:default
	{
	font-size: 13px !important;
}

.POBlock {
	width: 200px;
	word-break: break-all;
}

.first_prev-order_details {
	width: 100%;
	height: auto;
	min-height: 200px;
	margin-bottom:20px;
}

.previous_order_details {
	width: 100%;
	display: inline-block;
	float: left;
	height: auto;
	margin: 0px 0px 30px 0px;
	border-bottom: 1px solid #dbe3e7;
	padding: 0px 0px 0px 10px;
}

.Payment_Information {
	width: 270px;
	height: auto;
	display: inline-block;
	float: left;
	margin-right: 50px;
}

.Payment_Information h4 {
	font-size: 16px;
}

.pi_first {
	width: 130px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
	float: left;
	margin: 18px 0px 0px 0px;
}

.pi_sec {
	/* width:131px; */
	height: auto;
	display: inline-block;
	float: right;
	margin: 18px 0px 0px 0px;
}

.Order_Information {
	width: 270px;
	height: auto;
	display: inline-block;
	float: left;
	margin-right: 50px;
}

.Order_Information h4 {
	font-size: 16px;
}

.oi_first {
	width: 130px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
	float: left;
	min-height: 95px;
	margin: 18px 0px 0px 0px;
}

.oi_sec {
	width: 130px;
	height: auto;
	display: inline-block;
	float: right;
	margin: 18px 0px 0px 0px;
	min-height: 95px;
}

.Shipping_Billing {
	width: 210px;
	height: auto;
	display: inline-block;
	/* float: left; */
	margin-bottom: 30px;
}

.Shipping_Billing h4 {
	font-size: 16px;
}

.sb_shipping {
	padding-top: 15px;
	padding-bottom: 8px;
}

.sb_shipping h3,.sb_billing h3 {
	font-size: 12px;
}

.sb_shipping p,.sb_billing p {
	font-size: 12px;
	word-wrap: break-word;
}

.pay_online_button {
	border: 1px solid #7FA4BE;
    color: #027ab7;
    background: #E5F1F8;
    border-radius: 5px;
    width: 70px;
    padding: 4px 5px;
    text-align: center;
    margin-right: 60px;
    margin-bottom: 40px;
    display: inline-block;
    float: left;
}
.pay_online_button-pio{
	border: 1px solid #7FA4BE;
    color: #027ab7;
    background: #E5F1F8;
    border-radius: 5px;
    width: 70px;
    padding: 4px 5px;
    text-align: center;
    margin-right: 60px;
    margin-bottom: 40px;
    display: inline-block;
    float: left;
}
.pay_online_button-pio:hover{
	background: #014A7D;
	color: white;
}
.pay_online_button-pio-disabled{
	pointer-events:none;
	opacity:0.5;
border: 1px solid #7FA4BE;
    color: #027ab7;
    background: #E5F1F8;
    border-radius: 5px;
    width: 70px;
    padding: 4px 5px;
    text-align: center;
    margin-right: 60px;
    margin-bottom: 40px;
    display: inline-block;
    float: left;
}
.pay_online_button-pio:hover{
	background: #014A7D;
}
.pay_online_button:hover{
	background: #014A7D;
}
.pay_online_button-pio:hover > a{
	color: white;
}
.pay_online_button:hover > a{
	color: white;
}
.link_with_hover:hover{
	color: #C44B27;
}

.artwork_message p {
	font-style: italic;
	letter-spacing: 0.03em;
	line-height: 21px;
}

.artwork_title {
	font-size: 15px;
}

.extra {
	width: 700px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.pdf-wrapper {
	width: 50px;
	height: 55px;
	border: 1px solid #ccc;
	margin-bottom: 40px;
}
/*cart zoom functioanlity added on 07-11-2016 starts*/
#mask-cart {
	display: block;
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	z-index: 999;
}

.pop-up {
	display: none;
	/*background: #ffffff;*/
	padding: 10px;
	/*border: 15px solid rgba(30, 30, 30, 1);*/
	float: left;
	font-size: 1.2em;
	position: fixed;
	width: 660px;
	height: 500px;
	top: 4%;
	left: 23%;
	z-index: 99999;
	border-radius: 15px;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
}

.cart-zoom-close {
	float: right;
	font-size: 12px;
	margin: 6px 12px 0 0;
	color: #259cda;
	text-decoration: none;
}

.popup-outer {
	position: relative;
	border-radius: 10px;
	background-color: #333;
	border: 10px solid rgba(30, 30, 30, 1);
	z-index: -2;
}

.popup-outer:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background-color: #FFF;
	z-index: -1;
	top: 0px;
	left: 0px;
}

#primaryImgContainer {
	margin: 15px 90px;
}

#primaryImgContainer #Hero {
	cursor: pointer;
	height: 410px;
	overflow: hidden;
	width: 480px;
	position: relative;
	/*border:1px solid;*/
}

#primaryImgContainer #Hero img {
	margin: 0 auto;
}

pre {
	display: block;
	font: 100% "Courier New", Courier, monospace;
	padding: 10px;
	border: 1px solid #bae2f0;
	background: #e3f4f9;
	margin: .5em 0;
	overflow: auto;
	width: 800px;
}

p#preview {
	position: absolute;
	border: 1px solid #ccc;
	background: #333;
	padding: 5px;
	display: none;
	color: #fff;
	z-index: 999;
}

.figure img {
	border: 0 !important;
}

.rollover:hover {
	opacity: 0.5;
	transition-duration: 1s;
}

.rollover {
	background: url("/webasset/sd/128/images/magnify.png") no-repeat scroll
		center center;;
	cursor: pointer;
	opacity: 0;
	position: absolute;
	transition-duration: 1s;
	background-size: 60px;
	width: inherit;
	top: 0px;
	left: 0px;
	z-index: 10;
	height: 100%;
}

/*cart zoom functioanlity added on 07-11-2016 ends*/



/* tooltip styles from screen.css */
.titletxt {
    font-weight: 700;
    font-size: 20px;
    color: #333;
    font-family: source sans pro;
    padding: 12px 0px 3px 0px;
}
.othertxt {
    font-weight: 400;
    font-size: 15px;
    color: #333;
    line-height: 22px;
    font-family: source sans pro;
}
.titletxtbelow{
	font-weight: 700;
    font-size: 20px;
    color: #333;
    font-family: source sans pro;
    padding:0px;
    line-height: 25px;
}
.custpop.bottom .arrow1 {
    margin-left: 342px;
    border-bottom-color: #fff;
    border-top-width: 0;
    top: -11px;
}



.form-label{
	padding: 0px 0px 3px 0px;
}
.cri-textbox{
	margin-bottom: 23px;
	color:#999999;
	    font-size: 14px;
	    background: white!important;
}

/* order history */
.order-history-text{
	width: auto;
    max-width: 80%;
    margin-right:20px;
    padding-top: 5px;
    word-break: break-all;
}

.comment-area{
	/*width: 311px;*/
    height: auto;
    border: 1px solid #999999;
    margin-bottom: 30px;
    min-height: 90px;
    margin-top: 8px;
    pointer-events: none;
}

.comment-area p{
	color: #999999;
    background: #fff;
    padding: 2px 0px 0px 10px;
    margin-top: 5px;
    margin-bottom: 4px;
    font-size: 13px;
    letter-spacing: 0.03em;
    word-break: break-word;
}

.static_message_confirm p{
	margin-top: 18px;/*<--DCOM-7770 code modification*/
    margin-bottom: 18px;
    padding: 10px 0px;
}

/* browse logos */
.forms-dropdown {	
    width:100%;
}
.forms-dropdown select {
	font-size: 14px;
    margin-right: 20px;
    width:28%!important;
 
}
.under-line{
	    margin: 50px 0px 40px 0px;
    background: #818285;
}
.browse-logos{	
	display: inline-block;
    float: left;
    width: 155px;
    height: auto;
    min-height: 150px;
    margin-right: 23px;
    text-align: center;
    margin-bottom: 25px;
}
/* .browse-logos img{
	width: 100%;
} */
#images{
	width: 100%;
    height: auto;
    min-height: 500px;
}
/* #images .browse-logos:nth-child(1) {
	padding-left: 0px;
}
#images .browse-logos:nth-child(5) {
	padding-right: 0px;
} */
.browse-logos label{
	font-size: 11px;
    text-align: center!important;
}
.parent-browse-logos{
	width: 100%;
    height: 207px;
}
.paadingLft23{
	padding-left:23px;
}
.custom-logo{
	    margin-left: 67px;
}
.custom-logo a img{
	width: 5.5%;
   margin: 10px 8px 0px 10px;
    display: inline-block;
    float: left;
}
.download-text{
	padding: 6px 462px 10px 0px;
}
.download-text-latest{
	padding: 10px 467px 10px 0px;
}
.download-text a{
	padding: 6px 0px 0px 0px;
}
.download-text a,.download-text-latest a:hover{
	text-decoration: underline;
}
.custom-logo-part1{
	margin-left: 0px;
    margin: -65px 0px 17px 0px;
}
.custom-logo-part1 a img{
	width: 10%;
      margin: 10px 8px 0px 0px;
    display: inline-block;
    float: left;
}
#confirm-reorder-color{
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    height: 33px;
    font-size: 12px;
    padding: 8px 8px;
    border-radius: 3px 3px;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(/webasset/b2b/203/images/shop-deluxe-selectbox-arrow.png);
    background-repeat: no-repeat;
    background-position: 100% center;
    background-origin: content-box;
    border: 1px solid #ccc;
    color: #231f20;
    width:100%;
}
.quote-img{
	display: inline-block;
	float:left;
}
.quote-img a{
	border: none;
}
.quote-img img{
	border: 1px solid #B1B1B1!important;
	    margin-right: 8px;
}
.cart-table .image-col .figure, .quote.EZcommonContainerImg .ez-imgContainer a .quote-part1 a{
	border: none;
}

.text-grey{
	color:#999999!important;
}
.success-dialog-container {
    width: 900px;
    display:none;
    top: -430px;
    left: 50px;
    background: white;
    margin: 0 auto;
    border: 2px solid #749C38;
    border-radius: 15px;
    color: #749C38;
    z-index: 999;
    text-align: center;
    position: absolute;
}
.success-dialog-heading {
    font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    text-indent: 0px;
    line-height: 0px;
    margin-bottom: 5px;
    margin-top: 10px;
}
p.commmonSuccSavMess:before {
    content: "\f00c";
    display: inline-block;
    position: relative;
    top: -2px;
    left: -8px;
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: normal;
    width: 22px;
    height: 22px;
    background: #749C38;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    line-height: 21px;
}
.success-dialog-li {
    font-family: 'Arial Regular', 'Arial';
    font-weight: 400;
    font-style: normal;
    text-align: left;
    list-style: none;
    font-size: 14px;
    line-height: normal;
    text-indent: 308px;
    margin: 0;
}
.success-dialog-link-hide {
    left: 840px;
    top: 7px;
    position: absolute;
    color: #259CDA;
    display: inline;
}
.success-dialog-link-hide button {
    font-family: 'Arial Regular', 'Arial';
    font-style: normal;
    font-size: 13px;
    text-decoration: none;
    color: #259CDA;
    width: "40px";
    border: 0px;
    background: transparent;
}
.success-dialog-link-hide a:hover {
    text-decoration: underline;
}
.fa-sm {
    font-size: 13px
}
.display-inline{
	display: inline;
}
.track-hover:hover{
	color:#c44a26;
}
.track-span{
	padding-left: 10px;
	display:inline-block;
}
.track-span i{
	padding-right: 5px;
	cursor:pointer;
}
.track-span i:hover{
	color:#c44a26;
}

.track-span-black{
	padding-left: 5px;
	    display: inline-block;
}
.track-span-black i.fa-truck{
	color:#555;
	padding-right: 5px;
}
a.track-hover:hover {
	color:#c44a26;
}
.font-strong:hover {
	color:#c44a26!important;
}
	
.cart-table .grey-highlight:nth-child(even){
    background: #f2f2f2;
}
.white-color{
	background: white;
}
.font-red{
	color:red;
	
}

.latest-artwork{
	width:170px;	
	display: inline-block;
    float: left;
}
.latest-artwork a img {
    width: 19.5%;
    margin: 10px 8px 0px 0px;
    display: inline-block;
    float: left;
}
.artwork-wrapper{
	    margin-left: 60px;
    margin-top: 14px;
}
.text-grey{
	color:#999999!important;
}

.cart-table .total-heading{
	width: 433px;
} 

.font-strong{
	font-weight: 800;
	color:#027ab7!important;
}

.grey-orderlineitem{
	width: 100%;
    height: 1px;
    line-height: 0px;
    color: transparent;
    background: none;
    clear: both;
    position: relative;
    border-bottom: 1px solid #d3dce2;
}

.paddingright4{
	padding-right: 4px!important;
}
.cart-table  .first-imgcol{
	width: 59px;
    padding-right: 0;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    /* padding: 3px 9px; */
    font-size: 14px;
    background: lightred;
    /* background: lightblue; */
}
.cart-table  .sec-namecol{
	width: 418px;
    padding-right: 0;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding: 3px 9px;
    font-size: 14px;
   /*  background: lightgoldenrodyellow; */
}
.cart-table .third-totalcol{
	width: 72px;
    text-align: center;
    padding-right: 0;
    display: table-cell;
    vertical-align: top;
    /* text-align: left; */
    padding: 3px 9px;
    font-size: 14px;
    /* background: lightgreen; */
}
.cart-table  .forth-wp{
	width: 83px;
    text-align: center;
    padding-right: 0;
    display: table-cell;
    vertical-align: top;
    /* text-align: left; */
    padding: 3px 10px;
    font-size: 14px;
    /* background: lightcyan; */
}
.cart-table .fifth-discountcol {
	text-align: center;
    padding-right: 0;
    display: table-cell;
    vertical-align: top;
    /* text-align: left; */
    padding: 3px 5px;
    font-size: 14px;
    width: 67px;
   /*  background: lightblue; */
}
.cart-table .sixth-ba{
	width: 90px;
    text-align: right;
  /*   background: lightgray; */
}
.prod-colors-pdp{
width: 69px;
height: 83px;
display: inline-block;
float: left;
margin-right: 8px;
margin-bottom: 26px;
}
.prod-colors-pdp img{
width: 50px;
height: 50px;
margin-left: 12px;
}
.prod-colors-pdp p{
text-align: center;
font-size: 10px;
line-height: 11px;
padding-top: 8px;
}

.prod-color-title p{
font-size: 14px;
color: #75787B;
font-weight: 700;
padding-bottom: 20px;
}
.btn_common_addcomments{
	    border: 1px solid #7FA4BE;
    color: #027ab7;
    background: #E5F1F8;
    border-radius: 5px;
    padding: 4px 20px;
    margin-left: -7px;
    margin-top:5px;
}

.cancel-comments{
	background-image: none;
    background-color: #fff;
    color: #027ab7;
    outline: none;
    border:none;
}
 .btn_common_savecomments{
	border: none;
    color: white;
    background: #cccccc;
    border-radius: 3px;
    padding: 7px 16px;
    margin-top: -10px;
   	font-size: 12px;
    pointer-events: none;
}
.editme-comments:before{
	content: "\f040";
    padding-left: 6px;
    font-size: 13px;
    font-family: FontAwesome;

}
a.editme-comments{
	padding-right:5px;
}
	
.fontsize14{
	font-size:14px;

}
.os-comments .fa    {
   font-family: Arial Regular, Arial;
}
.os-comments a{
	outline: none;
   
}

.email-text-ap{
	word-wrap: break-word;
	font-family: 'Arial Italic', 'Arial';
    font-weight: 400;
    font-style: italic;
    font-size: 13px;
    color: #333333;
    text-align: left;
    line-height: normal;
    padding: 0 0 3px 0;
}
.default-email-ap{
	word-wrap: break-word;
	font-family: 'Arial Italic', 'Arial';
    font-weight: 400;
    font-style: italic;
    font-size: 13px;
    color: #333333;
    text-align: left;
    line-height: normal;
    width:419px;
}
.order-review-etext{
	font-family: 'Arial Italic', 'Arial';
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    color: #555555;
}
.input-width_OR{
	width:93%!important;
	
}

.othertxt-email{
	font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
    padding-right: 20px;
    line-height: 20px;
}

.email-container{
	width:68%;
}
#emailErrorMessage{
display: block;
    margin-top: 0px;
    color: #F00;
	
}
.paddingLeft69px{
	padding-left: 69px;
}

.edit-btn_order-summry{
	border: 1px solid #7FA4BE;
    color: #027AB7;
    background: #E5F1F8;
    border-radius: 3px;
    padding: 5px 14px!important;
    margin-left: -7px;
    font-family: 'Arial Regular', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px!important;
    text-align: center;
    line-height: normal;
}
.shop-btn-container{
	margin-top: 29px;
    margin-left: -26px;
    width: 20%;
    display: inline-block;
    float: left;
}

.padding-one{
padding-top: 1px;
}

.marginTop16{
	margin-top:-16px;
}

.latest-three-buttons{
	display: inline-block;
    float: right;
    width: 52%;
}
.keepshopping-btn{
	width: 125px;
   /*  margin-left: 35px; */
    font-size: 12px;
    text-transform: capitalize;
    padding: 11px !important;
    display: inline-block;
    float: left;
}
.saveorder-btn{
	margin-left: 15px;
    font-size: 12px;
    text-transform: capitalize;
    white-space: normal;
    width: 125px;
    word-wrap: break-word;
    padding: 4px 0px 4px 0px!important;
    display: inline-block;
    float: left;
}
.checkout-btn{
	    width: 37%!important;
    margin-left: 9px;
    padding-right: 0px!important;
}
.font-twelve{
	font-size:12px!important;
}
.margintwenty1{
	margin-top:-21px;
	    
}

.marginsix{
	margin-top:-6px;
}

.marginTop7{
	margin-top: 13px;
}
.margin19{
	margin-top: -19px;
	
}
.fa-trash-o:before {
content: "\f014";
font-size: 14px;
}
.button.full:after {
    content: '\f101';
    display: inline-block;
    position: relative;
    top: 0px;
    left: 5px;
    font-family: FontAwesome;
    font-size: 0.8em;
    font-weight: normal;
    width: 13px;
}
.shop_checkoutBtn #cartContinueCheckout {
    font-size: 13px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
}
.shop_checkoutBtn #cartemptyCheckout {
    font-size: 13px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
}
.parent-browse-logos :nth-child(5) {
    margin-right: 0px;
}


/* latest tooltip confrm reorder missing imprint */


.fa.fa-total-tooltip {
        color: #027ab7;
    font-size: 22px;
    font-weight: 800;
    margin-left: 75px;
}
.fa-total-tooltip:before {
    content: "\f059";
	margin-right: -10px;
    
}
.bottom.info-bubble-total {
    top: 100%;
    left: -17px;
    /* right: -15px; */
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
}
.info-bubble-total {
	width: 379px;
    height: 79px;
    text-transform: none;
    background-color: #027ab7;
    color: #FFF;
    position: absolute;
    top: -134px;
    left: 100%;
    margin-left: -20px;
    z-index: 100;
    cursor: normal;
    border: 0px none;
    border-radius: 3px;
    padding: 10px 10px 10px 10px;
}
.info-bubble-total {
        width: 330px;
    height: 167px;
}

.info-bubble-total {
    cursor: default;
    left: 80px;
    background-color: #aedfe8;
    padding: 10px 20px;
}

.mini-digits{
	font-family: 'Arial Italic', 'Arial';
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    color: #999999;
}

.fa.fa-total-tooltip a{
	    padding-left: 18px;
	font-family: 'Arial Regular', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #027AB7;
    text-align: left;
    line-height: normal;
}

.parent-browse-logos:nth-child(5){
    margin-right:0px;
}

.info-bubble-total table tr td{
	 color: black;
	font-family: 'Arial Regular', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
	line-height: 29px;
}
.ryt-amount{
	float: right;
    margin-left: 25px;
    font-weight: bold!important;
}
.font-big-order{
	font-size: 15px!important;
	    padding-top: 7px;
}
.titletxt-crmi{
	font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #333333;
    text-align: left;
    line-height: normal;
}
.startnum-checkbox{
	display: inline-block;
    float: left;
    margin-top: 7px;
}
.chkBox-input{
	display: inline-block;
    width: 388px;
    margin-left: 4px;
}
#addressForm h1{
	font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: #C44A26;
    text-align: left;
    line-height: normal;
}
#addressForm p{
	font-family: 'Arial Regular', 'Arial';
    font-weight: 400;
    font-style: normal;
	font-size: 14px;
    color: #555555;
    line-height: 18px;
	text-align: left;
}
.borderradius3{
	border-radius:3px;
}
.marginTop14{
	margin-top:14px;
}

.login_submitbtn_delete {
	background: #e5f1f8 none repeat scroll 0 0;
	width: 85px;
	font-size: 13px;
	height:38px;
}
.crmi-input-disabled[disabled]{
	background-color: white;
}


.login_submitbtn_delete:hover {
	background: #3a97c7 none repeat scroll 0 0;	
	color: #fff;
	
}
.chkBox-input-one{
	display: inline-block;
    width: 215px;
    margin-left: 4px;
}
.chkBox-input-two{
	display: inline-block;
    width: 388px;
    margin-left: 4px;
}
.CR-tip{
	
    margin-left: 11px!important;
    margin-bottom: 16px;
}

 .widthheight-CR{
	left: -131px!important;
    width: 288px;
    height: 144px;
	margin-top: 0px!important;
}
.titletxt-CR{
	font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    font-style: normal;
   font-size: 16px;
    color: #333333;
    text-align: left;
    line-height: normal;
	padding-top: 12px;
}
.marginLeft13{
	margin-left:12px;
}
.input_enabled{
	padding: 6px 6px;
    margin-top: 8px;
}

.btn_common_enabled {
    border: 1px solid #7FA4BE;
    color: #027ab7;
    background: #E5F1F8;
    border-radius: 2px;
    padding: 6px 11px;
    margin-left: 0px;
    margin-top: 5px;
}
.input_border{
	border-radius: 3px;
    border: 1px #bbb solid;
}
.po_save_btn{
	margin-bottom: 14px;
	margin-left: 3px;
}
.cust_add{
	padding-top: 10px;
    /* font-family: 'Arial Regular', 'Arial'; */
    /* font-weight: 400; */
    font-style: normal;
    font-size: 14px;
    /* color: #000000; */
    text-align: center;
    line-height: normal;
}
.sbOptions {
	/*DFS-2676*/
	max-height: 100px !important;
    overflow-y: scroll !important;
}
/*  starts dfs-4061 tooltip latest styles  */

.qr-question-link-CR{
color: #027AB7;
    float: right;
    margin-top: -4px;
    cursor: pointer;
    position: relative;
    margin-right: 420;
    margin-bottom: 15px;
    margin-top: -67px;
}
.qr-question-link-CR a{
font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    /* color: #333333; */
    text-align: left;
    line-height: normal;
    text-decoration:none;
}
.fa-question-circle-CR:before{
margin-right:25px;
font-size:23px;
}
.fa-question-circle-CR:before {
    content: "\f059";
}

.bottom.info-bubble-CR {
  top: -203px;
    /* left: auto; */
    right: 172px;
    margin-left: -58px;
    margin-right: 0;
    /* margin-top: 15px; */
}
.info-bubble-CR {
    cursor: default;
    left: 80px;
   background: #027AB7;
    padding: 10px 20px;
}
.info-bubble-CR h5 {
    font-size: 17px;
    font-weight: bold;
    /* font-weight: 400; */
    padding-bottom: 8px;
    padding-left: 6px;
    padding-top: 5px;
    letter-spacing: 0.02em;
}
.info-bubble-CR table tr td {
   color: #33323f;   
    font-weight: bold;
    /* font-style: normal; */
    font-size: 13px;
    line-height: 22px;
    padding: 5px 36px 0px 6px;
    letter-spacing: 0.02em;
}
.ryt-amount {
    float: right;
    margin-left: -18px;
}

.font-big-order {
    font-size: 15px!important;
   margin-bottom: 5px;
}
.info-bubble-CR.invisible {
display: none;
opacity: 0;
}
.info-bubble-CR table tr td span{
display: -webkit-inline-box;
    float: right;
    margin: 0px -23px 0px 0px;
    font-weight: bold; 
}
.bottom.info-bubble-CR:before {
  /*     top: -15px;
    left: auto;
    height: -11px; 
    border-style: solid;
    border-width: 0px 5px 15px;
    border-color: transparent transparent #999;
    right: -6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(180deg);
    bottom: -14px;
    position: absolute; */
       width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 20px 0 20px;
    border-color: #027AB7 transparent transparent transparent;
    
}
.software-alert:before, .info-bubble-CR:before {
content: "";
    display: block;
    position: absolute;
    top: 174px;
    left: 1px;
    height: 0px;
    width: 19px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 30px solid #00ABC2;
}
.info-bubble-CR h5 {
    font-size: 17px;
    font-weight: bold;
    /* font-weight: 400; */
    padding-bottom: 8px;
    padding-left: 6px;
    padding-top: 5px;
    letter-spacing: 0.02em;
}
.software-alert h5, .info-bubble-CR h5, .closeness-bubble h5 {
  
    line-height: 26px;
    margin-bottom: -2px;
    /* text-transform: uppercase; */
    font-weight: bold;
    font-family: 'sentinel A', 'sentinel B';
}
.info-bubble-CR h4{
	color: white;
    font-family: "Arial Bold", "Arial Regular", Arial;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    text-align: center;
    padding-top: 19px;
    padding-bottom: 23px;
    line-height: 20px;
}
.info-bubble-CR h4 a{
	color: yellow;
    font-family: "Arial Bold", "Arial Regular", Arial;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    text-align:center;
}
.info-bubble-CR h4 a:hover{
	text-decoration: underline;
	
}
.info-bubble-CR h6{
	color: white;
    font-family: "Arial Bold", "Arial Regular", Arial;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;  
    text-align: center;
   line-height: 22px;
    font-family: "Arial Bold", "Arial Regular", Arial;
    font-weight: 700;
    font-style: normal;
}
.pmsPantoColor {
	width: 100%;
	margin: 20px 0px 0px 20px;
}
#pantoColorError {
    left: 20px;
}
.pantoErrortxt {
	display: block;
	margin-top: -4px;
	color: #F00;
}
.disableInkColorone {
padding-right: 7px;
padding-bottom: 2px;
pointer-events: none;
background: darkgray;
}
.disableInkColoroneToogle {
pointer-events: none;
}

.software-alert, .info-bubble-CR,.errorMessageBubble {
   text-transform: none;
    color: #FFF;
    position: absolute;
    top: -20px;
    left: 100%;
    height: 155px;
    margin-left: 30px;
    z-index: 100;
    width: 354px;
    cursor: normal;
    border: 0px none;
    border-radius: 3px;
    text-align: -webkit-left;
}
.software-alert .close, .info-bubble-CR .close, .closeness-bubble .close, .errorMessageBubble .close {
   cursor: pointer;
    position: absolute;
    color: black;
    right: 5px;
    top: 5px;
    /* background-color: black; */
    padding: 2px 2px 5px;
    line-height: 5px;
    font-size: 13px;
    border-radius: 2px;
    font-family: Verdana;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
}
/* ended tooltip latest styles  dfs-4061 */
.left_gradient_line{
	margin: 25px 0;
    height: 1px;    
    background: #cedde6; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, #cedde6 , white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #cedde6, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #cedde6, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #cedde6 , white); /* Standard syntax (must be last) */
}
#prefering_account{
    z-index: 1;
}
/*DCOM-7380 code modification*/
.hosted-field {
	height: 33px;
    width: 160px;
    border: 1px #bbb solid;
    background: white;
		padding:0px 8px;
	margin-bottom: 5px; /*<--DCOM-8377 code modification*/
}

.hosted-field#expiration-month , .hosted-field#expiration-year {
    width: 126px;
	  padding: 0;
}

.error h2 {
    font-weight: bold;
    color: #973233;
    font-size: 100%;
}
.error img {
    position: absolute;
    margin-left: -40px;
    top: 10px;
}


.hosted-field#cvv {
	/*! height: 33px; */
    width: 50px;
    border: 1px solid #bbb;
    background: white;
	display: inline-block;/*<-- DCOM-9055 code modification*/
}
/*end DCOM-7380 code modification */
.form-style select, select.input-style {
    -webkit-appearance: none;
    appearance: none;
    background-image: url(/webasset/b2b/203/images/shop-deluxe-selectbox-arrow.png)
 !important;
    background-repeat: no-repeat;
    background-position: 100% center;
    background-origin: content-box;
}
/*DCOM-9055 code modification*/
.pos_change{
	margin-top: 10px;
    position: absolute;
   margin-left:23px;
}
/*end DCOM-9055 code modification*/

#YoutubeLink {
    width: 50%;
    display: inline-block;
}

.blueBorderBtn {
    background-color: #e5f1f8;
    font-size: 13px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #3a97c7;
    padding: 5px 25px;
    display: block;
    font-size: 13px;
    color: #3a97c7;
}

.blueBorderBtn:hover {
    background-color: #3a97c7;
    color: #fff;
}

.blueBorderBtn.center {
    margin-left: auto;
    margin-right: auto;
}

.browseBox {
    background-color: #f9f9f9;
    border-radius: 15px;
    width: 420px;
    text-align: center;
    padding: 15px 0 35px;
}

.browseBox a {
    margin: 0 10px;
}

.colorboxContent {
    min-width: 770px;
    padding: 40px;
}

.colorboxClose {
    position: absolute;
    top: 15px;
    right: 30px;
}

.colorboxDescription {
    font-size: 15px;
    margin-bottom: 30px;
}

.hub *,
.colorboxContent,
.colorboxContent * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hub *::before,
.hub *::after,
.colorboxContent::before,
.colorboxContent *::before,
.colorboxContent::after,
.colorboxContent *::after {
    box-sizing: inherit;
}

.hub .hubHomeBannerText h2 {
    color: #231f20;
    margin-bottom: 20px;
    line-height: 1.2em;
}

.hub .hubHomeBannerText h3 {
    color: #555;
    margin-bottom: 35px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.2em;
}

.colorboxContent .downloadButton {
    width: 240px;
    margin-right: 20px;
}

.colorboxCore {
    margin-right: 40px;
    margin-left: 40px;
    position: relative;
}

.colorboxOverlay {
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 160px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;

}

.hub hr {
    margin: 25px 0;
}
.hub .breadcrumb a{
    color: #027ab7;
}
.customizeBox {
    text-align: center;
}

.genericOverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hubDescription {
    font-size: 15px;
    padding: 5px 25px 0;
}

.hubFooter {
    padding: 0 25px;
    margin: 0 auto 21px;
    width: 90%;
}

.hubFooter .divCell {
    vertical-align: top;
}

.hubHomeBannerText {
    border-radius: 15px;
    overflow: hidden;
}

.hubHomeBannerText {
    padding: 35px 122px 0 35px;
}

.hubHomeBannerText .button {
    color: #fff;
    margin-bottom: 10px;
}

.hubHomeOption {
    border: 1px solid #bfd2df;
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    line-height: 0;
}

.hubHomeOptions {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
    margin-top: 35px;
}

.hubHomeText {
    background-color: rgba(0, 0, 0, 0.75);
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    height: 55px;
    color: #fff;
    position: absolute;
    width: 100%;
    line-height: 55px;
}

.hubImg {
    margin: 0 8px 25px;
    height: 178px;
}

.hubOptions {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
    margin-top: 15px;
}

.hubOption {
    border: 1px solid #bfd2df;
    border-radius: 15px;
    padding: 15px 0 0;
    overflow: hidden;
    background-color: #fff;
}

.hubText {
    background-color: rgba(0, 0, 0, 0.75);
    padding-top: 10px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    min-height: 55px;
    color: #fff;
    position: relative;
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .hubOptions {
        /* forces equal cell heights */
        display: flex;
        flex-wrap: wrap;

        /* creates gaps */
        padding: 25px 0 0 25px;

        /* pulls grid cells hard against edges */
        margin: -25px;
    }

    .hubOption {
        margin: 0 25px 25px 0;
    }

    .hubHomeOptions {
        /* forces equal cell heights */
        display: flex;
        flex-wrap: wrap;

        /* creates gaps */
        padding: 25px 0 0 25px;

        /* pulls grid cells hard against edges */
        margin: -25px;
        margin-top: 10px;
    }

    .hubHomeOption {
        margin: 0 25px 25px 0;
        width: calc(25% - 25px);
    }
}
/* DCOM-13061 changes starts here */
div.genericTable {
	display: table;
	}
	
	div.genericTable .row {
	display: table-row;
	float: none;
	table-layout: auto;
	}
	
	div.genericTable .cell {
	display: table-cell;
	width:20px;
	height:30px;
	}
	.widthFull {
		width: 100%;
		}

	.marginTop20 {
		margin-top: 20px
	}

	.divTable{
		display: table;
		width: 100%;
	}
	.divTableRow {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.divTableBody {
		display: table-row-group;
	}
	.divprice {
position: relative;
left: 40%;
	}

	.divproductname{
		position: absolute;
		left: 20%;	
	}
/*  DCOM-13061 changes ends here  */