<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.productBlock{
float:left;
width:100%;
min-height:550px;
position:relative;
padding-top:30px;
z-index:3;
}

.productBlock .flower{
position:absolute;
right:0;
bottom:-80px;
width:193px;
height:106px;
z-index:3;
background: url(../images/flower.png) no-repeat right bottom;
}

.productBlock .img{
float:left;
width:150px;
height:150px;
}

.productBlock .img a{
display:block;
height:100%;
width:100%;
border:3px solid #ac8600;
cursor:pointer;
background-position:center center;
background-repeat:no-repeat;
}


.productBlock .plist{
float:left;
width:100%;
margin-bottom:10px;
padding:15px 0;
position:relative;
background:url(../images/content_separator.png) repeat-x left bottom;
}

.productBlock .plist .info{
float:right;
width:77%;
}


.productBlock .plist .info .directionOfUse{
display:block;
color:#f5c7c8;
background:#6f2121;
}

.productBlock .plist .info .directionOfUse strong{
float:left;
margin-bottom:5px;
padding-left:20px;
padding:10px 20px 10px 30px;
font-size:1.1em;
background:#a73232 url(../images/bullet.png) no-repeat 10px center;
}

.productBlock .plist .info .directionOfUse .para{
display:block;
padding:10px 12px;
color: #f1f1f1;
}

.productBlock .plist .info ul li, .mainContent .productBlock .benefit ul li{
clear:both;
padding-left:10px;
margin-left:10px;
list-style:none;
background:url(../images/bullet_dot.png) no-repeat left 8px;
}

.productBlock .plist .info ul, .productBlock .benefit ul{
margin-bottom:15px;
}

.productBlock h2, .productBlock h3{
color:#ac8600;
font-size:1.3em;
font-weight:bold;
margin-bottom:10px;
padding-left:25px;
line-height:28px;
background:url(../images/text-info.png) no-repeat left 7px;
}

.productBlock p	{
float:none;
padding:0;
margin:0;
margin-bottom:5px;
}

.productBlock .plist .desc h3{
font-size:1em;
margin-bottom:0;
background:none;
color:#666;
height:auto;
padding:0;
line-height:auto;
}

.productBlock .plist .desc{
margin-left:25px;
}

.productBlock .plist .desc p{
padding:0;
margin:0;
margin-bottom:15px;
}

.lightboxDiv .plist .desc{
display:none;
margin-bottom:15px;
}

.lightboxDiv .plist a.readmore{
float:left;
color:#f1f1f1;
background:#992024;
line-height:30px;
min-width:100px;
text-align:center;
text-decoration:none;
padding:0 15px;
}


.lightboxDiv .plist a.readmore:hover{
background:#333;
}

.subButtons{
margin:auto;
width:410px;
padding:0 20px;
position:relative;
z-index:3;
margin-top:30px;
border-bottom:1px solid #ccc;
}

.subButtons a{
float:left;
line-height:40px;
color:#f1f1f1;
background:#a73232;
text-align:center;
min-width:200px;
text-decoration:none;
font-size:1.2em;
text-transform:uppercase;
border-right:1px solid #f1f1f1;
}

.subButtons a:hover{
background:#6f2121;
}

.productBlock a.downloadButton{
display:block;
width:100%;
line-height:46px;
border:1px solid #ccc;
text-decoration:none;
color:#ac8600;
font-family:arial;
font-size:1.6em;
font-weight:bold;
text-align:center;
position:relative;
z-index:1;
margin-bottom:10px;
background:url(../images/downloadbg-gold.png) repeat-x left top;
}

.productBlock a.downloadButton:hover{
background:url(../images/downloadbg-gold.png) repeat-x left bottom;
}

.productBlock a.downloadButton .downloadIcon{
float:right;
width:56px;
height:46px;
position:absolute;
right:0;
top:0px;
z-index:1;
background:url(../images/downloadRight-gold.png) no-repeat left center;
}

.productBlock a.downloadButton .downloadShadow{
float:left;
width:100%;
height:8px;
position:absolute;
left:0;
bottom:-9px;
z-index:1;
background:url(../images/downloadbg_shadow.png) no-repeat center center;
}

.rewardBlock h3{
height: 36px;
line-height: 36px;
color: #ac8600;
font-size: 1.1em;
padding: 0 12px;
margin-bottom: 10px;
background: url(../images/titlebg-gold.png) repeat-y left center;
}

.rewardBlock .imgReward{
float:left;
width:20%;
}

.rewardBlock .infoReward{
float:left;
width:73%;
margin-left:7%;
}

.rewardBlock .infoReward ul{
margin:0;
padding:0;
margin-left:20px;
}

.rewardBlock .infoReward ul li{
float:left;
width:33%;
line-height:23px;
}</pre></body></html>