@media (min-width:700px) and (max-width:955px) {

  /* --- SETUP THE PAGE ------------------------------------------------------------------------------------------ */

  #jar_template .page {
    margin: 0 auto;
    background-color: transparent;
    min-height: 600px;
  }
	#jar_template > .container {
		background: url(http://www.jarilo.co.uk/ebaystores2/sweetpot/listing/rlisting/images/pagebg.jpg); width: 100%; margin:0px auto 0px auto; background-color: #fff; background-attachment:fixed; background-position:top center; background-repeat:no-repeat;
	}
	#jar_template > .container > .container{
	background: url(http://www.jarilo.co.uk/ebaystores2/sweetpot/listing/rlisting/images/pagebg2.png); margin:0px auto 0px auto; background-position:top; background-repeat:repeat-y;
	}

  /* --- STYLE THE HEADER ---------------------------------------------------------------------------------------- */

  #jar_template .page .header {
    background: url(http://www.jarilo.co.uk/ebaystores2/sweetpot/listing/rlisting/images/header2.jpg) no-repeat top left;
    height: 189px; position: relative; margin-left: 10px; margin-right: 10px;
  }

  #jar_template .page .header .navbar {
    width: 100%;
    position: absolute;
		top:154px;
    line-height: 35px;
    height: 35px;
    background: no-repeat bottom right;
  }
  #jar_template .page .header .navbar .three-bars {
    display:none;
  }

  #jar_template .page .header .links {
    position: absolute; height: 35px;
    left: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  #jar_template .page .header .links > a {
    display: inline-block;
    font: bold 100% Arial, sans-serif;
    line-height:35px;
    padding: 0 22px;
    color: #fff;
    text-decoration: none;
  }

  #jar_template .page .header .links > a:hover {
    color: #fff;
  }

  #jar_template .page .header .search {
    position: absolute;
    right: 6px;
    height: 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height:35px;
	display:none;
  }


  #jar_template .page .header .search .entry {
    width: 180px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  display:none;
  }

  #jar_template .page .header .search .button {
    width: 30px;
    background: transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0 solid;
  display:none;
  }

  /* --- STYLE THE CONTENT AREA ----------------------------------------------------------------------------------- */

  #jar_template .page .content {
    clear:both;
    margin: 10px 10px 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  #jar_template .page .content .column:nth-of-type(1) { width: 24%; background-color: transparent; float:left; }
  #jar_template .page .content .column:nth-of-type(2) { width: 74%; float:right; }

  /* --- CATEGORY MENU ------------------------------------------------------------------------------------------- */

  ul.lev1, ul.lev1 li {
    list-style: none;
    text-decoration: none;
    display: block; overflow: hidden;
    padding: 0; margin: 0;
  }

  ul.lev1 li a {
    text-decoration: none; display: block; margin: 0;
    padding-left: 10px; font-family: Arial, Helvetica, sans-serif;
    font-weight: bold; color: #F10C95;
    font-size: 11px;
    background: url(http://www.jarilo.co.uk/ebaystores2/sweetpot/listing/rlisting/images/menuitembg.jpg) bottom;
    line-height: 30px;
  }

  ul.lev1 li a:hover {
    background: url(http://www.jarilo.co.uk/ebaystores2/sweetpot/listing/rlisting/images/menuitemhover.jpg) bottom;
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
  }
	
	  ul.lev2, ul.lev2 li {
    list-style: none;
    text-decoration: none;
    display: block; overflow: hidden;
    padding: 0; margin: 0;
  }

  ul.lev2 li a {
    text-decoration: none; display: block; margin: 0;
    padding-left: 10px; font-family: Arial, Helvetica, sans-serif;
    font-weight: bold; color: #000000;
    font-size: 11px;
    background: url(http://www.jarilo.co.uk/ebaystores2/sweetpot/listing/rlisting/images/menuitembgsub.jpg) bottom;
    line-height: 30px;
  }

  ul.lev2 li a:hover {
    background: url(http://www.jarilo.co.uk/ebaystores2/sweetpot/listing/rlisting/images/menuitemhoversub.jpg) bottom;
    color: #000;
    text-decoration: underline;
    font-weight: bold;
  }

  #jar_categories > div { padding: 0!important; }

  /* --- TAB PAGE AREA ------------------------------------------------------------------------------------------- */

#jar_tabs { position: relative;  min-height:130px; }

  #jar_tabs .tab .tab-header {
    position: absolute;
    width:100px;
    font: bold 120% Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 30px;
    color: #F10C95;
    text-align: center;
    cursor: pointer;
background: #fed3f2; /* Old browsers */
  }

  #jar_tabs .tab .tab-header:hover {
     background: #cd4a98; /* Old browsers */
    color: #fff;
    -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out;
  }

  #jar_tabs .tab .tab-page {
    background-color: #fff; position: absolute; top:30px; left: 0; padding: 10px; min-height:100px; width:100%;
    border: solid 1px #dfdfdf; display: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  #jar_tabs .tab:nth-child(1) .tab-header { top:0; left:0; }
  #jar_tabs .tab:nth-child(2) .tab-header { top:0; left:102px; }
  #jar_tabs .tab:nth-child(3) .tab-header { top:0; left:204px; }
  #jar_tabs .tab:nth-child(4) .tab-header { top:0; left:306px; }

  #jar_tabs .tab.active .tab-header {color: #fff; background: #ec078f; /* Old browsers */
background: -moz-linear-gradient(top,  #ec078f 0%, #f145ab 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec078f), color-stop(100%,#f145ab)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ec078f 0%,#f145ab 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ec078f 0%,#f145ab 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ec078f 0%,#f145ab 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ec078f 0%,#f145ab 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec078f', endColorstr='#f145ab',GradientType=0 ); /* IE6-9 */
}
  #jar_tabs .tab.active .tab-page { display: block; }
  #jar_tabs .tab.hidden { display: none; }
  .clear-both { clear:both; }
 #jar_banner {position:relative; top:10px; }
#jar_ourshop img { width:100%; }
#jar_paypal img { width:100%; }
#contactbox {display:inline !important; bottom:54px;}
}