/* CSS Document */

.floatRight{
float:right;
}

/* Knapper til Søg, varekort, varekurv, varekategori, ordrebekræftelse */
.button1{
clear:both;
float:left;
}

.button1NoFloat{
clear:both;
}

.button1Margin{
float:left;
padding-top:5px;
margin-right:5px;
}

a.button1:link, a.button1:active, a.button1:visited{
color:#000000;
font-size:11px;
font-weight:normal;
text-decoration:none;
cursor:pointer;
line-height:21px;
}

a.button1:hover  {
color:#000000;
}

a.bluebutton:link, a.bluebutton:active, a.bluebutton:visited,
a.blueLargebutton:link, a.blueLargebutton:active, a.blueLargebutton:visited,
a.blueMediumbutton:link, a.blueMediumbutton:active, a.blueMediumbutton:visited {
  color:#ffffff;
  font-weight:bold;
  line-height:23px;
}

a.blueLargebutton:link, a.blueLargebutton:active, a.blueLargebutton:visited {
  line-height:46px;
  font-size: 20px;
}

a.blueMediumbutton:link, a.blueMediumbutton:active, a.blueMediumbutton:visited {
  line-height:35px;
  font-size: 14px;
		
}

/* Knapper til check out, nyhedsbrev tilmelding */
.button2{
float:left;
}

.button2MarginLeft{
margin-left:5px;
float:left;
}

a.button2:link, a.button2:active, a.button2:visited{
color:#3A401E;
font-size:11px;
font-weight:bold;
text-decoration:none;
cursor:pointer;
line-height:21px;
}

a.button2:hover  {
color:#3A401E;
}

/* Alle blå knapper */
.buttonBlueLeftEnd{
/*clear:both;*/
width:10px;
height:23px;
float:left;
background-image:url(../img/buttonBlueLeftEnd.gif);
background-repeat:no-repeat;
}

.buttonBlueMiddle{
height:23px;
float:left;
background-image:url(../img/buttonBlueMiddle.gif);
background-repeat:repeat-x;
text-align:center;
}
.buttonBlueMiddleDark{
height:23px;
float:left;
background-image:url(../img/buttonBlueMiddleDark.gif);
background-repeat:repeat-x;
text-align:center;
}

.buttonBlueRightEnd{
width:10px;
height:23px;
float:left;
background-image:url(../img/buttonBlueRightEnd.gif);
background-repeat:no-repeat;
}

.buttonBlueLargeLeftEnd{
clear:both;
width:23px;
height:46px;
float:left;
background-image:url(../img/buttonBlueLargeLeftEnd.gif);
background-repeat:no-repeat;
}

.buttonBlueLargeMiddle{
height:46px;
float:left;
background-image:url(../img/buttonBlueLargeMiddle.gif);
background-repeat:repeat-x;
text-align:center;
}
.buttonBlueLargeMiddleDark{
height:46px;
float:left;
background-image:url(../img/buttonBlueLargeMiddleDark.gif);
background-repeat:repeat-x;
text-align:center;
}

.buttonBlueLargeRightEnd{
width:23px;
height:46px;
float:left;
background-image:url(../img/buttonBlueLargeRightEnd.gif);
background-repeat:no-repeat;
}

.buttonBlueMediumLeftEnd{
clear:both;
width:18px;
height:35px;
float:left;
background-image:url(../img/buttonBlueMediumLeftEnd.gif);
background-repeat:no-repeat;
}

.buttonBlueMediumMiddle{
height:35px;
float:left;
background-image:url(../img/buttonBlueMediumMiddle.gif);
background-repeat:repeat-x;
text-align:center;
}

.buttonBlueMediumRightEnd{
width:18px;
height:35px;
float:left;
background-image:url(../img/buttonBlueMediumRightEnd.gif);
background-repeat:no-repeat;
}

/* Grå knapper */
.button3{
margin-top:10px;
width:218px;
}

.buttonGreyLeftEnd{
clear:both;
width:9px;
height:20px;
float:left;
background-image:url(../img/buttonGreyLeftEnd.gif);
background-repeat:no-repeat;
}

.buttonGreyMiddle{
height:20px;
float:left;
background-image:url(../img/buttonGreyMiddle.gif);
background-repeat:repeat-x;
text-align:center;
}

.buttonGreyRightEnd{
width:9px;
height:20px;
float:left;
background-image:url(../img/buttonGreyRightEnd.gif);
background-repeat:no-repeat;
}

/* Alle Grønne knapper */
.buttonGreenLeftEnd{
clear:both;
width:5px;
height:22px;
float:left;
background-image:url(../img/buttonGreenLeftEnd.gif);
background-repeat:no-repeat;
}

.buttonGreenMiddle{
height:22px;
float:left;
padding-right: 3px;
background-image:url(../img/buttonGreenMiddle.gif);
background-repeat:repeat-x;
text-align:center;
}

.buttonGreenRightEnd{
width:22px;
height:22px;
float:left;
background-image:url(../img/buttonGreenRightEnd.gif);
background-repeat:no-repeat;
}

a.button3:link, a.button3:active, a.button3:visited{
color:#000000;
font-size:11px;
font-weight:normal;
text-decoration:none;
cursor:pointer;
line-height:17px;

}

a.button3:hover  {
color:#000000;
}

/*Venstre spalte: "Send en besked", "Tilmeld Nyhedsbrev"*/
a.buttonSendMessage:link, a.buttonSendMessage:active, a.buttonSendMessage:visited{
/*background-image:url(../img/buttonSendMessage.gif);*/
background-repeat:no-repeat;
width:150px;
padding-top:5px;
padding-bottom:5px;
color:#004A5C;
font-size:11px;
font-weight:bold;
text-decoration:none;
line-height:11px;
display:block;
}

a.buttonSendMessage:hover  {
color:#004A5C;
}

a.buttonSubmitNewsletter:link, a.buttonSubmitNewsletter:active, a.buttonSubmitNewsletter:visited{
background-image:url(../img/buttonSubmit.gif);
background-repeat:no-repeat;
width:150px;
padding-top:5px;
padding-bottom:5px;
color:#004A5C;
font-size:11px;
font-weight:bold;
text-decoration:none;
line-height:11px;
display:block;
}

a.buttonSubmitNewsletter:hover  {
color:#004A5C;
}


a.buttonWeeklyNewsletter:link, a.buttonWeeklyNewsletter:active, a.buttonWeeklyNewsletter:visited{
background-repeat:no-repeat;
width:160px;
height:24px;
padding-top:5px;
padding-bottom:5px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
text-decoration:none;
text-align:right;
line-height:11px;
display:block;
}

a.buttonWeeklyNewsletter:hover  {
color:#004A5C;
}




