/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

a:link {
	color: #002DA7;
	text-decoration: none;
}
	
	
a:visited {
	color: #002DA7;
	text-decoration: none;
	}
	

a:hover{
	text-decoration: underline;
	}
	

.gray_text_sm 
{
	font-family: Arial,sans-serif;
	font-size: 10px;
	color: #313131;
}

.loc_header
{
	font-family: Arial,sans-serif;
	font-size: 18px;
	color: #313131;
	font-weight: bold;
}

.gray_header
{
	font-family: Arial,sans-serif;
	font-size: 18px;
	color: #313131;
	font-weight: bold;
}

.blue_header
{
	font-family: Arial,sans-serif;
	font-size: 18px;
	color: #0F4B8E;
	font-weight: bold;
}

.gray_sub_header
{
	font-family: Arial,sans-serif;
	font-size: 14px;
	color: #313131;
	font-weight: bold;
}

.gray_text_med 
{
	font-family: Arial,sans-serif;
	font-size: 14px;
	color: #313131;
}

.gray_text 
{
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #313131;
	line-height: 1.5;
}

.gray_text_details
{
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #313131;
	line-height: 1.2;
}

.gray_text11
{
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #313131;
}

.gray_text11_b 
{
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #313131;
	font-weight:bold;
}

.gray_text10
{
	font-family: Arial,sans-serif;
	font-size: 10px;
	color: #313131;
}

.error_text 
{
	font-family: Arial,sans-serif;
	font-size: 12px;
	color:#ff0000;
	font-weight: normal;
}

.gray_text_strong 
{
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #313131;
	font-weight: bold;
}

.red_text_strong 
{
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #AD0000;
	font-weight: bold;
}

/* Expandable 4.0 Shop Header */

#shopHdr {
	font-family:arial,helvetica,sans serif;
	font-size:12px;
}
#shopHdr #logoBannerWrap {
	clear:both;
	background:url(/img/core/shop/bg_shopHdrR.gif) no-repeat right;
	height:64px;
	padding:0 10px 0 0;
}
#shopHdr #logoBanner {
	background:url(/img/core/shop/bg_shopHdrM.gif) repeat-x;
}
#shopHdr #logoBanner h1 {
	background:url(/img/core/shop/bg_shopHdrL.gif) no-repeat left;
	height:64px;
	margin:0;
	font-size:1px;
	text-indent:-999px;
}
#shopHdr a.return {
	float:left;
	display:inline;
	white-space:nowrap;
	background:url(/img/core/corporate/arrow_return.gif) no-repeat 0 2px;
	padding: 0 0 4px 12px;
	margin: 0 0 0 16px;
	font-weight:bold;
}
