/* markup: Basket #10 */

h1 { font-size: 18px!important; }

table.basket { width: 100%; font-family: Verdana; color: #222222; font-size: 11px; }
table.basket td { padding: 3px 6px } 
table.basket .header, table.bask .total { background: #ebebeb; color: #333333 }

table.basket th { text-align: left; font-weight: bold; padding: 4px; } 

table.basket input { border: 1px solid #333333; color: #333333; padding: 2px 4px; background: white; font-size: 11px; font-weight: bold; } 

table.basket .price { font-weight: bold; } 
table.basket span.name { font-weight: bold; } 
table.basket .line td { padding-top: 10px; padding-bottom: 10px; border-bottom: 1px dotted #cccccc; } 

table.basket .info td { padding-top: 5px; padding-bottom: 5px; }
table.basket td#image { width: 65px; } 
table.basket select { font-size: 11px; margin: 5px 0px; }

table.basket input { margin: 3px 0; } 

table.basket .subtotal,table.basket .delivery-charge,table.basket .total { font-size: 13px; }
table.basket div.borderb { display: block; float: right; width: 250px; border-bottom: 1px #999999 dotted; border-top: 1px #999999 dotted; padding: 3px 0; }
table.basket div.border { display: block; float: right; width: 250px; border-bottom: 1px #999999 dotted; padding: 3px 0; }

div.message_error { color: red; font-weight: bold; font-size: 12px; padding: 5px; text-align: center; margin: auto;}
 div.message_info { color: #222222; font-weight: bold; font-size: 12px; padding: 5px; text-align: center; margin: auto;}



/* markup: Default subcategories markup #6 */

span.subcat { font-weight: bold; }


/* markup: Highlighted items box style 1 #25 */

table.sidebar#highlighted_items { padding: 0px; }                                                                  table.sidebar#highlighted_items td { padding: 0 5px; }                                                             table.sidebar#highlighted_items td.bottom { padding: 3px 0px 3px 3px; font-size: 9px; }                            table.sidebar#highlighted_items td.bottom a { text-decoration: none; }                                             table.sidebar#highlighted_items table { margin: 5px 0px 0px 0px; padding: 0; border-bottom: 1px solid #bbc6e0; }   table.sidebar#highlighted_items td.image,                                                                          table.sidebar#highlighted_items td.details { background-color: #f3f4f8; padding-top: 5px; }                        table.sidebar#highlighted_items td.image { padding: 0; }                                                           table.sidebar#highlighted_items td.image img { border: 1px solid #bbc6e0; }                                        table.sidebar#highlighted_items td.details { padding: 3px 2px 3px 0px; font-size: 10px; color: #636365; }          table.sidebar#highlighted_items td.details span.price { color: #cc0033; font-weight: bold; }                       table.sidebar#highlighted_items td.details a { font-size: 10px; color: black; }                                    table.sidebar#highlighted_items td.details a:hover { color: #636365; text-decoration: none; }                      



