/******************************************************************************/
/*  PADDYO.COM Shopping Cart Stylesheet                                       */
/*  Written 4/29/08     Modified                                              */
/*  (c)2008, Paddy O' Furniture. All rights reserved.                         */
/*                                                                            */
/*  LIME GREEN: rgb(165,177,49)                                               */
/*  ORANGE:     rgb(253,109,41)                                               */
/*                                                                            */
/******************************************************************************/

/******************************************************************************/
/* CART LAYOUT                                                                */
/******************************************************************************/

.checkout {
 color: #000000;
}

.nopcart {
 background: rgb(165,177,49);
 border: 1px;
 color: #ffffff;
}

.nopheader {
 background: rgb(165,177,49);
 color: #FFFFFF;
 padding-top: 10px;
 padding-bottom: 10px;
}

.nopheader strong {
 color: #fff;
}

.nopentry {
 background: #ccc;
 color: #000000;
 padding: 5px 0 5px 5px;
}

.nopentry input {
 background: #fff;
}

.noptotal {
 background: rgb(176,176,176);
 color: #000000;
 padding: 5px 0 5px 5px;
}

.nopentry strong, .noptotal strong {
 color: #000000;
}

.nopentry input.nopbutton {
 font-size: 11px;
 font-weight: bold; 
 background-color: rgb(137,163,33); 
 color: #FFF; 
 cursor: pointer;
 margin-right: 0px; 
 border: 1px outset;
 height: 22px;
} 
