/* Reset
---------------------------------------------------*/

/* Main
---------------------------------------------------*/
body {
	background: linear-gradient(to bottom, #a1dbff 0%,#ffffff 10px,#cbebff 0%,#ffffff 5%);
	border-top: 8px solid #378bd4;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}

a img {
	border:none;
}
a {
	text-decoration:underline;
	color:#5e5e5e;
}
a:hover {
	text-decoration:none;
	color:#5e5e5e;
}
strong {
	font-weight:bold;
}

#wrap {
	width:1000px;
	margin:0 auto;
	padding:0 0 20px 0;
}

h2 {
 font-style:italic;
 font-size:19px;
 color:#4f4f4f;
 padding:0 0 0 4px;
}

h1 {
	font-weight:bold;
	font-style:italic;
	font-size:25px;
	color:#4f4f4f;
	padding:0 0 0 4px;
}

/* Header
---------------------------------------------------*/
.header {
	padding: 10px 0;
}
.logo {
}
.slogan {
	color:#707070;
	font-size:17px;
	padding:0 0 0 167px;
	margin:-11px 0 0 0;
	line-height:25px;
	font-style:italic;
}
	
.search {
	float:right;
	background:#c8d6e3;
	padding:7px;
}
.search-input {
	background:url(/img/search-input.png) no-repeat;
	width:240px;
	border:none;
	padding:4px 5px;
	color:#787878;
	font-size:14px;
	float:left;
}

/* Main menu
---------------------------------------------------*/
.top-menu {
	background: linear-gradient(to bottom, #f0f0f0 0%,#cccccc 100%);
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	height:65px;
	line-height:33px;
	font-size:17px;
}
.top-menu .navbar-nav {
	background: radial-gradient(ellipse at center, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 35%,rgba(54,144,240,1) 62%,rgba(30,105,222,1) 100%);
	box-shadow: inset 0 0 8px 1px rgba(0,0,0,0.3);
	flex-direction: row;
	height: 35px;
	padding: 0 5px;
	width: 100%;
}
.top-menu .navbar-nav .nav-item {
}
.top-menu .navbar-nav .nav-item .nav-link {
	padding: 1px 16px;
	display:block;
	text-decoration:none;
	color:#FFF;
	text-shadow: -1px -1px #1865af;
}
.top-menu .navbar-nav .nav-item .nav-link:hover, .top-menu .navbar-nav .nav-item.current .nav-link {
	text-decoration:none;
	color:#FFF;
	background:url(/img/hover.png);
	text-shadow: -1px -1px #2e64a0;
}

/* Content
---------------------------------------------------*/
.content {
	padding:10px 0 20px 0;
}

/* Left side
---------------------------------------------------*/
.left-side {
}

.left-menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding:0 0 5px 0;
	width:100%;
}
.left-menu ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.left-menu ul li {
}
.left-menu ul li a {
	text-decoration: none;
	text-shadow: -1px -1px #496420;
}

.left-menu ul ul {
	background:#f3f9ff;
	border:1px #d5d5d5 solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:0 0 5px 0;
	padding:4px 0 4px 24px;
	font-size:13px;
}

.left-menu ul ul li {}

.left-menu ul ul li a {
	display:block;
	line-height:18px;
	height:auto;
	padding:0 0 0 12px;
	color:#575757;
	text-decoration:none;
	text-shadow: none;
	background:url(/img/left-menu-arrow.png) no-repeat left center;
}
.left-menu ul ul li a:hover {
	color:#3d3d3d;
	text-decoration:none;
	background:url(/img/left-menu-arrow-h.png) no-repeat left center;
}

.left-menu ul ul {
    display: none;
}

.left-menu2 {
	background: #ebebeb;
	border: 1px #d4d4d4 solid;
	border-radius: 5px;
	padding: 7px 0 6px 0;
	font-size: 16px;
	width: 100%;
}
.left-menu2 ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.left-menu2 ul li {
}

.left-menu2 ul li a {
	display:block;
	text-decoration:none;
	color:#303030;
	background: url(/img/arrow.png) no-repeat right 10px center #e9e2db;
	border-top:1px #d4d4d4 solid;
	border-bottom:1px #d4d4d4 solid;
	margin:0 0 1px 0;
	padding: 2px 20px;
}
.left-menu2 ul li a:hover {
}
.left-menu2 ul li.current a {
	background: url(/img/arrow-active.png) no-repeat right 10px center #e9e2db;
}

.left-menu2 ul ul {
	margin:0;
	padding:0 0 1px 0;
	list-style:none;
	overflow:hidden;
	font-size:15px;
        display: none;
}

.left-menu2 ul .current ul{
    display: block;
}
.left-menu2 ul ul li, .left-menu2 ul li.current ul li {
}

.left-menu2 ul ul li a, .left-menu2 ul li.current ul li a {
	display:block;
	text-decoration:none;
	color:#464646;
	background:none;
	border-top:none;
	border-bottom:none;
	margin:0;
	padding: 5px 40px;
}
.left-menu2 ul ul li a:hover, .left-menu2 ul li.current ul li a:hover {
	background:#d5d5d5;
}


.subscribe-panel {
	margin-top: 25px;
}

.subscribe-panel h3 {
	font-weight:bold;
	font-size:18px;
	color:#515151;
}

.subscribe-panel #subscribeMail{
}

.subscribe-panel #subscribeButton{
        background-color: transparent;
        border: 0;
        padding: 0;
        float: right;
        margin-right: 35px;
        margin-top: 7px;
        width: 80px;
        height: 19px;
        background-image: url(/img/subscribeButton.png);
        cursor: pointer;
}


.latest-articles {
	margin-top: 25px;
}

.latest-articles h3 {
	font-weight:bold;
	font-size:18px;
	color:#515151;
}

.latest-articles ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.latest-articles ul li {
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);
	margin: 10px 0;
	background-color: #f7f7f7;
	font-size:12px;
	color:#5c5a5a;
	border-radius: 8px;
	padding: 10px;
}

.latest-articles .articlesT {
}

.latest-articles .articlesBL{
}

.latest-articles .articlesBR{
}


.latest-articles ul li h2 {
	font-size:13px;
	line-height: 1.5;
	margin-right: 20px;
}
.latest-articles ul li h2 a {
	text-decoration:none;
	color:#417ab4;
}
.latest-articles ul li a {
	text-decoration:none;
	color:#5c5a5a;
	font-style:italic;
}
.latest-articles ul li a:hover {
	text-decoration:underline;
	color:#5c5a5a;
	font-style:italic;
}
.latest-articles .articleNumber{
	color: #79b230;
}

/* Right side
---------------------------------------------------*/
.right-side {
}

.top-box {
	background:url(/img/top-box.jpg) no-repeat;
	height:130px;
	padding:10px 350px 0 19px;
}
.top-box h2 {
	font-size:27px;
	line-height:30px;
	color:#618998;
	font-weight:normal;
	font-style:italic;
}
.top-box h3 {
	font-size:15px;
	line-height:20px;
	color:#6b6b6b;
	font-weight:normal;
	font-style:italic;
	padding:10px 120px 0 0;
}

.new-products {
	padding:9px 0 0 0;
}

.new-products h1 {
	font-weight:bold;
	font-style:italic;
	font-size:19px;
	color:#4f4f4f;
	padding:0 0 0 4px;
}

.new-product-box {
	border:1px #d2d2d2 solid;
	background: url(/img/new-product-bg.png) no-repeat bottom;
	margin:5px 0 0 0;
	padding:2px 11px 8px 9px;
}

.new-product-info {
	float:left;
	width:475px;
	font-size:12px;
	color:#424242;
	line-height:15px;
}
.new-product-info p {
	margin:0;
	padding:4px 0;
}
.new-product-info h2 {
	font-size:14px;
	line-height:18px;
	padding:4px 0 0 0;
	margin:0;
	font-size:17px;
}

.new-product-info h2 a {
	text-decoration:none;
	color:#366095;
}
.new-product-info h2 a:hover {
	text-decoration:underline;
	color:#366095;
}
.new-product-info h2 span {
	padding:0 0 0 5px;
	font-size:12px;
	color:#7f8080;
}

.new-product-thumb {
	float:right;
	width:218px;
	padding:8px 0 2px 0;
}
.new-product-thumb img {
	border:1px #ababab solid;
}
.new-product-bottom {
	line-height:20px;
	height:22px;
}
.new-product-bottom .cost {
	float:left;
	color:#529000;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
}
.new-product-bottom .detail {
	float:right;
	color:#5a5a5a;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
}
.new-product-bottom .detail a {
	text-decoration:none;
	color:#5a5a5a;
}
.new-product-bottom .detail a:hover {
	text-decoration:none;
	color:#262626;
}

.top-rated-pharmacies {
	padding:9px 0 0 1px;
}
.top-rated-pharmacies h3 {
        font-family: Arial;
	font-weight:bold;
	font-size:18px;
	color:#515151;
        font-weight: normal;
	padding:0 0 0 4px;
}

.top-rated-box {
}

.top-rated-pharmacies .top-rated-bigbox{
    border: solid 1px #cccbca;
    margin-top: 8px;
	border-radius: 5px;
	padding: 10px 15px;
}

.top-rated-box-left {
}
.top-rated-box-left h2 {
	color:#666;
	font-size:16px;
	line-height:20px;
	height:20px;
	overflow:hidden;
}
.top-rated-box-left h2 a {
	text-decoration:none;
	color:#666;
}
.top-rated-box-left h2 a:hover{
	text-decoration:none;
	color:#333;
}
.top-rated-box-left .rate {
	padding:9px 0;
}
.top-rated-box-left .rate img {
	margin:0 3px 0 0;
}

.top-rated-box-left .site {
	font-style:italic;
	padding:6px 0 0 0;
	font-size:14px;
	text-align:center;
	color:#707070;
}
.top-rated-box-left .site a {
	text-decoration:none;
	color:#707070;
}
.top-rated-box-left .site a:hover {
	text-decoration:underline;
	color:#707070;
}

.top-rated-box-right {
}
.top-rated-box-right img {
	border:1px #8f8f8f solid;
}
.top-rated-box-right .detail {
	text-align:center;
	font-weight:bold;
	color:#5f5f5f;
	text-transform:uppercase;
	padding: 5px 0 0 0;
}
.top-rated-box-right .detail a {
	text-decoration:none;
	color:#5f5f5f;
}
.top-rated-box-right .detail a:hover {
	text-decoration:none;
	color:#343434;
}

.bottom-box {
	background-color: #f0f0f0;
	border: 1px #cccbca solid;
	border-radius: 5px;
}
.bottom-box .col-sm-3:nth-child(even) {
	background-color: #f0f0f0;
}
.bottom-box .col-sm-3:nth-child(odd) {
	background-color: #e8e8e8;
}
.bottom-box-cont {
}
.bottom-box-cont h3 {
	font-size:16px;
	margin: 15px 0 5px 0;
	text-align:center;
}
.bottom-box-cont p {
	padding: 0 15px;
}
.bottom-box-cont .navbar-nav {
	margin:0;
	padding: 10px 20px;
	line-height:25px;
	font-size:15px;
	flex-direction: column;
}
.bottom-box-cont .navbar-nav .nav-item {
}
.bottom-box-cont .navbar-nav .nav-item .nav-link  {
	color: #5e5e5e;
	padding: .2rem 1rem;
	text-decoration: none;
}
.bottom-box-cont .navbar-nav .nav-item .nav-link:hover {
}
.bottom-box-bottom {
	background:url(/img/bottom-box-bottom.png) no-repeat;
	height:30px;
	font-size:1px;
}

.col1 {
	width:182px;
	float:left;
}
.col2 {
	width:210px;
	float:left;
}
.col3 {
	width:200px;
	float:left;
}
.col4 {
	width:320px;
	float:left;
	text-align:center;
	padding:0 15px;
	font-size:12px;
	color:#5e5e5e;
	line-height:14px;
}
.col4 b, .col4 strong {
	color:#434343;
}


/* Breadcrumbs
---------------------------------------------------*/
.breadcrumbs {
	background:#e8e8e8;
	line-height:24px;
	padding:0 5px;
	font-size:14px;
	color:#5e5d5d;
}
.breadcrumbs span {
	color:#7f7f7f;
}
.breadcrumbs b {
	font-weight:normal;
	color:#7f7f7f;
}
.breadcrumbs a {
	text-decoration:none;
	color:#5e5d5d;

}
.breadcrumbs a:hover {
	text-decoration:underline;
	color:#5e5d5d;
}

/* Pharmacy Reviews
---------------------------------------------------*/
.pharmacy-reviews {
	padding:9px 0 0 0;
}

.pharmacy-reviews h1 {
	font-weight:bold;
	font-style:italic;
	font-size:19px;
	color:#4f4f4f;
	padding:0 0 0 4px;
}

.pharmacy-reviews-box {
	border:1px #cbcbcb solid;
	margin:10px 0 0 0;
	padding:10px;
}

.pharmacy-reviews-thumb {
	float:left;
	width:120px;
	margin: 0 10px 6px 0;
}
.pharmacy-reviews-thumb img {
	border:1px #ababab solid;
}


.pharmacy-reviews-info {
}

.drugs-reviews-info {
}

.pharmacy-reviews-info p {
	margin:0;
	padding:4px 0;
        text-align: justify;
}
.pharmacy-reviews-info h2 {
	padding:0 0 0 0;
	font-size:16px;
	font-weight:normal;
}

.pharmacy-reviews-info h2 a {
	text-decoration:none;
	color:#366095;
}
.pharmacy-reviews-info h2 a:hover {
	text-decoration:underline;
	color:#366095;
}
.pharmacy-reviews-info .website, .pharmacy-reviews-info .website a, .pharmacy-reviews-info .website a:hover {
	padding:0;
	font-size:13px;
	color:#909090;
	text-decoration:none;
}

.pharmacy-reviews-info2 {
	float:left;
	width:150px;
	font-size:14px;
	color:#555;
	line-height:16px;
	text-align:center;
	color:#7b7b7b;
}
.pharmacy-reviews-info2 a {
	text-decoration:none;
	color:#7b7b7b;
}
.pharmacy-reviews-info2 a:hover {
	text-decoration:underline;
	color:#7b7b7b;
}
.pharmacy-reviews-info2 .rate {
	padding:0 0 18px 0;
}
.pharmacy-reviews-info2 .rate img {
	margin:0 1px 0 2px;
}
.pharmacy-reviews-info2 p {
	margin:0;
	padding:5px 0;
}

/* Pagination
---------------------------------------------------*/
.pagination {
	text-align:center;
	font-size:12px;
	color:#939393;
	padding:7px 0 0 0;
}
.pagination a {
	text-decoration:none;
	color:#7b7b7b;
	padding:0 2px;
}
.pagination a:hover {
	text-decoration:underline;
	color:#616161;
}
.pagination b {
	text-decoration:none;
	color:#616161;
	padding:0 2px;
}

/* Contacts
---------------------------------------------------*/
.contacts {
	padding:9px 0 0 0;
}

.contacts h1 {
	font-weight:bold;
	font-style:italic;
	font-size:19px;
	color:#4f4f4f;
	padding:0 0 0 4px;
}
.contacts h5 {
	font-weight:normal;
	font-size:14px;
	color:#747474;
	padding:4px 0 8px 4px;
	line-height:16px;
}

.contact-form {
	background:#f1f8ff;
	border:1px #d7dce1 solid;
	padding:20px 24px;
	line-height:16px;
}
.contact-form .input {
	background: url(/img/inp-bg.png) repeat-x #fff;
	border:1px #d6d6d6 solid;
	height:15px;
	padding:3px 5px;
	width:540px;
	margin:1px 0 1px 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#626569;
}
.contact-form .textarea {
	background: url(/img/inp-bg.png) repeat-x #fff;
	border:1px #d6d6d6 solid;
	padding:3px 5px;
	width:540px;
	margin:1px 0 1px 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#626569;
	height:60px;
}
.contact-form .input2 {
	background: url(/img/inp-bg.png) repeat-x #fff;
	border:1px #d6d6d6 solid;
	height:15px;
	padding:3px 5px;
	width:460px;
	margin:1px 0 1px 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#626569;
	float:right;
}
.contact-form .error {
	float:left;
	line-height:16px;
	font-size:14px;
	color:#868686;
	padding:21px 0 0 8px;
        font-weight: bold;
}
.contact-form .send {
	font-size:21px;
	color:#4f7283;
	height:25px;
	margin:10px 0 0 0;
	float:right;
	background:none;
	border:none;
	cursor:pointer;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.contact-form table td {
	padding:3px;
}
.contact-form table td.table-left {
	background:#e9f4ff;
}
	
.contact-form .label {
	width:122px;
	padding:0 0 0 8px;
	line-height:21px;
	font-size:15px;
	color:#417589;
}

/* Contacts
---------------------------------------------------*/
.drug-info {
	padding:9px 0 0 0;
}

.drug-info h1 {
	font-weight:normal;
	font-style:italic;
	font-size:19px;
	color:#818181;
	padding:0 0 5px 0;
	margin:0;
	border-bottom:1px #bababa dashed;
}
.drug-info h1 b {
	color:#393939;
	font-weight:bold;
}
.drug-info .left-column {
	float:left;
	width:135px;
	padding:7px 0 0 0;
}
.drug-info .left-column .bookmark {
	padding:7px 0;
	text-align:center;
}
.drug-info .left-column .tell-friend {
	text-align:center;
	font-size:13px;
	line-height:20px;
}
.drug-info .left-column .tell-friend a {
	display:inline-block;
	background:url(/img/tell.png) no-repeat center left;
	padding:0 0 3px 25px;
	text-decoration:none;
	color:#1b5d8d;
}
.drug-info .left-column .tell-friend a:hover {
	text-decoration:underline;
	color:#1b5d8d;
}
.drug-info .right-column {
	float:right;
	width:585px;
	padding:0;
	color:#4c4c4c;
	line-height:16px;
	font-size:13px;
}
.drug-info .right-column p {
	margin:0;
	padding:7px 0;
}

.where-buy {
	border-top:1px #bababa dashed;
	border-bottom:1px #bababa dashed;
	padding:8px 0 4px 0;
	font-size:14px;
}
.where-buy a {
	text-decoration:none;
	color:#424242l;
}
.where-buy a:hover {
	text-decoration:underline;
	color:#424242l;
}
.where-buy h3 {
	font-size:15px;
	color:#353535;
	font-style:italic;
	border:none;
	padding:0 0 8px 0;
	margin:0;
	font-weight:bold;
}
.where-buy table {}
.where-buy table td {
	text-align:center;
	line-height:25px;
	height:25px;
}
.where-buy table tr.odd {
	background:#dbdbdb;
}
.where-buy table tr.even {
	background:none;
}
.where-buy table td.title {
	text-align:left;
	padding:0 0 0 15px;
}
.where-buy table td.site {
	text-align:center;
	font-style:italic;
	padding:0;
	color:#696969;
}
.where-buy table td.site a {
	text-decoration:none;
	color:#696969;
}
.where-buy table td.site a:hover {
	text-decoration:underline;
	color:#696969;
}
.where-buy table td.rate {}
.where-buy table td.rate img {
	margin:0 1px;
}
.where-buy table td.review {
	text-align:center;
	font-style:italic;
	padding:0;
	color:#5b874b;
	font-weight:bold;
	width:120px;
}
.where-buy table td.review a {
	text-decoration:none;
	color:#5b874b;
}
.where-buy table td.review a:hover {
	text-decoration:underline;
	color:#5b874b;
}
/* Footer
---------------------------------------------------*/
.footer {
	background:#e0e0e0;
	line-height:17px;
	padding:8px 0;
	text-align:center;
	color:#474747;
	font-size:14px;
}
.user{
	padding-top:10px;
	padding-bottom:10px;
	width:740px;
	font-size:15px;
	float:right;
	
	}
.user td{padding:3px;font-weight:bold;color:#848484;}
.user a{text-decoration:none;color:#7c7c7c;padding-left:4px;}
.user a:hover{text-decoration:underline;}
.user tr{background:#e0e0e0;}
.user_color td{color:#666;padding-left:14px;}
.antr td{text-align:center;}
.lf td{}


.reviewsItem{
    margin: auto;
    margin-top: 10px;
    width: 85%;
    padding: 3%;
    padding-top: 2%;
    border: solid 2px #ebebeb;
    position: relative;
}

.reviewsItem1{
    position: absolute;
    background-image: url(/img/crtl.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    top: -2px;
    left: -2px;
}

.reviewsItem2{
    position: absolute;
    background-image: url(/img/crtr.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    top: -2px;
    left: 100%;
    margin-left: -8px;
}

.reviewsItem3{
    position: absolute;
    background-image: url(/img/crbl.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    top: 100%;
    margin-top: -8px;
    left: -2px;
}

.reviewsItem4{
    position: absolute;
    background-image: url(/img/crbr.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    top: 100%;
    left: 100%;
    margin-top: -8px;
    margin-left: -8px;
}

.reviewsItemUser{
    float: left;
    width: 40%;
    font-size:15px;
    line-height:24px;
    color:#6b6b6b;
    font-weight:bold;
}

.reviewsItemRatio{
    float: right;
    width: 40%;
}

.reviewsItemRatio img{
    float: right;
}

.reviewsItemText{
    clear: both;
    width: 100%;
    text-align: justify;
    padding-top: 8px;
    color: #4C4C4C;
}

.right{
    float: right;
}

#notFound{
    position:relative;
    margin: auto;
    width: 650px;
    height: 240px;
    background-color: #E3EEF2;
}

#notFound h1{
    top: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    font-size: 90px;
    color: #686D6E;
    font-weight: bold;

}

#notFound h3{
    top: 140px;
    width: 100%;
    text-align: center;
    position: absolute;
    font-size: 16px;
    color: #686D6E;
    font-weight: bold;
    font-style: normal;
}

#writeReview{
    clear: both;
    text-align: right;
    padding-right: 100px;
}

#writeReview a{
    color: #4F7283;
    font-size: 21px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-decoration:none;
}


.other {
	padding:9px 0 0 0;
}

.other #mainText{
    text-align: justify;
}

.other h3 {
	font-weight:normal;
	font-style:italic;
	font-size:19px;
        line-height: 19px;
	color:#818181;
	padding:5px 0 5px 0;
	margin:0;
	border-bottom:1px #bababa dashed;
        	font-weight:bold;
	font-style:italic;
	font-size:19px;
	color:#4f4f4f;
}

.other h3 b {
	color:#393939;
	font-weight:bold;
}

.other {
	padding:0;
	color:#4c4c4c;
	line-height:16px;
	font-size:13px;
}

.other p {
	margin:0;
	padding:7px 0;
}

#flyBanner{
    position: relative;
    margin-top: 4px;
	height: 150px;
	overflow: hidden;
}

.flyBannerItm{
	width: 100%;
	height: 150px;
}

.flyBannerItm a{
    display: block;
    width: 100%;
    height: 100%;
}

#flyBannerItm1{
    background-image: url(/img/banners/1.gif);
    background-repeat: no-repeat;
}

#flyBannerItm2{
    background-image: url(/img/banners/2.gif);
    background-repeat: no-repeat;
    display: none;
}

#flyBannerItm3{
    background-image: url(/img/banners/3.gif);
    background-repeat: no-repeat;
    display: none;
}

.flyButton{
    position: absolute;
    z-index: 3;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#flyButton1{
    background-image: url(/img/flybutton.png);
    top: 117px;
    left: 3px;
}

.flyButtonActive1{
    background-position: 0px -30px;   
}

.flyButtonInactive1{
    background-position: 0px 0px;   
}

#flyButton2{
    background-image: url(/img/flybutton.png);
    top: 117px;
    left: 37px;
}

.flyButtonActive2{
     background-position:   -30px -30px;
}

.flyButtonInactive2{
    background-position: -30px 0px;
}

#flyButton3{
    background-image: url(/img/flybutton.png);
    top: 117px;
    left: 74px;
}

.flyButtonInactive3{
    background-position: -61px 0px;
}

.flyButtonActive3{
    background-position: -61px -30px;   
}

.introText{
    	font-size:12px;
	color:#515151;
	line-height:15px;
}

.introText h3{
    line-height:27px;
        font-family: Arial;
	font-weight:bold;
	font-size:22px;
	padding: 6px 0 8px 0px;
}

.introText h3 span{
	color:#3370af;
}
  
.introText .desc_text{
    font-size: 13px;
    line-height: 16px;
    text-align: justify;
}

.clear{
    clear: both;
    font-size: 0;
}

.productsIntro{
}

.productsIntro h3{
	font-weight:bold;
	font-size:17px;
	color:#3370af;
}

.productsIntroLeft{
}

.productsIntroRight{
}

.productsUser{
	background: white;
	border:1px #cccbca solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:0 0 1.5rem 0;
	padding:4px 0 30px 24px;
	font-size:13px;    
}

.productsDrug{
	width: 100%;
        clear: both;
        padding-bottom: 20px;
        padding-top: 20px;
}

.productsDrugImg{
    width: 15%;
    float: left;
    padding-bottom: 2px;
    background-image: url(/img/drugImgBorder.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.productsDrugImg img{
    width: 100%;
    border: solid 1px #cccbca;
}

.productsDrugBox{
    width: 80%;
    float: right;
}

.productsDrugTitle a{
    color: #3370af;
    font-size: 15px;
}

.productsDrugAuthor{
    width: 100%;
    color: #9f9f9f;
    line-height: 25px;
    font-size: 14px;
}

.productsDrugText{
    color: #505050;
    line-height: 1.5;
    font-size: 13px;
    width: 90%;
    text-align: left;
}

.productsDrugButtons{
    width: 100%;
    padding-top: 8px;
}

.productsViewAllReviews{
    float: left;
    display: block;
    width: 130px;
    height: 19px;
    background-image: url(/img/viewAllReviews.png);
}

.productsWriteAReview{
    float: left;
    display: block;
    width: 120px;
    height: 19px;
    background-image: url(/img/writeAReview.png);
}

.productsPharmacy{
	background: white;
	border:1px #cccbca solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:0 0 1.5rem 0;
	padding:4px 0 0px 0px;
	font-size:13px;    
}

.productsPharmacyItem{
 	width: 100%;
        clear: both;
        padding-top: 20px;   
}

.productsPhamrmacyTopBox{
	padding-left: 5%;
	clear: both;
	position: relative;
}

.productsPhamrmacyTopBox .prev{
	position: absolute;
	width: 26px;
	height: 25px;
	top: 42px;
	background-image: url(/img/pharmacyArrow2.png);
	left: -12px;
}

.productsPhamrmacyTopBox .next{
position: absolute;
width: 26px;
height: 25px;
top: 42px;
left: 100%;
margin-left: -13px;
background-image: url(/img/pharmacyArrow.png);
}


.productsPhamrmacyTopBox .next{
position: absolute;    
}

.productsPharmacyImg{
    width: 45%;
    float: left;
}

.productsPharmacyTitle{
    width: 53%;
    float: right;
    padding-top: 25px;
    color: #666666;
    font-style: italic;
    font-size: 16px;
    padding-bottom: 5px;
}

.productsPharmacyItem .rate{
    width: 53%;
    float: right;
}

.recentFeedbacks{
    clear: both;
    width: 100%;
    display: block;
    color: #505050;
    padding-top: 18px;
    text-decoration: none;
    color: #505050;
    font-size: 13px;
}

.recentFeedbacks span{
    color: #3370af;
}

.productsPharmacyBox{
    padding-left: 6%;
    clear: both;
    background-color: #f7f7f7;
}

.productsViewAllFeedbacks{
    clear: both;
    float: right;
    display: block;
    width: 140px;
    height: 19px;
    background-image: url(/img/viewAllFeedbacks.png);    
    margin-top: 16px;
}


.productsDrugs{
	background: white;
	border:1px #cccbca solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:0 0 5px 0;
	font-size:13px;
        background-color: #d8d8d8;
}

.productsDrugsItem{
	width: 100%;
        clear: both;
}

.productsDrugsItem .productsDrugsItemA{
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    text-decoration: none;
    padding-bottom: 14px;
    padding-top: 14px;
    border-bottom: dashed 1px #d8d8d8; 
}

.productsDrugsItem .productsDrugsItemLastA{
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom: none;
}

.productsDrugsItem a:hover{
    background-color: #ffffff;
    color: #3370af;
    text-decoration: underline;
}

.productsDrugsImg{
    margin-left: 5%;
    width: 15%;
    float: left;
    padding-bottom: 2px;
    background-image: url(/img/drugImgBorder.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.productsDrugsImg img{
    width: 100%;
    border: solid 1px #cccbca;
}

.productsDrugsBox{
    padding-right: 5%;
    width: 70%;
    float: right;
}

.productsDrugsTitle{
    color: #3370af;
    font-size: 16px;
    padding-bottom: 4px;
    text-decoration: underline;
}

.productsDrugsText{
    text-align: left;
}

.productsDrugsNavigation{
    clear: both;
    width: 100%;
    background-color: #d8d8d8;
    padding: 15px 0;
}

.productsDrugsNavigation .prev{
    margin-left: 15px;
    display: block;
    width: 74px;
    height: 19px;
    background-image: url(/img/drugsprev.png);
}

.productsDrugsNavigation .next{
    margin-right: 15px;
    display: block;
    width: 54px;
    height: 19px;
    background-image: url(/img/drugsnext.png);    
}

.productsDrugsNavigation .all{
    display: block;
    font-size: 15px;
    color: #303030;
    text-decoration: none;
    text-align: center;
    text-shadow: white 0.1em 0.1em 0.2em;
}

.likeBox{
}

.likeBox .right{
    padding-left: 5px;
}

.navbar-nav-scroll {
	overflow: hidden;
	height: 35px;
	max-width: 100%;
	width: 100%;
}

.navbar-nav-scroll .navbar-nav {
	padding-bottom: 2rem;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}