/* >> ===== DOMAIN TEMPLATE ===== */
/* >> print */
@media print {
	body #site_header, body #util, body #data_a, body #data_b, body #data_c, body #data_d, body #navigation, body #site_footer,
	body #dw .banr, body .Head_Bar a.nextprev, body #debug, body .eventTools, body .jshistory, body #itemBar,
	body .detailUtilities, body .relatedProducts {
		display: none !important;
	}
	body, body #body, body #wrapper, body #data_oo, body #data_o, body #data_wrap, body #data_inner, body #data_body,
	body #data_wrap.data_b #data_outer, body #data_wrap.data_c #data_body {
		margin: 0 !important;
		border: 0 none !important;
		padding: 0 !important;
		width: 100% !important;
		height: auto !important;
		overflow: hidden !important;
		background: transparent none !important;
		line-height: normal !important;
		color: #000 !important;
		text-shadow: none !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	body h1, body h2, body h3, body h4, body h5, body h6 {
		border: 0 none;
		padding: 0;
	}
	body #data_inner h1 {
		margin: .5em 0;
	}
	body #data_inner h2 {
		margin: .8em 0 .5em 0;
	}
	body #data_inner h3 {
		margin: .6em 0 .5em 0;
	}
	body #data_inner h4, body #data_inner h5, body #data_inner h6 {
		margin: .5em 0;
	}
	body #data_inner div {
		height: auto;
		overflow: hidden;
	}
}
/* << print */
/* >> base tags */
body {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: auto;
	font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", sans-serif;
	/*background: #fff url("header_bg.gif") repeat-x 0 0;*/
	font-size: 12px;
	color: #555;
}
a:link, a:visited, a:focus, a:active, a:hover {
	text-decoration: underline;
}
a:link *, a:visited *, a:focus *, a:active *, a:hover * {
	*cursor: pointer;
}
a:link {
	color: #00e;
}
a:visited {
	color: #518;
}
a:focus, a:active, a:hover {
	color: #900;
}
h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid !important;
	margin: 8px 0 0 0;
	padding: 0;
	font-weight: normal;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
	text-decoration: none;
	color: #444;
}
h1 a:focus, h1 a:active, h1 a:hover, h2 a:focus, h2 a:active, h2 a:hover, h3 a:focus, h3 a:active, h3 a:hover, h4 a:focus, h4 a:active, h4 a:hover, h5 a:focus, h5 a:active, h5 a:hover, h6 a:focus, h6 a:active, h6 a:hover {
	color: #900;
}
h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 11px;
}
p {
	margin: 0 0 0.5em;
	padding: 0;
}
img, abbr, acronym {
	outline: 0 none;
	border: 0 none;
}
img {
	vertical-align: middle;
}
sup, sub {
	font-size: .8em;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
hr {
	border: 0 none;
	height: 1px;
	outline: 0 none;
	background-color: #eee;
}
ul, ol, dl {
	margin: 0 0 .5em;
	padding: 0;
	list-style: none outside none;
}
ol li {
	margin: 0 0 0.5em 3em;
	padding: 0;
	list-style: decimal outside;
	text-decoration: none;
}
ul li {
	margin: 0 0 0.5em 3em;
	padding: 0;
	list-style-type: square;
	text-decoration: none;
}
ul ul li, ol ul li {
	list-style-type: disc;
}
ul ul ul li, ul ol ul li, ol ul ul li, ol ol ul li {
	list-style-type: circle;
}
dt {
	margin: 0;
	padding: 0;
}
dd, li {
	margin: 0 0 0 24px;
	padding: 1px;
}
pre, kbd {
	font-family: "Courier New", "Courier", monospace;
	font-size: 10px;
}
pre {
	overflow: visible;
	overflow-x: auto;
	border: 1px solid #eee;
	padding: 4px;
}
blockquote {
	padding: 10px 25px;
}
blockquote cite {
	display: block;
	margin-top: 8px;
	text-align: right;
}
blockquote address {
	font-style: italic;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0 none;
	width: 100%;
}
caption {
	vertical-align: top;
	text-align: left;
}
th, td {
	padding: 5px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
thead th {
	vertical-align: bottom;
	text-align: center;
	font-weight: bold;
}
tbody th {
	font-weight: bold;
}
form, fieldset {
	margin: 0;
	border: 0 none;
	padding: 0;
}
legend {
	margin-left: 10px;
	padding: 0px 6px;
	font-weight: bold;
}
input, select, textarea {
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #cfe295;
	padding: 1px;
	font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", sans-serif;
	font-size: 11px;
	color: #444;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input, select {
	vertical-align: middle;
}
input[readonly], .readonly {
	border: 1px solid #eee;
	background: #f9f9f9 none;
	color: #ccc;
}
input[disabled], .disabled {
	border: 1px solid #eee;
	background: #eee none;
	color: #ccc;
}
label, input[type="radio"], input[type="checkbox"] {
	border: none;
}
label, .pointer, input[type="radio"], input[type="checkbox"],
input[type="button"], input[type="submit"], input[type="reset"] {
	cursor: pointer;
}
/* << base tags */
/* >> generic */
.flybox {
	/* flyMenu flyout boxes */
	position: absolute;
	z-index: 104;
	display: none;
	margin-left: -10px;
	*background: url("clear.gif") no-repeat 0 0;
	font-family: "Verdana", "Garamond", "Helvetica", "Arial", sans-serif;
	text-align: left;
	white-space: normal;
}
.disclaimer, .disclaim {
	padding: 20px 20px 0;
	font-size: 10px;
	color: #666;
}
.disclaimer {
	padding: 20px 45px 0;
}
.maxMnuHgt {
	/* sets maximum height of JS drop menus */
	position: absolute;
	display: none;
	height: 220px;
}
.maxMnuFlow {
	/* sets maximum height and overflow */
	overflow: auto;
	overflow-x: hidden;
	height: 220px;
}
.exceedMax {
	font-weight: bold !important;
	color: #9d0e22 !important;
}
.enclose {
	position: relative;
	overflow: hidden;
}
.strike {
	text-decoration: line-through;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.hide {
	visibility: hidden;
}
.none {
	display: none;
}
.odd {
	background: #f2f9e9 none;
}
.inlineblock, .inlineBlock {
	display: inline-block;
	vertical-align: bottom;
}
.floatleft, .floatLeft {
	position: relative;
	float: left;
}
.floatright, .floatRight {
	position: relative;
	float: right;
}
.aligntop, .alignTop {
	vertical-align: top !important;
}
.alignbtm, .alignBtm {
	vertical-align: bottom !important;
}
.middle, .vAlign, img.vAlign {
	vertical-align: middle !important;
}
.left, .alignLeft {
	text-align: left !important;
}
.right, .alignRight {
	text-align: right !important;
}
.center, .alignCenter {
	text-align: center !important;
}
.nobr {
	white-space: nowrap !important;
}
.redtext, .redText {
	/* red text */
	color: #9d0e22 !important;
}
.greyed {
	/* greyed out message/text */
	color: #666 !important;
}
.navTitle {
	margin: 0;
	padding: 5px 10px 5px 30px;
	background: #82b71a none;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #fefefe;
}
.navTitle a {
	color: #fefefe !important;
}
.segName {
	display: none;
}
.newwindow {
	position: relative;
	display: inline-block;
	margin-left: 7px;
	width: 11px;
	height: 11px;
	background: url("icon_new_window.gif") no-repeat right top;
}
.asterick {
	font-size: 14px;
	color: #f26522;
}
.txtGood {
	color: #0c0;
}
.txtInfo {
	color: #00c;
}
.txtWarn {
	color: #c00;
}
li.info, li.confirm, li.warning {
	margin: 0 0 4px 24px;
	padding: 0 5px 0 1px;
}
li.warningText, li.plainText {
	margin: 0 0 4px 20px;
	padding: 3px 5px 0;
}
li.info {
	list-style: square outside url("icon_info.gif");
}
li.info {
	color: #009;
}
li.confirm {
	list-style: square outside url("icon_check.gif");
}
li.confirm {
	color: #090;
}
li.warning {
	list-style: square outside url("icon_error.gif");
}
li.warning, li.warningText {
	color: #900;
}
li.warningText, li.plainText {
	list-style-type: square;
}
li.plainText {
	color: #222;
}
/* percentage widths */
.w1 {
	width: 1%;
}
.w10 {
	width: 60px;
}
.w20 {
	width: 120px;
}
.w25 {
	width: 150px;
}
.w30 {
	width: 180px;
}
.w40 {
	width: 240px;
}
.w50 {
	width: 300px;
}
.w60 {
	width: 360px;
}
.w70 {
	width: 420px;
}
.w75 {
	width: 450px;
}
.w80 {
	width: 480px;
}
.w90 {
	width: 540px;
}
.w100 {
	width: 600px;
}
/* << generic */
/* >> basic tables */
table .header {
	background: #e6e6e6 none;
}
table .header th a {
	text-decoration: underline !important;
	color: #555 !important;
}
.table caption {
	margin: 0px;
	padding: 3px 6px;
	background: #666 none;
	font-weight: bold;
	font-size: 14px;
	color: #fefefe;
}
.table th, .table td {
	padding: 5px 10px;
}
table.plain th, table.plain td {
	margin: 0;
	border: 0 none !important;
	padding: 0;
	background: transparent none;
}
/* << basic tables */
/* btn/tab bg */
a.btn, a.btn1, a.btn2, input.btn, input.btn1, input.btn2, .itemBar a {
	background: #82b71a url("btnShade.png") repeat-x 0 0;
}
/* >> stylized buttonskin */
a.btn, a.btn1, a.btn2, input.btn, input.btn1, input.btn2 {
	display: inline-block;
	position: relative;
	margin-right: 1px;
	border: 1px solid #348026 !important;
	padding: 4px 15px 5px !important;
	font-family: "Verdana", "Garamond", "Helvetica", "Arial", sans-serif !important;
	line-height: normal;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none !important;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px !important;
	color: #fefefe !important;
	cursor: pointer;
	text-shadow: 1px 1px 2px #000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	/* button colors */
	/* special types */
	/* interraction */
}
a.btn.huge, a.btn1.huge, a.btn2.huge, input.btn.huge, input.btn1.huge, input.btn2.huge {
	padding-top: 11px !important;
	padding-bottom: 11px !important;
}
a.btn.tiny, a.btn1.tiny, a.btn2.tiny, input.btn.tiny, input.btn1.tiny, input.btn2.tiny {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	font-size: 10px !important;
}
a.btn.white, a.btn1.white, a.btn2.white, input.btn.white, input.btn1.white, input.btn2.white {
	border-color: #dbdbdb !important;
	background: #f9f9f9 url("btnShade2.png") repeat-x left bottom;
	text-transform: none;
	color: #aaa !important;
	text-shadow: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
body:not(#foo) a.btn.arwlf, body:not(#foo) a.btn1.arwlf, body:not(#foo) a.btn2.arwlf, body:not(#foo) input.btn.arwlf, body:not(#foo) input.btn1.arwlf, body:not(#foo) input.btn2.arwlf {
	padding-left: 40px !important;
	background: url("btn_arw_lf.png") no-repeat left center, #82b71a url("btnShade.png") repeat-x 0 0;
}
body:not(#foo) a.btn.white.arwlf, body:not(#foo) a.btn1.white.arwlf, body:not(#foo) a.btn2.white.arwlf, body:not(#foo) input.btn.white.arwlf, body:not(#foo) input.btn1.white.arwlf, body:not(#foo) input.btn2.white.arwlf {
	padding-left: 15px !important;
	background: #f9f9f9 url("btnShade2.png") repeat-x left bottom;
}
body:not(#foo) a.btn.arwrt, body:not(#foo) a.btn1.arwrt, body:not(#foo) a.btn2.arwrt, body:not(#foo) input.btn.arwrt, body:not(#foo) input.btn1.arwrt, body:not(#foo) input.btn2.arwrt {
	padding-right: 40px !important;
	background: url("btn_arw_rt.png") no-repeat right center, #82b71a url("btnShade.png") repeat-x 0 0;
}
body:not(#foo) a.btn.white.arwrt, body:not(#foo) a.btn1.white.arwrt, body:not(#foo) a.btn2.white.arwrt, body:not(#foo) input.btn.white.arwrt, body:not(#foo) input.btn1.white.arwrt, body:not(#foo) input.btn2.white.arwrt {
	padding-right: 15px !important;
	background: #f9f9f9 url("btnShade2.png") repeat-x left bottom;
}
body:not(#foo) a.btn.frm, body:not(#foo) a.btn1.frm, body:not(#foo) a.btn2.frm, body:not(#foo) input.btn.frm, body:not(#foo) input.btn1.frm, body:not(#foo) input.btn2.frm {
	padding-right: 40px !important;
	background: url("pen-n-paper.png") no-repeat right center, #82b71a url("btnShade.png") repeat-x 0 0;
}
a.btn:focus, a.btn:active, a.btn:hover, a.btn.hover, a.btn1:focus, a.btn1:active, a.btn1:hover, a.btn1.hover, a.btn2:focus, a.btn2:active, a.btn2:hover, a.btn2.hover, input.btn:focus, input.btn:active, input.btn:hover, input.btn.hover, input.btn1:focus, input.btn1:active, input.btn1:hover, input.btn1.hover, input.btn2:focus, input.btn2:active, input.btn2:hover, input.btn2.hover {
	background-color: #92c72a !important;
	text-decoration: none !important;
	color: #fefefe !important;
}
a.btn.white:focus, a.btn.white:active, a.btn.white:hover, a.btn.white.hover, a.btn1.white:focus, a.btn1.white:active, a.btn1.white:hover, a.btn1.white.hover, a.btn2.white:focus, a.btn2.white:active, a.btn2.white:hover, a.btn2.white.hover, input.btn.white:focus, input.btn.white:active, input.btn.white:hover, input.btn.white.hover, input.btn1.white:focus, input.btn1.white:active, input.btn1.white:hover, input.btn1.white.hover, input.btn2.white:focus, input.btn2.white:active, input.btn2.white:hover, input.btn2.white.hover {
	background-color: #fff !important;
	text-decoration: none !important;
	color: #000 !important;
}
input.huge[type="text"] {
	border-width: 2px;
	padding: 6px 15px;
	font-size: 16px;
}
/* << stylized buttonskin */
/* >> tabs */
div.itemTab {
	/* switchable areas */
	display: none;
	padding: 0;
}
div.offTab {
	/* unselected tabulated section */
	display: none;
}
div.selTab {
	/* selected tabulated section */
	display: block;
}
#itemBar, .itemBar {
	margin: 20px 0;
	/* bar clearance */
	padding: 0;
	/* bar indent */
	font-family: "Verdana", "Garamond", "Helvetica", "Arial", sans-serif;
	font-size: 11px;
}
#itemBar ul, .itemBar ul {
	margin: 0;
	padding: 0 0 0 20px;
	/* tab indent */
	list-style: none;
}
#itemBar li, .itemBar li {
	float: left;
	margin: 0 10px;
	/* spacing between tabs */
	padding: 0;
	list-style: none;
}
#itemBar .navBar, .itemBar .navBar {
	float: right;
	padding: 0 10px 0;
	/* bar clearance */
	background: transparent url("bar_gradient.png") repeat-x bottom left;
	-webkit-border-radius: 0 0 0 15px;
	-moz-border-radius: 0 0 0 15px;
	-ms-border-radius: 0 0 0 15px;
	-o-border-radius: 0 0 0 15px;
	border-radius: 0 0 0 15px;
}
#itemBar, #itemBar .navBar, .itemBar, .itemBar .navBar {
	height: 30px;
}
#itemBar a, .itemBar a {
	display: inline-block;
	padding: 6px 18px;
	white-space: nowrap;
}
#itemBar a b, .itemBar a b {
	font-weight: inherit;
}
#itemBar a:link, #itemBar a:visited, .itemBar a:link, .itemBar a:visited {
	text-decoration: none;
	color: #444;
}
#itemBar a.selTab:link, #itemBar a.selTab:visited, #itemBar a:focus, #itemBar a:active, #itemBar a:hover, .itemBar a.selTab:link, .itemBar a.selTab:visited, .itemBar a:focus, .itemBar a:active, .itemBar a:hover {
	background: #82b71a url("btnShade.png") repeat-x 0 0;
	text-decoration: none;
	color: #fefefe;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
#itemBar a:focus, #itemBar a:active, #itemBar a:hover, .itemBar a:focus, .itemBar a:active, .itemBar a:hover {
	background-color: #92c72a !important;
}
/* << tabs */
/* >> main */
#body {
	position: relative;
}
#util, #site_footer {
	/*background: #f6f6f6 url("footer_bg.png") repeat-x top left;*/
}
#util {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 350px;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 950px;
	text-align: left;
}
#data_oo {
	position: relative;
}
/* << main */
/* >> site header */
#skiplinks, #site_phone, #user_status, .endA, .endB, #site_bar .navB, #site_bar .slogan {
	display: none;
}
#site_header {
	position: relative;
	z-index: 100;
	margin: 0;
	height: 90px;
	color: #fefefe;
}
#site_data {
	position: absolute;
	z-index: 102;
	right: 0;
	top: 0;
	padding: 8px 30px 8px 0;
	width: 755px;
	font-weight: normal;
	color: #fefefe;
}
#site_data .status {
	padding: 0 0 0 15px;
	height: 25px;
}
#site_recommend {
	float: right;
}
#site_bar .nav_bar {
	position: relative;
	z-index: 101;
	float: right;
	width: 770px;
	height: 65px;
}
#site_bar ul, #site_bar li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#site_bar .navA {
	position: absolute;
	z-index: 102;
	right: 30px;
	bottom: 0;
	display: block;
}
#site_bar .navA li {
	float: left;
	height: 30px;
}
#site_bar .navA li li {
	float: none;
}
#site_bar .navA a.m {
	position: relative;
	height: auto;
	z-index: 105;
	line-height: normal;
}
#site_bar .navA #searchtxt {
	margin: 0;
	border: 0 none;
	padding: 0 40px 0 12px;
	width: 162px;
	height: 30px;
	background: transparent url("search_icon.png") no-repeat right center;
	line-height: 30px;
	font-size: 14px;
}
#site_bar .search span {
	display: inline-block;
}
#site_bar .search span span {
	width: 215px;
	background: transparent url("search_box.png") no-repeat 0 0;
}
#site_bar .search input[type="submit"] {
	display: none;
}
#site_bar .searchBlur {
	font-style: italic;
	color: #dadada;
}
#site_bar .searchFocus {
	outline: 0 none;
	font-style: normal;
}
#site_data b, #site_bar b {
	font-weight: inherit;
}
#site_data, #site_data a:link, #site_data a:visited,
#site_bar a:link, #site_bar a:visited {
	text-decoration: none;
	color: #fefefe;
}
#site_bar .navA > ul > li > a {
	display: inline-block;
	padding: 0 7px 2px 0;
	background-position: right bottom;
}
#site_data a:focus, #site_data a:active, #site_data a:hover,
#site_bar .navA > ul > li > a:focus, #site_bar .navA > ul > li > a:active, #site_bar .navA > ul > li > a:hover {
	text-decoration: none;
	color: #900;
}
#site_bar .navA > ul > li.hereSubNav > a {
	text-decoration: none;
	font-weight: bold;
}
#site_bar .nav_logo {
	position: absolute;
	left: 30px;
	top: 30px;
}
#site_bar .nav_logo a {
	display: block;
	padding: 30px 0 0;
	width: 125px;
	height: 0;
	overflow: hidden;
	background: transparent url("site-logo.png") no-repeat 0 0;
	text-decoration: none;
}
/* << site header */
/* >> navigation */
#navigation, #foot_links {
	background: transparent url("bar_gradient.png") repeat-x bottom left;
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	-ms-border-radius: 0 0 15px 15px;
	-o-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
}
#navigation {
	position: relative;
	z-index: 100;
	display: block;
	margin: 0 0 15px;
	height: 30px;
	background-position: 0 0;
}
#navigation a, #navigation a:link, #navigation a:visited {
	text-decoration: none;
	color: #444;
}
#navigation a:focus, #navigation a:active, #navigation a:hover {
	color: #84b71a;
}
#navigation a b {
	font-weight: inherit;
}
#navigation .nav_bar {
	float: right;
	margin: 0;
	padding: 0 15px 0 0;
	height: 30px;
}
#navigation .nav_bar > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation .nav_bar > ul > li {
	float: left;
	position: relative;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#navigation .nav_bar > ul > li:focus, #navigation .nav_bar > ul > li:active, #navigation .nav_bar > ul > li:hover {
	background: #fff none;
}
#navigation .nav_bar > ul > li:last-of-type {
	padding-right: 0;
}
#navigation .nav_bar > ul > li > a {
	display: inline-block;
	margin: 0;
	padding: 7px 15px 0;
	height: 23px;
	white-space: nowrap;
}
#navigation .nav_bar > ul > li > a:focus, #navigation .nav_bar > ul > li > a:active, #navigation .nav_bar > ul > li > a:hover {
	text-decoration: none;
}
#navigation .nav_bar li.nvCart:focus, #navigation .nav_bar li.nvCart:active, #navigation .nav_bar li.nvCart:hover {
	background: #fff none;
}
#navigation .nav_bar li li {
	font-size: 11px;
}
#navigation .nav_bar li.sep {
	padding-top: 8px !important;
	background: transparent url("divider_horizontal_170.png") no-repeat 0 0;
}
#navigation .nav_bar .hereSubNav a:link, #navigation .nav_bar .hereSubNav a:visited {
	font-weight: bold;
	color: #84b71a;
}
#navigation .nav_bar .flybox {
	display: none;
}
#navigation .flyinner {
	position: relative;
	background-color: #fff;
	line-height: normal;
}
#navigation .flyinner ul {
	overflow: hidden;
}
#navigation .name_bar {
	position: relative;
	margin: 0 0 0 30px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
}
#navigation .name_bar h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #444;
}
#navigation .name_bar .hereSubNav a:link, #navigation .name_bar .hereSubNav a:visited,
#navigation .name_bar .hereSubNav a:focus, #navigation .name_bar .hereSubNav a:active, #navigation .name_bar .hereSubNav a:hover {
	font-weight: bold;
	color: #84b71a;
}
#navigation .name_bar > ul > li {
	position: relative;
	display: inline-block;
	*float: left;
	*display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
#navigation .name_bar > ul > li > a, #navigation .name_bar > ul > li > a {
	display: inline-block;
	padding: 0 6px 0 16px;
	background: transparent url("arrow_breadcrumb.png") no-repeat 0 10px;
	text-decoration: none;
	line-height: 30px;
	white-space: nowrap;
}
#navigation .name_bar > ul > li > a:focus, #navigation .name_bar > ul > li > a:active, #navigation .name_bar > ul > li > a:hover {
	text-decoration: none;
}
body:not(#foo) #navigation li.home a {
	padding-left: 36px;
	background: url("arrow_breadcrumb.png") no-repeat 20px 10px, transparent url("home_icon.png") no-repeat 0 9px;
}
/* << navigation */
/* >> data a, banner area */
#data_a {
	margin-bottom: 10px;
	overflow: hidden;
}
/* << data a, banner area */
/* >> data b, side navigation */
#data_wrap.data_b #data_outer {
	margin-left: 230px;
}
#data_wrap.data_b #data_inner {
	padding-left: 20px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#data_wrap.data_b #data_outer {
		width: 720px;
	}
}
#data_b {
	float: left;
	position: relative;
	margin: 0 -1px 0 0;
	width: 230px;
	overflow: hidden;
}
#data_b h3 {
	padding: 4px 0 4px 30px;
	font-size: 13px;
}
#data_b ul.bullet_arw a:focus, #data_b ul.bullet_arw a:active, #data_b ul.bullet_arw a:hover {
	background-color: #eee !important;
	color: #444;
}
#data_b ul.bullet_arw li.hereSubNav > a {
	background-color: #f2f9e9;
}
td#data_b {
	float: none;
	margin: 0;
}
.side_nav ul {
	display: block;
	margin: 0 0 5px 0;
}
.side_nav li {
	margin: 0;
	padding: 0 0 3px 0;
	text-transform: uppercase;
}
.side_nav li:last-of-type {
	background: transparent none;
}
.side_nav li li {
	text-transform: none;
	padding: 0 0 0 20px;
	font-size: 11px;
}
.side_nav a {
	display: block;
	padding: 6px 10px 5px 30px;
}
.side_nav a:link, .side_nav a:visited {
	text-decoration: none;
	color: #444;
}
.side_nav a:focus, .side_nav a:active, .side_nav a:hover {
	background-color: #eee !important;
	text-decoration: none;
}
.side_nav a b {
	font-weight: inherit;
}
.side_nav li.hereSubNav > a {
	background-color: #f2f9e9;
}
.side_nav > ul > li {
	background: transparent url("divider_horizontal_170.png") left bottom no-repeat;
}
/* << data b, side navigation */
/* >> data c, flip navigation */
#data_wrap.data_c:after {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	border-left: 1px solid #eee;
	width: 230px;
	height: 100%;
	content: "";
}
#data_wrap.data_c #data_body {
	margin-right: 230px;
}
#data_wrap.data_c #data_inner {
	padding-right: 20px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#data_wrap.data_c #data_outer {
		width: 720px;
	}
}
#data_c {
	float: right;
	position: relative;
	margin: 0 0 0 -1px;
	width: 230px;
	overflow: hidden;
}
#data_c h3 {
	padding: 4px 0 4px 30px;
	font-size: 13px;
}
td#data_c {
	float: none;
	margin: 0;
}
/* << data c, flip navigation */
/* >> data body */
#data_wrap, #data_outer, #data_body {
	padding: 0;
	overflow: hidden;
}
#data_inner {
	position: relative;
	min-height: 300px;
	height: auto !important;
	*height: 300px;
	overflow: hidden;
}
#data_inner caption.h2 {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 27px;
}
#data_inner caption.h3 {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 20px;
}
/* << data body */
/* >> data d */
#data_d {
	clear: both;
	overflow: hidden;
}
/* << data d */
/* >> site footer */
#site_footer {
	position: relative;
	margin: 0;
	height: 350px;
	overflow: hidden;
	font-size: 11px;
	color: #666;
}
#site_footer a b {
	font-weight: inherit;
}
#site_footer a:link, #site_footer a:visited {
	text-decoration: none;
	color: #666;
}
#site_footer a:focus, #site_footer a:active, #site_footer a:hover {
	text-decoration: none;
	color: #900;
}
#foot_links {
	padding: 17px 5px 0;
	height: 280px;
	overflow: hidden;
}
#foot_links > ul > li {
	display: inline-block;
	*float: left;
	*display: block;
	margin-left: 55px;
	padding: 0 10px 0 0;
	width: 160px;
	height: 280px;
	overflow: hidden;
	overflow-y: auto;
	background: transparent url("divider_vertical_170.png") no-repeat 169px 30px;
	vertical-align: top;
}
#foot_links > ul > li:last-of-type {
	background: transparent none;
}
#foot_links h6 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 12px;
}
#foot_links ul.bulletless_spaced li {
	margin: 0;
	padding: 0 0 6px;
}
.connectLinks {
	background: none;
	vertical-align: middle;
}
.connectLinks img {
	padding: 0 15px 0 0;
	vertical-align: middle;
}
.connectLinks li {
	padding: 6px 0 !important;
	overflow: hidden;
	background: transparent url("divider_horizontal_170.png") no-repeat center top;
}
.connectLinks li:first-of-type {
	padding: 0 0 6px 0 !important;
	background: transparent none;
}
#legal_links {
	float: left;
	display: block;
	padding: 17px 0 25px 25px;
	text-align: left;
}
#legal_links ul {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: auto;
	list-style: none;
}
#legal_links li {
	display: inline-block;
	*float: left;
	*display: block;
	margin: 0;
	border-right: 1px solid #aaa;
	padding: 0 12px 0 7px;
	list-style-type: none;
	line-height: 12px;
	font-size: 11px;
	color: #666;
}
#legal_links li:last-of-type {
	border-right: none;
}
#legal_links a, #legal_links a:link, #legal_links a:visited {
	color: #666;
	text-decoration: none;
}
#legal_links a:focus, #legal_links a:active, #legal_links a:hover {
	color: #900;
}
#changecountry {
	float: right;
	margin-top: 17px;
	margin-right: 30px;
}
#changecountry a {
	font-size: 11px;
	text-decoration: none;
	color: #84b71a !important;
}
#changecountry img {
	vertical-align: middle;
	padding-right: 5px;
}
/* << site footer */
/* >> product tab bar */
#prodBar {
	margin: 12px -10px 0;
	border-bottom: 1px solid #999;
	padding: 0 10px;
	height: 105px;
	background: #f9f9f9 url("prod_bg.jpg") repeat-x 0 0;
}
#prodBar .navBar {
	height: 80px;
}
#prodBar a {
	position: relative;
	display: block;
	padding: 5px 0 0;
	width: 105px;
	height: 100px;
	white-space: nowrap;
	font-weight: bold;
}
#prodBar a span {
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 110px;
	padding-bottom: 0;
	text-align: center;
	font-size: 11px;
}
#prodBar a b {
	position: relative;
	display: inline-block;
	padding: 2px 4px;
	font-weight: inherit;
}
#prodBar a:link, #prodBar a:visited, #prodBar a:focus, #prodBar a:active, #prodBar a:hover {
	text-decoration: none;
	color: #333;
}
#prodBar a:link span b, #prodBar a:visited span b, #prodBar a:focus span b, #prodBar a:active span b, #prodBar a:hover span b {
	color: #000;
}
#prodBar a.selTab:link, #prodBar a.selTab:visited, #prodBar a.selTab:focus, #prodBar a.selTab:active, #prodBar a.selTab:hover {
	/* selected tab */
}
#prodBar a.selTab:link span b, #prodBar a.selTab:visited span b, #prodBar a.selTab:focus span b, #prodBar a.selTab:active span b, #prodBar a.selTab:hover span b {
	border: solid #999;
	border-width: 1px 1px 0;
	padding-bottom: 2px;
	background: #fff none;
}
#prodBar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#prodBar li {
	float: left;
	margin: 0;
	padding: 0 7px;
	list-style: none;
	text-align: center;
}
.prodTab {
	padding: 5px 15px;
}
.prodTab ul {
	margin: 0 0 0 24px;
	padding: 0;
}
.prodTab li {
	margin: 2px 0;
	padding: 0;
	list-style: none;
}
.selectmodel {
	float: right;
	margin-left: 15px;
	width: 525px;
}
.supporticon {
	position: relative;
	top: -20px;
	float: right;
}
/* << product tab bar */
/* >> image bar & pagenate */
#sortList, #sortList2 {
	margin-top: -1px;
}
#sortList select, #sortList2 select {
	height: 17px;
}
.pagenate #sortList2 {
	padding: 0 12px 0 0;
	color: #fefefe;
}
.pagenate #sortList2 input {
	color: #000;
}
.img_bar, div.pagenate {
	position: relative;
	margin: 8px 0;
	background: #f2f9e9 none;
}
.img_bar .inner, div.pagenate .inner {
	padding: 0 15px;
	height: 30px;
}
.img_bar .floatleft, .img_bar .floatLeft, .img_bar .floatright, .img_bar .floatRight, div.pagenate .floatleft, div.pagenate .floatLeft, div.pagenate .floatright, div.pagenate .floatRight {
	padding-top: 8px;
}
.img_bar .floatleft input, .img_bar .floatleft select, .img_bar .floatLeft input, .img_bar .floatLeft select, .img_bar .floatright input, .img_bar .floatright select, .img_bar .floatRight input, .img_bar .floatRight select, div.pagenate .floatleft input, div.pagenate .floatleft select, div.pagenate .floatLeft input, div.pagenate .floatLeft select, div.pagenate .floatright input, div.pagenate .floatright select, div.pagenate .floatRight input, div.pagenate .floatRight select {
	margin-top: -4px;
}
.img_bar ul, div.pagenate ul, .img_bar .inner > span, div.pagenate .inner > span {
	float: right;
	display: block;
}
.img_bar li, div.pagenate li {
	padding-right: 2px !important;
	background: transparent url("bar_vert.png") no-repeat right center;
}
.img_bar li:last-of-type, div.pagenate li:last-of-type {
	padding-right: 0 !important;
	background-image: none;
}
.img_bar a span, .img_bar span, div.pagenate a span, div.pagenate span {
	padding: 0;
}
.img_bar a, .img_bar span span, div.pagenate a, div.pagenate span span {
	display: inline-block;
	padding: 8px 15px 0;
	height: 22px;
	color: #444;
}
.img_bar a:link, .img_bar a:visited, div.pagenate a:link, div.pagenate a:visited {
	text-decoration: none;
}
.img_bar .sel a:link, .img_bar .sel a:visited, div.pagenate .sel a:link, div.pagenate .sel a:visited, span.sel {
	background: #fcfcfc none;
}
.img_bar a:focus, .img_bar a:active, .img_bar a:hover, div.pagenate a:focus, div.pagenate a:active, div.pagenate a:hover, span.sel:hover {
	background: #fff none !important;
}
div.pagenate li, ul.pagenate li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.img_bar .pagerLinks a.aspNetDisabled, .pagenate .pagerLinks a.aspNetDisabled {
	display: none;
}
/* << image bar & pagenate */
/* >> media controls */
.media_controls .play, .media_controls .item, .media_controls .playsel, .media_controls .itemsel, .media_controls .prev, .media_controls .next {
	display: inline-block;
	width: 12px;
	height: 16px;
	background: transparent url("media_ctl.gif") no-repeat;
	text-decoration: none;
	font-size: 0;
}
.media_controls .play {
	border-right: 1px dotted #999;
	background-position: 0 -16px;
}
.media_controls .playsel {
	border-right: 1px dotted #999;
	background-position: 0 0;
}
.media_controls .item {
	background-position: -8px 0;
}
.media_controls .item:focus, .media_controls .item:active, .media_controls .item:hover, .media_controls .itemsel {
	background-position: -8px -16px;
}
.media_controls .prev, .media_controls .next {
	width: 16px;
	height: 16px;
}
.media_controls .prev {
	background-position: -20px 0;
	margin-left: 6px;
}
.media_controls .prev:focus, .media_controls .prev:active, .media_controls .prev:hover {
	background-position: -20px -16px;
}
.media_controls .next {
	background-position: -36px 0;
}
.media_controls .next:focus, .media_controls .next:active, .media_controls .next:hover {
	background-position: -36px -16px;
}
/* << media controls */
/* >> product selector */
.data_b #productSelector {
	margin: 0 -30px 0 -5px;
}
.blockItemA, .blockItemB {
	float: left;
	margin: 0 3px;
	padding: 0;
	width: 165px;
	font-family: "Verdana", "Garamond", "Helvetica", "Arial", sans-serif;
	font-size: 11px;
}
.blockItemA form, .blockItemB form {
	margin: 0;
	padding: 0;
}
.blockItemA input, .blockItemB input {
	margin: 0;
	padding: 0;
	height: 19px;
	vertical-align: middle;
}
.blockItemA .head, .blockItemA .foot, .blockItemB .head, .blockItemB .foot {
	background: transparent url("prod_nav_bg.png") no-repeat left top;
}
.blockItemA .head, .blockItemB .head {
	padding: 3px 10px 0;
	height: 17px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	color: #fefefe;
}
.blockItemA .body, .blockItemB .body {
	overflow: auto;
	border: solid #bbb;
	border-width: 0 1px;
	padding: 6px;
	width: 151px;
	height: 153px;
	font-size: 11px;
}
.blockItemA .foot, .blockItemB .foot {
	padding: 0 10px 1px;
	height: 19px;
	background-position: left bottom;
}
.blockItemA ul, .blockItemA ul li, .blockItemB ul, .blockItemB ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.blockItemA a, .blockItemA a:link, .blockItemA a:visited, .blockItemB a, .blockItemB a:link, .blockItemB a:visited {
	display: block;
	padding: 3px 6px;
	text-decoration: none;
	outline: none;
	color: #666;
}
.blockItemA a:focus, .blockItemA a:active, .blockItemA a:hover, .blockItemB a:focus, .blockItemB a:active, .blockItemB a:hover {
	color: #900;
}
.blockItemA a.sel, .blockItemB a.sel {
	background: #eee none;
	color: #84b71a;
}
.blockItemA a.img, .blockItemB a.img {
	background: transparent none;
}
.blockItemB .foot {
	text-align: center;
}
#productSelect {
	display: block;
	margin-left: 0;
	overflow: hidden;
	text-align: left;
}
#productSelect.tier1 {
	width: 171px;
}
#productSelect.tier1 .level2, #productSelect.tier1 .level3, #productSelect.tier1 .level4 {
	display: none;
}
#productSelect.tier2 {
	width: 346px;
}
#productSelect.tier2 .level3, #productSelect.tier2 .level4 {
	display: none;
}
#productSelect.tier3 {
	width: 517px;
}
#productSelect.tier3 .level4 {
	display: none;
}
#productSelect.tier4 {
	width: 685px;
}
#productData {
	display: none;
	padding: 10px;
}
.linkuri {
	display: block;
	float: right;
	font-size: 10px;
}
/* << product selector */
/* >> mask and dialog */
.hidden {
	display: none;
}
#mask, .mask {
	display: none;
	position: absolute;
	z-index: 3999;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
	*height: 100%;
	background: #000 none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.9;
}
.mask {
	z-index: 49;
}
#Dialog {
	display: none;
	position: absolute;
	z-index: 4000;
	left: 0;
	top: 0;
	border: 8px solid #eee;
	text-align: left;
}
#Dialog .doc {
	position: absolute;
	overflow: auto;
	z-index: 4001;
	left: 0;
	top: 0;
	background: #fff none;
}
#Dialog .close {
	position: absolute;
	z-index: 4002;
	right: -31px;
	top: -31px;
	width: 46px;
	height: 46px;
}
#Dialog .close a {
	display: block;
	border: 8px solid #eee;
	padding: 30px 0 0;
	width: 30px;
	height: 0;
	overflow: hidden;
	outline: none;
	background: #fff url("dialog_close.png") no-repeat 0 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
#Dialog .close a:focus, #Dialog .close a:active, #Dialog .close a:hover {
	background-position: 0 -30px;
}
/* << mask and dialog */
/* >> targeted */
#data_inner h2:first-of-type {
	margin-top: 0;
	margin-bottom: .75em;
}
#side_nav_extra {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	overflow: visible;
	overflow-x: hidden;
	overflow-y: hidden;
}
#win7 {
	z-index: 100;
	float: right;
}
/* bulletless list with list spacing, disclaimers */
ul.bulletless_spaced {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.bulletless_spaced li {
	margin: 0;
	padding: 0 0 1em 0;
	list-style: none;
}
/* arrow bulleted List */
ul.bullet_arw {
	margin: 0 0 5px 0;
	padding: 5px 0;
	background: transparent url("divider_horizontal_170.png") no-repeat 0 0;
	font-size: 11px;
}
ul.bullet_arw li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.bullet_arw a {
	display: block;
	padding: 3px 10px 3px 30px;
}
ul.bullet_arw a:link, ul.bullet_arw a:visited {
	text-decoration: none;
	color: #444;
}
ul.bullet_arw a:focus, ul.bullet_arw a:active, ul.bullet_arw a:hover {
	color: #84b71a;
}
.side_nav + ul.bullet_arw {
	position: relative;
	margin: -7px 0 5px 0;
}
ul.bordered {
	margin: 0 0 1em;
	padding: 3px 0;
	background: url("divider_horizontal_170.png") no-repeat left bottom, transparent url("divider_horizontal_170.png") no-repeat 0 0;
	font-size: 12px;
}
ul.arwTop li, li ul.arwTop li {
	background-position: 0 3px;
}
/* << targeted */
/* << ===== DOMAIN TEMPLATE ===== */
