/*------------------------------------------------------------------------------------
  Project: iPack Framework
  File: account.css
  Creator: Cory Perry (New Media - IPS Packaging)
  Created: 08/01/2012
======================================================================================
  This file styles all of the base design framework and style elements of
  iPack account section.
======================================================================================
  Last Updated: 11/27/2012  -- CP
--------------------------------------------------------------------------------------*/


/* 1. Account Styling 
--------------------------------------------------------------- */

ul.filter li {float: left; margin: 0; padding: 0;}
ul.filter li input#filter {margin: 0 6px 0 0;}

div#account-nav {width: 100%; padding: 8px 8px;
-moz-border-radius:6px;-webkit-border-radius:6px;
background: #f5f5f5; /* non css-3 browsers */
background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e5e5));
background: -moz-linear-gradient(top,  #f5f5f5,  #e8e5e5);}

#account-nav ul.sidenav {
	font-size: 12px;
	font-weight: bold;
}
#account-nav ul.sidenav li {
	margin: 0 0 6px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #cccccc;
}
#account-nav ul.sidenav li.last {border: none;}

dl.details dt {
	font-weight: bold;
	font-size: 13px;
}
p.instruct {
	font-size: 11px;
	line-height: 15px;
}

ul.accountLinkList {
	list-style: none;
	width: 100%;
	margin: 20px 8px 0 0 !important;
}
ul.accountLinkList li {
	list-style: none !important;
	font-size: 17px;
	font-weight: 800;
	padding: 8px 12px 12px 40px;
	background: url(/images/icons/info.png) no-repeat top left;
	border-bottom: 1px solid #ccc;
}
ul.accountLinkList li a {font-weight: bold; color: #fe971D;}

ul.accountLinkList li p {
	font-size: 12px;
	font-weight: normal;
	margin: 6px 0 0 0 !important;
	line-height: 18px;
}
