/* ---------------------------------------------------------------------------------
   
   Capital 17 - Basket Stylesheet 
   Author: Feris Technologies
   Website: www.feris.com.au 

--------------------------------------------------------------------------------- */

#basket { border-collapse: collapse; font-size: 0.75em; border: solid 2px #a20303; width: 100%; }
#basket th { background: #a20303; text-align: left; color: #fff; }
#basket td, #basket th { padding: 5px 20px 5px 6px; }
#basket .item { width: 350px; }
#basket a { color: #666; }
#basket a:hover { color: #a20303; }

.odd { background: #faf7f2; border-bottom: solid 1px #ebdfc9; }
.even { background: #f2ebdd; border-bottom: solid 1px #ebdfc9; }
.total { background: #a20303; color: #fff; font-size: 1.35em; }
.totalT { font-weight: bold; color: #fecb00; margin-right: 10px; }
.totalSm { font-size: 0.7em; }

.qty { width: 30px; border: solid 1px #c4b69e; padding: 1px; font-size: 11px; }

#basketButtons { border-collapse: collapse; font-size: 0.75em; width: 100%; margin: 20px 0px; }
#basketButtons td { padding: 0px; }
.continue { width: 190px; }

#list_table { border-collapse: font-size: 0.75em; collapse; width: 100%; }
#list_table td, #list_table th { color: #666; font-size: 0.75em; padding: 5px 20px 5px 6px; }
#list_table .item { width: 350px; }
#list_table a { color: #666; }
#list_table a:hover { color: #a20303; }
#list_table h3 { font-size: 1.2em; margin: 0 0 0.3em 0; color: #a20303; }
