﻿#cart				{ width: 100%; padding: 10px 0 0 0; }
#cart th			{ text-align: left; }
#cart th			{ background: #d5e9f2; border-top: solid 2px #0f81c8; border-bottom: solid 2px #0f81c8; } 
#cart th.first		{ border-left: solid 2px #0f81c8; }
#cart th.last		{ border-right: solid 2px #0f81c8; }
#cart .item td		{ border-bottom: dotted 1px #999; }
#cart input			{ font-size: 11px; }
