/* CDC cart CSS */   
/* 2008.02.21 - kd draft */   

/* ------------- general positioning ------------- */  

#cart
{
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	text-align: left;	
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	width:100%;		
}
#cart_top{
	width:100%;	
	float: left;	
}
#cart_bottom 
{
	width:100%;	
	float: left;	
} 
#cart_head	{
	float: left;
	clear: left;
	vertical-align: bottom;
	min-width: 400px;
	width: 58%;
}
#cart_head img	{
	margin-bottom: 0;
	margin-top: 18px;
	padding: 0;
} 
#cart_user
{
	float: right;
	margin-top: 0;
	text-align: right;
	clear: right;
	width: 42%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	min-width: 290px;
}
#cart_content	{
	clear: both;
	max-width: 800px;
} 
#cart_buttons	{
	float: left;
	clear:left;
}
#cart_checkout	{
	float: right;
	clear:right;
}
#cart_footer
{
	clear: both;
	line-height: 1.4;	
	max-width: 800px;
	width: 100%;
	padding-top:25px;
}
             

/* ------------- table formatting ------------- */ 

#cart table
{
	color: #666;
	font-size: 1em;
}
#cart table.checkout_table td	{
	font-size: 90%;
	padding: 0 0 10px;
}
/* 03/13/08 #cart table.products	{
	margin: 18px 0 22px;
}*/
#cart .products
{
	margin: 18px 0px 0px;
}
#cart table.products td
{
	/* 03/18/08 border-bottom: 1px dotted #999;*/
	padding: 9px 0 10px;
}  
#cart table.products td.shipment	{
	border-bottom-width: 0px;   
	padding: 9px 0 2px; 
}
#cart table.products th	{
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	color: #666;
	font-size: 90%;
	font-weight: 700;
	padding: 7px 0 5px;
}
#cart td	{
	vertical-align: top;
}
#cart td.cart_message,.cart_message	{
	color: #9A0000;
}                 
#cart table.form_short	{
	padding: 25px 0 40px;
	width: 340px;
}
#cart table.form_long	{
	padding: 10px 0;
	width: 400px;
}
#cart table.form_long td	{
	padding: 2px 0 2px; 
	font-weight: 700;   
}
#cart table.form_short td	{
	padding: 9px 0 10px; 
	font-weight: 700;   
}


/* ------------- text styles -------------  */

#cart .bold	{
	font-weight: 700;
}  
#cart .dist_name
{
	font-weight: 700;
	font-size: 120%;
	color: #999;
	line-height:1.8;
}
#cart .dist_title
{
	font-weight: 700;
	font-size: 120%;
	color: firebrick;
	line-height: 1.8;
}
#cart .dv_Header
{
	font-weight: 700;
	font-size: 120%;
	color: firebrick;
}
#cart .dist_author
{
	font-weight: 700;
	font-size: 120%;
	color: dimgray;
	line-height: 1.8;
} 
#cart .normal	{
	font-weight: normal;
} 
#cart .cart_availability	{
	color: #999;
	font-size: 90%;
	font-style: italic;
	line-height: 1.5;
	/* 03/18/08 */
	border-bottom: 1px dotted #999;
}

/* 03/18/08 */
#cart .cart_copies	
{
	border-bottom: 1px dotted #999;
}
/* 03/18/08 */

#cart .cart_isbn	{
	color: #666;
	font-size: 92%;
	text-align: left;
}
#cart .cart_item	{
	color: #303464;
	line-height: 1.3;
	text-align: left;
	width: 380px;
	/* 03/18/08 */
	border-bottom: 1px dotted #999;
}                     
#cart .cart_item_shipment	{
	color: #303464;
	line-height: 1.3;
	width: 330px; 
	padding-left: 40px;
}
#cart .normal_item
{
	color: #303464;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
}
#cart .cart_small,a.cart_small:link	{
	color: #666;
	font-size: 90%;
	text-decoration: none;
}
#cart .cart_total	{
	color: #21237A;
	text-align: right;
	/* 03/18/08 */
	border-bottom: 1px dotted #999;
}
#cart .cart_total_full, #cart .cart_shipment_head	{
	color: #000166;
	font-weight: 700;
}   
#cart .cart_total_grand	{
	color: #000166;     
	font-size: 110%;
	font-weight: 700;
}  
#cart .cart_welcome	{
	color: #5C5B85;
	margin-bottom: 10px;
	margin-top: 0;
	text-align: right;
	padding-top:20px;
}
#cart hr
{
	height: 1px;
}                           


/*  ------------- cart_crumbs bar  ------------- */ 
/*span.cart_crumbs .label_current {
		vertical-align: top; 
		margin-top: 16px; 
		font-size: 1.1em;
		font-weight: bold;
		color:white;
		background: #313163;
		padding: 2px 4px;  
		display: inline-block;
}
span.cart_crumbs a {
		vertical-align: top;
		margin-top: 16px;
		font-size: 1.1em;
		font-weight:bold;
		text-decoration:none;
		padding: 2px 4px; 
		display: inline-block;
}
span.cart_crumbs a:link, span.cart_crumbs a:visited, span.cart_crumbs a:active {
		color: #fff;  
  		background: #cecece;
}
span.cart_crumbs a:hover {
		background: #313163;
}*/
/*--------------------*/
div.cart_crumbs .label_current {
		vertical-align: top; 
		margin-top: 16px; 
		font-size: 1.1em;
		font-weight: bold;
		color:white;
		background: #313163;
		padding: 2px 4px;
}
div.cart_crumbs a {
		vertical-align: top;
		margin-top: 16px;
		font-size: 1.1em;
		font-weight:bold;
		text-decoration:none;
		padding: 2px 4px;
}
div.cart_crumbs a:link, div.cart_crumbs a:visited, div.cart_crumbs a:active
{
	color: #6666aa;	
}
div.cart_crumbs a:hover 
{
	color: #fff;
	background: #313163;
}
.pager
{
	vertical-align: top;
	margin-top: 16px;
	font-size: 1.1em;
	font-weight:bold;
	text-decoration:none;
	padding: 2px 4px;
}
		

/*  ------------- form field styles -------------  */

#cart .cart_form input	{
	background: #fff;
	border: 1px solid #bababa;
	color: #333365;
	font-size: 100%;
	font-weight: 700;
	padding: 1px;
}  
#cart .cart_form input.quantity	{
	text-align: center;
}
select { 
	font-size: 11px;    
	text-indent: 8px;
	font-weight: normal;      
	color: #333; 
	padding: 1px;
	border: 1px solid #bababa;  
}         
#cart .cart_form input.flagged, #cart .cart_form select.flagged	{
	border: 1px solid red;
}
#cart .checkbox_same_as
{
	position: relative;
	margin-left: -3px;
	margin-bottom: 0px;
	display: inline-block;
}
#cart .checkbox_same_as input
{
	display: inline;
	clear: none;
	float: left;
}
#cart .checkbox_same_as span input
{
	width: 25px;
	clear: left;
	float:left;
}
#cart .checkbox_same_as span label
{
	width: 600px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;	
	text-align: left;
}


/*  ------------- link styles -------------  */

.cart_nav_links	{
	height: 20px;
}
.cart_nav_links a.checkout:link,.cart_nav_links a.checkout:visited	{
	display: inline-block;
	font: bold 12px Verdana,sans-serif;
	padding: 4px 9px;
	vertical-align: middle;
}
.cart_nav_links a:link,.cart_nav_links a:visited	{
	background: #333365;
	border: 1px solid #333365;
	color: #fff;
	display: inline-block;
	font: bold 10px Verdana,sans-serif;
	margin: 0;
	padding: 0.3em 1em;
	text-decoration: none;
	vertical-align: baseline;
}
.cart_nav_links a:hover	{
	background: #9a0000;
	border: 1px solid #9a0000;
	color: #fff;
	text-decoration: underline;
}
.cart_nav_links a:active	{
	background: #fff;
	color: maroon;
}
a.cart_user_links:link,a.cart_user_links:visited,a.cart_user_links:active	{
	background: #fff;
	border-bottom: 2px solid #ccc;
	border-top: 2px solid #ccc;
	color: #444;
	padding: 3px 8px;
	text-decoration: none;
}    
a.cart_user_links:hover	{
	text-decoration: underline;
} 

/* Additional styles */
#cart .cart_grid_footer
{
	border-top: 1px solid;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.cart_textbox
{
	background: #fff;
	border: 1px solid #bababa;
	color: #333365;
	font-size: 100%;
	font-weight: 700;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
}
#cart .dv_textbox
{
	background: #fff;
	border: 1px solid #bababa;
	color: #333365;
	font-size: 100%;
	font-weight: 700;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin-left: 10px;
	margin-right: 10px;
}
.cart_label
{
	background: #fff;
	color: #333365;
	font-size: 100%;
	font-weight: 700;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
}
#cart_BackCancel
{
	clear: left;
	float: left;
	padding-right: 20px;
	vertical-align: bottom;
	height: 28px;
	padding-top: 5px;
}
#cart .cart_subhead
{
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	color: #666;
	font-size: 90%;
	font-weight: 700;
	padding: 7px 0 5px;
}
#cart .text_subhead
{
	color: #666;
	font-size: 90%;
	font-weight: 700;
	padding: 7px 0 5px;
}
#cart .text_instruction
{
	line-height:18px;
	vertical-align:bottom;
}
#cart .text_grandtotal
{
	line-height:18px;
}
#cart .sum_grandtotal
{
	line-height: 18px;
	padding-bottom: 5px;
	border-bottom: #999 1px solid;
	background-color: #adf;
	padding-top: 5px;
	clear: both;
	overflow: auto;
	max-width: 800px;
	width: 100%;
	padding-right: 10px;
	padding-left: 5px;
}
#cart .text_item
{
	color: #303464;
	line-height: 1.3;
	text-align: left;
}
#cart .Address_Field_Long
{
	background: #fff;
	border: 1px solid #bababa;
	color: #333365;
	font-size: 11px;
	font-weight: 700;
	padding: 1px;
	width: 200px;
}
#cart .Address_Field
{
	background: #fff;
	border: 1px solid #bababa;
	color: #333365;
	font-size: 11px;
	font-weight: 700;
	padding: 1px;
	width: 160px;
}
#cart .Address_FieldM
{
	background: #fff;
	border: 1px solid #bababa;
	color: #333365;
	font-size: 11px;
	font-weight: 700;
	padding: 1px;
	width: 100px;
}
#cart .Address_Field_Short
{
	background: #fff;
	border: 1px solid #bababa;
	color: #333365;
	font-size: 11px;
	font-weight: 700;
	padding: 1px;
	width: 30px;
}
#cart .Address_DDL_Long
{
	background: #fff;
	border: 1px solid #bababa;
	color: #333365;
	font-size: 11px;
	font-weight: 700;
	padding: 1px;
	width: 205px;	
	margin-left: 0;
}
/*end*/
/*\*/
html*#cart .Address_DDL_Long {
[margin-left: -8px;
]margin-left: -8px;
}/*end*/
.dummyend[id]{clear:both;}

/*\*/
* html #cart .Address_DDL_Long {
margin-left: -8px;
}
/*end*/

#cart .cart_ddl
{
	background: #fff;
	border: 1px solid #bababa;
	color: #333365;
	font-size: 11px;
	font-weight: 700;
	padding: 1px;	
	margin-left: 8px;
}
/*end*/
/*\*/
html*#cart .cart_ddl {
[margin-left: 0px;
]margin-left: 0px;
}/*end*/
.dummyend[id]{clear:both;}

/*\*/
* html #cart .cart_ddl {
margin-left: 0px;
}
/*end*/

/*Ajax Control Style*/
#ModalPopup .modalBackground
{
	background-color: gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
#ModalPopup .modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.validatorCalloutHighlight
{
	background-color: white;
}
.unwatermarked {
	height:18px;
}

.watermarked {
	height:20px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	

.ccList
{
	width: 420px;
}

.ccList td input
{
	width: 35px;
	clear: left;
	float:left;
}
.ccList td label
{
	width: 60px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	vertical-align: top;
	text-align: left;
}
.ccList td
{
	width: 400px;
}
.ccList td label img
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	clear: right;
	float: left;
}
.rbtnList td input
{
	width: 25px;
	clear: left;
	float:left;
}
.rbtnList td label
{
	width: 600px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;	
	text-align: left;
}
.rbtnList td
{
	width: 100%;
	max-width: 700px;
	padding-top: 3px;
}
#cart table.form_cc	{
	padding: 10px 0;
	width: 650px;
}
#cart table.form_cc td	{
	padding: 2px 0 2px; 
	font-weight: 700;   
}
#cart table.form_cc td	{
	padding: 9px 0 10px; 
	font-weight: 700;   
}
 #eAccess a:visited 
{
	font-style: normal;
	color: #800080;
	line-height: normal;
	font-size: 125%;
}
#eAccess a a:link a:active
{
	font-style: normal;
	color: #00c;
	line-height: normal;
	font-size: 125%;
}
#iHeader
{
	font-weight: bold;
	font-size: 30px;
	font-family: Georgia;
	padding-left: 120px;
	color: #666666;
	padding-top: 8px;		
	white-space: nowrap;
	padding-bottom: 15px;
}
body
{
	background-color: lightgoldenrodyellow;
}
.bdTD
{
	border-bottom: gainsboro 1px solid;
	padding-bottom: 8px;
	padding-top: 28px;
}
#divHeader
{
	background-image: url(../images/phoenix.gif);
	background-position: left center;
	background-repeat: no-repeat;
	height: 78px;
}
.listTall li
{
 line-height: 16px;
}
