/* CSS custom intake Page */

#intake_item{
	float:left;
	width:880px;
	padding:0;
}
#intake_item dt{
	float:right;
	margin-top:10px;
	padding:0;
	font-size:120%;
	letter-spacing:1px;
	font-weight:bold;
	color:#2C2C2C;
	background:#eae9e7;
}

#intake_item dl{
	float:left;
	width:880px;
	margin:0 0 10px 0;
	padding:0;
	display:inline; /*IE double margin bug */
	background:#eae9e7 url(img/corner.jpg) no-repeat bottom right;
}
#intake_item dd{
	margin:0;
	padding:0;
	line-height:1.5em;
}

#intake_item dd.img img{
	float:left;
	margin:0 8px 0 0;
	padding:4px;
	background:#ccc
}

#intake_item .img img{
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	border-bottom:solid 1px #666;
	border-right:solid 1px #666;
	background:#ccc;	
}

#intake_item .alt{
	background:#fff;
}
#intake_item .alt_title{
	background:#fff;
}
#intake_item dt a{
	color:#2C2C2C
}
#intake_item .alt_title, #intake_item dt{
width:740px
}

/* Paypal Styles Only */
.intake_buynow{
float:right
}
#intake_item .view_cart dl{
padding:10px 0 5px 0;
margin:0 0 10px 0;
background:none;
border-bottom:dotted 1px #666
}
#intake_item .view_cart p{
margin-left:7px;
}
#intake_item table{
width:175px;
margin-right:10px;
background:#ccc
}
#intake_item p{
margin:0;
display:inline;
}
#intake_item .intake_buynow .cart_button{
margin:0 10px 0 0;
}
/* Paypal Styles Only End */