/*
	CSS for page content
*/
input, textarea {
	font-family: FrutigerLTStd55Roman;
	font-size:11px;
	color:#3e3e3e;
}
textarea {
    resize: none;
}
#gm-footer-print {
	display:none;
}
.print-only {
	display:none;
}
.bcge-logo {
	display:none;
}
/* used in #gm-content to enable full width page */
.gm-full-width {
}
.gm-full-width #gm-column-middle {
	width:765px;
}
.gm-full-width #gm-column-middle > table {
	width:100%;
}
.gm-full-width #gm-column-right {
	display:none;
}
.gm-full-width .gm-page-content h1 {
	color:#171717;
	width:710px;
	padding-left:21px;
	padding-right:10px;
	height:81px;
	margin:0;
	background:url(../img/pages/pages-h1-bg.png) top left no-repeat;
	display:table-cell;
	vertical-align: middle;
}

/* page content standard styles */
.gm-page-content {
	padding:10px;
	font-size:13px;
}
.gm-page-content b,
.gm-page-content strong {
	font-family: FrutigerLTStd65Bold;
	font-weight: normal;
}
.gm-page-content a {
	text-decoration: none;
	color:#ee1f1b;
}
.gm-page-content a:hover {
	text-decoration: underline;
}
.gm-page-content .gm-li-med a {
	color:#000;
}
.gm-page-content ul {
	padding-left:15px;
}
.gm-page-content h1 {
	color:#eb1f1b;
	font-size:26px;
}
.gm-page-content h2 {
	color:#ee1f1b;
}
.gm-page-content h3,
#gm-content .gm-page-content .gm-page-intro {
	font-family: FrutigerLTStd65Bold;
	font-weight: normal;
	font-size:16px;
}
.gm-page-content h3 {
	margin:20px 0;
}
.gm-page-left {
	float:left;
	width:520px;
	padding-right:19px;
}
.gm-page-right {
	float:right;
	width:192px;
}
.gm-page-right .gm-right-bloc {
	background:#efefef;
	width:175px;
	padding:10px 5px 10px 12px;
}
.gm-page-right h2.gm-right-bloc {
	font-size:15px;
}
.gm-right-bloc.gm-right-link {
	margin:2px 0;
	cursor:pointer;
	height:38px;
}
.gm-right-bloc.gm-right-link:hover {
	background-color:#dfdfdf;
}
.gm-right-bloc.gm-right-link div {
	width:38px;
	height:38px;
	float:left;
	margin-right:10px;
}
#gm-content .gm-right-bloc.gm-right-link p {
	background:url(../../../indexe68f.html) left center no-repeat;
	display:table-cell;
	color:#171717;
	font-family: FrutigerLTStd65Bold;
	vertical-align: middle;
	line-height: 14px;
	padding-left:10px;
	width:117px;
	margin:0;
	height:36px;
}
.gm-right-bloc.gm-right-link:hover a {
	/*text-decoration: none;*/
}
.gm-right-bloc.gm-right-link div.gm-bg-rappeler {
	background:url(../img/pages/icons-right.png) 0 0 no-repeat #efefef;
}
.gm-right-bloc.gm-right-link div.gm-bg-remplir-contrat {
	background:url(../img/pages/icons-right.png) 0 -40px no-repeat #efefef;
}
.gm-right-bloc.gm-right-link div.gm-bg-envoyer-mail {
	background:url(../img/pages/icons-right.png) 0 -80px no-repeat #efefef;
}
.gm-right-bloc.gm-right-link div.gm-bg-appeler-bcge {
	background:url(../img/pages/icons-right.png) 0 -120px no-repeat #efefef;
}
.gm-right-bloc.gm-right-link div.gm-bg-trouver-agence {
	background:url(../img/pages/icons-right.png) 0 -160px no-repeat #efefef;
}
.gm-right-bloc.gm-right-link div.gm-bg-simulator {
	background:url(../img/pages/icons-right.png) 0 -200px no-repeat #efefef;
}

.gm-right-bloc.gm-social-icons {
	padding:9px 5px 5px 12px;
}
.gm-right-bloc.gm-social-icons .gm-icon {
	width:21px;
	height:20px;
	margin-right:9px;
	float:left;
}
.gm-social-icons .gm-icon-print {
	background:url(../img/pages/icons-social.png) 0 0;
}
.gm-social-icons .gm-icon-print:hover {
	/* a shame FF does not implements background-position-y */
	background-position:0 20px;
}
.gm-social-icons .gm-icon-mail {
	background:url(../img/pages/icons-social.png) -21px 0;
}
.gm-social-icons .gm-icon-mail:hover {
	background-position:-21px 20px;
}
.gm-social-icons .gm-icon-fb {
	background:url(../img/pages/icons-social.png) -42px 0;
}
.gm-social-icons .gm-icon-fb:hover {
	background-position:-42px 20px;
}
.gm-social-icons .gm-icon-twitter {
	background:url(../img/pages/icons-social.png) -63px 0;
}
.gm-social-icons .gm-icon-twitter:hover {
	background-position:-63px 20px;
}
.gm-social-icons .gm-icon-linkedin {
	background:url(../img/pages/icons-social.png) -84px 0;
}
.gm-social-icons .gm-icon-linkedin:hover {
	background-position:-84px 20px;
}
.gm-social-icons .gm-icon-gplus {
	background:url(../img/pages/icons-social.png) -105px 0;
}
.gm-social-icons .gm-icon-gplus:hover {
	background-position:-105px 20px;
}

.gm-page-intro {
	margin-top:10px;
	display:inline-block;
}
.gm-page-content .gm-page-intro h2 {
	float:left;
	width:348px;
	margin-top:0;
	color:#171717;
	line-height: 20px;
}
.gm-page-intro-image {
	position:relative;
	float:left;
	margin-right:20px;
	width:152px;
}
.gm-page-intro-image img {
	border:solid 1px #cdcdcd;
	display:block;
}

.gm-onglets {
	font-family: FrutigerLTStd65Bold;
	height:41px;
}
.gm-onglets .gm-onglet-sep {
	display:block;
	border-bottom:solid 1px #c5c5c5;
	height:40px;
	width:5px;
}
.gm-onglets .gm-onglet {
	cursor:pointer;
	border:solid 1px #c5c5c5;
	background:url(../img/pages/pages-tabs-bg.png) repeat-x;
	border-radius:3px 3px 0 0;
	padding:0 10px;
}
.gm-onglets .gm-onglet:hover {
	background-image:url(../img/pages/pages-tabs-bg-hover.png);
}
.gm-onglets .gm-onglet:hover a {
	text-decoration: none;
}
.gm-onglets .gm-onglet a {
	background:url(../../../indexe68f.html) no-repeat scroll 0 center transparent;
	padding-left:10px;
	color:#000;
	display:block;
	height:28px;
	padding-top:11px;
	width:100%;
}
.gm-onglets .gm-onglet-actif {
	border-bottom:solid 1px #fff;
	background:none;
}
.gm-onglets .gm-onglet-actif:hover {
	background:none;
}
.gm-onglets .gm-onglet-actif a {
	background:url(../img/pages/li-med-down.png) no-repeat scroll 0 center transparent;
}
.gm-page-right-carousel {
	background:#efefef;
	padding:10px 0 20px 15px;
}
.gm-page-right-carousel h3 {
	text-align: center;
	margin:0 15px 10px 0;
}
.gm-page-right-carousel .gm-custom-form-select {
	width:124px;
	height:20px;
}
.gm-page-right-carousel .gm-list {
	top:7px;
	left:1px;
}
.gm-page-content hr {
	border:none;
	height:1px;
	background:#c5c5c5;
	margin:30px 0;
}
.gm-big-page-link {
	margin-top:20px;
	background:url(../img/pages/li-big.png) center right no-repeat #efefef;
	height:81px;
}
.gm-big-page-link:hover {
	background-color:#dfdfdf;
}
.gm-big-page-link a {
	display:block;
	height:100%;
	color:#000;
}
.gm-big-page-link:hover a {
	text-decoration: none;
}
.gm-big-page-link h3 {
	margin:0;
	padding-top:18px;
}
.gm-big-page-link .gm-page-intro-image {
	width:122px;
}
.gm-big-page-link .gm-page-intro-image img {
	width:120px;
	height:79px;
}
.gm-big-page-link .gm-actu-img-border {
	width:120px;
}
.gm-onglet-content hr {
	clear:both;
	margin-bottom:10px;
	background:none;
	border-bottom:dotted 1px #000;
}
.gm-tab-bloc {
	position:relative;
	float:left;
	width:200px;
	padding:20px;
	border-right:dotted 1px #000;
	min-height:220px;
	font-size:12px;
	text-align: center;
	margin-bottom:10px;
}
.gm-tab-bloc.gm-tab-bloc-selected {
	background-color:#efefef;
}
.gm-tab-bloc p {
	line-height:15px;
}
.gm-tab-bloc h3 {
	/*position:relative;
	padding-left:50px;
	margin-top:0;
	margin-bottom: 30px;*/
	text-align:left;
	margin:0;
	margin-left:10px;
}
.gm-tab-bloc span {
	/*position:absolute;
	top:-9px;
	left:0;*/
	display:block;
	width:38px;
	height:38px;
}
.gm-tab-bloc span.gm-bg-rappeler {
	background:url(../img/pages/icons-right.png) -40px -0px no-repeat #efefef;
}
.gm-tab-bloc span.gm-bg-remplir-contrat {
	background:url(../img/pages/icons-right.png) -40px -40px no-repeat #efefef;
}
.gm-tab-bloc span.gm-bg-envoyer-mail {
	background:url(../img/pages/icons-right.png) -40px -80px no-repeat #efefef;
}
.gm-tab-bloc span.gm-bg-appeler-bcge {
	background:url(../img/pages/icons-right.png) -40px -120px no-repeat #efefef;
}
.gm-tab-bloc span.gm-bg-trouver-agence {
	background:url(../img/pages/icons-right.png) -40px -160px no-repeat #efefef;
}
.gm-tab-bloc input,
.gm-tab-bloc select,
.gm-tab-bloc textarea {
	font-family:FrutigerLTStd55Roman;
	font-size:11px;
	width:188px;
	border:solid 1px #bcb8b8;
	border-radius: 2px;
	padding:3px 5px;
	margin-bottom:7px;
}
.gm-tab-bloc input[type=submit] {
	position:absolute;
	left:20px;
	top:220px;
	width:200px;
	cursor:pointer;
	color:#fff;
	font-family: FrutigerLTStd65Bold;;
	font-size:13px;
	background-color:#d60e09;
	background-image: linear-gradient(to bottom, #FD1813 0%, #D50D09 100%);
	border:none;
	border-radius:5px;
}
.gm-tab-bloc input[type=submit]:hover {
	background-color:#ac0202;
	background-image: linear-gradient(to bottom, #fb0303 0%, #a80201 100%);
}
.validate label.error {
}
.validate input.error {
	border-color:#EE1F1B;
}
#gm-content .infieldlabel p {
	position:relative; margin:0;
}
#gm-content .infieldlabel label {
	position:absolute;
	top:3px; 	/* Chrome: 5px via Javascript */
	left:7px;
}

/* UI Slider */
.ui-slider { position: relative; text-align: left; background:#fff; border:solid 1px #383838; border-radius:2px; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width:12px; height: 12px; cursor: pointer; background:#4c4c4c; border-radius:6px; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; background:#3b3b3b; }

.ui-slider-horizontal { height: 4px; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

/* Ajax FORMS */
.form_ajax_ok,
.form_ajax_error {
	position:absolute;
	z-index:99;
	bottom:10px;
	left:0;
	display:none;
	padding:10px 15px;
	margin:0 10px;
	background:#ddf6dd;
	border:solid 1px #1e9b1e;
}
.form_ajax_error {
	background:#f5d9d9;
	border-color:#ac0202;
}


/* ----------------------- */
/* ADDENDUM GM/JMJ 2014.10 */
/* ----------------------- */

b,strong {
	font-family:FrutigerLTStd65Bold;
	font-weight: normal;
}

.gm-green {
	color:#008000;
}
.gm-header-pic {
	position: relative;
	display:block;
	height:194px;
}
.gm-header-pic img {
	position:absolute;
	top:-3px;
	left:-3px;
	z-index: 10;
}
.gm-header-pic span {
	display: block;
	position: absolute;
	top:10px;
	left: 10px;
	z-index: 20;
	color: #fff;
	font-size: 20px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.gm-opener {
	background:#e8e8e8;
	padding:8px 10px;
	font-family: FrutigerLTStd65Bold;
	margin-bottom:6px;
}
.gm-opener-header {
	position: relative;
    cursor: pointer;
    padding-right:20px;
}
.gm-opener .gm-toggle {
    position: absolute;
    right: 0;
    top: 0;
    height: 17px;
    width: 17px;
}
.gm-opener .gm-opener-content {
	display:none;
	margin-top:10px;
}
.gm-opener-content > .gm-li-med {
	font-size:12px;
	text-align:right;
	margin:10px 20px 10px 0;
}
.gm-opener-content > .gm-li-med li {
	display:inline-block;
}
.gm-opener .gm-prestation {
	background:#fff;
}
.gm-prestation {
	float:left;
	display:inline-block;
	background:#efefef;
	width:150px;
	margin-right:10px;
	min-height: 156px;
	cursor: pointer;
}
.gm-prestation:hover a {
	text-decoration: underline;
}
.gm-prestation-pic {
	position: relative;
	height:100px;
}
.gm-prestation-pic .gm-actu-img-border {
	bottom:0;
	left:0;
}
.gm-prestation .gm-li-med {
	margin-top:0;
}
.gm-prestation .gm-li-med li {
	padding-top:0;
	background-position:0 6px;
}
.gm-prestation .gm-li-med a {
	color:#171717;
}
.gm-prestation .gm-li-med h2 {
	margin:10px 0;
}

.gm-pushs {
	width:185px;
	background:#fff;
	border-radius: 4px;
	margin-bottom: 10px;
	padding:10px 0;
}
.gm-pushs h2 {
	border-bottom:dotted 1px #8e8e8e;
	font-size: 20px;
	line-height: 19px;
	margin:0 0 10px 0;
	padding:0 18px 10px 18px;
}
.gm-push {
	padding:0 18px;
	border-bottom:dotted 1px #8e8e8e;
	margin:15px 0;
}
.gm-push:last-child {
	border-bottom:none;
}
.gm-push h3 {
	font-family: FrutigerLTStd65Bold;
	font-weight: normal;
	position: relative;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
	padding-right:20px;
}
.gm-push .gm-toggle {
	position: absolute;
	right: 0;
	top: 0;
	height: 17px;
	width: 17px;
}
.gm-push .gm-push-content {
	display:none;
	font-size: 12px;
	font-family: FrutigerLTStd65Bold;
	line-height: 12px;
	margin-bottom: 10px;
}
.gm-chronique {
	padding:10px 0;
}
.gm-chronique ul.gm-li-med {
	margin:0;
}
.gm-chronique ul.gm-li-med li {
	padding-top:2px;
	padding-bottom:1px;
	background-position:0 7px;
}
#gm-content .gm-chronique p {
	margin:0;
	line-height: 13px;
}
#gm-content .gm-billet {
	padding:10px 0;
}

a.gm-button-red {
	font-family: FrutigerLTStd65Bold;
	font-size:13px;
	border:solid 1px #bcb8b8;
	border-radius: 2px;
	padding:3px 10px;
	margin-bottom:7px;
	cursor:pointer;
	color:#fff;
	background-color:#d60e09;
	background-image: linear-gradient(to bottom, #FD1813 0%, #D50D09 100%);
	border:none;
	border-radius:5px;
}
a.gm-button-red:hover {
	background-color:#ac0202;
	background-image: linear-gradient(to bottom, #fb0303 0%, #a80201 100%);
	text-decoration: none;
}
.gm-intro {
	position:relative;
}
.gm-intro div.title {
	font-family: FrutigerLTStd65Bold;
	font-size: 16px;
	background:#000;
	color:#fff;
	position: absolute;
	top:35px;
	left:0;
	padding:22px;
	width:490px;
	opacity: 0.85;
}
.gm-intro div.title img {
	position: absolute;
	right:0;
	top:0;
}
.gm-intro iframe {
	margin-top:80px;
	float: right;
}
.gm-intro a.gm-button-red {
	display:inline-block;
	margin-top:21px;
	margin-left:14px;
}
.gm-intro p {
	font-family: FrutigerLTStd65Bold;
	margin-left:20px;
}
.gm-intro span {
	float:left;
}
.gm-intro span:nth-child(2) {
	float:right;
	margin-right:150px;
	font-family:FrutigerLTStd55Roman;
}
.gm-prestation ul {
	padding-left:10px;
}
.gm-indice {
}
.gm-indice > div {
	padding:4px 0;
	border-top:solid 1px #d8d8d8;
}
.gm-indice label {
	font-family: FrutigerLTStd65Bold;
	background:#efefef;
	display:inline-block;
	padding:1px 4px;
}
.gm-indice span {
	display:inline-block;
	font-size: 11px;
}
.gm-indice span.gm-value {
	font-family: FrutigerLTStd65Bold;
	width:70px;
	margin-left:3px;
}
.gm-indice span.gm-diff {
	width:47px;
	text-align: right;
}
.gm-pushs.gm-assets {
	padding-bottom:0;
	border:solid 1px #cdcdcd;
	padding:10px 4px 0 4px;
	width:175px;
}
.gm-pushs.gm-assets h2 {
	border-bottom:none;
	margin-bottom:0;
	font-size:16px;
	padding:0 0 6px 5px;
}
.gm-pushs.gm-chronique .gm-actu {
	border-top:none;
	border-bottom:solid 1px #d8d8d8;
	padding:10px 10px;
}
.gm-pushs.gm-chronique .gm-actu p {
	line-height: 12px;
}
.gm-pushs.gm-chronique .gm-actu:last-child {
	border:none;
}
.gm-pushs.gm-chronique .gm-li-med li {
	background-position: 0 6px;
	padding-top:3px;
	padding-bottom:3px;
}
.gm-pushs.gm-chronique .gm-li-med a {
	font-family: FrutigerLTStd65Bold;
	font-size:12px;
}
.gm-expertises {
	padding:10px;
	padding-top:0;
}
.gm-expertises table {
	margin-bottom:10px;
}
.gm-expertises td {
	vertical-align: top;
	background:#e8e8e8;
}
.gm-expertises h1 {
	border-bottom:1px dotted #747474;
	margin-bottom:10px;
	padding-bottom:5px;
	margin-top:20px;
}
.gm-expertises h2 {
	margin-top:10px;
}
.gm-expertises .gm-opener {
	font-family:FrutigerLTStd55Roman;
	font-size:13px;
	padding-left:0;
	margin-bottom:0;
}
.gm-expertises .gm-prestation {
	padding-bottom:10px;
}
#gm-content .gm-expertises .gm-prestation p {
	margin-left:20px;
	margin-right:10px;
	font-family: FrutigerLTStd65Bold;
	line-height:13px;
}



/* Synchrony 2015-05 GM/JMJ */
.gm-synchrony .gm-intro {
	position: relative;
	background:url(../img/background-bcge-symphony.jpg) no-repeat top left #0b3259;
}
.gm-synchrony .gm-intro .title {
	padding-left:53px;
	width:100%;
	box-sizing:border-box;
	opacity:1;
	background:url(../img/synchrony-bg50.png);
}
.gm-synchrony .gm-intro .title span {
	font-size:37px;
}
.gm-synchrony .gm-intro .gm-form {
	float:right;
	width:310px;
	font-size:12px;
	color:#fff;
	box-sizing:border-box;
	padding:20px;
	margin-top:157px;
	background:url(../img/synchrony-bg50.png);
}
.gm-synchrony .gm-intro .gm-form select {
	background:#fff;
}
.gm-synchrony .gm-intro .gm-form input[type=submit] {
	width:100%;
	font-family: FrutigerLTStd65Bold;
	font-size:16px;
	/*background:url(/synchrony/vues/img/form-input-submit-bg.png) repeat-x;*/
	background-color:#187bb1;
	background-image: linear-gradient(to bottom, #1a8abc 0%, #187bb1 100%);
	color:#fff;
	border:none;
	border-radius:4px;
	height:36px;
	margin-top:15px;
	cursor: pointer;
}
.gm-synchrony .gm-intro .gm-form input[type=submit]:hover {
	background-image: linear-gradient(to bottom, #006fa4 0%, #005689 100%);
}
.gm-synchrony .gm-intro .gm-disclaimer {
	padding:45px;
	color:#fff;
	font-size: 10px;
	line-height: 11px;
	float:right;
	box-sizing:border-box;
	width:100%;
}
#gm-content .gm-synchrony .gm-intro .gm-disclaimer p {
	margin-bottom:10px;
}
#gm-content span.gm-select {
	float:none;
	margin-right: 0;
	font-size:15px;
	color:#000;
	width:100%;
	box-sizing:border-box;
	padding:10px 10px;
	background:url(../img/custom-select-arrow.png) 245px 16px no-repeat #fff;
	background:url(../img/custom-select-arrow.png) right 10px top 16px no-repeat #fff;
	cursor: pointer;
}
.gm-synchrony .gm-intro .gm-fonds {
	background:url(../img/synchrony-bg50.png);
	float:left;
	width:650px;
	margin-top:145px;
	font-size: 12px;
	color:#fff;
	padding:45px 30px;
}
.gm-synchrony .gm-intro .gm-fonds #schema-pic{
	cursor: pointer;
}
.gm-synchrony .gm-intro h2 {
	color:#fff;
	font-size:25px;
	margin:50px 0 20px 10px;
}
.gm-synchrony .gm-opener {
	padding:13px 10px;
}
.gm-synchrony .gm-opener-header {
	padding-left:20px;
	padding-right:0;
}
.gm-synchrony .gm-opener .gm-toggle {
	right:auto;
	left:0;
}
.gm-synchrony .gm-opener-content {
	font-family: FrutigerLTStd55Roman;
	padding:10px;
}
.gm-synchrony a {
	color:#000;
}
.gm-synchrony a.gm-link-no-decoration:hover{
	text-decoration: none;
}
.gm-synchrony .gm-toggle.gm-down {
	background:url(../img/pages/li-med-blue.png) center center no-repeat;
}
.gm-synchrony .gm-toggle.gm-up {
	background:url(../img/pages/li-med-down-blue.png) center center no-repeat;
}
.gm-synchrony a.gm-button-red,
.gm-synchrony .gm-tab-bloc input[type="submit"] {
	font-family: FrutigerLTStd55Roman;
	color:#fff;
	background-color:#187bb1;
	background-image: linear-gradient(to bottom, #1a8abc 0%, #187bb1 100%);
	display:block;
	text-align: center;
}
.gm-synchrony .gm-tab-bloc input[type="submit"]:hover {
	background-image: linear-gradient(to bottom, #006fa4 0%, #005689 100%);
}
.gm-synchrony a.gm-button-red:hover {
	background-color:#006ba0;
	background-image: linear-gradient(to bottom, #006fa4 0%, #005689 100%);
}
/* synchrony-fond */
.gm-synchrony.gm-fond .gm-intro {
	background:url(../img/background-bcge-symphony-fond.jpg) 0px 180px no-repeat;
	padding-left:240px;
}
.gm-synchrony.gm-fond .gm-intro .title {
	background:url(../img/bcge-synchrony-header.png) top right no-repeat #000;
	text-align: right;
	padding-right:190px;
	font-size:23px;
}
.gm-synchrony.gm-fond .gm-intro .title span {
	font-size:23px;
}
.gm-synchrony.gm-fond .gm-intro ul {
	float:right;
	margin-top:5px;
}
.gm-synchrony.gm-fond .gm-intro li {
	list-style-type: none;
	float:left;
	margin-left:10px;
	padding-right:10px;
	border-right:solid 1px #555;
}
.gm-synchrony.gm-fond .gm-intro li:last-child {
	border:none;
	padding:0;
}
.gm-synchrony.gm-fond .gm-intro li a {
	color:#8a8a8a;
}
.gm-layer{
	position: fixed ;
	background:url(../img/bg_layer.jpg) no-repeat #fff;
	z-index:500;
	width:590px;
	padding:20px 40px 20px 185px;
}
.gm-layer .gm-icon.gm-icon-close  {
	position: absolute;
	top:3px;
	right:0;
	background:url(../img/icons.png) -50px -40px no-repeat transparent;
	width:24px;
	height:24px;
	cursor:pointer;
}

.gm-widget-content table.gm-widget-table {
	width:183px;
	margin:1px;
	font-size: 11px;
}
