/***** base *****/

* {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

body {
	font-family: Verdana, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0;
	/* text-align: center; */
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

p, blockquote, pre, td, th, ul, ol {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin-top: 0;
}

h4, h5, h6, #bd .breadcrumbs, #ft {
	font-size: 0.8333333333333334em;
	line-height: 1.8em;
}

h1, #hd h2 {
	font-size: 1.6666666666666667em;
	line-height: 0.9em;
	margin-bottom: 0.9em;
}

h2 {
	font-size: 1.3333333333333333em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
}

h3 {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

h4, h5, h6 {
	margin-bottom: 1em;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

fieldset {
	border: 0 none;
}

#layout {
	margin: 0 auto;
	text-align: left;
}

#hd:after, #bd:after, #ft:after, #hd .navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#hd, #bd, #ft, #hd .navigation {
	clear: both;
}

#ft {
	padding: 1.5em 30px;
}

#bd {
	overflow: hidden;
}

#main, #sidebar {
	float: left;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
	font-size: 0.9em;
	line-height: 1.4em;
	border-left: 1px solid #E0E0E0;
}

.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#hd .navigation {
	margin-left: 22px;
}

#hd .navigation li {
	float: left;
}

#hd .navigation li a {
	display: block;
	margin-right: 2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
	text-decoration: none;
	white-space: nowrap;
}

#hd-links {
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: right;
	margin: 12px 30px 5px 0;
}

#hd p, #hd h1, #hd h2, #hd h3, #hd h4, #hd h5, #hd h6 {
	padding: 18px 30px 0 30px;
}

#hd .search {
	font-size: 0.8em;
	margin-right: 30px;
}

#hd .search input {
	padding: 0;
	margin: 0;
}

#hd .navigation li a {
	font-size: .9em;
}

#hd .section {
	float: right;
	text-align: right;
	width: 50%;
	margin-bottom: 10px;
}

#hd .section.first {
	float: left;
	text-align: left;
}

#bd .breadcrumbs {
	border-bottom: solid 1px #E0E0E0;
	display: block;
	padding: 2px 30px;
}

#content {
	margin: 1.5em 30px;
}

#content .insert {
	border-bottom: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	margin: 1.5em -10px;
	padding: 0.75em 10px;
}

#sidebar .section {
	margin: 1.5em 10px;
}

#ft .section {
	float: right;
	text-align: right;
	width: 50%;
}

#ft .section.first {
	float: left;
	text-align: left;
}

#ft .navigation .weblinkset-weblinks, #ft .navigation ul, #ft .navigation li {
	display: inline;
}

#ft .navigation li {
	margin-left: 1em;
}

#ft p {
	margin: 0;
}

input, textarea {
	padding: 2px;
}

h1 .xrm-attribute, h2 .xrm-attribute, h3 .xrm-attribute, h4 .xrm-attribute, h5 .xrm-attribute, h6 .xrm-attribute {
	display: block;
}

div.copy ol {
	list-style: decimal outside;
	padding-left:1.5em;
	margin-left:0;
}

div.copy ul {
	list-style: disc outside;
	padding-left:1em;
	margin-left:0;
}

/***** Helpers *****/

div.clearfix { /* force container’s height to adjust to floated elements */
	clear: both; 
}

/***** login *****/

#login td {
	text-align: left;
}

#login label {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.8em;
	margin: 0 0 2px 5px;
}

#login .text {
	margin-bottom: 0.85em;
	width: 90%;
}

#login .error {
	font-style: italic;
	padding: 5px 0 0 0;
}

#login .validator {
	font-style: italic;	
}

#login .button {
	margin-top: 0.85em;
	float: left;
}

#login h2 {
	color: #003366;
}

#login #signup table {
	width: 400px;
}

#login #signup tr td:first-child {
	width: 135px;
	text-align: right;
	vertical-align: top;
	padding-right: 7px;
}

/***** Invite Confirmation *****/

#confirm-invite .button {
	margin-top: 1.5em;
	padding: 2px;
}

#confirm-invite .error {
	color: Red;
	padding: 8px 0;
	width: auto;
	font-weight: bold;
}

#confirm-invite .row {
	padding: 15px 0 0 0;
}#hd-links {
	margin: 3px 30px 5px 0;
}

/***** sidebar *****/

#sidebar .section {
	margin: 1.5em 20px 1.5em 20px;
}

/***** Contact Us Section *****/

.ContactUsSection {
	padding: 20px;
	margin-bottom: 5px;
}

.ContactUsTitle {
	font-size: 1.3em;
	color: #003366;
	font-weight: bold;
}

.ContactUsSecondTitle {
	color: #D1A536;
}

.ContactUsSection p {
	margin:0px;
}

.ContactUsSection .adxContactName {
	color:#003366;
	font-weight:bold;
	padding-bottom:2px;
}

.ContactUsSection .adxContactAddress {
	color:#666666;
	font-size:0.9em;
	padding-bottom:8px;
}

.ContactUsSection .adxContactEmail b {
	color:#003366;
	font-size:1.1em;
}

.ContactUsSection .adxContactEmail {
	color:#D1A536;
	font-size:0.9em;
}

.ContactUsSection .adxContactEmail a,.ContactsSection .adxContactEmail a:visited {
	color:#D1A536;
}

.ContactsSection .adxContactEmail a:hover {
	color:#D1A536;
	text-decoration:underline;
}

.ContactUsSection .adxContactPhone b {
	color:#003366;
	font-size:1.1em;
}

.ContactUsSection .adxContactPhone {
	color:#666666;
	font-size:0.9em;
}

/***** Products Section *****/

.ProductsSection {
	width:50%;
	font-size:0.7em;
	border-right:solid 1px #999999;	
	line-height:14px;
	padding:0px 0px 0px 0px;
}

.ProductsSection p {
	margin-bottom:10px;
}

.ProductsSection .ProductsTitle {
	font-size:18px;
	color:#003366;
	padding:0px 0px 10px 0px;
}

.ProductsSection .ProductsSecondTitle {
	color:#D1A536;
}

.ProductsSection ul.ProductListing {
	margin:0;
	padding:0;
	list-style: none;
}

.ProductsSection ul.ProductListing li {
	list-style: none;
	margin-bottom: 12px;
}

.ProductsSection .Summary {
	color:#666666;
	padding:0px 5px 0px 0px;
}

.ProductsSection .ProductTitle {
	font-size: 1em;
	padding:0px 5px 2px 0px;
	margin: 0 0 2px 0;
}

.ProductsSection .ProductTitle a, .ProductsSection .ProductTitle a:visited {
	font-weight:bold;
	color:#003366;
}

.ProductsSection .ProductTitle a:hover {
	font-weight:bold;
	color:#003366;
	text-decoration:underline;
}

.ProductsSection .ProductsMore a,.ProductsSection .ProductsMore a:visited {
	font-size:9px;
	font-weight:bold;
	color:#D1A536;
}

.ProductsSection .ProductsMore a:hover {
	font-weight:bold;
	color:#D1A536;
	text-decoration:underline;
}

/***** Home Page *****/

.home-toc {
	list-style:none;
	margin-left: 0px;
	font-size: 12px;
	list-style-position:inside;
	padding-left: 0px;
}

.home-toc li {}

.home-toc a {
	color: #003366;
	font-weight:bold;
}

.home-toc .display-date {
	margin-top: 5px;
	font-size: 11px;
}

.home-toc .summary {
	margin-top: 5px;
	font-size: 11px;
	margin-bottom: 10px;
}

.homeDivider {
	border-top:solid 1px #999999;
	padding-bottom:10px;
	margin-top:10px;
}

.HomeHeadingTitle {
	font-family:Verdana, Arial;
	font-size:18px;
	color:#003366;
	padding:10px 0px 10px 0px;
}

.HomeHeadingTitle .HomeSecondTitle {
	color:#D1A536;
}

.RecentNewsSection {
	width:50%;
	font-size:0.7em;
	padding:0px 0px 0px 10px;
	line-height:14px;
}

.RecentNewsSection .RecentNewsTitle {
	font-size: 18px;
	color:#003366;
	padding:0px 0px 10px 0px;
}

.RecentNewsSection .RecentNewsSecondTitle {
	color:#D1A536;
}

.RecentNewsSection .adxTOCTitle {
	padding:0px 5px 2px 0px;
}

.RecentNewsSection .adxTOCDate {
	font-size:0.9em;
	color:#666666;
	padding:0px 0px 5px 0px;
}

.RecentNewsSection .adxTOCTitle a,.BusinessServicesSection .adxTOCTitle a:visited {
	font-weight:bold;
	color:#003366;
}

.BusinessServicesSection .adxTOCTitle a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#003366;
}

.RecentNewsSection .adxTOCSummary {
	color:#666666;
}

.RecentNewsSection  a.RecentNewsMore,.RecentNewsSection  a:visited.RecentNewsMore {
	font-size:9px;
	font-weight:bold;
	color:#D1A536;
}

.RecentNewsSection  a:hover.RecentNewsMore {
	font-weight:bold;
	color:#D1A536;
	text-decoration:underline;
}

/***** Page *****/

.adxParentTitle {
	font-size:1.0em;
	color:White;
	background-color:#003366;
	padding:42px 5px 5px 15px;
	font-weight:bold;
	margin-bottom:15px;
}

.adxTitle {
	font-size:0.95em;
	padding-bottom:10px;	
	color:#003366;
	font-weight:bold;	
}

.HeadingTitle {
	border-top:solid 1px #9B9B9B;
	font-size:1.1em;
	color:#003366;
	font-weight:bold;
	padding:5px 0px 15px 0px;
}

.HeadingTitle .SecondTitle {
	color:#D1A536;
}

.adxSectionSubhead {
	font-size:0.8em;
	font-weight:bold;
	color:#D1A536;
	margin:0px 0px 12px 0px;
}
.adxSectionCopy {
	font-size:0.70em;
	color:#666666;
	padding-bottom:14px;
	line-height:14px;
}

.adxSectionCopy p {
	margin-bottom:10px;
}

.adxSectionCopy .adxSectionMediaImage {
	padding:0px 10px 0px 10px;
}

.adxSectionCopy .adxSectionMediaCaption {
	font-size:0.8em;
	color:#999999;
	text-align:center;
	padding-top:5px;
	padding-bottom:10px;
}

.contentSection {
	font-size: 12px;
	color: #666666;
}

/***** Header links *****/

.HeaderSection {
	line-height: 3em;
	margin-left: 1em;
}

.HeaderSection, .HeaderSection a, .HeaderSection a:visited {
	display:inline;
	color:#D1A536;
}

.HeaderSection a:hover {
	color:#D1A536;
	text-decoration:underline;
}

.HeaderSection img {
	border:none;
}

.HeaderSection a {
	line-height: 3em;
}

.PrintSection a {
	background: url('~/xrm-adx/samples/images/printer.gif') no-repeat left center;
	padding-left: 20px;
}

.ShoppingCartSection a {
	background: url('~/xrm-adx/samples/images/cart.png') no-repeat left center;
	padding-left: 20px;
}

.LoginSection a {
	background: url('~/xrm-adx/samples/images/key.png') no-repeat left center;
	padding-left: 20px;
}

.LanguageSection {
	background: url('~/xrm-adx/samples/images/language.png') no-repeat left center;
	padding-left: 20px;
}

.PrintSection, .LanguageSection, .LoginSection {
	padding-right: 5px;
}

/** Sessions Page **/

div.session a {
	font-weight: bold;
}

ul.EventTags li {
	display: inline;
	margin: 0 0 0 3px;
}
/***** Manually Generated Forms *****/

.row:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}

.row {
	clear: both;
	margin-bottom: 5px;
}

.field {
	float: left;
	width: 300px;
	margin-right: 25px;
}

.field label {
	display: block;
	font-size: 0.8333333333333334em;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 2px;
}

.field input.text, .field select {
	padding: 2px;
	width: 91%;
}

.row.full .field input.text, .row.full .field select, .row.full .field textarea.text {
	width: 200%;
}

.actions .register-button {
	padding: 2px 4px;
}

fieldset {
	margin-bottom: 1.5em;
}

legend {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 10px;
}

/* Captcha */

.captcha-cell {
	font-family: Segoe UI, Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

.captcha-cell input[type=text] {
	margin: 5px 0 0 0;
	width: 175px;
}

.captcha-cell div.info {
	float: left;
	padding: 0 0 1px 0;
}

.captcha-cell div.control {
	clear: both;
}

.captcha-cell div.info label {
	float: left;
}

.captcha-cell div.info div.validators {
	margin: 0 0 0 3px;
	float: left;
	color: Red;
}

.captcha-cell div.info div.validators span {
	visibility: visible !important;
}/***** Styles for Forms generated by the CrmEntityFormView control *****/

/***** Supports one and two column forms *****/

.crmEntityFormView {
	margin: 15px 0 15px 0;
	padding: 7px 10px;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	background: #eff5fa;
}

.crmEntityFormView table.tab {
	width: 100%;
	font-family: Segoe UI, Tahoma, Arial;
	font-size: 12px;
}

.crmEntityFormView table.section {
	margin: 0 0 5px 0;
	width: 100%;
}

.crmEntityFormView table.section caption {
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	text-align:left;
	font-weight: bold;
	font-size: 13px;
	color: #3b3b3b;
}

.crmEntityFormView table.section caption.show-bar {
	border-bottom: 1px solid #c0c0c0;
}

.crmEntityFormView td.cell {
	width: 50%;
	padding: 0 0 10px 10px;
}

.crmEntityFormView table.section td.cell:first-child {
	padding: 0 10px 10px 0;
}

.crmEntityFormView table.section td.cell:last-child {
	padding-right: 0;
}

.crmEntityFormView td.cell div.info {
	float:left;
	padding: 0 0 1px 0;
}

.crmEntityFormView td.cell div.control {
	clear:both;
	padding: 0 5px 0 0;
}

.crmEntityFormView td.cell div.info.required label:after {
	content: ' *';
	color: red;
}

.crmEntityFormView td.cell div.info.required div.validators {
	display: none;
}

.crmEntityFormView td.cell div.info div.validators {
	margin: 0 0 0 3px;
	float: left;
	color: Red;
}

.crmEntityFormView td.cell label {
	float: left;
	font-weight: normal;
	font-size: 12px;
}

.crmEntityFormView td.cell input[type=text], td.cell select, td.cell textarea {
	float:left;
	font-family: Segoe UI, Tahoma, Arial;
	font-size: 12px;
	color: #000;
	width: 100%;
}

.crmEntityFormView td.cell input, td.cell select {
	padding: 2px;
}

.crmEntityFormView td.cell div.control span.checkbox {
	float: left;
}

.crmEntityFormView td.cell input[type=checkbox] {
	margin: 2px 0 2px 0;
}

.crmEntityFormView td.cell input[type=radio] {
	margin: 2px 0 2px 3px;
}

.crmEntityFormView td.datetime-cell input.date {
	width: 75px;
}

.crmEntityFormView td.datetime-cell select.time {
	width: 80px;
}

.crmEntityFormView td.empty-cell {
	display: none;
}

.crmEntityFormView td.web-resource-cell {}

.crmEntityFormView td.web-resource-cell iframe {}

.crmEntityFormView .validation-summary {
	margin: 0 0 5px 0;
	font-size: 13px;
	font-style: italic;
	color: Red;
}

.crmEntityFormView .validation-summary ul {
	margin: 0;
	list-style: none;
}/***** Polls *****/

.PollSection {
	padding: 20px 20px 20px 20px;
}

.PollSection .PollTitle {
	font-size: 1.3em;
	color: #003366;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

.PollSection .PollSecondTitle {
	color: #D1A536;
}

.PollSection .adxPollQuestion {
	font-weight: bold;
	color: #003366;
	margin-bottom: 10px;
	padding: 0px 5px 0px 0px;
}

.PollSection .adxPollQuestion p {
	margin: 0;
}

.PollSection .adxPollResponse {
	color: #666666;
	vertical-align: middle;
}

.adxPollBar {
	background-color: #003366;
}

.adxPollButton {
	color: White;
	font-weight: bold;
	border: none;
	background-color: #D1A536;
	margin-top: 10px;
	margin-bottom: 10px;
}

.adxPollViewLink {
	color: #D1A536;
}

.adxPollViewLink a, .adxPollViewLink a:visited {
	color: #D1A536;
	font-weight: bold;
}

.adxPollViewLink a:hover {
	color: #D1A536;
	font-weight: bold;
	text-decoration: underline;
}

.adxPollViewArchivesLink {
	color: #D1A536;
	clear: both;
}

.adxPollViewArchivesLink a, .adxPollViewArchivesLink a:visited {
	color: #D1A536;
	font-weight: bold;
}

.adxPollViewArchivesLink a:hover {
	color: #D1A536;
	font-weight: bold;
	text-decoration: underline;
}

.adxPollPercentage {
	color: #003366;
}

.adxPollResponseTotal {
	color: #003366;
}

.PollSection table {
	border-spacing: 0;
	border-collapse: separate;
}

.PollSection td {
	line-height: 1em;
}

.PollSection .adxEmptyRow td {
	line-height: .65em;
}

/****** Poll Archives Page ****************/

#PollArchives {
	clear: both;
	background-color: #EFEFEF;
	border: solid 1px silver;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#PollArchives ul li {
	
	list-style-type: none;
	color: #333333;
	padding: 3px 3px 3px 3px;
}

#PollArchives ul {
	margin-bottom: 10px;
}

#PollArchives .TotalLabel {
	color: #003366;
}

#PollArchives .Total {
	color: #003366;
	font-weight: bold;
	margin-left: 5px;
}

#PollArchives .Question {
	font-size: 1.0em;
	color: #003366;
	font-weight: bold;
	margin-bottom: 7px;
}

#PollArchives li .Count {
	font-size: 0.8em;
	color: #666666;
}

#PollArchives li .Bar {
	background-color: #003366;
	color: White;
	text-align: center;
	float: left;
}

#PollArchives li .Percent {
	font-size: 1.0em;
	color: #003366;
	font-weight: bold;
	width: auto;
	margin-left: 5px;
	float: left;
}

#PollArchives li .Response {
	clear: both;
}

.PollArchivesSeperator {
	height: 1px;
	width: 90%;
	background-color: #C0C0C0;
	margin-bottom: 10px;
}

.PollArchivesNoResponses {
	clear: both;
	color: #003366;
	font-style: italic;
	margin-left: 15px;
	margin-bottom: 5px;
}

.PollArchivesEmpty {
	clear: both;
	color: #003366;
	text-align: center;
	background-color: #EFEFEF;
	border: solid 1px silver;
	padding: 30px;
	margin: 70px;
}/***** Ads *****/

.AdSection {
	margin: 0 20px;
}
.adxAdSubhead {
	font-size: 0.8em;
	color: #003366;
	font-weight: bold;
	display: block;
	padding: 0px 15px 0px 15px;
}
.adxAdSubhead a, .adxAdSubhead a:visited {
	color: #003366;
}
.adxAdSubhead a:hover {
	color: #003366;
	text-decoration: underline;
}
.adxCaption {
	text-align: center;
	font-size: 0.6em;
	color: #003366;
	padding: 2px 8px 0px 8px;
	display: block;
}
.adxCaption a, .adxCaption a:visited {
	color: #003366;
}
.adxCaption a:hover {
	text-decoration: underline;
	color: #003366;
}
.adxCaption p {
	margin: 0px;
}
.adxADCopy {
	font-size: 0.7em;
	color: #999999;
	padding: 5px 10px 10px 15px;
	line-height: 14px;
}

.adxADCopy p {
	margin: 0px;
}

.adxAdLink img {
	border: none;
}

.Ad {
	margin: 5px 0 5px 0;
	text-align: center;
}
/***** Careers - Job Postings ****/

ul.crm-listing {
	list-style: none;
	margin: 0.25em 0 1.5em 0;
	padding: 0;
	color: #666;
}

#job-postings .posting {
	background-color: #eff5fa;
	border-bottom: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	margin: 1.5em -10px;
	padding: 0.75em 10px;
	clear: both;
}

.crm-listing {
	clear: both;
}

.crm-listing h4 {
	color: #003366;
	font-size: 12px;
	margin-bottom: 0.75em;
}

.crm-listing p {
	margin: 0.75em 0;
}

#job-postings .closingon {
	font-size: 12px;
}

#job-postings .closingon span {
	color: #003366;
}

#job-postings a.apply-link {
	display: block;
	font-weight: bold;
	text-align: right;
	margin-top: 1.5em;
	margin-bottom: 0.25em;
}

a.job-postings-feed {
	background: url("~/xrm-adx/samples/images/feed_add.png") no-repeat 7px 50%;
	display: block;
	margin: 12px 0;
	float: right;
	border: solid 1px #CCC;
	font-size: 0.85em;
	font-weight: bold;
	padding: 6px 10px 6px 30px;
}

a.job-postings-feed:hover {
	background-color: #EEE;
	text-decoration: none;
}

/***** Careers - Job Application ****/

#job-application fieldset {
	background-color: #eff5fa;
	border-style: none;
	border-bottom: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	margin: 1.5em -10px;
	padding: 0.75em 10px;
	clear: both;
}

#job-application fieldset ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#job-application fieldset label {
	color: #003366;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
}

#job-application fieldset ul li {
	margin-bottom: 10px;
}

#job-application fieldset ul input, #job-application fieldset ul textarea {
	width: 550px;
}

#job-application fieldset ul textarea {
	height: 100px;
}

#job-application fieldset ul select {
	width: 160px;
}

#job-application fieldset input.PostButton {
	margin: 5px 0;
}

#job-application fieldset #new-note {
	float: left;
	width: 260px;
}

#job-application fieldset #new-note label {
	background: url("~/xrm-adx/samples/images/note_add.png") no-repeat 0 50%;
	padding: 1px 0 2px 22px;
}

#job-application fieldset #new-note textarea {
	width: 100%;
	height: 122px;
}

#job-application fieldset #updatable-ticket-data {
	float: right;
}

#job-application fieldset #updatable-ticket-data label {
	padding-bottom: 2px;
}

#job-application fieldset #attachment label, #job-application fieldset #new-attachment label {
	background: url("~/xrm-adx/samples/images/attach.png") no-repeat 1px 1px;
	padding: 2px 0 2px 22px;
}

#job-application fieldset #attachment label {
	width: 223px;
}

#job-application fieldset #new-attachment label {
	width: 100%;
}

#job-application fieldset #new-attachment input {
	width: 440px;
}

#job-application .validation-marker {
	font-size: 0.7em;
}

#job-application .validation-message {
	font-size: 0.7em;
	margin-bottom: 1em;
	padding: 0.25em 1em 0.75em 1em;
	border-top: 1px solid red;
	background: #FFCCCC;
}

#job-application .validation-message li {
	margin: 0.1em 0;
	padding: 0;
}

#job-application p.message {
	margin: 1.5em 0 3em 0;
	font-size: 0.7em;
	color: #333;
}

#job-application .field-info {
	font-size: smaller;
	color: #666;
	font-weight: normal;
	font-style: italic;
}/***** Commerce *****/

#products, .shopping-cart-summary {
	color: #555;
	margin: 1.5em 0;
}

.shopping-cart-summary {
	padding: 10px;
}

#products h3, .shopping-cart-summary h3 {
	font-size: 14px;
	margin-bottom: 10px;
}

#product-list, .shopping-cart-summary .cart {
	list-style: none;
	margin: 0;
	padding: 0;
}

#product-list li, .shopping-cart-summary ul.cart li {
	list-style: none;
}

#product-list .product {
	position: relative;
}

#product-list .product, .shopping-cart-summary .cart .item, .shopping-cart-summary .total {
	border-top: solid 1px #CCC;
	clear: both;
	padding-top: 10px;
	margin-bottom: 10px;
}

#product-list .product, .shopping-cart-summary {
	font-size: 10px;
	line-height: 1.5em;
}

.shopping-cart-summary .total {
	text-align: right;
}

#product-list .product .add {
	position: absolute;
	right: 0;
	top: 10px;
}

.shopping-cart-summary .cart .item-actions {
	clear: both;
	font-size: 10px;
	text-align: right;
}

.shopping-cart-summary .cart .remove-item {
	color: Red;
}

.shopping-cart-summary .cart .quantity-and-price {
	float: right;
	margin: 0 0 5px 5px;
}

.shopping-cart-summary .cart .quantity, .shopping-cart-summary .cart .price {
	display: inline;
}

.shopping-cart-summary .cart .quantity input {
	text-align: right;
	width: 2em;
}

#product-list .product .sku {
	font-size: 10px;
}

.shopping-cart-summary .actions {
	margin-top: 10px;
	text-align: right;
}

.LeftColumn .shopping-cart-summary {
	border: solid 1px #999;
	font-size: 11px;
	padding: 0 12px 14px 12px;
}

.LeftColumn .shopping-cart-summary h3 {
	font-size: 12px;
}

.LeftColumn .shopping-cart-summary input {
	font-size: 11px;
}/***** Search *****/

.search-results ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.search-results li {
	margin-bottom: 1.5em;
}

.search-results li a {
	font-weight: bold;
}

.search-results li .title {
	text-decoration: underline;
}

.search-results li .fragment {
	margin: 0;
}

.search-results li .url {
	color: green;
	font-size: 0.833333em;
	font-weight: normal;
	line-height: 1.8em;
}

.search-results .querytext, .search-results .highlight {
	background-color: #FFFCAC;
	font-style: normal;
}

.search-results .search-result-pager {
	margin: 1.5em 0;
}

.search-results .search-result-pager a[disabled=disabled] {
	color: #aaa;
	text-decoration: none;
}
