#orderform-cac, #orderform {
	width: 720px;
}
#orderform h2 {
	clear: left;
    margin: 0 0 7px 0;
	padding: 16px 0 0 0;
}
#orderform-cac h2, #orderform h3 {
	color: #fff;
	font-size: 12px;
	padding: 3px 0 3px 5px;
	clear: both;
}
#orderform-cac h2 {
	background: #7f7976;
}
/* === Sub-Nav === */
.sub-nav {
	width: 160px;
	float: left;
	height: 170px;
	margin: 0 0 0 1em;
}
.sub-nav h2 {
	font-size: 14px;
	text-align: center;
	margin: 7px 0;
}
.sub-nav h2 a {
	text-decoration: none;
}
.sub-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sub-nav ul li {
	font-size: 10px;
	margin-bottom: 0;
}
.sub-nav ul li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: .25em .5em;
}

/* === Listings === */
.orderform-list {
	list-style-type: none;
	line-height:13px;
	margin: 0;
	padding: 0;
	/*overflow: auto;*/
}
.orderform-list > li { 
	float: left; 
	width: 350px;
	min-height: 211px;
	margin: 0 3px 20px 3px;
	padding: 0;
	border: 1px solid #ccc;
	font-size: 11px;
}
#orderform-cac .orderform-list h3, .orderform-list h4 {
	font-size: 12px;
	color: #000;
	margin: 3px 5px 0 88px;
}
.orderform-list p {
	margin: 3px 5px 0 88px;
}
#orderform-cac .orderform-list h3.new, .orderform-list h4.new {
	padding-top: 12px;
	background: url("/mglstatic/guaranty/images/new.gif") no-repeat top left;
}
#orderform-cac .orderform-list h3.updated, .orderform-list h4.updated {
	padding-top: 12px;
	background: url("/mglstatic/guaranty/images/updated.gif") no-repeat top left;
}
.orderform-list p span {
	display: block;
	font-style: italic;
}

/* === Preview Image === */
.preview {
	float: left;
	margin: 3px;
}
.preview a img {
	border: 1px solid #7f7976;
}
.preview span {
	display: block;
}
.preview span a {
	background: url("/mglstatic/guaranty/images/csbs_pdf.gif") no-repeat left center;
	font-size: 10px;
	padding: 0 0 0 16px;
}
#orderform-cac .preview span a {
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase;
}

/* === Order Box === */
ul.order {
	width: 350px;
	float: left;
	position: relative;
	margin: 5px 0 0 0;
	padding: 2px 0 3px 0;
}
.orderform-list ul.order li {
	clear: both;
	padding: 0 3px;
	list-style-type: none;
	line-height: 2.6;
	font-size: 9px;
	color:#333;
}
.order .code {
	float:right;
}
.order .quantity {
	float:right;
	margin: 0 5px 0 2em;
	vertical-align: middle;
}
.order .quantity input {
	vertical-align: middle;
}

/* === Packets === */
.packet li {
	width: 708px;
}
.packet h4, .packet p {
	margin-left: 5px;
}
.packet .preview {
	float: right;
	margin: 10px;
}
.packet .order li {
	width: auto;
}
.packet .order {
	width: auto;
	margin: 15px 0 5px 20px;
}
.packet p.includes {
	clear: left;
	margin: 0 0 12px 5px;
}
ul.packetList {
	list-style: none;
	margin: 7px 0 0 1.5em;
	padding: 0;
}
ul.packetList li {
	clear: left;
	/*width: 45%;
	float: left;*/
}
ul.packetList li.odd {
	clear: left;
	/*margin-right: 2%;*/
}

/* === IE Nonsense === */
* html .orderform-list li {
	float: left;
	width: 350px;
	height: 225px;
	margin: 0 3px 20px 3px;
	padding: 0;
	border: 1px solid #ccc;
	font-size: 11px;
}
* html .orderform-list li li {
	border: none;
	margin: 0;
	height: auto;
}
* html .orderform-list h4.new, * html .orderform-list h4.updated, * html #orderform-cac .orderform-list h3.new, * html #orderform-cac .orderform-list h3.updated {
	background-position: 3px 0;
}
* html .orderform-list p {
	display: inline-block;
}
* html #orderform a.jump {
	clear: both;
}
* html .packet .order {
	width: auto;
}
* html .packet .quantity {
	float: none;
}
* html .packet .order li {
	width: auto;
	float: none;
}
* html .packet li {
	width: 705px;
	padding-bottom: 5px;
}
* html .packetList li {
	/*width: 45%;*/
}
