/* add asterisk to required field labels */
label.required:after
{
	content: " *";
}

.lit-link {
 	font-size: 26px;
  	font-weight: 300;
}

.lit-breadcrumb {
	font-size: 18px;
}

/*This work below is belon page of Technical Inquiry form */
.tech_form {
	background: #ECECF3;
	color: #000;
	padding: 10px 10px;
	border-radius: 5px;
	margin-top: 20px;
}

/* This is some small script for Literature page */

img.liter_thumb {
	width: 114px;
	height: 140px;
	display: auto;
}

.imgNB, .noLine {
	clear: both;
	display: auto;
}

.thethumbnail {
	background: #ECECF3;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.literaturecategory {
	background: #ECECF3;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 40px; 
	margin: 0 auto;
	text-align: center;
}
.category-row {
	margin: 0 auto;
}

.category-img {
	max-width: 120px;
}

.flyer-row {
	margin: 0 auto;
	text-align: center;
}

/* The technical enquiry page in catalog customise */

.tech_form hr {
	background-color: #004481;
	height: 2px;
}

.strong {
	margin-right: 8px;
	text-align: justify;
}

.italic, .italictxt {
   font-style: italic;
}

.boldtxt { 
	font-weight: bold; 
}

/* hide the Item Details button/link from the pricing box by default */
.pricebox-item-details-button
{
	display: none;
}

.pricing-warehouse-label
{
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 16px;
}

.pricing-container
{
	margin-top: 10px;
}

.promo-price
{
	color: #e89836;
	font-weight: bold;
}

/* hide expand button on xref rows in lists, such as Alphabetical index */
.list-group-item.xref .section-toggle 
{
	visibility: hidden;
}

/* show lists with bullets and normal styling on Product Details page, specifically for Applications, Notes, and Lit Refs */
.product-details #product ul 
{
	list-style: disc;
	padding-left: 20px;
}

.text-red
{
	color: red;
}

.highlight-red
{
	color: #FF0000;
	font-weight: bold;
}

.fine-print
{
	font-size: 80%;
}
