.outline {border: 1px solid black;}
.pageOutline {margin-top: 70px; margin-bottom: 50px;}

.dropdown-menu {	
	max-height: 400px;
	overflow: hidden;
	overflow-y: auto;	
}

.navBG {background-color: #eee9e9; position: relative; top: -19px; padding-top: 16px;}

/* FOnt styles */
.calibri {font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;}
.header {font-size: 16px;}
.feedback {font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif; font-size: 16px;}
.itemFeedback {font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif; font-size: 18px;}
.buyDesc {font-size: 20px; font-weight: normal;}

.adSpacer {margin-bottom: 30px;}
.productSpacer {height: 50px;}
.prodpageMainImage{margin-left: 15px;}
.form {margin-top: 50px;}

.productSponsor {
	max-width: 469px;
	height: 155px;
	padding-left: 4px;
	margin-left: 15px;
}
.productSponsor img {float:right; height: 153px;}


.leftNav {background-color: #dedede;}
.leftNavHeading {background: #4e4e4e; color: #ddeeff; font-weight: bold;}

.mainImage {margin-bottom: 20px; border: 1px solid black;}
.mainIcon {margin-bottom: 20px;}

.navButton {
	display: inline-block;
	text-transform: uppercase;
	background-color: #53572f;
	width: 100px;
	height: 40px;
	color: white;
	border-style: outset;
	border-width: 5px;
	border-color: #53662f;
	font-size: 20px;
	font-weight: bold;
}

.prodThumb {border: 1px solid black; margin-bottom: 5px;}
.sellingPrice {color: #ff0000; font-size: 24px;}
.pmiBuy {max-width: 250px !important; margin: 0 25px;}
.buyImage {margin: 5px;}
.checkoutLast {padding-right: 15px;}
.checkoutFeedback {font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif; font-style: italic;}

.linkedInIcon {position: relative; top: -6px;}
.fbIcons {position: relative; top: -5px;}
.bookMarkLink {position: relative; top: -4px;}

.divider {
	height: 1px;
	display: block;
	margin: 9px 0;
	background-color: #e5e5e5;
	width: 90%;
}

li.pgFor {width: 175px; text-align: left; margin: 0 auto;}

/* hide anytime (usually unless printing **/
.printHide {
	display: none;
}

/********** Media Queries ****************/


/****** 1199 - Bootstrap medium / large breakpoint ***  1199 = last MD size *******/
@media all and (max-width: 1199px) {


}



/****** 991 - Bootstrap small/medium breakpoint ***  991 - last SM size  ******/

@media all and (max-width: 991px) {
	.productSponsor img {margin-right: -15px;}
	
}


/****** 767 - Bootstrap extra small / small breakpoint ***  767 = last XS size *******/
@media all and (max-width: 767px) {
	.mainIcon {border-bottom: 1px solid #dddddd;}

}

/*** Just another small breakpoint ****/
@media all and (max-width: 540px) {
	.productSponsor {max-width: 400px;}
	.productSponsor p {font-size: 10px;}
	
}

.red {
	color: #ff0000;
}
