a { text-decoration: none;}
#intro { width: 70%; padding-right: 15px; float: left; border-right: 1px solid #ededed; }
#intro h1 { font-size: 30px; padding-bottom: 0px; line-height: 100%; }
#intro h2 { font-size: 24px; padding-bottom: 0px; font-weight: normal; }

#features h3 { font-size: 18px; padding-bottom: 0px; font-weight: normal; }

#content .subtitle { font-size: 18px; padding: 10px 0 0 0!important; }
#content p { }
#content p.note {font-size: 14px; line-height: 14px; }
#content ul { padding: 15px 0; }
#content ul li.head { font-size: 18px; font-weight: bold; list-style-type: none; margin: 0 0 10px -14px; }
#content li.asterisk { font-style: italic; list-style-type: none; margin-top: 15px; }

#product {background-image: url("/static/asp/images/free-trials/asp-free-trial.jpg"); background-repeat: no-repeat; min-height: 210px; padding: 0 0 0 310px; margin-top: 30px;}
#product ul { padding: 15px 0 15px 14px; }
#product dt {font-size: 24px; font-weight: normal;}
#product dd { }
.button { margin-right: 10px; width: 145px; }

#right-col { width: 30%; float: left; padding-left: 15px; }
#right-col h4 { font-weight: bold; margin: 20px 0 10px 0; }
#paintshop {float: left; margin-top: 10px;}
#photoimpact {float: left; margin-top: 10px; margin-left: 30px;}

#features { margin-top: 40px; padding-right: 20px; width: auto; }
#features ul { background-repeat: no-repeat; min-height: 160px; padding: 0 0 30px 310px; }
#feature-one {background-image: url("/static/asp/images/free-trials/comprehensive-watermarking-sm.jpg");}
#feature-two {background-image: url("/static/asp/images/free-trials/highlight-recovery-sm.jpg");}
#feature-three {background-image: url("/static/asp/images/free-trials/blemish-remover-sm.jpg");}
#feature-four {background-image: url("/static/asp/images/free-trials/image-preset-library-sm.jpg");}
#feature-five {background-image: url("/static/asp/images/free-trials/lens-correction-development-kit-and-updater-sm.jpg");}

#sysreq {padding: 0 0 20px 0; }
#sysreq h1 {font-size: 18px; padding-bottom: 10px;}
#sysreq ul {padding: 0;}

.disclaimer {
    font-style: italic;
    font-size: 14px;
}

/* Style the buttons that are used to open and close the accordion panel */
button.accordion-techspecs {
    background-color: #fff ;
    cursor: pointer;
    padding: 6px 0;
    width: auto;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
	display: block;
}

button.accordion-techspecs  h4 { float: left; line-height: 21px; }

/* Style the accordion panel. Note: hidden by default */
div.panel {
	background-color: transparent;
    padding: 0 18px;
    display: none;
	border-radius: 0;
    margin-bottom: 0px;
	box-shadow: 0 0 0 !important;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
    display: block !important;
}

/* + and - icons */
button.accordion-techspecs:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 10px;
    color: #777;
    float: left;
    margin-left: 5px;
	margin-top: 12px;
}

button.accordion-techspecs.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}
