/* ----- 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; }
#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 (No Tab Controls) ----- */
#tab_controller { display: none; }
#title_part_information, #title_shipping, #title_payment, #title_policies, #title_contact_us { display: none; }
.tab-label { display: inline-block; }
.tab-input { display: none; }
.tabs { display: none; }
.labels { display: none; }

/* ----- SORT ORDER ----- */
article {
	display: -webkit-box;
	display: -moz-box;
	display: box;

	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
}
#store_promotion { -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; box-ordinal-group: 1; }
#video_player { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; box-ordinal-group: 2; }
#crosslinks-div { -webkit-box-ordinal-group: 3; -moz-box-ordinal-group: 3; box-ordinal-group: 3; }
#manufacturer_confidence { -webkit-box-ordinal-group: 4; -moz-box-ordinal-group: 4; box-ordinal-group: 4; }
#trusted_performance { -webkit-box-ordinal-group: 5; -moz-box-ordinal-group: 5; box-ordinal-group: 5; }
#application_fits { -webkit-box-ordinal-group: 6; -moz-box-ordinal-group: 6; box-ordinal-group: 6; }
#charity { -webkit-box-ordinal-group: 7; -moz-box-ordinal-group: 7; box-ordinal-group: 7; }
#genuine_part { -webkit-box-ordinal-group: 8; -moz-box-ordinal-group: 8; box-ordinal-group: 8; }
#item_description_img { -webkit-box-ordinal-group: 9; -moz-box-ordinal-group: 9; box-ordinal-group: 9; }
#sku_note { -webkit-box-ordinal-group: 10; -moz-box-ordinal-group: 10; box-ordinal-group: 10; }
#please_verify { -webkit-box-ordinal-group: 11; -moz-box-ordinal-group: 11; box-ordinal-group: 11; }
#pies { -webkit-box-ordinal-group: 12; -moz-box-ordinal-group: 12; box-ordinal-group: 12; }
#package_details { -webkit-box-ordinal-group: 13; -moz-box-ordinal-group: 13; box-ordinal-group: 13; }
#guarantee { -webkit-box-ordinal-group: 14; -moz-box-ordinal-group: 14; box-ordinal-group: 14; }
#features { -webkit-box-ordinal-group: 15; -moz-box-ordinal-group: 15; box-ordinal-group: 15; }
#modification_policy { -webkit-box-ordinal-group: 16; -moz-box-ordinal-group: 16; box-ordinal-group: 16; }
#shipping { -webkit-box-ordinal-group: 17; -moz-box-ordinal-group: 17; box-ordinal-group: 17; }
#payment_policy { -webkit-box-ordinal-group: 18; -moz-box-ordinal-group: 18; box-ordinal-group: 18; }
#contact_us { -webkit-box-ordinal-group: 19; -moz-box-ordinal-group: 19; box-ordinal-group: 19; }

/* ----- FORMAT ----- */
img{max-width:100%}
h1 {color: black; font-family: arial: font-size: 20px;} 
a:link {color: black; font-size: 20px;} 
a:hover {color: red; font-size: 20px;} 
li {color: black; font-size: 22px; font-family: arial;} 
p {font-size: 18pt; font-family: arial;} 
#store_title { text-align:center; font-size: -webkit-xxx-large; font-family: Georgia; font-style: italic; font-weight: bold; } 
#store_title p { margin:0px; } 
#store_title img { width:968px; max-width:100%; } 
#store_promotion { display: none; } 
#video_player { display: none; } 
aside { display: none; } 
#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%; } 
.eBay-crosslink { float:left; } 
.eBay-crosslink img { width:225px; height:275; border:solid 0px black; } 
#manufacturer_confidence { display: none; } 
#trusted_performance { text-align: center; } 
#trusted_performance img { max-width: 100%; } 
#application_fits { display: none; } 
#charity { display: none; } 
#genuine_part { text-align: center; font-size: 18pt; font-family: arial; } 
#item_description_img { text-align: center; } 
#item_description_img img { width: 729px; max-width: 100%; } 
#sku_note:not(:empty) { width: fit-content; font-weight:bold; font-size:medium; border:solid 1px black; border-radius: 6px; max-width:100%; margin: auto auto; } 
#please_verify { display:none; } 
#pies { width: 1010px; max-width: 100%; display: table; margin: auto auto; } 
#pies:not(:empty)::before { content: ""; background-image:url("https://www.championcooling.com/photos/tony/Ad%20Text/Specifications.jpg"); background-size: 100% 100%; display: block; width:384px; height: 101px; background-size: cover; position:relative; margin:auto auto; } 
#pies ul { columns: 2; -webkit-columns: 2; -moz-columns: 2; } 
@media screen and (max-width: 1000px) { #pies ul { columns: 1; -webkit-columns: 1; -moz-columns: 1; } 
} 
#pies ul li { text-align:left; } 
#package_details { text-align: center; font-family: Arial; font-size: large; } 
#guarantee:not(:empty)::before { content: ""; background-image:url("https://www.championcooling.com/photos/tony/Ad%20Text/Guarentee.jpg"); background-size: 100% 100%; display: block; width:772px; height: 119px; position:relative; margin:auto auto; } 
#guarantee { max-width:992px; margin:auto auto; } 
#guarantee p { margin: 0 0 25px 0; text-align: center; color: #5F0F12; font-weight: bold; font-size: 30px; text-shadow: 3px 3px 1px #BE9593; font-family: Constantia; } 
#guarantee ul { list-style: square url(https://www.championcooling.com/photos/tony/Ad%20Text/Features-Note%202-li.JPG); } 
#guarantee ul li { margin: 0 0 25px 0; text-align: left; color: #5F0F12; font-weight: bold; font-size: 30px; text-shadow: 3px 3px 1px #BE9593; font-family: Constantia; } 
#features:not(:empty)::before { content: ""; background-image:url("https://www.championcooling.com/photos/tony/Ad%20Text/Features.jpg"); background-size: 100% 100%; display: block; width:384px; height: 85px; position:relative; margin: auto auto; } 
#features { max-width:920px; display: table; background-image: url(https://www.championcooling.com/photos/tony/Ad%20Text/Features-Note%202-enginelift-transparent.png); background-repeat: no-repeat; background-position: right 100px; margin: auto auto; } 
#features ul { list-style: square url(https://www.championcooling.com/photos/tony/Ad%20Text/Features-Note%202-li.JPG); } 
#features ul li { text-align: left; color: #5F0F12; font-weight: bold; font-size: 20px; text-shadow: 3px 3px 1px #BE9593; font-family: Constantia; } 
#modification_policy { text-align: center; font-family: Arial; font-size: large; } 
#modification_policy p { margin: 0px; } 
#shipping:not(:empty)::before { content: ""; background-image:url("https://www.championcooling.com/photos/tony/Ad%20Text/Shipping.jpg"); background-size: 100% 100%; display: block; width:343px; height: 104px; background-size: cover; position:relative; margin:auto auto; } 
#shipping { text-align: center; font-family: times; font-size: x-large; color: #000000; } 
#payment_policy { text-align: center; } 
#payment_policy img { max-width:100%; } 
#contact_us { } 
#offerings { display: none; } 
#authorized_footer { text-align:center; } 
#authorized_footer img { max-width:100%; } 
#thank_you { display: none; } 
#copyright { text-align:center; font-size: 18pt; font-family: arial; } 