/* Nonstandard Styles For a Resource Box and A Product Table (Used in SG Handling Kit Page and Gold Kit Page) */

#primarycontent #resource
{
	background-color: white;
	border: solid gray 1px;
	float: right;
	margin-left: 5px;
	width: 175px;
}

#primarycontent #resource h1
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	background-color: #5A85D4;
	padding: 0 0 0 0;
}

#primarycontent #resource ul li
{
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 14px;
	text-align: left;
	font-size: 10px;
	color: #4E3F26;
	/* list-style: none; */
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}

#primarycontent #resource a
{
color: #4E3F26;
text-decoration: none;
}

#primarycontent #resource a:hover
{
color: #CC6600;
text-decoration: none;
}

/* table style used throughout the site. may want to change to more generic table */
#primarycontent #gridtable 
{
font-family: verdana, helvetica, sans-serif;
/* border: 1px solid #666666; */
}

#primarycontent #gridtable td 
{
font-family: verdana, helvetica, sans-serif;
border-bottom: 1px solid #cccccc;
padding: 4px;
}

#primarycontent #gridtable h2
{
font-size: 12px;
font-family: verdana, helvetica, sans-serif;
color: #333333;
font-weight: bold;
margin: 0px;
padding: 0px;
}

#primarycontent #gridtable td.tabletitle
{
	height: 24px;
	background: #5A85D4;
	/* background: url(../images/menu_bar_blue.jpg) repeat-x; */
	font-size: 12px;
	letter-spacing: 1px;
	color: white;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 5px;
	border: none;
}

