/* general layout */
body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	border: none;
}
dt {
	font: italic 10pt Arial, sans-serif;
}
label {
	font: 9pt Arial, sans-serif;
}
form {
	display: inline;
}
ul.diamond{	
	list-style-image: url(/img/contrib/nav-red_bullet.gif);
}
.label {
	font-size: 9pt;
}
.label_required {
	color: #F00;
	font-size: 9pt;
	font-weight: bold;
}
a:focus {
	-moz-outline-style: none;
	outline-style: none;
}
a:link { color: #0C3F93; }


/* document_wrapper */
#document_wrapper {
	border: none;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	width: 1000px;
	position: relative;
}

#document_wrapper a.nounderline{text-decoration: none;}
#document_wrapper a.nounderline:hover{text-decoration: underline;}
#document_wrapper a.underline{text-decoration: underline;}


/* header */
#header {
	background-color: #FFF;
	width: 1000px;
}
#header-print {
	background-color: #FFF;
}
#header .masthead {
	position: relative;
	padding: 0;
	height: 72px;
}
#header .masthead_printer {
	position: relative;
	padding: 0;
	height: 210px;
}
#header .logo {
	border: none;
	position: absolute;
	bottom: 7px;
	left: 20px;
	width: 235px;
	height: 60px;
}
#header .utility_nav {
	border: none;
	position: absolute;
	bottom: 12px;
	right: 212px;
	font: 9pt/1em Verdana, Arial, sans-serif;
}
#header .utility_nav a {
	color: #65754D;
	text-decoration: none;
}
#header .utility_nav a:hover {
	color: #A40230;
}


/* sidebar */
#sidebar {
	float: left;
	margin: 0 -3px 0 10px; /* 3px jog bug IE(win); see #wrapper */
	padding: 0;
	background-color: #D3DEC2;
	width: 200px;
}
html>body #sidebar {
	margin: 0 0 0 20px;
}
#sidebar .nameplate {
	background-color: #6D7D56;
	color: #FFF;
	font: bold 9pt/1em Verdana, Arial, sans-serif;
	margin: 0;
	padding: 5px 10px;
}
#craft_kits_nav {
	position: relative;
}
#new_starburst {
	position: absolute;
	top: -9px;
	left: 165px;
}
#sidebar .nameplate2 {
	background-color: #A40230;
	color: #FFF;
	font: bold 9pt/1em Verdana, Arial, sans-serif;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;
}
#sidebar ul.customer {
	background-color: #F7E7ED;
	margin: 0;
	padding: .5em 0 .5em 20px;
}
#sidebar ul {
	margin: .5em 0;
	padding: 0 0 0 20px;
	border: none;
	list-style-type: none;
}
#sidebar ul li {
	line-height: 1.3em;
	font-size: 14px;
}

#sidebar ul li a{text-decoration:none; font-size: 14px;}
#sidebar ul li a:hover{text-decoration:underline;}


/* content_wrapper; contains #main and #footer; used to eliminate 3px jog bug IE(win) */
#content_wrapper {
	margin: 0; /* 3px jog bug IE(win); see #sidebar */
	height: 1%;
	background-color: #FFF;
	width: 760px;
}
#content_wrapper_printer {
	margin: 0; /* 3px jog bug IE(win); see #sidebar */
	height: 1%;
	background-color: #FFF;
	width: 660px;
}
html>body #content_wrapper {
	margin-left: 220px;
	height: auto;
}


/* main */
#main {
	padding: 10px 0 20px 20px;
	width: 740px;
}
/* main */
#main_printer {
	padding: 10px 0 20px 20px;
	width: 650px;
}



/* footer */
#footer {
	padding: 0 0 0 20px;
	width: 740px;
}
#footer-print { padding: 0 0 0 20px; }
#footer .store_links {
	padding: .5em 0;
	background-color: #A7DCF1;
	font: 9pt Arial, sans-serif;
	text-align: center;
}
#footer .default_links {
	font: 9pt Arial, sans-serif;
	text-align: center;
}


/* primary navigation (horizontal) */
#nav_bar {
	position: relative;
	background: #ADBF8D url("/img/misc/bkgd-lt_green_nav_bar.jpg") repeat-x;
	border-top: 1px solid #ADBC96;
	border-bottom: 1px solid #78885E;
	margin: 0;
	padding: 0;
	font: 9pt/2em Verdana, Arial, sans-serif;
	height: 2em;

}
#nav_bar .home {
	font-weight: bold;
}
#nav_bar ul {
	margin: 0 0 0 20px;
	padding: 0;
	border: none;
	list-style-type: none;
}
#nav_bar ul li, #nav_bar ul li.over {
	border-right: 1px solid #ADBC96;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	height: 1%; /* height, width hack for IE(mac); still not perfect, but acceptable */
	width: auto;
}
#nav_bar .right {
	border-right: none;
}
#nav_bar ul li a {
	border: none;
	margin: 0;
	padding: .45em 14px;
	color: #000;
	font: 9pt/2em Verdana, Arial, sans-serif;
	text-decoration: none;
}
#nav_bar ul li a:hover, #nav_bar ul li.over a:hover {
	border: none;
	background: #718555 url("/img/misc/bkgd-dk_green_nav_bar.jpg") repeat-x;
	color: #FFF;
}
#nav_bar ul li:hover ul, #nav_bar ul li.over ul { /* suckerfish dropdown */
	display: block;
}
#nav_bar ul li ul {
	background: #ACBF8D;
	border-right: 1px solid #78885E;
	border-bottom: 1px solid #78885E;
	border-left: 1px solid #78885E;
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1.8em;
	left: 0px;
	width: 130px;
}
#nav_bar ul li ul li {
	border: none;
	margin: 0;
	padding: 0;
}
#nav_bar ul li ul li a {
	display: block;
	padding: 0 14px;
	font: 9pt/1.5em Verdana, Arial, sans-serif;
	width: 130px; /* box model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 102px;
}
html>body #nav_bar ul li ul li a {
	width: 102px;
}
#nav_bar ul li ul li a:hover {
	border: none;
	background: #718555;
	color: #FFF;
	text-decoration: underline;
}
#nav_bar_right a {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0 20px 0 0;
	padding: 0 24px 0 14px;
	background: transparent url("/img/misc/arrow-right.gif") no-repeat top right;
	color: #A40230;
	font: bold 9pt/2em Verdana, Arial, sans-serif;
	text-decoration: none;
}
#nav_bar_right a:hover {
	background: #718555 url("/img/misc/bkgd-dk_green_arrow.gif") no-repeat top right;
	color: #FFF;
}


/* info bar */
#info_bar {
	border: none;
	margin: 0 20px 10px;
	padding: 0;
	clear: left;
	background: #A7DCF1 url("/img/misc/bkgd-lt_blue_secondary_bar.jpg") repeat-x;
	color: #325874;
	height: 34px;
}
#info_bar td {
	font: 8pt Arial, sans-serif;
}
#info_bar_tabs {
	margin: 0 20px 10px;
	height: 62px;
	padding: 0;
}

/* category navigation (vertical) */
#cat_nav {
	margin: .5em 0;
	padding: 0;
	border: none;
}
#cat_nav ul {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
}
#cat_nav ul li {
	margin: 0;
	padding: 0;
	border: none;
	display: inline; /* this gets rid of the gaps in IE(win) */
}
#cat_nav ul li a {
	display: block;
	padding-left: 20px;
	background-color: #D3DEC2;
	font-size: 10pt;
	line-height: 1.3em;
	width: 200px; /* box model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 180px;
}
html>body #cat_nav ul li a {
	width: 180px;
}
#cat_nav ul li a.active {
	background-color: #FFF8E0;
	font-weight: bold;
}
#cat_nav ul li a:hover {
	background-color: #6D7D56;
	color: #FFF;
}
#cat_nav ul.subcat_nav {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
}
#cat_nav ul.subcat_nav li {
	margin: 0;
	padding: 0;
	border: none;
}
#cat_nav ul.subcat_nav li a {
	padding-left: 30px;
	background-color: #FFF8E0;
	font-weight: normal;
	text-decoration: none;
	width: 200px; /* box model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 170px;
}
html>body #cat_nav ul.subcat_nav li a {
	width: 170px;
}
#cat_nav ul.subcat_nav li a:hover {
	background-color: transparent;
	color: #000;
	text-decoration: underline;
}


/* item swatches */
#swatch_container {
	padding-bottom: 1em;
}

#swatch_container td a{text-decoration:none;}
#swatch_container td a:hover{text-decoration:none;}

.swatch_title {
	font-size: 10pt;
	font-weight: bold;
}
.swatch_price {
	font-size: 9pt !important;
	font-weight: bold;
}
.swatch_qty_available {
	color: #3D89A7;
	font-weight: bold;
	padding-left: 10px;
}
.swatch_backordered {
	font-size: 8pt;
}
.swatch_details {
	font-size: 8pt;
}

.price {
	font-weight: bold;
}
.sale_price,
.intro_price {
	font-weight: bold;
	color: #F00;
}
.strike {
	text-decoration: line-through;
}


/* category splash pages */
.splash_container {
	padding-bottom: 2em;
}
.splash_title {
	font-size: 8pt;
}


/* item detail */
.item_technique {
	color: #3D89A7;
	font-weight: bold;
}
.item_code {
	font-size: 9pt;
}
.item_price {
	font-size: 9pt;
	font-weight: bold;
}
.item_qty_available {
	color: #3D89A7;
	font-weight: bold;
	padding-left: 10px;
}
.item_backordered {
	font-size: 8pt;
	padding-top: 1em;
}

#order_form {
	margin-top: 24px;
}
#order_form table {
	background-color: #FBFDFB;
	border-top: 1px solid #a4ddf3;
	border-right: 1px solid #a4ddf3;
	border-left: 1px solid #a4ddf3;
}
#order_form table td {
	border-bottom: 1px solid #a4ddf3;
}
#order_form table td table, #order_form table td table td {
	border: none;
}
#order_form .add_to_cart {
	background-color: #a4ddf3;
	margin: 0;
	padding: 5px;
	text-align: center;
}
#order_form .code {
	color: #444;
	font-size: 13px;
}
#order_form .format {
	font-size: 16px;
}
#order_form .stock, #bonus_buy .stock, #order_form_top .stock {
	color: #A60549;
	font-weight: bold;
}
#order_form .qty {
	margin-top: 10px;
}
#order_form .help {
	font-size: 11px;
}

td .var_image img{padding:5px}

/* related yarns */
#yarns {
	padding: 0;
	margin: 0;
}
#yarns .swatch_title, #yarns .swatch_price {
	font-size: 12px !important;
}

/* new order form and yarn recommendations */
#order_form_top {}
#order_form_top table {
	background-color: #F6F6F6;
	border-right: 1px solid #A4DDF3;
	border-left: 1px solid #A4DDF3;
}
#order_form_top table td {
	border-top: 1px solid #A4DDF3;
}
#order_form_top table td table, #order_form_top table td table td,
#order_form_bottom table td table, #order_form_bottom table td table td {
	border: none;
}
#order_form_top .qty {
	padding: 0 10px 0 5px;
}
#order_form_top .code {
	color: #444;
	font-size: 13px;
}
#order_form_top .format,
#order_form_top .price,
#order_form_top .strike,
#order_form_top .sale_price,
#order_form_top .intro_price {
	font-size: 16px;
}
#order_form_bottom .add_to_cart {
	background-color: #A4DDF3;
	margin: 0;
	padding: 5px;
	text-align: center;
}

#materials, #materials ul li, #materials td {
	font-size: 12px !important;
}
#materials ul {
	font-size: 12px !important;
	margin: 10px 0 10px 15px;
	padding: 0;
}

/* shopping cart */
#cart, #saved_cart {
	margin-bottom: 1em;
}
#order_summary {
	margin: 1em 0;
}
#cart th, #saved_cart th, #order_summary th {
	font-size: 9pt;
	font-weight: bold;
}
#cart td, #saved_cart td {
	font-size: 9pt;
}
#mini_cart {
	position: absolute;
	bottom: 0px;
	right: 20px;
	background-color: #A7DCF1;
	width: 169px;
}
#mini_cart table {
	margin: 4px 0;
}
#mini_cart td {
	font: 8pt Arial, sans-serif;
}
#bonus_buy {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	position: relative;
}
#bonus_buy div.wrapper {
	border: 3px solid #a7dcf1;
	background: #c2e7f5;
	margin: 0 0 15px 0;
	overflow: auto;
	padding: 15px;
}
#bonus_buy div.wrapper div.image {
	float: left;
	position: relative;
	width: 90px;
}
#bonus_buy div.wrapper div.content {
	margin-left: 90px;
	padding: 0 0 0 10px;
}
#bonus_buy div.nameplate {
	color: #357d9b;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}
#bonus_buy div.content div.title {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#bonus_buy div.content div.description {
	font-size: 13px;
	margin: 4px 0;
}
#bonus_buy div.content div.price {
	font-size: 15px;
	font-weight: bold;
}
#bonus_buy div.content div.price span.red {
	font-size: 15px;
	font-weight: bold;
}
#bonus_buy div.content div.add_to_cart {
	margin: 14px 0;
}


/* quick order form */
#quick_order {
	margin-bottom: 1em;
}
#quick_order th {
	font-size: 9pt;
	font-weight: bold;
}
#quick_order td {
	font-size: 9pt;
}


/* content: stitches */
#learn {
	margin: 0 0 10px 20px;
	padding: 0;
	background-color: #A7DCF1;
	width: 240px;
}
#learn .nameplate {
	background-color: #5095B2;
	color: #FFF;
	font: bold 9pt/1em Verdana, Arial, sans-serif;
	margin: 0;
	padding: 5px 10px;
}
#learn ul {
	margin: .5em 0;
	padding: 0 0 0 20px;
	border: none;
	list-style-type: none;
}
#learn ul li {
	line-height: 1.3em;
}
#learn p {
	margin-bottom: 0;
	padding: 0 20px .5em;
}

#practice {
	border: 1px solid #C9AF51;
	margin: 0 0 10px 20px;
	padding: 0;
	width: 238px;
}
#practice .nameplate {
	background-color: #C9AF51;
	font: bold 9pt/1em Verdana, Arial, sans-serif;
	margin: 0;
	padding: 5px 10px;
}

#patterns {
	margin: 0 0 10px 20px;
	padding: 0;
	background-color: #F7D8BC;
	width: 240px;
}
#patterns .nameplate {
	background-color: #E8976A;
	color: #FFF;
	font: bold 9pt/1em Verdana, Arial, sans-serif;
	margin: 0;
	padding: 5px 10px;
}

.stitch_cat_list li {
	font-weight: bold;
}
.stitch_list li {
	font-weight: normal;
}


/* content: newsletters */
#issues {
	margin: 0 0 10px 20px;
	padding: 0 0 .5em 0;
	background-color: #A7DCF1;
	width: 200px;
}
#issues .nameplate {
	background-color: #5095B2;
	color: #FFF;
	font: bold 9pt/1em Verdana, Arial, sans-serif;
	margin: 0;
	padding: 5px 10px;
}
#issues ul {
	margin: .5em 0;
	padding: 0 20px;
	border: none;
	list-style-type: none;
}
#issues ul li {
	margin: 1em 0;
	padding: 0;
	line-height: 1.3em;
}

/* checkout */
#login_wrapper {
	background: url(/img/misc/bkgd-login.gif) repeat-y;
	height: 1%;
	margin: 20px 0 15px 0;
	overflow: auto;
}
#new_customer {
	float: left;
	margin: 0 20px 0 0;
	width: 360px;
}
#returning_customer {
	float: left;
	width: 360px;
}
#new_customer .nameplate, #returning_customer .nameplate {
	background-color: #357D9B;
	color: #FFF;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	padding: 10px 0 5px 0;
	text-align: center;
}
#new_customer .content, #returning_customer .content {
	padding: 30px;
}
#account, #address, #request {
	border: 1px solid #5095b2;
	margin: 30px auto 12px auto;
	padding: 30px;
	width: 600px;
}
#address_book {
	margin: 30px auto 12px auto;
	width: 600px;
}
#address_book table {
	border: 1px solid #5095b2;
}
#address_book th {
	background-color: #a7dcf1;
	border-bottom: 1px solid #5095b2;
	font-size: 8pt;
	font-weight: bold;
	padding: 6px;
}
#address_book td {
	background-color: #FFF;
	border-bottom: 1px dashed #5095b2;
	padding: 1em .5em;
}
#address_book td.last {
	border-bottom: none;
}
#shipping_processing, #payment {
	border: 1px solid #5095b2;
	margin: 30px auto 12px auto;
	overflow: auto;
	padding: 30px;
	width: 600px; /* box model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 550px;
}
html>body #shipping_processing, html>body #payment {
	width: 550px;
}
#rate_chart {
	float: right;
	margin-left: 30px;
	width: 264px;
}
#rate_chart table {
	background-color: #6d7d56;
}
#rate_chart th {
	background-color: #d3dec2;
	font-weight: bold;
	padding: 6px;
}
#rate_chart td {
	background-color: #FFF;
	padding: 6px;
}
#promo {
	background-color: #F7E7ED;
	border: 1px solid #A60549;
	margin: 12px 0;
	padding: 12px;
}
#promo td {
	padding: 0;
	background-color: #F7E7ED;
}
#flash {
	background-color: #FFF;
	border: 1px solid #F00;
	margin-bottom: 12px;
	width: 716px; /* box model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 714px;
}
html>body #flash {
	width: 714px;
}
#flash td {
	background-color: #FFF;
}
.place_your_order {
	background-color: white;
	background-image: url(/img/misc/bkgd-checkout_arrow.gif);
	background-position: right;
	color: #FFF;
	font-size: 10pt;
	font-weight: bold;
	height: 51px;
	padding: 0 0 0 12px;
	text-align: left;
}

/* blog */
.dateline {
	font: 7pt Verdana, Arial, sans-serif;
}
#blog_archive {
	margin: 0 0 10px 20px;
	padding: 0 0 .5em 0;
	background-color: #A7DCF1;
	width: 200px;
}
#blog_archive .nameplate {
	background-color: #5095B2;
	color: #FFF;
	font: bold 9pt/1em Verdana, Arial, sans-serif;
	margin: 0;
	padding: 5px 10px;
}
#blog_archive ul {
	margin: .5em 0;
	padding: 0 20px;
	border: none;
	list-style-type: none;
}
#blog_archive ul li {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}


/* featured boxes */
#featured_red {
	margin: 0 0 10px 10px;
	padding: 0;
	background-color: #F7D8BC;
	width: 240px;
}
#featured_red .nameplate {
	background-color: #E8976A;
	color: #FFF;
	font: bold 9pt/1em Verdana, Arial, sans-serif;
	margin: 0;
	padding: 5px 10px;
}

#featured_green {
	margin: 0 0 10px 10px;
	padding: 0;
	background-color: #D3DEC2;
	width: 240px;
}
#featured_green .nameplate {
	background-color: #6D7D56;
	color: #FFF;
	font: bold 9pt/1em Verdana, Arial, sans-serif;
	margin: 0;
	padding: 5px 10px;
}

#featured_yellow {
	margin: 0 0 10px 10px;
	padding: 0;
	background-color: #FFF6C5;
	width: 240px;
}
#featured_yellow .nameplate {
	background-color: #CAB356;
	color: #FFF;
	font: bold 9pt/1em Verdana, Arial, sans-serif;
	margin: 0;
	padding: 5px 10px;
}


#fpotd-store {
	border: 1px solid #5095B2;
	margin: 0 0 10px 10px;
	padding: 0;
	width: 228px;
}
#fpotd-store .nameplate {
	background-color: #5095B2;
	color: #FFF;
	font: bold 9pt/1em Verdana, Arial, sans-serif;
	margin: 0;
	padding: 5px 10px;
}
#fpotd-store .nameplate_black {
	color: #000;
	font: bold 9pt/1em Verdana, Arial, sans-serif;
}


/* landing_content */
#landing_content .nameplate {
	color: #FFF;
	font: bold 10pt/1.2em Verdana, Arial, sans-serif;
	margin: 0;
	padding: 5px 10px;
}
#landing_content .view_all_links {
	color: #000;
	font: bold 11pt/1.1em Arial, sans-serif;
	margin: 0;
	padding: 0 10px 10px 10px;
}


#mdse_content a{text-decoration: none;}
#mdse_content a:hover{text-decoration: underline;}
#mdse_content .read_more a{text-decoration: underline;}
#mdse_content .headline a{text-decoration: none; color: #000;}
#mdse_content .headline a:hover{text-decoration: underline;}




/* poll */
#poll {
	margin: 0 0 0 10px;
	padding: 0;
	width: 170px;
}
#poll .nameplate {
	color: #5095B2;
	font: bold 9pt/1em Verdana, Arial, sans-serif;
	text-align: center;
	margin: 0;
	padding: 5px 10px;
}
#poll .question {
	margin: .5em 0;
	padding: 0;
	font-weight: bold;
}
#poll .options {
	font-size: 8pt;
}
#poll .total_votes {
	margin: .5em 0;
	padding: 0;
	font-size: 8pt;
}


/* landing navigation; right sidebar */
#landing_nav {
	margin: 0 0 0 10px;
	padding: 0;
	width: 170px;
}
#landing_nav .nameplate {
	color: #5095B2;
	font: bold 9pt/1em Verdana, Arial, sans-serif;
	text-align: center;
	margin: 0;
	padding: 5px 10px;
}
#landing_nav ul {
	margin: .5em 0;
	padding: 0;
	border: none;
	list-style-type: none;
}
#landing_nav ul li {
	line-height: 1.3em;
}


/* related categories */
#related_cats {
	xborder-top: 1px solid #999;
	margin: 2em 0;
	padding: 0;
	text-align: left;
}
#related_cats p {
	color: #3D89A7;
	font-weight: bold;
}

#related_cats ul li, #related_cats ul li a{
	text-decoration: none;
}

#related_cats ul li a:hover{
	text-decoration: underline;
}


/* bookshelf */
#bookshelf {
	margin: 0;
	padding: 14px 0;
}
#errata {
	margin: 0;
	padding: 21px 7px 0 7px;
}
#bookshelf td, #errata td {
	margin: 0;
	padding: 0 3px 21px 3px;
}
#bookshelf td div.swatch div.title, #errata td div.swatch div.title {
	font-weight: bold;
}
#bookshelf td div.swatch div.category, #errata td div.swatch div.category {
	font-style: italic;
	padding-bottom: 3px;
}
#bookshelf td div.swatch div.errata, #errata td div.swatch div.errata {
	border: 1px solid #64B400;
	background-color: #D8ECBF;
	font-size: 10px;
	margin: 6px 0 0 0;
	padding: 10px;
	text-align: center;
}

/* global styles */
h1.seo {
	border: none;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin: 0 0 12px 0;
	padding: 0;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.white {
	color: white;
}
.red {
	color: red;
}
.black {
	color: black;
}
.big_subhead {
	color: #A60549;
	font-size: 15pt;
	font-weight: bold;
}
.subhead {
	color: #A60549;
	font-size: 14pt;
	font-weight: bold;
}
.subhead a {
	color: #A60549;
}
.heading {
	color: #EF8830;
	font-size: 11pt;
	font-weight: bold;
}
.fine_print {
	font-size: 8pt;
}
.fine_print2 {
	font-size: 10pt;
}
.fine_print3 {
	font-size: 10px;
}
.saved_by_zero {
	border: none;
	margin: 0;
	padding: 0;
}
.snippet {
	font-size: 8pt;
}
.snippet_highlight {
	background-color: yellow;
	font-size: 8pt;
}
.paginator {
	margin-bottom: 10px;
}
.onpageseo{
	background-color: #e2e2e2;
	padding: 10px;
	padding-top: 1px;
}
.onpageseo h2{
	font-family: Arial;
	font-size: 16px;
}

/* png positioner */
div.png_positioner, div.png_positioner_detail {
	position: relative;
}
div.png_positioner span.rank {
	background-color: #D3DEC2;
	border: 3px solid white;
	color: #6D7D56;
	font-size: 13px;
	font-weight: bold;
	left: 0px;
	line-height: 21px;
	position: absolute;
	text-align: center;
	top: -11px;
	width: 21px;
	z-index: 999;
}
div.png_positioner div.overlay {
	position: absolute;
	top: -16px;
	right: 5px;
}
div.png_positioner_detail div.overlay {
	position: absolute;
	top: -20px;
	right: -15px;
}
div.png_positioner_detail div.overlay {
	position: absolute;
	top: -20px;
	right: -15px;
}

#top_10 {
	background-color: #FFF6C5;
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: center;
	width: 230px;
}
#top_10 .nameplate {
	background-color: #CAB356;
	color: #FFF;
	font: bold 9pt/1em Verdana, Arial, sans-serif;
	margin: 0;
	padding: 5px 10px;
}
#top_10 .title {
	font-size: 11px;
	text-align: center;
}
#top_10 div.png_positioner span.rank {
	background-color: #CAB356;
	border: 1px solid white;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	position: absolute;
	text-align: center;
	top: -1px;
	width: 16px;
	z-index: 999;
	voice-family: "\"}\"";
	voice-family: inherit;
	left: -6px;
}
html>body #top_10 div.png_positioner span.rank {
	left: 3px;
}

/* DRG styles */
.static_subheads {
	color: #EF8830;
	font-size: 11pt;
	font-weight: bold;
}

#hold_div{
position:relative;
}

#change_div_1{
visibility:hidden;
position:absolute;
top:0px;
left:0px;
width:690px;
}
	
#change_div_2{
visibility:hidden;
position:absolute;
top:0px;
left:0px;
width:690px;
}
	
#change_div_3{
visibility:hidden;
position:absolute;
top:0px;
left:0px;
width:690px;
}
	
#change_div_4{
visibility:hidden;
position:absolute;
top:0px;
left:0px;
width:690px;
}	

#change_div_5{
visibility:hidden;
position:absolute;
top:0px;
left:0px;
width:690px;
}

#change_div_6{
visibility:hidden;
position:absolute;
top:0px;
left:0px;
width:690px;
}		

#change_div_7{
visibility:hidden;
position:absolute;
top:0px;
left:0px;
width:690px;
}		

#change_div_8{
visibility:hidden;
position:absolute;
top:0px;
left:0px;
width:690px;
}		


#CPSC_BOX {
border-color:#000000;
	border-width: 1px;
	border-style:solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;
  padding: 3px;
  margin-top: 8px;
}

#CPSC_BOX .logo
{
float: left;
padding: 2px;
background-image: url(/img/misc/sm_yellow_warn.jpg);
background-repeat: no-repeat;
width: 40px;
height: 33px;
}

#CPSC_BOX .text
{
clear: right;
padding: 2px;

}

.catalog li {padding: 0px;}
.catalog li a:link{text-decoration: none;}
.catalog li a:visited{text-decoration: none;}
.catalog li a:hover{text-decoration: underline;}


ul.tier_1 {
	background-color: #FEF2C4 !important;
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
ul.tier_1 li {
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important;
}
ul.tier_1 li a {
	display: block !important;
	padding-left: 20px !important;
	background-color: #D3DEC2 !important;
	font-size: 14px !important;
	line-height: 1.3em !important;
	width: 200px !important; /* box model hack */
	voice-family: "\"}\"" !important;
	voice-family: inherit !important;
	width: 180px !important;
}
html>body ul.tier_1 li a {
	width: 180px !important;
}
ul.tier_1 li a.active {
	background-color: #FFF8E0 !important;
	color: #000 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}
ul.tier_1 li a:hover {
	background-color: #6D7D56 !important;
	color: #FFF !important;
}
ul.tier_2 {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	list-style-type: none !important;
}
ul.tier_2 li a {
	padding-left: 30px !important;
	background-color: #FFF8E0 !important;
	font-weight: normal !important;
	text-decoration: none !important;
	width: 200px !important; /* box model hack */
	voice-family: "\"}\"" !important;
	voice-family: inherit !important;
	width: 170px !important;
}
html>body ul.tier_2 li a {
	width: 170px !important;
}
ul.tier_2 li a.active {
	background-color: #FDE9A0 !important;
	color: #000 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}
ul.tier_3 {
	margin: 0 !important;
	padding: 0 !important;
}
ul.tier_3 li a {
	padding-left: 40px !important;
	background-color: #FDE9A0 !important;
	font-weight: normal !important;
	text-decoration: none !important;
	width: 200px !important; /* box model hack */
	voice-family: "\"}\"" !important;
	voice-family: inherit !important;
	width: 160px !important;
}
html>body ul.tier_3 li a {
	width: 160px !important;
}
ul.tier_3 li a.active {
	background-color: #FEEFB8 !important;
	color: #000 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}
ul.tier_4 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.tier_4 li a {
	background-color: #FEEFB8 !important;
	border-bottom: 1px dotted #BEAF78;
	font-weight: normal !important;
	padding-left: 50px !important;
	text-decoration: none !important;
	width: 200px !important; /* box model hack */
	voice-family: "\"}\"" !important;
	voice-family: inherit !important;
	width: 150px !important;
}
html>body ul.tier_4 li a {
	width: 150px !important;
}
ul.tier_4 li a.active {
	background-color: #FEEFB8 !important;
	font-weight: bold !important;
}
ul.tier_4 li a.first {
	border-top: 1px dotted #BEAF78;
}






#social_toolbar {
	margin: 10px 0;
}
#social_toolbar table {
	background-color: #FFF !important;
	border: none !important;
}
#social_toolbar table td {
	border: none !important;
}
#social_toolbar table td div.nameplate {
	border-bottom: 1px solid #999 !important;
	color: #3D89A7;
	font-weight: bold;
	line-height: 25px;
}
#social_toolbar table td.icon {
	padding-right: 2px !important;
}
#social_toolbar table td.label {
	font-size: 11px;
	font-weight: normal !important;
}

/* header v2 (w/ global cart) */
#header-v2 {
	background-color: #FFF;
	width: 1000px;
}
#header-v2-print {
	background-color: #FFF;
}
#header-v2 .masthead {
	position: relative;
	padding: 0;
	height: 72px;
}
#header-v2 .masthead_printer {
	position: relative;
	padding: 0;
	height: 210px;
}
#header-v2 .logo {
	border: none;
	position: absolute;
	bottom: 7px;
	left: 20px;
	width: 235px;
	height: 60px;
}
#header-v2 .utility_nav {
	border: none;
	position: absolute;
	top: 26px;
	left: 275px;
	font: 9pt/1em Verdana, Arial, sans-serif;
}
#header-v2 .utility_nav a {
	color: #65754D;
	text-decoration: none;
}
#header-v2 .utility_nav a:hover {
	color: #A40230;
}

#hover_cart {
	background: url(/img/misc/bg-global_cart.gif) no-repeat;
	height: 52px;
	right: 20px;
	position: absolute;
	top: 28px;
	width: 323px;
}
#hover_cart div.top {
	height: 41px;
	left: 8px;
	position: absolute;
	top: 8px;
	width: 305px;
}
#hover_cart div.top span.label {
	font-size: 12px !important;
	font-weight: normal !important;
}
#hover_cart div.top span.price {
	font-size: 12px !important;
	font-weight: bold !important;
}
#hover_cart div.bottom {
	background-color: #FFF;
	border-right: 1px solid #ADBC96;
	border-bottom: 1px solid #ADBC96;
	border-left: 1px solid #ADBC96;
	left: 8px;
	position: absolute;
	top: 52px;
	width: 305px;
	z-index: 9999;
}
#hover_cart div.bottom table {
	padding-bottom: 3px;
}
#hover_cart div.bottom table th {
	background-color: #6D7D56;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	height: 20px;
}
#hover_cart div.bottom table td {
	background-color: #E6E6E6;
	font-size: 12px;
	height: 34px;
	line-height: 13px;
}
#hover_cart div.bottom table td.sum {
	font-weight: bold;
	height: 14px;
}
#hover_cart div.bottom div.button_wrapper {
	overflow: auto;
	padding: 5px 0;
	position: relative;
	height: 1%;
}
#hover_cart div.bottom div.button_wrapper div.left {
	float: left;
}
#hover_cart div.bottom div.button_wrapper div.right {
	float: right;
}

/* Product Video Player/PDF Additional Resources */

#videoWidget {
	margin-top: 24px;
	clear: both;
}

#videoWidget table {
	background-color: #FBFDFB;
	border-top: 1px solid #a4ddf3;
	border-right: 1px solid #a4ddf3;
	border-left: 1px solid #a4ddf3;
}

#videoWidget table td {
	border-bottom: 1px solid #a4ddf3;
}

#videoWidget table td table, #videoWidget table td table td {
	border: none;
}

#productPlayer{
	width: 320px; 
	height: 264px; 
	overflow: hidden;
}

#productVideoList{
	overflow: hidden; 
	width: 186px;
}

#productVideoList .element{
	height: 52px; 
	width: 162px; 
	overflow: hidden; 
	padding: 8px; 
	margin-left: 8px;
}

#productVideoList .divider{
	margin-top: 5px; 
	border-bottom: dashed 1px #999; 
	margin-left: 8px;
}

#productVideoList a{
	color: #000000;
}

#productVideoList .element .thumbnail{
	float: left; 
	width: 64px; 
	height: 52px; 
	overflow: hidden;
}

#productVideoList .element .details{
	float: left; 
	margin-left: 8px; 
	display: block; 
	width: 86px;
}

#productVideoList .element .details .title{
	font-weight: bold; 
	text-decoration: underline;
}

#productVideoList .element .details .runtime{
	text-decoration: underline;
}

#productVideoList .on{
	background-color: #e0e0e0; 
	cursor: pointer;
}

#pdfResourceBox{
	background-color: #edf8fd; 
	border: 1px solid #a4ddf3; 
	padding: 10px; 
	text-align: left;
}

#pdfResourceBox .head{
	color: #3D89A7;	
	font-weight: bold; 
	margin-bottom: 18px;
}

#pdfResourceBox .item{
	margin-top: 10px; 
	margin-bottom: 10px;
}

#pdfResourceBox .item .title{
	padding-left: 10px; 
	padding-right: 10px;
}

#pdfResourceBox .item .title,#pdfResourceBox .item .title a{
	color: #000; 
	font-weight: bold; 
	font-size: 12px;
}

#pdfResourceBox .divider{
	border-bottom: dashed 1px #999;
}

/* Social Sidebar */
#social_sidebar {
	margin: 0 0 10px 20px;
	padding: 0px;
	background-color: #d3dec2;
	width: 240px;
}
#social_sidebar .nameplate {
	background-color: #6d7d56;
	color: #FFF;
	font: bold 9pt/1em Verdana, Arial, sans-serif;
	margin: 0;
	padding: 5px 10px;
}

#social_sidebar .icon{
	padding-right: 5px;
}

#social_sidebar table td table{
	margin-bottom: 2px;
}
#social_sidebar .innerbox {
	margin: .5em 0;
	padding: 0 0 0 20px;
	border: none;
	list-style-type: none;
}
#social_sidebar ul li {
	line-height: 1.3em;
}
#social_sidebar p {
	margin-bottom: 0;
	padding: 0 20px .5em;
}
a.photo_buttons {
	background-color: #EDF8FE;
	border-bottom: 1px solid #A4DDF3;
	border-left: 1px solid #A4DDF3;
	border-right: 1px solid #A4DDF3;
	display: block;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	width: 180px;
}
/*a.photo_buttons.magnify {
	background: #EDF8FE url('/img/misc/icon-magnify.gif') 14% 50% no-repeat;
	border-top: 1px solid #A4DDF3;
}*/
a.photo_buttons.slideshow {
	background: #EDF8FE url('/img/misc/icon-gallery.gif') 14% 50% no-repeat;
	border-top: 1px solid #A4DDF3;
}
a.photo_buttons:hover {
	background-color: #A4DDF3;
}

#microsite {
	background-color: #E7DDCB;
	margin: 30px 0;
	width: 100%;
}

#microsite .nameplate .np-left{  background-image: url('/img/misc/bv_nameplate_01.gif'); background-repeat: no-repeat; background-position: top left;}

#microsite .nameplate .np-right{  background-image: url('/img/misc/bv_nameplate_03.gif'); background-repeat: no-repeat; background-position: top right;}

#microsite div.nameplate {
	border-bottom: 2px solid #FFF;
	width: 100%; 
	height: 38px; 
	background-image: url('/img/misc/bv_nameplate_02.gif'); 
	background-repeat: repeat-x;
}
#microsite p {
	margin: 0;
	padding: 10px;
}



/* ------------------------------------------------------------------
 * ALERT
 * ------------------------------------------------------------------ */
#alert {
	background: url(/img/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 {
	font-size: 16px;
	margin: 12px 0 0 0;
	padding: 0;
}
#alert dl {
	font-size: 16px;
}
#alert dt {
	font-style: italic;
	margin-top: 15px;
}
#ialert {
	border: 1px solid #C1B38B;
	background-color: #FFF;
	font-size: 13px;
	margin: 15px 0 15px;
	padding: 10px;
	text-align: center;
}

#chrome_bar {
	background: url(/img/misc/bg-chrome_bar-aal.gif) repeat-x top;
	height: 28px;
}
#chrome_bar table {
	margin: 0 auto;
}
#chrome_bar table td {
	padding: 0 10px 0 9px;
}
#chrome_bar span.label {
	color: #364D17;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* added by BR to support creative woman newsletter layout */
form {
	margin: 0;
	padding: 0;
}
#newsletters_inner_wrapper {
	margin: 10px 0;
}
#newsletters {
	margin: 0;
	width: 740px;
}
#newsletters_leaderboard {
	margin-top: 10px;
	text-align: center;
}
#newsletters h1.publication {
	color: #FFF;
	font-family: Georgia, serif;
	font-size: 27px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 56px;
}
#newsletters span.label {
	font-size: 12px;
}
#newsletters .fine {
	font-size: 12px;
	padding: 0;
	text-decoration: none;
}
#newsletters .copy {
	font-size: 15px;
}
#newsletters td.departments a {
	background-color: #f7d8bc;
	color: #d66f36;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	margin-left: 6px;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
#newsletters td.departments a.first {
	margin-left: 0 !important;
}
#newsletters td.departments a.active,
#newsletters td.departments a.active:hover {
	background-color: #BA7DB6;
	color: #FFF;
}
#newsletters td.departments a:hover {
	background-color: #eedeed;
	color: #BA7DB6;
}
#newsletters td.arrows div {
	margin-left: 6px;
	text-align: center;
}
#newsletters td.arrows div.first {
	margin-left: 0 !important;
}
#newsletters #article_columns {
	background: url(/img/misc/bg-article_columns.gif) repeat-y;
	border: 1px solid #BA7DB6;
	overflow: auto;
	position: relative;
}
#newsletters #article_toc {
	float: right;
	width: 197px;
}
#newsletters #article_toc div.skyscraper {
	margin: 14px 0 9px 0;
	text-align: center;
}
#newsletters #article_toc div.department {
	color: #d66f36;
	font-size: 13px;
	font-weight: bold;
	margin: 21px 7px 7px 14px;
	text-transform: uppercase;
}
#newsletters #article_toc ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#newsletters #article_toc li {
	border-top: 1px dotted #BA7DB6;
	margin: 0 14px;
	padding: 7px 0;
	position: relative;
}
#newsletters #article_toc li.first {
	border-top: none;
}
#newsletters #article_toc li img.arrow {
	left: -10px;
	position: absolute;
	top: 12px;
}
#newsletters #article_toc li a {
	color: #BA7DB6;
	text-decoration: none;
}
#newsletters #article_toc li a:hover {
	text-decoration: underline;
}
#newsletters #article_toc li a.active {
	font-weight: bold;
}
#newsletters #article_body {
	margin-right: 197px;
	padding: 20px;
}
#newsletters #article_body h1 {
	color: #BA7DB6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
}
#newsletters #article_body h2 {
	color: #BA7DB6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}

/* ------------------------------------------------------------------
 * YOGA AD
 * ------------------------------------------------------------------ */
#yoga {
	background-color: #F7F1D4;
	padding: 20px 0;
	margin: 20px 0 0 0;
}
#yoga div.headline {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
	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;
}

