@charset "UTF-8";
@import url(reset.css);
@import url(css3.css);

/*
	reset and set
	some basic elements
****************************/
body { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; color: #999; background: #000; }
img, a img, :link img, :visited img { border: 0; margin: 0; padding: 0; }
p, ul, ol, li, dd, legend, input, label, select, optgroup, table, div { font-size: 100%; color: #aaa; }
td, li, dd, p { margin: .6em 0 .9em 0; line-height: 1.5em; }
blockquote { margin: 0 0 1.3em 1em; padding: 0 2em 0 1em; color: #777; border-left: 3px solid #444; }
code, pre { font-size: 12px; font-family: "Consolas", "Courier New", "Courier", monospace; color: #bbb; line-height: 18px; }
pre { display: block; padding: 2px 5px; margin: 0; background: #f6f6f6; overflow: auto; border: 1px solid #b7d6e6; background: url(../images/bg_code_pre.gif) repeat top left; }
a { color: #ec0014; text-decoration: none; }
a:hover { color: #ec0014; text-decoration: underline; }
h1, h2, h3, h4, h5, h6, h7 { color: #fff; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-weight: lighter; }
h1 { margin: 0.1em 0 0.6em 0; font-size: 2.6em; color: #fff; }
h2 { margin: 0.1em 0 0.6em 0; font-size: 2.4em; color: #fff; }
h3 { margin: 0.2em 0 0.5em 0; font-size: 1.8em; color: #fff; }
h4 { margin: 0 0 0.2em 0; font-size: 1.6em; color: #ddd; }
h5 { margin: 0; font-size: 1em; color: #ddd; }
h6 { margin: 0; font-size: 1em; color: #ddd; }
h7 { margin: 0; font-size: 1em; color: #ddd; }
h1 a,
h2 a { color: #fff !important; }
ul { margin: .85em 0 1.3em 2em; }
sup { font-size: 75%; vertical-align: super !important; }
small { font-size: 11px !important; line-height: 12px !important; }
cite { font-style: normal; }
input { padding: 0.2em 0.3em 0.3em; background: #f6f6f6; border: 2px solid #ddd; outline: none; font-size: 90%; color: #bbb; }
textarea { padding: 0.2em 0.3em; background: #f6f6f6; border: 2px solid #ddd; outline: none; font-size: 90%; color: #bbb; }
select { padding: 0.2em 0.3em 0.3em; background: #f6f6f6; border: 2px solid #ddd; outline: none; font-size: 100%; color: #bbb; }
form p { display: block; line-height: 130%; margin: 2px 0; padding: 5px 0px; }
ul { margin-left: 20px; padding-left: 20px; list-style: disc; }
ol { margin-left: 20px; padding-left: 20px; list-style: decimal; }
ul li { margin: 10px 0; line-height: 130%; }
/*
	common classes
****************************/
button.fancy_button, a:link.fancy_button, a:visited.fancy_button { font-weight: bold; color: #fff; margin: 0; padding: 0 0.9em; height: 2.4em; background: #ddd url(../images/bg_white_blend_25x25_top.png) repeat-x top left; border: 2px solid #ddd; white-space: nowrap; }
a.fancy_button { padding: 0.5em 0.9em 0.6em !important; text-decoration: none !important; }
button.fancy_button { height: 28px !important; }
button.fancy_buttonHover, button.fancy_button:hover, a:hover.fancy_button, a:active.fancy_button { color: #ec0014; background: #ddd url(../images/bg_white_blend_25x25_bottom.png) repeat-x bottom left; }
button[disabled].fancy_button { background: none !important; border-color: #9fa4a8 !important; color: #9fa4a8 !important; }
a.boko_icon_lock { padding-left: 14px; background: url(../images/theme_ec0014/icn_lock.png) no-repeat 0 50%; }
a.boko_icon_link { padding-left: 14px; background: url(../images/theme_ec0014/icn_link.png) no-repeat 0 50%; }
a.boko_icon_reply { padding-left: 14px; background: url(../images/theme_ec0014/icn_reply.png) no-repeat 0 50%; }
a.boko_icon_edit { padding-left: 14px; background: url(../images/theme_ec0014/icn_edit.png) no-repeat 0 50%; }
a.boko_icon_magnify { padding-left: 14px; background: url(../images/theme_ec0014/icn_magnify.png) no-repeat 0 50%; }
a.boko_icon_tag { padding-left: 14px; background: url(../images/theme_ec0014/icn_tag.png) no-repeat 0 50%; }
a.boko_icon_date { padding-left: 14px; background: url(../images/theme_ec0014/icn_calendar.png) no-repeat 0 50%; }
a.boko_icon_comment { padding-left: 14px; background: url(../images/theme_ec0014/icn_comment.png) no-repeat 0 50%; }
a.boko_icon_arrow { padding-left: 14px; background: url(../images/theme_ec0014/icn_arrow.png) no-repeat 0 50%; }
a.boko_icon_user { padding-left: 14px; background: url(../images/theme_ec0014/icn_user.png) no-repeat 0 50%; }
.right { text-align: right !important; }
.left { text-align: left !important; }
.center { text-align: center !important; }
.nowrap { white-space: nowrap !important; }
.clearfix:after { content: "."; display: block; width: 100%; height: 1px; clear: both; visibility: hidden; }
.margins { position: relative; padding: 15px 30px; }
.column { display: block; width: 50%; height: auto; float: left; }
.gutter { margin-right: 2%; }
.input_text,
.input_textarea { width: 95%; font-size: 100%; }
.input_select { width: 99%; }
.breaks br { display: block; }
.alignleft { float: left; }
.alignright { float: right; }
.padtop { margin-top: 20px; }
.padleft { margin-left: 20px; }
.padbottom { margin-bottom: 20px; }
.padright { margin-right: 20px; }
.padleftbottom { margin-left: 20px; margin-bottom: 10px; }
.padrightbottom { margin-right: 20px; margin-bottom: 10px; }
.padlefttop { margin-left: 20px; margin-top: 10px; }
.padrighttop { margin-right: 20px; margin-top: 10px; }
/*
	form classes
****************************/
.cj_form_wrapper .input_field,
.cj_form_wrapper .input_file,
.cj_form_wrapper .input_text { border: 2px solid #777; color: #222; background: #eee; font-size: .85em; height: 1.4em; }
.cj_form_wrapper .input_select,
.cj_form_wrapper .input_select_small,
.cj_form_wrapper .input_select_medium,
.cj_form_wrapper .input_date { border: 2px solid #777; color: #222; background: #eee; font-size: .85em; height: 1.8em; }
.cj_form_wrapper .input_textarea { border: 2px solid #777; background: #eee; color: #222; font-size: .85em; width: 100%; max-width: 100%; min-width: 100%; height: auto; margin-bottom: 4px; }
.cj_form_wrapper .cj_form_button { cursor: pointer; display: inline-block; width: auto; height: auto; line-height: 26px !important; font-size: 11px !important; color: #fff !important; background: #ec0014 url(../images/bg_button2.png) repeat-x 50% 50%; text-decoration: none; border: 2px solid #777; padding: 0 10px !important; margin: 0 2px !important; white-space: nowrap; }
.cj_form_wrapper .cj_form_button:hover { background-image: url(../images/bg_button2_hover.png); }
.cj_form_wrapper button[disabled],
.cj_form_wrapper button.cj_form_button[disabled],
.cj_form_wrapper button.cj_form_button[disabled="disabled"] { cursor: default !important; color: #aaa !important; background: #ddd; border: 2px solid #444 !important; }
.cj_form_wrapper .cj_form_row { display: block; width: 100%; height: auto; margin: 3px 0; }

/*
	main layout
****************************/
#wrapper { position: relative; display: block; width: 940px; height: auto; margin: 0 auto; color: #fff; background: #000; }
#header { position: relative; display: block; width: 940px; height: 261px; background: url(../images/bg_header.jpg) no-repeat top center; z-index: 1; }
#page { position: relative; display: block; width: 100%; height: auto; min-height: 480px; background: url(../images/bg_content.png) repeat-y top center; }
#nav { position: absolute; top: 192px; left: 30px; z-index: 5; }
#side_nav { position: relative; display: block; width: 200px; height: auto; float: left; margin-right: 20px; }
#content { position: relative; display: block; width: 100%; height: auto; min-height: 284px; float: left; padding-bottom: 10px; }
#footer { position: relative; display: block; width: 100%; height: 153px; font-size: .7em; background: url(../images/bg_footer.png) no-repeat top center; }
/*
	header
****************************/
#header h1 span,
#header h3 span { display: none; }
#header h1 { position: absolute; bottom: 0; left: 5px; margin: 0; padding: 0; }
#header h1 a { display: block; width: 440px; height: 110px; }
#header #flash { position: absolute; top: 0; left: 0; display: block; width: 940px; height: 129px; background: url(../images/bg_header.jpg) no-repeat -30px 0px; z-index: 10; }
/*
	nav menu
****************************/
#nav ul.main { display: block; width: 100%; height: 24px; margin: 0 auto; padding: 0; list-style: none; }
#nav ul.main li { position: relative; margin: 0 10px; padding: 0; list-style: none; float: left; font-size: 24px; line-height: 24px; color: #fde7d5; font-weight: normal; text-decoration: none; overflow: hidden; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; }
#nav ul.main li.top { }
#nav ul.main li.bottom { }
#nav ul.main li a { display: block; width: 100%; height: auto; padding: 1px 0px; margin: 0; font-size: 18px; text-transform: uppercase; line-height: 18px; color: #fff; font-weight: normal; text-decoration: none; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; }
#nav ul.main li a:hover { color: #ec0014; border-bottom: 1px dotted #ec0014; }
#nav ul.main li a.active { color: #777; border-bottom: 1px dotted #777; }
#nav ul.main li ul { position: absolute; top: 20px; left: 6px; display: block; width: 160px; height: auto; margin: 0; padding: 5px 10px 5px 30px; list-style: none; background: url(../images/bg_white_blend_90.png) repeat top left; z-index: 10; border: 1px solid #ddd; }
#nav ul.main li ul li { float: none; margin: 0; padding: 4px 0; line-height: 14px !important; background: none; list-style: disc url(../images/img_bullet.png) outside; border: none; }
#nav ul.main li ul li a { color: #bbb; font-size: 12px; font-weight: normal; background: none; }
#nav ul.main li ul li a:hover { color: #fff; background: none; text-decoration: underline; }
/*
	page menu
****************************/
#pagemenu { position: absolute; top: 130px; left: 0; display: block; width: 100%; height: 39px; background: url(../images/bg_panelmenu.gif) repeat-x top left; overflow: hidden; }
#pagemenu ul { margin: 0; padding: 8px 9px; list-style: none; }
#pagemenu ul li { margin: 0; padding: 0; list-style: none; color: #fff; font-size: .7em; float: left; clear: none; }
#pagemenu ul li a { display: block; border-top: 1px solid #444; border-left: 1px solid #444; border-bottom: 1px solid #000; border-right: 1px solid #000; margin: 0; padding: 3px 5px; background: #262626 url(../images/bg_blend_bottom_black.png) repeat-x bottom left; color: #aaa; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-weight: lighter; text-decoration: none; }
#pagemenu ul li a:hover { border-top: 1px solid #000; border-left: 1px solid #000; border-bottom: 1px solid #444; border-right: 1px solid #444; background: #333; color: #fff; }

/*
	user options nav
****************************/
#header ul.login { position: absolute; top: 32px; right: 20px; display: block; width: 500px; height: auto; margin: 0; padding: 0; list-style: none; z-index: 900; }
#header ul.login li { position: relative; margin: 0; padding: 0; list-style: none; line-height: 24px; float: right; margin-left: 12px; }
#header ul.login li a { font-size: 12px; color: #aaa; }
#header ul.login li a.active { color: #fff; text-decoration: none; }
#header ul.login li a.link_login { padding-left: 14px; background: url(../images/icn_lock_cAAAAAA.png) no-repeat 0 50%; }
#header ul.login li a:hover.link_login { color: #ec0014; padding-left: 14px; background: url(../images/icn_lock_cec0014.png) no-repeat 0 50%; }
#header ul.login li a.link_register { padding-left: 14px; background: url(../images/icn_user_cAAAAAA.png) no-repeat 0 50%; }
#header ul.login li a:hover.link_register { color: #ec0014; padding-left: 14px; background: url(../images/icn_user_cec0014.png) no-repeat 0 50%; }
#header ul.login li a.link_account { padding-left: 14px; background: url(../images/icn_account_cAAAAAA.png) no-repeat 0 50%; }
#header ul.login li a:hover.link_account { color: #ec0014; padding-left: 14px; background: url(../images/icn_account_cec0014.png) no-repeat 0 50%; }
#header ul.login li a.link_cart { padding-left: 14px; background: url(../images/icn_cart_cAAAAAA.png) no-repeat 0 50%; }
#header ul.login li a:hover.link_cart { color: #ec0014; padding-left: 14px; background: url(../images/icn_cart_cec0014.png) no-repeat 0 50%; }
#header ul.login li a.link_checkout { padding-left: 14px; background: url(../images/icn_checkout_cAAAAAA.png) no-repeat 0 50%; }
#header ul.login li a:hover.link_checkout { color: #ec0014; padding-left: 14px; background: url(../images/icn_checkout_cec0014.png) no-repeat 0 50%; }
#header ul.login li a.active.link_login { color: #fff; padding-left: 14px; background: url(../images/icn_lock_c000000.png) no-repeat 0 50%; }
#header ul.login li a.active.link_register { color: #fff; padding-left: 14px; background: url(../images/icn_user_c000000.png) no-repeat 0 50%; }
#header ul.login li a.active.link_account { color: #fff; padding-left: 14px; background: url(../images/icn_account_c000000.png) no-repeat 0 50%; }
#header ul.login li a.active.link_cart { color: #fff; padding-left: 14px; background: url(../images/icn_cart_c000000.png) no-repeat 0 50%; }
#header ul.login li a.active.link_checkout { color: #fff; padding-left: 14px; background: url(../images/icn_checkout_c000000.png) no-repeat 0 50%; }
#header ul.login li ul { position: absolute; top: 24px; right: 0; display: none; width: 200px; height: auto; margin: 0; padding: 5px 10px 5px 10px; list-style: none; background: #fff; z-index: 10; border: 3px solid #000; z-index: 1000; }
#header ul.login li ul li { float: none; margin: 0; padding: 0; background: none; list-style: none; border: none; }
#header ul.login li ul li a { color: #bbb; font-size: 12px; font-weight: normal; background: none; }
#header ul.login li ul li a:hover { color: #fff; background: none; text-decoration: underline; }
#header ul.login table.logintable td { font-size: 12px; }
#header ul.login table.logintable td.help { font-size: 10px; }
#header ul.login table.logintable td a { font-size: 10px; color: #ec0014; }
/*
	sidebar login box
****************************/
#boko_sidebar #loginbox { display: none; }
#boko_sidebar #loginbox .cj_form_row { margin: 3px 0; padding: 0; }
#boko_sidebar #loginbox .cj_form_row_title { display: block; width: 100%; height: auto; font-size: .8em; margin: 0; padding: 0; float: none; }
#boko_sidebar #loginbox .cj_form_cell { display: block; width: 95%; height: auto; font-size: .8em; margin: 0; padding: 0; float: none; }
#boko_sidebar #loginbox .cj_form_cell_desc { display: block; width: 100%; height: auto; font-size: .75em !important; margin: 0; padding: 0; float: none; }
#boko_sidebar #loginbox .cj_form_cell_desc br { display: inline; }
#boko_sidebar #loginbox .cj_form_row_options { display: block; width: 100%; height: auto; text-align: right; margin: 5px 0 3px; }
#boko_sidebar #loginbox br { display: none; }
#boko_sidebar #loginbox .error .cj_form_row_title { color: #ec0014 !important; }
#boko_sidebar #loginbox .error .cj_form_cell input { border-color: #ffaaaa !important; background: #fff6f6 !important; }
/* misc */
#boko_user_options { position: absolute; top: -30px; right: 30px; text-align: right; z-index: 20; font-size: 0.7em; font-family: Arial, Helvetica, sans-serif; }
#boko_user_options a { }
/*
	side nav menu
****************************/
#side_nav { margin: 30px 0 0 15px; background: url(../images/bg_black_blend_10.png) repeat top left; }
#side_nav .margins { padding: 10px 15px; }
#side_nav h4 { color: #fff; font-size: 18px; padding-bottom: 8px; border-bottom: 1px dotted #ddd; }
#side_nav ul.main { position: relative; display: block; width: 100%; height: auto; margin: 0; padding: 0; list-style: none; }
#side_nav ul.main li { position: relative; margin: 0; padding: 0px; list-style: none; line-height: 140%; margin: 10px 0; }
#side_nav ul.main li.top { margin-right: 0; }
#side_nav ul.main li.bottom { border: none; }
#side_nav ul.main li a { font-size: 13px; color: #fff; font-weight: normal; text-decoration: none; }
#side_nav ul.main li a:hover { color: #ec0014; }
#side_nav ul.main li a.active { color: #fff; }
/*
	page
****************************/
#page { font-family: Georgia, "Times New Roman", Times, serif; }
#page .page_wrap { display: block; width: 900px; height: auto; margin: 0 auto; }
/*
	content
****************************/
#content { padding: 5px 0; }
#content h1,
#content h2,
#content h3,
#content p,
#content ul { margin-bottom: 12px; }
#content .margins { margin: 0 15px; }
#content strong { color: #222; }
#content .content_wrap { display: block; width: 900px; height: auto; margin: 0 auto; }
#content .content_wrap .margins { margin: 0 }
/*
	special content
****************************/
div.frontpage #content { width: 100%; float: none; }
div.frontpage #content #col1 { position: relative; display: block; width: 700px; height: auto; margin-right: 15px; float: left; }
div.frontpage #content #col2 { position: relative; display: block; width: 200px; height: auto; float: left; z-index: 0; }
div.frontpage #content #col1 .margins { padding: 0; margin: 0; }
div.frontpage #content #col2 .margins { padding: 0; margin: 0; }
div.frontpage #content #col2 .photoBox { display: block; width: 198px; height: auto; margin-bottom: 15px; }
div.frontpage #content #col2 .photo { display: block; width: 198px; height: auto; padding: 0; border: 1px solid #eee; overflow: hidden; }
div.frontpage #content #col2 .photo img { margin: 0; padding: 0; border: none; }
div.frontpage #content #col2 .caption { margin: 2px 15px 0; text-align: center; font-size: 11px; }
/*
	sidebar panel
****************************/
#nav .panel { display: block; width: 100%; height: auto; margin-bottom: 15px; }
#nav .panel .margins { padding: 5px 15px; margin: 0; }
#nav .blue { background: url(../images/bg_cec0014_blend_30.png) repeat top center; }
#nav .advert { font-size: .7em; }
/*
	footer
****************************/
#footer .block { position: relative; display: block; width: 946px; height: auto; margin: 0 auto; padding-top: 15px; }
#footer .margin { padding: 10px 0px; color: #888; }
#footer .column { display: block; width: 50%; height: auto; float: left; }
#footer .column ul { display: block; width: 100%; height: auto; margin: 0; padding: 0; list-style: none; }
#footer .column ul li { float: right; margin: 0 7px 0 0; padding: 0 7px 0 0; border-right: 1px solid #999; }
#footer .column ul li a { border: none; }
#footer .column ul li.top { border: none; margin-right: 0; }
#footer strong { color: #fff; font-size: 1.3em; }
#footer ul { display: block; width: 100%; height: auto; margin: 0; padding: 0; list-style: none; }
#footer ul li { float: left; margin: 0 7px 0 0; padding: 0 7px 0 0; border-right: 1px solid #999; }
#footer ul li.bottom { border: none; }
#footer ul li a { color: #888; }
#footer ul li a:hover { color: #fff; }
/* 
	table listings
****************************/
.tableListing { width: 100%; border-top: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #999 }
.tableListing tr th { font-size: .80em; background: #999 url(../images/bg_table_header.png) repeat top left; color: #e9eff1; vertical-align: bottom; }
.tableListing tr td { font-size: .75em; border-bottom: 1px solid #999; background: #fff; vertical-align: top; }
.tableListing tr td a:hover { text-decoration: underline; }
.tableListing tr.options td { background: #d9d9d9 url(../images/bg_white_blend.png) repeat-x top left; }
.tableListing a span { padding: 4px 2px 2px 12px; }
.tableListing a.view span,
.tableListing a.edit span { padding-left: 11px; background: url(../images/icn_table_edit.gif) no-repeat 3px center; }
.tableListing a.delete span { padding-left: 13px; background: url(../images/icn_table_delete.gif) no-repeat 3px center; }
.tableListing tr.voided td { background: #ffe7e7; color: #c60707; }
.tableListing tr.voided td a.optionButton { border: 1px solid #ffe7e7; }
.tableListing tr.voided td a:hover.optionButton { color: #c60707; text-decoration: none; border: 1px solid #c60707; }
.tableListing tr.voided td a.view span { color: #c60707; background: url(../images/icn_table_edit_void.png) no-repeat 3px center; }
.tableListing tr td.header { border-right: 1px solid #999; background: #ddd; white-space: nowrap; }
.tableListing tr td div.icon { display: block; width: 64px; height: 78px; overflow: hidden; }
.tableListing tr td.bordright { border-right: 1px solid #9fa5a8; }
.tableListing tr td.bordleft { border-left: 1px solid #9fa5a8; }
/* 
	the gallery
****************************/
#Gallery ul.galleryPhotos { display: block; width: 100%; height: auto; margin: 0; padding: 0; list-style: none; }
#Gallery ul.galleryPhotos .galleryBlock { display: block; width: 230px; height: 270px; float: left; margin: 0 8px; }
#Gallery ul.galleryPhotos .gutter { margin-bottom: 20px; margin-right: 20px; }
#Gallery ul.galleryPhotos .galleryPhoto { display: block; width: 230px; height: 200px; }
#Gallery ul.galleryPhotos .galleryPhoto .photo { display: block; width: 220px; height: 200px; border: 7px solid #ec0014; overflow: hidden; background: url(../images/img_blank_site_photo.jpg) no-repeat center center; }
#Gallery ul.galleryPhotos .galleryPhoto .photo a { border: none !important; padding: 0 !important; margin: 0 !important; text-decoration: none !important; }
#Gallery ul.galleryPhotos .galleryPhoto .caption { font-size: 12px; line-height: 14px; display: block; width: 230px; height: 50px; text-align: center; margin-top: 3px; }

/* 
	processing window
****************************/
#ProcessWindow { display: none; }
#ProcessWindow.timer { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #fff url(../images/bg_ani_timer_ffffff.gif) no-repeat center center; }
#ProcessWindow.error { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #fff; }
#ProcessWindow.error .padder { padding: 150px 50px 50px !important; background: url(../images/icn_big_error.gif) no-repeat center 40px; }
#ProcessWindow.error .padder p.msg { color: #fff; font-size: 18px !important; }
/* 
	voided orders
****************************/
#Void { position: absolute; top: 105px; left: 0; display: block; width: 100%; height: 320px; background: url(../images/img_voided.png) no-repeat 50% 120px; z-index: 9000; }
#VoidPrint { display: none; }

#ButOrderNow { position: absolute; top: 52px; left: 400px; display: block; width: 102px; height: 102px; background: url(../images/but_order_now.png) no-repeat top left; }
#ButOrderNow span { display: none; }


/* 
	channels
****************************/
ul#channels { position: absolute; top: 174px; right: 30px; display: block; width: 200px; height: 55px; margin: 0; padding: 0; list-style: none; z-index: 15; overflow: hidden; }
ul#channels li { margin: 0; padding: 0; list-style: none; float: left; }
ul#channels li a { }
ul#channels li#snavTwitter a { position: absolute; top: 0; right: 0px; display: block; width: 55px; height: 55px; background: url(../icons/btn_twitter.png) no-repeat 0px 0px; }
ul#channels li#snavTwitter a:hover { background-position: 0px -55px; }
ul#channels li#snavFacebook a { position: absolute; top: 0; right: 55px; display: block; width: 55px; height: 55px; background: url(../icons/btn_facebook.png) no-repeat 0px 0px; }
ul#channels li#snavFacebook a:hover { background-position: 0px -55px; }
ul#channels li#snavYoutube a { position: absolute; top: 0; right: 110px; display: block; width: 55px; height: 55px; background: url(../icons/btn_youtube.png) no-repeat 0px 0px; }
ul#channels li#snavYoutube a:hover { background-position: 0px -55px; }
ul#channels a span { display: none; } 