/*       Layout
======================= */
body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background:#fff;
}
div {
    position: relative;
}
img {
    border:0;
}
img.right{
    margin:1px 0 10px 12px;
}
img.left{
    margin:1px 12px 10px 0;
}
#container {
    margin:0 auto;
    padding:155px 0 0;
    width:960px;
    background:#fff url("../images/body-bg.png") repeat-y;
    position:relative;
    text-align: left;   
}
#content {
    width:100%;
    overflow: hidden;   
}
#header {
    position:absolute;
    left:0;
    top:0;
    width: 960px;
    background: #fff;
    height: 155px;
}
#main {
    width:811px;
    /*overflow:hidden;*/
    float:left;     
    z-index: 20;
}
#col1 {
    width:149px;
    float:left;
    position:relative;
    z-index:5;
    padding:0;    
    overflow:hidden;
}
#col2 {
    float:right;
    width:616px;
    position:relative;
    padding:1px 23px 0; 
    /*overflow:hidden;*/
}
#col3 {
    width:149px;
    float:right;
    padding:0 0 0;
    position:relative;
    z-index:5;  
    background: #D4E3EA;
    overflow:hidden;
}
html>/**/body #col3 {
    background: none;
}
#footer {   
    background: #fff;
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
    clear: both;
}
.left {
    float:left;
}
.right {
    float:right;
}
.clear {
    float: none;
    clear: both;
}
.dark-grey {
    color: #2e2e2e;
}
.light-grey {
    color: #5e5e5e;
}

 /*       Text
======================= */
body, td, div, select, textarea, input {
    font: 11px Arial, Verdana, Helvetica, sans-serif;
    color: #000;
}

ul,ol{
    margin:0em 0px 1em 30px; /* Right = same as other elements. Left = Left of other elements +30 */
    padding: 0px;
}
ul li, ol li{
    line-height:1.2em;
    margin: .25em 0;
    padding: 0;
}
li ol, li ul{
    margin-top:0;
    margin-bottom:0;
}
table{
    margin-right:0;
}
p {
    margin-top:0;
    margin-bottom:1.2em;
    line-height:1.2em;
}
h1 {
    font-size: 3.2em;
    margin: 0 0 0.2em 0;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica Light", Tahoma, Arial, sans-serif;
    font-weight:300;
    letter-spacing:-0.5px;
    text-transform:capitalize;
}
* html h1 {
    font-size: 3em;
}
h2 {
    font-size: 1.1em;
    margin-top: 0.8em;
    margin-bottom: .1em;
}
h2.large {
    font-size: 2em;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica Light", Tahoma, Arial, sans-serif;
    font-weight:300;
    letter-spacing:-0.2px;
}
h3 {
    font-size: 1em;
    margin-top: 1.1em;
    margin-bottom: .2em;
}
h1, h2, h3, legend {
    color:#000;
}

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative; 
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
label, button, input[type="submit"]{
    cursor:pointer;
}
address {
    font-style:normal;
}

/*       Links
======================= */
a {
    color:#077fb3;
    text-decoration:underline;
    outline:none;
}
.consultation_main a:visited, .two-cols p a:visited, .two-cols li a:visited {
    color:#800080;
}
a:hover {
    text-decoration:none;
}

/*       Header
========================= */
#header h2 {
    background: url("../images/tagline.gif") no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 49px;
    left: 0;
    width: 179px;
    height: 11px;
}
#header .logo {
    position: absolute;
    top: 0px;
    left: 0px;
}
#header .right-side {
    position: absolute;
    top: 0;
    right: 0;
    width: 596px;
    height: 70px;
}
#registered_pharmacy,
#contact,
#login
 {
    float: left;
    margin: 20px 20px 0 0;
}
#contact {
    text-align: left;
}
#contact strong {
    font-size: 1.1em;
}
#contact a {
    color: #3785a7;
}
#login {
    border-left: 1px dotted #5e5e5e;
    padding-left: 20px;
    margin: 20px 0;
}
#login p {
    clear: both;
    display: block;
    color: #5e5e5e;
    margin: 0;
    padding: 5px 0 0;
}
div#checkout {
	background:url("../images/basket2.gif") no-repeat 0 2px;
	padding-top: 3px;
	clear:both;
}
div#checkout a {
	color:#f00;
	font-weight:bold;
	padding-left:42px;
}
span.checkoutItems{
	font-weight:bold;
	float:right;
	padding-right:6px;
}
span.checkoutItems a{
	color:#f00;
}
a.bigBtn, a.bigBtn2, a.allMedsbtn {
    width: 69px;
    height:20px;
    text-align: center;
    background: url("../images/button-bg.gif") no-repeat;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    display: block;
    float: left;
    margin-right: 7px;
    line-height:20px;
}
.lastbtn {
    margin-right: 0;
}
a.bigBtn2 {
    width: 86px;
    background: url("../images/button-bg2.gif") no-repeat;
}
a.allMedsbtn {
    width: 107px;
    background: url("../images/allmedbtn.gif") no-repeat;
}
a.bigBtn:hover, a.bigBtn2:hover, a.allMedsbtn:hover {
    background-position: 0 -20px;
}

#allDrugs{
    position: absolute;
    right: 0;
    top: 115px;
}
/*
#allDrugs select {
    width: 140px;
}
*/
#header ul li a.active{
    color: #000;
    text-decoration: none;
}

/*       Top Menu
========================= */
#header ul {
    position: absolute;
    top: 83px;
    left: 0;
    width: 100%;
    height: 30px;
    list-style: none;    
    margin: 0;
}
#header ul li {
    float: left;
}
#header ul li a{
    color: #186288;
    font-size: 1.1em;
    padding: 0px 18px 5px 0;
    font-weight: bold;
    float: left; 
}
ul#menu {
    top: 110px;
    background: #186288;
    padding-right: 160px;
    width: 800px;
    overflow:hidden;
    height:30px;
}
ul#menu li a {
    color: #b5eeff;
    text-decoration: none;
    padding: 5px 8px 5px 8px;
    background: url("../images/menu-item-bg.gif") no-repeat 0 5px;
}
ul#menu li:first-child a {
    background: none;
    padding-left:10px;
}
ul#menu li a:hover,
ul#menu li a.active  {
    color: #fff;
}

/*       Col1
========================= */
#col1 h2 {
    margin: 0;
    background: #3785a7;
    color: #fff;
    padding: 3px 0 3px 5px;
    border-bottom: 1px solid #fff;
}
#col1 h3 {
    margin: 0 0 1px 0;
    background: #c4dbe4;
    color: #0d4c6d;
    padding: 2px 0 2px 5px;           
}
#col1 h3 a{
    text-decoration: none;
    color: #0d4c6d;
}
#col1 h3 a:hover{
    text-decoration: underline;
}
#col1 ul {
    margin: 3px 0 4px 5px;
    list-style: none;
    padding: 0;
}
#col1 ul li{
    background: url("../images/list-bg.gif") no-repeat 0 4px;
    padding: 0 5px 2px 7px;
    color: #186288;
    margin: 0;
    line-height:11px;
}
#col1 ul li a{
    text-decoration: none;
    color: #186288;
}
#col1 ul li a:hover{
    text-decoration: underline;
}
#col1 a{
    display:block;
}

/*       BreadCrumbs
========================= */
 ul#breadcrumbs{
    width: 100%;
    list-style: none;
    overflow: hidden;
    margin: 0;
}
 ul#breadcrumbs li {    
    float: left;
    color: #909090;
    padding-left:3px;
}
 ul#breadcrumbs li a{   
    color: #909090;
    background: url("../images/breadcrumbs-bg.gif") no-repeat right 2px;
    padding-right: 6px; 
}

/*       Col2
========================= */
#col2 #infopg{
    margin-top:8px;
}
#col2 #infopg p, #col2 #infopg li{
    font-size: 1.2em;
}
#col2 #infopg p{
    margin-bottom:10px;
}
#col2 #infopg h2, #col2 #infopg h3{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica Light", Tahoma, Arial, sans-serif;
    font-weight:300;
    letter-spacing:-0.2px;
    margin-bottom:10px;
    margin-top:28px;
}
#col2 #infopg h2{
    font-size: 2em;
}
#col2 #infopg h3{
    font-size: 1.7em;
    margin-top:23px;
}
#col2 #infopg h4{
    margin-bottom:10px;
    margin-top:19px;
    font-size: 1.2em;
}
#col2 #infopg img.right{
    margin:1px 0 10px 14px;
}
#col2 #infopg img.left{
    margin:1px 14px 10px 0;
}


/*       Col3
========================= */
#col3 h3 {
    margin: 0;
    background: #3785a7;
    color: #fff;
    padding: 4px 0 4px 6px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 1.1em;
}
#col3 #doctor {
    background: url("../images/pharmacist.gif") no-repeat right 100%;
    padding: 0;
    margin: 0;  
}
#col3 #indent {
    width: 100px;
    padding-bottom: 35px;
    margin-bottom: 0;   
}
#col3 p {
    margin: 5px 10px 10px 10px;
}
#col3 span {
    display: block;
    color: #909090;
    background: #fff;
    padding: 0px 0px 12px;
    margin: 0;
}

/* newsletter subscriber form */
#col3 #theForm {
    margin-top:5px;
    margin-bottom:8px;
}
#subForm {
    margin:0;
    display:inline;
} 
#subForm input {
    border: 1px solid #999;
    margin-left:10px;
    margin-bottom:3px;
    padding:1px 3px;
    width:120px;
    float:left;
    color:#666666;
}
#subForm a.bigBtn {
    clear:left;
    float:none;
    margin-left:10px;
}

/*       Homepage
========================= */
#intro {
    width: 100%;
    margin: 6px 0;
}
#intro p {
    width: 300px; 
    font-size: 1.1em;
    margin-bottom:7px;
}
#intro img {
    position: absolute;
    top: -3px;
    right: 190px;
}
#intro ul {
    position: absolute;
    right: 0px;
    top: 6px;
    list-style: none;
    width: 156px;
    height: 96px;
    background: url("../images/list-home-bg.gif") no-repeat;
    padding: 6px 10px 2px 10px; 
    line-height: 1em;
    margin: 0;
}
#intro ul li a{
    background: url("../images/list-home.gif") no-repeat 0 50%;
    padding-left: 12px;
    color: #013144;
    font-size: 1.1em;
    font-weight: bold;
}
#four-cols {
    list-style: none;
    margin: 0 0 18px;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}
#four-cols li {
    width: 143px;
    float: left;
    margin-left: 14px;
}
#four-cols li.first {
    margin-left: 0 !important;
}
#four-cols li h2, #four-cols li h3 {
    background: url(../images/home-tab.gif) no-repeat;
    color: #fff;
    font-size:1.1em;
    margin: 0 0 1px 0;
    width: 113px;
    padding: 3px 20px 3px 10px; 
}
#four-cols li h2 a, #four-cols li h3 a {
    color: #fff;
}
#four-cols li p {
    margin-top: 3px;
    margin-bottom: 3px;
}
#four-cols li ul {
    list-style: none;
    margin: 0;
}
#four-cols li ul li {
    background: url("../images/list-bg.gif") no-repeat 0 5px;
    padding-left: 7px;
    margin: 0;
    width:134px;
    display:block;
}
#col2 .process {
    background: #37a2a7 url("../images/blue-block-bottom.gif") no-repeat left bottom;
    width: 616px;
    overflow: hidden;
    color: #e0f6ff;
    padding-bottom: 12px;
}
#col2 .process h2 {
    color: #fff;
    background: url("../images/blue-block-top.gif") no-repeat left top;
    font-size: 2.3em;
    padding: 10px 19px 12px;
    margin: 0;    
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica Light", Tahoma, Arial, sans-serif;
    font-weight:300;
    letter-spacing:-0.5px;
}
#col2 .process ol{
    list-style: none;
    margin: 0 9px;
    width: 598px;
    overflow: hidden;
}
#col2 .process ol li {
    float: left;
    width: 173px;
    margin: 0 12px !important;
    margin: 0 10px;
}
#col2 .process ol li h3 {
    color: #fff;
    font-size: 1.1em;
    margin-top: 5px;
}
#col2 .process ol li.last a {
    color: #e0f6ff;
    font-weight: bold;
}
#col2 .process ol li p {
    margin-bottom: 6px;
}

/*       Footer
========================= */
#footer * {
    color: #777;
}
#footer ul {
    list-style: none;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 7px 0 10px;
    border-top: 1px dotted #a8a8a8;
    border-bottom: 1px dotted #a8a8a8;
}
#footer ul li{
    float: left;
    margin: 0;
}
#footer ul li a{
    width: 155px;
    margin: 0;
    display: block;
    padding-right: 5px;
}
#footer .middle {
    background: #f3f3f3;
    margin: 1px 0;
    padding: 9px 14px 5px 14px;
    width: 100%;
    overflow: hidden;
}
.footerHome .middle {
    border-top: 1px dotted #a8a8a8;
    margin-top:1px;
}
#footer .middle .first {
    float: left;
    width: 370px;   
    margin-right: 35px;
}
#footer .middle .first p {
    margin-bottom: 7px;
}
#footer .middle .first img {
    float: left;
    margin-right: 15px;
}
#footer .middle .second {
    float: left;
    width: 160px;   
}
#footer .middle .second p {
    margin-top: 5px;
}
#footer .middle .third {
    float: right;
    width: 313px;
    padding-right:30px;
}
#footer .bottom {
    border-top: 1px dotted #a8a8a8;
    padding-top: 5px;
}
#footer .bottom p.right{
    width: 160px;
    text-align: right;
}
#footer .bottom div {
    width: 700px;
    overflow: hidden;
}
#footer .bottom div p {
    margin-bottom: 0;
}
ul#footerLinks {
    list-style: none;
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
    border: none;
}
ul#footerLinks li {
    float: left;
    background: url("../images/footer-menu-bg.gif") no-repeat 0 4px;
}
ul#footerLinks li.first {
    background: none;
}
ul#footerLinks li a {
    width: auto;
    padding: 0 5px 0 5px;
    margin: 0;
}

.roundLrg {
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.roundSmall {
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* newsletter subscriber form */
#col3 #theForm {
    margin-bottom:8px;
}
#subForm {
} 
#subForm input {
    border: 1px solid #999;
    margin-left:10px;
    margin-bottom:3px;
    padding:1px 3px;
    width:120px;
    float:left;
    color:#666666;
}
#subForm a.bigBtn {
    clear:left;
    float:none;
    margin-left:10px;
}

/*==================Forms layout======================*/

.blue {
    background-color: #3d8eae;
    padding: 2px;
    width: 70px;
    border: 0px;
    color : #fff;
    -moz-border-radius: 3px; 
    -khtml-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    border-radius: 3px;    
}
.login_form dt {
    float: left;
}
.login_form dt label{
    font-weight: bold;
}

.login_form .text {
    width: 293px;
    padding: 1px;
    border: 1px solid #909090;
}

.login_form dd {
    margin-left:120px;
    margin-bottom: 5px;
}
.login_form #login_submit {
    margin-top: 5px;
    float: right;    
}

.login_form input.purple_button {
    padding: 7px 0;
    width: 170px;
    font-size: 12px;
    font-weight: bold;
}

/*       Order and register
========================= */
.purple_button {
    float:right;
    background: #c482ab url(../images/purplebtn.gif) no-repeat 50% 0;
    border: 0px;
    -moz-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border-radius: 5px;
    color: #fff;
    font-weight: bold;    
    padding: 7px 0;
    width: 170px;
    text-decoration: underline;
    -webkit-box-shadow:3px 3px 3px #d4d4d4;
    -moz-box-shadow:3px 3px 3px #d4d4d4;
    box-shadow:3px 3px 3px #d4d4d4;
    margin-bottom:5px;
}
.purple_button:hover {
    text-decoration: none;
    cursor:pointer;
}

.grey_button {
    float:right;
    background: #9a9a9a url(../images/greybtn.gif) no-repeat 50% 0;
    border: 0px;
    -moz-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    padding: 7px 0;
    width: 170px;
    text-decoration: underline;
    -webkit-box-shadow:3px 3px 3px #d4d4d4;
    -moz-box-shadow:3px 3px 3px #d4d4d4;
    box-shadow:3px 3px 3px #d4d4d4;
    margin-bottom:5px;
}
.grey_button:hover {
    text-decoration: none;
    cursor:pointer;
}


/*       List table
========================= */
table.list_table {
    width: 100%;
    margin-bottom: 10px;        
}

table.list_table td {
    background : #e6eef3;    
    border-collapse: collapse;
    padding: 5px 8px;      
}

table.list_table .headers {
         
}

table.list_table th {
    font-weight: bold;
    align: left;
    padding: 8px;
    text-align:left;    
}

table.list_table td a{
    color : #1b6b91;
    font-weight: bold; 
}

table.list_table th.date {
    width: 67px;
}

table.list_table th.medication {    
    width: 338px;   
}

table.list_table th.paid {
    width: 88px;
}

table.list_table th.status {
    width: 20px;
}

table.list_table th.id {
    width: 20px;
    white-space: nowrap;
}

table.list_table th.prescription {
    width: 1%;
}

table.list_table th.message {
    width: 1%;
}

table.list_table th.code {    
    width: 60px;
}

div.patient_add_setting {
    width: 180px;
    background-color: #cecece;
    padding: 1px;
}

.patient_add_setting .sub_head {
    font-weight: bold;
    padding: 4px 4px 3px 6px;
}

.patient_add_setting .text_block {
    width: 100%;
    background-color: #eaeaea;  
}

.patient_add_setting .text_block .wrap {
    padding: 10px 5px;  
}

.patient_add_setting .text_block .wrap a {
    color: #186288;    
}

.secure_note {
    margin-top:15px;
    color: #5e5e5e;
}

div.consultation_warning {
    padding: 5px 5px 5px 26px;
    color: #fff;
    font-weight: bold;
    font-size:12px;
    background: #c482ab url(../images/important_info.gif) no-repeat 3px 4px;
    margin-bottom:12px;
}

div.consultation_tik {
    padding: 5px 5px 5px 25px;
    color: #fff;
    font-weight: bold;
    background: #c482ab url(../images/purple_tik.gif) no-repeat 3px 2px;
    font-size:12px;
}

div.consultation_warning a, div.consultation_warning a:visited {
    color : #ffe0f4;
}

div.consultation_tik_bottom {
    background-color: #eedae6;
    padding: 8px 10px;
}


/*       Other
========================= */
span.strong {
    font-weight: bold;
}

.form_error {
    background: #ffe2e2 url(../images/incorrect_answer.gif) no-repeat 3px 3px;    
    border: 1px solid #ff9e9e;
    -moz-border-radius: 3px; 
    -khtml-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    border-radius: 3px;
    padding: 5px;
    padding-left: 30px;
    margin: 0 0 8px 0;
    font-weight: bold;
    font-size:12px;
    /* color: #f00; */
}

ul.errors {
    list-style: none;
    margin-left: 0;    
    background-color: #ffe2e2; 
    border: 1px solid #ff9e9e;
    -moz-border-radius: 3px; 
    -khtml-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    border-radius: 3px;
    padding: 0 6px;    
    margin: 2px 3px 7px 0;
    font-weight: bold;
}

ul.errors li{
    color: #f00;    
}

div.separate_grey_line {
    width: 100%;
    background-color: #c8c8c8;
    height: 1px;    
    overflow:hidden;
}
div.flash_success {
    padding: 4px 5px 6px 27px;
    color: #fff;
    font-weight: bold;
    background: #c482ab url(../images/purple_tik.gif) no-repeat 4px 3px;
    margin-bottom: 10px;
    font-size:12px;  
}
input.small_btn {
    background-color: #327c9f;
    border: 0px;
    color : #fff;
    -moz-border-radius: 3px; 
    -khtml-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    border-radius: 3px;
    font-weight: bold; 
    padding: 2px;
    margin-right: 8px;   
}
.small_button {
    background-color: #327c9f;
    border: 0px;
    color : #fff;
    -moz-border-radius: 3px; 
    -khtml-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    border-radius: 3px;
    font-weight: bold; 
    padding: 2px 5px;    
}
.small_button:hover, input.small_btn:hover {
    background-color: #e01a22;
}
div.clear {
    margin: 0;
    padding: 0;
    display: inline;
}
.hide {
    display:none;	 
}
#diduknow h3{
	font-size:12px;
	padding: 4px 0 4px 8px;
}
#diduknow p{
	color:#333;
	padding: 0 0 6px 0;
	margin:6px 8px;
	border-bottom:1px dotted #9eb3bb;
}
#diduknow p a{
	display:inline;
}
.addthis_button {
	margin: 8px 0 8px 8px;
}
acronym, abbr {
	border:none;
}

h2.subtitle {
	font-size:1em;
	color: #7f7f7f;
	text-transform:uppercase;
	margin: 0 0 1.7em 0;
	font-weight:normal;
}
#affiliatelogo {
	position:absolute;
    left: 346px;
    top: 18px;
    margin-left: 0;
	z-index:200;
}
#google_translate_element {
	height:23px;
	overflow:hidden;
} 
#google_translate_element select {
	font-size:11px;
}