
/*==Transparency black overlay div and white content div================================== */
.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: #000000;
z-index:1001;
-moz-opacity: 0.5;
opacity:.50;
filter: alpha(opacity=50);
min-height: 120%;
}
.white_content {
display: none;
position: absolute;
top: 25%;
left: 0px;
z-index:1002;
overflow: auto;
line-height:1.3;
}
/*==Pop up contents style ================================================================ */
#closeBox {
background-color: #FFFFFF;
color: #333333;
font-size: 100%;
font-weight: bold;
margin: 0;
padding: 10px 25px;
text-align: right;
}
#lightboxcontained #closeBox a {
color: #999999;
font-size: 110%;
font-weight: normal;
}
#lightboxcontained #closeBox a:hover {
color: #333333;
text-decoration: none;
}			  
#lightbox {
width: 100%;
overflow: hidden;
}
#lightboxcontained {
background-color:#FFFFFF;
margin:0 auto;
overflow:hidden;
padding:0 0 30px;
width:600px;
}
#lightboxcontained h4 {
background-image:url(/en/automotive/tempImg/section_bg.png);
background-repeat:no-repeat;
color:#3EBEE7;
font-size:18px;
margin:15px 25px 5px;
padding:4px 0;
}
#lightboxcontained p {
color:#333333;
font-size:12px;
font-weight:normal;
margin:15px 25px;
}
#lightboxcontained ul {
color:#333333;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:10px 0;
}
#lightboxcontained ul li {
background-image:url(/en/automotive/tempImg/lightboxBullet.png);
background-position:left top;
background-repeat:no-repeat;
margin:3px 0 0;
padding:0 17px;
}
#lightboxcontained a {
font-weight: bold;
color:#333333;
}
#lightboxcontained a:hover {
text-decoration: underline;
}
#lightboxcontained img {
float: right;
margin:0 30px 0 15px;
display: inline;
}