﻿/* last mod 12142017 jl
created 04062007 hs
    12142017 jl: content (admin) pages
    05112017 mt: .qtydiscounts
    05012017 mt: roundnote
    05022016 mt: ddlqty
    12182008 hs: changed all HR tags to black
========================================================================
This file should only contain styles that are common to the entire site,
including admin area. b9dcff
========================================================================
*/
body {
	margin: 0 4px;
	font-family: 'PT Sans', Sans-Serif !important;
	font-size: 14px;
	color: #000;
}
.maintable {
    width: 980px;
    background-color:#fff;
    border-collapse: collapse;
}
.error {
	color: red;
	text-align: center;
/*	font-family: Arial, Verdana, Sans-Serif; */
}

.borderedinput {
    border: 1px solid #000;
}
.bold {
    font-weight: bold;
}
.qtydiscounts {
    color: red;
    font-size: 10pt;
}
.watermarked {
    color: #666;
}
.roundNote {
    width: 24px;
    height: 21px;
    background-color: #ad0000;
    color: #fff;
    font-weight: bolder;
    font-size: 16px;
    text-align: center;
    padding-top: 3px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
}
.ddlqty{
    height: 33px;
    border: 1px solid #000;
}
.blue {
    color: #0061ac;
}
.addmorecolumn {
    color: #000;
    background-color: #b9dcff;
}
.addmoreheader {
    color: #fff;
    background-color: #0839ff;
}
/* used in leftnav */
.leftnavcolorbar {
    height: 4px;
    width: 180px;
}
.boldheading {
    color: #000;
	font-size: 16px;
	padding: 10px 8px 8px 0;
}
.topHeading {
    color: #fff;
	background-color: #333;
	font-size: 16px;
	padding: 10px 8px 8px;
	text-align: left;
}
.categorypageheading {
    padding: 3px 0 1px 1px;
	font-size: 21pt;
	font-weight: bold;
	color: #333;
	word-wrap: normal;
}
.leftnavbox {
    width: 180px;
    margin-bottom: 15px;
}


.categorypagedescription {
    padding: 0 0 20px;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
}
.additionalresources {
	margin: 0;
    padding: 15px 0 15px 10px;
	width: 968px;
    background-color: #ebebeb;
    font-size: 16px;
    color: #000;
}
.variantadditionalresources {
	margin-left: 3px;
    padding: 4px;
	width: 450px;
    background-color: #ccc;
    font-size: 16px;
    color: #000;
}
/*categorylistitem changes the color and style of the home page category list*/
.categorylistitem {
    padding-top: 3px;
    padding-left: 3px;
/*  padding-bottom: 4px; */
	height: 24px;
    width: 178px;
    font-size: 14px;
}
.categorylistitem a {
	color: #505050;
}
.categorylistitem a:hover {
    color: #0061ac;
	text-decoration: underline;
}
/*.categorylistitem:hover a {
    color: #333
;
}*/
/*categorylistitem changes the color and style of the left nav category list*/
.refinementlist {
	width: 220px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.refinementlist:hover {
	color: #ccc;
	text-decoration: underline;
}
.searchlistitem {
	width:220px;
	color:#333
;
	text-decoration:none;
	font-size:12px;
}
.searchlistitem:hover {
	color: #0839ff;
	text-decoration: underline;
}
.categorysublistitem {
    padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 12px;
    width: 168px;
    font-size: 14px;
	text-indent: -12px;
}
.categorysublistitem a {
	color: #505050;
}
/*
.categorysublistitem:hover {
    background-color: none;
	width:100%;
}*/
.categorysublistitem a:hover {
    color: #0061ac;
	text-decoration: underline;
}
/*
.categorysublistitem:hover a {
    color: #333
;
}*/

.header {
	background-color: #badcff;
	text-align: center;
	font-weight: bold;
	color: #000;
}

.largebold {
	font-size: large;
	font-weight: bold;
}
.price {
	font-size: 16px;
	font-weight: bold;
	/*font-family:arial; */
	color: #333;
}

.largeitalic {
	font-size: large;
	font-weight: normal;
	font-style: italic;
}

.medium {
	font-size: small;
}

.mediumbold {
	font-size: small;
	font-weight: bold;
}

.PGPrice {
	text-align: center;
	font-size: medium;
	font-weight: bold;
	color: #038b00;
}

.mediumitalic {
	font-size: small;
    font-style:italic;
}

.italic {
	font-style: italic;
}

.small {
	font-size: 10pt;
}
.smallbold {
	font-size: 8pt;
	font-weight: bold;
}

.smaller {
	font-size: 8pt;
}

.disabled {
	color: Gray;
}

.highlight {
    background-color: Yellow;
    color: #000;
}

.popup {
	background-color: #fff;
	color: #0839ff;
	font-size: x-small;
    border: 1px solid #000;
	width:300px;
}

.popupthumbnail {
	background-color: #fff;
    border: 2px solid #000;
	z-index: 15;
	text-align: center;
}

table.prioritycareagent {
	font-size: small;
}

hr {
	height: 1px;
    border: 0;
	border-top: solid 1px #ccc;
	color: #ccc;
}

hr.blue {
    width: 98%;
    background-color: #b9dcff;
    border-top: solid 1px #b9dcff;
    color: #b9dcff;
}

hr.bluelong {
    width: 100%;
    background-color: #b9dcff;
    border-top: solid 1px #b9dcff;
    color: #b9dcff;
}

a {
	color: #0061ac;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a.light {
	color: #fff;
	text-decoration: none;
	font-weight:normal;
}
a.light:hover {
	text-decoration: none;
}

a.darklink {
	color: #000;
	text-decoration: none;
}
a.darklink:hover {
	color: #000;
	text-decoration: underline;
}
a.footerlink {
	color: #0061ac;
	text-decoration: none;
}
a.footerlink:hover {
	color: #666;
	text-decoration: underline;
}

a.categorylink {
	color: #0061ac;
	text-decoration: none;
}
a.categorylink:hover {
	color: #333;
	text-decoration: underline;
}
.countlabel {
	font-size: 10pt;
	color: #999;
	text-decoration:none !important;
	font-weight: normal;
}
a.bluelink {
	color: #badcff;
	text-decoration: none;
}
a.bluelink:hover {
	color: #333;
	text-decoration: underline;
}

table.bordered {
	border: solid 1px #0839ff;
	border-collapse: collapse;
}

.fieldlabel {
	text-align:left;
	vertical-align: middle;
	font-weight: bold;
}
.headerrow {
	height: 50px;
	background-color: #dfe0e9;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	/*padding: 8px;
    padding-top: 5px;
	padding-bottom: 5px;
	text-align:center; */
}
.row {
	background-color: #fff;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
.selectedrow {
	background-color: #b9dcff;
	color: #000;
	font-weight: normal;
	text-decoration: underline;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
.alternatingrow {
	background-color: #e9e9e9;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}

.startingatprice {
	color: #0061ac;
}

/* --------------- START image related styles --------- */
td.categorythumb {
	width: 180px;
	font-size: 10pt;
	font-weight: normal;
	vertical-align: top;
	padding-top:20px;
	padding-bottom:20px;
}
td.category {
	width: 180px;
}
td.itemthumb {
	max-width: 200px;
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	vertical-align: top;
	padding-top:20px;
	padding-bottom:20px;
}
td.item {
	width: 400px;
}
td.slidethumb {
	width: 100px;
}
td.relatedthumb {
	width: 76px;
}
img.categorythumb {
	width: 220px;
	height: 220px;
	/*border: solid 1px #ccc
; */
}
img.category {
	width: 200px;
	border: solid 1px #ccc;
}
img.itemthumb {
	width: 220px;
	height: 220px;
	/*border: solid 0 #ccc
; */
}
img.addeditemthumb {
	width: 126px;
	height: 126px;
	border: solid 1px #ccc;
}
img.item {
	width: 400px;
	/*border: solid 0 #ccc
; */
}
img.relatedthumb {
	width: 76px;
	height: 76px;
	border: solid 1px #ccc;
	/* padding: 4px 4px 4px 4px; */
}
img.slidethumb {
	width: 70px;
	height: 70px;
	border: solid 0 #ccc;
	/* padding: 4px 4px 4px 4px; */
}
img.slidethumbselected {
	width: 70px;
	height: 70px;
	/*border: solid 1px #0061ac; */
	/* padding: 4px 4px 4px 4px; */
}
/* --------------- END image related styles --------- */

/* Rating */
.ratingStar {
    font-size: 0pt; /* sometimes punished by search engines; necessary? */
    width: 13px;
    height: 12px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);
}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}

.menutoplevel {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	border: 0;
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
	cursor: pointer;
}
a.menutoplevel:hover {
	color: #54a4ff;
	text-decoration: none;
	border: 0;
}
.menusublevel {
	margin-left: 0;
	margin-right: 0;
	padding-left: 3px;
	padding-right: 3px;
	border: 0;
	text-align: left;
	font-size: 8pt;
	font-weight: normal;
	color: #000;
	cursor: pointer;
}
a.menusublevel:hover {
	color: #000;
	text-decoration: none;
	border: 0;
}
a.menusublevel {
	color: #000;
}

/* FEATURED ITEM STYLES START */
div.featureditem {
	background-color: #fff;
}
img.featureditem {
	width: 100px;
	height: 100px;
}
table.featureditem {
	width: 100%;
}
/* FEATURED ITEM STYLES END */

/*Modal Popup start*/
.modalBackground {
	background-color: #badcff;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.ui-widget-overlay {
    background: #aaa url(images/aaaaaa_40x100_textures_01_flat_0.png) 50% 50% repeat-x;
    filter: alpha(opacity=70);
    opacity: .70;
}
.modalPopup {
	padding: 20px;
	width: 550px;
	background-color: #ffd;
    border: 3px solid #000;
	text-align: right;
	z-index: 5;
}
/*Modal Popup End*/

/*Admin Style Sheet*/
.adminbox {
	max-width: 100%;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 10px;
    border: 0 solid #ccc;
}
.admincontent {
	width: 98%;
	background: #fff;
    border: 1px solid #ccc;
	border-top-width: 5px;
	border-bottom-width: 5px;
    padding: 10px;
}
.admincontentblue {
	border-color: #000;
}

 /*Admin Styles End*/

.box {
	max-width: 965px;
	padding: 2px 0 10px 0;
}

.content {
	width: 100%;
	max-width: 925px;
	position: relative;

	background: #fff;
    border: 1px solid #ccc;
	border-top-width: 5px;
	border-bottom-width: 5px;
}
.contentblue {
	border-color: #b9dcff;
}
.contentbottomlight {
	border-bottom-width: 1px;
}
.contenttoplight {
	border-top-width: 1px;
}
.emailtable {
	width: 700px;
	width: 100%; /* duplicate */
	padding: 0;
	margin: 2px;
	border: 0;
	border-color: #333;
	background-color: #333;
	font-size: 14px;
	font-weight: bold;
	color: white;
}
/* used on product pages */

.sectionheading {
	text-decoration: none;
	font-weight: normal;
	/*font-family:arial; */
	font-size: 16px;
	background-color:#ebebeb;
	padding-left:10px;
	padding-top:15px;
	padding-bottom:15px;
	max-width:980px;
}
.sectionheading .left {
	color: #333;
}
.sectionheading .right {
	color: #333;
}
.CapsButton {
	background-color: #0061ac;
	padding: 10px;
	color: #fff;
	/*font-family:arial; */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius:3px;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.CapsButton:Hover {
	background-color: #007fe2;
	text-decoration: none;
	color: #fff;
}
/*a {
	-webkit-transition: all .25s ease-in 0s;
	-o-transition: all .25s ease-in 0s;
	transition: all .25s ease-in 0s;
}
a:hover{
 color:#BC0000 !important;
 text-decoration:none !important;
}
a.light:hover {
	color:#fff !important;
}
a.darklink:hover {
	color:#000
 !important;
}*/
#imgFull {
	width:400px;
	height:400px;
}
.goButton {
	vertical-align: middle;
	padding: 7px;
	width: 55px;
	background-color: #144788;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
    -webkit-appearance: none;
	-webkit-transition: all .25s ease-in 0s;
	-o-transition: all .25s ease-in 0s;
	transition: all .25s ease-in 0s;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.goButton:hover {
	background-color:#0f3566;
}
#txtSearch {
	border: 1px solid #000;
	font-size: 14px;
}
.otherButtons {
	font-family: PT Sans; /* necessary? */
	vertical-align: middle;
	background-color: #bd0000;
	color: #fff;
	cursor: pointer;
	border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	padding: 6px;
	font-size: 14px;
	font-weight: bold;
    -webkit-appearance: none;
	-webkit-transition: all .25s ease-in 0s;
	-o-transition: all .25s ease-in 0s;
	transition: all .25s ease-in 0s;
}
.otherButtons:hover {
	background-color: #9b0000;
	text-decoration: none;
}
.videoContainer {
		float: right;
		width: 500px;
		border: 1px solid #ccc;
	}
.descContainer {
		float: left;
		width: 250px;
	}


.helpIcon {
    display: table;
    height: 20px;
    width: 20px;
    background-color: #1997f9;
    -webkit-box-shadow: 0 0 0 1px white, 0 0 0 2px #1997f9;
    -moz-box-shadow: 0 0 0 1px white, 0 0 0 2px #1997f9;
    -ms-box-shadow: 0 0 0 1px white, 0 0 0 2px #1997f9;
    -o-box-shadow: 0 0 0 1px white, 0 0 0 2px #1997f9;
    box-shadow: 0 0 0 1px white, 0 0 0 2px #1997f9;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    line-height: 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
}
.helpIcon::after {
    display: table-cell;
    vertical-align: middle;
    padding-left: 1px;
    content: "i";
}


/* --------------- START Content Page Styles --------------- */

.contentPageContainer .generalpageheading {
    display: block;
}
.contentPageContainer .specialPageHeader {
    display: none;/* To enable: toggle display here and above (content padding will need adjusting) */
    margin: 6px 0;
    padding: 0 0 15px 20px;
    border-bottom: 1px solid #ccc;
}
.contentPageContainer .specialPageHeader h1 {
    margin: 0;
    font-size: 2em;
    color: #333;
}
.contentPageContainer .specialPageHeader .subtitle {
    margin-left: 40px;
    font-weight: bold;
    font-size: 1.2em;
    color: #333;
}

.contentPageContainer {
    position: relative;
    padding-top: 25px;
}
.contentPageContainer h1 {
    display: none;
}
.contentPageContainer h6 {
    margin: 0 0 2px;
    font-weight: bold;
    font-size: 1em;
}
.contentPageContainer p {
    margin: 0 0 1em;
}
.contentPageContainer hr {
    margin: 25px 0;
}

.contentPageContainer .imgContainer {
    float: left;
    margin: 4px 15px 4px 4px;
    text-align: center;
}
.contentPageContainer .imgContainer.right {
    float: right;
    margin: 4px 4px 4px 15px;
}
.contentPageContainer img {
    max-width: 240px;
    max-height: 192px;
}
.contentPageContainer .imgContainer.large img {
    max-width: 350px;
    max-height: 250px;
}
.contentPageContainer .imgCaption {
    padding: 8px 0 8px;
    background-color: #ebebeb;
    font-size: 85%;
}
.contentPageContainer .imgCaption a {
    margin-top: 6px;
    display: block;
}
.contentPageContainer .quoteBlock {
    padding: 25px 0 25px 35px;
    line-height: 2em;
}
.contentPageContainer .readerResponse .quoteBlock {
    padding: 15px 0 15px 35px;
    font-style: italic;
}
.contentPageContainer .quoteBlock p {
    margin-bottom: 25px;
}
.contentPageContainer .quoteBlock p:last-child {
    margin-bottom: 1em;
}
.contentPageContainer .signOff {
    font-style: italic;
}

.contentPageContainer .addressBlock div:first-child {
    font-weight: bold;
}
.contentPageContainer .disclaimer {
    margin-top: 1em;
}
.contentPageContainer .linkBlock {
    margin: 0 0 35px;
}
.contentPageContainer .linkBlock a {
    display: block;
    line-height: 36px;
    color: #333;
}
.contentPageContainer .returnTo {
    text-align: right;
    clear: both;
}
.mobileOnly {
    display: none !important;
}
    /* Contact Us */
#contactContent #contactTable {
    border-spacing: 15px;
    margin-top: 10px;
    width: 100%;
}
#contactContent #contactTable thead td {
    padding: 5px 10px;
    background-color: #f1f1f1;
    font-size: 115%;
    font-weight: bold;
}
#contactContent #contactTable tbody td {
    position: relative;
    top: -1em;
    vertical-align: top;
    padding: 0 10px;
}
#contactContent #contactTable tbody td:first-of-type {
    width: 300px;
}
#contactContent #contactTable img {
    /*position: absolute;
    bottom: 0; */
    margin-top: 1em;
    max-width: 300px;
    width: 300px;
}
#contactContent h6 {
    margin: 1em 0 0;
}
#contactContent .hours {
    font-weight: normal;
    color: #888;
}
#contactContent .disclaimer {
    margin: -2em 0 3em;
    text-align: right;
    font-size: 90%;
}
#contactContent #contactTable a[href^="tel:"]::before {
    /*content: "ph: "*/
}
#contactContent .mapContainer {
    margin-top: 0;
    width: 70%;
    height: 400px;
}

    /* Help */
#helpContent h6 {
    display: none;
}
#helpContent .pageDescription {
    margin-bottom: 25px;
}

#helpContent .helpTopics > div {
    display: table;
    margin-bottom: 25px;
}
#helpContent .helpTopics > div > div:not(.helpIcon) {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}
#helpContent .helpTopics p {
    display: inline;
}

.contentPageContainer.infoPage h1 {
    display: none;
}
.contentPageContainer.infoPage .helpIcon {
    float: left;
    margin: 0 25px 15px 0;
    height: 34px;
    width: 34px;
    font-size: 1.6rem;
}
.contentPageContainer.infoPage .helpIcon::after {
    padding-left: 0;
}
.contentPageContainer.infoPage p:first-of-type {
    padding-left: 20px;
}
.contentPageContainer.infoPage p:nth-of-type(2) {
    margin-top: 1em;
}
    /* Returns */
#imgReturnForm {
    border: 1px solid #ccc;
}

.contentPageContainer .vidGroup .vidContainer {
    float: left;
}
.contentPageContainer .vidContainer,
.contentPageContainer .mapContainer {
    margin: 25px 25px 25px 0;
    width: 300px;
    height: 150px;
}

.contentPageContainer .vidContainer.border {
    border: 1px solid #e0e0e0;
}
.contentPageContainer .vidContainer.blackBorder {
    border: 1px solid #000;
}
.contentPageContainer .vidContainer.large {
    width: 600px;
    height: 300px;
}

.contentPageContainer .mapContainer {
    width: 450px;
    height: 300px;
}

.contentPageContainer .vidContainer iframe, .contentPageContainer .mapContainer iframe,
.contentPageContainer .vidContainer object, .contentPageContainer .mapContainer object,
.contentPageContainer .vidContainer embed, .contentPageContainer .mapContainer embed {
    border: 0;
}
.contentPageContainer .vidContainer iframe,
.contentPageContainer .mapContainer iframe {
    width: 100%;
    height: 100%;
}

/* --------------- END Content Page Styles --------------- */