﻿		#cart
		{
			text-align:left;
			float: left;
			width: 551px;
			margin-top:10px;
			
		}
		#cart h2
		{
			text-align:left;
			font-size: 12px;
			margin: 5px 0;
		}
		#cart h3
		{
			text-align:left;
			font-size: 12px;
			margin-bottom: 10px
		}

		#cart th, #cart td
		{
			padding: 2px 5px;
			border-collapse: collapse;
			background-color: #F7F7F7;
		}
		#cart td
		{
			background-color: #F7F7F7;
			padding: 2px 5px;
		}
		#cart th
		{
			padding: 4px 6px;
			font-weight:bold;
			color:#ffffff;
			background-color: #ff9933;
		}
		#cart table
		{
			width: 100%;
		}
		#cart th.cart_qty
		{
			text-align:center;
			width: 7em;
		}
		#cart th.cart_price
		{
			width: 7em;
		}
		#cart td.price
		{
			text-align:right;
		}
		#cart td.qty
		{
			text-align:center;
		}
		#cart td.white
		{
			background-color: #ffffff;
		}
		#cart a.print_link
		{
			display: block;
			text-align:right;
			background: #ffffff url(http://images.pharmaventures.com/icon/icon_print.gif) center left no-repeat;
			width: 190px;
			height: 27px;
			float:right;
			padding-top: 4px;
			font-size: 16px;
		}
		#cart input, #cart textarea
		{
			width: 200px;
		}
		#cart #currencyForm input
		{
			width: auto;
			margin: 
		}
		#cart select
		{
			font-family: Verdana,Sans-Serif;
		}
		
		#cart #currencyForm
		{
			text-align:right;
		}
		#cart textarea
		{
			height: 100px;
		}
		#cart a
		{
			font-weight: bold;
		}

		#worldpay_strap td, #worldpay_strap th, #worldpay_strap tr
		{
			background-color: transparent;
		}

		#colCartSide
		{
			float: right;
			text-align: center;
			width: 167px;
		}
		#colCartSide div
		{
			text-align: left;
			border: 2px solid #f9f9f9;
			padding: 11px;
			height: 149px;
		}

		#colCartSide h3
		{
			font-size: 10px;
			font-weight: bold;
			margin: 0;
			color: #330066;
			border-bottom: 1px solid #efefef;
			padding: 0 0 11px 2px;
		}
		#colCartSide h4
		{
			font-size: 10px;
			font-weight: bold;
			color: #000000;
		}
		#colCartSide p
		{
			padding: 0;
			margin-bottom: 0;
			text-align: left;
		}
		#colCartSide a
		{
			font-weight: bold;
			color: #ff9933;
			text-decoration: underline;
			display: block;
		}
