/* 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;
}
hr {
	background-color: #C3C3C3;
	border: 0 none;
	color: #C3C3C3;
	height: 1px;
	margin: 10px 0;
}
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; }
ul.nobull{
	list-style-type: none; margin: 0; padding: 0;
}
.linky{ cursor: pointer; cursor: hand; }

/* 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;}
#document_wrapper .nounderline a{
	text-decoration: none;
	color: inherit;
}
#document_wrapper .nounderline a:hover{
	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: #522b85;
}


/* 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: #522b85;
	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;}

/* sidebar */
#sidebar-v2 {
	float: left;
	margin: 0 -3px 0 20px; /* 3px jog bug IE(win); see #content_wrapper */
	padding: 0;
	width: 200px;
}
html>body #sidebar-v2 {
	margin: 0 0 0 20px;
}
#sidebar-v2 div.nameplate {
	background-color: #6d7d56;
	color: #FFF;
	font: bold 14px/1.1em Arial, sans-serif;
	margin: 0;
	padding: 10px 10px;
}
#sidebar-v2 ul {
	background-color: #d3dec2;
	border: none;
	list-style-type: none;
	margin: 0;
	padding: 10px 10px;
}
#sidebar-v2 ul li {
	line-height: 1.1em;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#sidebar-v2 ul li a {
	display: block;
	padding: 3px 0;
	text-decoration: none;
}
#sidebar-v2 ul li a:hover { text-decoration: underline; }
#sidebar-v2 ul li a.active { font-weight: bold; text-decoration: none; }
#profile_nav-v2{
	background-color: #F7E7ED;
	margin: 15px 0;
}
#profile_nav-v2 ul{
	background-color: #F7E7ED;
}
#profile_nav-v2 .nameplate a{
	text-decoration: none;
	color: #fff;
}
#sidebar-v2 #profile_nav-v2 .nameplate{
	background-color: #522B85;
}

/* 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;
}

#content_wrapper.suppress_sidebar {
	width: 1000px;
}
html>body #content_wrapper.suppress_sidebar {
	margin-left: 0;
}

/* main */
#main {
	padding: 10px 0 20px 20px;
	width: 740px;
}
#content_wrapper.suppress_sidebar #main {
	margin: 0 auto;
	padding: 15px 0 20px 0;
	width: 965px;
}

#main li{margin-bottom: 2px; }
#landing_content li, #copic_main li, #copic_nav li{
	margin-bottom: 0px;
}

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

/* footer */
#footer {
	background: #657e51 url("/img/motif/bg-footer.gif") repeat-x;
	clear: left;
	color: #c1cfaa;
	padding: 0 0 20px;
	width: 1000px;
}
#footer div.banners {
	padding: 20px 20px 0;
}
#footer div.banners td.banner {
	padding: 0 10px;
	width: 33.3%;
}
#footer div.rule {
	margin: 10px 0 20px;
}
#footer div.columns {
	padding: 0 20px;
}
#footer div.columns td.column {
	padding: 0 10px;
	vertical-align: top;
	width: 25%;
}
#footer div.columns td.column div.content {
	padding: 10px;
}
#footer div.social_icons td.icon {
	padding: 10px 10px 0 0;
}
#footer div.copyright {
	color: #c1cfaa;
	font-size: 11px;
	padding-bottom: 10px;
	text-align: center;
}
#footer div.copyright a {
	font-weight: bold;
}
#footer div.badges {}
#footer div.badges table {
	margin: 0 auto;
}
#footer div.badges td.badge {
	padding: 0 5px;
}
#footer a {
	color: #fff;
}
#footer h2, .footerHeader {
	color: #fff;
	font-size: 20px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#footer h3, #footer .heading3 {
	color: #c1cfaa;
	font-size: 15px;
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
}
#footer ul.links {
	margin: 10px 0;
	padding: 0;
	border: none;
	list-style-type: none;
}
#footer ul.links li {
	margin: 2px 0;
	padding: 0;
}
#newsletter_signup {
	background-color: #526641;
}
#newsletter_signup div.newsletter_email {
	margin: 10px 0;
}
#newsletter_signup div.newsletter_email input {
	height: 20px;
	width: 200px;
}
#newsletter_signup div.offer {
	margin: 10px 0;
}
#newsletter_signup div.offer table td {
	vertical-align: top;
}
#newsletter_signup div.offer div.title,
#newsletter_signup div.offer div.title label {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#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;
}
#footer .footer_link_bar{
	background-image: url(/img/misc/green_bottom_bar.gif);
}

#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footer_siteindex { background-color: #66744f; padding: 2px; color: #FFFFFF; }
#footer_siteindex .nameplate { font: bold 9pt/1em Verdana, Arial, sans-serif; padding: 4px; }
#footer .footer_links { background-color: #66744f; color: #d1ddc0; height: 100%; }
#footer .footer_links a { color: #d1ddc0; }
#footer .store_links { background: #f6fdeb url(/img/misc/green_gradient_foot.jpg) no-repeat top; background-position: top left; }
#footer .store_links p { margin-top: 2px; margin-bottom: 2px; }

/* 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: #522b85;
	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;
}
#supplemental_items a.supplemental_link {
	text-decoration: none;
}
#supplemental_items a.supplemental_link:hover {
	text-decoration: underline;
}
#order_form .stock, #bonus_buy .stock, #order_form_top .stock {
	color: #522b85;
	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: 33px 0 10px 20px;
	padding: 0;
	background-color: #ebebeb;
	width: 260px;

}
#learn .nameplate {
	/*background-color: #5095B2;*/
	color: #060606;
	font: Verdana, Arial, sans-serif;
	font-size: 24px;
	margin: 0;
	padding: 10px 10px;
	padding-left: 20px;
}
#learn ul {
	margin: 0;
	padding: 0 0 0 20px;
	border: none;
	list-style-type: none;
}
#learn ul li {
	line-height: 1.6em;

}
#learn p {
	margin-bottom: 0;
	padding: 0 20px .5em;
}
#learn a {
	color: #392791;
}

#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 2px;
	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;*/
	color: #060606;
	font: Verdana, Arial, sans-serif;
	font-size: 24px;
	margin: 0;
	padding: 10px 10px;
	padding-left: 20px;
}

.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 #522b85;
	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;}





/* 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: #522b85;
	font-size: 15pt;
	font-weight: bold;
}
.subhead {
	color: #522b85;
	font-size: 14pt;
	font-weight: bold;
}
.subhead a {
	color: #522b85;
}
.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{
	padding: 10px;
	padding-top: 1px;
}
.onpageseo h2, .onpageseo .heading2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
    margin: 12px 0 12px 0;
}
.seohead{
	padding: 5px; color: #fff; background-color: #6d6e70; width: 310px; font-size: 14px; font-weight: bold;
}

/* 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;}

#cat_nav-v2 {
	margin: 15px 0;
}
#cat_nav-v2 div.nameplate {
	background-color: #ffad00;
}
#cat_nav-v2 ul.tier_1 {
	background-color: #fef0bf;
}
#cat_nav-v2 ul.tier_1 li a.active {
	background-color: #fff8e0;
	margin: 0 -10px;
	padding-left: 10px;
}
#cat_nav-v2 ul.tier_2 {
	background-color: #fff8e0;
	margin: 0 -10px;
	padding: 0 10px 0 25px;
}
#cat_nav-v2 ul.tier_2 li a.active {
	background-color: #fffef9;
	margin: 0 -10px 0 -25px;
	padding-left: 25px;
}
#cat_nav-v2 ul.tier_3 {
	background-color: #fffef9;
	margin: 0 -10px 0 -25px;
	padding: 0 10px 0 40px;
}

#section_nav-v1 ul{
	background-color: #fef0bf;
}
#section_nav-v1 {
	margin: 15px 0;
}
#section_nav-v1 div.nameplate {
	background-color: #ffad00;
}
#section_nav-v1 ul.tier_1 {
	background-color: #fef0bf;
}
#section_nav-v1 ul.tier_1 li a.active {
	margin: 0 -10px;
	padding-left: 10px;
}
#section_nav-v1 ul.tier_2 {
	margin: 0 -10px;
	padding: 0 10px 0 25px;
}
#section_nav-v1 ul.tier_2 li a.active {
	background-color: #fff8e0;
	margin: 0 -10px 0 -25px;
	padding-left: 25px;
}
#section_nav-v1 ul.tier_3 {
	background-color: #fff8e0;
	margin: 0 -10px 0 -25px;
	padding: 0 10px 0 40px;
}
#section_nav-v1 ul.tier_4 {
	background-color: #fff8e0;
	margin: 0 -10px 0 -25px;
	padding: 0 10px 0 40px;
}
#section_nav-v1 ul.tier_5 {
	background-color: #fff8e0;
	margin: 0 -10px 0 -25px;
	padding: 0 10px 0 40px;
}

#designer_nav {
	margin: 0 0 15px;
}

#csmodule_nav {
	margin: 20px 0;
}

#slide_show{
	width: 720px;
	height: 500;
	overflow: hidden;
	background-color: #fff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	z-index: 1;
}
#slide_show .slide{
	width: 720px;
	height: 500px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	overflow: hidden;
	display: none;
	background-color: #fff;
	z-index: 1;
}
#slide_show_controls .nav_bar{
	position: relative;
	background: #dcdcdd url('/img/misc/class-nav-v1/bg-gradient-navbar.jpg') repeat-x;
	width: 718px;
	height: 30px;
	border: 1px solid #dadadb;
	z-index: 1;
}
#slide_show_controls .nav_bar .tab{
	position: relative;
	border-right: 1px solid #dadadb;
	float: left;
	/*padding: 10px;*/
	padding: 8px 10px 12px;
	z-index: 2;
	height: 10px;
	cursor: pointer;
}
#slide_show_controls .nav_bar .active{
	z-index: 5;
	background-color: #fff;
	position: relative;
	height: 14px;
	padding-top: 12px;
	top: -8px;
	border-right: 1px solid #dadadb;
	border-top: 1px solid #dadadb;
	border-left: 1px solid #dadadb;
	-webkit-border-radius: 5px 5px 0 0;
	   -moz-border-radius: 5px 5px 0 0;
	        border-radius: 5px 5px 0 0;
	/*-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;*/
	color: #66744f;
}

/*
 * trying animation - ALTERED 7/17/2014 by JD @ RB
 */
#slide_show_controls .nav_bar {
	border-left: 0;
}
#slide_show_controls .nav_bar .tab {
	border-right: 0;
	border-left: 1px solid #dadadb;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
}
#slide_show_controls .nav_bar .tab:last-of-type {
	border-right: 1px solid #dadadb;
}
#slide_show_controls .nav_bar .active {
	top: 0;
	margin-top: -8px;
	height: 38px;
	line-height: 38px;
	border-right: 1px solid #dadadb;
	-webkit-transition: height 250ms, margin-top 250ms, line-height 250ms;
	   -moz-transition: height 250ms, margin-top 250ms, line-height 250ms;
	     -o-transition: height 250ms, margin-top 250ms, line-height 250ms;
	        transition: height 250ms, margin-top 250ms, line-height 250ms;
}
#slide_show_controls .nav_bar .active + .tab {
	border-left: 0;
}


#slide_show_controls .nav_bar .sale {
	background: #efaba2 url('/img/misc/class-nav-v1/bg-gradient-navbar_red.gif') repeat-x;
}
#slide_show_controls .nav_bar .sale.active {
	background-image: none;
	background-color: red;
	color: white;
}
#slide_show_controls .toggle_button{
	cursor: pointer;
	position: absolute;
	top: 4px;
	right: 12px;
}

#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: #522b85;
}

/* header v4 (mega drop-downs) */
#header-v4 .masthead {
	position: relative;
	height: 90px;
}
#header-v4 .utility_nav {
	z-index: 20;
	position: relative;
	top: 0px;
	border-bottom: 1px solid #ccc;
	padding-left: 16px;
}
#header-v4 .utility_nav ul {
	list-style: none;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#header-v4 .utility_nav ul li {
	float: left;
	display: block;
	text-align: center;
	border: none;
	padding: 6px 9px 6px 4px;
}
#header-v4 .utility_nav ul li a {
	color: #333;
	font-size: 11px;
	text-decoration: none;
}
#header-v4 .utility_nav ul li a:hover {
	text-decoration: underline;
}
#header-v4 .logo {
	border-right: 1px solid #c6c6c6;
	position: relative;
	top: -1px;
	left: 20px;
	width: 275px;
	height: 64px;
	z-index: 1;
	overflow: hidden;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
#header-v4 .search {
	position: absolute;
	bottom: 16px;
	right: 20px;
}
#header-v4 .search label {
	color: #6d7d56;
	font-weight: bold;
}
#header-v4 .search #criteria, #returning_customer input[type="text"], #returning_customer input[type="password"] {
	color: #000;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.1em;
	height: 15px;
	width: 400px;
	padding: 8px 9px 6px;
	margin: 0 5px;
	border: 1px solid #999;
	-webkit-background-clip: padding-box; /* fix WebKit background bleed on border-radius */
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-transition-property: background-color, box-shadow;
	   -moz-transition-property: background-color, box-shadow;
	    -ms-transition-property: background-color, box-shadow;
	     -o-transition-property: background-color, box-shadow;
	        transition-property: background-color, box-shadow;
	-webkit-transition-duration: 120ms;
	   -moz-transition-duration: 120ms;
	    -ms-transition-duration: 120ms;
	     -o-transition-duration: 120ms;
	        transition-duration: 120ms;
	-webkit-transition-timing-function: ease-out;
	   -moz-transition-timing-function: ease-out;
	    -ms-transition-timing-function: ease-out;
	     -o-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.50), 0 2px 3px rgba(255,255,255,1);
	   -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.50), 0 2px 3px rgba(255,255,255,1);
	        box-shadow: inset 0 1px 5px rgba(0,0,0,.50), 0 2px 3px rgba(255,255,255,1);
}
#header-v4 .search #criteria:hover {
	background-color: #fff;
	border-color: #bdbcb3;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.35), 0 0 5px 2px rgba(0,0,0,.10);
	   -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.35), 0 0 5px 2px rgba(0,0,0,.10);
	        box-shadow: inset 0 1px 5px rgba(0,0,0,.35), 0 0 5px 2px rgba(0,0,0,.10);
}
#header-v4 .search #criteria:focus {
	background-color: #fff;
	border-color: #a8bcca;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.20), 0 0 5px 2px rgba(99,67,147,.5);
	   -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.20), 0 0 5px 2px rgba(99,67,147,.5);
	        box-shadow: inset 0 1px 5px rgba(0,0,0,.20), 0 0 5px 2px rgba(99,67,147,.5);
}
#header-v4 div.menu {
	background: rgb(239,229,255);
	background: -moz-linear-gradient(top,  rgba(239,229,255,1) 0%, rgba(220,207,242,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,229,255,1)), color-stop(100%,rgba(220,207,242,1)));
	background: -webkit-linear-gradient(top,  rgba(239,229,255,1) 0%,rgba(220,207,242,1) 100%);
	background: -o-linear-gradient(top,  rgba(239,229,255,1) 0%,rgba(220,207,242,1) 100%);
	background: -ms-linear-gradient(top,  rgba(239,229,255,1) 0%,rgba(220,207,242,1) 100%);
	background: linear-gradient(to bottom,  rgba(239,229,255,1) 0%,rgba(220,207,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe5ff', endColorstr='#dccff2',GradientType=0 );

	border-top: 1px solid #c4b8d9;
	border-bottom: 1px solid #c4b8d9;
	position: relative;
	text-align: center;
}
	/* 1 - IE9 doesnt like this filter, so we cancel, and
	 * 2 - we load instead a dataURI image */
	.ie9 #header-v4 div.menu {
		filter: none;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZTVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2NmZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	}
	.lt-ie8 #header-v4 div.menu {
		z-index: 500;
	}

#header-v4 div.menu ul.nav {
	list-style: none;
	display: inline-block;
	height: 45px;
	margin: 0;
	padding: 0;
	zoom: 1;
	*display: inline;
}
#header-v4 div.menu ul.nav li {
	float: left;
	display: block;
	text-align: center;
	border: none;
	padding: 6px 9px 9px;
	z-index: 99999;
}
#header-v4 div.menu ul.nav li.widow {
	padding-top: 14px;
	padding-bottom: 2px;
}
#header-v4 div.menu ul.nav li a {
	position: relative;
	z-index: 1002;
	display: block;
	height: 32px;
	color: #634393;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/* ----- "CSS Triangle" method of adding dropdown arrow, targeting older browsers */
.lt-ie9 #header-v4 div.menu ul.nav li a .nav-triangle {
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	display: none;
	width: 0;
	height: 0;
	margin: auto;
	border-bottom: 10px solid white;
	border-right:  10px solid transparent;
	border-left:   10px solid transparent;
	text-align: center;
}
	/* different layout for .widow elements */
	.lt-ie9 #header-v4 div.menu ul.nav li.widow a .nav-triangle {
		bottom: 0;
	}
	/* reveal on hover */
	.lt-ie9 #header-v4 div.menu ul.nav li.hover a .nav-triangle {
		display: block;
	}
	/* ie7 triangle positioning fix */
	.lt-ie8 #header-v4 div.menu ul.nav li a .nav-triangle {
		left: 30%;
	}

/* ----- "rotated cropped box" method of adding dropdown arrow, targeting newer browsers */
/* this behaves as a container element */
#header-v4 div.menu ul.nav li a .nav-supertriangle {
	display: none;
	overflow: hidden;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	z-index: 1005;
	margin: auto;
	width: 29px;
	height: 15px;
}
/* Generated content FTW */
#header-v4 div.menu ul.nav li a .nav-supertriangle:after {
	content: "";
	width: 14px;
	height: 14px;
	/* margin pushes element out of box but translate brings it back in for browsers that support transforms */
	margin: 29px auto 0;
	-webkit-transform: translateY(-20px) rotate(45deg);
	   -moz-transform: translateY(-20px) rotate(45deg);
	    -ms-transform: translateY(-20px) rotate(45deg);
	     -o-transform: translateY(-20px) rotate(45deg);
	        transform: translateY(-20px) rotate(45deg);
	text-align: center;
	display: block;
	background: #fff;
	-webkit-box-shadow: -1px -1px 5px rgba(0,0,0,.5);
	   -moz-box-shadow: -1px -1px 5px rgba(0,0,0,.5);
	        box-shadow: -1px -1px 5px rgba(0,0,0,.5);
}
	/* different layout for .widow elements */
	#header-v4 div.menu ul.nav li.widow a .nav-supertriangle {
		bottom: 0;
	}
	/* reveal on hover */
	#header-v4 div.menu ul.nav li.hover a .nav-supertriangle {
		display: block;
	}

#header-v4 div.menu ul.nav li div.panel {
	background-color: #fff;
	border: 1px solid #ccc;
	/*border-top: 0;*/
	left: -999em;
	position: absolute;
	z-index: 1001;
	width: 980px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.65);
	   -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.65);
	        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.65);
	text-align: left;
}
#header-v4 div.menu ul.nav li.hover div.panel {
	left: 10px;
	top: 100%;
}
#header-v4 div.menu div.content {
	padding: 20px;
}
#header-v4 div.menu div.panel h1 {
	color: #967cbf;
	font-size: 33px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}
#header-v4 div.menu div.panel h2 {
	color: #967cbf;
	font-size: 15px;
	font-weight: normal;
	margin: 15px 0 5px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
}
#header-v4 div.menu div.panel h1 a,
#header-v4 div.menu div.panel h2 a {
	color: #967cbf;
	font-size: inherit;
	height: auto;
	text-decoration: none;
}
#header-v4 div.menu div.panel h1 a {
	font-size: 33px; /* reset for IE7 */
	font-weight: inherit;
}
#header-v4 div.menu div.panel table tr td {
	padding: 0 10px 0 0;
	vertical-align: top;
	width: 145px;
}
#header-v4 div.menu div.panel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header-v4 div.menu div.panel ul li {
	float: none;
	text-align: left;
	border: none;
	padding: 2px 0;
}
#header-v4 div.menu div.panel ul li ul {
	padding-top: 2px;
}
#header-v4 div.menu div.panel ul li ul li {
	padding-left: 20px;
}
#header-v4 div.menu div.panel ul li a {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	text-decoration: none;
}
#header-v4 div.menu div.panel a:hover {
	text-decoration: underline !important;
}
#header-v4 div.submenu {
	z-index: 9;
	position: relative;
	background: rgb(242,242,242);
	background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(230,230,230,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(230,230,230,1)));
	background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(230,230,230,1) 100%);
	background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(230,230,230,1) 100%);
	background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(230,230,230,1) 100%);
	background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(230,230,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e6e6e6',GradientType=0 );

	border-top: 1px solid #ccc;
	/*position: relative;*/
	text-align: right;
}
	/* see other '.ie9' comment above */
	.ie9 #header-v4 div.submenu {
		filter: none;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	}

#header-v4 div.submenu ul.subnav {
	list-style: none;
	/*display: block;*/
	display: inline-block;
	overflow: hidden;
	height: 26px;
	margin: 0;
	/*border-left: 1px solid #ccc;*/
	padding: 0 10px;
}
#header-v4 div.submenu ul.subnav li {
	float: left;
	display: block;
	text-align: center;
	border: none;
	padding: 6px 9px 6px 4px;
}
#header-v4 div.submenu ul.subnav li a {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
#header-v4 div.submenu ul.subnav li a:hover {
	text-decoration: underline;
}
#header-v4 div.submenu div.promo_slug {
	color: red;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	text-align: left;
	margin: 0 -3px 0 20px; /* 3px jog bug IE(win) */
	width: 375px;
	height: 26px;
	overflow: hidden;
}

#header-v4 div.submenu div.promo_slug a{
	color: red;
	text-decoration: none;
}

#hover_cart {
	background: url(/img/misc/bg-global_cart.gif) no-repeat;
	height: 52px;
	right: 20px;
	position: absolute;
	top: 0px;
	width: 323px;
	z-index: 8001;
}
#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;
}

/* header v3 (new logo) */
#header-v3 {
	background-color: #FFF;
	width: 1000px;
}
#header-v3-print {
	background-color: #FFF;
}
#header-v3 .masthead {
	position: relative;
	padding: 0;
	height: 105px;
}
#header-v3 .masthead_printer {
	position: relative;
	padding: 0;
	height: 210px;
}
#header-v3 .logo {
	border: none;
	position: absolute;
	bottom: 9px;
	left: 43px;
	width: 472px;
	height: 85px;
}
#header-v3 .utility_nav {
	border: none;
	position: absolute;
	top: 67px;
	left: 708px;
	font: 9pt/1em Verdana, Arial, sans-serif;
}
#header-v3 .utility_nav a {
	color: #65754D;
	text-decoration: none;
}
#header-v3 .utility_nav a:hover {
	color: #522b85;
}

/* Product Video Player/PDF Additional Resources */

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

#videoWidget table {
	background-color: #FBFDFB;
	border-collapse: collapse;
	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;
}

.hp-promo-box{
	background-color: #ccc;
	height: 160px;
	width: 230px;
	overflow: hidden;
	float: left;
	position: relative;
}
.hp-promo-box .under{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 230px;
	height: 160px;
}
.hp-promo-box .link{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
.hp-promo-box .link img{
	border: none;
}
.hp-promo-box .title{
	background-color: #ceaf5c;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	height: 25px;
	line-height: 25px;
	padding-left: 7px;
	padding-right: 7px;
}
.hp-promo-box .title:after{
	content: "";
	padding-left: 5px;
	padding-top: 2px;
	content: url('/img/home/misc/harrow.jpg');
}

/* ------------------------------------------------------------------
 * 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;
}
#chrome_bar-v2 {
	background: url(/img/misc/bg-chrome_bar-aal-v2.gif) repeat-x top;
	border-bottom: 1px solid #ADBC96;
	height: 40px;
}
#chrome_bar-v2 table {
	margin: 0 auto;
}
#chrome_bar-v2 table td {
	padding: 0 10px 0 9px;
}
#chrome_bar-v2 span.label {
	color: #364D17;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#chrome_bar-v3 {
	background: url(/img/misc/bg-chrome_bar-aal-v2.gif) repeat-x top;
	height: 40px;
}
#chrome_bar-v3 h3, #chrome_bar-v3 .headerText {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	display: inline-block;
	padding: 4px 0 0 20px;
	margin: 0;
}
#chrome_bar-v3 h3 a, #chrome_bar-v3 .headerText a {
	color: #fff;
	text-decoration: none;
}
#chrome_bar-v3 h3 a:hover, #chrome_bar-v3 .headerText a:hover {
	text-decoration: underline;
}
#chrome_bar-v3 .login_nav {
	padding-left: 16px;
}
#chrome_bar-v3 .login_nav ul {
	list-style: none;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#chrome_bar-v3 .login_nav ul li {
	float: left;
	display: block;
	text-align: center;
	border: none;
	padding: 1px 9px 1px 4px;
}
#chrome_bar-v3 .login_nav ul li a {
	color: #c1cfaa;
	font-size: 11px;
	text-decoration: none;
}
#chrome_bar-v3 .login_nav ul li a:hover {
	text-decoration: underline;
}

/* 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: #BA7DB6;
	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: 187px;
	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;
}
#newsletters #editors_bio {
  font-size: 11px;
  font-weight: normal;
}

/* ------------------------------------------------------------------
 * 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;
}

/* ------------------------------------------------------------------
 * PACKAGES DETAIL
 * ------------------------------------------------------------------ */
 #t1_title{
	margin-bottom: 22px;
}

#t1_wrapper, #t2_wrapper {
	margin-bottom: 24px;
	overflow: auto;
	width: 728px;
}
#t1_180x240 {
	float: left;
	margin-right: -3px; /* 3px jog bug IE(win); see #t1_content */
	text-align: center;
	width: 180px;
}
html>body #t1_180x240 {
	margin-right: 0;
}
#t1_180x240 .magnify, #t1_180x240 .slideshow {
	margin-top: 12px;
}
#t1_content {
	height: 1%; /* 3px jog bug IE(win); see #t1_180x240 */
	margin-left: 201px;
}

#t1_content .description{
	color: #000;
	font-size: 16px;
}
html>body #t1_content {
	height: auto;
	margin-left: 204px;
}


#t1_order_form td.variation .format {
	font-size: 18px;
	font-weight: bold;
}
#t1_order_form td.variation .stock {
	color: #960000;
	font-weight: bold;
}
#t1_order_form td.variation .qty {
	margin-top: 10px;
}
#t1_order_form td.variation .help {
	font-size: 11px;
}



#t1_order_form {
	clear: right;
	margin-top: 24px;
	width: 520px;
}
#t1_order_form table {
	background-color: #FBFDFB;
	border: 1px solid #a4ddf3;
	border-bottom: none;
}
#t1_order_form table td {
	border-bottom: 1px solid #a4ddf3;
}
#t1_order_form table td table {
	border: none;
}
#t1_order_form table td table td {
	border: none;
}
#t1_order_form .qty, #t2_xsell_prod .qty {
	margin-top: 12px;
}
#t1_order_form .qty input, #t2_xsell_prod .qty input {
	margin-right: 24px;
}
#t1_order_form .stock, #t2_xsell_prod .stock, #bonus_buy .stock {
	color: #2A378B;
	font-weight: bold;
}
#bonus_buy .stock {
	padding-left: 1em;
}
#t1_order_form .add_to_cart {
	background-color: #fff;
	margin: 0;
	padding: 2px;
	text-align: center;
}
#t1_xsell_prod, #t2_xsell_prod {

}
.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9040;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-dialog {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	padding: 10px;
	z-index: 1050;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9030;
	background-color: #000000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-body {
	position: relative;
	background: rgb(239,229,255);
	background: -moz-linear-gradient(top, rgba(239,229,255,1) 0%, rgba(220,207,242,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,229,255,1)), color-stop(100%,rgba(220,207,242,1)));
	background: -webkit-linear-gradient(top, rgba(239,229,255,1) 0%,rgba(220,207,242,1) 100%);
	background: -o-linear-gradient(top, rgba(239,229,255,1) 0%,rgba(220,207,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(239,229,255,1) 0%,rgba(220,207,242,1) 100%);
	background: linear-gradient(to bottom, rgba(239,229,255,1) 0%,rgba(220,207,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe5ff', endColorstr='#dccff2',GradientType=0 );
	border: 8px solid rgba(220,207,242,1);
	margin: auto;
	padding: 32px 24px 16px;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.25;
	width: 400px;
}
@media screen and (min-width: 768px) {
	.modal-dialog {
		left: 50%;
		right: auto;
		width: 600px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
#interstitial {
	margin: auto;
	overflow: hidden;
	width: 464px;
}
#interstitial .close-button {
	background-color: #ddd0f2;
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	position: absolute;
	top: 0;
	right: 0;
}
#interstitial .close-button a {
	color: #634393;
}
#interstitial .ialert {
	margin: 15px 0;
	padding: 12px 12px 12px 60px;
	text-align: left;
}
#interstitial .ialert h3 {
	color: #000000;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 15px;
}
#interstitial .ialert ul {
	margin-top: 0;
	margin-bottom: 15px;
}
#interstitial .ialert.warning,
#interstitial .ialert.error {
	background: #ffc url('/images/misc/icon-ialert_warning.png') 15px 50% no-repeat;
	border-top: 1px solid orange;
	border-bottom: 1px solid orange;
}
#interstitial .ialert.success {
	background: #cfc url('/images/misc/icon-ialert_success.png') 15px 50% no-repeat;
	border-top: 1px solid #3a9804;
	border-bottom: 1px solid #3a9804;
}
#interstitial input[type="text"],
#interstitial input[type="email"] {
	display: inline-block;
	padding: 0.268em 0.5em 0.214em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font: 14px/1 Freesans, Helmet, sans-serif;
	background-color: #fafafa;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-shadow: inset 0 2px 5px rgba(0,0,0,0.13);
	-webkit-transition: background-color 120ms ease-out, box-shadow 120ms ease-out, border-color 120ms ease-out;
	-moz-transition: background-color 120ms ease-out, box-shadow 120ms ease-out, border-color 120ms ease-out;
	transition: background-color 120ms ease-out, box-shadow 120ms ease-out, border-color 120ms ease-out;
	-webkit-font-smoothing: antialiased;
}
#interstitial input[type="text"]:hover,
#interstitial input[type="email"]:hover {
	background-color: #fff;
	border-color: #bfbfbf;
	box-shadow: 0 0 5px 2px rgba(122,122,122,0.2);
}
#interstitial input[type="text"]:focus,
#interstitial input[type="email"]:focus {
	background-color: #fff;
	border-color: #726399;
	box-shadow: inset 0 2px 5px rgba(0,0,0,0.09), 0 0 5px 2px rgba(114,99,153,0.75);
}
#interstitial input[type="text"],
#interstitial input[type="email"] {
	outline: 0;
}
#interstitial .inline-block {
	display: inline-block !important;
}
#interstitial input[type="checkbox"],
#interstitial input[type="submit"],
#interstitial input[type="image"],
#interstitial button,
#interstitial label[for] {
	cursor: pointer;
}
#interstitial a {
	color: #0C3F93;
	text-decoration: none;
}
#interstitial a:hover {
	text-decoration: underline;
}
#interstitial form {
	margin: 0;
	padding: 0;
}
#interstitial fieldset {
	padding: 0;
	border: 0;
	margin: 0;
}
#interstitial label {
	color: #000000;
	display: block;
	font-size: 16px;
}
#interstitial h1 {
	color: #000000;
	font-family: Georgia, serif;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1em;
	margin: .5em 0;
}
#interstitial h3 {
	color: #000000;
	font-size: 18px;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 1em;
}
#interstitial .interests-selector {
	border-top: 2px solid #c4b8d9;
	border-bottom: 2px solid #c4b8d9;
	margin: 1em 0;
	padding: 8px;
}
#interstitial .tfield {
	width: 60%;
}
#interstitial .fine-print {
	font-size: 11px;
	margin-bottom: 0;
}
#interstitial img {
	border: none;
}

/* ------------------------------------------------------------------
 * CSS FORM FIELDS (login)
 * ------------------------------------------------------------------ */
#returning_customer input[type="text"],
#returning_customer input[type="password"] {
	color: #000;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.1em;
	height: 15px;
	width: 280px;
	padding: 8px 9px 6px;
	margin: 0;
	border: 1px solid #999;
	-webkit-background-clip: padding-box; /* fix WebKit background bleed on border-radius */
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-transition-property: background-color, box-shadow;
	   -moz-transition-property: background-color, box-shadow;
	    -ms-transition-property: background-color, box-shadow;
	     -o-transition-property: background-color, box-shadow;
	        transition-property: background-color, box-shadow;
	-webkit-transition-duration: 120ms;
	   -moz-transition-duration: 120ms;
	    -ms-transition-duration: 120ms;
	     -o-transition-duration: 120ms;
	        transition-duration: 120ms;
	-webkit-transition-timing-function: ease-out;
	   -moz-transition-timing-function: ease-out;
	    -ms-transition-timing-function: ease-out;
	     -o-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.50);
	   -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.50);
	        box-shadow: inset 0 1px 5px rgba(0,0,0,.50);
}
#returning_customer input[type="text"]:hover,
#returning_customer input[type="password"]:hover {
	background-color: #fff;
	border-color: #bdbcb3;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.35), 0 0 5px 2px rgba(0,0,0,.10);
	   -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.35), 0 0 5px 2px rgba(0,0,0,.10);
	        box-shadow: inset 0 1px 5px rgba(0,0,0,.35), 0 0 5px 2px rgba(0,0,0,.10);
}
#returning_customer input[type="text"]:focus,
#returning_customer input[type="password"]:focus {
	background-color: #fff;
	border-color: #a8bcca;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.20), 0 0 5px 2px rgba(99,67,147,.5);
	   -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.20), 0 0 5px 2px rgba(99,67,147,.5);
	        box-shadow: inset 0 1px 5px rgba(0,0,0,.20), 0 0 5px 2px rgba(99,67,147,.5);
}

/* ------------------------------------------------------------------
 * CSS BUTTONS
 * ------------------------------------------------------------------ */
.css_button, .css_small_button, a:link.css_small_button, a:visited.css_small_button {
	background-color: #634393;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	text-shadow: 0 1px 0 rgba(0,0,0,.4);
	border: 0;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-transition: all .1s ease-out;
	   -moz-transition: all .1s ease-out;
	    -ms-transition: all .1s ease-out;
	     -o-transition: all .1s ease-out;
	        transition: all .1s ease-out;
/* box shadow for...    inner bevel shadow                        drop shadow */
	-webkit-box-shadow: inset 0 -20px 20px -20px rgba(0,0,0,.60), 0 2px 3px rgba(0,0,0,.25);
	   -moz-box-shadow: inset 0 -20px 20px -20px rgba(0,0,0,.60), 0 2px 3px rgba(0,0,0,.25);
	        box-shadow: inset 0 -20px 20px -20px rgba(0,0,0,.60), 0 2px 3px rgba(0,0,0,.25);
}
.css_button:hover, .css_button:focus, a.css_small_button:hover, a.css_small_button:focus {
	opacity: 1;
/* box shadow for...    inner bevel shadow                        drop shadow                hover lighten */
	-webkit-box-shadow: inset 0 -20px 20px -20px rgba(0,0,0,.60), 0 2px 3px rgba(0,0,0,.25), inset 0 0 32px 32px rgba(255,255,255,.15);
	   -moz-box-shadow: inset 0 -20px 20px -20px rgba(0,0,0,.60), 0 2px 3px rgba(0,0,0,.25), inset 0 0 32px 32px rgba(255,255,255,.15);
	        box-shadow: inset 0 -20px 20px -20px rgba(0,0,0,.60), 0 2px 3px rgba(0,0,0,.25), inset 0 0 32px 32px rgba(255,255,255,.15);
}
.css_button:active, a.css_small_button:active {
	color: #ccc;
/* box shadow for...    inner bevel shadow                        drop shadow                active darken */
	-webkit-box-shadow: inset 0 -20px 20px -20px rgba(0,0,0,.60), 0 2px 3px rgba(0,0,0,.25), inset 0 0 32px 32px rgba(0,0,0,.15);
	   -moz-box-shadow: inset 0 -20px 20px -20px rgba(0,0,0,.60), 0 2px 3px rgba(0,0,0,.25), inset 0 0 32px 32px rgba(0,0,0,.15);
	        box-shadow: inset 0 -20px 20px -20px rgba(0,0,0,.60), 0 2px 3px rgba(0,0,0,.25), inset 0 0 32px 32px rgba(0,0,0,.15);
}
.css_button:disabled, .css_small_button:disabled {
	color: #ccc;
	opacity: .5;
	filter: alpha(opacity=50); /* IE6-IE8 */
	cursor: default;
	cursor: not-allowed;
	color: #fff;
	-webkit-box-shadow: inset 0 -20px 20px -20px rgba(0,0,0,.60), 0 2px 3px rgba(0,0,0,.25);
	   -moz-box-shadow: inset 0 -20px 20px -20px rgba(0,0,0,.60), 0 2px 3px rgba(0,0,0,.25);
	        box-shadow: inset 0 -20px 20px -20px rgba(0,0,0,.60), 0 2px 3px rgba(0,0,0,.25);
}
.css_button {
	font-size: 14px;
	padding: 6px 8px 7px;
	text-decoration: none;
}
.css_small_button {
	font-size: 12px;
	padding: 6px 8px 5px;
	text-decoration: none;
}

.item_backordered a{position: relative;}

.loginHeading {
	font-weight: bold;
	font-size: 16px;
}

.header2 {
	font-weight: bold;
	font-size: 20px;
}

.header4 {
	font-weight: bold;
	font-size: 20px;
	margin: 15px 0;
}

.header3 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}

.header5 {
	font-size: 16px;
}

.header {
	font-weight: bold;
}
/* ------------------------------------------------------------------
 * CLEARANCE LANDING PAGE
 * ------------------------------------------------------------------ */
 .clearance_banner {
 	float: left;
 	margin-right: 5px;
 }
 .clearance_list_item {
 	position: relative;
 	float: left;
 	height: 300px;
 	width: 144px;
 	margin: 0 5px 5px 0;
 	text-align: center;
 }
 .clearance_list_item.last {
	margin-right: 0;
}
 .clearance_list_item h2 {
 	width: 134px;
 	height: 12px;
	margin: 0;
 	padding: 12px 5px;
	text-transform: uppercase;
 	font-size: 12px;
 	line-height: 13px;
 	font-weight: normal;
 	color: #ffffff;
 	text-align: left;
 }
 .clearance_list_item.two_line h2 {
 	height: 26px;
 	padding: 5px;
 }
 .clearance_list_item h2 a {
 	color: #fff;
 	text-decoration: none;
 }
 .clearance_list_item img {
 	border: 0;
 	margin-top: 10px;
 }
 .clearance_list_item a:link, .clearance_list_item a:visited {
 	text-decoration: none;
 }
 .clearance_list_item a:hover {
 	text-decoration: underline;
 }
 .clearance_list_item .more_link {
 	position: absolute;
 	bottom: 10px;
 	right: 10px;
 	margin: 0;
 }
 .clearance_list_item .more_link a {
 	font-style: italic;
 	color: #333333;
 }
 .clearance_list_item .more_link a:link, .clearance_list_item .more_link a:active {
 	text-decoration: underline;
 }
 .clearance_list_item .more_link a:hover {
 	text-decoration: none;
 }


/*
 * VIDEO JS ALTERATIONS
 * added 3/10/2014 by JD @ RB
 */

.vjs-default-skin .vjs-big-play-button {
	border: 0 !important;
	opacity: 1 !important;
	background: transparent url('/img/videos/play-off.png') no-repeat 50% 50% !important;
	filter: none !important;
	-webkit-border-radius: 0 !important;
	   -moz-border-radius: 0 !important;
	        border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	   -moz-box-shadow: none !important;
	        box-shadow: none !important;
}
.vjs-default-skin .vjs-big-play-button span {
	display: none !important;
}

.vjs-default-skin .vjs-big-play-button:hover {
	background-image: url('/img/videos/play-on.png') !important;
	-webkit-box-shadow: none !important;
	   -moz-box-shadow: none !important;
	        box-shadow: none !important;
}

/*
 * KCN CART RETURN ALTERATIONS
 * ALTERED 7/10/2014 by JD @ RB
 */

form .kcn-button {
	border: 0;
	cursor: pointer;
	background-color: #319EAE;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	padding: 0 10px;
	line-height: 33px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;
}
form .kcn-button:hover {
	background-color: #23707e;
}
form .kcn-append {
	display: block;
	color: #319EAE;
	font-weight: bold;
	font-size: 13px;
	white-space: nowrap;
	margin-bottom: 8px;
}
