/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/

/* Custom jQuery UI */
.ui-helper-clearfix {
	display: block;
	min-height: 0; /* support: IE7 */
	overflow: hidden;
	zoom: 1;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker {
	display: none;
}
.ui-widget {
	font-family: Arial, helvetica, Verdana, sans-serif;
	font-size: 11px;
}
/* End Custom jQuery UI */

body {
	background: #FFF;
	color: #000;
	margin: 0;
	font-size: 14px;
	font-family: "Arimo", Arial, helvetica, Verdana, sans-serif;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.headerNavigation {
	color: #000000;
}
a.headerNavigation:hover {
	color: #000000;
}
a.pageResults {
	color: #0000FF;
}
a.pageResults:hover {
	color: #0000FF;
	background: #FFFF33;
}
h1, h2, h3 {
	color: #008cd3;
}
h1 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
}
#page_homepage h1 {
	margin: 30px 0 0;
}
h2 {
	margin: 10px 0;
	padding: 15px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
h3 {
	margin: 10px 0;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
img {
	border: 0;
}
table, p {
	line-height: 1.5;
}
hr {
	border-top: 1px solid #666666;
}
.main {
	font-size: 12px;
	line-height: 1.5;
}
.smallText {
	font-size: 10px;
}
.smallText.model {
	color: #000;
	font-size: 14px;
}
.clear,
.clearFloats {
	clear: both;
}
.listing-ul,
.listing-ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.inner-center {
	float: right;
	right: 50%;
	position: relative;
}
div.outer-center {
	float: left;
	right: -50%;
	position: relative;
}
.menuContainerJSListBox {
	overflow: auto;
}
#bodyWrapper {
	margin: 0 auto;
	padding: 0;
}
/* Header */
#headerWrapper {
	background: #008CD3;
}
#header {
	width: 1080px;
	margin: 0 auto;
	height: 166px;
	position: relative;
}
#header, #header a {
	font-family: 'Arimo', sans-serif;
}
#storeLogo img {
	margin: 0 auto;
}
#printlogo {
	display: none;
}
#headerRight {
	/*float: right;*/
	text-align: right;
	position: relative;
	/*padding-top: 10px;*/
}
/* Header Phone */
#header_phone {
	float: right;
	/*margin-top: 5px;*/
}
#header_phone a {
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
/* Header Account/Order Shortcuts */
#headerShortcuts {
	display: inline-block;
	width: auto;
	float: right;
	margin-top: 7px;
}
#headerShortcuts ul,
#headerShortcuts ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#headerShortcuts > ul {
	padding: 5px 10px;
}
#headerShortcuts:hover {
	background: #FFF;
	height: auto;

}
#headerShortcuts > ul:hover {
	-webkit-box-shadow: 0 0 3px #000000;
	-moz-box-shadow: 0 0 3px #000000;
	box-shadow: 0 0 3px #000000;
}
#headerShortcuts > ul:hover li ul {
	-webkit-box-shadow: 0 3px 3px #000000;
	-moz-box-shadow: 0 3px 3px #000000;
	box-shadow: 0 3px 3px #000000;
}
#headerShortcuts:hover li.nav_0 > a {
	color: #008CD3;
}
#headerShortcuts a:hover {
	text-decoration: none;
}
.header-shortcuts {
	position: relative;
	display: inline-block;
	z-index: 4100;
}
.header-shortcuts li.nav_0 {
	position: relative;
}
.header-shortcuts a.nav_0 {
	display: block;
	/*padding: 4px 0;*/
	color: #FFF;
	font-weight: normal;
}
.header-shortcuts li.nav_0:hover ul.nav_1 {
	display: block;
}
#headerShortcuts ul.nav_1 {
	padding: 10px 0 7px;
	width: 125px;
}
.header-shortcuts ul.nav_1 {
	display: none;
	position: absolute;
	left: -10px;
	/*width: 97px;*/
	width: 110px;
	text-align: left;
	background: #FFF;

}
#headerShortcuts ul.nav_1 li {
	padding: 0 10px;
}
.header-shortcuts ul.nav_1 a {
	display: block;
	padding: 1px 0 1px 14px;
	background: url('../images/site/buildout/nav_blue_bullet.jpg') no-repeat 3px 8px;
}
.header-shortcuts ul.nav_1 li:hover {
	/*background-color: #C1C1C1;*/
}
/* End Header Account/Order Shortcuts */

/* Header Search */
#header_search {
	float: right;
	clear: right;
	/*margin: 18px 0 0 0;*/
	margin-bottom: 10px;
}
#quicksearch {
	border: none;
}
#quicksearch_keywords,
#header_search .quicksearch-button {
	vertical-align: middle;
}
.quicksearch-button {
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	background-color: #005E8A;
	padding: 7px 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.quicksearch-button:hover {
	text-decoration: none;
}
#quicksearch_keywords {
	height: 29px;
	width: 165px;
	border: none;
	padding: 0 3px 0 10px;
	font-size: 14px;
	border-radius: 10px 0 0 10px;
	color: #333;
}
/* End Header Search */
#responsiveMenuButtonContainer {
	position: absolute;
	bottom: 6px;
}
/* End Header */

/* Sub Header */
.sub_header {
	margin: 0;
	padding: 0;
	background: url('../images/site/slideshow_background.png') repeat-x;
	/*height: 261px;*/
}
/* Home content blocks  */
.workholding {
	margin-top: 35px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 10px 17px -7px rgba(0,0,0,0.44);
	-moz-box-shadow: 0px 10px 17px -7px rgba(0,0,0,0.44);
	box-shadow: 0px 10px 17px -7px rgba(0,0,0,0.44);

}
.home_products_img{
	width:160px;
	margin-left: auto;
	margin-right: auto;
}
.home_block {
	text-align: center;
	height: 230px;
}
.home_block img {
	margin: 0 auto;
}
.home_block .home_block_text_container {
	position: absolute;
	bottom: 10px;
	width: calc(100% - 30px);
}
div.home_block.featured {
	border-bottom: none;
}
table.home_block {
	text-align: center;
	margin: 30px 0 0;
}
table.home_block td {
	vertical-align: top;
}
table.home_block td.image {
	width: 470px;
}
table.home_block h2, .home_block.featured h2 {
	color: #008CD3;
	font-size: 24px;
}
table.home_block h2, .home_block.featured h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}
table.home_block td ul {
	margin-top: 0;
	padding-left: 5px;
}
table.home_block td ul li {
	list-style-type: none;
	background: url('../images/site/buildout/nav_blue_bullet.jpg') no-repeat 3px 10px;
	padding-left: 14px;
}
.home_block.featured .home_featured_buttons {
	width: 344px;
	float: right;
	/*border: 1px solid black;*/
}
.home_block.featured .home_featured_buttons a {
	width: 100%;
	height: 80px;
	margin-bottom: 5px;
	display: block;
	color: #FFF;
	font-size: 18px;
}
.home_block.featured .home_featured_buttons a:hover {
	cursor: pointer;
}
.home_block.featured .home_featured_buttons a span {
	position: relative;
	top: 28px;
	left: 25px;
}
.home_featured_buttons {
	z-index: 1000;
	text-align: center;
	background-color: white;
}
.home_featured_buttons > table {
	margin: 0 auto;
}
td.home_buttons {
	padding: 5px 23px;
}
.homeFeaturedBox {
	margin: 20px 0;
	position: relative
}
.homeFeaturedBox img {
	margin: 0 auto;
}
/* Main Body */
#mainContentWrapper {
	position: relative;
	z-index: 100;
}
#page_homepage #mainContentWrapper {
	width: 100%;
}
#mainContent {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 30px 0 0;
	background: #FFF;
}
#page_homepage {
	padding: 0;
}
/*
#page_homepage #mainContent {
	padding: 0;
}
*/
.mainContentF {
	padding: 0;
}

#bodyContent {
}
#page_login #bodyContent,
#page_checkout_address #bodyContent,
#page_checkout_shipping #bodyContent,
#page_checkout_confirmation #bodyContent,
#page_checkout_success #bodyContent,
#page_create_account #bodyContent {
	left: 0 !important;
}
/* Primary Body Layout */
.body-content, .side-col {
}
#page_homepage .body-contentF{
	background: #EEEEEE;
}
/*
#page_homepage .body-content {
	background: #EEEEEE;
}
*/
#page_homepage .body-content .contentContainer {
}
#columnLeft {
	padding-right: 12px;
	background: url('../images/site/buildout/left_nav_border.jpg') no-repeat right top;
}
.information_box {
	text-align: center;
	padding-bottom: 20px;
	position: relative;
}
.information_box h3 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
.information_box div {
	display: block;
	margin: 10px 0 30px;
}
#columnRight {
	float: right;
}
/* End Primary Body Layout */

#page_homepage #bodyContent .contentContainer {
	/*padding: 0 12px 40px;*/
}
.contentContainer .home_main_content_right {
	float: right;
	margin-left: 30px;
}
.contentContainer .home_main_content_right img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.homeRightContent img {
	margin: 0 auto;
}
.newsletter_sign_up {
	background: #FFF;
	padding: 15px 25px;
	/*width: 370px;*/
	margin-top: 15px;
	position: relative;
}
.newsletter_sign_up p:first-of-type {
	color: #008cd3;
	font-size: 20px;
	line-height: 1;
}
.newsletter_sign_up p {
	color: #000;
	line-height: 13px;
}
.newsletter_sign_up a.newsletter_button {
	display: block;
	background: #D80100;
	color: #FFF;
	padding: 8px 0;
	border-radius: 4px;
	text-align: center;
	width: 140px;
}
#printNav {
	float: right;
	clear: right;
}
#page_login #printNav{
	display:none;
}
.contentContainer {
	padding-bottom: 10px;
}
.contentContainer h2{
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
}
.contentContainer h3{
	font-size: 14px;
	padding: 0;
	margin-top: 16px;
	margin-bottom: 16px;
}
.contentText, .contentText table {
	padding: 5px 0 5px 0;
	font-size: 15px;
	line-height: 1.5;
}
.contentText a, #page_information p a, .subDesc a, .brochures_table a, .contentContainer table a, .representatives a {
	text-decoration: underline;
	color: #008CD3;
}
.contentText a:hover, #page_information p a:hover, .subDesc a:hover, .brochures_table a:hover {
	text-decoration: none;
	color: #8d8d8d;
}
table.category-listing td.smallText {
	background: url('../images/site/buildout/listing_vertical_divider.jpg') no-repeat right center;
	padding: 35px 0;
	border-bottom: 1px solid #666;
	vertical-align: bottom;
}
table.category-listing tr:last-child td.smallText {
	border-bottom: none;
}
table.category-listing td.smallText:last-child {
	background: none;
}
.category-listing .smallText a {
	color: #008cd3;
	font-size: 15px;
	font-weight: bold;
}
/* Category Listing */
.catBoxImgContainer {
	height: 150px;
	position: relative;
}
.catBoxImgContainer > img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-height: 150px; /* Whatever your containing div's height is set to */
	margin: 0 auto;
	left: 0;
	right: 0;
}
#products_description {
	/*	width: 525px;
		float: right;*/
}
#products_description ul {
	max-width: 485px;
	display: inline-block;
}
/* Buttons */
.buttonSet {
	clear: both;
	margin: 10px 0;
	vertical-align: top;
}
.buttonSet .buttonSet-buttons.left {
	float: left;
	width: 33%;
}
.buttonSet .buttonSet-buttons.center {
	float: left;
	width: auto;
	text-align: center;
}
.buttonSet .buttonSet-buttons.right {
	float: right;
	width: 33%;
	text-align: right;
}
.buttonAction {
	float: right;
	vertical-align: top;
}
.buttonAction-center {
	display: inline-block;
	margin: 0 auto 0 60px;
	text-align: center;
	vertical-align: top;
}
.buttonAction-left {
	float: left;
	vertical-align: top;
}
.cartButtonSet .cartButtonCell {
	text-align: center;
	margin-bottom: 15px;
}
.cartButtonSet.rfq .cartButtonCell.right {
	/*width: 208px;*/
}
.tdbLink a {
}
.tdbLink button {
}
/* End Buttons */

/* Product and category info images gallery display */
.gImage {
	/*float: right;*/
	text-align: right;
}
.gImage.categories {

}
.gImage.products {

}
#piGal,
#iGal {
	text-align: center;
	/*float: right;*/
	position: relative;
	right: 0;
}
#page_product_list #iGal {
	margin-top: 20px;
}
#page_product #iGal {
	/*margin-right: 20px;*/
	position: relative;
}
#piGal ul,
#iGal ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#piGal ul.piGal_img,
#iGal ul.iGal-imgs {
	margin: 0 auto;
	clear: both;
	padding-bottom: 4px;
	min-width: 290px;
	max-width: 100%;
}
#piGal ul li.last,
#iGal ul li.last {
}
#piGal img,
#iGal img {
}
.iGal_img {
	max-width: 100%;
	margin: 0 auto;
}
a.colorbox .caption {
	display: none;
}
#piGal .outer,
#iGal .outer {
	margin-left: 0;
}
#piGal ul.thumbs,
#iGal ul.thumbs {
	margin: 4px auto;
}
#piGal ul.thumbs li,
#iGal ul.thumbs li {
	padding: 0 2px 0 0;
}
.iGal_img img {
	/*max-width: 300px;*/
	margin: 0 auto;
}
/* End Product info images gallery display */

/* infobox styles */
.infoBoxContainer {
	margin-bottom: 5px;
}
.infoBox {
	background: #EFEFEF;
	font-size: 11px;
}
.infoBoxHeading {
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	background: #B6B6B6;
	color: #ffffff;
}
.infoBoxContents {
	padding: 5px;
	font-size: 11px;
	line-height: 1.5;
}
.infoBoxNotice {
	background: #FF8E90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
	font-size: 10px;
}
/* End infobox styles */

/* Filters */
.filters-lbl {
	padding-right: 4px;
}
/* End Filters */

/* Listing Rows */
.listing-row.odd, .productListing tr.odd,
TR.accountHistory-odd, TR.addressBook-odd,
TR.alsoPurchased-odd, TR.payment-odd,
TR.productListing-odd, TR.productReviews-odd,
TR.upcomingProducts-odd, TR.shippingOptions-odd,
.productListTable.odd {
	background-color: #E3E3E3;
}
.listing-row.even, .productListing tr.even,
TR.accountHistory-even, TR.addressBook-even,
TR.alsoPurchased-even, TR.payment-even,
TR.productListing-even, TR.productReviews-even,
TR.upcomingProducts-even, TR.shippingOptions-even,
.productListTable.even {
	background: #FFFFFF;
}
/* End Listing Rows */

.productListingData td {
	text-align: center;
}
/* Product Listing */
div.product-listing-layout {
	margin: 20px auto;
}
table.productListing {
	border: 1px solid #B6B6B6;
	border-spacing: 0;
	border-radius: 6px;
	width: 100%
}
.productListingHeader {
	background-color: #008CD3;
	table-layout: fixed;
	color: #ffffff;
	font-weight: bold;
}
.productListingHeader a {
	color: #000000;
}
.productListingHeader a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.productListingData {
	table-layout: fixed;
}
.productListing-price {

}
.productListTable {
	padding: 5px;
	font-size: 11px;
	line-height: 1.5;
}
/* box product listing */
table.productTable {
	border-spacing: 10px;
	width: 100%
}
tr.products_image {
	text-align: center;
}
tr.products_image img {
	height: 50px;
}
div.productRow {
	height: 100%;
}
td.productBoxes {
	background-color: #ffffff;
	border: 3px solid #B6B6B6;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 5px;
	height: 100%;
	vertical-align: top;
}
td.productBoxes table {
	width: 100%;
}
td.productCell.box {
	padding-left: 5px;
}
td.filterLabel {
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}
table.addbuttons.box {
	vertical-align: bottom;
}
td.addbuttons.box {
	text-align: center;
}
td.addbuttons.box span.button {
	padding: 5px 0 5px 0;
}
/* end box product listing */
/* End Product Listing */

/* Categories */
.catDesc {
	/*float: left;*/
	/*clear: both;*/
}
.catDesc > img {
	max-width: 100%;
	height: auto !important;
}
.viseDesc {
	clear: both;
}
.findViseBox {
	text-align: center;
}
.viseBoxImgContainer {
	height: 110px;
	position: relative;
}
.viseBoxImgContainer img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-height: 110px; /* Whatever your containing div's height is set to */
	margin: 0 auto;
	left: 0;
	right: 0;
}
#page_product_list .subDesc.cat {
	padding-top: 10px;
}
.subDesc,
.subDesc li{
  font-size: 15px;
}
.subDesc{
	margin-bottom: 46px;
	margin-top: 30px;
}
/* End Categories */

/* Pricebreaks */
.pricebreaksBox {

}
.pricebreaksBoxHeading {
	padding: 2px;
	font-size: 11px;
}
.pricebreaksBoxContents {
	padding: 5px;
	font-size: 11px;
	line-height: 1.5;
}
.pricebreaksBox tbody {
	background-color: #F1F1F1;
}
.pricebreaksBox .savings-row {
	background-color: #A9A9A9;
}
/* End Pricebreaks */

/* Product Info */
.product-info-block {
	float: left;
}
.product-info-block.right {
	float: right;
}
div.product_info_filters {
	margin-top: 20px;
}
ul.product_info_filters {
	list-style-type: circle;
}
#pi-price-set {
	max-width: 445px;
	position: relative;
	float: left;
}
#product_info_price_block {
	padding: 0 0 0 12px;
	color: #008cd3;
	font-size: 14px;
	font-weight: bold;
	position: relative;

}
#extra_files {
	width: 100%;
	background: #D0EAF7;
    clear: both;
}
#extra_files h3 {
	font-weight: bold;
	font-size: 22px;
	padding-left: 25px;
	padding-bottom: 0;
	margin-bottom: 0;
}
#extra_files ul {
	display: inline-block;
	margin-top: 8px;
	list-style-type: none;
	padding-left: 0;
}
#extra_files ul li {
	line-height: 1.2;
	background: url('../images/site/buildout/nav_blue_bullet.jpg') no-repeat 8px 7px;
	padding-left: 20px;
}
/* BOM Parent Products */
.products-InfoBox,
.products-InfoBox li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.products-InfoBox li.products-InfoBox-item {
	display: inline-block;
	margin: 5px 0;
	padding: 3px 12px;
	text-align: center;
}
.products-InfoBox li.products-InfoBox-item.first {
	padding-left: 3px;
}
.products-InfoBox li.products-InfoBox-item.last {
	padding-right: 3px;
}
.productListTable tr td.child,
.products-InfoBox .ref-item {
	background-color: #F8F8AF;
}
/* EOM Parent Products */

div.producttable {
	min-height: 100%;
}
.productSpecialPrice {
	color: #FF0000;
}
/* End Product Info */

/* Forms */
form {
	display: inline;
}
.formArea {
	background: #F1F1F1;
	border: 1px solid #B6B6B6;
}
.formAreaTitle {
	font-size: 12px;
	font-weight: bold;
}
.inputRequirement {
	font-size: 10px;
	color: #ff0000;
}
.fieldKey {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5;
	width: 150px;
}
.fieldValue {
	font-size: 11px;
	line-height: 1.5;
}
input, select {
	font-size: 11px;
}
textarea {
	width: 100%;
	font-size: 11px;
}
textarea.rfq-comments {
	width: 98%;
	height: 120px;
}
#filter_orders_type {
	float: right;
}
/* End Forms */

/* Message box */
.header-message {
	position: absolute;
	width: 100%;
}
.header-message table {
	position: relative;
	z-index: 1000;
}
.messageBox {
	font-size: 11px;
}
.messageStackError,
.messageStackWarning {
	font-size: 11px;
	background-color: #ffb3b5;
}
.messageStackWarning {
	background-color: #fbf7a2;
}
.messageStackSuccess {
	font-size: 10px;
	background-color: #99ff00;
}
/* End message box */

/* Search related styles */
.search-keyword-highlight {
	font-weight: bold;
}
.search-result-row {
	margin: 0 0 7px 0;
	border-bottom: 1px solid #CDCDCD;
	padding-bottom: 2px;
}
.search-result-row.last {
	border: none;
}
.search-result-url {
	color: #676767;
}
.search-results-info-row.top {
	margin: 5px 0;
}
.search-result-info-cell {

}
.search-result-info-cell.result-count {
	float: left;
}
.search-result-info-cell.result-pager {
	float: right;
}
/* End Search related styles */

/* Sitemap layout */
div.sitemap ul {
	list-style-type: circle;
}
div.sitemap ul a {
	text-decoration: none;
}
div.sitemap ul a:hover {
	color: blue;
}
/* End sitemap layout */

/* Account link list */
.accountLinkList {
	list-style-type: none;
	margin: 2px 2px 2px 10px;
	padding: 5px;
}
.accountLinkListEntry {
	float: left;
	margin-right: 5px;
}
/* End Account link list */

.boxText {
	font-size: 11px;
}
.errorBox {
	background-color: #ffb3b5;
	font-size: 11px;
	font-weight: bold;
}
.section-heading {
	margin: 0;
	padding: 0;
	color: #740000;
	font-size: 12px;
	font-weight: bold;
}
tr.header {
	background: #FFFFFF;
}
.headerError {
	font-size: 12px;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.headerInfo {
	font-size: 12px;
	background-color: #00FF00;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.pageHeading {
	font-size: 20px;
	font-weight: bold;
	color: #9a9a9a;
}
.tableHeading {
	font-size: 12px;
	font-weight: bold;
}
TD.subBar {
	background: #f4f7fd;
	font-size: 11px;
	color: #000000;
}
.accountCategory {
	font-size: 13px;
	color: #aabbdd;
}
.newItemInCart {
	font-size: 11px;
	color: #ff0000;
}
.stockWarning {
	font-size: 11px;
	color: #cc0033;
}
.productsNotifications {
	background: #f2fff7;
}
.orderEdit {
	font-size: 11px;
	color: #777777;
	text-decoration: underline;
}
SPAN.greetUser {
	font-size: 12px;
	color: #f0a480;
	font-weight: bold;
}
SPAN.markProductOutOfStock {
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}
SPAN.errorText {
	color: #ff0000;
}
.moduleRow {
}
.moduleRowOver {
	background-color: #D7D7D7;
	cursor: hand;
}
.moduleRowSelected {
	background-color: #E9E9E9;
}
/* Products Attributes */
ul.pa-options-listing {
	width: 320px;
}
ul.pa-options-listing li {
	padding-bottom: 4px;
}
.pa-label, .pa-listing {
	display: table-cell;
	vertical-align: top;
}
.pa-label {
	width: 84px;
	padding-top: 2px;
}
.attribs-fld.pa-dims, .attribs-fld.pa-qty {
	width: 48px;
}
/* BOF - Zappo - Option Types v2 - Progress Bar */
.counter-bar {
	margin: 2px 3px;
	border: 1px solid #bbc3d3;
}
.counter-progress {
	width: 1px;
	color: #4f4f4f;
	font-size: 11px;
	font-weight: bold;
	/* overflow: hidden; */
	background-color: #bbc3d3;
	padding: 0 0 0 5px;
}
/* EOF - Zappo - Option Types v2 - Progress Bar */

/* BOF - Zappo - Option Types v2 - ONE LINE - Preload Option Type Images */
div#ImagePreload {
	display: none;
}
/* EOF - Zappo - Option Types v2 - ONE LINE - Preload Option Type Images */
/* End Products Attributes */
a.ui-button,
.contact_link .scratch,
.button, span.buttonAction button {
	color: #FFF !important;
	background: #D80100;
	font-weight: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 9px 20px;
	display: inline-block;
	font-size: 14px;
	border: none;
}
#convert a.ui-button{
	padding: 4px 1px;
}



.contact_link .scratch
a.home_button_buy,
.addbuttons.buy,
.addbuttons a,
.contact_link .scratch,
.addbuttons.rfq {
	color: #FFF;
	background: #D80100;
	font-weight: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 0;
	display: inline-block;
	font-size: 14px;
	border: none;
	width: 135px;
	margin-bottom: 3px;
}
.addbuttons.rfq {
	margin-top: 37px;
}
a.home_button_learn {
	color: #FFF;
	background: #FFBE00;
	font-weight: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 0;
	display: inline-block;
	font-size: 14px;
	border: none;
	width: 135px;
}

.contact_link a.ctabs-nav {
	color: #FFF !important;
	background: #444444;
	font-weight: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 9px 32px;
	display: inline-block;
	font-size: 14px;
	border: none;
}
.contact_link{
	float: right;
	padding-left: 10px;
	text-align:center;
	width:169px;
}
.contact_link a{
	padding: 5px 20px;
}
.contact_link #tdb1{

}
.contact_link .ctabs-nav{
	margin-top: 6px;
}
.contact_link .scratch,
tr.vise_labels {
	font-weight: bold;
	color: #666666;
}
.buttonSet .buttonAction {
	float: none;
}
.buttonSet .buttonAction > span {
	vertical-align: top;
	display: inline-block;
}
.contact_link a.scratch,
.buttonSet .buttonAction button {
	width: 204px;
	padding: 8px 20px;
	margin-bottom: 2px;
	font-weight:normal;
}
#page_product .buttonSet span a.ui-button {
	padding: 2px 6px;
	margin-right: 5px;
	width:204px;
}
#page_product .buttonSet span a span{
	padding: 6px 18px;
}
#page_product .buttonSet #tdb1{
	/*margin-top: 2px;*/
}
span.buttonAction button span.ui-button-text {
	padding: 0;
}
.addbuttons .button {
	padding: 5px;
	width: 120px;
}
/* Footer */
div.footerWrapper {
	/*clear: both;*/
	/*margin: 0 auto;*/
	/*height: 431px;*/
	background: #008CD3;
	color: #FFFFFF;
}
div.footerWrapperSub {
	clear: both;
	margin: 0 auto;
	/*height: 233px;*/
	background: #014D71;
	color: #FFFFFF;
}
#footer {
}
.footer_section {
	position: relative;
}
.footer_section a {
	color: #FFF;
}
.light_blue.footer_section {
	min-height: 198px;
}
.light_blue.footer_section .footer_call_to_action img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 15px auto 0;
}
.light_blue.footer_section .action_item {
	padding-top: 15px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.light_blue.footer_section .action_item img {
	position: relative;
	right: 80px;
}
.footer_section.light_blue .button {
	margin-top: 20px;
}
.dark_blue.footer_section {
	min-height: 124px;
	line-height: 20px;
	padding-top: 10px;
}
.footer_section .footer_social_media {
	padding: 15px 0;
}
.footer_social_media img, .footer_social_media table {
	margin: 0 auto;
}
.footer_section .footer_social_media > table,
.footer_section .footer_social_media > img {
	display: inline-block;
}
.footer_section .footer_social_media > img {
	margin-right: 20px;
}
.white.footer_section {
	text-align: center;
	padding-top: 10px;
	background: #ffffff;
}
.white.footer_section .footer_credential {
	display: inline-block;
	margin: 10px;
}
#siteCredits {
	text-align: center;
}
#siteCredits a {
	color: #FFFFFF;
}
/* End Footer */

div.customTabs {
	clear: both;
}
#custom_tabset {
	position: relative;
}
a[name=top] {
	/*background: red;*/
	/*display: block;*/
	/*padding:10px;*/
	position: absolute;
	top: -174px;
}
#custom_tabset > ul {
	padding-left: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #999;
	
}
#custom_tabset > ul > li {
	display: inline;
	padding-right: 24px;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 6px;
	background-color: #444444;
	background: url('../images/site/buildout/tab_downarrow.jpg') #444444 no-repeat;
	background-position: right 8px bottom 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;


}
#custom_tabset > ul > li > a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#custom_tabset > ul > li > a:hover {
	text-decoration: underline;
}
#custom_tabset .ctabs-content {
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	position: relative;
}
#custom_tabset .jump_link {
	/*	display: block;
		background: red;
		padding:10px;*/
	position: absolute;
	margin-top: -174px;
}
#custom_tabset h2 {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding-top: 0;
}
div.ctabs-content #dd_imgs img {
	max-width: 290px;
	height: auto;
	float: right;
	clear: right;
}
.dim_table {
	border-collapse: collapse;
	border: 1px solid #008CD3;
	text-align: center;
}
.dim_table .dim_head td {
	background: #008CD3;
	color: #FFF;
	font-weight: bold;
}
.dim_table .dim_head a {
	color: #FFF;
}
.dim_table td {
	border-bottom: 1px solid #008CD3;
	padding: 4px;
}
.ctabs-content iframe {
	margin-right: 11px;
}
.ctabs-content .product_info_xsell {
	text-align: center;
	margin-bottom: 40px;
}
.ctabs-content .product_info_xsell a {
	color: #008CD3;
	font-weight: bold;
	font-size: 14px;
}
.ctabs-content .product_info_xsell img {
	width: auto;
	max-width: 136px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/* BOM Product Listing */
#producttable {
	width: 100%;
	position: relative;
}
div.product-heading.responsive,
div.product-listing.responsive,
div.product-item.responsive {
	width: 100%;
}
div.product-item.responsive > div {
	display: inline-block;
}
div.product-item.responsive div.product-attribute {
	display: inline-block;
}
div.product-item.responsive div.product-filter-label-responsive {
	display: none;
}
div.product-item.responsive div.filter-label {
	display: none;
}
div.product-heading.responsive {
	border-bottom: 1px solid #AAAAAA;
	padding: 10px 10px;
}
div.product-item.responsive {
	border-bottom: 1px solid #AAAAAA;
	padding: 10px 10px;
	height: 75px;
}
div.product-heading.responsive a {
	color: #1F3F88;
	font-weight: bold;
	text-decoration: none;
}
div.product-attribute.responsive a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
div.product-attribute.responsive a.ui-button {
}
div.products_image.responsive {
	width: 50px;
	word-wrap: break-word;
}
div.products_name.responsive {
	width: 100px;
	word-wrap: break-word;
}
div.products_model.responsive {
	width: 75px;
}
div.products_description.responsive {
	width: 45%;
}
div.product-item.responsive div.filter.call_to_action {
	width: 95px;
	display: block;
	padding: 0;
}
div.product-item.responsive div.addbuttons {
	width: 100px;
	display: inline-block;
	float: right;
	clear: both;
}
div.product-filter-label.responsive,
div.product-attribute.responsive {
	padding: 10px 5px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
div.product-filter-label.responsive {
	color: #1F3F88;
	font-weight: bold;
}
div.product-heading.responsive div.filter,
div.product-item.responsive div.filter {
	width: 50px;
	padding: 10px 5px;
}
/* box product listing */
div.product-listing.box {
	/*border-spacing: 10px;*/
	/*width: 100%*/
}
div.products_image.box {
	/*text-align: center;*/
	/*vertical-align: middle;*/
}
div.products_image.box img {

}
div.product-listing-wrapper.box {
	/*text-align: center;*/
}
div.product-item.box {
	/*display: inline-block;*/
	/*display: block;*/
	/*float: left;*/
	/*width: 235px;*/
	/*width: 31%;*/
	/*padding: 6px;*/
}
div.product-item.box.vert {
	background: url('../images/site/buildout/listing_vertical_divider.jpg') no-repeat right center;
}
div.product-item.box {
	/*min-height: 342px;*/
	/*vertical-align: bottom;*/
}
div.product-element.box {
	text-align: center;
}
div.product-element.box.products_price > div {
	display: inline-block;
}
div.product-element.box, div.product-element.box a.productsListing-link {
	color: #008cd3;
	font-weight: bold;
}
div.product-element.box.products_name {
	min-height: 50px;
}
div.product_listing_horizontal {
	/*width: 100%;*/
	/*border-bottom: 1px solid #333;*/
	/*clear: both;*/
}
div.product-element.box.products_image,
div.product-element.box.call_to_action {
	text-align: center;
}
div.product-element.box.products_image.product-heading {
	/*width: 180px;*/
	/*height: 90px;*/
	/*padding-left: 25px;*/
	/*padding-right: 25px;*/
	/*display: table-cell;*/
}
div.product-element.box.products_image.product-heading div.products_image {
	height: 166px;
	position: relative;
}
div.product-element.box.products_image.product-heading div.products_image a img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-height: 166px; /* Whatever your containing div's height is set to */
	margin: 0 auto;
	left: 0;
	right: 0;
}
div.product-element.box > div {
	/*display: inline-block;*/
}
.category-listing div.smallText {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	vertical-align: top;
}
div.product-item.box table {
	width: 100%;
}
div.productCell.box {
	padding-left: 5px;

}
div.product-item.box div.box.products_model a,
div.product-item.box div.box.products_name a {
	font-size: 14px;
}
div.filter-label.box {
	font-size: 14px;
	font-weight: bold;
	color: #0B4E97;
}
div.addbuttons.box {
	vertical-align: bottom;
}
#bodyContent .product-item.box div.addbuttons .button a {
	color: #ffffff;
}
div.addbuttons.box {
	text-align: center;
}
div.addbuttons.box span.button {
	padding: 5px 0 5px 0;
}
/* end box product listing */

.cart_cross .product_info_xsell{
	text-align: center;
	max-width: 120px;
}
.cart_cross .cross_img{
	height: 84px;
}
.cart_cross .product_info_xsell img{
	max-width: 100px;
	max-height: 100px;
	margin-right: auto;
	margin-left: auto;
}
.cart_cross .product_info_xsell a{
	font-size: 11px;
	text-decoration: none;
}
.cart_cross .ctabs-list-title{
    font-size: 12px;
	color:#0e0e0e;
	text-decoration: none;
}
.wincart #convert{
	width: 169px;
}
div.cart_cross{
	border: 1px solid #D9D8D7;
	background: #fafafa;
	margin-top:4px;
}
div.cart_cross h2{
    margin-top:1px;
    padding-top:1px;
    margin-left:4px;
}



#admin_editbar {
	background: url('../images/site/heading_gradient_med.jpg') #444 repeat-x;
	width: 100%;
	left: 0;
	position: fixed;
	bottom: 0;
	z-index: 1000;
	padding: 6px;
	font: 12px/1em Verdana, Arial;
	color: white;
	opacity: .9;
	border-top: 1px solid white;
}
#admin_editbar a {
	color: white;
}
.dimmed-block {
	opacity: 0.4;
}
/*rep finder styling */
.representatives {
}
.representatives dl.info {
	margin: 0;
}
.representatives .info dt, .representatives .info dd {
	display: inline-block;
	vertical-align: top;
}
.representatives .info dt {
	font-weight: bold;
	width: 100px;
	text-align: right;
}
.representatives .info dd {
	margin-left: 10px;
}
/* Newsdesk */
.news_items {
	margin-top: 0;
	padding: 0;
	margin-bottom: 0;
}
.news_items .entry-title {
	color: #008cd3;
	text-decoration: underline;
}
#page_newsdesk a.newstype_link {
	text-decoration: underline;
	display: block;
	/*line-height: 1px;*/
}
#page_newsdesk .newsdesk_head {
	padding-top: 10px;
}
#page_newsdesk .newsdesk_head_text {
	width: 75%;
	float: right;
}
#page_newsdesk .news_items a {
	text-decoration: underline;
}
#page_newsdesk .news_items a:hover {
	text-decoration: none;
	color: #8d8d8d;
}
#page_newsdesk .news_items p {
	margin-top: 2px;
}
a.continue_shopping {
	width: 120px;
}
.advsuggest_inner {
	width: 540px;
	border: 1px solid #333;
	border-bottom: none;
	background: #fff;
}
/* AutoSuggest Links */
.advsuggest a {
	display: block;
	padding: 4px 3px 8px 4px;
	color: #666;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #999;
	position: relative;
	z-index: 5000;
}
/* AutoSuggest Links � Hover Effect */

.advsuggest a:hover {
	background: #D80100;
	color: #fff;
}
.advsuggest .advsuggest_inner .productlink:hover {
	background: #D80100;
	color: #fff;
}
.advsuggest .productlink {
	position: absolute;
	margin-top: -26px;
	margin-left: 500px;
	font-size: 9px;
	font-weight: normal;
	color: #666;
	padding: 1px;
	background: #EEEEEE;
	border: 1px solid #333;
}
#bodyContent .advsuggest a:hover {
	color: #fff;
}
/* top search advanced search */
.searchsuggest_inner {
	width: 223px;
	border: 1px solid #333;
	border-bottom: none;
	background: #fff;
}
/* AutoSuggest Links */
.searchsuggest a {
	display: block;
	padding: 4px 3px 8px 4px;
	color: #666;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #999;
	position: relative;
	z-index: 5000;
}
.searchsuggest .productlink {
	font-size: 15px;
	font-weight: normal;
	color: #666;
	padding: 1px;
	background: #EEEEEE;
}
.searchsuggest .searchsuggest_inner .productlink:hover {
	background: #D80100;
	color: #fff;
}
.searchsuggest a:hover {
	background: #103F83;
	color: #fff;
}
.international-table {
	vertical-align: top;
	width: 25%;
	padding: 0 15px;
	text-align: center;
}
p.shipping-us {
	color: #2b2b2b;
	font-weight: bold;
	font-size: 14px;
	background-color:#FFDFDF;
	padding: 4px 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
p.shipping-us a {
	font-weight: bold;
	color: #008CD3;
	font-size: 1.1em;
}
a.colored-link {
	font-weight: bold;
	color: #008CD3;
	font-size: 1.1em;
}
img {
	border: none;
}
a.dv_titles {
	font-weight: bold;
	font-size: 20px;
	color: #008CD3;
}
#body_search {
	margin: 15px 0;
}
#partsearch {
	display: inline-block;
	border: 1px solid #000000;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
#parts-input {
	border: none;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	height: 27px;
	padding-left: 10px;
}
.productInfoColumn {
	/*display: inline-block;*/
	vertical-align: top;
}
#productInfoLeftColumn {
	/*width: 36%;*/
	/*margin-right: 20px;*/
}
#productInfoRightColumn {
	/*width: 60%;*/
}
img[src="images/2011/spacer_category.gif"] {
	max-width: 100%;
	height: auto;
	display: block;
}
/* Overrides */
.mm-menu.mm-offcanvas {
	width: 256px;
}
.productListing th {
	text-align: center;
}
.table > tbody > tr > td {
	border-top: none;
}
.method-select-pointer-row {
	float: right;
	text-align: center;
}
#page_express #frmExpressOrdering .table td{
	padding: 0;
}
/*icontact links stylings*/
.newsletter_sign_up .icontact_script, .homeFeaturedBox .icontact_script, .information_box .icontact_script,
#newsdesk_newsletter_link.icontact_script, .icontact_script.lit_videos_images{
	display: none;
	position: absolute;
	z-index:10;
}
.newsletter_sign_up .icontact_script{
	top:127px;
}
.homeFeaturedBox .icontact_script{
	top:-389px;
	max-width:90%;
}
.information_box .icontact_script{
	top:222px;
}
#newsdesk_newsletter_link.icontact_script{
	left: 18px;
	top:30px;
	width:85%;
}
.icontact_script.lit_videos_images{
	min-width:220px;
}


/* Faceted Search */
.ui-widget.faceted_search .infoBoxContents{
	border: none;
}
.ui-widget.faceted_search .infoBoxHeading{
	display: none;
}
.ui-widget.faceted_search a.facetedfilter_heading{
	background:#FFF;
	color:#008CD3;
	font-size: 15px;
	border-top: 1px solid #000;
	padding: 5px 0 3px;
}
.ui-widget.faceted_search a.facetedfilter_heading:first-child{
	border-top: none;
	padding: 0;
}
.ui-widget.faceted_search a.facetedfilter_heading:focus,
.ui-widget.faceted_search a.facetedfilter_heading:hover{
	text-decoration: none !important;
}
.ui-widget.faceted_search .ui-menu.ui-widget-content{
	border:none;
	color: #222;
	font-size:12px;
}
#facetedsearch .ui-menu .ui-menu-item a {
	padding: 0 0.4em;
}
.ui-widget.faceted_search .ui-menu.ui-widget-content .ui-menu-item{
	padding-left: 10px;
}
.ui-widget.faceted_search .ui-icon.ui-icon-triangle-1-e{
	background: url('../images/site/faceted_search_up.png') no-repeat scroll 0 6px;
}
.ui-widget.faceted_search .ui-icon.ui-icon-triangle-1-s{
	background: url('../images/site/faceted_search_down.png') no-repeat  scroll 0 6px;
}

div#facetedsearch {
	width: 100%;
}
table.filterlist {
	width: 100%;
}
select.filter {
	width: 90%;
}
div.facetedfilterlist {
	width: 100%;
	background: url('../images/site/faceted_search_border.png') no-repeat scroll center bottom;
	padding-bottom:10px;
}
div.filtercolumn {
	width: 100%;
	margin-bottom: 10px;
}
.filter-reset {
	margin: 10px 0;
}
select.facetedfilter {
	width: 100%;
}
span.down-arrow {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	position: absolute;
	right: 0;
}
div.filtercolumn a {
	text-align: left;
}
.facetedfilter_heading {
	display: inline-block;
	width: 100%;
	font-weight: bold;
	margin-bottom: 5px;
	border: thin solid transparent;
	text-align: left;
	position: relative;
}
.facetedfilter_heading.selected {
	color: #fff;
}
a.facetedfilter_heading:hover {
	text-decoration: none;
}
a.search_item {
	border: thin solid transparent;
}
a.search_item.ui-widget-content {
	border: thin solid #C3C3C3;
}
/* End Faceted Search */

.iGal-mainImg {
	max-width: 100%;
}
.iGal-mainImg img {
	height: auto !important;
}
.scratch{
	font-weight: bold;
	color:#D8000C;
}
.newsdesk .table-responsive{
    width:auto;
    overflow-x: none;
	 min-height: 0.01%;   
}
#home-boxs{
	margin-top: 40px;
	border-bottom: 6px solid #EFEFEF;
	margin-right: auto;
	margin-left: auto;
	width: 100%;

}
.home-box{
	max-width: 512px;
	float: left;
	height: 530px;
	margin-left: 24px;
	margin-right: 24px;
}
.home-box-title{
	color:#1388D5;
	font-weight: bold;
	font-size: 24px;
	height:58px;
	line-height: 1.2em;
	display: table-cell;
	vertical-align: bottom;
}
.contentContainer ul li a,
#home-boxs .home-box .home-box-text a,
.home-box-title a{
	color:#1388D5;
}
.home-box-img{
	margin-top: 8px;
	margin-bottom: 8px;
}
.home-box-img img{
	margin-right: auto;
	margin-left: auto;
}
.home-box-text{
	font-size: 16px;
	line-height: 1.5em;
}