/* ---------------------------------------------------*/
/*  SHOPPING CART                                     */
#WebshopShoppingCart {
    border-top: 1px dotted grey;
    border-bottom: 1px dotted grey;
    padding: 5px 0px 5px 0px;
}

#WebshopShoppingCart .amount{
    margin:0;
    padding:0;
}

#WebshopShoppingCart .sum{
    margin:0;
    padding:0;
    float: right;
    clear: left;
}

#WebshopShoppingCart .total{
    margin:0;
    padding:10px 0px 0px 0px;
    clear: both;
    float: left;
}

#WebshopShoppingCart .price{
    margin:10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
    float: right;
    border-top: 1px solid #8A8818;
    font-weight: bolder;
    color:#515010;
}

#WebshopShoppingCart .checkout{
    border-top: 1px dotted grey;
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
    clear: both;
}
#WebshopShoppingCart .checkout:hover{
    text-decoration: underline;
}

/*  WEBSHOP OVERVIEW                         */
#WebshopOverview {
    margin: 20px 0px 0px 0px;
}
#WebshopOverview  .ProductImageLink{
    float: left;
    margin: 10px 40px 0px 0px;
}

#WebshopOverview span {
    display: block;
}

#WebshopOverview .moreinfo {
    padding: 10px 0px 20px 0px;
}

#WebshopOverview .sum {
    float: left;
    padding: 0px 20px 0px 0px;
    font-weight: bold;
    color: #515010;
}

Input.WebShopAmountInput {
	text-align:right; 
	font-weight:bold; 
    border: 1px dotted #969aaa; 
	padding-right: 4px;
	font-size: 11px;	 
	padding-top: 2px;
	padding-bottom: 2px;
}
.standardlink {
    color: #515010;
}

/*  WEBSHOP PRODUCT DETAILS                    */
#WebshopDetails {
    padding: 10px 0px 0px 0px;
}
#WebshopDetails a{
    color: #515010;
}

table.WebshopDetail {
	font-family: 13px;
}

table.WebshopDetail tr.Header td, table.WebshopDetail tr.Footer td{
    background-color: #969AAA;
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
}

.WebshopDetailBottomRow {
	font-size: 12px;
	font-weight: bold;
	color:#515010;
}

.WebshopDetailPrice {
	font-size: 14px;
	font-weight: bold;
	color:#8A8818;
}

/*  WEBSHOP CHECK OUT                    */
.steps .current {
    font-weight: bold;
	color: #C4A332;
}

ul.ErrorList {
    
}

li.ErrorTitle  {
    list-style: none;
    color: red;
    font-weight: bold;
    list-style-type: none;
}

li.ErrorText {
    color: red;
    font-style: italic;
    list-style-type: none;
}

#conditions .Heading1 {
    font-weight: bold;
    font-size: 14px;
}
#conditions ol {
    padding: 0px 0px 0px 20px;
}




.WebshopOverviewProductName {
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;	
	text-decoration: none;
}

.WebshopOverviewProductName:hover {
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;	
	text-decoration: underline;
}

.WebshopOverviewGroupName, .WebshopOverviewGroupName a, .WebshopOverviewProductName, .WebshopOverviewProductName a{
	text-decoration: none;
    color: #515010;
}

.WebshopOverviewGroupName:hover, .WebshopOverviewProductName:hover {
	text-decoration: underline;
	color: #8A8818;
}





div.WebshopShoppingCart {

}
div.WebshopShoppingCart table{
    width: 100%;
    color: #d9dbe7;	
}

.WebshopShoppingCartHeader{
    color: #FFFFFF;	
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #bfc2cc;
	padding-left: 10px;
    padding-bottom: 5px;
}

.WebshopShoppingCart td, .WebshopShoppingCart a{
		
}




#waitdiv{
}

.WaitText{
	font-size: 14px;
	font-weight: bold;	
	font-family: verdana, arial, helvetica, sans-serif;	
}

.WaitTextMessage{
	font-size: 13px;
	font-weight: normal;	
	font-family: verdana, arial, helvetica, sans-serif;	
}

div.row {
  padding-top: 2px;
  height: 18px;
  align: center;
 }

div.row span.label {
  padding-top: 6px;
  font-size: 10px;
  font-weight: normal;	
  float: left;
  width: 110px;
  color: black;
  text-align: left;
  }

div.row span.labelreq {
  padding-top: 6px;
  font-size: 10px;
  font-weight: bold;
  float: left;
  width: 110px;
  color: red;
  text-align: left;
  }

div.row span.formw {
  float: right;
  width: 385px;
  text-align: left;
  }

div.row span.formwreq {
  float: right;
  width: 385px;
  color: yellow;
  text-align: left;
  }

.center{
	text-align: center;
}
  
.top {
	vertical-align: top;
}
  
.disinput {
    font-size : 10px;
    color : #626262;
    background-color : #BBBBBB;
    border : 1px solid #A4A4A4;
}

.CouponErrorText{	
    color: red;
    font-weight: italic;
}

.ProductTypeInput{
	font-size : 10px;
    color : #626262;
    background-color : White;
    border : 1px solid #A4A4A4;
	margin-bottom : 1px;
}

.typevalue{
	width : 250px;
}

.typevaluenumber{
	width : 150px;
}

.typevaluecost{
	width : 120px;
}
