﻿/******** Header Area *********/
div#carticon
{	
	vertical-align:middle; 
    height:55px; 
    width:300px;
}

/* header area for Modify/Review/Submit */

.subhead1
{	
	font-size: 12px;
	font-weight: bold;
	padding: 10px 20px 10px 10px;		
	background: url(/LiteratureCenter/Image/Bullet.gif) no-repeat right;	
}
.subhead2
{	
	font-size: 12px;
	font-weight: bold;
	padding: 10px 25px 10px 10px;		
}
/******** Shopping Cart Grid *********/



/********Shipping Address & Order Completion*********/
.ShippingTable
{
	font-size: 12px;
}
.ShippingTable .Name
{
	text-align: right;	
	padding: 5px;
}
.ShippingTable TD
{

}
/* order completion message area */
.orderComplete
{
	font: bold small Arial;	
	color: #333333;	
	padding:4px 4px 4px 4px;
	margin:0px 0px 0px 4px;		
	text-align:center;
}
/* ship address hidden area */
#hiddencolumn 
{	 
	width:300px; 
}
/****************************************************/
.cartmessagelbl
{
	font-size: 12px;
}
/***************Shopping Cart Panel on the Right**************/
.checkout
{
	text-align:right;
}
.SideColumnCartClass TD
{
	border-bottom: solid 1px #e0e0e0;	
	padding: 1px 0 4px 0;
}

.CartPanel
{
	background-color:#f0f0f0;	
	padding: 10px;
}

.CartMessage
{
	font-size:small;
	font-weight:bold;		
	margin: 10px 0 0px 40px;
	color:Gray;
}

.CartTitle
{
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 10px 8px;
}
.CartButtons
{
	color:White;
	width:80px;
	background-color:#B4864C; 
	border-style:none;	
	height:18px;
	text-align: center;
	margin-left: 35px;
	cursor:hand;
	
}

/***********************************************************/