/* Clear the margin */
html, body, #jar_template { margin: 0; }

/* Setup the overall font */
#jar_template { font-family: Arial, sans-serif; font-size:12px; }

/* You can set two layered backgrounds */
#jar_template .container { background: url(http://www.jarilo.co.uk/ebaystores2/sweetpot/listing/rlisting/images/pagebg.jpg); }
#jar_template .container.container {  }

/* Style the search box */
#shop_search_query, #shop_search_query_mobile { border: 0px white solid; }

/* Stop images surrounded by <a> tags from having a blue border in some browsers */
#jar_template a > img { border:0; }

/* Set the headers for each of the collapsible content beads */
#jar_template .column div h2 {
  font: bold 120% Arial, sans-serif;
  margin: 0;
  padding: 0 10px;
  line-height: 30px;
  color: #fff;
	position:relative;
	z-index:1;
	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 */

}

/* Add some padding to each inner cell div */
#jar_template .column > div > div { padding: 10px; }

/* Cells in the 2nd column have a border */
.column-cell-border > div {
  background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    margin-bottom: 10px;
}

/* Style the footer */
#jar_template .footer { background: url(http://www.jarilo.co.uk/ebaystores2/sweetpot/listing/rlisting/images/footer.jpg) no-repeat top left; height: 50px; }
#jar_template .footer .inner { background: url(http://www.jarilo.co.uk/ebaystores2/sweetpot/listing/rlisting/images/footer.jpg) no-repeat top right; height:100%; }

/* Style the footer jarilo banner */
#jar_banner { background: url(http://www.jarilo.co.uk/ebaystores2/sweetpot/listing/rlisting/images/jbanner.png) no-repeat top right; height: 35px; margin: 0 10px; position:relative; }
#jar_banner a { display: block; height:100%; width:200px; position:absolute; right:0px; text-decoration: none; }

/* White Description */
#jar_description div {
	position:relative;
	top:-10px;
	z-index:0;
}

form[name=search] {
	position:relative;
	width:186px;
}
form[name=search] .entry {
	position: absolute;}