/* ------------------------------------------------------------------
 * GLOBAL
 * ------------------------------------------------------------------ */
html, body {
	height: 100%;
}
body {
	background-color: #E6DBC5;
	color: #222;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-align: left;
}
a:focus {
	-moz-outline-style: none;
}
form {
	margin: 0;
	padding: 0;
}
.label {}
.label_required {
	color: #F00;
	font-weight: bold;
}
.bigger {
	font-size: 16px;
}
.smaller {
	font-size: 10px;
}
.fine_print {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.white {
	color: #FFF;
}
.black {
	color: #333;
}
.red {
	color: #F00;
}
.orange {
	color: #FC9836;
}
.strike {
	text-decoration: line-through;
}
.zero {
	border: none;
	margin: 0;
	padding: 0;
}
.text_field {
	font-size: 11px;
	font-weight: normal;
	padding-left: 2px;
}
.dateline {
	font-weight: bold;
}


/* ------------------------------------------------------------------
 * LOCAL
 * ------------------------------------------------------------------ */
a {
	color: #9C2C16;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4 {
	font-family: Georgia;
	font-weight: normal;
	letter-spacing: -.01em;
	line-height: 1.1em;
	margin-top: 8px;
	margin-bottom: 8px;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 13px;
}


/* ------------------------------------------------------------------
 * LAYOUT SKELETON
 * ------------------------------------------------------------------ */
#outer_wrapper_member {
	background: url(/images/misc/bg-outer_member.jpg) repeat-x;
	min-height: 100%;
	min-width: 1000px;
	width: auto !important;
	width: 1000px;
}
#outer_wrapper_visitor {
	background: url(/images/misc/bg-outer_visitor.jpg) repeat-x;
	min-height: 100%;
	min-width: 1000px;
	width: auto !important;
	width: 1000px;
}
#outer_wrapper_basic {
	background: url(/images/misc/bg-outer_popup.jpg) repeat-x;
	min-height: 100%;
	min-width: 1000px;
	width: auto !important;
	width: 1000px;
}
#inner_wrapper {
	margin: 0 auto;
	width: 1000px;
}
#outer_wrapper_member #header {
	height: 240px;
}
#outer_wrapper_visitor #header {
	height: 120px;
}
#outer_wrapper_basic #header {
	height: 80px;
}
#outer_wrapper_basic #middle {
	padding: 16px;
}
#header {
	color: #FFF;
	position: relative;

}
#navbar {
	color: #FFF;
	height: 40px;
}
#columns {
	position: relative;
}
#footer {
	background: url(/images/misc/bg-footer.gif) no-repeat top left;
	height: 40px;
}


/* ------------------------------------------------------------------
 * HEADER, CATEGORY & SECONDARY NAV
 * ------------------------------------------------------------------ */
#utility_nav {
	left: 0px;
	position: absolute;
	top: 8px;
	width: 1000px;
}
#utility_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#utility_nav ul li {
	border-left: 1px solid #000;
	display: inline;
	font-size: 11px;
	line-height: 32px;
	margin: 0;
	padding: 0 6px 0 8px;
}
#utility_nav ul li.first {
	border-left: none;
}
#utility_nav ul li a {
	color: #FFF;
}
#login {
	color: #E1D3B8;
	font-size: 11px;
	font-weight: bold;
}
#login td {
	padding: 0 4px;
}
#login input.text_field {
	width: 176px;
}
#login a {
	color: #FFF;
}
#ad_area {
	position: absolute;
	top: 58px;
	text-align: center;
	width: 100%;
}
#ad_area div.ad_banner {
	height: 90px;
	margin: 0 auto;
	width: 728px;
}
#ad_area div.ad_links {
	font-size: 11px;
	margin: 6px auto;
	width: 728px;
}
#logo {
	position: absolute;
	bottom: 10px;
	left: 16px;
}
#counter {
	position: absolute;
	bottom: 16px;
	right: 24px;
	text-align: center;
}
#counter h1 {
	color: #E1D3B8;
	margin: 0;
}
#counter h2 {
	color: #fecb54;
	margin: 0;
}
#counter h3 {
	margin: 0;
}
#nav_bar {
	height: 40px;
	overflow: hidden;
}
#nav_bar ul li a {
	color: #FFF;
	line-height: 40px;
}
#nav_bar ul {
	list-style-type: none;
	margin: 0 0 0 8px;
	padding: 0;
}
#nav_bar ul li {
	float: left;
	font-weight: bold;
	margin: 0 10px;
	padding: 0;
}
#nav_bar ul li.active {
	overflow: auto;
	margin: 0;
}
#nav_bar ul li.active div.left {
	background: url(/images/misc/tab-left.gif) no-repeat top left;
	float: left;
	height: 36px;
	margin-top: 4px;
	width: 14px;
}
#nav_bar ul li.active a {
	background: url(/images/misc/tab-background.gif) repeat-x;
	color: #592C0C !important;
	display: block;
	float: left;
}
#nav_bar ul li.active div.right {
	background: url(/images/misc/tab-right.gif) no-repeat top right;
	float: left;
	height: 36px;
	margin-top: 4px;
	width: 14px;
}
#secondary_nav {
	background: #FFD441 url(/images/misc/bg-secondary_nav.gif) repeat-y;
	height: 56px;
	padding: 0 8px;
}
#secondary_nav td {
	height: 40px;
}
#mini_search {
	margin-right: 16px;
}
#mini_search td {
	font-size: 11px;
	font-weight: bold;
	padding: 0 2px;
}
#resources {
	font-size: 13px;
	padding-left: 16px;
}
#resources ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#resources ul li {
	border-left: 1px solid #000;
	display: inline;
	margin: 0;
	padding: 0 6px 0 8px;
}
#resources ul li.first {
	border-left: none;
}


/* ------------------------------------------------------------------
 * SIDEBARS
 * ------------------------------------------------------------------ */
#left div.content {
	margin: 0 16px 0 8px;
}
#cat_nav {
	margin-left: -8px;
}
#cat_nav h4 {
	margin: 0 0 4px 16px;
	padding-bottom: 0;
}
#cat_nav div.top {
	background: #FFD441 url(/images/misc/bg-cat_nav_top.gif) no-repeat;
	height: 16px;
}
#cat_nav div.bottom {
	background: #FFD441 url(/images/misc/bg-cat_nav_bottom.gif) no-repeat;
	height: 16px;
	margin-bottom: 24px;
}
#level_2 {
	background: #FFF url(/images/misc/bg-cat_nav_middle.gif) repeat-y;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#level_2 li {
	border-top: 2px solid #E6DBC5;
	line-height: 24px;
	margin-left: 24px;
}
#level_2 li.first {
	border-top: none;
}
#level_2 li a.active {
	font-weight: bold;
}
#level_3 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#level_3 li {
	border-top: 1px dotted #E6DBC5;
	font-size: 11px;
	line-height: normal;
	margin-left: 32px;
	padding: 4px;
}
#level_3 li.first {
	border-top: 1px dotted #E6DBC5;
}
#level_3 li a.active {
	font-weight: bold;
}
#right div.content {
	margin: 0 16px;
}
#right div.content div.join_now {
	background: #FFFFFF url(/images/misc/bg-site_index.gif) no-repeat top left;
	border-bottom: 2px solid #e5b239;
	border-top: 2px solid #e5b239;
	height: 246px;
	margin-bottom: 16px;
	text-align: center;
	width: 300px;
}
#right div.content div.join_now input.text_field {
	margin-bottom: 8px;
	width: 160px;
}
#top_10, #fpotd, #new {
	background: url(/images/misc/bg-content_blend.jpg) no-repeat top left;
	border-bottom: 2px solid #E6DBC5;
	border-top: 2px solid #E6DBC5;
	margin-bottom: 16px;
	padding: 16px;
}
#top_10 div.wide {
	width: 268px;
}
#top_10 div.title {
	font-weight: bold;
	margin-top: 4px;
}
#top_10 div.numeral {
	color: #D9C8A6;
	font-size: 72px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}
#top_10 sup {
	font-size: 36px;
	letter-spacing: -.2em;
}
#top_10 td.right, #fpotd td.right, #new td.right {
	padding-left: 16px;
}
#top_10 h1 {
	font-size: 24px;
	margin: 0;
	padding: 0;
}
#top_10 h2 {
	font-size: 13px;
	margin: 0;
	padding: 0;
}
#top_10 ol {
	font-size: 12px;
	margin: 8px 0 0 24px;
	padding: 0;
}
#top_10 ol li {
	padding: 2px 0;
}
#fpotd h2, #new h2 {
	font-size: 16px;
	margin: 0 0 8px 0;
	padding: 0;
}
#prod_detail {
	margin-top: 20px;
	width: 460px;
}
#prod_detail div.wrapper {
	background: url(/images/misc/bg-content_blend.jpg) no-repeat top left;
	border-top: 2px solid #E6DBC5;
	padding: 35px 34px 35px 35px;
}
#prod_detail h1 {
	font-size: 20px;
	margin: 8px 0;
	padding: 0;
}
#prod_detail div.closeup {
	margin-bottom: 8px;
}
#prod_detail div.title {

	font-size: 20px;
	margin-bottom: 8px;
}
#prod_detail div.description {
	margin-bottom: 8px;
}
#prod_detail div.designer {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 8px;
}


#related_cats div.wrapper {
	
	border-bottom: 2px solid #E1D3B8;
	padding: 7px 7px 7px 15px;
}
#related_cats div.title {

	font-size: 14px;
	margin-top: 8px;
}
#new h2 a {
	color: #222;
}
#tell_a_friend_left {
	border: 1px solid white;
	margin-top: 16px;
	padding: 8px 0;
	text-align: center;
	width: 158px;
}
#tell_a_friend_left h4 {
	font-size: 16px;
	margin-top: 0;
}
#tell_a_friend_left input.text_field {
	margin-bottom: 8px;
	width: 128px;
}

#social_media_left {
	border: 1px solid white;
	margin-top: 16px;
	padding: 8px 0;
	text-align: center;
	width: 158px;
}
#social_media_left h4 {
	font-size: 16px;
	margin-top: 0;
}


/* ------------------------------------------------------------------
 * FOOTER
 * ------------------------------------------------------------------ */
#site_index {
	background: #FFF url(/images/misc/bg-2_columns.gif) repeat-y;
	padding: 0 8px;
}
#site_index h2 {
	margin-bottom: 8px !important;
}
#site_index dl {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
#site_index dt {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#site_index dd {
	margin: 0;
	padding: 0;
}
#site_index dd a.category {
	color: #AD3F1B;
}
#site_index dd a.resource {
	color: #E18318;
}
#site_index div.content {
	background: url(/images/misc/bg-site_index.gif) no-repeat;
	border-top: 2px solid #FFCC34;
	padding: 8px 16px;
}
#site_index div.content div.rule {
	background-color: #E1D3B8;
	height: 2px;
	margin: 8px -16px;
}
#site_index div.content div.links {
	font-size: 12px;
	text-align: center;
}
#site_index div.content div.links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#site_index div.content div.links ul li {
	border-left: 1px solid #000;
	display: inline;
	margin: 0;
	padding: 0 6px 0 8px;
}
#site_index div.content div.links ul li.first {
	border-left: none;
}
#footer div.copyright {
	font-size: 11px;
	padding-top: 8px;
	line-height: 32px;
	text-align: center;
	padding-bottom: 86px;
}


/* ------------------------------------------------------------------
 * HOME PAGE
 * ------------------------------------------------------------------ */
#home_wrapper {
	background: url(/images/misc/bg-advanced_search.gif) no-repeat;
}
#advanced_search {
	height: 282px;
	overflow: auto;
	position: relative;
	z-index: 1000;
}
#advanced_search div.left {
	margin-right: 332px;
}
#advanced_search div.left div.content {
	margin: 16px 0 0 16px;
}
#advanced_search div.left p, #advanced_search div.left h1 {
	margin-top: 0;
}
#advanced_search div.left h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 2px 0;
}
#advanced_search div.left select.pulldown {
	width: 160px;
}
#advanced_search div.left input.text_field {
	width: 160px;
}
#advanced_search div.left input.button {
	position: absolute;
	top: 154px;
	right: 338px;
}
#advanced_search div.right {
	float: right;
	margin-left: 0;
	width: 332px;
}
#advanced_search div.right div.content {
	margin: 16px 16px 0;
}
#advanced_search div.right div.content div.join_now {
	background: #FFFFFF url(/images/misc/bg-site_index.gif) no-repeat top left;
	border-bottom: 2px solid #E5B239;
	border-top: 2px solid #E5B239;
	height: 246px;
	text-align: center;
	width: 300px;
}
#advanced_search div.right div.content div.join_now input.text_field {
	margin-bottom: 8px;
	width: 160px;
}
#home_columns {
	margin-top: -100px;
	overflow: auto;
	position: relative;
	z-index: 999;
}
#home_columns div.left {
	float: left;
	margin-right: 0;
	width: 464px;
}
#home_columns div.middle {
	margin-left: 464px;
	margin-right: 332px;
}
#home_columns div.right {
	float: right;
	margin-left: 0;
	width: 332px;
}
#home_columns div.left div.content {
	margin: 0 16px 0 16px;
}
#home_columns div.middle div.content {
	margin-top: 50px;
}
#home_columns div.right div.content {
	margin: 116px 16px 0 16px;
}
#home_columns div.fpotd h1 {
	font-size: 24px;
	margin: 0 0 8px 0;
	padding: 0;
}
#home_columns div.fpotd div.closeup {
	margin-bottom: 8px;
}
#home_columns div.fpotd div.title {
	font-size: 20px;
	margin-bottom: 8px;
}
#home_columns div.fpotd div.description {
	margin-bottom: 8px;
}
#home_columns div.fpotd div.designer {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 8px;
}
#home_columns div.newsletters {
	padding-top: 8px;
}
#home_columns div.newsletters h1, #home_columns div.top_10 h1 {
	font-size: 20px;
	margin: 0 0 8px 0;
	padding: 0;
}
#home_columns div.new h2 {
	font-size: 16px;
	margin: 0 0 8px 0;
	padding: 0;
}
#home_columns div.new h2 a {
	color: #222;
}
#home_columns div.tell_a_friend h4,
#home_columns div.video h4 {
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0;
}
#home_columns div.fpotd div.wrapper,
#home_columns div.newsletters div.wrapper,
#home_columns div.top_10 div.wrapper,
#home_columns div.new,
#home_columns div.tell_a_friend,
#home_columns div.video {
	background: url(/images/misc/bg-content_blend.jpg) no-repeat top left;
	border-bottom: 2px solid #E6DBC5;
	border-top: 2px solid #E6DBC5;
	padding: 16px;
}
#home_columns div.video {
	border-bottom: none;
}
#home_columns div.newsletters div.wrapper,
#home_columns div.new {
	margin-bottom: 16px;
}
#home_columns div.tell_a_friend input.text_field {
	margin-bottom: 8px;
	width: 128px;
}
#home_columns div.newsletters ul {
	font-size: 12px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#home_columns div.newsletters ul li {
	padding: 0 0 8px;
}
#home_columns div.newsletters ul li div.dateline {
	font-size: 11px;
	font-weight: normal !important;
}
#home_columns div.newsletters ul li div.title {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	line-height: 16px;
}
#home_columns div.newsletters ul li div.issue {
	font-size: 11px;
}
#home_columns div.new td.right {
	padding-left: 16px;
}
#home_columns div.new div.title {
	margin-bottom: 8px;
}
#home_columns div.video div.title {
	font-weight: bold;
	margin-top: 4px;
	text-align: center;
}
#home_columns div.top_10 ol {
	font-size: 12px;
	margin: 8px 0 0 24px;
	padding: 0;
}
#home_columns div.top_10 ol li {
	padding: 2px 0;
}
#home_columns div.top_10 div.numeral {
	color: #D9C8A6;
	font-size: 48px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}
#home_columns div.top_10 sup {
	font-size: 24px;
	letter-spacing: -.2em;
}


/* ------------------------------------------------------------------
 * LIST VIEW
 * ------------------------------------------------------------------ */
div.paginator {
	border-bottom: 1px dotted #E6DBC5;
	border-top: 1px dotted #E6DBC5;
	line-height: 24px;
	margin-bottom: 16px;
}
#middle dt {
	font-style: italic;
	margin-top: 8px;
}
#swatches td.swatch {
	padding: 0 8px;
}
#swatches td.swatch .thumbnail {
	padding-bottom: 3px;
	text-align: center;
}
#swatches td.swatch .title {
	font-weight: bold;
	line-height: 1.1em;
	padding-bottom: 3px;
	text-align: center;
}
#swatches td.swatch .category {
	line-height: 1.1em;
	padding-bottom: 3px;
	text-align: center;
}
#swatches td.swatch .buttons {
	padding-bottom: 4px;
	text-align: center;
}
#swatches td.swatch .buttons .magnify {
	margin-bottom: 4px;
}
#swatches td.swatch .email {
	font-size: 8pt;
	font-weight: bold;
	padding-bottom: 3px;
	text-align: center;
}
#swatches td.swatch .designer {
	font-size: 8pt;
	font-style: italic;
	padding-bottom: 2em;
	text-align: center;
}
#swatches td.swatch .description {
	font-size: 8pt;
	padding-bottom: 4px;
	text-align: center;
}
#combined_results {
	margin: 0 16px 0 0;
}
.snippet {
	font-size: 12px;
} 
.snippet_highlight {
	background-color: yellow;
}
#epc_logo {
	padding-top: 2px;
}
#epc_swatches {
	margin: 24px 0;
}
#epc_swatches div.swatch {
	margin: 7px 3px 14px 3px !important;
	position: relative;
}
#epc_swatches div.swatch div.title {
	font-weight: bold;
	margin: 3px 0 0 0;
}
#epc_swatches div.swatch div.price {
	margin: 3px 0;
}
#epc_swatches div.swatch div.add_to_cart {
	font-size: 11px;
}
#epc_swatches span.rank {
	background-color: #FFE69A;
	border: 3px solid white;
	color: #9C2C16;
	font-size: 13px;
	font-weight: bold;
	left: 0px;
	line-height: 21px;
	position: absolute;
	text-align: center;
	top: -11px;
	width: 21px;
	z-index: 999;
}
/* may add this back later - TC
#cat_description {
	background: url(/images/misc/bg-content_blend.jpg) no-repeat top left;
	border-bottom: 2px solid #E6DBC5;
	border-top: 2px solid #E6DBC5;
	margin-bottom: 16px;
	margin-top: 12px;
	padding: 16px;
}
#cat_description h1 {
	margin-top: 0;
}
*/


/* ------------------------------------------------------------------
 * ARTICLES, BLOGS, NEWSLETTERS, REVIEWS, STITCH GUIDES, TIPS
 * ------------------------------------------------------------------ */
#content_columns {
	overflow: auto;
}
#content_columns div.left {
	margin-right: 192px;
}
#content_columns div.right {
	float: right;
	margin-left: 0;
	width: 192px;
}
#content_columns div.right div.content {
	margin: 0 16px;
}
#content_columns div.posts, #content_columns div.archives {
	background: url(/images/misc/bg-content_blend.jpg) no-repeat top left;
	border-bottom: 2px solid #E6DBC5;
	border-top: 2px solid #E6DBC5;
	margin-bottom: 16px;
	padding: 16px;
}
#content_columns div.right h2 {
	font-size: 16px;
	margin: 0 0 8px 0;
	padding: 0;
}
#content_columns div.right ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content_columns div.right ul li {
	border-top: 1px dotted #E6DBC5;
	line-height: 15px;
	padding: 4px 0;
}
#content_columns div.right ul li.first {
	border-top: none;
}
#content_columns div.right ul li a.active {
	font-weight: bold;
}
#content_columns div.right ul.stitches {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content_columns div.right ul.stitches li {
	border-top: 1px dotted #E6DBC5;
	font-size: 11px;
	line-height: normal;
	margin-left: 8px;
	padding: 4px;
}
#content_columns div.right ul.stitches li.first {
	border-top: 1px dotted #E6DBC5;
}
#content_columns div.right ul.stitches li a.active {
	font-weight: bold;
}
#newsletter_wrapper {
	overflow: hidden;
	width: 600px;
	max-width: 600px;
}

#oldnewsletters {
	overflow: hidden;
	width: 600px;
	max-width: 600px;
	}
#oldnewsletters hr { border: 0; width: 50%; color: #000000; background-color: #000000; height: 1px; }
#oldnewsletters p { font-size: 16px; font-family: Arial; margin: 8px 0px 0px 7px; }
#oldnewsletters td {font-family: Arial; font-size: 16px; }
#oldnewsletters body { color: black; font-size: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
#oldnewsletters .img_borders { border-width: 1pt; border-color: #000; }
#oldnewsletters .fine { font-weight: normal; font-size: 13px; font-family: arial; }
#oldnewsletters .copy { font-weight: normal; font-size: 16px; font-family: arial; }
#oldnewsletters .copyhead { color: #333399; font-weight: bold; font-size: 16px; font-family: arial; }
#oldnewsletters .headline { color: #1783b9; font-weight: bold; font-size: 16pt; font-family: arial; }
#oldnewsletters .headline2 { color: #f60; font-weight: bold; font-size: 18px; font-family: arial; }
#oldnewsletters .headline3 { color: #2724cc; font-weight: bold; font-size: 22px; font-family: arial; }
#oldnewsletters .narrow { margin-left:15px; margin-right:15px; }
#oldnewsletters .normal { margin-left:30px; margin-right:30px; }
#oldnewsletters .strike { text-decoration: line-through; }
#oldnewsletters .trivia { color: blue; font-weight: normal; font-size: 16px; font-family: arial; }
#oldnewsletters .style1 {color: #FF0000; font-weight: bold; }
#oldnewsletters .style2 {coor: #CC1C0f; font-weight: bold; }
#oldnewsletters .style3 {font-family: arial; font-size: 13px; }
#oldnewsletters .style4 {color: #993399; font-family: Arial, Helvetica, sans-serif; }
#oldnewsletters .style5 {color: #FF0000; font-weight: bold; }
#oldnewsletters .style8 {font-family: arial; font-size: 16px; }
#oldnewsletters .style11 {font-weight: bold; font-size: 16px; font-family: arial; font-style: italic; }
#oldnewsletters .style12 {font-weight: bold; }
#oldnewsletters .style14 {font-family: arial; font-size: 16px; font-weight: bold; }
#oldnewsletters .style15 {color: #FF0000; font-weight: bold; }
#oldnewsletters .style34 {color: black; font-size: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
#oldnewsletters margin: 0px; padding: 0px; }
#oldnewsletters .style39 {color: #CC0000; font-size: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin: 0px; padding: 0px; font-weight: bold; }
#oldnewsletters .xl { color: black; font-size: 22px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
#oldnewsletters .xl { font-weight: normal; font-size: 20px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
#oldnewsletters .xl { font-size:24px; font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight:normal; }
#oldnewsletters .xl1 {font-size: 24px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
#oldnewsletters .big1 { color: black; font-size: 28px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
#oldnewsletters .giant { color: black; font-size: 44px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
#oldnewsletters .large { color: black; font-size: 18px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
#oldnewsletters .emphasis-pink { color: #D21248; font-weight: bold; font-size: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
#oldnewsletters .blockquote { margin-right: 12px; margin-left: 12px; padding-right: 12px; padding-left: 12px; }
#oldnewsletters .copy2 { font-size: 14px; font-family: arial; }
#oldnewsletters .copy1 {font-weight: normal; font-size: 16px; font-family: arial; }
#oldnewsletters .names {font-family: arial; font-size: 13px; font-weight: normal; color: #FF0000; font-style: italic; }
#oldnewsletters .copyI { font-size: 16px; font-family: Arial; font-style: italic; font-weight: normal; }
#oldnewsletters .copyB { font-weight: bold; font-size: 16px; font-family: arial; }
#oldnewsletters .caption { color: black; font-weight: normal; font-size: 10pt; font-family: Arial; }
#oldnewsletters .specialtext {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-weight: bold; color: #0066CC; }
#newsletterstyle {
	overflow: hidden;
	width: 600px;
	max-width: 600px;
	}
#newsletterstyle hr { border: 0; width: 50%; color: #000000; background-color: #000000; height: 1px; }
#newsletterstyle p { font-size: 16px; font-family: Arial; margin: 8px 0px 0px 7px; }
#newsletterstyle td {font-family: Arial; font-size: 16px; }
#newsletterstyle body { color: black; font-size: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
#newsletterstyle .img_borders { border-width: 1pt; border-color: #000; }
#newsletterstyle .fine { font-weight: normal; font-size: 13px; font-family: arial; }
#newsletterstyle .copy { font-weight: normal; font-size: 16px; font-family: arial; }
#newsletterstyle .copyhead { color: #333399; font-weight: bold; font-size: 16px; font-family: arial; }
#newsletterstyle .headline { color: #1783b9; font-weight: bold; font-size: 16pt; font-family: arial; }
#newsletterstyle .headline2 { color: #f60; font-weight: bold; font-size: 18px; font-family: arial; }
#newsletterstyle .headline3 { color: #2724cc; font-weight: bold; font-size: 22px; font-family: arial; }
#newsletterstyle .narrow { margin-left:15px; margin-right:15px; }
#newsletterstyle .normal { margin-left:30px; margin-right:30px; }
#newsletterstyle .strike { text-decoration: line-through; }
#newsletterstyle .trivia { color: blue; font-weight: normal; font-size: 16px; font-family: arial; }
#newsletterstyle .style1 {color: #FF0000; font-weight: bold; }
#newsletterstyle .style2 {color: #CC1C0f; font-weight: bold; }
#newsletterstyle .style3 {color: #CC0000; font-weight: bold; }
#newsletterstyle .style4 {color: #993399; font-family: Arial, Helvetica, sans-serif; }
#newsletterstyle .blockquote { margin-right: 12px; margin-left: 12px; padding-right: 12px; padding-left: 12px; }

#contact_form{
background-image: url(/images/misc/bg-content_blend.jpg);
 background-repeat: no-repeat;
 padding: 10px;
 border: solid 1px #e6dbc5;
 width: 425px;
}

#contact_form .field{
border: solid 1px #000000;
width: 220px;
}


/* ------------------------------------------------------------------
 * ALERT
 * ------------------------------------------------------------------ */
#alert {
	background: url(/images/misc/icon-alert.gif) 15px 50% no-repeat;
	background-color: #FFC;
	border-top: 3px solid orange;
	border-bottom: 3px solid orange;
	margin: 0 16px 0 0;
	padding: 16px 16px 16px 80px;
}
#alert h2 {
	margin: 0;
	padding: 0;
}
#alert p {
	margin: 12px 0 0 0;
	padding: 0;
}
#alert dt {
	font-style: italic;
	margin-top: 8px;
}


/* ------------------------------------------------------------------
 * TOP 10
 * ------------------------------------------------------------------ */
#top_items_columns {
	background: #FFF url(/images/misc/bg-3_columns.gif) repeat-y;
	height: 1%;
	overflow: auto;
	padding: 0;
	position: relative;
}
#top_items {
	margin: 0 24px 0 200px;
	padding: 16px 0;
}
#top_items .nameplate {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 10px;
}
#top_items .rank_positioner {
	position: relative;
}
#top_items .clo {
	width: 140px;
}
#top_items .aal {
	width: 90px;
}
#top_items .rank_positioner span.rank {
	background-color: #FA911B;
	border: 1px solid white;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	left: -8px;
	line-height: 16px;
	position: absolute;
	text-align: center;
	top: -6px;
	width: 16px;
	z-index: 999;
}

/* ------------------------------------------------------------------
 * SUPPLIES BAR
 * ------------------------------------------------------------------ */
#supplies-bar {
	width: 100%;
	display: block;
	position: fixed;
	bottom: 0px;
	z-index: 192435;

}
#supplies-bar .container{
	width: 100%; 
	background-color: #fff;
}
#supplies-bar .header {
	width: 100%;
	height: 11px;
	background: url('/images/misc/slidebox-shadow.png') bottom left repeat-x;
}
#supplies-bar .content {
	margin: 0 auto;
	text-align: center;
	z-index: 10;
	overflow: hidden;
	text-align: center;
	height: 86px;
	width: 1012px;
	color: #000000;
	background: #ffffff;
}
#supplies-bar .content img {
	border: none;
}
