#productgroupImage {
  margin-bottom: 20px;
}
#simpleBasket {
  margin:1px 0 1px 0;
  background:#009FDC url(../GFX/simpleBasketBg.gif) left top no-repeat;
  color:#fff;
  font-size:93%;
}

#simpleBasket .content {
  margin: 0 0 0px 6px;
  padding: 8px 5px 10px 35px;
  height: 31px;
  background: url(../GFX/cartIcon.gif) left center no-repeat;
}
#simpleBasket .content a {
  color:#fff;
}
#content .reviewSummary h1,
.webshop #content h1.title,
.webshop #content .article h1 {
  color: #fff;
  background: url(../GFX/titleBgBlack.gif) top left no-repeat; /** TODO: Change file name to titleBg.gif **/
  padding: 5px 10px 7px;
  /*margin-left: -18px;
  margin-right: -18px;*/
}

.webshop #content h2.title {
  color: #000;
  background: url(../GFX/titleBgBlack.gif) -4px bottom no-repeat;
  padding: 5px 10px;
}


.webshop #content .text {
  font-size: 125%;
}

div.message {
  padding: 15px 10px;
  /*margin: 0 -18px 10px -18px;*/
  margin-bottom:10px;
  border: 1px solid #ccc;
  background-color: #ffffcb;
}

.webshop #content div.message p.error,
.webshop #content div.message p.feedback {
  margin-bottom: 0;
}

div.message .error {
  color: #f00;
}

/*******************
## PRODUCT STYLES ##
*******************/
/**
## start common webshop style ##
**/
/** TODO: Move this to COMMON STYLE, as it affects the whole website **/
.webshop #content .infoBox {
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.webshop #content .infoBox h1.title {
  margin: -15px -11px 12px;
}

.webshop #content .infoBox h2.title {
  margin: -15px -11px 10px;
}

/** TODO: this in not longer a override, make this work properly **/
.webshop #content form div.submit {
  float: right;
}

/** TODO: Change this to #checkout label and put in checkout common styles? **/
#paymentMethod label,
#deliverMethod label {
  margin-right: 15px;
}
/**
## end common webshop style ##
**/

/**
## start common product style ##
**/
#content .product, .classified {
  border-top: 1px dotted #a5a5a5;
}

#content .product.first {
}

#content .product .image {
  margin-right: 15px;
  margin-bottom:15px;
  border-style: solid;
  border-color: #eee;
}

#content .product .productno {
  color: #999;
}

#content .price {
  font-size: 126%;
}

#content .oldPrice {
  text-decoration: line-through;
}

#content .product .stock {
  color: #999;
}

#content .product form {
  width: auto;
}

#content .product form .amount,
#basketList .amount {
  width: 20px;
  margin-right: 10px;
  padding: 2px 0;
  text-align: center;
}
/**
## end common product style ##
**/

/**
## start product list style ##
**/
#content .product.list {
  position: relative;
  padding: 10px 0px;
  float:left;
  width:185px;
  margin:0 5px;
  height: 290px;
}

#content .product.list .image {
  border-width: 1px;
}

#content .product.list .image:hover {
  border-color: #ccc;
}

#content .product.list h2 {
/*  position: absolute;
  top: 0.2em;
  left: 16.5%; */
  margin-bottom: 0;
}

#content .product.list p {
  margin-bottom: 0;
}

#content .product.list .productno {
  display: none;
}

#content .product.list .shortDescription {
  padding-top: 5px;
  clear:both;
}

#content .product.list .stock {
  font-size: 83%;
  color: #999;
}

#content .product.list .priceContainer {
  float: left;
  margin-bottom: 5px;
}

#content .product.list .oldPrice {
  text-decoration: line-through;
}

#content .product.list form {
  margin-bottom: 0;
  margin-right:30px;
  float:right;
}
/**
## end product list style ##
**/

/**
## start product category list style ##
**/
.productCategory #content .product.list {
  border-top: 1px dotted #a5a5a5;
  border-bottom: 0 none;
  position: static;
}

.productCategory #content .product.list.odd {
}

.productCategory #content .product.list.even {
}

.productCategory #content .product.list .image {
  float: none;
  margin-bottom: 0.8em;
}
#content .product.list a.imageLink {
  /*height:100px;*/
  display:block;
}
.productCategory #content .product.list h2 {
  position: static;
}

.productCategory #content .product.list .shortDescription {
  padding-top: 0;
  width: auto;
  clear:both;
}

.productCategory #content .product.list .priceContainer {
  position: static;
  clear: right;
  float: left;
  width: 67%;
}

.productCategory #content .product.list .price {

}

.productCategory #content .product.list .oldPrice {
}

.productCategory #content .product.list form {
  position: static;
  float: right;
  width: 33%
}
/**
## end product category list style ##
**/

/**
## start product detail style ##
**/
#content .product.detailed {
  border: 0 none;
}

#content .product.detailed h1 {
  /*margin-left: -18px;
  margin-right: -18px;*/
}

#content .product.detailed .gallery {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

#content .product.detailed .image {
  border-width: 3px;
  float: none;
}

#content .product.detailed .item {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}

#content .product.detailed .variants {
  border-collapse: collapse;
  margin-bottom: 10px;
}

#content table.variants label.variant {
  margin-right: 10px;
}

#content table.variants select.variant {
  width: auto;
  margin-bottom: 0;
  margin-right: 15px;
}

#content .product.detailed .shortDescription,
#content .product.detailed .description {
  clear: left;
}
/**
## end product detail style ##
**/

/**
## start shopping basket style ##
**/
#basketList,
#checkoutActions {
  width: 100%;
}
#basketList th {
  text-align: left;
  text-transform: capitalize;
}

#basketList th.headRemove {
  width: 8%;
}

#basketList th.headImage {
  width: 9%;
}

#basketList th.headName {
  width: 57%;
}

#basketList th.headAmount {
  width: 10%;
}

#basketList th.headPrice {
  width: 16%;
}

#basketList td {
  padding: 10px 0;
  border-top: 1px dashed #f0f0f0;
}

#basketList td.productName {
  vertical-align: top;
}

#basketList .removeItem,
#basketList .amount {
  display: block;
  margin: 0 auto;
}

#basketList h2 {
  margin-bottom: 0;
}

#basketList table.variants td {
  border: 0 none;
  padding: 0;
}

#basketList dl {
  text-align: right;
}

#basketList dl dt {
  color: #999;
}

#basketList dl dd {
  font-size: 150%;
}

#basketList .basketActions td,
#checkoutActions td {
  padding: 10px;
}

#basketList .basketActions td {
  background-color: #eee;
}

#checkoutActions td.checkout {
  text-align: right;
}
/**
## end shopping basket style ##
**/

/**
## start signin style ##
**/
#existingCustomer .infoBox,
#newCustomer .infoBox {
  height: 13.5em;
}
#existingCustomer {
  float: left;
  width: 278px;
  margin-right: 11px;
  /*margin-left: -18px;*/
}

#content #existingCustomer form fieldset {
  border: 0 none;
  padding: 0;
}

#existingCustomer form label {
  float: left;
  width: 37%;
  margin: 0 0 0.8em 0;
}

#existingCustomer form label.error {
  float: none;
  width: auto;
  margin: 0;
  display: block;
  font-size: 92%;
}

#existingCustomer form input.username,
#existingCustomer form input.email,
#existingCustomer form input.password {
  width: 60%;
  margin: 0 0 0.8em 0;
}

#existingCustomer form input.submit {
  float: right;
  margin-top: 10px;
}

#existingCustomer .getPassword {
  float: right;
}

#newCustomer {
  float: right;
  width: 278px;
  /*margin-right: -18px;*/
}

#newCustomer form input.submit {
  float: right;
  margin-top: 10px;
}
/**
## end signin style ##
**/

/**
## start register style ##
**/
#content #userForm fieldset {
  border: 0 none;
  padding: 0;
}

#content form.twoColumn label.block,
#content form.twoColumn label .block {
  float: left;
  width: 30%;
  margin-right: 0;
}

#content form.twoColumn input.default {
  width: 40%;
  margin-right: 0;
  margin-bottom: 8px;
}

#content form.twoColumn input.checkbox {
  margin-right: 15em;
}

#messageBubble {
  position: absolute;
  width: 155px;
  padding-left: 5px;
  background: url(../GFX/tipArrow.gif) 0 5px no-repeat;
  font-size: 92%;
}

#messageBubble .content {
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #ffffcb;
}
/**
## end register style ##
**/

/**
## start checkout style ##
**/
#content #checkout {
  margin: 0;
}

#content #checkout fieldset {
  border: 0 none;
  padding: 0;
}

#deliverTo ul {
  margin-bottom: 0;
  padding-left: 0;
}

#deliverTo ul li {
  list-style-type: none;
}

#deliverTo .deliveryAddress {
  float: left;
  width: 50%;
}

#deliverTo .paymentAddress {
  float: right;
  width: 50%;
}

#orderSummary {
  float: right;
  width: 26%;
}

#orderSummary dl {
  padding: 0 0.4em;
  line-height: 1.6em;
}

#orderSummary dt {
  float: left;
  width: 50%;
}

#orderSummary dd {
  float: right;
  width: 50%;
  text-align: right;
}

#orderSummary dd.total,
#orderSummary dt.total {
  font-weight: bold;
}

#paymentMethod,
#deliverMethod {
  float: left;
  width: 65%;
}

#paymentMethod h1.title,
#deliverMethod h1.title {
  background: url(../GFX/titleBgBlackM.gif) left top no-repeat;
}

#payInfoBox,
#deliverInfoBox {
  padding: 4px;
  margin-top: 1em;
  border: 1px dashed #f0f0f0;
}

#basketSummary {
  clear: left;
}

#content #completeButton {
  background-color: #3d9b35;
  height: 45px;
  border: 2px solid #ccc;
  color: #fff;
  padding: 0 6px;
  cursor: pointer;
}
/**
## end checkout style ##
**/

/**
## start receipt style ##
**/
#webshopOrder {
  margin: 0 ;
}

#webshopOrder h1 .first {
  float: left;
  width: 60%;
}

#webshopOrder h1 .last {
  float: right;
  width: 40%;
  text-align: right;
}

#webshopOrder .receipt {
  width: 100%;
  border-collapse: collapse;
}

#webshopOrder .receipt .separator {
  border-bottom: 1px solid #ebeaef;
}

#webshopOrder .receipt .odd {
  width: 50%;
}

#webshopOrder .receipt .even {
  width: 50%;
}

#webshopOrder .payer,
#webshopOrder .shipper,
#webshopOrder .orderDetails,
#webshopOrder .receiptSummary {
  margin-bottom: 1em;
}

#webshopOrder .orderDetails,
#webshopOrder .receiptSummary {
  margin-top: 1em;
}

#webshopOrder #basketList {
  margin-top: 2em;
}

#webshopOrder #basketList td.position {
  padding-right: 10px;
  padding-left: 10px;
}

#webshopOrder #basketList td.productId {
  text-align: center;
}

#webshopOrder #basketList td.productAmount {
  text-align: center;
}

#webshopOrder #basketList .last td {
  border-bottom: 1px dashed #f0f0f0;
}

#webshopOrder #basketList .summaryLines td {
  border: 0 none;
  padding: 2px 0;
}

#webshopOrder #basketList .summaryLines td.total {
  border-top: 1px solid #ebeaef;
  border-bottom: 1px double #ebeaef;
  font-weight: bold;
}

#webshopOrder #basketList .priceCell {
  text-align: right;
}

#webshopOrder .receiptArticle {
  margin-top: 60px;
  padding-top: 5px;
  border-top: 1px solid #ebeaef;
}

#content #orderTools {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#orderTools li {
  float: left;
}

#orderTools li a {
  margin-left: 20px;
}

#orderTools li.print {
  background: url(../GFX/print.gif) left top no-repeat;
}

/**
## end receipt style ##
**/

/**
## start account style ##
**/
#content #account {
  margin: 0;
}

#account div.message {
  margin-left: 0;
  margin-right: 0;
}

#userInfo table,
#billingInfo table,
#deliveryInfo table {
  border-collapse: collapse;
  width: 100%;
}

#userInfo table td.label,
#billingInfo table td.label,
#deliveryInfo table td.label {
  width: 25%;
}

#userInfo table td,
#billingInfo table td,
#deliveryInfo table td {
  padding: 5px;
}
/**
## end account style ##
**/



/**************
## PAGINATOR ##
**************/
#content .paginator {
  clear: both;
  margin-bottom: 20px;
  padding: 5px;
}

#content .paginator .prev {
  float: left;
}

#content .paginator .next {
  float: right;
}

#content .paginator .pages {
  margin: 0 50px;
  text-align: center;
}

#content .paginator .pages span {
  margin: 0 2px;
  padding: 3px 5px;
}

#content .paginator .pages span.active {
  background-color: #e2e2e2;
  color: #1f1f1f;
}

#content .paginator .pages a {
  text-decoration: none;
}

/*************
## CLEARFIX ##
*************/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
 }
/* End hide from IE-mac */

#webshopFooter {
  float:left;
  clear:both;
  padding-bottom:10px;
 }
#webshopFooter img{
  float:left;
  margin-right:5px;
 }
.contactinfo {
  color:#2A2A2A;
  margin:10px 0px;
}
.contactinfo span{
  font-weight:bold;
  display:block;
}
.classified .imageLink {
  display:inline;
  float:left;
  margin:5px 15px 10px 0;
  width:165px;
  height:105px;
}
.expires, .created {
 color:#888;
 font-size:75%;
}
h1.fieldset {
  margin:-33px -11px 12px;
}
#webshopSearchForm {
  margin-bottom:15px;
}