@charset "utf-8";
/*  
	CSS Document
	Project : ComponentSearch 
	File 	: buyerDashboard.css
	Date 	: 21/04/12
	Author  : Ganesh
	
	Contains styles for Dashboard, My Messages pages.
*/

input[type="text"], input[type="password"], input.text, input.title, textarea, /*select*/ {
    margin: 0.2em 0;
	border: 0 none;
}

.textBorder {border-right:1px solid #ccc !important; border-bottom:1px solid #ccc !important; }
/*---------- Tables ----------*/

.statiticsTable {
	/*border:1px solid #ccc;
	border-left:1px solid #fff;
	border-right:1px solid #fff;*/
	border-right:none;
}
tbody tr:nth-child(2n) td, tbody tr.even td {
	background: #E7EEF7;
}
tbody tr:nth-child(2n+1) td, tbody tr.even td {
	background: #F4F6FC;
}
.statiticsTable .even {
	background: #E7EEF7 ;
}
.statiticsTable .odd {
	background: #F4F6FC ;
}
.statiticsTable tr{
	height: 40px;
}
.statiticsTable tr.headtr{
	height: 20px;
}
.statiticsTable tr td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: left;
}
.statiticsTable tr td.textLeft {
	text-align: left;
}
.statiticsTable tr th {
	text-align: left;
	background-color:#1E81E2;
	border-right: 1px solid #fff;
	color: #fff;
}

/*---------- Lists ----------*/

.alerts li {
	float: left;
	border-bottom: 1px solid #ccc;
	padding: 10px 20px 10px 50px;
	clear: left;
	width: 280px;
}
.alerts li span{
	float: left;
}
.alerts li.head{
	background-color: #1E81E2;
}
.alerts li.odd{
	background-color: #E7EEF7;
}
.alerts li.even{
	background-color: #F4F6FC;
}
.exclamation li{
	background:url(../images/buyerDashboard/exclamation.png) no-repeat 18px 8px;
}
.msgClosed li{
	background:url(../images/buyerDashboard/msgClosed.png) no-repeat 17px 8px;
}

/*---------- Typography ----------*/

.fontWeightNormal {
	font-weight: normal;
}
.font28 {
	font-size: 28px;
}
.font12 {
	font-size: 12px;
}
.lineLine35 {
	line-height: 35px;
}

/*---------- color ----------*/

.color6 {
	color: #666;
}
.colorRed {
	color: #FF0000 ;
}
.bgColor6 {
	background-color: #666 !important;
}
/*---------- Width & height ----------*/

.width720 {
	width: 720px;
}
.width700 {
	width: 700px;
}
.width699 {
	width: 699px;
}
.width540 {
	width: 540px;
}
.width360 {
	width: 360px;
}
.width352 {
	width: 352px;
}
.width350 {
	width: 350px;
}
.width340 {
	width: 340px;
}
.width332 {
	width: 332px;
}
.width295 {
	width: 295px;
}
.width285 {
	width: 285px;
}
.width270 {
	width: 270px;
}
.width270 {
	width: 270px;
}
.width220 {
	width: 220px;
}
.width207 {
	width: 207px;
}
.width205 {
	width: 205px;
}
.width200 {
	width: 200px;
}
.width195 {
	width: 195px;
}
.width192 {
	width: 192px;
}
.width190 {
	width: 190px;
}
.width170 {
	width: 170px;
}
.width165 {
	width: 165px;
}
.width160 {
	width: 160px;
}

.width155 {
	width: 155px;
}
.width150 {
	width: 150px;
}
.width145 {
	width: 145px;
}
.width140 {
	width: 140px;
}
.width135 {
	width: 135px;
}
.width130 {
	width: 130px;
}
.width125 {
	width: 125px;
}
.width120 {
	width: 120px;
}
.width118 {
	width: 118px;
}
.width115 {
	width: 115px;
}
.width110 {
	width: 110px;
}
.width105 {
	width: 105px;
}
.width103 {
	width: 103px;
}
.width95 {
	width: 95px;
}
.width90 {
	width: 90px;
}
.width85 {
	width: 85px;
}
.width80 {
	width: 80px;
}
.width75 {
	width: 75px !important;
}
.width70 {
	width: 70px;
}
.width65 {
	width: 65px;
}
.width63 {
	width: 63px;
}
.width60 {
	width: 60px;
}
.width50 {
	width: 50px;
}
.width40 {
	width: 40px;
}
.w46 {
	width: 46%;
}
.height170 {
	height: 170px;
}
.height50 {
	height: 50px;
}
.height39 {
	height: 39px;
}
.height35 {
	height: 35px;
}
.height135 {
	height: 135px;
}

/*---------- Buttons ----------*/

.delete a{
	height:18px;
	width:12px;
	float:left;
	background:url(../images/common/recycleBinIcon.png) no-repeat;
	margin:0px 0px 0px 29px;
}
.pagination .prevPage{
	background: url(../images/common/paginationPrevBtn2.png) no-repeat;
    float: right;
    height: 24px;
    line-height: 22px;
    text-decoration: none;
    width: 25px;
}
.pagination .nextPage{
	background: url(../images/common/paginationNxtBtn2.png) no-repeat;
    float: right;
    height: 24px;
    line-height: 22px;
    text-decoration: none;
    width: 24px;
}
.satisfaction {
	margin-left: 10px;
}
.satisfaction a{
	background:url(../images/common/likeBtn.png) no-repeat 0 0;
	color: #000;
	width: 12px;
	height: 14px;
	float: left;
	margin-left: 8px;
	text-indent: -9999px;
}
.satisfaction a.like {
	background-position: -14px 0;
}
.satisfaction a.likePartial {
	background-position: 0 0;
}
.satisfaction a.dislike {
	/*background-position: -14px -15px;
	background-position: -28px 1px !important;*/
	background-position: -14px -14px;
}
.satisfaction a.dislikePartial {
	/*background-position: 0px -15px;*/
	background-position: -28px 1px !important;
}
.satisfaction .rateCount {
	float: left;
	line-height: 17px;
	font-size: 15px;
}
.edit {
	background: url(../images/common/edit.png) no-repeat 0px 0px;
	display: block;
	width: 9px;
	height: 15px;
}
.download {
	background: url(../images/common/download.png) no-repeat 0px 0px;
	display: block;
	width: 27px;
	height: 21px;
}
.IE7 .download {
	margin-left: 10px;
}
/*---------- Margin, padding, border and misc styles ----------*/

.paddingLft125 {
	padding-left: 125px;
}
.paddingLft110 {
	padding-left: 110px;
}
.paddingLft105 {
	padding-left: 105px;
}
.paddingLft65 {
	padding-left: 65px;
}
.paddingLft55 {
	padding-left: 55px;
}
.paddingLft50 {
	padding-left: 50px;
}
.paddingLft45 {
	padding-left: 45px;
}
.paddingLft43 {
	padding-left: 43px;
}
.paddingLft40 {
	padding-left: 40px;
}
.paddingLft37 {
	padding-left: 37px;
}
.paddingLft35 {
	padding-left: 35px;
}
.paddingLft30 {
	padding-left: 30px;
}
.paddingLft27 {
	padding-left: 27px;
}
.paddingLft17 {
	padding-left: 17px;
}
.paddingLft16 {
	padding-left: 16px;
}
.paddingLft12 {
	padding-left: 12px;
}
.paddingLft10 {
	padding-left: 10px !important;
}
.marginLft59 {
	margin-left: 59px;
}
.marginLft35 {
	margin-left: 35px;
}
.marginLft30 {
	margin-left: 30px !important;
}
.marginLft27 {
	margin-left: 27px;
}
.marginLft26 {
	margin-left: 26px !important;
}
.marginLft24 {
	margin-left: 24px;
}
.marginRht24 {
	margin-right: 24px;
}
.marginBtm03 {
	margin-bottom: 2px !important;
}
.marginTop08 {
	margin-top: 8px;
}
.marginTop20 {
	margin-top: 20px;
}
.borderFull {
	border: 1px solid #ccc;
}
.greyTopBorder {
	border-top: 1px solid #999;
}
.textLeft {
	text-align: left !important;
}
.new {
	display: block;
	padding: 0px 6px;
	background: url(../images/common/newbg.png) repeat-x 0 0;
	color: #fff;
	height: 15px;
	font-size: 11px;
	border-radius: 2px 2px 2px 2px;
	position: relative;
}
.IE7 .new {
	display: block;
	padding: 0px 6px;
	background: url(../images/common/newBg.png) repeat-x 0 0;
	color: #fff;
	height: 15px;
	font-size: 11px;
	border-radius: 2px 2px 2px 2px;
	position: relative;
	margin-top: -17px;
}
 /*------------------------------------------- 
		 Admin sections - User Management
 -------------------------------------------*/
#accountForms {
	 width: 94.3%;
	 overflow: hidden;
	 border: 1px solid #ccc ;
	 padding: 0 20px 10px 20px;
	 padding-top: 38px;
}
#accountForms .greyTitile{ 
	width: 100%;
	background: #666;
	color: #fff;
	line-height: 30px;
}
.noBorderTop {
	border-top: none !important;
}
#accountForms .accountSubtitle {
	font-weight: bold;
	font-size: 18px;
	float: left;
}
#accountForms .textareaFix {
	padding: 10px 0 0 10px;
	width: 99%;
/*	color: #999; NGA - commented to show text as black*/
}
.marginTop08 {
	margin-top: 8px;
}
.accouintGreyHead {
	background: #666;
	line-height:30px;
	color:#fff;
	padding-left:20px;
	float:left;
	font-weight: bold;
	margin-bottom: 0;
}
#accountForms .amountSign {
	width: 8%;
	float: left;
	line-height: 23px;
}
.floatRight {
	float: right !important;
}
.marginRight40 {
	margin-right: 40px;
}
.marginRight50 {
	margin-right: 50px;
}
.paddingTop3 {
	padding-top: 3px;
}
.ddTitleText {
	color: #000 !important;
}
.width110px { width:110px;}
.width85px { width:85px;}
.textCenter { text-align:center !important; }
.marginLft25 {margin-left:25px !important; }

.min-hgt320 {
	min-height: 320px !important;
}

/* Dashboard edits */
#buyerAccount > div {
	min-height: 320px !important;
	box-sizing: border-box;
}
#buyerAccount > div img {
	width: auto;
	height: 70px;
}
#buyerAccount .boxList ul {
	margin-bottom: 0;
}
#buyerAccount aside.button a,
#buyerBill #buyerBillingInfoFormEdit,
form#changeEmail .buttonDiv,
#changePasswordResult .buttonDiv {
	margin-top: 0 !important;
}
.contentContainer .rightBlock.w760 {
	width: 760px !important;
}
.w380 {
	width: 380px;
}
.h80 {
	height: 80px;
}
.h60 {
	height: 60px;
}
.noBtmMargin {
	margin-bottom: 0;
}
#noticeMessageEmail, #noticeMessagePassword {
	padding-top: 10px;
}
.width340 {width:340px}

.statiticsTable .headtr th,
.statiticsTable td,
.listPartAlertTbl th,
.listPartAlertTbl td,
#buyerBill .h80,
#inboxContent .detailsHead {
	box-sizing: border-box;
}
 
.infoformMainlabel {
	 font-size: 12px;
    font-weight: bold;
}
.infoCollectRadio ul li {
	float: left;	
	width: 50px !important;
}


#approveNewRfqs.statiticsTable tfoot td {
	border: 1px solid #ccc;
	background-color: #fafafa;
	background-image: linear-gradient(180deg, rgba(255,255,255,.5), rgba(255,255,255,0));
}
#approveNewRfqs.statiticsTable {
	font-size: .8rem;
}
#approveNewRfqs.statiticsTable th,
#approveNewRfqs.statiticsTable td:nth-of-type(6),
#approveNewRfqs.statiticsTable td:nth-of-type(7) {
	text-align: center;
}
#approveNewRfqs.statiticsTable td:nth-of-type(4),
#approveNewRfqs.statiticsTable td:nth-of-type(5) {
	text-align: right;
}

.sizingBorderBox {
	box-sizing: border-box;
}



/*************************/
#acctSettings,
#acctSettings h2.commonTitleAccount,
#acctSettings input[type=password],
#acctSettings input[type=text],
#acctSettings .font10,
#myinventory  h2.commonTitleAccount,
#myinventory {
	font-family: "Open Sans", Verdana, sans-serif !important;
	font-size: 12px;
	line-height: 1.2;
	text-shadow: 1px 1px 0px #fff;
}
#acctSettings,
#acctSettings h2.commonTitleAccount,
#myinventory  h2.commonTitleAccount {
	font-size: 14px;
	line-height: 1.5;
}
#acctSettings .w380 { width: auto; }
#acctSettings div.floatLeft,
#acctSettings #buyerBill > div {
	width: 460px !important;
}
#acctSettings h2.commonTitleAccount,
#myinventory  h2.commonTitleAccount {
	color: #1f81e2;
	background: transparent;
	font-size: 22px;
	line-height: 2;
	height: auto;
	padding: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px !important;
	display: block;
}
#acctSettings #buyerBill .h80,
#acctSettings #buyerBill .h60 {
	height: auto !important;
	padding: 0px !important;
}
#acctSettings #buyerBill ul {
	margin: 0;
}
#acctSettings #buyerBill address {
	padding-bottom: 0;
}
#acctSettings #buyerAccount ul,
#acctSettings #buyerAccount aside {
	margin: 0;
	padding: 0 10px;
}
#acctSettings #buyerAccount aside.feildForms {
	padding: 10px 0;
}
#acctSettings #buyerAccount ul li:nth-of-type(1) img {
	margin-right: 0;
}
#acctSettings #buyerAccount li .w71 {
	width: 150px;
}
#acctSettings #buyerAccount li .w200 {
	width: 286px;
}
#acctSettings #buyerAccount .clear {
	margin-bottom: 0;
}
#acctSettings .button a,
#acctSettings #buyerAccount ul li:nth-of-type(1),
#acctSettings #buyerAccountInfoForm .file_input_div,
#acctSettings #buyerBillInfoForm aside + aside.floatLeft {
	float: right !important;
}
#acctSettings aside > a,
#acctSettings input[type=button],
#acctSettings .buttonDiv {
	background: #18f;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	box-sizing: border-box;
	margin: 0 !important;
	padding: 0 !important;
}
#acctSettings aside > a,
#acctSettings input[type=button] {
	padding: .5em 2em !important;
	box-shadow: 0 0 1px #fff;
	text-shadow: none;
}
#acctSettings input[type=password],
#acctSettings input[type=text],
#customerOrder input[type=password],
#customerOrder input[type=text] {
	font-size: 14px;
	background: #fff;
	box-sizing: border-box;
	height: auto;
	line-height: 2;
	padding: 0 .5em !important;
}

#acctSettings aside > a,
#acctSettings input[type=button],
#acctSettings .buttonDiv,
#acctSettings #buyerAccount fieldset,
#acctSettings #buyerBill .width300,
#acctSettings #buyerAccountInfoForm #txtLogo,
#acctSettings #buyerAccountInfoForm .width125,
#acctSettings #buyerAccountInfoForm .file_input_div {
	width: auto;
}

#acctSettings aside > a,
#acctSettings input[type=button],
#acctSettings .buttonDiv,
#acctSettings #buyerAccountInfoForm .file_input_div,
#acctSettings #buyerAccountInfoForm #txtLogo {
	height: auto;
}
#acctSettings #buyerAccountInfoForm .file_input_div {
	clear: both;
	overflow: visible;
}
#acctSettings #buyerAccountInfoForm .file_input_div input[type=button] {
	float: none;
	position: static;
	display: block;
}
#acctSettings #buyerAccountInfoForm .width125 input[type=text] {
	width: 100% !important;
	border-width: 1px !important;
	display: none;
}
#acctSettings #buyerBillInfoForm aside {
	margin-top: 1em;
}
#acctSettings #buyerBill > div.marginLft20 {
	margin-left: 10px !important;
}
#acctSettings #buyerBill .w71 {
	width: 140px
}
#acctSettings #buyerBill .width222 {
	width: 270px;
}
#acctSettings #buyerAccount > div {
	min-height: 0 !important;
}

x#acctSettings #buyerAccount ul li:nth-of-type(1) {
	/* hide logo related stuff now */
	display: none;
}

#acctSettings .evenBackground { background: #f6f6f6; }
#acctSettings .oddBackground { background: #fcfcfc; }
#acctSettings .evenBackground + .oddBackground,
#acctSettings .oddBackground +.evenBackground,
#acctSettings #shippingInfo aside,
#acctSettings .billingCardAndAddressList ~ aside,
#acctSettings h2.commonTitleAccount + div {
	border-top-width: 1px;
	border-color: #e6e6e6;
	border-style: solid;
}
#acctSettings h2.commonTitleAccount + div {
	border-width: 1px;
}
#acctSettings .marginTop10,
#acctSettings .marginLft10 {
	margin: 0;
}
#supplierAccountInfoForm .floatRight.width136 ~ .floatLeft {
	margin-top: 10px;
}
#acctSettings > div > div.floatLeft:nth-of-type(2n+1) {
	clear: left;
	margin-right: 10px;
}
#acctSettings > div > div.floatLeft {
	margin-bottom: 10px;
}
#acctSettings > div > #shippingInfo {
	float: right !important;
	margin-right: 10px;
}
#acctSettings #shippingInfo ul,
#acctSettings .billingCardAndAddressList,
#acctSettings .new_card ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#acctSettings #shippingInfo li,
#acctSettings #shippingInfo aside,
#acctSettings .billingCardAndAddressList li,
#acctSettings .billingCardAndAddressList ~ aside,
#acctSettings .new_card li {
	padding: 10px;
}
#acctSettings #shippingInfo aside,
#acctSettings .billingCardAndAddressList ~ aside {
	text-align: center;
}
#acctSettings #shippingInfo aside > a,
#acctSettings .billingCardAndAddressList ~ aside > a {
	float: none !important;
	display: inline-block;
	margin: auto !important;
}
#acctSettings #shippingInfo address,
#acctSettings .billingCardAndAddressList address,
#acctSettings .billingCardAndAddressList li span {
	font-weight: normal;
	font-style: normal;
	font-size: 85%;
	margin: 0;
}
#acctSettings #shippingInfo label {
	display: block;
	width: 390px;
	cursor: default !important;
}
#acctSettings #shippingInfo label strong {
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
#acctSettings .billingCardAndAddressList li {
	padding-right: 5em;
	position: relative;
}
#acctSettings .billingCardAndAddressList li a,
#acctSettings #shippingInfo label ~ a {
	font-size: 12px;
	line-height: 1;
}
#acctSettings .billingCardAndAddressList li a {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -.3em;
}
#acctSettings #shippingInfo label ~ a {
	float: right;
	margin-top: -2em;
}
#acctSettings #shippingInfo form ul,
#acctSettings .new_card form ul,
#customerOrder .new_card form ul {
	padding: 10px 0;
}
#acctSettings #shippingInfo form li,
#acctSettings .new_card form li,
#customerOrder .new_card form li,
#acctSettings #changeResult {
	clear: both;
	height: auto;
	overflow: auto;
	padding-top: 0;
	padding-bottom: 0;
}
#acctSettings #shippingInfo form button,
#acctSettings .new_card form button,
#customerOrder .new_card form buttom {
	margin-top: 10px;
}
#acctSettings #shippingInfo form label,
#acctSettings .new_card form label,
#customerOrder .new_card form label {
	width: 100%;
	font-weight: normal;
}
#acctSettings #shippingInfo form label small,
#acctSettings .new_card form label small,
#customerOrder .new_card form label small {
	text-align: left;
	display: inline-block;
	width: 20%;
	float: left;
	line-height: 3.8em;
}
#acctSettings #shippingInfo form label input,
#acctSettings .new_card form label input,
#customerOrder .new_card form label input {
	width: 75%;
	float: right;
}
#acctSettings #shippingInfo form li small,
#acctSettings #shippingInfo form li input,
#acctSettings .new_card form li small,
#acctSettings .new_card form li input,
#acctSettings .new_card label::before,
#customerOrder .new_card form li small,
#customerOrder .new_card form li input, 
#customerOrder .new_card label::before {
	transition-property: color, border-color, background-color;
	transition-duration: .5s;
}
#acctSettings #shippingInfo form li.err small,
#acctSettings .new_card .err small,
#acctSettings .new_card .err::before,
#customerOrder .new_card .err small,
#customerOrder .new_card .err::before{
	color: #f00;
	font-weight: bold;
}
#acctSettings #shippingInfo form li.err input,
#acctSettings .new_card form .err input,
#customerOrder .new_card form .err input {
	border-color: #f99;
	background-color: #ffe;
}
#acctSettings .new_card form .two-part-name input,
#customerOrder .new_card form .two-part-name input {
	width: 39%;
	float: left
}
#acctSettings .new_card form .two-part-name label + label input,
#customerOrder .new_card form .two-part-name label + label input {
	margin-left: 2%;
}
#acctSettings .new_card form .expiry-and-cvv,
#customerOrder .new_card form .expiry-and-cvv,
#acctSettings .new_card form .authlogo,
#customerOrder .new_card form .authlogo {
	padding-bottom: 10px !important;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#acctSettings .new_card form .authlogo img,
#customerOrder .new_card form .authlogo img {
	display: block;
	margin: auto;
	border: 1px solid #ccc;
	outline: 1px solid #fff;
	margin-top: 1px;
}
#acctSettings .new_card form .expiry-and-cvv label input,
#customerOrder .new_card form .expiry-and-cvv label input {
	width: 58px;
	float: left;
}
#acctSettings .new_card form .expiry-and-cvv label + label::before,
#customerOrder .new_card form .expiry-and-cvv label + label::before {
	content: '/';
	display: inline-block;
	float: left;
	font-size: 18px;
	xline-height: 2.4;
	font-weight: normal;
	font-family: 'Open Sans';
	padding: .4em;
}
#acctSettings .new_card form .expiry-and-cvv label + label + label::before,
#customerOrder .new_card form .expiry-and-cvv label + label + label::before {
	display: none;
}
#acctSettings .new_card form .expiry-and-cvv label + label + label,
#customerOrder .new_card form .expiry-and-cvv label + label + label {
	position: absolute;
	width: 30%;
	margin-right: 10px;
	right: 5%;
}
#acctSettings .new_card form .expiry-and-cvv label + label + label small,
#customerOrder .new_card form .expiry-and-cvv label + label + label small {
	text-align: right;
	width: 18%;
	margin-right: 2%;
}
#acctSettings #changePasswordResult {
	clear: none !important;
	margin-left: 10px;
}
#acctSettings #buyerAccount ~ #changePasswordResult {
	margin-left: 0 !important;
}


/*****************************/
/* Supplier Inventory Upload */
/*****************************/
#myinventory .TabbedPanels,
#myinventory .TabbedPanels ul,
#myinventory .TabbedPanels ul li a {
	width: 100%;
	font-weight: normal;
}
#myinventory .TabbedPanels ul li {
	width: 50%;
}
#myinventory h2.commonTitleAccount {
	padding: 1em 0;
	margin-bottom: .75em !important;
	font-size: 32px;
}

#myinventory .customSearchTabs,
#myinventory .commonTitle,
#myinventory .TabbedPanelsTabGroup,
#myinventory .TabbedPanelsContent th {
	text-shadow: none;
}
#myinventory .customSearchTabs {
	font-size: 16px;
	padding: .5em;
	display: inline-block;
	float: left;
	border: 1px solid rgb(31,129,226);
	border-bottom-width: 0 !important;
	padding: .5em 2em;
	width: auto;
}
#myinventory .customSearchTabs,
#myinventory aside .commonTitle,
#myinventory .TabbedPanelsTab.TabbedPanelsTabSelected a,
#myinventory .TabbedPanelsTab a:hover {
	color: #fff;
	background-color: rgb(31,129,226);
	margin: 0;
	border-radius: 0;
}
#myinventory .customSearchTabs + .customSearchTabs {
	border-left-color: transparent;
}
#myinventory .customSearchTabs.opacityHalf,
#myinventory .TabbedPanelsTab a {
	background: #fff;
	background-image: linear-gradient(0deg, rgba(0,0,0,.1), rgba(0,0,0,0) 50%);
	opacity: 1;
	color: rgb(31,129,226);
	text-shadow: 1px 1px 3px #ddd;
	border-color: #ccc;
}
#myinventory .customSearchTabs {
	background-image: linear-gradient(180deg, rgba(255,255,255,.25), rgba(255,255,255,0));
}
#myinventory .customSearchTabs,
#myinventory .TabbedPanelsTabSelected a,
#myinventory .TabbedPanels a:hover,
#myinventory aside .commonTitle {
	text-shadow: 1px 1px 3px #555;
}
#myinventory aside .commonTitle {
	background-image: linear-gradient(0deg, rgba(255,255,255,.15), rgba(255,255,255,0));
	font-size: 24px;
	line-height: 1.5em;
	padding: .5em 0em .5em 1em;
}
#myinventory .TabbedPanels ul {
	border: 1px solid #fff;
	border-left-color: rgb(31,129,226);
	border-right-color: rgb(31,129,226);
	box-sizing: border-box;
}
#myinventory table {
	border: 1px solid rgb(31,129,226) !important;
	border-top: 0 !important;
}
#myinventory table td {
	border: 0px solid #ddd !important;
	border-top-width: 1px !important;
	background: #f6f6f6;
}
#myinventory table td + td {
	border-left-width: 1px !important;
}
#myinventory tbody tr:nth-child(2n+1) td {
	background: #fcfcfc;
}



#acctSettings #supplierAccountInfoForm input[type=text] {
	width: 100%;
}
#acctSettings #supplierAccountInfoForm #dateInBusiness {
	background: none;
}
#acctSettings #supplierAccountInfoForm #business_international_phoneno > span {
	position: relative;
	top: -25px;
	text-align: center;
	margin-bottom: -25px;
}
#acctSettings #supplierAccountInfoForm #international_phoneno > span,
#acctSettings #supplierAccountInfoForm #fax_international_phoneno > span {
	text-align: center;
}
#acctSettings #supplierAccountInfoForm #business_international_phoneno > span.floatLeft.marginLft05.marginRgt05 {
	margin-top: 25px;
}
#acctSettings #supplierAccountInfoForm span.floatLeft.marginLft05.marginRgt05 {
	margin-left: 10px;
	margin-right: 10px;
}
#acctSettings > div > div {
	width: 460px !important;
	float: left !important;
}
#acctSettings #accountInformation .feildForms {
	box-sizing:border-box;
	padding: 10px;
}
#acctSettings #accountInformation .feildForms .floatLeft.w50 + .floatRight.w50 {
	width: 48% !important;
}

#acctSettings #accountInformation .minPurchaseAmt,
#acctSettings #accountInformation .willDropship {
	border-top: 1px solid #ccc;
	padding-bottom: 1.5em;
	padding-top: 1.5em;
}
#acctSettings #accountInformation .willDropship {
	margin-bottom: 0;
	margin-top: 10px;
}
#acctSettings #accountInformation .willDropship > * {
	font-size: 13px;
	margin-right: 10px;
}
#acctSettings #accountInformation .minPurchaseAmt input {
	width: 30%;
	margin-right: 10%;
}
#acctSettings #accountInformation .minPurchaseAmt small {
	line-height: 1.4;
	width: 50%;
	display: inline-block;
	text-align: right;
	float: right;
}


#acctSettings #buyerShippingMethods ul {
	list-style: none;
	border: 0px solid #ddd;
	padding: 0;
	margin: 0;
}
#acctSettings #buyerShippingMethods li {
	overflow: auto;
	padding: 10px;
	height: auto;
}
#acctSettings #buyerShippingMethods label {
	width: 50%;
	display: block;
	float: left;
	padding-top: 0.75rem;
}
#acctSettings #buyerShippingMethods label + label {
	font-weight: normal;
	font-size: .6rem;
	text-align: right;
	padding-top: 0;
	transition-property: opacity;
	transition-duration: .25s;
	opacity: 0;
}
#acctSettings #buyerShippingMethods label.showAcct {
	opacity: 1;
}
#acctSettings #buyerShippingMethods label + label input {
	width: 100%;
	margin: 0;
}
#acctSettings #buyerShippingMethods aside {
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#acctSettings #buyerShippingMethods aside a {
	display: inline-block;
	float: none !important;
}
#acctSettings #buyerShippingMethods #yourShippingMethods aside {
	padding-bottom: 0;
}










#acctSettings .shippingAddressList,
#acctSettings #buyerShippingMethods.v3 #yourShippingMethods li {
	overflow: hidden;
}
#acctSettings .shippingAddressList li,
#acctSettings #buyerShippingMethods.v3 #yourShippingMethods li {
	transition-property: padding-bottom;
	transition-duration: .5s;
	position: relative;
}
#acctSettings #shippingInfo .shippingAddressList li:hover,
#acctSettings #shippingInfo .shippingAddressList .removing li.removing:hover,
#acctSettings #buyerShippingMethods.v3 #yourShippingMethods li:hover {
	padding-bottom: 5em;
}
#acctSettings #shippingInfo .shippingAddressList .removing li:hover,
#acctSettings #buyerShippingMethods.v3 #yourShippingMethods li:last-of-type:hover {
	padding-bottom: 10px;
}
#acctSettings #shippingInfo .shippingAddressList li a.remove,
#acctSettings #shippingInfo .shippingAddressList.removing li:hover a.remove,
#acctSettings #buyerShippingMethods.v3 #yourShippingMethods li > a.remove {
	transition-property: opacity, bottom;
	transition-duration: .125s;
	transition-delay: 0s;

	position: absolute;
	top: auto;
	width: 5rem;
	line-height: 2rem;
	margin-bottom: 0;
	text-align: center;
	left: 50%;
	margin-left: -2.5rem;
	opacity: 0;
	bottom: -1em;
	background-color: #f33;
	text-shadow: 1px 1px 1px #333;
	color: #eee;
	border: 1px solid #f33;
	border-radius: 5px;
}
#acctSettings #shippingInfo .shippingAddressList li:hover a.remove,
#acctSettings #shippingInfo .shippingAddressList.removing li.removing a.remove,
#acctSettings #buyerShippingMethods.v3 #yourShippingMethods li:hover a.remove {
	opacity: 1;
	bottom: 1em;
	transition-duration: .25s;
	transition-delay: .25s;
}
#acctSettings #shippingInfo .shippingAddressList li a[data-address] {
	opacity: 0;
	transition-property: opacity;
	transition-duration: .125s;
}
#acctSettings #shippingInfo .shippingAddressList li:hover a[data-address] {
	opacity: 1;
	transition-delay: .25s;
}
#acctSettings #buyerShippingMethods.v3 li:hover > a.remove {
	padding-right: 0;
}
#acctSettings #shippingInfo .shippingAddressList.removing a {
	display: none;
}
#acctSettings #shippingInfo .shippingAddressList.removing a.remove {
	display: block;
}
#acctSettings #buyerShippingMethods.v3 a.edit {
	height: auto;
	background: none;
}















.approveRfqSupplier,
.approveRfqSupplierSearch input,
.approveRfqSupplierSearch button,
.approveRfqSupplier button,
#approveRfqs #approveNewRfqs,
#approveRfqs #approveNewRfqs a,
#orders tfoot button,
#approveNewRfqs + .showPastRfqToggle,
#listOrders table {
	border: 1px solid #ccc;
}
.approveRfqSupplier td,
.approveRfqSupplier th,
#approveRfqs #approveNewRfqs td,
#approveRfqs #approveNewRfqs th,
#listOrders td,
#listOrders th {
	border-left: 0 !important;
	border-right: 0 !important;
	font-size: .8rem;
	padding: .5em;
	box-sizing: border-box;
	text-shadow: 1px 1px 1px #fff;
}
.approveRfqSupplier td:last-of-type,
.approveRfqSupplier th:last-of-type,
#listOrders th {
	text-align: center;
}
.approveRfqSupplier input[type=checkbox] {
	margin-right: 1em;
}
.approveRfqSupplier tr td,
#approveRfqs #approveNewRfqs td,
#listOrders td {
	background-color: #f6f6f6 !important;
	transition-property: background-color, border;
	transition-duration: .25s;
	border-top: 1px solid #fff;
}
.approveRfqSupplier th,
.approveRfqSupplier tfoot td,
.approveRfqSupplier tr:nth-of-type(2n) td,
#approveRfqs #approveNewRfqs tr:nth-of-type(2n) td,
#approveRfqs #approveNewRfqs th,
#approveNewRfqs + .showPastRfqToggle,
#listOrders tr:nth-of-type(2n) td,
#listOrders th {
	background-color: #e6e6e6 !important;
}
.approveRfqSupplier tbody tr:hover td,
#approveRfqs #approveNewRfqs tr:hover td,
#approveRfqs #approveNewRfqs tfoot td,
#listOrders tr:hover td {
	background-color: #ccc !important;
}
.approveRfqSupplier tr.selected td,
#approveRfqs #approveNewRfqs tr.selected td {
	background-color: #ffd !important;
}
.approveRfqSupplier tr.selected + tr.selected td {
	border-top: 1px solid #ddd;
}

.approveRfqSupplierSearch input,
.approveRfqSupplierSearch button,
.approveRfqSupplier button,
#approveRfqs #approveNewRfqs a,
#approveNewRfqs + .showPastRfqToggle,
#orders tfoot button {
	font-size: .8rem;
	padding: .5em;
}
.approveRfqSupplierSearch input {
	width: 50%;
}
.approveRfqSupplierSearch thead th {
	text-align: left !important;
}
.approveRfqSupplierSearch button,
.approveRfqSupplier button,
#approveRfqs #approveNewRfqs a,
#orders tfoot button {
	background-color: #fff;
	background-image: linear-gradient(0deg, rgba(0,0,0,.1), rgba(0,0,0,0));
	xoutline: 1px solid #fff;
	box-shadow: 0 0 2px #fff;
}
.approveRfqSupplierSearch tbody td + td {
	text-align: right !important;
}
.approveRfqSupplierSearch tbody button {
	margin-left: 2em;
}
.approveRfqSupplier tfoot td {
	text-align: right !important;
	background-image: linear-gradient(180deg, rgba(0,0,0,.1), rgba(255,255,255,.1));
}

.approveRfqSupplier thead th,
#approveRfqs #approveNewRfqs th,
#listOrders th,
#approveNewRfqs + .showPastRfqToggle {
	background-image: linear-gradient(0deg, rgba(0,0,0,.1), rgba(255,255,255,.1));
	color: #333;
}
#approveRfqs #approveNewRfqs,
#listOrders table {
	border-collapse: collapse;
}
#approveRfqs #approveNewRfqs td,
#listOrders td { border: 0; border-top: 1px solid #fff; }
#approveRfqs #approveNewRfqs tr > *:nth-of-type(1),
#listOrders tr > *:nth-of-type(1) { border-left: 1px solid #ccc !important; }
#approveRfqs #approveNewRfqs tr > *:last-of-type,
#listOrders tr > *:last-of-type { border-right: 1px solid #ccc !important; }

#approveRfqs #approveNewRfqs a,
#orders tfoot button {
	background-color: #f6f6f6;
	color: #333;
	outline: 1px solid rgba(255,255,255,.5);
}
#approveNewRfqs + .showPastRfqToggle {
	display: inline-block;
	margin-bottom: 10px;
	margin-top: -18px;
	border-top: 0;
	float: right;
	font-size: .6rem;
	text-shadow: 1px 1px 1px #fff;
}
#approveNewRfqs + .showPastRfqToggle span {
	display: none;
}
#approveNewRfqs + .showPastRfqToggle :checked ~ span {
	display: inline;
}

#approveNewRfqs .pagination .next,
#approveNewRfqs .pagination .prev {
	background: transparent;
	text-indent: 0;
	font-style: normal;
	margin: 0;
	height: auto;
	width: auto;
	line-height: 1;
	padding: .5em 1em !important;
}
#approveNewRfqs .pagination {
	width: 100%;
	height: auto;
}
#approveNewRfqs .pagination .prev {
	float: left;
}
.approveRfqSupplier tbody button {
	width: 4em;
	box-sizing: border-box;
}
.approveRfqSupplier tbody td:nth-of-type(2),
.approveRfqSupplier thead th:nth-of-type(2) {
	text-align: center;
	width: 6em;
}
.approveRfqSupplierSearch.approveRfqSupplier tbody button,
.approveRfqSupplierSearch.approveRfqSupplier tbody td:nth-of-type(2) {
	width: auto;
}
#listOrders small {
	display: block;
}
#listOrders .orderDetails tr:first-of-type td {
	border-top-color: #ccc;
}
#listOrders .orderDetails th {
	width: 40%;
}
#listOrders .orderDetails th:not([colspan]) {
	text-align: right;
}
#listOrders dd {
	background-color: #eee;
	padding: 1em;
	margin: 0;
	border: 1px solid #ccc;
}
#listOrders dd table {
	margin: 0;
}
#listOrders dt {
	font-size: 1.4em;
	border-bottom: 1px solid #fff;
	padding: .5em 1em;
	background-image: linear-gradient(0deg, rgba(0,0,0,.1), rgba(255,255,255,.1));
	background-color: #888;
	color: #fff;
	text-shadow: 1px 1px 2px #333;
}
#listOrders dl {
	border-bottom: 1px solid #ccc;
	animation: fadeInDetails 1s linear 1;
}
@keyframes fadeInDetails {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
#listOrders dl:before {
	content:'';
	display: block;
	width: 80%;
	height: 1px;
	background-color: #aaa;
	margin: 0 auto 20px;
}
#listOrders table#orders {
	margin-bottom: 20px;
}
#listOrders dd + dt {
	margin-top: 2em;
}
#listOrders #orders td {
	transition-duration: .5s;
	transition-property: background-color, border-color;
	cursor: pointer;
}
#listOrders #orders .selected td {
	background-color: #ffd !important;
	background-image: linear-gradient(180deg, rgba(255,255,255,.5), rgba(255,255,255,0));
}
#listOrders #orders .selected td,
#listOrders #orders .selected + tr td {
	border-color: #ccc;
}

#listOrders .datefilter {
	float: right;
	margin: 0;
	padding: 10px;
	border: 1px solid #ccc;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	background-color: #eee;
}
#listOrders .datefilter,
#listOrders .datefilter button {
	background-image: linear-gradient(180deg, rgba(255,255,255,1), rgba(0,0,0,.1));
}
#listOrders .datefilter input,
#listOrders .datefilter button {
	font-size: 1.4em;
	padding: .5em;
	text-align: center;
	border: 1px solid #bbb;
	margin: 0;
}
#listOrders .rightBlock {
	transition-duration: .25s;
	transition-property: opacity;
	opacity: 1;
}
#listOrders .rightBlock.loading {
	opacity: .5;
}
#listOrders tfoot .next {
	float: right;
}
#listOrders .datefilter input:nth-of-type(1) {
	width: 20em;
	text-align: left;
}
#listOrders .datefilter input {
	margin-right: 1em;
}
#listOrders tfoot td,
#listOrders tfoot tr:hover td {
	background-color: #e6e6e6 !important;
	background-image: linear-gradient(180deg, rgba(0,0,0,.1), rgba(255,255,255,.1));
}
