﻿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: 30px auto 0 auto;
    clear: both;
}

#bottom-logos, #Container
{
    width: 960px;
}

#Top_
{
    /*background: url(images/TopFiller.gif) repeat-x;*/
    background:#e41b13;
    height: 77px;
}

#logo a
{
	background-image: url(images/ColemanLogo.png);
	background-size:200px 95px;
	width:200px;
	height:95px;
	position:absolute;
	left:0px;
	top:24px;
	display:block;
}

#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, #CountrySelectList, #CountrySelectList *
{
	color:Black !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
{
    /*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;*/
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: -25px;
}




/*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%;
	padding-bottom:13px;
}



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: 25px;
	   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/ColemanSearchHover.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;
	/*line-height: 22px;*/
}

.contain_image p sup
{
line-height: initial;
}


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:-4px;
    
    
}



UL.tabNavigation LI A.selected, UL.tabNavigation LI A:hover {
    background: url("images/ColemanMenuHoverLower.png") repeat scroll 0 0 transparent;;
    color: #fff !important;
    padding-top: 7px;
}

UL.tabNavigation LI A {
    background: url("images/tabs-bg.png") repeat scroll 0 0 transparent;
    color: #000000;
    padding: 6px 15px;
    height: 14px;
    display: inline-block;
}

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: White !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: 15px;
}


/*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: 240px;
}

div#productInfoGrid img
{
    display: inline-block;
    float: left;
    height: 70px;
    margin: 5px;
    padding: 10px 6px 0 28px;
    width: 70px;
}

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: 695px;
}


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 10px 10px 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;*/
}
.first_item_tabs.last_item_tabs
{
border-radius: 10px 10px 10px 10px !important;
}

div.icon
{
    background-image: url("images/Video-Icon.jpg");
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 60px;
    left: 6px;
    position: relative;
    width: 60px;
	top: -8px;
}

div#prodEmbiggen a {
    display: none;
    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%;
	margin-right:12px !important;
}

div.CategoryTable
{
width:960px;
}

#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;
}