@charset "utf-8";
/* CSS Document */

/* begin: copied over from ips */
table.no_border td{
	border:none;
}
table.no_border tr:hover{
	background:none;
}
.newsletter-box.noemail{
	background: url(../../../../images/newsletter_banner_bg_noemail.jpg) no-repeat top center;
}
table.boxes-list, table.boxes-list td, table.boxes-list th{ border-color:#BEBEBE; }
/* end: copied over from ips */

ul#product_thumb_img{
	list-style:none;
	padding:0;
	margin:0 0 20px 0!important;
	background:none;
}
ul#product_thumb_img li{
	overflow:hidden;
	float:left;
	text-align:center;
	width:60px;
	background:none;
	margin:0 5px 10px 0 !important;
	list-style:none;
	border:1px solid #CCC;
	padding:2px;
}
ul#product_thumb_img li img{
	height:50px;
}
input.btntable.loading{
	background-color:#F60;
}
div#quoteboxconfirm{
	position:absolute;
	border:1px solid #F00;
	background-color:#E9C7C7;
	color:#F30;
	overflow:hidden;
	width:180px;
	height:30px;
	display:none;
	text-align:center;
	line-height:30px;
}
#ajax_loading_icon{
	overflow:hidden;
	width:40px;
	height:40px;
	position:fixed;
	background:url('../../images/ajax_loading.png') no-repeat;
	z-index:1001;
}
ul.static-pages-ul{
	list-style:square;
	margin-left:14px;
}

/* IPS Help ToolTip */
img.helpToolTip{
	cursor:pointer;
}
#ips-tooltip-modal{
	overflow:hidden;
	width:300px;
	min-height:170px;
	position:fixed;
	top:0px;
	left:0px;
	border:1px solid #B2B2B2;
	border-right-width:3px;
	border-bottom-width:3px;
	padding:3px 10px 3px 25px;
	font-size:11px;
	font-weight:normal;
	background:#FFF url('../../images/question_mark.gif') 2px 2px no-repeat;
}

#ips-price-uom-modal, #ips-view-details-modal{
	overflow:hidden;
	width:190px;
	min-height:140px;
	position:fixed;
	top:0px;
	left:0px;
	border:1px solid #B2B2B2;
	border-right-width:3px;
	border-bottom-width:3px;
	padding:3px 10px 3px 25px;
	font-size:11px;
	font-weight:normal;
	background-color:#FFF;
	padding:10px 20px;
	display:none;
}

#ips-view-details-modal{
	width:500px;
}

#ips-view-details-modal td.attr-label{
	text-align:right;
}

#ips-view-details-modal td.attr-value{
	font-weight:normal;
}

/* cart process menu */
.cart_process {
	width: 1000px;
	height: 70px;
	margin: 0 0 40px 0;
}
.cart_process li {
	height: 70px;
	width: 1000px;
	text-indent: -9999px;
	margin: 0 !important;
	padding: 0 !important;
}
.cart_process li {background: url(../../../../images/cart_progress_bar1.png) no-repeat top left;}
.cart_process li.activetwo {background: url(../../../../images/cart_progress_bar2.png) no-repeat top left;}
.cart_process li.activethree {background: url(../../../../images/cart_progress_bar3.png) no-repeat top left;}
.cart_process li.activefour {background: url(../../../../images/cart_progress_bar4.png) no-repeat top left;}

/*  Table Divider */
tr.table_divider{ border:none; }
tr.table_divider h4{ text-align:left; padding-top:10px; }
tr.table_divider.next h4{ padding-top:30px;}

/* Reports page */
div.reportsSKUListing_wrapper{ overflow:hidden; width:470px; float:left;}
div.reportsSKUListing_wrapper.right{ margin-left:20px;}
div.reportsSKUListing_wrapper div{font-size:12px;}
div.reportsSKUListing_wrapper .mainbody{overflow-x:hidden; overflow-y:scroll; height:300px; width:96%; border:1px solid #CCC; padding:2px;}
div.reportsSKUListing_wrapper .mainbody.right{height:260px; margin-bottom:10px;}
div.reportsSKUListing_wrapper input[type=button]{ width:140px; float:right; margin-right:12px;}

li#erp_multilocations_dropbox{margin-left:0;}
li#erp_multilocations_dropbox span{
	display:block;
	border:1px dashed #CCC;
	width:230px;
	background-color:#FFF;
	text-align:center;
	color:#930;
	cursor:pointer;
}
div#ips-erp-multiloc-sel-modal{
	overflow-x:hidden;
	overflow-y:scroll;
	width:280px;
	height:180px;
	position:absolute;
	top:0px;
	left:0px;
	border:1px solid #B2B2B2;
	border-right-width:3px;
	border-bottom-width:3px;
	font-size:11px;
	font-weight:normal;
	background-color:#FFF;
	padding:5px;
	display:none;
}
div#ips-erp-multiloc-sel-modal div.loc{ border-bottom:1px solid #CCC; margin:0 0 10px 0; padding:0;}
div#ips-erp-multiloc-sel-modal div.loc:hover{ background-color:#E6F4F9; cursor:pointer;}
div#ips-erp-multiloc-sel-modal div.loc.selected{ background-color:#EBDBCF;}
div#ips-erp-multiloc-sel-modal div.loc span{margin:0; padding:0; color:#2464A0; font-weight:bold;}

/* Attributes selection  */
select.attr_fields_sel{
	font-size:12px;
	margin-right:7px;
}

/*  Home Page  */
h3.home-free-support{
	text-align:center;
	padding:30px 0 50px 0;
	color:#999;
	font-size:22px;
}
h3.home-free-support strong{
	color:#216880;
}

h3.why-choose{
	height:30px;
	line-height:30px;
	background:url(../../images/toolbar_bg_tile.png) repeat-x;
	color:#333;
	padding-left:15px;
	font-size:16px;
}
div.why-choose-div li{
	text-align:left;
	list-style:square;
	margin-left:15px;
	font-size:12px;
	padding:0;
}
div.why-choose-div .left-box{
	float:left;
	width:230px;
	height:60px;
	margin-top:50px;
	line-height:30px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#999;
}
h3.accord-nav-no a{
	color:#FFF;
}
h3.accord-nav-no a:hover{
	color:#CCC;
	text-decoration:underline;
}
table.about-us{
	border:none;
}
table.about-us tr:hover{
	background:none;
}
table.about-us td{
	border:none;
}
div.aboutus-left, div.aboutus-right{
	float:left;
	width:50%;
	text-align:left;
}
div.aboutus-left h3{
	margin-top:20px;
}
div.aboutus-left ul{
	margin:20px 0 0 17px;
	list-style:square;
}
div.aboutus-right{
	text-align:right;
}
div.aboutus-right img{
	margin-top:10px;
}

#ordersListingTable tr.highlighted td{
	background-color: #FFDD5F;
}
#ordersListingTable tr td a.alternative-sku{
	display: block;
	color: #353434;
	background-color: #DCDADA;
	margin-bottom: 1px;
	padding: 3px 0;
}
#ordersListingTable tr td a.alternative-sku:hover{
	color: #2464A0;
}

/* Equipment Tax incentives banner */
div.equip_tax_incetives{
	overflow:hidden;
	float:right;
	width:270px;
	height:154px;
	background-color:#3d7ab3;
	color:#FFFFFF;
}
div.equip_tax_incetives a{
	color:#FF9900;
}
div.equip_tax_incetives a:hover{
	text-decoration:underline;
}
/* @end */