﻿.master-sidebar-table
{
	border-collapse: collapse;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #26527C;
}

.master-textbox-header
{
	margin-top: 10px; 
	font-size: 10px; 
	text-align: left; 
	margin-left: 9px;
	font-weight: bold;
}

.master-sidebar-header
{
	background-color: #26527C;
	vertical-align: top;
	text-align: center;
	width: 150px;
	border: solid 1px #26527C;
}

.master-sidebar-image
{
	background-color: #EDF1F4;
	border-left: solid 1px #26527C;
	border-right: solid 1px #26527C;
	vertical-align: top;
	text-align: center;
	height: 55px;
	width: 150px;
}

.product-search-alpha-link
{
	text-align: center;
	font-size: 13px;
	width: 17px;
	text-decoration: underline;
}

.product-search-alpha-link-inline
{
	text-align: center;
	font-size: 12px;
	text-decoration: underline;
    color: #26527C;
}

.radio
{
	border: none;
	color: #26527C;
	font-size: 12px;
	display: inline;
}

.bulleted-list
{
	list-style-image:url(images/sideMenuBullet.png);
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 20px;	
}

.numbered-list
{
	margin-top: 5px;
	margin-bottom: 5px;
	color: #26527C;
	line-height: 20px;
	text-align: left;
}

h1
{
	font-size: 35px;
	color: #26527C;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2
{
	font-size: 25px;
	color: #26527C;
	margin-top: 5px;
	margin-bottom: 5px;
}

h3
{
	font-size: 20px;
	color: #26527C;
	margin-top: 5px;
	margin-bottom: 5px;
}

h4
{
	font-size: 16px;
	color: #26527C;
	margin-top: 5px;
	margin-bottom: 5px;
}

h5
{
	font-size: 13px;
	color: #26527C;
	margin-top: 5px;
	margin-bottom: 5px;
}

.textbox
{
	border: solid 1px 	#26527C;
	color: #26527C;
}

.page-dropdown
{
	border: solid 1px #484848;
	color: #484848;
	font-size: 10px;
	display: inline;
}

.cart-dropdown
{
	border: solid 1px #484848;
	color: #26527C;
	font-size: 11px;
	display: inline;
	width: 130px;
}

.checkout-dropdown
{
	border: solid 1px #26527C;
	color: #26527C;
	font-size: 10px;
	display: inline;
}

.checkout-textarea
{
	border: solid 1px #26527C;
	color: #484848;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 7px;
}

p
{
	color: #484848;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 18px;
	text-align: left;	
}

.list-item
{
    text-align: left;
    }

.faq-question
{
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 20px;
}

.faq-question li
{
	list-style-image: url(images/icon-question.gif);	
	list-style-position: outside;
	vertical-align: middle;
	padding-top: 10px;
	padding-left: 15px;
	margin-right: 10px;
	line-height: 17px;
	text-align: left;
}

div
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color:  #26527C;
}

td
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color:  #26527C;	
}

/* dashed horizontal rule style */

hr
{
    margin: auto;
    margin-top: 1px;
    vertical-align: middle;
    border-top: 1px dotted #26527C;
    height: 1px;
    width: 90%;
    clear: both;
}

/* used for plain text button links */
.link-button-alt
{
    color: #26527C;
}

.link-button
{
	text-align: center;
	background: #26527C;
	border: 2px outset #597996;
	height: 20px;
	width: auto;
}

/* Firefox/Gecko hack */
.link-button span
{
	text-align: center;
	background: #26527C;
	border: 2px outset #597996;
	height: 20px;
	width: auto;
}

.link-button-text
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}

.checkbox
{
	border: none;
	color: #26527C;
	font-size: 12px;
	display: inline;
}

.textarea
{
	font-family: Arial, Helvetica, Sans-Serif;
	border: solid 1px #26527C;
	color: #26527C;
}

.form-errors-container
{
	text-align: left; 
	width: 95%; 
	padding: 5px; 
	margin-top: 0px; 
	margin-bottom: 10px; 
	border: 1px solid Maroon;
	color: Maroon;
}

.checkout-form
{
  width: 100%; 
  margin: 1px; 
  padding: 5px; 
  background-color: White; 
  border: solid 1px Maroon;
}

.checkout-form p
{
  color: Maroon;
  margin-top: 3px;
  margin-bottom: 0px;
}

.checkout-form-errors
{  
  margin-top: 0px;
  margin-bottom: 3px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: Maroon;
	margin-left: 20px;
}

.form-errors
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: maroon;
}

.search-dropdown
{
	border: solid 1px Black;
	color: Black;
	font-size: 11px;
	display: inline;
	width: 130px;
}

table 
{
    text-align: left;
}

/***********/
.master-sidebar-link-button-text
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 2px;
}

.master-sidebar-header-text
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 16px; 
    font-weight: bold;
    color: #ffffff; 
    text-align: center;
}

.master-menu-header-on
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration:none;
    color: #ffffff;
    padding: 6px;
}

.master-menu-header-off
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration:none;
    color: #26527C;
    padding: 6px;
}

.master-menu-header-info
{
	float: left; 
	width: auto; 
	padding: 5px; 
	padding-left: 9px; 
	padding-right: 9px; 
	background-color: #edf1f4; 
	border: 1px solid #26527C;
}

.master-menu-header-info-alt
{
	float: left; 
	width: auto; 
	padding: 5px; 
	padding-left: 9px; 
	padding-right: 9px; 
	background-color: #26527C; 
	border: 1px solid #26527C;
}

.button
{
    background: url(/images/rpt_slice.jpg) repeat-x; 
}

.button a
{
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF; 
}

.button_gbk
{
  background: url(/images/rpt_slice_gbk.jpg) repeat-x; 
}

.button_gbk a
{    
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF; 
}

.master-main-logo-text
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 35px; 
    font-weight: 600;
    color: #26527c; 
}

/***********/
.monograph-header-on
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
    font-weight: normal;
	text-decoration:none;
    color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
}

.monograph-info
{
	float: left; 
	width: auto; 
	padding: 5px; 
	background-color: #edf1f4; 
	border: 1px solid #26527c;
}

.monograph-info-alt
{
	float: left; 
	width: auto; 
	padding: 5px; 
	background-color: #26527c; 
	border: 1px solid #26527c;
}

.rounded-button
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 2px;
	margin-top: 10px;
}

 a.flyout {
    position:relative; 
    z-index: 24; 
    color: #26527c;
	  border-bottom: solid 1px #26527c;
    text-decoration: none;
  }

  a.flyout:hover {
    z-index: 25; 
    background-color: #EDF1F4;
  }

  a.flyout span {
    display: none;
  }

  a.flyout:hover span{ 
    text-align: left;
    line-height: 18px;
    display: block;
    position: absolute;
    top: 2px; 
    left: 2px;
    border: 1px solid #26527c;
    background-color: #EDF1F4; 
    color: #484848;
	  padding: 10px;
  }
