/* ----- CLEAR FAILOVER ----- */
#pies:not(:empty)::before { display: block; content:""; font-weight:normal; font-size:inherit; }
#features:not(:empty)::before { display: block; content:""; font-weight:normal; font-size:inherit; }
#guarantee:not(:empty)::before { display: block; content:""; font-weight:normal; font-size:inherit; }
#shipping:not(:empty)::before { display: block; content:""; font-weight:normal; font-size:inherit; }
#contact_us:not(:empty)::before { display: block; content:""; font-weight:normal; font-size:inherit; }
#sidebar { display: block; }
#crosslinks-div { display:inline-block; } 

/* ----- STRUCTURE (NoSidebar) ----- */
header { grid-area: header; }
article { grid-area: content; }
aside { grid-area: sidebar; }
@media screen and (min-width: 890px) {
	#sidebar { display: block; }
}
@media screen and (max-width: 889px) {
	#sidebar { display: none; }
}
footer { grid-area: footer; }
#wrapper { display: grid; grid-gap: 0px; }
#wrapper { grid-template-columns: 0px auto; grid-template-areas: "header  header" "content content" "footer  footer"; }

/* ----- CONTROLS (Tab Controls on wide screen only) ----- */
@media screen and (min-width: 890px) { #tab_controller { display: block; } }
@media screen and (max-width: 889px) { #tab_controller { display: none; } }
@media screen and (max-width: 889px) { #title_part_information, #title_shipping, #title_payment, #title_policies, #title_contact_us { display: block; } }
@media screen and (min-width: 890px) { #title_part_information, #title_shipping, #title_payment, #title_policies, #title_contact_us { display: none; } }
@media screen and (min-width: 890px) { .tab-label { display: inline-block; } }
@media screen and (max-width: 889px) { .tab-label { display: none!important; } }
#application_fits, #charity, #genuine_part, #sku_note, #please_verify, #item_description_img, #pies, #package_details, #manufacturer_confidence, #trusted_performance, #shipping, #payment_policy, #guarantee, #contact_us { margin: 0px 10px 0px 10px; padding: 0px 10px 0px 10px; }
@media screen and (min-width: 890px) { #li_tab1~#store_promotion, #li_tab1~#video_player, #li_tab1~#crosslinks-div, #li_tab1~#application_fits, #li_tab1~#charity, #li_tab1~#genuine_part, #li_tab1~#sku_note, #li_tab1~#please_verify, #li_tab1~#item_description_img, #li_tab1~#pies, #li_tab1~#package_details, #li_tab1~#manufacturer_confidence, #li_tab1~#trusted_performance, #li_tab2~#shipping, #li_tab3~#payment_policy, #li_tab4~#guarantee, #li_tab5~#contact_us { display: none; } #li_tab1:checked~#store_promotion, #li_tab1:checked~#video_player, #li_tab1:checked~#crosslinks-div, #li_tab1:checked~#application_fits, #li_tab1:checked~#charity, #li_tab1:checked~#genuine_part, #li_tab1:checked~#sku_note, #li_tab1:checked~#please_verify, #li_tab1:checked~#item_description_img, #li_tab1:checked~#pies, #li_tab1:checked~#package_details, #li_tab1:checked~#manufacturer_confidence, #li_tab1:checked~#trusted_performance, #li_tab2:checked~#shipping, #li_tab3:checked~#payment_policy, #li_tab4:checked~#guarantee, #li_tab5:checked~#contact_us { display: block; } }
@media screen and (max-width: 889px) { #application_fits, #charity, #genuine_part, #sku_note, #please_verify, #item_description_img, #pies, #package_details, #manufacturer_confidence, #trusted_performance, #shipping, #payment_policy, #guarantee, #contact_us { display: block!important; } }
.tab-input { display: none; }

/* ----- SORT ORDER ----- */
article {
	display: -webkit-box;
	display: -moz-box;
	display: box;

	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
}
#tab_controller { -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; box-ordinal-group: 1; }
#title_part_information { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; box-ordinal-group: 2; }
#store_promotion { -webkit-box-ordinal-group: 3; -moz-box-ordinal-group: 3; box-ordinal-group: 3; }
#video_player { -webkit-box-ordinal-group: 4; -moz-box-ordinal-group: 4; box-ordinal-group: 4; }
#crosslinks-div { -webkit-box-ordinal-group: 5; -moz-box-ordinal-group: 5; box-ordinal-group: 5; }
#genuine_part { -webkit-box-ordinal-group: 6; -moz-box-ordinal-group: 6; box-ordinal-group: 6; }
#application_fits { -webkit-box-ordinal-group: 7; -moz-box-ordinal-group: 7; box-ordinal-group: 7; }
#charity { -webkit-box-ordinal-group: 8; -moz-box-ordinal-group: 8; box-ordinal-group: 8; }
#sku_note { -webkit-box-ordinal-group: 9; -moz-box-ordinal-group: 9; box-ordinal-group: 9; }
#please_verify { -webkit-box-ordinal-group: 10; -moz-box-ordinal-group: 10; box-ordinal-group: 10; }
#item_description_img { -webkit-box-ordinal-group: 11; -moz-box-ordinal-group: 11; box-ordinal-group: 11; }
#features { -webkit-box-ordinal-group: 12; -moz-box-ordinal-group: 12; box-ordinal-group: 12; }
#modification_policy { -webkit-box-ordinal-group: 13; -moz-box-ordinal-group: 13; box-ordinal-group: 13; }
#pies { -webkit-box-ordinal-group: 14; -moz-box-ordinal-group: 14; box-ordinal-group: 14; }
#package_details { -webkit-box-ordinal-group: 15; -moz-box-ordinal-group: 15; box-ordinal-group: 15; }
#manufacturer_confidence { -webkit-box-ordinal-group: 16; -moz-box-ordinal-group: 16; box-ordinal-group: 16; }
#trusted_performance { -webkit-box-ordinal-group: 17; -moz-box-ordinal-group: 17; box-ordinal-group: 17; }
#title_shipping { -webkit-box-ordinal-group: 18; -moz-box-ordinal-group: 18; box-ordinal-group: 18; }
#shipping { -webkit-box-ordinal-group: 19; -moz-box-ordinal-group: 19; box-ordinal-group: 19; }
#title_payment { -webkit-box-ordinal-group: 20; -moz-box-ordinal-group: 20; box-ordinal-group: 20; }
#payment_policy { -webkit-box-ordinal-group: 21; -moz-box-ordinal-group: 21; box-ordinal-group: 21; }
#title_policies { -webkit-box-ordinal-group: 22; -moz-box-ordinal-group: 22; box-ordinal-group: 22; }
#guarantee { -webkit-box-ordinal-group: 23; -moz-box-ordinal-group: 23; box-ordinal-group: 23; }
#title_contact_us { -webkit-box-ordinal-group: 24; -moz-box-ordinal-group: 24; box-ordinal-group: 24; }
#contact_us { -webkit-box-ordinal-group: 25; -moz-box-ordinal-group: 25; box-ordinal-group: 25; }

/* ----- FORMAT ----- */
#page { background-color: black; width: 890px; margin: 10px auto; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: white; }
#tab_controller { background: #000000; height: 37px; padding:10px; }
.tab-label { display: inline!important; font-family: "STENCIL"; } .tab-label { float: none; height: 30px; padding: 10px 10px 10px 10px; color: #ffffff; text-decoration: none; }
.tab-label { background: #000000; color:white; }
.tab-label:hover { background: #FFFFFF; color:black; }
#title_part_information, #title_shipping, #title_payment, #title_policies, #title_contact_us { font-size: 22px; color: #FFFFFF; text-align: center; font-family: STENCIL; font-weight: bold; }
#store_title { width:617px; max-width:100%; margin:auto auto; }
#store_title img { width:100%; }
aside { display: none; }
#store_promotion { display: none; }
#video_player { text-align: center; display: table; width: 700px; max-width: 100%; margin: 10 auto 20 auto; -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); -webkit-transform: rotate(0.000001deg); -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 5px; border: 2px inset black; overflow: hidden; }
#crosslinks-div { width:100%; } 
.crosslinks-wrapper { text-align: center; } 
.crosslinks-body-wrapper { background-color:#FFFFFF; border:solid 1px gray; max-width:1125px; border-radius: 6px; font-weight: bold; padding:4px; display:inline-block; text-align:center; } 
.crosslinks-body-div { text-align:center; } 
.crosslinks-body-div-wrapper { clear:both; width: 80%; min-width: 700px; margin: 0 auto; } 
/* .eBay-ls-crosslink {  } */
/* .eBay-ls-crosslink-anchor {  } */
.eBay-ls-crosslink-image { width:400; } 
.crosslinks-header-div { font-size: xx-large; font-family: Georgia; font-weight: bold; } 
.crosslinks-header-text1 { color: #000000; } 
.crosslinks-header-text2 { color: #00ae5f; } 
.eBay-crosslink { margin: auto; display: inline-block; } 
.eBay-crosslink-wrapper { width:225px; height:275px; position:relative; } 
.eBay-crosslink-bottom-wrapper { width:177px; height:231px; z-index:1; position:absolute; top:23px; left:24px; right:33px; text-align:center; background-color:white; } 
.eBay-crosslink-bottom-image { max-width:100%; max-height:100%; } 
.eBay-crosslink-top-wrapper { width:225px; height:275px; z-index:2; position:absolute; } 
.eBay-crosslink-top-image { max-width:100%; max-height:100%; } 
#tab2 p { text-align:left; font-family: Arial; font-size: small; }
#tab3 p { text-align:left; font-family: Arial; font-size: small; }
#tab4 p { LINE-HEIGHT: 130%; TEXT-INDENT: 20px; text-align: justify; font-family: times; font-size: large; }
#tab5 p { text-align:left; font-family: Arial; font-size: small; }
.tab { padding: 35px; line-height: 16px; }
p { line-height: 20px; margin-bottom: 20px; }
#sku_note:not(:empty) { border:solid 1px white; border-radius: 6px; font-size:medium; font-weight: bold; padding:4px; width: fit-content; margin: auto auto; }
#sku_note:empty {}
#please_verify { display:none; }
#application_fits { font-weight: bold; text-decoration: none; width: fit-content; margin: 10 auto 5 auto; }
#charity { display: none; }
#genuine_part { font-weight: bold; text-decoration: underline; width: fit-content; margin: 10 auto 5 auto; }
#pies ul { columns: 1; -webkit-columns: 1; -moz-columns: 1; }
#pies ul li { text-align:left; }
#package_details { text-decoration: underline; }
#manufacturer_confidence { display: none; }
#trusted_performance { display: none; }
#item_description_img { text-align: center; }
#item_description_img img { width: 900px; max-width: 100%; }
#features { display: none; }
#modification_policy { display: none; }
#shipping:not(:empty)::before { content: ""; background-image:url("https://www.championcooling.com/eBay/nationwide/graphics/fedex.jpg"); background-size: 100% 100%; display: block; width:400px; height: 186px; background-size: cover; position:relative; margin:auto auto; }
#payment_policy p img { width:304px; max-width:100%; }
#guarantee { text-align:center; }
#guarantee img { max-width:100%; }
#contact_us { }
#authorized_footer { display:none; }
#thank_you { text-align:center; }