/*
## webshop.css - Contains style for product/webshop module
*/

/** TODO: Make this a common style (layout.css) */
#descripion .text {
  font-size: 125%;
}

#description{
  color:#606060;
  line-height:1.4em;
}

.stock, .price, .oldPrice{
  color:#606060;
  margin-bottom:5px;
}

#content .shortDescription{
  color:#606060;
  margin-bottom:10px;
}

.richText{
  color:#606060;
  margin-bottom:25px;
}

.error{
  color:red;
}

#auth .error {
  color:white;
}

li.print{
  list-style-type:none;
}

dl.attributes dd{
  margin-bottom:5px;
}

dl.attributes{
  color:#606060;
}

dl.attributes dt{
  float:left;
  margin-right:7px;
}

ul.commentList{
  list-style-type:none;
}

.signature{
  margin-right:20px;
  border:1px solid #606060;
}

.commentText{
  font-weight:bold;
}

.commentSign{
  font-weight:bold;
  color:#9c9c97;

}

.kommentar{
 clear:left;

}

.comments{
  color:#606060;

}

.comments li.comment{
  background:url(../GFX/comments.gif) top left no-repeat;
  list-style-type:none;
  height:40px;
  text-indent:35px;
  margin-bottom:10px;
}

ul.relation{
  padding:0;
}

ul.relation h4{
  clear:left;
}

ul.relation li{
  float:left; 
  margin-bottom:30px;
  display:block;
  margin-right:20px; 
  width:125px;
  height:160px;
}

ul.relation li img {
  margin-bottom:5px;
  border: 1px solid #bbb;
}

.persNr {
  padding: 10px;
}

#content .persNr p {
  margin-bottom: 3px;
}

.persNr label {
  display: block;
  margin-bottom: 10px;
}

#payCreditDelivery {
  xdisplay: none;
}

#shipToInfo{
  clear:left;
  margin-top:20px;
}

#payCODDelivery span,
#payCreditDelivery span {
  display: block;
  font-style: italic;
}

.prodStatus {
  xmargin-top: 10px;
  xmargin-right: 5px;
  xpadding: 5px 0px;
  color: #ABB400;
  display: block;
  clear: left;
}

.detailed .prodStatus {
  float: left;
  clear: none;
}

#deliverTo h4{
  font-size:1em;
  font-weight:bold;
}

/** ## Shopping Basket ## **/

#simpleBasket .content{
  background:none repeat scroll 0 0 #FFFFFF;
  margin:0 0 9px 0;
  padding: 0 0 20px 0; 
  border-bottom:1px solid #C0CCD9;
}

#simpleBasket h1{
  border-bottom:1px solid #C0CCD9;
  padding-bottom:5px;
}

#simpleBasket .basketLinks{
  margin-top:10px;
}

#simpleBasket a{
 color:#003663;
}

#simpleBasket .basketText{
  padding:5px;
  line-height:15px;
  background:#eee;
}

/** End Shopping Basket **/



/**
## start common webshop style ##
**/
#content .infoBox {
  xborder: 2px solid #ebeaef;
  padding: 10px;
  margin-bottom: 45px;
}

#content .infoBox h1,
#content .infoBox h2 {
  xborder-bottom: 1px solid #ebeaef;
  margin: -10px;
  xpadding: 0 10px;
  margin-bottom: 12px;
}

#content #checkout fieldset {
  border: 0 none;
  padding: 0;
}

#content #checkout h1,
#content #checkout h2 {
  color: #000000;
  background: #e2e2e2;
}

#content #checkout h1 {
  padding: 10px;
}

#content #checkout #basketList h2 {
  background: none;
}

#content #checkout #basketList h2 {
  background: none;
  padding: 0px;
  margin: 0px;
}

#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;
  display: block;
  margin-top: 5px;
}

#payInfoBox, #deliverInfoBox{
  margin-top:20px;


}

/**
## end common webshop style ##
**/

/**
## start common product style ##
**/
#content .buyContainer {
  width: 180px;
  float: left;
}

#content .listbox{
  float:left;
  width:220px;
}

#content .product.list {
  width: 455px;
  float: left;
  border-bottom:1px solid #e1e1e1;
}

#content .product.odd, #content .product.even{
  margin:20px 0 0;
}

#content .product.first {
  margin:0;
}

#content .product .button{
  padding:5px;

}

#content .product .imageContainer {
  float: right;
  margin-left: 10px;
  width: 150px;
  min-height: 30px;
}

#content .product .imageContainer img {
  margin: 0 auto;
}

#content .product .productno {
  color: #999;
}

#content .priceContainer{
  float:left;
  margin-right:10px;

}

#content .product .price,
#basketList .price {
}

#content .product .priceNew{
  font-size:130%;
  color:red;
  padding-bottom:5px;


}

#content .product form {
  width: auto;
  display:block;
  margin-top:20px;
}

#commentForm .product form{
  width:435px;
}

#content .product form .amount,
#basketList .amount {
  margin-right: 10px;
  padding: 5px 0;
  text-align: center;
  width:30px;
}
/**
## end common product style ##
**/

/**
## start product list style ##
**/
#content .product.list {
  position: relative;
  padding: 5px 0;
}

#content .product.list .image {
  float:left;
  margin: 0 20px 0 0;
  border: 1px solid #bbb;
}

#content .product.list .image:hover {
}

#content .product.list h2 a, #content .product.list h2{
  margin-bottom:3px;
  color: #003876;
  font-size: 1.1em;
}

#content .product.list .productno {
  display: none;
}

#content .product.list .description {
}

#content .product.list .price {
  margin-top: 0px;
}

#content .product.list form {
  margin-bottom: 0;
}
/**
## end product list style ##
**/

/**
## start product category list style ##
**/
.productCategory #content .product.list {
  border-top: 1px solid #eee;
  border-bottom: 0 none;
  position: static
}

.productCategory #content .product.list.odd {
  float: left;
  width: 50%;
}

.productCategory #content .product.list.even {
  float: right;
  width: 50%;
}

.productCategory #content .product.list .image {
  float: right;
  margin-bottom: 0.8em;
}
.productCategory #content .product.list h2 {
  position: static;
}

.productCategory #content .product.list .shortDescription {
  padding-top: 0;
  width: auto;
}

.productCategory #content .product.list .price {
  position: static;
  clear: right;
  float: left;
  width: 70%;
}

.productCategory #content .product.list form {
  position: static;
  float: right;
  width: 30%
}
/**
## end product category list style ##
**/


/**
## start product detail style ##
**/

#content .product.detailed {
  width: 470px;
  margin-top:10px;
}

#content .product.detailed h1 {
  font-size: 2em;
}

#content .product.detailed h2{
  color:#003876;

} 

#content .product.detailed .image {
  border: 1px solid #bbb;
  margin-bottom: 15px;
  margin-right: 20px;
  float: left;
}

#content .product.detailed .price {
  margin-bottom:5px;

}

#content .product.detailed .variants {
  border-collapse: collapse;
}

#content table.variants label.variant {
  margin-right: 10px;
}

#content table.variants select.variant {
  width: auto;
  margin-bottom: 0;
  margin-right: 15px;
}

#content .product.detailed .description {

}

#content .product.detailed #description {
  clear: left;
}

#content .product.detailed .buyContainer {
  float: left;
  width: 200px;
}

#tabs {
  width: 100%;
  display: block;
  list-style: none;
  padding-left: 0px;
  border-bottom: 1px solid #e2e2e2;
}

#tabs li {
  float: left;
  margin-right: 10px;
  background: url(../GFX/tab_bg.gif) top left no-repeat;
}

#tabs li a {
  color: #000;
  display: block;
  background: url(../GFX/tab_right.gif) top right no-repeat;
  padding: 7px 10px;
}

#tabs li.current {
  background: url(../GFX/tab_current_bg.gif) top left no-repeat;
}

#tabs li.current a {
  background: url(../GFX/tab_current_right.gif) top right no-repeat;
}

#description .tab {
  display: none;
}

/**
## end product detail style ##
**/

/**
## start shopping basket style ##
**/
#basketList,
#checkoutActions {
  width: 100%;
  border-collapse: collapse;
}

#basketList th {
  text-align: left;
  text-transform: capitalize;
}

#basketList th.headRemove {
  padding-left: 10px;
  width: 8%;
}

#basketList th.headImage {
  width: 9%;
}

#basketList th.headName {
  width: 57%;
}

#basketList th.headAmount {
  width: 10%;
  text-align: center;
}

#basketList th.headPrice {
  width: 16%;
}

#basketList td {
  border-top:1px dashed #F0F0F0;
  padding:10px 0 10px 0;
}

#basketList td.productName {
  vertical-align: top;
}

#basketList .removeItem,
#basketList .amount {
  display: block;
  margin: 0 auto;
  text-align: center;
}

#basketList .amount {
  width: 30px;
}

#basketList h2 {
  margin-bottom: 0;
}

#basketList table.variants td {
  border: 0 none;
  padding: 0;
}

#basketList .smallPrice {
  color: #bbb;
}

#basketList .basketActions input,
#checkoutActions input {
  margin-left: 10px;
}

#basketList .basketActions td,
#checkoutActions td {
  padding: 10px 10px 10px 0px;
}

#basketList .basketActions td {
  background-color: #eee;
}

#basketList .basketActions td.profiled {
  font-size: 150%;
}

#checkoutActions td.shopMore {
  font-size: 1.25em;
  /*font-weight: bold;*/
}

#checkoutActions td.checkout {
  text-align: right;
}
/**
## end shopping basket style ##
**/

/**
## start signin style ##
**/
#existingCustomer .infoBox,
#newCustomer .infoBox {
  height: 13.5em;
}
#existingCustomer {
  float: left;
  width: 49%;
  margin-right: 2%;
}

#existingCustomer form fieldset {
  border: 0 none;
  padding: 0;
}

#existingCustomer form label {
  display:block;
  width: 50%;
  margin: 0 0 5px 0;
}

#existingCustomer form label.error {
  float: none;
  width: auto;
  margin: 0;
  display: block;
}

#existingCustomer form input.username,
#existingCustomer form input.password {
  width: 67%;
  margin: 0 0 0.8em 0;
}

#existingCustomer form input.submit {
  float: left;
  margin-top: 10px;
}

#existingCustomer .getPassword {
  float: left;
}

#newCustomer {

  width: 49%;
}

#newCustomer form input.submit {
  float: right;
  margin-top: 10px;
}
/**
## end signin style ##
**/

/**
## start register style ##
**/
#content #register fieldset {
  border: 0 none;
  padding: 0;
}

#content form.twoColumn label.block,
#content form.twoColumn label .block {
  float: left;
  width: 40%;
}

#content form.twoColumn input.default {
  width: 40%;
  margin-right: 0;
  margin-bottom: 8px;
}

#content form.twoColumn input.checkbox {
  margin-right: 15em;
}

#content form .registerTextarea { width:40%; height:50px}

/**
## end register style ##
**/

/**
## start checkout style ##
**/
#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 dt{
  float:left;
  clear:both;
  margin-right:5px;
}

#orderSummaryGoods,#orderSummaryHandlingFee,#orderSummaryInvoiceFee,#orderSummaryTotal{
  display:block;
  margin-bottom:5px;

}

#paymentMethod,
#deliverMethod,
#orderSummary {
  float: left;
  width: 60%;
}

#paymentInfo,
#deliveryInfo,
#orderSummary {
  padding: 4px;
  margin-top: 1em;
  border: 1px dashed #f0f0f0;
}

#basketSummary {
  clear: left;
}

#content #basketSummary h2 {
  border-bottom: 0 none;
}
/**
## end checkout style ##
**/

/**
## start receipt style ##
**/
#webshopOrder h1 .first {
  float: left;
  width: 50%;
}

#webshopOrder h1 .last {
  float: right;
  width: 50%;
  text-align: right;
}

#webshopOrder .receipt {
  width: 100%;
  border-collapse: collapse;
}

#webshopOrder .receipt .separator {
  border-bottom: 1px solid #ebeaef;
}

#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;
}

.editAddress {
  display:block;
  left:-154px;
  position:relative;
  top:-17px;
}

/**
## end receipt style ##
**/
