/* 
	ebaycareers - Main Stylesheet
	Debbie Foerst, UI Developer, debbie.foerst@tmp.com, TMP Worldwide, LLC
*/

@import "nav.css"; 

@media screen, projection {

	html, body, div, span, form, fieldset, legend, h1, h2, h3, h4, h5, h6, abbr { 
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: baseline;
	}

	body {
	font: normal 100%/1.4 Arial, Helvetica, sans-serif;
	color: #4f4f4f;
	}

	a:link,
	a:visited {
	color: #dc6134;
	text-decoration: underline;
	}

	a:hover {
	text-decoration: none;
	}

	h1, h2, h3, h4, h5, h6 {
	clear: both;
	padding: 0;
	margin: 10px 0;
	}

	h1 {
	font: normal 4.3636363em "Trebuchet MS", Tahoma, Arial, sans-serif; /* 48px / 11px */
	color: #fff;
	text-shadow: 1px 1px 4px #666;
	font-weight: normal;
	letter-spacing: -1px;
	}

	h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #dc6134;
	font-size: 1.4545454em; /* 16px / 11px */
	}

	h3 {
	font-size: 1.2727272em; /* 14px / 11px */
	}

	h4 {
	font-size: 1.1818181em; /* 13px / 11px */
	}

	h5 {
	font-size: 1.090909em; /* 12px / 11px */
	}

	h6 {
	font-size: 0.833333333; /* 10px / 12px */
	}

	object, embed {
	display: block;
	max-width: 100%;
	max-height: 100%;
	border: none;
	}

	input.submit, input.button, label {
	cursor: pointer;
	}

	input, textarea, select {
	font-family:  Arial, Verdana, Helvetica, Sans-Serif, Myuen;
	font-size: 0.75em; /* 12px / 16px */
	}

	/* Form and/or Page messages */

	.alert, .alert a {
	color: #c00;
	font-style: italic;
	text-decoration: none;
	}

	.alert a:hover {
	text-decoration: none;
	}

	.hide, .seo {
	display: none;
	}

	.show {
	display: block;
	}

	/* Used to accessibly hide elements (display: none may cause issues with screen readers) */

	.wai {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -999em;
	}

	/* First and last elements */

	.last, li.last a  {
	border-right: none !important;
	}
	
	/* ======== Hide Content for Tabs ====== */
	
	.ui-tabs-hide {
	display: none;
	}

	/* ====== Main Wrapper ====== */

	#page {
	position: relative;
	width: 97.80439%; /* 980px / 1002px */
	max-width: 980px;
	min-width: 980px; 
	margin: 0 auto;
	background: rgb(233,201,133); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5Yzk4NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iI2U5Yzk4NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2U0YzI4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iI2Q1YWM3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2E5NmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(233,201,133,1) 0%, rgba(233,201,133,1) 43%, rgba(228,194,128,1) 57%, rgba(213,172,112,1) 88%, rgba(211,169,110,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(233,201,133,1)), color-stop(43%,rgba(233,201,133,1)), color-stop(57%,rgba(228,194,128,1)), color-stop(88%,rgba(213,172,112,1)), color-stop(100%,rgba(211,169,110,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(233,201,133,1) 0%,rgba(233,201,133,1) 43%,rgba(228,194,128,1) 57%,rgba(213,172,112,1) 88%,rgba(211,169,110,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(233,201,133,1) 0%,rgba(233,201,133,1) 43%,rgba(228,194,128,1) 57%,rgba(213,172,112,1) 88%,rgba(211,169,110,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(233,201,133,1) 0%,rgba(233,201,133,1) 43%,rgba(228,194,128,1) 57%,rgba(213,172,112,1) 88%,rgba(211,169,110,1) 100%); /* IE10+ */
	background: linear-gradient(left, rgba(233,201,133,1) 0%,rgba(233,201,133,1) 43%,rgba(228,194,128,1) 57%,rgba(213,172,112,1) 88%,rgba(211,169,110,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9c985', endColorstr='#d3a96e',GradientType=1 ); /* IE6-8 */
	}
	
	/* ====== Main Wrapper - Working Here, About us, Opportunities section ======= */
	
	
	
	body#about-us #page,
	body#our-brands #page,
	body#locations #page,
	body#location-details #page,
	body#locations-listing #page,
	body#in-the-community #page,
	body#history #page,
	body#news-and-events #page,
	body#leadership #page,
	body#employee-referral-program #page,
	body#search #page,
	body#error #page   {
	background: #d7eca9; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3ZWNhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2Q3ZWNhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2Q0ZTlhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iI2QwZTY5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iI2NlZTM5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iI2NjZTI5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2NjZTA5OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iI2M4ZGU5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iI2NhZGU5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iI2M2ZGM5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2MwZDc4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMGQ3ODkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzJkOThiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left, #d7eca9 0%, #d7eca9 57%, #d4e9a6 65%, #d0e69e 72%, #cee39e 74%, #cce299 77%, #cce098 80%, #c8de95 82%, #cade96 83%, #c6dc91 86%, #c0d789 99%, #c0d789 100%, #c2d98b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d7eca9), color-stop(57%,#d7eca9), color-stop(65%,#d4e9a6), color-stop(72%,#d0e69e), color-stop(74%,#cee39e), color-stop(77%,#cce299), color-stop(80%,#cce098), color-stop(82%,#c8de95), color-stop(83%,#cade96), color-stop(86%,#c6dc91), color-stop(99%,#c0d789), color-stop(100%,#c0d789), color-stop(100%,#c2d98b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #d7eca9 0%,#d7eca9 57%,#d4e9a6 65%,#d0e69e 72%,#cee39e 74%,#cce299 77%,#cce098 80%,#c8de95 82%,#cade96 83%,#c6dc91 86%,#c0d789 99%,#c0d789 100%,#c2d98b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #d7eca9 0%,#d7eca9 57%,#d4e9a6 65%,#d0e69e 72%,#cee39e 74%,#cce299 77%,#cce098 80%,#c8de95 82%,#cade96 83%,#c6dc91 86%,#c0d789 99%,#c0d789 100%,#c2d98b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #d7eca9 0%,#d7eca9 57%,#d4e9a6 65%,#d0e69e 72%,#cee39e 74%,#cce299 77%,#cce098 80%,#c8de95 82%,#cade96 83%,#c6dc91 86%,#c0d789 99%,#c0d789 100%,#c2d98b 100%); /* IE10+ */
	background: linear-gradient(left, #d7eca9 0%,#d7eca9 57%,#d4e9a6 65%,#d0e69e 72%,#cee39e 74%,#cce299 77%,#cce098 80%,#c8de95 82%,#cade96 83%,#c6dc91 86%,#c0d789 99%,#c0d789 100%,#c2d98b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7eca9', endColorstr='#c2d98b',GradientType=1 ); /* IE6-8 */
	}

	body#working-here #page,
	body#culture-environment #page,
	body#employee-stories #page,
	body#benefits-perks #page,
	body#find-your-fit #page,
	body#innovation-current-projects #page,
	body#career-growth #page {
	background: #d8cfe4; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4Y2ZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iI2Q4Y2ZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2QzYzllMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iI2QwYzNkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2MyZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #d8cfe4 0%, #d8cfe4 54%, #d3c9e2 71%, #d0c3dd 82%, #ccc2dd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d8cfe4), color-stop(54%,#d8cfe4), color-stop(71%,#d3c9e2), color-stop(82%,#d0c3dd), color-stop(100%,#ccc2dd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #d8cfe4 0%,#d8cfe4 54%,#d3c9e2 71%,#d0c3dd 82%,#ccc2dd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #d8cfe4 0%,#d8cfe4 54%,#d3c9e2 71%,#d0c3dd 82%,#ccc2dd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #d8cfe4 0%,#d8cfe4 54%,#d3c9e2 71%,#d0c3dd 82%,#ccc2dd 100%); /* IE10+ */
	background: linear-gradient(left, #d8cfe4 0%,#d8cfe4 54%,#d3c9e2 71%,#d0c3dd 82%,#ccc2dd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8cfe4', endColorstr='#ccc2dd',GradientType=1 ); /* IE6-8 */
	}
	
	body#opportunities #page,
	body#technology #page,
	body#customer-service #page,
	body#executive #page,
	body#business #page,
	body#global-operations #page,
	body#seasonal-part-time #page,
	body#students #page,
	body#videos #page {
	background: #c8dcf4; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M4ZGNmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2M4ZGNmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iI2M3ZGNmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2M2ZGFmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg5JSIgc3RvcC1jb2xvcj0iI2I4Y2JlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiOGNiZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #c8dcf4 0%, #c8dcf4 52%, #c7dcf1 56%, #c6daf3 57%, #b8cbe9 89%, #b8cbe9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c8dcf4), color-stop(52%,#c8dcf4), color-stop(56%,#c7dcf1), color-stop(57%,#c6daf3), color-stop(89%,#b8cbe9), color-stop(100%,#b8cbe9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #c8dcf4 0%,#c8dcf4 52%,#c7dcf1 56%,#c6daf3 57%,#b8cbe9 89%,#b8cbe9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #c8dcf4 0%,#c8dcf4 52%,#c7dcf1 56%,#c6daf3 57%,#b8cbe9 89%,#b8cbe9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #c8dcf4 0%,#c8dcf4 52%,#c7dcf1 56%,#c6daf3 57%,#b8cbe9 89%,#b8cbe9 100%); /* IE10+ */
	background: linear-gradient(left, #c8dcf4 0%,#c8dcf4 52%,#c7dcf1 56%,#c6daf3 57%,#b8cbe9 89%,#b8cbe9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8dcf4', endColorstr='#b8cbe9',GradientType=1 ); /* IE6-8 */
		
	}
	
	/* ====== Header with Utility navigation ====== */
	
	.header {
	width: 100%;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 78%, #f6f6f6 86%, #e5e5e5 97%, #e0e0e0 98%, #dfdfdf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(78%,#ffffff), color-stop(86%,#f6f6f6), color-stop(97%,#e5e5e5), color-stop(98%,#e0e0e0), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 78%,#f6f6f6 86%,#e5e5e5 97%,#e0e0e0 98%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 78%,#f6f6f6 86%,#e5e5e5 97%,#e0e0e0 98%,#dfdfdf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 78%,#f6f6f6 86%,#e5e5e5 97%,#e0e0e0 98%,#dfdfdf 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#ffffff 78%,#f6f6f6 86%,#e5e5e5 97%,#e0e0e0 98%,#dfdfdf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-8 */
	border-bottom: 1px solid #fff;
	font-size: 0.625em; /* 10px / 16px */
	}
	
	.header img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	border: none;
	padding: 20px 40px 15px;
	}
	
	.header .utility-nav {
	position: absolute;
	width: 70%;
	top: 32px;
	right: 10px;
	color: #999;
	z-index: 1000;
	}
	
	.header .utility-nav p {
	margin: 0;
	padding: 0 8px 0 0;
	float: right;
	line-height: 1.9em;
	text-align: right;
	}
		
	.header .utility-nav ul {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	background: rgb(235,235,235); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(244,244,244,1) 42%, rgba(244,244,244,1) 58%, rgba(250,250,250,1) 74%, rgba(254,254,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,235,235,1)), color-stop(42%,rgba(244,244,244,1)), color-stop(58%,rgba(244,244,244,1)), color-stop(74%,rgba(250,250,250,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%,rgba(244,244,244,1) 42%,rgba(244,244,244,1) 58%,rgba(250,250,250,1) 74%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(235,235,235,1) 0%,rgba(244,244,244,1) 42%,rgba(244,244,244,1) 58%,rgba(250,250,250,1) 74%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%,rgba(244,244,244,1) 42%,rgba(244,244,244,1) 58%,rgba(250,250,250,1) 74%,rgba(254,254,254,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(235,235,235,1) 0%,rgba(244,244,244,1) 42%,rgba(244,244,244,1) 58%,rgba(250,250,250,1) 74%,rgba(254,254,254,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#fefefe',GradientType=0 ); /* IE6-8 */
	border: 1px #dbdbdb solid;
	}
	
	.header .utility-nav li {
	float: left;
	}
	
	.header .utility-nav li a {
	display: block;
	color: #999;
	line-height: 1.9em;
	padding: 0 10px;
	border-right: 1px #dbdbdb solid;
	text-decoration: none;
	}
	
	.header .utility-nav li a:hover {
	color: #fff;
	background-color: #b4b4b4;
	}
	
	.header .utility-nav li#un-employees a {
	color: #dc6134;
	padding: 0 10px 0 10px;
	}
	
	.header .utility-nav li#un-preferences a,
	.header .utility-nav li#un-faqs a {
	padding: 0 10px 0 20px;
	background: url(../img/ico-arrow-down.png) 10px 7px no-repeat;
	}
	
	.header .utility-nav li#un-employees a:hover {
	color: #fff;
	border-bottom: 1px #b4b4b4 solid;
	}
	
	.header .utility-nav li#un-preferences a:hover, .header .utility-nav li#un-preferences a.nav-active,
	.header .utility-nav li#un-faqs a:hover {
	color: #fff;
	background: #b4b4b4 url(../img/ico-arrow-white.png) 10px 7px no-repeat;
	border-bottom: 1px #b4b4b4 solid;
	}

	/* ====== Secondary Nav for Utility Navigation (FAQs, Current Employees) ====== */
	
	.header .utility-nav ul li ul {
	position: absolute;
	border: none;
	top: 21px;
	margin: 0 0 0 -1px;
	padding: 5px 0 0 0;
	width: 119px;
	list-style: none;
	background: #b2b2b2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IyYjJiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2JkYmRiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #b2b2b2 0%, #bdbdbd 20%, #f4f4f4 81%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(20%,#bdbdbd), color-stop(81%,#f4f4f4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b2b2b2 0%,#bdbdbd 20%,#f4f4f4 81%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b2b2b2 0%,#bdbdbd 20%,#f4f4f4 81%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b2b2b2 0%,#bdbdbd 20%,#f4f4f4 81%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #b2b2b2 0%,#bdbdbd 20%,#f4f4f4 81%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	border-right: 1px #dbdbdb solid;
	border-left: 1px #dbdbdb solid;
	border-bottom: 1px #dbdbdb solid;
	z-index: 100;
	}
	
	.header .utility-nav li ul li  {
	float: none;
	}
	
	.header .utility-nav li ul li a {
	display: block;
	line-height: 1.2em;
	border-right: none;
	text-decoration: none;
	}
	
	.header .utility-nav li ul li a:hover {
	text-decoration: underline;
	}
	
	.header .utility-nav li ul li#un-company-info a,
	.header .utility-nav li ul li#un-hiring a,
	.header .utility-nav li ul li#un-current-emp a,
	.header .utility-nav li ul li#un-erp a  {
	color: #666;
	padding: 0 5px 15px 25px;
	background: url(../img/ico-feature-arrow-on.png) 11px 2px no-repeat;
	}
	
	.header .utility-nav li ul li#un-company-info a:hover,
	.header .utility-nav li ul li#un-hiring a:hover,
	.header .utility-nav li ul li#un-current-emp a:hover,
	.header .utility-nav li ul li#un-erp a:hover  {
	color: #666;
	border: none;
	text-decoration: underline;
	background:  url(../img/ico-feature-arrow-on.png) 11px 2px no-repeat;
	}

	.header .utility-nav ul li div#change-preferences {
	position: absolute;
	border: none;
	top: 21px;
	margin: 0 0 0 -1px;
	width: 221px;
	padding: 5px 10px 20px;
	background: #b2b2b2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IyYjJiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2JkYmRiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #b2b2b2 0%, #bdbdbd 20%, #f4f4f4 81%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(20%,#bdbdbd), color-stop(81%,#f4f4f4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b2b2b2 0%,#bdbdbd 20%,#f4f4f4 81%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b2b2b2 0%,#bdbdbd 20%,#f4f4f4 81%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b2b2b2 0%,#bdbdbd 20%,#f4f4f4 81%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #b2b2b2 0%,#bdbdbd 20%,#f4f4f4 81%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	border-right: 1px #dbdbdb solid;
	border-left: 1px #dbdbdb solid;
	border-bottom: 1px #dbdbdb solid;
	}

	div#change-preferences  p {
	margin: 0;
	padding: 8px 0 10px 0;
	color: #fff;
	line-height: 1em;
	text-align: left;
	}
	
	div#change-preferences p.error-msg-prefernces {
	margin: 0;
	padding: 0 0 8px 0;
	color: red;
	}
	
	div#change-preferences select {
	position: relative;
	width: 100%;
	font-size: 1.1em; /* 11px / 10px */
	color: #616161;
	margin: 0 0 8px 0;
	}
	
	div#change-preferences select#ctl00_sel_InterestTop option {
	width: 350px;
	}
	
	div#change-preferences input.btn-update {
	font-size: 1.2em; /* 12px / 10px */
	color: #fff;
	width: 80px;
	padding: 1px 0;
	background: rgb(199,100,64); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3NjQ0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iI2M1NWYzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iI2FkNDkzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNzQ2MzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(199,100,64,1) 0%, rgba(197,95,60,1) 21%, rgba(173,73,48,1) 79%, rgba(167,70,48,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(199,100,64,1)), color-stop(21%,rgba(197,95,60,1)), color-stop(79%,rgba(173,73,48,1)), color-stop(100%,rgba(167,70,48,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(199,100,64,1) 0%,rgba(197,95,60,1) 21%,rgba(173,73,48,1) 79%,rgba(167,70,48,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(199,100,64,1) 0%,rgba(197,95,60,1) 21%,rgba(173,73,48,1) 79%,rgba(167,70,48,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(199,100,64,1) 0%,rgba(197,95,60,1) 21%,rgba(173,73,48,1) 79%,rgba(167,70,48,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(199,100,64,1) 0%,rgba(197,95,60,1) 21%,rgba(173,73,48,1) 79%,rgba(167,70,48,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c76440', endColorstr='#a74630',GradientType=0 ); /* IE6-8 */
	border: 1px #fff solid;
	-webkit-box-shadow:  0 3px 2px #E8E8E8;
	-moz-box-shadow:  0 3px 2px #E8E8E8;
	box-shadow:  0 3px 2px #E8E8E8;
	}
	
	.utility-nav ul li ul
	/* .utility-nav ul li div#change-preferences */ {
	left: -999em;
	}

	.utility-nav ul li:hover ul, .utility-nav ul li:focus ul,
	.utility-nav ul li:hover div#change-preferences, .utility-nav ul li:focus div#change-preferences {
	left: auto;
	}

	.utility-nav ul li div#change-preferences  {
	display: none;
	}

	/* ======= Social links for Utility Navigation ===== */
	
	.header .utility-nav li#un-facebook a {
	padding: 0;
	width: 21px;
	height: 19px;
	text-indent: -999em;
	background: url(../img/ico-social-media.png) left top  no-repeat;
	}
	
	.header .utility-nav li#un-twitter a {
	padding: 0;
	width: 22px;
	height: 19px;
	text-indent: -999em;
	background: url(../img/ico-social-media.png) -21px top  no-repeat;
	}
	
	.header .utility-nav li#un-linkedin a {
	padding: 0;
	width: 21px;
	height: 19px;
	text-indent: -999em;
	background: url(../img/ico-social-media.png) -43px top  no-repeat;
	}
	
	.header .utility-nav li#un-youtube a {
	padding: 0;
	width: 22px;
	height: 19px;
	text-indent: -999em;
	background: url(../img/ico-social-media.png) -64px top  no-repeat;
	}
	
	/* ====== Main content Area ====== */

	#section {
	position: relative;
	width: 100%;
	font-size: 0.6875em; /* 11px / 16px */
	background: url(../img/photo-homepage.png) left top  no-repeat;
	}
	
	body#about-us #section {
	background: url(../img/photo-about-us.png) left top  no-repeat;
	}
	
	body#working-here #section {
	background: url(../img/photo-working-here.png) left top  no-repeat;
	}
	
	body#opportunities #section {
	background: url(../img/photo-opportunities.png) left top  no-repeat;
	}
	
	body#search-jobs #section {
	background: url(../img/photo-search-jobs.png) left top  no-repeat;
	}
	
	body#search-jobs #footer-bottum-text {
		display:block;
	}
	
	body#in-the-community #section {
	background: url(../img/photo-in-the-community.png) left top  no-repeat;
	}
	
	body#history #section {
	background: url(../img/photo-history.png) left top  no-repeat;
	}
	
	body#leadership #section {
	background: url(../img/photo-leadership.png) left top  no-repeat;
	}
	
	body#culture-environment #section {
	background: url(../img/photo-culture.png) left top  no-repeat;
	}
	
	body#benefits-perks #section {
	background: url(../img/photo-benefits.png) left top  no-repeat;
	}
	
	body#career-growth #section {
	background: url(../img/photo-career-growth.png) left top  no-repeat;
	}
	
	body#technology #section {
	background: url(../img/photo-technology.png) left top  no-repeat;
	}
	
	body#customer-service #section {
	background: url(../img/photo-customer-service.png) left top  no-repeat;
	}
	
	body#executive #section {
	background: url(../img/photo-executives.png) left top  no-repeat;
	}
	
	body#business #section {
	background: url(../img/photo-business.png) left top  no-repeat;
	}
	
	body#global-operations #section {
	background: url(../img/photo-customer-service.png) left top  no-repeat;
	} 
	
	body#seasonal-part-time #section {
	background: url(../img/photo-seasonal-part-time.png) left top  no-repeat;
	}
	
	body#current-employees #section,
	body#search-openings #section,
	body#faqs #section {
	background: url(../img/photo-main-section.png) left top  no-repeat;
	}
	
	body#our-brands #section,
	body#locations #section,
	body#locations-listing #section,
	body#news-and-events #section,
	body#employee-referral-program #section,
	body#search #section,
	body#error #section {
	background: url(../img/photo-about-us-section.png) left top  no-repeat;
	}
	
	body#employee-stories #section,
	body#find-your-fit #section,
	body#innovation-current-projects #section {
	background: url(../img/photo-working-here-section.png) left top  no-repeat;
	}
	
	body#students #section,
	body#videos #section {
	background: url(../img/photo-opportunities-section.png) left top  no-repeat;
	}
	
	/* ======= Breadcrumbs  ========== */
	
	#section ul#breadcrumbs {
	width: 650px;
	margin: 0;
	padding: 15px 0 0 2.55102%;  /*Left: 25px / 980px */
	list-style: none;
	z-index: 100;
	}
	
	#section ul#breadcrumbs li {
	float: left;
	color: #fff;
	padding: 0 0 0 5px;
	}
	
	#section ul#breadcrumbs li a {
	color: #fff;
	}
	
	body#about-us #section ul#breadcrumbs li,
	body#in-the-community #section ul#breadcrumbs li,
	body#history #section ul#breadcrumbs li,
	body#working-here #section ul#breadcrumbs li,
	body#culture-environment #section ul#breadcrumbs li,
	body#customer-service #section ul#breadcrumbs li,
	body#business #section ul#breadcrumbs li,
	body#seasonal-part-time #section ul#breadcrumbs li,
	body#search-jobs #section ul#breadcrumbs li,
	body#current-employees #section ul#breadcrumbs li,
	body#search-openings #section ul#breadcrumbs li,
	body#faqs #section ul#breadcrumbs li {
	color: #656565;
	}
	
	body#about-us #section ul#breadcrumbs li a,
	body#in-the-community #section ul#breadcrumbs li a,
	body#history #section ul#breadcrumbs li a,
	body#working-here #section ul#breadcrumbs li a,
	body#culture-environment #section ul#breadcrumbs li a,
	body#customer-service #section ul#breadcrumbs li a,
	body#business #section ul#breadcrumbs li a,
	body#seasonal-part-time #section ul#breadcrumbs li a,
	body#search-jobs #section ul#breadcrumbs li a,
	body#current-employees #section ul#breadcrumbs li a,
	body#search-openings #section ul#breadcrumbs li a,
	body#faqs #section ul#breadcrumbs li a {
	color: #656565;
	}
	
	/* ====== Content Area ====== */
	.article {
	float: left;
	width: 66.83673%; /* 655px / 980px */
	padding: 10px 3.06122% 7em 2.55102%; /* Right: 30px / 980px, Left: 25px / 980px */
	position: relative;
	z-index: 2;  /* Never ever ever change this */
	}
	
	body#current-employees .article {
	min-height: 600px;
	}

	.article h1 {
	margin: 0;
	padding: 0;
	}
	
	.article h2 {
	margin: 0;
	padding: 0;
	font-size: 1.090909em; /* 12px / 11px */
	font-weight: normal;
	}
	
	.article h3 {
	margin: 0;
	padding: 0;
	font-size: 1em; /* 11px / 11px */
	}
	
	.article h3 a {
	text-decoration: none;
	}
	
	.article h3 a:hover {
	text-decoration: underline;
	}
	
	.article h2.subhead {
	padding: 10px 0;
	}
	
	.article p {
	margin: 0;
	padding: 0 0 12px 0;
	}
	
	.article ul.community-involve li {
	padding: 0 0 8px 0;
	}
	
	.article ul {
	margin: 0;
	padding: 0 0 12px 0;
	list-style: none;
	}
	
	body#current-employees .article h1,
	body#faqs .article h1 {
	padding: 20px 0 15px 70px;
	}
	
	body#current-employees .article h2 {
	padding: 0 160px 8px 90px;
	}
	
	body#faqs .article h2 {
	padding: 0 160px 0 90px;
	font-weight: bold;
	}
	
	body#current-employees .article p,
	body#faqs .article p {
	padding: 0 160px 12px 90px;
	}
	
	body#about-us .article h2,
	body#our-brands .article h2,
	body#in-the-community .article h2,
	body#locations .article h2,
	body#history .article h2,
	body#news-and-events .article h2,
	body#leadership .article h2,
	body#employee-referral-program .article h2,
	body#search .article h2 {
	color: #6b7a41;
	}
	
	body#about-us .article a,
	body#in-the-community .article a,
	body#locations .article a,
	body#history .article a,
	body#news-and-events .article a,
	body#leadership .article a,
	body#employee-referral-program .article a,
	body#search.article a,
	body#error .article a {
	color: #6b7a41;
	}
	
	body#working-here .article h2,
	body#culture-environment .article h2,
	body#benefits-perks .article h2,
	body#find-your-fit .article h2,
	body#innovation-current-projects .article h2,
	body#career-growth .article h2 {
	color: #826c9e;
	}
	
	body#working-here .article a,
	body#culture-environment .article a,
	body#employee-stories .article a,
	body#benefits-perks .article a,
	body#find-your-fit .article a,
	body#innovation-current-projects .article a,
	body#career-growth .article a {
	color: #826c9e;
	}
	
	body#opportunities .article h2,
	body#technology .article h2,
	body#customer-service .article h2,
	body#executive .article h2,
	body#business .article h2,
	body#global-operations .article h2,
	body#seasonal-part-time .article h2,
	body#students .article h2 {
	color: #658fb9;
	}
	
	body#opportunities .article a,
	body#technology .article a,
	body#customer-service .article a,
	body#executive .article a,
	body#business .article a,
	body#global-operations .article a,
	body#seasonal-part-time .article a,
	body#students .article a {
	color: #658fb9;
	}
	
	/* ====== Main Navigation and Feature Elements ====== */
	.aside {
	float: left;
	width: 25.510204%;  /* 250px / 980px */
	}
	
	body#home .aside { /* Home */
	padding-top: 2.7em;
	}
	
	.feature,
	.feature-video {
	position: relative;
	width: 74%; /* 185px / 250px */
	margin-left: 1.6em;
	padding: 0 4.32692%;
	background: #fcfcfc url(../img/grey-top-border.png) left top  no-repeat;
	-webkit-box-shadow: 0 3px 5px #666;
	-moz-box-shadow: 0 3px 5px #666;
	box-shadow: 0 3px 5px #666; 
	}
	
	.feature-video {
	min-height: 80px;
	}
	
	.feature h2,
	.feature-video h2 {
	margin: 0;
	padding: 10px 0 5px;
	font-size: 1.3em; /* 13px / 10px */
	font-wieght: normal;
	}
	
	.feature h3 {
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 1em; /* 10px / 10px */
	font-weight: bold;
	background: url(../img/ico-featured-arrow.png) left top no-repeat;
	}
	
	.feature p {
	margin: 0;
	padding: 0 20px 20px;
	font-size: 0.9em; /* 9px / 10px */
	}
	
	.feature a {
	color: #939393;
	}
	
	.feature ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	.feature img {
	display: block;   
	margin: 0 auto; 
	padding: 0 0 20px;
	border: none;
	}
	
	#module-02.feature img {
	position: absolute;
	top: 30px;
	right: 10px;
	}
	
	#module-02.feature p {
	padding: 0 50px 20px 10px;
	}
	
	.feature-video h3 {
	margin: 0;
	padding: 0 95px 10px 0;
	font-size: 0.9090909em; /* 10px / 11px */
	font-weight: bold;
	background-image: none;
	}
	
	.feature-video img {
	position: absolute;
	top: 15px;
	right: 10px;
	border: none;
	}
	
	.feature-video p {
	margin: 0;
	padding: 20px 0 10px 0;
	}
	
	#module-02.feature p.learn-more,
	.feature p.view-all {
	position: absolute;
	padding: 0;
	top: 10px;
	right: 10px;
	} 
	
	.feature p.learn-more a,
	.feature p.view-all a {
	text-decoration: underline;
	}
	
	.feature p.learn-more a:hover,
	.feature p.view-all a:hover {
	text-decoration: none;
	}  
	.searchresults ul#feed-list li a {
	display: block;
	padding: 0 20px 6px 18px;
	background: url(../img/ico-feature-arrow-off.png) left 4px no-repeat;
	text-decoration: none;
	}
	
	.searchresults ul#feed-list li a:hover {
	color: #666;
	background: url(../img/ico-feature-arrow-on.png) left 4px no-repeat;
	}
	
	/* ========== Page Specific Styles =========== */
	
	/* ====== Default Page ====== */


	body#default .header .utility-nav li#un-preferences a {
	display: none;
	}
	
	body#default #section {
	background-image: none;
	}
	
	body#default .article {
	float: left;
	width: 72.44897%; /* 710px / 980px */
	padding: 120px 0 7em 12.7551%; /* Left: 125px / 980px */
	}
	
	body#default .article #search-apply-jobs,
	body#default .article #learn-about {
	position: relative;
	float: left;
	height: 369px;
	font-size: 1.1em; /* 11px / 10px */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 3px 5px #000;
	-moz-box-shadow: 0 3px 5px #000;
	box-shadow: 0 3px 5px #000; 
	}

	body#default .article #search-apply-jobs {
	width: 24.64788%; /* 175px / 710px */
	padding: 48px 2.11267% 0 21.83098%; /* Right 15px / 710px, Left 155px / 710px */
	margin: 0 1.97183% 0 0; /* 14px / 710px */
	background: url(../img/bkg-home-left.jpg) left top  no-repeat;
	}
	
	body#default .article #learn-about {
	width: 24.64788%; /* 175px / 710px */
	padding: 48px 21.83098% 0 2.11267%; /* Right 155px / 710px, Left 15px / 710px */ 
	background: url(../img/bkg-home-right.jpg) left top  no-repeat;
	}
	
	body#default .article #search-apply-jobs h2,
	body#default .article #learn-about h2 {
	margin: 0;
	padding: 0;
	font-size: 4.7272727em; /* 53px / 11px */
	line-height: 0.6em;
	color: #dc6134;
	letter-spacing: -1px;
	}
	
	body#default .article #search-apply-jobs h2 span,
	body#default .article #learn-about h2 span {
	font-size: 0.5283018em; /* 28px / 53px */
	}
	
	body#default .article #search-apply-jobs p,
	body#default .article #learn-about p {
	margin: 0;
	padding: 10px 0 0 0;
	}
	
	body#default .article #learn-about .select-error-msg {
	position: absolute;
	top: 225px;
	left: 15px;
	}
	
	body#default .article #learn-about .select-error-msg p {
	margin: 0;
	padding: 0 0 2px 0;
	}
	
	body#default .article #search-apply-jobs p a {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	left: 0;
	font-size: 1.7272727em; /* 19px / 11px */
	color: #fff;
	line-height: 1.9090909em; /* 20px / 11px */
	text-align: center;
	text-decoration: none;
	background: rgb(199,100,64); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3NjQ0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iI2M1NWYzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iI2FkNDkzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNzQ2MzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(199,100,64,1) 0%, rgba(197,95,60,1) 21%, rgba(173,73,48,1) 79%, rgba(167,70,48,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(199,100,64,1)), color-stop(21%,rgba(197,95,60,1)), color-stop(79%,rgba(173,73,48,1)), color-stop(100%,rgba(167,70,48,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(199,100,64,1) 0%,rgba(197,95,60,1) 21%,rgba(173,73,48,1) 79%,rgba(167,70,48,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(199,100,64,1) 0%,rgba(197,95,60,1) 21%,rgba(173,73,48,1) 79%,rgba(167,70,48,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(199,100,64,1) 0%,rgba(197,95,60,1) 21%,rgba(173,73,48,1) 79%,rgba(167,70,48,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(199,100,64,1) 0%,rgba(197,95,60,1) 21%,rgba(173,73,48,1) 79%,rgba(167,70,48,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c76440', endColorstr='#a74630',GradientType=0 ); /* IE6-8 */
	border-top: 1px #fff solid;
	}
	
	body#default .article #learn-about p input#ctl00_content_btnLearnAboutEbay {
	position: absolute;
	display: block;
	width: 100%;
	height: 42px;
	bottom: 0;
	left: 0; 
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.7272727em; /* 19px / 11px */
	line-height: 1.9090909em; /* 20px / 11px */
	color: #fff; 
	text-align: center;
	background: rgb(199,100,64); /* Old browsers */
	 IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3NjQ0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iI2M1NWYzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iI2FkNDkzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNzQ2MzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(199,100,64,1) 0%, rgba(197,95,60,1) 21%, rgba(173,73,48,1) 79%, rgba(167,70,48,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(199,100,64,1)), color-stop(21%,rgba(197,95,60,1)), color-stop(79%,rgba(173,73,48,1)), color-stop(100%,rgba(167,70,48,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(199,100,64,1) 0%,rgba(197,95,60,1) 21%,rgba(173,73,48,1) 79%,rgba(167,70,48,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(199,100,64,1) 0%,rgba(197,95,60,1) 21%,rgba(173,73,48,1) 79%,rgba(167,70,48,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(199,100,64,1) 0%,rgba(197,95,60,1) 21%,rgba(173,73,48,1) 79%,rgba(167,70,48,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(199,100,64,1) 0%,rgba(197,95,60,1) 21%,rgba(173,73,48,1) 79%,rgba(167,70,48,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c76440', endColorstr='#a74630',GradientType=0 ); /* IE6-8 */
	border-top: 1px #fff solid;
	}
	
	body#default .article #learn-about p input#ctl00_content_btnLearnAboutEbay:hover {
	text-decoration: underline;
	}
	
	body#default .article #search-apply-jobs p a:hover {
	text-decoration: underline;
	}

	body#default .article #learn-about fieldset {
	width: 185px;
	padding: 64px 0 0 0;
	}
	
	body#default .article #learn-about select {
	width: 100%;
	font-size: 1.1em; /* 11px / 10px */
	color: #616161;
	margin: 0 0 5px 0;
	}
	
	body#default .article #learn-about select#ctl00_content_sel_Interest option {
	width: 520px;
	
	}
	
	/*Hide Featured Jobs Module form right side*/
	
		body#executive #module-01 {
			display:none;
			 }
	
	
	/* ====== Secondary Pages - Article ======= */
	
	body#home .article,
	body#about-us .article,
	body#working-here .article,
	body#opportunities .article,
	body#search-jobs .article,
	body#in-the-community .article,
	body#history .article,
	body#leadership .article,
	body#culture-environment .article,
	body#benefits-perks .article,
	body#career-growth .article,
	body#technology .article,
	body#customer-service .article,
	body#executive .article, 
	body#business .article,
	body#seasonal-part-time .article {
	float: left;
	width: 60.71428%; /* 595px / 980px */
	}
	
	body#in-the-community .article,
	body#history .article,
	body#leadership .article,
	body#culture-environment .article,
	body#benefits-perks .article,
	body#career-growth .article,
	body#technology .article,
	body#customer-service .article,
	body#executive .article, 
	body#business .article,
	body#seasonal-part-time .article {
	padding: 280px 2.55102% 7em 9.18367%; /*  Right: 25px / 980px, Left: 90px / 980px */
	}
	
	/*body#global-operations #section {
	background: url(../img/photo-customer-service.png) left top  no-repeat;
	} */
	
	body#home .article {
	padding: 400px 2.55102% 7em 9.18367%; /*  Right: 25px / 980px, Left: 90px / 980px */
	}
	
	body#about-us .article {
	padding: 280px 2.55102% 7em 9.18367%; /*  Right: 25px / 980px, Left: 90px / 980px */
	}
	
	body#working-here .article {
	padding: 275px 2.55102% 7em 9.18367%; /*  Right: 25px / 980px, Left: 90px / 980px */
	}
	
	body#opportunities .article {
	padding: 275px 2.55102% 7em 9.18367%; /*  Right: 25px / 980px, Left: 90px / 980px */
	}
	
	body#search-jobs .article {
	padding: 300px 2.55102% 7em 9.18367%; /*  Right: 25px / 980px, Left: 90px / 980px */
	}
	
	body#home .article h1 {
	letter-spacing: -2px;
	}
	
	body#home .article h2,
	body#about-us .article h2,
	body#working-here .article h2,
	body#opportunities .article h2,
	body#search-jobs .article h2,
	body#in-the-community .article h2,
	body#history .article h2,
	body#leadership .article h2,
	body#culture-environment .article h2,
	body#benefits-perks .article h2,
	body#career-growth .article h2,
	body#technology .article h2,
	body#customer-service .article h2,
	body#executive .article h2, 
	body#business .article h2,
	body#seasonal-part-time .article h2 {
	padding: 10px 125px 12px 0;
	}
	
	body#home .article p,
	body#about-us .article p,
	body#working-here .article p,
	body#opportunities .article p,
	body#search-jobs .article p,
	body#in-the-community .article p,
	body#history .article p,
	body#leadership .article p,
	body#culture-environment .article p,
	body#benefits-perks .article p,
	body#career-growth .article p,
	body#technology .article p,
	body#customer-service .article p,
	body#executive .article p, 
	body#business .article p,
	body#seasonal-part-time .article p  {
	padding: 0 125px 12px 0;
	}
	
	body#in-the-community .article ul {
	padding: 0 125px 12px 0;
	}

	
	/* =========== Search jobs Page ======== */
	
	#searchForm input#job_input_text {
	border-top: 1px #bcbcbc solid;
	border-left: 1px #bcbcbc solid;
	border-bottom: 1px #bcbcbc solid;
	color: #5c5c5c;
	font-size: 1em;
	width: 252px;
	margin: 0;
	padding: 7px 10px;
	}
	
	#searchForm input#btn-submit {
	font-size: 1.2em; /* 12px / 10px */
	color: #fff;
	width: 138px;
	height: 27px;
	margin: 0 0 0 -2px;
	padding: 0;
	background: rgb(199,100,64); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3NjQ0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iI2M1NWYzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iI2FkNDkzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNzQ2MzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(199,100,64,1) 0%, rgba(197,95,60,1) 21%, rgba(173,73,48,1) 79%, rgba(167,70,48,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(199,100,64,1)), color-stop(21%,rgba(197,95,60,1)), color-stop(79%,rgba(173,73,48,1)), color-stop(100%,rgba(167,70,48,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(199,100,64,1) 0%,rgba(197,95,60,1) 21%,rgba(173,73,48,1) 79%,rgba(167,70,48,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(199,100,64,1) 0%,rgba(197,95,60,1) 21%,rgba(173,73,48,1) 79%,rgba(167,70,48,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(199,100,64,1) 0%,rgba(197,95,60,1) 21%,rgba(173,73,48,1) 79%,rgba(167,70,48,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(199,100,64,1) 0%,rgba(197,95,60,1) 21%,rgba(173,73,48,1) 79%,rgba(167,70,48,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c76440', endColorstr='#a74630',GradientType=0 ); /* IE6-8 */
	border: none;
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
	-webkit-box-shadow:  0 3px 2px #666;
	-moz-box-shadow:  0 3px 2px #666;
	box-shadow:  0 3px 2px #666;
	}
	
	
	.disclaimer-info {
	font-size:11px;
	margin-top:15spx;
	}
	
	.disclaimer-info p {
	line-height: 1.2em;
	padding:5px 0;
	}

	/* ================== Our Brands page ====================== */
	
	#brand-selections {
	position: relative;
	width: 100%;
	background-color: #fff;
	margin: 20px 0 0 0;
	-webkit-box-shadow: 0 3px 5px #666;
	-moz-box-shadow: 0 3px 5px #666;
	box-shadow: 0 3px 5px #666; 
	}
	
	ul.brand-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
	ul.brand-nav li {
	float: left;
	}
	
	ul.brand-nav li a {
	display: block;
	color: #b5b5b5;
	text-align: center;
	width: 130px;
	text-decoration: none;
	padding: 6px 0;
	background: rgb(235,235,235); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(244,244,244,1) 42%, rgba(244,244,244,1) 58%, rgba(250,250,250,1) 74%, rgba(254,254,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,235,235,1)), color-stop(42%,rgba(244,244,244,1)), color-stop(58%,rgba(244,244,244,1)), color-stop(74%,rgba(250,250,250,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%,rgba(244,244,244,1) 42%,rgba(244,244,244,1) 58%,rgba(250,250,250,1) 74%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(235,235,235,1) 0%,rgba(244,244,244,1) 42%,rgba(244,244,244,1) 58%,rgba(250,250,250,1) 74%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%,rgba(244,244,244,1) 42%,rgba(244,244,244,1) 58%,rgba(250,250,250,1) 74%,rgba(254,254,254,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(235,235,235,1) 0%,rgba(244,244,244,1) 42%,rgba(244,244,244,1) 58%,rgba(250,250,250,1) 74%,rgba(254,254,254,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#fefefe',GradientType=0 ); /* IE6-8 */
	border-bottom: 1px #a0a0a0 solid;
	border-right: 1px #a0a0a0 solid;
	}
	
	ul.brand-nav li a:hover {
	background: #fff;
	border-bottom: none;
	}
	
	ul.brand-nav li#bn-index.ui-tabs-selected a, ul.student-nav li#bn-index.ui-state-active a,
	ul.brand-nav li#bn-marketplace.ui-tabs-selected a, ul.sn-grad li#bn-marketplace.ui-state-active a,
	ul.brand-nav li#bn-paypal.ui-tabs-selected a, ul.student-nav li#bn-paypal.ui-state-active a,
	ul.brand-nav li#bn-gsi.ui-tabs-selected a, ul.student-nav li#bn-gsi.ui-state-active a,
	ul.brand-nav li#bn-xcommerce.ui-tabs-selected a, ul.student-nav li#bn-xcommerce.ui-state-active a
	 {
	background: #fff;
	border-bottom: none;
	}
	
	.brand-info {
		float: left;
		min-height: 400px;
		padding: 0 19px 20px 35px;
		width: 601px;
	}
	
	.brand-info .carousel
	{
		position:absolute !important;
		bottom:5px;
		left:37px !important;
		min-height: 140px;
	}
	
	.brand-info h3,
	.default-info h3 {
	margin: 0;
	padding: 25px 0 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#dc6134;
	font-weight: normal ;
	font-size: 1.6363636em !important; /* 18px / 11px */
	}
	
	.default-info
	{
		padding:10px 0 0 20px !important;
		width:100% !important;
	}
	.default-info h3 
	{
		color:#dc6134 !important;
	}
	
	.default-info p
	{
		padding-right:20px;
	}
	
	.brand-lists {
	float: left;
	width: 145px;
	margin: 0 30px 0 0;
	}
	
	#paypal-list.brand-lists,
	#xcommerce-list.brand-lists {
	float: left;
	width: 110px;
	}
	
	#xcommerce-list.brand-lists {
	margin: 0;
	}
	
	#index.brand-info .brand-lists h3 {
	margin: 0;
	padding: 0;
	font-size: 1.090909em !important; /* 12px / 11px */
	}
	
	.brand-lists ul ul {
	padding: 0 0 0 10px;
	}
	
	.brand-lists h3 a {
	color: #afb85f;
	}
	
	.brand-lists ul li a {
	color: #4f4f4f;
	text-decoration: none;
	}
	
	.brand-lists li a:hover {
	text-decoration: underline;
	}
	
	#index.brand-info {
	float: left;
	background: url(../img/photo-brands-index.jpg) left bottom no-repeat;
	}
	
	ul.sub-brand-nav {
	position: relative;
	list-style: none;
	}
	
	ul.sub-brand-nav li {
	float: left;
	}
	
	ul.sub-brand-nav li div a,
	.child-brand-nav a {
	display: block;
	width: 179px;
	height: 64px;
	margin: 0 17px 15px 0;
	text-indent: -999em;
	border: 1px #dbdbdb solid;
	-webkit-box-shadow: 0 2px 3px #666;
	-moz-box-shadow: 0 2px 3px #666;
	box-shadow: 0 2px 3px #666;
	outline:none;
	}
	
	ul.sub-brand-nav li a:hover {
	border: 1px #000 solid;
	}
	
	/*
	.carousel-04 ul.child-brand-nav {
	width: 390px;
	}
	
	.carousel-04 ul.child-brand-nav li {
	float: left;
	}
	
	.carousel-04 ul.sub-brand-nav li a {
	display: block;
	width: 179px;
	height: 64px;
	margin: 0 15px 15px 0;
	text-indent: -999em;
	border: 1px #dbdbdb solid;
	-webkit-box-shadow: 0 2px 3px #666;
	-moz-box-shadow: 0 2px 3px #666;
	box-shadow: 0 2px 3px #666;
	}
	
	*/
	.brand-info ul.select-nav {
	position: absolute;
	bottom: 33px;
	left: 10px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
	.brand-info ul.select-nav li.sn-previous a {
	float: left;
	width: 15px;
	height: 108px;
	text-indent: -999em;
	background: url(../img/btn-previous-ourbrands.png) left top  no-repeat;
	overflow:hidden;
	}
	
	.brand-info ul.select-nav li.sn-next a {
	float: right;
	display: block;
	width: 15px;
	height: 108px;
	padding: 0 20px 0 0;
	text-indent: -999em;
	background: url(../img/btn-next-ourbrands.png) left top  no-repeat;
	overflow:hidden;
	}
	
	/* ======= Brands - logos in listing ========  */
	
	/* ======== eBay marketplace logos ======= */
	
	
	ul.sub-brand-nav div#sbn-whi a {
		background: url(../img/brands/logo-whi.png) left top no-repeat;
	}
	
	
	
	ul.sub-brand-nav div#sbn-whi.ui-tabs-selected a, ul.sub-brand-nav div#sbn-whi.ui-state-active a {
	background-position: 0 -64px;
	}
	
	
	
	ul.sub-brand-nav div#sbn-classifieds a {
	background: url(../img/brands/logo-ebay-classifiedslg.png) left top no-repeat;
	}
	
	ul.sub-brand-nav div#sbn-classifieds.ui-tabs-selected a, ul.sub-brand-nav div#sbn-classifieds.ui-state-active a {
	background-position: 0 -64px;
	}
	
	ul.sub-brand-nav div#sbn-ebay a {
	background: url(../img/brands/new-logo-ebay.jpg) left top no-repeat;
	}
	
	ul.sub-brand-nav div#sbn-ebay.ui-tabs-selected a, ul.sub-brand-nav div#sbn-ebay.ui-state-active a {
	background-position: 0 -64px;
	}
	
	ul.sub-brand-nav div#sbn-stubhub a {
	background: url(../img/brands/logo-stubhub.png) left top no-repeat;
	}
	
	ul.sub-brand-nav div#sbn-stubhub.ui-tabs-selected a, ul.sub-brand-nav div#sbn-stubhub.ui-state-active a {
	background-position: 0 -64px;
	}
	
	ul.sub-brand-nav div#sbn-milo a {
	background: url(../img/brands/logo-milo.png) left top no-repeat;
	}
	
	ul.sub-brand-nav div#sbn-milo.ui-tabs-selected a, ul.sub-brand-nav div#sbn-milo.ui-state-active a {
	background-position: 0 -64px;
	}
	
	ul.sub-brand-nav div#sbn-shopping a {
	background: url(../img/brands/logo-shopping.png) left top no-repeat;
	}
	
	ul.sub-brand-nav div#sbn-shopping.ui-tabs-selected a, ul.sub-brand-nav div#sbn-shopping.ui-state-active a {
	background-position: 0 -64px;
	}
	
	ul.sub-brand-nav div#sbn-prostores a {
	background: url(../img/brands/logo-prostores.png) left top no-repeat;
	}
	
	ul.sub-brand-nav div#sbn-prostores.ui-tabs-selected a, ul.sub-brand-nav div#sbn-prostores.ui-state-active a {
	background-position: 0 -64px;
	}
	
	ul.sub-brand-nav div#sbn-half a {
	background: url(../img/brands/logo-half.png) left top no-repeat;
	}
	
	ul.sub-brand-nav div#sbn-half.ui-tabs-selected a, ul.sub-brand-nav div#sbn-half.ui-state-active a {
	background-position: 0 -64px;
	}
	
	ul.sub-brand-nav div#sbn-brands4 a {
	background: url(../img/brands/logo-brandfriends.png) left top no-repeat;
	}
	
	ul.sub-brand-nav div#sbn-brands4.ui-tabs-selected a, ul.sub-brand-nav div#sbn-brands4.ui-state-active a {
	background-position: 0 -64px;
	}
	
	ul.sub-brand-nav div#sbn-gittigidiyor a {
	background: url(../img/brands/logo-gittigidiyor.png) left top no-repeat;
	}
	
	ul.sub-brand-nav div#sbn-gittigidiyor.ui-tabs-selected a, ul.sub-brand-nav div#sbn-gittigidiyor.ui-state-active a {
	background-position: 0 -64px;
	}
	
	ul.sub-brand-nav div#sbn-hunch a {
	background: url(../img/brands/logo-hunch.png) left top no-repeat;
	}
	
	ul.sub-brand-nav div#sbn-hunch.ui-tabs-selected a, ul.sub-brand-nav div#sbn-hunch.ui-state-active a {
	background-position: 0 -64px;
	}
	
	
	
    ul.sub-brand-nav div#sbn-shutl a {
	background: url(../img/brands/logo-shutl.png) left top no-repeat;
	}
	
	ul.sub-brand-nav div#sbn-shutl.ui-tabs-selected a, ul.sub-brand-nav div#sbn-shutl.ui-state-active a {
	background-position: 0 -64px;
	}
	
	

	ul.sub-brand-nav div#sbn-critical a {
	background: url(../img/brands/logo-criticalpath.png) left top no-repeat;
	}
	
	ul.sub-brand-nav div#sbn-critical.ui-tabs-selected a, ul.sub-brand-nav div#sbn-critical.ui-state-active a {
	background-position: 0 -64px;
	}
	
	/* ========== PayPal logos ======== */
	
	ul.sub-brand-nav div#sbn-billmelater a {
	background: url(../img/brands/logo-billmelater.png) left top no-repeat;
	}
	
	ul.sub-brand-nav div#sbn-billmelater.ui-tabs-selected a, ul.sub-brand-nav div#sbn-billmelater.ui-state-active a {
	background-position: 0 -64px;
	}
	
	ul.sub-brand-nav div#sbn-where a {
	background: url(../img/brands/logo-where.png) left top no-repeat;
	}
	
	ul.sub-brand-nav div#sbn-where.ui-tabs-selected a, ul.sub-brand-nav div#sbn-where.ui-state-active a {
	background-position: 0 -64px;
	}
	
	ul.sub-brand-nav div#sbn-zong a {
	background: url(../img/brands/logo-zong.png) left top no-repeat;
	}
	
	ul.sub-brand-nav div#sbn-zong.ui-tabs-selected a, ul.sub-brand-nav div#sbn-zong.ui-state-active a {
	background-position: 0 -64px;
	}
	
	ul.sub-brand-nav div#sbn-paypal a {
	background: url(../img/brands/logo-paypal.png) left top no-repeat;
	}
	
	ul.sub-brand-nav div#sbn-paypal.ui-tabs-selected a, ul.sub-brand-nav div#sbn-paypal.ui-state-active a {
	background-position: 0 -64px;
	}

	
	/* ========== GSI Commerce logos ======== */
	
	ul.sub-brand-nav div#sbn-gsi a {
	background: url(../img/brands/logo-gsi.png) left top no-repeat;
	}
	ul.sub-brand-nav div#sbn-gsi.ui-tabs-selected a, ul.sub-brand-nav div#sbn-gsi.ui-state-active a {
	background-position: 0 -64px;
	}
	
	ul.sub-brand-nav div#sbn-trueaction a {
	background: url(../img/brands/logo-trueaction.png) left top no-repeat;
	}
	ul.sub-brand-nav div#sbn-trueaction.ui-tabs-selected a, ul.sub-brand-nav div#sbn-trueaction.ui-state-active a {
	background-position: 0 -64px;
	}
	
	
	
	ul.sub-brand-nav div#sbn-vendornet a {
	background: url(../img/brands/logo-vendornet.png) left top no-repeat;
	}
	ul.sub-brand-nav div#sbn-vendornet.ui-tabs-selected a, ul.sub-brand-nav div#sbn-vendornet.ui-state-active a {
	background-position: 0 -64px;
	}
	
	
	
	
	ul.sub-brand-nav div#sbn-edialog a {
	background: url(../img/brands/logo-edialog.png) left top no-repeat;
	}
	ul.sub-brand-nav div#sbn-edialog.ui-tabs-selected a, ul.sub-brand-nav div#sbn-edialog.ui-state-active a {
	background-position: 0 -64px;
	}
	
	ul.sub-brand-nav div#sbn-silverlign a {
	background: url(../img/brands/logo-silverlign.png) left top no-repeat;
	}
	ul.sub-brand-nav div#sbn-silverlign.ui-tabs-selected a, ul.sub-brand-nav div#sbn-silverlign.ui-state-active a {
	background-position: 0 -64px;
	}
	
	ul.sub-brand-nav div#sbn-fetchback a {
	background: url(../img/brands/logo-fetchback.png) left top no-repeat;
	}
	ul.sub-brand-nav div#sbn-fetchback.ui-tabs-selected a, ul.sub-brand-nav div#sbn-fetchback.ui-state-active a {
	background-position: 0 -64px;
	}
	
	ul.sub-brand-nav div#sbn-clearsale a {
	background: url(../img/brands/logo-clearsale.png) left top no-repeat;
	}
	ul.sub-brand-nav div#sbn-clearsale.ui-tabs-selected a, ul.sub-brand-nav div#sbn-clearsale.ui-state-active a {
	background-position: 0 -64px;
	}
	
	ul.sub-brand-nav div#sbn-m3mobile a {
	background: url(../img/brands/logo-m3mobile.png) left top no-repeat;
	}
	ul.sub-brand-nav div#sbn-m3mobilee.ui-tabs-selected a, ul.sub-brand-nav div#sbn-m3mobile.ui-state-active a {
	background-position: 0 -64px;
	}
	
	ul.sub-brand-nav div#sbn-mbs a {
	background: url(../img/brands/logo-mbs.png) left top no-repeat;
	}
	ul.sub-brand-nav div#sbn-mbs.ui-tabs-selected a, ul.sub-brand-nav div#sbn-mbs.ui-state-active a {
	background-position: 0 -64px;
	}
	
	ul.sub-brand-nav div#sbn-peperjam a {
	background: url(../img/brands/logo-pjx.png) left top no-repeat;
	}
	ul.sub-brand-nav div#sbn-peperjam.ui-tabs-selected a, ul.sub-brand-nav div#sbn-peperjam.ui-state-active a {
	background-position: 0 -64px;
	}
	
	/* ========== X.commerce logos ======== */
	
	ul.sub-brand-nav div#sbn-magneto a {
	background: url(../img/brands/logo-magento.png) left top no-repeat;
	}
	ul.sub-brand-nav div#sbn-magneto.ui-tabs-selected a, ul.sub-brand-nav div#sbn-magneto.ui-state-active a {
	background-position: 0 -64px;
	}
	
	ul.sub-brand-nav div#sbn-prostores a {
	background: url(../img/brands/logo-prostores.png) left top no-repeat;
	}
	ul.sub-brand-nav div#sbn-prostores.ui-tabs-selected a, ul.sub-brand-nav div#sbn-prostores.ui-state-active a {
	background-position: 0 -64px;
	}
	
	ul.sub-brand-nav div#sbn-xcommerce a {
	background: url(../img/brands/logo-commerce.png) left top no-repeat;
	}
	ul.sub-brand-nav div#sbn-xcommerce.ui-tabs-selected a, ul.sub-brand-nav div#sbn-xcommerce.ui-state-active a {
	background-position: 0 -64px;
	}
	
	/* ========= sub navigation for eBay classifieds ======== */
	
	ul#cnav-classifieds  {
	position: absolute;
	top: 95px;
	width: 179px;
	margin-left: 2px !important;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	border-top: 1px #dbdbdb solid;
	border-left: 1px #dbdbdb solid;
	border-right: 1px #dbdbdb solid;
	border-bottom: 10px #dbdbdb solid;
	z-index: 15;
	}
	
	ul.child-brand-nav li {
	float: left;
	}
	
	ul.child-brand-nav li a {
	display: block;
	width: 59px;
	height: 44px;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	border-right: 1px #dbdbdb solid;
	border-bottom: 1px #dbdbdb solid;
	-webkit-box-shadow: 0 0 0 #666;
	-moz-box-shadow: 0 0 0 #666;
	box-shadow: 0 0 0#666;
	}
	
	ul.child-brand-nav li a:hover {
	border: none;
	border-right: 1px #dbdbdb solid;
	border-bottom: 1px #dbdbdb solid;
	}
	ul.child-brand-nav li#sbn-alamaula a {
	background: url(../img/brands/logo-alamaula.png) left top no-repeat;
	}
	
	ul.child-brand-nav li#sbn-alamaula a:hover {
	background-position: 0 -44px;
	}
	
	ul.child-brand-nav li#sbn-bilbasen a {
	background: url(../img/brands/logo-bilbasen.png) left top no-repeat;
	}
	
	ul.child-brand-nav li#sbn-bilbasen a:hover {
	background-position: 0 -44px;
	}
	
	ul.child-brand-nav li#sbn-dbadk a {
	background: url(../img/brands/logo-dba-dk.png) left top no-repeat;
	}
	
	ul.child-brand-nav li#sbn-dbadk a:hover {
	background-position: 0 -44px;
	}
	
	ul.child-brand-nav li#bn-gumtree a {
	background: url(../img/brands/logo-gumtree.png) left top no-repeat;
	}
	
	ul.child-brand-nav li#bn-gumtree a:hover {
	background-position: 0 -44px;
	}
	
	ul.child-brand-nav li#sbn-gumtree a {
	background: url(../img/brands/logo-gumtree.png) left top no-repeat;
	}
	
	ul.child-brand-nav li#sbn-gumtree a:hover {
	background-position: 0 -44px;
	}
	
	ul.child-brand-nav li#sbn-kijiji a {
	background: url(../img/brands/logo-kijiji.png) left top no-repeat;
	}
	
	ul.child-brand-nav li#sbn-kijiji a:hover {
	background-position: 0 -44px;
	}
	
	ul.child-brand-nav li#sbn-marktplaat a {
	background: url(../img/brands/logo-marketplatz.png) left top no-repeat;
	}
	
	ul.child-brand-nav li#sbn-marktplaat a:hover {
	background-position: 0 -44px;
	}
	
	ul.child-brand-nav li#sbn-mobilede a {
	background: url(../img/brands/logo-mobile-de.png) left top no-repeat;
	}
	
	ul.child-brand-nav li#sbn-mobilede a:hover {
	background-position: 0 -44px;
	}
	
	ul.child-brand-nav li#sbn-rent a {
	background: url(../img/brands/logo-rent-com.png) left top no-repeat;
	}
	
	ul.child-brand-nav li#sbn-rent a:hover {
	background-position: 0 -44px;
	}
	
	ul.child-brand-nav li#sbn-ebayclassifieds a {
	background: url(../img/brands/logo-ebay-classifieds.png) left top no-repeat;
	}
	
	ul.child-brand-nav li#sbn-ebayclassifieds a:hover {
	background-position: 0 -44px;
	}
	
	ul.child-brand-nav li#sbn-ibazar a {
	background: url(../img/brands/logo-ibazar.png) left top no-repeat;
	}
	
	ul.child-brand-nav li#sbn-ibazar a:hover {
	background-position: 0 -44px;
	}
	
	ul.child-brand-nav li#sbn-2ememain a {
	background: url(../img/brands/logo-2ememain.png) left top no-repeat;
	}
	
	ul.child-brand-nav li#sbn-2ememain a:hover {
	background-position: 0 -44px;
	}
	
	
	ul.child-brand-nav li#sbn-2dehands a {
	background: url(../img/brands/logo-2dehands.png) left top no-repeat;
	}
	
	ul.child-brand-nav li#sbn-2dehands a:hover {
	background-position: 0 -44px;
	}
	
	ul.child-brand-nav li#sbn-loquo a {
	background: url(../img/brands/logo-loquo.png) left top no-repeat;
	}
	
	ul.child-brand-nav li#sbn-loquo a:hover {
	background-position: 0 -44px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	ul.child-brand-nav {
	left: -999em;
	}

	
	/* ===========  Sub brands information ========== */
	
	.brand-info .sub-brands-info {
	position: relative;
	clear: both;
	width: 62.42857%; /* 395px / 700px TODO to revisit later*/
	padding: 0 0 0 230px;
	height:235px;
	overflow:auto;
	margin-top:8px;
	 }
	 
	 
	 .brand-info .sub-brands-info img {
	 position: absolute;
	 top: 45px;
	 left: 10px;
	 width: 179px;
	 }
	 
	 
	 
	.brand-info .sub-brands-info img.stubhub {
	 position: absolute;
	 top: 45px;
	 left: 10px;
	 width: 70px !important;
	 }
	 
	 
	 
	 .brand-info .sub-brands-info h3 {
	 font-size: 1.2727273em; /* 14px / 11px */
	 color: #a0a0a0;
	 margin: 0;
	 padding: 8px 0 12px 0;
	 }
	 
	 .brand-info .sub-brands-info p a {
	 font-size: 0.9090909em; /* 10px / 11px */
	 color: #a0a0a0;
	 }
	
	.brand-info .sub-brands-info p.back-overview a {
	position: absolute;
	display: block;
	top: 11px;
	right: 6px;
	}
	
	
	
ul.brandnav {
	padding:0; 
	margin:0; 
	text-align:left; 
	float:left !important;

	position: absolute;
	 top: 45px;
	 left: 10px;
 }
ul.brandnav li {
	list-style:none; 
	padding:0; 
	margin:0; 
	 }
	 
ul.brandnav li a:link, 
ul.brandnav li a:visited, 
ul.brandnav li a:active {
	font-size:12px; 
	color:#106dc9; 
	text-decoration:none; 
	padding:0; 
	margin:0; 
	width:70px; 
	background:url(../img/brands/brand-sprite.png) top left no-repeat; 
	display:block; 
	text-indent:-9999px;
	 }
	 
ul.brandnav li a:hover {
	text-decoration:none; 
	color:#fff; 
	background:url(../img/brands/brand-sprite.png) top left no-repeat;
	  }
ul.brandnav li a.nav-stub { background:url(../img/brands/brand-sprite.png) 0 0 no-repeat;  height:46px; }
ul.brandnav li a.nav-zvents { background:url(../img/brands/brand-sprite.png) -70px -46px  no-repeat; height:55px; }


ul.brandnav li a.nav-stub:hover { background:url(../img/brands/brand-sprite.png) -70px 0 no-repeat;  height:46px; }
ul.brandnav li a.nav-zvents:hover { background:url(../img/brands/brand-sprite.png) 0 -46px  no-repeat; height:55px; }



ul.brandnav li a#nav-stub-active { background:url(../img/brands/brand-sprite.png) -70px 0 no-repeat;  height:46px; }
ul.brandnav li a#nav-zvents-active { background:url(../img/brands/brand-sprite.png) 0 -46px  no-repeat; height:55px; }


	/* ======== Employee Stories ======== */
	
	#stories {
	position: relative;
	width: 100%;
	margin: 15px 0 0 0;
	}
	
	.story-navigation {
	position: absolute;
	width: 650px;
	top: 270px;
	left: 0;
	}
	
	.story-navigation ul.employees {
	width: 90%; /* 630px / 700px */
	margin: 0 0 10px 37px;
	padding: 0;
	list-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
	.story-navigation ul.employees li {
	position: relative;
	width: 73px;
	margin: 0 11px 0 0;
	}
	
	.story-navigation ul.employees li div {
	
	position: relative;
	width: 73px;
	margin: 0 0 10px 0;
	background: url(../img/employee-bar.png) left top no-repeat;
	-webkit-box-shadow: 0 3px 5px #666;
	-moz-box-shadow: 0 3px 5px #666;
	box-shadow: 0 3px 5px #666;
	z-index:50;
	}
	
	.story-navigation ul.employees li a {
	display: block;
	width: 68px;
	height: 67px;
	line-height: 1em;
	margin: 4px 0 0 0;
	padding: 2px 0 0 5px;
	text-decoration: none;
	}
	
	.story-navigation ul.employees li div#story-nav-01 a {
	background: #fff url(../img/profiles/tm-profiles-brad.png) left bottom no-repeat;
	}
	.story-navigation ul.employees li div#story-nav-02 a {
	background: #fff url(../img/profiles/tm-profiles-adrienne.png) left bottom no-repeat;
	}
	.story-navigation ul.employees li div#story-nav-03 a {
	background: #fff url(../img/profiles/tm-profiles-ashley.png) left bottom no-repeat;
	}
	.story-navigation ul.employees li div#story-nav-04 a {
	background: #fff url(../img/profiles/tm-profiles-steven.png) left bottom no-repeat;
	}
	.story-navigation ul.employees li div#story-nav-05 a {
	background: #fff url(../img/profiles/tm-profiles-anand.png) left bottom no-repeat;
	}
	.story-navigation ul.employees li div#story-nav-06 a {
	background: #fff url(../img/profiles/tm-profiles-susana.png) left bottom no-repeat;
	}
	.story-navigation ul.employees li div#story-nav-07 a {
	background: #fff url(../img/profiles/tm-profiles-riika.png) left bottom no-repeat;
	}
	.story-navigation ul.employees li div#story-nav-08 a {
	background: #fff url(../img/profiles/tm-profiles-narik.png) left bottom no-repeat;
	}
	.story-navigation ul.employees li div#story-nav-09 a {
	background: #fff url(../img/profiles/tm-profiles-dinah.png) left bottom no-repeat;
	}
	.story-navigation ul.employees li div#story-nav-10 a {
	background: #fff url(../img/profiles/tm-profiles-heloise.png) left bottom no-repeat;
	}
	.story-navigation ul.employees li div#story-nav-11 a {
	background: #fff url(../img/profiles/tm-profiles-gudrun.png) left bottom no-repeat;
	}
	.story-navigation ul.employees li div#story-nav-12 a {
	background: #fff url(../img/profiles/tm-profiles-jennie.png) left bottom no-repeat;
	}
	.story-navigation ul.employees li div#story-nav-13 a {
	background: #fff url(../img/profiles/tm-profile-karl.png) left bottom no-repeat;
	}
	.story-navigation ul.employees li div#story-nav-14 a {
	background: #fff url(../img/profiles/tm-profiles-john.png) left bottom no-repeat;
	}
	.story-navigation ul.employees li div#story-nav-15 a {
	background: #fff url(../img/profiles/tm-profiles-kivanc.png) left bottom no-repeat;
	}
	.story-navigation ul.employees li div#story-nav-16 a {
	background: #fff url(../img/profiles/tm-profiles-laurent.png) left bottom no-repeat;
	}
	.story-navigation ul.employees li div#story-nav-17 a {
	background: #fff url(../img/profiles/tm-profiles-matt.png) left bottom no-repeat;
	}
	.story-navigation ul.employees li div#story-nav-18 a {
	background: #fff url(../img/profiles/tm-profiles-atalie.png) left bottom no-repeat;
	}
	.story-navigation ul.employees li div#story-nav-19 a {
	background: #fff url(../img/profiles/tm-profiles-sita.png) left bottom no-repeat;
	}
	
	body#employee-stories .story-navigation ul.employees li#story-nav-default {
	display: none;
	}
	
	.story-navigation ul.employees li div#story-nav-01.ui-tabs-selected a, .story-navigation ul.employees li div#story-nav-01.ui-state-active a,
	.story-navigation ul.employees li div#story-nav-02.ui-tabs-selected a, .story-navigation ul.employees li div#story-nav-02.ui-state-active a,
	.story-navigation ul.employees li div#story-nav-03.ui-tabs-selected a, .story-navigation ul.employees li div#story-nav-03.ui-state-active a,
	.story-navigation ul.employees li div#story-nav-04.ui-tabs-selected a, .story-navigation ul.employees li div#story-nav-04.ui-state-active a,
	.story-navigation ul.employees li div#story-nav-05.ui-tabs-selected a, .story-navigation ul.employees li div#story-nav-05.ui-state-active a,
	.story-navigation ul.employees li div#story-nav-06.ui-tabs-selected a, .story-navigation ul.employees li div#story-nav-06.ui-state-active a,
	.story-navigation ul.employees li div#story-nav-07.ui-tabs-selected a, .story-navigation ul.employees li div#story-nav-07.ui-state-active a,
	.story-navigation ul.employees li div#story-nav-08.ui-tabs-selected a, .story-navigation ul.employees li div#story-nav-08.ui-state-active a,
	.story-navigation ul.employees li div#story-nav-09.ui-tabs-selected a, .story-navigation ul.employees li div#story-nav-09.ui-state-active a,
	.story-navigation ul.employees li div#story-nav-10.ui-tabs-selected a, .story-navigation ul.employees li div#story-nav-10.ui-state-active a,
	.story-navigation ul.employees li div#story-nav-11.ui-tabs-selected a, .story-navigation ul.employees li div#story-nav-11.ui-state-active a,
	.story-navigation ul.employees li div#story-nav-12.ui-tabs-selected a, .story-navigation ul.employees li div#story-nav-12.ui-state-active a,
	.story-navigation ul.employees li div#story-nav-13.ui-tabs-selected a, .story-navigation ul.employees li div#story-nav-13.ui-state-active a,
	.story-navigation ul.employees li div#story-nav-14.ui-tabs-selected a, .story-navigation ul.employees li div#story-nav-14.ui-state-active a,
	.story-navigation ul.employees li div#story-nav-15.ui-tabs-selected a, .story-navigation ul.employees li div#story-nav-15.ui-state-active a,
	.story-navigation ul.employees li div#story-nav-16.ui-tabs-selected a, .story-navigation ul.employees li div#story-nav-16.ui-state-active a,
	.story-navigation ul.employees li div#story-nav-17.ui-tabs-selected a, .story-navigation ul.employees li div#story-nav-17.ui-state-active a,
	.story-navigation ul.employees li div#story-nav-18.ui-tabs-selected a, .story-navigation ul.employees li div#story-nav-18.ui-state-active a,
	.story-navigation ul.employees li div#story-nav-19.ui-tabs-selected a, .story-navigation ul.employees li div#story-nav-19.ui-state-active a {
	color: #fff;
	background-color: #9999FF;
	}
	
	.story-navigation ul.employees li.nopad {
	margin: 0;
	}
	
	/* hover -states for profile navigation */
	
	.tooltip div.profile-hover {
	min-height:110px;
	position: absolute;
	top: -50px;
	left: -20px;
	width: 146px !important;
	background: none !important;
	background: url(../img/nav-employee-hover.png) -146px bottom  no-repeat !important;
	z-index: 5;
	-webkit-box-shadow: 0 0 0 #666 !important;
	-moz-box-shadow: 0 0 0 #666 !important;
	box-shadow: 0 0 0 #666 !important;
	}
	
	.profile-hover-inside {
	width: 146px !important;
	padding: 0 0 30px 0;
	background: none !important;
	background: url(../img/nav-employee-hover.png) left top no-repeat !important;
	z-index: 50;
	-webkit-box-shadow: 0 0 0 #666 !important;
	-moz-box-shadow: 0 0 0 #666 !important;
	box-shadow: 0 0 0 #666 !important;
	}
	
	.profile-hover-inside h2 {
	font-size: 1.4545454em; /* 16px /11px */
	margin: 0;
	padding: 5px 5px 5px 10px;
	color: #fff;
	}
	
	.profile-hover-inside p {
	color: #fff;
	font-size: .9090909em; /* 10px /11px */
	line-height: 1em;
	margin: 0;
	padding: 0 10px 5px 10px;
	}
	
	.story-navigation ul.employees li div div.profile-hover  {
	left: -999em;
	}
	
	.story-navigation ul.employees li div:hover div.profile-hover, 
	.story-navigation ul.employees li div:focus div.profile-hover {
	/*left: auto;*/
	}
	
	.story-navigation a.sn-previous {
	position: absolute;
	top: 89px;
	left: 0;
	width: 15px;
	height: 107px;
	text-indent: -999em;
	background: url(../img/btn-previous-empnav.png) left top  no-repeat;
	overflow:hidden;
	}
	
	.story-navigation .carousel 
	{
		margin:40px 0 0 35px;
	}
	.story-navigation .tooltip
	{
		position:absolute;
		z-index:999999;
	}
	
	.story-navigation a.sn-next {
	position: absolute;
	top: 89px;
	right: 0;
	width: 15px;
	height: 107px;
	text-indent: -999em;
	background: url(../img/btn-next-empnav.png) left top  no-repeat;
	overflow:hidden;
	}
	
	.story-container {
	position: relative;
	float: left;
	clear: both;
	}
	
	.story {
	position: relative;
	width: 55%; /* 385px / 700px */
	max-width: 361px;
	min-width: 361px; 
	height: 250px;
	margin: 0 0 20px 37px;
	padding: 20px 20px 20px 200px;
	border-top: 4px #b1b1b1 solid;
	-webkit-box-shadow: 0 3px 5px #666;
	-moz-box-shadow: 0 3px 5px #666;
	box-shadow: 0 3px 5px #666; 
	}
	
	#profile01.story {
	background:#fff url(../img/profiles/profile-brad.png) left bottom  no-repeat;
	}
	#profile02.story {
	background:#fff url(../img/profiles/profile-adrienne.png) left bottom  no-repeat;
	}
	#profile03.story {
	background:#fff url(../img/profiles/profile-ashley.png) left bottom  no-repeat;
	}
	#profile04.story {
	background:#fff url(../img/profiles/profile-steven.png) left bottom  no-repeat;
	}
	#profile05.story {
	background:#fff url(../img/profiles/profile-anand.png) left bottom  no-repeat;
	}
	#profile06.story {
	background:#fff url(../img/profiles/profile-susana.png) left bottom  no-repeat;
	}
	#profile07.story {
	background:#fff url(../img/profiles/profile-riika.png) left bottom  no-repeat;
	}
	#profile08.story {
	background:#fff url(../img/profiles/profile-narik.png) left bottom  no-repeat;
	}
	#profile09.story {
	background:#fff url(../img/profiles/profile-dinah.png) left bottom  no-repeat;
	}
	#profile10.story {
	background:#fff url(../img/profiles/profile-heloise.png) left bottom  no-repeat;
	}
	#profile11.story {
	background:#fff url(../img/profiles/profile-gudrun.png) left bottom  no-repeat;
	}
	#profile12.story {
	background:#fff url(../img/profiles/profile-jennie.png) left bottom  no-repeat;
	}
	#profile13.story {
	background:#fff url(../img/profiles/profile-karl.png) left bottom  no-repeat;
	}
	#profile14.story {
	background:#fff url(../img/profiles/profile-john.png) left bottom  no-repeat;
	}
	#profile15.story {
	background:#fff url(../img/profiles/profile-kivanc.png) left bottom  no-repeat;
	}
	#profile16.story {
	background:#fff url(../img/profiles/profile-laurent.png) left bottom  no-repeat;
	}
	#profile17.story {
	background:#fff url(../img/profiles/profile-matt.png) left bottom  no-repeat;
	}
	#profile18.story {
	background:#fff url(../img/profiles/profile-atalie.png) left bottom  no-repeat;
	}
	#profile19.story {
	background:#fff url(../img/profiles/profile-sita.png) left bottom  no-repeat;
	}
	
	.story h2 {
	font-size: 2em; /* 22px /11px */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #de6b41;
	margin: 0;
	padding: 0;
	}
	
	.story h3 {
	font-size: 1.090909em; /* 12px /11px */
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #a0a0a0;
	margin: 0;
	padding: 0 0 8px 0;
	}
	
	.story h3 span {
	display: block;
	}
	
	#default-story.story {
	width: 53.28571%; /* 373px / 700px */
	max-width: 350px;
	min-width: 350px; 
	padding: 20px 210px 20px 20px;
	background: #fff url(../img/photo-employees.png) right bottom  no-repeat;
	}

	#default-story.story h2 {
	font-size: 1.2727272em; /* 14px /11px */
	line-height: 1.1em;
	padding: 0 0 10px 0;
	color: #b5a3cc;
	}
	
	#default-story.story p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
	.story-container ul.nav-story-select {
	position: absolute;
	bottom: 40px;
	left: 45px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
	.story-container ul.nav-story-select li#nss-previous {
	float: left;
	height: 42px;
	width: 42px;
	text-indent: -999em;
	background: url(../img/btn-previous-empcontent.png) left top no-repeat;
	}
	
	.story-container ul.nav-story-select li#nss-next {
	float: right;
	height: 42px;
	width: 42px;
	text-indent: -999em;
	padding: 0 55px 0 0;
	background: url(../img/btn-next-empcontent.png) left top no-repeat;
	}
	
	.story-container p.btn-close a {
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	width: 14px;
	height: 14px;
	text-indent: -999em;
	margin: 0;
	padding: 0;
	background: url(../img/btn-close.png) left top no-repeat;
	}
	
	/* ========= Innovations Projects page ===== */
	
	#project-content {
	position: relative;
	width: 90.14084%; /* 640px / 710px */
	margin: 20px 0 0 50px;
	background: #fff url(../img/top-grey-bar.png) center top  no-repeat;
	-webkit-box-shadow: 0 3px 5px #666;
	-moz-box-shadow: 0 3px 5px #666;
	box-shadow: 0 3px 5px #666; 
	}
	
	#project-content .project-info {
	height: 385px;
	margin: 5px 0 0 0;
	padding: 30px 40px 0 40px;
	background: transparent url(../img/photo-innovation-projects.jpg) right bottom  no-repeat;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
	}
	
	#project-content .project-info h2 {
	margin: 0;
	padding: 0 0 12px 0;
	}
	
	ul.project-nav {
	position: absolute;
	bottom: 0;
	left: 20px;
	list-style: none;
	}
	
	ul.project-nav li {
	float: left;
	}
	
	ul.project-nav li a {
	display: block;
	width: 152px;
	height: 50px;
	margin: 0 4px;
	padding: 10px 10px;
	color: #939393;
	background-color: #fff;
	border: 1px #d9d9d9 solid;
	-webkit-box-shadow: 0 3px 5px #666;
	-moz-box-shadow: 0 3px 5px #666;
	box-shadow: 0 3px 5px #666;
	text-decoration: none;
	}
	
	ul.project-nav li#pn-default a {
	display: none;
	}
	
	#project-content ul.project-nav li a h2 {
	color: #dc6134;
	}
	
	ul.project-nav li a p {
	color: #939393;
	margin: 0;
	padding: 2px 0 10px 18px;
	background: url(../img/ico-feature-arrow-off.png) left 4px no-repeat;
	}
	
	ul.project-nav li a:hover {
	border: 1px #000 solid;
	}
	
	ul.project-nav li#pn-project01.ui-tabs-selected a, ul.project-nav li#pn-project01.ui-state-active a,
	ul.project-nav li#pn-project02.ui-tabs-selected a, ul.project-nav li#pn-project02.ui-state-active a,
	ul.project-nav li#pn-project03.ui-tabs-selected a, ul.project-nav li#pn-project03.ui-state-active a {
	border: 1px #000 solid;
	}
	
	

	
	
	/* ======= For Students ========= */
	
	body#students .article h2 {
	padding: 10px 40px 12px 0;
	}
	
	body#students .article p {
	padding: 0 40px 12px 0;
	}
	
	body#students .article ul {
	padding: 0 40px 12px 0;
	}
	
	body#students .article #student-content {
	width: 85.91549%; /* 610px / 710px */
	margin: 20px 0 0 50px;
	background: #fff url(../img/top-grey-bar.png) center top  no-repeat;
	-webkit-box-shadow: 0 3px 5px #666;
	-moz-box-shadow: 0 3px 5px #666;
	box-shadow: 0 3px 5px #666; 
	}
	
	body#students .article ul.tech-opportunites {
	padding: 0 0 12px 20px;
	}
	
	body#students .article ul.student-nav {
	margin: 0;
	padding:  4px 0 0 0;
	list-style: none;
	}
	
	ul.student-nav li {
	float: left;
	}
	
	ul.student-nav li a {
	display: block;
	color: #a0a0a0 !important;
	text-align: center;
	width: 186px;
	text-decoration: none;
	padding: 5px 0;
	background: rgb(235,235,235); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(244,244,244,1) 42%, rgba(244,244,244,1) 58%, rgba(250,250,250,1) 74%, rgba(254,254,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,235,235,1)), color-stop(42%,rgba(244,244,244,1)), color-stop(58%,rgba(244,244,244,1)), color-stop(74%,rgba(250,250,250,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%,rgba(244,244,244,1) 42%,rgba(244,244,244,1) 58%,rgba(250,250,250,1) 74%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(235,235,235,1) 0%,rgba(244,244,244,1) 42%,rgba(244,244,244,1) 58%,rgba(250,250,250,1) 74%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%,rgba(244,244,244,1) 42%,rgba(244,244,244,1) 58%,rgba(250,250,250,1) 74%,rgba(254,254,254,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(235,235,235,1) 0%,rgba(244,244,244,1) 42%,rgba(244,244,244,1) 58%,rgba(250,250,250,1) 74%,rgba(254,254,254,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#fefefe',GradientType=0 ); /* IE6-8 */
	border-bottom: 1px #a0a0a0 solid;
	border-right: 1px #a0a0a0 solid;
	}
	
	ul.student-nav li#sn-recruitment a {
	width: 187px;
	}
	
	ul.student-nav li a:hover {
	background: #fff;
	border-bottom: none;
	}
	
	ul.student-nav li#sn-intern.ui-tabs-selected a, ul.student-nav li#sn-intern.ui-state-active a,
	ul.student-nav li#sn-grad.ui-tabs-selected a, ul.sn-grad li#sn-intern.ui-state-active a,
	ul.student-nav li#sn-recruitment.ui-tabs-selected a, ul.student-nav li#sn-recruitment.ui-state-active a {
	background: #fff;
	border-bottom: none;
	}
	
	body#students .article #student-content .student-info {
	width: 55.6338%; /* 395px / 710px */
	margin: 26px 0 0 0;
	padding: 20px 209px 20px 40px;
	background: #fff url(../img/photo-students.png) right bottom no-repeat;
	/*border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;*/
	}
	
	body#students .article #student-content .student-info ul {
	list-style: none;
	padding: 0 0 15px 0;
	}
	
	body#students .article #student-content .student-info h2 {
	padding: 0 0 5px 0;
	}
	
	body#students .article #student-content .student-info p {
	padding: 0 0 15px 0;
	}
	
	h3.padding-header {
	padding: 0 0 15px 0;
	}
	
	/* ========== News and Events ================== */
	.events-content {
	position: relative;
	width: 89.28571%; /* 628px / 700px */
	margin: 30px 0 10px 0;
	padding: 20px 36px;
	background: #fff url(../img/top-grey-bar.png) center top  no-repeat;
	-webkit-box-shadow: 0 3px 5px #666;
	-moz-box-shadow: 0 3px 5px #666;
	box-shadow: 0 3px 5px #666
	}
	
	body#news-and-events .article .events-content h2 {
	color: #dc6134;
	font-size: 1.2727272em; /* 14px / 11 px */
	text-transform: uppercase;
	padding: 0 0 20px 0;
	}
	
	.events-content fieldset {
	position: absolute;
	top: 20px;
	right: 36px;
	}
	
	.events-content fieldset select {
	font-size: 0.9090909em; /* 10px / 11px*/
	}
	
	.event-item {
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-8 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	border: 1px #e2e2e2 solid;
	padding: 8px 10px;
	margin-bottom: 5px;
	min-height:45px;
	}
	
	.event-item time  {
	float: left;
	width: 15%;
	}
	 
	.event-item p.read-more  {
	float: left;
	width: 10%;
	}
	
	.event-item h2 {
	float: left;
	margin: 0;
	padding: 0;
	width: 20%;
	}
	
	.event-item .event-desc {
	float: left;
	width: 40%;
	position:absolute; 
	left:250px;
	}
	
	.event-item .event-desc p {
	margin: 0;
	padding: 0;
	}
	
	.event-item h2 b {
	display: block;
	width: 70%;
	background: #c1c1c1;
	color: #fff;
	font-size: 0.7142857em; /* 10px / 14px */
	text-align: center;
	text-transform: uppercase;
	padding: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3x; 
	}
	
	.event-item time {
	color: #6b7a41;
	font-size: 1.090909em; /* 12px /11px */
	padding: 0;
	} 
	
	.event-item p.read-more,
	.event-item .event-desc {
	font-size: 0.9090909em; /* 10px / 11px*/
	}
	
	.event-item p.read-more  {
	  position:absolute; 
	  left:520px;

	}
	
	.event-item p.read-more a {
	display: block;
	text-align: right;
	text-decoration: none;
	}
	
	.event-item p.read-more a:hover {
	text-decoration: underline;
	}
	
	p.pagination {
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	color: #c1c1c1;
	font-size: 0.9090909em; /* 10px / 11px*/
	}
	
	ul.pagination-nav {
	margin: 10px 0 0 0;
	padding: 0;
	float: right;
	list-style: none;
	font-size: 0.9090909em; /* 10px / 11px*/
	}
	
	ul.pagination-nav li {
	float: left;
	padding: 0 0 0 20px;
	color: #c1c1c1;
	}
	
	body#news-and-events .events-content ul.pagination-nav li a {
	color: #c1c1c1;
	}

	ul.news-nav {
	clear: both;
	margin: 80px 0 0 0;
	list-style: none;
	}
	
	ul.news-nav li {
	float: left;
	}
	
	ul.news-nav li a {
	display: block;
	width: 150px;
	height: 60px;
	font-size: 0.9090909em; /* 10px / 11px*/
	margin: 0 25px 0 0;
	padding: 5px 10px;
	color: #939393;
	background-color: #fff;
	border: 1px #d9d9d9 solid;
	-webkit-box-shadow: 0 3px 5px #666;
	-moz-box-shadow: 0 3px 5px #666;
	box-shadow: 0 3px 5px #666;
	text-decoration: none;
	}
	
	ul.news-nav li a:hover {
	border: 1px #000 solid;
	}
	
	#news-and-events .events-content ul.news-nav li a h2 {
	color: #dc6134;
	padding: 0;
	margin: 0;
	}
	
	ul.news-nav li a p {
	color: #939393;
	margin: 0;
	padding: 2px 0 10px 18px;
	background: url(../img/ico-feature-arrow-off.png) left 3px no-repeat;
	}
	
	ul.news-nav li.last-pad a {
	margin: 0;
	}
	
	/* ========== Location Pages ================== */


#locations #nav-location-type {
	list-style:none;
	padding:0;
	margin:20px 0 0 20px;
	float:left;
}

#locations #nav-location-type li {
	float:left;
	width:100px;
	height:24px;
	border:1px solid #ccc;
	margin-right:10px;
	background-image: linear-gradient(bottom, rgb(255,250,251) 46%, rgb(224,224,224) 73%, rgb(232,229,232) 87%);
	background-image: -o-linear-gradient(bottom, rgb(255,250,251) 46%, rgb(224,224,224) 73%, rgb(232,229,232) 87%);
	background-image: -moz-linear-gradient(bottom, rgb(255,250,251) 46%, rgb(224,224,224) 73%, rgb(232,229,232) 87%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,250,251) 46%, rgb(224,224,224) 73%, rgb(232,229,232) 87%);
	background-image: -ms-linear-gradient(bottom, rgb(255,250,251) 46%, rgb(224,224,224) 73%, rgb(232,229,232) 87%);
    box-shadow: 0 3px 2px #E8E8E8;	
}

#locations #nav-location-type li.active {
	background-color:#97A148;
	background-image: linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	background-image: -o-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	background-image: -moz-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	background-image: -webkit-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	background-image: -ms-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	border:1px solid #fff;
	}

#locations #nav-location-type li.active a {
	color:#fff;
}

#locations #nav-location-type li a {
	text-decoration:none;
	font-weight:bold;
	color:#B7BD72;
	display:block;
	text-align:center;
	padding-top:5px;
}

#locations .intro {
	width:400px;
	float:left;
	margin:16px 0 0 20px;
}

#locations .article h2 {
	font-size: 1.2727272em; /*14px / 11px */ 
	color:#9DA84A;
	margin: 0;
	padding: 0;
	display:block;
	padding-top:5px;
}
#locations .article label {
	display:block;
	padding-top:5px;
}

#locations a.btn-search-go {
	display:inline-block;
	width:30px;
	height:16px;
	line-height: 16px;
	color:#fff !important;
	text-align:center;
	text-decoration: none;
	background-color:#97A148;
	background-image: linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	background-image: -o-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	background-image: -moz-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	background-image: -webkit-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	background-image: -ms-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	border:1px solid #fff;
	-webkit-box-shadow: 0 2px 2px #666;
	-moz-box-shadow: 0 2px 2px #666;
	box-shadow: 0 2px 2px #666; 
}


#locations .btn-search-clear {
	color:#B7BC78;
	float:right;
}

#locations .article input {
	width:70%;
	font-size:1em;
	border: 1px #c7c7c7 solid;
	-webkit-box-shadow: inset 2px 2px 3px3 #c7c7c7;
	-moz-box-shadow: inset 2px 2px 3px3#c7c7c7;
	box-shadow: inset 2px 2px 3px #c7c7c7; 
}

#locations .article select {
	width:100%;
	font-size:1em;
}

#locations .article {
	width: 69.89795%; /* 655px / 980px */
	padding: 40px 0 7em 2.55102%; /* Left: 25px / 980px */
}

#location-container {
	width:100%;
	max-width:675px;
	height: 450px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 5px #666666;
    margin: 0;
    position: relative;
	background: #fff url(../img/top-grey-bar.png) center top  no-repeat;
}
    
#map-container {
	position:relative;
	width:658px;
	height:364px;
	border: 1px solid #f0f0f0;
	margin:20px 0 0 7px;
	float:left;
	background-color:#a2c1de;

}

.location-info-popup {
	width:250px !important;
	height:116px !important;
	background: rgb(235,235,235); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(244,244,244,1) 42%, rgba(244,244,244,1) 58%, rgba(250,250,250,1) 74%, rgba(254,254,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,235,235,1)), color-stop(42%,rgba(244,244,244,1)), color-stop(58%,rgba(244,244,244,1)), color-stop(74%,rgba(250,250,250,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%,rgba(244,244,244,1) 42%,rgba(244,244,244,1) 58%,rgba(250,250,250,1) 74%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(235,235,235,1) 0%,rgba(244,244,244,1) 42%,rgba(244,244,244,1) 58%,rgba(250,250,250,1) 74%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%,rgba(244,244,244,1) 42%,rgba(244,244,244,1) 58%,rgba(250,250,250,1) 74%,rgba(254,254,254,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(235,235,235,1) 0%,rgba(244,244,244,1) 42%,rgba(244,244,244,1) 58%,rgba(250,250,250,1) 74%,rgba(254,254,254,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#fefefe',GradientType=0 ); /* IE6-8 */
	padding:10px;
}

#locations .location-info-popup strong {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #97A148;
	font-size: 1.090909em; /* 12px /11px */
	line-height:12px;
	padding: 0 10px 0 0;
	
}

#locations .location-info-popup a.learn-more {
	display: block;
	margin: 15px 0 0 0;
}


#locations .location-info-popup ul  {
	padding:0; 
	margin:0 0 0 12px; 
	text-align:left;
   
}

#locations .location-info-popup li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #97A148;
	font-size: 1.090909em; /* 12px /11px */
	line-height:16px;
	padding:0;
	list-style-type:disc;
	
}






#map_canvas {
    width: 499px;
    height: 364px;
    left:159px;
    position:absolute;
}
#search-locations {
    top:5px;
}

#search-result {
    top:183px;
}

#search-result ul {
	list-style:none;
	padding:0;
	margin:5px 0;
	height:118px;
	overflow:auto;
}
#search-result li {
	color:#939393;
	margin-bottom:4px;
	float:left;
	}

#search-result li span.loc-pin {
	width:20px;
	height:18px;
	padding-top:2px;
	text-align:center;
	color:#fff;
	background-color:#97A148;
	background-image: linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	background-image: -o-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	background-image: -moz-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	background-image: -webkit-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	background-image: -ms-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	border:1px solid #fff;
	-webkit-box-shadow: 0 2px 2px #666;
	-moz-box-shadow: 0 2px 2px #666;
	box-shadow: 0 2px 2px #666;
	display:block; 	
	float:left;
}

#search-result li span.loc-title {
	display:block; 	
	float:left;
	width:94px;
	margin-left:4px;
	font-size: 0.9090909em;
}

#search-result li a {
	color:#AAB362;
	text-decoration:none;
	font-weight:bold;
}
.search-tool {
	position:absolute;
	left:0;
	width:140px;
	height:160px;
	padding:5px;
	background-color:#fff;
    box-shadow: 0 2px 5px #666666;
    margin-left:5px;
	background: #fff url(../img/top-grey-bar.png) center top  no-repeat;
}
p.count
{
    display: none;
}
div#searchForm
{
    margin-bottom: 10px;
}
#location-window {
    left: 40px;
    top: 21px;
    position: absolute;
    border:1px solid #ccc;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
    display:none;
}

#location-window-overlay {
	width:659px;
	height:364px;
	position:absolute;
	left:0;
	top:0;
	background:#000;
    display:none;
	border: 1px red solid;
}

#location-window-close {
	position:absolute;
	top: 30px;
	right: 50px;
	width: 14px;
	height: 14px;
	display:block;
	text-indent: -999em;
	display:none;
	background: url(../img/btn-close.png) left top no-repeat;
}

iframe#location-window {
	background: #fff url(../img/top-grey-bar.png) center top  no-repeat;
}

/* ======== Locations Listing Page ====== */

#location-listing-container {
	width:100%;
	max-width:675px;
	min-height: 450px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 5px #666666;
    margin: 20px 0 0 0;
    position: relative;
	background: #fff url(../img/top-grey-bar.png) center top  no-repeat;
}

#location-listing-container #nav-location-type {
	list-style:none;
	padding:0;
	margin:30px 0 0 20px;
	float:left;
}

#location-listing-container #nav-location-type li {
	float:left;
	width:100px;
	height:24px;
	border:1px solid #ccc;
	margin-right:10px;
	background-image: linear-gradient(bottom, rgb(255,250,251) 46%, rgb(224,224,224) 73%, rgb(232,229,232) 87%);
	background-image: -o-linear-gradient(bottom, rgb(255,250,251) 46%, rgb(224,224,224) 73%, rgb(232,229,232) 87%);
	background-image: -moz-linear-gradient(bottom, rgb(255,250,251) 46%, rgb(224,224,224) 73%, rgb(232,229,232) 87%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,250,251) 46%, rgb(224,224,224) 73%, rgb(232,229,232) 87%);
	background-image: -ms-linear-gradient(bottom, rgb(255,250,251) 46%, rgb(224,224,224) 73%, rgb(232,229,232) 87%);
    box-shadow: 0 3px 2px #E8E8E8;	
}

#location-listing-container  #nav-location-type li.active {
	background-color:#97A148;
	background-image: linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	background-image: -o-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	background-image: -moz-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	background-image: -webkit-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	background-image: -ms-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	border:1px solid #fff;
	}

#location-listing-container  #nav-location-type li.active a {
	color:#fff;
}

#location-listing-container  #nav-location-type li a {
	text-decoration:none;
	font-weight:bold;
	color:#B7BD72;
	display:block;
	text-align:center;
	padding-top:5px;

}

#location-listing-container p.intro {
	width:380px;
	float:left;
	margin:28px 0 0 10px;
}

body#locations-listing #location-listing-container .search-listing {
	float: left;
	width: 300px;
	margin: 25px 0 30px 20px;
}

#location-listing-container h2 {
	font-size: 1.3636363em; /*15px / 11px */ 
	color:#9da84a;
	margin: 0;
	padding: 0 0 15px 0;
}

body#locations-listing #location-listing-container a.btn-search-go {
	display: inline-block;
	width:30px;
	height:16px;
	line-height: 16px;
	margin: 0 0 0 -4px;
	color:#fff !important;
	text-align:center;
	text-decoration:none;
	background-color:#97A148;
	background-image: linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	background-image: -o-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	background-image: -moz-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	background-image: -webkit-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	background-image: -ms-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	border:1px solid #fff;
	-webkit-box-shadow: 0 2px 2px #666;
	-moz-box-shadow: 0 2px 2px #666;
	box-shadow: 0 2px 2px #666; 
}

body#locations-listing #location-listing-container .btn-search-clear {
	color:#B7BC78;
	float:right;
	padding: 0 50px 0 0;
}

body#locations-listing #location-listing-container input {
	width:70%;
	font-size: 1em;
	line-height: 16px;
	padding: 2px 0 2px 6px;
	color: 4f4f4f;
	border: 1px #c7c7c7 solid;
	-webkit-box-shadow: inset 2px 2px 3px3 #c7c7c7;
	-moz-box-shadow: inset 2px 2px 3px3#c7c7c7;
	box-shadow: inset 2px 2px 3px #c7c7c7; 
}

body#locations-listing #location-listing-container select {
	width:70%;
	font-size: 1em;
}

p.search-results {
	margin: 0;
	padding: 0 0 15px 20px;
}

.location-item {
	width: 550px;
	font-size: 0.9090909em; /*10px / 11px */
	margin: 0 0 0 20px;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-8 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	border: 1px #e2e2e2 solid;
	padding: 8px 10px;
	margin-bottom: 5px;
	min-height:20px;
	}
	
	.location-item .number-list, 
	.location-item .brand-name, 
	.location-item .city-name,
	.location-item .state-country-name,
	.location-item .view-map {
	float: left;
	}
	
	.location-item .number-list {
	width:20px;
	height:5px;
	margin: 0 20px 0 0;
	padding-top:2px;
	text-align:center;
	color:#fff;
	background-color:#97A148;
	background-image: linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	background-image: -o-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	background-image: -moz-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	background-image: -webkit-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	background-image: -ms-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%);
	border:1px solid #fff;
	-webkit-box-shadow: 0 2px 2px #666;
	-moz-box-shadow: 0 2px 2px #666;
	box-shadow: 0 2px 2px #666;
	}
	
	.location-item .brand-name {
	width: 120px;
	margin: 0 10px 0 0;
	}
	 
	.location-item .city-name {
	width: 170px;
	margin: 0 10px 0 0;
	}
	
	.location-item .state-country-name {
	width: 110px;
	margin: 0 10px 0 0;
	}
	
	.location-item p.view-map a {
	display: block;
	width: 70px;
	color:#9da84a;
	text-decoration: none;
	}
	 
	.location-item p.view-map a:hover {
	text-decoration: underline;
	}


/* ========== Locations Detail Page ========== */

#location-details div {
	float:left;
	min-width:100px;
	max-width:390px;
	margin: 30px 0 20px;
	padding-right: 20px;
	font-size: 0.6875em;
	color: #4f4f4f;
	height:270px;
	overflow:auto;
}
	   
#location-details h1 {
	font-family: Arial,Helvetica,sans-serif;
	font-size:1.2727272em; /*14px / 11 px */
	color:#9DA84A;
	font-weight: bold;
	text-shadow: 1px 1px 4px #fff;
	margin-top:0;
	line-height:18px;
}

#location-details #nav {
	float:left;
	width:150px;
	list-style:none;
	margin:20px 0;
	padding:0;
}

#location-details #nav li {
	float:left;
	width:130px;
	margin:8px 0 0 20px;
}
	    
#location-details #nav li a {
	text-decoration:none;
	font-size:0.8125em; /* 13px / 16px */
	color:#919A4C;
	font-weight: bold;
}
	    	
.ebay-button,
#location-details #nav li a {
	 padding:2px 4px;
	 height:18px;
	 border:1px solid #ccc;
	 margin-right:10px;
	 display:block;
     background-image: linear-gradient(bottom, rgb(255,250,251) 46%, rgb(224,224,224) 73%, rgb(232,229,232) 87%);
     background-image: -o-linear-gradient(bottom, rgb(255,250,251) 46%, rgb(224,224,224) 73%, rgb(232,229,232) 87%);
     background-image: -moz-linear-gradient(bottom, rgb(255,250,251) 46%, rgb(224,224,224) 73%, rgb(232,229,232) 87%);
     background-image: -webkit-linear-gradient(bottom, rgb(255,250,251) 46%, rgb(224,224,224) 73%, rgb(232,229,232) 87%);
     background-image: -ms-linear-gradient(bottom, rgb(255,250,251) 46%, rgb(224,224,224) 73%, rgb(232,229,232) 87%);
     box-shadow: 0 3px 2px #E8E8E8;	
}
	    
.ebay-button-active,
#location-details #nav li.ui-state-active a {
	background-color:#97A148;
    background-image: linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%) !important;
    background-image: -o-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%) !important;
    background-image: -moz-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%) !important;
    background-image: -webkit-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%) !important;
    background-image: -ms-linear-gradient(bottom, rgb(189,199,95) 46%, rgb(151,161,72) 73%, rgb(151,161,72) 87%) !important;
    border:1px solid #fff !important;
     color:#fff !important;
}	
	    
#featured-jobs ul{
	list-style:none;
	padding:0;
}
	    
#featured-jobs ul li a {
	color:#919A4C;
}

#location-details h2
{
	color:#9DA84A;
	font-size: 1.17273em;
}

	/* ============ footer =========== */
	.footer {
	clear: both;
	width: 100%;
	padding:40px 0 60px 0;
	}
	
	.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em; /* 8px / 10px */
	line-height: 0.9em;
	}

	.footer li {
	float: left;
	color: #4a4a4a;
	}
	
	.footer ul.brand-logos {
	padding: 0 0 0 2.60416%; /* Left: 25px / 960px */
	}
	
	.footer .brand-logos li a {
		display: block;
		text-indent: -999em;
		line-height: 3.5em; /* 28px / 8px */
	}
	
	.footer .brand-logos li#bl-ebay a {
		width: 56px;
		background: url(../img/new-brand-footer-logos.png) left top  no-repeat;
	}
	.footer .brand-logos li#bl-paypal a {
		width: 84px;
		background: url(../img/brand-footer-logos.png) -56px top  no-repeat;
	}
	
	.footer .brand-logos li#bl-xcommerce a {
		width: 120px;
		background: url(../img/brand-footer-logos.png) -140px top  no-repeat;
	}
	
	.footer .brand-logos li#bl-gsi-commerce a {
		width: 124px;
		background: url(../img/brand-footer-logos.png) -260px top  no-repeat;
	}
	
	
	.footer ul.privacy-terms {
	float: right;
	padding: 11px 2.08333% 0 0; /* Left: 20px / 960px */
	}
	
	.footer .eoa-statement
	{
		width: 44.2%;
		float: right;
		padding: 0px 2.08333% 0 0; /* Left: 20px / 960px */
	}
	
	.footer ul.privacy-terms li a {
	display: block;
	color: #4a4a4a;
	padding: 0 5px;
	text-decoration: underline;
	}
	
	.footer ul.privacy-terms li a:hover {
	text-decoration: none;
	}
	
	
	/* ======= Modal/Dialog ====== */

	.modal-screen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 9999;
	}

	.modal-screen iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	}
	
	/* Modal Dialog */
	
	.modal-screen {
	background: #666;
	}

	#dialog {
	position: absolute;
	top: 20%;
	bottom: 70%;
	width: 600px; /* 682px / 1002px */
	min-height: 480px;
	left: 20%; /* 100 - 68.263473 = 31.736527 / 2 = 15.8682635 */
	right: 25%; /* 100 - 68.263473 = 31.736527 / 2 = 15.8682635 */
	z-index: 10000;
	}

	/* #dialog #highlight {
	padding: 10.280702% 15.8682635%; 
	}*/

	#highlight{
	width:550px;
	height: 380px;
    background-color: #fff;
    box-shadow: 0 3px 5px #666;
	margin: 20px 0 0 0;
	padding: 20px 25px;
	background: #b1b1b1 url(../img/top-grey-bar.png) center top no-repeat;
	}
	
	#highlight h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4545454em; /*16px / 11px  */
	font-weight: bold;
	color: #fff;
	padding: 0 0 20px 0; 
	}

	#dialog a.dialog-close {
	position: absolute;
	top: 30px;
	right: 15px;
	display: block;
	width: 50px;
	height: 20px;
	padding-right: 5px;
	background:url(../img/btn-close.png) 33px 1px no-repeat;
	font-size: 0.75em; /* 12 / 16 */
	line-height: 1.2;
	text-transform: lowercase;
	color: #fff;
	}
	
	/* ======= Search Openings - ATS template ====== */
	
		
	body#search-openings #section .article {
	float: left;
	position: relative;
	width: 94.38775%; /* 655px / 980px */
	min-height: 600px;
	padding: 10px 3.06122% 7em 2.55102%; /* Right: 30px / 980px, Left: 25px / 980px */
	position: relative;
	z-index: 2;  /* Never ever ever change this */
	}
	
	

	body#search-openings .article h1 {
	padding: 20px 160px 15px 70px;
	}
	
	body#search-openings .article p {
	padding: 0 200px 12px 70px;
	}
	
	
	
	
	
/* Cllases to control right panel videos visibilty */
	
	div#video-12 {
		display:none;
		 }
	
	body#innovation-current-projects div#video-12 {
		display:block;
		 }
	
	
	div#video-13 {
		display:none;
		 }
	
	body#our-brands div#video-13 {
		display:block;
		 }	
	
	
	div#video-14 {
		display:none;
		 }
	
	body#our-brands div#video-14,
	body#innovation-current-projects div#video-14,
	body#technology  div#video-14 {
		display:block;
		 }		
	
	/* ===== Hacks ====== */

	#page:after, #section:after, .header:after, #breadcrumbs:after, #project-content:after, #brand-selections:after, #stories:after, .events-content:after, .event-item:after, .location-item:after, #footer:after , .panel:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
	}

}

#privacy-policy #section
{
    background:none;
}

#privacy-policy .article ul {
    list-style: disc outside none;
    margin: 0;
    padding: 0 0 12px;
}

#privacy-policy .article ul li
{
    margin-left:30px;
    
    }
    
    
    ul.list { 
		padding:0; 
		margin:0; 
		text-align:left; 
		list-style:none !important; 
	 }
	 
	ul.list li {  
		 
		
		font-weight:normal; 
		padding:0; 
		margin:0;
		line-height:20px;
		background: url(../img/tick-icon.png) 0px 5px  no-repeat;
		padding-left:20px;

	 }
	 
	 
	   ul.list li ul { 
		padding:0; 
		margin:5px 0 5px 15px; 
		text-align:left; 
		list-style:disc !important; 
	 }
	 
	    ul.list li ul li { 
			background: transparent;
			padding-left:0px;

	 }