
#content .RWShopBasket {
   background-color: #fff;
}
#content .RWShopBasket td {
   text-align: left;
   vertical-align: top;
}
#content .RWShopBasket th {
   border: 1px solid #777;
/*   background-color: #6b754d;*/
   text-align: center;
   padding-top: 2px;
   padding-bottom: 2px;
}
#content .RWShopBasket th p {
   font-weight: normal;
   color: #666;
}
#content .RWShopBasket p {
   margin-top: 0px;
   margin-bottom: 0px;
}
#content .RWShopBasketField {
   font-family: Verdana, Arial, sans-serif;
   font-size: 80%;
}
#content .RWShopAddBasketStock {
   background-color: #b2c280;
   margin-top: 15px;
   margin-bottom: 20px;
   border-bottom: 5px #b2c280 solid;
}
#content .RWShopAddBasketStock th {
   background-color: #6b754d;
   text-align: center;
   padding-top: 2px;
   padding-bottom: 2px;
   border-bottom: 5px #b2c280 solid;
}
#content .RWShopAddBasketStock th p {
   font-weight: normal;
   color: #666;
}
#content .RWShopAddBasketStock td {
   text-align: left;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 2px;
}
#content .RWShopAddBasketStock p {
   margin-top: 0px;
   margin-bottom: 0px;
}
#content .RWShopAddBasketStockField {
   font-family: Verdana, Arial, sans-serif;
   font-size: 80%;
}
#content .RWShopPseudoButton a,
#content .RWShopPseudoButton a:visited {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   color: #666;
   text-align: center;
   text-decoration: none;
   padding: 1px 10px 2px 10px;
   background-color: #ddd;
   border-right: 1px solid #4a4a4a;
   border-bottom: 1px solid #4a4a4a;
   border-left: 1px solid #cecece;
   border-top: 1px solid #cecece;
   display: block;
}
#content .RWShopPseudoButton a:hover {
   color: #666;
   text-decoration: none;
   border-left: 1px solid #4a4a4a;
   border-top: 1px solid #4a4a4a;
   border-right: 1px solid #cecece;
   border-bottom: 1px solid #cecece;
}
#content .RWShopButton {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   color: #666;
   background-color: #ddd;
   border-right: 1px solid #4a4a4a;
   border-bottom: 1px solid #4a4a4a;
   border-left: 1px solid #cecece;
   border-top: 1px solid #cecece;
   cursor: pointer;
}
#content .RWShopButton:hover {
   border-left: 1px solid #4a4a4a;
   border-top: 1px solid #4a4a4a;
   border-right: 1px solid #cecece;
   border-bottom: 1px solid #cecece;
}
#content .RWShopMessage {
   text-align: center;
   color: #f00;
   font-weight: bold;
}
#content form {
   margin-bottom: 0px;
}

