﻿/* dashed horizontal rule style */

h1
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
    font-weight: bold;
    text-decoration:none;
    margin-top: 10px;
    margin-bottom: 10px;
	padding: 0px;
    color: #4D6F6C;
}

h2
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
    font-weight: bold;
    text-decoration:none;
    margin-top: 10px;
    margin-bottom: 10px;
	padding: 0px;
    color: #6f6c4d;
}
h3
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
    font-weight: bold;
    text-decoration:none;
    margin-top: 10px;
    margin-bottom: 10px;
	padding: 0px;
    color: #4D6F6C;
}
.articles 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
    font-weight: bold;
    text-decoration:unerline;
    margin-top: 10px;
    margin-bottom: 10px;
	padding: 0px;
    color: #4D6F6C;
}
h4
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
    text-decoration:none;
    margin-top: 0px;
    margin-bottom: 10px;
	padding: 0px;
    color: #97bdb9;
}


hr
{
    margin: auto;
    margin-top: 1px;
    vertical-align: middle;
    border-top: 1px dotted #2f5859;
    height: 1px;
    width: 90%;
}

/* paragraph style */

p
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
    font-weight: 100;
    text-decoration:none;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #484848;
}

ul
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
    font-weight: 100;
    text-decoration:none;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #484848;
}

ol
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
    font-weight: 100;
    text-decoration:none;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #484848;
}

/* link styles */

a
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
    font-weight: 100;
    text-decoration:none;
    color: #74a7a2;
}

a:hover
{
    text-decoration:underline;
}



.mainnavlink a
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
    /*font-weight: 100;*/
	font-weight: bold;
    text-decoration:none;
    /*color: #74a7a2;*/
	color: White;
}

.mainnavlink a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
    text-decoration:underline;
	color: White;
}

.breadcrumb
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
    font-weight: 100;
    text-decoration:none;
	color: #2f5859;
}

.breadcrumb a
{
	color: #2f5859;
}

.product-anchor-links a
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
    font-weight: 100;
    text-decoration: underline;
    color: #74a7a2;
}

.navlink a
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
    font-weight: 100;
    text-decoration:none;
    color: white;
}

.navlink a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
    font-weight: 100;
    text-decoration:underline;
    color: white;
}

/* misc. element styles */

#masterpage
{
    background: white;
    position: relative;
    width: 800px;
    margin: auto;
    border: 1px solid #2f5859;
}

#header
{
    background: white;
    position: relative;    
    width: 800px;
}

#leftnav
{
    float: left;
    background: white;
	width: 137px;
	margin-left: 2px;
}

#content 
{
    float: left;
    background: white;
	width: 503px;
	margin-left: 5px;
	margin-right: 5px;
}

#rightnav
{
    float: left;
    background: white;
    width: 140px;
	margin-right: 2px;
}

#footer 
{
    background: #2f5859;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
    font-weight: 100;
    color: white;
    width: 800px;
    clear: both;
}

#footer-left
{
    float: left;
    background: #2f5859;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
    font-weight: 100;
    color: white;
    width: 350px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
}

#footer-right
{
    float: right;
    background: #2f5859;
    margin-right: 5px;
    text-align: right;
    width: 375px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.spacebar
{
    background: white;
    height: 5px;
    width: 100%;
    font-size: 5px
}

.orderbylinks
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
    font-weight: bold;
    color: #484848;    
}

/* dummy class to contain other divs */

.container
{
    background: white;
}

/* used for plain text button links */
.link-button-alt
{
    color: #2f5859;
}

.link-button
{
	text-align: center;
	background: #2f5859;
	border: 2px outset #6da2a3;
	height: 20px;
	width: auto;
}

/* Firefox/Gecko hack */
.link-button span
{
	text-align: center;
	background: #2f5859;
	border: 2px outset #6da2a3;
	height: 20px;
	width: auto;
}

.link-button-text
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
}

.content-header 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
    font-weight: bold;
    text-decoration:none;
    margin-top: 0px;
    margin-bottom: 10px;
	padding: 0px;
    color: #74a7a2;
}

.box-header 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
    font-weight: bold;
    text-decoration:none;
    margin-top: 0px;
    margin-bottom: 0px;
	padding: 5px;
    color: white;
	border-color: #74a7a2; 
	background-color: #74a7a2;
}

/* used for the left-side product box headers */
.box-header-product
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
    font-weight: bold;
    text-decoration:none;
    margin-top: 0px;
    margin-bottom: 0px;
	padding: 5px;
    color: white;
	border-color: #74a7a2; 
	background-color: #74a7a2;
}
/*
.box-header-product a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
    font-weight: bold;
    text-decoration:underline;
    margin-top: 0px;
    margin-bottom: 0px;
	padding: 5px;
    color: white;
	border-color: #74a7a2; 
	background-color: #74a7a2;
}
*/
.product-label
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
    font-weight: bold;
    text-decoration:none;
    margin-top: 0px;
    margin-bottom: 0px;
	padding: 5px;
    /*color: #74a7a2;*/
	color: #2f5859;
	border-color: white; 
	background-color: white;
}

.search-result-dropdown
{
	border: solid 1px #74a7a2;
	font-size: 11px;
	display: inline;
	width: 130px;
    color: black;
}

.page-dropdown
{
	border: solid 1px #74a7a2;
	color: #74a7a2;
	font-size: 12px;
	display: inline;
}

.cart-dropdown
{
	border: solid 1px #74a7a2;
	color: black;
	font-size: 11px;
	display: inline;
	width: 130px;
}

.pricing-table
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
    font-weight: 100;
    text-decoration:none;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #484848;
}

.pricing-table-details
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
    font-weight: 100;
    text-decoration:none;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #484848;
}

.form-errors-container
{
	text-align: left; 
	width: 95%; 
	padding: 5px; 
	margin-top: 0px; 
	margin-bottom: 10px; 
	border: 1px solid Maroon;
	color: Maroon;
}

.form-errors
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: maroon;
}

.secure-table
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px; 
	font-weight: bold; 
	color: #74a7a2;
}

.secure-table-header
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px; 
	font-weight: normal; 
	color: #74a7a2;
}

.textbox
{
    background: white;
    font-family: Arial, Helvetica, Sans-Serif; 
    font-size: 12px; 
    border: 1px solid #74a7a2;
}

.checkout-dropdown
{
	border: solid 1px #74a7a2;
	color: Black;
	font-size: 10px;
	display: inline;
}

.checkbox
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
    font-weight: 100;
    text-decoration:none;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #484848;
}

a.bodylink
{

	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
    font-weight: 100;
    text-decoration:none;

    color: #484848;
	}
	
.rx-notice
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
    font-weight: 100;
    font-style: italic;
    color: #74a7a2;
}

.radio
{
	font-family: Arial, Helvetica, Sans-Serif;
	border: none;
	color: #484848;
	font-size: 12px;
	display: inline;
}

.monograph-header-on
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	/*font-weight: bold;*/
    font-weight: normal;
	text-decoration:none;
    color: #ffffff;
}

.monograph-info
{
	float: left; 
	width: auto; 
	padding: 5px; 
	background-color: #eeeaf2; 
	border: 1px solid #74a7a2;
}

.monograph-info-alt
{
	float: left; 
	width: auto; 
	padding: 5px; 
	background-color: #74a7a2; 
	border: 1px solid #74a7a2;
}

.active-header
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
    text-decoration:none;
	margin-top: 10px;
    color: #484848;
}

.inactive-header
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
    text-decoration:none;
	margin-top: 10px;
    color: #74a7a2;
}

.sitemap-item li
{
	list-style-type: disc;
}