/*
	UTHREADS STYLE GUIDE CSS STYLES
*/

/*
	Text - Large Header
*/
.TextLargeHeader
{
	font-family: Arial;
	font-size: 15px;
	color: #003300;
}

/*
	Text - Page Header, Product Descriptions
*/
.TextPageHeader
{
	font-family: Arial;
	font-size: 14px;
	color: #003366;
}

/*
	Text - Body Copy
*/
.TextBodyCopy
{
	font-family: Arial;
	font-size: 14px;
	color: #666666;
}

/*
	Text - Body Copy Bold
*/
.TextBodyCopyBold
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

/* 
	Text - Table Sub-Header
*/
.TextTableSubHeader
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

/*
	Text- Highlight
*/
.TextHighlight
{
	font-family: Arial;
	font-size: 14px;
	color: #660066;
}

/*
	Shopping and Call to Action Hyperlinks
*/
a .Shopping
{
	font-family: Arial;
	font-size: 14px;
	color: #003300;
	text-decoration: underline;
}

a .Shopping:hover
{
	font-family: Arial;
	font-size: 14px;
	color: #003300;
	text-decoration: none;
}

/*
	Navigation and Product Hyperlinks
*/
a .Navigation
{
	font-family: Arial;
	font-size: 14px;
	color: #666666;
	text-decoration: underline;
}

a .Navigation:hover
{
	font-family: Arial;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

/*
	Text - Bulleted List
*/
li
{
	font-family: Arial;
	font-size: 14px;
	color: #666666;
}

.Text-Highlight-Bold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: 660066;
}

.Text-Highlight-Blue {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: #003366;
    line-height: 14px;
}

.Text-Highlight-Red {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: BC0031;
    line-height: 14px;
}

.Text-Highlight-Gold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: A9955E;
    line-height: 14px;
}

.Text-Sub-Header-Blue-12 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #003366;
    line-height: 15px;
}

.Text-Sub-Header-Green-12 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #003300;
    line-height: 15px;
}

.Text-Sub-Header-Burgundy-12 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #660000;
    line-height: 15px;
}





.floatright {
	float: right;
	margin: 1.5em 0 1em 1em;
}
.TableTextCheckout p {
	margin: .5em 0;
}
#checkout-options {
	background: transparent url("../media/bg-checkout-or.gif") no-repeat center 36px;
}