#mainLN_M {
	padding-right: 0;
	width: 785px;
}

body.success-details #rightCol {
	float: left;
	margin: 0;
	padding: 10px 0 0;
}


.infobox {
	margin: 0 !important;
	padding: 0px !important;
}


/* TYPOGRAPHY
======================================================================= */

#mainLN_M h2 {
	padding-right: 20px !important;
	padding-top: 16px !important;
}

object {
	display: block;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1.5em 18px;
}

object object {
	margin: 0;
}

#mainLN_M ul {
	list-style-type: disc;
	padding-left: 40px;
}

#mainLN_M li {
	background: none;
	color: #000;
	font-size: 12px;
	line-height: 1.5;
	margin: 0.25em 0;
	padding: 0;
}


/* COMMON CLASSES
======================================================================= */
/*
.box {
	background: #effaff;
	border: 1px solid #afe6ff;
	border-width: 1px 0;
	margin: 2.25em 20px;
	padding: 1.4166em 20px;
}
* html #content-inner div.box { padding-bottom: 0; padding-top: 0; }
* html #sidebar div.box { padding-bottom: 0; }

.box > h2:first-child,
.box > h3:first-child,
.box > p:first-child {
	margin-top: 0;
}

.box > p:last-child {
	margin-bottom: 0;
}

.box h3 {
	padding: 0 0 12px !important;
}
*/

.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.clearfix {
	display: block;
}
* html .clearfix { display: inline-block; height: 1%; }


/* FORMS
======================================================================= */

/* Layout
--------------------------------------------------- */

legend {
	display: none;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

form div.submit {
	clear: both;
}

div.box form {
	margin: 0;
}

/* Labels
--------------------------------------------------- */

label,
span.label {
	color: #222;
	font-size: 12px;
	font-weight: bold;
	display: block;
}

/* Fields
--------------------------------------------------- */

input.text,
input.title,
textarea,
select {
	margin: 0.3em 0;
}

/* Success Stories
--------------------------------------------------- */

#success-stories-form {
	margin: 0;
}

#success-stories-form ul {
	list-style-type: none !important;
	padding: 0 !important;
}

#success-stories-form li {
	background: none;
	float: left;
	margin: 0 !important;
	padding: 0 10px 0.75em 0 !important;
	width: 31%;
	width : 46%\9;
}

/*#success-stories-form li.extrawide {
	padding-right: 5px !important;
	width: 64.3%;
}*/

#success-stories-form input.text {
	width: 92%;
}

#success-stories-form select {
	width: 98%;
}

#success-stories-form .textbox {
	width : 23%\9;
}


/* LISTS
======================================================================= */

/* Success Stories List
--------------------------------------------------- */
/*
#success-stories-list {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

#success-stories-list li {
	background: none !important;
	border-bottom: 1px solid #ddd;
	float: left;
	margin: 0 0 0.75em !important;
	padding: 0 0 0.6666em !important;
	width: 100%;
}

#success-stories-list div.item {
	margin-left: 160px;
}

#success-stories-list div.logo {
	float: left;
	margin-left: -160px;
}
* html #success-stories-list div.logo { display: inline; overflow-x: hidden; }

#success-stories-list h3 {
	margin-bottom: 0.5em;
	padding: 0 !important;
}

#success-stories-list p.description {
	margin-bottom: 0.75em;
	padding: 0 !important;
}

#success-stories-list p.products {
	padding: 0 !important;
}
*/


/* COMPONENTS
======================================================================= */

/* Button
--------------------------------------------------- */
/*
p.button {
	margin: 1em 0 !important;
}

p.button a {
	background-color: #08c;
	color: #fff;
	font-weight: bold;
	line-height: 2.5;
	margin-right: 0.5em;
	padding: 0.5em 1em;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
* html p.button a:link { color: #fff; }
* html p.button a:visited { color: #fff; }
* html p.button a:hover { color: #fff; }
*/

/* Buttonlist
--------------------------------------------------- */

ul.buttonlist {
	list-style-type: none !important;
	margin: 1em 18px !important;
	padding-left: 0 !important;
}

ul.buttonlist li {
	background: #effaff url(../img/icons/button.gif) repeat-x !important;
	border: 1px solid #afe6ff;
	float: left;
	font-size: 12px !important;
	line-height: 1.5;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

ul.buttonlist a {
	background-position: 9px 50%;
	display: block;
	font-weight: bold;
	padding: 0.25em 1em;
}

ul.buttonlist a.icon-pdf {
	background-image: url(../img/icons/pdf.png);
	background-repeat: no-repeat;
	padding-left: 30px;
}

/* Callout
--------------------------------------------------- */

div.callout {
	background: #effaff;
	border: 1px solid #afe6ff;
	border-width: 1px 0;
	margin: 2.25em 20px;
	padding: 1.4166em 20px;
}
* html #content-inner div.callout { padding-bottom: 0; padding-top: 0; }
* html #sidebar div.callout { padding-bottom: 0; }

div.callout > h2:first-child,
div.callout > h3:first-child,
div.callout > h4:first-child,
div.callout > h5:first-child,
div.callout > p:first-child {
	margin-top: 0;
}

div.callout > p:last-child,
div.callout > ul:last-child,
div.callout > ol:last-child {
	margin-bottom: 0;
}

div.callout h3 {
	padding: 0 0 12px !important;
}

/* Jumplist
--------------------------------------------------- */

ul.jumplist,
ul.jumplist ul {
	list-style-type: none !important;
	padding: 0 !important;
}

ul.jumplist {
	margin: 1em 0 !important;
}

ul.jumplist ul {
	padding-left: 5px;
}

#box_topGEN ul.jumplist {
	margin-bottom: 0 !important;
	padding-bottom: 1em !important;
}

ul.jumplist li {
	background: url(../img/icons/jumpbullet.gif) no-repeat !important;
	line-height: 1.5;
	padding-left: 18px !important;
}

ul.jumplist li,
ul.jumplist ul,
#box_topGEN ul.jumplist li,
#box_topGEN ul.jumplist ul {
	font-size: 12px !important;
	margin: 0.25em 5px 0.25em 20px !important;
}

/* Paging
--------------------------------------------------- */

div.paging {
	margin-bottom: 1.5em;
	text-align: right;
}

div.paging-showing {
	float: left;
}

div.paging-list {
	display: inline;
}

div.paging-list a {
	border: 1px solid #9fe1ff;
	padding: 0.25em 0.5em;
	text-decoration: none;
}

div.paging-list a:hover {
	border: 1px solid #08c;
	text-decoration: none; /* IE6 fix */
}

div.paging-list span.here {
	background: #08c;
	border: 1px solid #08c;
	color: #fff;
	font-weight: bold;
	padding: 0.25em 0.5em;
}

/* Sortby
--------------------------------------------------- */

form.sortby {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	margin-bottom: 0.75em;
	padding: 0.4166em 5px 0.3333em 0;
	text-align: right;
}

form.sortby label {
	display: inline;
	font-weight: normal;
}

form.sortby select {
	margin: 0;
	/*width: 148px;*/
}
