/* ------------------------------------------------------------------
 * GLOBAL
 * ------------------------------------------------------------------ */
html, body {
	height: 100%;
}
body {
	background: #E8F2FB url(/images/misc/bg-tile.gif);
	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;
}
.purple {
	color: #62517A;
}
.strike {
	text-decoration: line-through;
}
.zero {
	border: none;
	margin: 0;
	padding: 0;
}


/* ------------------------------------------------------------------
 * LOCAL
 * ------------------------------------------------------------------ */
a {
	color: #0066BF;
	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;
}
#middle h1 {
	margin-top: 25px;
}
.text_field {
	font-size: 11px;
	font-weight: normal;
	padding-left: 2px;
}
.dateline {
	font-weight: bold;
}


/* ------------------------------------------------------------------
 * LAYOUT SKELETON
 * ------------------------------------------------------------------ */
#outer_wrapper_visitor, #outer_wrapper_member, #outer_wrapper_basic {
	min-height: 100%;
	width: 100%;
}
#outer_wrapper_visitor #header {
	background: url(/images/misc/bg-visitor_header.gif) no-repeat bottom left;
	position: relative;
	height: 140px;
}
#outer_wrapper_member #header {
	background: url(/images/misc/bg-member_header.gif) no-repeat bottom left;
	position: relative;
	height: 250px;
}
#outer_wrapper_basic #header {
	background: url(/images/misc/bg-basic_header.gif) no-repeat bottom left;
	position: relative;
	height: 100px;
}
#inner_wrapper {
	margin: 0 auto;
	width: 1012px;
}
#columns {
	overflow: auto;
	padding: 0;
	position: relative;
}
#outer_wrapper_visitor #columns {
	background: #FFF url(/images/misc/bg-visitor_columns.gif) repeat-y;
}
#outer_wrapper_member #columns {
	background: #FFF url(/images/misc/bg-member_columns.gif) repeat-y;
}
#outer_wrapper_basic #columns {
	background: #FFF url(/images/misc/bg-basic_columns.gif) repeat-y;
}
#left {
	float: left;
	margin-right: 0;
	width: 204px;
}
#middle {
	margin: 0 339px 0 204px;
	padding: 15px 0 30px;
}
#right {
	float: right;
	margin-left: 0;
	width: 339px;
}
#outer_wrapper_basic #columns #middle {
	margin: 0 !important;
	padding: 15px 60px !important;
}
#outer_wrapper_basic #footer {
	height: 30px;
}


/* ------------------------------------------------------------------
 * HEADER, CATEGORY & SECONDARY NAV
 * ------------------------------------------------------------------ */
#utility_nav {
	background-color: #62517A;
	left: 0px;
	padding: 0 15px;
	position: absolute;
	top: 10px;
	width: 982px;
}
#utility_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#utility_nav ul li {
	border-left: 1px solid #000;
	display: inline;
	font-size: 12px;
	line-height: 35px;
	margin: 0;
	padding: 0 6px 0 8px;
}
#utility_nav ul li.first {
	border-left: none;
}
#utility_nav ul li a {
	color: #FFF;
}
#login {
	color: #E8E6EA;
	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: 16px;
	left: 32px;
}
#resource_tabs {
	background-color: #3D334C;
	left: 300px;
	line-height: normal;
	height: 36px;
	position: absolute;
	bottom: 0px;
}
#resource_tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#resource_tabs li {
	float: left;
	background: url(/images/misc/button-tab_right_inactive.gif) no-repeat right top;
	margin: 0;
	padding: 0;
}
#resource_tabs a {
	background: url(/images/misc/button-tab_left_inactive.gif) no-repeat left top;
	color: #FFF;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 36px;
	padding: 0 20px;
	text-decoration: none;
}
#resource_tabs .rollover {
	background-image: url(/images/misc/button-tab_right_over.gif);
}
#resource_tabs .rollover a {
	background-image: url(/images/misc/button-tab_left_over.gif);
	color: #000;
}
#resource_tabs .active {
	background-image: url(/images/misc/button-tab_right_active.gif);
}
#resource_tabs .active a {
	background-image: url(/images/misc/button-tab_left_active.gif);
	color: #000;
}
#inline_search {
	height: 42px;
	position: absolute;
	right: 24px;
	top: 0;
}
#inline_search td {
	font-size: 12px;
	font-weight: bold;
	padding: 0 2px;
	height: 42px;
}
#infobar_border {
	border-top: 1px dotted #7B6C93;
	height: 1px;
	left: 204px;
	position: absolute;
	top: 42px;
	width: 784px;
}


/* ------------------------------------------------------------------
 * SIDEBARS
 * ------------------------------------------------------------------ */
#left div.content {
	background-color: #CFCCD4;
	border-bottom: 1px solid #7B6C93;
	border-left: 1px solid #7B6C93;
	border-right: 1px solid #7B6C93;
	margin: 0 23px 30px 8px;
	padding: 15px 0 7px 0;
}
#cat_nav {
	margin: 0;
	padding: 0;
}
#cat_nav h4 {
	font-size: 16px;
	margin: 0;
	padding: 0 0 15px 15px;
}
#level_1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#level_1 li {
	border-top: 1px solid #B0A7BE;
	line-height: 25px;
	margin-left: 0;
	padding-left: 15px;
}
#level_1 li.first {
	border-top: none;
}
#level_1 li a.active {
	font-weight: bold;
}
#level_2 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#level_2 li {
	border-top: 1px dotted #FFF;
	font-size: 12px;
	line-height: normal;
	margin-left: 30px;
	padding: 4px;
}
#level_2 li.first {
	border-top: 1px dotted #FFF;
}
#level_2 li a.active {
	font-weight: bold;
}
#right div.content {
	margin: 58px 24px 0 15px;
}
#right div.content div.join_now {
	background: url(/images/misc/bg-content_blend_sky.jpg) no-repeat top center;
	border-bottom: 2px solid #B3D3F3;
	border-top: 2px solid #B3D3F3;
	height: 246px;
	text-align: center;
	width: 300px;
}
#right div.content div.join_now input.text_field {
	margin-bottom: 8px;
	width: 165px;
}
#tell_a_friend {
	margin: 20px 0 0 5px;
	width: 160px;
}
#tell_a_friend div.top {
	background: url(/images/misc/tell_a_friend-top.gif) no-repeat;
	height: 8px;
}
#tell_a_friend div.middle {
	background-color: #CDDB70;
	border-left: 1px solid #C1B38B;
	border-right: 1px solid #C1B38B;
	padding: 5px 0;
	text-align: center;
}
#tell_a_friend div.bottom {
	background: url(/images/misc/tell_a_friend-bottom.gif) no-repeat;
	height: 8px;
}
#tell_a_friend h4 {
	font-size: 15px;
	margin-top: 0;
	padding-top: 0;
}
#tell_a_friend input.text_field {
	margin-bottom: 5px;
	width: 128px;
}
#top_10, #newsletter_signup, #video {
	margin-top: 20px;
	width: 300px;
}
#top_10 div.content, #newsletter_signup div.content, #video div.content {
	background: url(/images/misc/bg-content_blend_brown.jpg) no-repeat top center;
	border-bottom: 2px solid #E6DBC5;
	border-top: 2px solid #E6DBC5;
	margin: 0 0 15px 0;
	padding: 15px;
	width: 270px;
}
#top_10 div.numeral {
	color: #D9C8A6;
	font-size: 72px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}
#top_10 h2, #newsletter_signup h2, #video h2 {
	font-size: 20px;
}
#top_10 sup {
	font-size: 36px;
	letter-spacing: -.25em;
}
#top_10 ol {
	font-size: 13px;
	margin: 10px 0 0 30px;
	padding: 0;
}
#top_10 ol li {
	padding: 2px 0;
}
#top_10 ol li.first {
	font-weight: bold;
}


/* ------------------------------------------------------------------
 * FOOTER
 * ------------------------------------------------------------------ */
#site_index {
	border: 1px solid #7B6C93;
	background: #FFF url(/images/misc/bg-site_index.jpg) no-repeat bottom left;
	padding: 15px 0;
}
#site_index div.content {
	padding: 0 15px;
}
#site_index div.content div.rule {
	background-color: #B0A7BE;
	height: 1px;
	margin: 15px -15px;
}
#site_index h2 {
	margin: 0 0 8px 0 !important;
	padding: 0;
}
#site_index dl {
	font-size: 12px;
	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 {
	color: #0066BF;
}
#site_index a:visited {
	color: #62517A;
}
#site_index dt a.resource:hover {
	text-decoration: none !important;
}
#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;
	line-height: 32px;
	text-align: center;
	padding-bottom: 86px;
}


/* ------------------------------------------------------------------
 * HOME PAGE
 * ------------------------------------------------------------------ */
#advanced_search {}
#advanced_search div.content {
	background: url(/images/misc/bg-content_blend_lime.jpg) no-repeat top left;
	border-bottom: 2px solid #CDDB70;
	border-top: 2px solid #CDDB70;
	height: 216px;
	padding: 15px;
	text-align: left;
	width: 439px;
}
#advanced_search h1 {
	font-size: 28px;
	margin-top: 0;
	padding-top: 0;
}
#fpotd {
	margin-top: 20px;
}
#fpotd div.wrapper {
	background: url(/images/misc/bg-content_blend_brown.jpg) no-repeat top left;
	border-bottom: 2px solid #E6DBC5;
	border-top: 2px solid #E6DBC5;
	padding: 35px 34px 35px 35px;
}
#fpotd h1 {
	font-size: 20px;
	margin: 8px 0;
	padding: 0;
}
#fpotd div.closeup {
	margin-bottom: 8px;
}
#fpotd div.title {
	font-size: 20px;
	margin-bottom: 8px;
}
#fpotd div.description {
	margin-bottom: 8px;
}
#fpotd div.designer {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 8px;
}




#prod_detail {
	margin-top: 20px;
}
#prod_detail div.wrapper {
	background: url(/images/misc/bg-content_blend_brown.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 {
	color: #0066BF;
	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 #E6DBC5;
	padding: 7px 7px 7px 15px;
}
#related_cats div.title {
	color: #0066BF;
	font-size: 14px;
	margin-top: 8px;
}




#newsletters {
	margin-top: 20px;
}
#newsletters div.wrapper {
	background: url(/images/misc/bg-content_blend_brown.jpg) no-repeat top left;
	border-bottom: 2px solid #E6DBC5;
	border-top: 2px solid #E6DBC5;
	padding: 15px;
}
#newsletters h1 {
	font-size: 20px;
	margin: 8px 0;
	padding: 0;
}
#newsletters div.dateline {
	font-size: 11px;
	font-weight: normal !important;
}
#newsletters div.title {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	line-height: 16px;
}
#newsletters div.issue {
	font-size: 11px;
}


/* ------------------------------------------------------------------
 * LIST VIEW
 * ------------------------------------------------------------------ */
div.paginator {
	border-bottom: 1px dotted #7B6C93;
	border-top: 1px dotted #7B6C93;
	line-height: 24px;
	margin-bottom: 15px;
}
#middle dt {
	font-style: italic;
	margin: 10px 0 5px 0;
}
#swatches td.swatch {
	padding: 0 15px;
}
#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: 11px;
	font-weight: bold;
	padding-bottom: 3px;
	text-align: center;
}
#swatches td.swatch .designer {
	font-size: 11px;
	font-style: italic;
	padding-bottom: 20px;
	text-align: center;
}
#swatches td.swatch .description {
	font-size: 11px;
	padding-bottom: 4px;
	text-align: center;
}
#combined_results {
	margin: 0 24px 0 0;
}
.snippet {
	font-size: 12px;
} 
.snippet_highlight {
	background-color: yellow;
}
#epc_logo {
	padding-top: 2px;
}
#epc_swatches {
	margin: 20px 0 0 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: #DBD9DF;
	border: 3px solid white;
	color: #0066BF;
	font-size: 13px;
	font-weight: bold;
	left: 0px;
	line-height: 21px;
	position: absolute;
	text-align: center;
	top: -11px;
	width: 21px;
	z-index: 999;
}
#charity_top {
	margin-top: 30px;
}


/* ------------------------------------------------------------------
 * COREG
 * ------------------------------------------------------------------ */
#certificate {
	margin: 0 auto;
	width: 786px;
}
#certificate td.certificate_top {
	background: url(/images/misc/certificate_top.jpg) no-repeat top left;
	height: 267px;
	text-align: center;
	vertical-align: top;
}
#certificate td.certificate_top h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 200px 0 0 0;
	padding: 0;
}
#certificate td.certificate_left {
	background: url(/images/misc/certificate_left.jpg) no-repeat top left;
	height: 151px;
	width: 122px;
}
#certificate td.certificate_middle {
	background-color: #EBE9EF;
	height: 151px;
	text-align: center;
	width: 548px;
}
#certificate td.certificate_right {
	background: url(/images/misc/certificate_right.jpg) no-repeat top left;
	height: 151px;
	width: 116px;
}
#certificate td.certificate_bottom {
	background: url(/images/misc/certificate_bottom.jpg) no-repeat top left;
	height: 171px;
	padding: 32px 0 0 0;
	text-align: center;
	vertical-align: top;
}


/* ------------------------------------------------------------------
 * ARTICLES, BLOGS, NEWSLETTERS, REVIEWS, STITCH GUIDES, TIPS
 * ------------------------------------------------------------------ */
div.faq_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.faq_menu ul li {
	border-top: 1px dotted #B0A7BE;
	font-size: 12px;
	line-height: 1.2em;
	margin: 0;
	padding: 7px 0;
}
#content_columns {
	overflow: auto;
}
#content_columns div.left {
	margin-right: 208px;
}
#content_columns div.right {
	float: right;
	margin-left: 0;
	width: 208px;
}
#content_columns div.right div.content {
	margin: 40px 24px 0 15px;
}
#content_columns div.posts, #content_columns div.archives {
	background: url(/images/misc/bg-content_blend_lime.jpg) no-repeat top left;
	border-bottom: 2px solid #CDDB70;
	border-top: 2px solid #CDDB70;
	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 #C1B38B;
	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 {
	margin-top: 15px;
	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, sans-serif; }
#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, sans-serif; }
#oldnewsletters .style39 {color: #CC0000; font-size: 16px; font-family: Arial, Helvetica, sans-serif; margin: 0px; padding: 0px; font-weight: bold; }
#oldnewsletters .xl { color: black; font-size: 22px; font-family: Arial, Helvetica, sans-serif; }
#oldnewsletters .xl { font-weight: normal; font-size: 20px; font-family: Arial, Helvetica, sans-serif; }
#oldnewsletters .xl { font-size:24px; font-family:Arial, Helvetica, sans-serif; font-weight:normal; }
#oldnewsletters .xl1 {font-size: 24px; font-family: Arial, Helvetica, sans-serif; }
#oldnewsletters .big1 { color: black; font-size: 28px; font-family: Arial, Helvetica, sans-serif; }
#oldnewsletters .giant { color: black; font-size: 44px; font-family: Arial, Helvetica, sans-serif; }
#oldnewsletters .large { color: black; font-size: 18px; font-family: Arial, Helvetica, sans-serif; }
#oldnewsletters .emphasis-pink { color: #D21248; font-weight: bold; font-size: 16px; font-family: Arial, Helvetica, sans-serif; }
#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, sans-serif; }
#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_brown.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;
}
#ialert {
	border: 1px solid #E6DBC5;
	background-color: #FFF;
	font-size: 12px;
	margin: 0 15px 15px 15px;
	padding: 10px;
}


/* ------------------------------------------------------------------
 * YOGA AD
 * ------------------------------------------------------------------ */
#yoga_columns {
	background: #FFF url(/images/misc/bg-member_columns.gif) repeat-y;
	overflow: auto;
	padding: 0;
	position: relative;
}
#yoga {
	background-color: #F7F1D4;
	padding: 25px 0;
	margin: 0 9px 0 189px;
}
#yoga div.headline {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	padding-bottom: 10px;
	text-align: center;
}
#yoga div.subhead {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
}
#yoga div.romance {
	font-size: 11px;
	padding-right: 5px;
}
#yoga td.coupon {
	background-color: #FFEDB8;
	border: 3px dashed #666;
	padding: 10px;
	vertical-align: top;
}
#yoga div.terms {
	font-size: 12px;
	line-height: 13px;
	padding-top: 10px;
}
#yoga .label {
	font-weight: bold;
}
#yoga table {
	border: none;
	padding: 0;
}
#yoga table.form td {
	padding-top: 8px;
}


/* ------------------------------------------------------------------
 * TOP 10
 * ------------------------------------------------------------------ */
#top_items_columns {
	background: #FFF url(/images/misc/bg-member_columns.gif) repeat-y;
	height: 1%;
	overflow: auto;
	padding: 0;
	position: relative;
}
#top_items {
	margin: 0 19px 0 199px;
	padding: 10px 0;
}
#top_items .nameplate {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 10px;
}
#top_items .rank_positioner {
	position: relative;
	width: 90px;
}
#top_items .rank_positioner span.rank {
	background-color: #66A6E5;
	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;
}
