﻿@charset "UTF-8";
/* CSS Document */


/* general styling */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color:#666;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	line-height: 1em;
}
a {
	text-decoration: none;
	color: #666666;
}
li {
	list-style-type: none;
}
.sitecolor {
    color: #C60F09;
}
.searchOptInputBtn label button {
    background: #C60F09 none repeat scroll 0 0;
}
.sitecolor-forced {
    color: #C60F09 !important;
}
/* clearing floats after <li> */
#clear-float {
	clear: both;
}
/* TOP-BAR */
#top-line {
	border: 1px solid #cccccc;
}
#topBar-left {
	margin:0 5px !important;
}
#topBar-left li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	float: left;
	margin-left: 0px;
	margin-right: 5px;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
#topBar-left li span {
	font-weight:bold;
	padding-left: 10px;	
}
#topBar-left ul li a:hover{text-decoration: underline;}
#topBar-right ul li a:hover{text-decoration: underline;}
#topBar-left .live-chat-text {float: left;}
#topBar-left .live-chat-icon {float: right; margin-left: 10px;}


#topBar-right li {
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	margin-right: 0px;
	margin-left: 15px;
	padding-right: 0px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
#topBar-right li img {
	display:inline !important;
	float:left;
}
.cart span {
	color: #C60F09;
	float:right;
}
a.cart {display:inline;margin-right:5px;}
/* LOGO-BAR */
#searchHeader {
	float: right;
}
#logo {
	padding-top: 23px;
}
#searchBar {
	padding-top: 16px;
}
/* SEARCH-BOX */
#tfheader{
		background-color:#ffffff;
	}
	#tfnewsearch{
		float:right;
		
	}
	.tftextinput4{
		margin: 0;
		padding: 6px 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#666;
		border:1px solid #e1e1e1; border-right:0px;
		border-top-left-radius: 5px 5px;
		border-bottom-left-radius: 5px 5px;	
		float:left;
		display:inline-block;
	}
	.tfbutton4 {
		margin: 0;
		padding: 0;
		width:30px;
		height:30px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		border: solid 1px #e1e1e1; border-right:0px;
		border-top-right-radius: 5px 5px;
		border-bottom-right-radius: 5px 5px;
		background: #e1e1e1;
		float:left; display:inline-block;
	}
	/* Fixes submit button height problem in Firefox */
	.tfbutton4::-moz-focus-inner {
	  border: 0;
	}
	.tfclear{
		clear:both;
	}
/* NEW  SEARCH-BOX */	

#tfheader .textfield{ width:312px; display:inline-block; float:right; border: solid 1px #cccccc; border-radius:5px; font-family: Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#cccccc;
 background:url(../images/website/searchBox-icon.png) no-repeat 9px 12px; padding:13px 5px 14px 39px; outline:none;}
	
/* NAV MENU */

.dropdown__toggle {
    cursor: pointer;
}

.dropdown__menu {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition-delay: 0.5s;
}

.menu-container {
    margin: 0 auto;
    text-align: left;
}

.menu-item-wrapper .menu-container {
    display:flex;
    flex-wrap: wrap;
}

.menu-item-wrapper .menu-subheader-item {
    margin-bottom: 0.5em;
    padding-bottom: 0.2em;
    font-size: 18px;
    font-weight: normal;
    color:#000;
    margin-top: 0;
    width: 100%;
}
    .menu-item-wrapper .menu-right-item-text, .menu-content .menu-right-item-text{
        text-align: center;
        display: block;
        font-size: 14px;
        padding: 1em 0 0 0;
    }

.main-menu {
    position: relative;
    font-size: 16px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0 0 0 1em;
    list-style: none;
}

.menu-container .mobile-menu-content {
    background-color: #f0f1f5;
    display: none;
}

    .menu-container .mobile-menu-content img {
        display: none;
    }

    .menu-container .mobile-menu-content .product-block {
        width: 45%;
    }

    .menu-container .mobile-menu-content .product-block .menuitem{
        color: #666666;
    }

    .menu-container .mobile-menu-content .main-menu__catmenu-list-wrapper {
        display: none;
    }

.menu-container .product-block .catlabel.brand-title {
    display: none;
}

    .menu-container .product-block a:hover {
        background-color: #e5e5e5;
    }

@media (max-width: 970px) {
    .main-menu--show {
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 971px) {
    .main-menu {
        display: -ms-flexbox !important;
        display: inline-flex !important;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.main-menu__link {
    position: relative;
    display: block;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    transition: all 0.2s ease;
    color: #fff;
}

    .main-menu__link::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 0;
        transition: opacity 0.2s ease;
    }

@media (min-width: 971px) {
    .main-menu__link::before {
        height: 88%;
    }

    .main-menu .dropdown:hover .main-menu__link {
        border-bottom: 3px solid #f60;
    }

        .main-menu .dropdown:hover .main-menu__link::before {
            opacity: 1;
        }
}

.main-menu__link span {
    position: relative;
    z-index: 2;
}

.main-menu__link a {
    color: unset;
    font-size: 1rem;
}

.main-menu .dropdown {
    position: static;
    margin: 0;
}

@media (max-width: 970px) {
    .main-menu .dropdown--show .dropdown__menu {
        display: -ms-flexbox;
        display: flex;
    }
}

.main-menu .dropdown__toggle {
    position: relative;
    padding-right: 1.7em;
    margin-right: 1rem;
    text-transform: uppercase;
    color: #f60;
}

    .main-menu .dropdown__toggle::after {
        content: '';
        border: solid #f60;
        border-width: 0 2px 2px 0;
        display: block;
        padding: 3px;
        transform: rotate(45deg);
        margin: 0.2em 0 0 1em;
        float: right;
        transition: all 0.2s ease;
    }

        .main-menu .dropdown:hover .dropdown__toggle::after {
            transform: rotate(-135deg);
        }

@media (max-width: 970px) {
    .main-menu .dropdown__toggle::after {
        right: 1em;
    }
}

@media (min-width: 971px) {
    .main-menu .dropdown .main-menu__dropdown {
        width: calc(936px - 4em);
    }
    .main-menu .dropdown.submenu .main-menu__dropdown {
        left: 0;
        right: 100px;
        width: 936px;
    }
}

.main-menu__dropdown {
    display: block;
    transition: all 0.2s ease;
    z-index: 99000;
    padding: 1.75em;
    background-color: #f0f1f5;
}

@media (min-width: 768px) {
    .main-menu__dropdown {
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 2.75em 2.75em 2em;
        box-shadow: 0 2.75em 2.75em 0 rgba(0, 0, 0, 0.64);
    }

    .main-menu .dropdown.submenu .main-menu__dropdown {
        padding: 1.75em 0.75em 2em;
    }
}

@media (max-width: 970px) {
    .main-menu__dropdown {
        position: static;
        display: none;
    }
}

.main-menu__featured {
    max-width: 280px;
    margin: 0 auto 1.5em;
}

@media (min-width: 768px) {
    .main-menu__featured {
        margin: 0 1.5em 0 0;
    }
}

@media (min-width: 768px) {
    .main-menu__featured {
        margin-right: 2.75em;
    }
}

.main-menu__featured.main-menu__featured a {
    padding: 0;
    color: #ef4c11;
}

    .main-menu__featured.main-menu__featured a:hover {
        color: #3a5081;
        background-color: transparent;
    }

.main-menu__featured.main-menu__featured img {
    margin-bottom: 0;
    border-radius: 0;
}

.main-menu__featured-img {
    display: block;
    margin-bottom: 1em;
}

.main-menu__featured a {
    font-size: 18px;
}

.main-menu__submenu {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.main-menu__submenu-group:first-child .main-menu__submenu-title {
    margin-top: 0;
}

.main-menu__submenu-group:not(:last-child) {
    margin-bottom: 1em;
}

.main-menu__submenu-title {
    margin-top: 0;
    margin-bottom: 0.5em;
    padding-bottom: 0.2em;
    border-bottom: 3px solid;
    font-size: 18px;
    font-weight: normal;
    color: #ef4c11;
}

.main-menu__submenu ul {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-menu__submenu li {
    width: 50%;
    margin: 0;
}

@media (min-width: 480px) {
    .main-menu__submenu li {
        width: 20%;
    }
}

.main-menu__submenu img {
    display: block;
    max-width: 110px;
    max-height: 104px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
}

.main-menu__submenu a {
    font-size: 14px;
}

.main-menu .dropdown.submenu .main-menu__submenu-group .product-grid .product-block{
    width: 100%;

}

.main-menu .dropdown.submenu .main-menu__submenu .product-block .link-wrapper.menuitem{
    text-align: left;
    white-space: nowrap;
}

.main-menu__submenu .main-menu__catmenu-list {
    display: none;
}

.main-menu .dropdown.submenu .main-menu__submenu .main-menu__submenu-group {
    float: left;
    width: 25%;
}

.dropdown__menu.main-menu__dropdown .menu-content {
    width: 75%;
    float: right;
}

.dropdown__menu.main-menu__dropdown .menu-content .main-menu__catmenu-list {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dropdown__menu.main-menu__dropdown .menu-content .main-menu__catmenu-list .product-block-catmenu {
    width: 25%;
}

.main-menu .dropdown.submenu .main-menu__submenu .product-grid  .product-block .menu-right-item-img{
    display: none;
}

.main-menu .dropdown.submenu .main-menu__submenu .menu-right-item-text.catlabel::after {
    content: '';
    border: solid black;
    border-width: 0 2px 2px 0;
    display: block;
    padding: 3px;
    transform: rotate(-45deg);
    margin-top: 0.5em;
    float: right;
}

.main-menu .dropdown.submenu .main-menu__submenu .product-block.selected .link-wrapper.menuitem {
    background-color: #e5e5e5;
    color: #f60;
    border-right: 3px solid #f60;
}

.dropdown__menu.main-menu__dropdown .menu-content .main-menu__catmenu-list .product-block {
    width: 25%;
}


.dropdown__menu.main-menu__dropdown .menu-content .main-menu__catmenu-list-wrapper {
    padding: 2em 0;
    display: none;
    transition: all 0.2s ease;
}

.dropdown__menu.main-menu__dropdown .menu-content .main-menu__catmenu-list .product-block-catmenu{
    width: calc(25% - 1.5em);
    padding: 0.5em 0;
}

.dropdown__menu.main-menu__dropdown .menu-content .main-menu__catmenu-list .product-block-catmenu .link-wrapper {
    display: block;
    padding: 0.5rem;
}

.main-menu__submenu .product-block:hover .link-wrapper.menuitem, 
    .dropdown__menu.main-menu__dropdown .menu-content  .product-block-catmenu:hover .link-wrapper{
    background-color: #e5e5e5;
}

@media (min-width: 100px) {
    .main-menu .dropdown:hover .dropdown__menu {
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 1099px) {
    .main-menu .dropdown--show .dropdown__menu {
        visibility: visible;
        opacity: 1;
    }
}

.product-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 100;
    list-style: none;
}


.product-block {
    text-align: center;
}

    .product-block a {
        display: block;
        padding: 0.5rem;
        transition: all 0.2s ease;
        text-decoration: none;
    }

.product-block img {
    margin-bottom: 0.5em;
    border: 1px solid #cecece;
    background-color: #fff;
    border-radius: 0.3em;
}


.product-grid .product-block-list-item {
    text-align: center;
}

    .product-grid .product-block-list-item a {
        display: block;
        padding: 0.5rem;
        transition: all 0.2s ease;
        text-decoration: none;
        color: #2d4271;
    }

        .product-grid .product-block-list-item a:hover {
            background-color: #e5e5e5;
        }

    .product-grid .product-block-list-item img {
        /*width: 100%;*/
        margin-bottom: 0.5em;
        background-color: #fff;
        border-radius: 0.3em;
    }

    .product-grid .product-block-list-item .item-title {
        display: block;
    }


.menu-list .menu-right-item {
    width: 25%;
    margin: 1em 0;
}

.top-menu-wrapper.standalone .menu-list .menu-right-item {
    width: 20%;
    text-align: center;
}

/* TOP-BAR-BANNER */
#top-barBanner {
	padding-bottom:5px;
	width:960px; 
	display:block;
	margin:0px auto -5px auto;
}
#bottom-barBanner {
	width:960px; 
	display:block;
	margin-top:20px;;
}
#cat-barBanner {
	padding-bottom:5px;
	width:960px; 
	display:block;
}
#min_order {width:960px; background-color:#555555;text-align:center;margin-top:-10px;}
#min_order p {color:#fff; margin:5px auto;}

#banner_lft{ display:inline-block; margin:0 1px 0 0; float:left;}
#banner_mid{ display:inline-block; margin:0; float:left;}
#banner_rgt{ display:inline-block; margin:0; float:right;}

.hardwre_heading.mfg_info img {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #606060;
    margin: 0 15px;
    background: white;
}
.main_content{}
/* PRODUCT NAV */
/* styling product images */
.product-nav-image {
	border: 1pt solid #C60F09;
	height: 140px;
	width: 140px;
}

.category-wide-item-wrap .product-nav-image {
    height: auto;
}

.category-wide-item-wrap .product-nav-image img {
    margin: 5px auto;
    max-height: 60px;
}

.category-wide-item-wrap .product-nav-text {
    padding-top: 0.5em;
    text-align: center;
}

.see-all {
	text-decoration: underline;
	color: #666666;
}
.see-all span {
	font-size: 12px;
}
p.see-all {
	position:absolute;
	bottom:-15px;
	padding-left:50px;	
}
.product-nav-text-color {
	color: #666666;
}
.product-nav-text li {
	text-align:justify;
	display: block;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 13px;
	text-decoration: none;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(<q>assets/xml/ellipsis.xml#ellipsis</q>);
}
.product-nav-text {
	position:relative;
	padding-top: 15px;
	padding-bottom:15px;
}
.product-nav-text ul li a:hover {
	text-decoration: underline;
}
.product-nav-image-small {
	border: 1px solid #e1e1e1;
	height: 40px;
	width: 40px;
}
.product-nav-image-small:hover {
	border:1px solid #C60F09;
}
.product-nav-small {
	float:left;
	width:40px;
	margin:0 1px;
	text-align:center;
	font-size:12px;
	display:block;
}
.product-nav-small img {
	width:40px;
	height:40px;
}
.product-nav-text-small { 
	white-space: nowrap;
    overflow: hidden;
	font-size:10px;
	padding-top:0;
 	text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(<q>assets/xml/ellipsis.xml#ellipsis</q>);
}
.main_content_catnav .fieldsetBox {
	display:block;
	width:auto;
	/*height:55px;*/
	float:left;
	padding:3px 4px 0 2px;
	margin-right:20px;
    position: relative;
}
.main_content_catnav .fieldsetBox:after {
	content: url("../Images/POHWebsite/nav-arrow.png");
	position: absolute;
	top: 23px;
	right: -20px;
}
.main_content_catnav .fieldsetBox:last-child:after {
	content:"";
}
.fieldsetBox span {
	display:inline-block;
}

.items-product-list .fieldsetBox .txtstock, .items-product-list .fieldsetBox span.txtnonstock {
    padding: 0 0.2em;
    margin: 0;
    line-height: normal;
}
.items-product-list .fieldsetBox .fieldsetLegend {
    margin-bottom: 0;
    padding-bottom: 0;
} 
.main_content_catnav {
	display:block;
	width:97%;
	float:left;
	margin-bottom:25px;
	position: relative;
	top: -15px;
}
.main_content_catnav.nomargins {
    margin-bottom: 0;
}
.main_content {
	display:block;
	width:100%;
	float:left;
}
.main_content_catnav .fieldsetBox br {
	display:none;
}

.product-nav-image-small-selected {
	border: 1px solid #C60F09;
	height: 40px;
	width: 40px;
}

/* BAR-BANNER-BOTTOM */
/* BLACKBAR */
#blackBar li {
	float: left;
	color: #ffffff;
}
.left {
	padding-top: 7px;
}
.right {
	padding-top: 7px;
}
/* FOOTER NAV */
.footer-nav-text {
	color: #666666;
}
#footer-nav {
	padding-top: 16px;
}
#footer-nav li {
	margin-left: 0px;
	padding-left: 0px;
}
#footer-nav ul li a{}
#footer-nav ul li a:hover{ text-decoration:underline;}
/* WEBSITE NETWORK */
#website-Network-text {
	color: #000000;
	text-align: center;
	padding-top: 40px;
}
.network-logo img {
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
}
/* box around network logos */
.network-logo {
	height: 53px;
	width: 150px;
	border: 1px solid #e1e1e1;
}

/* CREDIBILITY */
.credibility-header {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 2px;
	text-align:right;
	display:block;
}

.shop{ text-align:left !important; display:block;}
/*.credibility-border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-top: 55px;
	margin-bottom: 17px;
}*/
.credibility-border2{ width:589px !important; border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-top: 55px;
	margin-bottom: 17px; }
.credibility-border1{ width:269px !important; border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-top: 55px;
	margin-bottom: 17px; }	
	
.footer-badges {
	border: 1px solid #cccccc;
}

.payments			{ 
	width:960px;
	display:block;
  	margin:55px auto 0;}
.payments_lft		{ 
		width:270px; 
		display:inline-block;
 		float:left; margin:0;}
.payments_lft h3	{ 
	width:270px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
	font-weight:bold; 
	color:#666;
	display:block; 
	margin:0; 
	padding:0 0 3px 0;
	border-bottom: solid 2px #e1e1e1;
}
.payments_lft ul	{ 
	display:inline-block;
	 margin:17px 0 0 0;
}
.payments_lft ul li{ 
	width:108px;
	margin:0 50px 0 0 ; 
	float:left; 
	display:inline-block; 
}
.payments_lft ul li a{
	 display:inline-block;
}

.payments_rgt		{ 
	width:550px; 
	display:inline-block; 
	float:right; 
	margin:0;
}
.payments_rgt h3	{ 
	width:550px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	font-weight:bold; 
	color:#666666; 
	display:block; 
	margin:0; 
	padding:0 0 3px 0; 
	border-bottom: solid 2px #e1e1e1;}
.payments_rgt ul	{ 
	display:inline-block; 
	margin:17px 0 0 0;
    padding: 0;
}
.payments_rgt ul li{ 
	width:108px; 
	margin:0 36px 0 0; 
	float:left; 
	display:inline-block; 
	border: solid 1px #e1e1e1;
}
.payments_rgt ul li a{ 
	display:inline-block;
}

.last1					{ margin:0 !important;}
/* COPYRIGHT */
#footer-links li {
	float: left;
	font-size: 10px;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 4px;
	padding-top: 38px;
}
#footer-links ul li a:hover{text-decoration: underline;}
#copyright li {
	float: left;
	padding-top: 38px;
}
#copyright-right {
	padding-top: 54px;
	font-size: 10px;
	color: #333333;
}
#copyright {
	font-size: 10px;
	color: #333333;
	padding-top: 3px;
}
@font-face {
    font-family: 'HelveticaBold';
    src: url('../../../../../../../../../../private/var/folders/ly/p84s4ylj43jg_yf2k6l2lg2w0000gn/T/fonts/Helvetica-Bold/helvetica-bold.eot');
    src: url('../../../../../../../../../../private/var/folders/ly/p84s4ylj43jg_yf2k6l2lg2w0000gn/T/fonts/Helvetica-Bold/helvetica-bold.eot') format('embedded-opentype'),
url('../../../../../../../../../../private/var/folders/ly/p84s4ylj43jg_yf2k6l2lg2w0000gn/T/fonts/Helvetica-Bold/helvetica-bold.woff') format('woff'),
url('../../../../../../../../../../private/var/folders/ly/p84s4ylj43jg_yf2k6l2lg2w0000gn/T/fonts/Helvetica-Bold/helvetica-bold.ttf') format('truetype'),
url('../../../../../../../../../../private/var/folders/ly/p84s4ylj43jg_yf2k6l2lg2w0000gn/T/fonts/Helvetica-Bold/helvetica-bold.svg#HelveticaBold') format('svg');
}

@font-face {
    font-family: 'HelveticaNormalRegularRegular';
    src: url('../../../../../../../../../../private/var/folders/ly/p84s4ylj43jg_yf2k6l2lg2w0000gn/T/fonts/helvetica-normal/helvetica-normal.eot');
    src: url('../../../../../../../../../../private/var/folders/ly/p84s4ylj43jg_yf2k6l2lg2w0000gn/T/fonts/helvetica-normal/helvetica-normal.eot') format('embedded-opentype'),
url('../../../../../../../../../../private/var/folders/ly/p84s4ylj43jg_yf2k6l2lg2w0000gn/T/fonts/helvetica-normal/helvetica-normal.woff') format('woff'),
url('../../../../../../../../../../private/var/folders/ly/p84s4ylj43jg_yf2k6l2lg2w0000gn/T/fonts/helvetica-normal/helvetica-normal.ttf') format('truetype'),
url('../../../../../../../../../../private/var/folders/ly/p84s4ylj43jg_yf2k6l2lg2w0000gn/T/fonts/helvetica-normal/helvetica-normal.svg#HelveticaNormalRegularRegular') format('svg');
}

/* ------------------------ INNER1 CONTENT HERE --------------*/
.last									{ margin:106px 0 123px 0 !important;}
.inner1_container						{ margin:0 auto; display:block;min-height:250px; }
.inner1_container h1					{ margin-bottom:10px; font-size: 25px;font-weight: bold;}
.inner1_top_nav							{ margin:0; display:block;}
.inner1_top_nav ul						{ display:inline-block; margin:0; padding:11px 0 0 12px;}
.inner1_top_nav ul li					{ float:left; display:inline-block; margin:0; }
.inner1_top_nav ul li a					{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#cccccc; display:block;  margin:0 6px 0 0;}
.inner1_top_nav ul li a:hover,.inner1_top_nav ul li a.active{ text-decoration:underline; color:#999999;}
.inner1_top_nav ul li					{ float:left; display:inline-block; margin:0;}
.inner1_container h6					{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#cccccc; display:block; padding:11px 0 0 12px; margin:0 !important;}
.inner1_container h6 a					{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#999999; display:inline-block;}
.inner1_container h6 a:hover			{ text-decoration:underline;}
.inner1_container h4					{ font-family:Arial, Helvetica, sans-serif; font-size:25px; font-weight:normal; color:#999999; display:block; margin:10px 0 0 9px !important;}
.inner1_products						{ width:960px; display:block; margin:0 auto;}
.inner1_products ul						{ display:inline-block; margin:40px 0 45px 0;}
.inner1_products ul li					{ width:220px; display:inline-block; float:left; margin:0 10px 0 10px !important;}
.inner1_products ul li img				{ display:block; margin:0 auto; border: solid 1px #e1e1e1;}
.inner1_products ul li h3				{ font-family:Arial, Helvetica, sans-serif; font-size:20px; font-weight:normal; color:#666; display:block; margin:0; padding:21px 0 9px 0; letter-spacing:0px; line-height:20px;}
.inner1_products ul li span				{ font-family:Arial, Helvetica, sans-serif; font-size:12px; letter-spacing:0px; font-weight:normal; color:#666; display:block; margin:0; padding:0; line-height:17px;}
.inner1_products ul li  a				{  font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#666; display:inline-block; margin:0; padding:0; line-height:16px; text-decoration:underline;}
.inner1_products ul li  a:hover			{ text-decoration:none;}

.inner_container2						{ width:960px; margin:0; display:block; border: solid 1px #e1e1e1; padding:0 0 9px 0;}
.inner_container2 h3					{ font-family:Arial, Helvetica, sans-serif; font-size:19px; font-weight:normal; color:#666; display:inline-block; float:right; padding:7px 10px 0 0; margin:0; letter-spacing:0.3px;}
.inner_container2 h3 a					{ font-family:Arial, Helvetica, sans-serif; font-size:19px; font-weight:normal; color:#666; display:inline-block; text-decoration:underline; padding:0; margin:0;}
.inner_container2 h3 a:hover			{ text-decoration:none;}
.inner_container2 h4 					{ font-family:Arial, Helvetica, sans-serif; font-size:19px; font-weight:normal; color:#666; display:inline-block; float:left; padding:2px 0 0 10px; margin:0; letter-spacing:0.3px;}
.inner_container2 h4 a					{ font-family:Arial, Helvetica, sans-serif; font-size:19px; font-weight:normal; color:#666; display:inline-block; padding:0; margin:0; text-decoration:underline;}
.inner_container2 h4 a:hover			{ text-decoration:none;}

.inner1_container .cat-mfg-logo {
    display: inline-block;
    float: left;
    padding: 5px 10px;
    border: 1px solid #606060;
    margin: 0 10px;
}

.fraction-list .dxeListBoxItemRow:hover {
    background-color: #cfcfcf;
    color: black;
}

/* ------------------------ INNER1 CONTENT ENDS --------------*/

/* ------------------------ INNER2 CONTENT HERE --------------*/

.main_product_lft							{  display:inline-block; float:left; margin:20px 0 0px 0; padding:0;}


.main_product_lft_top						{ width:auto; display:block; margin:0;}
.main_product_lft_top	 img				{ display:block; margin:0;}
.main_product_lft_top span				{ font-family:Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; font-style:italic; color:#666; display:block; line-height:90%; text-align:center;}
.prodimagenote				{ font-family:Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; font-style:italic; color:#ccc; display:block; line-height:90%; text-align:center;}
    .prodimagenote:not(:empty) {
        margin-top: 1em;
    }
    .combproduct-wrapper .prodimagenote {
        color: #666;
    }

.product_info							{ display:block; margin:0px 0 0 0; border-left:solid 1px #e1e1e1; border-right:solid 1px #e1e1e1; border-top:solid 1px #e1e1e1; border-bottom:solid 1px #e1e1e1; padding:0 0 15px ;}
.product_info .function_info {
    padding: 0 10px;
}
.product_info p							{ font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; color:#666; display:block; padding:0 0 14px 0; line-height:20px; letter-spacing:0.5px; margin:0 !important;}
.product_info table { margin-left: 1.5%; width: 96%; }
.product_info p a						{ display:inline-block; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; color:#C60F09; text-decoration:underline;}
.product_info .inner-content { padding-left: 10px; }
.product_info p a:hover				{ text-decoration:none;}
.product_info h5						{ font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; color:#666; display:block; margin:16px 0 0 5px!important; letter-spacing:0.6px;}
.product_info h5 a						{ display:inline-block; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; color:#C60F09; text-decoration:underline;}
.product_info h5 a[href$=".pdf"]:after {
	padding: 2px;
	content: url(/images/website/pdf-icon.png);
	vertical-align: sub;
}
.product_info h5 a:hover				{ text-decoration:none;}
.product_info .datatable {
    max-width: 100%;
    margin-top: 20px;
}
.product_info .functions_list {
    width: 100%;
}
    .product_info .datatable .header {
        padding: 0 20px 0 0;
    }

    .product_info .datatable.functions_list td:not(:last-child) {
        padding: 0 15px 0 0;
    }
.product_header							{border-bottom:1px solid #e1e1e1;}
.product_rgt							{ width: calc(100% - 200px); display:inline-block; margin:20px 0 35px 10px; padding:0;}
.product_rgt .product-catalog-cut-link { position: absolute; bottom: -33px; margin-top: 0; }
.product_rgt .product-catalog-cut-link:after{
	padding: 2px;
	content: url(/images/website/pdf-icon.png);
	vertical-align: sub;
}
.product_rgt .email-product-link {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: -30px;
}
.main_product_rgt							{ width:auto;  display:block;  padding:0; border:solid 1px #e1e1e1; position: relative;}
.main_product_rgt_top .main_product_rgt.product_header{padding: 0 1em;}
#ctl00_lmPlaceHolder_lmProductFormView_lmProductDetails_lmEmailProduct					{padding:0 20px 0 10px;position:absolute;right:20px;bottom:-30px;}
.main_product_rgt_top						{ width:auto; display:block; margin:0; padding:0; position: relative; }
.product-price .main_product_rgt_top						{ margin:0 0 0 11px; }
.main_product_rgt_top h4					{ width:auto; font-family:Arial, Helvetica, sans-serif; font-size:15px; font-weight:bold; color:#333; text-transform:uppercase; display:block; padding:8px 0 7px 9px;
border-bottom:solid 1px #e1e1e1; margin:0 0 23px 0 !important;}
.main_product_rgt_top ul					{ display:block; }
.product-price .main_product_rgt_top ul					{ margin:0; }
.main_product_rgt_top ul li				{ display:block; margin:0;padding:5px 0;color:#666;line-height: 1.5;}
.main_product_rgt_top ul li p				{ font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; color:#666; display:block; margin:0 !important; line-height:22px; letter-spacing:0.4px;}
.main_product_rgt_bot						{ width:700px; display:block; margin:0;border-top:solid 1px #e1e1e1; border-bottom:solid 1px #e1e1e1;}
.main_product_rgt_bot h5					{ width:166px; display:block; background:url(../images/website/inner2_brass_bg.png) no-repeat center top; font-family:Arial, Helvetica, sans-serif; font-size:15px; font-weight:bold; color:#fff; text-align:left; margin:0 0 33px 0; padding:5px 0 5px 9px; letter-spacing:0.2px;}
.list_items_lft							{ width:170px; display:inline-block; float:left; margin:0;}
.list_items_lft span					{ font-family:Arial, Helvetica, sans-serif; font-size:14px !important; font-weight:normal; color:#666; display:inline-block; padding:0 0 0 43px;}
.list_items_mid							{ width:310px; display:inline-block; float:left; margin:0;}
.list_items_mid ul						{ display:inline-block; margin:0 0 4px 4px; float:left;}
.list_items_mid ul li					{ width:172px; display:block; margin:0 0 10px 0;}
.list_items_mid ul li .check			{ margin:4px 0 0 0 !important; display:inline-block; float:left; }
.list_items_mid ul li p					{ font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; color:#666; display:inline-block; margin:0 !important; padding:0 0 0 10px; letter-spacing:0.4px; line-height:21px;}
.list_items_mid ul li small				{ font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; color:#C60F09; display:block; margin:0 !important;}
.list_items_rgt							{ width:53px !important; display:inline-block !important; margin:0 0 0 70px !important;}

.list_bot								{ float:right;}
.list_bot b								{ color:#6E6E6E;}
.list_bot input							{ width:55px; display:inline-block; text-align:center; margin:36px 0 0 0; border:solid 1px #999; font-family: Arial, Helvetica, sans-serif; font-size:20px; font-weight:normal; color:#333; padding:6px 1px 4px 1px; border-radius:2px; outline:none;}
.list_bot .scoreplus					{ width:219px; background:#C60F09; border-radius:10px; font-family:Arial, Helvetica, sans-serif; font-size:24px; font-weight:bold; color:#fff; padding:17px 0 15px 0; display:inline-block;float:left; text-align:center; margin:25px 0 0 1px; cursor:pointer;}
.email-product .send-email-btn{background:#C60F09;}
.default-text-color{color:#C60F09 !important;}
.list_bot .scoreplus:hover						{ background:#C60F09;}
.live_chat								{ width:297px; display:inline-block; margin:0 -2px 0 0; float:left; border-top:solid 1px #e1e1e1; border-bottom:solid 1px #e1e1e1;  border-left:solid 1px #e1e1e1;  border-right:solid 1px #e1e1e1; padding:0 0 10px 0;}
.live_chat span							{ font-family:Arial, Helvetica, sans-serif; font-size:15px; font-weight:normal; color:#999999; background:url(../images/website/inner2_phone_icon.png) no-repeat left center; float:left; display:inline-block; margin:10px 0 0 14px; padding:0px 0 3px 35px;}
.live_chat a							{ font-family:Arial, Helvetica, sans-serif; font-size:15px; font-weight:normal; color:#999999; background:url(../images/website/inner2_chat_icon.png) no-repeat left center; display:inline-block; float:right; margin:10px 0 0 14px; padding:0px 0 3px 33px ;}
.live_chat a:hover						{ text-decoration:underline;}
.product_rgt strong						{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#333333; display:block; text-align:right; padding:0 2px 0 0; letter-spacing:0.2px; 
margin:3px 0 0 0;}

.large_qunt								{ width:960px; border-left:solid 1px #e1e1e1; border-right:solid 1px #e1e1e1;  display:block; margin:0;}
.large_qunt h3							{ width:229px; display:block; background:url(../images/website/large_quanity_bg.png) no-repeat center top; font-family:Arial, Helvetica, sans-serif; font-size:15px; font-weight:bold; color:#fff; text-align:left; margin:0 0 28px 0; padding:8px 0 9px 10px; letter-spacing:0.2px;}
.large_qunt h2							{ font-family:Arial, Helvetica, sans-serif; font-size:25px; font-weight:normal; color:#666666; text-align:center; display:block; padding:0 0 0 0;}


/* ------------------------ INNER2 CONTENT ENDS --------------*/



/*Original css*/
/*Begin general*/
.showunderline{
	color:#C60F09;
	text-decoration:underline;
}

.showunderline hover{
	color:#C60F09;
	text-decoration:underline;
}


.txt p{
	margin-bottom:7px;
	line-height:21px;
}
.txt em{
	color:#666;
}

.txt2{
	color:#666;
	display:block;
	margin-bottom:20px;
}
.txt3{
	color:#666;
	display:block;
	margin-bottom:0px;
}

.txtlist
{
	font-size: 11px;
	display:block;
	margin-bottom:0px;
}

.txtorange
{
	color:#666;
	margin-bottom:0px;
}

.txtsitecolor
{
    color: #C60F09;
}

.txtsitecolorbold
{
    color: #C60F09;
    font-weight: bold;
}

.txtsitecolorunderline
{
    color: #C60F09;    
	text-decoration:underline;
    font-weight: bold;
}

.search-results .conright2 .link {
    margin: 0;
}

.txtred
{
	color:#ff6666;
	margin-bottom:0px;
}


.txtredbold
{
	color:#D40001;
	margin-bottom:0px;
    font-weight: bold;
}

.txtreditalic {
    font-style: italic;
    font-weight: bold;
    color: #D40001;
    font-size: 11px;
    vertical-align:top;
}

.txtblack
{
    color: #000000;
}

.txtstock
{
	display:block;
	margin: 10px 0 0 5px;
	font-size: 11px;
}
/*.txtnonstock{
	display:block;
	margin:10px 0 0 5px;
	font-size: 11px;
}*/
.note
{
	font-size: 11px;
    line-height: 1.5;
}

.paddednote
{
	color: #C60F09;
	font-size: 11px;	
	font-style: italic;
	font-weight:bold;
	padding: 5px 0 5px 2px;
}

.notegreen
{
	font-size: 14px;	
	float:right;
	color:#C60F09;
	padding-bottom: 20px;
}


.txtbold 
{
    font-weight: bold;
}

.linkunderline {
    text-decoration: underline;
}
/*End General*/


/*Begin template.master*/

.order-detail-wrap {
    line-height: 1.5;
}

.leftcon, .product-open .p-left{
	font-size:13px;
	padding: 10px 10px 10px 0px;
	margin-left:0px;
	overflow:hidden;
	margin-bottom:10px;
}

.leftcon table tr td img {
	margin-left:0px;
}

.leftcon a,
.conleft a, 
.changeview a,
.email-product-link {
	margin: 10px 0px 0 0;
	color:#C60F09;
	text-decoration:underline;
}
.leftcon a:hover{
	text-decoration:underline;
    opacity: 0.8;
}

.login-wrap a {
    margin: 0;
}

.cramtail ul {
	margin-bottom:0px;
}
.cramtail{
	font-size:13px;
	margin: 0;
    padding:0;
	line-height:20px;
	font-weight:bold;
	color:#828282;
	overflow:hidden;
}

.cramtail a{
	margin: 10px 0px 0 0;
	color:#C60F09;
	text-decoration:underline;
}


.cramtail strong{
	color:#000000;
	font-size:12px;
	float:left;
	
}

.cramtailPathSeparator
{
	/*color: #2D2D2D;*/
}

#mainright2outer
{
	width:180px;
	float:right;
	padding-top: 5px;
}

#mainright2{
	width:180px;
	background:#F4EFDE;
}

#mainright2 table,#mainright2 td{
	border:1px solid #bcd5e9;
	text-align:left;
	margin:3px 0;
}
#mainright2 td{
	padding:2px 3px;
}

#mainright2 .submit2{
	width:67px;
	padding-left:5px;
	background:url(../images/website/submit2.gif) no-repeat;
	margin:10px 0 0 0px; 
	border:0;
	height:23px;
	line-height:23px;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
}
* html #mainright2 .submit2{
	margin:10px 0 0px -8px;
}
*+ html #mainright2 .submit2{
	margin:10px 0 0 -8px;
}

/*#footer{
	padding: 100px 0 10px 0px;
	font-size:11px;
}
#footer img{
	width:141px;
	float:right;
}

#footer p{
	padding-top:15px;
	width:685px;	
	font-size:11px;
	display:block;
	float:left;
	padding-left:0px;
	color:#000000;
}*/


.updateProgress
{
    padding:11px;
    text-align:center;
    border-width:1px; 
    border-style:solid; 
    background-color:#CCCCCC; 
    position:absolute; 
    width:130px; 
    height:50px;    
}
.updateProgressMessage
{
    margin:3px; 
    font-family:Trebuchet MS; 
    font-size:small; 
    vertical-align: middle;
}
/*End Template.master*/



/*Begin Header.ascx, Header.ascx.cs*/
#mainmenu a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #C60F09;
	text-decoration: underline;
	display:inline;
}
#topmenu {
	float: left;
	width:100%;
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #A69762;
}
#mainmenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	float: left;
	display:inline;
}

#login{
	float: right;
	text-align:right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	display:inline;
	color:#666;
}

#login a{
	text-align:right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #C60F09;
	text-decoration: underline;
}


#logos {
	width:100%;
	vertical-align: bottom;
}

#websitelogo {
	float: left;
	margin-top: 3px;
}

#divphone 
{
	float: left;
	vertical-align: bottom;
	font-family: Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #C60F09;
	padding-left: 10px;
	margin-top: 16px;
}

#divcompanylogo
{
	float: right;
}

#divcompanylogo span
{
	position: relative;
    bottom: -20px;
}

#sidelogo {
	float: right;
	text-align:right;	
}

#menu{
	float: left;
	width:100%;
	margin-bottom: 15px;
}
/*End Header.ascx, Header.ascx.cs*/


/*Begin Right.ascx, Right.ascx.cs*/
.topsearch{
	text-align: center;
	padding: 5px 0px 0px 0px;
}
/**+ html .topsearch{
	margin:10px 0 10px 10px;
}*/

.topsearch h4{
	color:#3d3d3d;
	font-size:11px;
	margin: 6px 0 7px 0px;
}


.topsearch a{
	width:35px;
	display:block;
	text-decoration: underline;
	margin-top: 9px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}


.topsearch img
{
    padding: 2px 0 0 0;
}

.divmainright2
{
	text-align: center;
	margin: 5px 0 5px 0;
}

.productnav{
	text-align: left;
	padding: 10px 0 10px 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 5px;
}
.productnav h4{
	/*background:url(../images/website/bulletsearch.gif) no-repeat 2px 5px;*/
	color:#000000;
	font-size:13px;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
}

.productnav a
{
	color:#C60F09;
	text-decoration:underline;
}

.productnav a:hover
{
	text-decoration: underline;
}

.productnav ul li
{
	padding: 0px 0px 3px 10px;
    font-weight: bold;    
}

.productnav ul li a
{
	color: #000000;
}

.caselink {
    padding: 5px 0 0 20px;
}

.caselink a{
	color: #C60F09;
    font-weight: bold;
    font-size: 20px;
    text-decoration: underline
}

.smallComment
{
	font-weight: normal;
	font-size: 10px;
	margin-left: 10px;
}

.Commercial
{
	color:#C60F09;
	font-size:13px;
	text-align: center;
	text-decoration:none;
	padding-bottom: 2px;
}

.MinimumOrder {
    color: #C60F09;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.MinimumOrderSurcharge {
    color: #000000;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    padding: 0 5px 0 5px;
}

.divmainrightpp {
    text-align: center;
	margin: 5px 0 0 0;
    padding-bottom: 20px
}
/*End Right.ascx, Right.ascx.cs*/


/*Begin Search.ascx*/
.btnsearch {
    width: 60px;
    margin-left: auto;
    margin-right: auto;
}
/*End Search.ascx*/


/*Begin Footer.ascx*/
.fieldsetLinks
{
    border: 1px solid #C60F09;
    display: inline;
    padding-bottom: 0px;
    margin: 15px 0 5px 0;
    width:950px;
}

.fieldsetLinksLegend
{
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
    color: #C60F09;
}

.linksborderleft
{
	/*border-left:solid 1px #F7A785;*/
	font-size: 13px;
	margin: 0 10px 0 10px;
	padding: 0;
	width: 180px;
	height: 70px;
	float: left;
	text-align: center;
}

.linksborder
{
	/*border-left:solid 1px #F7A785;*/
	font-size: 13px;
	margin: 0 10px 0 10px;
	padding: 0;
	width: 160px;
	height: 70px;
	float: left;
	text-align: center;
}


.headerlinks
{
	text-align:center;
	font-weight: bold;
	color: #C60F09; 
	text-decoration: underline;
	
}

.contentlinks
{
	margin: 3px 2px 2px 2px;	
}

.footerarea
{
	width:950px;
	padding: 0;
	margin: 0;
	overflow:hidden;
}

.footercolumn1
{
    float:left;
    margin: 0;
    width: 380px;
}

.footercolumn2
{	
	float: left;
	margin: 0 0px 5px 10px;
}

.footercolumn3
{	
	float: right;
	margin: 5px 0 0 0;
}
/*End Footer.ascx*/


/*Begin Left Panel*/
/*Used on DefaultSWI.ascx, DefaultSTA.ascx, DefaultPOH.ascx, DefaultLOC.ascx, DefaultLAE.ascx, DefaultIVE.ascx, DefaultDOR.ascx, DefaultDAC.ascx, DefaultABH.ascx, CompanySTA.ascx, CompanyLOC.ascx, CompanyDOR.ascx*/
/*SavedOrders.aspx, ReviewPayPal.aspx, Policies.aspx, PendingQuoteList.aspx, PendingQuote.aspx, OrderSummaryWOShip.aspx, OrderSummary.aspx, OrderHistory.aspx, OrderDetail.aspx, Group.aspx, FinishChart.aspx, Contact.aspx, Account.aspx*/
/*#mainleft{
	width:760px;
	float:left;
	background:#FFFFFF;
	font-size:13px;
	margin-left:0px;
	padding-left:0px;
	overflow:hidden;
	display:inline;
	margin-bottom:-2px;
}
*+ html #mainleft {
	margin-bottom:2px;
}*/
.wel{
	margin:17px 0 -25px 0px;
}
/*#mainleft p{
	padding-top:5px;
	padding-bottom:5px;
	width:750px;
	font-size:13px;
	line-height: 19px;
	color:#000;
	text-align:justify;
}

#mainleft #defaulttop 
{
    text-align: center;
}

#mainleft #defaulttop h1 {
	font-size: 22px;
	font-weight: bold;
	color:#C60F09;
	padding: 0px;
	margin: 0px 0 0px 0px;
	text-transform: uppercase;
}

#mainleft #defaulttop p
{
	padding-top:5px;
	padding-bottom:5px;
    padding-left: 20px;
	width:700px;
	font-size:13px;
	line-height: 19px;
	color:#000;
	text-align: center;
}

#mainleft .navlink{
	padding: 0px 40px 0 0px;
	float: right;
	font-weight: bold;
}*/


/*#mainleft .account{
	padding:44px 0 0 79px;
	color:#000000;
}*/
/*End Left Panel*/


/*Begin DefaultPOH.ascx*/
.clickcase {
	color:#A50D0D;
	font-size:16px;
	font-weight:bold;
	text-align: center;
	font-family: "Trebuchet MS";	
}

.spacer
{
    height: 20px;
}
/*End DefaultPOH.ascx*/

 /*Begin DefaultFooterPOH.ascx, LinkGroups.ascx*/
.footertxt
{
	background:#FFFFFF;
	padding: 5px;
    font-size: 13px
}
 /*End DefaultFooterPOH.ascx, LinkGroups.ascx*/

/*Begin Account.aspx*/
.leftbox{
	width:auto;
	padding-top:59px;
	border-top:1px dashed #E5E5E5;
}



.leftbox{
	margin-top:30px;	
	border-top:1px dashed #E5E5E5;
	padding:33px 10px 30px 10px;
	border-bottom:1px dashed #E5E5E5;
	margin-bottom:133px;
	overflow:hidden;
}

.leftbox span{
	padding:5px 0 5px 15px;
	color:#FFFFFF;
	background-color: #C60F09;
	display:block;
	font-weight:bold;
}
.leftbox b{
	padding:5px 0 5px 15px;
	display:block;
	color:#FFFFFF;
}

.leftbox dl{
	padding:0;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
}

.leftbox li a,.leftbox dl dd a{
	text-decoration:underline;
	color:#C60F09;
}
#mainleft .leftbox li a:hover,#mainleft .leftbox dl dd a:hover{
	text-decoration:underline;
	color:#C60F09;
}

.lftlist{
	padding:15px 0 20px 10px;
	background:#F0F0F0;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

.lftlist li{
	padding-left:57px;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	background:url(../images/POHwebsite/bullet2.png) no-repeat 10px;
	margin-bottom:15px;
	height:18px;
}

.lftlist .lftli{
	margin-bottom:0;
}

.lftlist2{
	padding:0px 0 0 10px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background:#F0F0F0 ;
	padding-top:0px;
}
.lftlist2 a{
	padding-left:5px;
}
.lftlist2 b{
	background-color: #C60F09;
}
.lftlist2 dd{
	padding: 10px 0 0 57px;
	font-weight:bold;
	background:url(../images/POHwebsite/bullet2.png) no-repeat 15px 15px;
}

/*End Account.aspx*/


/*Begin Customerlogin.aspx, SubmitCard.aspx*/
.formarea{
	/*border-top:1px dashed #e5e5e5;	
	border-bottom:1px dashed #e5e5e5;*/
	padding: 10px 10px 0 0;
	background:#fff;
	font-size:13px;
	color:#666;
	margin: 0 0 0 0;
}

.formarea dt{
	font-size:17px;
	color:#666;
	font-weight:bold;
	margin-bottom:10px;
}
.formarea  dd{
	width:600px;
	display:block;
	overflow:hidden;
	margin-bottom:0;
}

.formarea label{
	width:172px;
	float:left;
}

.formarea input[type='text'],.formarea select,.formarea .alttxt, .formarea .altsel{
	width:214px;	
	height:19px;
	border:1px solid #e5e5e5;
	padding:1px 0 0 1px;
	font-family:Arial;	
}
.formarea input[type='checkbox'],input.checkbox
{
	width: 15px;
	height:15px;
	background: #ffffff;
	border: 0px;
	padding: 0px;
	margin:0px;
}
.formarea .alttxt{
	width:60px;
	margin-left:5px;
}
.formarea .altsel{
	width:80px;
	height:22px;
	margin-right:5px;
}
.formarea select{
	width:217px;
	height:22px;
}

.formarea .alignright
{
	margin: 20px 0 0 417px;
}

.formarea .alignrightaccount
{
	margin: 20px 0 0 330px;
}

.formarea .btnpayment
{
	margin: 20px 0 0 269px;
	width: 120px;
}

.formarea .formtitle{
	margin-top:30px;
}

.formarea .buttonoverride{
	width:120px;
	margin: 0 5px;
    float: right;
}

.cvv{
	cursor:pointer;
	text-decoration: underline;
	color:#C60F09;
}
/*End Customerlogin.aspx, SubmitCard.aspx*/


/*Begin CombDetail.aspx, CombNav.aspx, ProductDetails.aspx, items.aspx, items.aspx.cs, pkgdetails.aspx, PkgNav.aspx*/
.formarea2{
	padding: 10px 0px 0px 0;
	font-size:13px;
	color:#666;
}
.optionarea .formarea2 {
	padding:0 !important;
    width: auto;
}

.formarea2 table {
	margin-bottom:5px;
}

.conarea .conright .items-select-lists .items-product-list .fieldsetBox .dxeListBox.link_select_list {
    width: calc(100% - 2px);
    width: -webkit-fill-available;
}

.formarea2 dt{
	font-size:17px;
	color:#000000;
	font-weight:bold;
	margin-bottom:10px;
}

.formarea2  dd{
	width:600px;
	display:block;
	overflow:hidden;
	margin-bottom:5px;
}
.conarea{
    background:url(../images/website/border.gif) repeat-y 212px 0;
    position: relative;
    min-height: 250px;
}
.conarea a:link {
  text-decoration: underline;    
}
.conleft{
	float:left;
	width:200px;
	padding-top:2px;
    /*position: absolute;
    height: 100%;*/
}
    .conleft .product_info {
        border: none;
        bottom: 0;
        margin: 0 0 0 20px;
        padding: 0;
        /*position: absolute;*/
        width: auto;
    }
    .conleft .prodimagenote {
        color: #666;
    }

.conleft img{
	display:block;
	margin-bottom:0px;
	text-align:center;
    margin: 0 auto;
}

.combnav-form .conleft {
    margin-top: 3em;
}

.conright{
	float:right;
	width:743px;
}
.conright ul li {
	margin-left:0px !important;
}

.itemlist-wrapper .conarea .conright {
    width: calc(100% - 200px - 3em);
    float: left;
    margin-left: 3em;
}

.grdProdList.link_select_list .dxeListBoxItemRow:hover {
    background-color: #cfcfcf;
}

.conarea.itemwrap.combnav-itemwrap.combfilter-itemwrap .conright {
    width: 850px;
}


/*Begin tabs*/
.tabSelMid
{
	white-space: nowrap; 
	background-image:url(../images/POHWebsite/SelectedCenter.gif);
}


.tabSelMid span
{
    color: #ffffff;
}

.tabBodyBorder
{
    padding: 0px !important;
    border: solid 1px #C60F09 !important;   
}
.conarea .notabs-border .grid-product-list-wrap .datatable {
    border-color: #C60F09;
}


/*From https://demos.devexpress.com/ASPxNavigationAndLayoutDemos/TabControl/Templates.aspx */
.pcTemplates .dxtc-leftIndent,
.pcTemplates .dxtc-tab,
.pcTemplates .dxtc-activeTab,
.pcTemplates .dxtc-rightIndent
{
    border-width: 0px!important;
    background-color: white!important;
}
.pcTemplates .dxtc-leftIndent,
.pcTemplates .dxtc-tab,
.pcTemplates .dxtc-rightIndent
{
    border-bottom-width: 0px!important;
}

.pcTemplates .dxtc-tab,
.pcTemplates .dxtc-activeTab
{
    height: 31px;
}
/*End tabs*/


/*section above tabs*/
.contop{
	display:block;
	text-align:right;
	overflow:hidden;
	margin-bottom:5px;	
	color:#000000;
}
.contop strong{
	display:block;
	float:left;
	margin-top:10px;
}
.spanfinishchart a{
	display:block;
	float:right;
	color:#000000;
	font-weight:bold;
	font-size:15px;
	margin: 10px 5px 0 10px;
}
/*end section above tabs*/

.quote, .quote a
{
	text-align:left;
    font-weight: bold;
}

.ypleft.quote.mainbody-fix-width * {
    box-sizing: content-box;
}

/*.prodimagenote
{
    font-style: italic;
    font-size: 11px;
}*/


.quotearea
{
	width:480px;
	float: right;	
}

.prodCatDescHeader
{
	font-weight:bold; 
	font-size:16px;
	color:#C60F09;
}

.prodCatDescArea
{
	background-color: #F0F0F0;
	padding: 5px;	
	margin-top: 20px;
}


.divaddtocartmain{
	width: 500px;
    float: left;
    margin-bottom: 7px;
}

.divaddtocart1
{
	float: left;
    padding: 3px 10px 3px 0;
}

.divaddtocart2
{
	float: left;
}

.optionarea
{
	background:#f5f5f5;
	padding: 5px;
	float:right;
    width: 870px;
}

.optionheader
{
	font-weight:bold; 
	font-size:16px;
	color:#C60F09;
}

.optionnote
{
    font-weight: bold;
    color: Red;
    margin-top: 5px;
}


.optionwhitearea
{
	padding: 5px;
}

.changeviewtxt
{
    font-style:italic;
	padding: 0 0 10px 2px;
}

.changeview
{
	font-weight:bold;
	cursor:pointer;
	padding: 0 0 10px 2px;
}
/*End CombDetail.aspx, CombNav.aspx, ProductDetails.aspx, items.aspx, items.aspx.cs, pkgdetails.aspx, PkgNav.aspx*/



/*Begin ProductDetails.aspx*/
.conareaproduct{
	width:710px;
	overflow:hidden;
	background:url(../images/website/border.gif) repeat-y 220px 0;
}
.conrightproduct{
	float:right;
	width:480px;
}

.formareaproduct{
	width:710px;
	/*border-top:1px dashed #e5e5e5;	
	border-bottom:1px dashed #e5e5e5;*/
	padding: 2px 0px 0px 0px;
	background:#fff;
	font-size:13px;
	color:#000000;
	margin-top:5px;
	overflow:hidden;
}

.formareaproduct a{
	margin:10px 7px 0 0;
	color:#C60F09;
	text-decoration:underline;
}

.formareaproduct a:hover{
	text-decoration:underline;
}
/*End ProductDetails.aspx*/


/*Begin SearchResults.aspx*/
.formarea3{
	width:710px;
	/*border-top:1px dashed #e5e5e5;	
	border-bottom:1px dashed #e5e5e5;*/
	padding:13px 10px 9px 10px;
	background:#fff;
	font-size:13px;
	color:#000000;
	margin-bottom:10px;
}
.formarea3 dt{
	font-size:17px;
	color:#000000;
	font-weight:bold;
	margin-bottom:10px;
}
.formarea3  dd{
	width:600px;
	display:block;
	overflow:hidden;
	margin-bottom:5px;
}

.conarea2{
	width:960px;
	overflow:hidden;
}
.conleft12{
	float:left;
	/*width:218px;*/
	
}
.conleft12 a{
	color:#000000;
	text-decoration:underline;
}
.conleft12 img{
	display:block;
	margin-left:12px;
}

.conright2{
	width:960px;
}

.conright2 ul{
	margin:25px 0 25px 20px;
	width:100%;
}
* html .conright2 ul{
	margin:25px 20px 25px 0px;
}

.conright2 ul li a.prodresult {
	margin: 10px 3px 0 0;
	color:#C60F09;
    text-decoration:none;
}

.conright2 ul li a{
	margin: 10px 3px 0 0;
	color:#C60F09;
	text-decoration:underline;
}

.conright2 ul li a:hover{
	text-decoration:underline;
}

.conright2 ul li img{
	margin:13px 7px 0 0;
}

.search-results .search-result-url {
    line-height: 1;
}

.search-results .search-result-url a{
    margin: 0 3px 0 0;
}

.altleftcon{
	padding-top:0;
}

#lnksearchdesc a
{
    text-decoration: none;	
    color: #000000;
}

#lnksearchdesc a:hover
{
    text-decoration: underline;
}

.highlight
{
	/*COLOR: #000000;*/ 
	/*BACKGROUND-COLOR: #ffff66;*/
    font-weight: 900;
    text-decoration: inherit;
}

/*End SearchResults.aspx*/



/*Begin CustomerLogin.aspx*/
.formhold .chkbox{
	padding:0;
	width:14px;	height:14px;
	float:left;
	margin:2px 3px 0 78px;
}

.formhold label{
	width:77px;
}

.formhold dd{
	width:390px;
}

.leftform{
	width:354px;
	float:left;
}

.leftform .lftspace{
	margin: 0 0 20px 100px;
}

.rightform{
	float:right;
	width:320px;	
}

.newcusthead{
    font-weight: bold;
	font-size:17px;
	margin-bottom:20px;
}

.newuserspace
{
	margin :0 0 20px 0;
}

.rightform .rtspace
{
	margin: 0 0 0 155px;
}
/*End CustomerLogin.aspx*/


/*Begin AccountDetails.ascx*/
.validateerror
{
    font-weight: bold;
    color:#D40001;
    padding-bottom: 10px;
}


input.chkbox1{	
	margin:0 5px 20px 172px;
}

#poptop{
	width:188px;
	background: url(../images/POHwebsite/top.GIF) no-repeat left top;
	padding-top:15px;
	margin:auto;
}
.popbottom{
	width:188px;
	background:url(../images/POHwebsite/bottom.GIF) no-repeat left bottom;
	padding-bottom:45px;
}
.popbg{
	background:url(../images/POHwebsite/popbg.GIF) repeat-y;
	padding:10px 10px;
	text-align:center;
}
.popbg img{
	clear:both;
	margin:10px 0;
}
/*End AccountDetails.ascx*/




/*Begin Cart.aspx*/
.leftbox2 table{
	font-size:11px;
	background:#F0F0F0;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;	
	border-left:1px solid #ccc;	
	clear:both;
}

/*.number{
	width:50px;
	display:block;
	float:left;
}*/
.leftbox2 table td{
	font-size:11px;
	border-left:2px solid #fff;
	border-top:2px solid #fff;
	padding: 0 10px 0 10px;	
}

.leftbox2 table tr{
	height:49px;
}
.leftbox2 table input{
	width:58px;
	text-align:center;
}
.leftbox2 table .delbtn{
	color:#C60F09;
	text-decoration:underline;
	font-size: 13px;
}

.leftbox2 h3{
	color:#000000;
	padding: 13px 50px 0 370px;
	float: right;
	font-size:13px;
}

.cartmsg{
	color:#FF6666;
	padding:10px 0 20px 0;
    font-weight: bold;
}
.cartlinkhome{
	padding: 200px 0 0 0;
	color:#FF0000;
}

.leftbox2 strong{
	color:#FFFFFF;
	background-color:#C60F09;
}
.leftbox2{
	width:960px;
	/*background: url(../images/POHwebsite/lefttop.jpg) no-repeat 0px 25px;*/
	overflow:hidden;
	padding: 33px 10px 30px 0px;
}
.leftbox4{
	width:960px;
	/*border-top:1px dashed #E5E5E5;*/
	padding: 0px 0px 10px 0px;
	/*border-bottom:1px dashed #E5E5E5;*/
	overflow:hidden;
	background:#fff;
}
.first{
	width:130px;
	display:block;
	float:left;
	padding-left:10px;
	color:#FFFFFF;
/*	padding-bottom:8px;*/
}
.second{
	width:350px;
	color:#FFFFFF;
	display:block;
	float:left;
	padding:5px 15px 5px 330px;
}
.third{
	width:80px;
	display:block;
	float:left;
	color:#FFFFFF;
	padding:5px 15px 5px 0;
}

.fourth{
	width:80px;
	display:block;
	float:left;
	color:#FFFFFF;
	padding:5px 15px 5px 0;
}

.five{
	width:70px;
	display:block;
	float:left;
	color:#FFFFFF;
	padding:5px 5px 5px 0;
}

.closepopup
{
	width:60px;
	margin: 20px auto 0;
}

.cartpopup
{
	position:absolute; 
	background-color: #F0F0F0; 
	border: 1px solid #C60F09;
	padding:5px;
}

.carttxtLink
{
	float:right;
	font-weight:bold;	
	color:#C60F09;	
	cursor:pointer;
	text-decoration:underline;
    text-transform:uppercase;
}

.popdivBelowMin
{
	width:380px;
	background-color:#F4EFDE;
	border: 1px solid #C60F09;
	padding:5px;
	position:absolute;
	left:320px;
}

.border
{
    border: 1px solid #000;
}

.col1
{
	width: 200px;
	float: left;	
	text-align: right;
}

.col2
{
	width: 50px;
	float: right;	
	text-align: right;
}

.divcartheader
{
	width: 710px;	
}

.divcartheaderleft
{
	font-size:15px;
	font-weight: bold;
	width: 550px;
	float: left;
	vertical-align: top;
}

.divcartheaderright
{
	width: 150px;
	float: right;
	vertical-align: top;
}

.divcartlink{
	float:right;
	font-weight: bold;
}

.divcartheadernote
{
	padding-top: 2px;
	float: right;
	font-weight: bold;
	font-size: 11px;
}


.divcartfooter
{
	width: 960px;	
	min-height:30px;
}

.divcartfooterleft
{
	padding-top: 10px;
	padding-bottom: 10px;
	width: 650px;
	float: left;
	font-weight: bold;
	font-size: 11px;
    line-height: 16px;
}

.divcombitems {
	padding-left: 30px;
}


.cartgrid td {
    vertical-align: top;
}

.cartcombqty {
    margin-right: 0.5em;
}
/*End Cart.aspx*/


/*Begin Cart.aspx, Checkout.aspx*/

.popup
{
	width:100%;
	margin: 5px 0 0 0;
    min-width: 285px;
}
/*End Cart.aspx, Checkout.aspx*/


/*Begin OrderSummary.aspx*/
.orderSummarybtns
{
	width:960px;
	margin: 25px 0 0 0;
}

.orderSummarybtnsLeft 
{
	float: right;
	margin: 0 10px 0 10px;
}

.orderSummarybtnsRight 
{
	float: right;
}

.price{
	padding-top:5px;
}
/*End OrderSummary.aspx*/



/*Begin OrderDetail.aspx, OrderHistory.aspx, OrderSummary.aspx, OrderSummaryWOShip.aspx, PendingQuote.aspx, PendingQuotesList.aspx, ReviewPayPal.aspx, SavedOrders.aspx*/
.ordersummaryhead{
	width:460px;
	color:#FFFFFF;
	float:left;
    padding:8px 6px 8px 5px;
	background-color:#C60F09;
}

.leftbox3{
	width:940px;
	/*background:#fff url(../images/POHwebsite/lefttop.jpg) no-repeat 10px 25px;*/
	margin-top:30px;	
	border-top:1px dashed #E5E5E5;
	padding:20px 10px 30px 10px;
	border-bottom:1px dashed #E5E5E5;
	margin-bottom:133px;
	overflow:hidden;
}

.leftbox3 .bttnpos{
	margin: 20px 0 0 668px;
}

.leftbox3 .rbttnpos{
	margin: 20px 0 0 540px;
}
.leftbox3 h3{
	font-size:13px;
	color:#000000;
	margin-top:20px;
	clear:both;
	margin-bottom:7px;
}
.leftbox3 .colorrow{
	width:708px;
	height:22px;
	margin-top:10px;
	background:#F0F0F0;
	border-bottom:1px solid #fff;
}
.leftbox3 textarea{
	width:679px;
	border:1px solid #ccc;
	height:200px;
	font-size:12px;
	line-height:19px;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px 1px 1px 3px;
	background:#F6FBFF;
	color:#5B5B5B;
}
.leftbox3 tr{
	height:18px;
}

.lefttable tr th{
	padding-left:10px;
	color:#000;
	width:198px;
	text-align:left;
}
#mainleft.order-summary h2.page-title, #mainleft.order-detail-wrap h2.page-title {
    color: #C60F09;
}
#mainleft.pending-quote-wrap .note {
        color: #C60F09;
}
.lefttable tr{
	height:17px;
}
/*table td{
	color:#5B5B5B;
}*/
.lefttable th{
	padding-bottom:6px;
	vertical-align:text-top;
	padding-top:4px;
}
.lefttable{
	margin-top:0px;
	clear:both;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	width:100%;
}
.lefttable select{
	width:147px;
}

.lefttable tr td{
	padding-left:10px;
	color:#5B5B5B;
}

.lefttable tr td{
	padding-left:10px;
	color:#5B5B5B;
}

.ordertable{
	width:960px;
	padding:0px 0 8px 0;
	color:#FFFFFF;
	text-align:left;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
/*	background:url(../images/POHwebsite/lefttop.jpg) no-repeat center 0px;*/
	background-color:#C60F09;
}
.ordertable td{
	color:#666;
	font-size:12px;
	color:#5B5B5B;
	text-align:left;
	padding:3px;
    vertical-align: top;
}
.ordertable tr th{
	width:90px;
	text-align:left;
	height:10px;
	vertical-align:top;
	padding:8px 5px;
}

.bottomul{
	float:right;
	margin-top:15px;
	padding-right:20px;
	color:#5B5B5B;
}
.bottomul strong{
	color:#666;
}
.bottomul label{
	width:300px;
	display:block;
	text-align:right;
	margin-right:20px;
	float:left;
    margin-bottom: 0;
}

.bottomul b{
	color:#666;
}

.lefttable2{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	clear:both;
}

.lefttable2 .orderlisthead {
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 20px;
}

.lefttable2 tr td{
	padding-left:10px;
    height: 25px;
}

.lefttable2 a
{	
	text-decoration:underline;
	color:#C60F09;
}

.ordertableTop{
	margin-top:0px;
	clear:both;
}

.ordertableTop tr{
	height:17px;
}

.ordertableTop tr td{
	padding-left:10px;
	color:#5B5B5B;
}

.borderpart{
	border-left:2px solid #fff;
}

.divordersummaryfooter
{
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	font-weight: bold;
	font-size: 11px;
}

.OrderHead{
	padding:6px 10px 6px 10px;
	width:220px;
	color:#FFFFFF;
	display:block;
	float:left;
	background-color:#C60F09;
}

.divchangeorderview{
	float:left;
	font-weight: bold;
}

.divnoorders{    
	width:710px;
	margin-top:50px;	
    text-align: center;
    font-weight: bold
}
/*End OrderDetail.aspx, OrderHistory.aspx, OrderSummary.aspx, OrderSummaryWOShip.aspx, PendingQuote.aspx, PendingQuotesList.aspx, ReviewPayPal.aspx, SavedOrders.aspx*/


/*.colorrow2{
	margin-bottom:30px;
}*/

/*Begin QuoteRequest.aspx, OrderDetail.aspx*/
.ordertable2{
	width:100%;
	text-align:left;
    table-layout: fixed;
}

.ordertable2 td{
	color:#000000;
	font-size:13px;
	color:#5B5B5B;
	text-align:left;
	padding-left:5px;
}

.ordertable2 td input {
    width: 100%;
}

.ordertable2 tr th{
	text-align:left;
	height:10px;
	vertical-align:top;
    font-weight: normal;
}
.ordertable2 .payment{
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	padding:10px 0 20px 10px;
	border:none;
	background-color:#C60F09;
}
.ordertable2 .payment2{
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	padding:8px 0 20px 10px;
	border:none;
}
/*End QuoteRequest.aspx, OrderDetail.aspx*/


/*Begin OrderDetail.aspx, PendingQuote.aspx*/
.top{
	width:330px;
	display:block;
	padding-left:10px;
}
/*End OrderDetail.aspx, PendingQuote.aspx*/


/*Begin OrderDetail.aspx*/
.next2{
	height:20px;
	font-size:12px;
	width: auto;
	color:#fff;
/*	background:url(../images/POHwebsite/bottombg.gif) repeat-x center #d3bca1;*/
	background-color:#C60F09;
	display:block;
	padding: 2px 5px;
	margin:10px 2px;
	cursor:pointer;
	border:1px outset #AB7E4A;
	box-shadow:2px 2px 5px #333;
	font-weight: bold;
}
.next2:hover
{
	background-color:#C60F09;
}
/*End OrderDetail.aspx*/

/*.btmtable tr{
	text-align:left;
}*/

/*For Printing Orders*/
/*Begin OrderDetail.aspx, print.js, PendingQuote.aspx*/
.itemtable{
	width:940px;
	color:#FFFFFF;
	text-align:left;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	/*background:#F0F0F0 url(../images/POHwebsite/lefttop.jpg) no-repeat 0 0px;*/
}

.itemtable td{
	color:#000000;
	font-size:12px;
	color:#5B5B5B;
	border-right:2px solid #FFFFFF;
	text-align:left;
	padding: 5px 20px 5px 10px;	
    vertical-align: top
}
.itemtable tr th{
	width:460px;
	text-align:left;
	vertical-align:top;
	padding-top:10px;
	background-color:#C60F09;
}
.itemtable tr{
	height:30px;
}

.leftbox13{
	width:710px;
	background:#fff url(../images/website/toptable.gif) no-repeat 10px 55px;
	margin-top:30px;	
	border-top:1px dashed #E5E5E5;
	padding:0px 10px 30px 10px;
	border-bottom:1px dashed #E5E5E5;
	margin-bottom:20px;
	overflow:hidden;
}
.leftbox13 h3{
	font-size:13px;
	color:#000000;
	margin-top:20px;
	clear:both;
	margin-bottom:7px;
}
.leftbox13 .colorrow{
	width:708px;
	height:22px;
	margin-top:10px;
	background:#F0F0F0;
	border-bottom:1px solid #fff;
}
.leftbox13 textarea{
	width:679px;
	border:1px solid #ccc;
	height:200px;
	font-size:12px;
	line-height:19px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 0 0px 20px;
	background:#F6FBFF;
	color:#5B5B5B;
}
.leftbox13 tr{
	height:18px;
}
.leftbox13 h6{
	padding:20px 0 13px 0;
	font-size:15px;
}
.print{
	width:76px;
	border:none;
	height:22px;
	clear:both;
	display:block;
	font-size:13px;
	font-weight:bold;
	margin:15px 8px 35px 0;
	background:url(../images/website/next.gif) no-repeat;
	cursor:pointer;
}
/*End OrderDetail.aspx, print.js, PendingQuote.aspx*/

/*Begin Cat.aspx*/
.catfooter {
	width:960px;
    padding:10px;;
	overflow:hidden;
	text-align:left;
	display:block;
}
.catfooter a {
	text-decoration:underline;
	color:#C60F09;
}
.catfooter a:hover {
	text-decoration:none;
}
.catdesc /*In database cat lgdesc*/
{
    margin-top: 5px;
}

.followimage {
    width:765px;
    padding-top: 20px;
    overflow:hidden;
}
/*End Cat.aspx*/


/*Begin CategoryList.ascx, GroupList.ascx*/
/*1) Default home page or when showing category list next to picture */
.box{
	width:360px;
	margin-top:10px;
	overflow:hidden;
	display:block;
	float:left;
	background:#FFFFFF;
	margin-left: 0px;
	padding-left: 0px;
}

.box h2{
	color: #C60F09;
	padding-top:5px;
	display:block;
	padding-left:0px;
	padding-right:0px;
	padding-bottom: 5px;
	font-size:13px;	
	text-transform: capitalize;
	text-decoration: none;
}

.box img{
	margin: 5px 0px 5px 0px;
	float: left;
}

.box span
{
	padding-bottom: 3px;	
}



.box .linkSubcat
{
    text-decoration: none;
    color: #000000;  
}

.box2{
	margin-left:10px;
}

.leftcatimg
{
	border: 1px solid #e5e5e5;
	float: left;
	margin: 5px 0px 5px 10px;	
}

.midcatimg
{
    float:left;
    padding: 5px;
    height:120px;
}

.rightcatimg
{
	float: left;
	margin: 0px 0px 5px 10px;
	vertical-align:top;
	width: 228px;
}

.rightcatimg ul li {
    padding: 0 0 1px 0;
}
/*End Default home page or when showing category list next to picture */



/*2) Begin category or comb page with link/linkdesc under image*/
.catheader {	
	width:960px;
	vertical-align: bottom;
	padding: 5px 0 0 0px;
	overflow: hidden;
	float: left;
}

.catheader h2 {
	font-size:18px;
	color:#666;
	font-weight: normal;
	text-align: left;
	padding-bottom: 3px;
	border-bottom:  1px solid #e5e5e5;
    margin-right: 5px;
	margin-bottom: 5px;
}

.boxcategory{
	width:150px;
    margin: 10px 15px 15px 15px;
	display:block;
    float: left;
	background:#FFFFFF;
}

.boxcategory div 
{
    text-align: center;
}

.boxcategory img 
{
    padding-bottom: 10px;
}

.linkarrow
{
    font-weight: bold;
    background: url("../images/Website/more2.gif") no-repeat scroll left top transparent;
    padding: 0px 0px 5px 29px;
    text-decoration: underline;
}

.boxcategory2{
	margin-left: 5px;
    clear: both;
}

.boxcategorysmall {
    color: #EC5C0A;
    font-size: 11px;
}

.linkdesc {
    padding: 3px 0 0 0;
}


.cathrefs 
{
    float: right;
    padding: 10px 10px 0;
    margin-right: 40px;
}
.cathrefs .goto 
{
    color: #ef4c11;
    font-size: 1.2em;
    font-weight: bold;
}

.cathrefs a 
{
    padding-left: 5px;
    text-decoration: underline;
    color: #C60F09
}

/*End category or comb page with link/linkdesc under image*/



/*3) Begin case.aspx page with link/linkdesc under image*/
.caseheader
{	
	width:860px;
	vertical-align: bottom;
	padding: 20px 0 0 0px;
	overflow: hidden;
	float: left;
}

.caseheader h2
{
	font-size:16px;
	color: Black;
	font-weight: bold;
	text-align: left;
	padding-bottom: 3px;
	border-bottom:  2px solid #e5e5e5;
    margin-right: 5px;
}

.boxcase{
	width:200px;
    min-height: 130px;
    margin: 10px 15px 10px 15px;
	display:block;
    float: left;
	background:#FFFFFF;
}

.boxcase div 
{
    text-align: center;
}

.boxcase img 
{
    padding-bottom: 10px;
}

.boxcase2{
	margin-left: 5px;
}

/*End case.aspx page with link/linkdesc under image*/
/*End CategoryList.ascx, GroupList.ascx*/



/*Begin LinkGroup.ascx*/
.boxgroup{
	width:220px;
	margin-top:2px;
	overflow:hidden;
	display:block;
	float:left;
	margin-left: 0px;
	padding-left: 0px;	
}

.boxgroup2{
	margin-left:10px;
}

.brand-filter-wrapper .boxgroup.selected a {
    cursor: default;
    pointer-events: none;
}
/*End LinkGroup.ascx*/

/*Begin ItemList.ascx*/
.tabtable
{
    width: 533px; 

}

.tabBorderTop
{	
    background-color: #C60F09;
	width: 100%;
	height: 1px;
}

.datatable{
	padding-bottom:10px;
	max-width: 733px; 
    width: 100%;
    font-family:Arial, Verdana, "Trebuchet MS", Georgia, Lucida, Helvetica, Tahoma, sans-serif;
	font-size:13px;
	color:#666;
}
.datatable tr label {
	font-size:12px;
	display:block;
	line-height:22px;
	padding-left:2px;
	padding-right:0px;
	color:#666;
}

.datatable tr.colorcolblank.groupheader label {
    font-size:16px;
    padding: 15px 5px 3px;
    line-height: 15px;
}

.datatable tr.colorcolblank.groupheader:nth-of-type(2) label {
    padding-bottom: 10px;
}

.colorcolblank.radiolist .fieldsetLegend {
    line-height: 15px;
}

.datatable tr label.nonstock {
	font-size:12px;
	display:block;
	line-height:22px;
	padding-left:2px;
	padding-right:2px;
	color:#000000;
}

.datatable tr .rtcell
{
    padding-left: 5px;
    padding-right:5px;
}

.datatable tr .rtcellheader{
	padding-left:7px;
	padding-bottom:3px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right:20px;	
	font-size:12px;
	font-weight: bold;
	text-align: right;
}

.datatable .toprow lable{
	background:#C60F09;
}

.datatable a
{
	font-weight: bold;
	text-decoration:underline;
}

.datatable .header {
    color: #C60F09;
}

.datatable .colorcol1:hover, .datatable .colorcol2:hover {
    background: #BEBEBE none repeat scroll 0 0;
    color: #000;
    cursor: pointer;
    text-decoration: underline;
}
.colorcol1{
	background:#F0F0F0;
}

.colorcol2{
	background:#FFFFFF;
}

.colorcolselected /*highlight selected productid in yellow - NOT USED*/
{
    background: yellow;
}

.colorcolblank
{
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	background: #FFFFFF;
	vertical-align: bottom;
}
.colorcolblank .group_header {
    color: #C60F09;
}
.colorcolblank.radiolist {
    border-top: medium none;
}

.grid-product-list-wrap .colorcolblank {
    border-top: medium none;
    border-bottom: medium none;
}
.grid-product-list-wrap .colorcol1,
.grid-product-list-wrap .colorcol2 {
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
}

#ctl00_lmPlaceHolder_pnlNoTabs .grid-product-list-wrap .colorcol1,
#ctl00_lmPlaceHolder_pnlNoTabs .grid-product-list-wrap .colorcol2 {
    border: medium none;
}

.colorcolblank.groupheader {
    text-align: center;
    border-bottom: medium none;
}


.finishhead{
    /*width: 725px;*/
    background-color: #C60F09;
    color: #ffffff;
    padding: 0 5px 0 5px;
    font-size: 11px;
}

.finishheadcell
{
    padding: 5px 30px 5px 0px;
    vertical-align: top;
    width: 100%;
}

.finishheadtop
{
    text-align: center;
    vertical-align: top;
}

.finishheadbottom
{
    text-align: center;
    vertical-align: top;
}

.finishheadnote
{
    padding: 5px 0 5px 5px;
    font-size: 11px;
}
/*End ItemList.ascx*/



/*Begin List.aspx*/
.boxproduct{
	width:130px;
    margin: 10px 5px 15px 5px;
	display:block;
    float: left;
	background:#FFFFFF;
}

.boxproduct div 
{
    text-align: center;
}

.boxproduct img 
{
    padding-bottom: 5px;
}

.boxproduct2{
	margin-left: 10px;
    clear: both; 
}

.boxproductitalic {
    font-style: italic
}

.boxproductprice{
    color: #C60F09;
    font-style: italic;
    font-weight: bold
}

.prodheader
{	
	width:760px;
	vertical-align: bottom;
	padding: 20px 0 0 0px;
	overflow: hidden;
	float: left;
}

.prodheader h2
{
	font-size:18px;
	color: Black;
	font-weight: normal;
	text-align: left;
	padding-bottom: 3px;
	border-bottom:  1px solid #e5e5e5;
    margin-right: 5px;
}

.boxproductlink a
{
    color:#000000;
	text-decoration:none;
}

.boxproductlink a:hover
{
    color:#000000;
	text-decoration:underline;
}
/*End List.aspx*/


/*Begin CaseNav.aspx*/
.casearea{
	max-width:950px;
	overflow:hidden;
	/*background:url(../images/website/border.gif) repeat-y 212px 0;*/
}
.caseleft{
	float:left;
	width:220px;
	padding-top:10px;
}

.caseimagenote
{
    font-style: italic;
    font-size: 11px;
    width: 200px;
}


.caseleft img{
	display:block;
	margin-bottom:0px;
	text-align:center;
}

.casemiddle{
	float:left;
	width:570px;
}
.caseright {
  width: 160px; 
  float: right;
  /*position: fixed;
  left: 70%; 
  top: 185px; 
  z-index: 999;*/
}

.caseinstruc {
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    margin: 50px 10px 0 0;
}

.caseerror {
    font-weight: bold;
    font-size: 12px;
    font-style: italic;
    color: red;
}

.casedatatable{
	width: 533px; 
}
.casedatatable tr .caseGroupHead {
	font-size:16px;
    font-weight: bold;
	line-height:22px; 
    padding-left: 5px;
    padding-top: 10px; 
	color:#C60F09;
    background-color: #FFF;
}

.casedatatable tr .rtcell
{
    padding:5px 5px 5px 0;
    vertical-align: bottom;
    float: right;
    position: relative;
    /*bottom: 5px;*/
}

.casedatatable tr .headcell {
    padding-left: 5px;
    margin-top: 10px;
    font-weight: bold;
}

.casedatatable tr .detailcell {
    padding-left: 5px;
}

.casedatatable tr .single {
    padding: 10px 0 0 5px;
    font-size: 11px;
}

.casedatatable a
{
	color:#C60F09;
	text-decoration:underline;
}

.casenavbtn {
    padding: 10px 10px 0 0;
    float: right;
}



.casenav a
{
	color:#C60F09;
	text-decoration:underline;
    font-weight: bold
}

.casenav a:hover
{
	text-decoration: underline;
}
/*End CaseNav.aspx*/


/*Begin CasePriceList.ascx*/
.caseList
{
    margin: 5px 0 0 0;
}

.caseList td
{
	padding-right: 10px;
}

.caseList .brown {
    color: #C60F09;
}

.casetxtbox{
	width:80px;
	height:16px;
    color: grey;
    font-size: 11px;
    text-align: center
}
/*End CasePriceList.ascx*/




/*Begin APIError.aspx*/
.field{
	width:55px;
	height:16px;
}
/*End APIError.aspx*/



/*Begin Buttons*/
/*Begin Items.aspx, CombNav.aspx, PkgNav.aspx*/
.button{
	height:25px;
	width: auto;
	color:#fff;
	/*background:url(../images/POHwebsite/bottombg.gif) repeat-x top #d3bca1;*/
	background-color:#C60F09;
	display:block;
	padding: 2px 5px;
	cursor:pointer;
	border:1px outset #e1e1e1;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	box-shadow:2px 2px 5px #333;
	font-weight: bold;
}
.button:hover
{
		background-color:#C60F09;
	/*box-shadow:0px 0px 2px 1px rgb(79,147,255);*/
	/*background:url(../images/POHwebsite/bottombg2.gif) repeat-x top #d3bca1;*/
}
/*End Items.aspx, CombNav.aspx, PkgNav.aspx*/

/*Begin Checkout.aspx, CurrentCart.ascx, ProductDetails.ascx, Search.ascx, ShippingAddresses.aspx, ItemJScript.js*/
.smbutton{
	height:auto;
	font-size:12px;
	width: auto;
	color:#fff;
/*	background:url(../images/POHwebsite/bottombg.gif) repeat-x center #d3bca1;*/
	background-color:#C60F09;
	display:block;
	padding: 2px 5px;
	margin:0 2px;
	cursor:pointer;
	border:1px outset #AB7E4A;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	box-shadow:2px 2px 5px #333;
	font-weight: bold;
}
.smbutton:hover
{
	background-color:#C60F09;
	/*box-shadow:0px 0px 2px 1px rgb(79,147,255);*/
/*	background:url(../images/POHwebsite/bottombg2.gif) repeat-x center #d3bca1;*/
}
/*End Checkout.aspx, CurrentCart.ascx, ProductDetails.ascx, Search.ascx, ShippingAddresses.aspx, ItemJScript.js*/


/*Begin ShippingAddresses.aspx*/
.buttonedit{
	width: 60px;
	margin: 0px 5px 0 5px;
}
/*End ShippingAddresses.aspx*/

/*Begin Checkout.aspx, ShippingAddresses.aspx*/
.btnright
{
	float: right;	
}
/*End Checkout.aspx, ShippingAddresses.aspx*/
/*End Buttons*/


/*Begin ItemJScript.js*/
.lftbtnoptpopup
{
	float:left;
	width: 200px;
}

.rtbtnoptpopup
{
	float:right;
	margin-left: 10px;
	margin-top: -9px;
}

.txtLinkFunctionOver
{
	color: #C60F09;
	cursor:pointer;
	text-decoration:underline;
}

.formareapopup{
	max-width:500px;
	border-bottom:1px dashed #e5e5e5;
	padding: 10px 10px;
	background:#fff;
	font-size:13px;
	color:#000000;
}

.armpopup
{
	position:absolute;
	background-color: #F0F0F0; 
	border: 1px solid #C60F09;
	padding:5px;
	font-size: 11px;
}
/*End ItemJScript.js*/

/*Begin Search.ascx*/
.txtSearch{
	width:160px;
	height:15px;
	border:1px solid #C60F09;
	margin: 0 10px 2px 9px;
}
/*End Search.ascx*/

/*Begin CurrentCart.ascx*/
.divmainright3
{
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0 0px 0;
}

.divcartright2{
	padding-top: 4px;
	text-align: center;
}
	
.divcartright2 li
{
	display:block;
	text-align:center;
	width: 160px;
	padding: 0 20px 0 20px;
}

.currentcartbtn
{
	width: 110px;
}


.bottom
{
	background:#FFFFFF;
	overflow:hidden;
	width:160px;
	padding: 5px 5px 5px 5px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 5px;
}

/*.bottom div{
	color:#5B5B5B;
}*/
.bottom h4{
	/*background:url(../images/website/bulletsearch.gif) no-repeat 1px 5px;*/
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding: 0 0 5px 0;
	text-align: center;
}
.bottom img
{
	float:left;
}

.bottom ul li p{
	width:73px;
	float:left;
	display:block;
}

.bottom a
{
	color: #C60F09;
	text-decoration: underline;
}

.bottom a:hover
{
	color: #C60F09;
	text-decoration: underline;
}
.bottom .loginright2{
	float:left;
	height:22px;
	padding: 0 6px;
	line-height:22px;
	float:left;
}
.bottom .loginright3{
	float:left;
	height:22px;
	padding:0 6px;
	line-height:22px;
	float:left;
	cursor:pointer;
}

.bottom textarea{
	width:123px;
	height:67px;
	padding:2px 0 0 6px;
	border:1px solid #bcd5e9;
}
/*End CurrentCart.ascx*/



/*Begin AccountDetails.ascx, Checkout.aspx, Items.aspx, OptionDetails.aspx.cs, ProductDetails.ascx, ShippingAddresses.aspx, ItemJScript.js*/
.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=40);
	opacity:0.4;
}


.modalPopup 
{
    background-color: #ffffff;
	border: 1px solid #CCCCCC;
	padding: 5px; 
	width:250px;
	height: 170px; 
	font-weight: bold;
    text-align: center;
}

.modalPopup.address {
    height: auto;
    line-height: normal;
}

.modalPopup.address span {
    display: inline;
}

.modalPopup .verified
{
	padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
	background-color: #F4EFDE; /*#C60F09;*/
	width: 200px;	
	margin-left: 20px;
}

.modalPopup .verified dd
{
    text-align: center;
	color: #000000;
	width: 200px;
}

.modalPopup .notverified
{
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: Red;  
    width: 200px;
    margin-left: 20px;
}

.modalPopup .notverified dd
{
	text-align: center;
	color: #ffffff;
	width: 200px;
}
.dllinks dd table {
	border-collapse:separate;
	border-spacing: 10px 0px;
	margin:0 auto;
}

.modalPopup .dllinks
{	
	padding:5px;
	width: 240px;
	text-align: center;
    margin-bottom: 0;
}

.modalPopup .dllinks dd
{
	text-align: center;
}

.modalPopup .link
{
	color:#C60F09;
	text-decoration:underline;
}

.modalPopup .linkred
{
	color:#FF0000;
	text-decoration:underline;
    margin: 1em 0 0;
}


.modalPopupPV
{
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	padding: 5px; 
	width:450px;
	height: 170px; 
}

.modalPopupPV .header
{
	padding: 5px;	
	text-align: center;
	font-weight:bold; 
	color:#C60F09;
	font-size:16px;
	margin-bottom:5px;
}

.modalPopupPV .dlcontent
{	
	padding: 2px;
	background-color: #F4EFDE; 
	text-align: left;
	margin-bottom:0;
}

.modalPopupPV .dllinks
{	
	padding:0 5px;
	width: 450px;
	text-align: right;
}

.modalAddon
{
	height: 100px;	
}

.modalAddon.autosize {
    height: auto;
    width: auto;
}

.fieldsetComboBox
{
    border: 1px solid #CCCCCC;
    display: inline;
    padding: 8px;
    margin: 10px 8px 0 0;
    width: 100px;
}

.fieldsetBox {
    border: 1px solid #a4a4a4;
    display: inline;
    display: -webkit-inline-box;
    padding: 1.5% 0 1.5% 1.5%;
    margin: 10px 0 0 0;
    width: 99%;
}

.fieldsetBox.fbversion2 {
    padding: 1.5%;
}

.items-select-lists .fieldsetBox .fieldsetLegend,  .combnav-itemwrap .fieldsetBox .fieldsetLegend{
    padding-bottom: 0;
    margin-bottom: 0;
}

.combfilter-itemwrap .conright .fieldsetBox, .combfilter-itemwrap .conright .grid-product-list-wrap .fieldsetBox {
    padding: 0 6px 6px;
}

.custFieldsetBox
{
    /*border: 1px solid #CCCCCC;*/
    width: 600px;
    padding: 5px;
}

.fieldsetPopup
{
    border: 1px solid #CCCCCC;
    display: inline;
    padding: 0 8px 0 8px;
    margin: 0 0 10px 0;
}

.fieldsetPV
{
    border: 1px solid #CCCCCC;
    display: inline;
    padding: 0px;
    width: 100%;
    float: right;
    margin-bottom: 20px;
}

.fieldsetLegend
{
	padding-bottom: 4px;
	color: #C60F09;
	font-weight: bold;
	font-size: 15px;
	padding-left: 5px;
	padding-right: 5px;
    text-transform: capitalize;
    background: #fff;
    width: auto;
}

.formarea2 .options_wrapper .option_item .fieldsetLegend {
    margin-bottom: 0;
}

.fieldsetLegendPopup
{
	padding-bottom: 1px;
	color: #C60F09;
	font-weight: bold;
	font-size: 12px;
}

.innerFieldsetBox
{ 
    /*border: 1px solid #CCCCCC;*/
    padding: 5px;
    margin: 10px 10px 20px;
	width:280px;
}
.innerFieldsetBox .smbutton {
	padding:7px 25px !important;
	height:auto !important;
	border-radius:3px !important;
	margin:0 !important;
}

.selectList
{
    height: 15px;
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer;
}

.grdProdList.link_select_list  .lead_time {
    display: inherit;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: inherit;
}

.grdProdList.link_select_list .lead_time img {
    max-width: inherit;
}

.items-product-list * {
    box-sizing: content-box;
}

.functionpopup
{
	position:absolute;
	background-color: #F0F0F0; 
	border: 1px solid #C60F09;
	padding:5px;
	font-size: 11px;
	width: 250px;
}

.detailpopup {
	background-color: #FFFFFF; 
	border: 1px solid #C60F09;
	width: 200px;
	padding: 0px;
}

.detailpopup.prod-detail, .detailpopup.combnav, .detailpopup.itemspg {
    width:auto;
}

.detailpopup .header {
	padding-bottom:8px;
	padding-top: 8px;
	text-align: center;
	background-color: #C60F09;
	color:#fff;
	font-weight: bold;
	font-size: 14px;
}
/*End AccountDetails.ascx, Checkout.aspx, Items.aspx, OptionDetails.aspx.cs, ProductDetails.ascx, ShippingAddresses.aspx, ItemJScript.js*/


/*Begin OptionDetails.ascx, OptionDetails.ascx.cs, ItemList.ascx, ItemJScript.js, ProductVariets.ascx.cs*/
.optionpopup
{
	position:absolute;
	background-color: #F0F0F0; 
	border: 1px solid #C60F09;
	width: 200px;
	padding:5px;
	font-size:11px;
}

.optiondesctext
{
    font-size: 11px;
}

.optionwarning
{
    font-size: 13px;
    font-weight: bold;
    color: Red;
}

.optInput input 
{ 
    margin-top: 5px;
	float:left;
	vertical-align: top;
} 

.optInput label 
{ 
    margin: 5px 0 0 15px;
	vertical-align: top;
	display:block;
    width: 280px; 
    line-height: 16px;
}

.options_wrapper .option_item .optInput label {
    width: auto;
}

.options_wrapper .option_item table.optInput {
    width: 100%;
}

.optprice
{
	color: #C60F09;
}
/*End OptionDetails.ascx, OptionDetails.ascx.cs, ItemList.ascx, ItemJScript.js, ProductVariety.ascx.cs*/

.optPV input 
{ 
    margin-top: 4px;
    margin-top: 2px\0/;
    margin-left : 10px;
	float:left;
	vertical-align: top;
} 

.optPV label 
{ 
	margin-top: 5px;
	margin-left : 3px;
	vertical-align: top;
	float:left;
} 

.optPVselected input 
{ 
    margin-top: 4px;
    margin-top: 1px\0/;
    margin-left : 10px;
	float:left;
	vertical-align: top;
} 

.optPVselected label 
{ 
	margin-top: 5px;
	margin-left : 5px;
	vertical-align: top;
	/*display:block; */
	color: #C60F09;
	font-weight: bold;
	float:left;
} 


/*Begin OptionDetails.ascx.cs*/
.txtLinkOpt
{
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #666;
	cursor:pointer;
	text-decoration:underline;
	margin-left: 7px;
}
/*End OptionDetails.ascx.cs*/







/*Begin Checkout.aspx*/
.shipdiv{
	width:auto;
	font-size:13px;
	padding: 2px 10px 10px 0px;
	margin-left:0px;
	overflow:hidden;
	margin-bottom:10px;
	font-size: small;
	margin-bottom:5px;
	font-weight:normal;	
	font-family: Verdana,Arial;
}

.shipleft
{
	float: left;
	width: 300px;	
}

.shipright
{
	float: right;
	width: 620px;	
}

.shipheader
{ 
	font-family: Verdana,Arial;
	color: #C60F09; 
	font-weight: bold;
	font-size: 18px;
}

.shipsmallheader
{
	padding-bottom: 5px;
	color: #666;
	font-weight: bold;
}

.shiplabel dl
{
    vertical-align: top;
}

.shiplabel  dd{
	width:600px;
	display:block;
	overflow:hidden;
	margin-bottom:5px;
}

.shiplabel label{
	width:172px;
	float:left;
	line-height:22px;
	font-weight: bold;
}

.shiplabel .txtinput{
	width:214px;	
	height:19px;
	padding:1px 0 0 1px;
}

.chkeditship
{
	font-weight: bold;
	color: #C60F09; 
}

.contactlabel
{
	width:auto;  
	background:#F0F0F0;
	padding: 5px;
}

.contactlabel  dd{
	height: 100%;
	display:block;
	overflow:hidden;
	margin-bottom:5px;
}

.contactlabel label
{
	float:left;
	width: 90px;
	line-height:22px;
	font-weight: bold;
}

.contactlabel input
{
}

.divpopupcheckout
{
	width:500px;
	background-color:#F4EFDE;
	border: 1px solid #5E5D5D;
	padding:5px;
	/*position:absolute;
	top:250px;
	left:30px;*/	
}
/*End Checkout.aspx*/


/*Begin ShippingAddresses.aspx*/
.currentcontact
{
    color: #666;
    margin-bottom: 10px;	
}

.btnarea
{
    margin-bottom: 10px;
    width: 100px;
}


.editship
{
	width: 400px;  
	padding: 5px;
}

.editship dd{
	height: 100%;
	display:block;
	overflow:hidden;
	margin-bottom:5px;
}

.editship label
{
	float:left;
	width: 90px;
	line-height:22px;
	font-weight: bold;
}

.divpopupship
{
	width:900px;
	background-color:#F4EFDE;
	border: 1px solid #5E5D5D;
	padding:5px;
	position:absolute;
	top:50px;
	left:30px;
	z-index:1000;
}

.shipgrid table{
	clear:both;
}

.shipgrid table td{
	font-size:11px;
	border-left:0px;
	border-top:0px;
	padding: 0 1px 0 1px;	
}

.empty{
	padding: 20px 0 0 0;
	color:#FF0000;
}
/*End ShippingAddresses.aspx*/


/*Begin CombNav.aspx.cs, Items.aspx.cs, PkgNav.aspx.cs*/
.tab
{
	font-size:11px;
	color: #000000;
}
/*End CombNav.aspx.cs, Items.aspx.cs, PkgNav.aspx.cs*/


.lblProductVariety
{
	font-weight:bold; 
	color:#C60F09;
}

.tblProductVariety td
{
    padding-bottom: 15px;
}

.tblProductVariety td td
{
    padding: 0;
}

.warnProductVarietyHidden
{
	display: none;
}

.warnProductVariety
{
	color:#FF0000;
	padding-left: 5px;
}
/*End ProductDetails.ascx.cs, ProductVariety.ascx.cs*/



.notebold /*In database cat lgdesc*/
{
	color: #C60F09;
    font-style: italic;
    font-weight: bold;
}


/*Begin CheckoutComplete.aspx, OrderDetail.aspx*/
.CheckoutCompleteHead
{
	font-size: 20px;
	color:#C60F09;
	padding-bottom: 20px;
}
/*End CheckoutComplete.aspx, OrderDetail.aspx*/

/*.txtredBold
{
	color:#D40001;
	font-weight: bold;
}*/


/*Begin ProductDetails.ascx.cs*/
.cartpopupheader
{
	margin: 10px 0 10px 0;
	font-weight:bold; 
	font-size:16px;
	color:#C60F09;
}
/*End ProductDetails.ascx.cs*/


/*Begin Sitemap.aspx*/
h1.sitemaphead{
	font-size:21px;
	color:#000000;
    margin-top: 10px;
	font-weight:normal;	
}

/* - Level 0 - */
.dxsmLevel0_Flow,
.dxsmLevel0_Flow a,
.dxsmLevel0Categorized_Flow a,
.dxsmLevel0Categorized_Flow
{
    color: #C60F09;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

/* - Level 1 - */
.dxsmLevel1_Flow,
.dxsmLevel1_Flow a,
.dxsmLevel1Categorized_Flow a,
.dxsmLevel1Categorized_Flow
{    
    font-family:Arial, Verdana, "Trebuchet MS", Georgia, Lucida, Helvetica, Tahoma, sans-serif;
    color: #000000;  
    font-size: 10px;
    text-decoration: underline;    
}
/*End Sitemap.aspx*/

/*Begin PasswordSent.aspx, PasswordResetFinished.aspx, Cat.aspx, items.aspx, Detail.aspx*/
.pagemessage
{
	font-size: 20px;
	color:#C60F09;
	padding: 20px 0 0 0;
    text-align: center;
}
.groupsection {
	margin:5px;
}
.colorcolblank.radiolist .groupsection {
	display: inline-block;
    margin: 0 10px 10px 12px;
    text-align: center;
}
.grid-product-list-wrap #grdProdList.datatable .header:last-child {
    padding-right: 15px;
}
.colorcolblank.radiolist .optPV {
    margin-left:0;
}
.groupsection .fieldsetPV {
 	 margin:0 auto;
     padding: 0 5px;
	 font-size:13px;
     float: none;
     width:auto;
     text-align:left;
}
.groupsection .fieldsetPV .optPV {
    width:auto;
    margin-left: 0;
    border-collapse: collapse;
    margin-top: 5px;
}

.groupsection table {
	border-collapse:separate;
	border-spacing:20px 0;
	margin-left:20px;
	color:#575757;
	float:left;
}
.groupsection table label {
	margin-left:5px;
    min-width: 30px;
    display: inline-block;
    margin: 0;
}
.groupsection .fieldsetPV .radiofilter_description {
    margin-left: 10px;
    white-space: nowrap;
}

/*End PasswordSent.aspx, PasswordResetFinished.aspx, Cat.aspx, items.aspx, Detail.aspx*/



/*Begin Help.aspx*/
#mainhelp h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	margin: 5px 0 0px 0px;
}


#mainhelp h2{
	font-size:15px;
	color:#C60F09;
    margin: 0;
    font-weight: 700;
}


#mainhelp a{
	color:#C60F09;
	text-decoration:underline;
}
/*End Help.aspx*/


/*Begin ListDesc.aspx*/
.listdesctop {
	margin: 10px 0 0 0;
}

.listdescouter
{
	width:950px;
	padding: 0;
	overflow:hidden;
}

.listdesccolumn1
{
    float:left;
    margin: 0;
    width: 120px;
}

.listdesccolumn2
{	
	float: left;
	margin: 10px 10px 10px 5px;
    width: 700px;
}

.listdesccolumn3
{	
	float: left;
	margin: 10px 0 0 0;
}
.listdesccolumn3 a {
	color:#C60F09;
}
.listdescprice
{
    color: #666;
    font-weight: normal;
}
/*End ListDesc.aspx*/
.dxeHD table {
	margin-bottom:0 !important;
}

.grid_2_1:not(.nopaddings) {
	padding:5px 8px 5px 8px;
}
.catback .grid_2_2 {
    padding:2px 0px !important;
    width: 170px;
}
.main_content.cat-list .comblistouter1 span {
    vertical-align: top;
}

.main_content.cat-list .product-nav-text .link-desc {
    width: 140px;
}

	/* READ MORE BUTTON */
.maxlist-more { padding-left:0px; }
.maxlist-more a { text-decoration:none; border-bottom: 1px dotted #C60F09; color:#C60F09; }
.maxlist-more a:hover { text-decoration:none; border-color: #666666; color:#C60F09; } 
#viewall {background:#fff;z-index:50;padding-bottom:5px;}
#viewall ul { margin-bottom:0; }

.dxpLite a {
	margin-top:1px !important;
}
.top_space {
	padding-top:50px;
}
.woimg {
	display:inline-block;
	float:left;
	font-size: 13px;
	line-height:90%
}
.woimg p {
	margin-bottom:10px !important;
}
.woimg a:hover {
	text-decoration: underline;
}
.bxslider li {
	margin:0 !important;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
	clear:both;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;*/
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;


}
.footer-nav-text-last  {
	width:960px;
	text-align:justify;
	margin-left:-650px;
}
/*YOU PRICE IT*/
.youpriceitheader {
	width: 752px;
	border:1px solid #c2c2c2;
	border-radius: 5px;
	background-color: #ffffff;
}
.youpriceitheadertop {
	background-color:#C60F09;
	text-align:center;
	border-bottom:1px solid #c2c2c2;
	padding-top:10px;
}
.youpriceitheadertop h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom:0px;
	color:#fff;
}
.youpriceitheadertop h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom:0px;
	text-transform:uppercase;
	color:#fff;
}
.youpriceitheadertop p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	margin:0 100px 0 100px;
	padding-bottom:10px;
	color:#fff;
}
.youpriceitheaderbottom {
	overflow:auto;
}
.youpriceitheaderbottom h5{
	font-family: 'Roboto', sans-serif;
	color: #555555;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	margin:10px;
	text-transform:uppercase;
	
}
.youpriceitheaderbottom ul {
	padding-bottom:30px;
}
.youpriceitheaderbottom ul li {
	font-family: 'Roboto', sans-serif;
	list-style-type:disc;
	float:left;
	width:44%;
}
.inforeq {
	color: rgba(85, 85, 85, 0.75);
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	margin: 10px 0;
}
.addrow {
	width: 752px;
	border:1px solid #c2c2c2;
	border-radius: 5px;
	background-color: #ffffff;
	overflow: hidden;
	margin-top:20px;
}
.addrow .ordertable2 {
	border:none;
	width:760px;
}
.addrow .ordertable2 tr th {
	font-family: 'Roboto', sans-serif;
	color: #555555;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	background-color: #f8f9f9;
	border-bottom:1px solid #c2c2c2;
	padding-left:10px;
	width:80px;
}
.addrow .ordertable2 tr th:last-child {
    width: 90%;
}
.addrow .ordertable2 tr td:last-child input {
    width: 97% !important;
}
.addrow .ordertable2 tr td input {
	border-radius: 2px;
}
.addrow .ordertable2 tr td {
	padding-top: .5em;
    padding-bottom: .5em;
	border-right:none;
}
.addrow input[type='text'] {
	width:200px;	
	height:35px;
	border:1px solid #999;
	background:#f8f8f8 url(../images/website/txtbgX.gif) repeat-x;
	padding:1px 0 0 1px;
	font-family:Arial;
	border-radius: 2px;
	font-size:18px;
	color:#666;
}
.addrow .button {
	box-shadow:none;
	border-radius:0;
	margin-left: 20px;
	padding: 0 15px;
}
.ypnotes {
	width: 732px;
	border:1px solid #c2c2c2;
	border-radius: 5px;
	padding:0 10px;
	background-color: #ffffff;
	overflow: hidden;
	margin-top:20px;
}
.ypnotes p {
	font-family: 'Roboto', sans-serif;
	color: #555555;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	background-color: #f8f9f9;
	border-bottom: 1px solid #c2c2c2;
	margin: 0 0 10px -10px;
	padding-left: 10px;
	width: 110%;
}
.ypnotes textarea {
	margin-bottom:20px;
	width:99%;
	border: 1px solid #999;
	color:#666;
}
.ypfooter {
	width: 752px;
	border:1px solid #c2c2c2;
	border-radius: 5px;
	background-color: #ffffff;
	overflow: hidden;
	margin-top:20px;
}
.ypfootertop {
		text-align:center;
		background-color: #f8f9f9;
		border-bottom:1px solid #c2c2c2;
}
.ypfootertop:empty {
		border-bottom:hidden;
}
.ypfootertop p {
	font-family: 'Roboto', sans-serif;
	color: #555555;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	transform: scaleY(0.997);
	padding: 10px 0 0 0;
}
.ypfootertop h3 {
	font-family: 'Roboto', sans-serif;
	color: #545f6e;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom:20px;
}
.ypfootertop input {
	width:100px;
	height:40px;
	border:1px solid #999;
	border-radius: 2px;
	background-color: #ffffff;
	font-size:22px;
	color:#666;
}
.ypfooterbottom {
	padding:10px;
}
.ypfooterbottom table {
	border-collapse: separate;
    border-spacing: 20px 5px;
}
.ypfooterbottom .button {
	box-shadow:none;
	border-radius:0;
	margin-left: 20px;
	padding: 0 15px;
}
.ypfooterbottom .upper {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	color: #555555;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
}
.ypfooterbottom p {
	font-family: 'Roboto', sans-serif;
	color: #555555;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
}
.ypfooterbottom .captchainput {
	line-height:35px;
	margin-top: -7px;
	border:1px solid #999;
	border-radius:2px;
	width:120px;
	font-size:24px;
	color:#666;
	text-align:center !important;
}
.yp-min-order p {
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	color:#C60F09;
	font-size:15px;
}
.yp-top-banner {
	margin-bottom:10px;
	display:block;
	/*background-image:url(../Images/POHWebsite/yp-banner-poh.png);*/
	/*width:756px;*/
	/*height:313px;*/
}
.yp-top-banner img {
    width: 100%;
}
.ypleft {
	float:left;
}
.ypright {
	float:right;
	width:200px;
    margin-left: 5em;
}
.ypright img {
	margin-bottom:20px;
	padding-top:10px;
    margin: 0 auto;
    display: block;
}
.ypfootertop input:focus, .ypfooterbottom .captchainput:focus, .ypnotes textarea:focus, .addrow input[type='text']:focus, .quoteRequest input[type='text']:focus, .quoteRequest select:focus {
	border-color:#C60F09;
	box-shadow:0 1px 1px #C60F09 inset;
    outline: 0 none;
}
.addrowheader {
	border-bottom:1px solid #c2c2c2;
}
/*Begin QuoteRequest.aspx*/
.quoteRequest{
	width:732px;
	padding:0px 10px;
	border:1px solid #c2c2c2;
	border-radius: 5px;
	background-color: #ffffff;
	font-size:13px;
	color:#000000;
	margin: 0 0 0 0;
	overflow: hidden;
}

.quoteRequest dt{
	font-family: 'Roboto', sans-serif;
	color: #555555;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	background-color: #f8f9f9;
	border-bottom: 1px solid #c2c2c2;
	margin:0 0 10px -10px;
	padding-left: 10px;
	width: 110%;
}
.quoteRequest dd{
	width:350px;
	display:block;
	overflow:hidden;
	margin-bottom:5px;
}
.quoteRequest #quoteRequestRight dd:last-child {
	background-color: #f8f9f9;
	border-radius: 2px;
	border:1px solid #f8f9f9;
	font-family: 'Roboto', sans-serif;
	color: rgba(85, 85, 85, 0.75);
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	padding:10px;
}
.quoteRequest label{
	width:100px;
	float:left;
	font-family: 'Roboto', sans-serif;
	color: #555555;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
}

.quoteRequest input[type='text'],.quoteRequest select{
	width:200px !important;	
	height:35px !important;
	border:1px solid #999;
	background:#f8f8f8 url(../images/website/txtbgX.gif) repeat-x;
	padding:1px 0 0 1px;
	font-family:Arial;
	border-radius: 2px;
	font-size:14px;
	color:#666;
}

.quoteRequest select{
	width:217px;
	height:22px;
}

.quoteRequest #quoteRequestLeft
{
	float: left;
}

.quoteRequest #quoteRequestRight
{
	float: right;
}
/*End QuoteRequest.aspx*/

#screenshot{
	position:absolute;
	border:2px solid #C60F09;
	background:#333;
	padding:5px;
	display:none;
	color:#000;
	background-color:#fff;
	max-width:100px;
	text-align:center;
	font-size:10px;
	line-height:100%;
	}
	
#promo-bar {
	display:block !important;
	color:#fff;
	background-color: #555;
	text-align: center;
}
#promo-bar p {
	margin:0 !important;
	padding: 5px 0;
}
#promo-bar a {
	color:#fff;
	text-decoration:underline;
}
#promo-bar a:hover {
	text-decoration:none;
}
.logo_img {
	background:url(/Images/POHWebsite/logo.png) no-repeat;
	height:65px;
	margin:10px 0;
    background-size: contain;
}
.contact-right {
	width:100%;
	clear:both;
	float:none;
}
.survey {display:none !important;}
.hdwr1column {
	float: left;
	margin: 5px 0px 5px 0px;
	width: 160px;
}
.hdwr2column {
	float: left;
	margin: 5px 0px 5px 20px;
	width: 160px;
}
.notecolumn {
	float: left;
	margin: 5px 0px 5px 0px;
}
.combarea {
	max-width: 940px;
	padding: 2px 0px 0px 0px;
	background: #fff;
	font-size: 13px;
	color: #000000;
	margin: 5px 0 10px 0;
	overflow: hidden;
	clear:both;
	float:none;
}
.combdetail-left .main_product_lft {
    width: 96%;
}
.product-open .combdetail-left .main_product_lft {
    margin-top: 4em;
}
.combdetail-left .combdetail-txt {
    border: 1px solid #e1e1e1;
    padding: 5px 10px 0;
}
h1.combdetail-title {
    margin-top: 15px;
    margin-bottom: 10px;
}
.combdetail-left .combdetail-call {
    text-align: right;
}
.combdetail-left .combdetail-call a {
    color: #C60F09;
    text-decoration: underline;
}
.combdetail-left .combdetail-call a:hover {
    opacity: 0.8;
}
.field {
	width: 45px !important;
	height: 16px;
}

.lock-ads { margin-top:5px;}
.lock-ads img { width:960px;}

.saved-orders .navlink-wrap a {
    color: #C60F09;
}
.coupon {
	padding:5px;
	height:100px;
	margin-bottom:10px;
    line-height: 1.5;
}
.coupon input[type='text'] {
	width: 150px;
  	height: 20px;
  	border: 1px inset;
  	padding: 1px 0 0 1px;
  	font-family: Arial;
	margin:5px;
}
.coupon a {
	margin-left:5px;
	font-size:14px;
	text-decoration:none;
}
.coupon a:hover {
	text-decoration:underline;
}
.coupon .button {
	margin-left:5px !important;
}
.pkg-header {
	display:none !important;
}
.catads {
	display:none !important;
}
#nav_wrapper #mobile-menu-wrap, .menu-container .mobile-menu-wrap {
    background: #C60F09;
}
.saved.leftbox3 .lefttable2 thead tr:first-child {
    background: #C60F09;
}
.order-list-wrap .cartgrid tr:first-child {
    background: #C60F09;
    line-height: 13px;
}
.fieldsetPV .optPV {
    width: 100%;
}
.fieldsetPV .optPVselected label {
    float: none;
}
.fieldsetPV .optPV label {
    float: none;
    line-height: 22px;
}


.bottomul label {
    width: 150px;
}

#wrap .orderheadwrap {
    min-width: 285px;
}

#wrap .leftbox3 #PrintArea6 {
    overflow: auto;
}

.saved-order-wrap .leftbox3.saved {
    padding: 0;
}

.grid-product-list-wrap {
    overflow: auto;
}

#ctl00_lmPlaceHolder_pnlNoTabs .grid-product-list-wrap {
    overflow: auto;
}

.dxtc-content .groupsection .fieldsetPV .optPV td {
    padding: 0;
    display: inline-block;
}

.item-list #activeTabDisplayContent {
    width: 100%;
}

.hardwre_heading.mfg_info h1
{
    margin-bottom: 5px;
    text-align: center;
}
.hardwre_heading.mfg_info > img + h1 {
    display: inline;
}

.hardwre_heading.mfg_info {
    text-align: left;
    padding: 1em 0 0 0;
    font-size: 25px;
    font-weight: 700;
}

.homesubheader 
{
    font-size:14px;
    text-align: center
}

#grdProdList.datatable td,
#grdProdList.datatable td span {
    line-height: 22px;
}

.grid-product-list-wrap #grdProdList.datatable td {
    width: auto !important;
}

.product_info h4.active { 
    border: 1px solid #f60; 
    border-bottom: solid 2px #f60;
    background: #f60;
    color: #fff; 
}

.container_12 .product-info-tab-wrapper h4.active, .container .product-info-tab-wrapper h4.active {
    border: 1px solid #C60F09;
    border-bottom: 2px solid #C60F09;
    background: #C60F09;
    color: #fff;
}

td.middle-content {
    vertical-align: middle;
}
.order-detail-wrap .leftbox3 #ctl00_lmPlaceHolder_uxOrderView {
    border-collapse: separate !important;
}

.grid-product-list-wrap .datatable .radiolist .groupsection td {
    float: left;
    display: inline-block;
    white-space: inherit;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.grid-product-list-wrap .datatable .radiolist .groupsection td .radiofilter_firstline {
    margin-right: 5px;
}

.grid-product-list-wrap .datatable .radiolist .fieldsetPV {
    width: auto;
}

.grid-product-list-wrap .datatable .listhref {
    padding-right: 13px;
}

.conright #ctl00_lmPlaceHolder_pnlNoTabs .grid-product-list-wrap .datatable {
    width: auto;
    border: 1px solid #C60F09;
    min-width: 300px;
}
#ctl00_lmPlaceHolder_pnlMFGFullLineWebsite {
    clear: both;
    max-width: 350px;
}

.shipdiv .change_contact {
    color: #C60F09;
}
.shipdiv .add_address {
    color: #C60F09;
}

@media only screen and (max-width: 767px) {
    .boxproduct2 {
        clear: none;
    }
    .listouter span:nth-of-type(4n+1) .boxproduct {
        clear: both;
    }
    .container_12 td div.product_rgt {
        margin-bottom: 35px;
    }
    .container_12 td div.main_product_lft {
        margin-left: 3%;
        width: 27%;
    }
    .container_12 .main_product_lft .main_product_lft_top {
        width: 100%;
    }
    .container_12 td div.product_rgt {
        width: 65%;
    }

    .cat-list .comblistouter1 .grid_2 {
        width: 100px;
    }
}

@media only screen and (max-width: 574px) {
    .listouter span:nth-of-type(2n+1) .boxproduct {
        clear: both;
    }
}

@media only screen and (max-width: 500px) {
    #printsection tr, #printsection td {
        display: block;
    }
    #printsection > table > tbody > tr > td {
        width: 98% !important;
        text-align: left !important;
    }
    #printsection tr tr td {
        display: table-cell;
    }
    .container_12 td div.main_product_lft {
        width: 200px;
    }
    .container_12 td div.product_rgt {
        width: 94%;
        margin-left: 2%;
    }
}

@media only screen and (max-width: 390px) {
    .list_bot {
        float: none;
    }
}


#spnGroupHead .comblistouter1 .product-nav-text h3 a {
    font-weight: bold;
    font-size: 12px;
    color: #C60F09;
}

.combproduct-wrapper .cat-item-list-wrapper .text.prod-title, .combfilter-itemwrap .cat-item-list-wrapper .text.prod-title {
    color: #C60F09;
}

.cat-default.subcat-list .product-nav-text h3 {
    text-align: center;
}

.cat-default.subcat-list .hlist_inner.list_active {
    width: auto;
}

#spnGroupHead .comblistouter1 .cat-default.subcat-list .product-nav-text h3 a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #1d1d1d;
}

.checkoutcomplete .checkout-complete-msg {
    line-height: 1.5;
}

.checkoutcomplete .link {
    color: #C60F09;
}

.cat-default.subcat-list .product-nav-image img:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 14px 20px 0 rgba(0,0,0,0.16);
    box-shadow: 0 14px 20px 0 rgba(0,0,0,0.16);
    transition: all 300ms ease-in-out;
}

#spnGroupHead .comblistouter1 .cat-default.subcat-list .category-item-wrap:hover .product-nav-text h3 a {
    color: #b30000;
}

.main_content.cat-list .coblistouter1 .comblistouter1 {
    display: flex;
    flex-flow: row wrap;
} 

.main_content.cat-list .coblistouter1 .comblistouter1.subcat-list-wrapper > span {
    width: calc(100% / 6);
}

.main_content.cat-list .coblistouter1 .comblistouter1.subcat-list-wrapper .cat-default.subcat-list {
    display: inline-block;
}

.main_content.cat-list .coblistouter1 .comblistouter1.subcat-list-wrapper .cat-default.subcat-list .grid_2_1.category-item-wrap {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: center;
}

.main_content.cat-list .coblistouter1 .comblistouter1.subcat-list-wrapper .cat-default.subcat-list .grid_2_1.category-item-wrap .product-nav-image {
    float: none;
}

.main_content.cat-list .coblistouter1 .comblistouter1.subcat-list-wrapper .cat-default.subcat-list .grid_2_1.category-item-wrap .product-nav-text {
    float: none;
}

.main_content.cat-list .cat-list-wrapper {
    width: 100%;
}

.main_content.cat-list .cat-list-wrapper .catheader{
    padding: 0;
}

.main_content.cat-list .cat-list-wrapper .catheader h2 {
    padding-bottom: 1em;
}

.main_content.cat-list .coblistouter1 {
    text-align: center;
}

.main_content.cat-list .catheader {
    width: auto;
    float: none;
}

.leftbox3.saved .lefttable2.dataTable tbody td:first-child {
    padding-left: 1em;
}

.handing_popup_content .trhandlink input {
    margin: inherit;
    padding: inherit;
}

.handing_popup_content .trhandimg img {
    margin: 0 auto;
    display: block;
}

.shipping-adresses dd {
    line-height: normal;
}

.detail-page .product_info .tab_container {
    line-height: 1.5;
    margin-left: 2.5%;
}

.detail-page .product_info .tab_container span {
    display: inherit;
}

.top-menu-wrapper.standalone {
    padding-top: 6em;
}

.version2 .product-nav-image a:hover {
    color: #C60F09;
}

.quote_form_container .col_submit .btn_submit {
    background-color: #b30000;
}

.quote_form_container .form-row .btn_delete_item .icon_wrapper {
    background: url(/images/POHwebsite/icon-plus-round-red.png) no-repeat;
}

.quote_form_container .form-row .btn_add_another .icon_wrapper {
    background: url(/images/POHwebsite/icon-plus-round-red.png) no-repeat;
}

.header_outer{border-top: 2px solid #b30000;}
.cart_number{background-color: #b30000;}
.header_login ul li::before {
    background-color: #b30000;
}
.header_login ul li a:hover{color: #b30000;}
.header_login ul li a.accnt_dropdwn:hover::after{border-top: 7px solid #b30000;}
.basic_btn:hover{background-color: #b30000;}
.header_login ul li li a.create_btn:hover{border-color: #b30000;}
.account_view .account_box a:hover{color: #b30000; border-color: #b30000;}
.custm_nav li.menu_focus:hover>a, .custm_nav li.ctgry_link.is_active> a, .custm_nav li.menu_focus.hover_effect > a{color: #b30000;}
.custm_nav li.menu_focus.hover_effect::before{background-color: #b30000;}
.custm_nav li.ctgry_link .catmenu-item-wrapper .catmenu-item a::before {
    background: #b30000; 
}
.custm_nav li.ctgry_link .catmenu-item-wrapper .catmenu-item.selected a {
    color: #b30000;
}
.custm_nav li.menu_focus .dropdown_content .menu-content .menu-cat-item-wrapper li>a:hover{color: #b30000;}
.header_btm h5 strong{color: #b30000;}
.header_btm h5 span{color: #b30000;}
.custm_nav li.menu_focus .dropdown_content .menu-content .menu-cat-item-wrapper li.menu-subheader {
    border-bottom: 3px solid #b30000;
    color: #b30000;
}
.hardwre_heading h1 span{color: #b30000;}
.hrdwr_itm_inner>a:hover{color: #b30000;}
.hardwr_list>a:hover{color: #b30000; border-color: #b30000;}
.hlist_inner {
    border-bottom: 1px solid #b30000;
}
.hlist_inner ul li a:hover{color: #b30000;}
.cross_list {
    border: 1px solid #b30000; 
    color: #b30000;
}
    .cross_list:hover {
        background-color: #b30000;
    }

.vst_wbste_lstng ul li a:hover{
	color: #b30000;
}

.vst_all a:hover{
	color: #b30000;
	border-color: #b30000;
}
.cstmr_srvce_lstng ul li a:hover{
	color: #b30000;
}
.foot_links_cntnr ul li a:hover{
	color: #b30000;
}
.custm_nav li.menu_focus.hover_effect> a span {
    color: #b30000;
}
.top-menu-wrapper.standalone .menu-list .menu-right-item .link-wrapper:hover {
    color: #b30000;
}
.custm_nav .mobile-submenu-links .mobile-submenu-item-wrapper .mobile-submenu-item a {
    color: #C60F09;
}
.srch_submit {
    background-image: url(/images/POHwebsite/search_icon.png);
}
.hardwre_heading {
    padding: 0 150px;
}
.cat-default .category-item-wrap .product-nav-image {
    border: none;
}