/* Shopping basket and mailing list */

#subscribe {
	display:none;
  position : absolute ;
  margin : 0 ;
  border : none ;
  padding : 0 ;
  width : 200px ;
}

#basket {
float:right;
margin-top:6px;
}

#basket p {
font-size: 1em;
}

#basket p {

color:#666;
}

#basket p a {
color:#333;
text-decoration:underline;
}

#basket img {
vertical-align:middle;
margin-left:10px;
}


#basket {
  top : 10px  ;
  right :  165px ;
}

#subscribe {
  top :  10px ;
  right :  0px ;
}

#basket h2,
#subscribe h2 {
  margin : 0 ;
  border : none ;
  padding : 2px ;
  color : white ;
  background : #339900 url("large-tab-top.gif") no-repeat top left ;
  text-align : center ;
  font-size : 10px ;
  font-weight: normal;
  /* font-family : "Book Antiqua", Palatino, serif ;*/
}

#basket_wrapper {
  border : 1px solid #339900 ;
  text-align : center ;
}

#subscribe div {
  border : 1px solid #339900 ;
  /*padding : 11px 8px 10px 4px;*/
  text-align : center ;
  font-size: 8px ;
}

#subscribe #email {
  font-size : 8px ;
}

#subscribe_actions {
  background : #339900 ;
  padding: 2px;
}

#subscribe_actions input {
    border: none;
    background: none;
    color: white;
    font-size: 8px;
    padding: 0;
    margin: 0;
}

#subscribe_actions :link,
#subscribe_actions :visited {
  color : white ;
  text-decoration : none ;
}

#subscribe_actions :link:hover,
#subscribe_actions :visited:hover,
#subscribe_actions :link:active,
#subscribe_actions :visited:active {
  color : white ;
  text-decoration : underline ;
}



#basket_details {
  font-size : 8px ;
  padding : 1px 3px 2px 3px;
}

#basket_detail {color: black !important;}

#basket_actions {
  font-size : 8px ;
  padding : 4px 5px 4px 5px;
}

#basket_actions {
  background : #339900 ;
}

#basket_actions :link,
#basket_actions :visited {
  color : white ;
  text-decoration : none ;
}

#basket_actions :link:hover,
#basket_actions :visited:hover,
#basket_actions :link:active,
#basket_actions :visited:active {
  color : white ;
  text-decoration : underline ;
}
