/* ----------------------------------------------  Inputs, textareas and selects  ---------------------------------------------- */


	div.Styled select, div.StyledSelectBox{  
		width:12em; border-radius:2px; border: solid 1px #ccc; padding:0.4em;}
	div.Styled select, div.StyledSelectBox{
		background: white url(/web/img/formelements-select.png) no-repeat center right;
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2); 
		box-shadow: 0 1px 3px rgba(0,0,0,0.2);}	

/* ----------------------------------------------  Select menu  ---------------------------------------------- */
	
	/* For IE and Firefox */

	div.StyledSelectBox { overflow:hidden; padding:0; margin:0; }
		
		.ie7 div.StyledSelectBox {border:none;}

	div.StyledSelectBox select {	
		width:115%; background-color:transparent; background-image:none;
		-webkit-appearance: none; border:none; box-shadow:none;}
		
		.ie7 div.StyledSelectBox select {
			width:100%; background-color:#fff; border: solid 1px #ccc; 
			padding:0.3em 0.5em;}	
/* ----------------------------------------------  Checkboxes and Radio inputs  ----------------------------------------------  */	
		
	div.Styled input[type="radio"], 
	div.Styled input[type="checkbox"] { position: absolute; left: -999em; }
		
	div.Styled label:before { 
		display: inline-block; position: relative; top:0.25em; left:-2px; 
		content:''; width:25px; height:25px;
		background-image:url(/web/img/formelements.png); }
	
	div.Styled input[type="checkbox"] + label:before { background-position: 0 -25px;}
	div.Styled input[type="checkbox"]:checked + label:before {background-position: 0 0 ; }
		 
	div.Styled input[type="radio"] + label:before { background-position: -25px -25px;}	 	
	div.Styled input[type="radio"]:checked + label:before { background-position: -25px 0;}
	
		/* Remove the custom styling for IE 7-8 */
		
		.ie8 div.Styled label:before { display:none; content:none; }
		
		.ie8 div.Styled input[type="checkbox"],
		.ie8 div.Styled input[type="radio"],
		.ie7 div.Styled input[type="checkbox"],
		.ie7 div.Styled input[type="radio"]{ 
			position: static; left:0; }
		
		.ie8 div.Styled input[type="checkbox"],
		.ie8 div.Styled input[type="radio"] { 
			position:relative; top:5px; margin-right:0.5em;}	
			

div.Styled div.StyledHeight{
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}

.tabs_box ul {
	margin: 0px;
	padding: 0px;
}

.tabs li {
	list-style: none;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
			}
.tabs a:hover{
	color: #036;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5e95cc;
			}
.tabs a:link , .tabs a:visited{
	display: inline-block;
	color: #333;
	text-decoration: none;
	/* [disabled]vertical-align: baseline; */
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	/* [disabled]line-height: 80px; */
	margin: 0px;
	/* [disabled]height: 39px; */
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
			}

			.tabs a.active {
	background: #fff;
	color: #036;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #036;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
			}
.tabs_box {
	/* [disabled]background-color: #FFF; */
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #CCC; */
	padding: 0px;
	max-width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
@media only screen and (max-width: 1169px) {
.tabs_box {
	/* [disabled]background-color: #FFF; */
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #CCC; */
	width:100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.tabs_box ul {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
	.tabs li {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
	margin-top : 5px;
	margin-left : 15px;
	margin-right : 15px;
	clear: both;
				}
.tabs a:hover{
	color: #036;
	border: 1px solid #5e95cc;
			}
.tabs a:link , .tabs a:visited{
	background: #efefef;
	display: block;
	color: #333;
	text-decoration: none;
	/* [disabled]vertical-align: baseline; */
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	/* [disabled]line-height: 80px; */
	margin: 0px;
	/* [disabled]height: 39px; */
	border: 1px solid #333;
			}
			.tabs a.active {
	background: #fff;
	font-weight: bold;
	color: #036;
	border: 1px solid #036;
			}
}
@media print {
.tabs a:hover{
	display: none;
			}
.tabs a:link , .tabs a:visited{
	display: none;
			}
.tabs a.active {
	background: #fff;
	display: block;
	font-weight: bold;
	color: #036;
	border: 1px solid #036;
			}
}
			
			
.lg_OverlayTitle {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 2em;
	text-shadow: 0px 0px 5px rgba(150, 150, 150, 1);
		/*width: 50%;*/
	position: absolute;
	top: 50px;
	left: 0px;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.5);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
@media only screen and (max-width: 1169px) {
	.lg_OverlayTitle {
		font-family: Verdana, Geneva, sans-serif;
		color: #FFF;
		font-size: 1.5em;
		text-shadow: 0px 0px 5px rgba(150, 150, 150, 1);
		/*width: 50%;*/
		position: absolute;
		top: 25px;
		left: 0px;
		background: rgb(0, 0, 0); /* fallback color */
		background: rgba(0, 0, 0, 0.5);
		padding-top: 10px;
		padding-right: 20px;
		padding-bottom: 10px;
		padding-left: 20px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #666;
	}
}
.lg_Content {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]background-color: #FFC; */
}
.breaker {
	display: block;
	clear: both;
}
@media only screen and (max-width: 1169px) {
	.lg_ContentBox_w50 {
	width: 98%;
	margin: 1%;
	text-align: justify;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	float: left;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	}
	.lg_ContentModelBox_w50 {
	width: 460px;
	margin: 1%;
	padding: 10px;
	float: left;
	background-color: #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	overflow: hidden;
	background-image: url(/web/img/bg_gamme.jpg);
	background-position: right top;
	height: 146px;
	}
	.lg_ContentModelBox_w50_CustomBg {
	width: 460px;
	margin: 1%;
	padding: 10px;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	overflow: hidden;
	background-position: left top;
	height: 146px;
	}
}
@media only screen and (min-width: 1170px) {
	.lg_ContentBox_w50 {
	width: 460px;
	margin: 1%;
	text-align: justify;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	float: left;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	}
	.lg_ContentModelBox_w50 {
	width: 460px;
	margin: 1%;
	padding: 10px;
	float: left;
	background-color: #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	overflow: hidden;
	background-image: url(/web/img/bg_gamme.jpg);
	background-position: right top;
	height: 146px;
	}
	.lg_ContentModelBox_w50_CustomBg {
	width: 460px;
	margin: 1%;
	padding: 10px;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	overflow: hidden;
	background-position: left top;
	height: 146px;
	}
}
.lg_ContentModelBox_w100 {
	margin: 1%;
	float: left;
	width: 98%;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	text-align: justify;
	padding: 0px;
}
.lg_ContentModelBoxImg_w100 {
	margin: 1%;
	padding: 0px;
	float: left;
	width: 98%;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.lg_ContentModelBoxImg_nowidth {
	margin: 1%;
	padding: 0px;
	/* [disabled]float: left; */
	/* [disabled]width: 98%; */
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.lg_gamma_img {
	background-color: #efefef;
	width: 214px;
	height: 125px;
	position: relative;
	overflow: hidden;
	left: 22px;
}
.lg_gamma_txt_title  {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #036;
	background: rgb(256, 256, 256); /* fallback color */
	background: rgba(256, 256, 256, 0.7);
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;

}
.lg_gamma_txt_subtitle {
	margin-top: 5px;
	background: rgb(256, 256, 256); /* fallback color */
	background: rgba(256, 256, 256, 0.7);
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-style: italic;
	color: #000;
}


.lg_gamma_txt {
	width: 190px;
	float: left;
	padding: 5px;
	height: 125px;
	overflow: hidden;
}
.lg_gamma_txt_overlay {
	/* [disabled]width: 400px; */
	float: left;
	padding: 5px;
	height: 125px;
	overflow: hidden;
	position: absolute;
	margin-top: 20px;
	margin-left: 20px;
	max-width: 330px;
}
.lg_GMapsBox_w100 {
	margin: 1%;
	float: left;
	width: 98%;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	text-align: justify;
	padding: 0px;
}
.lg_GMaps {
	margin: 0%;
	width: 100%;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px;
	padding: 0px;
	border: 1px solid #999;
}



.lg_ContentBox_w100 {
	margin: 1%;
	float: left;
	width: 98%;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	text-align: justify;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}


.lg_ContentBox_w100_error {
	margin: 1%;
	float: left;
	width: 98%;
	background-color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	text-align: justify;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #C00;
	border: 1px solid #900;
	background-image: url(/web/img/bg_nok.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.lg_ContentBox_w100_confirm {
	margin: 1%;
	float: left;
	width: 98%;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	text-align: justify;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #060;
	border: 1px solid #060;
	background-image: url(/web/img/bg_ok.png);
	background-repeat: no-repeat;
	background-position: right center;
}



.lg_ContentImg_w100 {
	padding: 0px;
	float: left;
	width: 98%;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 5px;
	margin-left: 1%;
}



.lg_ContentBox_title {
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.lg_ContentBox_w100_slider {
	margin: 1%;
	float: left;
	width: 98%;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.lg_ModelDetailImg_w100 {
	padding: 0px;
	float: left;
	width: 98%;
	background-color: #390;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
	margin-left: 1%;
}
.lg_FooterBox {
	clear: both;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-size: 1.2rem;
	color: #808080;
	text-align:justify;
}
.lg_FooterBox a:link, .lg_FooterBox a:visited, .lg_FooterBox a:active {
	color: #666;
	text-decoration:underline;
	}
.lg_FooterBox a:hover {
	color: #000;
	text-decoration:underline;
	}
@media only screen and (max-width: 1169px) {
.lg_FooterBox {
	clear: both;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-size: 1.2rem;
	text-align:justify;
}
}
@media print {
.lg_FooterBox {
	clear: both;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-size: 1.2rem;
	text-align:justify;
}
.NoPrint{
	display:none;
	}
}
.mobile_only {
	display:none;
	}
@media only screen and (max-width: 1169px) {
.mobile_only {
	display:inline;
	}
}
.screen_only {
	display:inline;
	}
@media only screen and (max-width: 1169px) {
.screen_only {
	display:none;
	}
}
.lg_FooterBox_L {
	width: 33%;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
.lg_FooterBox_M {
	width: 33%;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
.lg_FooterBox_R {
	width: 34%;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
}
.lg_FooterBoxBlock {
	padding-bottom: 10px;
	}


.tmp_bg {
	background-image: url(/web/img/gamma_head_js50.jpg);
	background-position: center top;
}
.lg_HeadImg {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
main {
	color: #333;
}
.lg_CarColors img {
	/* [disabled]border: 1px solid #999; */
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.lg_CarColors_txt {
	/* [disabled]border: 1px solid #999; */
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	clear: left;
}


.lg_CarVersionDetails {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}
.lg_CarVersionDetails li {
	clear: both;
	margin: 0px;
	list-style-type: none;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.lg_CarVersionDetails li div.lg_CarVersionPrice {
	float: right;
	font-weight: bold;
	color: #036;
	font-size: 1.2em;
	clear: right;
	margin-left:10px;
}
.lg_CarVersionDetails li span.lg_CarVersionPriceSuffix {
	font-size: 0.6em;
	/* [disabled]vertical-align: top; */
}


.lg_CarEquipement table {
	width: 100%;
}
.lg_CarEquipement table tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
.lg_CarEquipement li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	list-style-type: none;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.lg_CarEquipement li div , .lg_CarEquipementModels{
	float: right;
	/* [disabled]clear: right; */
	width: 55px;
	text-align: center;
	margin-left: 5px;
	font-size: 0.8em;
}
.lg_CarPicNote {
	background: rgb(256, 256, 256); /* fallback color */
	background: rgba(256, 256, 256, 0.7);
	/* [disabled]float: left; */
	/* [disabled]height: 125px; */
	/* [disabled]overflow: hidden; */
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	/* [disabled]max-width: 400px; */
	/* [disabled]width: 250px; */
	/* text-align: right; */
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #069;
	/* clear: left; */
	top: 30px;
}
.lg_cardetail_pix {
	-khtml-border-radius: 10px;
	text-align: center;
}
.lg_cardetail_pix img{
	width: 44%;
	max-width: 282px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	border: 1px solid #999;
	padding: 0px;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-left: 7px;
}










main a:link {
	color: #06C;
}
main a:hover {
	color: #06C;
	text-decoration: underline;
}
main p {
	display: block;
	margin-bottom: 15px;
}
main form {
	display: block;
	margin-bottom: 15px;
}


main ul {
	margin-bottom: 15px;
}
main ul li{
	list-style-type: disc;
	margin-left: 30px;
}
main ol {
	margin-bottom: 15px;
}

main ol li {
	list-style-type: decimal;
	margin-left: 30px;
}
.lg_LangFlags {
	float: left;
	padding: 0px;
	margin-top: -15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
@media only screen and (max-width: 1169px) {
.lg_LangFlags {
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: -40px;
}
.lg_LangFlags img{
	width:30px;
	}
}
.attention {
	font-weight: bold;
	color: #600;
}
#map img { max-width: none; }.lg_textarea {
	border: 1px solid #acacac;
	font-family: sans-serif;
	width: 100%;
	font-size: 1.6rem;
	padding: 5px;
}
.lg_checkboxmargin {
	margin-left: 25px;
}
.lg_contact_block {
	vertical-align: middle;
	clear: both;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 1px solid #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	margin-bottom: 20px;
}
.lg_contact_block_phone {
	float: right;
	/* [disabled]vertical-align: middle; */
	height: 64px;
	width:275px;
	background-color: #06C;
	padding-top: 6px;
	padding-right: 20px;
	padding-left: 20px;
	color: #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	margin: auto;
	text-align: center;
	font-size: 0.8em;
}

.lg_contact_block_phone_num {
	font-size: 2.5em;
	color: #FFF;
	font-weight: bolder;
}
.lg_contact_block_email {
	/* [disabled]vertical-align: middle; */
	height: 64px;
	width: 100%;
	background-color: #06C;
	padding-top: 18px;
	padding-right: 20px;
	padding-left: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	margin: auto;
	text-align: center;
	font-size: 1.5em;
	color: #FFF;
	font-weight: bolder;
}

.lg_contact_block_flagtxt {
	float: left;
	/* [disabled]vertical-align: middle; */
	height: 64px;
	padding-top: 25px;
	padding-left: 25px;
}


.lg_contact_block_flag {
	float: left;
	height: 64px;
}
.mfp_imagelink {
	cursor: pointer;
}
.Headerclear {
	clear: both;
	position:relative;
}
@media print {

.lg_ContentModelBox_w50, .lg_ContentModelBox_w50_CustomBg, .lg_ContentModelBox_w100, lg_ContentModelBoxImg_w100, .lg_ContentModelBoxImg_nowidth, .lg_ContentBox_w100, .lg_ContentBox_w100_error, .lg_ContentBox_w100_confirm, .lg_ContentImg_w100, .lg_ContentBox_w100_slider, .lg_ModelDetailImg_w100 {
	border: 1px solid #666;
}


}
h3 {
	font-weight: bold;
}
h2 {
	font-size: large;
	font-weight: bold;
	margin-bottom: 5px;
}
h1 {
	font-size: x-large;
	font-weight: bold;
	margin-bottom: 10px;
}
