
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* TEMPORARY STYLES for ECOMMERCE MOCKUP */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~ */
/* wider ORDER_NOW box*/
/* ~~~~~~~~~~~~~~~~~~ */
div#content {
/*	width: inherit;
*/	}
		
	/* ~~~~~~~~~~~~~~~~~~~ */
	/* Introduction column */
	/* ~~~~~~~~~~~~~~~~~~~ */
	div#col-introW {
		position: relative; /* Need to use relative positioning rather than margins due to Internet Explorer 6 bug */
		top: 20px;
		left: 70px;
		float: left;
		width: 230px;			
		margin-bottom: 0px;
		padding-bottom: 0px;
		border-bottom: 0px solid #ccc;
		} body > div#col-introW {width:190px;}
		div#col-introW p {
			line-height:1.8em;
			font-size:1.1em;
			}
		div#col-introW img {padding:0px 10px 0 75px; border-bottom:1px solid #ccc; margin-top:-10px;}	/* styles to add doctors img to the scripPlus advantage section */
		
	/* ~~~~~~~~~~~~~~~~ */
	/* Order Now column */
	/* ~~~~~~~~~~~~~~~~ */
	div#col-order-nowW {
		position: relative; /* Need to use relative positioning rather than margins due to Internet Explorer 6 bug */
		top: 7px;
		right: 65px;
		float: right;
		width: 390px;
		height: auto;
		margin-bottom: 20px;
		}			
		div#col-order-nowW div.header {
			width: inherit; 
			height: 54px;				
			overflow: hidden; /* Increase in size breaks design - not best solution */
			background: #171716 url(../../images/backgrounds/bg-col-390-header.jpg) no-repeat;
			}
			div#col-order-nowW div.header * {
				margin: 0;
				padding: 23px 21px;
				color: #fff;
				}
		div#col-order-nowW div.body {			
			padding: 13px 21px;
			background: #f8f7f5 url(../../images/backgrounds/bg-col-390-body.gif) repeat-y;
			}
			div#col-order-nowW div.body ul {
				clear: both;
				list-style-type: none;
				margin: 0;
				padding: 0;
				}
		div#col-order-nowW div.footer {
			width: inherit;
			height: 9px;
			overflow: hidden;
			background: #f8f7f5 url(../../images/backgrounds/bg-col-390-footer.gif) no-repeat;
			}
		
/* ~~~~~~~~~~~~~ */
/* ORDER NOW PAGE*/
/* ~~~~~~~~~~~~~ */

table#orderProducts {
	border:0; 
	margin-bottom:0; 
	padding-bottom:0px;	
	}
table#orderProducts td {	
	border-top:0px;
	}
table#orderOptions {
	border:0;
	}
table#orderOptions td {
	border-top:0;
	}	
table#orderOptions td.orderType {
	background-color:#f5f5f5;
	padding:10px;
	border:1px solid #ccc;
	}