/************************** COLORS *******************************
  474747=Charcoal Gray (text)
  7A838E=Dark Gray (page background)
  CCCFD2=Gray (separator bar below titles)
  ECECEC=Light Gray (left column background)
  003366=Dark Blue (main nav / titles)
  6092C3=Blue (latest news header bar / bar accent)
  F6F9FC=Light blue (footer bkgd)
  FE0000=Red

*****************************************************************/

/*****************************
CUSTOM CLASSES
*****************************/
#istLeftColumn {
	background-color: #FFFFFF;
}

#istPageBody {
	background-color: #FFFFFF;
}

/************************** TITLES *******************************
  ist-title1 = Merchandiser Page Title
  ist-title2 = Merchandiser Results Title
  ist-title3 = Merchandiser Accessories Title
*****************************************************************/
.ist-title1, a.ist-title1:link, a.ist-title1:visited {
	font-family: georgia, times new roman, times;
	line-height: 1.45em;
	font-size: 24px;
	font-weight: normal;
	color: #474747;
	text-decoration: none;
        border-top: 6px solid #FE0000;
	border-bottom: 2px solid #CCCFD2;
        margin-bottom: 16px
}

a.ist-title1:hover {
	color: #003366;
	text-decoration: underline;
}

.ist-title2, a.ist-title2:link, a.ist-title2:visited {
	font-family: verdana, tahoma, sans-serif, helvetica, arial;
	line-height: 1.3em;
	font-size: 12px;
	font-weight: bold;
	color: #474747;
	text-decoration: none;
}

a.ist-title2:hover {
	color: #000000;
	text-decoration: underline;
}

.ist-title3, a.ist-title3:link, a.ist-title3:visited {
	font-family: verdana, tahoma, sans-serif, helvetica, arial;
	line-height: 1.3em;
	font-size: 10px;
	font-weight: bold;
	color: #474747;
	text-decoration: none;
}

a.ist-title3:hover {
	color: #686868;
	text-decoration: underline;
}
/*
	Titles used primarily on details pages due to long titles
*/
.ist-title-details, a.ist-title-details:link, a.ist-title-details:visited {
	font-family: verdana, tahoma, sans-serif, helvetica, arial;
	line-height: 1.3em;
	font-size: 14px;
	font-weight: bold;
	color: #474747;
	text-decoration: none;
}

a.ist-title-details:hover {
	color: #686868;
	text-decoration: underline;
}

/*************************** SUBTITLES **************************/
/****************************************************************/
.ist-subtitle1, a.ist-subtitle1:link, a.ist-subtitle1:visited {
	font-family: verdana, tahoma, sans-serif, helvetica, arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
	color: #474747;
	text-decoration: none;
}

a.ist-subtitle1:hover {
	color: #686868;
	text-decoration: underline;
}

.ist-subtitle2, a.ist-subtitle2:link, a.ist-subtitle2:visited {
	font-family: verdana, tahoma, sans-serif, helvetica, arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	color: #474747;
	text-decoration: none;
}

a.ist-subtitle2:hover {
	color: #686868;
	text-decoration: underline;
}

.ist-subtitle3, a.ist-subtitle3:link, a.ist-subtitle3:visited {
	font-family: verdana, tahoma, sans-serif, helvetica, arial;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.3em;
	color: #474747;
	text-decoration: none;
}

a.ist-subtitle3:hover {
	color: #686868;
	text-decoration: underline;
}

/*************************** BODY TEXT **************************
  .ist-body-txt2 = Merchandiser Results Page Body Text & Misc. 
                   Portfolio Slideshow Toolbar Text
  .ist-body-txt3 = Merchandiser Results & Details Spec Box Text 
                   Portfolio Main Category Box "count" & Courtesy/Copyright Text
****************************************************************/
.ist-body-txt1, a.ist-body-txt1:link, a.ist-body-txt1:visited {
	font-family: verdana, tahoma, sans-serif, helvetica, arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
	color: #474747;
	text-decoration: none;
}

a.ist-body-txt1:hover {
	color: #686868;
	text-decoration: underline;
}

.ist-body-txt2  {
	font-family: verdana, tahoma, sans-serif, helvetica, arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
	color: #474747;
	text-decoration: none;
}

a.ist-body-txt2:link, a.ist-body-txt2:visited {
	font-family: verdana, tahoma, sans-serif, helvetica, arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
	color: #003366;
	text-decoration: none;
}

a.ist-body-txt2:hover {
	color: #003366;
	text-decoration: underline;
}

.ist-body-txt3, a.ist-body-txt3:link, a.ist-body-txt3:visited {
	font-family: verdana, tahoma, sans-serif, helvetica, arial;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.3em;
	padding: 4px;
	color: #474747;
	text-decoration: none;
}

a.ist-body-txt3:hover {
	color: #686868;
	text-decoration: underline;
}

/*********************** INTRO TEXT ****************************
  ist-intro1 = Main Products & Results Page Intro Text
***************************************************************/
.ist-intro1, a.ist-intro1:link, a.ist-intro1:visited {
	font-family: georgia, times new roman, times;
	line-height: 1.3em;
	font-size: 14px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}

a.ist-intro1:hover {
	color: #003366;
	text-decoration: underline;
}

/*************************** IMAGE CAPTION TEXT ***********************/
/**********************************************************************/
.ist-caption {
	font-family: georgia, times new roman, times;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.3em;
	color: #003366;
	text-decoration: none;
}

/*************************** SALE PRICE TEXT ***************************/
/***********************************************************************/
.ist-sale-price {
	font-family: verdana, tahoma, sans-serif, helvetica, arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	color: #FF0000;
	text-decoration: none;
}

/*************************** ERROR MESSAGE TEXT *****************/
/****************************************************************/
.ist-error-msg, a.ist-error-msg:link, a.ist-error-msg:visited {
	font-family: verdana, tahoma, sans-serif, helvetica, arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3em;
	color: #FF0000;
	text-decoration: none;
}

.ist-error-msg:hover, a.ist-error-msg:hover {
	text-decoration: underline;
}

/*************************** CONTROL LINKS ***********************
  .ist-control-txt = Merchandiser Print, Email, & Login Link Text
*****************************************************************/
.ist-control-txt, a.ist-control-txt:link, a.ist-control-txt:visited {
	font-family: verdana, tahoma, sans-serif, helvetica, arial;
	font-size: 10px;
	line-height: 1.3em;
	font-weight: normal;
	color: #474747;
	text-decoration: none;
}

a.ist-control-txt:hover {
	text-decoration: underline;
}

/************** RESULTS PAGER LINK TEXT & VERTICAL DIVIDER ************
  ist-pager-links = Merchandiser Results Pager Links
                      Newsroom Year Results Pager Links
**********************************************************************/
.ist-pager-links a:link, .ist-pager-links a:visited {
	font-family: verdana, tahoma, sans-serif, helvetica, arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
	color: #003366;
	text-decoration: none;
}

.ist-pager-links a:hover {
	color: #003366;
	text-decoration: underline;
}

.ist-pager-links-sel {
	/* current pager number */
	color: blue;
	border: 1px solid #c2c2c2;
	background-color: #E1E1E1;
	text-decoration: underline;
}

.ist-pager-links {
	font-family: verdana, tahoma, sans-serif, helvetica, arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
	color: #474747;
	text-decoration: none;
}


/************** CATEGORY LINK TEXT & CATEGORY VERTICAL DIVIDER ************
  a.ist-cat-link = Merchandiser Results Page Sub-Category Links
**********************************************************************/
a.ist-cat-link:link, a.ist-cat-link:visited {
	font-family: verdana, tahoma, sans-serif, helvetica, arial;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.3em;
	color: #585858;
	text-decoration: none;
}

a.ist-cat-link:hover {
	color: #000000;
	text-decoration: underline;
}

.ist-cat-separator {
	font-family: verdana, tahoma, sans-serif, helvetica, arial;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.3em;
	color: #474747;
	text-decoration: none;
}

/*************************** SEPARATOR LINE ***************************
  Separates Merchandiser Results Page Listings
**********************************************************************/
div.ist-hr-line {
	border-bottom: 1px solid #CCCFD2;
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

/********************** BREADCRUMB BAR ELEMENTS *******************/
/******************************************************************/
.ist-breadcrumb, a.ist-breadcrumb:link, a.ist-breadcrumb:visited {
	font-family: verdana, tahoma, sans-serif, helvetica, arial;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.4em;
	color: #003366;
	text-decoration: none;
}	

a.ist-breadcrumb:hover {
	text-decoration: underline;
}

.ist-breadcrumb-bar {
	width: 100%;
	height: 2.6em;
	background-color: #ffffff;
        border-top: 6px solid #FE0000;
	border-bottom: 2px solid #CCCFD2;
	padding: 4px 0px 4px 5px;
	margin: -16px 0px 4px 0px;
}

/**************************** BOX ELEMENTS ***********************
  .ist-box1 = Merchandiser Results & Details Spec Box Background
              Portfolio Main Image Box Background
  .ist-box2 = Portfolio Category Box Background
  .ist-box3 = Portfolio Slideshow Toolbar Background
  .ist-box4 = Not Assigned
****************************************************************/
.ist-box1 {
	/* height: 1.25em; */
	background-color: #d7d7d7;
	border-width: 0px 0px 0px 0px;
	border-color: #000000;
	border-style: solid;
}

.ist-box2 {
	/* height: 1.25em; */
	background-color: #e7e7e7;
	border-width: 0px 0px 0px 0px;
	border-color: #000000;
	border-style: solid;
}

.ist-box3 {
	/* height: 1.25em; */
	background-color: #e7e7e7;
	border-width: 0px 0px 0px 0px;
	border-color: #000000;
	border-style: solid;
}

.ist-box4 {
	/* height: 1.25em; */
	background-color: #e7e7e7;
	border-width: 0px 0px 0px 0px;
	border-color: #000000;
	border-style: solid;
}

/*************************** FORM ELEMENTS **********************/
/****************************************************************/
input, button {
	font-family: verdana, tahoma, sans-serif, helvetica, arial;
	font-size: 10px;
	color: #474747;
}

textarea {
	font-family: verdana, tahoma, sans-serif, helvetica, arial;
	font-size: 12px;
	color: #474747;
}

select {
	font-family: verdana, tahoma, sans-serif, helvetica, arial;
	font-size: 10px;
	color: #474747;
}

/**************** ALTERNATING ROW COLORS ***********************
	Newsroom
****************************************************************/

.ist-alternatingColor1 {
	background-color: #F6F9FC;
}

.ist-alternatingColor2 {
	background-color: #FFFFFF;
}

/**************** SECTIONAL MENU - RIGHT COLUMN ****************
	Newsroom Contacts Menu
****************************************************************/
div.ist-section-menu {
	/* Section Menu - Border */
	border: 1px solid #c2c2c2;
	float: right;
	width: 150px;
	clear: both;
}

div.ist-section-menu div.ist-section-menu-header {
	/* Section Menu - Header Text & Background */
	display: block;
	margin: auto;
	height: 190%;
	line-height: 190%;
	padding: 0px 5px;
	vertical-align: middle;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	background-color: #c2c2c2;
	border-bottom: 1px solid #ddd;
}

div.ist-section-menu div.ist-section-menu-content {
	/* Section Menu - Content Area Text & Background */
	margin: auto;
	line-height: 120%;
	margin: 0px 6px 6px 6px;
	vertical-align: middle;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

/**************** PAGE SECTION BARS ****************************
	Displays in body area of;
	1) Newsroom
****************************************************************/
.ist-section-bar-text {
	font-family: georgia, times new roman, times;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: normal;
	color: #474747;
	text-decoration: none;
        margin-left: 6px;
}

.ist-section-bar {
	/* Section Bar - Body Area - Background & Borders for*/
	margin: 0px;
	padding: 2px 6px;
	background-color: #ECECEC;
        border-top: 2px solid #6092C3;
	border-bottom: 0px solid #CCCFD2;
}
