
div.cart-header { height:29px; }
div.cart-header div { margin:1px; padding:0 4px; background-color:#eee; line-height:27px; font-family:tahoma; font-size:11px; font-weight:bold; }
.cart-header .div-1 { float:left; width:280px; text-align:center; }
.cart-header .div-2 { float:left; width:50px; text-align:center; }
.cart-header .div-3 { float:left; width:50px; text-align:center; }
.cart-header .div-4 { float:left; width:50px; text-align:center; }
.cart-header .div-5 { float:left; width:55px; text-align:center; }

div.cart-item { height:24px; clear:both; border-bottom:1px sold #ccc; padding-bottom:10px; }
div.cart-item div { margin:1px; padding:0 4px; background-color:#eee; line-height:35px; font-family:tahoma; font-size:11px; }
.cart-item .div-1 { float:left; width:280px; line-height:18px; }
.cart-item .div-2 { float:left; width:50px; text-align:center; }
.cart-item .div-3 { float:left; width:50px; text-align:center; }
.cart-item .div-4 { float:left; width:50px; text-align:center; }
.cart-item .div-5 { float:left; width:55px; text-align:center; color:red; font-family:tahoma; font-size:14px; font-weight:bold; cursor:pointer; }

div.clear { clear:both; height:0; }

div.form { padding:4px 16px; }


/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}
/* Container */
#simplemodal-container {height:500px; width:600px; background-color:#fff; border:3px solid #ccc; padding:5px;}
#simplemodal-container a.modalCloseImg { background:url('x.png') no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:8px;}


.simplemodal-data {text-align:left;}

