﻿html
{
    /*overflow: -moz-scrollbars-vertical;*/
}

body
{
    background: url("images/Campingaz-Background1.jpg") repeat-y fixed 0 0 transparent;
    font: 9pt arial,helvetica;
}

#Content, #Container
{
    background: White;
    position: relative;
}

#Bottom_, #Top_, #Container
{
    left: 0;
    width: 100%;
}

#TopItems, #Top_, #Container
{
    top: 0;
}

#Container
{
    margin: 26px auto 0 auto;
    clear: both;
}

#bottom-logos, #Container
{
    width: 960px;
}

#Top_
{
    /*background: url(images/TopFiller.gif) repeat-x;*/
    background:#004A80;
    height: 71px;
}

#BottomItems, #TopItems, #Bottom_, #Top_
{
    position: absolute;
}

#Bottom_
{
    background: url(images/Bottom.png) repeat-x;
    height: 23px;
    width:960px;
}

#BottomItems, #Bottom_
{
    bottom: 0;
}




#Content
{
    min-height: 600px;
    padding: 71px 0 15px;
    width: 100%;
}

#Content div, #Content table
{
    margin-left: 8px;
	margin-right: 5px;
}

#Content div div, #Content div table, #Content table div, #Content table table
{
    margin-left: 0px;
}

#BottomItems, #TopItems
{
    right: 5px;
}

#TopItems
{
    top: 5px;
	text-align: right;
}

#TopItems a:link
{
    color: White;
}

#TopItems a:hover
{
    text-decoration: underline;
}

#topLinks
{
    padding: 20px 5px 0 0px;
    text-align: right;
	color: White;
}

#topLinks a
{
    color: White !important;
}

#topLinks a:hover
{
    text-decoration: underline;
}

#Text1
{
	color:Black !important;
}
#CountrySelectList, #CountrySelectList *
{
	/*color:White !important;*/
}

#topLinks form fieldset
{
	vertical-align: middle;
}

#BottomItems
{
    bottom: 5px;
}

#BottomItems *, #TopItems *
{
    font-weight: bold;
    color: White;
    text-decoration: none;
}

#BottomItems li
{
    display: inline;
}

#bottom-logos
{
    margin: 0 auto 0 auto;
    display:none; /*remove the logos as per request*/
}

#bottom-logos #campingazLink
{
    background: url(/images/logostripcampingaz.gif) no-repeat center top;
    width: 137px;
}

#bottom-logos #campingazLink, #bottom-logos #colemanLink, #bottom-logos #aerobed
{
    margin: 10px 0 0 10px;
    display: block;
    float: left;
    height: 30px;
}

#bottom-logos #campingazLink:hover
{
    background: url(/images/logostripcampingazhover.gif);
}

#bottom-logos #colemanLink
{
    background: url(/images/logostripcoleman.gif) no-repeat center top;
    width: 95px;
}

#bottom-logos #colemanLink:hover
{
    background: url(/images/logostripcolemanhover.gif);
}

#bottom-logos #aerobed
{
    background: url(/images/logostripaerobed.gif) no-repeat center top;
    width: 85px;
}

#bottom-logos #aerobed:hover
{
    background: url(/images/logostripaerobedhover.gif);
}

.prodcellimage img
{
    width: 200px;
}

#iconKeyPageContainer
{
    margin-left: 30px !important;
}

#topsearchform
{
    color: White;
}



/*position the language selection box*/
.language-selection
{

    position: absolute;
    right: 0;
    top: -23px;
    /*border: 1px solid red;*/
   /* clear: both;
    margin: 10px auto 0;
    width: 954px;
    display: none;*/
}

div.language-selection select#CountrySelectList.CountrySelectList
{
    /*float:right;*/
}

div.language-selection p
{
   /* float:right;
    display:none;*/
}



/*style the top menu*/
div#new-menu-upper {
    border: 0 solid red;
    height: 40px;
    margin: 0 5px 4px;
    padding-top: 63px;
}

#new-menu-upper ul li {
    background-image: url("images/top-nav-li-bg.png");
    background-repeat: repeat;
    border-right: 2px solid lightgrey !important;
    float: left;
    height: 39px;
    width: 156px;
}




/*style the top nav link*/
#new-menu-upper ul li a
{
    color: White !important;
    display: inline-block;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-left: 0;
    padding-top: 12px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}



div#new-menu-lower {
    border-radius: 3px 3px 3px 3px;
    border-top: 0px solid lightgrey;
    margin: 0 8px 10px;
}


/*using CSS to round the top menu corners*/
#new-menu-upper ul li:first-child
{
    -moz-border-radius : 7px 0px 0px 7px;
    border-right: 2px solid lightgrey;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

#new-menu-upper ul li:first-child:hover
{
    -moz-border-radius : 7px 0px 0px 7px;
    border-right: 2px solid red;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    
}

  
  #new-menu-upper ul li:last-child
{
    -moz-border-radius : 0px 7px 7px 0px;
    border-right:0px !important;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
   -moz-border-radius : 0px 7px 7px 0px;/*firefox 3.6 and earlier*/
}

 
  #new-menu-upper ul li+li+li+li+li+li
{
    border-right:0px !important;
}



.menu-wrapper 
{
    position:absolute;
    left:140px; 
}

/*style the shopping cart icon*/
div#miniCart
{
    color: Black;
    display: none;
    position: absolute;
    right: 165px;
    top: 0;
    width: 250px;
}

div#miniCart a
{
    color:Black !important;
}


/*style the  cart stuff parent div*/
div.cart-search {
    position: relative;
    border: 0px solid red;
    top: 50px;
	   width: 400px;
}


/*style the search box*/
#Text1
{
    background-color: transparent;
    background-image: url("images/searchbg.png");
    border: 0 none;
    font-size: 10px;
    height: 23px;
    margin-right: -10px;
    padding-left: 3px;
    padding-right: 0;
    width: 130px;
}

input.searchButton {
    background-color: transparent;
    background-image: url("images/r0rrtl.png");
    position: absolute;
    left:133px;
}

form.topsearchform 
{
    right: 0;
    padding-right: 20px;
    position: absolute;
    top: 1px;
    width: 140px;
}

form.topsearchform input {
    vertical-align: top;
    
}


/*style the caption for the prom images*/
.contain_image {
    width: 310px;
    margin: 0; padding: 0;
    font: .75em/1.75em Verdana, sans-serif;
    position: relative;
    border:0px solid black;
}

/*don't need this rule unless you are on Blogger*/
.post img.captioned {
margin:0; padding: 0;
}

.contain_image p {
    background: url("images/sm9kie.png") repeat scroll 0 0 transparent;
    bottom: 0;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    height: 20px;
    left: 0;
    margin: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 290px;
}

table#ProductTable.cat-page
{
   margin-bottom:10px; 
}

/*JQtabs*/
table#JQtabs
{
    color: #0076BD;
    float: left;
    width:73%;
}

UL.tabNavigation {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

UL.tabNavigation LI {
    display: inline;
    margin-right:-1px;
}

div.SubCatNameWrapper a img {
    height: 159px;
    width: 310px;
}



UL.tabNavigation LI A.selected, UL.tabNavigation LI A:hover {
    background: url("images/tabs-bg-hov.png") repeat scroll 0 0 transparent;;
    color: #fff !important;
    padding-top: 6px;
}

UL.tabNavigation LI A {
    background: url("images/tabs-bg.png") repeat scroll 0 0 transparent;
    color: #000000;
    padding: 6px 15px;
    text-decoration: none;
    border: 1px solid lightgrey;
    height:20px;
}

div.prod-sku-wrapper {
    position: absolute;
    top: 250px;
    float:left;
}




table#test2 tbody tr td
{
    margin-left:20px;
}

/*STYLE THE CART SUMMARY*/

div#productCartInfo
{
    display: none;
    margin-bottom: 40px;
    position: relative;
    right: 0;
    visibility: visible;
}

div#productCartInfoContent
{
    background-color: #DEDEDE;
    border-left: 0 solid violet;
    border-radius: 0 0 7px 7px;
    height: 280px;
    padding-bottom: 14px;
    position: relative;
    top: 0;
    width: 237px;
}

input.AddToCartButton
{
 background: url("images/add-to-cart-bg.png") no-repeat scroll 0 0 #DEDEDE;
    border: medium none;
    cursor: pointer;
    font-size: 0;
    height: 33px;
    line-height: 22px;
    margin: 5px 4px 0;
    position: relative;
    text-indent: -9999px;
    width: 126px;
}

div#productCartInfoContent div
{
    position:relative;
    top:100px;
}

 div#productCartInfoContent div.StockHint {
    padding-left: 24px;
    position: absolute !important;
    top: 45px !important;
}

/*
div.StockHint {
    padding-left: 0;
    position: relative !important;
    top: 0 !important;
}*/

div#productCartInfoContent span span.variantprice
{
    bottom: 25px;
    color: red;
    font-size: 17px;
    padding-left: 20px;
    position: relative;
}

div.includingVAT {
    left: 22px;
    position: absolute !important;
    top: 49px !important;
}

span#plus-shipping
{
    font-weight: bold;
    left: 65px;
    padding-left: 20px;
    position: absolute;
    top: 49px;
    /*text-decoration:underline;*/
}

div#productCartInfoContent div form small,
div#productCartInfoContent input#Quantity
{
    bottom: 15px !important;
    color: black;
    font-size: 12px;
    padding-left: 20px;
    position: relative;
}

div#productCartInfoContent input.AddToCartButton
{
    margin-left: 53px;
    position: relative;
    top: 7px;
}

div#productCartInfoContent div.cart-contact-details
{
    color: Black;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}

/*position the icons*/
div#productCartInfoContent div.telephone img
{
    position:relative;
    padding-left:20px;
}

div#productCartInfoContent div.telephone p
{
    bottom: 18px;
    padding-left: 55px;
    position: relative;
    font-size: 11px;
}

div#productCartInfoContent div.email img
{
    position:relative;
    padding-left:20px;
}

div#productCartInfoContent div.email p
{
    bottom: 15px;
    font-size: 11px;
    padding-left: 55px;
    position: relative;
}

/*hide the stock message from the category page*/
table#ProductTable.cat-page tbody tr td div.StockHint
{
    display:none;
}

ul#countrySelect ul li {
    border-right: 1px solid white;
    color: white !important;
    float: right;
    font-weight: bold;
    line-height: 3px;
    padding: 3px 6px;
    text-transform: uppercase;
}

ul#countrySelect ul li a {
    color: white !important;
    text-decoration:none;
}

ul#countrySelect {
    border: 0 solid red;
    float: right;
    margin-bottom: 5px;
    margin-top: -14px;
    position: absolute;
    right: 1px;
    width: 500px;
}

ul#countrySelect li{
    border-right: 1px solid black;
    color: black !important;
    float: right;
    font-weight: bold;
    line-height: 3px;
    padding: 3px 6px;
    text-transform: uppercase;
}

ul#countrySelect li a {
    color: white !important;
    text-decoration: none;
}

div.shadow
{
    box-shadow: 6px 15px 20px #000000

    width: 960px;   
    /* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

/*position the product pic*/

div.lookup-image-wrapper div img.image-nav {
    border: 1px solid whitesmoke;
    border-radius: 7px 7px 7px 7px;
    float: left;
    margin-bottom: 5px;
    margin-left: 5px;
    width: 70px;
	/*behavior: url(jscripts/PIE.htc);
	position:relative;*/
}
div.divProductPic img {
    float: left;
    height: 301px;
    width: 588px;
}

input.AddToWishButton
{
   display:none;
}

.divProductPic {
border: 0 solid red;
    margin-bottom: 310px;
    padding-top: 30px;
}


/*position the images*/
div#productInfoGrid 
{
    background-color: #F5F5F5;
    border-left: 0 solid white;
    border-radius: 0 0 7px 7px;
    height: auto;
    padding-bottom: 10px;
    position: relative;
    top: 0;
    visibility: visible;
    width: 237px;
}

div#productInfoGrid img
{
    display: block;
    float: left;
    margin: 9px;
    padding-bottom: 9px;
    padding-left: 23px;
    padding-top: 10px;
}

div#prodEmbiggen
{
    /*float: left;*/
    padding-top: 8px;
    /*position:relative; right:280px; bottom:50px;*/
}

.divProductPic img  {
    float: left;
    width: 70px;
}

div.lookup-image-wrapper > div {
    border: 0 solid red;
    display: block;
    width: 500px;

}


form#CartForm
{
margin-right:5px;
margin-bottom:20px
}

div#pnlOrderSummary
{
margin-bottom:10px;
}


div#new-menu-upper ul li.first_item_tm
{
border-radius:7px 0px 0px 7px;
behavior: url(jscripts/PIE.htc);
position:relative;
}

div#new-menu-upper ul li.last_item_tm
{
border-radius:0px 7px 7px 0px;
behavior: url(jscripts/PIE.htc);
position:relative;
border:0 !important;
}

ul.tabNavigation li a.first_item_tabs
{
border-radius: 10px 0 0 10px;
behavior: url(jscripts/PIE.htc);
position:relative;
border:0 !important;
}

ul.tabNavigation li a.last_item_tabs
{
border-radius: 0 10px 10px 0;
behavior: url(jscripts/PIE.htc);
position:relative;
border:0 !important;
margin-left: 2px;
}

div.icon
{
    background-image: url("images/video-thumb.png");
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 45px;
    left: 6px;
    position: relative;
    width: 57px;
}

div#prodEmbiggen a
{
float:left;
}



div.image-nav {
    border: 0px solid whitesmoke;
    border-radius: 7px 7px 7px 7px;
    float: left;
    margin-bottom: 5px;
    margin-left: 5px;
    position: relative;
    width: 70px;
}




div.icon embed
{
    display:none;
    position:relative;
    top:30px;
}

div.divProductPic embed
{
  height:301px !important;
  left:8px;
  position:absolute;
  top:289px;
  width:589px !important;
}


div#DescriptionArea embed
{
    DISPLAY:NONE;
}

div.SubCatNameWrapper
{
    display: inline;
    float: left;
    margin-bottom: 10px;
    position: relative;
    width: 32%;
}

form#AccountForm table tbody tr td table, div#Content table tbody tr td table
{
width:98%;
}

div#pnlOrderHistory
{
MARGIN-BOTTOM:20PX;
}
 
div.StockHint
{
    display:none;
}

#KeyLink a
{
	background-image:url("images/bluetriangle.png");
	background-repeat:no-repeat;
	color:black !important;
	padding-left:15px;
	text-decoration:none !important;
	padding:bottom:5px;
}

#KeyLinkContainer
{
	text-align:center;
}

#KeyLink
{
	width:auto;
}

/* === Base dropdown === */
.select,
select {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 44px;
  padding: 0 44px 0 12px;          /* space for the chevron on the right */
  font: 400 16px/44px system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: #2a2a2a;
  background-color: #fff;

  /* custom chevron (SVG) */
  background-image: url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%239aa3af'>\
  <path d='M5.23 7.21a.75.75 0 0 1 1.06.02L10 10.17l3.71-2.94a.75.75 0 1 1 .94 1.16l-4.2 3.33a.75.75 0 0 1-.94 0l-4.2-3.33a.75.75 0 0 1-.02-1.06z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px;

  border: 1px solid #d9d9d9;
  border-radius: 6px;

  /* remove native styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  transition: border-color .15s ease, box-shadow .15s ease;
}

/* Focus ring similar to the page */
.select:focus,
select:focus {
  outline: none;
  border-color: #8ab4f8;
  box-shadow: 0 0 0 3px rgba(84, 132, 255, .15);
}

/* Placeholder/“choose…” option */
select:required:invalid {
  color: #9aa3af;  /* grey like MM/DD/YYYY placeholders */
}
select option[value=""] {
  color: #9aa3af;
}

/* Disabled */
select:disabled {
  color: #9aa3af;
  background-color: #f7f7f7;
  cursor: not-allowed;
}

/* Make the options comfortable (supported in most browsers) */
select option {
  padding: 8px 12px;
}

/* Hide the default arrow in IE/Edge (legacy) */
select::-ms-expand {
  display: none;
}

/* Slim, light scrollbar for the open list (WebKit/Blink) */
select::-webkit-scrollbar {
  width: 8px;
}
select::-webkit-scrollbar-track {
  background: #f1f3f5;
  border-radius: 8px;
}
select::-webkit-scrollbar-thumb {
  background: #cfd4da;
  border-radius: 8px;
}
select::-webkit-scrollbar-thumb:hover {
  background: #b8bec6;
}

/* Small variant (optional) */
.select--sm {
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  padding-right: 40px;
}

/* Campingaz Spare Parts – responsive overrides
   Target the exact markup you shared, without editing HTML
   ------------------------------------------------------- */

/* 1) Container: kill the fixed 825px width & floats; use a simple grid */
#Panel1 > div[align="left"] {
  width: 100% !important;
  max-width: 1100px;           /* comfy max on desktop */
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1fr;  /* stack on mobile */
  gap: 16px;
}

/* Neutralise inline floats/widths on the two inner columns */
#Panel1 > div[align="left"] > div {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

/* Files panel: keep the scroll behaviour but make it flexible */
#Panel1 > div[align="left"] > div:nth-of-type(2) {
  max-height: none;
  overflow: visible;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px;
  background: #f8fafc;
}

/* 2) Form controls: full-width, touch-friendly */
#ddlParentCategory,
#ddlCategory,
#ddlProduct {
  width: 100% !important;
  max-width: 100%;
  padding: .65rem .75rem;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  font: inherit;
}

/* Space between steps */
#ddlParentCategory,
#ddlCategory,
#ddlProduct { margin: .35rem 0 1rem; }

/* 3) Tidy the “FilesToDownload” list */
#FilesToDownload { font-size: 0.95rem; line-height: 1.5; }
#FilesToDownload b { font-weight: 600; }
#FilesToDownload > div {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #eef2f7;
}
#FilesToDownload > div:last-child { border-bottom: 0; }
#FilesToDownload img { width: 18px !important; height: auto; display: inline-block; }

/* 4) Links */
a[href*="popup.aspx"] {
  display: inline-block;
  margin: 12px 0 24px;
  text-decoration: underline;
  word-break: break-word;
  display:none;
}

/* 5) Small niceties */
html { -webkit-text-size-adjust: 100%; }
*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; height: auto; }

/* 6) Desktop enhancements */
@media (min-width: 900px) {
  /* Two-column layout: form + files sidebar */
  #Panel1 > div[align="left"] {
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: start;
    gap: 24px;
  }

  /* Sidebar regains scroll at larger sizes */
  #Panel1 > div[align="left"] > div:nth-of-type(2) {
    max-height: 420px;
    overflow: auto;
  }
}

/* 7) Very wide screens: a bit more padding */
@media (min-width: 1200px) {
  #Panel1 > div[align="left"] { padding-left: 24px; padding-right: 24px; }
}

/* Remove border/background from the downloads area */
#FilesToDownload,
#FilesToDownload * {
  background: transparent !important;
  border: 0 !important;
}

/* If you also used the sidebar wrapper styles earlier, neutralise them too */
#Panel1 > div[align="left"] > div:nth-of-type(2) {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important; /* optional: if you want it flush */
}
