.wipbasket {
  font-size : 12px;
}
.wipbasket img {
  border : 0px;
  margin : 0px 5px 0px 0px;
}
.wipbasket .dice {
  margin : 0px 5px 0px 5px;
}
.wipbasket form {
  margin : 0px;
}
.wipbasket form input {
 margin : 0px 0px 5px 0px;
}
.wipbasket form input.required {
  border : 1px #ff0000 solid;
}
.wipbasket h1 {
  margin : 0px;
  padding : 0px;
  font-size : 18px;
}
.wipbasket h2 {
  margin : 0px;
  padding : 0px;
  font-size : 16px;
}
.wipbasket h3 {
  margin : 0px;
  padding : 0px;
  font-size : 14px;
}
.wipbasket ul {
  padding    : 3px 0px 0px 0px;
  margin     : 0px;
  list-style : none;
}
.wipbasket li {
  padding       : 0px;
  margin        : 0px 0px 0px 0px;
  text-align    : left;
  font-size     : 12px;
  font-weight   : normal;
}
.wipbasket .clear {
  clear    : both;
  height   : 0px;
  overflow : hidden;
}
.wipbasket .description {
}
.wipbasket .subdescription {
}
.wipbasket .a:link, .wipbasket .a:visited {
}


.wipbasket .error {
  background : #cc0000;
  margin     : 5px 0px 5px 0px;
  padding    : 10px 10px 10px 10px;
  border     : 1px #880000 solid;
  color      : #ffffff;
}
.wipbasket .msg {
  background : #00aa00;
  margin     : 5px 0px 5px 0px;
  padding    : 10px 10px 10px 10px;
  border     : 1px #008800 solid;
  color      : #ffffff;
}
.wipbasket .msg ul, .wipbasket .error ul, .wipbasket .msg h4, .wipbasket .error h4 {
  padding : 0px;
  margin  : 0px;
}
.wipbasket .msg ul, .wipbasket .error ul {
  list-style : square;
  padding : 0px 0px 0px 20px;
}
.wipbasket .msg li, .wipbasket .error li {
  padding : 0px 0px 0px 0px;
  margin  : 0px;
}
.wipbasket .msg h4, .wipbasket .error h4 {
  font-size : 14px;
}




.wipbasket table {
  text-align:  left;
  width : 100%;
  border-collapse : collapse;
}
.wipbasket caption {
  font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #C1DAD7;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  padding: 0px 3px 0px 12px;
  width: 100%;	 
}
.wipbasket tr {

}
.wipbasket th {
  font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #4f6b72;
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  border-top: 1px solid #C1DAD7;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  padding: 3px 6px 3px 12px;
  background: #B7D7FE no-repeat;
}
.wipbasket th.first {
  border-left: 1px solid #C1DAD7;
}
.wipbasket th.nobg {
  border-top: 0;
  border-left: 0;
  border-right: 1px solid #C1DAD7;
  background: none;
}
th.spec {
  background: #fff url(/tools/wip_v4/img/bullet1.gif) no-repeat;
}

th.specalt {
  background: #fff url(/tools/wip_v4/img/bullet2.gif) no-repeat;
  color: #B4AA9D;
} 
.wipbasket td {
  font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  background: #fff;
  padding: 3px 6px 3px 12px;
  color: #4f6b72;
}
.wipbasket td.alt {
  background: #f5fafa;
  color: #b4aa9d;
}
.wipbasket td.first {
  border-left: 1px solid #C1DAD7;
}
.wipbasket tr.last td {
  background : #ffffcc;
}
.wipbasket td.blank {
  padding : 0px;
  border : 0px;
  background: #ffffff;
}
.clear {
  clear    : both;
  height   : 0px;
  overflow : hidden;
}


.wipbasket_mini {
  font-size : 12px;
}
.wipbasket_mini img {
  border : 0px;
}
.wipbasket_mini .dice {
  margin : 0px 5px 0px 5px;
}
.wipbasket_mini form {
  margin : 0px;
}
.wipbasket_mini form input {
 width : 95%;
 margin : 0px 0px 5px 0px;
}
.wipbasket_mini h1 {
  margin : 0px;
  padding : 0px;
  font-size : 18px;
}
.wipbasket_mini h2 {
  margin : 0px;
  padding : 0px;
  font-size : 16px;
}
.wipbasket_mini h3 {
  margin : 0px;
  padding : 0px;
  font-size : 14px;
}
.wipbasket_mini ul {
  padding    : 3px 0px 0px 0px;
  margin     : 0px;
  list-style : none;
}
.wipbasket_mini li {
  padding       : 0px;
  margin        : 0px 0px 0px 0px;
  text-align    : left;
  font-size     : 12px;
  font-weight   : normal;
}
.wipbasket_mini .clear {
  clear    : both;
  height   : 0px;
  overflow : hidden;
}
.wipbasket_mini .description {
}
.wipbasket_mini .subdescription {
}
.wipbasket_mini .a:link, .wipbasket_mini .a:visited {
}
.wipbasket_mini .error {
  background : #cc0000;
  margin     : 5px 0px 5px 0px;
  padding    : 10px 10px 10px 10px;
  border     : 0px #880000 solid;
  color      : #ffffff;
}
.wipbasket_mini .msg {
  background : #00aa00;
  margin     : 5px 0px 5px 0px;
  padding    : 10px 10px 10px 10px;
  border     : 0px #008800 solid;
  color      : #ffffff;
}
.wipbasket_mini .msg ul, .wipbasket_mini .error ul, .wipbasket_mini .msg h4, .wipbasket_mini .error h4 {
  padding : 0px;
  margin  : 0px;
}
.wipbasket_mini .msg ul, .wipbasket_mini .error ul {
  list-style : square;
  padding : 0px 0px 0px 20px;
}
.wipbasket_mini .msg li, .wipbasket_mini .error li {
  padding : 0px 0px 0px 0px;
  margin  : 0px;
}
.wipbasket_mini .msg h4, .wipbasket_mini .error h4 {
  font-size : 14px;
}
.wipbasket_mini table {
  width : 100%;
  border-collapse : collapse;
}
.wipbasket_mini tr {

}
.wipbasket_mini th {
  font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #4f6b72;
  border-right: 1px solid #35559E;
  border-left: 1px solid #35559E;
  border-bottom: 1px solid #35559E;
  border-top: 1px solid #35559E;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 6px 6px 12px;
  background: #B7D7FE;
  background-image:	url(/tools/wip_v4/img/bg_header.jpg) no-repeat;
}
.wipbasket_mini th.first {
  border-left: 0px solid #C1DAD7;
}
.wipbasket_mini td {
  font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  border-right: 0px solid #C1DAD7;
  border-bottom: 0px solid #C1DAD7;
  padding: 6px 6px 6px 12px;
  color: #4f6b72;
}
.wipbasket_mini td.first {
  border-left: 0px solid #C1DAD7; 
 }
.wipbasket_mini td.blank {
  padding : 0px;
  border : 0px;
  background: #ffffff;
}
.clear {
  clear    : both;
  height   : 0px;
  overflow : hidden;
}

