/* ---------------------------------------------------------------------------------
   
   Auski - Basket Stylesheet 
   Author: Feris Technologies
   Website: www.feris.com.au 

--------------------------------------------------------------------------------- */
#sbasketbox { float: left; width: 600px; padding-left: 10px; }

#sbasket { border-collapse: collapse; font-size: 0.75em; border: solid 2px #143c7a; width: 100%; }
#sbasket th { background: #143c7a; text-align: left; color: #fff !important; }
#sbasket td, #sbasket th { padding: 5px 20px 5px 6px; color: #616161; }
#sbasket .item { width: 350px; }
#sbasket a { color: #666; }
#sbasket a:hover { color: #a11212; }

#sbasket .odd { background: #faf7f2; border-bottom: solid 1px #ebdfc9; }
#sbasket .even { background: #f2ebdd; border-bottom: solid 1px #ebdfc9; }
#sbasket .total { background: #143c7a; color: #fff; font-size: 1.35em; }
#sbasket .total td { color: #fff; }
#sbasket .totalT { font-weight: bold; color: #fecb00; margin-right: 10px; }
#sbasket .totalSm { font-size: 0.7em; }

#sbasket .qty { width: 30px; border: solid 1px #c4b69e; padding: 1px; font-size: 11px; }

#basketButtons { border-collapse: collapse; font-size: 0.75em; width: 100%; margin: 10px 0px; }
#basketButtons td { padding: 0px; }
#sbasket .continue { width: 190px; }
#basketButtons .checkout { margin-left: 10px; }
.buynow { text-align: right; float: left; width: 602px; }

#checkoutform { float: left; width: 580px; padding: 20px 0 10px 10px; }

#checkoutform ul { margin: 0 0 1.2em 0; padding: 0; }
#checkoutform ul li { background: url(../images/li-arrow.gif) no-repeat 0 center; padding-left: 14px; line-height: 1.3em; color: #4d4d4d; list-style-type: none; }
#checkoutform li a { color: #4d4d4d; }
#checkoutform li a:hover { color: #000; }