/*
Shopping Cart CSS

This css file controls the elements in the shopping cart only. The names of
id's and classes are defined by the sofware
Author: Johanna Cherry, http://www.cherrystudiosllc.com
Copyright Silverback Equipment
*/

.nav_block_title{
	color:#990000;
	background-color:#cecece;
	font-style:italic;
	font-size:15px;
	padding:5px;
	text-align:center;
}

.nav_block_content{
	margin-bottom:10px;
}

.bread_crumb_nav{
	font-size:11px;
}

.product_name{
	font-size:22px;
	padding-top:5px;
}

.cart_info_msg{
	font-size:15px;
	color:#661111;
	margin:5px;
}

.checkout_step_num, .checkout_step_pending{
	color:#666666;
	font-style:italic;
	font-weight:bold;
}

.checkout_step_done{
	color:#666666;
}

.checkout_step_active{
	color:#ffffff;
}
