/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	margin:					0 10px;
	padding:				0px;
	
	background-color:		#fff;

	/*	Default text styles	----------------------------*/
	font-family:			arial, helvetica, sans-serif;
	color:					#444;
	font-size:				14px;
	line-height:			1.4em;
}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	text-decoration:		none;
	color:					#0079AB;
}

a:hover
{
	cursor: pointer;
}

/*---------------------------------------------------------------------------------------------------------
//	Site structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
#center-x
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	background-color:		white;
	width:					900px;
	border-top: 6px #F8982A solid;
}

/*	Popup container	*/
#popup-box
{
	/*	Customize			----------------------------*/
	background-color:		white;
	border:					1px solid black;
	margin:					0px 20px 0px 20px;
	padding:				15px;
}

#header
{
	position: relative;
	height: 147px;
}

#logo
{
	position: absolute;
	top: 14px;
	left: 0px;
}

#content
{
	margin-top: 37px;
	float: left;
	width: 670px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	padding:					50px 0px 25px 0;
	border-bottom:			1px solid #F8982A;
	font-size: 12px;
	color: #888;
	margin-bottom: 50px;
}

#footer a
{
	color: #888;
}

#footer ul
{
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
	float: left;
}

#footer #copyright
{
	float: left;
}

#footer .divider
{
	padding: 0px 10px;
}
#footer li
{
	float:					left;
	padding:				0px;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0px 0px 0.5em 0px;
	padding:				0px;
	font-weight:			bold;
	color: #F8982A;
	font-size: 26px;
	line-height: 26px;
}


#popup-box h1
{
	margin-top:				10px;
	text-align:				center
}

h2
{
	margin:					0px 0px 0.2em 0px;
	padding:				0px;
	
	font-weight:			bold;
	color:					#0079AB;
	font-size: 18px;
}

h3,
.list-item h2
{
	margin:					0 0 .4em 0;
	font-size: 14px;
	font-weight:			bold;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
}

blockquote
{
	margin:					1em 3em;
	padding:				0em;
	font-style:				italic;
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
#right
{
	float: right;
	margin-top: 37px;
	margin-left: 50px;
	width:       180px;
}

.sidebar
{
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.data
{
	border:					1px solid rgb(204,215,238);
	border-collapse:		collapse;
	empty-cells:			show;
}

table.data caption
{
	margin:					0.5em 0em;
	text-align:				left;
	font-weight:			bold;
}

tr.r0
{
	background-color:		white;
}

tr.r1
{
	background-color:		rgb(238,245,255);
}

table.data th,
table.data td
{
	padding:				0.5em 1.0em;
	text-align:				left;
}

table.data th
{
	vertical-align:			bottom;
	background-color:		rgb(204,215,238);
	font-weight:			bold;
	color:					white;
}

table.data td
{
	vertical-align:			top;
	border-bottom:			1px solid rgb(204,215,238);
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	clear:					both;
	display:				block;
	width:					auto;
	height:					26px;
	padding:				0em 1.0em;
	white-space:			nowrap;
	border-bottom:			1px solid rgb(238,238,238);
}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}



/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Social networking tool links
//-------------------------------------------------------------------------------------------------------*/
table.links-bar td
{
	padding:				0px 10px 0px 0px;
}

.inline-digg
{
	float:					left;
	margin:					3px 10px 5px 0px;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Video controls
//-------------------------------------------------------------------------------------------------------*/
#video-buttons a
{
	background-color:		#CCCCCC;
	color:					white;
	font-weight:			bold;
	padding:				4px 6px;
	margin-right:			5px;
	float:					left;
	margin-top:				5px;
}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

/*	shortcomings of the formatter	*/
p
{
	margin:					0 0 1em 0;
}

/*	IE will allocate space for these if there are not display:none -  POSJ	*/
map
{
	display:				none;
}

sup
{
	vertical-align:			super;
	font-size:				0.75em;
}

.sidebar-widget
{
	border-bottom: 1px solid white;
	position: relative;
	display: block;
	border-bottom:1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 12px;
}

.has-icon
{
	padding-left: 37px;
}

h3.has-icon
{
	margin-bottom: 10px;
}

.download-pdf a
{
	padding-left: 37px;
	background: #fff url('/site/images/icon_pdf.png') no-repeat top left;
	display: block;
	height: auto!important;
	min-height: 29px;
	height: 29px;
}

.widget-icon
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.toggle-content
{
	clear: left;
}

.bodytext .toggle-content
{
	margin-bottom: 10px;
	clear: left;
}

.sidebar-widget .textfield
{
	z-index: 1;
	width: 174px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #888;
	color: #888;
	font-size: 12px;
	margin-bottom: 12px;
	padding-left: 6px;
}

.sidebar-widget textarea.textfield
{
	height: 5em;
}

.sidebar-widget .overlabel
{
	line-height: 20px;
	color: #888;
	font-size: 12px;
	padding-left: 7px;
	padding-top: 2px;
}

.sidebar-widget h3,
.sidebar-widget h3 a,
.sidebar-widget .document-link
{
	font-weight: bold;
	color: #7dad01;
	font-size: 15px;
}

.sidebar-widget .document-link
{
	display: block;
}

.thumb
{
	float: left;
	margin-right: 10px;
}

.product,
.list-item
{
	overflow: hidden;
	margin-bottom: 35px;
}

.hidden {display: none;}

.share-list
{
	position: relative;
	width: 150px;
}

.share-list h4
{
	font-weight: normal;
	padding-left: 20px;
	color: #044D86;
	background: #fff url('/site/images/share_icon.png') no-repeat 0px 2px;
	cursor: pointer;
}

.share-list ul
{
	list-style: none;
	position: absolute;
	top: 10px;
	left: 0px;
	background-color: white;
	border: 1px solid black;
	padding: 10px;
	width: 160px;
}

.share-list ul img
{
	vertical-align: bottom;
}

.category-list
{
	width: 320px;
	padding-left: 25px;
	float: left;
	overflow: hidden;
}

.category-list h2
{
	color: #F8982A;
}

#category-list-1
{
	padding-left: 0px;
}

label.overlabel
{
	margin-top: 0;
	color: #888;
}

button.submit
{
	border:      1px solid #bbb;
	padding:     0px 15px;
	height:      25px;
	line-height: 25px;
	font-size:   13px;
	color:       #444;
	background:  #fff url('/site/images/button_back.png') repeat-x top left;
}

.sidebar-widget .fielderror
{
	padding: 0px;
	position: relative;
	top: -10px;
}

.fielderror
{
	color: red;
	background-color: white;
}

#main-image
{
	margin-bottom: 20px;
}

#products-table
{
	border-collapse: collapse;
	margin-bottom: 50px;
}

#products-table td
{
	font-size: 12px;
	width: 210px;
	padding-left: 20px;
}

#products-table .td-1
{
	padding-left: 0px;
}

.product-thumb
{
	margin-bottom: 12px;
}

.more-link
{
	white-space: nowrap;
}

.archive-navigation
{
	margin-bottom: 20px;
}

#newsletter-feature
{
	margin-bottom: 30px;
}

#newsletter-feature h2 a
{
	color: #F8982A;
}

#newsletter-feature #feature-image
{
	margin-bottom: 15px;
}

.accountlinks
{
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}

.extranetwidget ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.bodytext .toggle
{
	padding-left: 18px;
	background: transparent url(/site/images/expand.png) no-repeat center left;
}

.toggle
{
	cursor: pointer;
}

.bodytext .open
{
	background: transparent url(/site/images/collapse.png) no-repeat center left;
}

.hidden .overlabel
{
	display: none;
}

/*---------------------------------------------------------------------------------------------------------
//	Audio Files
//--------------------------------------------------------------------------------------------------------*/
a.sm2_link {
 /* assume all items will be sounds rather than wait for onload etc. in this example.. may differ for your uses. */
 display:inline-block;
 padding-left:22px;
 min-height:16px;
 border:3px solid #666;
 background-color:#666;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
 padding:0px 3px 0px 20px;
 min-width:19em;
 text-decoration:none;
 font-weight:bold;
 color:#fff;
}

a.sm2_link,
a.sm2_paused:hover,
a.sm2_link:hover {
 background:#333 url(/site/inlineplayer/icon_play.png) no-repeat 0px 50%;
 border-color:#333;
}

a.sm2_paused {
 background-color:#999;
 border-color:#999;
}

a.sm2_paused:hover {
 background:#999 url(/site/inlineplayer/icon_play.png) no-repeat 0px 50%;
 border-color:#999;
}

a.sm2_playing,
a.sm2_playing:hover {
 background:#0079AB url(/site/inlineplayer/icon_pause.png) no-repeat 0px 50%;
 border-color:#0079AB;
 text-decoration:none;
}
