/*
Shop header template
*/
ul.sectionList,
ul.siteMap {
  padding: 5px 20px;
}

li.selected a {
  font-weight: bold;
}

/*
Shop footer template
*/

/*
Shop section template
*/
div.section {
  
}

div.section div.sectionBox {
/*  clear: both;*/
  padding: 5px;
  min-height: 90px;
}

div.section div.sectionBox a.image {
  
}

div.section div.sectionBox a.image img {
  float: left;
  width: 70px;
  height: 70px;
  margin: 10px;
}

div.section div.sectionBox a.title {
}

div.section div.sectionBox div.summary {
  margin: 0 0 0 90px;
}

div.section div.sectionBox form {
  /*text-align: right;*/
}

div.section div.sectionBox form.static {
  text-align: left;
}

.grayed img {
  opacity: 0.35;
}

div div.weAccept {
  float: left;
  margin-top: 10px;
  font-weight: bold;
}

/* Checkout */
form#checkoutForm label span,
span.required {
  color: #900;
}

/*
---------------------------------------
product page
---------------------------------------
*/
/* only in here to show slider / overflow working */
div#subimages {
  width: 300px;
  height: 30px;
}

div#subimages img {
  float: left;
}

div#subimages img#leftScroll
{
  float: left;
}

div#subimages img#rightScroll
{
  
}

div#scroller {
  width: 150px;
  height: 30px;
  overflow: hidden;
  float: left;
}