/**************/
/*---GLOBAL---*/
/**************/
/*--Imports--*/
/*--Variables--*/
/* BLACK */
/* WHITE */
/* RED */
/* YELLOW */
/* ORANGE 1 */
/* ORANGE 2 */
/* ORANGE 3 */
/* BROWN 1 */
/* BROWN 2 */
/* BROWN 3 */
/* BROWN 4 */
/* BROWN 5 */
/* GRAY 1 */
/* GRAY 2 */
/* GRAY 3 */
/* GRAY 4 */
/*--Fonts--*/
@font-face {
  font-family: 'AvantGardeDemiRegular';
  src: url('../fonts/itc_avant_garde_gothic_demi-webfont.eot');
  src: url('../fonts/itc_avant_garde_gothic_demi-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/itc_avant_garde_gothic_demi-webfont.woff') format('woff'), url('../fonts/itc_avant_garde_gothic_demi-webfont.ttf') format('truetype'), url('../fonts/itc_avant_garde_gothic_demi-webfont.svg#AvantGardeDemiRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*--Bundles--*/
/*--Functions--*/
/*--Reset--*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
button,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a:focus {
  outline: 1px dotted;
}
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus,
.button:focus {
        outline: 2px solid #f8be4c;
}
a.mouse-focus:focus,
input.mouse-focus:focus,
textarea.mouse-focus:focus,
button.mouse-focus:focus,
select.mouse-focus:focus,
.button.mouse-focus:focus {
    outline: none;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.relative {
  position: relative;
}
.orange {
	color:#f36700;
}
.drk-gry {
	color:#8d8279;
}

/* IE7 drop down warning */
.fccWarning {
	width:398px;	min-height:74px;
	max-height:150px;
	background-color:#DDD9D7;
	margin: 0 0 0 -179px;
	padding:0 0 5px 0;
	position:absolute;
	left:50%;	top:-155px;
	overflow:hidden;
	z-index:100;
}
.fccWarning p {
	font-size:11px;
	color:#000000;
	line-height:14px;
	font-family:Helvetica, Arial, sans-serif;
	width:365px;
	margin: 9px 0 10px 10px;
}
.fccWarningIcon {
	float:left;
	width:50px;	height:50px;
	margin: 0 15px 0 7px;
}
.fccClose {
	width:19px;	height:19px;
	position:absolute;
	bottom:0px;	right:0px;
	cursor:pointer;
}
.fccWarningie, .fccWarningff {
	display:none;
}
/* Faith login  */

.sony-brwn {
	color:#8d8279;
}

.usr-icn {
	margin: 0 0 0 15px;
}

.usr-icn-lgn {
	margin: 0 5px 0 0;
}

.prtnr-icn-lgn {
	margin: 0 5px;
}

/* Faith login */

/*--General--*/
body {
  font: 12px "Arial", sans-serif;
  min-width: 980px;
}
a {
  color: #f36700;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Customized radiobuttons and checkboxes for Webkit browsers */
  input[type="checkbox"]:before,
  input[type="radio"]:checked:before {
    content: '';
    display: block;
    cursor: pointer;
    width: 13px;
    height: 15px;
    background: url('../images/sprite.png') no-repeat -70px -200px;
  }
  input[type="checkbox"]:checked:before {
    width: 15px;
    background-position: -55px -200px;
    margin: -2px 0 0 0;
	background-color: #f4f2f2;
  }
  input[type="checkbox"]:hover:before {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  }
  input[type="checkbox"]:hover:checked:before {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  input[type="radio"]:checked {
    visibility: hidden;
  }
  input[type="radio"]:checked:before {
    width: 12px;
    visibility: visible;
    background-position: -85px -200px;
  }
}
/*--Structure--*/
.pge-wrapper {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
.page-main-title {
  font-family: 'AvantGardeDemiRegular', sans-serif;
  font-size: 29px;
}
.usp-font .page-main-title {
    font-family: sans-serif;
    font-weight:bold;
}
.page-h2-title {
  font-family: 'AvantGardeDemiRegular', sans-serif;
  font-size: 23px;
  margin-bottom: 10px; 
}
.usp-font .page-h2-title {
    font-family: sans-serif;
    font-weight:bold;
    font-size: 23px;
    margin-bottom: 10px;
}
.box-type-1 {
  position: relative;
  padding-bottom: 25px;
}
.button {
  display: inline-block;
}
.button-type1 {
  width: 25px;
  height: 25px;
  line-height: 0;
  text-indent: -9999px;
  text-decoration: none;
}
.button-type2 {
  position: relative;
  line-height: 25px;
  text-decoration: none;
  background: #8d8279;
  color: #ffffff;
  padding: 0px 30px 0px 5px;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.button-type2:hover {
  background: #7a7368;
  text-decoration: none;
}
.button-type2.secondary {
  background: #ddd9d7;
  color: #8d8279;
}
.button-type2.secondary:hover {
  background: #cdc8c4;
}
.button-type2.secondary:after {
  content: '>';
  position: absolute;
  display: block;
  width: 24px;
  color: #f6f5f4;
  font-family: sans-serif !important;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
  border: 0;
  background: #8d8279;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button-type3 {
  position: relative;
  background: url('../images/bg_main_menu_item.png') center left no-repeat #8d8279;
  color: #ffffff;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.button-type3.color2 {
  background-color: #f36700;
}
.button-type3.color2:hover {
  background-color: #df7c00;
  text-decoration: none;
}
.button-type3:hover {
  background-color: #7a7368;
  text-decoration: none;
}
.button-type4 {
  position: relative;
  display: block;
  height: 47px;
  line-height: 47px;
  padding: 0 0 0 50px;
  color: #ffffff;
  background: #aaa19b;
  background-repeat: no-repeat;
  background-position: 10px center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.button-type4:hover {
  background-color: #9a9188;
  text-decoration: none;
}
.button-type4.flex {
    line-height: normal;
}
.button-type4.flex span{
    display:table-cell;
    vertical-align: middle;
    height:47px;
}
.lte-ie7 .button-type1 {
  background: url('../images/ico_arrow_type1.gif') no-repeat bottom right;
  width: 100%;
  height: 100%;
}
.lte-ie7 .button-type2 {
  background: url('../images/ico_arrow_type1.gif') no-repeat bottom right #8d8279;
}
.lte-ie7 .button-type2:hover {
  background: url('../images/ico_arrow_type1.gif') no-repeat bottom right #80786d;
}
.button-type1:after {
  content: '>';
  position: absolute;
  display: block;
  width: 24px;
  color: #ffffff;
  font-family: sans-serif !important;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
  border: 0;
  background: #f36700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23px;
  line-height: 23px;
  bottom: 0;
  right: 0;
  border: 1px solid #ffffff;
  border-right: none;
  border-bottom: none;
}
.button-type2:after {
  content: '>';
  position: absolute;
  display: block;
  width: 24px;
  color: #ffffff;
  font-family: sans-serif !important;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
  border: 0;
  background: #f36700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 25px;
  line-height: 25px;
  bottom: 0;
  right: 0;
}
.button-type3.color2:after {
  background: #8d8279;
}
.button-type3:after {
  content: '>';
  position: absolute;
  display: block;
  width: 24px;
  color: #ffffff;
  font-family: sans-serif !important;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
  border: 0;
  background: #f36700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 24px;
  bottom: 0;
  right: 0;
  border: 1px solid #ffffff;
  border-right: none;
  border-bottom: none;
}
.button-type4:after {
  content: '>';
  position: absolute;
  display: block;
  width: 24px;
  color: #ffffff;
  font-family: sans-serif !important;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
  border: 0;
  background: #f36700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23px;
  line-height: 23px;
  bottom: 0;
  right: 0;
  border: 1px solid #ffffff;
  border-right: none;
  border-bottom: none;
}
@-moz-document url-prefix() {
  /* FF Only */
  /*.button-type4:after {
    right: 3px;
  }*/
}
.box-type-1 .button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.full-clickable .button-type1 {
  background: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
}
.lte-ie8 .full-clickable .button-type1 {
  background: url('../images/transparent.gif');
}
.image-block {
  margin-bottom: 10px;
}
.image-block img {
  float: left;
  margin-right: 10px;
}
.image-block .block-content {
  overflow: auto;
}
.image-block.image-right img {
  float: right;
}
.tab-area .tab-buttons li {
  float: left;
}
.tab-area .tab-buttons li a {
  display: block;
}
.tab-area.style1 .tab-buttons {
  padding-left: 10px;
  margin:0 0 -1px 0;
}
.tab-area.style1 .tab-buttons li {
  margin-right: 5px;
}
/* Faith */
.tab-area .tab-buttons-flex li {
  float: left;
}
.tab-area .tab-buttons-flex li a {
  display: block;
}
.tab-area.style1 .tab-buttons-flex {
  padding-left: 10px;
  margin:-33px 0 -1px 0;
}
.tab-area.style1 .tab-buttons-flex li {
  margin-right: 5px;
}
/* Faith */
.tab-area.style1 .tab-content {
  background: url('../images/bg_product_detail_tab_content.png') repeat-x;
  border: 1px solid #aaa19b;
}
.tab-area.style1 .tab {
  position: relative;
  border-left: 1px solid #aaa19b;
  padding: 8px;
  font-size: 14px;
  color: #8d8279;
  /* Faith edit */
  background: url('../images/bg_tab_corner_3.png') top right no-repeat;
}
.tab-area.style1 .tab.selected {
  background: url('../images/bg_tab.png') top right no-repeat;
  color: #f36700;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  padding-top: 11px;
  margin-top: -3px;
}
.tab-area.style1 .tab:after {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: -1px;
  right: -1px;
}
.tab-area.style1 .tab-inner-content {
  float: left;
}
.tab-area.style1 .tab-inner-navigation {
  float: left;
}
.tab-area.style1 .tab-content-title {
  font-size: 18px;
  margin-bottom: 12px;
}
.list-type-1 > li {
  background: url('../images/sprite.png') no-repeat -520px -1997px;
  padding-left: 20px;
  margin-bottom: 17px;
}
.list-type-1 > li h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1px;
}
.list-type-2 > li {
  background: url('../images/sprite.png') no-repeat -680px -1697px;
  padding-left: 25px;
  margin-bottom: 17px;
}
.list-type-2 > li h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1px;
}
.list-type-3 > li {
  background: url('../images/sprite.png') no-repeat -680px -1396px;
  padding-left: 15px;
  margin-bottom: 5px;
}
.list-type-4 li {
  background: url('../images/sprite.png') no-repeat -440px -2096px;
  padding-left: 18px;
  margin-bottom: 5px;
}
.list-type-4 li ul {
  margin: 5px 0 0 2px;
}
.list-type-5 {
  margin-top: 5px;
}
.list-type-5 > li {
  background: url('../images/sprite.png') no-repeat -780px -1596px;
  padding-left: 11px;
  margin-bottom: 3px;
}
.list-type-6 > li {
  background: url('../images/sprite.png') no-repeat -600px -1896px;
  padding-left: 15px;
  margin-bottom: 8px;
}
.table-type1 {
  width: 100%;
  background: #f6f5f4;
}
.table-type1 th {
  padding: 5px 5px 5px 20px;
  background: url('../images/sprite.png') no-repeat -770px -1590px;
  border-bottom: 1px solid #ddd9d7;
  text-align: left;
}
.table-type1 td {
  padding: 5px;
  border-bottom: 1px solid #ddd9d7;
}
.table-type1 tr:last-child th,
.table-type1 tr:last-child td {
  border-bottom: none;
}
.table-type2 {
  width: 100%;
  background: #ffffff;
  border: 1px solid #c6c0bc;
}
.table-type2 th {
  text-align: left;
  font-weight: bold;
  padding: 3px 5px;
  background: #ddd9d7;
  color: #000000;
  border-right: 1px solid #c6c0bc;
}
.table-type2 td {
  padding: 3px 5px;
  border-right: 1px solid #c6c0bc;
  border-bottom: 1px solid #c6c0bc;
}
.table-type2 td.right {
  text-align: right;
}
.table-type2 .zebra td {
  background: #f6f5f4;
}
.table-type2 .button {
  background-color: transparent;
  font-size: 14px;
  color: #8d8279;
}
.pagination-area {
  position: relative;
  height: 40px;
  text-align: center;
  background: #ddd9d7;
}
.pagination-area .go {
  display: block;
  position: absolute;
  top: 13px;
  font-size: 14px;
  color: #8d8279;
}
.pagination-area .prev {
  padding-left: 15px;
  left: 15px;
  background: url('../images/sprite.png') no-repeat left -91px;
}
.pagination-area .next {
  padding-right: 15px;
  right: 15px;
  background: url('../images/sprite.png') no-repeat right -91px;
}
.pagination-area .pages {
  margin-top: 7px;
}
.pagination-area .pages .label {
  font-size: 14px;
  color: #8d8279;
}
.pagination-area .pages a {
  display: inline-block;
  width: 23px;
  line-height: 23px;
  background: #ffffff;
  color: #8d8279;
  border: 1px solid #8d8279;
}
.pagination-area .pages a:hover,
.pagination-area .pages a.selected {
  background: #f36700;
  color: #ffffff;
  text-decoration: none;
}
.search-bar {
  background: #c6c0bc;
  margin-bottom: 20px;
  padding: 15px 20px;
}
.search-bar.supp-article {
  background: #c6c0bc;
  margin-bottom: 20px;
  padding: 15px 20px 5px 20px;
}
.search-bar .search-text {
  width: 768px;
  height: 35px;
  padding: 0px 10px;
  line-height: 35px;
  font-size: 21px;
  margin-right: 25px;
  border: 1px solid #aaa19b;
  vertical-align: middle;
}
.search-bar .button {
  vertical-align: middle;
  float:right;
  margin-top:6px;
}
.search-bar .ui-datepicker-trigger {
  display: inline-block;
  vertical-align: middle;
}
.search-bar .form-wrapper .row label {
  color: #404040;
}
.search-bar .form-wrapper .row .split {
  margin-right: 30px;
}
.engagement-area .button {
  background-image: url('../images/sprite.png');
}
.engagement-area .press-contacts {
  background-position: 6px -879px;
}
.engagement-area .subscribe {
  background-position: 1px -927px;
}
.engagement-area .consumer-site {
  background-position: 6px -975px;
}
.engagement-area .bios {
  background-position: 5px -1024px;
}
/*--Isotope--*/
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -moz-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/*--Forms--*/
.form-wrapper .row {
  overflow: auto;
  padding: 5px;
  margin-bottom: 5px;
}
.form-wrapper .row input {
  vertical-align: middle;
}
.form-wrapper .row label {
  display: block;
  font-weight: bold;
  vertical-align: middle;
  margin-bottom: 4px;
}
.form-wrapper .row label.required:after {
  display: inline;
  content: '*';
  color: #f36700;
  font-weight: bold;
  margin-left: 5px;
}
.form-wrapper .row label.side {
  display: inline-block;
}
.form-wrapper .row label.input-info {
  font-weight: normal;
  margin-bottom: 0;
}
.form-wrapper .row .split {
  float: left;
  margin-right: 10px;
}
.form-wrapper .row .split.fit {
  float: none;
  overflow: auto;
}
.form-wrapper .row .info {
  font-weight: bold;
  margin-top: 5px;
}
.form-wrapper .row .helper {
  display: block;
  margin-top: 5px;
}
.form-wrapper .row .small-text p {
  color: #666666;
  font-size: 11px;
  margin-bottom: 8px;
  text-align: left;
}
.form-wrapper .row .small-text a {
  color: #666666;
  text-decoration: underline;
}
.form-wrapper .row .input-info {
  color: #666666;
}
.form-wrapper .row .break {
  display: block;
  margin-top: 10px;
  font-size: 0;
  line-height: 0;
}
.form-wrapper .row.closer {
  margin-top: -10px;
}
.form-wrapper .row.error {
  background: #fddccb;
}
.form-wrapper .row.after-post {
  padding: 10px 14px !important;
}
.form-wrapper .row.after-post .error {
  font-weight: bold;
  color: #ff0000;
}
.form-wrapper .row.captcha {
  /* IE scroll bar fix */
  overflow: hidden !important;
}
.form-wrapper hr {
  height: 2px;
  border: 0;
  margin: 10px 0;
  background: url('../images/bg_horizontal_rule_1.gif') repeat-x top left;
}
.form-wrapper legend {
  width: 100%;
}
.form-wrapper legend .mandatory {
  color: #f36700;
  float: right;
}
.form-errors {
  display: none;
  padding-top: 5px;
  clear: both;
}
.form-errors label.error {
  font-size: 12px;
  color: #ff0000;
}
.form-errors label.error.lost-pwd {
	width:350px;
}
.form-errors label.error[for] {
  cursor: pointer;
}
.textbox,
.selectbox {
  vertical-align: middle;
  margin: 0;
  padding: 3px;
  height: 19px;
  border: 1px solid #c6c0bc;
}
.textbox.size-1,
.selectbox.size-1 {
  width: 80px;
}
.textbox.size-2,
.selectbox.size-2 {
  width: 190px;
}
.textbox.size-3,
.selectbox.size-3 {
  width: 290px;
}
.textbox.size-4,
.selectbox.size-4 {
  width: 340px;
}
.selectbox {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/*--Tables--*/
/*--Popup--*/
.pge-iframe {
  background: none;
  min-width: 0;
}
.pge-iframe .pge-wrapper {
  width: auto;
  margin: 0;
}
.popup-content {
  padding: 35px 25px 25px 25px;
  background: #eeeceb;
  border-left: 3px solid #f36700;
  border-right: 3px solid #f36700;
}
.popup-content .popup-title {
  font-size: 29px;
  font-family: 'AvantGardeDemiRegular', sans-serif;
  margin-bottom: 15px;
}
.usp-font .popup-content .popup-title {
    font-family: sans-serif;
    font-weight:bold;
}
.popup-content p {
  font-size: 16px;
  margin-bottom: 10px;
}
.popup-content table th,
.popup-content table td {
  padding: 9px;
  vertical-align: middle;
}
.popup-content table th {
  font-weight: bold;
  text-align: right;
}
.popup-content .button-area {
  text-align: right;
}
.popup-content .button-area .button.right-inner {
  float: right;
  margin-top: -35px;
}
.popup-content .button-area .button.right-inner.secondary {
  margin-top: -70px;
}
.popup-content .button-area .button.fix {
  min-width: 35px;
  text-align: center;
}
.popup-content > .column-1 {
  float: left;
}
.popup-content > .column-2 {
  float: left;
}
.popup-content .left-menu {
  border-right: 3px solid #f36700;
}
.popup-content .left-menu.engagement-menu li {
  position: relative;
}
.popup-content .left-menu.engagement-menu .button {
  line-height: normal;
  padding: 0 20px 0 50px;
  height: 47px;
  width: 154px;
  display: table-cell;
  vertical-align: middle;
}
.popup-content.type-2 {
  background: transparent;
  border: none;
  padding: 0;
  overflow: hidden;
}
.popup-content.type-2 > .column-1 {
  padding-bottom: 9999px;
  margin-bottom: -9999px;
  width: 224px;
  min-height: 470px;
  overflow: hidden;
  background: #ddd9d7;
  border-right: 3px solid #f36700;
}
.popup-content.type-2 > .column-1 ul {
  margin-top: 10px;
  border-top: 3px solid #ffffff;
}
.popup-content.type-2 > .column-1 ul li {
  border-bottom: 3px solid #ffffff;
}
.popup-content.type-2 > .column-1 ul li .button {
  border-right: 3px solid #ffffff;
  background-image: url('../images/sprite.png');
}
.popup-content.type-2 > .column-1 ul li.selected .button,
.pge-engagement-type-2 .prof-nav ul li.selected .button {
  background-color: #f36700;
  border-right: 3px solid #f36700;
}
.popup-content.type-2 > .column-1 ul li.selected .button:after,
.pge-engagement-type-2 .prof-nav ul li.selected .button:after {
  display: none;
}
.popup-content.type-2 > .column-1 .my-details,
.pge-engagement-type-2  .prof-nav ul li a.my-details {
  background-position: 6px -542px;
}
.popup-content.type-2 > .column-1 .about-me,
.pge-engagement-type-2  .prof-nav ul li a.about-me {
  background-position: 4px -591px;
}
.popup-content.type-2 > .column-1 .warranty,
.pge-engagement-type-2  .prof-nav ul li a.warranty {
  background-position: 7px -686px;
}
.popup-content.type-2 > .column-1 .subscriptions,
.pge-engagement-type-2  .prof-nav ul li a.subscriptions {
  background-position: 5px -736px;
}
.popup-content.type-2 > .column-1 .contact-sony,
.pge-engagement-type-2  .prof-nav ul li a.contact-sony {
  background-position: 5px -788px;
}
.popup-content.type-2 > .column-1 .find-dealer,
.pge-engagement-type-2  .prof-nav ul li a.find-dealer {
  background-position: 5px -832px;
}
.popup-content.type-2 > .column-1 .press,
.pge-engagement-type-2  .prof-nav ul li a.press {
  background-position: 6px -1070px;
}
.popup-content.type-2 > .column-1 .tab-description {
  border-right: 3px solid #ffffff;
  padding: 15px;
  padding-bottom: 9999px;
  margin-bottom: -9999px;
}
.popup-content.type-2 > .column-1 .tab-description p {
  color: #404040;
  font-size: 12px;
}
.popup-content.type-2 > .column-2 {
  width: 652px;
  padding: 15px;
  padding-bottom: 9999px;
  margin-bottom: -9999px;
  border-right: 3px solid #f36700;
  background-color: #f6f5f4;
}
.popup-content.type-2 > .column-2 .popup-title.type-1 {
  padding: 0px 20px;
  background: #fde8d9;
  color: #aaa19b;
  font-size: 19px;
  line-height: 35px;
}
.popup-content.type-2 > .column-2 .popup-title.type-2 {
  color: #FFFFFF;
  font-size: 19px;
  line-height: 35px;
}
.popup-content.type-2 > .column-2 p {
  color: #666666;
  padding-right: 30px;
}
.popup-content.type-2 > .column-2 .button {
  margin-left: 20px;
}
.pge-in-the-box {
  border-left: 3px solid #f36700;
  border-right: 3px solid #f36700;
  background: #eeeceb;
  width: 682px;
  padding: 37px;
}
.pge-in-the-box .model-name {
  color: #f36700;
}
.pge-in-the-box .model-image {
  margin-right: 22px;
}
.pge-change-country {
  width: 682px;
  padding: 37px;
  border-left: 3px solid #f36700;
  border-right: 3px solid #f36700;
  background: #eeeceb;
}
.pge-change-country .form-wrapper label {
  width: 100px;
  margin-right: 5px;
  text-align: right;
}
.pge-register {
  width: 912px;
  border: none;
  padding: 0;
  background: transparent;
}
.pge-register .login-area {
  padding: 25px;
  margin-right: 20px;
  width: 219px;
  border-left: 3px solid #f36700;
  border-right: 3px solid #f36700;
  background: #fde8d9;
}
.pge-register .login-area .popup-title {
  color: #f36700;
}
.pge-register .login-area .form-wrapper .row {
  width: 198px;
}
.pge-register .login-area .form-wrapper legend {
  color: #666666;
  padding: 0 10px 25px 10px;
}
.pge-register .login-area .form-wrapper .textbox {
  border: 1px solid #c6c0bc;
}
.pge-register .register-area {
  width: 561px;
  padding: 25px;
  border-left: 3px solid #f36700;
  border-right: 3px solid #f36700;
  background: #eeeceb;
}
.pge-register .register-area .form-wrapper legend {
  color: #666666;
  padding-bottom: 10px;
}
.pge-register .register-area .form-wrapper legend .mandatory {
  color: #f36700;
  float: right;
}
.pge-register .register-area .form-wrapper .form-errors {
  width: 180px;
  padding-right: 10px;
}
.pge-register .register-area .form-wrapper .form-errors label {
  position: absolute;
  width: 180px;
}
.pge-delaer-not-found {
  width: 760px;
  padding: 35px 25px 25px 25px;
  background: #eeeceb;
  border-left: 3px solid #f36700;
  border-right: 3px solid #f36700;
}
.pge-delaer-not-found .form-wrapper legend {
  color: #666666;
  padding-bottom: 10px;
  font-size: 16px;
}
.pge-delaer-not-found .form-wrapper .form-errors {
  width: 180px;
  padding-right: 10px;
}
.pge-delaer-not-found .form-wrapper .form-errors label {
  position: absolute;
  width: 180px;
}
.pge-password-reset {
  width: 760px;
}
.pge-password-reset .form-wrapper legend {
  color: #666666;
  padding-bottom: 10px;
  font-size: 16px;
}
.pge-password-reset .form-wrapper label.side {
  width: 140px;
  padding-right: 5px;
  text-align: right;
}
/* */
.pge-lost-password {
  width: 760px;
}
.pge-lost-password .form-wrapper legend {
  color: #666666;
  padding-bottom: 10px;
  font-size: 16px;
}
.pge-lost-password .form-wrapper label.side {
  width: 140px;
  padding-right: 5px;
  text-align: left;
}
/*--Dealer Locator(new)--*/
.pge-dl-con {
	width:954px;	min-height:600px;
	border-left:solid 3px #f26702;
	border-right:solid 3px #f26702;
	border-top:solid 3px #f26702;
}
.pge-dl-content .search-con {
	width:954px;	min-height:185px;
	background-color:#f1f0ee;
	border-bottom:solid 3px #8f8279;
}
.pge-dl-content .search-con h1{
	font-family: 'AvantGardeDemiRegular';
	line-height:50px;
	font-size:19px;
	color:#FFF;
	background:#f26702 url('../images/dl-h1-bg.gif') repeat-x left top;
	padding: 0 0 0 13px;
}
.usp-font .pge-dl-content .search-con h1{
    font-family: sans-serif;
    font-weight:bold;
}
.pge-dl-content .search-con .inner-con{
	padding: 17px 13px 17px 13px;
	min-height:101px;
}
.pge-dl-content .search-con .intrcts{
	font-family: 'AvantGardeDemiRegular';
	color:#988d83;
	font-size:22px;
	margin: 0 0 20px 0;
}
.usp-font .pge-dl-content .search-con .intrcts{
    font-family: sans-serif;
    font-weight:bold;
}
.pge-dl-content .search-con .search-s1,
.pge-dl-content .search-con .search-s2 {
	width:397px;
	float:left;
}
.pge-dl-content .search-con .search-s1 input,
.pge-dl-content .search-con .search-s2 input {
	width:390px;
}
.pge-dl-content .search-con .search-s1 select,
.pge-dl-content .search-con .search-s2 select {
	width:396px;
	margin:10px 0 0 0;
}
.pge-dl-content .search-con .search-s1 p,
.pge-dl-content .search-con .search-s2 p {
	margin: 0 0 9px 0;
	font-weight:bold;
}
.pge-dl-content .search-con .search-s2 p.required:after,
.pge-dl-content .search-con .search-s1 p.required:after {
	display: inline;
	content: '*';
	color: #f36700;
	font-weight: bold;
	margin-left: 5px;
}
/*.pge-dl-content .search-con .search-s2 p.err-msg label {
	
}*/
.pge-dl-content .search-con .search-s2 p.err-msg label.error {
	background: url("../images/rfi-form-cross.gif") no-repeat 5px 0px;
	padding:0 0 0 30px;
	margin:15px 0 0 0;
	font-weight:normal;
	color:#e61a28;
	display:block !important;
}
.pge-dl-content .search-con .search-s2 p.err-msg label.checked {
	background:none;
	display:none !important;
}
.pge-dl-content .search-con .submit,
.pge-dl-engagement.no-results .dealer-sidebar .contact-form .submit {
	border:1px solid #fff;
	color:#FFFFFF;
	font-size:14px;
	background:#f56600 url('../images/grey-cta-arrw-tbr-cut.gif') no-repeat right top;
	padding: 4px 40px 5px 6px;
	float:right;
	margin:24px 0 0 0;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
}
.ie7 .pge-dl-content .search-con .submit,
.ie7 .pge-dl-engagement.no-results .dealer-sidebar .contact-form .submit {
	padding: 4px 25px 1px 0px;
}
@-moz-document url-prefix() { 
  .pge-dl-content .search-con .submit {
	padding: 4px 40px 3px 6px;
  }
}
@-moz-document url-prefix() { 
  .pge-dl-engagement.no-results .dealer-sidebar .contact-form .submit {
	padding: 4px 40px 2px 6px;
  }
}
.pge-dl-content .search-con .search-s1 {
	padding:0 11px 0 0;
	/*border-right:solid 1px #988d83;*/
}
.pge-dl-content .search-con .search-s2 {
	padding: 0 0 0 10px;
}
.pge-dl-engagement .dealer-wrapper {
  position: relative;
  padding: 15px;
  width: 652px;
  height: 692px;
  /*border: 1px solid #aaa19b;*/
  background: #ddd9d7;
}
.pge-dl-engagement .dealer-wrapper.map {
  padding: 0;
  width: 652px;
  height: 692px;
  float:right;
}
.pge-dl-engagement .dealer-wrapper.map.full {
  width: 954px;
}
.pge-dl-engagement .dealer-wrapper.map h2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  height: 40px;
  color: #ffffff;
  background: #f36700;
  margin-bottom: 0px;
}
.pge-dl-engagement .dealer-wrapper.map h2 a {
  float: right;
  margin: -4px 8px 0 0;
}
.pge-dl-engagement .dealer-wrapper.map h2 a:after {
  content: '>';
  position: absolute;
  display: block;
  width: 24px;
  color: #ffffff;
  font-family: sans-serif !important;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
  border: 1px solid #ffffff;
  background: #f36700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pge-dl-engagement .dealer-wrapper .form-wrapper .specialsation-filter,
.pge-dl-engagement .dealer-wrapper .form-wrapper .product-filter {
  width: 610px;
  min-height: 80px;
}
.pge-dl-engagement .dealer-wrapper .form-wrapper .specialsation-filter legend,
.pge-dl-engagement .dealer-wrapper .form-wrapper .product-filter legend {
  background: #c6c0bc;
  color: #f36700;
  width: 100%;
}
.pge-dl-engagement .dealer-wrapper .form-wrapper .specialsation-filter legend a,
.pge-dl-engagement .dealer-wrapper .form-wrapper .product-filter legend a {
  font-weight: normal;
  font-size: 12px;
  float: right;
}
.pge-dl-engagement .dealer-wrapper .form-wrapper .specialsation-filter .button-area,
.pge-dl-engagement .dealer-wrapper .form-wrapper .product-filter .button-area {
  position: absolute;
  top: 95px;
  right: 0;
}
.pge-dl-engagement .dealer-wrapper .button-area {
  padding-right: 25px;
}
.pge-dl-engagement .dealer-wrapper h2 {
  color: #aaa19b;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.pge-dl-engagement .dealer-wrapper h2 a {
  float: right;
  font-size: 12px;
  font-weight: normal;
  margin: -3px -5px 0 0;
}
.pge-dl-engagement .dealer-wrapper .dealer-map {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 692px;
  background: #8d8279 url('../images/loading_2.gif') center center no-repeat;
}
.pge-dl-engagement .dealer-wrapper .dealer-map.narrow {
  width: 651px;
}
.pge-dl-engagement .dealer-wrapper .dealer-map .close-button {
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url('../images/sprite.png') no-repeat 0 -200px;
}
.pge-dl-engagement .dealer-sidebar {
  position: relative;
  width: 299px;
  border-right:3px solid #f26702;
  height: 692px;
  position: absolute;
  z-index:5;
  left: 3px;
  background: #ffffff;
  overflow:hidden;
}
.pge-dl-engagement .dealer-sidebar .results-msg,
.pge-dl-engagement.no-results .dealer-sidebar .results-msg{
	width:299px;	min-height:68px;
	background: rgb(142,129,120); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlODE3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZjYyNWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(142,129,120,1) 0%, rgba(111,98,92,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(142,129,120,1)), color-stop(100%,rgba(111,98,92,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(142,129,120,1) 0%,rgba(111,98,92,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(142,129,120,1) 0%,rgba(111,98,92,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(142,129,120,1) 0%,rgba(111,98,92,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(142,129,120,1) 0%,rgba(111,98,92,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8178', endColorstr='#6f625c',GradientType=0 ); /* IE6-8 */
}
.pge-dl-engagement.no-results .dealer-sidebar .results-msg{
	min-height:91px;
}
.pge-dl-engagement .dealer-sidebar .results-msg p,
.pge-dl-engagement .dealer-sidebar .results-msg p{
	color:#FFFFFF;
	line-height:19px;
	font-size:16px;
	margin:20px 0 0 18px;
	float:left;
	padding:0 10px 20px 0;
}
.pge-dl-engagement.no-results .dealer-sidebar .results-msg p {
	margin:18px 0 0 18px;
}
.engmnt-form label.status {
	width:260px;
}
#dealer-locator-form label.error,
.engmnt-form label.error {
  background:url("../images/rfi-form-cross.gif") no-repeat 5px 0px;
  padding-left: 28px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #e61a28;
  width:240px;
  min-height:18px;
  display:block;
}
.engmnt-form td.status.top {
	vertical-align:top;
}
#captcha_table #capstatus.status {
    vertical-align: top !important;
}

.full .engmnt-form label.error {
	width:400px;
}
.engmnt-form.update-det label.error {
	width:147px;
	height:auto !important;
}
.engmnt-form.update-det td.status {
	width:175px;
}
#dealer-locator-form label.error{
  margin-top: -10px;
  margin-bottom: 10px;
  display:block !important;
}
#dealer-locator-form {
  /*height: 544px;*/
}
#dealer-locator-form label.checked{
  display:none !IMPORTANT;
}
.pge-dl-engagement.no-results .dealer-sidebar .contact-form{
	background:#f1f0ee;
	width:273px;	min-height:544px;
	padding: 30px 13px 27px 13px;
}
.pge-dl-engagement.no-results .dealer-sidebar .jPane {
	width:299px;
	height:602px;
}
.ie8 .pge-dl-engagement.no-results .dealer-sidebar .contact-form{
	padding: 30px 13px 17px 13px;
}
.ie9 .pge-dl-engagement.no-results .dealer-sidebar .contact-form,
.ie10 .pge-dl-engagement.no-results .dealer-sidebar .contact-form{
	padding: 30px 13px 29px 13px;
}
.pge-dl-engagement.no-results .dealer-sidebar .contact-form textarea{
	width:264px;
	height:90px;
	resize:none;
	margin:0 0 13px 0;
}
.pge-dl-engagement.no-results .dealer-sidebar .contact-form label{
	display:block;
	margin:0 0 2px 0;
}
.pge-dl-engagement.no-results .dealer-sidebar .contact-form label.required:after {
	display: inline;
	content: '*';
	color: #f36700;
	font-weight: bold;
	margin-left: 5px;
}
.pge-dl-engagement.no-results .dealer-sidebar .contact-form label.inline{
	float:right;
	width:245px;
}
.pge-dl-engagement.no-results .dealer-sidebar .contact-form label.checkbox{
	float:left;
}
.pge-dl-engagement.no-results .dealer-sidebar .contact-form .hr{
	width:299px;	height:1px;
	background:#dddcda;
	margin:40px 0 0 -13px;
}
.pge-dl-engagement.no-results .dealer-sidebar .contact-form input.textbox{
	width:264px;
	margin:0 0 14px 0;
}
.pge-dl-engagement .dealer-sidebar .dealer-list {
  width: 299px;
  height: 624px;
  overflow:scroll;
}
.pge-dl-engagement .dealer-sidebar .dealer-list .dtls{
	width:160px;
	float:left;
}
.pge-dl-engagement .dealer-sidebar .dealer-list .icons{
	float:right;
	width:40px;
}
.pge-dl-engagement .dealer-sidebar .dealer-list .jspTrack,
.pge-dl-engagement.no-results .dealer-sidebar .jspTrack {
	background-color:#FFF !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}
.pge-dl-engagement .dealer-sidebar .dealer-list .jspVerticalBar,
.pge-dl-engagement.no-results .dealer-sidebar .jspVerticalBar {
	width: 13px;
}
.pge-dl-engagement .dealer-sidebar .dealer-list .jspDrag,
.pge-dl-engagement.no-results .dealer-sidebar .jspDrag {
	background: #c6c0bc;
	width: 7px;
	left: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/*.pge-dl-engagement .dealer-sidebar.closed {
  right: -216px;
}*/
.pge-dl-engagement .dealer-sidebar.closed .dealer-handle {
  background-position: -598px -38px;
}
.pge-dl-engagement .dealer-sidebar ul {
	background:#f1f0ee;
	padding: 0px 0;
	width:299px;
}
.pge-dl-engagement .dealer-sidebar ul li {
  min-height: 26px;
  padding: 11px 10px 11px 53px;
  cursor: pointer;
  border-bottom:dotted #d4d3d1 2px;
  background: transparent 23px 10px no-repeat;
}
.pge-dl-engagement .dealer-sidebar ul li h3,
.pge-dl-engagement .dealer-sidebar ul li p,
.pge-dl-engagement .dealer-sidebar ul li a {
  display: block;
  word-wrap: break-word;
  max-width: 160px;
}
.pge-dl-engagement .dealer-sidebar ul li p.display {
	display:none;
	padding: 3px 10px;
	background-color: #f26702;
	color:#fff;
	border-radius:3px;
}
.pge-dl-engagement .dealer-sidebar ul li a.icon {
	width:23px;	height:23px;
	margin:4px 0 0 0;
	background: url('../images/dl-icons.png') no-repeat;
}
.pge-dl-engagement .dealer-sidebar ul li a.icon.phne {
	background-position:right top;
	margin:0 0 0 0;
}
.pge-dl-engagement .dealer-sidebar ul li a.icon.link {
		background-position:right bottom;
}
.pge-dl-engagement .dealer-sidebar ul li a.icon.email {
		background-position:-23px -27px;
}
.pge-dl-engagement .dealer-sidebar ul li a.icon.phne:hover {
	background-position:left top;
}
.pge-dl-engagement .dealer-sidebar ul li a.icon.link:hover {
		background-position:left bottom;
}
.pge-dl-engagement .dealer-sidebar ul li a.icon.email:hover {
		background-position:0px -27px;
}
.pge-dl-engagement .dealer-sidebar ul li br {
  display: none;
  visibility: hidden;
}
.pge-dl-engagement .dealer-sidebar ul li h3 {
  font-size: 14px;
  font-weight: bold;
  margin: -2px 0 5px 0;
}
.pge-dl-engagement .dealer-sidebar ul li p {
  font-size: 12px;
  padding: 0 0 5px;
  margin: 0;
}
.pge-dl-engagement .dealer-sidebar ul li p.distance {
	color:#f26702;
}
.pge-dl-engagement .dealer-sidebar ul li:hover {
  background-color: #fde8d9;
}
.pge-dl-engagement .dealer-sidebar ul li .space {
  display: none;
  visibility: hidden;
}
.pge-dl-engagement .dealer-wrapper .dealer-infowindow {
  padding: 0;
  margin: 0;
}
.pge-dl-engagement .dealer-wrapper .dealer-infowindow h3 {
  font-size: 14px;
  font-weight: bold;
  margin: -2px 0 5px 0;
}
.pge-dl-engagement .dealer-wrapper .dealer-infowindow p {
  font-size: 12px;
  padding: 0 0 5px;
  margin: 0;
}
.pge-dl-engagement .dealer-wrapper .dealer-infowindow p.distance {
	display:none;
}
.pge-dl-engagement .dealer-wrapper .dealer-infowindow p.display {
	display:none;
}
.pge-dl-engagement .dealer-wrapper .dealer-infowindow a {
  word-wrap: break-word;
  width:23px;	height:23px;
  background: url('../images/dl-icons.png') no-repeat;
  display:inline-block;
  margin:0 3px 0 0;
}
.pge-dl-engagement .dealer-wrapper .dealer-infowindow a.icon.phne {
	background-position:right top;
	cursor:pointer;
}
.pge-dl-engagement .dealer-wrapper .dealer-infowindow a.icon.link {
		background-position:right bottom;
}
.pge-dl-engagement .dealer-wrapper .dealer-infowindow a.icon.email {
		background-position:-23px -27px;
}
.pge-dl-engagement .dealer-wrapper .dealer-infowindow a.icon.phne:hover {
	background-position:left top;
}
.pge-dl-engagement .dealer-wrapper .dealer-infowindow a.icon.link:hover {
		background-position:left bottom;
}
.pge-dl-engagement .dealer-wrapper .dealer-infowindow a.icon.email:hover {
		background-position:0px -27px;
}
.pge-dl-engagement .dealer-wrapper .dealer-infowindow .space {
  color: #fff;
}
.pge-dl-content .lower {
	width:904px;	min-height:200px;
	background-color:#f1f0ee;
	border-right:3px solid #f26702;
	border-left:3px solid #f26702;
	margin:23px 0 0 0;
	padding: 27px 25px 27px 25px;
}
.pge-dl-content .lower .left{
	width:390px;
	float:left;
}
.pge-dl-content .lower .right{
	width:240px;
	float:left;
	margin:0 0 0 87px;
}
.pge-dl-content .lower .title{
	font-size:22px;
	color:#f26600;
	line-height:25px;
	font-family: 'AvantGardeDemiRegular',Arial, Helvetica, sans-serif;
	margin:0 0 15px 0;
}
.usp-font .pge-dl-content .lower .title{
    font-family: sans-serif;
    font-weight:bold;
}
.pge-dl-content .lower .copy{
	line-height:16px;
}
.pge-dl-content .lower ul{
	margin:18px 0 0 0;
}
.pge-dl-content .lower ul li{
	padding:0 0 0 11px;
	background: url('../images/sprite.png') no-repeat -680px -1397px;
	margin:0 0 8px 0;
	font-weight:bold;
}
.pge-dl-content .lower video{

}
/* */
.pge-thank-you {
  width: 760px;
}
.pge-thank-you .popup-title .color-2 {
  color: #f36700;
}
.pge-thank-you .form-wrapper legend {
  color: #666666;
  padding-bottom: 10px;
  font-size: 16px;
}
.pge-about-me {
  width: 921px;
}
.pge-about-me .form-wrapper label {
  width: 90px;
  margin-right: 5px;
  text-align: right;
}
.pge-about-me .form-wrapper .input-info {
  color: #f36700;
}
.pge-about-me .form-wrapper fieldset {
  margin: 15px 0 40px;
}
.pge-about-me .form-wrapper fieldset.two-sided {
  width: 540px;
}
.pge-about-me .form-wrapper fieldset.two-sided > .row {
  float: left;
  width: 250px;
}
.pge-about-me .form-wrapper fieldset.two-sided > .row.error {
     width:auto;
}
.pge-about-me .form-wrapper fieldset.two-sided > .row.full-size {
  width: 420px;
}
.pge-about-me .form-wrapper fieldset.checkbox {
  margin-bottom: 0;
}
.pge-about-me .form-wrapper fieldset.checkbox label {
  display: inline;
  vertical-align: top;
  font-weight: normal;
}
.pge-my-details {
  width: 921px;
}
.pge-my-details .form-wrapper label {
  text-align: left;
}
.pge-my-details .form-wrapper .input-info {
  padding-top: 17px;
  color: #f36700;
}
.pge-my-details .form-wrapper .error .input-info {
  display: none;
}
.pge-my-details .form-wrapper fieldset {
  margin-bottom: 40px;
}
.pge-my-details .form-wrapper .form-errors {
  width: 160px;
}
.pge-my-details .form-wrapper .form-errors label {
  width: 160px;
  padding-right:10px
}
.pge-my-details .form-wrapper .with-input-info {
  display: none;
  /* fix for invisible error containers (too much width -> narrow input-info)*/

}
.pge-my-details .form-wrapper .error .with-input-info {
  display: block;
}
.pge-my-details .change-login-info {
  width: 338px;
  background: #ddd9d7;
  padding: 10px;
  margin-bottom: 10px;
}
.pge-my-details .change-login-info label {
  width: 130px;
  margin-right: 5px;
  text-align: right;
}
.pge-my-details .change-login-info a {
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}
.pge-my-details .change-form {
  margin-top: 10px;
}
.pge-my-details .change-form label {
  width: 120px;
  margin-right: 5px;
  text-align: right;
}
.pge-my-details .change-form fieldset {
  margin-bottom: 0;
}
.pge-my-details .form-success {
  background: #f36700;
  color: #ffffff;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
}
.pge-engagement {
  width: 921px;
}
.pge-engagement h1 {
  padding: 10px 20px;
  background: #aaa19b;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
.pge-engagement h1.type-1 {
  background: #8d8279;
}
.pge-engagement h1.type-1 a {
  color: #ffffff;
  border-bottom: 2px solid;
}
.pge-engagement h1.type-1 a:hover {
  text-decoration: none;
}
.pge-engagement .description {
  display: block;
  padding: 10px 20px 12px;
  margin: -23px 0 0;
  background: #8d8279;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}
.pge-engagement .description .button-type2 {
  font-size: 12px;
  font-weight: normal;
  float: right;
  margin-top: -4px;
}
.pge-engagement .description .button-type2:after {
  border: 1px solid #ffffff;
  line-height: 23px;
  width: 23px;
}
.pge-engagement .dealer-wrapper {
  position: relative;
  padding: 15px;
  width: 620px;
  height: 400px;
  border: 1px solid #aaa19b;
  background: #ddd9d7;
  overflow: hidden;
}
.pge-engagement .dealer-wrapper.map {
  padding: 0;
  width: 650px;
  height: 430px;
}
.pge-engagement .dealer-wrapper.map h2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  height: 40px;
  color: #ffffff;
  background: #f36700;
  margin-bottom: 0px;
}
.pge-engagement .dealer-wrapper.map h2 a {
  float: right;
  margin: -4px 8px 0 0;
}
.pge-engagement .dealer-wrapper.map h2 a:after {
  content: '>';
  position: absolute;
  display: block;
  width: 24px;
  color: #ffffff;
  font-family: sans-serif !important;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
  border: 1px solid #ffffff;
  background: #f36700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pge-engagement .dealer-wrapper .form-wrapper .specialsation-filter,
.pge-engagement .dealer-wrapper .form-wrapper .product-filter {
  width: 610px;
  min-height: 80px;
}
.pge-engagement .dealer-wrapper .form-wrapper .specialsation-filter legend,
.pge-engagement .dealer-wrapper .form-wrapper .product-filter legend {
  background: #c6c0bc;
  color: #f36700;
  width: 100%;
}
.pge-engagement .dealer-wrapper .form-wrapper .specialsation-filter legend a,
.pge-engagement .dealer-wrapper .form-wrapper .product-filter legend a {
  font-weight: normal;
  font-size: 12px;
  float: right;
}
.pge-engagement .dealer-wrapper .form-wrapper .specialsation-filter .button-area,
.pge-engagement .dealer-wrapper .form-wrapper .product-filter .button-area {
  position: absolute;
  top: 95px;
  right: 0;
}
.pge-engagement .dealer-wrapper .button-area {
  padding-right: 25px;
}
.pge-engagement .dealer-wrapper h2 {
  color: #aaa19b;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.pge-engagement .dealer-wrapper h2 a {
  float: right;
  font-size: 12px;
  font-weight: normal;
  margin: -3px -5px 0 0;
}
.pge-engagement .dealer-wrapper .dealer-map {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 430px;
  background: #8d8279 url('../images/loading_2.gif') center center no-repeat;
}
.pge-engagement .dealer-wrapper .dealer-map.narrow {
  width: 440px;
}
.pge-engagement .dealer-wrapper .dealer-map .close-button {
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url('../images/sprite.png') no-repeat 0 -200px;
}
.pge-engagement .dealer-wrapper .dealer-sidebar {
  position: relative;
  width: 228px;
  height: 430px;
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  -webkit-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.1);
}
.pge-engagement .dealer-wrapper .dealer-sidebar .dealer-handle {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 12px;
  height: 430px;
  background: #aaa19b url('../images/sprite.png') no-repeat -617px -38px;
}
.pge-engagement .dealer-wrapper .dealer-sidebar .dealer-list {
  width: 228px;
  height: 430px;
  overflow: hidden;
}
.pge-engagement .dealer-wrapper .dealer-sidebar.closed {
  right: -216px;
}
.pge-engagement .dealer-wrapper .dealer-sidebar.closed .dealer-handle {
  background-position: -598px -38px;
}
.pge-engagement .dealer-wrapper .dealer-sidebar ul {
  padding: 15px 0;
}
.pge-engagement .dealer-wrapper .dealer-sidebar ul li {
  min-height: 26px;
  padding: 7px 10px 7px 53px;
  cursor: pointer;
  background: transparent url('../images/ico_marker.png') 23px 7px no-repeat;
}
.pge-engagement .dealer-wrapper .dealer-sidebar ul li h3,
.pge-engagement .dealer-wrapper .dealer-sidebar ul li p,
.pge-engagement .dealer-wrapper .dealer-sidebar ul li a {
  display: block;
  word-wrap: break-word;
  max-width: 160px;
}
.pge-engagement .dealer-wrapper .dealer-sidebar ul li br {
  display: none;
  visibility: hidden;
}
.pge-engagement .dealer-wrapper .dealer-sidebar ul li h3 {
  font-size: 14px;
  font-weight: bold;
  margin: -2px 0 5px 0;
}
.pge-engagement .dealer-wrapper .dealer-sidebar ul li p {
  font-size: 12px;
  padding: 0 0 5px;
  margin: 0;
}
.pge-engagement .dealer-wrapper .dealer-sidebar ul li:hover {
  background-color: #fde8d9;
}
.pge-engagement .dealer-wrapper .dealer-sidebar ul li .space {
  display: none;
  visibility: hidden;
}
.pge-engagement .dealer-wrapper .dealer-infowindow {
  padding: 0;
  margin: 0;
}
.pge-engagement .dealer-wrapper .dealer-infowindow h3 {
  font-size: 14px;
  font-weight: bold;
  margin: -2px 0 5px 0;
}
.pge-engagement .dealer-wrapper .dealer-infowindow p {
  font-size: 12px;
  padding: 0 0 5px;
  margin: 0;
}
.pge-engagement .dealer-wrapper .dealer-infowindow a {
  word-wrap: break-word;
}
.pge-engagement .dealer-wrapper .dealer-infowindow .space {
  color: #fff;
}
.pge-engagement .form-wrapper label.left {
  width: 80px;
  text-align: left;
}
.pge-engagement .form-wrapper fieldset {
  margin-top: 32px;
  position: relative;
}
.pge-engagement .form-wrapper .details {
  background: #ddd9d7;
  margin-top: 32px;
  padding: 15px 0;
}
.pge-engagement .form-wrapper .details .row {
  padding: 5px 25px;
  margin: 0 5px 5px;
}
.pge-engagement .form-wrapper .help {
  margin-top: 48px;
}
.pge-engagement .form-wrapper .help .row {
  padding: 0;
  margin: 0;
}
.pge-engagement .form-wrapper .help .textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  border: none;
  margin: 0;
  border: 1px solid #8d8279;
  background: #ffffff;
  width: 100%;
  height: 80px;
  padding: 10px;
  font-family: "Arial", sans-serif;
  font-size: 12px;
}
.pge-engagement .form-wrapper .options {
  clear: both;
  float: none;
  margin: 0;
  padding-top: 20px;
}
.pge-engagement .form-wrapper .options .row {
  padding: 0;
  margin: 0;
}
.pge-engagement .form-wrapper .options .row.button-area {
  margin-bottom: 10px;
}
.pge-engagement .form-wrapper .options .row .split {
  margin: 0;
}
.pge-engagement .form-wrapper .options label {
  text-align: left;
  width: auto;
}
.pge-engagement .form-wrapper .product-filter {
  width: 652px;
  margin-right: 0;
  padding: 15px 0;
  background: #ffffff;
}
.pge-engagement .form-wrapper .product-filter label {
  width: 102px;
  text-align: right;
}
.pge-engagement .form-wrapper .product-filter legend {
  width: 632px;
}
.pge-engagement .form-wrapper .product-filter .row {
  padding: 0 10px;
  width: 430px;
}
.pge-engagement .form-wrapper .specialsation-filter {
  float: none;
  position: relative;
  width: 652px;
  margin-right: 0;
  padding: 15px 0 10px 0;
  background: #ffffff;
}
.pge-engagement .form-wrapper .specialsation-filter label {
  width: auto;
  text-align: left;
}
.pge-engagement .form-wrapper .specialsation-filter legend {
  width: 632px;
}
.pge-engagement .form-wrapper .specialsation-filter .row {
  width: 450px;
  clear: left;
  padding: 0 5px;
}
.pge-engagement .form-wrapper .or-split {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #f36700;
  padding: 10px 0;
}
.pge-engagement .form-wrapper legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #8d8279;
  color: #ffffff;
  padding: 0 10px;
  line-height: 32px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: -32px;
  left: 0;
}
.pge-engagement .form-wrapper .form-errors {
  width: 140px;
  padding-right: 10px;
}
.pge-engagement .form-wrapper .form-errors label {
  position: absolute;
  width: 140px;
}
.pge-engagement .column-2 .info-block {
  background: #c6c0bc;
  padding: 10px 15px;
}
.pge-engagement .column-2 .info-block p {
  font-size: 17px;
  color: #ffffff;
}
.pge-engagement .column-2 .info-block p span {
  color: #f36700;
}
.pge-engagement .column-2 .info-block p a {
  text-decoration: underline;
}
.pge-engagement .column-2 .info-block.single-line p {
  margin: 0;
}
.pge-engagement .multiform {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 652px;
  height: 385px;
  overflow: hidden;
  background: #eeeceb;
  border: 1px solid #666666;
  margin-top: 15px;
}
.lte-ie9 .dealer-infowindow a {
  display: inline-block;
  max-width: 200px;
}
.pge-media-gallery {
  width: 817px;
}
.pge-media-gallery .popup-title {
  float: left;
  margin: 0;
}
.pge-media-gallery .full-size {
  float: right;
}
.pge-media-gallery .image-thumbs {
  width: 680px;
  height: 70px;
  margin: 0 auto;
}
.pge-media-gallery .big-image {
  clear: both;
  width: 680px;
  height: 410px;
  margin: 0 auto 10px auto;
}
.pge-media-gallery .big-image.loading {
  background: url('../images/fancybox_loading.gif') center center no-repeat;
}
.pge-media-gallery .jcarousel-container {
  padding: 0 28px;
}
.pge-media-gallery .jcarousel-container .jcarousel-clip {
  width: 611px;
  overflow: hidden;
  margin: 0 auto;
}
.pge-media-gallery .jcarousel-container .jcarousel-clip .jcarousel-item {
  height: 70px;
  width: 115px;
  margin-right: 9px;
  position: relative;
}
.pge-media-gallery .jcarousel-container .jcarousel-clip .jcarousel-item .gallery-thumb {
  display: block;
  border: 1px solid #ddd9d7;
}
.pge-media-gallery .jcarousel-container .jcarousel-clip .jcarousel-item .gallery-thumb.selected {
  border: 1px solid #f36700;
}
.pge-media-gallery .jcarousel-container .jcarousel-clip .jcarousel-item .gallery-thumb img {
  display: block;
}
.pge-media-gallery .jcarousel-container .jcarousel-prev,
.pge-media-gallery .jcarousel-container .jcarousel-next {
  background: #8d8279 url('../images/sprite.png') no-repeat -610px -208px;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  width: 25px;
}
.pge-media-gallery .jcarousel-container .jcarousel-prev,
.pge-media-gallery .jcarousel-container .jcarousel-prev-disabled {
  background-position: -590px -208px;
  left: 0;
}
.pge-media-gallery .jcarousel-container .jcarousel-next,
.pge-media-gallery .jcarousel-container .jcarousel-next-disabled {
  right: 0;
}
.pge-media-gallery .jcarousel-container .jcarousel-prev-disabled,
.pge-media-gallery .jcarousel-container .jcarousel-next-disabled {
  cursor: default;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
/*--Light Box--*/
.fancybox-tmp iframe,
.fancybox-tmp object {
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1002;
  border: 1px solid #8d8279;
}
.fancybox-outer {
  padding: 0;
  margin: 0;
  background: #ffffff;
  color: #444;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 1003;
}
.fancybox-inner {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  outline: none;
  overflow: hidden;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 10px;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  background: url('../images/fancybox_loading.gif');
  opacity: 0.8;
  cursor: pointer;
  z-index: 1010;
}
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background: url('../images/sprite.png') no-repeat top right;
}
.fancybox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  height: 14px;
  cursor: pointer;
  z-index: 1004;
  padding-right: 25px;
  color: #666666;
}
.fancybox-prev,
.fancybox-next {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  background: transparent url('blank.gif');
  /* helps IE */

  z-index: 1003;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-prev span,
.fancybox-next span {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 1003;
}
.fancybox-prev span {
  background-position: 0 -36px;
}
.fancybox-next span {
  background-position: 0 -72px;
}
.fancybox-prev:hover,
.fancybox-next:hover {
  visibility: visible;
}
.fancybox-prev:hover span {
  left: 20px;
}
.fancybox-next:hover span {
  left: auto;
  right: 20px;
}
.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  padding: 0;
  overflow: visible;
  visibility: hidden;
}
/* Overlay helper */
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 1001;
  background: #404040;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 1005;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 1003;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */

  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  margin-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*--Hacks--*/
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/**************/
/*---HEADER---*/
/**************/
.main-header {
  min-height: 54px;
  background:#000;
  padding-top: 6px;
  margin-bottom: 10px;
}
.main-header .header-inner {
  width: 960px;
  margin: 0 auto;
}
.main-header .main-logo {
  float: left;
  width: 100px;
  height: 18px;
  padding-right: 25px;
  margin:10px 0 0 25px;
  background: url('../images/sony-logo.gif') top left no-repeat;
  border-right: 1px solid #252525;
  position: relative;
}
.main-header .main-logo a {
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  position: absolute;
  height: 100%;
  width: 100%;
}
.main-header .select-locale {
  float: left;
  margin: 10px 0px 0px 25px;
}
.main-header .select-locale > img {
  margin-right: 10px;
    display: none;
}
.main-header .select-locale > a {
    color: #ffffff;
    border: none;
    cursor: pointer;
    position:relative;
}
.main-header .search-box label {
    position: absolute;
    clip: rect(0px,0px,0px,0px);
}
.main-header .select-locale a .lang-arrw {
    background:url('../images/lang-arrw.gif') no-repeat left top;
    width:7px;
    height:6px;
    display:block;
    position:absolute;
    right:-15px;
    top:3px;
}
.main-header .user-menu {
  color: #ffffff;
  max-width:620px;
  margin-top:7px;
}
.main-header .user-menu .greeting {
  display: inline-block;
  line-height:20px;
  margin-right:4px;
}
.main-header .user-menu .user-name {
  color: #f36700;
}
.main-header .user-menu ul {
  display: inline-block;
}
.main-header .user-menu ul li {
  display: inline-block;
}
.main-header .user-menu ul li a {
  color: #ffffff;
  line-height:20px;
}
.main-header .user-menu ul li:before {
  content: '|';
  display: inline-block;
  margin: 0px 5px;
}
.main-header .user-menu ul li:first-child:before,
.main-header .user-menu ul li.greeting:before,
.main-header .user-menu ul li.user:before,
.main-header .user-menu ul li.lgt:before {
  display: none;
}
.main-header .search-box {
  float: right;
  position: relative;
  margin-top: 5px;
  margin-bottom:10px;
  width: 215px;
  height: 25px;
  background: url('../images/sprite.png') no-repeat 0 0;
}
.main-header .search-box input {
  position: absolute;
  width: 170px;
  height: 17px;
  top: 3px;
  left: 10px;
  border: none;
  background: transparent;
}
.main-header .search-box button {
  position: absolute;
  width: 24px;
  height: 25px;
  right: 4px;
  background: transparent;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}
.main-header .header-right {
  float: right;
  text-align: right;
}
.skip-nav {
  position: absolute;
  left: -9999px;
}
.skip-nav:focus {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background: #f36700;
  font-weight: bold;
  color: #ffffff;
  padding: 5px;
  z-index: 10;
}
/***********/
/*---NAV---*/
/***********/
/*--Main Navigation--*/
.main-navigation {
  background: url('../images/sprite.png') no-repeat right -50px;
  position: relative;
  z-index: 9;
}
.main-navigation.type-2 {
  margin-bottom: 20px;
}
.main-navigation > ul > li {
  background: #8d8279 url('../images/bg_main_menu_item.png') 0 5px no-repeat;
  float: left;
  width: 158px;
  margin-right: 5px;
}
.main-navigation > ul > li.hover,
.main-navigation > ul > li.current {
  background-color: #f36700;
}
.main-navigation > ul > li.hover > a,
.main-navigation > ul > li.current > a {
  border-bottom: solid 5px #f36700;
}
.main-navigation > ul > li.relative .expanded-nav {
  left: -30px;
}
.main-navigation > ul > li.relative.pos-right .expanded-nav {
  left: auto;
  right: -30px;
}
/*.main-navigation > ul > li:first-child {
  background: url('../images/sprite.png') no-repeat left -123px;
  width: 16px;
  margin-right: 14px;
}
.main-navigation > ul > li:first-child > a {
  border: 0;
  height: auto;
  width: auto;
  padding: 0;
  overflow: visible;
  text-indent: -9999px;
  background: none;
}*/
.main-navigation > ul > li > a {
  background: url('../images/sprite.png') no-repeat right -118px;
  border-bottom: solid 5px #ffffff;
  color: #ffffff;
  display: block;
  line-height: 30px;
  height: 30px;
  width: 133px;
  padding: 0 18px 0 7px;
  overflow: hidden;
}
.cnfont.main-navigation > ul > li > a {
  font-size:14px;
}
.main-navigation > ul > li > a:hover {
  text-decoration: none;
}
/*--Expanded Navigation--*/
.expanded-nav {
  background: #f6f5f4;
  border-top: solid 3px #f36700;
  border-bottom: solid 3px #f36700;
  border-right: solid 1px #8d8279;
  border-left: solid 1px #8d8279;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 9px 0;
  z-index: 100;
  display: none;
}
.main-navigation .expanded-nav {
  top: 35px;
}
.main-navigation .expanded-nav a {
  color: #000000;
}
.main-navigation .expanded-nav a:hover,
.main-navigation .expanded-nav a.hover {
  color: #f36700;
  text-decoration: underline;
}
.main-navigation .expanded-nav .more {
  color: #f36700;
  text-decoration: underline;
}
.main-navigation .expanded-nav .row-seperator {
  padding-bottom: 10px;
  min-width: 235px;
}
.main-navigation .expanded-nav .row-seperator.one-col {
  width: 235px;
}
.main-navigation .expanded-nav .row-seperator.two-col {
  width: 470px;
}
.main-navigation .expanded-nav .row-seperator.three-col {
  width: 705px;
}
.main-navigation .expanded-nav .col {
  float: left;
  width: 235px;
}
.main-navigation .expanded-nav h2 {
  font-weight: bold;
}
.main-navigation .expanded-nav .main-category-title {
  font-size: 15px;
  margin-bottom: 8px;
}
.main-navigation .expanded-nav .main-category-title a {
  color: #8d8279;
}
.main-navigation .expanded-nav .category-wrapper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.main-navigation .expanded-nav .category-thumb {
  float: left;
  width: 50px;
}
.main-navigation .expanded-nav .category-thumb a {
  display: block;
}
.main-navigation .expanded-nav .category-content {
  font-size: 11px;
  margin-left: 50px;
  width: 185px;
}
.main-navigation .expanded-nav .category-content h2 {
  font-size: 12px;
  margin-bottom: 5px;
}
.main-navigation .expanded-nav .category-content ul {
  margin-bottom: 5px;
}
.main-navigation .expanded-nav .category-content ul li {
  background: url('../images/sprite.png') no-repeat -680px -1495px;
  padding-left: 7px;
  margin-bottom: 3px;
}
.main-navigation .expanded-nav .type-2 .col.sep {
  background: url('../images/bg_main_menu_col_sep.png') 100% 100% no-repeat;
  margin-right: 10px;
}
.main-navigation .expanded-nav .type-2 .col .category-content {
  width: 165px;
}
.main-navigation .expanded-nav .type-2 .col.no-title {
  padding-top: 26px;
  width: 225px;
}
/*--Expanded Navigation Slide Down--*/
.expand-SD {
	height:0px;
	display:none;
	border-bottom: solid 1px #f36700;
	border-top: solid 1px #f36700;
	background:#f1efef url(../images/menu-bg.gif) repeat-x top left;
	overflow:hidden;
	position:relative;
}
.expand-SD.type-2 {
	border-bottom:none !important;
}
.expand-SD .SD-m1, .expand-SD .SD-m2, .expand-SD .SD-m3, .expand-SD .SD-m4, .expand-SD .SD-m5, .expand-SD .SD-m6 {
	display:block;
}
.main-navigation .expand-SD a {
  color: #000000;
}
.cnfont.main-navigation .expand-SD a {
	font-size:14px;
	line-height:130%;
}
.main-navigation .expand-SD a:hover,
.main-navigation .expand-SD a.hover {
  color: #f36700;
  text-decoration: underline;
}
.main-navigation .expand-SD .more {
  color: #f36700;
  text-decoration: none;
}
.main-navigation .expand-SD .more:hover {
  text-decoration: underline;
}
.main-navigation .expand-SD .category-navigation-SD ul li {
	margin: 0 0 3px 0;
	padding: 0 5px 0 0;
}
.main-navigation .expand-SD .category-navigation-SD ul.lrg-lnks li {
	margin: 0 0 6px 0;
	padding: 0 5px 0 0;
}
.category-navigation-SD {
	padding: 0 15px 0 0;
	position: absolute;
	left: 15px;
	top: 20px;
	width: 930px;
}
.category-navigation-SD h2 {
	font-weight:bold;
	margin: 3px 5px 5px 0;
}
.cnfont .category-navigation-SD h2 {
	font-size:14px;
	line-height:130%;
}

/* col-1x5 */

.col-1x5 {
	width:177px;	min-height:50px;
	float:left;
	padding: 0 0 15px 10px;
	border-right:solid 1px #d7d5d5;
}
.col-1x5.frst {
	padding-left: 0px;
}
.col-1x5.lst {
	border:none;
}

/* col-1x4 */

.col-1x4 {
	width:224px;	min-height:50px;
	float:left;
	padding: 0 0 15px 10px;
	border-right:solid 1px #d7d5d5;
}
.col-1x4.frst {
	padding-left: 0px;
}
.col-1x4.lst {
	border:none;
}

/* col-1x3 */

.col-1x3 {
	width:302px;	min-height:50px;
	float:left;
	padding: 0 0 15px 10px;
	border-right:solid 1px #d7d5d5;
}
.col-1x3.frst {
	padding-left: 0px;
}
.col-1x3.lst {
	border:none;
}

/* col-1x2 */

.col-1x2 {
	width:457px;	min-height:50px;
	float:left;
	padding: 0 0 15px 10px;
	border-right:solid 1px #d7d5d5;
}
.col-1x2.frst {
	padding-left: 0px;
}
.col-1x2.lst {
	border:none;
}

.SD-nsh {
	width:100%;
	min-height:24px;
	margin: 10px 0 25px 0;
	padding: 13px 0 0 0;
	border-top:solid 1px #d7d5d5;
}
.SD-nsh span{
	font-weight:bold;
}
.SD-nsh p {
	max-width:400px;
	line-height:17px;
	margin: 0px 0 5px 7px;
	font-size:12px !important;
}
.SD-nsh h2 {
	margin: 3px 0 5px 7px !important;
}
.SD-nsh img, .SD-nsh h2, .SD-nsh a, .SD-nsh p {
	/*float:left;*/
	display:inline-block;
	vertical-align:top;
}
.SD-cls {
	width:80px;	height:40px;
	left:50%;
	margin: -13px 0 0 -55px;
	position:absolute;
	display:block;
}
/*.lte-ie9 .SD-cls {
	width:80px;	height:40px;
	margin: -11px 0 0 49px;
}
.lte-ie8 .SD-cls {
	width:80px;	height:40px;
	margin: -11px 0 0 37px;
}*/
/*--Message Pop--*/
.msg-pop {
	width:100%;	height:0px;
	margin: 0px 0 11px 0;
	background:#8d8178 url('../images/ty-pop-bg.gif') left bottom repeat-x;
	color:#fff;
	overflow:visible !important;
}
.msg-pop a {
	font-size:12px;
	position:absolute;
	right:0px;
	top:5px;
	display:none;
	color:#FFFFFF;
	text-decoration:none;
}
.msg-pop p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:19px;
	display:none;
}
.msg-pop p.title {
	display:none;
	font-size:29px;
	font-family:'AvantGardeDemiRegular';
	line-height:50px;
	margin:0px 0 0 0px;
}

.usp-font .msg-pop p.title {
    font-family: sans-serif;
    font-weight:bold;
}
/*--Breadcrumb--*/
.main-navigation-bottom {
  background: url('../images/bg_main_menu_bottom.gif') 0 0 repeat-x;
  border-bottom: solid 1px #eeeceb;
  margin-bottom: 20px;
  min-height: 33px;
  position: relative;
  z-index: 8;
}
.main-navigation-bottom .bread-crumb {
  border-top: solid 3px #f36700;
}
.main-navigation-bottom .bread-crumb .expanded-nav {
  top: 30px;
  min-width: 250px;
}
.main-navigation-bottom .bread-crumb .expanded-nav .two-col {
  width: 360px;
}
.main-navigation-bottom .bread-crumb .expanded-nav .three-col {
  width: 540px;
}
.main-navigation-bottom .bread-crumb .expanded-nav .col {
  float: left;
  width: 180px;
}
.main-navigation-bottom .bread-crumb .expanded-nav .col a {
  white-space: normal;
}
.main-navigation-bottom .bread-crumb .expanded-nav li {
  margin-bottom: 8px;
}
.main-navigation-bottom .bread-crumb .expanded-nav li a {
  color: #666666;
  white-space: nowrap;
}
.main-navigation-bottom .bread-crumb .expanded-nav li a:hover {
  color: #f36700;
}
.main-navigation-bottom .bread-crumb > ul > li {
  background: url('../images/sprite.png') no-repeat right -435px;
  float: left;
  position: relative;
  padding-right: 15px;
  margin-left: -15px;
}
.main-navigation-bottom .bread-crumb > ul > li:first-child,
.main-navigation-bottom .bread-crumb > ul > li.second-line {
  border-left: solid 1px #eeeceb;
  margin: 0;
}
.main-navigation-bottom .bread-crumb > ul > li:first-child:hover,
.main-navigation-bottom .bread-crumb > ul > li.second-line:hover {
  border-left: 0;
}
.main-navigation-bottom .bread-crumb > ul > li:first-child:hover > a > span,
.main-navigation-bottom .bread-crumb > ul > li.second-line:hover > a > span {
  background: transparent;
  padding-left: 1px;
}
.main-navigation-bottom .bread-crumb > ul > li > a {
  background: #f6f5f4;
  display: block;
  line-height: 30px;
}
.main-navigation-bottom .bread-crumb > ul > li > a:hover {
  text-decoration: none;
}
.main-navigation-bottom .bread-crumb > ul > li > a span {
  display: block;
}
.main-navigation-bottom .bread-crumb > ul > li > a span span {
  padding: 0 31px;
}
.main-navigation-bottom .bread-crumb > ul > li.current {
  background: url('../images/sprite.png') no-repeat right -475px;
  padding-right: 14px;
}
.main-navigation-bottom .bread-crumb > ul > li.current span span {
  background-color: #fde8d9;
}
.main-navigation-bottom .bread-crumb > ul > li.current.hover span span {
  background-color: transparent;
}
.main-navigation-bottom .bread-crumb > ul > li.has-sub-nav span span {
  background-image: url('../images/sprite.png');
  background-position: right -178px;
  background-repeat: no-repeat;
}
.main-navigation-bottom .bread-crumb > ul > li.has-sub-nav.hover span span {
  background-position: right -118px;
  background-repeat: no-repeat;
}
.main-navigation-bottom .bread-crumb > ul > li.hover {
  background-position: right -515px;
  z-index: 20 !important;
}
.main-navigation-bottom .bread-crumb > ul > li.hover > a {
  background: #f36700 url('../images/bg_main_menu_item.png') 0 5px no-repeat;
  color: #ffffff;
}
.main-navigation-bottom .bread-crumb > ul > li.hover > a > span {
  background: url('../images/sprite.png') no-repeat -784px -555px;
}
.main-navigation-bottom .bread-crumb > ul > li.hover .expanded-nav {
  left: 0;
  opacity: 1;
}
.main-navigation-bottom .social-media {
  background: #f6f5f4;
  border-top: solid 3px #8d8279;
  position: absolute;
  top: 0;
  right: 0;
}
.main-navigation-bottom .social-media ul {
  border-right: solid 1px #eeeceb;
  border-left: solid 1px #eeeceb;
  padding: 5px 6px;
  height: 20px;
}
.main-navigation-bottom .social-media ul li {
  display: inline;
}
.main-navigation-bottom .social-media ul li a {
  background: url('../images/sprite.png') no-repeat;
  height: 20px;
  width: 21px;
  float: left;
  margin-left: 2px;
  text-indent: -9999px;
}
.main-navigation-bottom .social-media ul li a.ico-twitter {
  background-position: -345px -1px;
}
.main-navigation-bottom .social-media ul li a.ico-twitter:hover {
  background-position: -408px -1px;
}
.main-navigation-bottom .social-media ul li a.ico-facebook {
  background-position: -366px -1px;
}
.main-navigation-bottom .social-media ul li a.ico-facebook:hover {
  background-position: -429px -1px;
}
.main-navigation-bottom .social-media ul li a.ico-linkedin {
  background-position: -387px -1px;
}
.main-navigation-bottom .social-media ul li a.ico-linkedin:hover {
  background-position: -450px -1px;
}
.main-navigation-bottom .social-media ul li a.ico-youtube {
    background-position: -344px -21px;
}
.main-navigation-bottom .social-media ul li a.ico-youtube:hover {
    background-position: -408px -21px;
}
.main-navigation-bottom .social-media ul li a.ico-sinaweibo {
    background-position: -366px -21px;
}
.main-navigation-bottom .social-media ul li a.ico-sinaweibo:hover {
    background-position: -429px -21px;
}
.main-navigation-bottom .social-media ul li a.ico-sonystudio {
    background-position: -387px -21px;
}
.main-navigation-bottom .social-media ul li a.ico-sonystudio:hover {
    background-position: -450px -21px;
}
.main-navigation-bottom .social-media ul li a.ico-vimeo {
    background-position: -323px -1px;
}
.main-navigation-bottom .social-media ul li a.ico-vimeo:hover {
    background-position: -323px -21px;
}
.main-navigation-bottom .social-media ul li a.ico-wechat {
    background-position: -303px -1px;
}
.main-navigation-bottom .social-media ul li a.ico-wechat:hover {
    background-position: -303px -21px;
}
/*--Navigation Directory--*/.navigation-directory {
  border: 1px solid #c6c0bc;
}
.navigation-directory h4 {
  color: #8d8279;
  background-color: #ddd9d7;
  font-size: 11px;
  line-height: 18px;
  padding: 3px 10px 3px 23px;
  cursor: pointer;
}
.navigation-directory h4:before {
  margin: 3px 0 0 -15px;
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  background: url('../images/sprite.png') no-repeat -290px -11px;
}
.navigation-directory h4 .icon {
  position: absolute;
  margin: 3px 0 0 -15px;
  width: 11px;
  height: 11px;
  background: url('../images/sprite.png') no-repeat -290px -11px;
}
.navigation-directory h4.collapsed:before {
  background: url('../images/sprite.png') no-repeat -290px 0;
}
.navigation-directory h4.collapsed .icon {
  background-position: -290px 0;
}
.navigation-directory .category-navigation {
  padding: 10px 9px 0;
}
.navigation-directory .category-navigation a {
  color: #000000;
}
.navigation-directory .category-navigation a:hover {
  color: #f36700;
}
.navigation-directory .row-seperator {
  padding-bottom: 10px;
}
.navigation-directory .col {
  float: left;
  width: 178px;
  padding-left: 10px;
}
.navigation-directory .col:first-child {
  padding: 0;
}
.navigation-directory .category-wrapper {
  font-size: 10px;
  margin-bottom: 10px;
}
.navigation-directory .category-wrapper h5 {
  font-size: 12px;
  margin-bottom: 5px;
  color: #8d8279;
}
.navigation-directory .category-wrapper h5 a {
  color: #8d8279;
}
.navigation-directory .category-wrapper ul {
  margin-bottom: 5px;
}
.navigation-directory .category-wrapper ul li {
  background: url('../images/sprite.png') no-repeat -680px -1495px;
  padding-left: 7px;
  margin-bottom: 3px;
}
.lte-ie8 .navigation-directory h4:before {
  background: none;
  margin: 0;
}
.lte-ie8 .navigation-directory h4.collapsed:before {
  background: none;
}
/*--jScrollPane--*/
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: #ffffff;
}
.pge-engagement .jspVerticalBar {
  width: 11px;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: #ffffff;
}
.pge-engagement .jspHorizontalBar {
  display: none !important;
  visibility: hidden;
}
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #dde;
  position: relative;
}
.pge-engagement .jspTrack {
  background: #ffffff;
}
.dealer-list .jspTrack {
  -webkit-box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
}
.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.pge-engagement .jspDrag {
  background: #c6c0bc;
  width: 7px;
  left: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/*--pge engagement type 2--*/
.pge-engagement-type-2 .left-col{
	width:292px;	min-height:100px;
	float:left;
}
.pge-engagement-type-2 .left-col img.hero{
	position:relative;
	z-index:100;
	display:block;
	margin: 0 0 17px 0;
}
.pge-engagement-type-2 .left-col h2{
	padding: 0 56px 0 0;
}
.pge-engagement-type-2 .left-col p,
.pge-engagement-type-2 .right-col p{
	color: #404040;
	font-size: 12px;
	line-height: 18px;
	padding: 10px 56px 0 0;
}
.pge-engagement-type-2 .right-col p.intro{
	font-size:16px;
}
.pge-engagement-type-2 .right-col img.pwd-dlr-cap {
	margin:16px 0 0 0;
}
.pge-engagement-type-2 .right-col p.error,
.pge-engagement-type-2 .login-con p.error {
	background:#fddccb;
	padding:12px;
	margin-top: 10px;
	color:#fe0000;
	font-weight:bold;
}
.pge-engagement-type-2 table.press {
	margin: 0 0 10px 0;
}
.pge-engagement-type-2 table.press td{
	margin: 5px 0;
	display:inline-block;
}
.pge-engagement-type-2 .right-col{
	width:607px;	min-height:158px;
	border-left:3px solid #f77a00;
	border-right:3px solid #f77a00;
	background-color:#f4f2f2;
	padding: 22px 23px 10px 32px;
	float:right;
}
.pge-engagement-type-2 .right-col.prof{
	width:613px;
}

.pge-engagement-type-2 .right-col.prof fieldset {
  margin: 15px 0 40px;
}
.pge-engagement-type-2 .right-col.prof fieldset.two-sided {
  width: 540px;
}
.pge-engagement-type-2 .right-col.prof fieldset.two-sided > .row {
  float: left;
  width: 250px;
}
.pge-engagement-type-2 .right-col.prof fieldset.two-sided > .row.full-size {
  width: 420px;
}
.pge-engagement-type-2 .right-col.prof fieldset.checkbox {
  margin-bottom: 0;
}
.pge-engagement-type-2 .right-col.prof fieldset.checkbox label {
  display: inline;
  font-weight: normal;
}

.pge-engagement-type-2 .right-col.prof .options {
  clear: both;
  float: none;
  margin: 0;
  padding-top: 20px;
}
.pge-engagement-type-2 .right-col.prof .options .row {
  padding: 0;
  margin: 0;
}
.pge-engagement-type-2 .right-col.prof .options .row.button-area {
  margin-bottom: 10px;
}

.pge-engagement-type-2 .right-col.thank-you{
	min-height:128px !important;
}
.pge-engagement-type-2 .right-col.full{
	width:899px !important;
}
.pge-engagement-type-2 .image-col-left {
	width:613px;
	background-color:#f4f2f2;
	border-left:3px solid #f77a00;
	border-right:3px solid #f77a00;
	padding: 22px 23px 10px 32px;
	float:right;
}
.pge-engagement-type-2 .image-col-left.full {
	width:899px;
}
.pge-engagement-type-2 #rememberMe,
.pge-engagement-type-2 [for="rememberMe"] {
    margin:0;
    float:right;
}
.pge-engagement-type-2 [for="rememberMe"] {
	max-width:100px;
}
.pge-engagement-type-2 #rememberMe {
    margin-right:10px
}
.pge-engagement-type-2 .prof-nav{
	width:286px;	min-height:353px;
	float:left;
    top: 4px;
    left: 4px;
    *top: 8px;
}
.pge-engagement-type-2 .over-con {
	background:#ddd9d7;
}
.pge-engagement-type-2 .prof-nav ul {
	margin-top: 10px;
	border-top: 3px solid #ffffff;
}
.pge-engagement-type-2 .prof-nav ul li {
 	border-bottom: 3px solid #ffffff;
}
.usp-font .pge-engagement-type-2 .content h3{
    font-family: sans-serif;
    font-weight:bold;
}
.pge-engagement-type-2 .prof-nav ul li .button {
	border-right: 3px solid #ffffff;
	background-image: url('../images/sprite.png');
}
.pge-engagement-type-2  .prof-nav ul li a.my-details {
	background-position: 6px -542px;
}
.pge-engagement-type-2 .tell-us-con {
	position:relative;
	min-height:353px;
	background:transparent;
}
.pge-engagement-type-2 .tell-us-con.update {
	background:#ddd9d7;
}
.pge-engagement-type-2  .prof-nav p {
	padding:15px;
	background:#ddd9d7;
}
.pge-engagement-type-2 .image-col-right {
	position:absolute;
	top:0px;
	right:0px;
	background:#f36700	url("../images/reg_RHS_image.jpg") no-repeat left top;
	bottom:0px;
	width:286px;
	height:100%;
}
.pge-engagement-type-2 .content h1{
	margin:0 0 8px 0;
}
.pge-engagement-type-2 .content h3{
	font-size:22px;
	margin:0 0 8px 0;
	font-family:'AvantGardeDemiRegular',Arial, Helvetica, sans-serif;
}
.pge-engagement-type-2 .right-col form .submit-con{
	width:607px;
	margin:15px 0 0 0;
	position:relative;
}
.pge-engagement-type-2 .right-col form label.required:after,
.pge-engagement-type-2 .image-col-left form label.required:after {
	display: inline;
	content: '*';
	color: #f36700;
	font-weight: bold;
	margin-left: 5px;
}
.pge-engagement-type-2 .right-col form tr td.field,
.pge-engagement-type-2 .image-col-left form tr td.field {
	width:320px;
}
.pge-engagement-type-2 .right-col.full form tr td.field {
    width:450px;
}
.pge-engagement-type-2 .right-col form label.non-status,
.pge-engagement-type-2 .image-col-left form label.non-status{
	display: block;
	font-weight: bold;
	margin:15px 0 4px 0;
}

.pge-engagement-type-2 .right-col form label.non-status.no-top {
	margin-top:0;
}

.pge-engagement-type-2 .right-col form tr td.pd-top {
	padding: 15px 0 0 0;
}

.pge-engagement-type-2 .right-col form tr.sp td {
	 padding-bottom: 15px;
}	 

.pge-engagement-type-2 .image-col-left form.update-det label.non-status{
	display: block;
	font-weight: bold;
	margin:15px 5px 4px 0;
}
.pge-engagement-type-2 .image-col-left form.update-det input#isRememberMe{
	margin: 20px 0 10px 0;
}
.pge-engagement-type-2 .image-col-left.tell-us-more form label.non-status{
	font-weight: bold;
	display:inline-block;
	margin:20px 10px 20px 0;
}
.pge-engagement-type-2 .image-col-left.tell-us-more form select {
	width:300px;
}
.pge-engagement-type-2 .right-col form td.label,
.pge-engagement-type-2 .image-col-left form td.label {
	position: relative;
	display: block;
}
.pge-engagement-type-2 form td .half {
	width:50%;
	float:left;
	margin:7px 0 0 0;
}
.pge-engagement-type-2 form td .half.first {
	margin:0;
}
.pge-engagement-type-2 .image-col-left form.update-det td.label {
	width:115px;
	text-align:right;
}
.pge-engagement-type-2 .image-col-left form.update-det td.status li{
	list-style:none;
}
.pge-engagement-type-2 .image-col-left form.update-det p.msg{
	color:#f36700;
	margin:30px 0 0 0;
}
.pge-engagement-type-2 .right-col form .toolTip {
	display:block;
	position:absolute;
	right:11px;	bottom:4px;
	width:17px;		height:17px;
	background:url("../images/reg-toolTip.png") no-repeat 0px 0px;
}
.pge-engagement-type-2 .right-col form .checkbox{
	margin:0 10px 15px 0;
	float:left;
}
.pge-engagement-type-2 .change-login-info {
  width: 338px;
  background: #ddd9d7;
  padding: 10px;
  margin-bottom: 10px;
  margin-left:90px;
}
.pge-engagement-type-2 .change-login-info label {
  width: 130px;
  margin-right: 5px;
  text-align: right;
}
.pge-engagement-type-2 .change-login-info a {
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}

.pge-engagement-type-2 .change-form {
  margin-top: 10px;
}
.pge-engagement-type-2 .change-form label {
  width: 220px;
  margin-right: 5px;
  text-align: right;
}
.pge-engagement-type-2 .change-form fieldset {
  margin-bottom: 0;
}

.pge-engagement-type-2 .right-col form .textbox,
.pge-engagement-type-2 .image-col-left form .textbox{
	vertical-align: middle;
	margin: 0;
	padding: 3px;
	height: 19px;
	width:303px;
	border: 1px solid #c6c0bc;
}
.pge-engagement-type-2 .right-col.full form .textbox {
    width:423px !important;
}
.pge-engagement-type-2 .right-col form .textbox.dbl{
	margin-top:5px;
}
.pge-engagement-type-2 .right-col form .select,
.pge-engagement-type-2 .image-col-left form .select{
	vertical-align: middle;
	margin: 3px 0 0 0;
	padding: 3px;
	height: 25px;
	width:311px;
	border: 1px solid #c6c0bc;
}
.pge-engagement-type-2 .right-col.full form .select {
    width:431px !important;
}
.pge-engagement-type-2 .image-col-left form#tell-us-more table {
	margin:0 0 20px 0;
}
.pge-engagement-type-2 .image-col-left form .submit{
	border:none;
	cursor:pointer;
	float:left;
	font-size:12px;
	background:#8d8279 url("../images/engmnt-arrw-cta.gif") right top no-repeat;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
}
.pge-engagement-type-2 .image-col-left form .submit:hover{
	background-color: #7a7368;
	text-decoration: none;
}
.pge-engagement-type-2 .image-col-left form .cancel{
	margin:15px 10px 15px 0;
	float:left;
}
.pge-engagement-type-2 .right-col form .textarea{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	border: none;
	margin: 0;
	border: 1px solid #8d8279;
	background: #ffffff;
	width: 470px;
	height: 170px;
	padding: 10px;
	font-family: "Arial", sans-serif;
	font-size: 12px;
}
.pge-engagement-type-2 .right-col form .submit.absol{
	position:absolute;
	right:0px;
	bottom:3px;
	margin:0 !important;
}
.pge-engagement-type-2 .right-col form .submit,
.pge-engagement-type-2 .image-col-left form .submit {
	margin: 15px 0;
}
.pge-engagement-type-2 .right-col form .no-inpt{
	margin:0 0 10px 0;
}
.pge-engagement-type-2 .right-col form .newsl{
	width:415px;
	padding:0 0 0 25px;
}
.pge-engagement-type-2 .right-col form .send-mail{
	width:295px;
	padding:0 0 0 25px;
}
.pge-engagement-type-2 .right-col form .helper{
	display:block;
	margin:10px 0 0 0;
}
.pge-engagement-type-2 .right-col .hr {
	width:100%;	height:1px;
	background-color:#e7e4e3;
	margin: 20px 0;
}
.engmnt-form label.checked {
  background:url("../images/rfi-form-tick.gif") no-repeat 0px 0px;
}
.engmnt-form #capstatus label.checked {
  background:none;
  display:none !important;
}
.engmnt-form .dtls-phone label.checked {
	background:none;
	display:none !important;
}
/*--pge engagement type 2 Registration Form--*/
.pge-registration-form .login-con {
	width:960px;	min-height:180px;
	margin:0 0 20px 0;
}
.pge-registration-form .login-con .hero{
	position: relative;
	z-index: 100;
	display: block;
	margin: 0 -31px 0 0;
	float:left;
}
.pge-registration-form .login-con .login {
	width:607px;	min-height:158px;
	border-left: 3px solid #f77a00;
	border-right: 3px solid #f77a00;
	background-color: #f4f2f2;
	padding: 22px 23px 10px 32px;
	float: right;
}
.pge-engagement-type-2 .login-con form .textbox{
	vertical-align: middle;
	margin: 0;
	padding: 3px;
	height: 19px;
	margin:5px 0 0 0;
	width:225px;
	border: 1px solid #c6c0bc;
}
.pge-engagement-type-2 .login-con form .textbox.first{
	margin:5px 10px 0 0;
}

.usp-font .pge-registration-form .login-con .login h3 {
    font-family: sans-serif;
    font-weight:bold;
}
.pge-engagement-type-2 .login-con form .submit{
	margin:20px 0 0 0;
	position: absolute;
	right: 26px;
}
.ie10 .pge-engagement-type-2 .login-con form .submit,
.ie9 .pge-engagement-type-2 .login-con form .submit,
.ie8 .pge-engagement-type-2 .login-con form .submit,
.ie7 .pge-engagement-type-2 .login-con form .submit{
	margin:10px 0 0 0;
}
.pge-engagement-type-2 .login-con table{
	margin:25px 0 0 0;
}
.pge-engagement-type-2 .login-con table a.forgot{
	display:block;
	margin:5px 0 0 0;
}
.pge-engagement-type-2 .login-con p.err{
	color:#e61a28;
	background: url("../images/rfi-form-cross.gif") no-repeat 5px 0px;
	padding:0 0 0 28px;
	margin:10px 0 0 0;
	width:203px;
}
.pge-engagement-type-2 .login-con form .btn{
	text-align:right;
	width:200px;	
}
.pge-registration-form .login-con .login h3 {
	font-size: 29px;
	margin: 0 18px 0 0;
	display:inline-block;
	color:#f36700;
	font-family: 'AvantGardeDemiRegular';
}
.pge-registration-form .login-con .loginInput {
	display:block;
}
.pge-registration-form .login-con .login label.bold{
	font-weight:bold;
}
.pge-registration-form .login-con .login .instcts {
	display:inline-block;
	font-size:12px;
}
.pge-registration-form .left-col h2 {
	margin: 22px 26px 20px 0;
}
.pge-registration-form .left-col p {
	color: #404040;
	font-size: 12px;
	line-height: 18px;
	padding: 0 56px 15px 0;
}
.pge-registration-form .left-col p span {
	color:#f36700;
}
.pge-registration-form .right-col h2 {
	display:inline-block;
	margin:0 18px 0 0;
}
.pge-registration-form .right-col p.instcts {
	display:inline-block;
	padding:0 !important;
}
.pge-registration-form .right-col p.required {
	display:inline-block;
	padding:0 !important;
	color:#e61a28;
}
.pge-registration-form .right-col .select.title {
	width:110px !important;
}
.pge-engagement-type-2 .image-verif {
	width:322px;	min-height:271px;
	background:#a69d94;
}
/*--AutoComplete--*/
.autocomplete-w1 {
  position: absolute;
  top: 4px;
  left: 4px;
  *top: 8px;
}
.autocompleteJQuery {
  width: 202px;
  border: 1px solid #999;
  background: #FFF;
  cursor: pointer;
  text-align: left;
  max-height: 200px;
  overflow: auto;
  margin: -4px 6px 6px -4px;
  _margin: 5px 6px 6px 0;
  overflow-x: hidden;
}
.autocompleteJQuery .selected {
  background: #E2E2E2;
}
.autocompleteJQuery div {
  padding: 2px 5px;
  white-space: nowrap;
}
.autocompleteJQuery strong {
  font-weight: normal;
  color: #F1A900;
}
/* Video Playlist */
.playlist {
  position: relative;
  width: 521px;
  height: 246px;
}
.playlist .video_wrap {
  display: none;
  float: left;
  width: 425px;
  height: 240px;
  padding: 3px;
  background: #8d8279;
}
.playlist .video_wrap.active {
  display: block;
}
.usp-font .playlist .info {
    font-family: sans-serif;
    font-weight:bold;
}
.playlist ul {
  display: none;
  float: left;
  width: 87px;
  padding: 3px 3px 0 0;
  background: #8d8279;
}
.playlist ul li {
  position: relative;
  float: left;
  margin-bottom: 3px;
  overflow: hidden;
}
.playlist ul li img {
  float: left;
  width: 87px;
  height: 50px;
  opacity: .7;
}
.playlist ul li.active img,
.playlist ul li a:hover img {
  opacity: 1;
}
.playlist .info {
  font-family: 'AvantGardeDemiRegular', sans-serif;
  font-size: 10px;
}
.playlist .info .icon {
  position: absolute;
  z-index: 2;
  width: 13px;
  height: 13px;
  bottom: 3px;
  left: 3px;
  background: url('../images/sprite.png') no-repeat -100px -200px;
}
.playlist .info p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  padding: 3px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
}
.playlist .playlistNavigation {
  display: block;
  width: 87px;
  height: 13px;
  margin-bottom: 3px;
  background: url('../images/sprite.png') no-repeat -475px 0px;
}
.playlist .playlistNavigation.next {
  margin: 3px 0 0;
  background-position: -475px -13px;
}
.playlist .loader {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #ffffff url('../images/loading.gif') center center no-repeat;
}
/*--Primary--*/
/*--Secondary--*//***************/
/*---CONTENT---*/
/***************/
/***************/
/*---SIDEBAR---*//***************/
/**************/
/*---FOOTER---*/
/**************/
.main-footer {
  margin: 25px 0;
}
.main-footer .share-area {
  margin-bottom: 5px;
}
.main-footer .share-area .share-label {
  float: left;
  font-size: 11px;
  line-height: 19px;
  color: #8d8279;
  margin-right: 10px;
}
.main-footer .share-area .share-area-inner {
  float: right;
}
.main-footer .share-area .addthis_toolbox {
  float: left;
  width:auto;
}

.main-footer .share-area .addthis_toolbox .flt-clr {
    width:1px;
    height:16px;
    float:left;
}
.main-footer .footer-bottom {
  margin-top: 20px;
}
.main-footer .footer-strip {
  background: #8d8279;
  padding: 0px 10px 0px 10px;
  color: #ffffff;
}
.main-footer .footer-strip .footer-date {
  float: left;
  line-height: 25px;
}
.main-footer .footer-strip ul {
  float: right;
}
.main-footer .footer-strip ul > li {
  float: left;
  margin-right: 5px;
  white-space:nowrap;
}
.main-footer .footer-strip ul > li > a {
  color: #ffffff;
  line-height: 25px;
}
.main-footer .footer-strip ul > li:before {
  content: '|';
  margin: 0px 5px;
}
.main-footer .footer-strip ul > li:first-child:before {
  content: '';
  margin: 0px 5px;
}
/* PowerTip Plugin */
#powerTip {
	cursor: default;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	border: 1px solid #988d83;
	color: #000000;
	display: none;
	padding: 10px;
	margin:0 0 10px -17px;
	position: absolute;
	white-space: normal;
	max-width:235px;
	z-index: 2147483647;
}
#powerTip:before {
	content: "";
	position: absolute;
}
#powerTip.n:before, #powerTip.s:before {
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	left: 50%;
	margin-left: -10px;
}
#powerTip.e:before, #powerTip.w:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: -5px;
	top: 50%;
}
#powerTip.n:before {
	border-top: 10px solid #fff;
	border-top: 10px solid rgba(255, 255, 255, 1);
	bottom: -10px;
}
#powerTip.e:before {
	border-right: 10px solid #fff;
	border-right: 10px solid rgba(172, 172, 172, 0.8);
	left: -10px;
}
#powerTip.s:before {
	border-bottom: 10px solid #fff;
	border-bottom: 10px solid rgba(172, 172, 172, 0.8);
	top: -10px;
}
#powerTip.w:before {
	border-left: 10px solid #fff;
	border-left: 10px solid rgba(172, 172, 172, 0.8);
	right: -10px;
}
#powerTip.ne:before, #powerTip.se:before {
	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px;
}
#powerTip.nw:before, #powerTip.sw:before {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px;
}
#powerTip.ne:before, #powerTip.nw:before {
	border-top: 10px solid #fff;
	border-top: 10px solid rgba(172, 172, 172, 0.8);
	bottom: -10px;
}
#powerTip.se:before, #powerTip.sw:before {
	border-bottom: 10px solid #fff;
	border-bottom: 10px solid rgba(172, 172, 172, 0.8);
	top: -10px;
}
#powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: 10px solid #fff;
	border-top: 10px solid rgba(255, 255, 255, 1);
	bottom: -10px;
	border-left: 10px solid transparent;
	border-right:10px solid transparent;
	left: 3px;
}



#powerTip.nw-alt:after, #powerTip.nw-alt:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#powerTip.nw-alt:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 15px;
	left: 25px;
	margin-left: -15px;
}
#powerTip.nw-alt:before {
	border-color: rgba(152, 141, 131, 0);
	border-top-color: #988d83;
	border-width: 17px;
	left: 25px;
	margin-left: -17px;
}



#powerTip.ne-alt:before {
	left: auto;
	right: 10px;
}
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: none;
	border-bottom: 10px solid #fff;
	border-bottom: 10px solid rgba(172, 172, 172, 0.8);
	bottom: auto;
	top: -10px;
}
#powerTip.se-alt:before {
	left: auto;
	right: 10px;
}

/* NEWS FEED GENERAL STYLES */
p.newsSlideTitle {
	font-size:13px;
	font-family: sans-serif;
	font-weight:bold;
	color:#8c8179;
	margin:0 0 3px 0;
}

.news-feed-con .bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
    min-height:60px;
}

.news-feed-con .bx-wrapper .bx-viewport {
	background-color:transparent !important;
    min-height:60px;
}

.news-feed-con {
	overflow:hidden;
	position:relative;
	width:960px;
	min-height:60px;
	max-height:130px;
	background:#e7e5e3;
	border-top:#beb9b3 1px solid;
	border-bottom:#beb9b3 1px solid;
	padding: 11px 0 11px 0;
	margin:0 0 30px 0;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ1ZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #d8d5d2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d5d2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d8d5d2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#d8d5d2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#d8d5d2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#d8d5d2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d5d2',GradientType=0 ); /* IE6-8 */
}
.news-feed-con li {
	display:table;
	border-right: 1px dotted #bbb4af;
	min-height:60px;
}
.news-feed-con li p {
	padding:0 12px 0 12px;
	display:table-cell;
	font-weight:bold;
	vertical-align:middle;
	/* IE7 vertical alignment fix */
	margin-top: inherit;
	*clear: expression(
	style.marginTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"),
	style.clear = "none", 0
	);
}
.news-feed-con li p a{
	color:#f36700;
}
.news-feed-con li p span.date {
	color:#686868;
	font-size:10px;
}
.news-feed-con li p span.arrw {
	background: url(../images/news-feed-cta-arrow.png) no-repeat left 1px;
	width: 7px;
	height: 8px;
	display: inline-block;
	margin: 1px 0 0 5px;
}
.news-feed-con .preloader {
	width:960px;	height:100%;
	position:absolute;
	left:0px;	top:0px;
	background:#FFF url(../images/bx_loader.gif) center center no-repeat;
	z-index:1000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.news-feed-con.four .bx-wrapper .bx-prev,
.news-feed-con.four_duplicate .bx-wrapper .bx-prev,
.news-feed-con.three .bx-wrapper .bx-prev,
.news-feed-con.two .bx-wrapper .bx-prev,
.news-feed-con.one .bx-wrapper .bx-prev {
	left: -35px;
	background: url(../images/controls-news-slider.png) no-repeat 0 0px;
}


.news-feed-con.four .bx-wrapper .bx-next,
.news-feed-con.four_duplicate .bx-wrapper .bx-next,
.news-feed-con.two .bx-wrapper .bx-next,
.news-feed-con.one .bx-wrapper .bx-next {
	right: -35px;
	background: url(../images/controls-news-slider.png) no-repeat -43px 0px;
}
.news-feed-con.three .bx-wrapper .bx-next {
	right: -36px;
	background: url(../images/controls-news-slider.png) no-repeat -43px 0px;
}

.news-feed-con .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.news-feed-con .bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.news-feed-con .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	outline: 0;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	z-index: 5;
}

 .news-feed-con .bx-wrapper .bx-controls-direction a.bx-prev.disabled {
	 background-position: 0px -38px;
	 display:block !important;
}
 .news-feed-con .bx-wrapper .bx-controls-direction a.bx-next.disabled {
	 background-position: -43px -38px;
 	 display:block !important;
}
.pge-contact-us .hr{
	height:1px;	width:100%;
	background-color:#a7a6a4;
	margin: 30px 0 15px 0;
}
.pge-contact-us .address {
	margin-bottom: 15px;
}
.pge-contact-us .link{
	font-size:25px;
	margin: 6px 0px;
	display:block;
}

#change-email .textbox,
#change-password .textbox{
  width:190px;
  vertical-align: middle;
  margin: 0;
  padding: 3px;
  height: 19px;
  border: 1px solid #c6c0bc;
}

#change-email label,
#change-password label {
  width: 120px;
  margin-right: 5px;
  text-align: right;
}
#change-email .button-area,
#change-password .button-area{
  text-align:right;
}
.pge-engagement-type-2  .form-success {
background: #f36700;
color: #ffffff;
padding: 10px;
font-size: 14px;
font-weight: bold;
}
.validationLabel {
    display: none;
}