html, body {
    height: 100%;
}
::-webkit-input-placeholder { /* WebKit browsers */
	color:    #999;
    font-style: italic;
    font-size: 15px;
    padding-top: 2px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #999;
	opacity:  1;
    font-size: 15px;
    font-style: italic;
    padding-top: 2px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #999;
	opacity:  1;
    font-size: 15px;
    font-style: italic;
    padding-top: 2px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    #999;
    font-style: italic;
    font-size: 15px;
    padding-top: 2px;
}
input[type="text"] {
	color:#000 !important;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
body {
    font:13px/16px 'PT Sans', Arial, sans-serif;
    background: #fff;
    margin: 0;
    color:#000;
}
.page {
    min-height: 100%;
}
.w1 {
    padding-bottom: 68px;
}
.footer {
    background: #9fe1dd;
    line-height: 68px;
    margin-top: -68px;
    position: relative;
    /*height: 68px;*/
}

.logo {
    width:312px;
    height: 64px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 13px 0;
    background: url(../images/logo.png) no-repeat;
}
.logo a {
    display: block;
    height: 100%;
}

.header .slogan {
    font-size: 20px;
    line-height: 25px;
    padding: 15px 0 0;
    margin: 0;
}
.header .about {
    width:126px;
    display: block;
    background: #9fe1dd;
    color:#fff;
    font:bold 21px/39px 'PT Sans', Arial, sans-serif;
    text-align: center;
	margin:10px 0 0;
}
.header {
	padding-top: 31px;
	padding-bottom: 40px;
}

.banner-top, .banner-bottom {
	width: 728px;
	height: 90px;
}

.banner-bottom {
	margin:0 auto 20px auto;
}

.banner-right-top, .banner-right-bottom {
	width: 240px;
	height: 400px;
	margin: 10px auto;
}

.main div.h2 {
    font:bold 25px/28px 'PT Sans', Arial, sans-serif;
    color:#8c8b91;
    margin: 0 0  20px;
}

.main #drugDescription h2 { 
    	margin: 5px 0;
}

.main #drugDescription p{
	margin: 2px 0;
}
    
.main h1 {
    font:bold 25px/28px 'PT Sans', Arial, sans-serif;
    color:#8c8b91;
    margin: 0 0  20px;
}

.symptoms {
    font-size: 11px;
    padding-bottom: 6px;
}
.symptoms .img-holder {
    width:75px;
    height: 52px;
    margin: 0 auto;
    display: table;
}
.symptoms .img-holder>span {
    display: table-cell;
    vertical-align: middle;
    text-decoration: underline;
}

.symptom-name {
	height: 30px;
	display: table-cell;
}

.symptoms .img-holder .hover {display: none;}
.symptoms a {
    display: block;
    border: 2px solid #f1f1f1;
    color:#000;
    text-align: center;
    padding:0 0 8px;
    text-decoration: underline;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	height: 98px;
}
.symptoms a:hover,
.symptoms a.active{
    border:4px solid #9fe1dd;
    text-decoration: none;
    /*margin:-2px 0;*/
}
.symptoms a:hover img,
.symptoms a.active img{display: none;}
.symptoms a:hover img.hover,
.symptoms a.active img.hover{
    display: inline-block;
}
.alphabet {
    font:24px/24px 'PT Sans', Arial, sans-serif;
    margin: 0;
    padding: 0 0 10px;
    list-style: none;
}
.alphabet li {
    display: inline-block;
    vertical-align: top;
    padding:0 0px 13px;
    margin: 0;
}
.alphabet a {
    border-left: 1px transparent solid;
    border-right: 1px transparent solid;
    border-bottom: 1px solid #ff5959;
    color:#ff5959;
    height: 26px;
    display: inline-block;
    padding: 0 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.alphabet a.active,
.alphabet a:hover{
    text-decoration: none;
    border-bottom-color: transparent;
    color:#a1a0a5;
}
.alphabet span {
    border: 2px solid #e5fffd;
    color:#a1a0a5;
    height: 43px;
    display: inline-block;
    text-decoration: none;
    padding: 8px 5px;
    margin: -25px -4px 0;
}
.search-holder {
	background:#e7f6f4;
	padding: 40px 25px 20px;
}
.search-box-right .search-holder {
	background:#f0fbfa;
}
.search-holder .input-row {
	border: 3px solid #9fe1dd;
	background:#fff;
	margin: 0 0 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.inner .search-holder input[type="submit"] {
    height: 50px;
}
.inner .search-holder input[type="text"] {
    padding: 14px 15px 0;
    font-size: 18px;
}
@-moz-document url-prefix()
{
    .inner .search-holder input[type="text"] {
        padding: 16px 15px 0;
    }
}
.inner .search-holder input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 18px;
    padding-top: 3px;
}
.inner .search-holder input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 18px;
    padding-top: 4px;
}
.inner .search-holder input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 18px;
    padding-top: 4px;
}
.inner .search-holder input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 18px;
    padding-top: 4px;
}
.search-box-right .search-holder .input-row {
	border-color:#91C8C5;
}

.search-holder .input-row:hover, .search-box-right .search-holder .input-row:hover {
	border-color: #447977;
}
.search-holder .input-row:after {
	clear: both;
	display: block;
	content:"";
}
.search-holder input[type="text"] {
    float: left;
    background: none;
    border: 0;
    font-size: 15px;
    width: 73%;
    padding: 10px 0 0 5px;
    outline: none;
    margin: 0;
}

.search-holder input[type="text"].focus::-webkit-input-placeholder {
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.search-holder input[type="text"].focus::-moz-placeholder {
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.search-holder input[type="text"].focus.placeholder {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: 0.5;
}

.search-holder input[type="submit"] {
	width:89px;
	height: 39px;
	background: #9fe1dd;
	color:#fff;
	font:bold 15px/39px 'PT Sans', Arial, sans-serif;
	cursor: pointer;
	border:0;
	float: right;
	padding: 0;
	overflow: visible;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.search-box-right .search-holder input[type="submit"] {
	background-color:#91C8C5;
}
.search-holder .input-row:hover  input[type="submit"] , .search-box-right .search-holder .input-row:hover input[type="submit"] {
	background-color:#447977;
}
.inner .search-holder input[type="submit"] {
	width:auto;
	font-size: 21px;
	padding: 0 22px 0 52px;
	background-image: url('../images/search.png');
	background-repeat: no-repeat;
	background-position: 24px 18px;
}
.search-holder .example {
	font-size: 17px;
	color:#8c8b91;
}
.inner .search-holder .example {
	padding-left: 24px;
}
.search-holder .example a {
	text-decoration: underline;
	color:#ff5959;
	margin-left: 13px;
}
.search-holder .example a:hover {
	text-decoration: none;
}
.choose-symptoms {
	background:#efefef;
	padding: 6px;
	margin: 0 0 50px;
}
.choose-symptoms input[type="text"] {
	float: left;
	margin: 0;
	padding: 9px 0 0 10px;
	width:80%;
	outline: none;
	background: none;
	border:0;
	font:13px/16px 'PT Sans', Arial, sans-serif;
}
.choose-symptoms a.choose {
	width:33px;
	text-indent: -9999px;
	overflow: hidden;
	height: 32px;
	background: url(../images/bg-shoose.gif) no-repeat;
	float: right;
}
.main .row {
	padding-bottom: 15px;
}
.drugs .list {
	margin: 0 -15px;
	padding: 0;
	list-style: none;
}
.drugs .list li {
	padding-bottom: 24px;
}
.drugs .list li:after {
	clear: both;
	display: block;
	content:"";
}
.drugs .list .img-wrap {
	width:200px;
	height: 146px;
	border: 1px solid #cfcfcf;
	display: table;
	float: left;
	margin:0 15px 0 0;
}
.drugs .list .img-wrap a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.drugs .list .text {
	overflow: hidden;
	color:#c6c6c6;
}
.drugs .list .text a {
    color: inherit;
    text-decoration: inherit;
}
.drugs .list .text>strong {
	font:14px/17px 'PT Sans', Arial, sans-serif;
	display: block;
	margin: 10px 0;
}
.drugs .list .text>strong a {
	color:#000;
	text-decoration: underline;
}
.drugs .list .text>strong a:hover {text-decoration: none;}
.footer ul {
	float: left;
	font:14px/17px 'PT Sans', Arial, sans-serif;
	padding: 0;
	margin: 28px 0 0;
	list-style: none;
}
.footer ul li {
	float: left;
	margin: 0 0 0 35px;
}
.footer ul a {
	color:#000;
	text-decoration: underline;
}
.footer ul a:hover {
	text-decoration: none;
}
#logo-bottom {
    width: 205px;
    height: 68px;
    overflow: hidden;
    float: right;
}
.footer .logo-footer {
	width:128px;
	height: 18px;
	background: url(../images/logo-footer.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
	margin:26px 36px 0 10px;
}
a.advanced-search {
	color:#9fe1dd;
	font:bold 21px/25px 'PT Sans', Arial, sans-serif;
	display: inline-block;
	margin: 15px 0 0;
	text-decoration: underline;
}
a.advanced-search:hover {
	text-decoration: none;
}
.search-box-inner .search-holder {
	background: none;
	padding: 0;
}
.paging {
	float: right;
	margin: 5px 0 0;
	padding: 0;
	list-style: none;
	font:bold 20px/33px 'PT Sans', Arial, sans-serif;
}
.paging li {
	float: left;
	margin:0 0 0 5px;
}
.paging a {
	color:#fff;
	background: #919096;
	display: block;
	padding:0 7px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.paging .next a, .paging .previous a {
    background: none;
    color: #919096;
}
.paging .active a,
.paging a:hover{
	background: #9fe1dd;
	text-decoration: none;
}
.block {
	border-bottom: 3px solid #ededed;
	position: relative;
}
.block.first {
    border-top: 3px solid #ededed;
}
.row.promo {
    padding-bottom: 7px;
}
.block.promo {
    border-bottom: none !important;
    margin-bottom: 8px;
}
.block.promo {
    margin-bottom: 0;
}
.block.promo:last-child {
    margin-bottom: 8px;
}
.block.promo .block-holder {
	background: #ECF5F4;
}
.block-holder {
	padding: 13px 20px 4px;
	min-height: 108px;
}
.block-holder:after {
	clear: both;
	display: block;
	content:"";
}
.block .promo-stripe {
	position: absolute;
	top:50%;
	left:-19px;
	margin-top: -26px;
	border:0;
	border-radius:0;
}
.block img {
    max-width: 100%;
    max-height: 100%;
	margin: 1px 20px 0 0;
}
.block a.drugs-image {
    display: block;
    float: left;
    height: 80px;
    text-align: center;
    width: 130px;
}
.block .block-text {
    font-size: 12px;
}
.block .block-text:before,
.block .block-text:after {
	display: table;
	line-height: 0;
	content: '';
}
.block .block-text:after {
	clear: both;
}
.block .block-text p {
	overflow: hidden;
    line-height: 15px;
}
.block .block-text p a {
    color: inherit;
    text-decoration: inherit;
}
.block h3 {
	font:18px/16px 'PT Sans', Arial, sans-serif;
	margin: 0 0 5px;
}
.block h3 a {
	text-decoration: underline;
	color:#ff3c3c;
    font-size: 18px;
}
.block h3 a:hover {
	text-decoration: none;
}
.block .comments {
	float: right;
	margin: 0 0 0 30px;
	border:3px solid #9fe1dd;
	padding:10px 10px 8px;
	font:25px/20px 'PT Sans', Arial, sans-serif;
	position: relative;
}
.block .comments a {
	display: block;
	padding: 0 0 4px 38px;
	color:#000;
	background: url(../images/bg-comments.png) no-repeat;
}
.block .comments .flying-header {
	top: -98px;
}
.search-results div.h2, .search-results h1 {
	float: left;
    margin: 10px 140px 10px 0;
}
.show-results {
	float: left;
}
.show-results h3 {
	font:20px/25px 'PT Sans', Arial, sans-serif;
	display: inline-block;
    margin: 10px 0;
}
.show-results a {
	text-decoration: underline;
	color:#ff3c3c;
	font:bold 20px/25px 'PT Sans', Arial, sans-serif;
	margin: 0 0 0 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.show-results a:hover {
	color:#000;
	text-decoration: none;
}
.readings {
	border: 3px solid #9fe1dd;
	padding: 10px 23px;
	margin-bottom: 20px;
}
.readings ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 17px;
	line-height: 20px;
}
.readings ul li {
	padding: 0 0 20px 42px;
	background: url(../images/bullet.png) no-repeat;
}
.search-box-left {
	padding-right:0;
}
.search-box-right {
	padding-left:0;
}
.readings-box {
    float: right;
    width: 275px;
    margin: 0 0 0 25px;
	position: relative;
}
.readings-box .indications {
    max-height: 65px;
    overflow: hidden;
}
.readings-box strong {
    display: block;
    color:#c3c3c3;
    font-size: 18px;
    line-height: 15px;
    font-weight: normal;
    margin: 0 0 10px;
	display: none;
}
.readings-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.readings-box ul li {
    padding: 0 0 0 17px;
    background: url(../images/bullet2.png) 0 3px no-repeat;
}
.flying-header {
	position: absolute;
	left: 0;
	top: -95px;
	color: #6c6c6c;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.breadcrumbs {
    width:100%;
    overflow: hidden;
    font-size: 14px;
    color:#99989d;
    list-style: none;
    margin: 0;
	padding: 0;
}
.inner .breadcrumbs {
	padding: 0 15px;
}
.breadcrumbs li {
    padding: 0 10px 0 19px;
    float: left;
    background: url(../images/bg-breadcrumbs.png) 0 50% no-repeat;
}
.breadcrumbs li:first-child {
    background: none;
    padding-left: 0;
}
.main-area-holder {
    padding: 0 30px;
}
.breadcrumbs a {
    color:#ff3c3c;
    text-decoration: underline;
}
.breadcrumbs a:hover {
    text-decoration: none;
}
.image {
    position: relative;
    margin-left: -15px;
}
.image img {
    display: block;
    margin-left: -15px;
    max-width: 100%;
}
.block-no-image {
    display: table;
}
.block-no-image > div {
    display: table-cell;
    float: none;
    position: relative;
}
.block-no-image .image {
    position: static;
}
.block-no-image .image img {
    display: block;
    margin: -45px -45px 0 0;
    max-width: 100%;
    position: absolute;
    right: 50%;
    top: 50%;
}
.image .enlarge {
    width:100%;
    max-width: 317px;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    text-indent: -9999px;
    background: url(../images/bg-enlarge.png) 95% 95% no-repeat;
    overflow: hidden;
}
.item-info h1 {
    color:#8c8b91;
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    margin: 0 0 25px;
}
.item-text {
    font: 14px/22px 'PT Sans', Arial, sans-serif;
}

.positive, .negative{
	float:left;
}

.positive strong,
.negative strong {
    font-weight: bold;
    color:#000;
    font-size: 30px;
    line-height: 47px;
    display: block;
    padding: 0 0 0 58px;
}
.positive a {
	display:block;
	float:left;
	height: 47px;
	width:47px;
    background: url(../images/bg-good.png) no-repeat;
}
.negative a {
	display:block;
	float:left;
	height: 47px;
	width:47px;
    background: url(../images/bg-bad.png) no-repeat;
}
.total-reviews {
    background:#ededed url(../images/bg-comments.png) 19px 50% no-repeat;
    padding: 0 10px 0 57px;
    line-height: 47px;
}
.total-reviews span {
    display: block;
    font-size: 25px;
}
.rating {
    width:100%;
    overflow: hidden;
    margin:0 0 19px;
}
.rating span {
    float: left;
    margin:0;
    font-size: 25px;
    line-height: 26px;
    margin: 0 15px 0 0;
}
.rating .star {
    width:23px;
    height: 22px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    margin: 1px 5px 0 0;
    cursor: pointer;
    background: url(../images/bg-star.png) -28px 0 no-repeat;
}
.rating .star.green {
    background-position: 0 0;
}
.fader {
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.5);
    display: none;
}
.lightbox {
    position: absolute;
    top:50%;
    left:50%;
    z-index: 100;
    display: inline-block !important;
    width:auto;
    height: auto;
}
.lightbox>img {
    display: inline;
}

.comment {
	padding: 20px 15px 18px 30px;
	margin-bottom: 16px;
}

#post-list {
    overflow: hidden;
    margin-bottom: 20px;
}

.comment .comment-avatar {
	margin-right: 12px;
	float: left;
}

.comment .comment-avatar img {
	width: 50px;
	display: block;
}

.comment .comment-content {
	overflow: hidden;
}

.comment .comment-content .comment-box {
	border: 3px solid #E1E1E1;
	position: relative;
	/*padding: 0 10px;*/
	margin-bottom: 10px;
}

.comment .comment-content .comment-box:before {
	width: 31px;
	height: 11px;
	content: '';
	position: absolute;
	left: 17px;
	top: -11px;
	background: url('../images/comment-box-arrow.png') no-repeat;
}

.comment .comment-content .comment-box .comment-hidden {
	display: none;
}

.comment .comment-content .comment-box .comment-main {
	line-height: 14px;
	font-size: 12px;
	padding: 10px;
}

.showmore {
    line-height:18px;
}
.showmore_content {
    position:relative;
    overflow:hidden;
}
.showmore_trigger {
    width:100%;
    line-height:25px;
    cursor:pointer;
    text-align: right;
}
.showmore_trigger span {
    border-bottom: 1px dashed;
}

.comment .comment-content .comment-box .comment-main > p {
	margin: 0 0 14px 0;
}

.comment .comment-content .comment-box .comment-main > p:first-child {
	margin: 0;
}

.comment .comment-content .comment-box .comment-reply {
	border-top: 1px solid #C7C7C7;
	padding: 10px;
}

.comment .comment-content .comment-box .comment-reply .comment-reply-avatar {
	margin-right: 12px;
	float: left;
}

.comment .comment-content .comment-box .comment-reply .comment-reply-avatar img {
	width: 25px;
	display: block;
}

.comment .comment-content .comment-box .comment-reply .comment-reply-content {
	overflow: hidden;
}

.comment .comment-content .comment-box .comment-reply .comment-reply-content .comment-reply-info {
	line-height: 14px;
	margin-bottom: 7px;
	overflow: hidden;
}

.comment .comment-content .comment-box .comment-reply .comment-reply-content .comment-reply-info:before,
.comment .comment-content .comment-box .comment-reply .comment-reply-content .comment-reply-info:after {
	display: table;
	line-height: 0;
	content: '';
}

.comment .comment-content .comment-box .comment-reply .comment-reply-content .comment-reply-info:after {
	clear: both;
}

.comment .comment-content .comment-box .comment-reply .comment-reply-content .comment-reply-info .comment-reply-author {
	float: left;
	font-size: 14px;
}

.comment .comment-content .comment-box .comment-reply .comment-reply-content .comment-reply-info .comment-reply-date {
	float: right;
	font-size: 11px;
}

.comment .comment-content .comment-box .comment-reply .comment-reply-content .comment-reply-text {
	line-height: 14px;
	font-size: 12px;
}

.comment .comment-content .comment-box .comment-reply .comment-reply-content .comment-reply-text > p {
	margin: 0 0 14px 0;
	line-height: 14px;
	font-size: 12px;
}

.comment .comment-content .comment-box .comment-reply .comment-reply-content .comment-reply-text > p:first-child {
	margin: 0;
}

.comment .comment-content .comment-info {
	line-height: 18px;
	margin-bottom: 23px;
	overflow: hidden;
}

.comment .comment-content .comment-info:before,
.comment .comment-content .comment-info:after {
	display: table;
	line-height: 0;
	content: '';
}

.comment .comment-content .comment-info:after {
	clear: both;
}

.comment .comment-content .comment-info .comment-author {
	float: left;
	font-size: 14px;
}

.comment .comment-content .comment-info .comment-author > span {
	color: #ffabab;
}

.comment .comment-content .comment-info .comment-author > span.comment-no-url {
    color: #8c8b91;
}

.comment .comment-content .comment-info .comment-date {
	float: right;
	font-size: 11px;
}

.comment .comment-content .comment-reply-box {
	padding-top: 40px;
	overflow: hidden;
	display: none;
}

.comment .comment-content .comment-reply-box:before,
.comment .comment-content .comment-reply-box:after {
	display: table;
	line-height: 0;
	content: '';
}

.comment .comment-content .comment-reply-box:after {
	clear: both;
}

.comment .comment-content .comment-reply-box input[type="submit"],
#post-form input[type="submit"] {
	width:91px;
	height: 39px;
	background: #9fe1dd;
	color:#fff;
	font:bold 15px/39px 'PT Sans', Arial, sans-serif;
	cursor: pointer;
	border:0;
	float: right;
	padding: 0;
	overflow: visible;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	float: right;
}

.comment .comment-content .comment-reply-box input[type="submit"]:hover {
	background-color:#ff5959;
}

.comment .comment-content .comment-reply-box textarea,
#post-form textarea {
	border: 3px solid #9FE1DD;
	outline: 0;
	margin: 0 0 12px 0;
	padding: 10px;
	display: block;
	font-size: 15px;
	line-height: 18px;
	overflow: auto;
	resize: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
        font-family: 'PT Sans', Arial, sans-serif;
	height: 90px;
	width: 100%;
}

.comment .comment-content .comment-reply-box input[type="text"],
#post-form input[type="text"] {
    border: 3px solid #9FE1DD;
	outline: 0;
	margin: 0 0 12px 0;
	padding: 5px 10px;
	display: block;
	font-size: 15px;
	line-height: 18px;
	overflow: auto;
	resize: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
        font-family: 'PT Sans', Arial, sans-serif;
	width: 100%;
}

.comment .comment-content .comment-reply-box input[type="text"].captcha-field,
#post-form input[type="text"].captcha-field {
    margin-top: 5px;
    margin-bottom: 7px;
}

.comment .comment-content .comment-toolbox {
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
}

.comment .comment-content .comment-toolbox:before,
.comment .comment-content .comment-toolbox:after {
	display: table;
	line-height: 0;
	content: '';
}

.comment .comment-content .comment-toolbox:after {
	clear: both;
}

.comment .comment-content .comment-toolbox .comment-count {
	padding-left: 23px;
    background: url('../images/comment.png') no-repeat left bottom;
	float: left;
}

.comment .comment-content .comment-toolbox .comment-reply-link {
	float: right;
	color: #FE7D81;
	text-decoration: underline;
}

.comment .comment-content .comment-toolbox .comment-reply-link:hover {
	text-decoration: none;
}

.comment .comment-content .comment-toolbox .hidden-comment-link {
	padding-left: 20px;
    background: url('../images/show.png') no-repeat left 6px;
	color: #000000;
	float: left;
	margin-right: 12px;
}

.comment .comment-content .comment-toolbox .hidden-comment-link.opened {
    background: url('../images/hide.png') no-repeat left 6px;
}

.comment.special, .comment-reply.special {
	background: #DDF5F5;
}

.comment.special .comment-content .comment-box {
	border-color: #FF4848;
}

.comment.special .comment-content .comment-box:before {
	background: url('../images/comment-box-arrow-special.png') no-repeat;
}

.comments div.h2 {
	border-bottom: 2px solid #EAEAEA;
	padding-bottom: 20px;
	margin: 0;
}

.diagram {
	background: #EBFFFE;
	padding: 22px 9px 12px 15px;
}

.diagram ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.diagram ul > li {
	height: 30px;
	margin-top: 14px;
}

.diagram ul > li:first-child {
	margin: 0;
}

.diagram ul > li > span {
	width: 88px;
	float: left;
	line-height: 30px;
	font-size: 14px;
}

.diagram .diagram-box {
	overflow: hidden;
}

.diagram .diagram-box .diagram-line {
	float: left;
	height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding-left: 5%;
	font-size: 14px;
	line-height: 30px;
	background: #D9F3F2;
    border: 1px solid transparent;
    white-space: nowrap;
}
.diagram .diagram-box .diagram-line:hover {
    border: 1px solid #ABC5C4;
}

.diagram .best .diagram-box .diagram-line {
	background: #B6DFFF;
}

.diagram .best .diagram-box .diagram-line:before {
	width: 15px;
	height: 14px;
	content: '';
    background: url('../images/best-star.png') no-repeat;
	position: absolute;
	right: 10px;
	top: 8px;
}

.diagram .bold {
	font-weight: bold;
}

.diagram .bold .diagram-box .diagram-line {
	background: #BCECB2;
}

.hidden-text {
	display: none;
}

.hidden-text-link {
	font-size: 16px;
	font-weight: bold;
	padding-left: 25px;
    background: url('../images/show.png') no-repeat left 7px;
	color: #000000;
}

.hidden-text-link.opened {
    background: url('../images/hide.png') no-repeat left 7px;
}

#nb p {
    text-align: center;
   /* line-height: 30px;*/
    margin: 10px 0;
}

.note {
	color:#8c8b91;
	/*font-size:11px;*/
}

.grugs-page-image {
    max-height: 240px;
}

.main-banner-400-holder {
    /*text-align: center;*/
}

.main-banner-400 {
    width: 240px;
    height: 400px;
    margin: 0 auto;
}

.main-banner-margin-10 {
    margin-bottom: 10px;
}

@media (min-width: 1920px) {

	.footer.container, #nb {
		width: 1410px !important;
	}

	.page {
		width: 1440px !important;
		margin: 0 auto;
	}
	
}

@media (min-width: 1060px) {

	.footer.container, #nb {
		width: 1030px;
	}

	.page {
		width: 1060px;
		margin: 0 auto;
	}
	
}

@media (max-width: 1060px) {

	.header .slogan {
		float: right;
		font-size: 16px;
	}
	
	#banner-holder{
		  width: 100%
	}
	
	.banner-top{
		margin: 0 auto;
	}
	
	#logo-holder {
  		width: 100%;
	}
	
	.logo{
		margin:0 auto;
	}
	
}

@media (max-width: 920px) {
	
	.search-holder input[type="submit"] {
		width: 60px;
	}

	.search-holder input[type="text"] {
		font-size: 12px;
		width: 75%;
	}
	
	.readings-box strong {
		display: block;
	}
	
	.flying-header {
		display: none;
	}

    .search-results div.h2, .search-results h1{
        margin-right: 0;
    }
	.block img {
		float: none;
		display: block;
		margin: 0 0 10px;
	}
	.block .comments {
		float: none;
		display: inline-block;
		margin:0 0 10px;
	}
	.readings {
		margin: 0 5px 20px;
	}
	.readings ul {
		font-size: 13px;
	}
	.readings ul li {
		padding-bottom: 5px;
	}
    .readings-box {
        margin: 0 0 20px;
        float: none;
        width:auto;
    }
    .total-reviews {
        width:100%;
        margin: 10px 0 0 15px;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {

	.comments {
		/*padding: 0;*/
		margin: 20px 0;
	}

	.main .comments div.h2 {
		margin: 0;
	}
	
	.comment {
		padding: 10px;
	}
	
	.diagram {
		/*margin: 0 -15px 15px -15px;*/
	}

	.logo {
		margin:0 auto;
		width:290px;
		height: 59px;
		background-size: 100% 100%;
	}
	.header .slogan {
		text-align: center;
		font-size: 20px;
        float: none;
	}
	.container {
		width:100%;
		overflow: hidden;
	}
	.header .about {
		float:none !important;
		margin:20px auto 0;
		display: block;
	}
	.symptoms {
		padding: 0 5px 10px;
	}
	.main div.h2, .main h1 {
		text-align: center;
		margin: 0 15px 20px;
	}
	.choose-symptoms {
		margin:0 0 15px;
	}
	.main .row {
		padding-bottom: 0;
	}
    .search-box {
	    padding-bottom: 15px;
    }
	.search-holder .example {
		font-size: 13px;
	}
	.search-holder .example a {
		margin-left: 0;
	}
	.drugs {
		padding: 0 10px;
	}
	.drugs .list .text>strong {
		margin-top: 0;
	}
	.search-holder input[type="text"] {
		width:59%;
        text-overflow: ellipsis;
		box-sizing: border-box;
		padding-left: 5px;
		padding-bottom: 10px;
		font-size: 11px;
	}
	.search-holder input[type="submit"] {
        width: 59px;
	}
    .inner .search-holder .input-row {
        padding: 0;
    }
    .inner .search-holder input[type="submit"] {
        width:auto;
        font-size: 16px;
        padding: 0 12px 0 32px;
        background-position: 10px 50%;
    }
	.choose-symptoms input[type="text"] {
		font-size: 11px;
	}
	.alphabet {
		padding: 0 15px 10px;
	}
	.w1 {
		padding-bottom: 100px;
	}
    .footer {
	    height: 118px;
	    margin-top: -100px;
    }
	.footer ul {
		float: none;
		margin: 15px 0;
		text-align: center;
	}
	.footer ul li {
		float: none;
		display: inline;
		font-size: 11px;
		margin: 0 10px;
	}
	/*.footer .logo-footer {*/
		/*float: none;*/
		/*display: block;*/
		/*margin: 0 auto;*/
	/*}*/
    #logo-bottom {
        height: 55px;
        float: none;
        margin: 0 auto;
    }
	.block img {
		float: none;
		display: block;
		margin: 0 0 10px;
	}
	.block .comments {
		float: none;
		display: inline-block;
		margin:0 0 10px;
	}
	.search-box-inner {
		padding: 0 20px;
	}
	a.advanced-search {
		margin: 0 0 30px 5px;
	}
    .paging {
	    float: none;
	    margin: 0 0 10px;
	    overflow: hidden;
    }
   /* .comments .paging {
        padding: 0 10px;
    }*/
	.search-results div.h2, .search-results h1 {
		float: none;
	}
	.show-results {
		float: none;
		padding-left: 5px;
		padding-right: 5px;
	}
	.show-results h3,
	.show-results a{
		font-size: 18px;
	}
	.show-results a {
		margin: 0 0 0 5px;
	}
	.readings {
		margin: 0 5px 20px;
	}
	.readings ul {
		font-size: 13px;
	}
	.readings ul li {
		padding-bottom: 5px;
	}
	.search-box-left {
		padding-right:15px;
	}
	.search-box-right {
		padding-left:15px;
	}
	.symptoms>div>div>div {
		margin-bottom:10px;
	}
	.symptoms>div .row {
		margin-bottom:0;
	}
    .readings-box {
        margin: 0 0 20px;
        float: none;
        width:auto;
    }
    .total-reviews {
        margin: 15px 0;
    }
    .block-no-image {
        display: block;
    }
    .block-no-image > div {
        display: block;
        float: inherit;
        position: relative;
    }
    .block-no-image .image {
        position: relative;
    }
    .block-no-image .image img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        position: relative;
        right: 0;
        top: 0;
    }
    .block-no-image .image .enlarge {
        max-width: inherit;
    }    
}